@charset "UTF-8";
.contsTtl .redH {
	background: #d00f31;
}
.redBtn {
	background-color: #d00f31;
	-webkit-box-shadow: 0px -5px 0px 0px #a2031f inset;
	box-shadow: 0px -5px 0px 0px #a2031f inset;
}
.cpBtnY {
	background: #fad025;
	color: #111111;
	-webkit-box-shadow: 0px -5px 0px 0px #b39f3f inset;
	box-shadow: 0px -5px 0px 0px #b39f3f inset;
}
.cpBtnG {
	background: #2dad55;
	-webkit-box-shadow: 0px -5px 0px 0px #1f823e inset;
	box-shadow: 0px -5px 0px 0px #1f823e inset;
}



/* ------ added style ------ */
a.txtLink:link, a.txtLink:visited {
	color: #00f;
	text-decoration: underline;
	display: inline;
}
img {
	height: auto;
}
.baseWrp {
	max-width: calc(800 / 960 * 100%);
	margin-left: auto;
	margin-right: auto;
}
.baseTxt {
	font-size: 16px;
	letter-spacing: 0.06em;
	line-height: 1.3;
	color: #000000;
}
.entryBtn {
	padding: 0 8.33333%;
}
.entryBtn a {
	max-width: 560px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-size: 20px !important;
	padding: 20px 50px 21px;
}
.main-vis .wrp-vis .entryBtn a img {
	width:100%;
}
@media only screen and (min-width: 641px) {
	.entryBtn a {
		background-size: 30px !important;
		padding: 1.58% 50px 1.78%;
	}
	.main-vis .wrp-vis .entryBtn a img {
		width: calc(421 / 560 * 100%);
	}
}
.entryBtn.entry a {
	border-radius: 10px;
  -webkit-box-shadow: 0px -5px 0px 0px #007d9f inset;
  box-shadow: 0px -5px 0px 0px #007d9f inset;
	background: url("../img/btn_01_arw.png") no-repeat right calc( 28 / 660 * 100% ) center #00ab9f;
}
.entryBtn.apply a {
	border-radius: 10px;
  -webkit-box-shadow: 0px -5px 0px 0px #98000a inset;
  box-shadow: 0px -5px 0px 0px #98000a inset;
	background: url("../img/btn_02_arw.png") no-repeat right calc( 28 / 660 * 100% ) center #c40008;
}
.entryNote li {
	font-size: 14.4px;
	letter-spacing: -0.02em;
	line-height: 1.4;
}
.dwifi {
	background-color: #f7f7f7;
}
.dwifi h2 {
	width: calc(248 / 960 * 100%);
	margin-left: auto;
	margin-right: auto;
}
.entryBtn.apply02 a {
	border-radius: 10px;
  -webkit-box-shadow: 0px -5px 0px 0px #98000a inset;
  box-shadow: 0px -5px 0px 0px #98000a inset;
	background: url("../img/btn_03_arw.png") no-repeat right calc( 33 / 660 * 100% ) center #c40008;
}
@media only screen and (min-width: 641px) {
	.entryBtn.apply02 a {
		border-radius: 36.5px;
	}
}
.lawson {
	background-color: #FFEB1D;
}
.lawson h2 {
	width: calc(663 / 960 * 100%);
	margin-left: auto;
	margin-right: auto;
}
.coupon h2 {
	max-width: calc(756 / 960 * 100%);
	margin-left: auto;
	margin-right: auto;
}
.entryBtn.show a {
	border-radius: 10px;
  -webkit-box-shadow: 0px -5px 0px 0px #000 inset;
  box-shadow: 0px -5px 0px 0px #000 inset;
	border: 3px solid #000;
	background: url("../img/btn_04_arw.png") no-repeat right calc( 28 / 660 * 100% ) center #ff0;
}
@media only screen and (min-width: 641px) {
	.entryBtn.show a {
		border-radius: 16px;
		padding: 2.84% 50px 3.04%;
		border: 5px solid #000;
	}
}
.pt80p {
	padding-top: 8.3333% !important;
}
.pb80p {
	padding-bottom: 8.3333% !important;
}
.pb90p {
	padding-bottom: 9.375% !important;
}
.mt80p {
	margin-top: 8.3333% !important;
}



/* floating banner */
.floatSpBnr {
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	display: none;
	z-index: 2;
	box-sizing: border-box;
}
.floatSpLink {
	display: block;
	padding: 0;
}
.floatSpLink img {
	display: block;
}
.floatSpBnr img {
	width: 100%;
}
.floatPcBnr {
	height: 300px;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	display: block;
	z-index: 2;
}
a.floatPcLink {
	display: block;
}
@media only screen and (max-width: 640px) {
	.floatSpBnr, a.floatSpLink {
		display: block;
	}
	.floatPcBnr, a.floatPcLink {
		display: none;
	}
	.flbnpb {
		padding-bottom: 20% !important;
	}
}

