@charset "UTF-8";

.ec_banner{
	text-align: center;
}
.sp_banner{
	display: none;
}
@media (max-width: 767px) {
	.pc_banner{
		display: none;
	}
	.sp_banner{
		display: block;
		width: 100%;
	}
}

.m-top-will{
	background-color: #fff;
}

.m-top-will{
	padding-top: 100px;
}
.m-top-will__box{
	margin-top: 40px;
}
.m-top-will__text {
    font-size: 14px;
    letter-spacing: .03rem;
    line-height: 30px;
}
.m-top-will__enText {
    font-size: 14px;
    letter-spacing: .04rem;
    line-height: 30px;
    position: relative;
}
.m-top-will__content p{
	margin-bottom: 15px;
}
.m-top-mandara{
	margin-top: 30px;
}
@media screen and (max-width: 768px) {
	.m-top-will__content.wii-en{
		position: relative;
		padding-top: 30px;
		margin-top: 30px;
	}
	.m-top-will__content.wii-en:before {
	    background-color: #000;
	    content: "";
	    height: 1px;
	    left: 0;
	    position: absolute;
	    top: 0;
	    width: 20px;
	}
}
@media screen and (min-width: 769px) {
	.m-top-will{
		padding-top: 200px;
	}
	.m-top-will__box{
		display: flex;
		justify-content: space-between;
		margin-top: 60px;
	}
	.m-top-will__content{
		width: 45%;
	}
	.m-top-will__content p{
		margin-bottom: 30px;
	}
    .m-top-will__text {
        font-size: 15px;
        letter-spacing: .13rem;
        line-height: 38px;
    }
    .m-top-will__enText {
        font-size: 15px;
        line-height: 36px;
    }
    .m-top-mandara{
    	margin-top: 60px;
    	padding: 0 100px;
    }
}

.m-top-mandara{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.tab-label-heading{
	width: 240px;
	margin: 0 10px;
	order: 3;
	position: relative;
}
input[name="tab-radio"] {
   display: none;
}
.tab-label{
	display: block;
	cursor: pointer;
	font-size: 14px;
	padding: 8px 0;
	width: 240px;
	border: 2px solid #000;
	text-align: center;
	margin: 0 10px;
}

input:checked + h2::before{
	content: url(../img/common/mandara-arrow.svg);
	position: absolute;
	left: 50%;
	top: -24px;
	display: block;

}
input:checked + h2 > .tab-label{
   color: #fff;
   background-color: #000;
   position: relative;
}
.tab-panel{
   display: none;
   width: 100%;
   order: 1;
   margin-bottom: 40px;
}
#tab-a:checked ~ .panel-a,
#tab-b:checked ~ .panel-b{
   display: block;
}
@media screen and (max-width: 768px) {
	.tab-label-heading{
		width: 120px;
		margin: 0 5px;
	}
	.tab-label{
		font-size: 12px;
		padding: 6px 0;
		width: 120px;
	}
	input:checked + h2::before{
		top: -20px;
	}
	.tab-panel{
	   margin-bottom: 20px;
	}
}