<br />
<b>Deprecated</b>:  The each() function is deprecated. This message will be suppressed on further calls in <b>/home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php</b> on line <b>456</b><br />
@charset "UTF-8";


/* CSS information ///////////////////////////////////////////////////

	総合案内 サービス案内

////////////////////////////////////////////////////////////////////*/
#contents .serviceList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    box-sizing: border-box;
}

#contents .serviceList li{
    list-style: none;
    width: 48%;
    padding-left: 0;
    background: none!important;
    margin-bottom: 40px;
}


#contents .serviceList li picture{
    display: block;
    margin-bottom: 10px;
}
#contents .serviceList li .tit{
    margin-bottom: 5px;
}


#contents .serviceList li .tit a{
    font-size: 1.5rem;
    margin-bottom: 5px;
    transition: all 0.5s;
}


#contents .serviceList li .btn01{
    width: 150px;
    margin: 15px 0;
}


#contents .serviceList li .btn01 img{
    width: 100%;
    height: auto;
}
#contents .serviceList li .btn01 a{
    opacity: 1;
    transition: all 0.5s;
}

#contents .serviceList li .btn01 a:hover{
    opacity: .8;
    transition: all 0.5s;
}