@charset "UTF-8";

#membership .inner-sct {}
#membership .ttl { margin-bottom: 30px;}
#membership .ctn { width: 88%; max-width: 1100px; margin: 0 auto; padding: 30px 0;}
#membership .ctn h3 { position: relative; margin-bottom: 12px; padding-left: 30px; font-size: clamp(14px,2.2vw,22px); font-weight: 700;}
#membership .ctn h3:before { content: ''; display: block; width: 18px; height: 18px; background: #559d88; border-radius: 50%;
 position: absolute; left: 0; top: 0.45em;
}
#membership .ctn p { margin-bottom: 20px; font-size: clamp(13px,2.0vw,16px); letter-spacing: 0.05rem; line-height: 1.85;}
#membership .ctn p a:hover { color: #559d88; text-decoration: none;}
#membership .ctn p.link { margin-bottom: 0;}
#membership .ctn p.link a { position: relative; display: inline-block; padding-right: 30px;}
#membership .ctn p.link a::after { content: ''; display: block; width: 20px; height: 20px; border-radius: 50%; position: absolute; right: 0px; top: 50%;
 background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"><rect width="50" height="50" fill="%23559d88"/><polygon points="18.4 16.5 26.9 25 18.4 33.4 20.7 35.7 31.5 25 20.7 14.2 18.4 16.5" fill="%23fff"/></svg>');
 background-position: 50% 50%; background-size: 100% auto; transition: 0.3s ease; transform: translate(0,-48%);
}

#membership .ctn p.link a:hover { color: #559d88; text-decoration: none;}
#membership .ctn ol { margin-bottom: 20px; border-top: dashed 1px #85ccb7;}
#membership .ctn ol > li { position: relative; padding: 30px; padding-left: 50px; list-style-type: none; border-bottom: dashed 1px #85ccb7; font-size: clamp(13px,2.0vw,16px); letter-spacing: 0.05rem;}
#membership .ctn ol li:last-child { margin-bottom: 0px;}
#membership .ctn ol li span { position: absolute; left: 12px; top: 30px; font-size: clamp(18px,2.4vw,24px); font-weight: 700; line-height: 1;}
#membership .ctn ol li a:hover { color: #559d88; text-decoration: none;}
#membership .ctn ul.note { padding-top: 12px;}
#membership .ctn ul.note li { position: relative; padding-left: 1.2em; font-size: clamp(12px,1.8vw,16px);}
#membership .ctn ul.note li:before { content: '※'; position: absolute; left: 0;}
@media (max-width: 801px) {
}
@media (max-width: 481px) {
	#membership .ttl { margin-bottom: 20px;}
	#membership .ctn { padding: 20px 0 0;}
	#membership .ctn h3 { padding-left: 20px;}
	#membership .ctn h3:before { width: 12px; height: 12px;}
	#membership .ctn p { margin-bottom: 12px; line-height: 1.65;}
	#membership .ctn ol > li { padding: 16px 0; padding-left: 36px;}
	#membership .ctn ol li span { left: 6px; top: 18px; }
}
