@charset "utf-8";

/* section
---------------------------- */
.section {
	padding: 80px 0 150px;
}
.section .contents {
	padding-top: 50px;
	font-size: 1.6rem;
}
.section .contents .title_border_left {
	padding: 0 0 0 0.7em;
	margin: 0 0 0.5em 0;
	margin-top: 60px;
	font-size: 2rem;
	line-height: 1.4;
	border-left: 3px solid #000;
}
.section .contents .indent {
	display: block;
	padding-left:0.9em;
	text-indent:-0.9em;
}
@media screen and (max-width:767px){
	.section {
		padding: 15% 0;
	}
	.section .contents {
		padding-top: 10%;
		font-size: 1.4rem;
		line-height: 1.6;
	}
	.section .contents .title_border_left {
		margin-top: 10%;
		font-size: 1.6rem;
		line-height: 1.4;
		border-left: 3px solid #000;
	}
}
