<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "shift_jis";
@import "common.css";

#top{
	text-align:center;
	margin-top:27px;
}

#kankyou{
    margin:2em 0;
    position: relative;
    padding: 0.25em 1em;
    border: solid 2px #99cc66;
    border-radius: 3px 0 3px 0;
}
#kankyou:before,#kankyou:after
{
    content: '';
    position: absolute;
    width:10px;
    height: 10px;
    border: solid 2px #99cc66;
    border-radius: 50%;
}
#kankyou:after {
    top:-12px;
    left:-12px;
}
#kankyou:before {
    bottom:-12px;
    right:-12px;
}
#kankyou p {
    margin: 0; 
    padding: 0;
}

#kankyou h3 {
position: relative;
padding-left: 25px;
margin-right:20px;
font-weight:normal;
font-size:18px;
color:#000;
	margin-top:50px;
}

#kankyou h3:before {
position: absolute;
content: '';
bottom: -3px;
left: 0;
width: 0;
height: 0;
border: none;
border-left: solid 15px transparent;
border-bottom: solid 15px #99cc66;
}
#kankyou h3:after {
position: absolute;
content: '';
bottom: -3px;
left: 10px;
width: 100%;
border-bottom: solid 3px #99cc66;
}

#kankyou p{
	margin:15px;
}

.sign{
	text-align:right;
}

#kankyou li{
	margin-bottom:15px;
	margin-right:20px;
}

#kankyou li{
	list-style-type: decimal;
}</pre></body></html>