@charset "UTF-8";

/* data
========================================== */
.data-inner {
	background: #ffffff;
}
.data-inner p.indent {
	margin-left:1em;
	text-indent:-1em;
}
.data-mainV {
	width: 100%;
	height: 0;
	padding-top: 101.333%;
	background-image: url(../images/data/kv_sp.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.data-light .data-mainV {
	background-image: url(../images/data/kv_sp_light.png);
	padding-top: 61.333%;
}
.data-contents {
	padding-top: 25px;
}
.data-deadline {
	width: calc(100% - 30px);
	max-width: 600px;
	margin: 0 auto;
	text-align: center;
	color: #eb0927;
	font-size: 16px;
	font-weight: bold;
	background: #fff799;
	padding: 5px 5px 3px;
}
.data-present {
	padding: 0 15px;
	margin-top: 20px;
}
.data-present-img {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 481.59%;
	background-image: url(../images/data/present_sp.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.data-present-img a {
	position: absolute;
	top: 30%;
	left: 2.8%;
	display: block;
	width: 94.2%;
	height: 0;
	padding-top: 16%;
	background: rgba(255, 255, 255, 0);
}
.data-present-img a:nth-child(2) {
	top: 61.5%;
}
.data-present-img a:nth-child(3) {
	top: 96.8%;
}
.data-present-caption {
	margin-top: 15px;
	line-height: 1.3;
}
.data-special {
	padding: 0 15px;
	margin-top: 20px;
}
.data-special-img {
	width: 100%;
	height: 0;
	padding-top: 105.94%;
	background-image: url(../images/data/sppresent_sp.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.data-point {
	background: #fdf7cc;
	color: #173756;
	font-size: 14px;
	padding-bottom: 30px;
}
.data-point dt {
	position: relative;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	background: #e7010e;
	padding: 15px 0;
	margin-top: 30px;
}
.data-point dt:before {
	content: '!';
	display: inline-block;
	width: 28px;
	height: 28px;
	line-height: 25px;
	border-radius: 50px;
	border: 2px solid #fff;
	margin-right: 5px;
}
.data-point dd {
	padding: 0 15px;
	margin-top: 15px;
	line-height: 1.4;
}
.data-point dd > span {
	display: block;
	margin-left: 1.6rem;
}
.data-play {
	margin-top: 30px;
}
.data-light .data-play { margin-top: 0; }

.data-play-heading {
	padding: 0 15px;
}
.data-play-heading span {
	display: inline-block;
	background: #43c8e7;
	color: #fff;
	padding: 0 5px;
}
.data-play-text {
	padding: 0 15px;
	margin-top: 15px;
	line-height: 1.3;
}
.data-light .data-play-text > p {
	margin-left:1em;
}
.data-play-text span {
	color: #eb0927;
	display: inline-block;
}
.data-light .data-play-text .data-play-text-em {
	color: #173756;
    font-size: 16px;
    font-weight: bold;
	margin-bottom: 5px;
	text-indent:-1em;
}
.data-light .data-play-text .data-play-text-em span {
	display: inline;
}
.data-play-text span.em {
	color: #173756;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}
.data-play figure {
	padding: 0 15px;
	text-align: center;
	margin-top: 15px;
}
.data-light .data-play figure { margin-top: 0; }

.data-play figure img {
	max-width: 100%;
}
.data-play-text--oubo {
	background: #fdf7cc;
	padding: 10px 15px;
	margin-top: 15px;
}
.data-play-text--oubo span { color: #eb0927; }
.data-play-text--caption {
	padding: 0 15px;
	margin-top: 15px;
	line-height: 1.4;
}
.data-light .data-play-text--caption {
	background: #f3f5f6;
	padding: 15px;
	margin-top: 30px;
	margin-bottom: 50px;
	font-size: 13px;
}

.data-bottom {
	padding: 0 15px 30px;
	margin-top: 30px;
	text-align: center;
}
.data-bottom-heading {
	font-size: 17px;
	font-weight: bold;
	padding-bottom: 10px;
}
.data-bottom-text {
	margin-top: 15px;
}
.data-bottom-text.red {
	color: #eb0927;
	font-weight: bold;
}
@media screen and (min-width: 993px) {
	.data-contents {
		padding: 40px 80px;
		font-size: 18px;
	}
	.data-inner {
		margin-top: 80px;
	}
	.data-mainV {
		padding-top: 42%;
		background-image: url(../images/data/kv_pc.png);
	}
	.data-light .data-mainV {
		padding-top: 30%;
		background-image: url(../images/data/kv_pc_light.png);
	}
	.data-deadline {
		font-size: 28px;
	}
	.data-present {
		margin-top: 40px;
		padding: 0;
	}
	.data-present-img {
		padding-top: 71.78%;
		background-image: url(../images/data/present_pc.png);
	}
	.data-present-img a {
		top: 87.4%;
		left: 2.5%;
		width: 27.4%;
		padding-top: 6%;
	}
	.data-present-img a:hover {
		background: rgba(255, 255, 255, 0.8);
	}
	.data-present-img a:nth-child(2) {
		top: 87.4%;
		left: 36.4%;
	}
	.data-present-img a:nth-child(3) {
		top: 87.4%;
		left: 70.3%;
	}

	.data-present-caption {
		margin-top: 30px;
		line-height: 1.6;
	}
	.data-special {
		padding: 0;
		margin-top: 60px;
	}
	.data-special-img {
		padding-top: 37.26%;
		background-image: url(../images/data/sppresent_pc.png);
	}
	.data-point {
		padding: 0 0 30px;
		font-size: 18px;
	}
	.data-point dt {
		margin-top: 50px;
		font-size: 30px;
	}
	.data-point dt:before {
		width: 43px;
		height: 43px;
		line-height: 40px;
		border: 3px solid #ffffff;
		margin-right: 20px;
		font-size: 27px;
	}
	.data-point dd {
		padding: 0 40px;
	}

	.data-play + .data-play {
		margin-top: 100px;
	}
	.data-play-heading {
		padding: 0;
	}
	.data-play-heading span {
		font-size: 20px;
		padding: 10px 20px 10px 10px;
	}
	.data-play figure {
		padding: 0;
		margin-bottom: 50px;
	}
	.data-play + .data-play figure {
		margin-bottom: 0;
	}
	.data-play-text {
		padding: 0;
	}
	.data-light .data-play-text { margin-top: 30px; }

	.data-play-text span.em {
		font-size: 22px;
	}
	.data-light .data-play-text .data-play-text-em { font-size: 22px; }
	.data-light .data-play-text > p { line-height: 1.7; }

	.data-play-text--oubo {
		width: calc(100% - 40px);
		margin: -40px auto 0;
		padding: 20px;
		font-size: 20px;
	}
	.data-play-text--caption {
		padding: 0;
		font-size: 14px;
		margin-top: 30px;
	}
	.data-light .data-play-text--caption {
		font-size: 16px;
		margin-top: 45px;
		padding: 15px 20px;
	}
	.data-bottom {
		margin-top: 80px;
	}
	.data-bottom-heading {
		font-size: 32px;

	}
}

