@charset "utf-8";
/* CSS Document */
#topicpath li:after {
    content: ">";
    display: inline-block;
    vertical-align: baseline;
    background: url(/resources/img/cmn/ic_breadcrumb.svg) no-repeat 50% 50%;
    background-size: cover;
    padding: 6px 0 1px 7px;
    margin: 0 0 0 6px;
    width: 0;
    height: 0;
	overflow: hidden;}
#topicpath li:last-child:after{
	background: none;
    display: none!important;}

h4._lv4{
	font-weight: 600!important;
}

/* kv
-------------------------------------------------- */
.kv_area .inner{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width:1200px;
  height:auto;
  margin:0 auto;
  position:absolute;
  top:0px;
  left:0;
  right:0;
}

.kv_area .inner div.grid:nth-child(1){
  width: 490px;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.kv_area .inner div.grid:nth-child(2){
  position: relative;
  width: 680px;
  height: 320px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 40px 0 0!important;
  padding-right: 25px;
}
.kv_area .inner div.grid:nth-child(1) ul.kv_badge{
  margin:  15px;
}
.kv_area .inner div.grid:nth-child(1) ul.kv_badge li{
  margin-bottom: 10px;
}
.kv_area .inner div.grid:nth-child(1) ul.kv_badge li span{
  display: inline-block!important;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background: #f4ad16;
  border-radius: 5px;
  padding: 10px;
  line-height: 1;
  min-width: 10em;
}

.kv_area .inner div.grid:nth-child(1) h1{
  margin: 0;
  padding: 15px 25px;
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.6) 20%, rgba(255,255,255,0.8) 100%);
}


.kv_area .inner div.grid:nth-child(2) .w-box:nth-child(1){
  width: 380px;
}
.kv_area .inner div.grid:nth-child(2) .w-box:nth-child(1) em{
  display: block;
  font-size: 16px;
  font-weight: bold;
}
.kv_area .inner div.grid:nth-child(2) .w-box:nth-child(1) div{
  color: #015890;
  font-size: 24px;
  margin: 5px 0 5px;
  line-height: 1.4;
  font-weight: bold;
}
.kv_area .inner div.grid:nth-child(2) .w-box:nth-child(1) div span{
  font-size: 28px;
  font-weight: bold;
}
.kv_area .inner div.grid:nth-child(2) .w-box:nth-child(1) div strong{
  font-size: 40px;
  font-weight: bold;
}
.kv_area .inner div.grid:nth-child(2) .w-box:nth-child(1) p.date{
  font-size: 16px;
  font-weight: bold;
}
.kv_area .inner div.grid:nth-child(2) .w-box:nth-child(1) p.date span{
  font-size: 18px;
  font-weight: bold;
}

.kv_area .inner div.grid:nth-child(2) .w-box:nth-child(2){
  width: 250px;
}
.kv_area .inner div.grid:nth-child(2) .w-box{
  position: relative;
  height: 200px;
  color: #353535;
  font-weight: bold;
  background: #FFF;
  text-align: center;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 20px 0px rgba(154, 154, 154, 0.15);
  padding-top: 20px;
}
.kv_area .inner div.grid:nth-child(2) .w-box p.kv-title{
  position: absolute;
  top:-25px;
  color: #FFF;
  font-size: 15px;
  font-weight: bold;
  background: #0072bc;
  border-radius: 25px;
  text-align: center;
  line-height: 20px!important;
  padding: 5px;
  min-width: 13em;
  min-height: 50px;
}
.kv_area .inner div.grid:nth-child(2) .w-box:nth-child(2) p.kv_txt{
  color: #005790;
  font-size: 20px;
  font-weight: bold;
}
.kv_area .inner div.grid:nth-child(2) .w-box:nth-child(2) p.kv_txt span{
  font-size: 22px;
  font-weight: bold;
}
.kv_area .inner div.grid:nth-child(2) .w-box:nth-child(2) p.kv_link{
  font-size: 18px;
  margin: 20px 0 0;
}
.kv_area .inner div.grid:nth-child(2) .w-box:nth-child(2) p.kv_link a{
  color: #0072bc;
  padding-right:22px;
  margin-right:-14px
}

.kv_area .noteSec{
  width:1200px;
  height:auto!important;
  margin:0 auto;
  position:absolute;
  bottom:0;
  left:0;
  right:0;
  padding-bottom: 15px;
  /*text-align: right;*/
  /*letter-spacing: -0.03em;*/

  display: flex;
  justify-content: flex-end;
}
.kv_area .c-note_list{
  width:fit-content;
}
.kv_area .noteSec li{
  text-shadow: -2px -2px 0 #eff5fb, 0px -2px 0 #eff5fb, 2px -2px 0 #eff5fb, -2px 0px 0 #eff5fb, 2px 0px 0 #eff5fb, -2px 2px 0 #eff5fb, 0px 2px 0 #eff5fb, 2px 2px 0 #eff5fb;
	line-height:1.1!important;
	font-size:70%!important;
}

@media screen and (min-width: 768px) {
  .kv_area {
    height: 320px;
  }
}
@media print,
screen and (min-width: 768px) {
  .kv_area {
    background: #eff5fb;
  }
  .kv_area picture {
    width: 1200px;
    display: block;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .kv_area {
    height: 670px;
    background: #dfebf7;
  }
  .kv_area .inner{
    width: 100%;
    flex-direction: column;
    padding: 10px;
    margin: 0;
    justify-content: flex-start;
  }
  .kv_area .inner div.grid:nth-child(1){
    width: 100%;
    min-height: auto;
  }
  .kv_area .inner div.grid:nth-child(1) ul.kv_badge{
    display: flex;
    justify-content: center;
    margin: 0!important;
    width: 100%;
  }
  .kv_area .inner div.grid:nth-child(1) ul.kv_badge li{
    display: inline-block!important;
    margin: 0 5px;
  }
  .kv_area .inner div.grid:nth-child(1) ul.kv_badge li span{
    font-size: 14px;
    padding: 6px 8px;
    min-width: 8em;
  }
  .kv_area .inner div.grid:nth-child(1) h1{
    width: 80%;
    display: inline-block;
    margin: 110px auto 0!important;
    padding: 8px 20px;
    background:  rgba(255,255,255,0.8);
    text-align: center;
  }
  .kv_area .inner div.grid:nth-child(1) h1 img{
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .kv_area .inner div.grid:nth-child(2){
    width: 100%;
    height: auto!important;
    margin: 0!important;
    padding-right: 0;
  }

  .kv_area .inner div.grid:nth-child(2) .w-box:nth-child(1),
  .kv_area .inner div.grid:nth-child(2) .w-box:nth-child(2){
    width: 100%;
  }
  .kv_area .inner div.grid:nth-child(2) .w-box{
    height: auto;
    padding : 30px 10px 10px;
    margin-top: 25px;
  }
  .kv_area .inner div.grid:nth-child(2) .w-box:nth-child(1) em{
    font-size: 15px;
  }
  .kv_area .inner div.grid:nth-child(2) .w-box:nth-child(1) div{
    font-size: 18px;
  }
  .kv_area .inner div.grid:nth-child(2) .w-box:nth-child(1) div span{
    font-size: 22px;
  }
  .kv_area .inner div.grid:nth-child(2) .w-box:nth-child(1) div strong{
    font-size: 32px;
  }
  .kv_area .inner div.grid:nth-child(2) .w-box:nth-child(1) p.date{
    font-size: 15px;
  }
  .kv_area .inner div.grid:nth-child(2) .w-box:nth-child(1) p.date span{
    font-size: 17px;
  }
  .kv_area .inner div.grid:nth-child(2) .w-box p.kv-title{
    font-size: 15px;
    top:-15px;
    border-radius: 25px;
    text-align: center;
    line-height: 25px!important;
    padding: 5px;
    min-width: 19em;
    min-height: 25px;
  }
  .kv_area .inner div.grid:nth-child(2) .w-box:nth-child(2) p.kv_txt{
    font-size: 16px;
  }
  .kv_area .inner div.grid:nth-child(2) .w-box:nth-child(2) p.kv_txt span{
    font-size: 15px;
  }
  .kv_area .inner div.grid:nth-child(2) .w-box:nth-child(2) p.kv_link{
    font-size: 16px;
    margin: 0px 0 0;
  }
  .kv_area .noteSec{
    display: block;
    width:100%;
    padding: 0px 10px 15px;
    text-align: left;
    font-size: 15px!important;
    margin-top: 0;
  }
  .kv_area .noteSec li{
    font-size:83.33%!important
  }
}

@media screen and (max-width: 430px) {
  .kv_area {
    height: auto;
    min-height: calc(635px + 1.8em);
  }
}


.move_txt01{
  padding-left: 1em;
  text-indent: -1em;
}

.frame--gray {
  border: 1px solid #e6e8ed;
  padding: 17px 10px;
  display: block;
}
.frame--gray .title--map {
  font-size: 22px;
  font-size: 1.4rem;
}
@media print, screen and (min-width: 768px) {
  .frame--gray {
    padding: 35px 30px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:space-between;
    -ms-flex-pack:space-between;
    justify-content:space-between;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
  }
  .frame--gray img{
   width:395px;
    height: auto;
  }
 .frame--gray .title--map {
    font-size: 28px;
    font-size: 1.875rem;
  }
  .frame--gray .title--map + p {
    margin-top: 10px;
    font-size: 16px;
  }
}

@media print, screen and (min-width: 768px) {
  .tabContents .tab1,.tabContents .tab2,.tabContents .tab3{
    padding: 30px
  }
}
@media screen and (max-width:767px){
	.rn2020 hr.c-hr{
		margin:40px 0!important;
	}

}

/* step
-------------------------------------------------- */
.preparation{
	margin-bottom: 40px;
}


.preparation ul.list_disc{
	padding:25px 40px;
	background: #f2faff;
	display: flex;
	justify-content:space-between;
	align-items: center;
	flex-wrap: wrap;

}

.preparation ul.list_disc li{
	width: 32%;
}

@media screen and (max-width:767px){
.preparation ul.list_disc{
	padding:25px 20px;
	display: block;

}
	.preparation ul.list_disc li{
		width: auto;
	}

}



/* step
-------------------------------------------------- */
.step_cont{
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
	margin: 25px 0 10px;
}
/* 4カラム */
.step_cont div{
	width: calc(20% - 20px);
	margin: 0;
	text-align: center;
	padding:15px 10px;
	background: #f2faff;
	display:  inline-block;
	position:  relative;
}
/* 3カラム */
.step_cont.cont3 div{
	width: calc(33.3333% - 20px);
}
.step_cont div span{
	display: block;
	font-size: 111.11%;
	margin: 15px 0 0;
	line-height: 1.4;
}
.step_cont div p.txt{
	font-size: 84%;
	margin: 15px 0 0;
	text-align: left;
	line-height: 1.4;
}
.step_cont > div:not(:last-child)::before {
    content:  '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17px 0 17px 15px;
    border-color: transparent transparent transparent #000;
    display:  inline-block;
    vertical-align:  middle;
    position: absolute;
    top: 0;
    bottom: 0;
    margin:  auto;
    right: -24px;
}
.badge{
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
	.step_cont {
		margin: 20px 0 ;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
			 -ms-flex-direction: column;
					 flex-direction: column;
	}
	.step_cont div,.step_cont.cont3 div{
		width: 100%;
		margin-bottom: 32px;
		margin-top: 0;
	}
		.step_cont div:last-child{
		margin-bottom: 0;
	}
	.step_cont > div:not(:last-child)::before {
    content: "";
    display: block;
    border-top: 20px solid #000 !important;
    border-right: 5vw solid transparent !important;
    border-left: 5vw solid transparent !important;
    border-bottom: none;
    position: absolute;
    width: 0;
    height: 0;
    bottom: -27px !important;
    top: auto !important;
    left: 50%;
    margin-top: 0 !important;
    margin-left: -5vw;
	}
  .step_cont img{
    display: block;
    margin: 0 auto;
  }
}

.wrap_move--process{
    padding:4vw ;
    border: solid 1px #D0D0D0;
  }

@media only screen and (max-width: 767px) {
	#main a.btn-panel_link{
		padding:15px 15px 10px!important;
	}
}



@media print, screen and (min-width: 768px) {
  .wrap_move--process{
    padding:40px 30px;
    border: solid 1px #D0D0D0;
  }
  .wrap_club{
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
  }
  .wrap_club_btn{
    width: 420px;
  }
  .wrap_club02{
    -webkit-box-pack: space-around;
    -ms-flex-pack: space-around;
    justify-content: space-around;
  }
  .wrap_pricedown{
  display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    padding: 20px 20px 0 20px;
  }
  .wrap_pricedown img{
   width: 196px;
  }
  .btn_move_modal{
    width: 380px;
    margin: 0 auto;
  }
  .tabBtn .active .img_area span{
    font-size: 18px;
  }
}

.m_auto{
  margin: 0 auto;
}



/* user-support-unit01
-------------------------------------------------- */
.user-support-unit01{
	display: flex;
	justify-content:space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 80px;
}
.user-support-unit01 > a{
    text-decoration: none;
    margin-top: 2em;
	width: 48%;
}

.user-support-unit01 > a.single{
	width: 100%;
}

.user-support-unit01 > a .df{
    position: relative;
}
.user-support-unit01 > a ._body > img{
    position: absolute;
    top: 0;
    left: 0;
}
.user-support-unit01 > a svg{
    position: absolute;
    top: 0;
    left: 0;
}
.user-support-unit01 > a .df{
    padding-left: 73px;
}
.user-support-unit01 > a h3{
    font-size: 24px;
    line-height: 1.6;
	font-weight: 700;
    margin-bottom: 0.25em;
}
.user-support-unit01 > a h3 small{
    font-size: 16px;
    display: inline;
}


@media only screen and (max-width: 767px) {
	.user-support-unit01 > a{
		width: auto;
	}
	.user-support-unit01 > a.single h3{
		font-size: 18px;
	}
}
/* priceArea
-------------------------------------------------- */

#priceArea .scrollTableOuter {
	margin-top: 40px;
}
#priceArea .c-table{
	width: 100%;
}
#priceArea .c-table thead th{
	border-right: none;
	border-left: 1px solid #FFF;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
}
#priceArea .c-table thead th span{
	font-size: 80%;
}
#priceArea .c-table thead th{
	font-size: 80%;
}
#priceArea .c-table thead th.empty{
	padding: 0!important;
	border-left: none;
}
#priceArea .c-table thead tr:first-child th:first-child{
	border-left: 1px solid #707070;
}
#priceArea .c-table thead tr th:last-child{
	border-right: 1px solid #707070;
}
#priceArea .c-table tbody th,#priceArea .c-table td{
	vertical-align: middle;
	padding-bottom: 10px;
	padding-top: 10px;
	font-size: 16px;
	line-height: 1.6;
}
#priceArea .c-table th p{
	padding-left: 1em;
	line-height: 1.4;
}
#priceArea .c-table td{
	text-align: right;
	font-weight: 600;
	font-size: 120%;
}
#priceArea .c-table tr td strong{
	font-size: 70%;
	font-weight: 600;
}
#priceArea .c-table tr td span{
	font-size: 70%;
}

.flets tbody tr:nth-child(4) td:nth-child(2),.flets tbody tr:nth-child(5) td,
.flets tbody tr:nth-child(6) td:nth-child(2){
	font-weight: normal!important;
	font-size: 80%!important;
}

.next tbody tr:nth-of-type(2) .ta_c,
.next tbody tr:nth-of-type(3) .ta_c,
.next tbody tr:nth-of-type(4) .ta_c {
  font-weight: normal!important;
	font-size: 80%!important;
}

/* faqArea
-------------------------------------------------- */

#faqArea ul.faq_list li.question ._lv4 {
	flex: 1;
	font-weight: 700!important;
	line-height: 1.5;
}
#faqArea ul.faq_list li.answer{
	display: block;
}
#faqArea ul.faq_list li.answer span{
	background: transparent!important;
}

#faqArea ul.faq_list li div{
	line-height: 1.4;
}




/*--------------------
  2022/07/21追記
--------------------*/
#anchor01{
  @media screen and (max-width: 767px) {
    padding: 0 2%!important;
  }
}
#anchor01 .c-grid{
    display: flex;
    flex-wrap: wrap;
}
#anchor01 .c-grid.col3>*{
    width: 33.3333333333%;
}
#anchor01 .c-grid .c-panel{
    width: 318px;
    border: 3px solid #D0D0D0;
}
#anchor01 .c-grid .c-panel > .panel_header{
    padding: 35px 32px 12px 32px;
    border-bottom: none;
}
#anchor01 .c-panel>.panel_header h3.title{
    font-size: 111.11%;
    font-weight: 700;
}
#anchor01 .c-panel>.panel_header h3 .big{
    font-size: 120%;
}
#anchor01 .c-panel>.panel_header h3 .sml{
    font-size: 80%;
    font-weight: 400;
    display: block;
    margin-top: 6px;
}
#anchor01 .c-panel>.panel_header .icon_arrow:after{
    content: "";
    display: block;
    margin: 8px auto 5px;
    width: 16px;
    height: 16px;
    background: url(../img/arrow_not-link.svg) no-repeat 0 0;
}
#anchor01 .c-panel>.panel_inner{
    padding: 12px 32px 28px 32px;
}
#anchor01 .c-panel>.panel_inner .btn span{
    font-size: 88.88%;
}
#anchor01 .btn_area.about_btn .btn{
  @media screen and (max-width: 767px) {
    padding: 10px 20px 9px;
  }
}
#anchor01 .btn_area .btn span{
    padding-left: 10px;
}
#modal_content01 .frame--gray{
    border: 1px solid #e6e8ed;
}
#modal_content01 .frame--gray .title--map{
    font-weight: 700;
    line-height: 1.5;
}
#modal_content01 .frame--gray .explain p{
    line-height: 1.5;
}
#anchor02 .c-grid .btn_txt .btn._sim {
    padding: 5px 35px 5px 5px;
}

@media screen and (max-width: 767px){
    #anchor01 .c-grid.col3>*{
        width: calc(100% - 1px);
    }
    #anchor01 .c-grid .c-panel{
        width: 100%;
    }
    #modal_content01 .frame--gray{
        margin-top: 20px;
    }
    #anchor02 .tab2 .link_icn span{
        font-size: 88.88%
    }

}


/* #banner
-------------------------------------------------- */

.btn-panel.itenkouji a{
	margin: 40px 0 30px;
	padding: 35px 35px 43px 35px;
    position: relative;
}

.btn-panel.itenkouji ._body{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	margin: 0!important;
  align-items: center;
}

.btn-panel.itenkouji ._body div:nth-of-type(1) {
	margin-right: 40px;
}
.btn-panel.itenkouji ._body div:nth-of-type(2) {
	margin-top: 0px;
}

.btn-panel.itenkouji a p.link_icn{
	padding: 0;
	position: absolute;
    right: 25px;
    bottom: 12px;
}


@media only screen and (max-width: 767px) {
	.btn-panel.itenkouji a{
		padding: 53px 16px 92px 16px;
	}
	.btn-panel.itenkouji ._body{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 0!important;
	}
	.btn-panel.itenkouji ._body div:nth-of-type(1) {
		margin: 0px;
	}
	.btn-panel.itenkouji ._body p.c-txt {
		text-align:center;
		margin: 0 0 40px;
	}
	.btn-panel.itenkouji a p.link_icn{
		padding: 0 15px 0 0;
		font-size: 89%;
	}
}


/*--------------------
  2026/04/14追記
--------------------*/
@media only screen and (min-width: 768px) {
.wrap_club02 .btn_txt {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-bottom: 9px;
}
.wrap_club02 .btn_txt dd {
  margin-top: auto;
}

}
