@charset "UTF-8";
/* #main */
#main {
		background: #1ac9fc;
		height: 480px;
}
#main .inner{
	height: 480px;
	position: relative;
	display: flex;
	padding: 0;
}
#main .left_inner,
#main .right_inner{
	height: 100%;
	width: 30%;
}
#main .left_inner{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 60%;
}
#main .left_inner h1{
text-align: left;
margin: 30px 0 40px;
}
#main .right_inner{
	background: url(../img/top/main.png) 0 0/cover no-repeat;
	background-size: 100% auto;
	background-position: 0 30px;
}
#main .catch{
	font: inherit;
	letter-spacing: 2px;
	margin-bottom: 20px;
	color: #fff;
}
#main .link_area img {
    width: 200px;
}
#main .link_letter{
	font-size: 2.0rem;
	text-align: center;
	color: #fff;
	margin-top: 10px;
}
#info .box{
	padding-bottom: 0;
	margin: 30px auto 0;
	max-width: 950px;
}
#info .select_box{
	display: flex;
	justify-content: center;
	align-items: center; 
}
#info .select_box .white_box{
	margin: 0 10px;
	text-align: center;
	padding: 40px 0 60px;
	flex:1
}
#info .select_box .white_box h3{
	margin-top: 50px;
}
#info .select_box .or{
	background: url(../img/top/screen02.png) 0 0/cover no-repeat;
	background-size: 100% auto;
	background-position: 0 0;
	width: 320px;
	height: 370px;
	margin: 0 90px;
	position: relative;
}
#info .select_box .or:before,
#info .select_box .or:after{
	content: "";
	display: inline-block;
	width: 26px;
	height: 42px;
	background: url(../img/top/arrow.svg) 0 0/cover no-repeat;
	position: absolute;
	top: 120px;
	left: -65px;
}
#info .select_box .or:after{
	left: auto;
	right: -65px;
	transform: rotate(180deg);
}
#info .select_box img{
	width: 126px;
}
#charge {
	background: #f7f7f7;
}
#charge .box{
	display:flex;
	max-width: 930px;
	margin:0 auto;
	padding: 80px 0;
}
#charge .left_box{
	width: 300px;
	position: relative;
	margin-right: 90px;
}
#charge .left_box img{
	width: 100%;
}
#charge .right_box{
	text-align: left;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#charge p{
	padding: 0;
	margin-bottom: 30px;
}
a.link{
	background: #1ac9fc;
	text-decoration:none;
	padding: 15px 40px 15px 25px;
	color:#fff;
	display: inline-block;
	border-radius: 5px;
	position: relative;
}
a.link:hover{
	opacity: .6;
}
a.link:after{
	content: "";
	position: absolute;
	right: 18px;
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg) translateY(-50%);
	top: 48%;
}
#coupon .list_box ul{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	position: relative;
}
#coupon .list_box li{
	width: 280px;
	margin: 0 10px;
}
#coupon .slick-slide{
	outline: none;
}
#coupon .shop_photo{
	background: #ccc;
	height: 180px;
	position: relative;
	overflow: hidden;
}
#coupon .no_list span{
	color: #fff;
	background: red;
	padding: 10px 20px;
}
#coupon .shop_photo img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
#coupon .shop_info{
	height: 100px;
	padding: 7px 10px;
	background: #65a2fb;
	color: #fff;
	text-align: left;
	position: relative;
}
#coupon .shop_info .categories{
	font-size: 1.0rem;
  white-space: nowrap;
  text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
	display: block;
}
#coupon .shop_info h3{
	font-size: 1.6rem; 
	margin-bottom: 10px;
	white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#coupon .shop_info p{
	font-size: 1.2rem;
	display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
#coupon .box{
	margin-bottom: 0;
}
#app{
	background: #10d2ff;
}
#app .box{
	display:flex;
	max-width: 1000px;
	margin:0 auto;
	padding: 80px 0 0;
}
#app .left_box{
	width: 400px;
	position: relative;
	margin-right: 90px;
}
#app .left_box img{
	width: 100%;
	height: 630px;
	object-fit: cover;
	object-position: 0 0;
}
#app .right_box{
	text-align: left;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
#app .right_box h3{
	font-size: 4.0rem;
	font-weight: bold;
	color:#fff;
	margin-bottom: 20px;
}
#app .right_box p{
	color: #fff;
	margin-bottom: 50px;
	font-size: 2.0rem;
}
#app .right_box .app_icon{
	width: 150px;
	margin-bottom: 70px;
}
#app .bnr_area img{
	width: 240px;
}

#faq .box{
	max-width: 1000px;
	margin:0 auto;
}
#faq dl{
	margin-bottom: 60px;
}
#faq li{
	margin-bottom: 10px;
}#faq dt.q{
	cursor: pointer;
}
#faq dt.q,
#faq dd{
	display: block;
	box-sizing: border-box;
	padding: 30px 20px 30px 45px;
	position: relative;
	color:#3e3a39;
	border-bottom: 2px solid #f2f2f2;
	text-align: left;
	text-decoration: none;
	font-size: 2.0rem;
	line-height: 3.5rem;
}
#faq dd{
	display: none;
}
#faq dt.q:before,
#faq dd:before{
	content: "Q.";
	color: #10d2ff;
	position: absolute;
	left: 10px;
	top: 30px;
}
#faq dd:before{
	content: "A.";
	color: #ff6f70;
}
#faq dt.q:hover{
opacity: .6;
}
#faq dd a{
	font-size: 1.6rem;
}