b, strong, .bold {
  font-family: YuGothic, "Yu Gothic", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, "Segoe UI", Verdana, Meiryo, sans-serif;
}

.bold {
  font-weight: bold;
}

body {
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, Verdana, Meiryo, sans-serif;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.is-visible-sd {
  display: none;
}
@media only screen and (max-width: 480px) {
  .is-visible-sd {
    display: inherit;
  }
}

.is-hidden-sd {
  display: inherit;
}
@media only screen and (max-width: 480px) {
  .is-hidden-sd {
    display: none;
  }
}

/**
common
*/
.wrap {
  max-width: 950px;
  margin: 0 auto;
}
@media only screen and (max-width: 940px) {
  .wrap {
    width: 100%;
    padding: 0 3.125%;
  }
}

.fcRD {
  color: #c00;
}

.noteList {
  font-size: 14px;
  line-height: 18px;
}

.noteList > li {
  margin-top: 9px;
  padding-left: 1.2em;
}

.noteList > li:first-child {
  margin-top: 0;
}

.noteList > li > span.listMark {
  width: 1em;
  margin-right: 0.2em;
  margin-left: -1.2em;
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.noteList > li.clrRD {
  color: #cc0000;
}

.noteList_star {
  padding-top: 10px;
  font-size: 14px;
  line-height: 18px;
}

.noteList_star > li {
  margin-top: 9px;
  padding-left: 12px;
}

.noteList_star > li:first-child {
  margin-top: 0;
}

.noteList_star > li > span.listMark {
  width: 12px;
  margin-left: -12px;
  display: inline-block;
  *display: inline;
  zoom: 1;
}

/* link */
.txtLink {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-left: 10px;
  font-size: 14px;
  line-height: 24px;
  color: #0f0f69;
  text-decoration: none !important;
  background: url(/commonY15/img/icon_arrow_right_red_01.png) 0 9px no-repeat;
}

.txtLink:link {
  text-decoration: none;
}

.txtLink:visited, .txtLink:focus {
  color: #0f0f69;
}

.txtLink:hover {
  color: #ca0000;
  text-decoration: underline !important;
}

.txtLink.fs12 {
  font-size: 12px;
  background-position: 0 7px;
}

.txtLink.fs16 {
  font-size: 16px;
}

.txtLink.fs18 {
  font-size: 18px;
  background-position: 0 7px;
}

.txtLink.fs20 {
  font-size: 20px;
  background: url(/commonY15/img/icon_arrow_right_red_02.png) 0 4px no-repeat;
}

.txtLink.iconOther {
  padding-left: 17px;
  background: url(/commonY15/img/icon_ext_red_01.png) 0 6px no-repeat;
}

.txtLink.iconOther > i {
  display: none;
  speak: normal;
}

.txtLink.iconOther.fs12 {
  font-size: 12px;
  background-position: 0 4px;
}

.txtLink.iconPdf {
  padding-left: 20px;
  background: url(/commonY15/img/icon_pdf_red_01.png) 0 3px no-repeat;
}

.txtLink.iconPdf.fs12 {
  font-size: 12px;
  background-position: 0 5px;
}

.txtLink.iconDown {
  padding-left: 15px;
  background: url(/commonY15/img/icon_anchor_red_01.png) 0px 6px no-repeat;
}

.txtLink.iconDown.fs12 {
  font-size: 12px;
  background-position: 0 4px;
}

.txtLink.disable {
  color: #666666;
  background: url(/commonY15/img/icon_arrow_right_grey_01.png) 0 6px no-repeat;
}

.txtLink.disable:hover {
  color: #666666;
  text-decoration: none !important;
}

.txtLink.fcRD {
  color: #cc0000;
}

.txtLink.fcRD:visited {
  color: #cc0000;
}

.inText {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 3px;
}

.inText, .inText > a {
  color: #0f0f69;
  text-decoration: underline;
}

.inText:link, .inText > a:link {
  text-decoration: underline;
}

.inText:visited, .txtLink:focus, .inText > a:visited, .txtLink > a:focus {
  color: #0f0f69;
}

.inText:hover, .inText > a:hover {
  color: #ca0000;
  text-decoration: underline !important;
}

/**
MV
*/
.mv {
  position: relative;
}

.header__logo {
  position: absolute;
  top: 20px;
  left: 20px;
}
@media only screen and (max-width: 480px) {
  .header__logo {
    width: 40%;
    top: 15px;
  }
}

.mv__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.section__anchor {
  padding: 100px 0 150px;
  background: #f9f0e8;
}
@media only screen and (max-width: 480px) {
  .section__anchor {
    padding: 50px 0 75px;
  }
}

.wrapper__anchor__btn {
  text-align: center;
}

.anchor__btn {
  display: inline-block;
  padding: 32px;
  width: 700px;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  background: #c00 url(../img/arrow_anchor_w.svg) no-repeat 90% center;
  background-size: 31px;
  border-radius: 45px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media only screen and (max-width: 768px) {
  .anchor__btn {
    width: 100%;
    padding: 16px;
    font-size: 15px;
    background-size: 16px;
  }
}
.anchor__btn:hover {
  opacity: 0.8;
}

.section__anchor__head {
  margin-top: 100px;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .section__anchor__head {
    margin-top: 50px;
  }
  .section__anchor__head img {
    width: 55.6%;
  }
}

.section__anchor__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
}
@media only screen and (max-width: 480px) {
  .section__anchor__list {
    margin-top: 30px;
  }
}
.section__anchor__list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 32%;
          flex: 0 1 32%;
  margin-top: 30px;
}
@media only screen and (max-width: 480px) {
  .section__anchor__list li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 48%;
            flex: 0 1 48%;
    margin-top: 15px;
  }
}
.section__anchor__list li a {
  display: block;
  padding: 34px 10px 60px;
  text-align: center;
  background: #fff url(../img/arrow_anchor.svg) no-repeat center 93%;
  background-size: 31px;
  border-radius: 20px 0 20px 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media only screen and (max-width: 480px) {
  .section__anchor__list li a {
    padding: 17px 5px 30px;
    background-size: 16px;
  }
}
.section__anchor__list li a:hover {
  opacity: 0.8;
}

.section__anchor__list__icon img {
  max-width: 122px;
}
@media only screen and (max-width: 480px) {
  .section__anchor__list__icon img {
    max-width: 61px;
  }
}

.section__anchor__list__lead {
  margin-top: 20px;
  color: #3c3c3c;
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (max-width: 480px) {
  .section__anchor__list__lead {
    margin-top: 10px;
    font-size: 12px;
  }
}

.section__bonus {
  padding: 150px 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fafafa), color-stop(50%, #fff));
  background: linear-gradient(to bottom, #fafafa 50%, #fff 50%);
}
@media only screen and (max-width: 480px) {
  .section__bonus {
    padding: 86px 0;
  }
}

.section__bonus__head_area {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2fr;
  grid-template-columns: 1fr 2fr;
  -ms-grid-rows: 1fr 3fr;
  grid-template-rows: 1fr 3fr;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section__bonus__head_area > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.section__bonus__head_area > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.section__bonus__head_area > *:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.section__bonus__head_area > *:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
@media only screen and (max-width: 480px) {
  .section__bonus__head_area {
    display: block;
  }
}

.bonus__head__item_img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  text-align: center;
}
.bonus__head__item_img img {
  max-width: 122px;
}

.bonus__head__item_lead {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  padding: 5px 0;
  font-size: 26px;
  font-weight: bold;
  color: #3c3c3c;
}
@media only screen and (max-width: 480px) {
  .bonus__head__item_lead {
    margin-top: 10px;
    font-size: 17px;
    text-align: center;
  }
}

.bonus__head__item_txt {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  line-height: 1.85;
}
@media only screen and (max-width: 480px) {
  .bonus__head__item_txt {
    text-align: center;
    font-size: 12px;
  }
}

.slide__wrapper {
  position: relative;
  margin-top: 100px;
}
@media only screen and (max-width: 480px) {
  .slide__wrapper {
    margin-top: 45px;
  }
}
.slide__wrapper .slick-dots {
  bottom: 20px;
}
@media only screen and (max-width: 480px) {
  .slide__wrapper .slick-dots {
    bottom: 10px;
  }
}
.slide__wrapper .slick-dots li button:before {
  opacity: 1;
  color: #999999;
}
.slide__wrapper .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #ff5602;
}
.slide__wrapper .prev-arrow {
  position: absolute;
  left: 10px;
  top: 50%;
  z-index: 10;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 28px;
}
@media only screen and (max-width: 480px) {
  .slide__wrapper .prev-arrow {
    width: 20px;
  }
}
.slide__wrapper .prev-arrow:hover {
  cursor: pointer;
}
.slide__wrapper .next-arrow {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 28px;
}
@media only screen and (max-width: 480px) {
  .slide__wrapper .next-arrow {
    width: 20px;
  }
}
.slide__wrapper .next-arrow:hover {
  cursor: pointer;
}

.slide__logo {
  position: absolute;
  bottom: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 100;
}

.bonus__slider__item img {
  border-radius: 40px 0 40px 0;
}

.box__bonus__shoppingmile {
  margin-top: 100px;
}
@media only screen and (max-width: 480px) {
  .box__bonus__shoppingmile {
    margin-top: 50px;
  }
}

.box__bonus__shoppingmile--top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 75px 55px;
  background: #f9f0e8;
  border-radius: 40px 0 0 0;
}
@media only screen and (max-width: 480px) {
  .box__bonus__shoppingmile--top {
    padding: 50px 10px;
  }
}

.box__bonus__shoppingmile--top--left {
  text-align: center;
  color: #3c3c3c;
}
.box__bonus__shoppingmile--top--left .lead {
  font-size: 22px;
  font-weight: bold;
}
@media only screen and (max-width: 480px) {
  .box__bonus__shoppingmile--top--left .lead {
    font-size: 15px;
  }
}
.box__bonus__shoppingmile--top--left .note {
  margin: 20px 0 30px;
  font-size: 12px;
}
@media only screen and (max-width: 480px) {
  .box__bonus__shoppingmile--top--left .note {
    margin: 10px 0 15px;
  }
}
.box__bonus__shoppingmile--top--left .mile {
  font-size: 20px;
  font-weight: bold;
}
@media only screen and (max-width: 480px) {
  .box__bonus__shoppingmile--top--left .mile {
    font-size: 15px;
  }
}
.box__bonus__shoppingmile--top--left .mile .num {
  font-size: 26px;
}
@media only screen and (max-width: 480px) {
  .box__bonus__shoppingmile--top--left .mile .num {
    font-size: 20px;
  }
}

.box__bonus__shoppingmile--top--arrow {
  margin: 0 80px;
}
@media only screen and (max-width: 480px) {
  .box__bonus__shoppingmile--top--arrow {
    margin: 0 20px;
  }
}
.box__bonus__shoppingmile--top--arrow img {
  max-width: 80px;
}
@media only screen and (max-width: 480px) {
  .box__bonus__shoppingmile--top--arrow img {
    max-width: 40px;
  }
}

.box__bonus__shoppingmile--top--right {
  text-align: center;
}
.box__bonus__shoppingmile--top--right .lead {
  font-size: 22px;
  font-weight: bold;
  color: #ff5321;
}
@media only screen and (max-width: 480px) {
  .box__bonus__shoppingmile--top--right .lead {
    font-size: 15px;
  }
}
.box__bonus__shoppingmile--top--right .note {
  margin: 20px 0;
  font-size: 12px;
}
@media only screen and (max-width: 480px) {
  .box__bonus__shoppingmile--top--right .note {
    margin: 10px 0 15px;
  }
}
.box__bonus__shoppingmile--top--right .mile {
  font-size: 26px;
  font-weight: bold;
  color: #ce1717;
}
@media only screen and (max-width: 480px) {
  .box__bonus__shoppingmile--top--right .mile {
    font-size: 20px;
  }
}
.box__bonus__shoppingmile--top--right .mile .num {
  font-size: 38px;
}
@media only screen and (max-width: 480px) {
  .box__bonus__shoppingmile--top--right .mile .num {
    font-size: 28px;
  }
}

.box__bonus__shoppingmile--bottom {
  padding: 50px 55px 80px;
  background: #ffe7d1;
  border-radius: 0 0 40px 0;
}
@media only screen and (max-width: 480px) {
  .box__bonus__shoppingmile--bottom {
    padding: 38px 10px;
  }
}

.box__bonus {
  margin-top: 100px;
  padding: 100px 55px;
  background: #f9f0e8;
  border-radius: 40px 0 40px 0;
}
@media only screen and (max-width: 480px) {
  .box__bonus {
    margin-top: 50px;
    padding: 50px 10px;
  }
}

.box__bonus__extension--top {
  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;
}

.box__bonus__extension--top--left {
  text-align: center;
  color: #3c3c3c;
}
.box__bonus__extension--top--left .lead {
  font-size: 22px;
  font-weight: bold;
}
@media only screen and (max-width: 480px) {
  .box__bonus__extension--top--left .lead {
    font-size: 15px;
  }
}
.box__bonus__extension--top--left .month {
  margin-top: 20px;
  font-size: 26px;
  font-weight: bold;
}
@media only screen and (max-width: 480px) {
  .box__bonus__extension--top--left .month {
    margin-top: 10px;
    font-size: 20px;
  }
}

.box__bonus__extension--top--arrow {
  margin: 0 80px;
}
@media only screen and (max-width: 480px) {
  .box__bonus__extension--top--arrow {
    margin: 0 20px;
  }
}
.box__bonus__extension--top--arrow img {
  max-width: 80px;
}
@media only screen and (max-width: 480px) {
  .box__bonus__extension--top--arrow img {
    max-width: 40px;
  }
}

.box__bonus__extension--top--right {
  text-align: center;
}
.box__bonus__extension--top--right .lead {
  font-size: 22px;
  font-weight: bold;
  color: #ff5321;
}
@media only screen and (max-width: 480px) {
  .box__bonus__extension--top--right .lead {
    font-size: 15px;
  }
}
.box__bonus__extension--top--right .month {
  margin-top: 20px;
  font-size: 38px;
  font-weight: bold;
  color: #ce1717;
}
@media only screen and (max-width: 480px) {
  .box__bonus__extension--top--right .month {
    margin-top: 10px;
    font-size: 28px;
  }
}

.box__bonus__extension--bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
}
@media only screen and (max-width: 480px) {
  .box__bonus__extension--bottom {
    margin-top: 25px;
  }
}

.box__bonus__compare__head {
  padding: 40px;
  text-align: center;
  font-weight: bold;
}
@media only screen and (max-width: 480px) {
  .box__bonus__compare__head {
    padding: 25px 15px;
    font-size: 11px;
  }
}

.box__bonus__compare__info {
  padding: 30px;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .box__bonus__compare__info {
    padding: 15px;
    font-size: 12px;
  }
}
.box__bonus__compare__info .month {
  font-size: 20px;
  font-weight: bold;
}
@media only screen and (max-width: 480px) {
  .box__bonus__compare__info .month {
    font-size: 14px;
  }
}
.box__bonus__compare__info .mile {
  margin: 10px 0 20px;
  font-size: 20px;
  font-weight: bold;
}
@media only screen and (max-width: 480px) {
  .box__bonus__compare__info .mile {
    font-size: 14px;
  }
}
.box__bonus__compare__info .mile .num {
  font-size: 28px;
}
@media only screen and (max-width: 480px) {
  .box__bonus__compare__info .mile .num {
    font-size: 18px;
  }
}

.box__bonus__compare--left {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48%;
          flex: 0 1 48%;
  background: #fff;
}
@media only screen and (max-width: 480px) {
  .box__bonus__compare--left {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 47%;
            flex: 0 1 47%;
  }
}
.box__bonus__compare--left .box__bonus__compare__head {
  color: #3c3c3c;
  background: #e2e2e2;
}
.box__bonus__compare--left::after {
  position: absolute;
  right: -26px;
  top: 50%;
  content: "";
  display: inline-block;
  width: 17px;
  height: 27px;
  background: #ce1717;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media only screen and (max-width: 480px) {
  .box__bonus__compare--left::after {
    right: -20px;
    width: 15px;
    height: 23px;
  }
}

.box__bonus__compare--right {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48%;
          flex: 0 1 48%;
  background: #fff;
}
@media only screen and (max-width: 480px) {
  .box__bonus__compare--right {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 47%;
            flex: 0 1 47%;
  }
}
.box__bonus__compare--right .box__bonus__compare__head {
  color: #ce1717;
  background: #ffd3ab;
}

.box__bonus__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.box__bonus__list__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 49%;
          flex: 0 1 49%;
  margin-top: 20px;
  background: #fff;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .box__bonus__list__item {
    margin-top: 10px;
  }
}

.box__bonus__list__item__head {
  padding: 26px;
  font-size: 18px;
  color: #ce1717;
  font-weight: bold;
  background: #ffd3ab;
}
@media only screen and (max-width: 480px) {
  .box__bonus__list__item__head {
    padding: 15px;
    font-size: 11px;
  }
}

.box__bonus__list__item__inner {
  padding: 30px 20px;
  font-size: 14px;
  line-height: 1.6;
}
@media only screen and (max-width: 480px) {
  .box__bonus__list__item__inner {
    padding: 20px 10px;
    font-size: 12px;
  }
}
.box__bonus__list__item__inner .num {
  font-size: 18px;
}
@media only screen and (max-width: 480px) {
  .box__bonus__list__item__inner .num {
    font-size: 16px;
  }
}

.box__bonus__list__item__img {
  margin-top: 42px;
}
@media only screen and (max-width: 480px) {
  .box__bonus__list__item__img {
    margin-top: 20px;
  }
}

.note--number {
  margin-top: 40px;
  font-size: 11px;
}
@media only screen and (max-width: 480px) {
  .note--number {
    margin-top: 20px;
  }
}
.note--number a {
  color: #f9f0e8;
  text-decoration: underline;
}
.note--number li {
  padding-left: 2em;
  text-indent: -2em;
}

.box__bonus__present {
  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;
}

.box__bonus__present--left {
  text-align: center;
  color: #3c3c3c;
}
.box__bonus__present--left .lead {
  font-size: 22px;
  font-weight: bold;
}
@media only screen and (max-width: 480px) {
  .box__bonus__present--left .lead {
    font-size: 15px;
  }
}
.box__bonus__present--left .mile {
  margin-top: 20px;
  font-size: 26px;
  font-weight: bold;
}
@media only screen and (max-width: 480px) {
  .box__bonus__present--left .mile {
    margin-top: 10px;
    font-size: 20px;
  }
}

.box__bonus__present--arrow {
  margin: 0 80px;
}
@media only screen and (max-width: 480px) {
  .box__bonus__present--arrow {
    margin: 0 20px;
  }
}
.box__bonus__present--arrow img {
  max-width: 80px;
}
@media only screen and (max-width: 480px) {
  .box__bonus__present--arrow img {
    max-width: 40px;
  }
}

.box__bonus__present--right {
  text-align: center;
}
.box__bonus__present--right .lead {
  font-size: 22px;
  font-weight: bold;
  color: #ff5321;
}
@media only screen and (max-width: 480px) {
  .box__bonus__present--right .lead {
    font-size: 15px;
  }
}
.box__bonus__present--right .mile {
  margin-top: 20px;
  font-size: 38px;
  font-weight: bold;
  color: #ce1717;
}
@media only screen and (max-width: 480px) {
  .box__bonus__present--right .mile {
    margin-top: 10px;
    font-size: 28px;
  }
}

.section__select {
  padding: 150px 0;
  background: #fffbec url(../img/bg_select.jpg) no-repeat top center;
  background-size: 100%;
}
@media only screen and (max-width: 480px) {
  .section__select {
    padding: 100px 0;
    background: #fffbec url(../img/bg_select_sp.jpg) no-repeat top center;
    background-size: cover;
  }
}

.section__select__head {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}

.section__select__lead {
  margin-top: 20px;
  text-align: center;
}

.section__select__accordion {
  position: relative;
  margin-top: 50px;
  padding: 20px 0;
  text-align: center;
  font-size: 20px;
  color: #fff;
  background: #2d2d2d;
}
@media only screen and (max-width: 480px) {
  .section__select__accordion {
    font-size: 13px;
  }
}
.section__select__accordion::after {
  position: absolute;
  right: 5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "+";
  font-size: 30px;
}
.section__select__accordion.active::after {
  content: "-";
}

.section__select__table__wrapper {
  display: none;
  overflow-x: scroll;
}
.section__select__table__wrapper::-webkit-scrollbar {
  height: 10px;
}
.section__select__table__wrapper::-webkit-scrollbar-track {
  background-color: #eee;
}
.section__select__table__wrapper::-webkit-scrollbar-thumb {
  background-color: #999;
}

.section__select__table {
  width: 2200px;
  border-collapse: collapse;
  background: #fff;
}
.section__select__table th, .section__select__table td {
  padding: 18px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  border: 1px solid #c1c1c1;
}
.section__select__table th {
  background: #dedede;
}
.section__select__table th.noborder {
  border: none;
  border-top: 1px solid #c1c1c1;
}
.section__select__table th.fixed {
  background: #dedede;
  border-right: none;
}
.section__select__table td.est {
  background: #fff3e9;
}
.section__select__table td .small {
  font-size: 10px;
}
.section__select__table td.card p {
  margin-top: 10px;
}
.section__select__table td.card img {
  max-width: 100px;
}
.section__select__table .fixed {
  position: sticky;
  left: 0;
  background: #fff;
}
.section__select__table .fixed:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
}

.box-horizontal {
  margin-top: 30px;
  overflow: hidden;
  width: 100%;
  font-size: 14px;
  line-height: 1.45;
}
@media only screen and (max-width: 480px) {
  .box-horizontal {
    margin-top: 10px;
    font-size: 12px;
  }
}
.box-horizontal .mask {
  width: 100%;
  overflow-x: auto;
}
.box-horizontal .list {
  max-width: 100%;
  width: 940px;
  margin: 0 auto;
  border-top: 1px solid #dedede;
  border-left: 1px solid #dedede;
}
@media only screen and (max-width: 480px) {
  .box-horizontal .list {
    max-width: none;
    width: 670px;
  }
}

.list__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.list__row .list__col:nth-child(1) {
  background: #F8F9FA;
}
.list__row .list__col:nth-child(2) {
  background: #FFFDCC;
}
.list__row .list__col:nth-child(3) {
  background: #FFF3C6;
}
.list__row .list__col:nth-child(4) {
  background: #EAECF0;
}

.list--navi .list__row .list__col:nth-child(n) {
  background: #EFF7F2;
}

.list__col {
  width: 235px;
  border-right: 1px solid #dedede;
  padding: 10px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .list__col {
    padding: 5px;
  }
}
.list__col.head {
  font-size: 13px;
  font-weight: bold;
}
.list__col.head .credit-d {
  font-weight: normal;
  font-size: 12px;
  text-align: right;
  padding-right: 36px;
  margin-top: -10px;
}
@media only screen and (max-width: 480px) {
  .list__col.head {
    font-size: 12px;
  }
  .list__col.head .credit-d {
    font-size: 10px;
    padding-right: 20px;
    margin-top: -5px;
  }
}
.list__col.last {
  display: block;
  padding-top: 0;
  border-bottom: 1px solid #dedede;
}
.list__col .img {
  margin: 12px 0;
}
@media only screen and (max-width: 480px) {
  .list__col .img {
    margin: 6px 0;
  }
}
.list__col .img img {
  width: 140px;
}
@media only screen and (max-width: 480px) {
  .list__col .img img {
    width: 70%;
  }
}

.cardtype {
  font-size: 16px;
  font-weight: bold;
}
@media only screen and (max-width: 480px) {
  .cardtype {
    font-size: 14px;
  }
}

.list__col__inner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding-bottom: 16px;
  border-bottom: 1px solid #dedede;
}

.list__lead span {
  font-size: 11px;
}
.list__lead.second {
  margin-top: 20px;
}

.list__price {
  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;
  font-size: 16px;
  font-weight: bold;
}
.list__price span:first-of-type {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 30%;
          flex: 0 1 30%;
  text-align: left;
}
@media only screen and (max-width: 480px) {
  .list__price span:first-of-type {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 42%;
            flex: 0 1 42%;
  }
}
.list__price span:last-of-type {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33%;
          flex: 0 1 33%;
  text-align: right;
}
@media only screen and (max-width: 480px) {
  .list__price span:last-of-type {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 45%;
            flex: 0 1 45%;
  }
}

.btn__entry {
  display: block;
  padding: 15px 10px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  background: #c00 url(../img/arrow_circle.png) no-repeat 95% center;
  background-size: 18px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media only screen and (max-width: 480px) {
  .btn__entry {
    font-size: 12px;
    background: #c00 url(../img/arrow_circle.png) no-repeat 97% center;
    background-size: 15px;
  }
}
.btn__entry:hover {
  color: #fff !important;
  opacity: 0.8;
}

.icon--plus {
  position: relative;
}
.icon--plus::before {
  content: "+";
  display: inline-block;
  vertical-align: bottom;
  padding: 0 10px;
  position: absolute;
  left: 50%;
  top: -30px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 28px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .icon--plus::before {
    top: -20px;
    font-size: 20px;
  }
}

.list__col.icon--plus:nth-child(1)::before {
  background: #F8F9FA;
}
.list__col.icon--plus:nth-child(2)::before {
  background: #FFFDCC;
}
.list__col.icon--plus:nth-child(3)::before {
  background: #FFF3C6;
}
.list__col.icon--plus:nth-child(4)::before {
  background: #EAECF0;
}

.table__note {
  margin-top: 30px;
}
@media only screen and (max-width: 480px) {
  .table__note {
    margin-top: 15px;
  }
}

.ttlLv2 {
  padding-top: 60px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  position: relative;
  border-bottom: 1px solid #b6b6b6;
}
.ttlLv2 .heading {
  color: #333;
  font-size: 20px;
  line-height: 32px;
  font-weight: bold;
  padding-left: 10px;
  border-left: 5px solid #cc0000;
}

.have__note .lead {
  font-size: 24px;
  margin-top: 40px;
  font-weight: bold;
}

.have__note .btn__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
}
@media only screen and (max-width: 480px) {
  .have__note .btn__wrap {
    display: block;
  }
}

@media only screen and (max-width: 480px) {
  .have__note .btn__wrap {
    padding-top: 15px;
  }
}

.have__note .btn__wrap p {
  padding-right: 35px;
  line-height: 1.8;
}
@media only screen and (max-width: 480px) {
  .have__note .btn__wrap p {
    padding-right: 0;
    text-align: left;
  }
}

@media only screen and (max-width: 480px) {
  .have__note .btn__myjalcard {
    padding-top: 15px;
  }
}

.have__note .btn__myjalcard a {
  padding: 15px 20px !important;
  text-align: center;
  background-color: #2d2d2d;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
}
@media only screen and (max-width: 480px) {
  .have__note .btn__myjalcard a {
    display: block;
  }
}

.have__note .btn__myjalcard a:hover {
  color: #fff !important;
  opacity: 0.8;
}

.have__note .btnBK.iconOtherImg .extIcon {
  vertical-align: middle;
  margin-left: 5px;
}

.gFooter {
  padding: 20px 0;
  background: #000;
}
@media only screen and (max-width: 480px) {
  .gFooter {
    margin-top: 40px;
  }
}

.copyright {
  text-align: center;
  color: #fff;
}

.jpp__note {
  font-size: 11px;
  margin-top: 15px;
}