@charset "UTF-8";
.title-img {
    background-image: url(../images/contact/contact_fv.jpg);
}
/*--------------------------------
	flow
--------------------------------*/
.flow_wrapper {
    width: 65vw;
    margin-left: 25vw;
    margin-bottom: 300px;
}
.flow_stp {
    display: flex;
    column-gap: 5vw;
    margin-bottom: 40px;
}
.stp_title-area {
    flex: 0 0 240px;
    align-items: flex-start;
}
.reply {
    margin-top: 10px;
}
.flow_stp_title {
    display: flex;
}
.number {
    font-size: 4.0rem;
    color: #192F60;
    line-height: 0.6;
}
.flow_stp_title h2 {
    font-size: 2.4rem;
    line-height: 1.2;
    margin-left: 14px;
}
.border01 {
    border-left: solid 1px #5D6A7C;
    height: 400px;
    margin-left: 50px;
    margin-top: 25px;
}
.border02 {
    border-left: solid 1px #5D6A7C;
    height: 150px;
    margin-left: 50px;
    margin-top: 25px;
}
.mail-address {
    display: block;
    background-color: #f5f5f5;
    width: 350px;
    padding: 16px;
    color: #192F60;
    font-size: 2rem;
    text-align: center;
    line-height: 2;
    margin-bottom: 14px;
}
.flow_text-area span::before {
    content: '';
    display: inline-block;
    background: url(../images/contact/icon_e-mail.png) no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    vertical-align: text-bottom;
}
@media (max-width : 959px) {
    .flow_wrapper {
        width: 85vw;
        margin-left: 9vw;
        margin-bottom: 220px;
    }
    .number {
        font-size: 3.6rem;
    }
    .flow_stp_title h2 {
        font-size: 1.8rem;
    }
    .stp_title-area {
        flex: 0 0 194px;
    }
}
@media(max-width : 767px) {
    .flow_wrapper {
        width: 89.333vw;
        margin: 86px auto;
    }
    .flow_stp {
        display: block;
    }
    .border01, .border02 {
        display: none;
    }
    .flow_text-area {
        margin: 25px 0 0 7vw;
        padding-left: 7vw;
        padding-bottom: 100px;
    }
    .border-sp {
        border-left: 1px solid #5D6A7C;
    }
    .flow_text-area p {
        letter-spacing: 0;
    }
    .mail-address {
        width: 272px;
        padding: 10px;
        font-size: 1.6rem;
    }
    .flow_text-area span::before {
        width: 20px;
        height: 20px;
    }
}


/*--------------------------------
	footer
--------------------------------*/
.footer-image {
    background-image: url(../images/contact/contact_end.jpg);
}