@charset "utf-8";
/*共通設定*/
.footer {
    margin-top: 100px;
}

.txt-flex {
    display: flex;
    align-items: flex-start;
    justify-content: left;
}

.txt-flex span {
    margin-right: 4px;
}

.related-btn,
.related-02 {
    margin-top: 100px;
}

.related-fac h2 {
    font-size: 22px;
    color: #2264b9;
    margin: 40px 0 64px 0;
}

.related-fac h3 {
    font-size: 18px;
    margin-top: 100px;
    margin-bottom: 24px;
}

.related-fac h4 {
    font-size: 16px;
    color: #2264b9;
}

.related-fac h4:before {
    content: "";
    padding-right: 10px;
    border-left: 7px solid #2264b9;
}  

.notice,
.notice-02 {
	display: flex; 
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
}

.related-fac .line-title {
    padding-bottom: 8px;
    border-bottom: solid 1px #435259;
    margin-top: 0;
    margin-bottom: 0;
}

.notice-l,
.notice-r {
	width: 48%;
}

.notice-txt {
    padding-top: 24px;
}

.notice-r dl {
    display: flex;
    align-items: flex-start;
    justify-content: left;
    flex-wrap: wrap;
    width: 100%;
    line-height: 1.1;
}

.notice-r dl dt {
    width: 15%;
    border-right: solid 1px #435259;
    margin-bottom: 24px;
}

.notice-r dl dd {
    width: 85%;
    margin-bottom: 24px;
    padding-left: 16px;
}

.schedule {
    width: 100%;
    border: solid 1px #f1f1f1;
    border-collapse: collapse;
}

.schedule tr {
    text-align: center;
    border-bottom: solid 1px #f1f1f1;
}

.schedule th,
.schedule td {
    width: 14%;
    padding: 8px 0;
    border-right: solid 1px #f1f1f1;
}

.schedule th,
.schedule td:first-child {
    background-color: #f9f9f9;
}

.map-flex {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.map-flex iframe {
    width: 50%;
    height: 300px;
}

.map-flex dl {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 48%;
    line-height: 1.2;
}

.map-flex dl dt {
    width: 15%;
    border-right: solid 1px #435259;
    margin-bottom: 24px;
}

.map-flex dl dd {
    width: 85%;
    margin-bottom: 24px;
    padding-left: 16px;
}
/*終わり*/

/*<div class="related-01">*/
/*<div class="related-btn">*/
.related-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.related-btn a {
    display: block;
    width: 48%;
    text-align: center;
    background-color: #fff;
    color: #2264b9;
    border-radius: 8px;
    border: solid 2px #2264b9;
    padding: 8px;
}

.related-btn a:hover {
    color: #fff;
    background-color: #2264b9;
}
/*終わり*/

/*<section class="greeting">*/
.img-flex-01 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
}

.flex-l {
    width: 32%;
    text-align: center;
}

.flex-l p {
    font-weight: 600;
}

.flex-r {
    width: 60%;
}

.doctor-btn {
    display: block;
    width: 40%;
    text-align: center;
    background-color: #fff;
    color: #2264b9;
    border-radius: 8px;
    border: solid 2px #2264b9;
    padding: 4px;
    margin-top: 40px;
}

.doctor-btn:hover {
    color: #fff;
    background-color: #2264b9;
}
/*終わり*/

/*<section class="feature">*/
.feature-list li {
    margin-bottom: 24px;
}

.feature-list span {
    font-weight: 600;
    font-size: 18px;
    margin-right: 24px;
}
/*終わり*/

/*<section class="disease">*/
.disease-in {
    padding: 0 1vw;
}

.disease-txt p {
    padding: 0 1vw;
    margin: 8px 0 40px 0;
}
/*終わり*/
/*終わり*/

/*<div class="related-02">*/
/*<section class="notice-02">*/
.notice-02 .txt-02 {
    margin-top: 16px;
}
/*終わり*/
/*終わり*/

/*タブレット*/
@media (max-width: 1024px) {
/*共通設定*/
    .map-flex {
        display: block;
    }

    .map-flex iframe {
        width: 100%;
        margin-bottom: 40px;
    }

    .map-flex dl {
        width: 100%;
    }
/*終わり*/ 
}    

/*スマホ*/
@media (max-width: 599px) {
/*共通設定*/
    .x-scroll {
        overflow-x: auto; /* tableタグのはみ出た要素を隠す */
        white-space: nowrap; /* テキストの折り返しなし */
    }

    .schedule {
        width: 160%; /* tableタグの親要素より広く */
    }

    .schedule td {
        font-size: 14px;
    }

    .notice,
    .notice-02 {
        display: block; 
    }

    .notice-l {
        margin-bottom: 40px;
    }

    .notice-l,
    .notice-r {
        width: 100%;
    }

    .map-flex iframe {
        height: 200px;
    }
        
    .map-flex dl dt {
        width: 20%;
    }
    
    .map-flex dl dd {
        width: 80%;
    }    
/*終わり*/ 

/*<div class="related-01">*/
/*<div class="related-btn">*/
    .related-btn {
        display: block;
    }

    .related-btn a {
        width: 100%;
        margin-bottom: 16px;
    }

    .related-btn a:hover {
        color: #fff;
        background-color: #2264b9;
    }
/*終わり*/

/*<section class="greeting">*/
    .img-flex-01 {
        display: block;
    }

    .flex-l {
        width: 100%;
        margin-bottom: 24px;
    }

    .flex-r {
        width: 100%;
    }

    .doctor-btn {
        width: 100%;
    }
/*終わり*/

/*<section class="disease">*/
    .disease-in {
        padding: 0;
    }

    .disease-txt p {
        padding: 0;
    }
/*終わり*/

}