@media screen and (max-width: 768px) {
    .ml-5 {
            margin-left: 0!important;
    }
}
.wrapper {
    padding: 0;
}
.header .title {
    padding-top: 10px;
}

@media screen and (max-width: 768px) {
    .hero-cmn {
        border-bottom-color: #fff;
    }
    .hero-cmn-in {
        margin-top: 0;
    }
    .header {
        height: 60px;
    }
    .header .title {
        padding-top: 16vw;
        font-size: 28px;
    }
    .wrapper {
        padding-top: 8vw;
    }
    .row {
        background-color: #fff;
    }
}
.hotline-contents {
    margin: 0px auto 100px;
    max-width: 1200px;
    text-align: left;
    padding: 0 20px;
    font-weight: 300;
}
@media screen and (max-width: 768px) {
    .hotline-contents {
        width: 100%;
        padding: 0 15px;
    }
}
.hotline-lead {
    letter-spacing: 1px;
    font-size: 1.2rem;
    padding: 0 0 20px;
}
@media screen and (max-width: 768px) {
    .hotline-lead {
        /* font-size: 1.2rem; */
    }
}
.hotline-contact {
    padding: 20px 10vw;
}
@media screen and (max-width: 768px) {
    .hotline-contact {
        padding: 0;
    }
}
.hotline-contact_items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8vw;
}
@media screen and (max-width: 960px) {
    .hotline-contact_items {
        grid-template-columns: 1fr;
        gap: 5vw;
    }
}
.contact-tell, .contact-mail {
    text-align: center;
    padding: 1vw;
    background-color: #e18007;
}
.contact-tell a,.contact-mail a {
    position: relative;
    display: inline-block;
    padding-left: 50px;
    /* width: 100%; */
    /* height: 100%; */
    /* display: flex; */
    /* align-items: center; */
    background-color: #e18007;
    font-size: 22px;
    color: #fff;
}
@media screen and (max-width: 768px) {
    .contact-tell a,.contact-mail a {
        /* padding: unset; */
    }
}

.contact-tell a:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    left: 0;
    top: 50%;
    transform: translateY(-50%);

    mask-image: url(./../img/ico_tell_pc.svg);
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    background-color: #fff;
}
.contact-mail a:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    left: 0;
    top: 50%;
    transform: translateY(-50%);

    mask-image: url(./../img/ico_inquiry_pc.svg);
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    background-color: #fff;
}
.header {
    min-width: unset;
}
.hotline-title {
    
}
