@charset "utf-8";

/* ==============================
　ごあいさつ
============================== */
.About-message--section {
    padding: 120px 0;
}
.About-message--section.section--bg {
    background:url('../img/about--img-opacity.png');
    background-repeat:no-repeat;
    background-position: 50%;
    background-size: 400px;
    background-color: #FAF9F7;
}
.About-message {
    width: 800px;
    margin: 0 auto;
    text-align: center;
}
.About-message--text--wrap {
    text-align: left;
}
.About-message--text--wrap p {
    font-size: 1.25rem;/* 20px */
    line-height: 2.7em;
    text-align: center;
}

@media screen and (max-width: 900px) {
    .About-message {
        width: 90%;
    }
}
@media screen and (max-width: 768px) {
    .About-message--section {
        padding: 20px 0;
    }
    .About-message--text--wrap p {
        font-size: 1rem;/* 16px */
        line-height: 2;
    }
}
/* ==============================
　End ごあいさつ
============================== */

/* ==============================
　きたがわ整形外科クリニックの特徴
============================== */
.features--text--wrap {
    margin-top: 35px;
    margin-bottom: 30px;
}
.features .list {
    margin-top: 80px;
}
.features ul img {
    object-fit: cover;
        height: 150px;
}
.features--text--wrap h3 {
    margin: 0;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .features .list {
        margin-top: 30px;
    }
}
/* ==============================
　End きたがわ整形外科クリニックの特徴
============================== */

/* ==============================
　医療情報取得加算について 等の情報
============================== */
/* タイトル設定 */
.info .section--title {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0;
    border-bottom: none;
}
.info .section--title h2 {
    font-size: 1.375rem;/* 22px */
    margin: 15px 0;
}
.info .title-icon {
    width: 25px;
    height: auto;
}
/* End タイトル設定 */
.info .info-list--wrap {
    padding: 1.3em 1.5em;
    border: 1px solid #A3A3A3;
}
.info .info-list--wrap p {
    margin: 0;
}
.info ul {
    padding: 0;
    margin: 0;
}
.info ul li::before {
    content: "";
    width: 15px;
    height: 15px;
    display: inline-block;
    background-color: #0098B4;
    border-radius: 50%;
    position: relative;
    top: -1px;
    margin-right: 5px;
}
@media screen and (max-width: 768px) {
    .info .section--title h2 {
        font-size: 1.25rem;/* 20px */
        text-align: left;
    }
}
/* ==============================
　End 医療情報取得加算について 等の情報
============================== */