@charset "utf-8";

.box h3 .s{ display:inline-block; font-weight:500; }
.box .img{ display:block; }
.box .read>*:not(:last-child){ margin-bottom:0.8em; }

/* PC */
@media screen and (min-width:768px) {
	.box{ margin-bottom:70rem; }
	.box h3{ font-size:24rem; line-height:1.4; }
	.box h3 .s{ font-size:14rem; line-height:1.4; }
	.box .read{ font-size:16rem; line-height:1.6; margin-top:15rem; }
	.box .read .s{ font-size:13rem; }
}

/* SP */
@media screen and (max-width:767px) {
	.box{ margin:0 30rem 40rem; }
	.box .img{ margin-bottom:30rem; }
	.box h3{ font-size:40rem; line-height:1.4; margin-bottom:30rem; }
	.box h3 .s{ font-size:30rem; line-height:1.4; }
	.box .read{ font-size:26rem; line-height:1.75; }
	.box .read .s{ font-size:24rem; }
}

/* PC */
@media screen and (min-width:768px) {
}

/* SP */
@media screen and (max-width:767px) {
}

/* end */