@charset "utf-8";
.sec-aboutus {
    background-color: #fbbdc1;
    position: relative;
    color: #FFF;
    padding-top: 60px;
    padding-bottom: 80vw;
    background-image: url(../images/aboutus/aboutus-bg-sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right bottom;


}

.aboutus-wrapper {
    padding-inline: 25px;
}

.aboutus-txt {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.75;
}

.corporation {
    margin-top: 100px;
    font-size: 14px;
    letter-spacing: 0.05em;


    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.corporation dt {
    width: 35%;
    font-weight: 500;
}

.corporation dd {
    width: 65%;
    line-height: 1.8;
    margin-bottom: 0;
}

.history {
    margin-top: 100px;
}

.history-ttl {
    font-size: 20px;
    letter-spacing: 0.1em;
    margin-bottom: 0;
    background-image: linear-gradient(transparent 0, transparent 97%, #FFF 100%);
}

.history-dl {
    display: grid;
    grid-template-columns: 105px 1fr;

    width: 100%;
}

.history-dl dt,
.history-dl dd {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 2em;
    background-image: linear-gradient(transparent 0, transparent 97%, #FFF 100%);
    background-size: 100% 2em;
}



.history-dl dt {
    font-weight: 500;
}

.history-dl dd {
    margin-bottom: 0;
}
@media all and (min-width: 576px) {
    .aboutus-txt {
        font-size: 18px;

    }

    .corporation dt {
        width: 30%;

    }

    .corporation dd {
        width: 70%;

    }

    .history-dl dt,
    .history-dl dd {
        font-size: 18px;
    }

    .history-ttl {
        font-size: 22px;
        letter-spacing: 0.1em;
    }

    .history-dl {

        grid-template-columns: 117px 1fr;
    }
}

@media all and (min-width: 768px) {
    .aboutus-wrapper {
        max-width: 1084px;
        margin-inline: auto;
    }

    .aboutus-box-pc {
        max-width: 768px;
    }

    .sec-aboutus {
        padding-top: 100px;
        background-image: url(../images/aboutus/aboutus-bg-pc.jpg);
        padding-bottom: 20.3vw;
    }

    .corporation {
        margin-top: 70px;
    }

    .corporation dt {
        width: 19%;

    }

    .corporation dd {
        width: 71%;

    }

    .history {
        margin-top: 70px;
    }


    .history-dl dt {

        font-weight: 500;
    }

    .history-dl {

        grid-template-columns: 21% 1fr;
    }
}

@media all and (min-width: 992px) {}

@media all and (min-width: 1200px) {}

@media all and (min-width: 1400px) {}



/* 情報公開 */
.sec-info{
    padding-top: 6.25rem;
}
.treatment-ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.treatment-ul li a{
    display: block;
    padding: 8px 0;
    background-image: linear-gradient(transparent 0, transparent 97%, #FFF 100%);
}
.treatment-ul li a span{
    position: relative;
    display: inline-block;
    padding-left: 1.75rem;
}
.treatment-ul li a span::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 26px;
    background: url(../images/common/icon-pdf.png) no-repeat center center / contain;
}
.hospital-wrap{
    margin-top: 2rem;
}
.hospital-name{
}
@media all and (min-width: 576px) {}

@media all and (min-width: 768px) {
}

@media all and (min-width: 992px) {}

@media all and (min-width: 1200px) {}

@media all and (min-width: 1400px) {}

/* //情報公開 */


/* セクション１の記述 */

@media all and (min-width: 576px) {}

@media all and (min-width: 768px) {}

@media all and (min-width: 992px) {}

@media all and (min-width: 1200px) {}

@media all and (min-width: 1400px) {}

/* //セクション１の記述 */

/* セクション２の記述 */

@media all and (min-width: 576px) {}

@media all and (min-width: 768px) {}

@media all and (min-width: 992px) {}

@media all and (min-width: 1200px) {}

@media all and (min-width: 1400px) {}

/* //セクション２の記述 */

/* セクション３の記述 */

@media all and (min-width: 576px) {}

@media all and (min-width: 768px) {}

@media all and (min-width: 992px) {}

@media all and (min-width: 1200px) {}

@media all and (min-width: 1400px) {}

/* //セクション３の記述 */


/*デスクトップ*/
@media all and (min-width: 992px) and (max-width: 1199px) {}

/*中デバイス*/
@media all and (min-width: 768px) and (max-width: 991px) {}

/*小デバイス*/
@media all and (min-width: 576px) and (max-width: 767px) {}

@media all and (max-width: 400px) {}

/*iPhone5:SE*/
@media all and (max-width: 320px) {}