<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.sgl-col *{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;	
}

.sgl-col{
	font-size: 14px;
	background-color: #fff;
	color: #000;
	line-height: 1.5;
}

.hero-wrap{
	margin: 0 -20px;
}

.sgl-col p{
	margin: 0;
	padding: 0;
}

.sgl-col{
	text-align: center;
	padding: 30px 20px;
}


.sgl-col img{
	width: 100%;
	display: block;
}


.sgl-col a{
	display: block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.sgl-ttl-1{
	font-size: 25px;
	margin: 30px 0;
	font-weight: bold;
}

.sgl-ttl-1:after,
.sgl-ttl-2:after{
	content: "";
	display: block;
	height: 1px;
	width: 50px;
	margin: 15px auto;
	background-color: #986f38;
}

.sgl-ttl-2{
	margin: 0 0 20px 0;
	font-size: 16px;
}

.sgl-ttl-3{
	font-weight: bold;
	font-size: 16px;
}

.sgl-wrap{
	max-width: 996px;
	margin: 0 auto;
}

.sgl-cta{
	margin: 30px auto 0 auto;
	max-width: 170px;
	text-align: center;
}

.sgl-text{
	margin: 30px 0;
}

.sgl-cta a{
	padding: 10px 20px;
	text-decoration: none;
	color: #fff;
	background-color: #3d8705;
	border-radius: .2em;
	font-size: 13px;

}

.sgl-cta a:hover{
    box-shadow: 0 0.25em 0.5em rgba(0,0,0,.3);
}

.sgl-col img.hero-img-sp{
	display: none;
}

.sgl-series-wrap:before,
.sgl-series-wrap:after{
    content:"";
    display:table;
}
.sgl-series-wrap:after{
    clear:both;
}

.sgl-series-wrap .sgl-series{
	width: 25%;
	float: left;
	padding: 10px;
}

.sgl-series-wrap .sgl-series img{
	margin: 20px auto;
	display: block;
	width: 50%;
}

.sgl-series-detail span{
	display: block;
	font-size: 11px;
}

@media all and (max-width:800px){
.sgl-text p{
	display: inline;
}

.sgl-series-wrap .sgl-series{
	width: 50%;
	padding: 20px 10px;
}

.sgl-ttl-1{
	font-size: 20px;
}
}


@media all and (max-width:650px){
.sgl-col img.hero-img-pc{
	display: none;
}

.sgl-col img.hero-img-sp{
	display: block;
}

.sgl-series-wrap .sgl-series{
	width: 100%;
	float: none;
	padding: 30px 0;
	border-bottom: solid 1px #eee;
}

.sgl-series-wrap .sgl-series:last-child{
	border-bottom: none;
}

.sgl-cta {
    margin: 15px auto 0 auto;
}
}
</pre></body></html>