@charset "utf-8";
/* ============== 共通 =================== */
#contents {
	color: #333333;
	font-size: 14px;
	line-height: 1.6;
	text-align: center;
	background-color: #ffffff;
	padding: 0;
	overflow: hidden;
}
#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 {
	color: #f50028;
	font-size: 180%;
	font-weight: bold;
	text-align: center;
	margin: 20px auto;
	line-height: 1;
}
/*角丸ブロック*/
.ly-round {
	border-radius: 8px;
}
/*マーカー*/
.line-txt {
	display: inline;
	background: linear-gradient(transparent 70%, #fee661 0%);/* 任意 */
	padding: 0 5px;
}
/*強調カラーテキスト*/
.em-txt {
	color: #ff9123;/* 任意 */
}
/* ============== btn =================== */
.btn_wrap {
	margin: 60px auto;
}
.btn_inner {
	margin-bottom: 20px;
}
.btn_txt {
	font-weight: bold;
}
.lead + .btn_wrap {
	margin-top: 30px;
}
#contents .btn {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.btn {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ff9123;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/googlepixel_2508/img/btnarrow_right.png);
	background-size: 20px;
	background-position: center right 15px;
	background-repeat: no-repeat;
	border-radius: 5px;
	width: 100%;
	max-width:400px;
	height: 50px;
	margin: 5px auto;
	position: relative;
}
.btn_att {
	color: #999999;
	font-size: 12px;
	margin-top: 20px;
}
#contents .btn_standBy {
	filter: grayscale(1);
	pointer-events: none;
}
/* 期間外 */
.btn_off {
	filter: grayscale(100%);
	background-color: #7d7d7d;
}
/*終了対応*/
#contents .btn_close {
	position: relative;
	pointer-events: none;
}
#contents .btn_close::after {
	content:"※応募受付は終了しました";
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	font-size: 2.2rem;
	font-weight: bold;
	background-color: rgba(0,0,0,0.7); /* 固定 */
	width: 104%;
	height: 120%;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 10;
}
/* ============== top =================== */
.top {
	font-size: 0;
}
.lead.note-txt {
	margin-bottom: 20px;
}
/* ============== sec共通 =================== */
.sec {
	width:calc(100% - 60px);
	max-width: 970px;
	margin: 60px auto;
}
.sec_inner {
	width: calc(100% - 140px);
	max-width: 830px;
}
@media screen and (max-width: 970px) {
	.sec_inner {
		width: calc(100% - 60px);
	}
}
.sec_ttl {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	margin: 50px auto 40px;
}
.sec .note-txt {
	text-align: left;
}
/* ============== att =================== */
.att {
	text-align: left;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	overflow: hidden;
}
.att_list {
	margin: 40px auto;
}
.att_item + .att_item {
	margin-top: 30px;
}
.att_item_ttl{
	font-size: 14px;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 15px;
	padding-left: 1.5em;
	position: relative;
}
.att_item_ttl::before {
	content: "";
	display: block;
	background-color: #ff9123;
	border-radius: 50%;
	width: 14px;
	height: 14px;
	position: absolute;
	top: 2px;
	left: 0;
}
.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 {
	text-align: center;
	margin: 20px auto;
}
.att_list-style {
	text-indent: -1em;
	margin-top: 10px;
	padding-left: 1em;
}
.att_num-style {
	text-indent: -1.4em;
	margin-top: 10px;
	padding-left: 1.5em;
	counter-reset: number 0;
}
.att_num-style > li::before {
	counter-increment: number 1;
	content: "(" counter(number) ")";
}
.att_small-unit {
	margin: 10px auto;
}
.att_list-style .att_small-unit {
	text-indent: 0;
}
.att_list-style li > .att_list-style,
.att_list-style li > .att_num-style,
.att_num-style li > .att_list-style,
.att_num-style li > .att_num-style,
.att_small-unit .att_list-style,
.att_small-unit .att_num-style {
	margin-top: 0;
	margin-bottom: 10px;
}
.att_list-style li > .att_num-style,
.att_num-style li > .att_num-style {
	transform: translateX(-0.2em);
}
.att_small-unit .att_list-style,
.att_small-unit .att_num-style,
.att_ml {
	margin-left: 0.5em;
}

.att_item_fwb {
	font-weight: bold;
}
.att_item_ftem {
	color: #f50028;
	font-weight: bold;
}
.att table {
	width: 100%;
	border-collapse: collapse;
}
.att th,
.att td {
	padding: 8px;
	font-weight: normal;
	text-align: center;
	border: 1px solid #000;
}
.att .mt-10 {
	margin-top: 10px;
}
.att .mt-16 {
	margin-top: 16px;
}

/* コンテンツ（SP：767px以下）
========================================================*/
@media screen and (max-width: 767px) {
	/* ============== 共通 =================== */
	.display-pc {
		display: none;
	}
	.display-sp {
		display: block;
	}
	.end_txt {
		font-size: 150%;
	}
	/* ============== btn =================== */
	.btn_wrap {
		width: calc(100% - 30px);
		margin: 30px auto;
	}
	.lead + .btn_wrap {
		margin-top: 20px;
	}
	.btn {
		max-width: 100%;
	}
	.btn_att {
		text-align: left;
		margin-top: 15px;
	}
	/*終了対応*/
	#contents .btn_close::after {
		font-size: 1.8rem;
	}
	/* ============== top =================== */
	.top img {
		width: 100%;
	}
	/* ============== sec共通 =================== */
	.lead.note-txt {
		text-align: left;
		margin-bottom: 15px;
	}
	.sec {
		width: calc(100% - 30px);
		margin: 45px auto;
	}
	.sec_ttl {
		margin: 36px auto 30px;
	}
	.lead {
		margin: 20px auto;
	}
	/* ============== att =================== */
	.sec.att {
		margin: 50px auto;
	}
	.att .sec_ttl {
		margin: 30px auto;
	}
	.sec_inner.att_list {
		width: calc(100% - 60px);
		margin: 30px auto;
	}
	.att_item + .att_item {
		margin-top: 40px;
	}
	.att_item_ttl{
		margin-bottom: 10px;
		padding-left: 1.5em;
	}
	.att_item_inner p, .att_list-style {
		margin-top: 5px;
	}
	.att_table {
		overflow-x: scroll;
	}
}