.saijou-basic{
    margin-top: 50px;
}
.contact{
    max-width: 1100px;
    margin: 0 auto;
}
.footer-saijou-conversio{
    max-width: none;
}
.contact > .inner > .flex.detail-cv-wrap .flex-item.left .flex-item-description{
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
}
.contact .contact-main-title {
    font-size: 27px;
    text-align: center;
    margin-bottom: 35px;
    padding-bottom: 30px;
    border-bottom: 1px solid #b9b9b9;
    letter-spacing: 4px;
    font-weight: bold;
}
@media (min-width:769px) {
    .contact > .inner > .flex.detail-cv-wrap{
        align-items: center;
    }
}
@media (max-width:768px) {
    .contact .contact-main-title {
        font-size: 5.469vw;
        letter-spacing: 0px;
        padding-bottom: 3.125vw;
        margin-bottom: 0;
    }
    .contact > .inner > .flex.detail-cv-wrap{
        display: flex;
        flex-direction: column-reverse;
    }
    .contact > .inner > .flex.detail-cv-wrap .flex-item.right{
        padding-top: 1em;
    }
    .contact > .inner > .flex.detail-cv-wrap .flex-item.left{
        display: flex;
        flex-direction: column;
        margin-top: 2vw;
    }
    .contact > .inner > .flex.detail-cv-wrap .flex-item.left .tel{
        width:60%;
    }
    .contact > .inner > .flex.detail-cv-wrap .flex-item.left .tel a{
        letter-spacing: 0.1px;
        font-size: 7vw;
        top:0;
        padding-left:11vw;
    }
    .contact > .inner > .flex.detail-cv-wrap .flex-item.left .tel a::after{
        top:3vw;
        left:0;
    }
    .contact > .inner > .flex.detail-cv-wrap .flex-item.left .flex-item-txt-tel{
        display: flex;
        flex-direction:row-reverse;
    }
    .contact > .inner > .flex.detail-cv-wrap .flex-item.left .flex-item-txt-tel .tel-txt{
        width: 100%;
        font-size: 5.5vw;
    }
    .contact > .inner > .flex.detail-cv-wrap .flex-item.left .flex-item-description{
        font-size: 4.8vw;
        margin-bottom:0;
    }
    .contact > .inner > .flex.detail-cv-wrap .flex-item.left .flex-item-txt-tel .contact-upper{
        width:40%;
        column-gap:0;
    }
    .contact > .inner > .flex.detail-cv-wrap .flex-item.left .tel{
        margin-bottom:0;
    }
}