@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;
}
.end_txt {
	margin: 20px auto;
	font-weight: bold;
	color: #FF0004;
	font-size: 180%;
	text-align: center;
}
/*コンテンツ幅*/
.ly-block {
	margin: auto;
	max-width: 970px;
	width:calc(100% - 60px);
	border: 1px solid #ddd;
	border-radius: 8px;
}
.fw-b {
	font-weight: bold;
}

/* ============== btn =================== */
.btn_wrap {
	margin: 50px auto 30px;
}
.btn_wrap + .btn_wrap {
	margin: 30px auto 50px;
}
#contents .btn {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}
.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: #1d9bf0;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/shoplist_2305/img/btnarrow_right.png);
	background-size: 20px;
	background-position: center right 15px;
	background-repeat: no-repeat;
}
.btn_att {
	margin-top: 18px;
	color: #999;
	font-size: 12px;
}
/*終了対応*/
#contents .btn_close {
	pointer-events: none;
	position: relative;
}
#contents .btn_close::after {
	content:"";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 104%;
	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_ttl {
	background: #e5f1e7;
}
.top_date {
	background-color: #0ab3a1;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.top_date img {
	height: 23px;
}

/* ============== step =================== */
.cpn {
	margin: 40px auto 0;
}
.cpn_ttl {
	margin-top: 40px;
	font-weight: bold;
	font-size: 22px;
	line-height: 1.8;
}
.step_list {
	width: calc(100% - 60px);
	margin: 50px auto;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.step_item {
	position: relative;
	max-width: 230px;
	width: calc((100% - 140px)/3);
}
.step_item:nth-of-type(-n + 2)::after { /* 2番目まで適用 */
	content: "";
	display: block;
	width: 16px;
	height: 24px;
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/shoplist_2305/img/step_arrow.png) 0 0/contain no-repeat;
	position: absolute;
	right: -45px;
	top: 80px;
	transform: translateY(-50%);
}
.step_item + .step_item {
	margin-left: 70px;
}
.step_item:first-of-type .step_txt {
	padding-right: 10px;
}
.step_icon {
	width: 83px;
	height: 25px;
	border-radius: 12px;
	background-color: #0ab3a1;
	color: #fff;
	font-weight: bold;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: -12px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}
.step_pic {
	border: 1px solid #0ab3a1;
	border-radius: 8px;
	overflow: hidden;
}
.step_txt {
	margin-top: 14px;
	text-align: left;
}
.step_txt span {
	font-weight: bold;
}

/* ============== att =================== */
.att {
	overflow: hidden;
	margin: 50px auto 80px;
	text-align: left;
}
.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: #0ab3a1;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	left: 0;
	top: 2px;
}
.att_item_inner p {
	margin-top: 10px;
}
.att_item_inner .note-txt {
	/* margin-top: 0; */
}
.att_item_inner p + p {
	margin-top: 10px;
}
.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;
}
.att_small-unit {
	margin: 10px auto;
}
.att_small-unit dt {
	font-weight: bold;
}
.att_list-style .att_small-unit {
	text-indent: 0;
}

/* コンテンツ（SP：767px以下）
========================================================*/
@media screen and (max-width: 767px) {
	/* ============== 共通 =================== */
	.display-pc {
		display: none;
	}
	.display-sp {
		display: block;
	}
	.end_txt {
		font-size: 150%;
	}
	.ly-block {
		width: calc(100% - 30px);
	}
	
	/* ============== btn =================== */
	.btn_wrap {
		width: 100%;
		margin: 11% auto;
	}
	.btn_wrap + .btn_wrap {
		margin: 11% auto 18%;
	}
	.btn_att {
		margin-top: 15px;
		text-align: left;
		padding-left: 1em;
		text-indent: -1em;
	}
	/*終了対応*/
	#contents .btn_close::after {
		font-size: 1.8rem;
	}
	/* ============== LP =================== */
	.top_date {
		height: 36px;
	}
	.top_date img {
		height: 17px;
	}
	
	/* ============== step =================== */
	.cpn {
		padding: 0 30px 30px;
		margin: 30px auto 0;
	}
	.cpn_ttl {
		margin-top: 30px;
		font-size: 18px;
		line-height: 1.6;
	}
	.step_list {
		width: 100%;
		margin: 40px auto 30px;
		display: block;
	}
	.step_item {
		max-width: 100%;
		width: 100%;
	}
	.step_item:nth-of-type(-n + 2)::after {
		content: none;
	}
	.step_item + .step_item {
		margin-left: 0;
		margin-top: 36px;
	}
	.step_item:first-of-type .step_txt {
		padding-right: 0;
	}
	.step_icon {}
	.step_pic {
		/* border: 0;
		border-radius: 0; */
	}
	.step_txt {
		margin-top: 16px;
	}
	.note-txt {
		text-align: left;
	}
	
	/* ============== att =================== */
	.att {
		margin: 38px auto 60px;
	}
	.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;
	}
	
}