@charset "UTF-8";
.bold {
  font-weight: bold;
}

body {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-size: 14px;
  line-height: 1.74;
}
@media only screen and (max-width: 1200px) {
  body {
    font-size: 0.875vw;
  }
}
@media only screen and (max-width: 640px) {
  body {
    font-size: 3.7333333333vw;
  }
}

img {
  max-width: 100%;
}

.container {
  padding: 0 0.9375vw;
}
@media only screen and (max-width: 640px) {
  .container {
    padding: 0 4vw;
  }
}

.box__white {
  margin-top: 0.75vw;
  padding: 1.25vw 0.625vw;
  background: #fff;
  border-radius: 6px;
}
@media only screen and (max-width: 640px) {
  .box__white {
    margin-top: 3.2vw;
    padding: 5.3333333333vw 2.6666666667vw;
  }
}

.note_list {
  font-size: 12px;
}
@media only screen and (max-width: 640px) {
  .note_list {
    font-size: 3.2vw;
  }
}

.btn_blank {
  display: block;
  padding: 0.625vw;
  font-size: 1vw;
  text-align: center;
  width: 90%;
  margin: 20px auto;
  color: #333333;
  font-weight: bold;
  border: 1px solid #BFBFBF;
  border-radius: 30px;
  background: #F4F4F4 url(../img/icon_blank_r.svg) no-repeat 95% center;
}
@media only screen and (max-width: 640px) {
  .btn_blank {
    padding: 2.6666666667vw;
    font-size: 4.2666666667vw;
  }
}

.btn_blank_red {
  display: block;
  padding: 0.625vw;
  margin: 20px auto;
  text-align: center;
  font-size: 1vw;
  font-weight: bold;
  color: #fff;
  background: #c00 url(../img/icon_blank_w.svg) no-repeat 95% center;
}
@media only screen and (max-width: 640px) {
  .btn_blank_red {
    padding: 2.6666666667vw;
    font-size: 4.2666666667vw;
  }
}

.text_link_blank {
  color: rgb(15, 15, 105);
}
.text_link_blank::before {
  margin-right: 3px;
  content: "";
  display: inline-block;
  width: 11px;
  height: 10px;
  background: url(../img/icon_blank_r.svg) no-repeat;
  background-size: contain;
}
.text_link_blank:hover {
  text-decoration: underline;
}

.gray__box {
  margin: 1.25vw 0;
  padding: 1vw 0.5vw;
  background: #F6F6F6;
}
@media only screen and (max-width: 640px) {
  .gray__box {
    margin: 5.3333333333vw 0;
    padding: 4.2666666667vw 2.1333333333vw;
  }
}

.gray__box--2col {
  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;
  text-align: center;
}
.gray__box--2col .item_left {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 46%;
          flex: 0 1 46%;
  margin-right: 10px;
}
@media only screen and (max-width: 640px) {
  .gray__box--2col .item_left {
    margin-right: 2.6666666667vw;
  }
}
.gray__box--2col .item_left::after {
  position: absolute;
  right: -10px;
  top: 50%;
  content: "";
  display: inline-block;
  width: 10px;
  height: calc(tan(60deg) * 10px / 2);
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #000;
}
.gray__box--2col .item_right {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 46%;
          flex: 0 1 46%;
  margin-left: 10px;
}
@media only screen and (max-width: 640px) {
  .gray__box--2col .item_right {
    margin-left: 2.6666666667vw;
  }
}
.gray__box--2col .item_right__img img {
  max-width: 5.375vw;
}
@media only screen and (max-width: 640px) {
  .gray__box--2col .item_right__img img {
    max-width: 22.9333333333vw;
  }
}
.gray__box--2col .small {
  font-size: 0.75vw;
}
@media only screen and (max-width: 640px) {
  .gray__box--2col .small {
    font-size: 3.2vw;
  }
}

.modal {
  display: none;
}

.modaal-container {
  width: 40%;
  border-radius: 5px;
}
@media only screen and (max-width: 640px) {
  .modaal-container {
    width: 100%;
  }
}

.text-grad-1 {
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#FF4E81), to(#A53BE9));
  background: linear-gradient(to right, #FF4E81, #A53BE9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-grad-2 {
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#1590F4), to(#53B400));
  background: linear-gradient(to right, #1590F4, #53B400);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-grad-3 {
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#FFB300), color-stop(#B957B4), to(#AA42DC));
  background: linear-gradient(to right, #FFB300, #B957B4, #AA42DC);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bg-grad-1 {
  background: -webkit-gradient(linear, left top, right top, from(#FF4E81), to(#A53BE9));
  background: linear-gradient(to right, #FF4E81, #A53BE9);
}

.bg-grad-2 {
  background: -webkit-gradient(linear, left top, right top, from(#1590F4), to(#53B400));
  background: linear-gradient(to right, #1590F4, #53B400);
}

.bg-grad-3 {
  background: -webkit-gradient(linear, left top, right top, from(#FFB300), color-stop(#B957B4), to(#AA42DC));
  background: linear-gradient(to right, #FFB300, #B957B4, #AA42DC);
}

/** loader **/
.loader {
  position: fixed;
  width: 100%;
  height: 100dvh;
  background-color: #fff;
  z-index: 9999;
  top: 0;
  left: 0;
  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;
  overflow: hidden;
}

/** base **/
.l-wrapper {
  position: relative;
  overflow: hidden;
}
.l-wrapper:after {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100vw;
  height: 100dvh;
  background: url(../img/pc_bg.png) no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 640px) {
  .l-wrapper:after {
    background: none;
  }
}

.logo_side--pc {
  position: fixed;
  z-index: 5;
  top: 50%;
  left: 6.875%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 22.5%;
}
@media only screen and (max-width: 1400px) {
  .logo_side--pc {
    top: 55%;
    left: 6.125%;
  }
}
@media only screen and (max-width: 640px) {
  .logo_side--pc {
    display: none;
  }
}

.nav__btn {
  display: none;
}
@media only screen and (max-width: 640px) {
  .nav__btn {
    display: block;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 2000;
  }
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.menu-trigger {
  position: relative;
  width: 28px;
  height: 14px;
  background: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #c00;
  border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 6px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
}

.nav__wrapper {
  position: fixed;
  z-index: 10;
  top: 50%;
  right: 4.75842%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 23.06003%;
  padding: 3.125vw 1.5vw;
  background: #fff;
}
@media only screen and (max-width: 640px) {
  .nav__wrapper {
    width: 100%;
    height: 100dvh;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translate(0);
            transform: translate(0);
    padding: 13.3333333333vw 5.3333333333vw;
    z-index: 1000;
  }
}

.nav__logo {
  text-align: center;
}
.nav__logo img {
  max-width: 9.375vw;
}
@media only screen and (max-width: 640px) {
  .nav__logo img {
    max-width: 40vw;
  }
}

.nav__list {
  margin-top: 1.875vw;
  border-top: 1px solid #A4A4A4;
}
@media only screen and (max-width: 640px) {
  .nav__list {
    margin-top: 8vw;
  }
}
.nav__list li a {
  display: block;
  padding: 2.5vw 1.25vw;
  border-bottom: 1px solid #A4A4A4;
  font-size: 1.125vw;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  .nav__list li a {
    padding: 8vw 5.3333333333vw;
    font-size: 4.8vw;
  }
}
.nav__list li a.color-black {
  color: #3B4043;
}
.nav__list li a.color-grad1 {
  background: -webkit-gradient(linear, left top, right top, from(#FF4E81), to(#A53BE9));
  background: linear-gradient(to right, #FF4E81, #A53BE9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.nav__list li a.color-grad2 {
  background: -webkit-gradient(linear, left top, right top, from(#1590F4), to(#53B400));
  background: linear-gradient(to right, #1590F4, #53B400);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.nav__list li a.color-grad3 {
  background: -webkit-gradient(linear, left top, right top, from(#FFB300), color-stop(#B957B4), to(#AA42DC));
  background: linear-gradient(to right, #FFB300, #B957B4, #AA42DC);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.nav__list li a.cp-end {
  position: relative;
}
.nav__list li a.cp-end::before {
  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;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  width: 100%;
  height: 90%;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 12px;
  color: #666;
  font-size: 1.5vw;
  white-space: pre;
  content: "本キャンペーンは\a終了しました";
}
@media only screen and (max-width: 640px) {
  .nav__list li a.cp-end::before {
    font-size: 6.4vw;
  }
}

.l-main {
  position: relative;
  margin: 0 auto;
  max-width: 34.40703%;
  z-index: 10;
  overflow: hidden;
  background: #fff;
}
@media only screen and (max-width: 640px) {
  .l-main {
    max-width: 100%;
  }
}

.main__logo {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 6;
}
.main__logo img {
  max-width: 120px;
}

/*** MV ***/
.l-mv {
  position: relative;
  z-index: 5;
  padding-top: 7.5vw;
  background: url(../img/bg_mv.jpg) no-repeat center center;
  background-size: cover;
}
@media only screen and (max-width: 640px) {
  .l-mv {
    padding-top: 32vw;
  }
}

.box__mv {
  position: relative;
  padding: 4.5vw 0.875vw 1.5vw;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 20px 20px 0 0;
}
@media only screen and (max-width: 640px) {
  .box__mv {
    padding: 19.2vw 3.7333333333vw 6.4vw;
  }
}
.box__mv .cp-end {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  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;
  position: absolute;
  text-align: center;
  width: 90%;
  height: 90%;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 12px;
  color: #fff;
  font-size: 1.5vw;
}
@media only screen and (max-width: 640px) {
  .box__mv .cp-end {
    font-size: 6.4vw;
  }
}
.box__mv .inner__cp-end {
  width: 80%;
}
.box__mv .btn__cp-end {
  position: relative;
  display: block;
  padding: 0.625vw;
  font-size: 1vw;
  text-align: center;
  width: 100%;
  margin: 20px auto;
  color: #333333;
  font-weight: bold;
  border: 1px solid #BFBFBF;
  border-radius: 30px;
  background: #fff;
}
.box__mv .btn__cp-end::after {
  position: absolute;
  right: 2%;
  top: 38%;
  content: "";
  display: inline-block;
  width: 15px;
  height: 10px;
  background: url(../img/icon_arrow_down_r.svg) no-repeat;
  background-size: contain;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media only screen and (max-width: 640px) {
  .box__mv .btn__cp-end {
    padding: 2.6666666667vw;
    font-size: 4.2666666667vw;
  }
}

.box__mv__logo {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.box__mv__logo img {
  max-width: 10vw;
}
@media only screen and (max-width: 640px) {
  .box__mv__logo img {
    max-width: 42.6666666667vw;
  }
}

.box__mv__label {
  padding: 0.25vw 1.5vw;
  font-size: 1vw;
  color: #fff;
  font-weight: bold;
  border-radius: 30px;
}
@media only screen and (max-width: 640px) {
  .box__mv__label {
    padding: 1.0666666667vw 6.4vw;
    font-size: 4.2666666667vw;
  }
}

.box__mv__head {
  text-align: center;
  font-weight: bold;
  font-size: 1.25vw;
}
@media only screen and (max-width: 640px) {
  .box__mv__head {
    font-size: 5.3333333333vw;
  }
}

.box__mv__cf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1.25vw;
}
@media only screen and (max-width: 640px) {
  .box__mv__cf {
    margin-top: 5.3333333333vw;
  }
}

.item__mv__cf {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 36%;
          flex: 0 1 36%;
  margin: 0 1%;
}

.box__mv_info {
  padding: 0.875vw;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  .box__mv_info {
    padding: 3.7333333333vw;
  }
}

.box__mv_info__head {
  font-weight: bold;
  font-size: 1.125vw;
}
@media only screen and (max-width: 640px) {
  .box__mv_info__head {
    font-size: 4.8vw;
  }
}
.box__mv_info__head span {
  font-size: 1.5vw;
}
@media only screen and (max-width: 640px) {
  .box__mv_info__head span {
    font-size: 6.4vw;
  }
}

.cp_date {
  margin-top: 1.25vw;
}
@media only screen and (max-width: 640px) {
  .cp_date {
    margin-top: 5.3333333333vw;
  }
}

.box__mv_info__text {
  margin-top: 1.25vw;
  font-size: 0.75vw;
}
@media only screen and (max-width: 640px) {
  .box__mv_info__text {
    margin-top: 5.3333333333vw;
    font-size: 3.2vw;
  }
}
.box__mv_info__text a {
  color: #000;
  text-decoration: underline;
}

.box__mv_info__text--small {
  font-size: 0.625vw;
}
@media only screen and (max-width: 640px) {
  .box__mv_info__text--small {
    font-size: 2.6666666667vw;
  }
}

/*** tab ***/
.l-card {
  position: relative;
}

.tab_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 1.875vw;
}
@media only screen and (max-width: 640px) {
  .tab_menu {
    margin-top: 8vw;
  }
}
.tab_menu li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 46%;
          flex: 0 1 46%;
  padding: 0.625vw;
  font-size: 1.125vw;
  text-align: center;
  color: #fff;
  font-weight: bold;
  border-radius: 10px 10px 0 0;
}
@media only screen and (max-width: 640px) {
  .tab_menu li {
    padding: 2.6666666667vw;
    font-size: 4.8vw;
  }
}
.tab_menu li.navi {
  background: #72BCF8;
}
.tab_menu li.est {
  background: #97D266;
}
.tab_menu li.is-active.navi {
  background: #1590F4;
}
.tab_menu li.is-active.est {
  background: #53B400;
}
.tab_menu li:hover {
  cursor: pointer;
}
.tab_menu.fixed {
  position: fixed;
  top: 0;
  z-index: 2000;
  margin-top: 0;
  width: 34.40703%;
  background: rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 640px) {
  .tab_menu.fixed {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.tab_menu.fixed li {
  border-radius: 0;
  margin-bottom: 0.9375vw;
}
@media only screen and (max-width: 640px) {
  .tab_menu.fixed li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 35%;
            flex: 0 1 35%;
    margin-bottom: 4vw;
    margin-right: 1.3333333333vw;
    margin-left: 1.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
.tab_menu.fixed li.is-active {
  margin-bottom: 0;
}
@media only screen and (max-width: 640px) {
  .tab_menu.fixed {
    width: 100%;
  }
}

.tab_item {
  display: none;
}
.tab_item.is-active {
  display: block;
}
.tab_item.navi {
  border-top: 6px solid #1590F4;
}
.tab_item.navi .tab__area__anchor {
  background: url(../img/bg_navi_anchor.png) no-repeat;
  background-size: cover;
}
.tab_item.navi .area__anchor__head {
  color: #1590F4;
}
.tab_item.navi .tab__area__block {
  background: #EAF5FF;
}
.tab_item.navi .tab__area__head {
  background: -webkit-gradient(linear, left top, right top, from(#1590F4), to(#5FC9E4));
  background: linear-gradient(to right, #1590F4, #5FC9E4);
}
.tab_item.est {
  border-top: 6px solid #53B400;
}
.tab_item.est .tab__area__anchor {
  background: url(../img/bg_est_anchor.png) no-repeat;
  background-size: cover;
}
.tab_item.est .area__anchor__head {
  color: #53B400;
}
.tab_item.est .tab__area__block {
  background: #EFF6E8;
}
.tab_item.est .tab__area__head {
  background: -webkit-gradient(linear, left top, right top, from(#53B400), to(#99C22B));
  background: linear-gradient(to right, #53B400, #99C22B);
}

.tab__area__anchor {
  padding: 1.875vw;
}
@media only screen and (max-width: 640px) {
  .tab__area__anchor {
    padding: 8vw;
  }
}

.area__anchor__box_cf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.area__anchor__box_cf .item__img_cf {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 46%;
          flex: 0 1 46%;
}
.area__anchor__box_cf .item__text_cf {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 46%;
          flex: 0 1 46%;
  text-align: center;
}
.area__anchor__box_cf .item__text_cf .tag {
  margin-bottom: 0.625vw;
  color: #FF0000;
  font-size: 0.875vw;
  padding: 0.1875vw 0.625vw;
  background: #fff;
  border: 1px solid #FF0000;
}
@media only screen and (max-width: 640px) {
  .area__anchor__box_cf .item__text_cf .tag {
    margin-bottom: 2.6666666667vw;
    font-size: 3.2vw;
    padding: 0.8vw 2.6666666667vw;
  }
}

.area__anchor__head {
  margin-top: 3.125vw;
  text-align: center;
  font-size: 1.5vw;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  .area__anchor__head {
    margin-top: 13.3333333333vw;
    font-size: 6.4vw;
  }
}

.area__anchor__list {
  margin-top: 1.25vw;
  border-top: 1px solid #A4A4A4;
}
@media only screen and (max-width: 640px) {
  .area__anchor__list {
    margin-top: 5.3333333333vw;
  }
}
.area__anchor__list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5625vw 0;
  font-size: 1vw;
  font-weight: bold;
  color: #3B4043;
  border-bottom: 1px solid #A4A4A4;
  background: url(../img/icon_arrow_down_r.svg) no-repeat 98% center;
}
@media only screen and (max-width: 640px) {
  .area__anchor__list li a {
    padding: 2.4vw 0;
    font-size: 4.2666666667vw;
  }
}
.area__anchor__list li a .icon {
  margin-right: 16px;
}

.tab__area__head {
  padding: 1vw;
  font-size: 1.5vw;
  text-align: center;
  color: #FFFF00;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  .tab__area__head {
    padding: 4.2666666667vw;
    font-size: 6.4vw;
  }
}
.tab__area__head span {
  font-size: 1.125vw;
  color: #fff;
}
@media only screen and (max-width: 640px) {
  .tab__area__head span {
    font-size: 4.8vw;
  }
}

.tab__area__block {
  padding-bottom: 2.625vw;
}
@media only screen and (max-width: 640px) {
  .tab__area__block {
    padding-bottom: 11.2vw;
  }
}

.tab__area__point__slider__head span {
  display: inline-block;
  padding: 0.1875vw 1.75vw;
  font-size: 1vw;
  font-weight: bold;
  border-radius: 20px;
  color: #fff;
}
@media only screen and (max-width: 640px) {
  .tab__area__point__slider__head span {
    padding: 0.8vw 7.4666666667vw;
    font-size: 4.2666666667vw;
  }
}

.tab__area__point__slider {
  margin: 1.875vw auto 0;
  width: 90%;
}
@media only screen and (max-width: 640px) {
  .tab__area__point__slider {
    margin: 8vw auto 0;
  }
}

.tab__area__point__item {
  padding: 0.625vw;
  text-align: center;
  background: #fff;
  border-radius: 6px;
}
@media only screen and (max-width: 640px) {
  .tab__area__point__item {
    padding: 2.6666666667vw;
  }
}
.tab__area__point__item .lead {
  margin-top: 0.75vw;
  font-size: 1.125vw;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  .tab__area__point__item .lead {
    margin-top: 3.2vw;
    font-size: 4.8vw;
  }
}
.tab__area__point__item .gray__box .num {
  font-size: 1.25vw;
}
@media only screen and (max-width: 640px) {
  .tab__area__point__item .gray__box .num {
    font-size: 5.3333333333vw;
  }
}
.tab__area__point__item .small {
  font-size: 0.75vw;
}
@media only screen and (max-width: 640px) {
  .tab__area__point__item .small {
    font-size: 3.2vw;
  }
}
.tab__area__point__item .img {
  margin: 2.5vw 1.25vw;
}
@media only screen and (max-width: 640px) {
  .tab__area__point__item .img {
    margin: 10.6666666667vw 5.3333333333vw;
  }
}
.tab__area__point__item .img img {
  margin: 0 auto;
}

.bnr_cp {
  position: relative;
  display: block;
  padding: 2vw 1.25vw;
  margin: 3.75vw 0.9375vw 0 0;
  border-radius: 0 20px 20px 0;
  color: #3B4043;
  background: #FFF5F9;
  border: 2px solid #FE4E82;
  border-left: none;
}
@media only screen and (max-width: 640px) {
  .bnr_cp {
    padding: 8.5333333333vw 5.3333333333vw;
    margin: 16vw 4vw 0 0;
  }
}
.bnr_cp::after {
  position: absolute;
  right: 3%;
  top: 50%;
  content: "";
  display: inline-block;
  width: 14px;
  height: 9px;
  background: url(../img/icon_arrow_down_r.svg) no-repeat;
  background-size: contain;
  -webkit-transform: rotate(-90deg) translateY(-50%);
          transform: rotate(-90deg) translateY(-50%);
}

.bnr_cp__tag {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.bnr_cp__tag span {
  display: inline-block;
  padding: 0.3125vw 2.5vw 0.3125vw 1.25vw;
  color: #fff;
  font-weight: bold;
  border-radius: 0 30px 30px 0;
}
@media only screen and (max-width: 640px) {
  .bnr_cp__tag span {
    padding: 1.3333333333vw 10.6666666667vw 1.3333333333vw 5.3333333333vw;
  }
}

.bnr_cp__lead {
  font-size: 1vw;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  .bnr_cp__lead {
    font-size: 4.2666666667vw;
  }
}

.bnr_cp__head {
  font-size: 3vw;
  font-weight: bold;
  line-height: 1.3;
}
@media only screen and (max-width: 640px) {
  .bnr_cp__head {
    font-size: 12.8vw;
  }
}

.bnr_cp__text {
  margin-top: 0.625vw;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  .bnr_cp__text {
    margin-top: 2.6666666667vw;
  }
}
.bnr_cp__text .num {
  font-size: 1.25vw;
}
@media only screen and (max-width: 640px) {
  .bnr_cp__text .num {
    font-size: 5.3333333333vw;
  }
}

/*** campaign ***/
.l-cp {
  position: relative;
  z-index: 5;
  padding-bottom: 6.25vw;
  background: #F7F1FB;
}
@media only screen and (max-width: 640px) {
  .l-cp {
    padding-bottom: 26.6666666667vw;
  }
}

.area__info_cp {
  margin-top: -6.25vw;
  padding: 7.5vw 0 1.875vw;
  background: url(../img/bg_cp.svg) no-repeat center center;
  background-size: 100%;
}
@media only screen and (max-width: 640px) {
  .area__info_cp {
    margin-top: -26.6666666667vw;
    padding: 32vw 0 8vw;
    background-size: cover;
  }
}

.marker_cp {
  margin-top: 1.875vw;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 0.875vw;
}
@media only screen and (max-width: 640px) {
  .marker_cp {
    margin-top: 8vw;
    font-size: 3.7333333333vw;
  }
}
.marker_cp .mark {
  padding: 0.3125vw 1.25vw;
  border-radius: 30px;
  background: -webkit-gradient(linear, left top, right top, from(#FF4E81), to(#A53BE9));
  background: linear-gradient(to right, #FF4E81, #A53BE9);
}
@media only screen and (max-width: 640px) {
  .marker_cp .mark {
    padding: 1.3333333333vw 5.3333333333vw;
  }
}
.marker_cp .num {
  font-size: 1.25vw;
}
@media only screen and (max-width: 640px) {
  .marker_cp .num {
    font-size: 5.8666666667vw;
  }
}

.head_cp {
  margin: 0.9375vw 0 2.5vw;
  font-size: 3.4375vw;
  line-height: 1.35;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .head_cp {
    margin: 4vw 0 10.6666666667vw;
    font-size: 14.6666666667vw;
  }
}

.box__info_cp {
  padding: 0.625vw;
  background: #FFFFFF;
}
@media only screen and (max-width: 640px) {
  .box__info_cp {
    padding: 2.6666666667vw;
  }
}

.head__info_cp {
  margin-bottom: 1.25vw;
  font-size: 1.5vw;
  line-height: 1.5833;
}
@media only screen and (max-width: 640px) {
  .head__info_cp {
    margin-bottom: 5.3333333333vw;
    font-size: 6.4vw;
  }
}
.head__info_cp .num {
  font-size: 2.125vw;
}
@media only screen and (max-width: 640px) {
  .head__info_cp .num {
    font-size: 9.0666666667vw;
  }
}

.subhead__info_cp {
  margin-top: 1.25vw;
  text-align: center;
  font-weight: bold;
  font-size: 1vw;
}
@media only screen and (max-width: 640px) {
  .subhead__info_cp {
    margin-top: 5.3333333333vw;
    font-size: 4.2666666667vw;
  }
}

.list__info_cp {
  margin: 0.625vw 0 1.25vw;
}
@media only screen and (max-width: 640px) {
  .list__info_cp {
    margin: 2.6666666667vw 0 5.3333333333vw;
  }
}
.list__info_cp li::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(../img/icon_check.svg) no-repeat;
  background-size: contain;
}

.head_present {
  margin-top: 2.5vw;
  text-align: center;
  font-weight: bold;
  font-size: 1.125vw;
}
@media only screen and (max-width: 640px) {
  .head_present {
    margin-top: 10.6666666667vw;
    font-size: 4.8vw;
  }
}
.head_present span {
  font-size: 2.8125vw;
}
@media only screen and (max-width: 640px) {
  .head_present span {
    font-size: 12vw;
  }
}

.item__cp_present {
  position: relative;
  margin-top: 1.25vw;
  padding: 0.875vw;
  text-align: center;
  background: #fff;
  border: 2px solid #1590F2;
  border-radius: 20px;
}
@media only screen and (max-width: 640px) {
  .item__cp_present {
    margin-top: 5.3333333333vw;
    padding: 3.7333333333vw;
  }
}
.item__cp_present:first-of-type {
  margin-top: 2.5vw;
}
@media only screen and (max-width: 640px) {
  .item__cp_present:first-of-type {
    margin-top: 10.6666666667vw;
  }
}
.item__cp_present.--more {
  margin-top: 1.875vw;
  padding-top: 2.125vw;
}
@media only screen and (max-width: 640px) {
  .item__cp_present.--more {
    margin-top: 8vw;
    padding-top: 9.0666666667vw;
  }
}
.item__cp_present .caption {
  font-size: 0.75vw;
}
@media only screen and (max-width: 640px) {
  .item__cp_present .caption {
    font-size: 3.2vw;
  }
}

.head__item__cp_present {
  margin-bottom: 0.875vw;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 1.25vw;
  padding: 0.3125vw 1.25vw;
  border-radius: 30px;
  background: -webkit-gradient(linear, left top, right top, from(#1590F4), to(#53B400));
  background: linear-gradient(to right, #1590F4, #53B400);
}
.head__item__cp_present span {
  font-size: 0.875vw;
}
@media only screen and (max-width: 640px) {
  .head__item__cp_present span {
    font-size: 3.7333333333vw;
  }
}
@media only screen and (max-width: 640px) {
  .head__item__cp_present {
    margin-bottom: 3.7333333333vw;
    font-size: 5.3333333333vw;
    padding: 1.3333333333vw 5.3333333333vw;
  }
}
.head__item__cp_present--balloon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.head__item__cp_present--balloon span {
  position: relative;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 1.25vw;
  padding: 0.3125vw 1.875vw;
  border-radius: 30px;
  background: -webkit-gradient(linear, left top, right top, from(#FF4E81), to(#A53BE9));
  background: linear-gradient(to right, #FF4E81, #A53BE9);
}
@media only screen and (max-width: 640px) {
  .head__item__cp_present--balloon span {
    margin-bottom: 3.7333333333vw;
    font-size: 5.3333333333vw;
    padding: 1.3333333333vw 8vw;
  }
}
.head__item__cp_present--balloon span::after {
  position: absolute;
  left: 50%;
  bottom: -10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  display: inline-block;
  width: 15px;
  height: calc(tan(60deg) * 15px / 2);
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #d345b5;
}

.lead__item__cp_present {
  font-weight: bold;
  font-size: 1.125vw;
}
@media only screen and (max-width: 640px) {
  .lead__item__cp_present {
    font-size: 4.8vw;
  }
}

.main__item__cp_present {
  font-weight: bold;
  font-size: 1.25vw;
}
@media only screen and (max-width: 640px) {
  .main__item__cp_present {
    font-size: 5.3333333333vw;
  }
}
.main__item__cp_present .num {
  font-size: 1.75vw;
}
@media only screen and (max-width: 640px) {
  .main__item__cp_present .num {
    font-size: 7.4666666667vw;
  }
}
.main__item__cp_present .small {
  font-size: 0.875vw;
}
@media only screen and (max-width: 640px) {
  .main__item__cp_present .small {
    font-size: 3.7333333333vw;
  }
}

.copy__item__cp_present {
  margin: 2vw 0 0.9375vw;
  text-align: center;
  font-weight: bold;
  color: #FF0052;
  font-size: 1.125vw;
}
@media only screen and (max-width: 640px) {
  .copy__item__cp_present {
    margin: 8.5333333333vw 0 4vw;
    font-size: 4.8vw;
  }
}

.img__item__cp_present, .slider__img__item__cp_present {
  margin-top: 0.75vw;
}
@media only screen and (max-width: 640px) {
  .img__item__cp_present, .slider__img__item__cp_present {
    margin-top: 3.2vw;
  }
}

.slider__img__item__cp_present {
  width: 95%;
  margin: 1.375vw auto 0;
}
@media only screen and (max-width: 640px) {
  .slider__img__item__cp_present {
    margin: 5.8666666667vw auto 0;
  }
}

.list__item__cp_present {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.9375vw 0;
  border-bottom: 1px solid #BFBFBF;
}
@media only screen and (max-width: 640px) {
  .list__item__cp_present {
    padding: 4vw 0;
  }
}
.list__item__cp_present dt {
  font-weight: bold;
  text-align: left;
}
.list__item__cp_present dd {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 65%;
          flex: 0 1 65%;
  text-align: right;
}

/*** slider ***/
.slide-arrow {
  position: absolute;
  top: 50%;
}
.slide-arrow:hover {
  cursor: pointer;
}
.slide-arrow.prev-arrow {
  left: 0;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.slide-arrow.next-arrow {
  right: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

/*** ****/
.more__cp_present {
  margin: 1.25vw 0;
  text-align: center;
  font-size: 1.5vw;
  font-weight: bold;
  color: #FF0052;
}
@media only screen and (max-width: 640px) {
  .more__cp_present {
    margin: 5.3333333333vw 0;
    font-size: 6.4vw;
  }
}
.more__cp_present span {
  font-size: 1.125vw;
}
@media only screen and (max-width: 640px) {
  .more__cp_present span {
    font-size: 4.8vw;
  }
}

.head__double_mile {
  margin-bottom: 0.9375vw;
  text-align: center;
  color: #FF0052;
  font-size: 1.125vw;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  .head__double_mile {
    margin-bottom: 4vw;
    font-size: 4.8vw;
  }
}

.img_double_mile {
  text-align: center;
}
.img_double_mile img {
  max-width: 70%;
}

/*** attention ***/
.l-attention {
  position: relative;
  z-index: 1;
  padding: 2.8125vw 0 6.25vw;
  background: #fff;
}
@media only screen and (max-width: 640px) {
  .l-attention {
    padding: 12vw 0 26.6666666667vw;
  }
}

.head__attention {
  position: relative;
  text-align: center;
  font-size: 1.5vw;
  font-weight: bold;
  margin-bottom: 2.5vw;
}
@media only screen and (max-width: 640px) {
  .head__attention {
    font-size: 6.4vw;
    margin-bottom: 10.6666666667vw;
  }
}
.head__attention::after {
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  display: inline-block;
  width: 2.3125vw;
  height: 7px;
  background: -webkit-gradient(linear, left top, right top, from(#1590F4), to(#53B400));
  background: linear-gradient(to right, #1590F4, #53B400);
  border-radius: 60px;
}
@media only screen and (max-width: 640px) {
  .head__attention::after {
    width: 9.8666666667vw;
  }
}

.subhead__attention {
  margin: 1.5vw 0 0.625vw;
  font-weight: bold;
  padding-bottom: 0.5vw;
  border-bottom: 3px solid #B6B6B6;
}
@media only screen and (max-width: 640px) {
  .subhead__attention {
    margin: 6.4vw 0 2.6666666667vw;
    padding-bottom: 2.1333333333vw;
  }
}

.list__attention li {
  padding-left: 1em;
  text-indent: -1em;
}

.notesChart {
  margin: 1.25vw 0;
  width: 100%;
  table-layout: fixed;
  background-color: #fff;
  border-collapse: collapse;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .notesChart {
    margin: 5.3333333333vw 0;
  }
}
.notesChart th, .notesChart td {
  padding: 0.6em;
  border: #000 thin solid;
  font-size: 86.5%;
}
.notesChart th {
  font-weight: bold;
  background-color: #666;
  color: #fff;
}

/*** footer ***/
.l-footer {
  padding: 0.75vw;
  background: #000000;
}
@media only screen and (max-width: 640px) {
  .l-footer {
    padding: 3.2vw;
  }
}

.copyright {
  font-size: 0.75vw;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .copyright {
    font-size: 3.2vw;
  }
}

.caption_amex {
  font-size: 0.75vw;
}
@media only screen and (max-width: 640px) {
  .caption_amex {
    font-size: 3.2vw;
  }
}

/*** modal ***/
.btn__modal {
  display: block;
  width: 90%;
  margin: 10px auto 0;
  padding: 0.375vw;
  text-align: center;
  font-weight: bold;
  background: #fff url(../img/icon_blank.svg) no-repeat 95% center;
  border-radius: 70px;
  border: 1px solid #BFBFBF;
  color: #333333;
}
@media only screen and (max-width: 640px) {
  .btn__modal {
    padding: 1.6vw;
  }
}
.btn__modal span {
  font-size: 0.75vw;
}
@media only screen and (max-width: 640px) {
  .btn__modal span {
    font-size: 3.2vw;
  }
}

.ejal_head {
  text-align: center;
  font-weight: bold;
  font-size: 1.375vw;
}
@media only screen and (max-width: 640px) {
  .ejal_head {
    font-size: 5.8666666667vw;
  }
}

/*** accordion ***/
.accordion__head {
  position: relative;
  margin-top: 1.5625vw;
  padding: 0.5625vw;
  text-align: center;
  font-size: 1vw;
  border: 1px solid #DEDEDE;
}
@media only screen and (max-width: 640px) {
  .accordion__head {
    margin-top: 6.6666666667vw;
    font-size: 4.2666666667vw;
    padding: 2.4vw;
  }
}
.accordion__head::after {
  position: absolute;
  right: 5%;
  top: 50%;
  content: "";
  display: inline-block;
  width: 12px;
  height: 8px;
  background: url(../img/icon_arrow_down_r.svg) no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
}
.accordion__head.active::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.accordion__head:hover {
  cursor: pointer;
}

.accordion__contents {
  padding: 0.5625vw;
  border-left: 1px solid #DEDEDE;
  border-right: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
}
@media only screen and (max-width: 640px) {
  .accordion__contents {
    padding: 2.4vw;
  }
}
.accordion__contents p {
  margin-top: 1em;
}
.accordion__contents .subhead {
  padding-left: 5px;
  font-weight: bold;
  border-left: 5px solid #c00;
}

/*** animation ***/
.fade_in {
  -webkit-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
}
.fade_in.on {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

/***************************
cardselect
****************************/
.table__caution {
  margin-top: 40px;
  text-align: center;
  font-weight: bold;
  font-size: 13px;
}
.table__caution::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 13px;
  background: url(../img/slide_arrow.png) no-repeat;
  background-size: contain;
  margin-right: 15px;
}
.table__caution::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 13px;
  background: url(../img/slide_arrow.png) no-repeat;
  background-size: contain;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-left: 15px;
}

.box-horizontal {
  overflow: hidden;
  width: 100%;
  margin-top: 1.25vw;
}
@media only screen and (max-width: 640px) {
  .box-horizontal {
    margin-top: 5.3333333333vw;
  }
}
.box-horizontal .mask {
  width: 100%;
  overflow-x: auto;
}
.box-horizontal .mask::-webkit-scrollbar {
  height: 10px;
}
.box-horizontal .mask::-webkit-scrollbar-track {
  background-color: #eee;
}
.box-horizontal .mask::-webkit-scrollbar-thumb {
  background-color: #bbb;
}
.box-horizontal .list {
  width: 950px;
  margin: 0 auto;
  border-top: 1px solid #dedede;
  border-left: 1px solid #dedede;
}
@media only screen and (max-width: 640px) {
  .box-horizontal .list {
    width: 740px;
  }
}

.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: 25%;
  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: 0.8125vw;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  .list__col.head {
    font-size: 3.4666666667vw;
  }
}
.list__col.head .credit-d {
  font-weight: normal;
  font-size: 0.75vw;
  text-align: right;
  padding-right: 2.25vw;
  margin-top: -10px;
}
@media only screen and (max-width: 640px) {
  .list__col.head .credit-d {
    font-size: 3.2vw;
    padding-right: 9.6vw;
    margin-top: -2.6666666667vw;
  }
}
.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: 640px) {
  .list__col .img {
    margin: 6px 0;
  }
}
.list__col .img img {
  width: 140px;
}
@media only screen and (max-width: 640px) {
  .list__col .img img {
    width: 70%;
  }
}

.cardtype {
  font-size: 1vw;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  .cardtype {
    font-size: 3.7333333333vw;
  }
}

.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__col__inner .lead {
  font-size: 0.875vw;
}
@media only screen and (max-width: 640px) {
  .list__col__inner .lead {
    font-size: 3.2vw;
  }
}

.list__lead span {
  font-size: 0.6875vw;
}
@media only screen and (max-width: 640px) {
  .list__lead span {
    font-size: 2.9333333333vw;
  }
}
.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: 1vw;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  .list__price {
    font-size: 4.2666666667vw;
  }
}
.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: 640px) {
  .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: 640px) {
  .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: 0.875vw;
  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: 640px) {
  .btn__entry {
    font-size: 3.7333333333vw;
    background: #c00 url(../img/arrow_circle.png) no-repeat 97% center;
    background-size: 15px;
  }
}
.btn__entry:hover {
  color: #fff !important;
  opacity: 0.8;
}

.btn__bottom {
  margin-top: 40px;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .btn__bottom {
    margin-top: 40px;
  }
}

.btn__black {
  display: block;
  margin: 0 auto;
  color: #fff;
  padding: 15px;
  max-width: 320px;
  background: #2D2D2D url(/commonY15/img/icon_ext_white_01.png) 95% center no-repeat;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.btn__black.link__inner {
  background: #2D2D2D url(../img/arrow_right.png) 95% center no-repeat;
  background-size: 10px;
}
@media only screen and (max-width: 640px) {
  .btn__black {
    max-width: 100%;
  }
}
.btn__black:hover {
  color: #fff !important;
  opacity: 0.8;
}

.table__note {
  margin-top: 20px;
  font-size: 0.75vw;
}
@media only screen and (max-width: 640px) {
  .table__note {
    font-size: 2.6666666667vw;
  }
}

.icon--plus {
  position: relative;
}
.icon--plus::before {
  content: "+";
  display: inline-block;
  vertical-align: bottom;
  padding: 0 10px;
  position: absolute;
  left: 50%;
  top: -1.5625vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 1.75vw;
  font-weight: bold;
  line-height: 1;
}
@media only screen and (max-width: 640px) {
  .icon--plus::before {
    top: -4vw;
    font-size: 5.3333333333vw;
  }
}

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