@charset "utf-8";
h1.post-title {
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    background-color: #d9f2f7;
    color: #00a9c8;
    padding: 10px
}

#profile-box {
    max-width: 90.58824%;
    height: auto;
    background-image: url(../images/profile-bg-pattern.jpg);
    background-repeat: repeat;
    margin-left: 40px;
    margin-top: 15px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

#profile-box #profile-box-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    width: 100%;
    background: #fff;
    margin: 10px
}

#profile-box #profile-box-in #profile-box-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 64%;
    flex-basis: 64%
}

#profile-box #profile-box-in #profile-box-left #doctor-profile {
    padding: 0;
    width: 100%;
    position: relative
}

#profile-box #profile-box-in #profile-box-left #doctor-profile #profile-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url(../images/profile-bar.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: -10px
}

#profile-box #profile-box-in #profile-box-left #doctor-profile #profile-bar h1 {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.5;
    color: #fff;
    margin-left: 0;
    padding-left: 25px;
    z-index: 1;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    padding-top: 0.5rem;
    padding-bottom: 0.75rem
}

#profile-box #profile-box-in #profile-box-left #doctor-profile #profile-summary {
    padding: 5px 25px 10px
}

#profile-box #profile-box-in #profile-box-left #doctor-profile #profile-summary h5 {
    font-weight: bold;
    margin-bottom: 0.25rem
}

#profile-box #profile-box-in #profile-box-left #doctor-profile #profile-summary h5:nth-of-type(1)::before,
#profile-box #profile-box-in #profile-box-left #doctor-profile #profile-summary h5:nth-of-type(2)::before {
    content: "";
    background-size: 21px 18px;
    width: 21px;
    height: 18px;
    display: inline-block;
    position: relative;
    top: 3px;
    margin-right: 5px
}

#profile-box #profile-box-in #profile-box-left #doctor-profile #profile-summary h5:nth-of-type(1)::before {
    background-image: url(../images/icon-rireki.svg)
}

#profile-box #profile-box-in #profile-box-left #doctor-profile #profile-summary h5:nth-of-type(2)::before {
    background-image: url(../images/icon-shikaku.svg)
}

#profile-box #profile-box-in #profile-box-left #doctor-profile #profile-summary p {
    line-height: 1.5;
    margin-bottom: 1rem
}

#profile-box #profile-box-in #profile-box-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 36%;
    flex-basis: 36%
}

#profile-box #profile-box-in #profile-box-right #doctor-profile-photo {
    z-index: 1;
    width: 100%;
    height: 100%;
    max-height: 320px;
    border: 1px solid #dcdcdc;
    overflow: hidden;
    background: #fff;
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
    padding: 1rem;
    margin: 0 auto
}

#profile-box #profile-box-in #profile-box-right #doctor-profile-photo img {
    max-width: 100%
}

#profile-box #profile-box-in #profile-box-right #doctor-profile-photo-border {
    position: absolute;
    top: 0;
    left: 0;
    border: 4px solid #fff;
    width: 100%;
    height: 100%
}

#profile-box #profile-box-in #watch-video,
#profile-box #profile-box-in .watch-video {
    display: block;
    border: 2px solid #00a9c8;
    color: #00a9c8;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
    margin-right: 10%;
    cursor: pointer;
    text-align: center
}

#profile-box #profile-box-in #watch-video::after,
#profile-box #profile-box-in .watch-video::after {
    content: "\e035";
    font-family: "eparkfont";
    margin-left: 10px;
    vertical-align: middle;
}

#profile-box #band-arrow {
    height: 0;
    width: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid #d9403e;
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    position: relative;
    left: -8px;
    bottom: -58px;
    z-index: 1;
}

.post-content h5 {
    font-size: 18px;
    font-weight: bolder;
    margin-left: 30px;
}

.post-content h5::before {
    content: "Q. ";
    color: #00a9c8;
    margin-left: -30px;
}

#interview-pagination {
    padding: 0 40px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
}

#interview-pagination a:hover {
    text-decoration: underline;
}

#interview-pagination .next-child,
#interview-pagination .previous-child {
    color: #fff;
    background: #00a9c8;
    position: relative;
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
    word-break: keep-all
}

#interview-pagination .next-child::before,
#interview-pagination .previous-child::before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent
}

#interview-pagination .next-child:hover,
#interview-pagination .previous-child:hover {
    text-decoration: none
}

#interview-pagination .next-child {
    padding-left: 10px;
    padding-right: 5px;
    margin-right: 1.25rem
}

#interview-pagination .next-child::before {
    left: 100%;
    border-left: 9px solid #00a9c8;
    border-right: 18px solid transparent
}

#interview-pagination .previous-child {
    padding-left: 5px;
    padding-right: 10px;
    margin-right: 0.75rem
}

#interview-pagination .previous-child::before {
    right: 100%;
    border-right: 9px solid #00a9c8;
    border-left: 18px solid transparent
}

#reserve {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px 0 20px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

#reserve a {
    display: block;
    border: 2px solid #00a9c8;
    color: #00a9c8;
    padding: 10px 20px;
    font-size: 24px;
    font-weight: bold;
    border-radius: 5px;
    width: 90%;
    margin: 0px auto 30px;
    text-align: center
}

#reserve a::after {
    content: "\e035";
    margin-left: 10px;
    font-weight: normal;
    vertical-align: -2px;
    font-family: "eparkfont";
}

#reserve a:hover {
    background-color: #00a9c8;
    color: #fff
}

#reserve a i {
    padding-left: 10px;
    padding-right: 20px
}

h2#video-title {
    font-size: 24px;
    text-align: center;
    margin-bottom: 0
}

h2#video-title::before {
    content: "";
    background-image: url(../images/icon-video.svg);
    background-repeat: no-repeat;
    background-size: 40px 30px;
    width: 40px;
    height: 30px;
    display: inline-block;
    position: relative;
    top: 5px
}

.modal {
    position: relative
}

.modal::before {
    content: "";
    position: fixed;
    background-color: rgba(0, 0, 0, 0.25);
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    height: 100vh;
    margin-top: calc(-50vh + 50%);
    top: 0;
    left: 0
}

.modal-overlay {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 100%;
    height: 86%;
    opacity: 0;
    z-index: 1000
}

.modal-container {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scaleX(1.1) scaleY(1.1);
    transform: scaleX(1.1) scaleY(1.1);
    -webkit-transition: visibility 0s linear 0.25s, opacity 0.25s 0s, -webkit-transform 0.25s;
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, -webkit-transform 0.25s;
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s, -webkit-transform 0.25s
}

.modal-container .modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: white
}

.show-modal {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleX(1) scaleY(1);
    transform: scaleX(1) scaleY(1);
    -webkit-transition: visibility 0s linear 0s, opacity 0.25s 0s, -webkit-transform 0.25s;
    transition: visibility 0s linear 0s, opacity 0.25s 0s, -webkit-transform 0.25s;
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s, -webkit-transform 0.25s
}

@-webkit-keyframes modal-video {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes modal-video {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes modal-video-dismiss {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes modal-video-dismiss {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@-webkit-keyframes modal-video-inner {
    from {
        -webkit-transform: translate(0, 100px);
        transform: translate(0, 100px)
    }
    to {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes modal-video-inner {
    from {
        -webkit-transform: translate(0, 100px);
        transform: translate(0, 100px)
    }
    to {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.modalvideo {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000000;
    cursor: pointer;
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-name: modal-video;
    animation-name: modal-video;
    -webkit-transition: opacity .5s ease-out;
    transition: opacity .5s ease-out
}

.modalvideobody {
    max-width: 940px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: table
}

.modalvideoinner {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%
}

.modal-video-movie-wrap {
    width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 56.25%;
    background-color: #333;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-name: modal-video-inner;
    animation-name: modal-video-inner;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: -webkit-transform .5s ease-out;
    transition: -webkit-transform .5s ease-out;
    transition: transform .5s ease-out;
    transition: transform .5s ease-out, -webkit-transform .5s ease-out
}

.modal-video-movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#video-container {
    background-color: #f5f9fa;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 3rem;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-name: modal-video-inner;
    animation-name: modal-video-inner;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: -webkit-transform .5s ease-out;
    transition: -webkit-transform .5s ease-out;
    transition: transform .5s ease-out;
    transition: transform .5s ease-out, -webkit-transform .5s ease-out
}

#video-container iframe {
    border-top: 4px solid black;
    border-bottom: 4px solid black;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 550px
}

.modal-video-close-btn {
    position: absolute;
    z-index: 2;
    top: -35px;
    right: -35px;
    display: inline-block;
    width: 35px;
    height: 35px;
    overflow: hidden;
    border: none;
    background: transparent
}

.modal-video-close-btn:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.modal-video-close-btn:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.modal-video-close-btn:before,
.modal-video-close-btn:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #fff;
    border-radius: 5px;
    margin-top: -6px
}

.e-modal-scroller {
    display: none
}

@media screen and (max-width: 764px) {
    h2#video-title {
        font-size: 18px;
        padding: 6px 10px
    }
    h2#video-title::before {
        background-size: 30px 25px;
        width: 30px;
        height: 25px;
        top: 4px
    }
    #video-container {
        margin-bottom: 1rem
    }
    h5 {
        font-size: 16px
    }
    p {
        font-size: 14px
    }
    #profile-box {
        margin-left: 0;
        margin-top: 0;
        max-width: 100%;
        width: 100%
    }
    #profile-box #profile-box-in {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    #profile-box #profile-box-in #profile-box-left {
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
    #profile-box #profile-box-in #profile-box-left #doctor-profile h1 {
        font-size: 4vw;
        margin-left: 0;
        padding-left: 2vw;
        padding-top: 0.5vw;
        padding-bottom: 1.5vw;
        height: auto
    }
    #profile-box #profile-box-in #profile-box-left #profile-summary {
        padding: 10px 10px;
        min-height: 0
    }
    #profile-box #profile-box-in #profile-box-left #profile-summary p:last-of-type {
        margin-bottom: 0
    }
    #profile-box #profile-box-in #profile-box-right #doctor-profile-photo {
        margin-top: 1rem;
        height: auto;
        max-height: 40vw
    }
    #profile-box #profile-box-in #watch-video,
    #profile-box #profile-box-in .watch-video {
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 1rem;
        margin-top: 1rem;
        z-index: 10
    }
    .post-content h2 {
        line-height: 1.25
    }
    .post-content h4 {
        padding-bottom: 0.5rem
    }
    .post-content h4+p {
        padding-top: 0.5rem
    }
    .post-content h5 {
        margin-left: 20px;
        margin-top: 1rem;
        margin-bottom: 0.5rem
    }
    .post-content h5::before {
        margin-left: -20px
    }
    .post-content h5+p {
        border-top: 2px dotted #00a9c8;
        padding-top: 0.5rem
    }
    #interview-pagination {
        font-size: 14px;
        padding-top: 1rem;
        padding-left: 10px;
        padding-right: 10px
    }
    #interview-pagination .next-child,
    #interview-pagination .previous-child {
        word-break: keep-all
    }
    #interview-pagination a:nth-child(2) {
        line-height: 1.25
    }
    #reserve a {
        font-size: 15px
    }
}

@media screen and (max-width: 480px) {
    article.post .post-header {
        padding-top: 10px
    }
    #profile-summary p {
        font-size: 12px
    }
    #profile-box #profile-box-in {
        margin: 5px
    }
    #profile-box-left #doctor-profile #profile-bar {
        width: 140%;
        height: 33px;
        margin-left: -5px
    }
    #profile-box-left #doctor-profile #profile-bar h1 {
        padding-left: 14px;
        font-size: 18px;
        padding-top: 0.5rem
    }
    #profile-box-right #doctor-profile-photo {
        height: 158px;
        padding: 0;
        margin-top: 2rem
    }
    #profile-box-right #doctor-profile-photo::before {
        top: -1.5px;
        bottom: 0px;
        right: 2px;
        left: -2px
    }
    #watch-video {
        margin-top: 0rem
    }
    a#watch-video {
        font-size: 14px;
        margin-top: 0.5rem
    }
}

@media screen and (max-width: 340px) {
    #doctor-profile #profile-summary h5 {
        font-size: 14px;
        margin-left: 0
    }
    #doctor-profile #profile-summary h5::before {
        margin-left: 0;
        margin-right: 3px
    }
    #doctor-profile-photo {
        margin-top: 2.5rem
    }
}
.e-modal-scroller ul {
    float: left;
    padding-left: 0;
    margin-bottom: 0
}

.e-modal-scroller ul li {
    float: left
}

.e-modal-scroller ul li:not(:first-child) {
    margin-left: 10px
}

@media screen and (max-width: 764px) {
    .e-modal-scroller ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-left: 0;
        padding-right: 0;
        margin-top: 16px;
        margin-bottom: 0
    }
}

.padding-hor-zero {
    padding-left: 0;
    padding-right: 0
}