﻿@charset "utf-8";
/* CSS Document */

.contents-area {
  background: none;
  text-align: left;
  padding: 0;
}
p {
  margin-top: 0;
}
a img:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-ms-transition: .3s;
	transition: .3;
}

.mt00 {
  margin-top: 0!important;
}
.mb00 {
  margin-bottom: 0!important;
}
.mb05 {
  margin-bottom: 5px!important;
}
.pb00 {
  padding-bottom: 0!important;
}
.underline {
  text-decoration: underline;
}
.indent01 {
  text-indent: -1em;
  padding-left: 1em;
}
.bg-red {
  background: #eb4055!important;
}

@media screen and (min-width: 769px) {
  .pcContent {
    display: block!important;
  }
  .spContent {
    display: none!important;
  }
}
@media screen and (max-width: 768px) {
  .pcContent {
    display: none!important;
  }
  .spContent {
    display: block!important;
  }
}


.deadline_pc ul li {
  width: 299px;
  box-sizing: border-box;
}
.deadline_pc ul li:first-child + * {
  width: 659px;
  box-sizing: border-box;
  text-align: left;
  padding: 0 25px;
}
.deadline_sp dl {
  border: 1px solid #acacaa;
}

@media screen and (max-width: 768px) {
}


.nv_menu li {
  width: 32%;
  margin-left: 2%;
  float: left;
  display: table;
}
.nv_menu li:first-child {
  margin-left: 0;
}
.nv_menu li a {
  display: table-cell;
  vertical-align: middle;
  padding: 15px 0;
  border: 1px solid #5A5A5A;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  background: #fff;
  color: #333;
  font-size: 18px;
  text-align: center;
  box-shadow: 0px 3px 0px 0px #5A5A5A;
  -moz-box-shadow: 0px 3px 0px 0px #5A5A5A;
  -webkit-box-shadow: 0px 3px 0px 0px #5A5A5A;
  -webkit-tap-highlight-color: transparent;
    transition: .3s ease-out;
}
.nv_menu li a:hover {
  border: 1px solid #e7364a;
  color: #e7364a;
  box-shadow: 0px 3px 0px 0px #e7364a;
  -moz-box-shadow: 0px 3px 0px 0px #e7364a;
  -webkit-box-shadow: 0px 3px 0px 0px #e7364a;
}
.nv_menu.layout01 {
  margin-top: 20px;
}
.nv_menu.layout01 li {
  width: 19%;
  margin-left: 1.25%;
  float: left;
}
.nv_menu.layout01 li:first-child {
  margin-left: 0;
}
.tab-area .nv_menu.layout01 li {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .nv_menu {
    padding: 0 10px;
    box-sizing: border-box;
  }
  .nv_menu.layout01 {
    margin-top: 0;
    padding: 0;
  }
  .nv_menu.layout01 li {
    width: 100%;
    margin-left: 0;
    float: none;
  }
  .nv_menu li a {
    padding: 15px 5px;
    font-size: 12px;
  }
}


.privilegeWrap {
  background: #f3f3f3;
  margin-top: 0;
  padding: 25px 20px;
  box-sizing: border-box;
}
.txtWrap {
  line-height: 1.6;
}
.btn-red a,
.btn-red-fin span{
  width: 410px;
  font-size: 18px;
}
.privilegeWrap .btn-red,
.privilegeWrap .btn-red-fin{
  margin-top: 40px;
}
.listWrap {
  width: 410px;
  margin: 15px auto 0;
}
.list {
  font-size: 12px;
}
#str_container .privilegeWrap h3 {
  padding: 0 0 0 6px;
  margin: 40px 0 10px 0;
  border-left: 4px solid #abaaaa;
  font-weight: normal;
  font-size: 16px;
}
.scheduleWrap .tableW td:first-child {
  width: 110px;
}
.scheduleWrap .tableW td:first-child + * {
  width: 320px;
}
.scheduleWrap .tableW td:first-child + * + * {
  width: 252px;
}
.scheduleWrap .tableW td:first-child + * + * + * {
  width: 177px;
}
.scheduleWrap tr td:first-child {
  text-align: center;
}
.scheduleWrap tr td:first-child + *,
.scheduleWrap tr td:first-child + * + *, 
.scheduleWrap tr td:first-child + * + * + * {
  padding-left: 20px;
}
.scheduleWrap tr {
  border-bottom: 1px #b5b5b5 solid;
}
.scheduleWrap tr:first-child {
  border-bottom: none;
}
.scheduleWrap table , td, th {
	border-collapse: collapse;
  font-size: 14px;
}
.scheduleWrap td, th {
  vertical-align: middle;
  padding: 7px 0;
}
.scheduleWrap th {
	background: #3695d6;
  color: #fff;
  text-align: center;
  border-left: 1px #fff solid;
  padding: 7px 0;
  box-sizing: border-box;
}
.scheduleWrap th:first-child {
  border-left: none;
}
.scheduleWrap tr {
  padding: 7px 0;
}
.scheduleWrap tr .active {
  display: block;
  background: #eb4055;
  color: #fff;
  padding: 5px;
}
.scheduleWrap {
  background: #fff;
  padding: 25px 30px;
  box-sizing: border-box;
}
.scheduleWrap table {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .privilegeWrap {
    padding: 15px 10px;
  }
  h2.rs_h2_title_bar {
    font-size: 14px;
  }
  .privilegeWrap .btn-red,
  .privilegeWrap .btn-red-fin{
    margin-top: 20px;
  }
  .btn-red a,
  .btn-red-fin span{
    width: 100%;
    margin: 0;
    padding: 15px;
    font-size: 14px;
    box-sizing: border-box;
  }
  .listWrap {
    width: 100%;
    margin: 20px auto 0;
  }
  #str_container .privilegeWrap h3 {
    margin: 25px 0 10px 0;
    font-size: 12px;
  }
  .scheduleWrap {
    padding: 10px;
    box-sizing: border-box;
  }
  .scheduleWrap table.spContent {
    border: 1px #b5b5b5 solid;
    border-bottom: none;
    width: 100%;
    box-sizing: border-box;
    margin-top: 10px;
  }
  .scheduleWrap th {
    font-size: 16px;
    padding: 5px;
  }
  .scheduleWrap td{
    font-size: 12px;
  }
  .scheduleWrap tr td:first-child {
    text-align: left;
    font-weight: bold;
    width: 30%;
    padding-left: 10px;
    box-sizing: border-box;
  }
  .scheduleWrap tr td:first-child + * {
    padding: 7px 5px 7px 10px;
    width: 70%;
    box-sizing: border-box;
  }
  .scheduleWrap.layout01 tr td:first-child {
    text-align: left;
    font-weight: bold;
    width: 30%;
    padding-left: 5px;
    box-sizing: border-box;
  }
}


.privilegeWrap .pre-4box div.clearfix {
  margin: -15px 0 0 -17px;
}
.privilegeWrap .pre-4box .box {
  width: 216px;
  float: left;
  margin: 15px 0 0 17px;
  box-sizing: border-box;
  border: 1px #666666 solid;
}
.privilegeWrap .pre-4box .img {
  width: 214px;
  height: 123px;
  overflow: hidden;
}
.privilegeWrap .pre-4box .img img {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 400px;
  width: 100%;
}
.privilegeWrap .pre-4box .txt {
  background: #666666;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 10px 5px;
  box-sizing: border-box;
  line-height: 1.6;
  margin-top: 0!important;
}
.privilegeWrap .pre-4box .txt a {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .privilegeWrap .pre-4box div.clearfix {
    margin: -15px 0 0 0;
  }
  .privilegeWrap .pre-4box .box {
    width: 48%;
    float: left;
    margin: 15px 0 0 0;
  }
  .privilegeWrap .pre-4box .box:nth-child(even) {
    float: right;
  }
  .privilegeWrap .pre-4box .img {
    width: 100%;
    height: 100px;
  }
  .privilegeWrap .pre-4box .img img {
    max-width: 400px;
    width: 150%;
  }
  .privilegeWrap .pre-4box .txt {
    margin-top: 0!important;
  }
}


.privilegeWrap .step {
  width: 100%;
  float: none;
  border: 1px solid #898989;
  padding-bottom: 0;
}
.privilegeWrap .triangle {
  float: none;
  margin: 15px auto 25px;
}
.privilegeWrap .triangle .ic {
  border-left: 12.5px solid transparent;
  border-right: 12.5px solid transparent;
  border-top: 12.5px solid #666666;
  position: static;
  top: 45%;
  left: 25%;
  display: block;
}
.privilegeWrap .step p,
.privilegeWrap .step02 p {
  padding: 0;
  margin-top: 0;
}
.privilegeWrap p.step-title {
  padding: 10px;
  box-sizing: border-box;
}
.privilegeWrap .step .txtWrap {
  background: #fff;
  padding: 15px;
  box-sizing: border-box;
}
.privilegeWrap .txtWrap .list {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.4;
}
.scheduleWrap.layout01 {
  padding: 25px 20px;
}
.privilegeWrap .step p.btn-red,
  .privilegeWrap .step p.btn-red-fin {
  margin-top: 40px;
}
.scheduleWrap.layout01 .tableW td:first-child + * {
  width: 250px;
}
.scheduleWrap.layout01 .tableW td:first-child + * + * {
  width: 500px;
}

@media screen and (max-width: 768px) {
  .privilegeWrap .step {
    margin: 0;
  }
  .privilegeWrap .step .txtWrap {
    padding: 10px;
  }
  .privilegeWrap .txtWrap .list {
    margin-top: 15px;
  }
  .privilegeWrap .triangle {
    margin: 10px auto;
  }
  .scheduleWrap.layout01 {
    padding: 10px 0;
  }
  .scheduleWrap.layout01 tr td:first-child {
    width: 37%;
  }
  .scheduleWrap.layout01 tr td:first-child + * {
    width: 63%;
  }
  .scheduleWrap tr {
    width: 100%;
    display: table;
  }
  .scheduleWrap th,
  .scheduleWrap td{
    width: 100%;
    display: table-cell;
  }
  tbody {
    width: 100%;
    display: block;
  }
  .privilegeWrap .step p.btn-red,
  .privilegeWrap .step p.btn-red-fin{
    margin-top: 15px;
  }
}


@media screen and (min-width: 769px) {
  .rs-gc-content {
    display: block!important;
  }
}


.contents-area.random {
  margin-left: -20px;
}
.item {
  margin-left: 20px;
  margin-bottom: 20px;
  float: left;
  width: 430px;
  padding: 20px;
  background: #eee;
  font-size: 78%;
}
.item_L {
  float: left;
  width: 180px;
}
.item_L img {
  border: 1px solid #acacaa;
}
.item_R {
  float: right;
  width: 235px;
}
.item_ttl {
  font-size: 18px;
  margin-bottom: 8px;
  font-weight: bold;
  line-height: 1.2;
}
.item .acs {
  color: #009900;
}
.label-pink {
  display: inline-block;
  line-height: 14px;
  margin-right: 3px;
  padding: 3px 7px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #ff6699;
  color: #fff;
  font-size: 12px;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
}
.label-orange {
  display: inline-block;
  line-height: 14px;
  padding: 3px 7px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #ff7e00;
  color: #fff;
  font-size: 12px;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
}
.item_box .star {
  display: inline-block;
  margin-top: 5px;
}
.item_box .txt-yellow {
  color: #FFAE00;
}
.item p {
margin-top: 7px;
}
.item .copy {
  font-size: 15px;
  font-weight: bold;
  margin: 10px 0 0;
}
.item_btn {
  margin: 20px 0 0;
  font-weight: bold;
  font-size: 16px;
}
.item_btn a {
  width: 210px;
  display: block;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
  padding: 13px 0;
}
.item_btn a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  transition: .3;
}
.item_btn .btn01 a {
  float: left;
  color: rgb(54, 149, 214);
  background: rgb(255, 255, 255);
  -webkit-box-shadow: rgb(47, 122, 174) 0px 2px 0px 0px;
  -moz-box-shadow: rgb(147, 122, 174) 0px 2px 0px 0px;
  box-shadow: rgb(47, 122, 174) 0px 2px 0px 0px;
  border: 1px rgb(54, 149, 214) solid;
  border-image: initial;
  border-radius: 5px;
  box-sizing: border-box;
}
.item_btn .btn02 a {
  float: right;
  color: #fff;
  background: rgb(235, 64, 85);
  -webkit-box-shadow: rgb(191, 54, 70) 0px 2px 0px 0px;
  -moz-box-shadow: rgb(191, 54, 70) 0px 2px 0px 0px;
  box-shadow: rgb(191, 54, 70) 0px 2px 0px 0px;
  border: 1px rgb(235, 64, 85) solid;
  border-bottom: 1px rgb(191, 54, 70) solid;
  border-image: initial;
  border-radius: 5px;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .contents-area.random {
    margin-left: 10px;
  }
  .item {
    width: auto;
    margin: 10px 0 0;
    float: none;
    padding: 10px;
    font-size: 100%;
  }
  .item_L {
    width: 40%;
  }
  .item_L img {
    width: 100%;
  }
  .item_R {
    width: 57%;
  }
  .item_ttl {
    font-size: 13px;
  }
  .item_btn a {
    width: 48%;
  }
}



.outline_box {
    margin: 0;
    border: 2px solid #3695d6;
    font-size: 1.2em;
}
.outline_box dl {
    margin: 5px 0;
}
.outline_box dt {
    padding: 10px 0 0 15px;
    font-weight: bold;
    color: #3695d6;
    float: left;
}
.outline_box dd {
    padding: 10px 10px 10px 210px;
    border-bottom: 1px dashed #ccc;
    line-height: 140%;
}
.outline_box dd.last {
    border: 0;
}
h2.rs_h2_title_bar.mt00 {
    margin-top: 0!important;
  }

@media screen and (max-width: 768px) {
  .outline_box {
    margin: 0 10px;
    padding-top: 5px;
  }
  .outline_box dl {
    margin: 0;
    padding: 3px;
  }
  .outline_box dt {
    float: none;
    padding: 0 0 0 5px;
    max-height: 999999px;
  }
  .outline_box dd {
    padding: 0 0 10px 5px;
    max-height: 999999px;
  }
}


/*--------------------------------------
  　クーポン取得ボタン
--------------------------------------*/
.btn-1box .coupon_unit {
	margin: 30px auto 35px;
	width: 600px;
}
.coupon_unit #coupon_info .coupon_detail a {
	display: block;
	padding: 15px 0;
	font-size:28px;
	text-align: center;
}
.coupon_unit #coupon_info .coupon_detail a:hover,.btn-2box .btn-2 a:hover {
	color: #FFF;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	-moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    transition: .3
}
.coupon_unit #coupon_info .coupon_notfound{
	width: 600px;
	display:block;
	padding: 15px 0;
	font-size:28px;
	text-align: center;
}
.coupon_unit_fin{
	margin: 30px auto 35px;
	display: block;
	width: 600px;
	padding: 15px 0;
	font-size:28px;
	text-align: center;
}
/*ボタン2つver*/
.btn-2box .coupon_unit {
	margin: 30px auto 35px;
}
.btn-2box .coupon_unit #coupon_info{
	float: left;
	margin-right: 20px;
}
.btn-2box .coupon_unit #coupon_info .coupon_detail a,.btn-2box .coupon_unit #coupon_info .coupon_detail label,.btn-2box .coupon_unit #coupon_info .coupon_notfound{
	width: 455px;
	font-size:24px;
}	
.btn-2box .btn-2 a{
	float: left;
	display: block;
	width: 455px;
	font-size:24px;
	padding: 15px 0;
	text-align: center;
}
.btn-2box .coupon_unit_fin{
	display: block;
	padding: 15px 0;
	width: 455px;
	font-size:22px;
	text-align: center;
	float: left;
	margin: 30px 20px 40px 0;
}
.btn-2box .btn-2-fin span{
	float: left;
	display: block;
	width: 455px;
	font-size:22px;
	padding: 15px 0;
	text-align: center;
	margin: 30px 0 40px 0;
}
@media screen and (max-width: 768px) {
	.btn-2box .coupon_unit {
		margin: 20px 15px;
	}
	.btn-2box .coupon_unit #coupon_info .coupon_detail a,.btn-2box .coupon_unit #coupon_info .coupon_detail label,.btn-2box .coupon_unit #coupon_info .coupon_notfound,.btn-2box .btn-2 a,.btn-2box .coupon_unit_fin,.btn-2box .btn-2-fin span{
		width: 360px;
		font-size:18px;
	}
	.btn-2box .coupon_unit #coupon_info,.btn-2box .coupon_unit_fin{
		margin-right: 10px;
	}
	.btn-2box .coupon_unit_fin{
		margin-left: 15px;
		margin-bottom: 35px;
	}
	.btn-2box .btn-2-fin span{
		margin-bottom: 35px;
	}
}
@media screen and (max-width: 450px) {
	.btn-1box .coupon_unit,.coupon_unit_fin,.btn-2box .coupon_unit {
		margin: 15px;
		width: auto;
	}
	.coupon_unit #coupon_info .coupon_detail a,.coupon_unit #coupon_info .coupon_detail label,.coupon_unit #coupon_info .coupon_notfound,.coupon_unit_fin,
	.btn-2box .coupon_unit #coupon_info .coupon_detail a,.btn-2box .coupon_unit #coupon_info .coupon_detail label,.btn-2box .coupon_unit #coupon_info .coupon_notfound{
		width:auto;
		max-height:999999px;
		font-size:16px;
		margin-bottom: 20px;
		line-height: 1.0;
	}
	.btn-2box .coupon_unit #coupon_info,.btn-2box .btn-2 a,.btn-2box .coupon_unit_fin,.btn-2box .btn-2-fin span{
		float: none;
		margin-right: 0;
		width:auto;
		max-height:999999px;
		font-size:16px;
		line-height: 1.0;
	}
	.btn-2box .btn-2-fin{
		line-height: 1.0;
	}
	.btn-2box .coupon_unit_fin{
		margin: 15px 15px 20px 15px;
	}
	.btn-2box .btn-2-fin{
		margin: 0 15px;
	}
	.btn-2box .btn-2-fin span{
		margin: 15px 0;
	}
}
/*--------------------------------------
  　ボタン赤
--------------------------------------*/
.btn-red a {
	background-color: #eb4055;
	border-radius: 5px;
	box-shadow: 0px 5px 0px 0px #bf3646;
	-moz-box-shadow: 0px 5px 0px 0px #bf3646;
	-webkit-box-shadow: 0px 5px 0px 0px #bf3646;
	color: #FFF;
}


.btn-red-fin.coupon_notfound{
	background-color: #75202a;
	border-radius: 5px;
	box-shadow: 0px 5px 0px 0px #5f1b23;
	-moz-box-shadow: 0px 5px 0px 0px #5f1b23;
	-webkit-box-shadow: 0px 5px 0px 0px #5f1b23;
	color: #7f7f7f;
	width:600px;
	display:block;
}

.coupon_unit_fin.btn-red-fin{
	background-color: #75202a;
	border-radius: 5px;
	box-shadow: 0px 5px 0px 0px #5f1b23;
	-moz-box-shadow: 0px 5px 0px 0px #5f1b23;
	-webkit-box-shadow: 0px 5px 0px 0px #5f1b23;
	color: #7f7f7f;
	display:block;
}

@media screen and (min-width: 768px) {
.coupon_unit #coupon_info .coupon_notfound,
.btn-1box .coupon_unit,
.coupon_unit_fin{
  width: 410px;
    font-size: 18px;
    margin-bottom: 0;
}
}


@media screen and (max-width: 450px) {
  .btn-1box .coupon_unit, .coupon_unit_fin {
    margin: 20px 0 0;
  }
}


.scheduleWrap tr.end{
	background-color:#999999;
}




.innerBox {
  background: #fff;
  margin-top: 40px;
  padding: 25px 30px;
  box-sizing: border-box;
  text-align: center;
}
.innerBox .txtWrap .ttl {
  font-size: 34px;
  font-weight: bold;
}
.innerBox .txtWrap .txt {
  margin-top: 10px;
}
.couponBox {
  width: 100%;
  background-color: #fff;
  margin-top: 30px;
  padding: 0 30px;
  box-sizing: border-box;
}
.couponBox .couponNumberBox {
  width: 100%;
  padding: 35px 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  text-align: center;
  box-sizing: border-box;
}


@media screen and (max-width: 768px) {
  .innerBox {
    margin-top: 20px;
    padding: 10px;
    box-sizing: border-box;
    text-align: left;
  }
  .innerBox .txtWrap .ttl {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
  }
  .innerBox .txtWrap .txt {
    margin-top: 5px;
  }
  .couponBox {
    margin-top: 20px;
    padding: 0px;
  }
  .couponBox .couponNumberBox {
    width: 100%;
    padding: 35px 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    text-align: center;
    box-sizing: border-box;
  }
}

#res-header-fin {
  position: relative;
}
#res-header-fin:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  position: absolute;
  top: 0;
  left: 0;
}


/*Safariだけに適用されるCSSハック*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
  ::i-block-chrome,#container {
	  font-family:"メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}