@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);
}

#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);
}

#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;
}

#corona ol {
	padding-left: 1.5em;
}

#corona ol li {
	list-style-type: decimal;
	margin-top: 0.7em;
}

#corona ol li::marker {
	color: rgba(86, 173, 226, 1.0);
}




/*media Queries
----------------------------------------------------*/
@media only screen and (min-width: 800px) {

    #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;
    }


}

/*media Queries
----------------------------------------------------*/
@media only screen and (min-width: 1200px) {	

    
}

