@charset "utf-8";

/* 共通 */
.mt30 {
	margin-top: 30px !important;
}
.mt40 {
	margin-top: 40px !important;
}
.mt50 {
	margin-top: 50px !important;
}
.indent01 {
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 960px){
	.sp-text-l { text-align: left !important; }
	.sp-x-small  { font-size:75% !important;  }
	.sp-mt10 {
		margin-top: 10px !important;
	}
	.sp-mt20 {
		margin-top: 20px !important;
	}
	.sp-mt40 {
		margin-top: 40px !important;
	}
}


/* ========================================================== */
.long-discount {
	text-align: center;
}
ul.attention_r2 {
	margin-bottom: 30px;
}
ul.attention_r2 li {
	font-size: 14px;
	padding-left: 3.6em;
	text-indent: -3.6em;
	line-height: 1.8em;
	margin-bottom: 10px;
}
.auq-wrap {
	padding: 0 30px;
}
.long-discount_text_line {
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	margin: 30px 0 0;
}
.long-discount_text_line  div {
	position: relative;
	display: inline-block;
}
.long-discount_text_blue {
	position: absolute;
	right: -8rem;
	top: 4px;
	display: inline-block;
	padding: 0px 15px;
	background-color: #00a2e6;
	border-radius: 30px;
	font-size: 20px;
	color: #fff;
	line-height: 180%;
}
.long-discount_text_blue i {
	font-style: normal;
	font-size: 26px;
}
.long-discount_link_col2 {
	display: flex;
	justify-content: center;
	margin-top: 40px;
}
.long-discount_link_col2 > div {
	padding: 0 40px;
}
.long-discount_btn_col2 {
	display: flex;
	justify-content: center;
	margin-top: 50px;
}
.long-discount_btn_col2 > div {
	padding: 0 30px;
}
.long-discount_btn_col2 .button2 {
	font-size: 18px;
	padding: 13px 10px;
	border-radius: 35px;
	width: 370px;
}
.long-discount_btn_col2 .button2:before {
	background-size: 17px;
	width: 17px;
	height: 17px;
	right: 28px;
}

@media screen and (max-width: 960px){
	.auq-wrap {
		padding: 0;
	}
	.long-discount {
		text-align: left;
	}
	.long-discount_text_line {
		font-size: 4.6vw;
		line-height: 160%;
		margin: 20px 0 0;
	}
	.long-discount_text_blue {
		position: relative;
		right: inherit;
		top: inherit;
		bottom: 1rem;
		margin: 0;
		font-size: 4.6vw;
	}
	_::-webkit-full-page-media, _:future, :root .long-discount_text_blue{
		bottom: -0.2rem;
	}
	.long-discount_text_blue i {
		font-size: 6vw;
	}
	.long-discount_text_blue_sp_l1 {
		top: 10px;
	}
	.long-discount_link_col2 {
		margin-top: 20px;
		justify-content: space-between;
		align-items: end;
	}
	.long-discount_link_col2 > div {
		width: 46%;
		padding: 0;
		margin-bottom: 0;
	}
	.long-discount_btn_col2 {
		flex-wrap: wrap;
		margin-top: 20px;
	}
	.long-discount_btn_col2 > div {
		width: 100%;
		padding: 0;
		box-sizing: border-box;
		margin-bottom: 15px;
	}
	.long-discount_btn_col2 .button2 {
		font-size: 16px;
		letter-spacing: -0.5px;
		width: 100%;
	}
	.auq-wrap .tab {
		font-size: 5vw;
		letter-spacing: -0.5px;
		word-break: keep-all;
	    line-height: 120%;
		padding-top: 4px;
	    height: auto;
	    padding: 10px 0 6px!important;
	}
}