@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: #6a474c;
  font-family: "ヒラギノ丸ゴ Pro W4", "Hiragino maru Gothic Pro", "HG Maru Gothic M-PRO", "Verdana", "Arial", "Helvetica", Sans-serif;
  font-size: 14px;
  line-height: 1.7em;
  margin: 0;
  letter-spacing: normal;
  -webkit-text-size-adjust: 100%; /*スマホ文字サイズ対策*/
  background-color: #fff0ff;
}
#wrapper {
  width: 100%;
  margin: 0;
  background-color: #fff;
}
.container {
  width: 88%;
  margin: 0 auto;
  overflow: hidden; /* 高さの認識*/
}
.box1, .box2, .box3, .box4 {
  width: 100%;
  padding: 40px 0px 30px 0px;
  margin: 0;
  overflow: hidden; /* 高さの認識*/
}
.box1 {
  width: 100%;
  position: relative;
}
.box2 {
  width: 100%;
  background-color: #ffe8f5;
  background-image: url("../img/wave_white_nega.png"), url("../img/moyou_l.png"), url("../img/moyou_r.png");
  background-size: 39px auto, 50px auto, 50px auto;
  background-repeat: repeat-x, repeat-y, repeat-y;
  background-position: top, top left, top right;
}
.box3 {
  width: 100%;
  background-image: url("../img/wave_white_nega.png"), url("../img/wave_white.png"), url("../img/stripe_orange.png");
  background-size: 39px auto, 39px auto, 8px auto;
  background-repeat: repeat-x, repeat-x, repeat;
  background-position: top, bottom, top;
}
.box4 {
  width: 100%;
  background-color: #fff;
  background-image: url("../img/moyou2_l.png"), url("../img/moyou2_r.png");
  background-size: 70px auto, 70px auto;
  background-repeat: repeat-y, repeat-y;
  background-position: top left, top right;
}
/* //////////////////////////////////////////////////
[テキスト、画像、その他関係] 
////////////////////////////////////////////////// */
h1, h2, h3, h4 {
  font-weight: bold;
}
h1, h2 {
  margin: 0;
  padding: 0;
}
h2 {
  font-size: 20px;
  font-weight: normal;
  display: block;
  padding: 0px 0px 0px 0px;
  letter-spacing: 0.05em;
}
h3 {
  font-size: 20px;
  font-weight: bold;
  display: block;
  background-image: url(../img/dotline.png), url("../img/h3_icon.png");
  background-repeat: repeat-x, no-repeat;
  background-position: 0% 100%, 0% 0%;
  background-size: 24px auto, 30px 30px;
  padding: 0px 0px 20px 50px;
}
h4 {
  font-size: 19px;
  margin-bottom: 14px;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: #fff;
  padding-bottom: 4px;
  clear: both;
  font-weight: bold;
}
h5 {
  font-size: 13px;
  margin-top: 15px;
  clear: both;
}
/*画像コピー禁止*/
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: 115px;
  background-color: #ffe0ef;
  background-image: url("../img/wave_pink2.png");
  background-repeat: repeat-x;
  background-position: top;
  background-size: 39px auto;
  padding-top: 0px;
  margin-top: 8px;
}
.midashi {
  margin: 0 auto;
  width: 310px;
  text-align: center;
}
.midashi img {
  width: 66px;
  height: auto;
}
.midashi a {
  color: #6a474c;
  font-weight: normal;
}
.midashi a span {
  display: block;
  color: #a8a8a8;
  font-weight: normal;
  letter-spacing: 0.05em;
  font-size: 12px;
}
.balloon1 {
  position: relative;
  display: inline-block;
  margin: 1.8em 0 1.4em 0px;
  padding: 15px 15px 10px 15px;
  min-width: 170px;
  max-width: 100%;
  background: #fff;
  border-radius: 15px;
}
.balloon1:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -22px;
  margin-top: -12px;
  border: 10px solid transparent;
  border-right: 12px solid #fff;
}
.balloon1 p {
  margin: 0;
  padding: 0;
}
/* //////////////////////////////////////////////////
テーブル
////////////////////////////////////////////////// */
table.ver1 {
  border-collapse: collapse;
  border: none;
  border-top-width: 2px;
  border-top-style: solid;
  border-top-color: #ffe1f0;
}
.ver1 th {
  background-color: #ffe1f0;
  text-align: center;
  border-bottom-color: #FFF;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-right-width: 5px;
  border-right-style: solid;
  border-right-color: #FFF;
}
.ver1 td {
  padding: 0.2em 1em;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #ffe1f0;
  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_15 {
  font-size: 15px;
}
.lineheight1 {
  line-height: 190%;
}
/* ////////
[ボタンデザイン]
//////// */
.button {
  width: 70%;
  height: 44px;
  text-align: center;
  margin: 0 auto;
  text-decoration: none;
  line-height: 44px;
  outline: none;
  background-color: #fe6883;
  border-radius: 24px;
}
.button a {
  color: #fff;
  display: block; /*枠内リンク要素*/
}
.button img {
  vertical-align: sub; /* 文頭矢印画像位置調整*/
  padding-right: 12px;
}
.button:hover {
  background-color: #Fe84a4;
}
.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: #ffe8f5;
}
.bg_white {
  background-color: #fff;
}
.bg_green {
  background-color: #93cb42;
}
.bg_skyblue {
  background-color: #65d2e4;
}
.bg_pink2 {
  background-color: #ff899b;
}
.bg_usugreen {
  background-color: #d7f7b1;
}
.bg_ususkyblue {
  background-color: #cff7f5;
}
.bg_usupink2 {
  background-color: #ffdeed;
}
/* //////////////////////////////////////////////////
[その他]
////////////////////////////////////////////////// */
.textleft {
  text-align: left;
}
.textright {
  text-align: right;
}
.textcenter {
  text-align: center;
}
.photoflame {
  border: 10px solid #FFaccf;
  margin-right: 20px;
  border-radius: 6px; /* CSS3草案 */
  -webkit-border-radius: 6px; /* Safari,Google Chrome用 */
  -moz-border-radius: 6px; /* Firefox用 */
}
/* //////////////////////////////////////////////////
[画像の回り込み、マージン]
////////////////////////////////////////////////// */
.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;
}
/* ////////
[その他]
//////// */
/* PCのみ表示 */
.pc {
  display: none !important;
}
/* スマホのみ表示 */
.sp {
  display: block !important;
}
/* //////////////////////////////////////////////////
PC
////////////////////////////////////////////////// */
@media screen and (min-width: 769px) {
  body {
    font-size: 15px;
  }
  h3 {
    font-size: 22px;
  }
  .container {
    width: 88%;
    max-width: 1200px;
    padding: 0px;
    overflow: hidden; /* 高さの認識*/
  }
  .box1, .box2, .box3, .box4 {
    padding: 60px 0px 60px 0px;
  }
  .box2 {
    background-size: 122px auto, 80px auto, 80px auto;
  }
  .box3 {
    background-size: 122px auto, 122px auto, 8px auto;
  }
  /* //////////////////////////////////////////////////
中ページH2見出し
////////////////////////////////////////////////// */
  #imagebox {
    height: 150px;
    background-position: top;
    background-size: 122px auto;
  }
  .midashi {
    margin: 0 auto;
    width: 380px;
    text-align: center;
  }
  .midashi img {
    width: 90px;
    height: auto;
  }
  .midashi a {
    color: #6a474c;
    font-weight: normal;
  }
  .midashi a span {
    display: block;
    color: #a8a8a8;
    font-weight: normal;
    letter-spacing: 0.05em;
    font-size: 12px;
  }
  .balloon1 {
    position: relative;
    display: inline-block;
    margin: 2.7em 0 1.5em 0px;
    padding: 15px 15px 10px 15px;
    min-width: 240px;
    max-width: 100%;
    background: #fff;
    border-radius: 15px;
  }
  .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;
  }
}