@charset "utf-8";
/* ============== 共通 =================== */
#contents {
	padding: 0;
	font-size: 14px;
	text-align: center;
	line-height: 1.6;
	color: #333333;
	background-color: #ffffff;
	overflow: hidden;
}
#footer {
	margin-top: 60px;
}
#contents * {
	box-sizing: border-box;
}
#contents a {
	color: #0099cc;
	text-decoration: underline;
}
#contents a:hover {
	opacity: 0.7;
}
figure {
	margin: 0;
}
.display_sp {
	display: none;
}
.end_txt {
	padding: 20px 0;
	font-size: 180%;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	color: #f50028;
	background-color: #fff;
}
/*注釈テキスト*/
.note_txt {
	padding-left: 1em;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.6;
	color: #999;
	text-indent: -1em;
}
/*角丸ブロック*/
.round_block {
	border-radius: 8px;
}
/*太字*/
.bold_font {
	font-weight: bold;
}
/*吹き出し*/
.slash_txt {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	font-weight: bold;
	font-size: 14px;
}
.slash_txt::before,
.slash_txt::after {
	content: '';
	width: 2px;
	height: 16px;
	display: block;
	background-color: #111;
}
.slash_txt::before {
	transform: rotate(-30deg);
}
.slash_txt::after {
	transform: rotate(30deg);
}
/*中黒リスト*/
.dot_list {
	margin-top: 10px;
	padding-left: 1em;
	text-indent: -1em;
}
/*(数字)リスト*/
.num_list {
	padding-left: 1.5em;
	text-indent: -1.4em;
	counter-reset: number 0;
}
.num_list > li::before {
	content: "(" counter(number) ")";
	counter-increment: number 1;
}
/* ============== btn =================== */
#contents .btn {
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
.btn_wrap {
	width: calc(100% - 60px);
	margin: 60px auto 0;
}
.btn {
	width: 100%;
	max-width: 400px;
	height: 50px;
	margin: 0 auto;
	position: relative;
	display: grid;
	place-items: center;
	background-color: #DD272D;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/hochinews_2512/img/btnarrow_right.png);
	background-size: 20px;
	background-position: center right 15px;
	background-repeat: no-repeat;
	border-radius: 5px;
}
.btn_att {
	margin-top: 20px;
	font-size: 12px;
	color: #999999;
}
/*終了対応*/
#contents .close_btn {
	position: relative;
	pointer-events: none;
}
#contents .close_btn::after {
	content:"※本キャンペーンは終了しました";
	width: 104%;
	height: 120%;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2.2rem;
	font-weight: bold;
	color: #ffffff;
	background-color: rgba(0,0,0,0.7);
	transform: translate(-50%,-50%);
	z-index: 10;
}
/* ============== top =================== */
.top {
	font-size: 0;
}
.top_ttl {
	background-color: #009844;
}
.top_date {
	height: 55px;
	padding: 5px 10px;
	background-color: #E3FFD4;
}
.top_date img {
	width: auto;
	height: 100%;
}
/* ============== nav =================== */
.nav {
	width: calc(100% - 60px);
	max-width: 970px;
	margin: 60px auto 0;
}
.nav_list {
	display: flex;
	justify-content: center;
	gap: 30px;
}
.nav_item {
	width: 100%;
	max-width: 400px;
}
#contents .nav_btn {
	color: #009844;
}
.nav_btn {
	background-color: #FFF;
	border: 1px solid #009844;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/hochinews_2512/img/btnarrow_bottom.png);
}
/* ============== sec共通 =================== */
.sec_inner {
	width: calc(100% - 60px);
	max-width: 970px;
	margin: 0 auto;
}
.sec_ttl + * {
	margin-top: 30px;
}
.sec_lead_ttl {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
}
.sec_lead_txt {
	margin-top: 10px;
}
/* ============== LP =================== */
/* cp キャンペーン概要 */
.cp {
	margin-top: 60px;
	padding: 40px 0 60px;
	background-color: #E3FFD4;
}
.cp_box {
	margin-top: 30px;
	padding: 40px 30px;
	background-color: #FFF;
	border: 1px solid #DDD;
}
.cp_box_ttl {
	position: relative;
	font-size: 22px;
	line-height: 1.5;
}
.cp_box_ttl::after {
	content: "";
	width: 30px;
	height: 3px;
	margin: 20px auto 0;
	display: block;
	background-color: #009844;
}
.cp_box_list {
	display: flex;
	justify-content: center;
	gap: 30px;
}
.cp_benefits_txt {
	margin-top: 20px;
}
.cp_benefits_list {
	margin-top: 20px;
}
.cp_join_steps {
	margin-top: 40px;
}
.cp_join_step {
	padding-bottom: 20px;
	position: relative;
	flex: 1;
	border: 1px solid #009844;
}
.cp_join_num {
	width: 160px;
	height: 25px;
	position: absolute;
	top: 0;
	left: 50%;
	font-weight: bold;
	line-height: 25px;
	color: #FFF;
	background-color: #009844;
	border-radius: 500px;
	transform: translate(-50%, -50%);
}
.cp_join_img {
	width: 305px;
}
.cp_join_txt {
	width: calc(100% - 40px);
	margin: 10px auto 0;
	text-align: left;
}
.cp_join_note_txt {
	margin-top: 20px;
	text-align: left;
}
.cp_join_btn {
	margin-top: 40px;
}
/* info スポーツ報知情報 */
.info {
	padding-top: 60px;
}
.info_img {
	margin-top: 10px;
	max-width: 345px;
}
.info_points {
	margin-top: 30px;
	display: flex;
	gap: 20px;
}
.info_point {
	flex: 1;
	border: 1px solid #009844;
}
.info_point_header {
	padding: 5px 0;
	font-size: 18px;
	font-weight: bold;
	color: #FFF000;
	background-color: #009844;
}
.info_point_body {
	padding: 20px;
}
.info_point_ttl {
	font-size: 16px;
	font-weight: bold;
	color: #009844;
}
.info_point_txt {
	text-align: left;
}
.info_point_ttl + .info_point_txt {
	margin-top: 10px;
}
.info_point_txt + .info_point_txt {
	margin-top: 1em;
}
/* caution_wrap */
.caution_wrap {
	width: calc(100% - 60px);
	max-width: 970px;
	margin: 60px auto 0;
	padding: 40px 50px;
	text-align: center;
	background-color: #F2F2F2;
	border: 1px solid #DDD;
}
/* ============== att =================== */
.att {
	width: calc(100% - 60px);
	max-width: 970px;
	margin: 60px auto 0;
	padding: 50px 70px;
	text-align: left;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	overflow: hidden;
}
.att_ttl {
	font-size: 22px;
	text-align: center;
}
.att_list {
	margin-top: 40px;
}
.att_item + .att_item {
	margin-top: 40px;
}
.att_item_ttl {
	padding-left: 1.5em;
	position: relative;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.3;
}
/*「●」タイプのリスト用*/
.att_item_ttl::before {
	content: "";
	width: 14px;
	height: 14px;
	position: absolute;
	top: 2px;
	left: 0;
	display: block;
	background-color: #009844;
	border-radius: 50%;
}
.att_item_inner p {
	margin-top: 10px;
}
.att_item_inner .note_txt {
	margin-top: 0;
}
.att_item_inner p + p {
	margin-top: 0;
}
.att_item_img {
	margin-top: 20px;
	text-align: center;
}
.att_item_img + * {
	margin-top: 20px;
}
.att .dot_list,
.att .num_list,
.att_small_unit,
.att_small_unit + * {
	margin-top: 10px;
}
.att_small_unit dd > *:first-child {
	margin-top: 0;
}
.att .dot_list .att_small_unit {
	text-indent: 0;
}
.att .dot_list li > .dot_list,
.att .dot_list li > .num_list,
.att .num_list li > .dot_list,
.att .num_list li > .num_list,
.att_small_unit .dot_list,
.att_small_unit .num_list {
	margin-top: 0;
}
.att .dot_list li > .dot_list + *,
.att .dot_list li > .num_list + *,
.att .num_list li > .dot_list + *,
.att .num_list li > .num_list + *,
.att_small_unit .dot_list + *,
.att_small_unit .num_list + * {
	margin-top: 10px;
}
.att .dot_list li > .num_list,
.att .num_list li > .num_list {
	transform: translateX(-0.2em);
}
.att_small_unit .dot_list,
.att_small_unit .num_list {
	margin-left: 0.5em;
}
.att .em_font {
	font-weight: bold;
	color: #f50028;
}
/* コンテンツ（SP：767px以下）
========================================================*/
@media screen and (max-width: 767px) {
	/* ============== 共通 =================== */
	#footer {
		margin-top: 40px;
	}
	img {
		width: 100%;
	}
	.display_pc {
		display: none;
	}
	.display_sp {
		display: block;
	}
	.end_txt {
		font-size: 150%;
	}
	/* ============== btn =================== */
	.btn_wrap {
		width: calc(100% - 90px);
	}
	.btn_wrap_top {
		margin-top: 30px;
	}
	.btn_wrap_bottom {
		margin-top: 40px;
	}
	.btn_att {
		text-align: left;
	}
	/*終了対応*/
	#contents .close_btn::after {
		font-size: 1.8rem;
	}
	/* ============== top =================== */
	.top_date {
		height: 50px;
	}
	/* ============== nav =================== */
	.nav {
		width: calc(100% - 90px);
		margin-top: 40px;
	}
	.nav_list {
		flex-direction: column;
		align-items: center;
		gap: 20px;
	}
	.nav_btn {
		width: 100%;
	}
	/* ============== sec共通 =================== */
	.sec_inner {
		width: calc(100% - 30px);
	}
	.sec_ttl {
		width: 100vw;
		transform: translateX(-15px);
	}
	.sec_lead_txt {
		text-align: left;
	}
	/* ============== LP =================== */
	/* cp キャンペーン概要 */
	.cp {
		margin-top: 40px;
		padding-top: 0;
	}
	.cp_box {
		padding: 30px 20px;
	}
	.cp_box_list {
		flex-direction: column;
	}
	.cp_benefits_txt {
		text-align: left;
	} 
	.cp_benefits_list {
		gap: 20px;
	}
	.cp_join_note_txt {
		margin-top: 10px;
	}
	.cp_join_btn {
		width: calc(100% - 18px);
		margin-top: 30px;
	}
	/* info スポーツ報知情報 */
	.info {
		margin-top: 0;
		padding-top: 0;
	}
	.info_lead_txt + .info_lead_txt{
		margin-top: 1em;
	}
	.info_points {
		flex-direction: column;
	}
	/* caution_wrap */
	.caution_wrap {
		width: calc(100% - 30px);
		margin-top: 40px;
		padding: 20px 30px;
		text-align: left;
	}
	/* ============== att =================== */
	.att {
		width: calc(100% - 30px);
		margin-top: 80px;
		padding: 40px 30px 30px;
	}
	.att_item_ttl {
		padding-left: 1.5em;
	}
	.att_item_inner p,
	.att .dot_list,
	.att .num_list,
	.att_small_unit,
	.att_small_unit + * {
		margin-top: 5px;
	}
}