@charset "UTF-8";
h1{
	font-size:250%;
	margin: 100px 0;
	font-weight: 700;
}
h2{
	font-size: 200%;
	text-align: center;
	margin: 50px 0;
}
h2:after{
	content:"";
	display: block;
	background: #0068b7;
	width: 60px;
	height: 3px;
	margin: 0 auto;
}
.mainv{
	width: 80%;
	margin: 0 auto;
}
.hitsuyou{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	margin-top: 50px;
}
.hitsuyou>div{
	background: #e5f5f5;
	padding: 20px;
	border-radius: 20px;
	width: 25%;
}
.hitsuyou>div p,
.hitsuyou>div h4,
.hitsuyou>div li{
	font-size: 90%;
}
.hitsuyou .nibai{
	width: 48%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.hitsuyou .nibai .nibaibox{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.hitsuyou .nibai>div>div{
	width: 48%;
}
.titleblock{
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 4em;
	width: 100%;
}
.hitsuyou h3{
	text-align: center;
	color: #0068b7;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 15px;
}
.hitsuyou>div h4{
	font-weight: 700;
}
.hitsuyou>div ul li{
	text-indent: -1em;
	margin-left: 1em;
}
.hitsuyou>div ul li:before{
	content: "●";
	color: #0068b7;
}
.what-dren,
.what-dren2{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 30px;
}
.what-dren p{
	width:48%;
}
.what-dren figure{
	width:48%;
}
.what-dren2 div,
.what-dren2 figure{
	width: 32%;
}
.cap{
	font-size: 85%;
	margin-top: 15px;
	text-indent: -1em;
	margin-left: 1em;
	line-height: 1.5;
}
.covid19{
	border:1px solid #666;
	padding: 30px;
	margin-bottom: 100px;
}
.motome{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items:stretch;
	margin-bottom: 30px;
}
.motome li{
	width: 31%;
	padding: 30px;
	background: #e5f5f5;
	border-radius: 20px;
}
.motome li div{
	display: flex;
	flex-wrap: wrap;
}
.motome li div h3{
	width: 100%;
	text-align: center;
	font-weight: 700;
	font-size: 115%;
	color: #0068b7;
	line-height: 1.4;
	min-height: 3em;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 15px;
}
.center{
	text-align: center;
}
.right{
	text-align: right;
}
.hikaku-midashi{
	font-weight: 700;
	text-align: center;
	font-size: 115%;
	line-height: 1.4;
	margin: 80px auto 40px;
}
.hikaku-midashi span{
	display: block;
	font-size: 85%;
}
.shiyou{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.circle{
	width:  10%;/* 円のサイズ（高さにもなる） */
	border-radius: 100%;
	padding: 16px;
	/* 以下のFlexboxで文字を中央寄せ */
	display: flex;
	justify-content: center;
	align-items: center;
	color:#fff;
	line-height: 1.4;
	text-align: center;
	font-size: 90%;
	font-weight: 500;
}
.circle:before{
	display: block;
	content: '';
	padding-top: 100%;
}
.bgblue{
	background: #0068b7;
}
.bggray{
	background: #999;
}
.bgblue2{
	background: #e5f5f5;
}
.bggray2{
	background: #f0f0f0;
	height:100% ;
}
.shiyou-hikaku{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	width: 89%;
}
.kokudo{
	width: 70%;
}
.kondho{
	width: 29%;
}
.shiyou-hikaku h4{
	text-align: center;
	font-weight: 500;
	color: #fff;
	height: 30px;
}
.hikakubox{
	padding: 30px;
	position: relative;
	height:calc(100% - 40px) ;
	margin-top: 10px;
}
.bggray2 .right{
	padding-bottom: 30px;
}
.kondho div{
	display: flex;
	justify-content: center;
	align-items: center;
}
.red{color:red}
.gray{color:gray}
.indent{
	text-indent: -1.6em;
	margin-left: 1.6em;
}
.overview{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 30px auto;
	height: auto;
}
.overview div{
	width: 50%;
}
.title {
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	font-size: 115%;
	padding: 5px 0;
	margin: 60px 0 40px;
	display: flex;
	align-items: center;
	font-weight: 500;
}
.title:before{
	content: "";
	display: inline-block;
	width: 5px;
	height: 1.5em;
	background-color: #0068b7;
	margin-right: 8px;
}
.link li:before{
	content:"▶︎";
	color:#0068b7;
	margin-right: 5px;
	font-size: 50%;
	vertical-align: middle;
}
.link li a{
	line-height: 2;
	text-decoration: underline;
}
@media only screen and (max-width: 767.98px) {
	h1{
		font-size:150%;
		margin: 40px 0;
	}
	h2{
		font-size: 120%;
	}
	.mainv{
		width: 100%;
	}
	.hitsuyou{
		margin-top: 30px;
	}
	.hitsuyou>div{
		width: 100%;
		margin-bottom: 10px;
	}
	.hitsuyou .nibai{
		width: 100%;
	}
	.hitsuyou .nibai>div>div{
		width: 100%;
		margin-bottom: 10px;
	}
	.what-dren,
	.what-dren2{
		margin-bottom: 20px;
	}
	.what-dren p{
		width:100%;
	}
	.what-dren figure{
		margin: 10px auto 20px;
		width:100%;
	}
	.what-dren2 div,
	.what-dren2 figure{
		width: 100%;
	}
	.motome{
		margin-bottom: 10px;
	}
	.motome li{
		width: 100%;
		padding: 25px;
		margin-bottom: 10px;
	}
	.center br{
			display: none;
	}
	.right{
		text-align: center;
	}
	.hikaku-midashi{
		font-weight: 700;
		text-align: center;
		font-size: 100%;
		line-height: 1.4;
		margin: 40px auto 20px;
	}
	.circle{
		width: 120px;/* 円のサイズ（高さにもなる） */
		margin: 30px auto 15px;
	}
	.shiyou-hikaku{
		width: 100%;
	}
	.shiyou-hikaku .right{
		text-align: right;
	}
	.kokudo{
		width: 100%;
	}
	.kondho{
		width: 100%;
	}
	.shiyou-hikaku h4{
		height: auto;
		padding: 3px 0;
	}
	.hikakubox{
		padding: 30px;
		position: relative;
		height:auto;
		margin-top: 10px;
		margin-bottom: 20px;
	}
	.bggray2 .right{
		padding-bottom: 0;
	}
	.overview{
		margin: 10px auto;
	}
	.overview div{
		width: 100%;
	}
}