@charset "UTF-8";

/*toppage
----------------------------------------------------*/
#news dl {
    max-width: 1000px;
    margin: 0 auto;
    padding: 2em 1.5em;
    border-radius: 3em;
    background: rgba(86, 173, 226, 0.1);
}

#news dl dd a {
    color: rgba(86, 173, 226, 1.0);
    text-decoration: underline;
    text-decoration-color: rgba(86, 173, 226, 1.0);
}

#news dd:not(:last-child) {
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: 1px dashed rgba(180, 167, 152, 0.7);
}

#hours p {
    text-align: center;
}

#hours p.subject {
    font-size: 1.4em;
}

#hours h3.title02 {
    margin-top: 2.5em;
}

#hours table {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 1em;
}

#hours table th,
#hours table td {
    padding: 0.5em 0;
}

#hours table th {
	font-family: "Elms Sans", sans-serif;
}

#hours table thead td {
    border-bottom: 1px solid rgba(180, 167, 152, 0.5);
    text-align: center;
}

#hours table tbody td,
#hours table tbody th {
    border-bottom: 1px dashed rgba(180, 167, 152, 0.5);
}

#hours table tbody td {
	color: rgba(86, 173, 226, 1.0);
    text-align: center;
}

#hours table.color02 tbody td {
	color: rgba(128, 188, 87, 1.0);
}

#fever b {
	color: rgba(86, 173, 226, 1.0);
}

#fever dl.list01 dt {
	margin-top: 1em;
	font-weight: 600;
	font-size: 1.1em;
}

#outpatient h2 {
    margin-bottom: 1em;
	font-family: "Zen Maru Gothic", serif;
    font-size: 2em;
}

#corona .box_round {
    max-width: 1200px;
    margin: 0 auto 1em;
}

#corona .box_round h2.title03 {
    text-align: center;
}

#corona .box_round.others h2.title03 {
	color: #197ac4;
}

#corona .box_round.others {
    margin-top: 2em;
}

#corona .box_round.others ul {
    display: flex;
    margin: 0;
    justify-content: center;
    flex-wrap: wrap;
}

#corona .box_round.others ul li {
    margin: 0 1em 0.5em;
}

#corona .box_round.others ul li a.button {
	background: #197ac4;
}

#corona .box_round.others ul li a.button:hover {
	background: #197ac4;
}

#corona p {
	font-size: 1.1em;
}



/*feature
----------------------------------------------------*/
#feature01 .box_round {
    font-size: 1.1em;
}

#feature02 h3 span.num {
    display: inline-block;
    width: 1.1em;
    height: 1.1em;
    padding: 0 0 0.1em 0.1em;
    line-height: 1.1em;
    border-radius: 50%;
    background: rgba(86, 173, 226, 1.0);
    color: #fff;
    text-align: center;
}

#feature01 .box_round .button {
    margin: 1em auto 0;
}


/*purification
----------------------------------------------------*/
#purification ul.img_double {
    display: flex;
    gap: 1em;
    align-items: center;
    justify-content: center;
}

#purification .img_right {
    float: right;
    max-width: 30%;
    padding: 0 0 3% 3%;
}

#purification .img.round02 img {
    border-radius: 1em;
}


/*capd
----------------------------------------------------*/
#capd ul {
    font-size: 24px;
    font-size: 2.4rem;
    margin: 1.5em 0;
}

#capd ul b {
	font-family: "Elms Sans", sans-serif;
}

#capd ul b span {
    display: inline-block;
    font-size: 30px;
    font-size: 3.0rem;
    width: 38px;
    height: 40px;
    padding-left: 2px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
	background: #197ac4;
    color: #fff;
    margin-right: 0.3em;
}



/*kidney
----------------------------------------------------*/
#kidney .intro {
    width: fit-content;
    padding: 1em;
    margin: 0 auto;
}

#kidney ol.definition {
    font-size: 1.1em;
}

#kidney .box_round {
    margin-bottom: 5%;
    max-width: 700px;
    padding: 5%;
}

#kidney table {
    margin-bottom: 1em;
    max-width: 600px;
}

#kidney table tbody tr:first-child {
    background: rgba(196, 236, 250, 0.8);
}

#kidney table tbody tr:nth-child(2) {
    background: rgba(203, 232, 148, 0.8);
}

#kidney table tbody tr:nth-child(3) {
    background: rgba(255, 231, 148, 0.8);
}

#kidney table tbody tr:nth-child(4) {
    background: rgba(255, 206, 148, 0.8);
}

#kidney table tbody tr:nth-child(5) {
    background: rgba(255, 148, 148, 0.8);
}

#kidney table tbody tr td:first-child {
    text-align: center;
}


/*policy
----------------------------------------------------*/
#policy h3 span.num {
    display: inline-block;
    width: 1.1em;
    height: 1.1em;
    padding: 0 0 0.1em 0.1em;
    line-height: 1.1em;
    border-radius: 50%;
    background: rgba(86, 173, 226, 1.0);
    color: #fff;
    text-align: center;
}

#policy .box_round {
    max-width: 800px;
    margin: 0 auto 3%;
}


/*director
----------------------------------------------------*/
#director .img_text .img p.title02 {
    margin-top: 1em;
    padding: 0.2em 0;
    width: 100%;
    max-width: 8em;
}

#director .career p.date {
    text-align: right;
}


/*clinic
----------------------------------------------------*/
#clinic ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap:2%;
}

#clinic ul li {
    width: 48%;
    margin-bottom: 3%;
}

#clinic ul li h3 {
    margin-top: 0.5em;
    margin-bottom: 0 !important;
}


/*access
----------------------------------------------------*/
#access .gmap {
	position: relative;
	padding: 0 0 90%;
	height: 0;
	overflow: hidden;
    border-radius: 2em;
    margin-bottom: 3%;
}

#access .gmap iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

#access .img_text {
    max-width: 1000px;
    margin: 0 auto;
}

#access dl {
    margin-bottom: 1.5em;
}

#access dt {
    font-weight: bold;
    margin: 1em 0 0;
}


/*measures
----------------------------------------------------*/
.measures h3 span.num {
    display: inline-block;
    border-radius: 1em;
    background: rgba(86, 173, 226, 1.0);
    color: #fff;
    padding: 0 0.5em;
    margin-right: 0.5em;
}

.measures .img_right {
    float: right;
    padding: 0 0 1em 1em;
}

.measures .img_right img {
    border-radius: 1em;
}

.measures .img_text02 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 1em 0;
}

.measures .img_text02 .img {
    width: 30%;
    text-align: center;
}

.measures .img_text02 .img img {
    border-radius: 1em;
}

.measures .img_text02 .text {
    width: 65%;
}

#water table caption {
	background: rgba(86, 173, 226, 1.0);
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
    margin-top: 1em;
    padding: 0.5em;
}

#infection li:first-child {
    margin-top: 0 !important;
}

#disaster ul.img {
    display: flex;
    background: #fff;
    padding: 1em;
    gap:1em;
    border-radius: 1em;
    width: fit-content;
    border: 1px solid #ccc;
}


/*news
----------------------------------------------------*/
.news .title01 span.date {
    font-size: 0.6em;
}

.news .blue_box {
    padding: 1em;
    border-radius: 1em;
    border: 1px solid rgba(86, 173, 226, 0.3);
    margin: 1em 0;
    background: #eef7fc;
    font-weight: 500;
}

.news .img_c {
    text-align: center;
}


/*media Queries
----------------------------------------------------*/
@media only screen and (min-width: 800px) {

    #top .img_text .text {
        font-size: 1.2em;
    }

    #news dl {
        padding: 2.5em 3% 1em;
        font-size: 1.1em;
    }

    #news dl dt {
        float: left;
        clear: both;
    }

    #news dl dd {
        padding: 0 0 0 10em;
        margin: 0 1em 1em 0;
    }

    #hours table th,
    #hours table td {
        padding: 1em 0;
        font-size: 1.3em;
    }

    #feature01 .box_round {
        text-align: center;
    }

    #director .career {
        display: flex;
        justify-content: space-between;
    }

    #director .career .box_round {
        width: 48%;
        box-sizing: border-box;
    }

    #clinic ul li {
        width: 32%;
    }
    
    #access .gmap {
        padding: 0 0 60%;
    }

    #access dt {
        float: left;
        clear: both;
    }

    #access dd {
        padding: 1em 0 0 8em;
    }

    .measures .img_text02 .img {
        width: 200px;
    }

    .measures .img_text02 .text {
        width: calc(100% - 240px);
    }

    #disaster .img_text03 {
        display: flex;
        flex-direction: row-reverse;
        gap: 1em;
        align-items: center;
        justify-content: start;
    }


}

/*media Queries
----------------------------------------------------*/
@media only screen and (min-width: 1200px) {	
    #access .gmap {
        padding: 0 0 45%;
    }
    
}

