@charset "UTF-8";
* {
	box-sizing: border-box;
}
.display-pc {
	display: block;
}
.display-sp {
	display: none;
}
#contentsWrapper.popup {
	max-width: 750px;
	width: 100%;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
a {
	display: block;
	text-decoration: none;
}
a:hover {
	opacity: .6;
}
.txt-link {
	display: inline-block;
}
#couponarea {
	margin: 30px auto;
	width: 100%;
	box-sizing: border-box;
	padding: 0 40px;
}
.mainbtn {
	margin-top: 20px;
}
#contentsnav {
	background-color: #ebebeb;
}
.navlist {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	margin: 0 auto;
}
.navlist li {
	width: 33%;
	text-align: center;
}
.navlist li:nth-of-type(n+2) {
	border-left: 2px dotted #a9a9a9;
}
.navlist li:nth-of-type(3) {
	padding-top: 12px;
}
.navlist li a {
	height: 100%;
	padding: 16px 0 30px;
	background: url(../img/coupon2_anchor_icon.png) no-repeat 50% 86%/17px auto;
	font-weight: bold;
	color: #333;
}
.wrapper {
	max-width: 750px;
	margin: 0 auto;
	width: 100%;
	box-sizing: border-box;
	padding: 0 40px;
}
.wrapper h2 {
	margin-bottom: 40px;
	text-align: center;
}
.txt-r {
	text-align: right;
}
#what-coupon {
	padding: 80px 0;
}
#conditions {
	position: relative;
	padding: 70px 0 40px;
	background-color: #ff8445;
}
#conditions::after {
	display: block;
	clear: both;
	content: "";
	position: absolute;
	top: 100%;
	width: 100%;
	height: 40px;
	background: url(../img/coupon2_arrow_bg.png) no-repeat 50%/ 100% 40px;
}
.conditionslist h3 {
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 17px;
}
.conditionslist h3 img {
	width: 30px;
	height: auto;
	margin-right: 12px;
}
.conditionslist > li {
	padding: 30px;
	background-color: #fff;
	border-radius: 8px;
}
.conditionslist > li:nth-of-type(n+2) {
	margin-top: 20px;
}
.note {
	color: #666;
}
.attention {
	color: #fe0001;
}
.box-color {
	margin-top: 10px;
	padding: 15px;
	background-color: #fff8db;
}
.box-color span {
	color: #666;
}
.couponbtn a {
	width: 100%;
	padding: 18px 34px 16px 18px;
	color: #FFFFFF;
	border-radius: 6px;
	background: url(../img/coupon2_btn_icon.png) no-repeat 95% 50%/22px auto #4bbf9c;
	box-shadow: 0px 5px 0px rgba(51,158,126,1);
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}
.conditionslist p+figure {
	margin-top: 20px;
}
.conditionslist figure+p {
	margin-top: 20px;
}
.conditionslist figure+.note {
	margin-top: 10px;
}
.conditionslist p+p {
	margin-top: 10px;
}
.conditionslist p+ul {
	margin-top: 10px;
}
.plan-box {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	margin: 20px 0 10px;
}
#details .plan-box {
	margin: 0;
}
.plan-list {
	width: 49%;
	padding-bottom: 10px;
	border-radius: 8px 8px 0 0 ;
	background-color: #e6eefa;
}
.plan-list dt {
	margin-bottom: 12px;
	padding: 6px 0 4px;
	border-radius: 8px 8px 0 0 ;
	background-color: #6792cf;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}
.plan-list dd {
	padding: 0 10px 4px;
}
.plan-list:nth-of-type(n+2) {
	background-color: #fae6e9;
}
.plan-list:nth-of-type(n+2) dt {
	background-color: #d96c7b;
}
#details {
	padding: 90px 0 60px;
}
#details table {
	width: 100%;
	margin-bottom: 20px;
	border: solid 1px #eb5505;
	table-layout: fixed;
}
#details table tr:nth-of-type(n+2) {
	border-top: solid 1px #eb5505;
}
#details table th {
	display: block;
	padding: 10px;
	background: #ffe5d6;
}
#details table td {
	display: block;
	padding: 20px 12px;
	border-top: solid 1px #eb5505;
}
#details table h3:nth-of-type(n+2) {
	margin-top: 6px;
}
#details table p+ul {
	margin-top: 10px;
}
#videoarea {
	padding: 20px 0 80px;
}
.video {
	position:relative;
	width:100%;
	padding-top:56.25%;
}
.video iframe {
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
}
#simulator {
	padding: 50px 0;
	background-color: #fdeee6;
}
#simulator h2,#bnrarea h2 {
	display: table;
	position: relative;
	margin: 0 auto 20px;
	font-size: 18px;
}
#simulator h2::before,#bnrarea h2::before {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '＼ ';
	margin: 0 0 0 -34px;
}
#simulator h2::after,#bnrarea h2::after {
	position: absolute;
	right: 0;
	bottom: 0;
	content: ' ／';
	margin: 0 -34px 0 0;
}
#simulator p {
	text-align: center;
}
#bnrarea {
	padding: 50px 0;
}
#bnrarea ul li+li {
	margin-top: 12px;
}
.footerPopup {
	max-width: 750px;
}
.link-text {
	color: #333;
	text-decoration: none;
}
.link-text:hover {
color: #06a;
text-decoration: underline;
}
.link-blank {
	display: inline-block;
}
.link-blank::after {
	margin-right: 6px;
	content: url(../img/icn-link-blank.png);
}
.wt-pagetop.is-fixed {
	bottom: 20px;
}
.wt-footer {
	background-color: #f5f5f5;
}
.wt-footerMenu > ul > :first-child,
.wt-footerMenu > ul > li {
	border-color: #d1d1d1;
}
.wt-footer-copy {
	background-color: #f5f5f5;
}
.wt-footer-copy .wt-footer-copy-inr {
	padding: 40px 0;
}

@media screen and (max-width: 640px) {
	.plan-list {
		width: 100%;
	}
	.plan-list:nth-of-type(n+2) {
		margin-top: 10px;
	}
}

@media screen and (max-width: 767px) {
	.wt-footer-inr {
		padding-top: 0;
	}
}

@media screen and (max-width: 480px) {
	.display-pc {
		display: none;
	}
	.display-sp {
		display: block;
	}
	.wrapper {
		padding: 0 20px;
	}
	.wrapper h2 {
		margin-bottom: 20px;
	}
	#couponarea {
		padding: 0 20px;
	}
	#what-coupon {
		padding: 50px 0;
	}
	#conditions {
		padding: 36px 0 16px;
	}
	#details {
		padding: 50px 0;
	}
	.conditionslist > li {
		padding: 20px 15px;
	}
	#videoarea {
		padding: 20px 0 60px;
	}
	#simulator {
		padding: 40px 0;
	}
}
