@charset "utf-8";
/*=======================
message
=======================*/
.section--message {
    padding-top: 40px;
}

.message {
    margin-top: 40px;
    padding: 30px 10.4% 20px 17%;
    display: flex;
    justify-content: space-between;
    background: linear-gradient(270deg, #E0F2D3 0%, #EDF9F7 100%);
    align-items: center;
}

.message-content {
    width: 57%;
}

.message-txt:first-of-type{
    color: #00AB98;
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.message-txt{
    font-size: 1.6rem;
    line-height: 1.8;
}

.message-img {
    width: 40%;
}

.message-img img{
    border-radius: 20px;
}

.message-img p{
    margin-top: 3px;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 700;
}

.message-img small{
    margin-right: 3%;
}

.guideline {
    padding: 80px 17%;
    background: url(..//images/doctor-back.png) no-repeat right top / contain;
}

.point {
    display: flex;
    margin: 8px 0;
}

.point li{
    font-size: 1.6rem;
    font-weight: 500;
    margin-left: 20px;
}

.point li:first-of-type{
    font-size: 1.6rem;
    font-weight: 500;
    margin-left: 0;
}

.checkmark {
    display: inline-block;
    width: 9px;
    height: 15px;
    margin-right: 7px;
    border-right: 2px solid #aadb87;
    border-bottom: 2px solid #aadb87;
    transform: rotate(45deg);
}

.guideline-content {
    background: none;
}

.guideline-txt:first-of-type{
    color: #00AB98;
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.guideline-txt{
    font-size: 1.6rem;
    line-height: 1.8;
}

/* message tb */
@media screen and (max-width: 1080px) {
    .message {
        padding: 30px 10% 20px;
    }

    .message-txt:first-of-type{
        font-size: 2.2rem;
    }

    .guideline {
        padding: 60px 10%;
    }

    .point {
        display: flex;
        flex-direction: column;
        margin: 12px 0;
    }

    .point li{
        margin-top: 5px;
        margin-left: 0;
    }

    .guideline-txt:first-of-type{
        font-size: 2.2rem;
    }
}/* tb 1080px */


/* message sp */
@media screen and (max-width: 769px) {
    .section--message {
        padding-top: 20px;
    }

    .message {
        margin-top: 20px;
        padding: 20px 4.2% 30px;
        display: flex;
        flex-direction: column;
    }

    .message-content {
        width: 100%;
    }

    .message-txt:first-of-type{
        font-size: 2rem;
        margin-bottom: 10px;
    }

    .message-img {
        width: 100%;
    }

    .message-img img{
        margin-top: 20px;
        border-radius: 20px;
    }

    .guideline {
        padding: 30px 0;
        background: none;
    }

    .guideline-content {
        background: url(..//images/town.png) bottom no-repeat;
        background-size: 90%;
        padding-bottom: 22%;
    }

    .guideline-txt:first-of-type{
        color: #00AB98;
        font-size: 2rem;
        font-weight: 700;
        margin-bottom: 10px;
        padding: 0 4.2%;
    }

    .guideline-txt{
        font-size: 1.6rem;
        line-height: 1.8;
        padding: 0 4.2%;
    }

    .point {
        display: flex;
        flex-direction: column;
        margin: 20px 0;
        padding: 0 4.2%;
    }

    .point li{
        font-size: 1.6rem;
        font-weight: 500;
        margin: 8px 0 0 5px;
    }

    .point li:first-of-type{
        font-size: 1.6rem;
        font-weight: 500;
        margin: 0 0 0 5px;
    }

    .checkmark {
        display: inline-block;
        width: 9px;
        height: 15px;
        margin-right: 7px;
        border-right: 2px solid #aadb87;
        border-bottom: 2px solid #aadb87;
        transform: rotate(45deg);
    }

    .doctor-back-sp {
        display: block;
    }
}
/* sp 769px */

/*=======================
history
=======================*/
.history {
    margin-top: 80px;
    padding: 10px 2.1%;
    width: 50%;
    font-size: 1.4rem;
    line-height: 2;
    border-radius: 10px;
    background: #EDF9F7;
}

.history  h4{
    font-weight: 700;
}

.history  dl{
    margin-top: 8px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

.history  dt{
    width: 15%;
    font-weight: 400;
}

.history  dd{
    width: 85%;
    font-weight: 400;
}

.bottom {
    margin-top: 20px;
    width: 50%;
    display: flex;
    justify-content: space-between;
}

.academic {
    width: 49%;
    padding: 10px 4.2%;
    font-size: 1.4rem;
    line-height: 2;
    border-radius: 10px;
    background: #EDF9F7;
}

.academic h4 {
    font-weight: 700;
}

.academic ul {
    margin-top: 8px;
}

.hobby {
    width: 49%;
    padding: 10px 4.2%;
    font-size: 1.4rem;
    line-height: 2;
    border-radius: 10px;
    background: #EDF9F7;
}

.hobby h4 {
    font-weight: 700;
}

.hobby p {
    margin-top: 8px;
}

/* history tb */
@media screen and (max-width: 1080px) {
    .history {
        margin-top: 40px;
        padding: 10px 3%;
        width: 70%;
    }

    .bottom {
        margin-top: 20px;
        width: 70%;
    }
}/* tb 1080px */

/* history sp */
@media screen and (max-width: 769px) {
    .history {
        margin: 0 auto;
        width: 93%;
        padding: 10px 3%;
        border-radius: 10px;
    }

    .history  dl{
        margin-top: 8px;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        justify-content: space-between;
    }

    .history  dt{
        width: 15%;
        font-weight: 400;
    }

    .history  dd{
        width: 85%;
        font-weight: 400;
    }

    .bottom {
        margin: 20px auto 0;
        width: 93%;
        display: flex;
        justify-content: space-between;
        gap: 1%;
    }

    .academic {
        width: 48%;
        padding: 10px 3%;
        font-size: 1.4rem;
        line-height: 2;
        border-radius: 10px;
        background: #EDF9F7;
    }

    .academic h4 {
        font-weight: 700;
    }

    .academic ul {
        margin-top: 8px;
    }

    .hobby {
        width: 48%;
        padding: 10px 3%;
        font-size: 1.4rem;
        line-height: 2;
        border-radius: 10px;
        background: #EDF9F7;
    }

    .hobby h4 {
        font-weight: 700;
    }

    .hobby p {
        margin-top: 8px;
    }
}/* sp 769px */