@charset "UTF-8";

[id*="h2"] {
	margin-top: -180px;
	padding-top: 200px;
}
.col_r_img > .col:first-of-type {
	width: calc(100% - 270px);
}
.col_l_img {
	align-items: center;
	background: #ecf5e5;
	border: 1px solid #d5d5d5;
	display: flex;
}
.col_l_img > .col:first-of-type {
	height: 100%;
	margin: 0 auto;
	padding: 20px;
}
.col_l_img > .col:last-of-type {
	background: #fff;
	margin-left: auto;
	padding: 20px 15px;
	width: calc(100% - 120px);
}
.ico_arrow {
	margin: 10px 0;
	position: relative;
}
.ico_arrow p {
	color:#fff;
	position: absolute;
	top: 2px;
	left: 50%;
	transform: translateX(-50%);
}
.service_type01 .col {
	max-width: 100%;
}
.service_type01 h3 {
	padding: 10px 20px;
	background: #f4f4f4;
	font-size: 18px;
	margin-bottom: 10px;
}
.start {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	color: #619339;
	background: #fffde5;
	border: 3px solid #689840;
	margin: 20px 0;
	padding: 30px 0;
}

@media only screen and (max-width: 767px) {
	.col_r_img > .col:first-of-type {
		width: 100%;
	}
	.table_type tr th:first-of-type {
		width: auto;
	}
	.col_l_img:first-of-type > .col:first-of-type {
		height: 200px;
	}
	.ico_arrow::before {
    content: "";
    display: none;
	}
}