@charset "UTF-8";
/******************************************************************
 * Reset CSS - CBT LINKs
******************************************************************/
/* reset margin
-----------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  zoom: 1;
  /* hasLayout in IE */
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  vertical-align: baseline;
  background: transparent;
  -webkit-text-size-adjust: 100%;
}

/* reset font style
-----------------------------------------------------------------*/
html {
  box-sizing: border-box;
  font-family: sans-serif;
}

html * {
  box-sizing: inherit;
}

body {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #333;
  font-weight: 400;
  line-height: 1.4;
  background: transparent;
  letter-spacing: 0.08em;
  font-feature-settings: "palt";
  width: 100%;
  min-width: 375px;
}

@media screen and (max-width: 959px) {
  body {
    font-size: 14px;
  }
}

ul, ol {
  list-style-type: none;
}

a {
  margin: 0;
  padding: 0;
  color: inherit;
  text-decoration: none;
}

em, strong {
  font-style: normal;
  font-weight: inherit;
}

/* reset table
-----------------------------------------------------------------*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

table, th, td {
  table-layout: fixed;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* reset form style
-----------------------------------------------------------------*/
input[type=text],
input[type=tel],
input[type=email],
input[type=number],
textarea,
select, option {
}

button,
input[type=reset],
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  appearance: none;
  appearance: none;
  padding: 0;
}

select::-ms-expand {
  display: none;
}

button::-webkit-search-decoration,
input[type=reset]::-webkit-search-decoration,
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

button:focus,
input[type=reset]:focus,
input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

textarea {
  resize: none;
  overflow: auto;
}

*:focus {
  outline: none;
}

/* reset img
-----------------------------------------------------------------*/
img {
  font-size: 0;
  line-height: 0;
  vertical-align: bottom;
  height: auto;
  max-width: 100%;
}

main {
  display: block;
}

@media screen and (min-width: 961px) {
  .pc-none {
    display: none !important;
  }
}

@media (max-width: 960px) and (min-width: 751px) {
  .tb-none {
    display: none !important;
  }
}

@media screen and (max-width: 750px) {
  .sp-none {
    display: none !important;
  }
}

@media (max-width: 750px) {
  .pc {
    display: none !important;
  }
}

@media (min-width: 751px) {
  .sp {
    display: none !important;
  }
}

.tb-over {
  display: none;
}
@media screen and (min-width: 959px) {
  .tb-over {
    display: block;
  }
}

.tb-under {
  display: none;
}
@media screen and (max-width: 959px) {
  .tb-under {
    display: block;
  }
}

/******************************************************************
 * 共通パーツ
******************************************************************/
html.fixed, body.fixed {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

body {
  background: url("../img/pc_bg.jpg") repeat-x;
  background-size: cover;
  background-attachment: fixed;
}

.c-inner {
  max-width: 1400px;
  margin: 0 auto;
}
@media (max-width: 1399px) {
  .c-inner {
    width: 90%;
  }
}
@media screen and (max-width: 750px) {
  .c-inner {
    width: 100%;
    padding: 0 15px;
  }
}

.main{
  position: relative;
  width: 900px;
  height: 100%;
  display: flex;
  align-items: flex-start;
  margin: 0 auto;
}

@media (max-width: 959px){
  .main{
    width: 750px;
  }
}

@media (max-width: 750px){
  .main{
    width: 100%;
  }
}


.lp-menu{
  position: sticky;
  top: 0;
  width: calc(900px - 550px);
  height: 100vh;
  background: url("../img/menu_bg.jpg") no-repeat;
  background-size: cover;
  padding: 60px 35px;
}

@media (max-width: 959px){
  .lp-menu{
    width: calc(750px - 375px);
  }
}

@media (max-width: 750px){
  .lp-menu{
    width: 100%;
  }
}


.spcont-scroll{
  position: relative;
  width: 550px;
  /*min-height: 100vh;*/
  margin: 0 0 0 auto;
}

@media (max-width: 959px){
  .spcont-scroll{
    width: 375px;
  }
}

@media (max-width: 750px){
  .spcont-scroll{
    width: 100%;
  }
}

.lp-spcont{
  position: relative;
  height: 100%;
  background: #FFF;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.txt-en{
  font-family: 'Fjalla One', sans-serif;
}

.spcont-reserve, .spcont-reserve img{
  cursor: pointer;
}

.spcont-reserve .reserve-btn a{
  display: block;
}

.c-btn{
  position: relative;
  display: block;
  width: calc(100% - 80px);
  margin: 0 auto;
  background: #0089cd;
  font-size: 26px;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 4px 0 0 #006394;
  padding: 16px 0;
}

.accord-icon{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 50px;
  height: 50px;
  background: #00527b;
  font-weight: 400;
  border-radius: 50%;
  margin: auto;
}

.accord-icon::before, .accord-icon::after{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  content: " ";
  width: 20px;
  height: 2px;
  background: #FFF;
  margin: auto;
  transition: all .3s ease;
}

.accord-icon::after{
  transform: rotate(90deg);
}


.c-accord a.active .accord-icon::after{
  transform: rotate(0deg);
}

::placeholder {
  color: #aaa;
}

/******************************************************************
 * lp-menu
******************************************************************/

.lp-menu .lp-menu-logo{
  width: 89px;
  margin: 0 auto 80px;
}

.lp-menu .lp-menu-list{
  border-top: 1px solid #5c5c68;
  border-bottom: 1px solid #5c5c68;
  padding: 60px 16px;
  margin-bottom: 40px;
}

.lp-menu .lp-menu-list li{
  margin-bottom: 20px;
}

.lp-menu .lp-menu-list li a{
  color: #aaa;
  transition: all .3s ease;
}

.lp-menu .lp-menu-list li a input{
  display: none;
}

.lp-menu .lp-menu-list li.active a{
  color: #FFF;
}

.lp-menu .lp-menu-list li a::before{
  content: "―";
  margin-right: 6px;
}

.lp-menu .lp-menu-list li a:hover, .lp-menu .lp-menu-list li a:hover::before{
  color: #FFF;
}


.lp-menu .lp-menu-foot{
  font-size: 10px;
  color: #808080;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .2em;
  line-height: 2;
}

.lp-menu .lp-menu-foot .lp-menu-foot__copy{
  color: #4c4c4c;
  margin-top: 30px;
}




/******************************************************************
 * lp-spcont
******************************************************************/

/* spcont-mv
-----------------------------------------------------------------*/

.spcont-mv{

}

.spcont-mv .mv-img02{
  margin-top: -124px;
}

.spcont-mv .mv-img03{
  margin-top: -120px;
}


/* spcont-worry
-----------------------------------------------------------------*/

.spcont-worry{
  background: #0089cd;
  padding-bottom: 50px;
}

.worry-cont02, .worry-cont03, .worry-cont04{
  padding: 0 10px;
}

.worry-cont02{
  padding-bottom: 20px;
}

.worry-cont03{
  background: #111;
  padding: 40px 20px!important;
}

.worry-cont03 iframe{
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 16 / 9;
}

.worry-cont03 iframe:last-child{
  margin-top: 20px;
}


/* spcont-fee
-----------------------------------------------------------------*/

.spcont-fee{
  padding-top: 40px;
}

.fee-graph{
  padding-bottom: 50px;
}

.fee-graph-img{
  margin-bottom: 20px;
}

.fee-graph-accord{
  padding: 0 20px;
}

.fee-graph-btn{
  margin: 0 auto;
}

.fee-graph-btn .accord-icon{
  right: 11px;
}


.fee-graph-accord__cont{
  display: none;
  padding: 30px 0 0;
}


/* fee-graph
-----------------------------------------------------------------*/

.fee-graph-table{
  width: 100%;
  margin-bottom: 20px;
}

.fee-graph-table thead{
  background: #000;
}

.fee-graph-table thead th{
  font-size: 18px;
  color: #FFF;
  font-weight: 500;
  text-align: center;
  border-left: 1px solid #999;
  padding: 15px 0;
}

.fee-graph-table thead th .small{
  font-size: 14px;
}

.fee-graph-table thead th:first-child{
  width: 178px;
  width: 170px;
  text-align: left;
  padding-left: 20px;
  border-left: none;
}

.fee-graph-table tbody {
  background: #FFF;
}

.fee-graph-table tbody tr {
  border-bottom: 1px solid #dbdbdb;
}

.fee-graph-table tbody tr th,
.fee-graph-table tbody tr td {
  padding: 20px 10px;
  padding: 20px 2px;
}

.fee-graph-table tbody tr th {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.3;
}

.fee-graph-table tbody tr th .th-note,
.fee-graph-table tbody tr td .th-note {
  font-size: 12px;
  font-weight: 400;
  color: #999;
  line-height: 1.2;
}

.fee-graph-table tbody tr td {
  text-align: center;
  border-left: 1px solid #dbdbdb;
  letter-spacing: 0;
}

.fee-graph-table tbody tr td.finish{
  letter-spacing: .06em;
}

.fee-graph-table tbody tr td .off{
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #0f90d0;
  font-size: 14px;
  background: #e5f3fa;
  padding: 3px 6px;
  border-radius: 5px;
  margin-bottom: 4px;
}


.fee-graph-table tbody tr td .price-l{
  display: block;
  font-size: 14px;
  color: #e60b46;
  font-weight: bold;
  font-style: oblique;
  letter-spacing: .04em;
  font-family: "Fjalla One", sans-serif;
}

.fee-graph-table tbody tr td .price-l .price-l-yen{
  font-size: 12px;
}

.fee-graph-table tbody tr td .price-l .yen-small{
  font-size: 12px;
}

.fee-graph-table:last-child{
  margin-bottom: 0;
}


/* spcont-fee タブ切り替え
-----------------------------------------------------------------*/

/* .fee-cont{
  margin-top: 36px;
} */

.fee-cont .fee-cont-tab__wrap{
  position: relative;
  border-bottom: 6px solid #b79c71;
}

.fee-cont .fee-cont-tab{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 20px;
}

.tabBtn{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 31%;
  height: 80px;
  font-size: 18px;
  color: #FFF;
  font-weight: bold;
  background: #4d4d4d;
}

.tabBtn.is-active{
  background: #b79c71;
}

.tabBtn:nth-of-type(2){
  font-size: 20px;
  height: 110px;
}

.tabBtn:nth-of-type(2)::after{
  position: absolute;
  top: -20px;
  right: 0;
  left: 0;
  width: 100px;
  content: " ";
  height: 41px;
  background: url("./img/fee_cont02_tag.png") no-repeat;
  background-size: 100%;
  margin: auto;
}

.tabBtn.last-child{
  margin-right: 0;
}

.tabContent{
  padding-bottom: 20px;
}

.tabContent.hide{
  display: none;
}






/* spcont-payment
-----------------------------------------------------------------*/

.spcont-payment{
  background: #f2f2f2;
  padding: 60px 20px 50px;
}

.spcont-payment .payment-ttl{
  padding: 0 20px;
  margin-bottom: 30px;
}

.spcont-payment .payment-ttl-desc{
  font-size: 18px;
  text-align: center;
  margin: 20px 0;
}


/* spcont-point
-----------------------------------------------------------------*/

.spcont-point{
  background: url("../img/point_bg.png") top no-repeat #0089cd;
  background-size: 100%;
  padding: 50px 0 70px;
}

.spcont-point .point-ttl{
  padding: 0 80px;
  margin-bottom: 10px;
}

.spcont-point-item{
  padding-bottom: 40px;
}

.spcont-point-item:last-child{
  padding-bottom: 0;
}

.point-item-accord .point-item-btn{
  background: transparent;
  border: 1px solid #FFF;
  box-shadow: none;
  margin-top: 40px;
}

.point-item-accord .point-item-btn span{
  background: transparent;
}


.point-item-accord__cont{
  padding: 0 40px;
  display: none;
}


/* spcont-flow
-----------------------------------------------------------------*/

.spcont-flow{
  background: #f2f2f2;
  padding: 60px 20px;
}

.spcont-flow .flow-ttl{
  padding: 0 20px;
  margin-bottom: 30px;
}

.spcont-flow .flow-item{
  position: relative;
  margin-bottom: 20px;
}

.spcont-flow .flow-item::before{
  position: absolute;
  top: -10px;
  left: -10px;
  content: " ";
  width: 60px;
  height: 60px;
}

.spcont-flow .flow-item:last-child{
  margin-bottom: 0;
}

.spcont-flow .flow-item.item01::before{
  background: url("../img/flow_num01.png") no-repeat;
  background-size: 100%;
}

.spcont-flow .flow-item.item02::before{
  background: url("../img/flow_num02.png") no-repeat;
  background-size: 100%;
}

.spcont-flow .flow-item.item03::before{
  background: url("../img/flow_num03.png") no-repeat;
  background-size: 100%;
}

.spcont-flow .flow-item.item04::before{
  background: url("../img/flow_num04.png") no-repeat;
  background-size: 100%;
}



/* spcont-faq
-----------------------------------------------------------------*/

.spcont-faq{
  background: #0089cd;
  padding: 70px 20px 40px;
}

.spcont-faq .faq-ttl{
  padding: 0 20px;
  margin-bottom: 30px;
}

.spcont-faq .faq-item{
  margin-bottom: 20px;
}

.spcont-faq .faq-item .faq-item__q{
  position: relative;
  display: flex;
  align-items: center;
  background: #000;
  color: #FFF;
  width: 100%;
  padding: 20px 100px 20px 20px;
}

.spcont-faq .faq-item .faq-item__q .q-icon{
  font-size: 30px;
  font-style: oblique;
  margin-right: 20px;
}

.spcont-faq .faq-item .faq-item__q .q-cont{
  font-size: 18px;
}

.spcont-faq .faq-item .faq-item__q .accord-icon{
  background: #525252;
}

.spcont-faq .faq-item .faq-item__a{
  display: none;
  background: #FFF;
  padding: 20px;
}

.spcont-faq .faq-item .faq-item__a .a-ttl{
  font-size: 22px;
  font-weight: bold;
  color: #0089cd;
  margin-bottom: 10px;
}

.spcont-faq .faq-item .faq-item__a .a-txt{
  line-height: 1.8;
}



/* spcont-footer
-----------------------------------------------------------------*/

.spcont-footer{
  padding-bottom: 110px;
}

.spcont-footer .footer-main .footer-main-table{
  padding: 0 20px;
  margin-top: 20px;
}

.footer-main-table .footer-main-table__row{
  display: flex;
  padding: 20px;
  border-top: 1px solid #000;
}

.footer-main-table .footer-main-table__row:last-child{
  border-bottom: 1px solid #000;
}

.footer-main-table .footer-main-table__row.column{
  display: block;
  padding: 20px 0;
}


.footer-main-table .footer-main-table__row.column .footer-main-table__cont{
  width: 100%;
  margin: 20px 0;
}

.footer-main-table .footer-main-table__row.column .footer-main-table__note{
  font-size: 14px;
}

.footer-main-table .footer-main-table__row .footer-main-table__head{
  width: 125px;
  font-weight: 500;
  margin-right: 30px;
}


.footer-main-table .footer-main-table__row .footer-main-table__cont{
  width: calc(100% - 125px);
}

.footer-main-table .footer-main-table__row .footer-main-table__cont a {
  color: #0089cd;
  border-bottom: solid 1px #0089cd;
}

.footer-main-table iframe{
  width: 100%;
  height: 400px;
  margin-bottom: 30px;
}


.footer-copy{
  color: #FFF;
  text-align: center;
  margin-top: 50px;
}

.c-floatbnr{
  position: fixed;
  left: 0;
  bottom: 0;
  display: none;
  width: 100%;
  height: 70px;
  transition: all .3s ease;
}


/* spcont-form
-----------------------------------------------------------------*/

.spcont-form{
  background: #0089cd;
  padding: 50px 0 140px;
}

.spcont-form .form-inner{
  padding: 0 20px;
}

.spcont-form .form-ttl{
  margin-bottom: 20px;
}

.spcont-form .form-accord{

}

.spcont-form .form-accord .form-accord-btn{
  width: calc(100% - 40px);
  background: #000;
}

.spcont-form .form-accord .form-accord-btn .accord-icon{
  background: #334141;
}

.spcont-form .form-accord .form-accord__cont{
  display: none;
}


.spcont-form .form-accord .form-accord__cont .form-warning{
  font-size: 15px;
  color: #FFF;
  line-height: 2;
  padding: 26px 0 0;
}

.spcont-form .form-accord .form-accord__cont .form-warning li::before{
  content: "※";
}

/* flow
-----------------------------------------------------------------*/

.form-table-inner{
  background: #FFF;
  border-top: 6px solid #cce7f5;
  padding: 30px 30px 50px;
  margin-top: 30px;
}

.form-table-inner .form-table-flow{
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.form-table-inner .form-table-flow li{
  position: relative;
  width: 30%;
  color: #b3b3b3;
  text-align: center;
  border: 1px solid #b3b3b3;
  padding: 10px 0;
}

.form-table-inner .form-table-flow li::before{
  position: absolute;
  top: 0;
  bottom: 0;
  right: -15px;
  content: " ";
  border-style: solid;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  border-left: 14px solid #b3b3b3;
  border-right: 0;
  margin: auto;
}

.form-table-inner .form-table-flow li::after{
  position: absolute;
  top: 0;
  bottom: 0;
  right: -14px;
  content: " ";
  margin: auto;
  border-style: solid;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0;
}

#mailformpro .form-table-flow li:nth-child(1),
#mfp_phase_confirm .form-table-flow li:nth-child(2) {
  background: #0071b8;
  color: #FFF;
  border: 1px solid #0071b8;
}

#mailformpro .form-table-flow li:nth-child(1)::after,
#mfp_phase_confirm .form-table-flow li:nth-child(2)::after {
  right: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  border-left: 14px solid #0071b8;
  border-right: 0;
}

@media (max-width: 959px){
  #mailformpro .form-table-flow li:nth-child(1)::after,
  #mfp_phase_confirm .form-table-flow li:nth-child(2)::after {
    right: -13.65px;
    border-top: 16.6px solid transparent;
    border-bottom: 16.6px solid transparent;
    border-left: 13px solid #0071b8;
  }
}


#mailformpro .form-table-inner .form-table-flow li:last-child::after,
#mailformpro .form-table-inner .form-table-flow li:last-child::before,
#mailformpro .form-table-inner .form-table-flow li:first-child::before{
  content: none !important;
}


/* table
-----------------------------------------------------------------*/

.form-table-inner .form-table{
  width: 100%;
}

.form-table-inner .form-table tr{
  display: block;
  margin-bottom: 40px;
}

.form-table-inner .form-table tr th,
.form-table-inner .form-table tr td{
  width: 100%;
  display: block;
}

.form-table-inner .form-table tr th{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 14px;
}

.form-table-inner .form-table tr th.req::after{
  content: "必須";
  font-size: 15px;
  color: #0089cd;
  background: #e5f3fa;
  padding: 2px 10px;
  margin-left: 10px;
}

.form-table-inner .form-table tr td input{
  width: 100%;
  border: 1px solid #dbdbdb;
  font-size: 15px;
  padding: 20px;
  border-radius: 5px;
}


.form-table-inner .form-table tr td select{
  font-size: 16px;
  border: 1px solid #dbdbdb;
  padding: 20px;
  border-radius: 5px;
}

.form-date{
  display: flex !important;
}

.form-date .date-select-item{
  position: relative;
  margin-right: 14px;
}

.form-date .date-select-item::after{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  width: 16px;
  height: 10px;
  content: " ";
  background: url("../img/drop_icon.png") no-repeat;
  background-size: 100%;
  margin: auto;
}

.form-date .date-select-item select{
  width: 70px;
}

.form-date .date-select-item.year select{
  width: 120px;
}

.form-table-choice{
  margin-bottom: 20px;
}

.form-table-choice select{
  width: 100%;
  font-size: 16px;
  margin-bottom: 10px;
}

.form-table-choice select:invalid{
  color: #aaa;
}

.form-table-choice .choice-ttl{
  font-weight: bold;
  margin-bottom: 10px;
}

.form-table-choice .choice-select-item{
  position: relative;
}

.form-table-choice .choice-select-item + .choice-select-item {
  margin-top: 10px;
}

.form-table-choice .choice-select-item::before{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  content: " ";
  margin: auto;
}

.form-table-choice .choice-select-item.date::before{
  position: absolute;
  width: 24px;
  height: 30px;
  background: url("../img/date_icon.png") no-repeat;
  background-size: 100%;
  pointer-events: none;
  margin: 0;
  top: 15px;
}

.form-table-choice .choice-select-item.time::before{
  position: absolute;
  top: 24px;
  right: 21px;
  width: 22px;
  height: 13px;
  margin: 0;
  background: url("../img/drop_icon.png") no-repeat;
  background-size: 100%;
  pointer-events: none;
}

.form-table .input-name {
  position: relative;
}

.form-table .input-name::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 24px;
  height: 24px;
  border: solid 1px #0089cd;
  border-radius: 50%;
  background: url(../img/check-solid.svg) center / 16px no-repeat;
  opacity: 0;
  transition: .1s;
}

.form-table .input-name.ok::before {
  opacity: 1;
}


/* privacy / submit
-----------------------------------------------------------------*/

.form-table-privacy{
  border: 1px solid #dbdbdb;
  height: 180px;
  overflow-y: scroll;
  padding: 30px;
  margin-bottom: 26px;
}

.form-table-privacy .privacy-ttl{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.form-table-privacy .privacy-cont{
  line-height: 2;
}

.form-table-privacy .privacy-cont .privacy-cont-sec{
  margin-bottom: 20px;
}

.form-table-privacy .privacy-cont .privacy-cont-sec .privacy-cont-ttl{
  font-weight: bold;
}

.form-table-privacy .privacy-cont .privacy-cont-sec .privacy-cont-list li{
  margin-top: 10px;
}

.form-table-privacy .privacy-cont .privacy-cont-sec .privacy-cont-list li{
  list-style-type: none;
  counter-increment: cnt;
}

.form-table-privacy .privacy-cont .privacy-cont-sec .privacy-cont-list li::before{
  content: counter(cnt)".";
}

.form-agree{
  font-size: 20px;
  text-align: center;
  line-height: 2;
  padding-left: 30px;
  margin-bottom: 30px;
}

.form-agree input[type="checkbox"]{
  display: none;
}

.form-agree .form-agree-check{
  position: relative;
}

.form-agree .form-agree-check::before,
.form-agree .form-agree-check::after{
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  content: " ";
  margin: auto;
}

.form-agree .form-agree-check::before{
  left: -42px;
  background: #fff;
  border: 2px solid #d9d9db;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 5px;
}

.form-agree .form-agree-check::after{
  position: absolute;
  border-right: 3px solid #0089cd;
  border-bottom: 3px solid #0089cd;
  width: 8px;
  height: 18px;
  top: -4px;
  left: -30px;
  opacity: 0;
  transform: rotate(45deg);
}

input[type=checkbox]:checked ~ .form-agree-check::after {
  opacity: 1;
}

.form-btn, .btn-back{
  width: calc(100% - 20px);
  margin: 0 auto;
}

.form-btn button,
#mfp_button_send,
.btn-back a {
  display: block;
  width: 100%;
  background: #000;
  font-size: 22px;
  color: #FFF;
  text-align: center;
  font-weight: bold;
  border-radius: 10px;
  letter-spacing: .06em;
  box-shadow: 0 4px 0 0 #999;
  padding: 20px 0;
}

.form-btn button.disabled {
  background: #ccc;
}

#form-reset,
#mfp_button_cancel {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  font-size: 15px;
  text-align: center;
  text-shadow: none !important;
  white-space: nowrap;
  color: #333;
  background: transparent;
  padding: 5px 0;
  border: none;
  border-bottom: solid 2px #333;
  border-radius: 0;
  box-shadow: none !important;
  margin: 20px auto 0;
  transition: all .2s;
}


/* mailformpro
-----------------------------------------------------------------*/
div#mfp_hidden {
	overflow: hidden;
	width: 1px;
	height: 1px;
	padding: 0px;
	margin: 0px;
}
div#mfp_hidden input {
	margin: 10px;
}
div#mfp_loading_screen {
	z-index: 20000;
	opacity: 0.8;
	display: none;
	background-color: #000;
	position: absolute;
}
div#mfp_loading {
	z-index: 20001;
	position: absolute;
	display: none;
	width: 40px;
	height: 40px;
	background-image: url(_images/mfp_loading.gif);
}
div#mfp_overlay {
	position: absolute;
	display: none;
	z-index: 10001;
}
div#mfp_overlay_background {
	background-color: #000;
	position: absolute;
	display: none;
	z-index: 10000;
}

.mfp_err {
  color: #0089cd;
  font-size: 14px;
  margin-top: 5px;
}


/* 残項目表示
-----------------------------------------------------------------*/
.remaining {
	position: fixed;
  right:  calc((100vw - 930px) / 2);
  bottom: 0;
  left: calc((100vw - 930px) / 2 + 350px);
  display: block;
	background: #fff;
	border: solid 1px #fff700;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	transition: all .2s;
  margin: 0 auto;
	}


.remaining.active {
	opacity: 1;
	visibility: visible;
	z-index: 9999;
}

.remaining .read {
  display: none;
	padding: 15px 20px;
	line-height: 1.8;
}

.remaining .num {
  font-size: 20px;
	background: #fff700;
  line-height: 1.5;
  padding: 10px 20px 11.5px;
}


/* 確認画面
-----------------------------------------------------------------*/
#mfp_phase_confirm_inner h4 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
}

#mfp_confirm_table {
  width: 100%;
  margin-bottom: 40px;
}

#mfp_confirm_table tr {
  display: block;
  margin-bottom: 20px;
}

#mfp_confirm_table th,
#mfp_confirm_table td {
  display: block;
  width: 100%;
}

#mfp_confirm_table th {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}

#mfp_confirm_table td {
  width: 100%;
}

/* サンクスページ
-----------------------------------------------------------------*/

.main.thanks {
  min-height: 100vh;
}

.thanks .spcont-form {
  height: 100%;
}

.thanks .form-ttl {
  text-align: center;
}

.thanks-ttl {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 40px;
  text-align: center;
}

.thanks-txt {
  line-height: 2;
  margin-bottom: 30px;
  text-align: center;
}

.thanks-tel {
  text-align: center;
    margin-bottom: 40px;
}

.thanks-tel a .num{
  font-size: 32px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 5px;

}

.thanks-tel-time{
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
}

/******************************************************************
 * TB
******************************************************************/

@media (max-width: 959px){
  .spcont-mv .mv-img02{
    margin-top: -85px;
  }

  .spcont-mv .mv-img03{
    margin-top: -83px;
  }

  .c-btn{
    width: calc(100% - 38px);
    font-size: 18px;
    border-radius: 5px;
    padding: 12px 0;
  }

  .accord-icon{
    top: 2px;
    width: 30px;
    height: 30px;
  }

  .accord-icon::before, .accord-icon::after{
    top: 2px;
    right: -2px;
    width: 12px;
  }

  .tabBtn{
    height: 50px;
    font-size: 11px;
  }

  .tabBtn:nth-of-type(2){
    font-size: 11px;
    height: 70px;
  }

  .tabBtn:nth-of-type(2)::after{
    top: -21.5px;
    /* width: 80px;
    height: 25px; */
  }

  .fee-graph-table thead th{
    font-size: 13px;
  }

  .fee-graph-table thead th:first-child{
    width: 117px;
    width: 80px;
    padding: 16px 6px;
  }

  .fee-graph-table.table-basic thead th{
    padding: 10px 0;
  }

  .fee-graph-table thead th .small{
    font-size: 10px;
  }

  .fee-graph-table tbody tr th{
    font-size: 13px;
    font-size: 12px;
    letter-spacing: 0;
    padding: 16px 10px;
    padding: 16px 2px 16px 0;
  }

  .fee-graph-table tbody tr th .th-note{
    font-size: 10px;
  }

  .fee-graph-table tbody tr td{
    padding: 16px 2px;
    letter-spacing: 0;
  }

  .fee-graph-table tbody tr td .off{
    font-size: 10px;
  }

  .fee-graph-table tbody tr td .price-l{
    font-size: 10px;
    letter-spacing: 0;
  }

  .fee-graph-table tbody tr td .price-l .price-l-yen{
    font-size: 10px;
  }

  .fee-graph-table tbody tr td .price-l .yen-small{
    font-size: 9px;
  }

  .spcont-flow .flow-item::before{
    width: 40px;
    height: 40px;
    top: -5px;
    left: -5px;
  }

  .spcont-worry{
    padding-bottom: 26px;
  }

  .spcont-worry .worry-cont02{
    margin-top: -9px;
    padding-bottom: 31px;
  }

  .spcont-worry .worry-cont03 {
    padding: 20px 10px 15px;
  }

  .worry-cont03{
    background: #111;
    padding: 30px 10px!important;
  }

  .spcont-fee{
    padding-top: 34px;
  }

  .fee-graph-accord__cont{
    padding: 24px 0 0;
  }

  .fee-cont .fee-cont-tab__wrap{
    border-bottom: 2px solid #b79c71;
  }

  .tabContent{
    padding-bottom: 16px;
  }

  .spcont-payment{
    padding: 32px 18px 33px;
  }

  .spcont-payment .payment-ttl{
    padding: 0 0 0 20px;
    margin-bottom: 17px;
  }

  .spcont-payment .payment-ttl-desc{
    font-size: 14px;
    margin: 0 0 18px;
  }

  .spcont-point{
    padding: 36px 0 46px;
  }

  .spcont-point .point-ttl{
    padding: 0 50px;
    margin-bottom: 8px;
  }

  .spcont-point-item{
    padding-bottom: 19px;
  }

  .spcont-flow{
    padding: 31px 17px 38px 20px;
  }

  .spcont-flow .flow-ttl{
    padding: 0 15px;
    margin-bottom: 16px;
  }

  .spcont-flow .flow-item{
    margin-bottom: 11px;
  }

  .spcont-flow .flow-item:nth-of-type(2){
    margin-bottom: 14px;
  }

  .spcont-flow .flow-item.item02,
  .spcont-flow .flow-item.item03{
    margin-bottom: 16px;
  }

  .spcont-faq{
    padding: 42px 20px 27px;
  }

  .spcont-faq .faq-ttl{
    padding: 0 5px 0 11px;
    margin-bottom: 18px;
  }

  .spcont-faq .faq-item{
    margin-bottom: 15px;
  }

  .spcont-faq .faq-item .faq-item__q .accord-icon{
    right: 15px;
  }

  .spcont-footer{
    padding: 8px 0 33px;
  }

  .spcont-footer .footer-main .footer-main-table{
    margin-top: 14px;
  }

  .footer-main-table .footer-main-table__row{
    padding: 20px 9px;
  }

  .footer-main-table .footer-main-table__row .footer-main-table__head{
    width: 87px;
  }

  .footer-main-table .footer-main-table__row .footer-main-table__cont{
    line-height: 1.5;
    letter-spacing: .2px;
  }

  .footer-main-table .footer-main-table__row.column .footer-main-table__head{
    width: 100%;
  }

  .footer-main-table .footer-main-table__row.column .footer-main-table__cont{
    margin: 13px 0 11px;
  }

  .footer-main-table .footer-main-table__row.column .footer-main-table__note{
    font-size: 12px;
    margin-left: -2px;
    margin-bottom: 2px;
  }

  .spcont-form{
    padding: 30px 0 130px;
  }

  .spcont-form .form-ttl{
    margin-bottom: 15px;
  }

  .spcont-form .form-accord .form-accord-btn .accord-icon{
    right: 10px;
  }

  .spcont-form .form-accord .form-accord__cont .form-warning{
    font-size: 11px;
    padding: 16px 0 0;
  }

  .spcont-form .form-accord .form-accord__cont .form-warning li{
    margin-bottom: 4px;
  }

  .form-table-inner .form-table-flow{
    margin-bottom: 24px;
  }


  .spcont-faq .faq-item .faq-item__q{
    padding: 13px 64px 13px 18px;
  }

  .spcont-faq .faq-item .faq-item__q .q-cont{
    font-size: 14px;
    letter-spacing: .06em;
  }

  .spcont-faq .faq-item .faq-item__q .q-icon{
    font-size: 21px;
    margin-right: 13px;
  }

  .spcont-faq .faq-item .faq-item__a{
    padding: 15px 18px;
  }

  .spcont-faq .faq-item .faq-item__a .a-ttl{
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 7px;
  }

  .spcont-faq .faq-item .faq-item__a .a-txt{
    line-height: 1.85;
  }

  .footer-main-table iframe{
    height: 225px;
    margin-bottom: 22px;
  }

  .form-table-inner{
    padding: 18px 20px 40px;
    margin-top: 18px;
  }

  .form-table-inner .form-table tr th{
    font-size: 16px;
    margin-bottom: 10px;
  }

  .form-table-inner .form-table tr th.req::after{
    font-size: 12px;
  }

  .form-table-inner .form-table-flow li{
    width: 29%;
    padding: 5px 0;
  }

  .form-table-inner .form-table-flow li::before{
    content: none;
  }

  .form-table-inner .form-table-flow li.first-child::before{
    content: none !important;
  }

  .form-table-inner .form-table-flow li::after{
    right: -11px;
    width: 11px;
    height: 34px;
    background: url("../img/form_arrow_head.jpg") no-repeat;
    background-size: 100%;
    border: none;
  }

  .form-table-inner .form-table-flow li.current::after{
    right: -13px;
    border-top: 19px solid transparent;
    border-bottom: 23px solid transparent;
  }

  .form-table-inner .form-table tr{
    margin-bottom: 30px;
  }

  .form-table-inner .form-table tr td input{
    font-size: 16px;
    padding: 16px 10px;
  }

  .form-table-choice{
    margin-bottom: 8px;
  }

  .form-table-choice .choice-ttl{
    font-size: 14px;
  }

  .form-table-choice .choice-select-item.date::before{
    top: 17px;
    right: 16px;
    width: 16px;
    height: 19px;
    margin: 0;
  }

  .form-table-choice .choice-select-item.time::before{
    right: 16px;
    width: 15px;
    height: 8px;
    top: 21px;
  }

  .form-table-choice .choice-select-item.time select{
    padding: 15px 10px;
  }

  .form-table-privacy{
    height: 125px;
    padding: 19px;
    margin-top: -11px;
    margin-bottom: 14px;
  }

  .form-table-privacy .privacy-ttl{
    font-size: 14px;
  }

  .form-table-privacy .privacy-cont{
    font-size: 12px;
    line-height: 1.8;
  }

  .form-date .date-select-item{
    display: flex;
    align-items: center;
    margin-right: 9px;
  }

  .form-date .date-select-item::after{
    top: 6px;
    right: 26px;
    width: 14px;
    height: 8px;
  }

  .form-date .date-select-item select{
    width: 60px;
    padding: 15px 10px !important;
    margin-right: 5px !important;
  }

  .form-date .date-select-item.year select{
    width: 100px;
  }

  .form-agree{
    margin-bottom: 20px;
  }

  .form-agree .form-agree-check{
    font-size: 14px;
  }

  .form-agree .form-agree-check::before{
    top: 2px;
    left: -34px;
    width: 24px;
    height: 24px;
    border-radius: 3px;
  }

  .form-agree .form-agree-check::after{
    left: -23px;
    width: 5px;
    height: 13px;
  }

  .form-btn button,
  #mfp_button_send,
  .btn-back a {
    font-size: 16px;
    border-radius: 5px;
    box-shadow: 0 2px 0 0 #999;
    padding: 13px 0;
  }

  .remaining{
    right:  calc((100vw - 770px) / 2);
    left: calc((100vw - 770px) / 2 + 350px);
  }

  .remaining .num{
    font-size: 16px;
  }

  #mfp_phase_confirm_inner h4 {
    font-size: 18px;
  }

  #mfp_confirm_table th {
    font-size: 16px;
  }

  .thanks-ttl {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .thanks-txt {
    text-align: left;
  }

  .thanks-tel {
    font-size: 25px;
  }

  .footer-copy{
    font-size: 12px;
    color: #FFF;
    text-align: center;
    letter-spacing: .06em;
    margin-top: 33px;
  }

  .c-floatbnr{
    display: block;
  }

  .c-floatbnr.hide{
    display: none;
  }


}


/******************************************************************
 * SP
******************************************************************/

@media (max-width: 750px){
  .main{
    width: 100%;
  }

  .spcont-scroll{
    width: 100%;
    height: unset;
  }

  .spcont-mv .mv-img02{
    margin-top: -23%;
  }

  .spcont-mv .mv-img03{
    margin-top: -22.2%;
  }

  .remaining{
    right: 0;
    left: 0;
  }

}


/******************************************************************
 * modaal
******************************************************************/

.hide-area{
  display: none;
}

.modaal-close:after,
.modaal-close:before{
  background:#ccc;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
  background:#666;
}

.popup{
  color: #0089cd;
  text-decoration: underline;
  transition: all .3s ease;
}

.popup:hover{
  opacity: .6;
}

.modaal-container{
  width: 40% !important;
}

@media (max-width: 959px){
  .modaal-container{
    width: 70% !important;
  }
}

@media (max-width: 749px){
  .modaal-container{
    width: 90% !important;
  }
}



.line_add_freinds{
    width: 90%;
    max-width: 90%;
    margin: 20px auto 10px;
}
.line_add_freinds_a{
	position: relative;
    height: 58px;
    line-height: 58px;
    font-size: 24px;
    transition: background-color 1s;
    background-color: #06c755;
    border: 1px solid #06c755;
    border-radius: 10px;
    display: block;
    width: 90%;
    max-width: 90%;
    padding-bottom: 5px;
    color: #fff;
    text-align: center;
    cursor: pointer;
	margin: 0 auto;
}
.line_add_freinds_a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 15%;
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url("../img/line_friends.png")  no-repeat;
    background-size: contain;
    transform: translate(0,-50%);
}
.line_txt{
	width: 90%;
    max-width: 90%;
    margin: 0 auto;
    margin-top: 30px;
}
.line_txt p{
	text-align: center;
}

@media print, screen and (min-width: 768px){
.pcnone{
	display: none;
	}
}

@media print, screen and (max-width: 768px){
.line_add_freinds_a{
	position: relative;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
}
.line_add_freinds_a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 15%;
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url("../img/line_friends.png")  no-repeat;
    background-size: contain;
    transform: translate(0,-50%);
}
}
