#covid19-info .flex{
	display: flex;
	flex-direction: column;
	margin: 10px;
}
#covid19-info .btn{
	padding: 10px;
    font-size: calc((100vw - 100px) / 18);
	text-align: left;
	margin: 10px 0;
	border-radius: 4px
}
#covid19-info .btn-1{
	background:rgba(108,150,202,.5);
	border: 3px solid rgba(108,150,202,1);
	color: #333;
}
#covid19-info .btn-2{
	background:rgba(38,122,94,.3);
	border: 3px solid rgba(38,122,94,1);
	color: #333;
}
#covid19-info .btn-1:hover{
	background: rgba(108,150,202,1);

	color: #fff;
}
#covid19-info .btn-2:hover{
	background: rgba(38,122,94,.9);

	color: #fff;
}


#covid19-info{
    margin: 10px 0;
    padding: 10px;
}
#covid19-info h2{
position: relative;
    font-size: 1.6rem;
    background: #267a5e;
    color: #fff;
    padding: .75rem 1rem;
    margin: 0 0 10px;
}

#covid19-info h2::before{
content: "";
    position: absolute;
    left: 0px;
    bottom: 0;
    top: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    border-width: 8px;
}

#covid19-info .tabs{
    background: rgb(255, 255, 255,1);
    margin:0 auto;
    padding:0;
	border:1px solid #267a5e;
}

.tab-menu{
	margin: 0;padding: 0;
	list-style-type: none;
	display: flex;
	justify-content: space-between;
	width: 100%;
	font-size: 1.3rem;
	border-bottom: 1px solid #888;
}
.tab-menu li{
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50%;
	min-height: 3em;
}
.tab-menu li span{
	text-align: center;
	width: 100%;
	line-height: 1.4;
	font-size: 1.6rem;
}
.tab-menu li span i{
	font-style: normal;
}
.tab-menu li+li{
	border-left: 1px solid #888;
}
.tab-menu li.tabs-1{
	background:rgba(108,150,202,.5);
		border-bottom: 1px solid #888;

}
.tab-menu li.tabs-2{
	background:rgba(255,165,0,.5);
		border-bottom: 1px solid #888;

}
.tab-menu li.tabs-1.slct{
	background: rgba(108,150,202,1);
		border-bottom: 1px solid  rgba(108,150,202,1);

	color: #fff;
}
.tab-menu li.tabs-2.slct{
	background: rgba(255,165,0,1);
		border-bottom: 1px solid rgba(255,165,0,1);

	color: #fff;
}


#tabs-1{
	background: rgba(108,150,202,.1);
}
#tabs-2{
	background: rgba(255,165,0,.1);
}

.tab-contents{
	padding: 10px;
}
.tab-contents h3{
	color: #267a5e;
	padding: 5px;
	margin: 0 0 10px;
	border-bottom: 2px solid #67A1D2;
}
.tab-contents p{
	padding: 0;
	margin: 0;
}

.tab-contents .flex{
	display: flex;
	flex-direction: column;
}

.tab-contents .info{
	display: block;
	background: #fff;	margin: 0 0 20px; 

}

.tab-contents .info .news{
	max-height: 250px;
	padding: 10px ;
	overflow-x: hidden;
	overflow-y:auto;
	display: block;
}
.tab-contents .info .news dl{
	margin: 0 0 10px;
	padding: 0;
	
}
.tab-contents .info .news dt{
	
	margin: 0;
	padding:3px 10px;
	border-bottom: 1px solid #ddd;
}
.tab-contents .info .news dd{
	margin: 0;
	padding: 5px;
	font-size: 1.4rem;
}
.tab-contents .info .news dd.date{
	margin: 0;
	padding: 5px;
	text-align: right;
}

.tab-contents .download{
	display: block;
	background: #fff;
}

.tab-contents .download ul{
	list-style-type: none;
	padding: 0 10px;
}

.tab-contents .download li{
	margin-bottom: 10px;
}






@media (min-width: 768px) {

#covid19-info .flex{
	display: flex;
	flex-direction: row;
	margin: 10px 0;
}
#covid19-info .btn{
	width: 95%;
	text-align: center;
	margin: 10px 5px;
	padding: 20px 0;
	border-radius: 4px;
	font-size:2.3rem;
	font-size:min( 2rem ,1.8vw);
	font-weight: bold;
	transition: 0.3s ease-in-out;
}
#covid19-info .btn-1{
	background:rgba(108,150,202,.5);
	border: 3px solid rgba(108,150,202,1);
	color: #333;
}
#covid19-info .btn-2{
	background:rgba(38,122,94,.3);
	border: 3px solid rgba(38,122,94,1.00);
	color: #333;
}
#covid19-info .btn-1:hover{
	background: rgba(108,150,202,1);

	color: #fff;
}
#covid19-info .btn-2:hover{
	background:rgba(38,122,94,.9);

	color: #fff;
}









.contents_inner .ex_info {
    background: rgb(255, 255, 255,1);
    margin:10px auto;
    padding:10px 30px;
    top: 20px;
	border-radius: 6px;
	border:2px solid #267a5e;
}

.contents_inner .ex_info h2{
	text-align: center;
	color: red;
	border-bottom:2px solid #267a5e;
    margin:0 auto 20px;
}

.contents_inner .ex_info p{
    margin:0 auto 1em;

}


#covid19-info{
	background: rgb(255, 255, 255,1);
    margin:10px auto;
    padding:10px 30px;
    top: 20px;
	border:2px solid #267a5e;
}
#covid19-info h2{
    position: relative;
    font-size: 2rem;
    background: #267a5e;
    color: #fff;
    padding: 14px;
    margin: 10px 0;    line-height: normal;
}

#covid19-info h2::before{
content: "";
    position: absolute;
    left: 0px;
    bottom: 0;
    top: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    border-width: 8px;
}

#covid19-info .tabs{
    background: rgb(255, 255, 255,1);
    margin:0 auto;
    padding:0;
	border:1px solid #267a5e;
}

.tab-menu{
	margin: 0;padding: 0;
	list-style-type: none;
	display: flex;
	justify-content: space-between;
	width: 100%;
	font-size: 1.3rem;
}
.tab-menu li{
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50%;
	min-height: 3em;
}
.tab-menu li span{
	text-align: center;
	width: 100%;
	line-height: 1.4;
	font-size: 1.6rem;
}
.tab-menu li span i{
	font-style: normal;
}
.tab-menu li+li{
	border-left: 1px solid #888;
}
.tab-menu li.tabs-1{
	background:rgba(108,150,202,.5);
		border-bottom: 1px solid #888;

}
.tab-menu li.tabs-2{
	background:rgba(255,165,0,.5);
		border-bottom: 1px solid #888;

}
.tab-menu li.tabs-1.slct{
	background: rgba(108,150,202,1);
		border-bottom: 1px solid  rgba(108,150,202,1);

	color: #fff;
}
.tab-menu li.tabs-2.slct{
	background: rgba(255,165,0,1);
		border-bottom: 1px solid rgba(255,165,0,1);

	color: #fff;
}


#tabs-1{
	background: rgba(108,150,202,.1);
}
#tabs-2{
	background: rgba(255,165,0,.1);
}

.tab-contents{
	padding: 10px;
}
.tab-contents h3{
	color: #267a5e;
	padding: 5px;
	margin: 0 0 10px;
	border-bottom: 2px solid #67A1D2;
}
.tab-contents p{
	padding: 0;
	margin: 0;
}

.tab-contents .flex{
	display: flex;
	justify-content: space-between
}

.tab-contents .info{
	display: block;
	width: 58%;
	background: #fff;
}

.tab-contents .info .news{
	height: 250px;
	padding: 10px;
	overflow-x: hidden;
	overflow-y:auto;
	display: block;
}
.tab-contents .info .news dl{
	margin: 0 0 10px;
	padding: 0;
	
}
.tab-contents .info .news dt{
line-height: 1.5;
    background: #F2F7FB;
    border-top: 1px solid #67A1D2;	
	margin: 0;
	padding:3px 10px;
	border-bottom: 1px solid #ddd;
}
.tab-contents .info .news dd{
	margin: 0;
	padding: 5px;
	font-size: 1.4rem;border-bottom: 1px dotted #534741;
}
.tab-contents .info .news dd.date{
	margin: 0;
	padding: 5px;
	text-align: right;border-bottom: 0 none;
}

.tab-contents .download{
	display: block;
	width: 40%;
	background: #fff;
}

.tab-contents .download ul{
	list-style-type: none;
	padding: 0 10px;
}

.tab-contents .download li{
	margin-bottom: 10px;
}



}