@charset "utf-8";

@media print, screen and (min-width : 769px){

/* ----------------------------------------
	section_style
---------------------------------------- */

	#section_style {
		background-image: url(../img/bg.png);
	}
	#section_style h3 img {
		margin: auto;
	}
	#section_style h3+ul {
		margin-top: 120px;
	}
	#section_style li figure img {
		box-sizing: border-box;
		border: 4px solid #fff;
	}

	#section_style .roofbox p+figure {
		margin-top: 50px;
		width: 388px;
	}
	#section_style .roofbox figure+figure {
		margin: -15px 0 0 -235px;
		width: 213px;
	}
}