<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

/*コロナページ*/
.update-icon {
    background: #ed6666;
    margin-left: 5px;
    border-radius: 5px;
    padding: 2px 9px;
    font-size: 90%;
    color: #fff;
}
.readable-block{
	border: 2px solid #77a3a5;
}
.corona .lists-content-inner ol li:before{
	margin-top: 0;
}
.corona-edit-date{
	margin-bottom:30px;
	text-align: center;
}
.hygiene {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-ms-flex-wrap: wrap;
      flex-wrap: wrap;
	-ms-flex-pack: distribute;
justify-content: space-around;
    counter-reset: number 0;
}
.sec_body li.hygiene__item {
	width: 48%;
    margin-bottom: 20px;
    border: 1px dashed #77a3a5;
    padding: 0 0;
    box-sizing: border-box;
	border-radius: 8px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-ms-flex-wrap: wrap;
      flex-wrap: wrap;
	position: relative;
}
.sec_body li.hygiene__item:before {
    position: absolute;
    counter-increment: number 1;
    content: counter(number);
    display: inline-block;
    background: #87bf9c;
    color: white;
    font-family: 'Avenir', 'Arial Black', 'Arial', sans-serif;
    font-weight: bold;
    font-size: 20px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    top: 22px;
    left: 5px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
}
.hygiene__item &gt; .imgBox,
.hygiene__item &gt; .txtBox {
	width: 50%;
}
.hygiene__item &gt; .txtBox {
	padding: 20px 17px;
    box-sizing: border-box;
}
.hygiene__item &gt; .txtBox.noImg {
	width: 100%;
    padding: 30px 0 30px 44px;
}
.hygiene__item .imgBox img {
	display: block;
	width: 100%;
	height: auto;
	vertical-align: baseline;
	border-radius: 8px 0 0 8px;
}
.hygiene__item h5 {
    text-align: left;
    font-size: 1.0rem;
    border: none;
    margin-top: 0;
    padding-left: 0;
}
.sec_body li.hygiene__item p {
	line-height: 1.5;
    font-size: 14px;
}

@media screen and (max-width: 767px){
.ortho #page_title_box {
    background: url(../images/corona/corona_main_sp.jpg) center 0 no-repeat;
}
.corona .ortho-list-ttl{
	text-align: center;
}
.sec_body h3.corona-ttl-h3{
    margin: 30px 0;
}
.sec_body li.hygiene__item {
	width: 100%;
}
.hygiene__item &gt; .imgBox,
.hygiene__item &gt; .txtBox {
	width: 100%;
}
.hygiene__item .imgBox img {
	margin-top: 0;
	border-radius: 8px 8px 0 0;
}
.hygiene__item h5 {
  margin-top: 0;
}
.sec_body li.hygiene__item:before {
    font-size: 25px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    top: 15px;
    left: -5px;
}
}
.date-item{
	background: #e7efef;
	font-size: 0.85rem;
    padding: 8px 10px;
    border-radius: 4px;
	color: #083a3c;
    font-weight: 400;
}
.date-item-list {
    font-size: 0.85rem;
    letter-spacing: 0.05rem;
    padding: 5px;
    border-radius: 4px;
    background: #e7efef;
    margin-right: 5px;
    color: #083a3c;
    font-weight: 400;
}

.txt-block h5.corona_clinic {
    padding: 10px;
    background: #f5f4f1;
    border: none;
	text-align: left;
	font-weight: bold;
	margin-top: 20px;
}
.corona_attention {
    margin-bottom: 30px;
    text-align: left;
    font-weight: 300;
    font-size: 0.9rem;
}
h5{
		border-bottom:none;
	}
	.txt-block a, a.link{
		text-decoration: none;
	}


</pre></body></html>