@charset "UTF-8";

.retail_list{
  text-align: center;
  margin:45px 20px;
}
.retail_list > li{
  font-size: 14px;
  margin: 3px auto;
  background-color: #ece8e6;
  padding: 3px 0px;
  letter-spacing: 2px;
}



#companyPage .companyCnt .contactBlock .contactCnt .br-sp {
    display: none;
}

#companyPage .companyCnt .contactBlock .contactCnt a[href*='tel:'] {
    pointer-events: none;
    cursor: default;
}

@media (max-width: 767px) {
    #companyPage .companyCnt .contactBlock .contactCnt {
        max-width: 90%;
        margin: 0 auto;
    }

    #companyPage .companyCnt .contactBlock .contactCnt a {
        text-decoration: none !important;
    }

    #companyPage .companyCnt .contactBlock .contactCnt_ttl {
        font-size: 7vw;
        letter-spacing: normal;
    }

    #companyPage .companyCnt .contactBlock .contactCnt_txt1 {
        line-height: 2;
        font-size: 18px;
        letter-spacing: normal;
    }

    #companyPage .sp-fs-16 {
        font-size: 16px
    }

    #companyPage .companyCnt .contactBlock .contactCnt_txt1:nth-of-type(1) {
        border-bottom: 1px solid #fff;
    }

    #companyPage .companyCnt .contactBlock .contactCnt_txt1:not(:last-of-type) {
        padding-bottom: 1em;
    }

    #companyPage .companyCnt .contactBlock .contactCnt .br-sp {
        display: block;
    }

    #companyPage .companyCnt .contactBlock .contactCnt a[href*='tel:'] {
        pointer-events: inherit;
    }
}
