@charset "UTF-8";
/* CSS Document */
@media screen and (max-width:700px) {
#faq{
	margin-top: 9.23%;
    padding-right: 5.38%;
    padding-left: 5.38%;
    margin-bottom: 4.61%;
}
#faq h2{
	font-size: 18px;
	line-height: 1em;
	font-weight: 500;
	margin-bottom: 4.61%;
}
#faq h3{
    font-size: 16px;
    line-height: 1.4em;
    font-weight: 500;
    display: flex;
    align-items: flex-start;
    padding-right: 24px;
    padding-top: 16px;
    padding-bottom: 16px;
}
#faq h3 span{
	font-family: "Jost", sans-serif;
	font-size: 20px;
	margin-right: 9px;
	font-weight: 600;
}
.tab-area{
}
.tab-btn{
display:none; /*タブの切り替えを制御するラジオボタンを非表示に*/
}
.tab-list-wrap{
	margin: 0;
	padding: 0;
    display: flex;
    align-items: center;
    list-style: none;
    margin-bottom: 5.38%;
	flex-wrap: wrap;
	align-items:stretch;
	margin-bottom: 6.92%;
}
.tab-list-wrap li{
	width: 48.46%;
	margin-right: 3.08%;
	margin-bottom: 3.08%;
	    height: 56px;
	
}
.tab-list-wrap li:nth-child(2n){
	margin-right: 0;
}
.tab-list-wrap li:nth-child(4n){
	margin-right: 0;
}
.tab-list{
    text-align: center;
    font-size: 13px;
    line-height: 1.2em;
    font-weight: 500;
    display: block;
	padding-top: 10px;
        padding-bottom: 8px;
    padding-right: 8px;
    padding-left: 8px;
    border: 1px solid #424445;
    box-sizing: border-box; /*borderの値を横幅に含める*/
    cursor: pointer; /*オンマウス時にカーソルを指の形に*/
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}
#tab-btn1:checked ~ .tab-list-wrap #tab-list1,
#tab-btn2:checked ~ .tab-list-wrap #tab-list2,
#tab-btn3:checked ~ .tab-list-wrap #tab-list3,
#tab-btn4:checked ~ .tab-list-wrap #tab-list4,
#tab-btn5:checked ~ .tab-list-wrap #tab-list5,
#tab-btn6:checked ~ .tab-list-wrap #tab-list6,
#tab-btn7:checked ~ .tab-list-wrap #tab-list7,
#tab-btn8:checked ~ .tab-list-wrap #tab-list8{
    background-color: #424445; /*対応するボタンにチェックが入ったときに背景を#ffffff（白）に*/
    color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.tab-content{
    display: none; /*初期状態を非表示に*/
}
#tab-btn1:checked ~ .tab-content-wrap #tab-content1,
#tab-btn2:checked ~ .tab-content-wrap #tab-content2,
#tab-btn3:checked ~ .tab-content-wrap #tab-content3,
#tab-btn4:checked ~ .tab-content-wrap #tab-content4,
#tab-btn5:checked ~ .tab-content-wrap #tab-content5,
#tab-btn6:checked ~ .tab-content-wrap #tab-content6,
#tab-btn7:checked ~ .tab-content-wrap #tab-content7,
#tab-btn8:checked ~ .tab-content-wrap #tab-content8{
display: block;/*対応するボタンにチェックが入ったときに表示*/
}
.toggle {
	display: none;
}
.Label {		/*質問部分*/
/*	padding: 3.07% 3.07%;*/
	display: block;
	cursor: pointer; /*オンマウス時にカーソルを指の形に*/
}
.Label::before{		/*タイトル横の矢印*/
	content:"";
	width: 6px;
	height: 6px;
	border-top: 2px solid;
	border-right: 2px solid;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 40% - -4px );
	right: 20px;
	        transform: rotate(135deg);
}
.Label,
.faq_a_wrap {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
    display: flex;
    /* [disabled]padding-top: 3.07%; */
    padding-right: 3.07%;
    padding-left: 3.07%;
    padding-bottom: 0;
}
.faq_a_wrap {		/*本文*/
    height: 0;
    overflow: hidden;
    display: flex;
}
.faq_a_wrap p{
	font-size: 15px;
	line-height: 1.6em;
	font-weight: 400;
}
.faq_a_wrap .p-margin{
	margin-bottom: 16px;
}
/*
.toggle:checked + .Label + .faq_a_wrap p{
	font-size: 15px;
	line-height: 1.6em;
	font-weight: 400;
}
*/
.faq_a_wrap .faq_a{
    font-family: "Jost", sans-serif;
    font-size: 20px;
    margin-right: 10px;
    color: #88898A;
    padding-right: 0;
    font-weight: 600;
    line-height: 1em;
}
.toggle:checked + .Label + .faq_a_wrap {	/*開閉時*/
    height: auto;
    transition: all .3s;
    /* [disabled]padding-top: 3.07%; */
    padding-bottom: 2.3%;
    padding-left: 3.07%;
    padding-right: 3.07%;
}
.faq_a_wrap .faq_a_txt{
	padding-right: 0px;
}
/*
.toggle:checked + .Label + .faq_a_wrap .faq_a_txt{
	padding-right: 40px;
}
*/
/*
.toggle:checked + .Label + .faq_a_wrap .faq_a{
	font-family: "Jost", sans-serif;
	font-size: 28px;
	margin-right: 10px;
	color: #88898A;
	padding-right: 0;
	    margin-top: -13px;
	font-weight: 600;
}
*/
.toggle:checked + .Label::before {
	transform: rotate(-44deg) !important;
}
.faq_box {
	margin: 0;
	padding: 0;
    padding-bottom: 0.76%;
    list-style-type: none;
}
.faq_box li {
    background-color: #EBEDEF;
	margin-bottom: 3.84%;
}
	.faq_a_wrap .p-margin{
	margin-bottom: 16px;
}
.faq_a_wrap h4{
	font-size: 16px;
	font-weight: 500;
	line-height: 1em;
	margin-bottom: 10px;
}
#pay-ul{
	padding: 0;
	margin: 0;
	list-style: square;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 0;
}
#pay-ul li{
	font-size: 15px;
	line-height: 1.6em;
	font-weight: 400;
	margin-bottom: 4px;
}
#pay-ul_t-flex{
	display: flex;
	flex-wrap: wrap;
}
#pay-ul h4{
	margin-top: 14px;
	font-size: 15px;
	margin-bottom: 10px;
}
#pay-ul table{
	border-top: 1px solid #F8F9F9;
	border-right:1px solid #F8F9F9;
	min-width: inherit;
        width: 100%;
		margin-right: 0;
	margin-bottom: 16px;
}
#pay-ul table:last-child{
	margin-right: 0;
	margin-bottom: 16px;
}
#pay-ul table tr{
	
}
#pay-ul table tr th{
	border-bottom: 1px solid #F8F9F9;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 14px;
    line-height: 1em;
    font-weight: 400;
    width: 88px;
    text-align: left;
    padding-left: 8px;
    background-color: #F8F9F9;
}
#pay-ul table tr td{
	border-bottom: 1px solid #F8F9F9;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 14px;
    line-height: 1.3em;
    font-weight: 400;
    padding-left: 16px;
}
}
