@charset "utf-8";
/*common*/
.flex{
	display: flex;
	display: -webkit-flex;
}
.text_center{
	text-align: center;
}
.text_center_sp{
	text-align: center;
}
.text_bold{
	font-weight: bold;
	font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
}
@media screen and (max-width: 800px) {
	.text_center_sp{
		text-align: left;
	}
	.flex{
		display: block;
		display: -webkit-block;
	}
}

/*base*/
#entry{
	background: #f5f5f5;
	padding: 50px 0 80px;
}
#joseikin .inner{
	background: #FFF;
	border-radius: 20px;
	padding: 80px 50px;
}
#joseikin h2{
	font-size: 30px;
	line-height: 1.6;
	margin: 0 0 40px;
}
#joseikin h2:after{
	display: block;
	background: none;
}
#joseikin h2 span{
	margin: 0 auto;
	display: inline-block;
}
#joseikin h2 span:after{
	height: 6px;
	margin-top: 10px;
	content: '';
	font-size: 0;
	line-height: 1;
	display: block;
	background: url("/img/covid19/deco_bd_b.png") repeat;
}
#joseikin .flex{
	justify-content: space-between;
	-webkit-justify-content: space-between;
	width: 100%;
}
#joseikin .flex li{
	max-width: 26%;
	position: relative;
}
#joseikin .flex p{
	margin: 0 auto;
	padding-bottom: 100%;
	line-height: 1.3;
}
#joseikin .flex .step1 p{
	background: url("/img/covid19/diag_step1.png") no-repeat center 2.5em;
	background-size: contain;
}
#joseikin .flex .step2 p{
	background: url("/img/covid19/diag_step2.png") no-repeat center 2.5em;
	background-size: contain;
}
#joseikin .flex .step3 p{
	background: url("/img/covid19/diag_step3.png") no-repeat center 2.5em;
	background-size: contain;
}
#joseikin .flex .step1:after,
#joseikin .flex .step2:after{
	position: absolute;
	display: block;
	content: '';
	right: -20%;
	top: 32%;
	width: 15px;
	height: 15px;
	border-top: 3px solid #000;
	border-right: 3px solid #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.flex p strong{
	font-size: 30px;
	display: block;
}
#joseikin .flex dt{
	font-size: 20px;
}
#joseikin .flex dd{
	font-size: 14px;
	line-height: 1.8;
}
@media screen and (max-width: 800px) {
	#entry{
	padding: 25px 0 50px;
	}
	#joseikin .inner{
		padding: 30px 20px 50px;
	}
	#joseikin h2{
		font-size: 20px;
		margin: 0 0 20px;
	}
	#joseikin h2 span:after{
		margin-top: 10px;
	}
	#joseikin .flex{
		width: 100%;
	}
	#joseikin .flex li{
		max-width: 90%;
		margin: 0 auto;
	}
	#joseikin .flex .step1,
	#joseikin .flex .step2{
		margin-bottom: 60px;
	}
	#joseikin .flex .step1:after,
	#joseikin .flex .step2:after{
		right: 50%;
		margin-right: -10px;
		top: auto;
		bottom: -30px;
		width: 20px;
		height: 20px;
		border-top: 4px solid #000;
		border-right: 4px solid #000;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	#joseikin .flex p{
		max-width: 50%;
		line-height: 1.6;
		padding-bottom: 50%;
	}
	.flex p strong{
		font-size: 30px;
		line-height: 0.8em;
	}
	#joseikin .flex dt{
		line-height: 1.6;
		font-size: 20px;
	}
}
@media screen and (max-width: 375px) {
	#joseikin h2{
		font-size: 18px;
		margin: 0 0 20px;
	}
	#joseikin h2 + p{
		font-size: 14px;
		line-height: 1.6;
	}
	
}
/*youtube*/
#joseikin h3{
	font-size: 24px;
	margin: 50px 0 30px;
}
.movie_youtube{
	margin: 0 auto;
	width: 80%;
	position: relative;
}
.movie_youtube:before{
	content: '';
	display: block;
	padding-top: 56.25%;
}
.movie_youtube iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 800px) {
	#joseikin h3{
		font-size: 20px;
		margin: 50px 0 10px;
	}
	.movie_youtube{
		width: 100%;
	}
}
@media screen and (max-width: 375px) {
	#joseikin h3{
		font-size: 18px;
	}
}
/*button*/
#joseikin a.btn{
	position: relative;
	display: block;
	width: 60%;
	padding: 15px 0;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	color: #FFF;
	border-radius: 50px;
	margin: 60px auto 0;
	font-size: 24px;
}
#joseikin a.btn-radius{
	background: #e33c5c;
	background: -webkit-gradient(linear, left top, left bottom, from(#de5e77), to(#e33c5c));
	background: -webkit-linear-gradient(top, #de5e77 0%, #e33c5c 100%);
	background: linear-gradient(to bottom, #de5e77 0%, #e33c5c 100%);
}
#joseikin a.btn-radius:hover {
	background: -webkit-gradient(linear, left bottom, left top, from(#e33c5c), to(#de5e77));
	background: -webkit-linear-gradient(bottom, #e33c5c 0%, #de5e77 100%);
	background: linear-gradient(to top, #e33c5c 0%, #de5e77 100%);
}
#joseikin .btn-radius:after{
	position: absolute;
	display: block;
	content: '';
	right: 40px;
	top: 33px;
	width: 8px;
	height: 8px;
	border-top: 3px solid #FFF;
	border-right: 3px solid #FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
@media screen and (max-width: 800px) {
	#joseikin a.btn{
		font-size: 16px;
		width: 80%;
		margin: 50px auto 0;
	}
	#joseikin .btn-radius:after{
		right: 30px;
		top: 26px;
		width: 6px;
		height: 6px;
		border-top: 2px solid #FFF;
		border-right: 2px solid #FFF;
	}
}
@media screen and (max-width: 375px) {
	#joseikin a.btn{
		width: 90%;
	}
}