@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

body {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  }
}

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

.cf::after {
  content: "";
  display: block;
  clear: both;
}

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

.is-visible-sd {
  display: none !important;
}
@media screen and (max-width: 640px) {
  .is-visible-sd {
    display: block !important;
  }
}

.is-hidden-sd {
  display: block !important;
}
@media screen and (max-width: 640px) {
  .is-hidden-sd {
    display: none !important;
  }
}

.fcRD {
  color: #c00;
}

.alL {
  text-align: left;
}

.alR {
  text-align: right;
}

.alC {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.container {
  margin: 0 auto;
  max-width: 950px;
}
@media screen and (max-width: 1024px) {
  .container {
    padding: 0 3.125%;
    max-width: 100%;
  }
}

.area__title {
  padding: 90px 0;
  background: url(../img/mv_bg.jpg) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 640px) {
  .area__title {
    padding: 35px 0;
    background: url(../img/mv_bg_sp.jpg) no-repeat center right;
    background-size: cover;
  }
}
.area__title h1 {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .area__title h1 {
    font-size: 1.125rem;
  }
}

.title__caption {
  margin-top: 16px;
}
@media screen and (max-width: 640px) {
  .title__caption {
    margin-top: 0.625rem;
    width: 50%;
  }
}

.section__cardselect {
  padding-top: 60px;
}

.box__cardselect {
  padding: 40px;
  background: #F8F8F8;
}
@media screen and (max-width: 640px) {
  .box__cardselect {
    padding: 20px;
  }
}

.flex__cardselect {
  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;
  margin: 20px 0;
}
@media screen and (max-width: 1024px) {
  .flex__cardselect {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}

@media screen and (max-width: 1024px) {
  .item__cardselect {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}

.arrow__cardselect {
  margin: 0 20px;
}
@media screen and (max-width: 1024px) {
  .arrow__cardselect {
    margin: 10px 0;
  }
}
.arrow__cardselect img {
  max-width: 27px;
}
@media screen and (max-width: 1024px) {
  .arrow__cardselect img {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.selectbox_card {
  position: relative;
}

.selectbox_card::before,
.selectbox_card::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.selectbox_card::before {
  right: 0;
  display: inline-block;
  width: 2.8em;
  height: 2.8em;
  border-radius: 0 3px 3px 0;
  background-color: #c00;
  content: "";
}

.selectbox_card::after {
  position: absolute;
  top: 50%;
  right: 1.4em;
  -webkit-transform: translate(50%, -50%) rotate(45deg);
          transform: translate(50%, -50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  content: "";
}

.selectbox_card select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  min-width: 380px;
  height: 2.8em;
  padding: 0.4em 3.6em 0.4em 0.8em;
  border: 2px solid #c00;
  border-radius: 3px;
  color: #333333;
  font-size: 1em;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .selectbox_card select {
    min-width: 100%;
    width: 100%;
  }
}

.selectbox_card select:focus {
  outline: 1px solid #c00;
}

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

.wrapper__method_intro__txt {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 54%;
          flex: 0 1 54%;
}
@media screen and (max-width: 640px) {
  .wrapper__method_intro__txt {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
.wrapper__method_intro__txt p {
  line-height: 1.65;
}

.method_intro_cardface {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 45%;
          flex: 0 1 45%;
  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;
}
@media screen and (max-width: 640px) {
  .method_intro_cardface {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    margin-top: 10px;
  }
}

.method_intro__img {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48%;
          flex: 0 1 48%;
}

.arrow__method_intro {
  margin: 0 10px;
}

.method_intro__txt--platinum {
  display: none;
}
.method_intro__txt--platinum.active {
  display: block;
}

.area__method_tab {
  display: none;
}
.area__method_tab.active {
  display: block;
}

.block__method_tab__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 80px;
}
@media screen and (max-width: 640px) {
  .block__method_tab__btn {
    margin-top: 40px;
  }
}
.block__method_tab__btn.--col2 .method_tab__btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 49.5%;
          flex: 0 1 49.5%;
}

.method_tab__btn {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33%;
          flex: 0 1 33%;
  padding: 12px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #0F0F69;
  background: #EEEEEE;
}
@media screen and (max-width: 640px) {
  .method_tab__btn {
    font-size: 14px;
  }
}
.method_tab__btn.active {
  color: #fff;
  background: #c00;
}
.method_tab__btn.active:after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(204, 0, 0, 0);
  border-top-width: 8px;
  border-bottom-width: 8px;
  border-left-width: 7px;
  border-right-width: 7px;
  margin-left: -7px;
  border-top-color: #CC0000;
  top: 100%;
  left: 50%;
}
.method_tab__btn:hover {
  cursor: pointer;
}

.method_tab__panel {
  display: none;
}
.method_tab__panel.active {
  display: block;
}

.caution__method {
  margin-top: 40px;
  font-size: 16px;
  line-height: 1.65;
}

.block__method_flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .block__method_flow {
    display: block;
  }
}

.item__method_flow {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 32%;
          flex: 0 1 32%;
  margin-right: 1.5%;
}
@media screen and (max-width: 640px) {
  .item__method_flow {
    margin: 20px 0 0;
  }
}
.item__method_flow:last-of-type {
  margin-right: 0;
}

.head__method_flow h3 {
  margin-top: 5px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 2px solid #E5E5E5;
}
.head__method_flow .step {
  position: relative;
  display: inline-block;
  padding: 5px 30px 5px 20px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background: #c00;
}
.head__method_flow .step:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #fff #fff transparent transparent;
  border-width: 0 20px 28px 0;
}

.contents__method_flow {
  margin-top: 20px;
}
.contents__method_flow p {
  margin: 5px 0;
  line-height: 1.65;
}
.contents__method_flow p.bold {
  margin-top: 10px;
}

.flow__btn .btn {
  margin-top: 0;
}

.area__method_faq {
  margin-top: 50px;
}

.area_service {
  display: none;
}
.area_service.active {
  display: block;
}

.block__service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .block__service {
    display: block;
  }
}

.item__service {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 32%;
          flex: 0 1 32%;
  padding: 10px;
  text-align: center;
  border: 1px solid #DEDEDE;
}
@media screen and (max-width: 640px) {
  .item__service {
    margin-top: 5px;
  }
}

.item__service_txt {
  margin-top: 10px;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
}

.option__service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .option__service {
    display: block;
  }
}

.option__service_txt .bold {
  font-size: 16px;
}

.option_service_btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 26%;
          flex: 0 1 26%;
}
.option_service_btn .btnBox .btn {
  margin-top: 0;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .option_service_btn .btnBox .btn {
    margin-top: 10px;
  }
}

.box__relation {
  margin-top: 50px;
  border: 1px solid #DEDEDE;
}
@media screen and (max-width: 640px) {
  .box__relation {
    margin-top: 25px;
  }
}

.box__relation__title {
  padding: 7px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  background: #707070;
}

.block__relation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 20px;
}
@media screen and (max-width: 640px) {
  .block__relation {
    display: block;
    margin: 15px 10px;
  }
}

.item__relation {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 49%;
          flex: 0 1 49%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 1%;
}
.item__relation:nth-of-type(2n) {
  margin-right: 0;
}
@media screen and (max-width: 640px) {
  .item__relation {
    margin: 10px 0 0;
  }
}

.item__relation_img {
  margin-right: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}

.item__relation_txt {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}
.item__relation_txt p {
  margin-bottom: 5px;
}
.item__relation_txt .txtLink {
  font-size: 16px;
  font-weight: bold;
}

.box__faq {
  border: 1px solid #DEDEDE;
}

.box__faq__title {
  padding: 7px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  background: #707070;
}

.box__faq__list dd {
  border-bottom: 1px solid #DEDEDE;
}
.box__faq__list dd:last-of-type {
  border-bottom: none;
}
.box__faq__list dd .box__faq__list_link {
  display: block;
  padding: 20px 10px;
  color: #333333;
  background: url(/commonY15/img/icon_ext_red_01.png) no-repeat 97% center;
}
@media screen and (max-width: 1024px) {
  .box__faq__list dd .box__faq__list_link {
    padding: 20px 30px 20px 10px;
  }
}
.box__faq__list dd .box__faq__list_link:hover {
  text-decoration: underline;
}

.faq_list {
  display: none;
}
.faq_list.active {
  display: block;
}

.note_list {
  margin-top: 10px;
  display: none;
}
.note_list.active {
  display: block;
}

.section__amex_caption {
  padding: 90px 0 30px;
}
@media screen and (max-width: 640px) {
  .section__amex_caption {
    padding-top: 45px;
  }
}

.txt__amex_caption {
  font-size: 11px;
}

.area__table {
  margin: 30px 0 20px;
}

.compare__table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #d0d0d0;
  border-right: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
}
.compare__table tr th, .compare__table tr td {
  text-align: center;
  padding: 14px 10px;
}
.compare__table tr th {
  font-weight: bold;
  background: rgba(102, 102, 102, 0.9);
  color: #ffffff;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}
.compare__table tr td {
  background: rgba(156, 156, 156, 0.1);
  border-top: 1px solid #d0d0d0;
  border-left: 1px solid #d0d0d0;
}
.compare__table .cardface_image {
  width: 35%;
}
.compare__table .cardface_image img {
  margin-bottom: 10px;
  max-width: 120px;
}
@media screen and (max-width: 640px) {
  .compare__table .cardface_image img {
    max-width: 100px;
  }
}
.compare__table .fee .price {
  font-size: 18px;
}
@media screen and (max-width: 640px) {
  .compare__table .fee .price {
    font-size: 4.8vw;
  }
}
.compare__table .sup {
  font-size: 12px;
  letter-spacing: -0.07em;
}
@media screen and (max-width: 640px) {
  .compare__table .sup {
    font-size: 3.2vw;
  }
}
.compare__table .sas-r {
  font-size: 12px;
  vertical-align: 30%;
}
@media screen and (max-width: 640px) {
  .compare__table .sas-r {
    font-size: 3.2vw;
  }
}