@charset "UTF-8";

/* ----------------------------------------------------------------
インタビュー扉ページ、下層ページ共通css
---------------------------------------------------------------- */

#wrapContent {
    background-color: #FAF3F7;
}
@media print, screen and (min-width: 768px) {
    #wrapContent {
        margin-top: 11px;
    }
}
.interviewContents {
    background-color: #fff;
    padding-bottom: 86px;
}
@media print, screen and (min-width: 768px) {
    .interviewContents {
        padding-bottom: 103px;
        width: 1150px;
        margin: 0 auto;
    }
}
.pageTitleBox {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0 0 30% 30%;
    box-shadow: 0 5px 9px -2px rgba(227,108,155,0.3);
    background-color: #FDE8F1;
    padding: 30px 0;
}
.pageTitleIcon {
    width: 56px;
    height: auto;
}
.pageTitle {
    font-size: 2.2rem;
    font-weight: bold;
    color: #E36C9B;
    line-height: 1;
    text-align: left;
    padding: 0 10px;
}
@media print, screen and (min-width: 768px) {
    .pageTitleBox {
        border-radius: 0 0 50% 50%;
        padding: 35px 0;
    }
    .pageTitleIcon {
        width: 124px;
    }
    .pageTitle {
        font-size: 4.5rem;
        padding: 0 0 0 20px;
    }
}

.introduce {
    width: 94.66%;
    margin: 50px auto 0;
}
.introduceContents{
    box-shadow: 0px 2px 10px 0px rgba(99,99,99,0.1);
}
.introduceContents + .introduceContents {
    margin-top: 50px;
}
.introduceContents h2 {
    position: relative;
    font-size: 2.1rem;
    font-weight: bold;
    line-height: 1.476;
    padding: 20px 20px 20px 40px;
    background-color: #FDE8F1;
}
.introduceContents h2:before {
    content: '';
    width: 20px;
    height: 100%;
    display: block;
    background: #E36C9B;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0 100% 100% 0;
}
.introduceContentsInner {
    padding: 20px 30px 60px;
}
.introduceIndexTitle {
    font-size: 1.7rem;
    font-weight: bold;
    color: #E36C9B;
}
.introduceIndex {
    margin-top: 11px;
}
.introduceIndex_list {
    border-top: 1px dotted #000;
}
.introduceIndex_list li {
    font-size: 1.4rem;
    line-height: 1.571;
    border-bottom: 1px dotted #000;
}
.introduceIndex_list li a {
    color: #000;
    display: flex;
    padding: 16px 0;
    transition: all .2s;
}
.introduceIndex_list li a:hover {
    text-decoration: none;
}
.introduceIndex_list li a > span {
    display: flex;
}
.introduceIndex_list li a > span > span {
    position: relative;
    white-space: nowrap;
    margin-right: 15px;
    padding-left: 16px;
}
.introduceIndex_list li a > span > span::before {
    content: '';
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid #E36C9B;
    width: 8px;
    height: 6px;
    position: absolute;
    left: 0;
    top: 3px;
}
.introduceDoctor {
    margin-top: 25px;
}
.introduceDoctor_img {
    display: block;
    width: 70%;
    margin: 0 auto;
}
.introduceProfile {
    margin: 6px 15% 0 0;
}
.introduceProfile p {
    font-size: 1.2rem;
    text-align: right;
}
.introduceProfile p + p {
    margin-top: 12px;
}
.introduceProfile p span {
    display: block;
    margin-top: 6px;
}
@media print, screen and (min-width: 768px) {
    .introduce {
        width: 900px;
        margin: 70px auto 0;
    }
    .introduceContents h2 {
        font-size: 2.5rem;
    }
    .introduceContentsInner {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .introduceIndexTitle {
        width: 100%;
    }
    .introduceIndex {
        width: 588px;
    }
    .introduceIndex_list li {
        font-size: 1.6rem;
    }
    .introduceIndex_list li a:hover {
        opacity: 0.5;
    }
    .introduceIndex_list li a > span {
        align-items: center;
    }
    .introduceIndex_list li a > span > span::before {
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }
    .introduceDoctor {
        margin-top: 11px;
        width: 230px;
    }
    .introduceDoctor_img {
        width: 168px;
        margin: 0 0 0 auto;
    }
    .introduceProfile {
        margin: 6px 0 0 0;
    }
    .introduceProfile p {
        font-size: 1.4rem;
    }
    .introduceProfile p + p {
        margin-top: 20px;
    }
    .introduceProfile p span {
        margin-top: 7px;
    }
}

/* 下層ページ用のcss */
.doctorSummary {
    position: relative;
    width: 94.66%;
    padding: 49px 20px 30px;
    margin: 73px auto 0;
    box-shadow: 2px 3px 22px 0px rgba(227,108,155,0.5);
}
.doctorSummary_titleBox {
    display: flex;
    flex-wrap: wrap;
    min-height: 24vw;
    align-items: center;
    width: 63.37%;
}
.doctorSummary_titleBox.w100 {
    width: 100%;
}
.doctorSummary_titleHosp {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 10px;
}
.doctorSummary_title {
    font-size: 1.5rem;
    font-weight: bold;
    border-left: solid 6px #E36C9B;
    padding-left: 8px;
    width: 100%;
}
.doctorSummary_title + .doctorSummary_title {
    margin-top: 30px;
}
.doctorWrap {
    display: block;
}
.doctorWrap + .doctorWrap {
    margin-top: 10px;
}
.doctorName {
    font-size: 2.3rem;
}
.doctorName span {
    font-size: 1.2rem;
}
.doctorNotes {
    font-size: 1.3rem;
    font-weight: normal;
}
.doctorSummary_textBox {
    margin-top: 30px;
}
.doctorSummary_text p:not(.notes) {
    text-indent: 1em;
    font-size: 1.4rem;
}
.doctorSummary_text .notes {
    font-size: 1.2rem;
    margin-top: 30px;
}
.doctorSummary_img {
    position: absolute;
    top: 49px;
    right: 20px;
    width: 24.29%;
}
.doctorSummary_img_sp {
    display: block;
    width: 80%;
    margin: 20px auto;
}
.doctorSummary_img_notes {
    font-size: 14px;
    margin-top: 7px;
}
@media print, screen and (min-width: 768px) {
    .doctorSummary {
        width: 900px;
        padding: 39px 40px 40px;
        margin: 60px auto 0;
    }
    .doctorSummary_titleBox {
        width: 100%;
        display: block;
        min-height: auto;
    }
    .doctorSummary_titleHosp {
        font-size: 2.0rem;
        margin-bottom: 25px;
    }
    .doctorSummary_title {
        font-size: 1.8rem;
        padding-left: 16px;
        width: 100%;
    }
    .doctorSummary_title + .doctorSummary_title {
        margin-top: 20px;
    }
    .doctorName {
        font-size: 3.0rem;
    }
    .doctorName span {
        font-size: 2.0rem;
    }
    .doctorSummary_textBox {
        margin-top: 23px;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
    .doctorSummary_text {
        width: 593px;
    }
    .doctorSummary_text p:not(.notes) {
        font-size: 1.6rem;
    }
    .doctorSummary_text .notes {
        font-size: 1.4rem;
    }
    .doctorSummary_img {
        position: static;
        width: 189px;
        height: auto;
    }
    .doctorSummary_img_sp {
        display: none;
    }
}

.articleContents {
    width: 94.66%;
    margin: 80px auto 0;
}
.articleContents p {
    font-size: 1.3rem;
}
.articleContents p + p {
    margin-top: 2em;
}
@media print, screen and (min-width: 768px) {
    .articleContents {
        width: 900px;
    }
    .articleContents p {
        font-size: 1.8rem;
    }
}

.articleTitle {
    display: flex;
    align-items: center;
    background: #FDE8F1;
}
.articleTitle_nunber {
    background: url(../images/interview_articletitle_bg.png) no-repeat left center / 85% 100%;
    color: #fff;
    padding: 20px 30px 20px 20px;
    font-size: 3.5vw;
    white-space: nowrap;
    letter-spacing: .2em;
    font-weight: bold;
    margin: 4px 0;
}
.articleTitle_text {
    font-size: 4vw;
    font-weight: bold;
    padding: 0 10px 0 0;
    letter-spacing: .1rem;
}
@media print, screen and (min-width: 768px) {
    .articleTitle_nunber {
        padding: 40px 40px 40px 20px;
        font-size: 2.2rem;
        margin: 0;
    }
    .articleTitle_text {
        font-size: 3.4rem;
    }
}
.articleContents p.articleDate {
    font-size: 1.1rem;
    text-align: right;
    margin-top: 19px;
}
.articleContents p.articleReporter {
    font-weight: 500;
    color: #E36C9B;
    margin-top: 40px;
}
.articleDate + .articleReporter {
    margin-top: 30px;
}
.articleSubTitle {
    font-size: 1.8rem;
    font-weight: bold;
    padding-left: 10px;
    border-left: solid 8px #DC508C;
}
.articleContents > .articleSubTitle {
    margin-top: 40px;
}
.articleSubTitle + * {
    margin-top: 18px;
}
.articleContents p.articleNotes {
    font-size: 1.2rem;
    margin-top: 20px;
}
.articleImg + p {
    margin-top: 40px;
}
@media print, screen and (min-width: 768px) {
    .articleContents p.articleDate {
        font-size: 1.6rem;
    }
    .articleContents p.articleReporter {
        font-size: 1.6rem;
    }
    .articleSubTitle {
        font-size: 2.0rem;
    }
    .articleContents p.articleNotes {
        margin-top: 30px;
    }
    .articleContents p.articleNotes_spLeft_pcRight {
        text-align: right;
    }
    .articleImg + p {
        margin-top: 60px;
    }
}

.aroundWrap {
    display: flex;
    flex-wrap: wrap;
}
.aroundWrap + p {
    margin-top: 40px;
}
p + .aroundWrap {
    margin-top: 40px;
}
.aroundText {
    width: 100%;
    order: 1;
}
.aroundImg {
    width: 70.14%;
    margin: 40px auto 0;
    order: 2;
}
@media print, screen and (min-width: 768px) {
    .aroundWrap {
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: flex-start;
    }
    .aroundText {
        width: 654px;
        order: 0;
    }
    .aroundImg {
        width: 225px;
        margin: 0 0;
        order: 0;
    }
}

.drName {
    font-weight: bold;
    margin-right: 1em;
}

.interviewContentsBottomWrap {
    padding: 40px 0;
    margin-bottom: 118px;
}
.interviewContentsBottom {
    width: 89.33%;
    margin: 0 auto;
    background: #fff;
}
.interviewContentsBottom_title {
    background: url(../images/interview_interviewcontentsbottomtitle_bg.png) no-repeat left -54px center / contain #FDE8F1;
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    padding: 16px 20px 16px 81px;
    letter-spacing: 0.2em;
}
.interviewContentsBottom_inner {
    padding: 30px 20px;
}
@media print, screen and (min-width: 768px) {
    .interviewContentsBottomWrap {
        padding: 120px 0;
        margin-bottom: 0;
    }
    .interviewContentsBottom {
        width: 1150px;
    }
    .interviewContentsBottom_title {
        background: url(../images/interview_interviewcontentsbottomtitle_bg.png) no-repeat left center / contain #FDE8F1;
        padding: 16px 20px 16px 125px;
    }
    .interviewContentsBottom_inner {
        padding: 30px 125px;
    }
}
.subTitle_pkbg {
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: -0.03em;
    text-align: center;
    background: #FFEAE6;
    padding: 5px 0 7px;
    margin-top: 40px;
}
@media print, screen and (min-width: 768px) {
    .subTitle_pkbg {
        font-size: 2.0rem;
        padding: 10px 0;
    }
}

.noteCenter {
    font-size: 1.2rem !important;
    word-break: break-all;
    text-indent: 0 !important;
}
@media print, screen and (min-width: 768px) {
    .noteCenter {
        text-align: center;
    }
}

.noteLeft {
    font-size: 1.2rem !important;
    word-break: break-all;
    text-indent: 0 !important;
}
@media print, screen and (min-width: 768px) {
    .noteLeft {
        margin: 60px 0 0;
    }
}
