@charset "utf-8";
.section_col {
		margin-bottom: 80px;
		padding-left: 80px;
		padding-right: 80px;
}
.main_contents h3 {
		text-align: center;
		font-size: 30px;
		font-weight: 500;
		margin: 0 0 40px;
		line-height: 1.6;
}
.main_contents h3 span {
		position: relative;
}
.main_contents h3 span::before {
		content: '';
		display: block;
		position: absolute;
		top: calc(50% - 8px);
		left: -45px;
		width: 23px;
		height: 18px;
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: 23px;
		background-image: url(../images/icon_logo_grn_m.png);
}
@media(max-width: 767px) {
		.main_contents h3 span::before {
				top: 0.25em;
				left: -30px;
				width: 18px;
				height: 14px;
				background-size: 18px;
		}
}
.main_contents ol {
		padding-left: 1.5em;
}
.main_contents p:not(.en) {
		line-height: 2.0;
		margin: 0 0 1em;
		text-align: justify;
}
.main_contents li {
		line-height: 2.0;
		margin: 0 0 15px;
		text-align: justify;
}
.main_contents h4 {
		margin: 2em 0 1em;
		font-size: 22px;
		font-weight: 500;
		color: #3DAE35;
}
.main_contents h4 span {
		margin-right: 5px;
}
.main_contents li dl {
		font-weight: 500;
		padding-top: 0.5em;
		text-align: left;
		display: flex;
		align-items: center;
}
.main_contents li dl dt {
		font-weight: 500;
		margin-right: 1.5em;
}
.main_contents li dl dd {
		letter-spacing: 0;
		flex: 1
}
.main_contents li span.tel {
		margin-right: 1em;
}
.section_col a {
		color: #3DAE35;
		text-decoration: underline;
}
@media (hover: hover) {
		.section_col a:hover {
				color: #3DAE35;
				text-decoration: none;
		}
}
@media(max-width: 767px) {
		.section_col {
				padding-left: 20px;
				padding-right: 20px;
		}
		.main_contents h3 {
				font-size: 22px;
				margin: 0 0 30px;
		}
		.main_contents h4 {
				font-size: 18px;
				margin-bottom: 1em;
		}
		.main_contents li {
				line-height: 1.8;
		}
		.main_contents li dl {
				display: block;
		}
		.main_contents li dl dt {
				margin: 0 0 5px;
		}
		.main_contents li dl dd {
				line-height: 1.5;
		}
		.main_contents li span {
				display: block;
				margin: 0 0 4px;
		}
		.main_contents p {
				line-height: 1.8;
		}
}