<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

#contents_kv {
	background: url(/wp-content/themes/kounoshika-kiwakai/images/standards/kv.jpg) center/cover no-repeat;
}

/*施設基準*/
.standards_box{
	background: #EFEFEF;
	padding: 100px 30px 75px;
}

.standards_box &gt; div{
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
main &gt; section:last-of-type{
	padding-bottom: 175px;
}
.standards_box .text{
	font-family: 'FP-こぶりなゴシック StdN W3';
    font-size: 16px;
    line-height: 2.25;
    letter-spacing: 0.06em;
    color: #000000;
}
.standards_box .text ul{
	padding-left: 1.5em;
	list-style: disc;
}
.standards_box .text ul.decimal,
.standards_box .text ul .decimal{
	list-style: decimal;
}
.standards_box .text ul.decimal&gt;li:nth-of-type(n+2){
	margin-top: 1.5em;
}
.standards_box .text ul.circle,
.standards_box .text ul li.circle{
	list-style: circle;
}

.standards_box .text ul a{
	color: #000;
}
.standards_box .text ul:hover{
	text-decoration: none;
}

.standards_box .text ul .indent{
	text-indent: -3.2em;
	padding-left: 3.2em;
}
.standards_box .text li li{
	text-indent: 0;
}


/* SP */
@media screen and (max-width: 1024px) {

	#contents_kv {
		background-image: url(/wp-content/themes/kounoshika-kiwakai/images/standards/kv_sp.jpg);
	}


	.contents_title .title{
		margin-bottom: 0;
	}
	.smile_title .ja{
		margin-top: 0;
	}
	.standards_box {
		padding: 10px 30px 30px;
	}
	.standards_box .text{
		font-size: 15px;
        line-height: 2;
	}
}</pre></body></html>