@charset "utf-8";



@media screen and ( min-width: 768px ) {
    .pc-flex {
        display: flex;
    }
    .flex-img {
        margin-left: 20px;
        width: 60%;
    }
    .space-between {
        justify-content: space-between;
    }
    .mb--pc-20 {
        margin-bottom: 20px;
    }
    .w40 {
        width: 40%;
    }
    .w48 {
        width: 48%;
    }
}
@media not all and ( min-width: 768px ) {
    .sp-flex {
        display: flex;
    }
    .flex-img {
        margin-top: 12px;
    }
    .mb--sp-12 {
        margin-bottom: 12px;
    }
}
.mb10 {
    margin-bottom: 10px;
}
.ml10 {
    margin-left: 10px;
}
.center {
    text-align: center;
}


/* ========================================
 *  .tit
 * ======================================== */
.tit {
    color: #0068b7;
    font-weight: bold;
    line-height: 1.3;
    display: inline-block;
}
@media screen and ( min-width: 768px ) {
    .tit {
        font-size: 20px;
        margin-bottom: 8px;
    }
}
@media not all and ( min-width: 768px ) {
    .tit {
        font-size: 16px;
        margin-bottom: 4px;
    }
}

/* ========================================
 *  .box
 * ======================================== */
.box1 {
    border: 1px solid #0072bc;
    padding: 4px;
}
.box1 li {
    list-style: disc;
    margin-left: 25px;
}
.box2 {
    padding: 12px;
    box-shadow: 1px 1px 8px 4px #d1d0d1;
}
.box3 {
    border: 1px solid #e25592;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
}
.box3 p:first-child, .box4 {
    background: #e25592;
    color: #ffffff;
    padding: 4px;
}
.box4 {
    text-align: center;
    vertical-align: middle;
    margin-top: 10px;
    font-size: 14px;
}
.box5 {
    background: #f89e53;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    line-height: 1.2;
    padding: 4px;
    margin: 10px 0;
}
@media screen and ( min-width: 768px ) {
    .box2 {
        height: calc( 100% - 30px );
        min-height: fit-content;
    }
    .box3 {
        width: 48%;
    }
    .box5 {
        width: 32%;
    }
}
@media not all and ( min-width: 768px ) {
    .box3 {
        margin-bottom: 10px;
    }
}


/* ========================================
 *  .tableSection
 * ======================================== */
.tableSection {
    text-align: center;
    margin-top: 10px;
}
.tableSection th {
    background: #498fcc;
    color: #ffffff;
}
.tableSection th,
.tableSection td {
    border: 1px solid #000000;
    font-size: 14px;
    vertical-align: middle;
}


/* ========================================
 *  .triangle
 * ======================================== */
.triangle {
    background: #dcdddf;
    clip-path: polygon( 0 0, 100% 0%, 50% 100% );
}
.triangle.type1 {
    width: 50%;
    height: 30px;
    margin: 10px auto;
}
.triangle.type2 {
    width: 90%;
    height: 20px;
    margin: 5px auto;
}


/* ========================================
 *  .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;
}