@charset "utf-8";
/* ============== 共通 =================== */
#contents {
	background-color: #fffbdd;
	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 {
	padding: 20px;
	font-weight: bold;
	color: #e60012;
	font-size: 180%;
	text-align: center;
	line-height: 1;
	background-color: #fff;
}
.ft-em {
	color: #e60012;
}
.ft-w {
	font-weight: bold;
}
/*角丸ブロック*/
.ly-round {
	border-radius: 8px;
}
/* ============== btn =================== */
.btn_wrap {
	margin: 40px auto;
}
#contents .btn,
#jsi-followElm .btn {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.btn {
	display: grid;
	place-items: center;
	background-color: #ff9123;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/idemitsu_2507/img/btnarrow_right.png);
	background-size: 20px;
	background-position: center right 15px;
	background-repeat: no-repeat;
	border-radius: 5px;
	width: 100%;
	max-width:400px;
	height: 50px;
	margin: 0 auto;
	position: relative;
}
#contents .btn.btn-second {
	color: #e60012;
}
.btn.btn-second {
	background-color: #fff;
	border: 1px solid #e60012;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/idemitsu_2507/img/btnarrow_right_second.png);
}
.btn_att {
	color: #999999;
	font-size: 12px;
	margin-top: 20px;
}
/*終了対応*/
#contents .btn_close {
	pointer-events: none;
}
#contents .btn_close::after {
	content:"※本キャンペーンは終了しました";
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	font-size: 2.2rem;
	font-weight: bold;
	background-color: rgba(0,0,0,0.7); /* 固定 */
	width: 104%;
	height: 120%;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 10;
}
/* 追従 */
.follow-btn {
	opacity: 0;
	width: 100%;
	padding: 13px 0;
	position: fixed;
	bottom: -1px;
	background-color: #ffffffe6;
	transition: 0.5s;
	transform: translateY(50px);
}
.follow-btn .btn:hover {
	opacity: 0.7;
}
.follow-btn .btn {
	color: #ffffff;
	text-decoration: none;
}
.follow-btn.show {
	opacity: 1;
	transform: translateY(0);
}
/* ============== LP =================== */
/* top */
.top {
	background-color: #e60012;
}
.top_date {
	background-color: #b60006;
	display: grid;
	place-items: center;
	height: 45px;
}
.top_date img {
	height: 23px;
}
/*sec*/
.sec {
	margin: auto;
	max-width: 970px;
	width: calc(100% - 60px);
}
.sec + .sec {
	margin: 50px auto;
}
.sec_ttl {
	margin: 35px auto;
	font-size: 22px;
}
/* step */
.step {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: max-content 1fr;
grid-column-gap: 30px;
grid-row-gap: 60px;
}
.step_item-01 { grid-area: 1 / 1 / 2 / 3; }
.step_item-02 { grid-area: 2 / 1 / 3 / 2; }
.step_item-03 { grid-area: 2 / 2 / 3 / 3; }

.step {
	margin: 45px auto 40px;
}
.step_item,
.step_goal {
	border: 1px solid #e60012;
	position: relative;
	background-color: #fff;
}
.step_goal {
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/idemitsu_2507/img/pointpresent_bg_pc.png);
	background-position: center bottom;
	background-size: contain;
	background-repeat: no-repeat;
}
.step_item-01 {
	width: 100%;
}
.step_item-02 .step_pic {
	padding-top: 11px;
}
.step_inner {
	margin: 65px auto 45px;
	width: calc(100% - 50px);
}
.step_goal_inner {
	margin: 60px auto 55px;
	width: min(70%, 495px);
}
.step_item-02 .step_inner,
.step_item-03 .step_inner {
	margin-bottom: 25px;
}
.step_icon {
	width: 120px;
	height: 40px;
	display: grid;
	place-items: center;
	background-color: #e60012;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	border-radius: 20px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: -20px;
}
.step_lead {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}
.step_pic + .note-txt {
	text-align: left;
	margin-top: 8px;
}
.step_goal .note-txt {
	text-align: left;
	margin-top: 15px;
}
.sec.bnr {
	background-color: #fff;
	margin-bottom: 80px;
}
/* ============== アコーディオン =================== */
.acd {
	background-color: #fff;
	border: 1px solid #ffd0d4;
	position: relative;
	margin-bottom: 137px;
}
.acd::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 55px solid transparent;
	border-left: 55px solid transparent;
	border-top: 37px solid #e60012;
	border-bottom: 0;
	position: absolute;
	bottom: -87px;
	left: 0;
	right: 0;
	margin: auto;
}
.acd_ttl {
	display: grid;
	place-items: center;
	background-color: #ffd0d4;
	height: 50px;
	font-weight: bold;
	position: relative;
	border-radius: 6px;
	transition: .8s;
}
.acd_ttl.open {
	border-radius: 6px 6px 0 0;
}
.acd_ttl:hover {
	cursor: pointer;
}
.acd_ttl::after {
	position: absolute;
	width: 28px;
	height: 28px;
	content: "＋";
	display: grid;
	place-items: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	background-color: #fff;
	border-radius: 50%;
	right: 11px;
}
.acd_ttl.open::after {
	content: "－";
}
.acd_inner {
	display: none;
	background-color: #fff;
}
.entry_list {
	text-align: left;
	max-width: 770px;
	width: calc(100% - 60px);
	margin: 25px auto 40px;
}
.entry_item:nth-last-of-type(n + 2)::after {
	content: "";
	font-size: 0;
	border-style: solid;
	border-right: 11px solid transparent;
	border-left: 11px solid transparent;
	border-top: 20px solid #999;
	border-bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	margin: 30px auto 20px;
	display: inline-block;
	position: relative;
}
.entry_item_ttl {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
}
.entry_item_ttl span {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 24px;
	height: 24px;
	background-color: #ffd0d4;
	font-size: 16px;
	border-radius: 50%;
	margin-right: 10px;
}
.entry_item-03_pic {
	margin-top: 15px;
	text-align: center;
}
.required {
	background-color: #f2f2f2;
	padding: 20px 30px;
	margin-top: 20px;
	text-align: center;
}
.required_list {
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
}
.required_item {
	width: 28%;
	max-width: 200px;
}
.required_item:nth-of-type(-n + 2) .required_pic::after {
	display: block;
	content: "";
	width: 20px;
	height: 20px;
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/idemitsu_2507/img/plus.png) 0 0/contain no-repeat;
	position: absolute;
	right: -21%;
	top: 50%;
	transform: translateY(-50%);
}
.required_pic {
	margin-bottom: 10px;
	position: relative;
}
.process_item + .process_item {
	margin-top: 25px;
}
.process_item_inner > dt {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
.process_item_inner > dt span {
	color: #e60012;
}
.process_item_inner + .note-txt,
.required + .note-txt {
	margin-top: 8px;
}
.process_sub-item {
	border: 1px solid #999;
	padding: 15px;
}
.process_sub-item > * {
	width: min(90%, 630px);
	margin: auto;
}
.process_sub-item > ol li + li {
	margin-top: 10px;
}
.process_item-03 .process_item_inner > dd {
	display: flex;
	align-items: center;
}
.process_item-03 .process_pic {
	flex: 0 0 300px;
	margin-left: 40px;
}
.entry_item-04 .btn {
	margin: 30px auto;
}
/* ============== att =================== */
.att {
	overflow: hidden;
	text-align: left;
	border: 1px solid #ddd;
	background-color: #fff;
}
.att .sec_ttl {
	font-size: 22px;
	text-align: center;
	margin-top: 45px;
}
.att_list {
	width: calc(100% - 60px);
	max-width: 830px;
	margin: 30px auto 40px;
}
.att_item + .att_item {
	margin-top: 30px;
}
.att_item_ttl {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 15px;
	padding-left: 1.5em;
	position: relative;
}
/*「●」タイプのリスト用*/
.att_item_ttl::before {
	content: "";
	display: block;
	background-color: #ffb9bf;
	border-radius: 50%;
	width: 14px;
	height: 14px;
	position: absolute;
	top: 2px;
	left: 0;
}
.att_item_inner p {
	margin-top: 10px;
}
.att_item_inner .note-txt {
	margin-top: 0;
}
.att_item_inner p + p {
	margin-top: 0;
}
.att_item_img {
	text-align: center;
	margin: 20px auto;
}
.att_list-style {
	text-indent: -1em;
	margin-top: 10px;
	padding-left: 1em;
}
.att_num-style {
	text-indent: -1.4em;
	margin-top: 10px;
	padding-left: 1.5em;
	counter-reset: number 0;
}
.att_num-style > li::before {
	counter-increment: number 1;
	content: "(" counter(number) ")";
}
.att_small-unit {
	margin: 10px auto;
}
.att_list-style .att_small-unit {
	text-indent: 0;
}
.att_list-style li > .att_list-style,
.att_list-style li > .att_num-style,
.att_num-style li > .att_list-style,
.att_num-style li > .att_num-style,
.att_small-unit .att_list-style,
.att_small-unit .att_num-style {
	margin-top: 0;
	margin-bottom: 10px;
}
.att_list-style li > .att_num-style,
.att_num-style li > .att_num-style {
	transform: translateX(-0.2em);
}
.att_small-unit .att_list-style,
.att_small-unit .att_num-style {
	margin-left: 0.5em;
}
.att_item_fwb {
	font-weight: bold;
}
.att_item_ftem {
	color: #f50028;
	font-weight: bold;
}
/* コンテンツ（SP：767px以下）
========================================================*/
@media screen and (max-width: 767px) {
	/* ============== 共通 =================== */
	img {
		width: 100%;
	}
	.display-pc {
		display: none;
	}
	.display-sp {
		display: block;
	}
	.end_txt {
		font-size: 150%;
	}
	.ly-block {
		width: calc(100% - 30px);
	}
/* ============== btn =================== */
	.btn_wrap {
		width: calc(100% - 60px);
		margin: 25px auto;
	}
	.btn {
		max-width: 100%;
	}
	.btn_att {
		text-align: left;
		/* text-indent: -1em; */
		margin-top: 15px;
		/* padding-left: 1em; */
	}
	/*終了対応*/
	#contents .btn_close::after {
		font-size: 1.8rem;
	}
		/* 追従 */
	.follow-btn {
		width: 100%;
		padding: 0;
	}
	.follow-btn .btn {
		max-width: none;
		border-radius: 0;
		background-position: center right 95px;
	}
	.follow-btn .btn:hover {
		opacity: 1;
	}
/* ============== LP =================== */
/* top */
.top_date {
	height: auto;
	padding: 8px 30px;
}
.top_date img {
	height: auto;
}
/*sec*/
.sec:not(.att,.bnr) {
	width: 100%;
}
.sec .acd,
.sec.att,
.sec.bnr {
	width: calc(100% - 30px);
}
/* step */
.step {
	display: block;
}
.step {
	margin: 40px auto;
}
.sec .step_item,
.sec .step_goal {
	border-right: 0;
	border-left: 0;
	border-radius: 0;
}
.step_item + .step_item {
	margin-top: 58px;
}
.step_goal {
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/idemitsu_2507/img/pointpresent_bg_sp.png);
}
.step_item-02 .step_pic {
	padding-top: 0;
}
.step_item .step_inner {
	margin: 50px auto 35px;
	width: calc(100% - 30px);
}
.step_goal_inner {
	margin: 40px auto 155px;
	width: calc(100% - 90px);
}
.step_goal-main {
	width: 86%;
	margin: auto;
}
.step_icon {
	width: 105px;
	height: 35px;
	border-radius: 18px;
	top: -18px;
}
.step_lead {
	font-size: 14px;
	margin-bottom: 22px;
}
/* ============== アコーディオン =================== */
.acd {
	margin: 40px auto 105px;
}
.acd::after {
	border-right: 41px solid transparent;
	border-left: 41px solid transparent;
	border-top: 27px solid #e60012;
	bottom: -67px;
}
.acd_ttl {
	height: 65px;
}
.acd_ttl::after {
	width: 20px;
	height: 20px;
	font-size: 16px;
}
.entry_list {
	width: calc(100% - 40px);
	margin-bottom: 25px;
}
.entry_item_ttl {
	font-size: 14px;
	display: flex;
	align-items: center;
}
.entry_item_ttl span {
	flex: 0 0 35px;
	height: 35px;
	font-size: 26px;
}
.entry_item:nth-last-of-type(n + 2)::after {
	margin: 20px auto;
}
.entry_item-03_pic {
	margin-top: 10px;
}
#contents .entry_item-04 .btn {
	font-size: 13px;
	padding-right: 10px;
	background-position: center right 10px;
}
.entry_item-04 .btn {
	margin: 15px auto;
}
.required {
	padding: 20px 25px;
	margin-top: 15px;
}
.required_list {
	flex-direction: column;
}
.required_item {
	width: 100%;
	max-width: 100%;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.required_item + .required_item {
	margin-top: 30px;
}
.required_item:nth-of-type(-n + 2) .required_pic::after {
	display: none;
}
.required_item:nth-of-type(-n + 2)::after {
	display: block;
	content: "";
	width: 18px;
	height: 18px;
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/idemitsu_2507/img/plus.png) 0 0/contain no-repeat;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -24px;
}
.required_pic {
	margin-bottom: 0;
	margin-right: 20px;
}
.required_item p {
	flex: 0 0 45%;
}
.process_item_inner > dt {
	font-size: 14px;
	margin-bottom: 6px;
}
.process_sub-item {
	padding: 10px 18px;
	font-size: 12px;
}
.process_sub-item > * {
	width: 100%;
}
.process_sub-item ol li dl dt {
	text-indent: -1.5em;
	padding-left: 1.5em;
}
.process_sub-item ol li dl dd {
	padding-left: 1.5em;
}
.process_item-03 .process_item_inner > dd {
	flex-direction: column;
}
.process_item-03 .process_pic {
	flex: none;
	margin: 15px auto 0;
}
/* ============== att =================== */
	.att .sec_ttl {
		margin: 20px auto;
		font-size: 18px;
	}
	.att_list {
		width: calc(100% - 50px);
		margin: 20px auto 30px;
	}
	.att_item_ttl{
		margin-bottom: 10px;
		padding-left: 1.5em;
	}
	.att_item_inner p, .att_list-style {
		margin-top: 5px;
	}
}