<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.pc { display:inherit;}
.mobile { display:none;}
.text_s { font-size: 14px;}
h3,
.heading-3 {
	font-size: 40px;
	line-height: 1.45;
	font-weight: 300;
}
.bg-gray-lighter h1 { color: #0e3f3c;}
.bg-gray-lighter h3 {    color: #19636f;}
.banner_line {
        border: 1px #fff solid;
    padding: 20px;
    width: 542px;
}
.d_pic { width: 50%; margin:30px auto; display: inline-block;}

.sd {    -webkit-filter: drop-shadow(0px 7px 7px rgba(0, 0, 0, 0.15));
    filter: drop-shadow(0px 7px 7px rgba(0, 0, 0, 0.15));}

.pro_pic {
    display: table;
    margin-left: auto;
    margin-right: auto;
    border-width: 0px;
    border-style: solid;
    border-color: #909092;
}


@media only screen and (max-width: 1680px) {

}

@media only screen and (max-width: 1366px) {

    
}


@media only screen and (max-width: 1280px) {
h3,
.heading-3 {
	font-size: 22px;
	line-height: 1.45;
	font-weight: 300;
}
}

@media (min-width: 1200px){

  
}

@media only screen and (max-width: 990px) {

    
}

@media only screen and (max-width: 768px) {
.pc { display:none;}
.mobile { display:inherit;}	

	
	}

@media only screen and (max-width: 480px) {
h3,
.heading-3 {
	font-size: 24px;
    line-height: 1.45;
    font-weight: 400;
}
.banner_line {
        border: 1px #fff solid;
    padding: 20px;
    width: 100%;
}
    
	}

</pre></body></html>