@charset "utf-8";

@media screen and (max-width : 768px){

/* ----------------------------------------
	section_style
---------------------------------------- */

	#section_style {
		background-image: url(../img/bg.png);
	}
	#section_style h3 {
		margin: 0 -15px;
	}
	#section_style h3 img {
		width: calc(702 / 750 * 100vw);
		margin: auto;
	}
	#section_style h3+ul {
		margin-top: 50px;
	}
	#section_style li figure img {
		box-sizing: border-box;
		border: 4px solid #fff;
	}

	#section_style .roofbox figure+figure {
		margin-left: auto;
		margin-right: auto;
		width: calc(282 / 750 * 100vw);
	}
}