@charset "UTF-8";
/* CSS Document */

/* font-weight:Regular400,Medium500,SemiBold600,Bold700 */


.sec_frame_B {max-width:1296px;margin:0 auto;}
@media screen and (max-width: 750px){
	.sec_frame_B {width:100%;margin:0 auto;}
}

/* タイトル〜見出し */
.mb_title {width:88.88%;margin:160px auto 20px;}
.mb_title p {color:#595757;font-weight:500;
	font-size:24px;line-height:1.62;
	letter-spacing:0.04em;}
@media screen and (max-width: 1296px){
	.mb_title {margin:12.34vw auto 1.54vw;}
	.mb_title p {font-size:1.85vw;}
}
@media screen and (max-width: 750px){
	.mb_title {width:89.86%;
		margin:8vw auto 6.66vw;}
	.mb_title p {font-size:3.2vw;line-height:1.83;}
}
/* タイトル〜見出し */



.sec_frame_C {max-width:1440px;margin:0 auto;}
@media screen and (max-width: 750px){
	.sec_frame_C {width:100%;margin:0 auto;}
}


.mb_clm {width:90%;margin:0 auto;
	display:flex;justify-content:space-between;}
@media screen and (max-width: 750px){
	.mb_clm {width:100%;}
}


.mb_clm_left {width:50%;margin-top:247px;}
.mb_clm_right {width:50%;}
@media screen and (max-width: 1440px){
	.mb_clm_left {margin-top:17.15vw;}
}
@media screen and (max-width: 750px){
	.mb_clm_left {margin-top:13.33vw;}
}


.mb_clm ul {width:100%;margin:0 auto;display:block;}
.mb_clm ul li {width:100%;position:relative;
	margin-bottom:60px;}
.mb_clm_left li:last-child {margin-bottom:0;}
@media screen and (max-width: 1440px){
	.mb_clm ul li {margin-bottom:4.16vw;}
	.mb_clm_left li:last-child {margin-bottom:0;}
}
@media screen and (max-width: 750px){
	.mb_clm ul li {margin-bottom:22.66vw;}
	.mb_clm_left li:last-child {margin-bottom:0;}
}


.mb_btn {position:absolute;width:273px;bottom:68px;
	z-index:50;transition:0.2s ease-out;}
@media screen and (max-width: 1440px){
	.mb_btn {width:18.95vw;bottom:4.72vw;}
}
@media screen and (max-width: 750px){
	.mb_btn {width:40vw;bottom:-8vw;}
}


.mb_clm_left .mb_btn {right:95px;}
.mb_clm_right .mb_btn {left:95px;}
@media screen and (max-width: 1440px){
	.mb_clm_left .mb_btn {right:6.59vw;}
	.mb_clm_right .mb_btn {left:6.59vw;}
}
@media screen and (max-width: 750px){
	.mb_clm_left .mb_btn {right:3.73vw;}
	.mb_clm_right .mb_btn {left:3.73vw;}
}

.mb_btn:hover {
	background:url("../img/member/tp/btn_b_pc.png") no-repeat;
	background-size:contain;background-position:center;}
.mb_btn:hover a img {opacity:0;}

.mb_li_img {transition:0.2s ease-out;}
.mb_btn:hover + .mb_li_img {transform:scale(0.96);}
@media screen and (max-width: 750px){
	.mb_btn:hover {background:none;}
	.mb_btn:hover a img {opacity:1;}
	.mb_btn:hover + .mb_li_img {transform:scale(1);}
}


