@charset "UTF-8";
/*====== pc layout ======*/
section {
	margin: 40px auto 95px;
	width: 1000px;
	line-height: 1.9;
	clear: both;
	overflow: hidden;
}
h2 {
	margin: 0 0 30px;
	text-align: left;
}
.txt {
	padding: 0;
	text-indent: 0;
	margin-bottom: 60px;
}
section div {
	margin-bottom: 40px;
}
section div:last-child {
	margin-bottom: 0;
}
section div h3 {
	border-left: none;
	margin: 0 0 10px;
	padding: 0;
	background: none;
}
section div h4 {
	margin: 15px 0 5px;
    display: block;
	border: none;
}
section div p.add {
	margin-bottom: 5px;
	line-height: 1.4;
}
section div p.add span.pc {
	display: inline;
}

/*==========================
=                          =
=        SP LAYOUT         =
=                          =
 =========================*/

@media (max-width: 767px) {
	section {
		margin: 0 0 12%;
		padding-top: 3.1%;
		width: 100%;
		line-height: 1.6;
	}
	h2 {
		margin: 0 0 7.5%;
	    text-align: left;
	    line-height: 1.0;
	}
	h2 img {
	    width: 75%;
	}
	.txt {
		padding: 0;
		text-indent: 0;
		margin-bottom: 14.7%;
	}
	section div {
		margin-bottom: 11%;
	}
	section div:last-child {
		margin-bottom: 0;
	}
	section div h3 {
		border-left: none;
		margin: 0 0 3.5%;
	    padding: 0 0 0 7vw;
    	text-indent: -6.8vw;
    	background: none;
	}
	section div h4 {
		margin: 5.75% 0 2%;
	    display: block;
		border: none;
	}
	section div p.add {
		margin-bottom: 2%;
		line-height: 1.4;
	}
	section div p.add span.pc {
		display: none;
	}


}
