@charset "UTF-8";

html{
	font-size: 62.5%;/*10px*/
	scroll-behavior: smooth;
	overflow-y: scroll;
}

body{
	font-size: 1.4rem;
}

*{-webkit-box-sizing: border-box;box-sizing: border-box;}


.sp{display: block;}
.pc{display: none;}
.none{display: none;}

#covid_main{
	background-color: #fff;
	padding: 2.5%;
	line-height: 1.8;
}
.btn_wrapper{
	max-width: 480px;
	margin: 0 auto;
}
.btn_wrapper div{
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	margin-bottom: .8rem;
}
.btn_wrapper div a{
	text-decoration: none;
	color: #fff;
	display: block;
	text-align: center;
	width: 48%;
	margin-right: 4%;
	-webkit-appearance:none;
	border: 0;
	background-color: #6937AB;
	border-radius: 5px;
	border-bottom: 5px solid #361D57;
	font-size: 1.6rem;
	line-height: 4.4rem;
}
.btn_wrapper div a:last-of-type{
	margin-right: 0;
}
.btn_wrapper p{
	font-size: 1.4rem;
}
#covid_main section{
	margin-bottom: 88px;
}
.headline_wrapper{
	line-height: 1.5;
	text-align: center;
	font-family: serif;
	color: #6C460E;
	margin: 2.4rem 0;
	border-top: 1px solid;
	border-bottom: 1px solid;
	padding: .8rem 0;
}
.headline_wrapper p span{
	font-family: sans-serif;
	font-size: 1.2rem;
	border-radius: 30px;
	background-color: #33B4FF;
	color: #fff;
	display: inline-block;
	margin: 0 2% 2% 0;
	padding: 4px 8px;
}
#covid_main section	h2{
	text-shadow: 2px 2px 3px rgba(0,0,0,.3);
	font-size: 1.8rem;
	margin-bottom: .8rem;
}
#covid_main section	h2 span{
	display: block;
	font-weight: bold;
	color: rgba(76,149,200,1.00);
	font-size: 2.2rem;
}
#covid_main section	h2 span small{
	color: #1c1c1c;
	font-weight: normal;
	font-size: 1.2rem;
}
.cs_infotxt{
	padding: 2.5%;
	background-color: #D9F1FF;
	border-radius: 5px;
	margin-bottom: 5.6rem;
}
.cs_infotxt .under_line{
	background: linear-gradient(to top,gold 40%,rgba(255,255,250,0) 40%)
}
.cs_infotxt div{
	margin-top: .8rem;
}
.cs_infotxt div img{
	margin-bottom: .4rem;
}
.block_indent{
	display: block;
	line-height: 1.5;
	text-indent: -1em;
	padding-left: 1em;
	font-size: 1.2rem;
}
.flow_chart{
	position: relative;
	z-index: 1;
}
.flow_chart h3{
	color: #33B4FF;
	font-weight: normal;
	border-left: 6px solid;
	padding-left: 8px;
	font-size: 1.8rem;
	margin-bottom: .4rem;
}
.flow_chart div{
	margin-bottom: 8.8rem;
}
.flow_chart div dt{
	position: relative;
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	margin-bottom: 4.8rem;
}
.flow_chart div dt::before{
	content: "";
	width: calc(100vw / 1.3);
	height: 180%;
	background-color: #FFFCF2;
	border-radius: 10px 0 0 50%;
	position: absolute;
	right: -2.5%;
	top: -48px;
	z-index: -1;
}
.flow_chart div:nth-of-type(2) dt::before{
	background-color: #EEFFF1;
}
.flow_chart div:nth-of-type(3) dt::before{
	background-color: #FAF1FF;
	height: 140%;
    top: -32px;
}
.flow_chart div:nth-of-type(4) dt::before{
	background-color: #FFF1F6;
}
.flow_chart div:nth-of-type(even) dt{
	justify-content: flex-start;
}
.flow_chart div:nth-of-type(even) dt::before{
	border-radius: 0 50% 10px 0;
	right: auto;
	left: -2.5%;
}
.flow_chart div dt img{
	display: block;
	margin: 0;
	text-align: right;
	width: 85%;
	border-radius: 10px 0 0 10px;
}
.flow_chart div:nth-of-type(even) dt img{
	border-radius: 0 10px 10px 0;
}
.flow_chart div dt p{
	padding: 16px 8px 16px 2.5em;
	border-bottom: 1px solid;
	border-top: 1px solid;
	background-color: rgba(255,255,255,0.80);
	color: #051B38;
	font-family: serif;
	font-weight: bold;
	text-indent: -1.8em;
	width: 80%;
	margin: 0;
	position: absolute;
	bottom: -40px;
	left: 0;
}
.flow_chart div dt p span,.sum_wrapper dl div dt span{
	background-color: #F2D906;
	color: #1c1c1c;
	padding: 4px 6px;
	margin-right: 4px;
	border-radius: 3px;
}
.flow_chart div:nth-of-type(2) dt p span,.sum_wrapper dl div:nth-of-type(3) dt span{
	background-color: #8CC144;
}
.flow_chart div:nth-of-type(3) dt p span,.sum_wrapper dl div:nth-of-type(4) dt span{
	background-color: #9F7BE0;
}
.flow_chart div:nth-of-type(4) dt p span,.sum_wrapper dl div:nth-of-type(5) dt span{
	background-color: #C14473;
}
.flow_chart div:nth-of-type(even) dt p{
	left: auto;
	right: 0;
}
.flow_chart div dd small{
	display: block;
	font-style: italic;
	font-size: 1.2rem;
	color: #09243E;
}
.sum_wrapper dl div{
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	text-align: center;
	background-color: #dadada;
}
.sum_wrapper dl div:nth-of-type(even){
	background-color: #eaeaea;
}
.sum_wrapper dl div:last-of-type{
	font-weight: bold;
	color: #F07E2C;
}
.sum_wrapper dl div dt,.sum_wrapper dl div dd{
	margin: 0;
	width: 50%;
}
.sum_wrapper dl div dt{
	padding: 16px 0;
	border-right: 1px dotted;
}
.sum_wrapper dl div:not(:last-of-type) dt{
	padding: 16px 0 16px 10%;
	text-align: left;
}
#covid_main .download_link{
	text-decoration: none;
	display: block;
	text-align: center;
	font-size: 1.8rem;
	line-height: 44px;
	margin: 4rem auto;
	width: 80%;
	max-width: 400px;
	background-color: #75CE22;
	border-radius: 5px;
	border-bottom: 5px solid #31560E;
	padding: 16px 0;
	color: #fff;
}
#covid_main .download_link:hover,.btn_wrapper button a:hover{
	transition: .5s;
	transform: translateY(5px);
	border-bottom: 5px solid transparent;
	background-color: #eaeaea;
	color: #811CC5;
}



@media screen and (min-width:760px){
	
html{font-size: 100%;/*16px*/}

	#covid_main section{
		max-width: 960px;
		margin: 0 auto 88px;
	}
	.btn_wrapper div{
		margin-bottom: 8px;
	}
	.btn_wrapper div a{
		font-size: 16px;
		line-height: 44px;
	}
	.btn_wrapper p{
		font-size: 16px;
		text-align: center;
	}
	.btn_wrapper p a{
		display: block;
	}
	.headline_wrapper{
		margin: 24px 0;
		padding: 8px 0;
	}
	.headline_wrapper p span{
		font-size: 14px;
	}
	#covid_main section	h2{
		font-size: 24px;
		margin-bottom: 8px;
	}
	#covid_main section	h2 span{
		font-size: 32px;
	}
	#covid_main section	h2 span small{
		font-size: 16px;
	}
	.cs_infotxt{
		margin-bottom: 56px;
		font-size: 16px;
	}
	.cs_infotxt div{
		margin-top: 8px;
	}
	.cs_infotxt div img{
		margin-bottom: 4px;
	}
	.block_indent{
		font-size: 14px;
	}
	.flow_chart h3{
		font-size: 28px;
		font-feature-settings: 'palt';
		margin-bottom: 88px;
		border: none;
		text-align: center;
		position: relative;
	}
	.flow_chart h3::before,.flow_chart h3::after{
		content: "";
		width: 15%;
		height: 1px;
		background-color: #33B4FF;
		position: absolute;
		top: 100%;
		left: 50%;
		transform: translateX(-50%);
	}
	.flow_chart h3::after{
		width: 10%;
		top: 120%;
	}
	.flow_chart div dt::before{
		width: calc(100vw / 1.4);
    	height: 150%;
	}
	.flow_chart div:nth-of-type(3) dt::before{
		height: 140%;
		top: -48px;
	}
	.flow_chart div dt img{
		width: 64%;
	}
	.flow_chart div dt p{
		padding: 1em 16px 16px 16px;
		border: none;
		width: auto;
		height: 100%;
		position: absolute;
		bottom: auto;
		top: 0;
		left: calc(100vw / 40);
    	writing-mode: vertical-rl;
    	text-shadow: 2px 2px 3px rgb(0 0 0 / 15%);
    	font-size: calc(100vw / 40);
	}
	.flow_chart div:nth-of-type(even) dt p {
		left: auto;
		right: calc(100vw / 10);
	}
	.flow_chart div dt p span{
  		text-orientation: upright;
		margin: 0;
		margin-bottom: 4px;
	}
	.flow_chart div{
		font-size: 18px;
		margin-bottom: 156px;
	}
	.flow_chart div:last-of-type{
		margin-bottom: 72px;
	}
	.flow_chart div dt{
		font-size: 20px;
		margin-bottom: 24px;
	}
	.flow_chart div dd small{
		font-size: 14px;
	}
	#covid_main .download_link{
		font-size: 18px;
		margin: 40px auto;
	}
	.sum_wrapper{
		font-size: 18px;
		max-width: 640px;
	}
	#covid_main .download_link{
		font-size: 24px;
		margin: 64px auto 124px;
		width: 100%;
		max-width: 960px;
		line-height: 80px;
	}

	
	
}



@media screen and (min-width:960px){
	.cs_infotxt{
		display: flex;
		flex-flow: row wrap;
	}
	.cs_infotxt p{
		width: 50%;
		line-height: 2;
	}
	.cs_infotxt div{
		margin-left: 2%;
		width: 48%;
	}
	.flow_chart div dt p {
		left: 72px;
    	font-size: 22px;
	}
	.flow_chart div:nth-of-type(even) dt p {
    	right: 136px;
	}
	.flow_chart div dt::before{
		width: 80%;
    	height: 560px;
		right: -8%;
		background: linear-gradient( to left , rgba(255,255,255,0) 10%,#FFFCF2 30%);
	}
	.flow_chart div:nth-of-type(even) dt::before{
		left: -8%;
	}
	.flow_chart div:nth-of-type(2) dt::before{
		background: linear-gradient( to right , rgba(255,255,255,0) 10%,#EEFFF1 30%);
	}
	.flow_chart div:nth-of-type(3) dt::before{
		height: 560px;
		background: linear-gradient( to left , rgba(255,255,255,0) 10%,#FAF1FF 30%);
		}
	.flow_chart div:nth-of-type(4) dt::before{
		background: linear-gradient( to right , rgba(255,255,255,0) 10%,#FFF1F6 30%);
	}
	#covid_s1 .flow_chart div:nth-of-type(3) dt p{
		height: 90%;
	}
}
