#companyInfo {
    width:100%;
    height: auto;
    background: #dad8d8;
}

.companyInfo_top {
    display: inline-block;
    margin: 2% 0;
    padding: 3% 0;
    width: 100%;
    height: auto;
    background: #f7efef;
}

.companyInfo_top h2 {
    font-family: 'Sawarabi Gothic', sans-serif;
    font-weight: normal;
    font-size: calc(18px + 12 * ((100vw - 320px) / 1920));
}

.info_con {
    width: 90%;
    border-top: 3px dotted rgb(100, 100, 100);
}

.info_content {
    display: inline-block;
    padding-left: 5%;
    padding-bottom: 5%;
    text-align: left;
    font-size: calc(12px + 12 * ((100vw - 320px) / 1920));
}

.info_content:nth-of-type(1) {
    padding-right: 0;
}

.companyInfo_btm {
    display: inline-block;
    padding: 3% 0 4% 0;
    width: 100%;
    height: auto;
    background: #fff;
}

.inquiry_top {
    display: inline-block;
    height: auto;
    font-family: 'Sawarabi Gothic', sans-serif;
    font-weight: 100;
    font-size: calc(24px + 22 * ((100vw - 320px) / 1920));
}

.inquiry_btm {
    box-sizing: border-box;
    padding: 3% 15%;
    height: auto;
}

.tel {
    height: 100%;
    float: left;
    line-height: 0;
    text-align: left;
    color: #000;
}

.tel p {
    height: 100%;
    font-size: calc(24px + 26 * ((100vw - 320px) / 1920));
}

.tel span {
    font-size: calc(12px + 12 * ((100vw - 320px) / 1920));
}

.tel a {
    text-decoration: none;
    color: #000;
    cursor: pointer;
    position: relative;
}

.tel a:hover {
    color: rgb(255, 0, 0);
}

.inquiry {
    height: auto;
    float: right;
}

.inquiry a {
    display: inline-block;
    margin-top: 9%;
    padding: 20px 50px;
    background: #af8970;
    text-decoration: none;
    font-size: calc(12px + 12 * ((100vw - 320px) / 1920));
    color: #fff;
}

.inquiry a:hover {
    opacity: 0.7;
}

.margin {
    width: 100%;
    height: 400px;
    background: #dad8d8;
}

@media screen and (min-width: 960px) and (max-width: 1300px) {
    .inquiry_btm {
        padding: 3% 21%;
        height: auto;
    }
} 

@media screen and (min-width: 320px) and (max-width: 959px) {
    .tel {
        float: none;
        line-height: 0;
        text-align: center;
    }

    .inquiry {
        height: auto;
        float: none;
    }

    .inquiry_top {
        padding-top: 2%;
    }
}