@charset "UTF-8";
/*　kosodategreen
----------------------------------------*/
.kosodategreen-area{
	padding-top: 30px;
	margin-bottom: 100px;
}
.kosodategreen-ttl{
	background: #0070C3;
	color: #fff;
	font-size: 26px;
	text-align: center;
	padding: 10px;
	font-weight: 500;
	margin-bottom: 20px;
}
.kosodategreen-ttl02{
	color: #0070C3;
	font-size: 60px;
	text-align: center;
	font-weight: bold;
}
.kosodategreen-list{
	display: flex;
	justify-content: space-between;
	gap: 20px;
	gap: 20px 10px;
    flex-wrap: wrap;
}
.kosodategreen-list li{
	width: 49%;
	/*max-width: 386px;*/
	border: 2px solid #0070C3;
	/*background: #FFFBD1;*/
	text-align: center;
	
}
.kosodategreen-list li .gnb{
	background: #0070C3;
	padding: 10px;
	text-align: center;
	margin-top: 0 !important;
}
.kosodategreen-list li .gnb img{
	width: auto;
}
.kosodategreen-list li span{
	display: block;
	font-size: 16px;
	margin-top: 10px;
	widows: 100%;
}
.kosodategreen-list li div{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	font-size: 20px;
	padding: 20px 10px;
    height: 66%;
    box-sizing: border-box;
    line-height: 1.3;
	
}
.kosodategreen-list li p{
	line-height: 1.3;
}
@media (max-width: 767px) {
.kosodategreen-area{
	padding-top: 30px;
	margin-bottom: 50px;
}
.kosodategreen-ttl{
	font-size: 20px;
	padding: 5px;
	margin-bottom: 15px;
}
	
.kosodategreen-ttl02{
	font-size: 30px;
	white-space: nowrap;
}
.kosodategreen-list{
	display: block;
}
.kosodategreen-list li{
	width: 100%;
	max-width: 100%;
	margin-bottom: 15px;
}
.kosodategreen-list li:last-child{
	margin-bottom: 0;
}
.kosodategreen-list li span{
	display: block;
	font-size: 16px;
	margin-top: 5px;
}
.kosodategreen-list li div{
	font-size: 20px;
	padding: 20px 10px;
}
}



.kosodategreen-area sup{
	font-size: 50%;
	vertical-align: super;
	position: relative;
	top: 5%;
}

.miraieco_btn{
	display: flex;
	justify-content: center;
	gap: 40px;
	max-width: 748px;
	margin: 50px auto 0;
}
@media (max-width: 767px) {
.miraieco_btn {
    gap: 32px;
    width: 90%;
    flex-wrap: wrap;
}
.kosodategreen-list li .gnb img {
    height: 26px;
}
}
@media (min-width: 768px) {
.kosodategreen-area .inner{
	max-width: 1050px;
}
}