main section h3{
	line-height:80px;
	border-radius:40px;
	color:#fff;
	position:relative;
	text-align:center;
	font-size:30px;
	margin:0 auto 40px;
	background:#3eb134;
	max-width:960px;
}
main section h3 img{
	position:absolute;
	left:15px;
	bottom:5px;
}
main section h4{
	font-size:30px;
	color:#3eb134;
	padding:20px 0;
	border-top:5px solid #3eb134;
	border-bottom:5px solid #3eb134;
	max-width:420px;
	margin:0 auto 45px;
	text-align:center;
}
#kaihi{
	display:flex;
	justify-content:space-around;
}
.kaihi_inner{
width:48%;
	flex:none;
}
#kaihi dl{
	width:100%;
	border:10px solid #194614;
	box-sizing:border-box;
	border-radius:30px;
	padding:35px 10px;
}
#kaihi dt{
	font-size:30px;
	text-align:center;
	padding:0 0 10px;
	margin:0 0 10px;
	border-bottom:2px dotted #3eb134;
}
#kaihi dt small{
	font-size:18px;
}
#kaihi table{
	width:100%;
}
#kaihi table th,
#kaihi table td{
	padding:10px;
}
#kaihi table th strong{
	display:block;
	line-height:30px;
	border-radius:15px;
	text-align:center;
	padding:0 20px;
	background:#194614;
	color:#fff;
}
#kaihi table td strong{
	font-size:30px;
}
#section2 article{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
#section2 article dl{
	width:48%;
	margin:0 0 40px;
}
#section2 dt{
	font-size:24px;
	padding:0 0 10px;
	margin:0 0 10px;
	font-weight:bold;
	border-bottom:2px dotted #3eb134;
}
#section3 ul{
	list-style:none;
}
#section3 ul{
	max-width:920px;
	margin:0 auto;
}
#section3 ul li{
/* 	height:100px; */
padding:15px 0;
box-sizing:border-box;
border-radius:50px;
background:#d8efd6;
text-align:center;
font-size:20px;
margin:0 0 40px;
}
/* #section3 ul li:after{
	content:"▼";
	color:#194614;
	display:block;
	text-align:center;
	padding:20px 0 0 0;
} */
#section3 ul li:last-child:after{
	display:none;
}
#section3 ul li strong{
	color:#194614;
	display:block;
}
#section4 h5{
	border-bottom:2px solid #3eb134;
	color:#194614;
}
#section4 h6{
	color:#194614;
}
#member_tokuten{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
#member_tokuten dl{
	width:460px;
	height:332px;
	background:url('../images/member/bg_tokuten.webp') no-repeat;
	background-size:cover;
}
#member_tokuten dl dt{
	position:relative;
	font-family: "source-han-serif-japanese", serif;
	font-weight: 600;
	font-style: normal;
	font-size:36px;
	text-align:center;
	height:176px;
	padding:100px 0 0 0;
	box-sizing:border-box;
	border:0;
	margin:0;
}
#member_tokuten dl dt .number{
	position:absolute;
	color:#fff;
	top:15px;
	left:20px;
	letter-spacing:3px;
	font-size:26px;
	font-family: "dnp-shuei-mincho-pr6", sans-serif;
	font-weight: 600;
	font-style: normal;
}
#member_tokuten dl dt .number strong{
	font-size:43px;
}
#member_tokuten dd{
	color:#fff;
	padding:20px 60px;
	font-size:15px;
}

.attention1{
	width: 100%;
	padding: 10px;
	border: 2px solid #bb0000;
	border-radius: 10px;
	margin: 0 0 40px 0;
	color: #bb0000;
	font-size: 135%;
	font-weight: bold;
	text-align: center;
}
#section5 table{
	width:100%;
}
#section5 table th{
	background:#3eb134;
	border:1px solid #ccc;
	color:#fff;
	padding:10px;
}
#section5 table td{
	padding:10px;
	border:1px solid #ccc;
}
.stampcard{
	width:100%;
	display:flex;
	gap:4%;
}
.stampcard dl{
	width:48%;
	flex:none;
}
.stampcard dl ul{
	padding:0 0 0 30px;
}
.stampcard dl dd img{
	display:block;
	width:100%;
	height:220px;
	object-fit:contain;
}
#section6 h4{
	max-width:100%;
}
#section7 h3{
	line-height: 80px;
    border-radius: 40px;
    color: #fff;
    position: relative;
    text-align: center;
    font-size: 30px;
    margin: 0 auto 40px;
    background: #3eb134;
    max-width: 960px;
}
#section7 .inner{
	display:flex;
	gap:40px;
}
#section7 .inner2{
	display:flex;
	flex-direction:column;
	align-items:center;
	gap:20px;
	font-size:120%;
}
#section7 .inner dl{
	width:calc((100% - 80px) / 3);
}
#section7 .inner dt{
    text-align: center;
    font-size: 20px;
    border-bottom: 2px dotted #3eb134;
    font-weight: bold;
    padding: 0 0 10px;
    margin: 0 0 10px;
}
#section7 .comment{
	font-size:20px;
	text-align:center;
	margin-bottom:40px;
}
#section7 h4{
	line-height:2em;
	padding:20px 0;
    position: relative;
    text-align: center;
    font-size: 30px;
    margin: 0 auto 40px;
    max-width: 400px;
    border-top: 5px solid #3eb134;
    border-bottom: 5px solid #3eb134;
}
@media screen and (max-width: 768px) {
	main section h3{
		font-size:20px;
	}
	main section h4{
		font-size:20px;
		color:#3eb134;
		padding:20px 0;
		border-top:5px solid #3eb134;
		border-bottom:5px solid #3eb134;
		margin:0 auto 25px;
	}
	#kaihi{
		display:block;
	}
.kaihi_inner{
width:100%;
	margin-bottom:30px;
	flex:none;
}
	#kaihi dl{
		width:100%;
		border:10px solid #194614;
		box-sizing:border-box;
		border-radius:15px;
		padding:25px 10px;
		margin:0 0 30px 0;
	}	
	#section2 article{
		display:block;
	}	
	#section2 article dl{
		width:100%;
	}

	#member_tokuten{
		display:block;
	}
	#member_tokuten dl{
		width:340px !important;
		margin:0 auto 40px !important;
		height:231px;
	}
	#member_tokuten dl dt{
		position:relative;
		font-family: "source-han-serif-japanese", serif;
		font-weight: 600;
		font-style: normal;
		font-size:24px;
		text-align:center;
		height:131px;
		padding:80px 0 0 0;
		box-sizing:border-box;
		border:0;
		margin:0;
	}
	#member_tokuten dl dt .number{
		position:absolute;
		color:#fff;
		top:21px;
		left:20px;
		letter-spacing:3px;
		font-size:22px;
		font-family: "dnp-shuei-mincho-pr6", sans-serif;
		font-weight: 600;
		font-style: normal;
	}
	#member_tokuten dl dt .number strong{
		font-size:36px;
	}
	#member_tokuten dd{
		color:#fff;
		padding:10px 30px;
		font-size:14px;
		line-height:1.2em;
	}
	.stampcard{
		width:100%;
		display:flex;
		flex-direction:column;
		gap:30px;
	}
	.stampcard dl{
		width:100%;
		flex:none;
	}

	#section7 .inner{
		display:flex;
		flex-direction:column;
		gap:20px;
	}
	#section7 .inner dl{
		width:100%;
	}
	#section7 .inner2 ol{
		padding:0 0 0 30px;
	}
}

.kiyaku{
	font-size:16px;
}
.kiyaku details{
	border:1px solid #ccc;
	border-radius:20px;
	padding:20px 30px;
}
.kiyaku details summary{
	font-weight:bold;
	font-size:120%;
	cursor:pointer;
}
.kiyaku h4{
	text-align:center;
	font-size:120%;
}
.kiyaku ol{
	padding:20px 0 0 20px;
}
.kiyaku ol li{
	margin:0 0 20px;
}