@charset "UTF-8";
/*-------------------------------------------------
	2023.12
-------------------------------------------------*/
/*注釈*/
.notes{
	font-size:80%;
	text-align:right;
	margin-top:10px;
}
@media only screen and (max-width: 736px){
	.notes{
		text-align:left;
	}
}
/*改行*/
.only_sp{
	display:none;
}
@media only screen and (max-width: 736px){
	.only_sp{
		display:block;
	}
}

/*-------------------------------------------------
	ご利用の前に
-------------------------------------------------*/
/*サブサブタイトル*/
.coupon-att-sub-sub p{
	/*color: #CC0033;*/
	font-size:16px;
	font-weight:bold;
	line-height:1.2;
	text-align:center;
	margin:30px 0 0;
}
/*ボタン*/
.coupon-att-btn-item{
	margin-top:12px;
}
.coupon-att-btn-item:first-child{
	margin-top:0;
}

/*-------------------------------------------------
	STEP
-------------------------------------------------*/
/*～の場合*/
.step-list-item-ttl{
	font-size:24px;
	font-weight:bold;
	text-align:center;
	margin-bottom:0.5em;
}
@media only screen and (max-width: 736px){
	.step-list-item-ttl{
		font-size:18px;
	}
}

/*ステップ*/
.step-list-item-box{
	height:initial;
}

/*step-list-item--01・02*/
.step-list .step-list-item.step-list-item--01,
.step-list .step-list-item.step-list-item--02 {
	margin-bottom: 60px;
	position: relative;
}
.step-list .step-list-item.step-list-item--01:before,
.step-list .step-list-item.step-list-item--02:before {
	position: absolute;
	top:initial;/*既存打消し*/
	right:initial;/*既存打消し*/
	bottom: -42px;
	left: 50%;
	transform: translate(-50%,0);
	width: 57px;
	height: 23px;
	content: "";
	background: url('/content/dam/nttcom/hq/jp/business/lp/business-daccount/img/fukurikousei_coupon/icn-arrow-black-b.svg') no-repeat center center;
	background-size: contain;
}
@media only screen and (max-width: 736px){
	.step-list .step-list-item.step-list-item--01,
	.step-list .step-list-item.step-list-item--02 {
		width: 50%;
		padding: 0 1px;
		margin: 0 0 60px;
	}
	.step-list .step-list-item.step-list-item--01:before{
		display:block;
	}
}

/*step-list-item--03*/
.step-list .step-list-item.step-list-item--03 {
	margin-top: 0;
}
.step-list .step-list-item.step-list-item--03:before {
	content: none;
}

/*-------------------------------------------------
	ボタン2列→3列
-------------------------------------------------*/
.bottom-list-item {
	width: 33.3333%;
	padding: 0 10px;
}
a.bottom-list-item-link{
	font-size:16px;
}
.bottom-list-item-link-inner {
	padding: 0 10px;
}
@media only screen and (max-width: 736px){
	.bottom-list-item {
		width: 100%;
		padding: 0;
	}
	.bottom-list .bottom-list-item {
		margin: 20px 0 0 0;
	}
	.bottom-list .bottom-list-item:first-child {
		margin: 0;
	}
}