@charset "utf-8";
.anchor {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin: 110px 0;
}
.offer {
	position: relative;
}
.offer .cta  {
	position: absolute;
	left: 50%;
	bottom: 110px;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 966px;
}
#bra {
	margin-bottom: 160px;
}

.l-note,
.l-faq {
	line-height: 2;
	font-weight: 700;
}

/* ご注意事項 */
.note {
	margin: 0 auto 100px;
}
.note .note-title {
	margin: 205px auto 50px;
	width: 680px;
}
.l-note .item-note {
	text-indent: -1em;
	margin-left: 1em;
	margin-bottom: 1em;
	padding: 0 0 .5em 1em;
	border-bottom: 1px solid #ddd;
}
.l-note .item-note::before {
	content: "・";
}
.l-note .item-note a {
	text-decoration: underline;
}

/* よくあるご質問 */
.faq .faq-title {
	margin: 0 auto 50px;
	width: 468px;
}
.l-faq dt,
.l-faq dd {
	text-indent: -2em;
	margin-left: 2em;
	padding-left: 2em;
}
.l-faq dd {
	padding-bottom: .5em;
	border-bottom: 1px solid #ddd;
}
.l-faq dt::before {
	content: "Q";
	margin-right: 0.25em;
	font-size: 3rem;
	font-weight: bold;
	color: #c693cf;
}
.l-faq dd::before {
	content: "A";
	margin-right: 0.25em;
	font-size: 3rem;
	font-weight: bold;
	color: #ff2469;
}

/* クローズ */
/* .content::before {
  position: absolute;
  content: "";
  width: 100%;
  max-width: 1030px;
  height: 100%;
  background: rgba(0,0,0,0.6);
  display: block;
  z-index: 1;
} */
.close {
  position: sticky;
  top: 50%;
  left: 50%;
  width: 100%;
  line-height: 1.5;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color: #ffffff;
  z-index: 1;
}
.close a {
  color: #ffffff;
}

.content h2 {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
	.anchor {
		margin: 8vw 0;
	}
	.offer .cta  {
		bottom: 8vw;
		width: 90%;
	}
	#bra {
		margin-bottom: 16vw;
	}
	/* ご注意事項 */
	.note {
		margin: 0 auto 21.33vw;
	}
	.note .note-title {
    margin: 16vw auto 8vw;
    width: 90%;
	}
	.l-note .item-note {
		margin-left: auto;
	}
	
	/* よくあるご質問 */
	.faq .faq-title {
		margin: 0 auto 8vw;
		width: 90%;
	}
	.l-faq dt,
	.l-faq dd {
		margin-left: auto;
	}

	/* クローズ */
	/* .content::before {
		width: 90%;
	} */
	.close {
		width: auto;
		font-size:16px;
		line-height: 1.7;
	}
}