@charset "utf-8";
section#intro {
    padding: 0;
}
.doctor .title .img {
    max-width: 271px;
    width: 27.6%;
    margin: 0 auto;
}
.doctor .title.icon {
    margin: 3.75em auto;
}
.doctor .title h3 {
    font-weight: normal;
    text-align: center;
    font-size: 2.18em;
    line-height: 1.2em;
    color: #fff;
    letter-spacing: 0.35em;
    padding: 1em;
}
.doctor .title h3 .sub {
    font-size: 0.74em;
    display: inline-block;
    margin-left: 1em;
}
#doctor table {
    max-width: 780px;
    width: 95%;
    margin: 2.18em auto;
}
#doctor table .img {
    width: 43%;
    vertical-align: middle;
    text-align: center;
    display: table-cell;
    position: relative;
}
#doctor table .img.none {
    min-height: 19em;
    background: #ffff;
}
#doctor table .img.none:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 1.2em;
    background: url(../img/doctor_ic.png) no-repeat center/contain;
    width: 10em;
    height: 10em;
}
#doctor table .top {
    width: 57%;
    font-size: 2.18em;
    line-height: 1.2em;
    letter-spacing: 0.07em;
    padding-left: 2.8em;
    vertical-align: middle;
    height: 4.2em;
    border-bottom: 1px solid #5185C5;
    box-sizing: border-box;
    position: relative;
}
#doctor table .top:after {
   content:'';
   display:block;
   width: calc(100% - 2.8em);
   height: 3px;
   background-color: #5185C5;
   position: absolute;
   bottom: 0;
   right: 0;
}
#doctor table .top .sub {
    font-size: 0.5em;
    line-height: 1em;
    margin-bottom: 0.4em;
}
#doctor table .top .sm {
    font-size: 0.37em;
    padding-left: 1em;
}
#doctor table .btm td {
    height: 17.13em;
    font-size: 0.93em;
    line-height: 1.8em;
    vertical-align: middle;
    padding-left: 6.66em;
}
#doctor .c_blue_line2_bg table .top {
    padding-left: 0;
    padding-right: 2.8em;
}
#doctor .c_blue_line2_bg table .top:after {
    right: auto;
    left: 0;
}
#doctor .c_blue_line2_bg table .btm td {
    padding-left: 0;
    padding-right: 6.66em;
}

@media screen and (max-width:1080px){}
@media screen and (max-width:750px){
    div#doctor .title.c_lt-pink3_bg {
    background-color: transparent;
}
.doctor .title .img {
    max-width: 207px;
}
.doctor .title h3 {
    color: #000;
    padding-bottom: 0;
}
.doctor .title h3 .sub {
    color: #5185c5;
    margin-left: 0.5em;
}
.doctor .title.icon {
    margin: 1.5em auto 2em;
}
div#doctor .c_blue_line_bg, div#doctor .c_blue_line2_bg {
    background: #EEF3F9;
    position: relative;
    z-index: 1;
}
#doctor table .top .name {
    position: relative;
}
article.c_blue_line_bg.noto:before,article.c_blue_line2_bg.noto:before {
    content: '';
    display: block;
    border-style: solid;
    border-width: 41vw 54vw 0 0;
    border-color: #96b6dc transparent transparent transparent;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
article.c_blue_line2_bg.noto:before {
    border-width: 0 54vw 41vw 0;
    border-color: transparent #96b6dc transparent transparent;
    right: 0;
}
#doctor table {
    width: 100%;
    background-color: transparent;
}
#doctor table th, #doctor table td {
    display: block;
    width: 73%!important;
    max-width: 545px;
    margin: 0 auto 1.7em;
}
#doctor table .img {
    display: block;
}
#doctor table .top {
    padding-left: 0;
    height: auto;
    padding-bottom: 0.5em;
    margin-bottom: 0;
}
#doctor table .top:after {
    width: calc(100% - 3.8em);
    height: 0.4vw;
}
#doctor table .top .sub {
    font-size: 0.6em;
}
#doctor table .top .sm {
    font-size: 0.42em;
}
#doctor table .btm td {
    padding-left: 0;
    font-size: 1.3125em;
    height: 14.4em;
    position: relative;
}
#doctor table .btm td {
    visibility: hidden;
    height: 0;
    overflow: visible;
    margin: 0 auto;
}
#doctor .cssacc:checked + .accbox .accshow td {
    visibility: visible;
    height: auto;
    margin: 1em auto;
}
#doctor .c_blue_line2_bg table .top {
    padding-right: 0;
}
#doctor .c_blue_line2_bg table .top:after {
    right: 0;
    left: auto;
}
#doctor .c_blue_line2_bg table .btm td {
    padding-right: 0;
}
div#doctor .c_blue_line2_bg:last-child {
    margin-bottom: 0;
}
#doctor table .btm td .sp-icon {
    position: absolute;
    bottom: 0;
    right: -5%;
    width: 32.4vw;
}
}
@media screen and (min-width:751px){}
@media screen and (min-width:751px) and ( max-width:1200px) {}
@media (min-width:1500px){}