@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;}
}

/* 見出しタイトル */
.msg_title {width:88.88%;margin:160px auto 0;}
@media screen and (max-width: 1296px){
	.msg_title {margin:12.34vw auto 0vw;}
}
@media screen and (max-width: 750px){
	.msg_title {width:89.86%;
		margin:8vw auto 0vw;}
}
/* 見出しタイトル */



.msg_bg {
	background:url("../img/message/msg_bg_pc.jpg") no-repeat;
	background-position:center center;
	background-size:cover;}
@media screen and (max-width: 750px){
	.msg_bg {
	background:url("../img/message/msg_bg_sp.jpg") no-repeat;
	background-position:center center;
	background-size:cover;}
}

.msg_contents {width:88.88%;margin:0 auto;}
@media screen and (max-width: 750px){
	.msg_contents {width:89.86%;margin:0 auto;}
}


article {width:50%;
	color:#000;font-weight:500;
	text-align:justify;letter-spacing:0.04em;
	padding:145px 0 130px;}
@media screen and (max-width: 1296px){
	article {padding:11.18vw 0 10.03vw;}
}
@media screen and (max-width: 750px){
	article {width:100%;margin:0 auto;
		padding:8vw 0 45.33vw;}
}


.msg_txt {font-size:19px;line-height:2;
	margin-bottom:45px;}
.msg_ctgr {font-size:16px;line-height:1.3;}

.msg_name {width:255px;margin-top:15px;}

@media screen and (max-width: 1296px){
	.msg_txt {font-size:1.46vw;
		margin-bottom:3.47vw;}
	.msg_ctgr {font-size:1.23vw;}
	
	.msg_name {width:19.67vw;margin-top:1.15vw;}
}
@media screen and (max-width: 750px){
	.msg_txt {font-size:3.2vw;line-height:1.83;
		margin-bottom:6.66vw;}
	.msg_ctgr {font-size:2.93vw;}
	
	.msg_name {width:26.66vw;margin-top:2vw;}
}



