@charset "utf-8";



@media ( min-width: 768px ) {
    .flex {
        display: flex;
        align-items: center;
    }
    .out_dir_img {
        width: 25%;
    }
    .out_dir_text {
        margin-top: 100px;
        margin-left: 80px;
        font-size: 20px;
    }
    .out_dir_text span {
        font-size: 28px;
    }
}

@media ( max-width: 767px ) {
    .out_dir_img {
        max-width: 450px;
        margin: auto;
    }
    .out_dir_text {
        text-align: center;
        margin-top: 8px;
        font-size: 16px;
    }
    .out_dir_text span {
        font-size: 22px;
    }
}


/* ========================================
 *  .color-blue
 * ======================================== */
.page__head__under.color-blue {
    background-color: #ebf0f9 !important;
}
.head__line.color-blue::before {
    background-color: #012161 !important;
}
.head__line.color-blue::after {
    background-color: #a3898f !important;
}
.head__arrow_square.color-blue::before {
    background-color: #1f4e79 !important;
}