@charset "utf-8"; 
a, abbr, acronym, address, applet, article, aside, audio,b, big, blockquote, body, caption, canvas, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, main, small, span, strike, strong, sub, summary, sup, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var, video{font-size:100%; vertical-align:baseline; white-space:normal; margin:0; padding:0; border:0; outline:0; background:transparent;}article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main{display:block;} ol, ul{list-style:none;} blockquote, q{quotes:none;}table{border-collapse:collapse; border-spacing:0;} *{-webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box; -webkit-text-size-adjust:100%;} img{vertical-align:top; width: 100%;height: auto;} h1, h2, h3, h4, h5, h6{font-weight:normal;}



/*---------------------------
Link
---------------------------*/
a{outline:none; text-decoration: underline; color:#FF9B96;}
a:hover{ opacity: 0.8;}
a img:hover{ opacity: 0.8;}
a:hover{-webkit-transition:all .3s ease; transition:all .3s ease;}


/*---------------------------
Body
---------------------------*/
body{font-family:'Noto Sans JP', sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic"; font-style: normal; font-weight: 400; color: #212121; word-wrap:break-word; font-kerning:normal;font-size:14px;letter-spacing: 0.05em;}



/*---------------------------
共通
---------------------------*/
.cf:before,
.cf:after {content: " ";display: table;}
.cf:after {clear: both;}
.cf{*zoom: 1;}

.pc{display:block;}
.tb{display:none;}
.sp{display:none;}


@media only screen and (max-width:900px){
.pc{display:none;}
.tb{display:block;}
.sp{display:block;}
}


@media only screen and (max-width:750px){
body{letter-spacing: 0;}
.pc{display:none;}
.tb{display:none;}
.sp{display:block;}
}



.wrapper{background:#fff; padding-bottom: 80px;}

.hero .logo{max-width:1050px; width: 100%;  margin: 0 auto; padding:0; }
.hero .inner{padding:15px 20px; background: #FF9B96;max-width: 1050px; width: 100%; margin:0 auto;}
.hero .txt{font-size: 24px; text-align: center; color: #fff100; font-weight: 600; line-height: 1; }
.hero .day{font-size: 24px; text-align: center; color: #fff; font-weight: 600; letter-spacing: 0.1em; line-height: 1; padding-bottom: 10px;}
.hero .boder{background: url("../images/bg.jpg"); height: 10px; width: 100%;}


@media only screen and (max-width:750px){
.hero .logo_ja{max-width:160px; padding: 15px 0 0 15px;}
.hero .inner{padding:10px;}
.hero .txt{font-size: 13px;}
.hero .day{font-size: 13px; margin-top: 5px; letter-spacing: 0;}
}

.step{max-width: 1050px; width: 90%; margin: 0 auto; margin-top: 30px;}
.step ul{ display: flex;}
.step li{ width: 32%; margin-right: 2%; padding:15px 10px; font-size: 15px; font-weight: 600; color: #000; background: #ffd631; text-align: center; border-radius: 10px; border: 2px solid #fff; display: flex; align-items: center; justify-content: center;}
.step li:last-child{margin-right: 0;}
.step li.on{ background: #F84828;color: #fff;}

.note-box{max-width: 1050px;width: 90%; margin: 30px auto 0; padding: 10px; border-top: 1px dotted #212121; border-bottom:1px dotted #212121; font-size: 13px; font-weight: 500; color: #212121; text-align: center;}

@media only screen and (max-width:750px){
.step{margin-top: 20px;}
.step li{ width: 32%; margin-right: 2%; padding:10px 5px; font-size:12px;}
.note-box{margin: 20px auto 0; font-size: 12px;padding: 10px 0;}
}

@media only screen and (max-width:320px){
.note-box{margin: 20px auto 0; font-size: 12px;padding: 10px 0; width: 95%;}
}

.container{position: relative; z-index: 3;}
.container{padding: 30px 0;}

.contact{max-width: 1050px;width: 90%; background: #fff; margin: 0 auto 0; }

.copy-box{font-size: 14px; text-align: center; color:#b31127;}

@media only screen and (max-width:750px){
.container{padding: 0px 0; margin-top: 0px;}
.contact{ padding:20px 15px 40px 15px;width: 100%; margin: 0 auto 0;border:none; border-radius: 0;}
.copy-box{font-size: 13px;}
.wrapper{padding-bottom: 0;}
}




.form-box .group{margin-bottom: 50px;}
.form-box h2{text-align: center; font-size: 24px; border-top: 1px solid #000;border-bottom: 1px solid #000; padding: 20px;  font-weight: 500; }
.form-box h3{ font-size: 18px; background:#ffd631; padding: 10px; border-radius: 50px; font-weight: 600;  color: #000; text-align: center;}
.form-box h3.mb{margin-bottom: 20px;}
.form-box .body-copy{ font-size:18px; font-weight: 500;  text-align: center; color: #FF9B96; margin-bottom: 30px;}
.form-box .body-copy span{color: #FF9B96;}
.form-box .body-copy a{color: #FF9B96;}
.form-box dl{margin:20px auto 0; display: flex; flex-wrap: wrap; background: #fff;border: 1px solid #ccc;}
.form-box dl.nomb{margin: 50px 0 0 0}
.form-box dt{font-size: 14px; color: #212121; background: #f4f4f4; width: 35%; padding: 18px; font-weight: 500;border-bottom: 1px solid #ccc;border-right: 1px solid #ccc;display: flex; align-items: center;}
.form-box dd{width: 65%;padding: 18px;font-size: 14px; border-bottom: 1px solid #ccc;}
.form-box dd .check-box{ margin-bottom: 10px;}
.form-box dd .check-box li{display: inline-block;}
.form-box dd .subtit{font-size: 16px;font-weight: 500; line-height: 1.8; margin-top: 10px;}
.form-box .note{margin-top: 5px; font-size: 12px; line-height: 1.8;padding-left: 1em; text-indent: -1em;}
.form-box .note.mt{margin-top: 10px; margin-bottom: 50px; color: #F84828;}
.form-box .sentaku{font-size: 20px; color:#F84828; font-weight: 600; margin-bottom: 10px;}
.form-box .back-txt{font-size: 12px;}
.form-box dd .note1{margin-top: 10px; font-size: 14px;line-height: 1.8; color:#b31127;}
.form-box dd .note2{font-size: 14px; line-height: 1.8; padding-left: 1em; text-indent: -1em;}
.form-box .note3{font-size: 14px; line-height: 1.8; text-align: center;}
.form-box .note3 span{font-size:15px;}
.form-box .note4{font-size: 14px; margin-top: 30px; line-height: 1.8; text-align: center;}
.form-box .c-box{padding:50px 20px; border: 1px solid #ccc; box-sizing: border-box;margin-top: 50px;}
.form-box .c-box .sub-tit{font-size:16px; text-align: center; font-weight: 500; }
.form-box .cont-tit{font-size: 20px; text-align: center; font-weight: 700;margin-bottom: 20px; color: #FF9B96;}
.form-box .f-box{display: flex; align-items: center; }
.form-box .f-box2{display: flex; flex-wrap: wrap;}
.form-box .f-box3{display: flex; align-items: center; justify-content: center;}
.form-box .f-box4{border: 1px solid #ccc; box-sizing: border-box; height: 300px; overflow-y: scroll;}
.form-box .f-box4{}
.form-box .b-txt{font-size: 15px; font-weight: 500; margin-bottom: 20px;}
.form-box .txt-box{margin-top: 30px;}
.form-box dd span{ margin-left: 5px; font-size: 14px;} 
.form-box span.mb{font-size: 20px;margin-left: 5px;line-height: 1; font-weight: 600;}
.form-box dd .cname{font-size: 20px; font-weight: 500;} 
.form-box .f-box li{display: flex; align-items: center; margin-right:15px;}
.form-box .kiyaku{padding: 20px; border: 1px solid #ccc; box-sizing: border-box; margin-top: 5px; height: 300px; overflow-y: scroll;}
.form-box .line{border-bottom: 1px solid #000; padding-top: 30px;}

.form-box .b-box{max-width: 980px; box-sizing: border-box;margin: 50px auto 0;}
.form-box .b-box .b-copy{font-size:18px; text-align: center; font-weight: 500;color: #FF9B96;}
.form-box .b-box .bnr{margin-top: 20px;}


.form-box .note-box{margin-top: 20px; border: 2px solid #ff0000; padding: 20px;}
.form-box .sub-tit2{font-size: 15px; font-weight: 500; color:#ff0000; text-decoration: underline; text-align: center;}
.form-box .kikan{ margin-top: 10px;}
.form-box .kikan li{font-size: 13px; text-indent: -1em; padding-left: 1em; margin-top: 5px;}

.form-box dt.nomb{border-bottom: none;}
.form-box dd:last-child{border-bottom: none;}

.form-box #attachment .filename{margin-right: 20px;}
.form-box #attachment label{margin-bottom: 10px;}
.form-box #attachment .indent{font-size: 12px; padding-left: 1em; text-indent: -1em; margin-bottom: 5px;}

#hidden1, #hidden2{display: none; margin-top:20px; }

@media only screen and (max-width:750px){
.form-box .group{margin-bottom: 30px;}
.form-box h2{font-size:18px;padding:10px;}
.form-box .body-copy{font-size: calc(26/750 * 100vw); margin-bottom: 20px;}
.form-box .body-copy span{font-size: 12px;}
.form-box h3{font-size: 13px;}
.form-box dl{margin:10px 0;}
.form-box dt{width: 100%;border-right:none; padding: 10px;border-bottom: none;}
.form-box dt.none{display: none;}
.form-box dd{width: 100%; margin-left: 0;font-size: 13px; padding: 10px;border-bottom: none;}
.form-box dd .note{ font-size: 12px; }
.form-box dd .note1{font-size: 13px; margin-top: 0;}
.form-box dd .note2{font-size: 13px; line-height: 1.8; padding-left: 1em; text-indent: -1em;}
.form-box .sentaku{font-size: 15px; text-align: center;}
.form-box span.mb{font-size: 13px;}
.form-box .note.mt{margin-bottom: 20px;}
.form-box .note3{font-size: 11px;}
.form-box .note3 span{font-size:12px;}
.form-box .note4{font-size: 12px; margin-top: 20px;}
.form-box dd span{font-size:13px; }
.form-box dd .cname{font-size: 15px;}
.form-box .back-txt{margin-left: 0;}
.form-box .f-box.cent{justify-content: center;}
.form-box .f-box.block{display: block;}
.form-box .f-box.block li{margin-top: 10px;}
.form-box .f-box.block li:first-child{margin-top: 0;}
.form-box dl.nomb{margin:20px 0 0 0;}
.form-box .txt-box{margin-top: 20px;}
.form-box dd .subtit{font-size: 15px;}
.form-box .c-box{padding: 20px;margin-top: 30px;}
.form-box .c-box .sub-tit{font-size: calc(28/750 * 100vw);}
.form-box .cont-tit{font-size: 15px; margin-bottom: 20px;}
.form-box .b-box{margin: 20px auto 0;}
.form-box .b-box .b-copy{font-size: calc(26 / 750* 100vw);}
.form-box .b-box .bnr{margin-top: 10px;}
}


.panel{
  display:none;
}
.panel.is-show{
  display:block;
}

@media screen and (max-width: 750px) {

}

.form-box .consent{text-align: center; margin-top: 0px;}
.form-box .consent li{display: inline-block;}
.form-box .sub{text-align: center; margin-top: 30px;}

input, select, textarea {
  box-sizing: border-box;
  width:100%;
  color:inherit;
  font-size:13px;
  line-height: 1.6;
  border: 1px solid #999;
  background: #fff;
  outline: none;
  font-family:'Noto Sans JP', sans-serif;
  border-radius: 5px;
}
input[type="text"], input[type="number"], input[type="url"], input[type="mail"], input[type="tel"], input[type="email"], input[type="password"] {
  padding:10px;
}

input[type="checkbox"]{width: 20px; height: 20px; padding: 0;}
input[type="radio"]{width: 16px; height: 16px; padding: 0;}
input[type="file"]{width: auto;border: none;border-radius: 0; width: 80%;}

@media screen and (max-width: 750px) {

}

.mt10{margin-top: 10px;}
.mt20{margin-top: 20px;}
.mb5{margin-bottom: 5px;}

.w10{width:10%; }
.w20{width:20%; }
.w15{width:15%; }
.w30{width:30%; }
.w40{width:40%; }
.w50{width:50%; }
.w60{width:60%; }
.w15r{width:15%; }

@media only screen and (max-width:750px){
.w10{width:15%; }
.w20{width:40%; }
.w15{width:30%; }
.w30{width:49%; }
.w40{width:40%; }
.w50{width:50%; }
.w60{width:100%; }
.w15r{width:18%; }
.mb10{margin-bottom: 10px;}
}

textarea {
  padding:10px;
  width: 100%;
  height: 10em;
  font-family:'Noto Sans JP', sans-serif;
}
select {
  padding:10px;
}
select::-ms-expand {
  display: none;
}


.submit_btnarea {
  width: 360px;
  margin: 0 auto;
}
.form_btn{
  background: #FF9B96;
  border: 1px solid #FF9B96;
  color: #fff;
  width: 100%;
  padding:20px 10px;
  font-size: 16px;
  cursor: pointer;
  position: relative;
  font-weight: 600;
  border-radius: 10px;
}

.form_btn:hover{
opacity: 0.8;
}


.form_btn2{
  background: #fff;
  color: #212121;
  width: 100%;
  padding:20px 10px;
  font-size: 16px;
  cursor: pointer;
  position: relative;
  border: 1px solid #212121;
   font-weight: 600;
   border-radius: 10px;
}

.form_btn2:hover{
opacity: 0.8;
}

button[type="submit"][disabled] {
      background-color: #fff;
      color: #ccc;
      border-color: #ccc;
      cursor: default;
    }
  
  button[type="submit"][disabled]:hover{
    opacity:1;
  }


input.button{border: 1px solid #F84828;background:#F84828; color: #fff;  padding:15px 20px; width: 300px; font-weight: 500; margin:20px auto 0;font-size: 18px; cursor: pointer; display: block;}
input.button:hover{opacity: 0.8;}

input.button2{border: 1px solid #000;color: #000;  padding:15px 20px; width: 300px; font-weight: 500;margin-top: 20px; margin:20px auto 0;font-size: 18px; cursor: pointer;display: block;}
input.button2:hover{opacity: 0.8;}

@media only screen and (max-width:750px){
.submit_btnarea {
  width: 100%;
  margin: 0 auto;
}
.form_btn{
  padding:15px 10px;
  font-size: 15px;
}

.form_btn:hover{
opacity:1;
}

.form_btn2{
  padding:15px 10px;
  font-size: 15px;
}

.form_btn2:hover{
opacity: 1;
}

}


label{display: flex; align-items: center;}


.f-box4 .inner{ padding: 50px;}
.f-box4 .cont-tit{font-size: 20px; text-align: center; font-weight: 700;margin-bottom: 20px; color: #FF9B96;}
.f-box4 h4{font-size: 15px;font-weight: 600; color: #FF9B96; margin-top: 30px;}
.f-box4 p{font-size: 13px; margin-top: 5px; line-height: 1.6;}
.f-box4 p.indent{padding-left: 1em; text-indent: -1em;}
.f-box4 p.indent.boder{text-decoration: underline;}
.f-box4 p.indent2{padding-left: 3.5em; text-indent: -2.5em;}


@media only screen and (max-width:750px){
.f-box4 .inner{ padding:20px;}
.f-box4 .cont-tit{font-size:15px; font-weight: 700;margin-bottom: 20px;}
.f-box4 h4{font-size: 13px;font-weight: 600; margin-top: 30px;}
.f-box4 p{font-size: 12px; margin-top: 5px; line-height: 1.6;}
.f-box4 p.indent{padding-left: 1em; text-indent: -1em;}
.f-box4 p.indent2{padding-left: 1em; text-indent: -1em;}
.f-box4 p.indent3{padding-left: 2.5em; text-indent: -2.5em;}
}




 


footer{padding:0;}

footer #footerInner {
  display: block;
  background: #000;
  color: #ccc;
  padding: 20px 10px
}
footer .copy {
  font-size: 13px; text-align: center;
}




/*=========
accordion
=========*/


.faq-box{padding: 50px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    margin-top: 50px;
    margin-bottom: 50px;}

.accordion_area .accordion_one {
  border-top: 1px solid #ccc;
}

.accordion_area .accordion_one:first-child{
  border-top: none;
}
.accordion_area .accordion_one .ac_header {
  background-color: #ffffff;
  padding: 1.5rem 4rem 1.5rem 2rem;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition: .2s;
}
.accordion_area .accordion_one .ac_header:not(.open):hover {
  background-color: #fff8f9;
}
.accordion_area .accordion_one:nth-child(odd) .ac_header:not(.open):hover {
  background-color: #fff8f9;
}
.accordion_area .accordion_one .ac_header .i_box {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}
.accordion_area .accordion_one .ac_header .i_box:before, .accordion_area .accordion_one .ac_header .i_box:after {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
}
.accordion_area .accordion_one .ac_header .i_box:before {
  border-top: 2px solid #FF9B96;
  width: 20px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.accordion_area .accordion_one .ac_header .i_box:after {
  border-left: 2px solid #FF9B96;
  width: 0;
  height: 20px;
  top: 0;
  bottom: 0;
  right: 9px;
  transition: .3s;
}
.accordion_area .accordion_one .ac_header.open .i_box:after {
  height: 0;
}
.accordion_area .accordion_one .ac_inner {
  display: none;
  padding: 1.5rem 2rem 1.5rem 2rem;
  box-sizing: border-box;
  background: #fff;
}
@media screen and (max-width: 750px) {
.faq-box{margin-top: 30px; padding: 20px; margin-bottom: 30px;}
  .accordion_area .accordion_one .ac_header {
    padding: 1.0rem 2rem 1.0rem 1.0rem;
  }
  .accordion_area .accordion_one .ac_header .i_box {
    right: 0.8rem;
    width: 15px;
    height: 15px;
    margin-top: -7px;
  }
  .accordion_area .accordion_one .ac_header .i_box:before {
    width: 15px;
  }
  .accordion_area .accordion_one .ac_header .i_box:after {
    height: 15px;
    right: 7px;
  }
  .accordion_area .accordion_one .ac_inner {
    padding: 1.0rem 1.5rem 1.0rem 1.0rem;
  }
}

/*=========
faq
=========*/



.p-faq__headinner {
  display: block;
  padding-left: 35px;
  position: relative;
  line-height: 1.5;
}
.p-faq__headinner::before {
  position: absolute;
  left: 0;
  content: "Q．";
  color: #212121;
  font-size: 20px;
  font-weight: bold;
}
.p-faq__headinner p.p-faq__q-txt {
  font-size: 18px;
}
@media screen and (max-width: 750px) {
  .p-faq__headinner {
    padding-left: 25px;
  }
  .p-faq__headinner::before {
    font-size: 14px;
  }
  .p-faq__headinner p.p-faq__q-txt {
    font-size: 14px;
  }
}
.p-faq__bodyinner {
  display: block;
  padding-left: 35px;
  position: relative;
  line-height: 1.5;
}
.p-faq__bodyinner::before {
  position: absolute;
  left: 0;
  content: "A．";
  color: #FF9B96;
  font-size: 20px;
  font-weight: bold;
}
.p-faq__bodyinner p.p-faq__a-txt {
  font-size: 18px;
  color: #FF9B96;
}
@media screen and (max-width: 750px) {
  .p-faq__bodyinner {
    padding-left: 25px;
  }
  .p-faq__bodyinner::before {
    font-size: 14px;
  }
  .p-faq__bodyinner p.p-faq__a-txt {
    font-size: 14px;
  }
}



