<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#imfotext{
    position: relative;
}
#imfotext p, #imfotext span ,#imfotext a{
    font-size: 17px;
    line-height: 180%;
    vertical-align: revert;
    color: #37414f;
}
#imfotext .listbox a{
    font-size: 19px;
    color: #2b7de2;
    font-weight: 600;
}
#imfotext span {
}
#imfotext .titleJ{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 0;
}
.artbanner ,.imgphobox{
    display: flex;
    margin-bottom: 30px;
    margin-top: 30px;
    flex-direction: column;
    align-items: center;
}
.imgphobox img{
    padding-bottom: 60px;
    background: white;
}
.artbanner img , .imgphobox img{
    box-shadow: 0 0 9px 3px rgb(199 199 199 / 23%);
    border-radius: 20px;
}
#imfotext .titleJ h2 ,#imfotext .titleJ h2 a{
    font-size: 28px;
    color: #37414f;
    line-height: 120%;
}
.contanct{
    display: flex;
    justify-content: center;
    margin: 40px 0;
}
.contanct .btnn{display: flex;margin: 0 5px;}
.contanct .btnn a{
    padding: 20px 50px;
    border-radius: 14px;
    font-size: 21px;
    font-weight: 700;
}
.contanct .btnn.phone a{
    background: #ff6666;
    color: #fefefe;
}
.contanct .btnn.line a{
    background: #4CAF50;
    color: #fefefe;
}
.tenxt{
    margin-bottom: 15px;
}
.wanlink{
    display: flex;
    flex-direction: column;
    margin: 30px 5px;
}
.wanlink h2{
    font-size: 26px;
    margin-bottom: 20px;
}
.wanlink  a{
    padding: 1px 0;
}
#imfotext .orgnx{
    color: #FF9800;
    font-weight: 600;
    font-size: 20px;
}
.listbox p{}
.mbimg{
    display: flex;
    flex-direction: column;
}
@media screen and (min-width:501px) {
    .mbimg{
    display: none;
}
}
@media screen and (max-width:500px) {
	.artbanner img{
        height: 308px;
        object-position: 0% 50%;
        object-fit: cover;
        border-radius: 15px;
    }
    #imfotext .titleJ h2{
        font-size: 26px;
    }
    .pcimg{display:none;}
    .imgphobox img{
        padding-bottom: 0;
    }
    .contanct .btnn a{
    padding: 13px 26px;
    font-size: 19px;
}
}

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