@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p&family=M+PLUS+Rounded+1c:wght@400;500;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Concert+One&family=Roboto:wght@500&display=swap");

@font-face {
  font-family: "Renner*";
  src: url("https://indestructibletype-fonthosting.github.io/renner_600_semi-webfont.woff2") format("woff2"), url("https://indestructibletype-fonthosting.github.io/renner_600_semi-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Renner*";
  src: url("https://indestructibletype-fonthosting.github.io/renner_500_medium-webfont.woff2") format("woff2"), url("https://indestructibletype-fonthosting.github.io/renner_500_medium-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Renner*";
  src: url("https://indestructibletype-fonthosting.github.io/renner_400_book-webfont.woff2") format("woff2"), url("https://indestructibletype-fonthosting.github.io/renner_400_book-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Renner*";
  src: url("https://indestructibletype-fonthosting.github.io/renner_300_light-webfont.woff2") format("woff2"), url("https://indestructibletype-fonthosting.github.io/renner_300_light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

.red {
  color: #ff0000;
}
.gray {
  color: #999999;
}
.bold {
  font-weight: 700;
}

.slick-slide {
  outline: none;
}

.section {
  padding: 30px 0 90px;
}
.section:nth-of-type(odd) {
  background-color: #fff;
}
.section:nth-of-type(even) {
  background-color: #f2f2f2;
}
@media only screen and (max-width: 640px) {
  .section {
    padding: 0 0 30px;
  }
}

.headline {
  border-bottom: 1px solid #ddd;
  padding: 30px 0;
}
.headline .headline_title {
  font-size: 36px;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  align-items: flex-end;
  letter-spacing: 0.25em;
}
.headline .headline_title:before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #0070bd;
  position: absolute;
  bottom: -32px;
  left: 0;
}
.headline .headline_title:after {
  content: attr(data-title);
  font-size: 22px;
  font-family: "Renner*", "Century Gothic", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 640px) {
  .headline .headline_title {
    font-size: 22px;
    letter-spacing: 0.15em;
  }
  .headline .headline_title:after {
    font-size: 10px;
  }
}

.card_list > li {
  text-align: left;
}
@media only screen and (min-width: 641px) {
  .card_list {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    align-items: flex-start;
    padding: 30px 0;
  }
  .card_list > li {
    width: 165px;
    max-width: 100%;
  }
  .card_list > li .red-line-announce__txt {
    font-size: 11px;
  }
}
@media only screen and (max-width: 640px) {
  .card_list > li {
    padding: 30px 25px;
  }
  .card_list > li:not(:last-child) {
    border-bottom: 1px solid #ccc;
  }
  .card_list > li .red-line-announce__txt {
    font-size: 12px;
  }
}

.card_title {
  border-left: 3px solid;
  padding-left: 15px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  display: block;
}
.sbs_pro .card_title {
  color: #666666;
}
.sbs .card_title {
  color: #999999;
}
.business_gold .card_title {
  color: #945b29;
}
.cobalt .card_title {
  color: #80a7ce;
}
.purchasing .card_title {
  color: #0f218b;
}
@media only screen and (max-width: 640px) {
  .card_title {
    text-align: left;
  }
}

.card_figure {
  padding-bottom: 10px;
}
.card_figure img {
  width: 165px;
  max-width: 100%;
}
.card_figure figcaption {
  font-size: 15px;
  font-weight: 700;
  padding-top: 10px;
  height: 3.5em;
  letter-spacing: 0;
}
.card_name {
  font-size: 14px;
  padding-bottom: 10px;
  font-weight: 500;
  letter-spacing: 0;
}
.card_list > li .card_price {
  display: block;
  font-size: 11px;
  padding-bottom: 15px;
  letter-spacing: 0;
}
.card_list > li .card_btn {
  display: block;
  background-color: #0070bd;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  padding: 10px;
}
.card_list > li .card_btn.info {
  background-color: #fff;
  color: #0070bd;
  border: 2px solid #0070bd;
}
.card_list > li a:not(:last-child) .card_btn {
  margin-bottom: 10px;
}
.card_list > li .card_btn:hover {
  opacity: 0.8;
}
.card_list > li .card_btn.cs {
  opacity: 0.5;
  pointer-events: none;
}
@media only screen and (min-width: 641px) {
  .card_name {
    height: 5em;
  }
}
@media only screen and (max-width: 640px) {
  .card_figure img {
    width: 100%;
  }
  .card_name,
  .card_list > li .card_price {
    text-align: left;
  }
}

.bland_type {
  padding-bottom: 10px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
}
.bland_type li {
  display: inline-block;
  width: auto;
}
.bland_type li:not(:last-child) {
  margin-right: 10px;
}
.bland_type li img {
  height: 30px;
}
.bland_type li.visa img {
  padding: 5px 0;
}

.appeal_list {
  padding-top: 1em;
}
.appeal_list li {
  font-size: 14px;
  font-weight: 500;
  color: #4d4d4d;
  padding-bottom: 5px;
}
.appeal_list li:before {
  content: "●";
}

.card_list_wrap {
  padding-top: 25px;
}
.card_list_wrap .card_list {
  padding-top: 20px;
}
@media only screen and (min-width: 641px) {
  .card_list_wrap {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    align-items: flex-start;
  }
  .card_list_wrap .card_list > li:not(:last-child) {
    margin-right: 38px;
  }
}
@media only screen and (max-width: 640px) {
  .card_list > li:first-child {
    padding-top: 0;
  }
}
.target_title {
  display: -webkit-box;
  display: flex;
  width: 100%;
}
.target_title:before {
  content: attr(data-target);
  width: 140px;
  font-size: 12px;
  font-weight: 500;
  background-color: #333;
  text-align: center;
  padding: 10px;
  line-height: 1;
}
@media only screen and (max-width: 640px) {
  .target_title:before {
    width: 113px;
  }
}
.business_pro_line .target_title:before {
  color: #9fc896;
}
.business_line .target_title:before {
  color: #91bfdf;
}
.target_title .target {
  background-color: #ebebeb;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  width: calc(100% - 140px);
  padding: 10px;
  line-height: 1;
}
@media only screen and (max-width: 640px) {
  .target_title .target {
    width: calc(100% - 113px);
  }
}

/*------------------------------------------------------------
 section-hero
------------------------------------------------------------*/
.section-hero {
  /* min-height: 420px; */
  /* background-color: blue; */
  overflow: hidden;
}
@media only screen and (max-width: 640px) {
  .section-hero {
    /* min-height: 1px; */
  }
}

.section-hero .content .item.main {
  background: url(/business/creditcard/images/hero_main_bg.jpg) no-repeat right center;
  background-size: cover;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
}

.section-hero .content .item.main .h1 {
  font-size: 30px;
  color: #fff;
  text-align: center;
  padding-bottom: 20px;
}
.section-hero .content .item.main .lead {
  font-size: 18px;
  color: #fff;
  text-align: center;
  padding-bottom: 30px;
}
.section-hero .content .item.main .main_card_list {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  align-items: flex-start;
}
@media only screen and (min-width: 641px) {
  .v3 .section-hero .content .item.main .main_card_list {
    padding-bottom: 0;
  }
}

.section-hero .content .item.main .main_card_list li {
  padding: 10px;
}
.section-hero .content .item.main .main_card_list li .card_img > img {
  max-width: 176px;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .section-hero .content .item.main {
    padding: 40px 0 30px;
  }
  .section-hero .content .item.main .h1 {
    font-size: 20px;
  }
  .section-hero .content .item.main .lead {
    font-size: 15px;
  }
  .section-hero .content .item.main .main_card_list.case4 {
    flex-wrap: wrap;
  }
  .section-hero .content .item.main .main_card_list li {
    padding: 5px;
    text-align: center;
  }
  .section-hero .content .item.main .main_card_list.case4 li {
    width: 30%;
  }
  .section-hero .content .item.main .main_card_list.case4 li:nth-child(odd) {
    text-align: right;
  }
  .section-hero .content .item.main .main_card_list.case4 li:nth-child(even) {
    text-align: left;
  }
  .section-hero .content .item.main .main_card_list.case4 li:nth-child(odd) img {
    margin-right: 0;
    margin-left: auto;
  }
  .section-hero .content .item.main .main_card_list.case4 li:nth-child(even) img {
    margin-left: 0;
    margin-right: auto;
  }
  .section-hero .content .item.main .main_card_list li .card_img > img {
    max-width: 100px;
    width: 100%;
  }
}

.section-hero .content .item_point_list {
  display: -webkit-box;
  display: flex;
  padding-bottom: 10px;
  position: relative;
  z-index: 1;
}
.section-hero .content .item_point_list .item_point {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  background-color: #000;
  color: #fff;
  border-radius: 10px;
  -ms-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 50%);
}
.section-hero .content .item_point_list .item_point_sub {
  color: #fff;
  text-shadow: 0.8px 0.8px 2px rgb(0 0 0 / 70%);
}
@media only screen and (max-width: 640px) {
  .section-hero .content .item_point_list {
    padding-top: 65px;
  }
  .section-hero .content .item_point_list .item_point {
    font-size: 10px;
    width: 32.5%;
    padding: 3px;
    text-align: center;
    height: 4em;
  }
  .section-hero .content .item_point_list .item_point:not(:first-child) {
    margin-left: 1.25%;
  }
  .section-hero .content .item_point_list .item_point_sub {
    display: none;
  }
}
@media only screen and (min-width: 641px) {
  .section-hero .content .item_point_list {
    padding-top: 75px;
    padding-left: 4em;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .section-hero .content .item_point_list .item_point {
    font-size: 17px;
    padding: 5px 15px;
    margin-right: 5px;
  }
}

.section-hero .content .cp_box {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.section-hero .content .cp_box .cp_lead {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
  padding: 2px 25px;
  border-top: 1px solid;
  border-bottom: 1px solid;
}
.section-hero .content .cp_box .fv-bnr_main {
  width: 657px;
  max-width: 100%;
  display: block;
  margin: 10px auto;
}
.section-hero .content .cp_box .fv-bnr_item {
  margin: 10px auto;
}
.section-hero .content .cp_box .cp_main {
  color: #ada63e;
  background: -webkit-linear-gradient(-45deg, #ada63e, #ada63e, #ada63e, #f2e9d0, #f2e9d0, #ada63e, #ada63e, #ada63e, #ada63e, #ada63e, #ada63e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 46px;
  font-weight: 400;
}
.section-hero .content .cp_box .cp_sub {
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  display: block;
}
@media only screen and (max-width: 640px) {
  .section-hero .content .item.main .cp_lead {
    font-size: 10px;
  }
  .section-hero .content .cp_box .fv-bnr_item {
    margin: 10px auto 0;
    height: 50px;
    width: auto;
  }
  .section-hero .content .item.main .cp_main {
    font-size: 34px;
    letter-spacing: 0.05em;
  }
  .section-hero .content .item.main .cp_sub {
    font-size: 15px;
  }
}

.section-hero .content .item.main .service_box {
  text-align: center;
  position: relative;
  width: 660px;
  max-width: 100%;
  margin: 30px auto 0;
}
.section-hero .content .item.main .service_box .service_icon {
  position: absolute;
  top: 50%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  color: #000;
  font-size: 10px;
  letter-spacing: 0;
  line-height: 1.2;
  background: -webkit-linear-gradient(0deg, #ad8b3e, #ad8b3e, #c4a957, #c9b26f, #ad8b3e, #ad8b3e, #ad8b3e);
}
@media all and (-ms-high-contrast: none) {
  .section-hero .content .item.main .service_box .service_icon {
    background: #ada63e;
  }
}
.section-hero .content .item.main .service_box .service_list {
  background: -webkit-linear-gradient(0deg, #ad8b3e, #ad8b3e, #c4a957, #c9b26f, #ad8b3e, #ad8b3e, #ad8b3e);
  padding: 2px 0;
}
@media all and (-ms-high-contrast: none) {
  .section-hero .content .item.main .service_box .service_list {
    background: #ada63e;
  }
}
.section-hero .content .item.main .service_box .service_list > li {
  background-color: #000;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 5px;
}
@media only screen and (min-width: 641px) {
  .section-hero .content .item.main .service_box .service_icon {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .section-hero .content .item.main .service_box .service_list {
    display: -webkit-box;
    display: flex;
  }
  .section-hero .content .item.main .service_box .service_list > li {
    width: 50%;
  }
}
@media only screen and (max-width: 640px) {
  .section-hero .content .item.main .service_box {
    width: 300px;
    max-width: 100%;
  }
  .section-hero .content .item.main .service_box .service_icon {
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 53px;
    height: 53px;
    font-size: 11px;
    z-index: 1;
  }
  .section-hero .content .item.main .service_box .service_list > li {
    font-size: 14px;
    padding-left: 58px;
    text-align: left;
    position: relative;
  }
  .section-hero .content .item.main .service_box .service_list > li:not(:last-child):after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 3px;
    background: -webkit-linear-gradient(0deg, #ad8b3e, #ad8b3e, #c4a957, #c9b26f, #ad8b3e, #ad8b3e, #ad8b3e);
  }
  @media all and (-ms-high-contrast: none) {
    .section-hero .content .item.main .service_box .service_list > li:not(:last-child):after {
      background: #ada63e;
    }
  }
}

.section-hero .cs {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 30px 0;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.section-hero .cs .txt {
  color: #aaa8a7;
  font-size: 86px;
  text-align: center;
  font-family: "Bebas Neue", cursive;
  font-style: italic;
}
@media only screen and (max-width: 640px) {
  .section-hero .cs {
    padding: 30px 0 25px;
  }
  .section-hero .cs .txt {
    font-size: 42px;
    line-height: 1;
  }
}

@media only screen and (min-width: 641px) {
  .v3 .section-hero .cs {
    background-color: rgba(0, 0, 0, 0.9);
    position: relative;
    z-index: 1;
    padding: 50px 0;
  }
}

/* .hero_card_slide,
.hero_card_slide_thum_wrap {
    display: none;
} */
.section-hero .hero_card_slide .slick-dots {
  bottom: inherit;
  top: 100%;
  height: 40px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.section-hero .hero_card_slide .slick-dots li {
  height: auto;
  width: auto;
}
.section-hero .hero_card_slide .slick-dots li button {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #333;
  margin: 0 5px;
}
.section-hero .hero_card_slide .slick-dots li.slick-active button {
  background-color: #333;
}
.section-hero .hero_card_slide .slick-dots li button:before {
  display: none;
}
.section-hero .hero_card_slide .item:not(.main) {
  display: none;
}
.section-hero .hero_card_slide .slick-current .item:not(.main):after {
  content: "";
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  /* transform: rotate(135deg); */
}
.section-hero .hero_card_slide .slick-current .item.sbs_pro:after {
  /* background-color: #666666; */
  background: -webkit-linear-gradient(315deg, transparent 50%, #000 50%);
  background: linear-gradient(135deg, transparent 50%, #000 50%);
}
.section-hero .hero_card_slide .slick-current .item.business_gold:after {
  /* background-color: #945B29; */
  background: -webkit-linear-gradient(315deg, transparent 50%, #945b29 50%);
  background: linear-gradient(135deg, transparent 50%, #945b29 50%);
}
.section-hero .hero_card_slide .slick-current .item.purchasing:after {
  /* background-color: #0f218b; */
  background: -webkit-linear-gradient(315deg, transparent 50%, #0f218b 50%);
  background: linear-gradient(135deg, transparent 50%, #0f218b 50%);
}
.section-hero .hero_card_slide .slick-current .item.sbs:after {
  /* background-color: #999999; */
  background: -webkit-linear-gradient(315deg, transparent 50%, #999999 50%);
  background: linear-gradient(135deg, transparent 50%, #999999 50%);
}
.section-hero .hero_card_slide .slick-current .item.cobalt:after {
  /* background-color: #80A7CE; */
  background: -webkit-linear-gradient(315deg, transparent 50%, #80a7ce 50%);
  background: linear-gradient(135deg, transparent 50%, #80a7ce 50%);
}
@media only screen and (min-width: 641px) {
  .section-hero .hero_card_slide .slick-current .item:not(.main):after {
    top: 0;
    left: 100%;
    -webkit-animation: SlideAni 0.3s ease-in 0.25s 1 normal both;
    animation: SlideAni 0.3s ease-in 0.25s 1 normal both;
  }
}
@-webkit-keyframes SlideAni {
  0% {
    left: 100%;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes SlideAni {
  0% {
    left: 100%;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@media only screen and (max-width: 640px) {
  .section-hero .hero_card_slide .slick-list {
    overflow: hidden;
  }
  .section-hero .hero_card_slide .slick-current .item {
    position: relative;
  }
  .section-hero .hero_card_slide .slick-current .item:not(.main):after {
    bottom: -55%;
    right: -40%;
    width: 150%;
    height: 100%;
    -webkit-transform: rotate(171deg);
    transform: rotate(171deg);
    -webkit-animation: SlideAniSP 0.3s ease-in 0.25s 1 normal both;
    animation: SlideAniSP 0.3s ease-in 0.25s 1 normal both;
  }
  .section-hero .hero_card_slide .slick-current .item.sbs_pro:after {
    background: #000;
  }
  .section-hero .hero_card_slide .slick-current .item.business_gold:after {
    background: #945b29;
  }
  .section-hero .hero_card_slide .slick-current .item.purchasing:after {
    background: #0f218b;
  }
  .section-hero .hero_card_slide .slick-current .item.sbs:after {
    background: #999999;
  }
  .section-hero .hero_card_slide .slick-current .item.cobalt:after {
    background: #80a7ce;
  }
}
@-webkit-keyframes SlideAniSP {
  0% {
    bottom: -110%;
    opacity: 0;
  }
  100% {
    bottom: -55%;
    opacity: 1;
  }
}
@keyframes SlideAniSP {
  0% {
    bottom: -110%;
    opacity: 0;
  }
  100% {
    bottom: -55%;
    opacity: 1;
  }
}

.section-hero .hero_card_slide .item > .row {
  position: relative;
  min-height: 480px;
}
.section-hero .hero_card_slide .item.main {
  background: url(/business/creditcard/images/hero_main_bg.jpg) no-repeat center top;
  background-size: cover;
}
.section-hero .hero_card_slide .slick-current .item.main {
  display: -webkit-box !important;
  display: flex !important;
}

.section-hero .hero_card_slide .item.sbs_pro {
  background: url(/business/creditcard/common/images/bg-sbs_pro.jpg) no-repeat center top;
  background-size: cover;
}
.section-hero .hero_card_slide .item.business_gold {
  background: url(/business/creditcard/common/images/bg-business_gold.jpg) no-repeat right top;
  background-size: cover;
}
.section-hero .hero_card_slide .item.purchasing {
  background: url(/business/creditcard/common/images/bg-purchasing.jpg) no-repeat center top;
  background-size: cover;
}
.section-hero .hero_card_slide .item.sbs {
  background: url(/business/creditcard/common/images/bg-sbs.jpg) no-repeat right center;
  background-size: cover;
}
.section-hero .hero_card_slide .item.cobalt {
  background: url(/business/creditcard/common/images/bg-cobalt.jpg) no-repeat right top;
  background-size: cover;
}
@media only screen and (max-width: 640px) {
  .section-hero .content .item.main {
    min-height: 1px;
    background-position: 85% center;
  }
  .section-hero .hero_card_slide .item > .row {
    position: relative;
    height: 280px;
    min-height: 280px;
  }
}
@media all and (-ms-high-contrast: none) {
  .section-hero .content .item.main > .row {
    padding-top: 100px;
  }
}

.section-hero .hero_card_slide .item.main > .row {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.section-hero .hero_card_slide .item:not(.main) .h1 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  z-index: 1;
}
.section-hero .hero_card_slide .item:not(.main) .h1 {
  right: 20px;
  text-align: left;
  top: 55%;
}
.section-hero .hero_card_slide .item.main .h1:not(.main) {
  left: 20px;
  text-align: center;
}
.section-hero .hero_card_slide .item:not(.main) .h1 .h1_lead {
  font-size: 30px;
  text-shadow: 0px 0px 5px rgb(0 0 0 / 50%);
}
.section-hero .hero_card_slide .slick-current .item:not(.main) .h1 {
  color: #fff;
  font-size: 20px;
}
.section-hero .hero_card_slide .slick-current .item.main .h1,
.section-hero .hero_card_slide .slick-current .item.main .main_card_list,
.section-hero .content .slick-current .item.main .cp_box,
.section-hero .content .slick-current .item.main .service_box,
.section-hero .content .slick-current .item .item_point_list {
  -webkit-animation: SlideScaleAniMain 1s ease 0.25s 1 normal both;
  animation: SlideScaleAniMain 1s ease 0.25s 1 normal both;
}
.section-hero .hero_card_slide .slick-current .item:not(.main) .h1 {
  -webkit-animation: SlideScaleAni 1s ease 0.25s 1 normal both;
  animation: SlideScaleAni 1s ease 0.25s 1 normal both;
}
.section-hero .hero_card_slide .item .h1 .h1_lead_sub {
  padding-top: 5px;
}
@media only screen and (min-width: 641px) {
  .section-hero .hero_card_slide .item:not(.main) .h1 {
    width: calc(50% - 180px);
    white-space: nowrap;
  }
  .section-hero .hero_card_slide .item .h1 .h1_lead_sub {
    font-size: 17px;
  }
}
@media only screen and (max-width: 640px) {
  .section-hero .hero_card_slide .item.sbs_pro {
    background: url(/business/creditcard/common/images/bg-sbs_pro_sp.jpg) no-repeat center top;
    background-size: cover;
  }
  .section-hero .hero_card_slide .item.business_gold {
    background: url(/business/creditcard/common/images/bg-business_gold_sp.jpg) no-repeat center top;
    background-size: cover;
  }
  .section-hero .hero_card_slide .item.purchasing {
    background: url(/business/creditcard/common/images/bg-purchasing_sp.jpg) no-repeat center top;
    background-size: cover;
  }
  .section-hero .hero_card_slide .item.sbs {
    background: url(/business/creditcard/common/images/bg-sbs_sp.jpg) no-repeat right top;
    background-size: cover;
  }
  .section-hero .hero_card_slide .item.cobalt {
    background: url(/business/creditcard/common/images/bg-cobalt_sp.jpg) no-repeat right top;
    background-size: cover;
  }
  .section-hero .hero_card_slide .slick-current .item:not(.main) .h1 {
    font-size: 18px;
    width: 100%;
    text-align: center;
  }
  .section-hero .hero_card_slide .item:not(.main) .h1 {
    top: 90%;
    right: 0;
  }
  .section-hero .hero_card_slide .item:not(.main) .h1 .h1_lead {
    font-size: 20px;
  }
  .section-hero .hero_card_slide .item .h1 .h1_lead_sub {
    font-size: 14px;
  }
}

.section-hero .hero_card_slide .item:not(.main) .h1 .cp_box {
  margin-top: 20px;
  width: 290px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  background-color: rgba(32, 32, 32, 0.4);
  padding-top: 0;
}

.section-hero .hero_card_slide .item:not(.main) .h1 .cp_box.type2 {
  padding: 10px 20px;
}
@media only screen and (max-width: 640px) {
  .section-hero .hero_card_slide .item:not(.main) .h1 .cp_box.type2 {
    padding: 10px;
    width: 100%;
    max-width: 100%;
  }
}

.section-hero .hero_card_slide .item:not(.main) .h1 .cp_box,
.section-hero .hero_card_slide .item:not(.main) .h1 .cp_lead {
  position: relative;
}
.section-hero .hero_card_slide .item:not(.main) .h1 .cp_box:after,
.section-hero .hero_card_slide .item:not(.main) .h1 .cp_box .cp_lead:before,
.section-hero .hero_card_slide .item:not(.main) .h1 .cp_box .cp_lead:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: -webkit-linear-gradient(0deg, #ad8b3e, #ad8b3e, #c4a957, #c9b26f, #ad8b3e, #ad8b3e, #ad8b3e);
}
.section-hero .hero_card_slide .item:not(.main) .h1 .cp_box.type2:after {
  display: none;
}
@media all and (-ms-high-contrast: none) {
  .section-hero .hero_card_slide .item:not(.main) .h1 .cp_box:after,
  .section-hero .hero_card_slide .item:not(.main) .h1 .cp_box .cp_lead:before,
  .section-hero .hero_card_slide .item:not(.main) .h1 .cp_box .cp_lead:after {
    background: #ada63e;
  }
}
.section-hero .hero_card_slide .item:not(.main) .h1 .cp_box .cp_lead:before {
  top: 0;
}
.section-hero .hero_card_slide .item:not(.main) .h1 .cp_box:after,
.section-hero .hero_card_slide .item:not(.main) .h1 .cp_box .cp_lead:after {
  bottom: 0;
}

.section-hero .item:not(.main) .h1 .cp_box .cp_lead {
  font-size: 10px;
  display: block;
  border: none;
  padding: 5px;
}
.section-hero .item:not(.main) .h1 .cp_box .cp_main {
  font-size: 23px;
}
.section-hero .hero_card_slide .item:not(.main) .h1 .cp_box .cp_sub {
  font-size: 11px;
}
@media only screen and (max-width: 640px) {
  .section-hero .hero_card_slide .item:not(.main) .h1 .cp_box {
    width: 300px;
    margin: 10px auto 0;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
  }
  .section-hero .hero_card_slide .item:not(.main) .h1 .cp_box.type2 {
    margin: 0 auto;
  }
  .section-hero .hero_card_slide .item:not(.main) .h1 .cp_box .cp_lead {
    width: 100%;
  }
  .section-hero .item:not(.main) .h1 .cp_box .cp_main {
    width: 65%;
    font-size: 22px;
    letter-spacing: 0.05em;
    padding-top: 5px;
  }
  .section-hero .hero_card_slide .item:not(.main) .h1 .cp_box .cp_sub {
    width: 35%;
    font-size: 10px;
    text-align: left;
    padding-top: 5px;
  }
}

.section-hero .hero_card_slide .item .item_lead {
  color: #fff;
}

.section-hero .hero_card_slide .item .card_img_one {
  position: absolute;
  left: 50%;
  top: 55%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 270px;
  max-width: 100%;
  z-index: 1;
}
.section-hero .hero_card_slide .item .card_img_one img {
  -webkit-filter: drop-shadow(3px 3px 3px rgba(76, 91, 102, 0.2));
  filter: drop-shadow(3px 3px 3px rgba(76, 91, 102, 0.2));
}
.section-hero .hero_card_slide .slick-current .item .card_img_one img {
  -webkit-animation: SlideScaleAniMain 1s ease 0.25s 1 normal both;
  animation: SlideScaleAniMain 1s ease 0.25s 1 normal both;
}
.section-hero .hero_card_slide .item .card_item_name {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
  text-align: center;
  padding: 15px;
}
.section-hero .hero_card_slide .item .card_item_name img {
  height: 16px;
  margin: 0 auto;
}
@-webkit-keyframes SlideScaleAni {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50%) scale(0.75);
    transform: translateY(-50%) scale(0.75);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(-50%) scale(0.75);
    transform: translateY(-50%) scale(0.75);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
  }
}
@keyframes SlideScaleAni {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50%) scale(0.75);
    transform: translateY(-50%) scale(0.75);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(-50%) scale(0.75);
    transform: translateY(-50%) scale(0.75);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
  }
}
@-webkit-keyframes SlideScaleAniMain {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes SlideScaleAniMain {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@media only screen and (max-width: 640px) {
  .section-hero .hero_card_slide .item .card_img_one {
    width: 110px;
    top: 55%;
  }
  .section-hero .hero_card_slide .item .card_item_name {
    bottom: -70px;
  }
}

.section-hero .hero_card_slide_thum_wrap {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 15px;
  position: relative;
}
.section-hero .hero_card_slide_thum .item {
  position: relative;
  padding: 5px 8px 0;
}
.section-hero .hero_card_slide_thum .item:hover {
  cursor: pointer;
}
.section-hero .hero_card_slide_thum .item:before {
  content: "";
  position: absolute;
  width: calc(100% - 16px);
  height: 1px;
  top: 0;
  left: 8px;
  background-color: #b2b2b2;
}
.section-hero .hero_card_slide_thum .slick-current .item:before {
  height: 3px;
  top: -2px;
  background-color: #ff8001;
}

/** SECTION NAV
==============================================*/
.section-nav {
  padding-top: 50px;
}
.section-nav .section-content {
  border-top: 1px solid #ddd;
}
.section-nav .content .anchor_nav {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  align-items: flex-start;
}
.section-nav .content .anchor_nav > li {
  background-color: #fff;
  width: 33%;
  border-top: 2px solid #0070bd;
}
.section-nav .content .anchor_nav > li a {
  display: block;
  text-align: center;
  position: relative;
}
.section-nav .content .anchor_nav > li a:after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: calc(50% - 7px);
  width: 14px;
  height: 7px;
  border-style: solid;
  border-width: 7px 7px 0 7px;
  border-color: #0070bd transparent transparent transparent;
}
@media screen and (min-width: 641px) {
  .section-nav {
    padding-bottom: 50px;
  }
  .section-nav .content .anchor_nav {
  }
  .section-nav .content .anchor_nav > li {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .section-nav .content .anchor_nav > li:hover {
    background-color: #f2f2f2;
  }
  .section-nav .content .anchor_nav > li a {
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 25px;
    font-weight: 500;
  }
}
@media screen and (max-width: 640px) {
  .section-nav {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .section-nav .content.row {
    /* padding-right: 0;
    padding-left: 0; */
  }
  .section-nav .content .anchor_nav > li {
    /* border-bottom: 4px solid #add7e6; */
  }
  .section-nav .content .anchor_nav > li:nth-child(2) {
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
  }
  .section-nav .content .anchor_nav > li:nth-child(odd) {
    /* border-right: 1px solid #c7deec; */
  }
  .section-nav .content .anchor_nav > li a {
    padding-top: 15px;
    padding-bottom: 20px;
    font-size: 12px;
  }
  .section-nav .content .anchor_nav > li a:after {
    bottom: 10px;
    left: calc(50% - 6px);
    width: 12px;
    height: 6px;
    border-style: solid;
    border-width: 6px 6px 0 6px;
  }
}

/*------------------------------------------------------------
 section-lineup
------------------------------------------------------------*/
@media only screen and (min-width: 641px) {
  .section-lineup .card_list > li .card_price {
    height: 7em;
  }
}
.section-lineup .lineup_notes {
  font-size: 14px;
  text-align: right;
  display: block;
}
@media only screen and (max-width: 640px) {
  .section-lineup .lineup_notes {
    text-align: left;
  }
}

/*------------------------------------------------------------
 section-merit
------------------------------------------------------------*/
.section-merit .content {
  padding-top: 70px;
}
.section-merit .content .block {
  display: -webkit-box;
  display: flex;
  width: 100%;
}
.section-merit .content .block:not(:last-of-type) {
  margin-bottom: 25px;
}
.section-merit .content .block .merit_img.maximg {
  position: relative;
}
.section-merit .content .block .merit_img .title {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.25em;
  padding-bottom: 35px;
}
.section-merit .content .block:nth-child(1) .merit_img:not(.maximg) img {
  width: 116px;
}
.section-merit .content .block:nth-child(2) .merit_img:not(.maximg) img {
  width: 195px;
}
.section-merit .content .block:nth-child(3) .merit_img:not(.maximg) img {
  width: 86px;
}
.section-merit .content .block .merit_img.maximg .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.section-merit .content .block .merit_img.maximg .img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #0070bd;
}
.section-merit .content .block:nth-child(1) .merit_img.maximg .img:before {
  background: url(/business/creditcard/images/merit_img01.jpg) no-repeat center center;
  background-size: cover;
}
.section-merit .content .block:nth-child(2) .merit_img.maximg .img:before {
  background: url(/business/creditcard/images/merit_img02.jpg) no-repeat center center;
  background-size: cover;
}
.section-merit .content .block:nth-child(3) .merit_img.maximg .img:before {
  background: url(/business/creditcard/images/merit_img03.jpg) no-repeat center center;
  background-size: cover;
}
.section-merit .content .block .merit_img:not(.maximg) {
  background-color: #0070bd;
  text-align: center;
  padding: 70px 30px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
@media only screen and (min-width: 641px) {
  .section-merit .content .block .merit_img {
    width: 45%;
  }
}
@media only screen and (max-width: 640px) {
  .section-merit .content {
    padding-top: 20px;
  }
  .section-merit .content .block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .section-merit .content .block .merit_img:not(.maximg) {
    padding: 50px 20px;
  }
}

.section-merit .content .block .merit_txt {
  background-color: #fff;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  align-items: flex-start;
  padding: 40px 30px;
}
.section-merit .content .block .merit_txt .merit_title {
  font-size: 18px;
  font-weight: 700;
}
.section-merit .content .block .merit_txt .txt {
  font-size: 14px;
  font-weight: 500;
  padding-top: 1em;
  max-width: 100%;
}
.section-merit .content .block .merit_txt .txt:not(:last-of-type) {
  padding-bottom: 30px;
}
.section-merit .content .block .merit_txt .notes {
  padding-top: 1em;
}
@media only screen and (min-width: 641px) {
  .section-merit .content .block .merit_txt {
    width: 55%;
  }
}
@media only screen and (max-width: 640px) {
  .section-merit .content .block .merit_img.maximg .img {
    position: relative;
    width: 100%;
    height: auto;
  }
  .section-merit .content .block .merit_img.maximg .img:before {
    display: none;
  }
  .section-merit .content .block .merit_txt {
    padding: 10px 20px 30px;
  }
  .section-merit .content .block .merit_txt .merit_title {
    font-size: 16px;
    width: 100%;
    padding-top: 25px;
  }
  .section-merit .content .block .merit_txt .merit_title:not(:first-of-type) {
    border-top: 1px solid #ccc;
  }
}

.section-merit .content .block .merit_txt .line_type {
  padding-top: 30px;
}
@media only screen and (min-width: 641px) {
  .section-merit .content .block .merit_txt .line_type {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    top: 20px;
    width: 100%;
  }
  .section-merit .content .block .merit_txt .line_type dt {
    width: 40%;
  }
  .section-merit .content .block .merit_txt .line_type dd {
    width: 60%;
  }
  .section-merit .content .block .merit_txt .line_type dt:not(:last-of-type),
  .section-merit .content .block .merit_txt .line_type dd:not(:last-of-type) {
    margin-bottom: 10px;
  }
}
.section-merit .content .block .merit_txt .line_type dt .card_title {
  margin-bottom: 0;
}
.section-merit .content .block .merit_txt .line_type dt .card_title.pro {
  color: #9fc896;
}
.section-merit .content .block .merit_txt .line_type dt .card_title.business {
  color: #91bfdf;
}
.section-merit .content .block .merit_txt .line_type dd {
  font-size: 15px;
}
@media only screen and (max-width: 640px) {
  .section-merit .content .block .merit_txt .line_type dd {
    padding-left: 20px;
  }
  .section-merit .content .block .merit_txt .line_type dd:not(:last-of-type) {
    margin-bottom: 15px;
  }
}

/*------------------------------------------------------------
 section-credit
------------------------------------------------------------*/
.section-credit .content {
  padding-top: 70px;
}
@media only screen and (max-width: 640px) {
  .section-credit .content {
    padding-top: 20px;
  }
}

.section-credit .content .howto_block .box {
  border: 2px solid #ccc;
  padding: 20px;
}
@media only screen and (min-width: 641px) {
  .section-credit .content .howto_block {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    align-items: flex-start;
  }
  .section-credit .content .howto_block .box {
    width: 48%;
  }
}

.section-credit .content .howto_block .box .box_headline {
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
.section-credit .content .howto_block .box .box_headline .credit_howto_title {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.25em;
}
.section-credit .content .howto_block .box .box_headline .credit_howto_title:before {
  content: "";
  display: block;
  height: 71px;
  margin-right: 30px;
}
.section-credit .content .howto_block .box:first-child .box_headline .credit_howto_title:before {
  width: 45px;
  background: url(../images/credit_howto_icon01.svg) no-repeat center center;
  background-size: 100% auto;
}
.section-credit .content .howto_block .box:last-child .box_headline .credit_howto_title:before {
  width: 70px;
  background: url(../images/credit_howto_icon02.svg) no-repeat center center;
  background-size: 100% auto;
}
.section-credit .content .howto_block .box .box_headline .credit_howto_lead {
  font-size: 14px;
  font-weight: 500;
  padding-top: 20px;
}
@media only screen and (max-width: 640px) {
  .section-credit .content .howto_block .box .box_headline .credit_howto_title {
    letter-spacing: 0.15em;
  }
  .section-credit .content .howto_block .box .box_headline .credit_howto_title:before {
    height: 55px;
    margin-right: 20px;
  }
  .section-credit .content .howto_block .box:first-child .box_headline .credit_howto_title:before {
    background-size: auto 100%;
    width: 47px;
  }
  .section-credit .content .howto_block .box:last-child .box_headline .credit_howto_title:before {
    background-size: 100% auto;
    width: 47px;
  }

  .section-credit .content .howto_block .box:not(:last-child) {
    margin-bottom: 20px;
  }
}

.section-credit .content .howto_block .box .box_content {
  padding-top: 30px;
}
.section-credit .content .howto_block .box .box_content .credit_merit_title {
  font-size: 20px;
  font-weight: 700;
  color: #0070bd;
}

/* .section-credit .content .compare_block {
    border: 2px solid #ccc;
} */
/* .section-credit .content .compare_block .block_headline {
    border-bottom: 2px solid #ccc;
} */
.section-credit .content .compare_block .block_headline .credit_compare_title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  padding: 35px 0;
  letter-spacing: 0.25em;
}
@media only screen and (max-width: 640px) {
  .section-credit .content .compare_block .block_headline .credit_compare_title {
    font-size: 16px;
    padding: 20px 0;
  }
}

/* .section-credit .content .compare_block {
    margin-top: 40px;
} */
.section-credit .content .compare_block .block_content .credit_compare_dl {
  padding: 30px 40px;
  background-color: #fff;
}
.section-credit .content .compare_block .block_content .credit_compare_dl.business_pro {
  border: 5px solid #9fc896;
}
.section-credit .content .compare_block .block_content .credit_compare_dl.business {
  border: 5px solid #91bfdf;
}
.section-credit .content .compare_block .block_content .credit_compare_dl .card_title {
  display: inline-block;
  padding-right: 10px;
}
.section-credit .content .compare_block .block_content .credit_compare_dl.business_pro .card_title {
  background-color: rgba(159, 200, 150, 0.2);
  background-image: -webkit-repeating-linear-gradient(135deg, #fff, #fff 3px, transparent 0, transparent 6px);
  background-image: repeating-linear-gradient(-45deg, #fff, #fff 3px, transparent 0, transparent 6px);
  color: #9fc896;
}
.section-credit .content .compare_block .block_content .credit_compare_dl.business .card_title {
  background-color: rgba(145, 191, 223, 0.2);
  background-image: -webkit-repeating-linear-gradient(135deg, #fff, #fff 3px, transparent 0, transparent 6px);
  background-image: repeating-linear-gradient(-45deg, #fff, #fff 3px, transparent 0, transparent 6px);
  color: #91bfdf;
}
.section-credit .content .compare_block .block_content .credit_compare_dl .card_name {
  font-weight: 700;
  padding-bottom: 0;
}
.section-credit .content .compare_block .block_content .credit_compare_dl .ttl {
  font-weight: 700;
  padding-bottom: 0;
  padding-top: 1em;
}

.section-credit .content .compare_block .block_content .credit_compare_dl .creditcard_list {
  display: -webkit-box;
  display: flex;
  padding-top: 10px;
}
.section-credit .content .compare_block .block_content .credit_compare_dl .creditcard_list > li {
  width: 25%;
}
.section-credit .content .compare_block .block_content .credit_compare_dl .creditcard_list > li img {
  width: 100%;
  max-width: 100%;
}
.section-credit .content .compare_block .block_content .credit_compare_dl .creditcard_list > li:not(:first-child) {
  margin-left: 10px;
}

.section-credit .content .compare_block .block_content .credit_compare_dl .appeal_list {
  padding-top: 0.5em;
  padding-bottom: 1em;
  border-bottom: 1px solid #ccc;
}
.section-credit .content .compare_block .block_content .credit_compare_dl .info_list {
  padding-top: 1em;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  align-items: flex-start;
  font-size: 14px;
}
.section-credit .content .compare_block .block_content .credit_compare_dl .info_list > dt {
  width: 5em;
  position: relative;
}
.section-credit .content .compare_block .block_content .credit_compare_dl .info_list > dt:after {
  content: "：";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.section-credit .content .compare_block .block_content .credit_compare_dl .info_list > dd {
  width: calc(100% - 5em);
  padding-left: 0.5em;
}
@media only screen and (min-width: 641px) {
  .section-credit .content .compare_block .block_content {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    align-items: flex-start;
  }
  .section-credit .content .compare_block .block_content .credit_compare_dl {
    width: 49%;
  }
  /* .section-credit .content .compare_block .block_content .credit_compare_dl:first-child {
        border-right: 1px solid #ccc;
    } */
  /* .section-credit .content .compare_block .block_content .credit_compare_dl:last-child {
        border-left: 1px solid #ccc;
    } */
}
@media only screen and (max-width: 640px) {
  .section-credit .content .compare_block {
    margin-top: 20px;
  }
  .section-credit .content .compare_block .block_content .credit_compare_dl {
    padding: 30px 20px;
  }
  .section-credit .content .compare_block .block_content .credit_compare_dl:not(:last-child) {
    margin-bottom: 10px;
  }
  .section-credit .content .compare_block .block_content .credit_compare_dl .card_figure img {
    width: 160px;
  }
}

/*------------------------------------------------------------
 section-choice
------------------------------------------------------------*/
.section-choice .content {
  padding-top: 70px;
}
@media only screen and (max-width: 640px) {
  .section-choice .content {
    padding-top: 20px;
  }
}

.section-choice .content .choice_block .item_wrap:not(:last-child) {
  margin-bottom: 20px;
}
@media only screen and (min-width: 641px) {
  .section-choice .content .choice_block .item {
    /* width: 48%; */
    display: -webkit-box;
    display: flex;
  }
}

.section-choice .content .choice_block .item:before {
  content: "";
  display: block;
  width: 100%;
  height: 250px;
  background-color: #b2b2b2;
}
.section-choice .content .choice_block .item.limit:before {
  background: url(/business/creditcard/images/choice_img01.jpg) no-repeat center center;
  background-size: cover;
}
.section-choice .content .choice_block .item.incentive:before {
  background: url(/business/creditcard/images/choice_img02.jpg) no-repeat center center;
  background-size: cover;
}
.section-choice .content .choice_block .item.skip:before {
  background: url(/business/creditcard/images/choice_img03.jpg) no-repeat center center;
  background-size: cover;
}
.section-choice .content .choice_block .item.annual_fee:before {
  background: url(/business/creditcard/images/choice_img04_master.jpg) no-repeat center center;
  background-size: cover;
}
.section-choice .content .choice_block .item.applepay:before {
  background: url(/business/creditcard/images/choice_img05.jpg) no-repeat center center;
  background-size: cover;
}
.section-choice .content .choice_block .item .item_txt_box {
  padding: 30px 40px;
  background-color: #fff;
}
.section-choice .content .choice_block .item .item_txt_box .item_title {
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 1em;
}
.section-choice .content .choice_block .item .item_txt_box .txt {
  font-size: 14px;
  font-weight: 500;
}
@media only screen and (min-width: 641px) {
  .section-choice .content .choice_block .item:before {
    width: 470px;
  }
  .section-choice .content .choice_block .item .item_txt_box {
    width: calc(100% - 470px);
  }
}
@media only screen and (max-width: 640px) {
  .section-choice .content .choice_block .item:before {
    height: auto;
    padding-top: 55%;
  }
  .section-choice .content .choice_block .item:not(:last-child) {
    /* margin-bottom: 20px; */
  }
  .section-choice .content .choice_block .item .item_txt_box {
    padding: 30px 20px;
  }
  .section-choice .content .choice_block .item .item_txt_box .item_title {
    font-size: 16px;
  }
}

.section-choice .content .choice_block .item_sub {
  background-color: #fff;
}
.section-choice .content .choice_block .item_sub > .notes {
  margin-top: 0.5em;
}
@media only screen and (min-width: 641px) {
  .section-choice .content .choice_block .item_sub {
    padding: 50px;
  }
  .section-choice .content .choice_block .item_sub .comparison_card {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 640px) {
  .section-choice .content .choice_block .item_sub {
    padding-bottom: 30px;
  }
  .section-choice .content .choice_block .item_sub .comparison_card {
    padding-right: 15px;
    padding-left: 15px;
  }
  .section-choice .content .choice_block .item_sub > .notes {
    padding-right: 15px;
    padding-left: calc(1em + 15px);
  }
}

.section-choice .content .choice_block .item_sub .comparison_card table {
  /* border-radius: 10px; */
  border-collapse: separate;
  overflow: hidden;
}
@media only screen and (max-width: 640px) {
  .section-choice .content .choice_block .item_sub .comparison_card table {
    width: 100%;
  }
}

/* .section-choice .content .choice_block .item_sub .comparison_card .business_pro thead {
  background-color: rgba(159, 200, 150, 0.1);
}
.section-choice .content .choice_block .item_sub .comparison_card .business thead {
  background-color: rgba(145, 191, 223, 0.1);
} */
.section-choice .content .choice_block .item_sub .comparison_card thead td {
  text-align: left;
}
.section-choice .content .choice_block .item_sub .comparison_card .business_pro thead td {
  border-bottom: 1px solid rgba(159, 200, 150, 0.5);
}
.section-choice .content .choice_block .item_sub .comparison_card .business thead td {
  border-bottom: 1px solid rgba(145, 191, 223, 0.5);
}
.section-choice .content .choice_block .item_sub .comparison_card .card_title {
  display: inline-block;
  margin-bottom: 0;
}
.section-choice .content .choice_block .item_sub .comparison_card .business_pro .card_title {
  background-color: rgba(159, 200, 150, 0.2);
  background-image: -webkit-repeating-linear-gradient(135deg, #fff, #fff 3px, transparent 0, transparent 6px);
  background-image: repeating-linear-gradient(-45deg, #fff, #fff 3px, transparent 0, transparent 6px);
  color: #9fc896;
}
.section-choice .content .choice_block .item_sub .comparison_card .business .card_title {
  background-color: rgba(145, 191, 223, 0.2);
  background-image: -webkit-repeating-linear-gradient(135deg, #fff, #fff 3px, transparent 0, transparent 6px);
  background-image: repeating-linear-gradient(-45deg, #fff, #fff 3px, transparent 0, transparent 6px);
  color: #91bfdf;
}

.section-choice .content .choice_block .item_sub .comparison_card th {
  text-align: center;
}
.section-choice .content .choice_block .item_sub .comparison_card th img {
  max-width: 100%;
}
@media only screen and (min-width: 641px) {
  .section-choice .content .choice_block .item_sub .comparison_card th {
    padding: 15px 10px;
    height: 100px;
  }
  .section-choice .content .choice_block .item_sub .comparison_card th img {
    width: 110px;
  }
}
@media only screen and (max-width: 640px) {
  .section-choice .content .choice_block .item_sub .comparison_card th {
    padding: 5px 10px;
  }
  .section-choice .content .choice_block .item_sub .comparison_card th img {
    width: 60px;
  }
}

.section-choice .content .choice_block .item_sub .comparison_card td {
  font-size: 13px;
  text-align: center;
  padding: 10px;
  vertical-align: middle;
}
.section-choice .content .choice_block .item_sub .comparison_card .business_pro td.gray {
  background-color: rgba(159, 200, 150, 0.1);
}
.section-choice .content .choice_block .item_sub .comparison_card .business td.gray {
  background-color: rgba(145, 191, 223, 0.1);
}
.section-choice .content .choice_block .item_sub .comparison_card td.red {
  background-color: rgba(255, 0, 0, 0.1);
  color: #ff0000;
}
@media only screen and (min-width: 641px) {
  .section-choice .content .choice_block .item_sub .comparison_card td {
    padding: 10px 5px;
  }
}
@media only screen and (max-width: 640px) {
  .section-choice .content .choice_block .item_sub .comparison_card td {
    padding: 5px;
    font-size: 11px;
  }
}

.section-choice .content .choice_block .item_sub .comparison_card .business_pro {
  border: 5px solid #9fc896;
}
@media only screen and (min-width: 641px) {
  .section-choice .content .choice_block .item_sub .comparison_card .business_pro {
    width: calc(60% - 10px);
  }
}

.section-choice .content .choice_block .item_sub .comparison_card .business_pro th:not(:first-child),
.section-choice .content .choice_block .item_sub .comparison_card .business_pro td:not(:first-child) {
  border-left: 1px solid #9fc896;
}
.section-choice .content .choice_block .item_sub .comparison_card .business_pro th {
  width: 33.3333%;
  /* background-color: rgba(159, 200, 150, 0.1); */
}
.section-choice .content .choice_block .item_sub .comparison_card .business_pro td {
  border-top: 1px solid #9fc896;
}

.section-choice .content .choice_block .item_sub .comparison_card .business {
  border: 5px solid #91bfdf;
}
.section-choice .content .choice_block .item_sub .comparison_card .business th:not(:first-child),
.section-choice .content .choice_block .item_sub .comparison_card .business td:not(:first-child) {
  border-left: 1px solid #91bfdf;
}
.section-choice .content .choice_block .item_sub .comparison_card .business th {
  width: 25%;
  /* background-color: rgba(145, 191, 223, 0.1); */
}
.section-choice .content .choice_block .item_sub .comparison_card .business td {
  border-top: 1px solid #91bfdf;
}
@media only screen and (min-width: 641px) {
  .section-choice .content .choice_block .item_sub .comparison_card .business {
    width: calc(40% - 10px);
  }
}
@media only screen and (max-width: 640px) {
  .section-choice .content .choice_block .item_sub .comparison_card .business {
    margin-top: 15px;
  }
}

.section-choice .content .choice_block .item_sub .comparison_card td .small {
  display: inline-block;
  line-height: 1.3;
}
.section-choice .content .choice_block .item_sub .comparison_card td .red {
  color: #ff0000;
}
@media only screen and (min-width: 641px) {
  .section-choice .content .choice_block .item_sub .comparison_card td .small {
    font-size: 11px;
  }
}
@media only screen and (max-width: 640px) {
  .section-choice .content .choice_block .item_sub .comparison_card td .small {
    font-size: 10px;
  }
}

/*------------------------------------------------------------
 section-choice
------------------------------------------------------------*/
/* .fcs-card__select {
    display: flex;
    justify-content: flex-start;
    align-items: center;
} */
/* .check {
    font-size: 14px;
    font-weight: 700;
    padding-left: 10px;
}
.card-item__check {
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #BABABA;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .card-item__check {
        width: 16px;
        height: 16px;
        top: 8px;
        left: 8px;
    }
}

.card-item__check span {
    display: block;
    width: 16px;
    height: 10px;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: rotate(-45deg);
    position: relative;
    top: -2px;
}

.fcs-card__select.active .card-item__check {
    background: #C13535;
    border: 1px solid #C13535;
}

.fcs-card__select.active .card-item__check span {
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
}

@media only screen and (max-width: 767px) {
    .card-item__check span {
        width: 12px;
        height: 6px;
        border-left: 2px solid#D5D5D5;
        border-bottom: 2px solid #D5D5D5;
        top: -1px;
    }

    .fcs-card__select.active .card-item__check span {
        border-left: 2px solid #fff;
        border-bottom: 2px solid #fff;
    }
} */

.fcs-card__select:hover {
  opacity: 1;
  cursor: default;
}
.check {
  cursor: pointer;
}

/*------------------------------------------------------------
 section-choice
------------------------------------------------------------*/
.card-mtx .mtx-cell ul.txt {
  text-align: left;
  text-indent: -0.5em;
  padding-left: 0.5em;
  display: inline-block;
}

/*------------------------------------------------------------
 section-faq
------------------------------------------------------------*/
.section-faq .content {
  padding-top: 45px;
}
@media only screen and (max-width: 640px) {
  .section-faq .content {
    padding-top: 20px;
  }
}

.section-faq .content .accordion_dl {
  counter-reset: number 0;
}
.section-faq .content .accordion_dl > dt {
  background-color: #fff;
  position: relative;
  padding-right: 105px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  border: 1px solid #bfbfbf;
}
.section-faq .content .accordion_dl > dt:hover {
  cursor: pointer;
}
.section-faq .content .accordion_dl > dt:not(:first-of-type) {
  margin-top: 15px;
}
.section-faq .content .accordion_dl > dt:before {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero);
  font-size: 36px;
  font-weight: 300;
  color: #0070bd;
  padding-right: 20px;
  padding: 0 20px;
}
.section-faq .content .accordion_dl > dt:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
  height: 100%;
  background: url(/business/creditcard/common/images/ico_arrow_white.svg) no-repeat center center #0070bd;
  background-size: 18.5px 18px;
}
.section-faq .content .accordion_dl > dt.active:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.section-faq .content .accordion_dl > dt .q {
  font-size: 16px;
  font-weight: 500;
  display: block;
  border-left: 1px solid #bfbfbf;
  padding: 30px 20px;
}
@media only screen and (max-width: 640px) {
  .section-faq .content .accordion_dl > dt {
    padding-right: 35px;
  }
  .section-faq .content .accordion_dl > dt:after {
    width: 35px;
    background-size: 12px 10px;
  }
  .section-faq .content .accordion_dl > dt:before {
    font-size: 22px;
    padding: 15px;
  }
  .section-faq .content .accordion_dl > dt .q {
    padding: 15px;
    font-size: 14px;
  }
}

.section-faq .content .accordion_dl > dd {
  background-color: #fff;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid #bfbfbf;
  border-right: 1px solid #bfbfbf;
  border-left: 1px solid #bfbfbf;
  padding: 30px 20px;
}
@media only screen and (max-width: 640px) {
  .section-faq .content .accordion_dl > dd {
    font-size: 14px;
    padding: 20px 15px;
  }
}

.faq-category:not(:first-child) {
  margin-top: 40px;
}
.faq-category__title {
  border-left: 5px solid #0070bd;
  padding-left: 15px;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  font-size: 22px;
  font-weight: 500;
}
@media only screen and (max-width: 640px) {
  .faq-category__title {
    font-size: 16px;
  }
}

.accordion-dl > dt {
  margin-bottom: 20px;
}
.accordion-dl > dt .button {
  cursor: pointer;
  display: inline-block;
  color: #0070bd;
  border: 1px solid #0070bd;
  border-radius: 9999px;
  padding: 5px 20px;
}
.accordion-dl > dt .button:after {
  content: " ▼";
}
.accordion-dl > dt.active .button:after {
  content: " ▲";
}
.accordion-dl > dd {
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 30px;
}

.netanswer-button {
  display: inline-block;
  background-color: #00823a;
  color: #fff;
  margin-top: 5px;
  border-radius: 3px;
  padding: 10px 30px;
}
.netanswer-button:hover {
  color: #fff;
}

/*------------------------------------------------------------
 section-comparison
------------------------------------------------------------*/
.comparison_table td .small {
  font-size: 11px;
}
.comparison_table td .red {
  color: #ff0000;
}

/*------------------------------------------------------------
 banner-block
------------------------------------------------------------*/
.banner-block {
  margin-top: 80px;
}
@media only screen and (max-width: 640px) {
  .banner-block {
    margin-top: 60px;
  }
}

.banner-box__bnr img {
  width: 100%;
}
@media only screen and (max-width: 640px) {
}

/*------------------------------------------------------------
 buscard-diagnosis
------------------------------------------------------------*/
.buscard-diagnosis {
  color: #fff;
  background-color: #004098;
  border: 2px solid #004098;
  font-weight: 600;
  position: fixed;
  right: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  font-size: 16px;
}
@media only screen and (min-width: 641px) {
  .buscard-diagnosis {
    width: 170px;
    height: 50px;
    bottom: 20px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
  }
  .buscard-diagnosis:hover {
    color: #fff;
  }
}
@media only screen and (max-width: 640px) {
  .buscard-diagnosis {
    width: 100%;
    height: 43px;
    bottom: 0;
    text-align: center;
  }
  .buscard-diagnosis:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    border-width: 9px 0 9px 16px;
    right: 35px;
    top: calc(50% - 9px);
  }
}

/*------------------------------------------------------------
 anchor_btn
------------------------------------------------------------*/
.anchor_btn {
  display: none;
}
.anchor_btn .row {
  position: relative;
}
.anchor_btn .anchor {
  position: fixed;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.anchor_btn .anchor li {
  line-height: 1;
  padding: 8px;
}
.anchor_btn .anchor li a {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #b2b2b2;
}
.anchor_btn .anchor li a.active {
  background-color: #0070bd;
}

/*------------------------------------------------------------
 user-voice
------------------------------------------------------------*/
.user-voice {
  position: fixed;
  max-width: 100%;
  right: 0;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  opacity: 0;
  visibility: hidden;
  padding-top: 15px;
  z-index: -101px;
}
.user-voice.visible {
  visibility: visible !important;
  z-index: 101;
  opacity: 1;
}
@media only screen and (min-width: 641px) {
  .user-voice {
    width: 270px;
    bottom: 80px;
  }
}
@media only screen and (max-width: 640px) {
  .user-voice {
    width: 150px;
    bottom: 60px;
  }
}

.user-voice__close {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 15px;
  height: 15px;
  cursor: pointer;
}
.user-voice__close:before,
.user-voice__close:after {
  content: "";
  width: 15px;
  height: 2px;
  background-color: #333;
  position: absolute;
  top: 6.5px;
  right: 0;
}
.user-voice__close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.user-voice__close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* ------------------------------------------------------------
 section-flow
------------------------------------------------------------ */
.section-flow .content {
  padding-top: 45px;
}
@media only screen and (max-width: 640px) {
  .section-flow .content {
    padding-top: 20px;
  }
}

.section-flow .content .flow_step {
  counter-reset: number;
}
.section-flow .content .flow_step > li {
  position: relative;
  padding: 60px 20px 20px;
  text-align: center;
}
.section-flow .content .flow_step > li::before {
  position: absolute;
  top: 20px;
  left: calc(50% - 1em - 20px);
  font-family: "Renner*", "Century Gothic", sans-serif;
  font-size: 20px;
  content: "STEP";
}
.section-flow .content .flow_step > li::after {
  position: absolute;
  top: 3px;
  left: calc(50% + 15px);
  font-family: "Renner*", "Century Gothic", sans-serif;
  font-size: 40px;
  content: counter(number);
  counter-increment: number;
}
@media only screen and (min-width: 641px) {
  .section-flow .content .flow_step {
    display: -webkit-box;
    display: flex;
    border-right: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
  }
  .section-flow .content .flow_step > li {
    width: 20%;
  }
  .section-flow .content .flow_step > li:not(:first-child) {
    border-left: 1px solid #cccccc;
  }
}
@media only screen and (max-width: 640px) {
  .section-flow .content .flow_step > li::before {
    top: 40px;
  }
  .section-flow .content .flow_step > li::after {
    top: 20px;
  }
}

.section-flow .content .flow_step > li .step_figure {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  height: 130px;
  text-align: center;
}

.section-flow .content .flow_step > li:not(:last-child) .step_figure::after {
  position: absolute;
  top: 50%;
  left: 100%;
  width: 0;
  height: 0;
  content: "";
  border-color: transparent transparent transparent #cccccc;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.section-flow .content .flow_step > li:nth-child(1) .step_figure img {
  width: 90px;
}
.section-flow .content .flow_step > li:nth-child(2) .step_figure img {
  width: 67px;
}
.section-flow .content .flow_step > li:nth-child(3) .step_figure img {
  width: 80px;
}
.section-flow .content .flow_step > li:nth-child(4) .step_figure img {
  width: 80px;
}
.page--purchasing .section-flow .content .flow_step > li:nth-child(4) .step_figure img {
  width: 76px;
}
.section-flow .content .flow_step > li:nth-child(5) .step_figure img {
  width: 52px;
}
.section-flow .content .flow_step > li .txt {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0.1em;
}
.section-flow .content .flow_step > li .notes {
  margin-top: 10px;
}
.section-flow .content .flow_step > li .notes > li {
  text-align: left;
}
.section-flow .content .flow_step > li .txt .red {
  display: block;
  padding-top: 0.5em;
  font-style: normal;
  color: #fd0014;
}
@media only screen and (max-width: 640px) {
  .section-flow .content .flow_step > li {
    padding: 60px 40px 30px;
  }
  .section-flow .content .flow_step > li:not(:last-child) {
    border-bottom: 1px solid #cccccc;
  }
  .section-flow .content .flow_step > li:not(:last-child) .step_figure::after {
    top: calc(100% - 5px);
    left: 50%;
    -webkit-transform: translate(-50%, 0) rotate(90deg);
    transform: translate(-50%, 0) rotate(90deg);
  }
  .section-flow .content .flow_step > li .txt {
    font-size: 16px;
  }
  .section-flow .content .flow_step > li .notes > li {
    text-align: center;
  }
}
