/* Blog
---------------------------------------------------------- */


/* ----- key ----- */

.staff .l-sub_top {
    background: url(../img/img_key.jpg) no-repeat center;
    background-size: cover;
}


/* ----- common ----- */

.staff .c-txt_tel {
    margin-right: 10px;
}

.staff .sec01 .c-ttl_sub2 {
    text-align: left;
}

.staff .sec01 .c-ttl_sub2 {
    margin-bottom: 24px;
}

.staff .sec01 .c-row {
    margin-bottom: 48px;
    align-items: flex-start;
}

.staff .name {
    margin-top: 24px;
    font-size: 16px;
    font-size: 1.6rem;
}

.staff .name span {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
}

.staff_detail {
    margin-top: 40px;
}

.staff_detail_list {
    margin-bottom: 32px;
}

.staff_detail_list h4 {
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: bold;
    padding-bottom: 10px;
}

.staff_detail_list .staff_detail_list_inner {
    padding: 10px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.staff_detail_list_inner_book {
    display: flex;
    flex-wrap: wrap;
}

.staff_detail_list_inner_book li {
    width: 15%;
    margin-right: 2%;
}

.staff_detail_list_inner_book li img {
    margin-bottom: 10px;
}

.staff_detail_list_inner_book li p {
    font-size: 14px;
    font-size: 1.4rem;
}

.staff_detail_list_inner_book li p span {
    font-size: 12px;
    font-size: 1.2rem;
}

.staff_detail_list_inner_book li:nth-child(5n) {
    margin-right: 0;
}

.staff_detail_list .staff_detail_list_inner p {
    margin-bottom: 0.4em;
}

.staff_detail_list .staff_detail_list_inner p:last-child {
    margin-bottom: 0;
}

.staff_detail_list .staff_detail_list_inner a {
    text-decoration: underline;
    display: inline-block;
}

.staff_detail_list .staff_detail_list_inner dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.staff_detail_list .staff_detail_list_inner dl dt {
    width: 5em;
}

.staff_detail_list_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.staff_detail_list_row .staff_detail_list {
    width: 48%;
}

.staff_detail_list .staff_detail_list_inner .note {
    background: #fef4f4;
    padding: 10px 20px;
}

.staff_detail_list .staff_detail_list_inner .note h5 {
    font-weight: bold;
    margin-bottom: 10px;
}

.staff .c-row .c-row_img {
    width: 32%;
}

.staff .c-row .c-row_txt {
    width: 64%;
}

.staff .l-cont_s a {
    display: inline-block;
    text-decoration: underline;
}

.p-staff_name {
    color: #68c3c5;
    font-size: 20px;
    font-size: 2.0rem;
    font-family: 'Shippori Mincho', serif;
    margin-bottom: 20px;
}

.p-staff_name span {
    font-size: 16px;
    font-size: 1.6rem;
}


/* =================================
 PC blog
================================= */

@media screen and (min-width: 768px) {}


/* =================================
  IE blog
================================= */

_:-ms-lang(x)::-ms-backdrop,
.xxxxx {}


/* =================================
  PC min blog
================================= */

@media only screen and (max-width: 1240px) and (min-width: 768px) {}


/* =================================
  TAB blog
================================= */

@media screen and (min-width: 768px) and (max-width: 960px) {}


/* =================================
 SP blog
================================= */

@media screen and (max-width: 767px) {
    .staff .c-txt_tel {
        margin-right: 10px;
    }
    .staff_detail {
        margin-top: 20px;
    }
    .staff_detail_list {
        margin-bottom: 32px;
    }
    .staff_detail_list h4 {
        font-size: 20px;
        font-size: 2.0rem;
        font-weight: bold;
        padding-bottom: 10px;
    }
    .staff_detail_list .staff_detail_list_inner {
        padding: 10px 0;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }
    .staff_detail_list_inner_book {
        display: flex;
        flex-wrap: wrap;
    }
    .staff_detail_list_inner_book li {
        width: 15%;
        margin-right: 2%;
    }
    .staff_detail_list_inner_book li img {
        margin-bottom: 10px;
    }
    .staff_detail_list_inner_book li p {
        font-size: 14px;
        font-size: 1.4rem;
    }
    .staff_detail_list_inner_book li p span {
        font-size: 12px;
        font-size: 1.2rem;
    }
    .staff_detail_list_inner_book li:nth-child(5n) {
        margin-right: 0;
    }
    .staff_detail_list .staff_detail_list_inner p {
        margin-bottom: 0.4em;
    }
    .staff_detail_list .staff_detail_list_inner p:last-child {
        margin-bottom: 0;
    }
    .staff_detail_list .staff_detail_list_inner a {
        text-decoration: underline;
        display: inline-block;
    }
    .staff_detail_list .staff_detail_list_inner dl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .staff_detail_list .staff_detail_list_inner dl dt {
        width: 5em;
    }
    .staff_detail_list_row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .staff_detail_list_row .staff_detail_list {
        width: 48%;
    }
    .staff_detail_list .staff_detail_list_inner .note {
        background: #fef4f4;
        padding: 10px 20px;
    }
    .staff_detail_list .staff_detail_list_inner .note h5 {
        font-weight: bold;
        margin-bottom: 10px;
    }
    .staff .c-row .c-row_img {
        width: 100%;
        margin-bottom: 10px;
    }
    .staff .c-row .c-row_txt {
        width: 100%;
    }
    .p-staff_name {
        color: #68c3c5;
        font-size: 16px;
        font-size: 1.6rem;
        font-family: 'Shippori Mincho', serif;
        margin-bottom: 16px;
    }
    .p-staff_name span {
        font-size: 14px;
        font-size: 1.4rem;
    }
}


/* =================================
 iphone5s,SE blog
================================= */

@media screen and (max-width: 320px) {}