@charset "UTF-8";
/* CSS Document */

#cnt_home #wrap_mainvisual h2 {
	margin-bottom: 5px;
}

#cnt_home #wrap_mainvisual .img {
	position: relative;
	background: #edf9ef;
	text-align: center;
	line-height: 0;
	border-radius: 10px;
}

#cnt_home #wrap_mainvisual .beone {
	position: absolute;
	right: 20px;
	bottom: 40px;
	display: inline-block;
	text-align: center;
	line-height: 1.4;
	width: 150px;
	font-size: clamp(1.3rem, 3vw, 1.8rem);
}

#cnt_home #wrap_mainvisual .beone a:link {
	text-decoration: none;
	color: #333;
}

#cnt_home #wrap_mainvisual .beone a:visited {
	text-decoration: none;
	color: #333;
}

@media screen and (max-width: 960px) {
	#cnt_home #wrap_mainvisual .img {
		text-align: right;
		padding: 50px 30px 0;
	}

	#cnt_home #wrap_mainvisual .beone {
		right: 10px;
		top: 10px;
		width: auto;
		line-height: 1.2;
	}
	
	#cnt_home #wrap_mainvisual .beone img {
		width: clamp(6.25rem, 4.688rem + 6.25vw, 9.375rem);
	}
}

#cnt_home #wrap_topics {
	background: #DAF0DC;
	padding: 70px 0;
}

#cnt_home #wrap_topics_in {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}

#cnt_home #wrap_topics_in > div {
	border: 3px solid #46B450;
	padding: 20px;
	background: #fff;
	border-radius: 10px;
	width: 50%;
}

#cnt_home #wrap_topics_in h2 {
	font-weight: bold;
	font-size: clamp(1.8rem, 3vw, 3rem);
	text-align: center;
}

#cnt_home #wrap_topics_in h3 {
	font-weight: bold;
	font-size: clamp(1.6rem, 3vw, 1.8rem);
	text-align: center;
	color: #46B450;
	margin-bottom: 20px;
}

#cnt_home #wrap_topics_in ul li {
	margin-bottom: 0;
}

#cnt_home #wrap_topics_in .img {
	text-align: center;
}

#cnt_home #wrap_topics_in .btn {
	margin: 20px 0;
}

#cnt_home #wrap_topics_in .btn a {
	border-radius: 10px;
	width: 100%;
	padding: 15px 20px;
	text-decoration: none;
	text-align: center;
	font-size: 1.6rem;
}

#cnt_home #wrap_topics_in .btn .jyunbi {
	border: 2px solid #46B450;
	border-radius: 10px;
	width: 100%;
	padding: 15px 20px;
	text-decoration: none;
	text-align: center;
	font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
	#cnt_home #wrap_topics_in {
		flex-wrap: wrap;
	}
	
	#cnt_home #wrap_topics_in > div {
		width: 100%;
	}
}

#cnt_home #wrap_info {
	display: flex;
	justify-content: space-between;
	gap: 50px;
}

#cnt_home #wrap_info h2 {
	text-align: left;
	margin-bottom: 3vh;
}

#cnt_home #wrap_info #wrap_news dl div {
	display: flex;
	border-bottom: 1px solid #46B450;
	padding: 20px 0;
}

#cnt_home #wrap_info #wrap_news dl div dt {
	width: 10em;
}

#cnt_home #wrap_info #wrap_news dl div dd {
	width: 100%;;
}

#cnt_home #wrap_info #wrap_kenshu {
	border: 2px solid #46B450;
	border-radius: 10px;
	padding: 15px 20px;
}

#cnt_home #wrap_info #wrap_kenshu ul {
	display: flex;
	gap: 10px;
}

#cnt_home #wrap_info #wrap_kenshu ul li {
	width: 100%;
}

#cnt_home #wrap_info #wrap_kenshu ul a {
	padding: 15px 10px;
	width: 100%;
	text-align: center;
	text-decoration: none;
}

@media screen and (max-width: 768px) {
	#cnt_home #wrap_info {
		flex-wrap: wrap;
	}
	
	#cnt_home #wrap_info > div {
		width: 100%;
	}
}

@media screen and (max-width: 450px) {
	#cnt_home #wrap_info #wrap_kenshu ul {
		flex-wrap: wrap;
	}
}