@charset "utf-8";

/* section
---------------------------- */
.section {
	padding: 80px 0 150px;
}
.section .contents {
	padding-top: 50px;
	font-size: 1.6rem;
}
.section .contents .title_m_underline {
	font-size: 2.6rem;
	font-weight: bold;
	margin-top: 100px;
	text-align: center;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #000;
}
.section .contents .title_m_underline_01 {
	margin-top: 60px;
}
.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;
}
.section .contents .font_bold {
	font-weight: bold;
}
.section .contents a {
	text-decoration: underline;
}
.section .contents a:hover {
	text-decoration: none;
}
@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_m_underline {
		font-size: 2rem;
		line-height: 1.4;
		margin-top: 15%;
	}
	.section .contents .title_m_underline_01 {
		margin-top: 10%;
	}
	.section .contents .title_border_left {
		margin-top: 10%;
		font-size: 1.6rem;
		line-height: 1.4;
		border-left: 3px solid #000;
	}
}
