@charset "utf-8";
/* ============== 共通 =================== */
#contents {
	background-color: #ffffff;
	padding: 0;
	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;
}
main {
	margin-top: 50px;
}
#footer {
	margin-top: 50px;
}
.display_sp {
	display: none;
}
/*コンテンツ幅*/
.ly_block {
	margin: auto;
	max-width: 970px;
	width:calc(100% - 60px);
	border: 1px solid #ddd;
	border-radius: 10px;
}
/* ============== btn =================== */
.btn_wrap {
	margin: 0 auto;
}
.bottom_btn_wrap {
	margin-top: 50px;
}
#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/maruzen_4u4bf9/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;
}
/* ============== top =================== */
.top_ttl {
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/maruzen_4u4bf9/img/pc_bg.png) left top repeat;
}
.top_date {
	background-color: #179da9;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.top_date img {
	height: 23px;
}
/* ============== step =================== */
.step {
	margin-top: 50px;
	padding: 40px 0;
	overflow: hidden;
}
.step_ttl {
	font-weight: bold;
	font-size: 18px;
	position: relative;
	padding: 1.6rem 3rem;
	border-radius: 10px;
	background: #fffc0a;
	display: inline-block;
}
.step_ttl:before,
.step_ttl:after {
	position: absolute;
	content: '';
	border-radius: 50%;
	background: #fffc0a;
}
.step_ttl:before {
	right: 30px;
	bottom: -15px;
	width: 30px;
	height: 30px;
}
.step_ttl:after {
	right: 50px;
	bottom: -30px;
	width: 15px;
	height: 15px;
}
.step_ttl span {
	font-size: 22px;
	color: #f50028;
}
.step_list {
	width: calc(100% - 60px);
	margin: 60px auto 0;
	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/maruzen_4u4bf9/img/step_arrow.png) 0 0/contain no-repeat;
	position: absolute;
	right: -45px;
	top: 50px;
	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: #179da9;
	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: 2px solid #179da9;
	border-radius: 10px;
	overflow: hidden;
}
.step_txt {
	margin-top: 14px;
	text-align: left;
}
.step_txt span {
	font-weight: bold;
}
/* ============== att =================== */
.att {
	margin: 50px auto 0;
	padding: 50px 0 40px;
	text-align: left;
	line-height: 1.7;
}
.att_ttl {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
}
.att_list {
	width: calc(100% - 140px);
	max-width: 830px;
	margin: 40px auto 0;
}
.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: #179da9;
	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_num-style {
	text-indent: -1.4em;
	padding-left: 1.5em;
	counter-reset: number 0;
}
.att_num-style > li::before {
	counter-increment: number 1;
	content: "(" counter(number) ")";
}
.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_small-unit dt {
	font-weight: bold;
	text-indent: 0;
	margin-left: -0.5em;
}

/* コンテンツ（SP：767px以下）
========================================================*/
@media screen and (max-width: 767px) {
	/* ============== 共通 =================== */
	main {
		margin-top: 40px;
	}
	#footer {
		margin-top: 40px;
	}
	.display_pc {
		display: none;
	}
	.display_sp {
		display: block;
	}
	/*コンテンツ幅*/
	.ly_block {
		width: calc(100% - 30px);
		border: 1px solid #ddd;
	}
	/* ============== btn =================== */
	.btn_wrap {
		width: calc(100% - 90px);
	}
	.bottom_btn_wrap {
		margin-top: 40px;
	}
	.btn_att {
		margin-top: 15px;
		text-align: left;
		padding-left: 1em;
		text-indent: -1em;
	}
	/*終了対応*/
	#contents .btn_close::after {
		font-size: 1.8rem;
	}
	/* ============== top =================== */
	.top_date {
		height: 36px;
	}
	.top_date img {
		height: 17px;
	}
	/* ============== step =================== */
	.step {
		margin-top: 40px;
		padding: 24px 30px 30px;
	}
	.step_ttl {
		font-size: 14px;
		line-height: 1.8;
		padding: 1.8rem 0;
		display: block;
		width: 100%;
	}
	.step_ttl span {
		font-size: 18px;
	}
	.step_list {
		width: 100%;
		margin-top: 45px;
		display: block;
	}
	.step_item {
		border-top: 2px solid #179da9;
		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_pic {
		border: 0;
		border-radius: 0;
	}
	.step_txt {
		margin-top: 16px;
	}
	/* ============== att =================== */
	.att {
		margin-top: 38px;
		padding: 30px 0;
	}
	.att_ttl {
		margin: 30px auto;
	}
	.att_list {
		width: calc(100% - 54px);
		margin-top: 26px;
	}
	.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;
	}
}