@charset "utf-8";

/* lineup common */
.bg_circle::before {
	display: block;
	content: "";
	position: absolute;
	top: 30px;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(/assets/images/lineup/bg_circle_top_sp.png) no-repeat center top;
	background-size: 100% auto;
	z-index: -1;
}
.bg_circle::after {
	display: block;
	content: "";
	position: absolute;
	bottom: -30px;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(/assets/images/lineup/bg_circle_btm_sp.png) no-repeat center bottom rgba(255,192,1,0.2);
	background-size: 100% auto;
	z-index: -2;
}
.bg_circle.-gray::before {
	background: url(/assets/images/lineup/bg_circle_gray_top_sp.png) no-repeat center top;
	background-size: 100% auto;
}
.bg_circle.-gray::after {
	background: url(/assets/images/lineup/bg_circle_gray_btm_sp.png) no-repeat center bottom rgba(204,204,204,0.2);
	background-size: 100% auto;
}
.bg_limited::after {
	display: block;
	content: "";
	position: absolute;
	top: -40px;
	left: 0;
	width: 100%;
	height: 108%;
	background: url(/assets/images/bg_feature_sp.png) no-repeat center top;
	background-size: 100% auto;
	z-index: -1;
}
@media (min-width: 768px) {
	.bg_circle::before {
		background: url(/assets/images/lineup/bg_circle_top_pc.png) no-repeat center top;
		background-size: 100% auto;
	}
	.bg_circle::after {
		background: url(/assets/images/lineup/bg_circle_btm_pc.png) no-repeat center bottom rgba(255,192,1,0.2);
		background-size: 100% auto;
	}
	.bg_circle.-gray::before {
		background: url(/assets/images/lineup/bg_circle_gray_top_pc.png) no-repeat center top;
		background-size: 100% auto;
	}
	.bg_circle.-gray::after {
		background: url(/assets/images/lineup/bg_circle_gray_btm_pc.png) no-repeat center bottom rgba(204,204,204,0.2);
		background-size: 100% auto;
	}
	.bg_limited::after {
		display: block;
		content: "";
		position: absolute;
		top: -80px;
		left: 0;
		width: 100%;
		height: 540px;
		background: url(/assets/images/lineup/bg_benefit-limited_pc.png) no-repeat center top;
		z-index: -1;
	}
}

/* mainvisual */
.mv-area {
	margin: 0 -15px;
}
.mv-card-image {
	position: relative;
	display: block;
	text-align: center;
}
.mv-card-image.-vertical img {
	width: 50%;
}
.mv-card-image.-horizontal img {
	width: 86.5%;
}
.mv-card-image::after {
	content: "";
	position: absolute;
	top: -20px;
	right: -8px;
	width: 95px; /* 調整OK */
	height: 95px;
}
.mv-card-image.fee_first::after {
	background: url("/assets/images/lineup/icon_fee_first.png") no-repeat;
	background-size: 100% auto;
}
.mv-card-image.fee_year::after {
	background: url("/assets/images/lineup/icon_fee_year.png") no-repeat;
	background-size: 100% auto;
}
.mv-card-image + .card-lead {
	margin-top: 20px;
}
.card-lead {
	margin: 0;
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
}
.card-info .card-info_brand {
	display: flex;
	align-items: center;
	margin: 11px 0 0 0;
	padding-bottom: 30px;
}
@media (min-width: 768px) {
	.mv-area {
		display: flex;
		justify-content: center;
		align-items: center;
		min-height: 500px;
		margin: 0 auto;
	}
	.mv-card-image {
		text-align: right;
		order: 1;
		max-width: 567px;
		margin-right: 60px;
	}
	.mv-card-image.-vertical img {
		width: 100%;
	}
	.mv-card-image.-horizontal img {
		width: 100%;
	}

	.mv-card-image::after {
		content: none;
	}
	.card-info .card-info_brand {
		margin: 0 0 0 50px;
		padding-bottom: 0;
	}
	.card-lead {
		order: 3;
	}
}


/***** うれしい特典 *****/
.benefit-details::after {
	display: block;
	content: "";
	position: absolute;
	top: 100px;
	left: 0;
	width: 100%;
	height: 415.9vw;
	background: url(/assets/images/bg_circle_sp.png) no-repeat left top;
	background-size: 100% auto;
	z-index: -1;
}
/* 加盟店 */
.benefit-point-store {
	margin-bottom: 20px;
}
.benefit-point-img {
	margin-top: 20px;
}
.pay-img img {
	margin: 20px auto 0;
	width: 254px;
}
.quickpay {
	margin-top: 50px;
}
.quickpay .scene {
	margin-top: 30px;
	text-align: center;
}
.quickpay .scene + .scene {
	padding-top: 30px;
	border-top: solid 1px #ccc;
}
.quickpay .scene dt {
	display: flex;
	justify-content: center;
	font-weight: 700;
	align-items: center;
}
.quickpay .scene dd {
	margin-top: 30px;
}
.quickpay .scene.-apple dt img {
	width: 66px;
	margin-right: 39px;
}
.quickpay .scene.-apple dd img {
	width: 266px;
}
.quickpay .scene.-google dt img {
	width: 78px;
	margin-right: 27px;
}
.quickpay .scene.-google dd img {
	width: 100px;
}
@media (min-width: 768px) {
	.benefit-details::after {
		top: 145px;
		height: 1116px;
		background: url(/assets/images/bg_circle_pc.png) no-repeat center top;
	}
	.benefit-point .frame-title + .frame {
		padding: 80px 50px 50px 50px;
	}
	.benefit-point-store {
		margin-bottom: 30px;
		width: 420px;
	}
	.benefit-point-img {
		margin-top: 0;
		width: 300px;
	}
	.pay-img img {
		margin: 50px auto 0;
		width: 470px;
	}
	.quickpay {
		display: flex;
		align-items: center;
	}
	.quickpay .scene {
		margin-top: 0;
	}
	.quickpay .scene + .scene {
		padding: 0 0 0 45px;
		margin-left: 45px;
		border-top: none;
		border-left: solid 1px #ccc;
	}
	.quickpay .scene dt {
		display: block;
	}
	.quickpay .scene.-apple dt img,
	.quickpay .scene.-google dt img {
		margin: 0 0 15px 0;
	}
	.reduction-list {
		width: 470px;
	}
	.reduction-rank {
		width: 550px;
	}
	.affiliated-store {
		width: 850px;
		margin: auto;
		justify-content: center;
		align-items: center;
	}
}

/***** 特長 *****/
.num {
	position: relative;
}
.num::after {
	display: block;
	content: "";
	position: absolute;
	top: -35px;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(/assets/images/bg_feature_sp.png) no-repeat center top;
	background-size: 100% auto;
	z-index: -1;
}
.num figure {
	text-align: center;
}

.features-point {
	margin-top: 40px;
}
.features-point .number {
	font-family: Akshar;
	font-size: 4.2rem;
	font-weight: 500;
	text-align: center;
	line-height: 0.6;
}
.features-point .number + .frame-title {
	margin-top: 20px;
}
.features-point .support figure {
	padding: 0 10px;
}
.features-point .dotline {
	position: relative;
}
.features-point .dotline::after {
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	top: 0;
	right: 0;
	z-index: 1;
	border-right: dashed 1px #000
}
.features-point .details-body .card-lead {
	margin: 30px 0;
}
.features-point .num:not(:first-child) {
	margin-top: 60px;
}
.features-point .num01 .details-body figure img {
	width: 260px;
	margin-bottom: 30px;
}
.features-point .num02 .catch img {
	width: 156px;
}
.features-point .num02 .details-body figure img {
	width: 276px;
}
.features-point .num03 .details-body figure img {
	width: 274px;
	margin-bottom: 30px;
}
.features-point .num04 .catch img {
	width: 231px;
}
.features-point .num04 .details-body figure img {
	width: 224px;
	margin-bottom: 30px;
}

@media (min-width: 768px) {
	.features::after {
		display: block;
		content: "";
		position: absolute;
		top: 110px;
		left: 0;
		width: 100%;
		height: 1648px;
		background: url(/assets/images/bg_feature_pc.png) repeat-y center top;
		z-index: -1;
	}
	.num::after {
		content: none;
	}
	.features-point .num:not(:first-child) {
		margin-top: 90px;
	}

	.features-point .details-body:not(.num03 .details-body) {
		display: flex;
		justify-content: space-between;
		padding: 30px 50px 50px 50px;
	}
	.features-point .details-body:not(.num03 .details-body):not(.num04 .details-body) .block {
		position: relative;
		width: 500px;
		margin-right: 0;
		margin-left: 0;
		padding: 0;
	}
	.features-point .details-body:not(.num03 .details-body) .block + .block {
		margin-top: 0;
		border-top: none;
	}
	.features-point .details-body:not(.num03 .details-body) .block:nth-child(2)::before {
		content: "";
		position: absolute;
		width: 3px;
		height: 100%;
		left: -35px;
		bottom: 0px;
		z-index: 1;
		border-left: dashed 3px #000;
	}
	.features-point .details-body .card-lead {
		margin-top: 0;
	}
	.features-point .num02 .catch img {
		width: auto;
	}
	.features-point .num02 .details-body figure img,
	.features-point .num03 .details-body figure img {
		width: 470px;
	}
	.features-point .feature-img {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		min-height: 340px;
	}
	.features-point .num03 .details-body .block:not(:nth-child(1)) {
		padding-top: 30px;
	}
	.features-point .num03 .details-body .card-text-bold {
		font-size: 2.2rem;
	}
	.features-point .num04 .catch {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 100%;
	}
	.features-point .num04 .catch img {
		width: 480px;
	}
	.features-point .num04 .details-body .block {
		flex-grow: 1;
	}
	.features-point .num04 .details-body figure img {
		width: 386px;
	}
}

/* お申込み一部削除スタイル */
.issue-regular {
	margin-top: -40px;
}
@media (min-width: 768px) {
	.issue-regular {
		margin-top: -60px;
	}
}

/***** 貯まるポイント *****/
.earn_points::after {
	display: block;
	content: "";
	position: absolute;
	top: 100px;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(/assets/images/bg_point_sp.png) no-repeat center top;
	background-size: 100% auto;
	z-index: -1;
}

.earn_points .lower-ttl-area {
	margin-bottom: 60px;
}
.earn_points .choices .l-col-6.l-col-sm-12:first-child {
	margin-top: -80px;
}
.earn_points .plan-b {
	margin-bottom: 20px;
}
.earn_points .ex-txt {
	line-height: 1.8;
	margin: 30px 0;
}
.earn_points .btn-area {
	margin: 30px auto;
}
@media (min-width: 768px) {
	.earn_points::after {
		top: 130px;
		left: 0;
		width: 100%;
		height: 682px;
		background: url(/assets/images/bg_point_pc.png) no-repeat center top;
	}
	.earn_points .lower-ttl-area {
		margin-bottom: 80px;
	}
	.earn_points .choices .l-col-6.l-col-sm-12 {
		margin-top: -100px !important;
	}
	.earn_points .choices .l-col-6.l-col-sm-12:first-child::after {
		content: "";
		position: absolute;
		width: 3px;
		height: 76%;
		right: 0;
		bottom: 0px;
		z-index: 1;
		border-right: dashed 3px #000;
	}
	.earn_points .choices figure {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-bottom: 0;
	}
	.earn_points .choices .plan-a img {
		width: 470px;
	}
	.earn_points .choices .plan-b img {
		width: 370px;
	}
	.earn_points .plan-only img {
		width: 370px;
	}
	.earn_points .notes {
		margin: 25px 0 0 35px;
	}
}

/***** カンタン！お申込み方法 *****/
.apply::after {
	display: block;
	content: "";
	position: absolute;
	top: 60px;
	left: 0;
	width: 100%;
	height: 235.64vw;
	background: url(/assets/images/bg_use_sp.png) no-repeat center top;
	background-size: 100% auto;
	z-index: -1;
}

.apply .lower-ttl-area {
	margin: 0 auto 40px;
}
.apply .first {
	align-items: center;
	margin-bottom: 30px;
	border-bottom: dashed 1px #000;
}
.apply .account {
	margin: 20px 0 30px 0;
}
.apply .account dl {
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
}
.apply .account dt img {
	width: 66px;
	margin-right: 35px;
}
.apply .account dd {
	font-size: 1.4rem;
	font-weight: 700;
	text-align: left;
}
.apply .account dd span {
	display: block;
	font-size: 1.0rem;
}
.apply .account .notes {
	margin-top: 10px;
	width: 100%;
	font-size: 1.2rem;
	font-weight: 400;
}
.apply .inner {
	overflow: visible;
}
.apply .borderline-thick {
	margin-top: -5px;
}
.apply .swiper-area {
	margin-right: -20px;
	margin-left: -20px;
	padding-left: 20px;
	overflow: hidden;
}
.apply .swiper {
	margin-top: 25px;
}
.apply .swiper-wrapper {
	width: 1327px;
}
.apply .swiper-slide {
	width: 266px;
}
.apply .swiper-button-next {
	left: auto;
	right: 15px;
}
.apply .swiper-button-prev {
	left: 15px;
	right: auto;
}
.apply .btn-immediately-area {
	margin-right: -30px;
	margin-left: -30px;
}
.apply .apply_point_block + .apply_point_block {
	margin-top: 50px;
}
.apply .apply_point_block.num01 {
	margin-top: 30px;
}
.apply .apply_point dt {
	padding-bottom: 15px;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.7;
	border-bottom: 2px dashed #ccc;
}
.apply .apply_point .notes {
	margin-top: 15px;
}
.apply .apply_point .apply_point_txt {
	margin: 30px 0 0 1em;
	font-size: 1.4rem;
	line-height: 1.7;
}

@media (min-width: 768px) {
	.apply::after {
		top: 130px;
		left: 0;
		width: 100%;
		height: 1582px;
		background: url(/assets/images/bg_use_pc.png) repeat-y center top;;
	}
	.apply .lower-ttl-area {
		margin-bottom: 60px;
	}
	.apply .account dl {
		align-items: center;
	}
	.apply .account dt img {
		width: 132px;
	}
	.apply .account dd {
		font-size: 1.6rem;
	}
	.apply .account dd span {
		margin-left: 15px;
		display: inline-block;
		font-size: 1.2rem;
	}
	.apply .account .notes {
		font-size: 1.4rem;
	}
	.apply_point {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 28px;
	}
	.apply_point_block {
		width: 520px;
	}
	.apply .apply_point_block {
		margin-top: 50px !important;
	}
	.apply .apply_point_block.num01 .title-borderline {
		margin-bottom: 0;
	}
}

/***** お申込みから発行までの流れ *****/
.flow::after {
	display: block;
	content: "";
	position: absolute;
	top: 85px;
	left: 0;
	width: 100%;
	height: 415.9vw;
	background: url(/assets/images/bg_circle_sp.png) no-repeat center top;
	background-size: 100% auto;
	z-index: -1;
}
.flow .lower-ttl-area {
	margin-bottom: 40px;
}
.flow .title-borderline.-ico {
	display: flex;
	align-items: center;
}
.flow .title-borderline.-ico figure {
	width: 39px;
	margin-left: 0;
}
.flow .title-borderline.-ico span {
	flex-grow: 1;
}
.flow .l-flex > figure {
	width: 56px;
	margin-right: 15px;
}
.flow .l-flex .txt-area {
	width: calc(100% - 56px - 15px);
}

.flow .step_block + .step_block {
	margin-top: 40px;
}
.flow .step_block .notes {
	margin-top: 15px;
}
.flow .block {
	margin-top: 30px;
	padding-top: 30px;
	border-top: solid 1px #000;
}
.flow .flow_txt {
	margin-top: 30px;
	font-size: 1.4rem;
	line-height: 1.7;
}
.flow .list_disc {
	margin-top: 0;
}
.flow .list_disc li {
	line-height: 1.5;
}
.step.immediately .step_block.num04 .l-flex .txt-area figure {
	margin: 20px 0;
}
@media (min-width: 768px) {
	.flow::after {
		top: 140px;
		height: 1116px;
		background: url(/assets/images/bg_circle_pc.png) no-repeat center top;
	}
	.flow .lower-ttl-area {
		margin-bottom: 60px;
	}
	.flow .title-borderline {
		margin-bottom: 25px;
	}
	.step {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 28px;
	}
	.step .step_block {
		width: 100%;
	}
	.step .step_block:not(:nth-child(1)) {
		margin-top: 50px;
	}
	.step .step_block:nth-child(2),
	.step .step_block:nth-child(3),
	.step.usually .step_block {
		width: 520px;
	}
	.step.immediately .step_block.num04 .l-flex .txt-area figure {
		margin: 40px 0;
	}
	.flow .step .step_block.num05 .l-flex .txt-area {
		display: flex;
		justify-content: space-between;
	}
	.flow .step .step_block.num05 .l-flex .txt-area figure {
		width: 180px;
	}
	.flow .block {
		margin-top: 30px;
		padding-top: 30px;
		border-top: solid 1px #000;
		flex-grow: 1;
	}
	.step.usually .step_block {
		margin-top: 0;
	}
	.step.usually .step_block:nth-child(n + 3) {
		margin-top: 50px;
	}
}


/* ページ上部（赤テキスト・背景赤）：スタイル */
.annotation-area {
	width: 100%;
	margin: 30px 0;
	padding: 20px;
	text-align: center;
	background: #F9D7C8;
	border-radius: 10px;
}
.annotation-area p {
	font-size: 1.2rem;
	font-weight: 700;
	color: #E10012;
}
@media (min-width: 768px) {
	.annotation-area {
		margin: 0 auto;
	}
	.annotation-area p {
		font-size: inherit;
		font-weight: 500;
	}
}





/* ↓ module.css （後ほど移動） ↓
--------------------------------------------------------------*/
/* 年会費 */
.fee-area {
	position: relative;
	display: block;
	width: 100%;
	margin: 40px auto 0 auto;
}
.fee-area.text-link {
	margin: 20px auto 0 auto;
}
.fee-area .fee-box {
	display: flex;
	align-items: stretch;
	border: 1px solid #000;
	border-radius: 8px;
	overflow: hidden;
}

.fee-area .fee-box_label {
	position: relative;
	display: flex;
	align-items: center;
	padding: 18px 32px;
	color: #fff;
	background: #000;
	font-size: 1.2rem;
	font-weight: 700;
}
.fee-area .fee-box_label::after {
	position: absolute;
	right: -15px;
	top: 35%;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 15px solid #000;
	border-right: 0;
}

.fee-area .fee-box_content {
	display: flex;
	flex: 1;
	flex-direction: column;
	justify-content: center;
	padding: 12px 24px;
	background: #FFF;
}
.fee-area .fee-box_content .fee-box_text {
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 18px;
}

.fee-area .fee-box_attention {
	margin-top: 10px;
}
.fee-area .fee-box_attention .fee-box_attention-text {
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 16px;
	padding-left: 1em;
	text-indent: -1em;
}
.fee-area .fee-box_attention .fee-box_attention-text.-red {
	color: #E10012;
}
.fee-area .fee-box_attention .fee-box_attention-text::before {
	content: "※";
	position: static;
	display: inline;
	width: 1em;
	left: 0;
}
/* MV注意書き */
.attention {
	position: relative;
	display: flex;
	justify-content: center;
	margin-top: 30px;
}

.attention .attention_text {
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 150%;
}

.attention .attention_note {
	position: relative;
	display: inline-block;
	width: 100%;
	padding-left: 1em;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 150%;
}
.attention .attention_list .attention_note::after {
	content: "※";
	position: absolute;
	width: 1em;
	top: 0;
	left: 0;
}

.attention .attention_list .attention_bullet {
	position: relative;
	display: inline-block;
	width: 100%;
	margin-left: 0.3em;
	padding-left: 1em;
	text-indent: 0;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 150%;
}
.attention .attention_list .attention_bullet::after {
	content: "・";
	position: absolute;
	width: 1em;
	top: 0;
	left: 0;
}

.attention .attention_list li.-red {
	color: #E10012;
}

@media (min-width: 768px) {
	.fee-area {
		width: 470px;
	}
}

/* 「frame-title」の背景色：スタイル */
.frame-title.-mymelody {
	background-color: #EF92AE;
}
.frame-title.-mymelody::after {
	border-right: 18px solid #EF92AE;
}

.frame-title.-gold {
	background-color: #C7A314;
}
.frame-title.-gold::after {
	border-right: 18px solid #C7A314;
}

.frame-title.-dragons {
	background-color: #002569;
}
.frame-title.-dragons::after {
	border-right: 18px solid #002569;
}

/* メインビジュアルの「発行可能な付帯カード」と「提携ブランド」：スタイル */
.card-info {
	display: flex;
	justify-content: center;
  align-items: center;
	margin-top: 20px;
}
@media (max-width: 767px) {
	.card-info {
		display: block;
	}
}

.card-info .card-info_group {
	display: flex;
  align-items: center;
}

.card-info .card-info_title {
	font-size: 1.2rem;
	font-weight: 500;
}

.card-info_tags {
	display: flex;
}
.card-info_tag {
	margin-left: 10px;
	padding: 4px 6px;
	font-size: 1.4rem;
	background: #FFF;
	font-weight: 700;
	line-height: 18px;
	border-radius: 10px;
}
.card-info_tag.-etc {
	color: #429765;
	border: 1px solid #429765;
}
.card-info_tag.-family {
	color: #F75774;
	border: 1px solid #F75774;
}


.card-info .card-info_icon {
	margin-left: 8px;
}
@media (max-width: 767px) {
	.card-info .card-info_icon {
		margin-left: 62px;
	}
}


/* 対象カード限定の特別特典：スタイル */
.frame .frame_area {
	margin-top: 0;
}
.frame .frame_box {
	display: flex;
	justify-content: center;
	align-items: center;
}
.frame .frame_text-large {
	position: relative;
	display: inline-block;
	color: #000;
	font-size: 2.0rem;
	font-weight: 700;
	line-height: 150%;
}
.frame .frame-text {
	margin: 30px 0;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 150%;
}
.frame .frame-text-small {
	margin: 20px 0;
}


@media (min-width: 768px) {
	.frame .frame_area {
		margin-top: 30px;
	}
	.frame .frame_text-large {
		font-size: 3.0rem;
		line-height: 120%;
	}
	.frame .frame-text-small {
		margin: 0 0 10px 0;
		font-size: 2.0rem;
		font-weight: 500;
	}
}





/* 対象カード限定の特別特典（アコーディオン内）：スタイル */
.details-body.is-bordered {
	padding: 0;
}

.details-body .details-area {
	position: relative;
}

.details-body.is-bordered .details-area {
	margin: 0 0 40px 0;
	padding: 0 50px;
}
@media (max-width: 767px) {
	.details-body.is-bordered .details-area {
		padding: 0 20px;
	}
}

.details-body.is-bordered .details-area:not(:first-of-type) {
  border-top: 1px solid #000;
}

.details-body .details-box {
	position: relative;
	text-align: center;
}
@media (max-width: 767px) {
	.details-body .details-box {
		margin: 30px 0;
	}
}

.details-body .details-box_title {
	margin: 30px 0;
	text-align: center;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 150%;
}

.details-body .details-box_text {
	font-weight: 500;
}

.details-body .details-box_text.-large {
	margin: 22px 0 20px 0;
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 150%;
}
@media (max-width: 767px) {
	.details-body .details-box_text.-large {
		margin: 20px 0;
		font-size: 1.6rem;
	}
}

.details-body .details-box_item {
	position: relative;
}

.details-body .details-box_item.-arrow::after {
	content: '';
	position: absolute;
	top: 38%;
	right: 5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 25px solid #666;
	border-right: 0;
}
@media (max-width: 767px) {
	.details-body .details-box_item.-arrow::after {
		top: auto;
		right: 50%;
		bottom: -45px;
		transform: translateX(50%);
		border-left: 25px solid transparent;
		border-right: 25px solid transparent;
		border-top: 25px solid #666;
		border-bottom: 0;
	}
}

.details-body .lower-title-mark {
	text-align: center;
}
.details-body .lower-title-mark p {
	font-size: 1.6rem;
	font-weight: 700;
}
@media (max-width: 767px) {
	.details-body .lower-title-mark {
		margin-top: 30px;
	}
	.details-body .lower-title-mark p {
		font-size: 1.4rem;
	}
}

.details-body .lower-title-mark.icon-gray p::before {
	bottom: -30px;
	left: -50px;
	width: 74px;
	height: 74px;
	background: url(../../images/ico_gray_left.png) no-repeat;
}
.details-body .lower-title-mark.icon-gray p::after {
	right: -50px;
	bottom: -30px;
	width: 74px;
	height: 74px;
	background: url(../../images/ico_gray_right.png) no-repeat;
}

.highlight {
  margin: 35px 0;
  text-align: center;
}
.highlight-text {
  color: #E10012;
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1.6;
}
@media (max-width: 767px) {
	.highlight {
		margin: 15px 0 50px 0;
	}
	.highlight-text {
		font-size: 1.8rem;
	}
}

.highlight-text span {
  position: relative;
  display: inline-block;
  padding: 0 5px;
  z-index: 1;
}
.highlight-text span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.1em;
  width: 100%;
  height: 0.6em;
  background: #F9D7C8;
  z-index: -1;
}

.border-dashed {
	border-top: 1px dashed #000;
}

.details-box_label .label-option {
  display: inline-block;
  padding: 5px 15px;
	text-align: center;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  border-radius: 6px;
}
.details-box_label.-dragons .label-option {
	background: #002569;
}


/* （〇〇とは・〇〇について）：スタイル */
.about .about_title {
	margin-bottom: 30px;
	text-align: center;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 150%;
}

.about .about_box {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 40px;
}
@media (max-width: 767px) {
	.about .about_box {
		gap: 30px;
	}
}

.about .about_item {
	width: 100%;
}

.about .about_heading {
	align-content: center;
	margin-bottom: 20px;
	padding: 14px 0;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 700;
	border-bottom: solid 3px #FFC001;
	line-height: 18px;
}

.about .about_text {
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 24px;
}


/* table：スタイル */
.table-zebra {
	width: 100%;
}
@media (max-width: 767px) {
	.table-zebra {
		width: 1000px;
	}
}

.table-zebra th,
.table-zebra td {
	position: relative;
	padding: 0 20px;
	text-align: center;
	font-size: 1.4rem;
	border: 1px solid #ccc;
	vertical-align: middle;
}

.table-zebra thead th {
	color: #fff;
	background: #666;
  font-weight: 700;
}

.table-zebra tbody tr:nth-of-type(odd) {
  background-color: #fff;
}
.table-zebra tbody tr:nth-of-type(even) {
  background-color: #eee;
}

.is-circle span,
.is-triangle span {
  display: block;
  padding-left: 110px;
  text-align: left;
}

.is-circle::after,
.is-triangle::after {
	content: "";
	position: absolute;
	display: inline-block;
	top: 20px;
	left: 80px;
	width: 38px;
	height: 38px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.is-circle::after {
	background-image: url(../../images/circle.png);
}

.is-triangle::after {
	background-image: url(../../images/triangle.png);
}

.about table .table_note {
	position: relative;
  display: inline-block;
	padding-left: 1em;
	text-align: left;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 150%;
}
.about table .table_note::after {
	content: "※";
	position: absolute;
	width: 1em;
	top: 0;
	left: 0;
}


/* 箇条書き：スタイル */
.about_list_disc {
	margin: 0 auto;
}
.about_list_disc li {
	position: relative;
	padding-left: 14px;
	font-size: 1.6rem;
	line-height: 24px;
}
.about_list_disc li::before {
	content: '・';
  position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 1em;
}

.about_list_disc .list_disc_note {
	position: relative;
	display: inline-block;
	padding-left: 1em;
	text-indent: 1em;
	font-size: 1.2rem;
	line-height: 150%;
}
.about_list_disc .list_disc_note::after {
	content: "※";
	position: absolute;
	width: 1em;
	top: 0;
	left: 0;
}

.about_list_disc-number Z{
	counter-reset: note-num;
}
.about_list_disc-number .list_disc_note-number {
	position: relative;
	display: inline-block;
	padding-left: 2.5em;
	font-size: 1.2rem;
	line-height: 150%;
	counter-increment: note-num;
}
.about_list_disc-number .list_disc_note-number::after {
	content: "※" counter(note-num) " ";
	position: absolute;
	top: 0;
	left: 0;
}


/* 年会費無料（Uポイントもたまります：あり） */
.mv-card-image.fee_year_upoint::after {
	background: url("/assets/images/lineup/icon_fee_year_upoint.png") no-repeat;
	background-size: 100% auto;
}


/* アコーディオンなし */
.frame_area_box .frame_img-text {
	margin-bottom: 20px;
}

.frame_area_box .frame_item_img-text {
	margin: 20px 0;
}

.frame_area_box .border-dashed {
	border-top: 1px dashed #000;
}

.frame_area_box .frame_text {
	margin-top: 20px;
}

/* ↑ 以下、後でmodule.cssに移動 ↑
--------------------------------------------------------------*/

/* ↓ゴールド系ページのスタイル（majicaゴールド/モリエゴールド） ↓
--------------------------------------------------------------*/
.gold .details-area.area_01 .details-box_img-text {
	margin-top: 20px;
}
.gold .details-area.area_02 .lower-title-mark {
	margin-top: 0;
}
.gold .details-area.area_03 .details-box_img-text {
	margin-bottom: 30px;
}
.gold .details-area.area_03 .details-box_item .details-box_item_img-text,
.gold .details-area.area_04 .details-box_item .details-box_item_img-text {
	margin-top: 20px;
}
.gold .details-area.area_04 .details-box_item_img-text {
	margin-bottom: 20px;
}
.gold .details-area.area_04 .details-box_text {
	margin-top: 20px;
}
.gold .details-area.area_04 .highlight {
	margin: 10px 0 30px 0;
}

@media (min-width: 768px) {
	.gold .details-area.area_01 .details-box_img-text {
		margin-top: 30px;
	}
	.gold .details-area.area_03 .details-box_item .details-box_item_img-text,
	.gold .details-area.area_04 .details-box_item .details-box_item_img-text {
		margin-top: 0;
	}
}





/* index */
.normal_issue::before {
	display: block;
	content: "";
	position: absolute;
	top: -20px;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(/assets/images/lineup/bg_circle_top_sp.png) no-repeat center top;
	background-size: 100% auto;
	z-index: -1;
}
.normal_issue::after {
	display: block;
	content: "";
	position: absolute;
	bottom: -30px;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(/assets/images/lineup/bg_circle_btm_sp.png) no-repeat center bottom rgba(255,192,1,0.2);
	background-size: 100% auto;
	z-index: -2;
}
@media (min-width: 768px) {
	.normal_issue::before {
		background: url(/assets/images/lineup/bg_circle_top_pc.png) no-repeat center top;
		background-size: 100% auto;
	}
	.normal_issue::after {
		background: url(/assets/images/lineup/bg_circle_btm_pc.png) no-repeat center bottom rgba(255,192,1,0.2);
		background-size: 100% auto;
	}
	.index .apply {
		margin-top: 90px;
	}
	.index .apply::after {
		background-repeat: no-repeat;
	}
	.index .normal_issue {
		margin-bottom: 70px;
	}
	.index .normal_issue .dotline::before {
		content: "";
		position: absolute;
		width: 3px;
		height: 100%;
		left: 0;
		bottom: 0;
		z-index: 1;
		border-left: dashed 3px #000;
	}
}


/* list */
.list .card-info {
	margin-top: 40px;
}
.list .card-info_txt {
	font-size: 1.2rem;
	font-weight: 500;
}
.list .card-info .card-info_tags {
	gap: 10px;
}
.list .card-info_tag {
	margin: 0 4px 0 0 !important;
}
.list .card-list .frame {
	margin-top: 50px;
}
.list .card-list_title {
	margin-bottom: 20px;
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
}
.list .card-list_img {
	position: relative;
	width: 100%;
	text-align: center;
}
.list .card-list_img.portrait img {
	width: 59.06%;
}
.list .card-list_img.landscape img {
	width: 69.13%;
}

.list .card-list_img.touch::after {
	content: "";
	position: absolute;
	width: 61px;
	height: 35px;
	top: 0;
	right: -10px;
	background: url(/assets/images/lineup/list/icon_touch.png) no-repeat;
	background-size: 100% auto;
}
.list .card-list_txt {
	margin-top: 20px;
	line-height: 2;
}
.list .common_table {
	margin-top: 30px;
}
.list .common_table th {
	width: 38%;
}
.list .fee span {
	display: inline-block;
	width: 5em;
}
@media (min-width: 768px) {
	.list .card-list_title {
		margin-bottom: 30px;
	}
	.list .card-info_txt {
		font-size: 1.4rem;
	}
	.list .card-list_img.touch::after {
		width: 90px;
		height: 52px;
	}
	.list .card-list_txt {
		margin-top: 0;
		line-height: 2;
	}
}


/* ↓ USCカードmajicaのスタイル ↓
--------------------------------------------------------------*/
.ucs_gold .lower-ttl-area {
	margin-bottom: 40px;
}
@media (min-width: 768px) {
	.ucs_gold .lower-ttl-area {
		margin-bottom: 90px;
	}
}

.ucs_gold .frame .frame_area {
	margin-top: 10px;
}
@media (min-width: 768px) {
	.ucs_gold .frame .frame_area {
		margin-top: 0;
	}
}
/* ↑ USCカードmajicaのスタイル ↑
--------------------------------------------------------------*/


/* ↓ マイメロディページのスタイル ↓
--------------------------------------------------------------*/
.mymelody .lower-ttl-area {
	margin-bottom: 40px;
}
@media (min-width: 768px) {
	.mymelody .lower-ttl-area {
		margin-bottom: 90px;
	}
}

.mymelody .lower-ttl {
	margin-top: 0;
}
.mymelody .lower-heading {
	margin-top: 10px;
}
.mymelody .btn-immediately-area {
	margin-top: 20px;
}

.mymelody .frame .frame_area {
	margin-top: 30px;
}
@media (min-width: 768px) {
	.mymelody .frame .frame_area {
		margin-top: 0;
	}
}

.mymelody .benefit-limited-mymelody .frame-title.-mymelody h3 {
	position: relative;
}
.mymelody .benefit-limited-mymelody .frame-title.-mymelody h3::before {
	content: "";
	position: absolute;
	display: block;
	top: -24px;
	left: -25px;
	width: 39px;
	height: 37px;
	background: url(../../images/lineup/mymelody/bird.png) no-repeat;
}
.mymelody .benefit-limited-mymelody .frame-title.-mymelody h3::after {
	content: "";
	position: absolute;
	display: block;
	top: -26px;
	right: -20px;
	width: 43px;
	height: 57px;
	background: url(../../images/lineup/mymelody/flower.png) no-repeat;
}
.mymelody .benefit-limited-mymelody .frame {
	border: 1px solid #EF92AE;
	box-shadow: 6px 6px 0 0 #EF92AE;
}
.mymelody .benefit-limited-mymelody .frame .frame_box .frame_item:not(:first-of-type) {
	margin-left: 10px;
}
.mymelody .benefit-limited-mymelody .frame .frame_text-box {
	margin: 50px 0 40px 0;
}
.mymelody .benefit-limited-mymelody .frame .frame_text-box .frame_text-large::before {
	content: "";
	position: absolute;
	display: block;
	top: -42px;
	left: -50px;
	width: 49px;
	height: 86px;
	background: url(../../images/lineup/mymelody/mymelody_sp.png) no-repeat;
}
.mymelody .benefit-limited-mymelody .frame .frame_text-box .frame_text-large::after {
	content: "";
	position: absolute;
	display: block;
	top: 16px;
	right: -55px;
	width: 54px;
	height: 77px;
	background: url(../../images/lineup/mymelody/kuromi_sp.png) no-repeat;
}
.mymelody .benefit-limited-mymelody .frame .frame_text-box .frame_text-large .frame_text-mymelody {
	color: #EF92AE;
}
.mymelody .benefit-limited-mymelody .frame .frame_text-box .frame_text-large .frame_text-mymelody {
	font-size: 2.4rem;
}


@media (min-width: 768px) {
	.mymelody .lower-ttl {
		margin-top: 20px;
	}
	.mymelody .lower-heading {
		margin-top: 30px;
	}
	.mymelody .btn-immediately-area {
		margin-top: 40px;
	}
	.mymelody .benefit-limited-mymelody .frame .frame_box .frame_item:not(:first-of-type) {
		margin-left: 32px;
	}
	.mymelody .benefit-limited-mymelody .frame .frame_text-box {
		margin: 60px 0 20px 0;
	}
	.mymelody .benefit-limited-mymelody .frame .frame_text-box .frame_text-large::before {
		top: -50px;
		left: -100px;
		width: 80px;
		height: 140px;
		background: url(../../images/lineup/mymelody/mymelody_pc.png) no-repeat;
	}
	.mymelody .benefit-limited-mymelody .frame .frame_text-box .frame_text-large::after {
		top: -50px;
		right: -120px;
		width: 98px;
		height: 140px;
		background: url(../../images/lineup/mymelody/kuromi_pc.png) no-repeat;
	}
	.mymelody .benefit-limited-mymelody .frame .frame_text-box .frame_text-large .frame_text-mymelody {
		font-size: inherit;
	}
}
/* ↑ マイメロディページのスタイル ↑
--------------------------------------------------------------*/


/* ↓ majicaゴールドページのスタイル ↓
--------------------------------------------------------------*/
.ucs_gold .mv-area {
	max-width: 988px;
}
@media (min-width: 768px) {
	.ucs_gold .details-area.area_01 .details-box_img-text {
		margin-top: 30px;
	}
}

.ucs_gold .mv-area .lower-title-mark p::before,
.ucs_gold .mv-area .lower-title-mark p::after {
	content: none;
}

.ucs_gold .apply .small_text {
	font-size: 1.2rem;
}
/* ↑ majicaゴールドページのスタイル ↑
--------------------------------------------------------------*/


/* ↓ モリエページ：スタイル ↓
--------------------------------------------------------------*/
.molie .frame_area .frame_img-title {
	margin-bottom: 20px;
}
.molie .mv-card-image.-vertical img {
	width: 86.5%;
}
.molie .mv-card-image::after {
	top: -20px;
	right: -8px;
	width: 82px;
	height: 82px;
}

.molie .lower-ttl-area {
	margin-bottom: 40px;
}
@media (min-width: 768px) {
	.molie .lower-ttl-area {
		margin-bottom: 90px;
	}
}

.molie .frame .frame_area {
	margin-top: 30px;
}
@media (min-width: 768px) {
	.molie .frame .frame_area {
		margin-top: 0;
	}
}

.molie .btn:not(.btn-immediately-area .btn) + .text-link {
	margin-top: 20px;
}
@media (min-width: 768px) {
	.molie .btn:not(.btn-immediately-area .btn) + .text-link {
		margin-top: 0;
	}
}

@media (min-width: 768px) {
	.molie .frame_area .frame_img-title {
		margin-bottom: 80px;
	}
}
/* ↑ モリエページ：スタイル ↑
--------------------------------------------------------------*/


/* ↓ モリエゴールドページのスタイル ↓
--------------------------------------------------------------*/
.molie_gold .mv-area .lower-title-mark p::before,
.molie_gold .mv-area .lower-title-mark p::after {
	content: none;
}

.molie_gold .btn:not(.btn-immediately-area .btn) + .text-link {
	margin-top: 20px;
}
@media (min-width: 768px) {
	.molie_gold .btn:not(.btn-immediately-area .btn) + .text-link {
		margin-top: 0;
	}
}

.molie_gold .frame_area .frame_img-title {
	margin-bottom: 20px;
}

@media (min-width: 768px) {
	.molie_gold .mv-area {
		max-width: 988px;
	}
	/* .molie_gold .mv-area .lower-ttl-area {
		margin: 40px 0 0 0;
	} */
	.molie_gold .mv-card-image {
		margin-right: 70px;
	}
	.molie_gold .frame_area .frame_img-title {
		margin-bottom: 90px;
	}
}

.molie_gold .lower-ttl-area {
	margin-bottom: 40px;
}
@media (min-width: 768px) {
	.molie_gold .lower-ttl-area {
		margin: 40px 0 90px 0;
	}
}

.molie_gold .frame .frame_area {
	margin-top: 30px;
}
@media (min-width: 768px) {
	.molie_gold .frame .frame_area {
		margin-top: 0;
	}
}

.molie_gold .apply .small_text {
	font-size: 1.2rem;
}
/* ↑ モリエゴールドページ：スタイル ↑
--------------------------------------------------------------*/


/* ↓ ドライブエイドページ：スタイル ↓
--------------------------------------------------------------*/
.driveaid .lower-ttl-area {
	margin-bottom: 40px;
}
@media (min-width: 768px) {
	.driveaid .lower-ttl-area {
		margin-bottom: 90px;
	}
}

.driveaid .frame .frame_area {
	margin-top: 30px;
}
@media (min-width: 768px) {
	.driveaid .frame .frame_area {
		margin-top: 0;
	}
}

.driveaid .btn:not(.btn-immediately-area .btn) + .text-link {
	margin-top: 20px;
}
@media (min-width: 768px) {
	.driveaid .btn:not(.btn-immediately-area .btn) + .text-link {
		margin-top: 0;
	}
}

.driveaid .mv_image {
	margin: 0 auto;
}
.driveaid .mv_image img {
	width: 85%;
}
.driveaid .mv-card-image {
  display: inline-block;
}
.driveaid .mv-card-image::after {
	content: none;
}
@media (min-width: 768px) {
	.driveaid .mv_image img {
		width: 100%;
	}
}

.driveaid .card-lead-small {
	max-width: 340px;
	margin: 0 auto;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.8;
}

.driveaid .frame_area_box .highlight {
	margin: 10px 0 30px 0;
}

.driveaid .apply .small_text {
	font-size: 1.2rem;
}
/* ↑ ドライブエイドページ：スタイル ↑
--------------------------------------------------------------*/


/* ↓ ドンペンページ：スタイル ↓
--------------------------------------------------------------*/
@media (min-width: 768px) {
	.donpen .mv-area {
		margin: 0 auto;
		max-width: 1027px;
	}
}

.donpen .lower-ttl-area {
	margin-bottom: 40px;
}
@media (min-width: 768px) {
	.donpen .lower-ttl-area {
		margin-bottom: 90px;
	}
}

.donpen .frame .frame_area {
	margin-top: 15px;
}
@media (min-width: 768px) {
	.donpen .frame .frame_area {
		margin-top: 0;
	}
}

@media (min-width: 768px) {
	.donpen .earn_points .plan-only img {
		width: 470px;
	}
}

/* ↑ ドンペンページ：スタイル ↑
--------------------------------------------------------------*/


/* ↓ ドラゴンズページ：スタイル ↓
--------------------------------------------------------------*/
.dragons .mv-area .lower-title-mark p::before,
.dragons .mv-area .lower-title-mark p::after {
	content: none;
}

.dragons .lower-ttl-area {
	margin-bottom: 40px;
}
@media (min-width: 768px) {
	.dragons .lower-ttl-area {
		margin-bottom: 90px;
	}
}

.dragons .frame .frame_area {
	margin-top: 30px;
}
@media (min-width: 768px) {
	.dragons .frame .frame_area {
		margin-top: 0;
	}
}

.dragons .details-body .details-area.area_01 .details-box::after {
	content: "";
	position: absolute;
	display: block;
	top: 150px;
	right: 130px;
	width: 236px;
	height: 201px;
	background: url(../../images/lineup/dragons/doala01_pc.png) no-repeat;
}
@media (max-width: 767px) {
	.dragons .details-body .details-area.area_01 .details-box::after {
		content: "";
		position: absolute;
		display: block;
		top: auto;
		right: 0;
		bottom: 60px;
		width: 196px;
		height: 138px;
		background: url(../../images/lineup/dragons/doala01_sp.png) no-repeat;
	}
}

.dragons .details-body .details-area.area_01 .details-box_img {
	margin-top: 30px;
}

@media (max-width: 767px) {
	.dragons .details-body .details-area.area_01 .btn-area {
		margin-top: 120px;
	}
}

.dragons .details-body .details-area.area_02 .details-box::after {
	content: "";
	position: absolute;
	display: block;
	bottom: -40px;
	left: 0;
	width: 156px;
	height: 156px;
	background: url(../../images/lineup/dragons/doala02_pc.png) no-repeat;
	z-index: 1;
}
@media (max-width: 767px) {
	.dragons .details-body .details-area.area_02 .details-box::after {
		content: "";
		position: absolute;
		display: block;
		bottom: -55px;
		left: -20px;
		width: 120px;
		height: 120px;
		background: url(../../images/lineup/dragons/doala02_sp.png) no-repeat;
	}
}

.dragons .details-body .details-area.area_02 .details-box_img {
	margin-top: 40px;
}

@media (max-width: 767px) {
	.dragons .details-body .details-area.area_02 .highlight {
		margin: 55px 0;
		text-align: right;
	}
}

.dragons .details-body .details-area.area_03 .details-box_img {
	margin-top: 30px;
}
@media (max-width: 767px) {
	.dragons .details-body .details-area.area_03 .details-box_img {
		margin-top: 25px;
	}
}

.dragons .details-body .details-area.area_03 .btn-area,
.dragons .details-body .details-area.area_04 .btn-area {
	margin: 40px auto 0 auto;
}

@media (max-width: 767px) {
	.dragons .details-body .details-area.area_04 .details-box_item:first-of-type {
		margin-bottom: 60px;
	}
}

.dragons .details-body .details-area.area_04 .details-box_label {
	margin-top: 30px;
}
/* ↑ ドラゴンズページ：スタイル ↑
--------------------------------------------------------------*/


/* ↓ 家族カードページ：スタイル ↓
--------------------------------------------------------------*/
@media (max-width: 767px) {
	.family .mv-area .lower-ttl {
		width: 190px;
	}
}

.family .mv-area .lower-title-mark {
	margin-top: 30px;
}

@media (max-width: 767px) {
	.family .mv-area .card-lead {
		padding-bottom: 30px;
		font-size: 1.7rem;
	}
}

.family .btn:not(.btn-immediately-area .btn) + .text-link {
	margin-top: 20px;
}
@media (min-width: 768px) {
	.family .btn:not(.btn-immediately-area .btn) + .text-link {
		margin-top: 0;
	}
}

.family .attention {
	width: 900px;
	justify-content: left;
	margin: 40px auto 0 auto;
}
.family .attention .attention_text {
	margin-top: 20px;
}
@media (max-width: 767px) {
	.family .attention {
		width: 100%;
	}
}

.family .about .about_box.box_01 {
	justify-content: left;
	gap: 0;
}
.family .about .about_box.box_01 .about_text-area {
	margin: 0 auto;
}
.family .about .about_box.box_01 .about_img-area {
	margin: 30px 0;
}
.family .about .about_box.box_01 .about_list_disc {
	margin: 0;
}

.family .about .block:not(:first-of-type) .about_title {
	margin-top: 30px;
}

.family .about .about_box.box_02 {
	gap: 20px;
}
.family .about .about_box.box_02 .about_item {
	width: 337px;
}
@media (max-width: 767px) {
	.family .about .about_box.box_02 {
		gap: 30px;
	}
	.family .about .about_box.box_02 .about_item {
		width: 100%;
	}
}

.family .about .about_box.box_03 {
	display: block;
}
.family .about .about_box.box_03 .table-zebra th {
	width: 267px;
	height: 64px;
	padding: 18px 0;
}

.family .about .about_box.box_03 .table-zebra td {
	padding: 20px;
}
.family .about .about_box.box_03 .table-zebra td:nth-of-type(3) {
	font-size: 1.6rem;
}
.family .about .about_box.box_03 .table-zebra td figcaption {
	margin-top: 10px;
}
.family .about .about_box.box_03 .table-zebra .table_note {
	margin-top: 10px;
}
.family .about .about_box.box_03 .table-zebra .btn-area .btn {
	width: 208px;
	max-width: 208px;
	margin: -25px auto 10px auto;
}
.family .about .about_box.box_03 .table-zebra .btn-area .btn a {
	padding: 15px 10px;
}
.family .about .about_box.box_03 .table-zebra td:nth-of-type(4) .table_note {
	margin-top: 0;
}
.family .about .about_box.box_03 .about_text-area {
	margin-top: 30px;
}
@media (max-width: 767px) {
	.family .about .about_box.box_03 .about_text-area .about_list_disc-number {
		margin-top: 20px;
	}
}
/* ↑ 家族カードページ：スタイル ↑
--------------------------------------------------------------*/


/* ↓ QUICPayページ：スタイル ↓
--------------------------------------------------------------*/
@media (max-width: 767px) {
	.quicpay .mv-area .mv-card-image img {
		width: 240px;
	}
}

.quicpay .attention {
	width: 600px;
	justify-content: left;
	margin: 40px auto 0 auto;
}
@media (max-width: 767px) {
	.quicpay .attention {
		width: 100%;
	}
}

.quicpay .about .about_text-area {
	margin-bottom: 25px;
}

.quicpay .about .about_box {
	display: block;
}

.quicpay .about .table-zebra th,
.quicpay .about .table-zebra td {
	width: 267px;
	height: 76px;
}

.quicpay .about .table-zebra tbody td:nth-of-type(2) {
	background: #FFF2CC;
}

.quicpay .about_item {
	margin-top: 60px;
}

.quicpay .about_img-area {
	margin-bottom: 40px;
}
@media (max-width: 767px) {
	.quicpay .about_img-area {
		margin-bottom: 30px;
	}
}

.quicpay .about_list_disc {
	margin-top: 25px;
}
@media (max-width: 767px) {
	.quicpay .about_list_disc {
		margin-top: 30px;
	}
}
/* ↑ QUICPayページ：スタイル ↑
--------------------------------------------------------------*/


/* ↓ ETCページ：スタイル ↓
--------------------------------------------------------------*/
.etc .mv-area {
	max-width: 1023px;
}

@media (max-width: 767px) {
	.etc .mv-area .lower-ttl {
		width: 187px;
	}
}

.etc .mv-area .lower-title-mark {
	margin-top: 30px;
}

@media (max-width: 767px) {
	.etc .mv-area .mv-card-image img {
		width: 270px;
	}
}

.etc .btn:not(.btn-immediately-area .btn) + .text-link {
	margin-top: 20px;
}
@media (min-width: 768px) {
	.etc .btn:not(.btn-immediately-area .btn) + .text-link {
		margin-top: 0;
	}
}

.etc .attention .attention_box {
	margin-top: 20px;
}

.etc .about .btn-area .text-link:not(:first-child) {
	margin-left: 35px;
}
@media (max-width: 767px) {
	.etc .about .btn-area .text-link:not(:first-child) {
		margin-top: 10px;
		margin-left: 0;
	}
}

.etc .about .about_item {
	width: 513px;
}
@media (max-width: 767px) {
	.etc .about .about_item {
		width: 100%;
	}
}

.etc .about .about_box.box_02 {
	display: block;
}

.etc .about .about_box.box_02 .about_title {
	margin: 30px auto;
}
/* ↑ ETCページ：スタイル ↑
--------------------------------------------------------------*/


/* ↓ Step Oneページ：スタイル ↓
--------------------------------------------------------------*/

/* ↑ Step Oneページ：スタイル ↑
--------------------------------------------------------------*/