@charset "utf-8";
/* CSS Document */

/*_______________________________

       covid-19  (PC/SP)  
_______________________________*/

/*　Noto Serif JP　*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');
/*　Noto Sans JP　*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');




.news_text div{
    font-size: 14px;
	line-height: 1.9;
	margin-bottom: 30px;
}
.news_text img{
	width:100%;
	max-width:auto;
}
.news_text h2 {
    margin: 30px 0 10px;
    font-size: 18px;
    font-weight: bold;
	font-family: "Noto Serif JP";
	color: #b79f7c;
}

.news_text strong{
    color: #b79f7c;
    font-weight: bold;
}
.news_text p{
	margin-bottom: 20px;
}
.news_text ul li{
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
.news_text ul li figure{
	flex-basis: 40%;
}
.news_text ul li p{
	flex-basis: calc(60% - 30px);
	/* font-weight: bold; */
}

.news_text ol li{
	padding-left:1em;
	text-indent:-1em;
	margin-bottom: 10px;
}
.news_text .certificate{
    max-width: 390px;
    display: block;
    border: 1px solid #efefef;
    margin: 30px auto;
}
.news_text time {
    margin-bottom: 10px;
    display: block;
    font-size: 12px;
    text-align: right;
}



/* 　＋＋＋＋＋＋＋　767px　以下 (SP)　＋＋＋＋＋＋＋　*/

@media screen and (max-width:767px) {
	
.contents {
    margin: 40px auto;
}
.news_text h2 {
    margin: 20px 0 5px;
    font-size: 16px;
}	
.news_text div {
    font-size: 13px;
    line-height: 1.75;
    margin-bottom: 20px;
}	
.news_text ul li {
    display: initial;
    margin-bottom: 10px;
}
.news_text ul li p {
    width: 80%;
    margin: 10px auto;
}	
.news_text ul li figure {
    width: 80%;
    margin: auto;
}
.news_text .certificate {
    width: 70%;
}	
	
 /*　---　*/
}
/* ＋＋end＋＋　767px　以下 (SP)　＋＋end＋＋　*/

