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

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

/* nurse_information
----------------------------------------------------------------------------- */
.nurse_information {}

.nurse_information .main_wrapper {}

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

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

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

/*
.nurse_information .main_wrapper .box ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: row-reverse;
    margin: 30px 0 0;
}
*/

/*
.nurse_information .main_wrapper .box ul li:first-child{
    width: 20%;
}
.nurse_information .main_wrapper .box ul li:first-child img{
    width: 100%;
}
.nurse_information .main_wrapper .box ul li:first-child p{
    width: 100%;
    text-align: center;
    font-weight: bold;
    padding: 10px 0 0;
}
.nurse_information .main_wrapper .box ul li:last-child{
    width: 75%;
    margin: 0;
}

.nurse_information .main_wrapper .box ul li:last-child 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_information .main_wrapper .box ul li:last-child h4:before{
    position: absolute;
    content: "";
    top: 10px;
    left: 10px;
    width: 5px;
    height: 24px;
    background: #0173e7;
}
.nurse_information .main_wrapper .box ul li:last-child p{
    text-indent: 1em;
}
.nurse_information .main_wrapper .box ul li:last-child p:last-child{
    margin: 0 0 20px;
}
*/


.nurse_information .main_wrapper .box ul {
    margin: 30px 0 0;
}

.nurse_information .main_wrapper .box ul li 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_information .main_wrapper .box ul li p {
    text-indent: 1em;
}

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

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

    /* nurse_information
----------------------------------------------------------------------------- */
    .nurse_information {}

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

    .nurse_information .main_wrapper .box ul {
        display: block;
        margin: 30px 0 0;
    }

    .nurse_information .main_wrapper .box ul li:first-child {
        width: 100%;
    }

    .nurse_information .main_wrapper .box ul li:first-child img {
        width: 60%;
        margin: 0 auto;
        display: block;
    }

    .nurse_information .main_wrapper .box ul li:last-child {
        width: 100%;
        margin: 30px 0 0;
    }
}