@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: 0 auto 50px;
	max-width: 970px;
	width:calc(100% - 60px);
	border: 1px solid #ddd;
	border-radius: 8px;
}
.ly-block_att {
	margin: 50px 0 50px 30px;
	color: #999;
	font-size: 12px;
	text-align: left;
}
.sec_ttl {
	margin-top: 50px;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.8;
}
.sec_ttl span {
	margin-bottom: 50px;
	padding: 0 5px;
	font-size: 22px;
	line-height: 1.6;
	display: inline-block;
	background-color: #fffc0a;
}

/* ============== btn =================== */
.btn_wrap {
	margin: 50px auto;
}
#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: #ff9123;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/joshin_2304/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::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/joshin_2304/img/bg.png) center top/cover no-repeat;
}

.top_date {
	background-color: #d2e074;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.top_date img {
	height: 23px;
}

/* ============== step =================== */
.step {
	overflow: hidden;
}
.step_list {
	width: calc(100% - 60px);
	margin: 60px auto 40px;
	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 {
	content:"";
	display: block;
	width: 16px;
	height: 24px;
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/joshin_2304/img/step_arrow.png) 0 0/contain no-repeat;
	position: absolute;
	right: -45px;
	top: 32%;
	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: #06aa02;
	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 #06aa02;
	border-radius: 10px;
	overflow: hidden;
}
.step_txt {
	margin-top: 14px;
	text-align: left;
}
.step_txt span {
	font-weight: bold;
}
.step_pic_graph {
	width: 58.7%;
	margin: 50px auto;
}

/* ============== att =================== */
.att {
	overflow: hidden;
	margin: 50px auto 80px;
	text-align: left;
	line-height: 1.7;
}
.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: #06aa02;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	left: 0;
	top: 2px;
}
.att_item_inner p {
	margin-top: 10px;
}
.att_item_inner p.att_item_txt {
	font-weight: bold;
	margin-bottom: 20px;
}
.att_item_inner .note-txt {
	margin-top: 0;
}
.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;
}
.att_small-unit {
	margin: 5px auto 10px;
}
.att_list-style .att_small-unit {
	text-indent: 0;
}
.tokuten {
	margin: 5px auto 10px;
	display: flex;
}
.tokuten dt{
	width: 39%
}
.tokuten dd{
	width: 61%
}
.att_small {
	margin: 5px 0 20px;
	color: #999;
	font-size: 12px;
	padding-left: 1em;
	text-indent: -1em;
}

/* コンテンツ（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);
	}
	.ly-block_att {
		margin: 0 auto 25px;
		text-align: left;
		padding-left: 1em;
		text-indent: -1em;
	}
	.sec_ttl {
		margin: 25px 0;
		font-size: 14px;
		line-height: 1.6;
	}
	.sec_ttl span {
		margin-bottom: 5px;
		font-size: 22px;
		line-height: 1.2;
		margin-top: 3px;
	}

	/* ============== LP/step =================== */
	.step {
		padding: 0 30px;
	}
	.step_list {
		width: 100%;
		margin: 40px auto 30px;
		display: block;
	}
	.step_item {
		border-top: 2px solid #06aa02;
		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;
	}
	.step_pic_graph {
		width: 100%;
		margin: 25px auto;
	}

	/* ============== top =================== */
	.top_ttl {
		padding-top: 124.6%;
		background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/joshin_2304/img/mv_sp.png) 0 0/ contain no-repeat;
	}
	.top_date {
		height: 36px;
	}
	.top_date img {
		height: 16px;
	}
	
	/* ============== 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.8rem;
	}

	/* ============== 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;
	}
	.tokuten {
		margin: 5px auto 20px;
		display: block;
}
	.tokuten dt{
		width: 100%;
	}
	.tokuten dd{
		padding-left: 1em;
		width: 100%;
	}
	.att_small {
		margin: 0.5em 0 1.5em;
	}
}