@charset "utf-8";
#contents {
	background: #fff;
	font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
	color: #333;
	text-align: center;
	padding: 0;
	font-size: 14px;
	line-height: 1.6;
}
#contents a {
	color: #0099cc;
}
#contents .inner {
	width: 100%;
}
.display-sp {
	display: none;
}
.display-pc {
	display: block;
}
.end_txt {
	font-weight: bold;
	color: #FF0004;
	font-size: 180%;
	text-align: center;
}
.end_txt + .btn {
	margin-top: 15px;
}
a {
	color: #2473b3;
	text-decoration: underline;
}
/* ============== MV =================== */
.mv_wrap {
	margin-bottom: 2.5%;
}
.mv {
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/apptap202301/img/bg.png) repeat-x;
}
.mv img {
	margin: auto;
}
.mv_term {
	background: #436e41;
	padding: 8px 10px;
	display: flex;
	flex-flow: column;
}
.term_entry,
.term_tap{
	width: 494px;
	padding: 4px 0;
	margin: 0 auto;
}
/* ============== btn =================== */
.btn_wrap {
	margin: 50px auto;
}
#contents .btn {
	position: relative;
	margin: 0 auto;
	display: inline-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/mj2301_93stm/img/btn_arrow.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_att {
	margin-top: 18px;
	color: #999;
	font-size: 12px;
}
/*終了対応*/
#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;
}
/*============== appDownload==============*/
.btn + .appDownload {
	margin-top: 1.8%;
}
.appDownload {
	background: #ffdc2e;
	padding: 40px 0 38px;
}
.appDownload_inner {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.icon-txt {
	margin-right: 20px;
}
.qr-pic {
	margin-left: 25px;
	max-width: 158px;
}
.app_txt {
	margin-top: 20px;
}
.app_note {
	text-align: left;
	margin-top: 18px;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5;
	text-indent: -1em;
	padding-left: 1em;
}
/* ============== エントリーステップ ============== */
.join-step {
	background: #fffbd4;
	padding: 35px 0 40px;
}
.join-step .step-detail {
	width: 90%;
	max-width: 970px;
	margin: auto;
}
.step-box {
	background: #fff;
	border-radius: 10px;
	padding: 1.2% 0;
	margin: 0 0 3.5%;
	box-sizing: border-box;
}
.step-box-03 {
	margin-bottom: 1%;
	padding-top: 15px;
}
.step-box-04 {
	padding: 3.7% 0;
	margin-bottom: 2%;
}
.step-detail .helf {
	max-width: 472px;
	width: calc((100% - 22px)/2);
	display: inline-block;
	margin-bottom: 2%;
	padding: 1.6% 0 3.2%;
}
.step-detail .step-box:nth-child(2) {
	margin-left: 2%;
}
.tapatt {
	text-align: left;
	width: 94%;
		margin: 16px auto 3px;
		font-size: 12px;
		line-height: 1.5;
		box-sizing: border-box;
}
.arrow {
	width: 8.5%;
	margin: 2px auto 1.2%;
}
.step-box-note {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	text-indent: -1em;
	padding-left: 1em;
	line-height: 1.8;
}
/*STEP3アコーディオン*/
.accordion {
	width: 93%;
	background: #fff;
	margin: 2.5% auto 2.2%;
	position: relative;
	padding: 0;
	border: solid 3px #e8285a;
	border-radius: 8px;
	overflow: hidden;
}
.accordion .example {
	display: none;
	padding: 15px 15px 25px;
}
.accordion .example dt {
	text-align: left;
}
.accordion_label {
	position: relative;
	cursor: pointer;
	color: #fff;
	border-radius: inherit;
}
.accordion_label span:hover {
	background: #fee5e8;
}
.accordion_label span {
	display: block;
	width: 100%;
	padding: 10px;
	font-size: 20px;
	line-height: 1;
	font-weight: bold;
	color: #e8285a;
	box-sizing: border-box;
	text-align: center;
	transition: 0.5s;
}
.accordion_label span:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 17px;
	width: 20px;
	height: 2px;
	background: #e8285a;
	transform: translateY(-50%);
	border: 1px solid;
}
.accordion_label span:after {
	position: absolute;
	left: 2.8%;
	content: "";
	color: #e8285a;
	top: 50%;
	/* 8px+12px-1px(幅2pxの半分) */
	right: 19px;
	width: 2px;
	height: 20px;
	background: #e8285a;
	transform: translateY(-50%);
	transition: .3s;
	border: 1px solid;
}
.accordion_label span.open {
	background: #e8285a;
	color: #fff;
}
.accordion_label span.open:before {
	background: #fff;
	z-index: 1;
}
.example li {
	margin-top: 10px;
	text-align: left;
}
.example .arrow {
	width: 48px;
	margin: 10px 0 -8px;
}
.example li {
	margin-top: 10px;
	text-align: left;
}
.example .arrow {
	width: 48px;
	margin: 10px 0 -8px;
}
/* ================= その他 ====================== */
.container-wrap #pagetop {
	padding-top: 10px;
}
/* ============== att =================== */
.att {
	background: #fff;
	border-radius: 10px;
	max-width: 970px;
	width: calc(100% - 30px);
	margin: 2.8% auto;
	padding: 30px 25px;
	text-align: left;
	border: 2px solid #C1C1C1;
	line-height: 1.7;
	box-sizing: border-box;
}
.att_item + .att_item {
	margin-top: 30px;
}
.att_item_ttl {
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: bold;
	position: relative;
	padding-left: 1.5em;
	line-height: 1.3;
}
/*「●」タイプのリスト用*/
.att_item_ttl::before {
	content: "";
	display: block;
	position: absolute;
	background: #436e41;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.att_item_inner p {
	margin-top: 10px;
}
.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;
}
.att_list-style span {
	display: inline-block;
}
.att_small-unit {
	margin: 5px auto 10px;
}
.att_small-unit dt {
	font-weight: bold;
	text-indent: 0;
	margin-left: -0.5em;
}
.att_item_note {
	font-size: 12px;
	color: #909090;
}
.att_item_em {
	color: #ff0505;
}
.att_square-box {
	border: 1px solid #ff0505;
	box-sizing: border-box;
	padding: 10px 15px;
	margin: 5px auto;
	color: #ff0505;
}
.att_square-box dd li {
	margin-top: 10px;
}

.att_item_bold{
	font-weight: bold;
}

/* ================= SP ====================== */
@media screen and (max-width: 767px) {
	.display-pc {
		display: none;
	}
	.display-sp {
		display: block;
	}
	#contents {
		font-size: 1.3rem;
		line-height: 1.6;
	}
	.end_txt {
		font-size: 150%;
	}
	.end_txt + .btn {
		margin-top: 2%;
	}
	/* ============== MV ============== */
	.mv {
		background: #feb560 url(https://pntc.sslcs.cdngc.net/cdn/campaign/apptap202301/img/mv_sp.png) center no-repeat;
		padding-top: 90.66%;
		background-size: contain;
	}
	.mv_term {
		padding: 10px;
	}
	.term_entry,
	.temr_tap{
		width: 100%;
	}
	/* ============== btn =================== */
	.btn_wrap {
		width: calc(100% - 90px);
		margin: 11% auto;
	}
	.btn_att {
		margin-top: 15px;
		text-align: left;
		padding-left: 1em;
		text-indent: -1em;
	}
	/*終了対応*/
	#contents .btn_close::after {
		font-size: 1.7rem;
}
	/* ============== appDownload ============== */
	.appDownload {
		padding: 7% 0;
	}
	.appDownload h3 img {
		width: 80%;
		margin: 5% auto;
	}
	.appDownload .icon-txt {
		width: 91%;
		margin: 0 auto;
	}
	.app_logo {
		background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/apptap202301/img/app_txt01_sp.png) center no-repeat;
		background-size: contain;
		padding-top: 24.88%;
		margin-right: 20px;
	}
	.app_txt {
		margin-top: 12px;
	}
	.app_note {
		margin-top: 8px;
		font-size: 11px;
		line-height: 1.7;
	}
	.app_txt_ttl {
		background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/apptap202301/img/app_txt02_sp.png) center no-repeat;
		background-size: contain;
		padding-top: 19.29%;
		width: 75%;
		margin: auto;
	}
	.appDownload .icon {
		width: 23%;
		float: left;
	}
	.appDownload .txt {
		margin: 3% 0 0;
	}
	.app-btn-list li img {
		width: 90%;
		margin: auto;
	}
	.appDownload .display-sp p {
		width: 94%;
		margin: auto;
		text-align: left;
	}
	/* ============== エントリーステップ ============== */
	.join-step {
		padding: 7% 0 8%;
	}
	.join-step .step-detail {
		width: 92.5%;
	}
	.step-box {
		border-radius: 6px;
		padding: 4% 0;
		margin: 4.5% auto 0;
	}
	.step-box-03 {
		padding-top: 2%;
	}
	.step-box-04 {
		padding-top: 6%;
	}
	.step-box-01 .step-box_inner {
		background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/apptap202301/img/step1_sp.png) 0 0 no-repeat;
		padding-top: 41.57%;
		margin-top: 8px;
		margin-bottom: 2px;
	}
	.step-box-02 .step-box_inner {
		background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/apptap202301/img/step2_sp.png) 0 0 no-repeat;
		padding-top: 44.57%;
		margin-bottom: 12px;
		margin-top: 7px;
	}
	.step-box-03 .step-box_inner {
		background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/apptap202301/img/step3_sp.png) 0 0 no-repeat;
		padding-top: 205%;
		margin-bottom: 7px;
		margin-top: 3px;
	}
	.step-box-04 .step-box_inner {
		background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/apptap202301/img/pointget_sp.png) 0 0 no-repeat;
		padding-top: 68.14%;
	}
	.step-box .step-box_inner {
		background-size: contain;
	}
	.step-detail .txt-l,
	.step-box-note {
		font-size: 1.1rem;
		text-align: left;
		font-weight: bold;
	}
	.step-box + .step-box-note {
		margin-top: 1.5%;
	}
	.step-detail .helf {
		width: 100%;
		max-width: 100%;
		display: block;
		padding: 1% 0 3%;
		margin-bottom: 0;
	}
	.step-detail .step-box:nth-child(2) {
		margin: 5% 0 2%;
	}
	.arrow {
		width: 20%;
		margin: 3% auto 0;
	}
	.join-step p {
		margin-bottom: 10px;
	}
	.tapatt {
		margin: 14px 10px 5px;
		font-size: 12px;
		text-indent: -1em;
		padding-left: 1em;
		line-height: 1.7;
	}
	/*STEP3アコーディオン*/
	.accordion {
		width: 88%;
		margin: 6% auto 2%;
		border-radius: 5px;
		border-width: 1px;
	}
	.accordion .example {
		padding: 4% 3% 5%;
	}
	.accordion_label span {
		padding: 8px;
	}
	.accordion_label span:before {
		left: 4%;
		width: 12px;
		height: 0;
	}
	.accordion_label span:after {
		left: 6%;
		width: 0;
		height: 12px;
	}
	.example li {
		margin-top: 3%;
	}
	.example .arrow {
		width: 15%;
		margin: 2% 0 1%;
	}
	.container-wrap #pagetop {
		padding-top: 6%;
	}
	/* ============== att ============== */
	.att {
		padding: 6% 5% 5%;
		border-radius: 8px;
		margin: 8% auto 3%;
		border: 1px solid #c1c1c1;
	}
	.att_item + .att_item {
		margin-top: 8%;
	}
	.att_item_ttl {
		font-size: 1.6rem;
		margin-bottom: 5px;
	}
	/*「●」タイプのリスト用*/
	.att_item_ttl::before {
		width: 16px;
		height: 16px;
	}
	.att_item_inner p, .att_list-style {
		margin-top: 5px;
	}
	.att_list-style span {
	display: none;
	}
}