.catch_txt {
	font-size: 2.2rem;
	text-align: center;
	margin-bottom: 6rem;
}

.hdm02 {
    background: #2a8c26;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    padding: 15px 20px;
    margin-bottom: 1em;
}

.hdl_en {
	font-size: 4rem;
	color: #2a8c26;
	line-height: 1;
	margin-bottom: 3rem;
}

.comTxt {
	font-size: 1.6rem;
	line-height: 1.8;
}

.flexBox {
	display: flex;
	align-items: flex-end;
	margin-bottom: 7rem;
}

.flexImg {
	
    flex-shrink: 0;
}

.flexTxt {
	flex: 1;
    margin-left:-18vmin;
}

.link01 {
	font-size: 1.5rem;
	padding: 0 15px 0 0;
	background: url(../images/common/arrow_sr_green.svg) right center no-repeat;
	background-size: 10px 11px;
	padding-right: 14px;
	color: #2a8c26;
}

.link01:hover {
	text-decoration: underline;
}

.flexTxt .morelink {
	margin-top: 7rem;
	margin-bottom: 3rem;
}

.fcgreen {
	color: #2a8c26 !important;
}

.twoColumn {
	overflow: hidden;
	margin-bottom: 7rem;
}

.twoColumn+.twoColumn {
	border-top: 1px solid #e5e5e5;
	padding-top: 7rem;
}

.twoColumnImgL {
	float: left;
	max-width: 300px;
	margin-right: 5%;
}

.twoColumnImgR {
	float: right;
	max-width: 300px;
	margin-left: 5%;
}

.twoColumnTxt {
	overflow: hidden;
}

.twoCol {
	display: flex;
	justify-content: space-between;
	margin-bottom: 7rem;
	flex-wrap: wrap;
}

.twoCol .colItem {
	width: 48%;
}

.colImg {
	margin-bottom: 1.5rem;
	text-align: center;
}

.twoCol .colImg img {
	height: 385px;
	object-fit: contain;
}

.threeCol {
	display: flex;
	flex-wrap: wrap;
	margin-left: -4rem;
	margin-bottom: 7rem;
}

.threeCol .colItem {
	padding-left: 4rem;
	width: 33.33%;
}

.threeCol .colImg img {
	height: 250px;
	object-fit: contain;
}

.rebox05 .boxlist {
	flex-wrap: wrap;
}

.rebox05 .boxlist .boximg img {
	height: 180px;
	object-fit: cover;
}

.others .relist .listbox .listnum li {
	list-style-type: decimal;
	padding-left: 0;
	margin-left: 2rem;
}

.others .relist {
	margin-bottom: 7rem;
}

@media screen and (max-width: 1024px) {
	.catch_txt {
		font-size: 1.6rem;
		margin-bottom: 5rem;
	}
	.flexBox {
		display: block;
		margin-bottom: 5rem;
	}

	.flexImg {
		text-align: center;
	}

	.flexTxt {
		margin-left: 0;
		margin-top: 2rem;
	}

	.comTxt {
		font-size: 1.4rem;
	}

	.hdl_en {
		font-size: 2rem;
		margin-bottom: 1.5rem;
	}

	.flexTxt .morelink {
		margin: 3rem 0 0;
	}

	.twoColumn {
		margin-bottom: 5rem;
	}

	.twoColumn+.twoColumn {
		padding-top: 5rem;
	}

	.twoColumnImgL,
	.twoColumnImgR {
		float: none;
		max-width: 100%;
		text-align: center;
		margin-bottom: 2rem;
		margin-right: 0;
		margin-left: 0;
	}

	.twoCol {
		display: block;
		margin-bottom: 0;
	}

	.twoCol .colItem {
		width: auto;
		margin-bottom: 5rem;
	}

	.twoCol .colImg img {
		height: auto;
	}

	.threeCol {
		display: block;
		margin-left: 0;
		margin-bottom: 0;
	}

	.threeCol .colItem {
		width: auto;
		padding-left: 0;
		margin-bottom: 5rem;
	}
}