p{
	margin: 0;
	padding: 0;
}

.spreadingdegree .container .lead,
#evaluation
{
	margin-bottom: 32px;
	font-family: var(--font-got-jp);
}

.spreadingdegree .container .column{
	padding: 32px;
	background: #ffffec;
	border: #ff6a00 solid 1px;
	border-radius: 8px;
}


.lvbox{
	display: flex;
	flex-flow: row wrap;
	justify-content: start;
	align-content: center;
	align-items: center;
	margin-bottom: 24px;
}

.unit_box{
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-content: center;
	align-items: stretch;
	margin-right: 20px;
	height: auto;
}

.unit_box svg{
	width: 32px;
	height: auto;
}

.infection_name{
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-content: center;
	align-items: stretch;
	
	margin-right: 20px;
	width: 232px;
	/* width: 180px;テスト期間中のみの仮の設定 */
	color: rgba(6,11,4,0.95);
	font-weight: bold;
	font-size: 14px;
	border: #ff6a00 solid 1px;
	background: #fcfadb;
	border-radius: 8px;
}

.infection_contents{
	padding: 4px 8px;
}

a.infection_button
{
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex: 0 0 74px;
	max-width: 74px;
	font-size: 12px;
	padding: 4px;
	word-break: keep-all;
	background: #ff6a00;
	box-sizing: border-box;
	border-radius: 0 4px 4px 0;
}

a.infection_button:link,
a.infection_button:visited
{
	color: #fff;
}
a.infection_button:hover
{
	color: #fff;
	background: #e64d00;
}

a.infection_button svg{
	margin-left: 4px;
	height: 10px;
	width: auto;
}

.infection_name span{
	color: #ff6a00;
}

.numerical_value{
	color: rgba(6,11,4,0.95);
	font-weight: bold;
}

.levelIcon{
	position: relative;
	z-index: 1;
	margin-right: 4px;
}

.levelIcon .addIcon{
	position: absolute;
	top: 0; left: 0;
	z-index: 1;
	display: block;
	height: 100%;
	overflow: hidden;
}

/* INFECTIONS LOWER PAGES */

.infections.lower  section header{
	margin-bottom: 20px;
}

.infections.lower  section .infections_contents {
	margin-bottom: 20px;
	padding: 20px;
	background: rgba(255,249,237,0.4);
	border: #ffb254 solid 1px;
	border-radius: 12px;
}

.infections.lower  section footer{
	margin-bottom: 20px;
	background: #fff;
}

.infections.lower  section header h1 {
	display: flex;
	flex-flow: row nowrap;
	justify-content: start;
	align-content: center;
	align-items: center;

	margin-bottom: 20px;
	padding: 0;
	height: auto;
	background: none;
}

.infections.lower  section header h1 em{
	margin-right: 8px;
	padding: 5px 16px 3px;
	font-size: 28px;
	color: #f15a24;
	font-weight: 800;
	background: #fcfadb;
	border: #f15a24 solid 2px;
	border-radius: 12px;
}

.infections.lower  section header h1 span{
	padding: 4px;
	font-size: 14px;
	color: #3d3d3d;
}

.infections.lower  section header h2 {
	margin-bottom: 32px;
	padding-left: 10%;
	height: 36px;
	font-size: 24px;
	font-weight: bold;
	line-height: 36px;
	color: #000;
	background: transparent url('images/capIcon.png') 0 0 no-repeat;
	background-size: 9.2% auto !important;
	-webkit-background-size: 9.2% auto !important;
	-moz-background-size: 9.2% auto !important;
	border: none;
}

.infections.lower  section header .visual {
	display: flex;
	flex-flow: row nowrap;
	justify-content: start;
	align-content: center;
	align-items: center;
}

.infections.lower  section header .visual .description{
	font-size: 1rem;
	font-weight: bold;
	color: #714b32;
	line-height: 1.6rem;
}

.infections.lower  section header .visual .imgBox{
	margin-right: 20px;
}

.infections.lower  section .infections_contents article{
	margin-bottom: 24px;
}

.infections.lower  section .infections_contents article:last-child{
	margin-bottom: 0;
}

.infections.lower  section .infections_contents article h3{
	display: flex;
	flex-flow: row wrap;
	justify-content: start;
	align-content: center;
	align-items: center;
	margin-bottom: 12px;
	font-size: 20px;
	font-weight: bold;
}

.infections.lower  section .infections_contents article#therapy h3{
	color: #0087e8;
}

.infections.lower  section .infections_contents article#home h3{
	color: #f15a24;
}

.infections.lower  section .infections_contents article#consult h3{
	color: #5ea832;
}

.infections.lower  section .infections_contents article#school h3{
	color: #ff7bac;
}

.infections.lower  section .infections_contents article#advice h3{
	color: #22b5a9;
}

.infections.lower  section .infections_contents article{
	padding-bottom: 16px;
	background-image: radial-gradient(#0087e8 32%, rgba(255,255,255,0) 32%);
	background-size: 8px 8px;
	background-repeat: repeat-x;
	background-position: 0px bottom;
}

.infections.lower  section .infections_contents article#therapy {
	background-image: radial-gradient(#0087e8 32%, rgba(255,255,255,0) 32%);
}

.infections.lower  section .infections_contents article#home {
	background-image: radial-gradient(#f15a24 32%, rgba(255,255,255,0) 32%);
}

.infections.lower  section .infections_contents article#consult {
	background-image: radial-gradient(#5ea832 32%, rgba(255,255,255,0) 32%);
}

.infections.lower  section .infections_contents article#school {
	background-image: radial-gradient(#ff7bac 32%, rgba(255,255,255,0) 32%);
}

.infections.lower  section .infections_contents article#advice {
	background-image: radial-gradient(#22b5a9 32%, rgba(255,255,255,0) 32%);
}

.infections.lower  section .infections_contents article h3 span{
	display: block;
	height: 20px;
}

.infections.lower  section .infections_contents article#therapy b{
	color: #0087e8;
}

.infections.lower  section .infections_contents article p{
	background-image: radial-gradient(#f15a24 71%, rgba(255,255,255,0) 71%);
	background-size: 12px 12px;
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 16px;
}

.infections.lower  section .infections_contents article#home p{
	background-image: radial-gradient(#f15a24 71%, rgba(255,255,255,0) 71%);
}

.infections.lower  section .infections_contents article#home p b{
	color: #f15a24;
}

.infections.lower  section .infections_contents article#consult p{
	background-image: radial-gradient(#5ea832 71%, rgba(255,255,255,0) 71%);
}

.infections.lower  section .infections_contents article#consult p b{
	color: #5ea832;
}

.infections.lower  section .infections_contents article#advice p{
	background-image: radial-gradient(#22b5a9 71%, rgba(255,255,255,0) 71%);
}

.infections.lower  section .infections_contents article#advice p b{
	color: #22b5a9;
}



.infections.lower  section .infections_contents article h3 svg{
	margin-right: 8px;
	vertical-align: middle;
}

/*　感染症詳細　*/



/* 感染症　フッター */

.infections.lower  section footer h2{
	margin-bottom: 8px;
	font-size: 20px;
	color: #000;
}

.infections.lower  section footer a{
	display: inline-block;
	margin-right: 8px;
	margin-bottom: 8px;
	padding: 2px 8px;
	font-size: 14px;
	color: #000;
	word-break: keep-all;
	background: rgba(255,249,237,0.4);
	border: #ffb254 solid 1px;
	border-radius: 8px;
}

.infections.lower  section footer .othersLink a{
	font-size: 12px;
}

.infections.lower  section footer a.current{
	cursor: default;
	background: rgba(197, 204, 210, 0.4);
	border: #8897d2 solid 1px;
}

.infections.lower  section footer .othersLink{
	margin-bottom: 12px;
}

.infections.lower  section footer .gohome a{
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex: 0 0 74px;
	padding: 4px 16px;
	color: #fff;
	background: var( --key-color);
	border-color: var(--key-color-dark);
}

.infections.lower  section footer .gohome a svg{
	margin-left: 8px;
}

.infections.lower  section footer p.quote{
	text-align: left;
	font-size: 10px;
	color: var(--font-color-def);
}





@media only screen and (max-width: 479px){

	/* INFECTIONS LOWER PAGES */

	.infections.lower  section header h1 {
		flex-flow: column;
		justify-content: start;
		align-content: center;
		align-items: center;
	}

	.infections.lower  section header h1 em{
	}

	.infections.lower  section header h1 span{
	}

	.infections.lower  section header h2 {
		background: transparent url('images/capIcon.png') left center no-repeat;
	}

	.infections.lower  section header .visual {
		flex-flow: column;
		justify-content: start;
		align-content: center;
		align-items: center;
	}

	.infections.lower  section header .visual .imgBox{
		margin-bottom: 20px;
		margin-right: 0;
	}

	.infections.lower  section header .visual .description{
	}

	
	#evaluation{
		padding: 16px;
	}
	.lvbox{
		padding-bottom: 8px;
		border-bottom: #eee dotted 2px;
	}
	.infection_name{
		margin-bottom: 16px;
	}
}

