@charset "UTF-8";
/*-----------------------------------------------------------------------------------------------------
共通設定(PC)
--------------------------------------------------------------------------------------------------------*/
html, body {
  width: 100%;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 62.5%;
  font-style: normal;
  line-height: 1.5;
  color: #5c5c5c;
}
/*リンク文字の設定*/
a {
  text-decoration: underline;
}
a:link, a:visited {
  color: #39f;
}
a:hover, a:active {
  color: #f60;
}
/*ボタンホバー設定(半透明)*/
.btn:hover {
  opacity: 0.7;
}
/*-----------------------------------------------------------------------------------------------------
各エリアの設定(PC)
-----------------------------------------------------------------------------------------------------*/
/*ページ全体*/
#container {
  position: relative;
}
/*本体*/
#main {
  background-color: #fff;
}
/*カラム部分*/
#main-in {
  background-color: #fff;
  padding: 0em 0;
  box-shadow: 0px 0px 1px #594a42;
}
/*カラム内部のサイズ*/
#main-contents .contents {
  margin-bottom: 0em;
  padding: 0 40px;
}
/*段落タグ*/
#main-contents p {
  line-height: 1.8em;
}
/*全体のフォントサイズ*/
#main-contents {
  font-size: 1.6em;
}
/*カラム全体の幅を変更する*/
.header_inr {
  width: 720px;
  margin: 0 auto
}
/*--------------------------------------------------------
上部固定ヘッダー設定
--------------------------------------------------------*/
/*上部固定ヘッダー全体*/
.header {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 5000;
  border-bottom: 1px solid #ccc;
}
.header_txt {
  font-size: 1.2em;
  color: #fff;
  background: #007cbc;
}
.header_in {
  padding: 0.5em 0em;
  background: #1388c8;
  background: #d2eaf9;
  background: linear-gradient(to bottom,  #d2eaf9 0%,#aedef1 100%);
  overflow: auto;

}
/*ヘッダーロゴ*/
.header_logo {
  float: left;
  width: 35%;
  margin: 0.5em 0em 0em;
}
/*ヘッダー 電話ボタン*/
.header_tel {
  width: 40%;
  float: right;
  margin: 0.5em 0.5em 0em;
}
/*ヘッダー 問い合わせボタン*/
.header_mail {
  width: 18%;
  float: right;
  margin: 0.8em 0.3em 0em;
}
/*ヘッダー内の画像はエリア幅に合わせる*/
.header_logo img, .header_tel img, .header_mail img {
  width: 100%;
}
/*-----------------------------------------------------------------------------------------------------
ｈタグの設定(PC)
-----------------------------------------------------------------------------------------------------*/
/*H2タグ*/
#main-contents h2 {
  margin: 0 0 0em;
  padding: 0.3em 0.9em;
  font-size: 1.6em;
  font-weight: bold;
  text-align: center;
}
/*H3タグ*/
#main-contents h3 {
  margin: 0 0 0.5em;
  padding: 0.3em 0.5em;
  border-bottom: 1px solid #ccc;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
}
/*H4タグ*/
#main-contents h4 {
  margin: 0 0 1.5em;
  padding: 0.8em;
  border: 1px solid #8e8e8e;
  font-weight: bold;
}
/*H5タグ*/
#main-contents h5 {
  margin: 0 0 1.5em;
  padding: 0 0.8em 0.5em;
  border-bottom: 2px solid #414141;
  font-weight: bold;
}
/*-----------------------------------------------------------------------------------------------------
ファーストビュー(ヘッダー画像)
-----------------------------------------------------------------------------------------------------*/
#main-image {
  padding-top: 0em;
  background: url(../images/top_image_back.jpg) center top no-repeat #fff;
  height: auto;
}
#main-image-in {
  position: relative;
  padding-bottom: 0em;
  background-color: transparent;
}
#main-image img {
  width: 100%;
  height: auto;
}
/*-----------------------------------------------------------------------------------------------------
メイン部分(ボディ) ※ここに案件独自のcssを記述していく
-----------------------------------------------------------------------------------------------------*/
.subhead {
  margin: 0 -2em;
  margin-bottom: 1.5em;
}
.img_tyousei {
  margin: 0 -2.5em;
  margin-bottom: 0.5em;
}
.title_item {
  margin: 0 -1em;
}
.bg_item {
   background-color:#70ACE0;
	padding: 0.5em 0em;
}
.box_item {
  background-color: #fff;
  padding: 1em 1em 1em;
  margin: 1em 1em;
  overflow: auto;
}
.box_item_inr_left {
  width: 28%;
  float: left;
}
.box_item_inr_right {
  width: 68%;
  float: right;
}
.bg_tokutyo {
  background-image: -moz-linear-gradient(-180deg, rgb(229, 229, 229) 0%, rgb(255, 255, 255) 100%);
  background-image: -webkit-linear-gradient(-180deg, rgb(229, 229, 229) 0%, rgb(255, 255, 255) 100%);
  background-image: -ms-linear-gradient(-180deg, rgb(229, 229, 229) 0%, rgb(255, 255, 255) 100%);
}
.bg_naze {
  background-image: -moz-linear-gradient(-180deg, rgb(229, 229, 229) 0%, rgb(255, 255, 255) 100%);
  background-image: -webkit-linear-gradient(-180deg, rgb(229, 229, 229) 0%, rgb(255, 255, 255) 100%);
  background-image: -ms-linear-gradient(-180deg, rgb(229, 229, 229) 0%, rgb(255, 255, 255) 100%);
}
.box_01 {
  font-weight: 100;
  padding: 0 2em;
  margin: 1em 0em 0em;
}
.box_02 {
  background-color: #FFFCF8;
  font-weight: 100;
  border-radius: 10px;
  padding: 0em;
  margin-bottom: 1em;
}
.box_text_02 {
  background-color: rgba(255, 255, 255, 0.3);
  width: 60%;
  float: right;
  padding: 1.5em;
}
.box_koe {
  position: relative;
  padding: 1em 2em;
  margin: 0 0em 1em;
  background-color: #fff;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.15), inset 0 0 50px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.15), inset 0 0 50px rgba(0, 0, 0, 0.03);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.15), inset 0 0 50px rgba(0, 0, 0, 0.03);
  overflow: auto;
}
.box_koe:before, .box_koe:after {
  position: absolute;
  width: 40%;
  height: 10px;
  content: ' ';
  left: 12px;
  bottom: 12px;
  background: transparent;
  -webkit-transform: skew(-5deg) rotate(-5deg);
  -moz-transform: skew(-5deg) rotate(-5deg);
  -ms-transform: skew(-5deg) rotate(-5deg);
  -o-transform: skew(-5deg) rotate(-5deg);
  transform: skew(-5deg) rotate(-5deg);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  z-index: -1;
}
.box_koe:after {
  left: auto;
  right: 12px;
  -webkit-transform: skew(5deg) rotate(5deg);
  -moz-transform: skew(5deg) rotate(5deg);
  -ms-transform: skew(5deg) rotate(5deg);
  -o-transform: skew(5deg) rotate(5deg);
  transform: skew(5deg) rotate(5deg);
}
.box_koe p {
  font-size: 112.5%;
}
.box_koe p strong {
  font-size: 122.22222%;
}

.title_koe {
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
  font-size: 1.4em;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 0.3em;
  margin-bottom: 1em;
  color: #D09B26;
}
.pink_line {
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #FFDFEF 0%) repeat scroll 0 0;
}
.bg_premiumhoei {
  background-image: url(../images/bg_premiumhoei.jpg);
  background-size: 100%;
  padding-bottom: 1em;
}
.box_premiumhoei {
  background-color: rgba(255, 255, 255, 0.9);
  margin: 0em 1em;
  padding: 2em;
}
.box_premiumhoei p {
  line-height: 1.6em !important;
}
.box_secret {
  border: 5px double #fff;
  background-color: #000;
  margin-bottom: 1em;
  padding: 1em 1em;
  color: #fff;
}
.area_4seibun {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1em;
}
.box_4seibun {
  width: 46%;
  padding: 0.5em;
  font-size: 90%;
}
.title_seibun {
  text-align: center;
  padding-bottom: 3px;
  font-weight: bold;
}
.box_4seibun img {
  width: 60%;
}
.img_gazou {
  text-align: center;
  margin-bottom: 5px;
}
.box_ansin {
  background-image: url("../images/bg_001.png");
  background-size: cover;
  border-radius: 0px;
  margin-top: 0.5em;
  padding: 1em 2em;
  font-size: 1em;
  color: #fff;
}
.box_seibun {
  border: 1px solid #ccc;
  border-radius: 10px;
  margin: 1em;
  padding: 1em 2em;
}
.fadein {
  opacity: 0;
  transform: translateY(0px);
  transition: all 2s;
}
.fadeinleft {
  opacity: 0;
  transform: translateX(-40px);
  transition: all 2s;
}
.fadeinright {
  opacity: 0;
  transform: translateX(40px);
  transition: all 2s;
}
.box_hosyo {
  color: #fff;
  font-size: 0.8em;
}
.tokkyo_img {
  margin: 0 -2.5em;
}
/*--------------------------------------------------------
段落・リスト・テーブル設定
--------------------------------------------------------*/
/*チェックリスト（リストタグ）*/
#main-contents ul.checklist {
  margin: 0 0 1.5em;
  padding: 1em;
  padding-bottom: 0;
  border: 1px solid #414141;
}
#main-contents ul.checklist li {
  margin-bottom: 1.5em;
  padding-top: 5px;
  padding-left: 24px;
  background: url(../images/icon-check01-red.png) left top no-repeat;
  list-style-type: none;
}
/*テーブルタグ*/
#main-contents table {
  margin-bottom: 1em;
  padding: 0;
  color: #000;
}
#main-contents th {
  background-color: #ccc;
  font-weight: bold !important;
  font-size: 1.1em;
  text-align: left;
  padding: 0.5em 1em;
  color: #000;
}
#main-contents td {
  padding: 1em 1em;
  font-size: 0.9em;
}
#main-contents table.table-style01 th, #main-contents table.table-style01 td {
  text-align: left;
  vertical-align: middle;
    border-bottom: 1px solid #ccc;
}
/*--------------------------------------------------------
Youtube調整タグ
--------------------------------------------------------*/
.youtube_size {
  width: 640px;
  height: 440px;
}
/*--------------------------------------------------------
よくある質問
--------------------------------------------------------*/
.cp_qa *, .cp_qa *:after, .cp_qa *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cp_qa .cp_actab {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 0 1em 0;
  color: #fff;
}
.cp_qa .cp_actab input {
  position: absolute;
  opacity: 0;
}
/* 質問 */
.cp_qa .cp_actab label {
  font-weight: bold;
  font-size: 1em;
  line-height: 1.6em;
  position: relative;
  display: block;
  margin: 0 0 0 0;
  padding: 0.8em 2.5em 0.8em 3.5em;
  cursor: pointer;
  text-indent: 0.5em;
  border-radius: 0em;
background: #d2eaf9;
background: -moz-linear-gradient(top,  #d2eaf9 0%, #258dc8 100%);
background: -webkit-linear-gradient(top,  #d2eaf9 0%,#258dc8 100%);
background: linear-gradient(to bottom,  #d2eaf9 0%,#258dc8 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2eaf9', endColorstr='#258dc8',GradientType=0 );

}
.cp_qa .cp_actab label::before {
  font-family: serif;
  font-size: 1.6em;
  margin-left: -1.8em;
  padding-right: 0.5em;
  content: 'Q';
}
.cp_qa .cp_actab label:hover {
  transition: all 0.3s;
  color: #00838f;
}
/* --質問の＋アイコン */
.cp_qa .cp_actab label::after {
  font-size: 1.7em;
  font-weight: bold;
  line-height: 2.2em;
  position: absolute;
  top: 0;
  right: 0;
  content: '＋';
  display: inline-block;
  width: 2em;
  height: 2em;
  -webkit-transition: transform 0.4s;
  transition: transform 0.4s;
}
/* 答え */
.cp_qa .cp_actab .cp_actab-content {
  position: relative;
  overflow: hidden;
  max-height: 0;
  padding: 0 0 0 2.5em;
  -webkit-transition: max-height 0.2s;
  transition: max-height 0.2s;
  border-radius: 0 0 0.5em 0.5em;
  background: #fff;
  color: #000;
}
.cp_qa .cp_actab .cp_actab-content::before {
  font-family: serif;
  font-size: 1.5em;
  position: absolute;
  margin: 0.4em 0 0 -1em;
  padding: 0;
  content: 'A';
}
.cp_qa .cp_actab .cp_actab-content p {
  margin: 1em 1em 1em 0;
}
/* 質問を開いた時の仕様 */
/* --答えの高さ */
.cp_qa .cp_actab input:checked ~ .cp_actab-content {
  max-height: 40em;
  border: 10px solid rgba(27, 37, 56, 0.1);
}
/* 質問をクリックした時のアイコンの動き */
.cp_qa .cp_actab input:checked ~ label {
  color: #fff;
  border-radius: 0.5em 0.5em 0 0;
}
/* 質問をクリックした時の+の動き */
.cp_qa .cp_actab input[type=checkbox]:checked + label::after {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
/*-----------------------------------------------------------------------------------------------------
フッター部分
-----------------------------------------------------------------------------------------------------*/
#footer {
  background: #127bb5;
  padding: 2em 0;
  text-align: center;
  font-size: 1.4em;
  color: #fff;
}
#footer a {
  color: #fff;
}
.fix_menu_smartphone {
  display: none;
}
.scroll_btn {
  text-align: center;
  margin-top: 0em;
  -webkit-animation-name: fuwafuwa; /* fuwafuwaっていうアニメーションをしてね！ */
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  /*-webkit-animation-direction:alternate;*/
  -webkit-animation-timing-function: ease;
  -moz-animation-name: fuwafuwa;
  -moz-animation-duration: 1s;
  -moz-animation-iteration-count: infinite;
  /*-moz-animation-direction:alternate;*/
  -moz-animation-timing-function: ease;
}
@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -10px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@-moz-keyframes fuwafuwa {
  0% {
    -moz-transform: translate(0, 0);
  }
  50% {
    -moz-transform: translate(0, -10px);
  }
  100% {
    -moz-transform: translate(0, 0);
  }
}

.box_nayami {
  position: relative;
  padding: 1em 2em;
  font-size: 1.6em;
  color: #000;
  background: url(../images/bg_nayami.jpg) no-repeat center / cover;
}
.img_nayami {
  position: absolute;
  width: 10.2em;
  top: 3em;
  right: 0;
}

#main-contents .title_nayami {
  margin: 0 0 0.3em;
  padding: 0;
  text-align: left;
  font-size: 1.6em;
  font-weight: bold;
  border: none;
  
}
.box_nayami p {
  font-weight: bold;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}
.box_nayami ul {
  margin: 0.5em -0.9em 0;
  padding: 0.8em 0.8em;
  list-style: none;
  background: #fff;
  border: 0.1em #f98b96 solid;
  border-radius: 0.5em;
}
.box_nayami li {
  padding-left: 1.2em;
  text-indent: -1.2em;
  font-size: 0.8em;
}
.box_nayami li + li {
  margin-top: 0.5em;
}