@charset "utf-8";
/* ============== 共通 =================== */
#contents {
	background-color: #ffffff;
	padding: 0 0 10px;
	color: #333;
	text-align: center;
	font-size: 14px;
	line-height: 1.6;
}
#contents * {
	box-sizing: border-box;
}
#contents a {
	color: #0099cc;
	text-decoration: underline;
}
#contents a:hover {
	opacity: 0.7;
}
.display-sp {
	display: none;
}
.fw-b {
	font-weight: bold;
}
.att-limit {
	color: #FF0000;
	font-weight: bold;
	margin-bottom: 10px;
}
/*コンテンツ幅*/
.ly-block {
	margin: auto;
	max-width: 970px;
	width:calc(100% - 60px);
}
/* ============== btn =================== */
.btn_wrap {
	margin: 43px auto 45px;
}
.btn_lead {
	font-size: 18px;
	font-weight: bold;
	display: flex;
	justify-content: center;
	margin-bottom: 15px;
}
.btn_lead::before {
	content:"＼";
	margin-right: 8px;
}
.btn_lead::after {
	content:" ／";
	margin-left: 8px;
}
.btn_lead::before,
.btn_lead::after {
	color: #ff9123;
	display: block;
}
#contents .btn {
	position: relative;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	width: 100%;
	max-width:400px;
	height: 50px;
	background-color: #ff9123;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/kztk_92sk/img/arrow_right.png);
	background-size: 20px;
	background-position: center right 15px;
	background-repeat: no-repeat;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}
.btn_wrap .note-txt {
	margin-top: 18px;
}
/*終了対応*/
#contents .btn_close {
	pointer-events: none;
	position: relative;
}
#contents .btn_close::before {
	content:none;
}
#contents .btn_close::after {
	content:"※本キャンペーンは終了しました";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 110%;
	height: 120%;
	background-color: rgba(0,0,0,0.7); /* ←※固定 */
	margin: 0 auto;
	z-index: 10;
	color: #fff;
	font-size: 2.2rem;
	font-weight: bold;
}
/* ============== LP =================== */
/*top*/
.top_ttl {
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/kztk_92sk/img/bg.png) 0 0/contain repeat-x;
}
.top_date {
	padding: 8px 0;
	background-color: #e60013;
}
.top_date img {
	height: 55px;
}
/*sec*/
.sec_ttl {
	font-size: 22px;
	font-weight: bold;
}
.sec_list {
	margin-top: 56px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.sec_item {
	max-width: 270px;
	width: calc((100% - 16.4%)/ 3);
	position: relative;
	margin-bottom: 47px;
}
.sec_item:nth-of-type(2),
.sec_item:nth-of-type(3),
.sec_item:nth-of-type(5){
	margin-left: 8.2%;
}
.sec_item:nth-of-type(4) {
	margin-left: 5.2%;
}
.sec_item:nth-of-type(n+2)::before {
	content:"";
	display: block;
width: 15px;
height: 23px;
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/kztk_92sk/img/step_arrow.png) 0 0/contain no-repeat;
	position: absolute;
	left: -17%;
top: 36%;
transform: translateY(-50%);
}
.sec_icon {
	width: 83px;
	height: 25px;
	color: #fff;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 20px;
	position: absolute;
	top: -13px;
	left:50%;
	transform:translateX(-50%);
	z-index: 2;
}
.sec_pic {
	border-radius: 10px;
	border-width: 2px;
	border-style: solid;
}
.sec_txt {
	text-align: left;
}
.sec_txt span {
	font-weight: bold;
}
.get .sec_icon {
	background-color: #c3b24a;
}
.get .sec_pic {
	border-color: #c3b24a;
}
.use .sec_icon {
	background-color: #e60013;
}
.use .sec_pic {
	border-color: #e60013;
}
.sec_txt {
	margin-top: 13px;
}
/*app*/
.app {
	background-color: #fff8eb;
	overflow: hidden;
}
.app .sec_ttl {
	margin-top: 45px;
}
.app_txt {
	text-align: left;
	margin-right: 30px;
}
.app_txt dt {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 34px;
}
.app_note {
	margin-top: 24px;
	font-size: 12px;
}
.app_code_txt {
	margin-top: 5px;
	font-weight: bold;
}
.app_code {
	flex: 0 0 200px;
}
.app_inner {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	margin-bottom: 50px;
	max-width: 830px;
	width: calc(100% - 60px);
	margin: 35px auto 55px;
}
/*use*/
.use {
	margin-top: 45px;
}
/* ============== att =================== */
.att {
	overflow: hidden;
	margin: 0 auto 80px;
	text-align: left;
	line-height: 1.7;
	border: 1px solid #ddd;
	border-radius: 10px;
}
.att_list {
	width: calc(100% - 60px);
	max-width: 830px;
	margin: 6.8% auto;
}
.att_item + .att_item {
	margin-top: 30px;
}
.att_item_ttl{
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	padding-left: 1.5em;
	line-height: 1.3; 
}
/*「●」タイプのリスト用*/
.att_item_ttl::before {
	content: "";
	display: block;
	position: absolute;
	background-color: #c3b24a;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.att_item_inner p {
	margin-top: 10px;
}
.att_item_inner p + p {
	margin-top: 0;
}
.att_item_img {
	margin: 20px auto;
	text-align: center;
}
.att_list-style {
	margin-top: 10px;
	padding-left: 1em;
	text-indent: -1em
}
.att_list-style li > ul, .att_list-style li > ol {
	margin-left: 1em;
	margin-bottom: 5px;
}
/* コンテンツ（SP：767px以下）
========================================================*/
@media screen and (max-width: 767px) {
	/* ============== 共通 =================== */
	.display-pc {
		display: none;
	}
	.display-sp {
		display: block;
	}
	.ly-block {
		width: calc(100% - 30px);
	}
/* ============== btn =================== */
.btn_wrap {
	width: calc(100% - 26px);
	margin: 9.5% auto 9%;
}
.btn_lead {
	margin-bottom: 10px;
}
.btn_lead::before {
margin-right: 0px;
}
.btn_lead::after {
margin-left: 0;
}
#contents .btn {
	width: 82%;
}
.btn_att {
	margin-top: 15px;
	text-align: left;
	padding-left: 1em;
	text-indent: -1em;
}
.btn_wrap .note-txt {
line-height: 1.6;
text-align: left;
padding-left: 1em;
text-indent: -1em;
width: 82%;
margin: 14px auto;
}
/*終了対応*/
#contents .btn_close::after {
	font-size: 1.8rem;
}
/* ============== LP =================== */
/*top*/
.top_ttl {
	padding-top: 117.3%;
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/kztk_92sk/img/mv_sp.png) 0 0/contain no-repeat;
}
.top_date {
	padding: 6px 0;
}
.top_date img {
	height: auto;
}
/*sec*/
.sec_ttl {
	font-size: 22px;
	font-weight: bold;
}
.sec_list {
width: 82%;
margin: 34px auto 0;
flex-direction: column;
}
.sec_item {
	max-width: 100%;
	width: 100%;
	margin-bottom: 40px;
}
.sec_item:nth-of-type(2),
.sec_item:nth-of-type(3),
.sec_item:nth-of-type(4),
.sec_item:nth-of-type(5){
	margin-left: 0;
}
.sec_item:nth-of-type(n+2)::before {
	content: none;
}
/*app*/
.app .sec_ttl {
	margin-top: 32px;
}
.app_txt {
	text-align: left;
	margin-right: 0;
}
.app_txt dt {
margin-bottom: 25px;
}
.app-dw_btn {
	width: 78%;
margin: 0 auto 24px;
}
.app-dw_note {
	text-align: left;
	margin: auto;
}
.app-dw_note span {
	display: block;
	font-size: 12px;
	margin-top: 23px;
}
.app_code_txt {
	margin-top: 5px;
	font-weight: bold;
}
.app_code {
	flex: 0 0 200px;
}
.app_inner {
	align-items: center;
	flex-direction: column;
	margin: 15px auto 35px;
	width: calc(100% - 50px);
}
/*use*/
.use {
	margin-top: 36px;
}

/* ============== att =================== */
.att {
	margin-bottom: 30px;
}
.att_list {
	width: calc(100% - 54px);
	margin: 26px auto 30px;
}
.att_item + .att_item {
	margin-top: 8%;
}
.att_item_ttl{
	padding-left: 1.5em;
	margin-bottom: 10px;
}
.att_item_inner p, .att_list-style {
	margin-top: 5px;
}
}