@charset "UTF-8";

.schedule-box {
    margin-top: 20px;
    border: 1px solid #4BB252;
    line-height: 1.5;
}

.schedule-box__title {
    display: block;
    padding: 4px 20px;
    background-color: #4BB252;
    color: #fff;
    font-size: 16px;
    letter-spacing: .2em;
}

.schedule-box__content {
    padding: 12px 20px;
    font-size: 20px;
    line-height: 1.5;
    color: #804F21;
    font-weight: 500;
}
.schedule-box__content span{
    font-size: 15px;
}
.sp-block , .sp-inline{
    display: none;
}

@media screen and (max-width: 768px) {
    .schedule-box__title {
        color: #fff;
        font-size: 16px;
    }

    .schedule-box__content {
        padding: 12px 20px;
        font-size: 18px;
    }
    .schedule-box__content span{
        font-size: 14px;
    }
    .sp-block{
        display: block;
    }
    .sp-inline {
        display: inline;
    }
}

.wp-block-column .wp-block-image {
    padding: 0 12px;
    margin: 0 auto;
}

.main__service .service__outer .service__container .download-link__button {
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 420px;
    width: 100%;
}
.main__service .service__outer .service__container .download-link__button p{
    margin: 0;
}

.to-patients.is-top {
    padding: 24px 0;
}
.to-patients__message a {
    color: blue;
    text-decoration: underline;
}
.to-patients__message .is-red {
    color: #d63638;
}
.main__service .service__outer .service__container p.is-caution {
    color: #d63638!important;
}
.main__service .service__outer .service__container p.is-caution mark{
    color: #d63638!important;
}
.main__service .service__outer .service__container p.is-caution a ,
.main__service .service__outer .service__container p a{
    color: blue!important;
    text-decoration: underline;
}
@media screen and (max-width: 768px) {
    .to-patients.is-top {
        margin: 12px auto;
        padding: 12px;
        width: 94%;
        border: 2px solid #4BB252;
    }
    .to-patients.is-top .to-patients__message--wrapper::after ,
    .to-patients.is-top::before ,
    .to-patients.is-top::after ,
    .to-patients.is-top .to-patients__message--wrapper::before{
        content: none;
    }
    .to-patients.is-top .to-patients__message--wrapper{
        margin: 0 auto;
        width: 100%;
    }
}

#price.main__feature .page-jump {
    background-color: unset;
    background-image: unset;
}
#price.main__feature .features{
    padding-top: 8rem;
    padding-bottom: 0;
    background-color: unset;
    background-image: unset;
}

#price tbody {

}
#price thead tr ,
#price tbody tr {
    font-size: 14px;
}
#price.main__service .service__outer .service__container #table__top-header table {
    line-height: 1.2em;
}
#price.main__service .service__outer .service__container #table__top-header table tbody td:nth-child(1) {
    background-color: #ffedc3;
    vertical-align: middle;
    font-weight: bold;
}
#price tbody tr td:nth-child(2) {
    text-align: right;
    vertical-align: middle;
}
#price tbody tr td:nth-child(3) {

}

#price tbody tr td span {
    font-size: 80%;
}