@charset "utf-8";
.section1 .section-layer{
    padding: 20px 20px 60px;
}
.address-hd dt{
    margin: 40px 0 25px;
    position: relative;
    padding-bottom: 10px;
    display: inline-block;
}
.address-hd dt:after{
    content: "";
    height: 3px;
    background-color: #000000;
    display: block;
    margin-top: 6px;
}
.address-hd dd{
    line-height: 36px;
}
.address-hd label,.section2 dl label{
    text-align: justify;
    text-align-last: justify;
    width: 70px;
    display: inline-block;
}
.address-hd dd a{
    color: #0380bb;
}
.address-hd dd a:hover{
    text-decoration: underline;
}
.address-ft{
    margin-top: 50px;
    width: 150px;
    line-height: 40px;
}
.section2 .section-layer{
    margin-top: 20px;
    padding: 75px 0 15px 90px;
}
.section2 li{
    float: left;
    width: 240px;
    margin-bottom: 60px;
    margin-right: 170px;
}
.section2 li:nth-child(3n){
    margin-right: 0;
}
.section2 dl{
    line-height: 1.6;
}
.section2 li dd{
    margin-top: 8px;
}