@charset "utf-8";

/*------------------------------------------------
ローカルナビ設定
------------------------------------------------*/

.lnaviArea dd.lnavi04 a {
	color: var(--category-color);
	font-weight: bold;
}

/*------------------------------------------------
メイン
------------------------------------------------*/

.ind1 {
	text-indent: -1em;
	padding-left: 1em;
}


.sec01 .imgBox {
	margin: 15px 0 0;
}


.sec02 .ta01 th:first-child {
	width: 37%;
}
.sec02 .ta01 th:nth-child(2) {
	width: 25%;
}
.sec02 .ta01 th:nth-child(3) {
	width: 38%;
}
.sec02 .ta01 td:nth-child(2),
.sec02 .ta01 td:nth-child(3) {
	text-align: center;
}

.sec02 .ta01 td.green {
	background: #e7ffca;
}

.sec02 .ta01 span {
	font-size: 14px;
	display: block;
	text-align: left;
	padding: 5px 0 0;
}


.sec03 {
	background: #e7ffca;
	padding: 30px;
}
.sec03 h3.title_ex {
	font-size: 137.5%;
	padding: 10px 0;
	text-align: center;
	background: #22ac38;
	color: #fff;
	border-radius: 30px;
	margin-bottom: 25px;
}
.sec03 h4.title_ex {
	font-size: 112.5%;
	padding: 5px 0;
	text-align: center;
	background: #22ac38;
	color: #fff;
	border-radius: 30px;
	margin-bottom: 10px;
	width: 225px;
}
.sec03 h5.title_ex {
	font-size: 100.0%;
	font-weight: bold;
	margin-bottom: 5px;
}

.sec03 .flexBox {
	display: flex;
	justify-content: space-between;
}
.sec03 .flexBox:first-of-type {
	margin-bottom: 20px;
}

.sec03 .flexBox ul li {
	text-indent: -1em;
	padding-left: 1em;
}

.sec03 .flexBox ul li:nth-child(1) {
	padding-bottom: 20px;
}

.sec03 .flexBox .imgBox {
	margin: 5px 0;
}

.sec03 .flexBox .mark {
	text-align: center;
	background: #22ac38;
	color: #fff;
	border-radius: 30px;
	padding: 0 10px;
	margin-right: 5px;
}



.pc {
}
.sp {
	display: none;
}
