@charset "UTF-8";
.doctor {}
.doctor_title {}
.dItem {
    margin-bottom: 45px;
}
.dItem_title {}
.dItem_cols {}
.dItem_cols:after {
    content: "";
    display: block;
    clear: both;
}
.dItem_col {}
.dItem_col-no1 {
    float: left;
    width: 77%;
}
.dItem_text {}
.dItem_text > b {}
.dItem_col-no2 {
    width: 21%;
    float: right;
    text-align: right;
}
.dItem_image {}
.dItem_image > img {}
.staff {}
.staff_title {}
.staff_cols {}
.staff_cols:after {
    content: "";
    display: block;
    clear: both;
}
.staff_col {}
.staff_col-no1 {
    float: left;
    width: 38%;
}
.staff_image {}
.staff_image > img {}
.staff_name {
    line-height: 1.2;
    margin-bottom: 14px;
}
.staff_name > b {
    font-weight: normal;
    font-size: 150%;
    margin-left: 18px;
}
.staff_dList {
    list-style: none;
}
.staff_dList > dt {
    margin-bottom: 5px;
}
.staff_dList > dd {}
.staff_col-no2 {
    float: right;
    width: 58%;
}
.staff_table {
    margin: 24px 0 0;
}
.staff_table > caption {
    text-align: left;
    margin-bottom: 5px;
}
.staff_table > tbody {}
.staff_table > tbody > tr {}
.staff_table > tbody > tr > th {
    vertical-align: top;
    font-weight: normal;
    white-space: nowrap;
    padding-right: 2.4em;
}
.staff_table > tbody > tr > td {
    padding-bottom: 12px;
}
.staff_list {
    list-style: none;
    border-top: 1px solid rgb(215, 215, 215);
    margin-top: 42px;
    padding-top: 54px;
}
.staff_list:after {
    content: "";
    display: block;
    clear: both;
}
.staff_list > li {
    float: left;
    width: 22%;
    margin-left: 4%;
    margin-bottom: 30px;
}
.staff_list > li:first-child {}
.staff_list > li:nth-child(4n+1) {
    margin-left: 0;
    clear: both;
}
.staff_fig {}
.staff_fig > img {}
.staff_fig > figcaption {
    margin: 6px 0 0;
}
.staff_fig > figcaption > small {
    display: block;
    color: #ff5959;
}
.staff_fig > figcaption > b {
    font-weight: normal;
    font-size: 18px;
    margin: 2px 0 0;
    display: block;
}
.staff_message {
    margin-top: 5px;
    font-size: 14px;
    line-height: 1.45;
}

/* タブレット以下設定 */

@media screen and (max-width: 999px) {
    .doctor {}
    .doctor_title {}
    .dItem {}
    .dItem_title {}
    .dItem_cols {}
    .dItem_cols:after {}
    .dItem_col {}
    .dItem_col-no1 {}
    .dItem_text {}
    .dItem_text > b {}
    .dItem_col-no2 {}
    .dItem_image {}
    .dItem_image > img {}
    .staff {}
    .staff_title {}
    .staff_cols {}
    .staff_cols:after {}
    .staff_col {}
    .staff_col-no1 {}
    .staff_image {}
    .staff_image > img {}
    .staff_name {}
    .staff_name > b {}
    .staff_dList {}
    .staff_dList > dt {}
    .staff_dList > dd {}
    .staff_col-no2 {}
    .staff_table {}
    .staff_table > caption {}
    .staff_table > tbody {}
    .staff_table > tbody > tr {}
    .staff_table > tbody > tr > th {}
    .staff_table > tbody > tr > td {}
    .staff_list {}
    .staff_list:after {}
    .staff_list > li {}
    .staff_list > li:first-child {}
    .staff_list > li:nth-child(4n+1) {}
    .staff_fig {}
    .staff_fig > img {}
    .staff_fig > figcaption {}
    .staff_fig > figcaption > small {}
    .staff_fig > figcaption > b {}
    .staff_message {}
}

/* スマホ設定 */

@media screen and (max-width:699px) {
    .doctor {}
    .doctor_title {}
    .dItem {
        margin-bottom: 25px;
    }
    .dItem_title {}
    .dItem_cols {}
    .dItem_cols:after {}
    .dItem_col {
        float: none;
        width: auto;
    }
    .dItem_col-no1 {}
    .dItem_text {}
    .dItem_text > b {}
    .dItem_col-no2 {
        text-align: center;
        margin-top: 15px;
    }
    .dItem_image {}
    .dItem_image > img {}
    .staff {}
    .staff_title {}
    .staff_cols {}
    .staff_cols:after {}
    .staff_col {
        width: auto;
        float: none;
    }
    .staff_col-no1 {
        text-align: center;
        margin-bottom: 15px;
    }
    .staff_image {}
    .staff_image > img {}
    .staff_name {}
    .staff_name > b {}
    .staff_dList {}
    .staff_dList > dt {}
    .staff_dList > dd {}
    .staff_col-no2 {}
    .staff_table {}
    .staff_table > caption {}
    .staff_table > tbody {}
    .staff_table > tbody > tr {}
    .staff_table > tbody > tr > th {
        padding-right: 1em;
    }
    .staff_table > tbody > tr > td {}
    .staff_list {
        margin-top: 25px;
        padding-top: 25px;
        max-width: 310px;
        margin-left: auto;
        margin-right: auto;
    }
    .staff_list:after {}
    .staff_list > li {
        width: 49%;
        margin-left: 2%;
    }
    .staff_list > li:first-child {}
    .staff_list > li:nth-child(4n+1) {
        margin-left: 2%;
        clear: none;
    }
    .staff_list > li:nth-child(2n+1) {
        margin-left: 0;
        clear: both;
    }
    .staff_fig {}
    .staff_fig > img {}
    .staff_fig > figcaption {}
    .staff_fig > figcaption > small {}
    .staff_fig > figcaption > b {
        font-size: 16px;
        margin: ;
    }
    .staff_message {}
}
