@charset "utf-8";
/* ===================================================================
CSS information
 file name  :  nurse_training.css
 style info :  スタイル指定
=================================================================== */

#link01,
#link02,
#link03,
#link04,
#link05,
#link06,
#link07,
#link08,
#link09,
#link10,
#link11,
#link12,
#link13,
#link14,
#link15 {
    padding: 100px 0 0 0;
    margin: -100px 0 0 0;
}

/* nurse_training
----------------------------------------------------------------------------- */
.nurse_training {}

.nurse_training .main_wrapper {}

.nurse_training .main_wrapper .box {
    font-size: 18px;
    text-align: left;
    background: #E5EAFE;
    padding: 2em;
    min-height: 1053px;
}

.nurse_training .main_wrapper .box h2 {
    width: 100%;
    color: #0173e7;
    font-size: 38px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    margin-bottom: 30px;
}

.nurse_training .main_wrapper .box h3 {
    width: 100%;
    color: #d251a1;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    margin-top: 14px;
}

.nurse_training .main_wrapper .box .page_nav ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
}

.nurse_training .main_wrapper .box .page_nav ul li {
    width: 24%;
    min-height: 70px;
    margin: 0.5% 0.5%;
    font-size: 13px;
    text-align: center;
    padding: 1px;
}

.nurse_training .main_wrapper .box .page_nav ul li a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 10px 0;
    background: #fefefe;
    border: 1px solid #fefefe;
    transform: 0.7;
}

.nurse_training .main_wrapper .box .page_nav ul li a span {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.nurse_training .main_wrapper .box .page_nav ul li a:hover {
    background: #E5EAFE;
    border: 1px solid #fff;
}

.nurse_training .main_wrapper .box .contents h4 {
    width: 100%;
    color: #0173e7;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    margin-top: 14px;
    background: #fff;
    padding: 10px 25px;
    margin: 30px auto 20px;
    position: relative;
    line-height: 1;
}

.nurse_training .main_wrapper .box .contents h4:before {
    position: absolute;
    content: "";
    top: 10px;
    left: 10px;
    width: 5px;
    height: 24px;
    background: #0173e7;
}

.nurse_training .main_wrapper .box .contents ul {
    width: 100%;
    margin: 15px auto;
    display: flex;
}

.nurse_training .main_wrapper .box .contents ul li {
    width: 32%;
    margin-right: 2%;
}

.nurse_training .main_wrapper .box .contents ul li:last-child {
    margin-right: 0;
}

.nurse_training .main_wrapper .box .contents ul li img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.nurse_training .main_wrapper .box .contents ul li p {
    font-size: 12px;
    margin-top: 5px;
}

.nurse_training .contents h5 {
    color: #0173e7;
    margin: 0 0 0.5em;
}

.nurse_training .contents dl dd {
    padding: 0 0 0 1em;
    margin: 0 0 1em;
}

.nurse_training .contents p.bold {
    font-weight: bold;
}

.nurse_training .contents .img_box {
    width: 80%;
    margin: 0 auto;
}

.nurse_training .contents .img_box img {
    width: 100%;
}

.nurse_training .contents .img_box p {
    font-size: 12px;
    text-align: right;
    font-weight: bold;
}

.nurse_training .contents .make {
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    margin: 0 0 1em;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.5em;
}

.nurse_training .main_wrapper .box .contents dl ul {
    display: block;
}

.nurse_training .main_wrapper .box .contents dl ul li {
    width: 100%;
    text-indent: -2em;
    margin: 0 0 0 2em;
}

.nurse_training .main_wrapper .box .contents dl .img_column {
    display: flex;
}

.nurse_training .main_wrapper .box .contents dl .img_column li {
    width: 100%;
    text-indent: 0;
    margin: 0 0 0 2em;
}

.nurse_training .main_wrapper .box .contents dl .img_column li p {
    text-align: right;
    font-weight: bold;
}

/* BreakPoint 959px
=============================================================*/
@media only screen and (max-width: 959px) {}

/* BreakPoint 639px
=============================================================*/
@media only screen and (max-width: 639px) {

    /* nurse_training
----------------------------------------------------------------------------- */
    .nurse_training {}

    .nurse_training .main_wrapper .box {
        font-size: 18px;
        text-align: left;
        background: #E5EAFE;
        padding: 2em 1em;
        min-height: auto;
    }

    .nurse_training .main_wrapper .box .page_nav ul li {
        width: 48%;
        margin: 1% 1%;
    }

    .nurse_training .main_wrapper .box .page_nav ul li:nth-child(7),
    .nurse_training .main_wrapper .box .page_nav ul li:nth-child(8) {
        width: 100%;
    }

    .nurse_training .main_wrapper .box .contents ul {
        width: 100%;
        margin: 15px auto;
        display: flex;
        flex-wrap: wrap;
    }

    .nurse_training .main_wrapper .box .contents ul li {
        width: 100%;
        margin-right: 2%;
    }

    .nurse_training .main_wrapper .box .contents ul li a {
        height: 100%;
    }

    .nurse_training .main_wrapper .box .contents ul li img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .nurse_training .main_wrapper .box .contents ul li p {
        margin-bottom: 15px;
    }

    .nurse_training .main_wrapper .box .contents h4 {
        font-size: 20px;
    }

    .nurse_training .main_wrapper .box .contents h4:before {
        height: 20px;
    }

    .nurse_training .contents .img_box {
        width: 100%;
        margin: 0 auto 2em;
    }

    .nurse_training .contents dl dd {
        padding: 0;
        margin: 0 0 1em;
        width: 100%;
    }

    .nurse_training .main_wrapper .box .contents dl ul li {
        width: 100%;
        text-indent: -2em;
        margin: 0 0 0 2em;
        padding: 0 2em 0 0;
    }

}