@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wrap {
  width: 950px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .wrap {
    width: 100%;
    padding: 0 10px;
  }
}

.wrap__menu {
  width: 1050px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .wrap__menu {
    width: 100%;
    padding: 0 10px;
  }
}

.wrap__card {
  width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .wrap__card {
    width: 100%;
    padding: 0 10px;
  }
}

/*!
 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
 * Richard Clark (http://richclarkdesign.com)
 * http://cssreset.com
 */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

.section4 {
  padding-bottom: 70px;
  background: url(/afl/suicas_aff/img/cardselect_bg.jpg) no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .section4 {
    padding-bottom: 1rem;
  }
}

.asterisk {
  bottom: 0.3em;
  font-size: 80%;
  padding-right: 0;
  position: relative;
  vertical-align: top;
}

.bold {
  font-weight: bold;
}

.sas-r {
  bottom: 0.3em;
  padding-right: 0px;
  font-size: 80%;
  vertical-align: top;
}

.amex_reg {
  color: #666;
  font-size: 12px;
  margin: 10px 0 20px;
}

.noteList_star_num {
  font-size: 14px;
  line-height: 18px;
}
.noteList_star_num > li {
  padding-left: 23px;
}
.noteList_star_num > li > span.listMark {
  display: inline-block;
  margin-left: -23px;
  width: 23px;
}

.boxCardSelection__item {
  padding: 50px 70px;
  background: rgba(255, 255, 255, 0.75);
}
@media only screen and (max-width: 768px) {
  .boxCardSelection__item {
    padding: 0.625rem;
  }
}

.contents .bigTtl {
  background: #49906a no-repeat center top;
}

.entry {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 14px 0;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  border-radius: 2px;
  background: #c00;
  color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.entry:hover {
  background: #db4d4d;
  text-decoration: none;
}
.entry::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  width: 15px;
  height: 29px;
  background: url(/afl/suicas_aff/img/cardselect_arrow.png) no-repeat;
}

.card_st1__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}
@media only screen and (max-width: 768px) {
  .card_st1__block {
    display: block;
  }
}
.card_st1__block .noteList {
  font-size: 12px;
}
.card_st1__block .card_st1__box {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 30%;
          flex: 0 1 30%;
}
@media only screen and (max-width: 768px) {
  .card_st1__block .card_st1__box {
    margin-bottom: 2.25rem;
  }
  .card_st1__block .card_st1__box.-last {
    margin-bottom: 0;
  }
}
.card_st1__block .card_st1__box .cardname {
  background-color: #bac0cb;
  text-align: center;
  padding: 10px 0;
  font-size: 20px;
}
.card_st1__block .card_st1__box .cardname.-cluba {
  background: #d2c929;
}
.card_st1__block .card_st1__box .cardname.-gold {
  background: #bb8728;
}
.card_st1__block .card_st1__box .cardname span {
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  .card_st1__block .card_st1__box .cardname {
    font-size: 1.125rem;
  }
}
.card_st1__block .card_st1__box .card_st1__box_inner .txt {
  font-size: 18px;
  text-align: center;
  margin-bottom: 0.75rem;
}
.card_st1__block .card_st1__box .card_st1__box_inner .txt p {
  line-height: 1.4em;
}
@media only screen and (max-width: 768px) {
  .card_st1__block .card_st1__box .card_st1__box_inner .txt {
    font-size: 0.937rem;
  }
}
.card_st1__block .card_st1__box .card_st1__box_inner .osusume {
  background-color: #fff;
  margin-bottom: 20px;
  font-size: 13px;
  border-left: 1px solid #bac0cb;
  border-right: 1px solid #bac0cb;
  border-bottom: 1px solid #bac0cb;
}
.card_st1__block .card_st1__box .card_st1__box_inner .osusume p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.card_st1__block .card_st1__box .card_st1__box_inner .osusume .osusume_txt1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: url(../img/cardselect_bg_01.png) right center no-repeat;
  background-size: cover;
  display: inline-block;
  line-height: 1.3;
  font-size: 11px;
  padding: 7px 10px 7px 8px;
}
.card_st1__block .card_st1__box .card_st1__box_inner .osusume .osusume_txt2 {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  padding: 7px 15px;
  line-height: 1.3;
  font-weight: bold;
  color: #878b93;
}
.card_st1__block .card_st1__box .card_st1__box_inner .osusume.-cluba {
  border-left: 1px solid #d2c929;
  border-right: 1px solid #d2c929;
  border-bottom: 1px solid #d2c929;
}
.card_st1__block .card_st1__box .card_st1__box_inner .osusume.-cluba .osusume_txt1 {
  background: url(../img/cardselect_bg_02.png) right center no-repeat;
  background-size: cover;
}
.card_st1__block .card_st1__box .card_st1__box_inner .osusume.-cluba .osusume_txt2 {
  color: #a59e20;
}
.card_st1__block .card_st1__box .card_st1__box_inner .osusume.-gold {
  border-left: 1px solid #bb8728;
  border-right: 1px solid #bb8728;
  border-bottom: 1px solid #bb8728;
}
.card_st1__block .card_st1__box .card_st1__box_inner .osusume.-gold .osusume_txt1 {
  background: url(../img/cardselect_bg_03.png) right center no-repeat;
  background-size: cover;
}
.card_st1__block .card_st1__box .card_st1__box_inner .osusume.-gold .osusume_txt2 {
  color: #bb8728;
}
@media only screen and (max-width: 768px) {
  .card_st1__block .card_st1__box .card_st1__box_inner .osusume {
    margin-bottom: 15px;
  }
  .card_st1__block .card_st1__box .card_st1__box_inner .osusume p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: space-between;
        -ms-flex-align: space-between;
            align-items: space-between;
  }
  .card_st1__block .card_st1__box .card_st1__box_inner .osusume .osusume_txt1 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: auto;
    padding: 0.425rem;
    line-height: 1.3;
  }
  .card_st1__block .card_st1__box .card_st1__box_inner .osusume .osusume_txt2 {
    -webkit-box-flex: 3;
        -ms-flex: 3;
            flex: 3;
    height: auto;
    padding: 0.425rem;
    line-height: 1.3;
    white-space: nowrap;
  }
}
.card_st1__block .card_st1__box .card_st1__box_inner .cardimage {
  width: 210px;
  margin-left: auto;
  margin-right: auto;
}
.card_st1__block .card_st1__box .card_st1__box_inner .cardimage img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .card_st1__block .card_st1__box .card_st1__box_inner .cardimage {
    width: 80%;
    height: auto;
    margin-bottom: 0.75rem;
  }
}
.card_st1__block .card_st1__box .card_st1__box_inner .card_info {
  margin-top: 15px;
  line-height: 1.5;
}
.card_st1__block .card_st1__box .card_st1__box_inner .card_info .appeal_txt_st1 {
  border: 1px solid #cc0000;
  text-align: center;
  margin-bottom: 5px;
}
.card_st1__block .card_st1__box .card_st1__box_inner .card_info .appeal_txt_st1 span {
  color: #cc0000;
  vertical-align: middle;
  font-size: 13px;
}
@media only screen and (max-width: 768px) {
  .card_st1__block .card_st1__box .card_st1__box_inner .card_info {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 0;
  }
  .card_st1__block .card_st1__box .card_st1__box_inner .card_info .appeal_txt_st1 span {
    font-size: 11px;
  }
}
.card_st1__block .card_st1__box .card_st1__box_inner .appeal_txt_st1_2 {
  clear: both;
}
.card_st1__block .card_st1__box .card_st1__box_inner .fee {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.card_st1__block .card_st1__box .card_st1__box_inner .fee .title {
  font-weight: normal;
  font-size: 14px;
}
.card_st1__block .card_st1__box .card_st1__box_inner .fee2 {
  line-height: 1.35em;
}
.card_st1__block .card_st1__box .card_st1__box_inner .add_btn {
  clear: both;
  padding-top: 15px;
}
.card_st1__block .card_st1__box .card_st1__box_inner .add_btn > span {
  width: 198px;
  display: inline-block;
  margin-left: 18px;
}
.card_st1__block .card_st1__box .card_st1__box_inner .add_btn > span:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 768px) {
  .card_st1__block .card_st1__box .card_st1__box_inner .add_btn {
    font-size: 15px;
    font-weight: bold;
  }
}

.card_info .option {
  padding: 2px;
  font-size: 14px;
  margin-top: 10px;
  color: #c00;
  text-align: center;
  border: 1px solid #c00;
}

#card_select_navi_est {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  #card_select_navi_est {
    margin-bottom: 15px;
  }
}
#card_select_navi_est .card_st1__block .card_st1__box .card_st1__box_inner .cardimage {
  width: 160px;
}
#card_select_navi_est .card_st1__block .card_st1__box .card_st1__box_inner .card_info {
  width: 225px;
}
@media only screen and (max-width: 768px) {
  #card_select_navi_est .card_st1__block .card_st1__box .card_st1__box_inner .cardimage {
    width: 35%;
  }
  #card_select_navi_est .card_st1__block .card_st1__box .card_st1__box_inner .card_info {
    width: calc(65% - 10px);
  }
}

.mv {
  padding: 10px 0 130px;
  background: url(/afl/suicas_aff/img/mv_bg.jpg) no-repeat center center;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .mv {
    padding: 0.75rem 0 0;
    background: url(/afl/suicas_aff/img/mv_bg_sp.jpg) no-repeat center center;
    background-size: cover;
  }
}

.mv__logo {
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .mv__logo {
    margin-bottom: 0;
  }
  .mv__logo img {
    width: 40%;
  }
}

@media only screen and (max-width: 768px) {
  .mv__pht {
    margin: -1rem 0 2.5rem;
  }
  .mv__pht img {
    width: 25%;
    height: auto;
  }
}

.mv__ttl {
  text-align: center;
}
.mv__ttl img {
  width: 732px;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .mv__ttl img {
    width: auto;
  }
}

.mv__img {
  text-align: center;
  margin-bottom: 40px;
}
.mv__img img {
  width: 630px;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .mv__img img {
    width: auto;
  }
}

.mv__caption {
  text-align: left;
  margin: -20px 0 0 160px;
  font-size: 12px;
}
@media only screen and (max-width: 768px) {
  .mv__caption {
    margin-left: 8%;
  }
}

.mv__btn {
  text-align: center;
}
.mv__btn a {
  position: relative;
  display: inline-block;
  padding: 22px 110px;
  color: #fff;
  font-weight: bold;
  font-size: 28px;
  background: #c00;
  border-radius: 2px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.mv__btn a:hover {
  color: #fff;
  background: #db4d4d;
  text-decoration: none;
}
.mv__btn a::after {
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: inline-block;
  background: url(/afl/suicas_aff/img/mv_arrow.png) no-repeat;
  width: 31px;
  height: 20px;
}
@media only screen and (max-width: 768px) {
  .mv__btn {
    padding-bottom: 9rem;
  }
  .mv__btn a {
    padding: 1rem 0;
    width: 90%;
    font-size: 1.25rem;
  }
}

.main__menu {
  background: #53b700;
}

.anchor__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  padding: 10px 0;
}
@media only screen and (max-width: 768px) {
  .anchor__menu {
    padding: 0;
    display: block;
  }
}

.menu__item {
  border-right: 1px solid #a9db80;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33.3%;
          flex: 0 1 33.3%;
  text-align: center;
}
.menu__item:first-child {
  border-left: 1px solid #a9db80;
}
.menu__item a {
  position: relative;
  display: inline-block;
  padding: 26px 0 36px;
  width: 100%;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.menu__item a::after {
  position: absolute;
  bottom: 6%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  display: inline-block;
  background: url(/afl/suicas_aff/img/arrow_bottom.png) no-repeat;
  width: 33px;
  height: 17px;
}
.menu__item a:hover {
  background: #87cd4d;
  text-decoration: none;
}
.menu__item span {
  font-size: 22px;
}
@media only screen and (max-width: 768px) {
  .menu__item {
    border-right: none;
    border-top: 1px solid #a9db80;
    text-align: left;
  }
  .menu__item:first-child {
    border-left: none;
    border-top: none;
  }
  .menu__item a {
    padding: 0.75rem 1rem;
    font-size: 1rem;
  }
  .menu__item a::after {
    top: 50%;
    left: auto;
    right: 5%;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .menu__item a:hover {
    background: none;
  }
  .menu__item span {
    font-size: 1rem;
  }
}

.btnWT {
  border: 1px solid #53b700;
}
.btnWT span {
  background: url(/afl/suicas_aff/img/icon_blank.png) no-repeat 0 7px;
  padding-left: 15px;
}

.head__simple {
  font-size: 32px;
  line-height: 1;
  font-weight: bold;
  color: #53b700;
}
.head__simple.-small {
  font-size: 28px;
}
@media only screen and (max-width: 768px) {
  .head__simple {
    font-size: 1.375rem;
  }
  .head__simple.-small {
    font-size: 0.937rem;
  }
}

.head__deco {
  position: relative;
  margin-bottom: 65px;
  height: 200px;
  background: #53b700;
}
.head__deco.-blue {
  background: none;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .head__deco {
    height: 12.5rem;
    margin-bottom: 1.875rem;
  }
}

.head__border {
  margin-bottom: 10px;
  font-size: 34px;
  text-align: center;
  color: #53b700;
  border-bottom: 1px solid #53b700;
}
@media only screen and (max-width: 768px) {
  .head__border {
    font-size: 1.125rem;
  }
}

.head__deco__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  color: #fff;
  font-size: 38px;
  line-height: 1;
  font-weight: normal;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .head__deco__inner {
    font-size: 1.375rem;
    white-space: nowrap;
  }
}

.box__strong {
  padding: 50px 0;
  margin-bottom: 30px;
  border-radius: 10px;
  text-align: center;
  background: #f5fcec;
}
.box__strong p {
  font-size: 20px;
}
.box__strong img {
  padding: 25px 0;
}
.box__strong .noteList {
  margin: 5px auto 0;
  width: 80%;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .box__strong {
    padding: 1.875rem 0.75rem;
    margin-bottom: 1.5rem;
  }
  .box__strong p {
    font-size: 0.875rem;
  }
  .box__strong img {
    padding: 0.75rem 0;
  }
  .box__strong .noteList {
    width: 100%;
    font-size: 0.75rem;
  }
}

.feature__point img {
  width: 519px;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .feature__point img {
    width: auto;
  }
}

p.txt__feature__point {
  font-size: 36px;
  font-weight: bold;
  color: #E50012;
}
@media only screen and (max-width: 768px) {
  p.txt__feature__point {
    font-size: 1.125rem;
  }
}
p.txt__feature__point .num {
  font-size: 56px;
}
@media only screen and (max-width: 768px) {
  p.txt__feature__point .num {
    font-size: 2rem;
  }
}

.feature__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 20px auto 85px;
}
@media only screen and (max-width: 768px) {
  .feature__list {
    display: block;
    margin: 2.5rem auto 1.875rem;
  }
}

.feature__item {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  border: 1px solid #53b700;
  border-radius: 10px;
  padding: 50px 25px 25px;
}
.feature__item::before {
  position: absolute;
  top: -28px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  display: inline-block;
  background: url(/afl/suicas_aff/img/feature_no_01.png) no-repeat;
  background-size: contain;
  width: 55px;
  height: 55px;
}
.feature__item:nth-child(2) {
  margin-left: 10px;
}
.feature__item:nth-child(2)::before {
  background: url(/afl/suicas_aff/img/feature_no_02.png) no-repeat;
  background-size: contain;
}
.feature__item .lead {
  text-align: center;
  color: #53b700;
  font-size: 20px;
  font-weight: bold;
}
.feature__item img {
  padding: 20px 0;
}
@media only screen and (max-width: 768px) {
  .feature__item {
    padding: 2.5rem 0.75rem 0.75rem;
  }
  .feature__item:nth-child(2) {
    margin-top: 2.5rem;
    margin-left: 0;
  }
  .feature__item .lead {
    font-size: 0.875rem;
  }
}

.scene__wrap {
  margin: 30px auto 85px;
}
@media only screen and (max-width: 768px) {
  .scene__wrap {
    margin: 0.25rem auto 2.5rem;
  }
}

.feature__box {
  margin-bottom: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.feature__box.-scene {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .feature__box {
    display: block;
    margin-bottom: 2rem;
  }
  .feature__box.-scene {
    margin-bottom: 0;
  }
}

.feature__box__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 46%;
          flex: 0 1 46%;
}
.feature__box__item.-persent3 {
  -ms-flex-preferred-size: 35%;
      flex-basis: 35%;
}
.feature__box__item.-persent7 {
  -ms-flex-preferred-size: 63%;
      flex-basis: 63%;
}
.feature__box__item p {
  line-height: 1.6;
}
.feature__box__item .strong {
  color: #53b700;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .feature__box__item {
    margin-bottom: 0.25rem;
  }
  .feature__box__item img {
    display: block;
    margin: 0 auto;
    margin-bottom: 1.25rem;
  }
  .feature__box__item.-other {
    margin-bottom: 1.875rem;
  }
}

.feature__lead {
  font-size: 22px;
  color: #53b700;
  font-weight: bold;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .feature__lead {
    font-size: 0.875rem;
    text-align: center;
    margin-bottom: 0.5rem;
  }
}

.feature__box__sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .feature__box__sub {
    display: block;
    margin-bottom: 0;
  }
}

.feature__sub__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 55%;
          flex: 0 1 55%;
}
.feature__sub__item.-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 32%;
          flex: 0 1 32%;
  padding-left: 1rem;
}
@media only screen and (max-width: 768px) {
  .feature__sub__item {
    margin-bottom: 0.25rem;
  }
  .feature__sub__item.-img {
    padding-left: 0;
    text-align: center;
  }
}

.logo__suica {
  display: inline-block;
  vertical-align: bottom;
  width: 41px;
  height: 26px;
  background: url(/afl/suicas_aff/img/logo_suica.png) no-repeat;
}

.section1 {
  padding-bottom: 100px;
  text-align: center;
  background: #f5fcec;
}
@media only screen and (max-width: 768px) {
  .section1 {
    padding-bottom: 3.75rem;
  }
}
.section1 .noteList {
  text-align: right;
  padding: 10px 0 80px;
  font-size: 12px;
}
@media only screen and (max-width: 768px) {
  .section1 .noteList {
    text-align: left;
    padding: 10px 0 4rem;
  }
}
.section1 .lead {
  margin-bottom: 30px;
  font-size: 24px;
  color: #666;
}
@media only screen and (max-width: 768px) {
  .section1 .lead {
    font-size: 1rem;
    margin-bottom: 1.25rem;
  }
}
.section1 .head__simple {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .section1 .head__simple {
    margin-bottom: 1.25rem;
  }
}

.about__img img {
  width: 706px;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .about__img img {
    width: auto;
  }
}

.mileinfo_ex {
  position: relative;
  letter-spacing: -0.4em;
}

.mileinfo_ex .mileinfo_ex_box {
  position: relative;
  letter-spacing: normal;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 436px;
  padding: 15px 10px 5px 10px;
  border: #a6a6a6 solid 1px;
  background: #fdfbf8;
  vertical-align: top;
  margin-right: 30px;
}

.mileinfo_ex .mileinfo_ex_box2 {
  width: 432px;
  border: #cc0000 solid 1px;
  background: #fdfbf8;
  -webkit-box-shadow: 3px 3px 0px 0px #cc0000;
  box-shadow: 3px 3px 0px 0px #cc0000;
  margin-right: 0;
}

.mileinfo_ex .mileinfo_ex_box .icon_balloon_ex {
  position: absolute;
  top: -20px;
  left: 4px;
}

.mileinfo_ex .mileinfo_ex_box ul.ex_list {
  width: 412px;
  margin: 0 auto;
  font-weight: bold;
}

.mileinfo_ex .mileinfo_ex_box .ex_list li {
  width: 98px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-align: center;
  vertical-align: top;
}

.mileinfo_ex .mileinfo_ex_box .ex_list li span {
  vertical-align: middle;
  font-size: 14px;
}

.mileinfo_ex .mileinfo_ex_box .ex_list li span.icon_ex {
  display: block;
  height: 53px;
  padding-bottom: 5px;
}

.mileinfo_ex .mileinfo_ex_box .ex_list li img {
  padding-bottom: 5px;
}

.mileinfo_ex .mileinfo_ex_box ul.ex_list2 {
  width: 388px;
  margin: 0 auto;
}

.mileinfo_ex .mileinfo_ex_box ul.ex_list2 li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  padding: 0 6px;
  line-height: 1.3;
  text-align: left;
}

.mileinfo_ex .mileinfo_ex_box ul.ex_list2 li em {
  padding: 0 3px;
  color: #c00;
  font-weight: bold;
  font-size: 30px;
  font-style: normal;
}

.mileinfo_ex .mileinfo_ex_box .ex_catch {
  width: 303px;
  height: 30px;
  margin: 0 auto 10px;
  font-size: 16px;
  line-height: 30px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  background: #edeaea;
  border-radius: 15px;
}

.mileinfo_ex_arrow {
  position: absolute;
  top: 76px;
  left: 465px;
  z-index: 1;
}

.mileinfo_ex_arrow img {
  margin-left: -20px;
}

.presentList li {
  float: left;
  width: 230px;
  margin-right: 10px;
}

.presentList li:last-child {
  margin-right: 0px;
}

.presentList li .thumb {
  display: block;
}

.presentList li .txt {
  display: block;
  padding: 18px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: #0f0f69;
}

.presentList li .txt .txt_mile {
  display: block;
  font-size: 15px;
}

.presentList li .txt .txt_mile em {
  font-size: 30px;
  font-style: normal;
}

.presentList li .txt .txt_present {
  display: block;
  margin-top: 10px;
  padding-left: 36px;
  font-size: 15px;
  text-align: left !important;
  background: url("/afl/suicas_aff/img/icon_right_red.png") left center no-repeat;
}

@media screen and (max-width: 768px) {
  #mileinfo.block .block__catch {
    margin: 0 auto 2rem;
    font-size: 0.875rem;
  }
  .mileinfo_ex .mileinfo_ex_box {
    position: relative;
    letter-spacing: normal;
    display: block;
    width: 100%;
    padding: 1.5rem 1rem;
    margin: 0 auto;
    border: #a6a6a6 solid 2px;
    background: #fdfbf8;
  }
  .mileinfo_ex .mileinfo_ex_box2 {
    width: 100%;
    border: #cc0000 solid 4px;
    background: #fdfbf8;
    -webkit-box-shadow: 5px 5px 0px 0px #cc0000;
    box-shadow: 5px 5px 0px 0px #cc0000;
  }
  .mileinfo_ex .mileinfo_ex_box .icon_balloon_ex {
    position: absolute;
    top: -20px;
    left: 21px;
  }
  .mileinfo_ex .mileinfo_ex_box ul.ex_list {
    width: 100%;
    margin: 0 auto;
  }
  .mileinfo_ex .mileinfo_ex_box .ex_list li {
    width: 48%;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-align: center;
    vertical-align: top;
    margin-bottom: 1rem;
  }
  .mileinfo_ex .mileinfo_ex_box .ex_list li span {
    vertical-align: middle;
  }
  .mileinfo_ex .mileinfo_ex_box .ex_list li span.icon_ex {
    display: block;
    height: 81px;
    padding-bottom: 5px;
  }
  .mileinfo_ex .mileinfo_ex_box .ex_list li img {
    padding-bottom: 5px;
  }
  .mileinfo_ex .mileinfo_ex_box ul.ex_list2 {
    width: 100%;
    margin: 20px auto 0;
  }
  .mileinfo_ex .mileinfo_ex_box ul.ex_list2 li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    padding: 0 6px;
    line-height: 1.3;
    text-align: left;
  }
  .mileinfo_ex .mileinfo_ex_box ul.ex_list2 li em {
    padding: 0 3px;
    color: #c00;
    font-weight: bold;
    font-size: 1.5rem;
    font-style: normal;
  }
  .mileinfo_ex .mileinfo_ex_box .ex_catch {
    width: 100%;
    margin: 1rem auto 0;
    font-size: 0.875rem;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    background: #edeaea;
    border-radius: 30px;
  }
  .mileinfo_ex_arrow {
    position: relative;
    display: block;
    text-align: center;
    z-index: 1;
    top: auto;
    left: auto;
  }
  .mileinfo_ex_arrow img {
    margin-top: -20px;
    width: 33px;
  }
  .presentList li {
    display: block;
    width: 100%;
    margin: 0 auto 20px;
  }
  .presentList li .thumb {
    width: 100%;
  }
  .presentList li .txt {
    width: 100%;
    padding: 0.875rem;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: #0f0f69;
    max-width: 330px;
    margin: 0 auto;
  }
  .presentList li .txt .txt_mile em {
    font-size: 1.25rem;
    font-style: normal;
  }
}
.section3 {
  background: #bce2ff url("/afl/suicas_aff/img/bg_mileinfo.jpg") center bottom no-repeat;
  padding: 40px 0 60px;
}
@media only screen and (max-width: 768px) {
  .section3 {
    background: #bce2ff url("/afl/suicas_aff/img/bg_mileinfo_sp.jpg") center bottom no-repeat;
    padding: 1.5rem 0;
  }
}

.block_in {
  text-align: center;
}

.block__hd {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .block__hd {
    margin-bottom: 1rem;
  }
}

.block__catch {
  margin-bottom: 30px;
}

.linkBtn__mile {
  margin-top: 10px;
  float: right;
}
@media only screen and (max-width: 768px) {
  .linkBtn__mile {
    margin-top: 0;
    float: none;
  }
}

.fcYL {
  color: #ff0;
}

/* clearfix */
.cf:before, .cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

/* ------------------------------------------
	element
------------------------------------------ */
body {
  font-size: 16px;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 12px;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

em {
  font-weight: bold;
  font-style: normal;
}

sub,
sup {
  font-size: 8px;
}

sup {
  vertical-align: top;
}

.small {
  font-size: 85%;
}

@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media only screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
}

/* ------------------------------------------
	layout
------------------------------------------ */
#wrapper {
  margin: 0 auto;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  #wrapper {
    min-width: 0;
  }
}

.inner, .gFooter__inner {
  width: 950px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .inner, .gFooter__inner {
    width: auto;
  }
}

.l-grid {
  margin-left: -15px;
  margin-right: -15px;
}
.l-grid-full, .l-grid-half {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  min-height: 1px;
  padding: 0 15px;
  position: relative;
}
.l-grid-full {
  width: 100%;
}
.l-grid-half {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .l-grid {
    margin-left: 0;
    margin-right: 0;
  }
  .l-grid > *:first-child {
    margin-top: 0;
  }
  .l-grid-full, .l-grid-half {
    float: none;
    padding: 0;
    width: auto;
    margin-top: 20px;
  }
}

/* ------------------------------------------
  module
------------------------------------------ */
.box {
  margin-top: 30px;
}

/* ボタン */
.btn {
  display: block;
  padding: 20px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .btn {
    padding: 15px 10px;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.section5 {
  padding: 65px 0 0;
}
.section5 .head__simple {
  margin-bottom: 25px;
}

/* ------------------------------------------
	フッター
------------------------------------------ */
.gFooter {
  margin-top: 40px;
  padding: 10px 0 10px;
  border-top: 2px solid #333;
  -webkit-box-shadow: inset 0 1px 0 #cf0000;
          box-shadow: inset 0 1px 0 #cf0000;
}
.gFooter .copyright {
  font-size: 12px;
}
@media only screen and (max-width: 768px) {
  .gFooter {
    margin-top: 30px;
    padding: 15px 10px 30px;
  }
}

#js-cvn-btn {
  position: fixed;
  z-index: 10;
  right: 20px;
  bottom: 20px;
}

.wrap__btn--cvn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 113px;
  height: 113px;
  text-align: center;
  border-radius: 50%;
  background: rgba(204, 0, 0, 0.7) url(/afl/common/img/icon_arrow_down.svg) no-repeat center 85%;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .wrap__btn--cvn {
    width: 88px;
    height: 88px;
    font-size: 0.812rem;
  }
}

.mv__img-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 630px;
  height: auto;
  margin: 20px auto 40px;
}
@media only screen and (max-width: 768px) {
  .mv__img-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.mv__img-inner .mv-card {
  margin-right: 20px;
}
.mv__img-inner .mv-card img {
  width: 180px;
  height: auto;
  -webkit-filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.5));
}
@media only screen and (max-width: 768px) {
  .mv__img-inner .mv-card img {
    width: 155px;
  }
}
@media only screen and (max-width: 768px) {
  .mv__img-inner-top .mv-card {
    margin-right: 0;
  }
}
.mv__img-inner-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .mv__img-inner-bottom {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .mv__img-inner-bottom .mv-card:nth-of-type(2) {
    margin-right: 0;
  }
}