/* お問い合わせページ */

/* mv */
.c-mv-pc{
    width: 100%;
}

.c-mv-sp{
    display: none;
}

.c-contact-title{
    text-align: center;
    font-size: 58px;
    font-weight: 700;
    color: #004A7B;
    margin-top: 50px;
}

.c-contact-block{
    width: 80%;
    margin: 0 auto;
    padding: 0 6%;
}

.c-contact-block-text{
    color: #004A7B;
    text-align: center;
    font-size: 24px;
    line-height: 2;
}

.c-contact-block-sns-pc{
    margin-top: 100px;
}

.c-contact-block-sns-sp{
    display: none;
}


.c-contact-block-sns-parent{
    background-color: #F6FCFF;
    border-radius: 8px;
    display: flex;
    padding: 20px;
    margin-top: 12px;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.c-contact-block-sns-parent-child{
    display: flex;
    gap: 5%;
    align-items: center;
    font-weight: 700;
    color: #004A7B;
    font-size: 20px;
}

.c-mail-adress{
    font-size: 30px;
    color: #079BFF;
}

.c-sns-bt{
    background-color: #FF9E44;
    color: #ffffff;
    border-radius: 24px;
    width: 30%;
    padding: 12px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.c-sns-bt-text{
    margin: 0 auto;
}

.c-sidebar{
    width: 40%;
}

/* sp */
@media (max-width: 769px) {
    .c-mv-pc{
        display: none;
    }
    .c-mv-sp{
        display: block;
    }
    .c-contact-title{
        font-size: 20px;
    }
    .c-sidebar{
        display: none;
    }
    .c-contact-block{
        width: 100%;
        padding: 4%;

    }
    .c-contact-block-text{
        font-size: 16px;
    }
    .c-contact-block-sns-pc{
        display: none;
    }
    .c-contact-block-sns-sp{
        display: block;
    }
    .c-contact-block-sns-parent-sp{
        margin: 0 auto;
        text-align: center;
        border-radius: 8px;
        margin-top: 16px;
        background-color: #F6FCFF;
        font-size: 20px;
        font-weight: 700;
        padding: 12px;
        color: #004A7B;
    }

    .c-mail-adress{
        margin-top: 12px;
        font-size: 22px;
        margin-top: 12px
    }

    .c-sns-bt{
        width: 300px;
        margin: 0 auto;
        margin-top: 12px;
    }
}