@charset "utf-8";


/* ==================================================================
	enter.css
	
=================================================================== */

/* --------------------------------
   □ サイト情報 (ヘッダー)
-------------------------------- */
header p.text {
    font-size: 1.6rem;
    letter-spacing: 0.04em;
    margin-bottom: 0;
}

/* --------------------------------
   □ section
-------------------------------- */
.contents {
    padding-top: 126px;
}
.contents main > section,
.contents main > section:last-child {
    padding: 0;
}

section .container {
    max-width: 1276px;
}
section .flexbox .col {
    max-width: 638px;
    width: 50%;
    box-sizing: border-box;
}
    section .flexbox .col * {
        text-align: center;
        margin: auto;
    }
    section .flexbox .col dt {
        position: relative;
        padding: 70px 4% 100px;
        background: #2D2853;
    }
        section .flexbox .col#physical_examination dt {
            background: #977C5B;
        }

        section .flexbox .col dt p.icon {
            margin-bottom: 0;
            position: absolute;
            bottom: -35px;
            left: 50%;
            transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
        }

    section .flexbox .col dt .lv2 {
        font-size: 3.2rem;
        letter-spacing: 0.1em;
    }
        section .flexbox .col dt .lv2 span {
            font-size: 1.9rem;
            display: block;
            margin-top: 25px;
        }

    section .flexbox .col dd {
        padding: 70px 100px;
        background: url(../../images/enter/outpatient_clinic_bg.jpg) center / cover;
    }
        section .flexbox .col#physical_examination dd {
            background: url(../../images/enter/physical_examination_bg.jpg) center / cover;

        }

    section .flexbox .col dd .text {
        font-size: 1.6rem;
        letter-spacing: 0;
        line-height: 2;
        margin-bottom: 50px;
    }

/* --------------------------------
   □ サイト情報(フッター)
-------------------------------- */
footer {
    background: #fff;
    padding: 40px 0;
}
        footer .copyright {
            color: #354660;
        }


@media (max-width: 1300px) and (min-width: 768px) {
}

@media (max-width: 1200px) and (min-width: 768px) {
    /* --------------------------------
       □ サイト情報 (ヘッダー)
    -------------------------------- */
    header p.text {
        font-size: 1.4rem;
        margin-top: 10px;
    }

    /* --------------------------------
    □ section
    -------------------------------- */
    section .flexbox .col dd {
        padding: 70px 4%;
    }
    section .flexbox .col dd .text {
        margin-bottom: 30px;
    }
}

/* タブレット用
-------------------------------------------- */
@media (max-width: 999px) and 
(min-width: 768px) {
}



@media only screen and
(max-width : 767px) {

    /* --------------------------------
       □ サイト情報 (ヘッダー)
    -------------------------------- */
    header p.text {
        font-size: 1.3rem;
        margin-top: 10px;
    }

        /* スクロール後
        -------------------------------- */
        header.is-animation .information h1 {
            height: 42px;
        }

    /* --------------------------------
       □ section
    -------------------------------- */
    .contents {
        padding-top: 76px;
    }
    .contents main > section {
        margin-bottom: 0;
    }
    section .flexbox .col {
        max-width: inherit;
    }
        section .flexbox .col +  .col {
            margin-top: 20px;
        }
    section .flexbox .col dt {
        padding: 20px 4% 40px 4%;
    }
        section .flexbox .col dt .lv2 {
            font-size: 2.2rem;
        }
        section .flexbox .col dt .lv2 span {
            font-size: 1.5rem;
            margin-top: 5px;
        }
        section .flexbox .col dt p.icon {
            zoom: 0.5;
        }
    section .flexbox .col dd {
        padding: 30px 4%;
    }
        section .flexbox .col dd .text {
            font-size: 1.5rem;
            margin-bottom: 15px;
        }

    /* --------------------------------
       □ サイト情報(フッター)
    -------------------------------- */

}