@charset "UTF-8";
.section_contact_top{
    padding-bottom: 80px;
}
.bnr {
  display: block;
  margin: 30px 0;
}
.contact_topBlock .contact_topList li{
    margin: 0 0 1px;
    position: relative;
    background: #fff;
    padding: 25px 40px;
    text-align: left;
    display: flex;
    justify-content: space-between;
}
.contact_topBlock .contact_topList li h4{
    margin: 0 0 10px;
}

.contact_topBlock .contact_topList li .link{
    display: flex;
    width: 42%;
    justify-content: space-between;   
    align-items: center;
}
.contact_topBlock .contact_topList li .link .tel{
    color: #638fa2;
    font-weight: bold;
    font-size: 2.1rem;
    background: url(../../img/common/mark_tel_blue.svg) no-repeat left 25%;
    background-size: 25px 25px;
    padding-left: 35px;
}

@media screen and (max-width: 989px) {
    .section_contact_top{
    padding-bottom: 40px;
}
    .contact_topBlock .contact_topList li{
    padding: 35px 25px;
}
    .contact_topBlock .contact_topList li{
        text-align: center;
    }
    .contact_topBlock .contact_topList li,.contact_topBlock .contact_topList li .link{
        display: block;
    }
    .contact_topBlock .contact_topList li .link{
        width: 100%;  
    }  
    .btnS {
        max-width: 100%;
    }
    .contact_topBlock .contact_topList li .link .tel{
        font-size: 2.4rem;
        background: url(../../img/common/mark_tel_blue.svg) no-repeat 15% center;
        background-size: 25px 25px;  
        text-align: center;  
        margin: 10px auto;
    }
}