@charset "utf-8";
/* CSS Document */

.c-1 {
	padding: 80px 0;
	display: flex;
	justify-content:space-between;
	gap:25px;
}
@media screen and (max-width: 1280px) {
	.c-1 {
	}
}

.c-1 a {
	background: #cddebc;
	border-radius: 15px;
	display: block;
	min-width: 22%;
	text-align: center;
	padding: 12px 0;
	line-height: 100%;
	font-size: 18px;
	transition: background-color 0.3s ease;
}

.c-1 a:hover {
	background: #b8d398;
}

.c-1 a.on {
	color: #fff;
	background: #439024;
}

@media screen and (max-width: 1280px) {
	.c-1 {
		flex-wrap: wrap;
		padding: 30px 5vw;
		gap:10px;
		justify-content: center;
	}
	.c-1 a {
		padding: 5px !important;
		font-size: 14px !important;
		width: calc(50% - 20px);
	}
}

h2.q-title {
	display: flex;
	justify-content: space-between;
	font-size: 34px;
	align-items: baseline;
	border-bottom: solid 1px #439024;
}

h2.q-title span {
	font-size: 15px;
}

@media screen and (max-width: 1280px) {
	h2.q-title {
		display: inherit;
		font-size: 24px;
		gap:20px;
		align-items: center;
		line-height: 100%;
		padding-bottom: 10px;
	}
	h2.q-title span {
		font-size: 14px;
		line-height: 140%;
		white-space: normal;
		display: block;
		margin-top: 10px;
	}
}

.c-2 h3 {
	font-size: 20px;
	text-align: center;
	border-bottom: solid 1px #439024;
	line-height: 100%;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.c-2 .flex1 {
	display: flex;
	gap:40px;
	margin-top: 80px;
}

.c-2 .flex1 .left {
	width: 50%;
}

.c-2 .flex1 .left p {
	margin-top: 10px;
}

.c-2 .flex1 .right {
	width: 50%;
}

.c-2 .flex1 .right .photo2 {
	padding: 0 40px;
}

.c-2 .flex1 .right .right-flex {
	display: flex;
	gap:40px;
	margin-top: 20px;
}

.c-2 .flex1 .right .right-flex .right-flex-left {
	width: 50%;
}

.c-2 .flex1 .right .right-flex .right-flex-left .text img {
	width: 50%;
	float: right;
	margin-left: 20px;
}

.c-2 .flex1 .right .right-flex .right-flex-left .text img {
	vertical-align: bottom;
}


.c-2 .flex1 .right .right-flex .right-flex-left h3:last-of-type {
	margin-top: 35px;
}

.c-2 .flex1 .right .right-flex .right-flex-right {
	width: 50%;
}

.c-2 .flex1 .right .right-flex .right-flex-right h3 {
	margin-bottom: 10px;
}

.c-2 .flex1 .right .right-flex .right-flex-right h4 {
	font-size: 20px;
	text-align: center;
	line-height: 100%;
	margin-bottom: 20px;
}

.c-2 .left-flex {
	display: flex;
	gap:20px;
}

.c-2 .left-flex .left-flex-left {
	width: 55%;
}

.c-2 .left-flex .left-flex-right {
	width: 45%;
}

.c-2 .left h3:last-of-type {
	margin-top: 35px;
}

.c-2 .flex2 {
	display: flex;
	gap:40px;
	justify-content: space-between;
	margin-top: 40px;
}

.c-2 .flex2 .box {
	width: 25%;
}

.c-2 .flex2 .box h3 {
	min-height: 40px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-flow: column;
}

.c-2 .flex2 .box h3 span {
	display: block;
	font-size: 12px;
}

.c-2 .mini {
	font-size: 12px;
	margin-top: 20px;
	line-height: 120%;
}

@media screen and (max-width: 1280px) {
	.c-2 {
		padding: 0 5vw;
	}
}

@media screen and (max-width: 1280px) {
	.c-2 h3 {
		line-height: 140%;
	}

	.c-2 .flex1 {
		flex-wrap: wrap;
		gap:0;
		margin-top: 40px;
	}

	.c-2 .flex1 .left {
		width: auto;
	}
	

	.c-2 .flex1 .left p {
		margin-top: 10px;
	}

	.c-2 .flex1 .right {
		width: auto;
		margin-top: 40px;
	}

	.c-2 .flex1 .right .photo2 {
		padding: 0 40px;
	}

	.c-2 .flex1 .right .right-flex {
		flex-wrap: wrap;
		gap:0;
	}

	.c-2 .flex1 .right .right-flex .right-flex-left {
		width: auto;
	}

	.c-2 .flex1 .right .right-flex .right-flex-left .text img {
		width: 50%;
		float: right;
		margin-left: 20px;
	}

	.c-2 .flex1 .right .right-flex .right-flex-left .text img {
		vertical-align: bottom;
	}


	.c-2 .flex1 .right .right-flex .right-flex-left h3:last-of-type {
		margin-top: 35px;
	}

	.c-2 .flex1 .right .right-flex .right-flex-right {
		width: auto;
		margin-top: 20px;
	}

	.c-2 .flex1 .right .right-flex .right-flex-right h3 {
		margin-bottom: 10px;
	}

	.c-2 .flex1 .right .right-flex .right-flex-right h4 {
		font-size: 20px;
		text-align: center;
		line-height: 100%;
		margin-bottom: 20px;
	}

	.c-2 .left-flex {
		flex-wrap: wrap;
	}

	.c-2 .left-flex .left-flex-left {
		width: auto;
	}

	.c-2 .left-flex .left-flex-right {
		width: auto;
	}

	.c-2 .left h3:last-of-type {
		margin-top: 35px;
	}

	.c-2 .flex2 {
		flex-wrap: wrap;
	}

	.c-2 .flex2 .box {
		width: auto;
	}

	.c-2 .flex2 .box h3 {
		min-height: 40px;
		display: flex;
		justify-content: flex-end;
		align-items: center;
		flex-flow: column;
	}

	.c-2 .flex2 .box h3 span {
		display: block;
		font-size: 12px;
	}

	.c-2 .mini {
		font-size: 12px;
		margin-top: 20px;
		line-height: 120%;
	}
}