@charset "UTF-8";
/* CSS Document */
/* //////////////////////////////////////////////////
[Base] 
////////////////////////////////////////////////// */
/* --------------------------------------------------
	Resetting default margin and padding
-------------------------------------------------- */
article, aside, figure, figcaption, footer, h1, h2, h3, h4, h5, h6, header, hgroup, menu, nav, section {
  display: block;
}
/* //////////////////////////////////////////////////
[基本] 
////////////////////////////////////////////////// */
html {
  overflow-y: scroll; /* スクロールバーの分だけ画面の幅が変わってしまうのを避ける*/
}
body {
  color: #373737;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino maru Gothic Pro", "HG Maru Gothic M-PRO", "Verdana", "Arial", "Helvetica", Sans-serif;
  font-size: 14px;
  color: #6A474C;
  line-height: 1.7em;
  margin: 0;
  letter-spacing: normal;
  -webkit-text-size-adjust: 100%; /*スマホ文字サイズ対策*/
}
#wrapper {
  width: 100%;
  margin: 0;
  background-color: #fff;
}
.container {
  width: 90%;
  margin: 0 auto;
  overflow: hidden; /* 高さの認識*/
}
.box1, .box2, .box3, .box4,.box1_none {
  width: 100%;
  padding: 40px 0px 40px 0px;
  margin: 0;
  overflow: hidden; /* 高さの認識*/
}
.box1 { /*白＋水玉模様＋下wave*/
  width: 100%;
  background-image: url("/common/img/yg_wave.png"), url("/common/img/moyou_l.png"), url("/common/img/moyou_r.png");
  background-size: 700px auto, 70px auto, 80px auto;
  background-repeat: repeat-x, repeat-y, repeat-y;
  background-position: bottom, top left, top right;
}
.box1_none { /*白＋水玉模様＋waveなし*/
  width: 100%;
  background-image: url("/common/img/moyou_l.png"), url("/common/img/moyou_r.png");
  background-size: 70px auto, 80px auto;
  background-repeat: repeat-y, repeat-y;
  background-position: top left, top right;
}
.box2 { /* きいろグレー＋下wave*/
  width: 100%;
  background-image: url("/common/img/bottom_wave.png"), url("/common/img/bg_yellowgray.png");
  background-repeat: repeat-x, repeat;
  background-position: bottom, top;
  background-size: 700px auto, 100px;
  padding: 80px 0px 60px 0px;
}
.box3 { /* 白*/
  width: 100%;
}
.box4 { /* ストライプ*/
  width: 100%;
  background-image: url("../img/stripe_green.png");
  background-size: 7px auto;
  background-repeat: repeat;
  background-position: top;
}
.box5 { /* きいろ*/
  width: 100%;
}
/* //////////////////////////////////////////////////
[テキスト、画像、その他関係] 
////////////////////////////////////////////////// */
h1, h2, h3, h4, h5 {
  font-weight: bold;
}
h1, h2 {
  margin: 0;
  padding: 0;
}
h2 {
  font-weight: bold;
  font-size: 19px;
  color: #6a474c;
  display: block;
  padding: 0px 0px 0px 0px;
  letter-spacing: 0.02em;
}
h3 {
  font-weight: bold;
  font-size: 19px;
  letter-spacing: 0.05em;
  text-align: center;
  display: block;
  margin: 0px 0px 35px 0px;
}
.h3_bara {
  background-image: url("../img/h3_bg_bara.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 340px;
  padding: 32px 0px 25px 0px;
}
.h3_line {
  background-image: url("../img/h3_bg_line.jpg");
  background-repeat: repeat-x;
  background-position: bottom center;
  background-size: 55px;
  padding: 0px 0px 20px 0px;
}
h4 {
  font-size: 17px;
  text-align: center;
  padding: 0.7em 1em;
  margin: 15px 0px 35px 0px;
}
.h4_dotline1 {
  background-image: url("../img/h4_dotline1.png");
  background-repeat: repeat-x;
  background-position: bottom center;
  background-size: 420px;
  padding: 20px 0px 20px 0px;
}
.h4_dotline2 {
  background-image: url("../img/h4_dotline2.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 320px;
  padding: 20px 0px 20px 0px;
}
h5 {
  font-size: 17px;
  margin-top: 0px;
  margin-bottom: 14px;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: #fff;
  padding-bottom: 4px;
  clear: both;
  font-weight: bold;
}
/*画像コピー禁止*/
img {
  border: none;
  user-drag: none;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  margin: 0;
}
/*リンク画像はマウスオーバーで画像70%に透過*/
a:hover img, a:active img {
  -moz-opacity: 0.7;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
/*透過したくないもの*/
a:hover img.toukanashi {
  -moz-opacity: 1.0;
  opacity: 1.0;
  filter: alpha(opacity=100);
}
p {
  padding-bottom: 7px;
}
table {
  empty-cells: show;
}
th {
  font-weight: normal;
}
li {
  /*list-style-type: none;*/
}
a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: #bd5b00;
  cursor: pointer;
}
a:visited {
  text-decoration: none;
  color: #bd5b00;
}
a:hover {
  color: #E48511;
}
hr {
  border-width: 2px 0px 0px 0px;
  border-style: solid;
  border-color: #ccc;
  height: 1px;
  margin: 0px;
  padding: 0px;
}
/*画像横100%*/
.placeholder {
  width: 100%;
  margin: 0px;
  padding: 0px;
  height: auto;
}
/* //////////////////////////////////////////////////
中ページH2見出し
////////////////////////////////////////////////// */
#imagebox {
  width: 100%;
  height: 110px;
  background-color: #d1e0ff;
  background-repeat: no-repeat;
  background-position: 97% bottom, 3% bottom, top;
  background-size: 90px auto, 65px auto, 100%;
  padding-top: 0px;
  margin-top: 0px;
}
.midashi {
  margin: 0 auto;
  padding-top: 30px;
  width: 310px;
  text-align: center;
  padding-bottom: 30px;
}
.underline {
  border-bottom: 5px solid #fff;
  padding-bottom: 8px;
}
/* //////////////////////////////////////////////////
テーブル
////////////////////////////////////////////////// */
table.ver1 {
  border-collapse: collapse;
  border: none;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #e5e8f0;
}
.ver1 th {
  background-color: #e5e8f0;
  text-align: center;
  border-bottom-color: #fff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-width: 2px;
  border-right-style: solid;
  border-right-color: #e5e8f0;
}
.ver1 td {
  background-color: #fff;
  padding: 0.2em 1em;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #e5e8f0;
  padding-top: 0.8em;
  padding-right: 0.8em;
  padding-bottom: 0.8em;
  padding-left: 0.8em;
}
.whiteline {
  border-right-width: 5px;
  border-right-style: solid;
  border-right-color: #FFF;
}
/* //////////////////////////////////////////////////
[テキストの指定]
////////////////////////////////////////////////// */
.fontsize_10 {
  font-size: 10px;
}
.fontsize_13 {
  font-size: 13px;
  line-height: 1.3em;
}
.fontsize_15 {
  font-size: 15px;
}
.fontsize_18 {
  font-size: 18px;
}

/* ////////
[ボタンデザイン]
//////// */
.button {
  width: 70%;
  height: 44px;
  text-align: center;
  margin: 0 auto;
  text-decoration: none;
  line-height: 44px;
  outline: none;
  background-color: #806451;
  border-radius: 24px;
}
.button a {
  color: #fff;
  display: block; /*枠内リンク要素*/
}
.button img {
  vertical-align: sub; /* 文頭矢印画像位置調整*/
  padding-right: 12px;
}
.button:hover {
  background-color: #DC8B00;
}
.button a:hover {
  text-decoration: none;
}
.button::before, .button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button, .button::before, .button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
/* //////////////////////////////////////////////////
[色]
////////////////////////////////////////////////// */
.bg_pink {
  background-color: #ffa7cb;
}
.bg_usupink {
  background-color: #fbeaf6;
}
.bg_white {
  background-color: #fff;
}
.bg_green {
  background-color: #e6ebdb;
}
.bg_pink {
  background-color: #ee4785;
}
.bg_usublue {
  background-color: #e5e8f0;
}
/* //////////////////////////////////////////////////
[その他]
////////////////////////////////////////////////// */
.textleft {
  text-align: left;
}
.textright {
  text-align: right;
}
.textcenter {
  text-align: center;
}
/* //////////////////////////////////////////////////
[画像の回り込み、マージン]
////////////////////////////////////////////////// */
.floatleft {
  float: left;
}
.floatright {
  float: right;
}
.floatclear {
  clear: both;
}
.padding5 {
  padding: 5px;
}
.padding10 {
  padding: 10px;
}
.padding20 {
  padding: 20px;
}
.paddingb_20 {
  padding-bottom: 20px;
}
.paddingb_15 {
  padding-bottom: 15px;
}
.paddingl_10 {
  padding-left: 10px;
}
.paddingr_20 {
  padding-right: 20px;
}
.paddingl_20 {
  padding-left: 20px;
}
.paddingt_50 {
  padding-top: 50px;
}
.margin_b20 {
  margin-bottom: 20px;
}
.margin_r20 {
  margin-right: 20px;
}
.margin_l20 {
  margin-left: 20px;
}
.margin_t15 {
  margin-top: 15px;
}
.margin_t10 {
  margin-top: 10px;
}
.margin_t20 {
  margin-top: 20px;
}
.margin0 {
  margin: 0px;
}
.clear {
  clear: both;
}
.va_bottom {
  vertical-align: bottom;
}
/* ////////
[その他]
//////// */
/* PCのみ表示 */
.pc {
  display: none !important;
}
/* スマホのみ表示 */
.sp {
  display: block !important;
}
/* //////////////////////////////////////////////////
PC
////////////////////////////////////////////////// */
@media screen and (min-width: 769px) {
  body {
    font-size: 15px;
  }
	
h2 {
    font-size: 23px;
  }
  h3 {
    font-size: 23px;
    padding: 50px 0px 60px 0px;
    margin: 0px 0px 55px 0px;
  }
  .h3_bara {
    background-size: 480px;
    padding: 50px 0px 35px 0px;
  }
	  h4 {
    font-size: 19px;
  }
  .container {
    width: 88%;
    max-width: 1200px;
    padding: 0px;
    overflow: hidden; /* 高さの認識*/
  }
  .box1, .box2, .box3, .box4,.box1_none{
    padding: 70px 0px 70px 0px;
  }
  .box1 {
    background-size: 1500px auto, 130px auto, 170px auto;
  }
  .box1_none {
    background-size: 130px auto, 170px auto;
  }
  .box2 {
    padding: 100px 0px 70px 0px;
	    background-size: 1500px auto, 100px;
  }
	
  /* //////////////////////////////////////////////////
中ページH2見出し
////////////////////////////////////////////////// */
  #imagebox {
    height: 160px;
    background-size: 180px auto, 110px auto, 100%;
    background-position: 85% bottom, 18% bottom, top;
  }
  .midashi {
    margin: 0 auto;
    width: 380px;
    text-align: center;
    padding-top: 30px;
  }
  .button {
    width: 80%;
    max-width: 270px;
    height: 50px;
    line-height: 50px;
  }
  .pdfbutton {
    width: 44%;
    margin: 15px 15px 10px 15px;
  }
  /* ////////
[その他]
//////// */
  /* PCのみ表示 */
  .pc {
    display: block !important;
  }
  /* スマホのみ表示 */
  .sp {
    display: none !important;
  }
}