@charset "utf-8";
/* CSS Document */

h1{
    width: 100%;
    padding: 1rem;
    height: auto;
    text-align: center;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    background-color: #DD8A75;
    font-family: "nitalago-rera", sans-serif;
    font-weight: 100;
    font-style: normal;
    color: #FFFFFF;
    font-size: 2rem;
    margin-top: 0;
    margin-bottom: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
@media (max-width:450px) {
	h1{
		font-size: 1.4rem;
	}
}
.title_img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
}
.waku{
    width: 100%;
    padding: 2rem;
    height: auto;
    text-align: center;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
    font-family: "nitalago-rera", sans-serif;
    font-weight: 100;
    font-style: normal;
    color: #333;
    font-size: 2rem;
    margin-top: 0;
    margin-bottom: 0;
    border: 1px solid #DD8A75;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.waku ul{
    width: 100%;
    margin-top: 2rem;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
    padding: 0;
    height: auto;
    list-style-type: none;
}

.waku ul .title{
    text-align: left;
    border-bottom: 1px dotted #DD8A75;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
}
.waku ul .title a{
    font-family: "nitalago-rera", sans-serif;
    font-weight: 100;
    font-style: normal;
    font-size: 1.6rem;
    color: #AC0B0B;   
    padding-left: 0;
    margin-bottom: 1rem;
    text-align: left;
    text-decoration: none;
}
.waku ul .title a:hover{
	color: #DD8A75;
    text-decoration: underline;
}
.waku ul .txt{
	font-family: "nitalago-rera", sans-serif;
    font-size: 1.2rem;
	font-weight: 100;
    font-style: normal;
    line-height: 1.6;
    text-align: left;
    margin-bottom: 2rem;
}
/*----------------------------------------------------*/
/*　今までの注目の感染症
/*----------------------------------------------------*/
.waku100{
    width: 100%;
	display: flex;/*必須*/
  	flex-wrap: wrap;/*必須*/
}
.waku100 div{
    width: 49%;
    background-color: #97C7A9;
    margin-top: 0;
    margin-right: 0.5%;
    margin-left: 0.5%;
    margin-bottom: 1%;
    padding: 1rem;
    height: auto;
    border-radius: 10px;
	font-size: 1.6rem;
}
@media (max-width:850px) {
	.waku100 div{
    width: 100%;
    margin-bottom: 1rem;
    margin-left: 0;
    margin-right: 0;
	}
}
.waku100 div select{
    appearance: none;/*ブラウザのスタイルをリセット*/
    width: 300px;/*セレクトボックスの横幅*/
    padding: 15px;
    color: #555555;/*テキストの色*/
    border: 1px solid #219BC7;/*枠線の太さ・形状・色*/
    border-radius: 3px;/*枠線の角丸*/
    background-color: #fff;/*背景色*/
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.<path fill="%2374C0FC" d="M256 0a256 256 0 1 0 0 512A256 256 0 1 0 256 0zM135 241c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l87 87 87-87c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9L273 345c-9.4 9.4-24.6 9.4-33.9 0L135 241z"/></svg>');/*背景にFont AwesomeのSVGを指定*/
    background-size: 16px 16px;/*背景のサイズ*/
    background-repeat: no-repeat;/*背景の繰り返し*/
    background-position: top 15px right 15px;/*背景の表示位置*/
    cursor: pointer;/*マウスカーソルをポインターに*/
    margin-top: 0.5rem;
    font-size: 1.1rem;
}
.waku100 div select:focus{
  outline: none;/*focus時の枠線を消去*/
}
@media (max-width:1030px) {
	.waku100 div select{
		width: 100%;
		font-size: 1.2rem;
	}
}
@media (max-width:700px) {
	.waku100 div select{
		width: 100%;
		font-size: 1.2rem;
	}
}



.list_koumoku{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    display: flex;
    margin-top: 10rem;
    flex-wrap: wrap;
    font-family: "nitalago-rera", sans-serif;
    font-size: 1rem;
}

.list_koumoku .title{
    width: 22%;
	text-align: center;
}
.list_koumoku .img{
    width: 200px;
	text-align: center;
}
.list_koumoku .comment{
    width: calc(100% - 22% - 210px);
    text-align: center;
}
@media (max-width:670px) {
	.list_koumoku{
    	display: none;
	}

}


.list{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    display: flex;
    margin-top: 0;
    flex-wrap: wrap;
    font-family: "nitalago-rera", sans-serif;
    font-size: 1rem;
    margin-bottom: 1rem;
}
.list div{
    display: flex;
    align-items: center;	
	border-radius: 5px;
}
.list .title{
    text-align: center;
    width: 22%;
    height: auto;
    background-color: #DD8A75;

}
.list .title a{
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
    color: #FFFFFF;
}
.list .title a:hover{
    text-decoration: underline;
}
.list .img{
    background-color: #fff;
    width: 200px;
    text-align: center;
    height: auto;
    margin-left: 10px;
}
.list .img img{
    margin-right: 10px;	
}
.list .img a p{
    display: none;	
}
.list .comment{
    padding: 1rem;
    background-color: #E9E9E9;
    width: calc(100% - 22% - 210px);
    height: auto;
}
.word-break {
		word-break: break-all;
}
@media (max-width:670px) {
	.list{
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		display:flex;
  		flex-flow: column;
		margin-top: 10rem;
	}
	.list .title{
    text-align: center;
    width: 100%;
    height: auto;
    background-color: #FFFFFF;
    border-bottom: 1px dotted #CCCCCC;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
	}
	.list .title a{
    font-size: 1.8rem;
    color: #333;
	}
.list .img{
    background-color: #fff;
    width: 100%;
    text-align: center;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 200px;
}
	.list .comment{
    padding: 1rem;
    background-color: #E9E9E9;
    width: 100%;
    height: auto;
    font-size: 1.2rem;
    margin-top: 1rem;
	}
	.list .img a p{
    margin: 0;
    padding: 0;
    display: block;
	}

}



.list2_koumoku{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    display: flex;
    margin-top: 10rem;
    flex-wrap: wrap;
    font-family: "nitalago-rera", sans-serif;
    padding: 0 ;
    font-size: 1rem;
    margin-bottom: 0;
    height: auto;
}
.list2_koumoku div{
    display: flex;
    align-items: center;
    padding: 0 ;
    margin: 0;
    height: auto;
}
.list2_koumoku .title{
    text-align: center;
    width: 22%;
    padding: 0;
    margin: 0;
    height: auto;
}
.list2_koumoku .type1{
    width: 9%;
    height: auto;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
    padding: 0;
    color: #333;
}
.list2_koumoku .type2{
    width: 9%;
    height: auto;
    margin-right: 10px;
    color: #333333;
    text-align: center;
    padding: 0;
    margin-left: 0px;
}
.list2_koumoku .type1 p,
.list2_koumoku .type2 p{
    margin-left: auto;
    padding: 0;
    margin-right: auto;
    text-align: center;
    margin-bottom: 0;
    margin-top: 0;
}

.list2_koumoku .comment{
    width: calc(100% - 22% - 18% - 30px);
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}



.list2{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    display: flex;
    margin-top: 0;
    flex-wrap: wrap;
    font-family: "nitalago-rera", sans-serif;
    font-size: 1rem;
    margin-bottom: 1rem;
}
.list2 div{
    display: flex;
    align-items: center;
    border-radius: 5px;
    text-align: center;
}
.list2 .title{
    text-align: center;
    width: 22%;
    height: auto;
    background-color: #DD8A75;

}
.list2 .title a{
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
    color: #FFFFFF;
}
.list2 .title a:hover{
    text-decoration: underline;
}
.list2 .type1{
    width: 9%;
    height: auto;
    background-color: #DFF0E5;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
    color: #333;
}
.list2 .type2{
    width: 9%;
    height: auto;
    background-color: #D1DBE9;
    margin-right: 10px;
    color: #333333;
    text-align: center;
    margin-left: 0px;
}
.list2 .type1 p,
.list2 .type2 p{
    margin-left: auto;
    padding: 0;
    margin-right: auto;
    text-align: center;
}
.list2 .type1 span,
.list2 .type2 span{
    display: none;
}
.list2 .comment{
    padding: 1rem;
    background-color: #E9E9E9;
    width: calc(100% - 22% - 18% - 30px);
    height: auto;
    text-align: left;
}
.word-break {
		word-break: break-all;
}
@media (max-width:670px) {
	.list2_koumoku{
    	display: none;		
	}
	.list2{
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		display:flex;
  		flex-flow: column;
		margin-top: 10rem;
	}
	.list2 .title{
    text-align: center;
    width: 100%;
    height: auto;
    background-color: #FFFFFF;
    border-bottom: 1px dotted #CCCCCC;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
		display: inline-block;	
	}
	.list2 .title a{
    font-size: 1.8rem;
    color: #333;
	}
	
	.list2 .title br{
    display: none;
	}

	.list2 .comment{
    padding: 1rem;
    background-color: #E9E9E9;
    width: 100%;
    height: auto;
    font-size: 1.2rem;
    margin-top: 1rem;
	}
	
	
	.list2 .type1{
    width: 100%;
    height: auto;
    margin: 0;
    text-align: center;
    padding: 0;
    color: #BD0003;
    background-color: #FFFFFF;
    font-size: 1.8rem;
    display: inline-block;
	}
	
	.list2 .type2{
    width: 100%;
    height: auto;
    margin: 0;
    color: #BD0003;
    padding: 0;
    text-align: center;
    background-color: #FFFFFF;
    font-size: 1.8rem;
    display: inline-block;
	}
	.list2 .type1 p,
	.list2 .type2 p{
    margin: 0;
    padding: 0;
    text-align: left;
    display: inline-block;
	}
	.list2 .type1 span,
	.list2 .type2 span{
		display: block;
		font-size: 1.8rem;
		display: inline-block;
	}
}

.old_button{
    width: 50%;
    margin-top: 5rem;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 3rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    background-color: #97C7A9;
    border-radius: 5px;
    display: block;
    font-family: "nitalago-rera", sans-serif;
    font-size: 1.5rem;
    color: #FFFFFF;
    text-decoration: none;
}
.old_button:hover{
    background-color: #DD8A75;

}
@media (max-width:1100px) {
	.old_button{
    	width: 80%;
	}
}
@media (max-width:670px) {
	.old_button{
    	width: 90%;
	}
}
.dammy{
    width: 90px;
    height: 80px;
    display: block;
    margin-right: 10px;
}













