﻿/*共通UI==============================================*/
.highlight_box {
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	justify-content: center;
	margin-bottom: 20px;
}
.highlight_inner {
	background-color: #fff;
	border: 2px solid #000;
	width: 350px;
	margin: 10px;
	height: 400px;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

.highlight_box h3 {
	margin: 0 auto;
	background-color: #000;
	color: #fff;
	width: 100%;
	height: 60px;
	text-align: center;
	font-size: 20px;
	line-height: 60px;
	font-weight: bold;
}

.highlight_box h4 {
	margin: 0 auto;
	width: 100%;
	text-align: center;
	font-size: 60px;
	line-height: 20px;
	font-weight: bold;
	margin: 10px;
	-webkit-text-stroke-width: 1.5px;
	-webkit-text-stroke-color: black;
	color: #FFE400;
}

.highlight_text01 {
	font-size: 20px;
	font-weight: bold;
	color: black;
}

.highlight_text02 {
	font-size: 12px;
	color: black;
	width: 100%;
	text-align: center;
	margin: 30px 0;
	color: #000000;
}

small {
	font-size: 25px;
	margin-right: 5px;
	margin-left: 5px;
	-webkit-text-fill-color: black;
	-webkit-text-stroke: 0.2px black;
}

.intro p {
	width: 100%;
	text-align: center;
	font-size: 18px;
	line-height: 27px;
	margin-bottom: 30px;
	color: #000000;
}

.top-img-wrapper {
	background: url("../img/statistics_top.png") center / cover;
	position: relative;
	height: 400px;
}

.main-contents-wrapper {
	max-width: 1200px;
	text-align: center;
	box-sizing: border-box;
}


.main-contents-wrapper img {
	width: 100px;
	margin: 25px 0 15px 0;
}
.intro img {
	width: 240px;
	display: flex;
	margin:70px auto;
}

.intro {
	width: 90%;
	margin: 0 auto 80px;
}

.intro br,	.highlight__box br {
	display: none;
}

h2 {
	position: absolute;
	width: 100%;
	height: 400px;
	text-align: center;
	font-weight: bold;
	font-size: 62px;
	font-style: oblique;
	color: #fff;
	line-height: 400px;
}
h3 {
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	line-height: 68px;
	color: #000000;
	margin-bottom: 50px;
}

/* -----------------------------------------レスポンシブ----------------------------------------- */
@media screen and (max-width: 1280px) {
	.top-img-wrapper {
		height: 180px;
	}
	.main-contents-wrapper {
		margin-bottom: 100px;
	}
	.main-contents-wrapper p {
		font-size: 14px;
		line-height: 21px;
		margin-bottom: 20px;
	}
	.main-contents-wrapper br {
		display: inline;
	}

	.intro {
	margin: 0 auto 50px;
}
	
	.intro br, 	.highlight__box br {
		display: block;
	}
	
	h2 {
		font-size: 24px;
		line-height: 180px;
	}
	h3 {
		font-size: 18px;
		line-height: 27px;
		margin-bottom: 25px;
	}
	
	h4{
		height: 30px;
		font-size: 18px;
		line-height: 30px;
	}
	
	.highlight__box2 {
	max-width: calc(50% - 5px);
	}
	
	.highlight__box, .highlight__flex{
		margin-bottom: 10px;
	}

	
	.highlight__box p, 	.highlight__box2 p {
		font-size: 8px;
		line-height: 1;
		margin-bottom: 0;
	}
	
	.day01 {
		font-size: 8px;
		line-height: 1;
		margin-bottom: 0;
}


}