.contact-inner {
    width: 90%;
    margin: 3rem auto;
}

.contact-cate-text {
    width: 30%;
    margin: 0 auto 4rem;
    padding: .3em 1.6em;
    color: #000;
    font-size: 14px;
    text-align: justify;
    text-align-last: justify;
    text-justify: inter-ideograph;
    background-color: #fff;
}

.contact-cont {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.contact-item {
    width: 48%;
    text-align: center;
}

.contact-item p {
    display: inline-block;
    margin: 0 0 2rem;
    font-size: 18px;
    text-align: center;
    border-bottom: #f5d952 solid 2px;
}

.contact-tel {
    width: 100%;
    min-height: 12rem;
    padding: 1em;
    border: #fff solid 1px;
    text-align: center;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.contact-tel span {
    display: block;
}

.contact-tel span.tel-1 {
    font-size: 18px;
}

.contact-tel span.tel-2 {
    font-size: 24px;
    font-weight: bold;
}

.contact-tel span.tel-3 {
    font-size: 14px;
}

.contact-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 12rem;
}

.cont-button a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 6% 10%;
    width: 280px;
    text-align: center;
    color: #1a1a1a;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    background-color: #f5d952;
    border-radius: 50vh;
    background-image: url(../img/common/btn_arrow.png);
    background-position: center right 6%;
    background-size: 1.6rem 1.6rem;
    background-repeat: no-repeat;
    transition: all 0.3s;
}

.cont-button a:hover {
    text-decoration: none;
    background-color: #ffc400;
}

@media screen and (min-width: 1px) and (max-width: 767px) {

    .contact-cate-text {
        width: 42%;
        margin: 0 auto 2rem;
        padding: .3em .6em;
        color: #000;
        font-size: 12px;
    }

    .contact-cont {
        display: block;
    }

    .contact-item {
        width: 100%;
    }

    .contact-item p {
        margin: 2rem 0;
        font-size: 16px;
    }

    .contact-tel {
        min-height: auto;
    }

    .contact-tel span {
        display: block;
    }

    .contact-tel span.tel-1 {
        font-size: 16px;
    }

    .contact-tel span.tel-2 {
        font-size: 22px;
        font-weight: bold;
    }

    .contact-tel span.tel-3 {
        font-size: 12px;
    }

    .contact-button {
        min-height: auto;
    }

    .cont-button {
        width: 100%;
    }

    .cont-button a {
        width: 100%;
    }

}

@media screen and (min-width: 768px) and (max-width: 1024px) {

    .contact-inner {
        width: 90%;
    }

    .contact-item p {
        font-size: 16px;
    }

    .contact-tel {
        min-height: 12rem;
        padding: 1em;
    }

    .contact-tel span {
        display: block;
    }

    .contact-tel span.tel-1 {
        font-size: 16px;
    }

    .contact-tel span.tel-2 {
        font-size: 20px;
    }

    .contact-tel span.tel-3 {
        font-size: 14px;
    }

}