@charset "utf-8";

/*
common
*****************/
b {
  color: inherit;
}

#contents {
 padding-bottom: 0;
}

.cv_btn {
  position: relative;
  display: block;
  width: 900px;
  margin: 0 auto;
  padding: 10px 0;
  border: 3px solid #fff;
  border-radius: 41px;
  color: #fff !important;
  font-size: 35px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  line-height: 1;
}

.cv_btn img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
  margin: auto;
}

#contents a.cv_btn:hover {
  opacity: 0.8;
  -ms-filter: "alpha(opacity=80)";
  cursor: pointer;
  color: #fff;
  text-decoration: none;
}

.cv_btn span {
  font-size: 20px;
}


.ttl_c h2 {
  padding: 20px;
  color: #4C4C4C;
  font-size: 45px;
  font-weight: bold;
  text-align: center;
}

.ttl_c h2 span {
  font-size: 35px;
}

.bg_pink {
  background: #FE9195;
}

.bg_pink2 {
  background: #FE7E82;
}

.blank_window {
  display: inline-block;
  width: 11px;
  padding: 0 0 5px 3px;
}

/* .col */
.col h3.ttl {
  padding-top: 35px;
  text-align: center;
  font-weight: bold;
  font-size: 25px;
  line-height: 27px;
  min-height: 54px;
}

.col h3.ttl + p {
  min-height: 108px;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
}

.col .img {
  width: 283px;
  margin: 0 auto;
  border-radius: 10px;
  background: #fff;
  text-align: center;
}

.col p.small {
  padding: 0 20px;
  line-height: 20px;
}

/*
#header
*****************/
#header .site-logo {
  float: none;
  margin: 15px auto 10px auto;
  text-align:center;
}

#header .site-logo img {
  width: 185px;
}

#header {
  border: none;
}

/*
#top
*****************/
#top {
  position: relative;
  background: #FE7E82;
  color: #fff;
  text-align: center;
}

#top .frame {
  background: url(/-/media/AeonCard/card/lp/cashdebit/img/top_b.jpg)no-repeat;
  background-position: center;
  background-size: cover;
}

#top .ttl_over {
  padding-top: 50px;
  font-size: 22px;
  font-weight: bold;
}

#top .ttl_top {
  font-size: 66px;
  line-height: 80px;
}

#top .ttl_top small {
  font-size: 60px;
}

#top .ttl_top span {
  font-size: 50px;
}

#top .over_card {
  width: 130px;
  height: 94px;
  margin-top: -110px;
  margin-left: -16px;
  padding-top: 30px;
  padding-bottom: 7px;
  border-radius: 130px;
  background: #000080;
  /* background: #FE7E82; */
  font-size: 19px;
  font-weight: bold;
  line-height: 26px;
  box-sizing: content-box;
}

#top .over_card span {
  display: inline-block;
  margin-top: -12px;
  padding-bottom: 7px;
}

#top .over_card b {
  color: #fff;
  font-size: 30px;
}

#top .card_list {
  margin-top: -10px;
  margin-bottom: 30px;
}

#top .card_list img {
  width: 285px;
  height: auto;
}

#top .card_list img:nth-child(2) {
  margin: 0 40px;
}

#top .card_list .disney-copy {
  display: block;
  margin: 0 0 0 auto;
  color: #000;
  text-align: right;
  padding-right: 28px;
}

#top .cv_btn {
  margin-bottom: 10px;
  padding: 17px 0;
}

#top .character {
  position: relative;
  height: 150px;
  margin: 0;
  margin-bottom: 20px;
}

#top .character img {
  position: absolute;
  top: 0px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}


/*
#feature
*****************/
#feature {
  position: relative;
  background: #FE7E82;
  color: #fff;
}

#feature .col {
  height: 760px;
}

#feature .jcb h3 {
  line-height: 52px;
}

#feature .bank h3 + p {
  padding-top: 40px;
}

#feature .char h3 + p {
  padding-top: 27px;
}

#feature .char .img {
  background: none;
}

#feature .btn_area {
  position: relative;
  margin-top: 5px;
}

#feature .min_btn {
  display: block;
  position: absolute;
  top: 0;
  right: 25px;
  width: 120px;
  height: 20px;
  border: 1px solid #fff;
  border-radius: 13px;
  color: #fff;
  font-size: 13px;
  text-align: center;
}

#feature .min_btn:hover {
  opacity: 0.8;
  -ms-filter: "alpha(opacity=80)";
  cursor: pointer;
  color: #fff;
  text-decoration: none;
}

#feature .cv_btn {
  position: absolute;
  bottom: 35px;
  right: 0;
  left: 0;
  margin: auto;
  margin-bottom: 10px;
  padding: 17px 0;
}

/*
#table
*****************/
#table {
  padding: 30px 0;
  background: #FE7E82;
}

#table thead {
  background: #FE9195;
  color: #fff;
}

#table thead tr th, #table thead tr td {
  height: 50px;
  background: #FE9195;
}

#table th, #table td {
  height: 100px;
  padding: 0 15px;
  border: 2px solid #FE7F82;
  border-collapse: collapse;
  background: #fff;
  text-align: center;
}

#table .f_pink {
  color: #EB5359;
  font-weight: bold;
}

#table .t_pink {
  background: #FFECEC;
}

#table p {
  margin-top: 5px;
  color: #fff;
}

/*
#step
*****************/
#step {
  position: relative;
  background: #FE7E82;
  color: #fff;
}

#step .col {
  height: 420px;
  padding-top: 30px;
}

#step .col .img {
  background: none;
}

#step .cv_btn {
  position: absolute;
  bottom: 35px;
  right: 0;
  left: 0;
  margin: auto;
  margin-bottom: 10px;
  padding: 17px 0;
}

#step .img {
  position: relative;
  width: 283px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

#step .img img {
  width: 270px;
  height: auto;
}

#step p {
  padding: 0 15px;
  font-size: 15px;
}

/*
#otoku
*****************/
#otoku {
  padding-bottom: 70px;
  background: #FE7E82;
  color: #fff;
  font-weight: bold;
}

#otoku .pig {
  padding: 30px 0 10px 0;
}

#otoku .pig p {
  position: relative;
  padding: 30px 0;
  font-size: 30px;
  text-align: center;
}

/*#otoku .pig p:after {
  content: url(/-/media/AeonCard/card/lp/cashdebit/img/ico_pig.png);
  position: absolute;
  top: 7px;
  left: 125px;
}*/

#otoku .otoku {
  margin-bottom: 30px;
  padding: 30px 0 10px;
}

#otoku .otoku h3 {
  width: 980px;
  margin: 0 auto;
  padding: 4px 0px 2px 0;
  background: #fff;
  color: #FE9194;
  font-size: 23px;
  text-align: center;
}

#otoku b {
  font-size: 30px;
}

#otoku .lyt-column2 {
  padding: 0 25px;
}

#otoku .lyt-column2 p {
  position: relative;
  padding-left: 140px;
  font-size: 23px;
}

#otoku .double:after {
  content: url(/-/media/AeonCard/card/lp/cashdebit/img/ico_double.png);
  position: absolute;
  top: -13px;
  left: 45px;
}

#otoku .five_off:after {
  content: url(/-/media/AeonCard/card/lp/cashdebit/img/ico_5off.png);
  position: absolute;
  top: -13px;
  left: 45px;
}

#otoku .cv_btn {
  margin-bottom: 10px;
  padding: 17px 0;
}
#otoku .middle {
  width: 840px;
  margin-bottom: 20px;
  padding: 7px 0;
  border: 2px solid #fff;
  font-size: 22px;
  font-weight: normal;
}

/* 2017.2.14�ｿｽﾇ会ｿｽ */

.sub_ttl {
	text-align: center;
	margin: 15px auto;
	width: 100%;
}

.sub_ttl p {
	font-size: 22px;
	margin: 0px auto;
}

#feature .sub_ttl {
    position: absolute;
    bottom: 130px;
    width: 1000px;
	text-align: center;
	margin: 15px auto;
}

#feature .sub_ttl p {
	font-size: 22px;
	margin: 0px auto;
}

#step .sub_ttl {
    position: absolute;
    bottom: 130px;
    width: 1000px;
	text-align: center;
	margin: 15px auto;
}

#step .sub_ttl p {
	font-size: 22px;
	margin: 0px auto;
}

#otoku .pig .otoku_sub p {
  position: static;
  padding: 0px 0px 20px;
  font-size: 14px;
  text-align: center;
}

#otoku .pig .otoku_sub p:after {
  content:"";
  position:  static;
}

#otoku .otoku .otoku_sub p {
  position: static;
  padding: 10px 0px 10px;
  font-size: 14px;
  text-align: center;
}

#step .sub_ttl p {
	font-weight: normal;
}

#top .sub_detail {
  margin-top: 0;
}
#feature .sub_detail,
#step .sub_detail {
  position: relative;
  bottom: 20px;
  margin-top: 0;
  text-align: center;
}
#otoku .sub_detail {
  margin-top: 0;
  text-align: center;
  font-weight: normal;
}
.qx-card__flex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}
.qx-card__flex img {
  max-width: 90px;
  margin-top: 15px;
}
.qx-card__flex .disney-copy {
  display: block;
  text-align: right;
  width: 100%;
  font-size: 10px;
  color: #000;
}