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

.bold {
  font-weight: bold;
}

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

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

/* ------------------------------------------
	element
------------------------------------------ */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-size: 14px;
  line-height: 1.4;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 16px;
  }
}

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

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

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

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

sup {
  vertical-align: top;
}

.small {
  font-size: 85%;
}

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

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

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

a.txtLink {
  border: none;
  outline: none;
}
a.txtLink:focus, a.txtLink:active, a.txtLink:hover {
  border: none;
  outline: none;
}

.fcYL {
  color: #ffda25;
}

.btn__black {
  display: block;
  margin: 0 auto;
  color: #fff;
  padding: 15px;
  font-size: 12px;
  text-align: center;
  background: #000 url(/commonY15/img/icon_ext_white_01.png) 95% center no-repeat;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.btn__black:hover {
  opacity: 0.8;
}
.btn__black.small {
  max-width: 180px;
}
.btn__black.middle {
  max-width: 300px;
}

.box__white__shadow {
  border-radius: 6px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 9px -6px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 0px 9px -6px rgba(0, 0, 0, 0.6);
}

.box__balloon {
  position: relative;
}
.box__balloon::after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(255, 15, 0, 0);
  border-top-width: 20px;
  border-bottom-width: 20px;
  border-left-width: 20px;
  border-right-width: 20px;
  margin-left: -20px;
  border-top-color: #fff;
  top: 100%;
  left: 50%;
}
@media only screen and (max-width: 480px) {
  .box__balloon::after {
    border-top-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 10px;
    border-right-width: 10px;
    margin-left: -10px;
  }
}

.head__balloon {
  position: relative;
  margin-top: 60px;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
}
@media only screen and (max-width: 480px) {
  .head__balloon {
    margin-top: 2.25rem;
    font-size: 1.125rem;
  }
}
.head__balloon.nomgn {
  margin-top: 0;
}
.head__balloon .large {
  font-size: 31px;
}
@media only screen and (max-width: 480px) {
  .head__balloon .large {
    font-size: 1.375rem;
  }
}
.head__balloon::before, .head__balloon::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 40px;
  background: #000;
}
@media only screen and (max-width: 480px) {
  .head__balloon::before, .head__balloon::after {
    position: absolute;
  }
}
.head__balloon::before {
  -webkit-transform: rotate(-45deg) translateX(-20px);
          transform: rotate(-45deg) translateX(-20px);
}
@media only screen and (max-width: 480px) {
  .head__balloon::before {
    -webkit-transform: rotate(-45deg) translateX(0);
            transform: rotate(-45deg) translateX(0);
    left: 20px;
    bottom: 0;
  }
}
.head__balloon::after {
  -webkit-transform: rotate(45deg) translateX(20px);
          transform: rotate(45deg) translateX(20px);
}
@media only screen and (max-width: 480px) {
  .head__balloon::after {
    -webkit-transform: rotate(45deg) translateX(0);
            transform: rotate(45deg) translateX(0);
    right: 20px;
    bottom: 0;
  }
}

.head__balloon--small {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
@media only screen and (max-width: 480px) {
  .head__balloon--small {
    font-size: 1rem;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.area__bnr {
  margin-top: 60px;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .area__bnr {
    margin-top: 3.125rem;
  }
}

.section {
  padding: 60px 0;
}
@media only screen and (max-width: 480px) {
  .section {
    padding: 2.125rem 0;
  }
}

.section--pause {
  padding-top: 0;
}

.section__head {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
}
@media only screen and (max-width: 480px) {
  .section__head {
    font-size: 1.5rem;
  }
}
.section__head span {
  font-size: 27px;
}
@media only screen and (max-width: 480px) {
  .section__head span {
    font-size: 1.25rem;
  }
}
.section__head::before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 26px;
  margin-right: 8px;
  background: url(/jalcard/information/spring22_visa/common/img/head_icon_01.svg) no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 480px) {
  .section__head::before {
    width: 26px;
    height: 18px;
  }
}
.section__head::after {
  content: "";
  display: inline-block;
  width: 44px;
  height: 26px;
  margin-left: 8px;
  background: url(/jalcard/information/spring22_visa/common/img/head_icon_02.svg) no-repeat center center;
  background-size: contain;
}
@media only screen and (max-width: 480px) {
  .section__head::after {
    width: 32px;
    height: 18px;
  }
}
.section__head.nonafter::after {
  width: 0;
  height: 0;
  background: none;
}

.section__head--row {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
}
@media only screen and (max-width: 480px) {
  .section__head--row {
    font-size: 1.125rem;
  }
}
.section__head--row .main {
  font-size: 32px;
}
@media only screen and (max-width: 480px) {
  .section__head--row .main {
    font-size: 1.5rem;
  }
}
.section__head--row .main::before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 26px;
  margin-right: 8px;
  background: url(/jalcard/information/spring22_visa/common/img/head_icon_01.svg) no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 480px) {
  .section__head--row .main::before {
    width: 26px;
    height: 18px;
  }
}
.section__head--row .main::after {
  content: "";
  display: inline-block;
  width: 44px;
  height: 26px;
  margin-left: 8px;
  background: url(/jalcard/information/spring22_visa/common/img/head_icon_02.svg) no-repeat center center;
  background-size: contain;
}
@media only screen and (max-width: 480px) {
  .section__head--row .main::after {
    width: 32px;
    height: 18px;
  }
}
.section__head--row .num {
  font-size: 40px;
}
@media only screen and (max-width: 480px) {
  .section__head--row .num {
    font-size: 1.75rem;
  }
}

.section__lead {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}
@media only screen and (max-width: 480px) {
  .section__lead {
    font-size: 0.875rem;
  }
}

.section__anchor {
  margin-top: 16px;
  text-align: center;
}

.txt__anchor {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  text-decoration: underline;
}
@media only screen and (max-width: 480px) {
  .txt__anchor {
    font-size: 0.812rem;
  }
}
.txt__anchor::after {
  content: "";
  display: inline-block;
  margin-left: 9px;
  width: 9px;
  height: 10px;
  background: url(/jalcard/information/spring22_visa/common/img/icon_anchor_down@2x.png) no-repeat;
  background-size: contain;
}

.line {
  border-bottom: 2px solid #c00;
}

.icon__plus {
  margin-top: 10px;
  text-align: center;
}
.icon__plus.wide {
  margin-top: 20px;
}
.icon__plus img {
  width: 23px;
}

/* ------------------------------------------
      layout
  ------------------------------------------ */
.inner {
  width: 950px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .inner {
    width: auto;
    padding: 0 4%;
  }
}

.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/**  gHeader **/
.gHeader {
  padding: 10px 0;
}
.gHeader .logo {
  text-align: left;
}
.gHeader .logo img {
  width: 204px;
}
@media only screen and (max-width: 480px) {
  .gHeader .logo img {
    width: 44%;
  }
}

.box__mv--information {
  padding: 10px 0 40px;
  background: #f5f5f5;
}
@media only screen and (max-width: 480px) {
  .box__mv--information {
    padding: 0.625rem 0 1.5rem;
  }
}

.flex__mv__head {
  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;
  margin-bottom: 25px;
}
@media only screen and (max-width: 480px) {
  .flex__mv__head {
    display: block;
    margin-bottom: 1rem;
  }
  .flex__mv__head .id--cpn {
    text-align: left;
  }
}

.head__mv {
  font-size: 30px;
  font-weight: bold;
}
@media only screen and (max-width: 480px) {
  .head__mv {
    font-size: 1.375rem;
  }
}

.id--cpn {
  text-align: right;
  font-weight: bold;
}

.id--cpn-alC {
  margin-top: 5px;
  text-align: center;
}

.id--cpn--intxt {
  margin-left: 10px;
}

.txt__date--cpn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (max-width: 480px) {
  .txt__date--cpn {
    font-size: 1rem;
    display: block;
  }
}
.txt__date--cpn span {
  margin-right: 20px;
  padding: 8px 22px;
  font-size: 14px;
  border: 1px solid #000;
}
@media only screen and (max-width: 480px) {
  .txt__date--cpn span {
    display: inline-block;
    margin: 0 0 0.625rem;
    font-size: 0.75rem;
  }
}

.caption__mv {
  margin-top: 10px;
}
@media only screen and (max-width: 480px) {
  .caption__mv {
    font-size: 0.75rem;
  }
}
.caption__mv a {
  text-decoration: underline;
  color: #000;
}

.btn__mv {
  margin-top: 24px;
  text-align: center;
}

.btn__mv--anchor {
  margin: 0 auto;
  display: block;
  max-width: 500px;
  padding: 12px 0;
  color: #fff;
  font-size: 24px;
  background: #c00 url(/jalcard/information/spring22_visa/common/img/icon_arrow_down.svg) no-repeat 90% center;
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
  -webkit-transition: 0.2;
  transition: 0.2;
}
@media only screen and (max-width: 480px) {
  .btn__mv--anchor {
    font-size: 1.25rem;
    max-width: 100%;
    background: #c00 url(/jalcard/information/spring22_visa/common/img/icon_arrow_down.svg) no-repeat 97% center;
  }
}
.btn__mv--anchor:hover {
  opacity: 0.8;
}

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

.copyright {
  text-align: center;
  font-size: 12px;
  color: #fff;
}

/* ------------------------------------------
      countdown
  ------------------------------------------ */
.count_area {
  width: 100%;
  color: #fff;
  background: #000;
}
.count_area.end {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  padding: 30px 0 34px;
}
@media only screen and (max-width: 480px) {
  .count_area.end {
    padding: 0.625rem 0;
  }
}
.count_area.end .count_area_inner {
  display: none;
}
.count_area.end .count_area_inner_end {
  display: block;
}
.count_area .count_area_inner {
  width: 950px;
  margin: 0 auto;
  padding: 30px 0 20px;
}
@media only screen and (max-width: 768px) {
  .count_area .count_area_inner {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .count_area .count_area_inner {
    padding: 1.125rem 0;
  }
}
.count_area .count_area_inner::after {
  display: block;
  clear: both;
  content: "";
}
.count_area .count_txt {
  float: left;
  width: 260px;
  margin-top: 49px;
  padding-right: 20px;
  text-align: right;
  color: #fff !important;
}
@media only screen and (max-width: 768px) {
  .count_area .count_txt {
    width: 30%;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .count_area .count_txt {
    float: none;
    text-align: left;
    padding: 0 5px;
    margin-top: 0;
    width: 100%;
  }
}
.count_area .txt1 {
  font-size: 15px;
}
@media only screen and (max-width: 768px) {
  .count_area .txt1 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 480px) {
  .count_area .txt1 {
    font-size: 0.75rem;
  }
}
.count_area .txt2 {
  font-size: 13px;
  position: relative;
  top: 4px;
  left: 7px;
}
@media only screen and (max-width: 480px) {
  .count_area .txt2 {
    font-size: 0.625rem;
    top: auto;
    left: auto;
  }
}
.count_area .count {
  font-size: 30px;
  float: left;
  width: 670px;
  letter-spacing: 0;
  color: #fff !important;
}
@media only screen and (max-width: 768px) {
  .count_area .count {
    width: 65%;
    font-size: 22px;
  }
}
@media only screen and (max-width: 480px) {
  .count_area .count {
    float: none;
    margin-top: 0.625rem;
    width: 100%;
    text-align: center;
    font-size: 1rem;
  }
}
.count_area .count .num_wrap {
  margin: 0 5px 0 10px;
}
.count_area .count .num {
  font-size: 70px;
  line-height: 85px;
  display: inline-block;
  width: 67px;
  height: 85px;
  margin: 0 3px;
  text-align: center;
  vertical-align: bottom;
  color: #333;
  border-radius: 5px;
  background: #eee;
}
@media only screen and (max-width: 768px) {
  .count_area .count .num {
    width: 40px;
    height: 60px;
    font-size: 50px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 480px) {
  .count_area .count .num {
    margin: 0 1px;
    width: 1rem;
    height: 2rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.count_area .count_area_inner_end {
  display: none;
}

.count_area_inner_end .end_txt {
  width: 950px;
  margin: 0 auto;
  color: #fff !important;
  font-size: 18px;
  line-height: 1.5em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .count_area_inner_end .end_txt {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .count_area_inner_end .end_txt {
    font-size: 0.75rem;
  }
}
.count_area_inner_end .end_txt a {
  color: #fcff00;
}
.count_area_inner_end .end_txt a:hover {
  color: #feffa3;
}

.count_area_inner_b {
  text-align: center;
}
.count_area_inner_b .count {
  float: none;
  width: auto;
}

.lead__txt--count {
  margin-bottom: 5px;
  text-align: center;
  font-size: 20px;
}
@media only screen and (max-width: 480px) {
  .lead__txt--count {
    font-size: 0.875rem;
  }
}
.lead__txt--count span {
  color: #fcff00;
}

/* attention **/
.head__attention {
  margin-top: 20px;
}
@media only screen and (max-width: 480px) {
  .head__attention {
    margin-top: 0.625rem;
  }
}
.head__attention .conditions {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.04em;
  margin-left: 10px;
  display: inline-block;
  font-weight: normal;
}
.head__attention .conditions .tag {
  display: inline-block;
  padding: 2px 5px;
  min-width: 80px;
  text-align: center;
  border: 1px solid #000;
  border-radius: 4px;
  margin-left: 5px;
}

.tbl_style1 {
  margin: 5px 0 0 0;
  border-top: solid 1px #333;
  border-left: solid 1px #333;
}
.tbl_style1 th {
  width: 50%;
  padding: 5px;
  text-align: center;
  color: #fff;
  border-right: solid 1px #333;
  border-bottom: solid 1px #333;
  background-color: #666;
}
.tbl_style1 td {
  padding: 5px;
  text-align: center;
  border-right: solid 1px #333;
  border-bottom: solid 1px #333;
}

.tbl_style2 {
  width: 100%;
}
.tbl_style2 th {
  width: 33%;
}

.attention--amex {
  margin: 25px 0 20px;
}
@media only screen and (max-width: 480px) {
  .attention--amex {
    margin: 1rem 0 0.75rem;
  }
}

.attention--amex--reg {
  font-size: 12px;
}
@media only screen and (max-width: 480px) {
  .attention--amex--reg {
    font-size: 0.625rem;
  }
}

#js-cvn-btn {
  position: fixed;
  z-index: 10;
  right: 20px;
  bottom: 20px;
}
@media only screen and (max-width: 480px) {
  #js-cvn-btn.btn--cvn--sp--bnr {
    right: 0;
    bottom: 0;
    width: 100%;
    padding: 10px 5%;
    background: rgba(0, 0, 0, 0.6);
  }
}
@media only screen and (max-width: 480px) {
  #js-cvn-btn.btn--cvn--sp--bnr .wrap__btn--cvn {
    width: 100%;
    height: auto;
    padding: 0.75rem 0;
    border-radius: 0;
    font-size: 1.125rem;
    background: #c00 url(/jalcard/information/spring22_visa/common/img/icon_arrow_down.svg) no-repeat 90% center;
  }
}

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

.modal {
  display: none;
}

/* ------------------------------------------
      about
  ------------------------------------------ */
.section--about .section__lead {
  margin-top: 15px;
}

.list--about {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}
@media only screen and (max-width: 480px) {
  .list--about {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-top: 1.25rem;
  }
}

.item__list--about {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 18.42%;
          flex: 0 1 18.42%;
  margin-right: 2.42%;
}
@media only screen and (max-width: 480px) {
  .item__list--about {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 35%;
            flex: 0 1 35%;
    margin-right: 1rem;
  }
}
.item__list--about:last-of-type {
  margin-right: 0;
}
@media only screen and (max-width: 480px) {
  .item__list--about:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 480px) {
  .item__list--about:nth-of-type(n+3) {
    margin-top: 1rem;
  }
}

/* ------------------------------------------
      reason
  ------------------------------------------ */
.section--reason {
  background: #FFF5EF;
}
.section--reason .box__white__shadow {
  padding: 30px 24px;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .section--reason .box__white__shadow {
    padding: 1.25rem 0.5rem;
  }
}

.reason--a {
  margin-top: 44px;
  background: url(/jalcard/information/spring22_visa/common/img/reason_bg_01.jpg) no-repeat top center;
  background-size: 100%;
}
@media only screen and (max-width: 480px) {
  .reason--a {
    margin-top: 2.5rem;
    background: url(/jalcard/information/spring22_visa/common/img/reason_bg_01_sp.jpg) no-repeat top center;
    background-size: 100%;
  }
}

.reason--b {
  margin-top: 72px;
  background: url(/jalcard/information/spring22_visa/common/img/reason_bg_02.jpg) no-repeat top center;
  background-size: 100%;
}
@media only screen and (max-width: 480px) {
  .reason--b {
    margin-top: 2.5rem;
    background: url(/jalcard/information/spring22_visa/common/img/reason_bg_02_sp.jpg) no-repeat top center;
    background-size: 100%;
  }
  .reason--b .box__white__shadow {
    padding: 1.25rem 2.25rem;
  }
}

.subhead--reason {
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 480px) {
  .subhead--reason img {
    width: 28.266%;
  }
}

.head--reason {
  margin: 30px 0 72px;
  text-align: center;
  font-size: 26px;
  color: #fff;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .head--reason {
    margin: 10px 0 32px;
  }
}
@media only screen and (max-width: 480px) {
  .head--reason {
    font-size: 1.25rem;
  }
}
.head--reason span {
  font-size: 21px;
}
@media only screen and (max-width: 480px) {
  .head--reason span {
    font-size: 1rem;
  }
}

.lead--reason {
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (max-width: 480px) {
  .lead--reason {
    font-size: 0.875rem;
  }
}

.img__graph--reason {
  margin-top: 20px;
}

.btn--reason {
  margin-top: 30px;
}

.box__list--reason {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 23px;
  font-weight: bold;
  border-right: 1px solid #0C4579;
  border-left: 1px solid #0C4579;
}
@media only screen and (max-width: 480px) {
  .box__list--reason {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    border: none;
  }
}

.item__box__list--reason {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33.33%;
          flex: 0 1 33.33%;
  border-bottom: 1px solid #0C4579;
}
@media only screen and (max-width: 480px) {
  .item__box__list--reason {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    border: none;
  }
}
.item__box__list--reason .lead__list--reason {
  padding: 13px 0;
  color: #fff;
  font-size: 19px;
  background: #0C4579;
  border-right: 1px solid #fff;
}
@media only screen and (max-width: 480px) {
  .item__box__list--reason .lead__list--reason {
    padding: 3px 0 5px;
    font-size: 1rem;
    border-right: none;
  }
}
.item__box__list--reason .lead__list--reason span {
  font-size: 16px;
  color: #FFF500;
}
@media only screen and (max-width: 480px) {
  .item__box__list--reason .lead__list--reason span {
    font-size: 0.812rem;
  }
}
.item__box__list--reason .wrap__txt {
  padding: 5px 5px 15px;
}
@media only screen and (max-width: 480px) {
  .item__box__list--reason .wrap__txt {
    padding: 0 5px 0.75rem;
    font-size: 0.75rem;
    border-left: 1px solid #0C4579;
    border-right: 1px solid #0C4579;
  }
}
.item__box__list--reason:nth-of-type(2) .wrap__txt {
  border-right: 1px solid #0C4579;
  border-left: 1px solid #0C4579;
}
.item__box__list--reason:last-of-type .lead__list--reason {
  border-right: none;
}
.item__box__list--reason:last-of-type .wrap__txt {
  border-right: none;
}
@media only screen and (max-width: 480px) {
  .item__box__list--reason:last-of-type .wrap__txt {
    border-right: 1px solid #0C4579;
    border-bottom: 1px solid #0C4579;
  }
}

.list--reason--mile {
  font-size: 24px;
}
@media only screen and (max-width: 480px) {
  .list--reason--mile {
    font-size: 1.375rem;
  }
}
.list--reason--mile .num {
  font-size: 32px;
}
@media only screen and (max-width: 480px) {
  .list--reason--mile .num {
    font-size: 1.875rem;
  }
}

.list--benefit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 25px;
}
.list--benefit li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 22.5%;
          flex: 0 1 22.5%;
  text-align: center;
  font-weight: bold;
  background: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
}
@media only screen and (max-width: 768px) {
  .list--benefit li {
    margin: 0 0.625rem;
  }
}
.list--benefit li .img--benefit img {
  border-radius: 6px 6px 0 0;
}
.list--benefit li .txtarea--benefit {
  padding: 10px 0 25px;
}
@media only screen and (max-width: 480px) {
  .list--benefit li .txtarea--benefit {
    padding: 5px 0 1.5rem;
    min-height: 160px;
  }
}
.list--benefit li .txt--mile {
  position: relative;
  font-size: 20px;
  color: #c00;
  margin-bottom: 20px;
}
@media only screen and (max-width: 480px) {
  .list--benefit li .txt--mile {
    font-size: 1.375rem;
  }
}
.list--benefit li .txt--mile .num {
  font-size: 26px;
}
@media only screen and (max-width: 480px) {
  .list--benefit li .txt--mile .num {
    font-size: 1.875rem;
  }
}
.list--benefit li .txt--mile .black {
  color: #000;
}
.list--benefit li .txt--mile::after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(204, 0, 0, 0);
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 14px;
  border-right-width: 14px;
  margin-left: -14px;
  border-top-color: #CC0000;
  top: 100%;
  left: 50%;
}
.list--benefit li .txt--mile-noarrow {
  margin-bottom: 5px;
}
.list--benefit li .txt--mile-noarrow::after {
  border-top-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  margin-left: 0;
}
.list--benefit li .txt__strong {
  color: #AD9143;
}

.list--benefit-b {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.list--benefit-b li {
  margin-right: 30px;
}
@media only screen and (max-width: 768px) {
  .list--benefit-b li {
    margin: 0 0.625rem;
  }
}
.list--benefit-b li:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  .list--benefit-b li:last-child {
    margin: 0 0.625rem;
  }
}
.list--benefit-b li .txt--mile::after {
  border-top-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  margin-left: 0;
}

/* ------------------------------------------
      specialFavor
  ------------------------------------------ */
.section--specialFavor {
  margin-top: 60px;
  background: #F5F5F5;
}

.box--specialFavor {
  margin-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
  border-radius: 0 0 6px 6px;
}
@media only screen and (max-width: 480px) {
  .box--specialFavor {
    padding-bottom: 1.5rem;
    -webkit-box-shadow: none;
            box-shadow: none;
    font-size: 0.75rem;
  }
}

.title--spacialFavor {
  padding: 10px 0;
  color: #fff;
  font-size: 26px;
  background: #976F11;
}
@media only screen and (max-width: 480px) {
  .title--spacialFavor {
    padding: 0.625rem 1.625rem;
    font-size: 1.25rem;
  }
}

.lead--specialFavor {
  margin: 5px 0 8px;
  font-size: 18px;
}
.lead--specialFavor .num {
  font-size: 34px;
}
@media only screen and (max-width: 480px) {
  .lead--specialFavor .sp__small {
    font-size: 0.75rem;
  }
}

.btn--specialFavor {
  margin-top: 16px;
}

.list--specialFavor {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 24px;
}
@media only screen and (max-width: 480px) {
  .list--specialFavor {
    display: block;
    margin: 0 1.25rem 0;
  }
}

.item--specialFavor {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  padding: 0 10px;
}
@media only screen and (max-width: 480px) {
  .item--specialFavor {
    padding: 0 5px;
  }
}
.item--specialFavor:first-of-type {
  border-right: 1px solid #ccc;
}
@media only screen and (max-width: 480px) {
  .item--specialFavor:first-of-type {
    padding: 1.25rem 0;
    border-right: none;
    border-bottom: 1px solid #ccc;
  }
}

.sublead--specialFavor {
  font-size: 22px;
}
.sublead--specialFavor .small {
  font-size: 16px;
}
@media only screen and (max-width: 480px) {
  .sublead--specialFavor .small {
    font-size: 0.812rem;
  }
}
.sublead--specialFavor .num {
  font-size: 26px;
}

.caption--specialFavor {
  margin-top: 20px;
  font-weight: normal;
  font-size: 14px;
}
@media only screen and (max-width: 480px) {
  .caption--specialFavor {
    font-size: 0.812rem;
  }
}

/* ------------------------------------------
      select(spring21型)
  ------------------------------------------ */
.section--select {
  background: #F5ECD9;
}

.wrapper__table--select {
  padding: 40px 0 35px;
  margin-top: 30px;
}
@media only screen and (max-width: 480px) {
  .wrapper__table--select {
    padding: 0 0 1.375rem;
    -webkit-box-shadow: 0px 5px 9px -5px rgba(0, 0, 0, 0.6);
            box-shadow: 0px 5px 9px -5px rgba(0, 0, 0, 0.6);
  }
}

.table--select {
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .table--select thead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: scroll;
    background: #F5ECD9;
  }
}
.table--select thead th {
  text-align: center;
  vertical-align: top;
}
@media only screen and (max-width: 480px) {
  .table--select tbody {
    width: 100%;
  }
}
.table--select tbody td {
  text-align: center;
  vertical-align: top;
}
@media only screen and (max-width: 480px) {
  .table--select tbody td {
    display: block;
    width: 100%;
  }
}
.table--select tbody .tr-counter td {
  padding: 0 14px;
}
@media only screen and (max-width: 480px) {
  .table--select tbody .tr-counter td {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .table--select tbody .tr-counter td.active {
    display: block !important;
    width: 100%;
  }
}
.table--select .txtLink {
  margin-top: 16px;
  padding-bottom: 28px;
  font-size: 12px;
  text-decoration: underline;
}

.table--select__col4 th, .table--select__col4 td {
  width: 25%;
}
@media only screen and (max-width: 480px) {
  .table--select__col4 th, .table--select__col4 td {
    width: 100%;
  }
}
.table--select__col4 th {
  border-right: 1px solid #ccc;
}
@media only screen and (max-width: 480px) {
  .table--select__col4 th {
    border-right: none;
  }
}
.table--select__col4 th:nth-of-type(4n) {
  border-right: none;
}
.table--select__col4 .tr-counter td {
  border-right: 1px solid #ccc;
}
@media only screen and (max-width: 480px) {
  .table--select__col4 .tr-counter td {
    border-right: none;
  }
}
.table--select__col4 .tr-counter td:nth-of-type(4n) {
  border-right: none;
}

.table--select__col3 th, .table--select__col3 td {
  width: 33.33%;
}
@media only screen and (max-width: 480px) {
  .table--select__col3 th, .table--select__col3 td {
    width: 100%;
  }
}
.table--select__col3 th {
  border-right: 1px solid #ccc;
}
@media only screen and (max-width: 480px) {
  .table--select__col3 th {
    border-right: none;
  }
}
.table--select__col3 th:nth-of-type(3n) {
  border-right: none;
}
.table--select__col3 .tr-counter td {
  border-right: 1px solid #ccc;
}
@media only screen and (max-width: 480px) {
  .table--select__col3 .tr-counter td {
    border-right: none;
  }
}
.table--select__col3 .tr-counter td:nth-of-type(3n) {
  border-right: none;
}

.table--select__col2 th, .table--select__col2 td {
  width: 50%;
}
@media only screen and (max-width: 480px) {
  .table--select__col2 th, .table--select__col2 td {
    width: 100%;
  }
}
.table--select__col2 th {
  border-right: 1px solid #ccc;
}
@media only screen and (max-width: 480px) {
  .table--select__col2 th {
    border-right: none;
  }
}
.table--select__col2 th:nth-of-type(2n) {
  border-right: none;
}
.table--select__col2 .tr-counter td {
  border-right: 1px solid #ccc;
}
@media only screen and (max-width: 480px) {
  .table--select__col2 .tr-counter td {
    border-right: none;
  }
}
.table--select__col2 .tr-counter td:nth-of-type(2n) {
  border-right: none;
}

.flex__table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 768px) {
  .flex__table {
    display: block;
  }
}
.flex__table .item__flex__table {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 40%;
          flex: 0 1 40%;
}
.flex__table .item__flex__table:first-of-type {
  margin-right: 10px;
}
@media only screen and (max-width: 768px) {
  .flex__table .item__flex__table:first-of-type {
    margin-right: 0;
  }
}
.flex__table .item__flex__table .btn__table--entry {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .flex__table .item__flex__table .btn__table--entry {
    font-size: 0.812rem;
  }
}

@media only screen and (max-width: 480px) {
  .wrapper__tab__table__col {
    position: sticky;
    top: 0;
    z-index: 10;
    margin: 0 -4%;
    padding: 8px 4% 0;
    background: rgba(0, 0, 0, 0.5);
  }
  .wrapper__tab__table__col.col1 {
    position: static;
    top: auto;
    margin: 0;
    padding: 0;
    background: none;
  }
}

.tab__table__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tab__table__col .item__tab {
  border-right: 1px solid #ccc;
}
.tab__table__col .item__tab.col1 {
  border-right: none;
}
@media only screen and (max-width: 480px) {
  .tab__table__col .item__tab {
    font-size: 0.625rem;
    margin: 0 10px 10px 0;
    border-right: none;
  }
  .tab__table__col .item__tab.regular {
    color: #878B90;
  }
  .tab__table__col .item__tab.regular p {
    border-color: #878B90;
  }
  .tab__table__col .item__tab.regular.current {
    background: #878B90 url(/jalcard/information/spring22_visa/common/img/icon_arrow_down.svg) no-repeat center 88%;
    background-size: 15px;
  }
  .tab__table__col .item__tab.regular.current p {
    border-color: rgba(0, 0, 0, 0);
  }
  .tab__table__col .item__tab.cluba {
    color: #A89C3F;
  }
  .tab__table__col .item__tab.cluba p {
    border-color: #A89C3F;
  }
  .tab__table__col .item__tab.cluba.current {
    background: #A89C3F url(/jalcard/information/spring22_visa/common/img/icon_arrow_down.svg) no-repeat center 88%;
    background-size: 15px;
  }
  .tab__table__col .item__tab.cluba.current p {
    border-color: rgba(0, 0, 0, 0);
  }
  .tab__table__col .item__tab.gold {
    color: #976F11;
  }
  .tab__table__col .item__tab.gold p {
    border-color: #976F11;
  }
  .tab__table__col .item__tab.gold.current {
    background: #976F11 url(/jalcard/information/spring22_visa/common/img/icon_arrow_down.svg) no-repeat center 88%;
    background-size: 15px;
  }
  .tab__table__col .item__tab.gold.current p {
    border-color: rgba(0, 0, 0, 0);
  }
  .tab__table__col .item__tab.platinum {
    color: #535A69;
  }
  .tab__table__col .item__tab.platinum p {
    border-color: #535A69;
  }
  .tab__table__col .item__tab.platinum.current {
    background: #535A69 url(/jalcard/information/spring22_visa/common/img/icon_arrow_down.svg) no-repeat center 88%;
    background-size: 15px;
  }
  .tab__table__col .item__tab.platinum.current p {
    border-color: rgba(0, 0, 0, 0);
  }
  .tab__table__col .item__tab.col1 {
    color: #000;
    font-size: 0.875rem;
  }
  .tab__table__col .item__tab.col1 p {
    border: none;
  }
  .tab__table__col .item__tab p {
    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;
    background: #fff;
    border-width: 2px;
    border-style: solid;
    height: 45px;
  }
  .tab__table__col .item__tab:last-of-type {
    margin-right: 0;
  }
  .tab__table__col .item__tab.current {
    margin-bottom: 0;
    color: #fff;
  }
  .tab__table__col .item__tab.current p {
    background: none;
  }
}

.tab__table__col4 .item__tab {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 25%;
          flex: 0 1 25%;
  border-right: none;
  border-left: 1px solid #ccc;
}
@media only screen and (max-width: 480px) {
  .tab__table__col4 .item__tab {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 150px;
            flex: 0 1 150px;
    border-left: none;
  }
}
.tab__table__col4 .item__tab:nth-of-type(4n) {
  border-right: none;
}
.tab__table__col4 .item__tab:nth-of-type(4n-3) {
  border-left: none;
}

.tab__table__col3 .item__tab {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33.33%;
          flex: 0 1 33.33%;
}
@media only screen and (max-width: 480px) {
  .tab__table__col3 .item__tab {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 150px;
            flex: 0 1 150px;
  }
}
.tab__table__col3 .item__tab:nth-of-type(3n) {
  border-right: none;
}

.tab__table__col2 .item__tab {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}
@media only screen and (max-width: 480px) {
  .tab__table__col2 .item__tab {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 150px;
            flex: 0 1 150px;
  }
}
.tab__table__col2 .item__tab:nth-of-type(2n) {
  border-right: none;
}

.img__table--select {
  margin-top: 18px;
}
.img__table--select img {
  width: 140px;
}

.img__table--balloon {
  margin-top: 26px;
  text-align: center;
}
.img__table--balloon img {
  max-width: 139px;
}

.txt__table--present {
  font-size: 18px;
  font-weight: bold;
}
.txt__table--present .num {
  font-size: 34px;
}

.btn__table--entry {
  display: inline-block;
  margin-top: 16px;
  padding: 6px 24px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background: #c00;
  border-radius: 50px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media only screen and (max-width: 480px) {
  .btn__table--entry {
    font-size: 1.25rem;
  }
}
.btn__table--entry:hover {
  opacity: 0.8;
}

.subhead__table--select {
  padding: 7px 0;
  font-size: 18px;
  font-weight: bold;
  background: #E2E7ED;
}
.subhead__table--select span {
  font-size: 13px;
}

.price__table--select {
  margin-top: 14px;
}

.table_head--select {
  padding: 10px 0;
  margin-top: 30px;
  color: #fff;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  background: #976F11;
}
@media only screen and (max-width: 480px) {
  .table_head--select {
    margin-top: 0.625rem;
    font-size: 1.25rem;
  }
}

.table__box--bordertop {
  margin: 10px;
  padding: 10px 0;
  border-top: 1px solid #CECECE;
}

.txt__link--cardname {
  font-size: 20px;
  font-weight: bold;
}
@media only screen and (max-width: 480px) {
  .txt__link--cardname {
    font-size: 1.125rem;
  }
}

.list__table__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 16px;
}
@media only screen and (max-width: 480px) {
  .list__table__col {
    display: block;
  }
}

.item__list__table__col {
  text-align: center;
  border-right: 1px solid #ccc;
}
.item__list__table__col:last-of-type {
  border-right: none;
}
@media only screen and (max-width: 480px) {
  .item__list__table__col {
    display: none;
    border-right: none;
  }
}
@media only screen and (max-width: 480px) {
  .item__list__table__col.active {
    display: block;
  }
}

.list__table__col4 .item__list__table__col {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 25%;
          flex: 0 1 25%;
}

.list__table__col3 .item__list__table__col {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33.33%;
          flex: 0 1 33.33%;
}

.list__table__col2 .item__list__table__col {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}

.list__table__col-4b {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.list__table__col-4b .item__list__table__col:first-of-type {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}
.list__table__col-4b .item__list__table__col:nth-of-type(2) {
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
  border-right: none;
}
.list__table__col-4b .item__list__table__col:nth-of-type(n+3) {
  display: none;
}
@media only screen and (max-width: 480px) {
  .list__table__col-4b .item__list__table__col:nth-of-type(n+3).active {
    display: block;
  }
}

.list__table__col-3b {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.list__table__col-3b .item__list__table__col:first-of-type {
  -ms-flex-preferred-size: 33.33%;
      flex-basis: 33.33%;
}
.list__table__col-3b .item__list__table__col:nth-of-type(2) {
  -ms-flex-preferred-size: 66.66%;
      flex-basis: 66.66%;
  border-right: none;
}
.list__table__col-3b .item__list__table__col:nth-of-type(n+3) {
  display: none;
}
@media only screen and (max-width: 480px) {
  .list__table__col-3b .item__list__table__col:nth-of-type(n+3).active {
    display: block;
  }
}

.btn__accordion {
  text-align: center;
  margin-top: 30px;
}

.btn__txt__accordion {
  display: block;
  margin: 0 auto;
  padding: 5px 0;
  max-width: 300px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border: 1px solid #000;
  background: #CECECE url(/jalcard/information/spring22_visa/common/img/icon_open.svg) no-repeat 95% center;
  background-size: 18px;
}
.btn__txt__accordion.active {
  background: #CECECE url(/jalcard/information/spring22_visa/common/img/icon_close.svg) no-repeat 95% center;
  background-size: 18px;
}

.inner__accordion {
  display: none;
  margin: 40px 20px 0;
  border-bottom: 1px solid #AD9143;
}
@media only screen and (max-width: 480px) {
  .inner__accordion {
    margin: 1.25rem 0.75rem 0;
  }
}
.inner__accordion .lead__box__accordion {
  margin-top: 10px;
}

.accordon__head--bonus {
  position: relative;
  padding: 7px 0;
  color: #fff;
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  background: #AD9143;
}
@media only screen and (max-width: 480px) {
  .accordon__head--bonus {
    font-size: 1rem;
    height: 63px;
    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;
  }
}
.accordon__head--bonus::before {
  position: absolute;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 67px;
  height: 67px;
}
@media only screen and (max-width: 480px) {
  .accordon__head--bonus::before {
    top: 5px;
    left: 6px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    width: 53px;
    height: 53px;
  }
}
.accordon__head--bonus:nth-of-type(1)::before {
  background: url("/jalcard/information/spring22_visa/common/img/icon_bonus_01.svg") no-repeat;
  background-size: 67px;
}
@media only screen and (max-width: 480px) {
  .accordon__head--bonus:nth-of-type(1)::before {
    background-size: 53px;
  }
}
.accordon__head--bonus:nth-of-type(2)::before {
  background: url("/jalcard/information/spring22_visa/common/img/icon_bonus_02.svg") no-repeat;
  background-size: 67px;
}
@media only screen and (max-width: 480px) {
  .accordon__head--bonus:nth-of-type(2)::before {
    background-size: 53px;
  }
}
.accordon__head--bonus:nth-of-type(3)::before {
  background: url("/jalcard/information/spring22_visa/common/img/icon_bonus_03.svg") no-repeat;
  background-size: 67px;
}
@media only screen and (max-width: 480px) {
  .accordon__head--bonus:nth-of-type(3)::before {
    background-size: 53px;
  }
}
.accordon__head--bonus:nth-of-type(4)::before {
  background: url("/jalcard/information/spring22_visa/common/img/icon_bonus_04.svg") no-repeat;
  background-size: 67px;
}
@media only screen and (max-width: 480px) {
  .accordon__head--bonus:nth-of-type(4)::before {
    background-size: 53px;
  }
}
.accordon__head--bonus:nth-of-type(5)::before {
  background: url("/jalcard/information/spring22_visa/common/img/icon_bonus_05.svg") no-repeat;
  background-size: 67px;
}
@media only screen and (max-width: 480px) {
  .accordon__head--bonus:nth-of-type(5)::before {
    background-size: 53px;
  }
}

.box__accordion--bonus {
  padding: 22px 0;
  background: #F7F7F7;
  border-right: 1px solid #AD9143;
  border-left: 1px solid #AD9143;
}
@media only screen and (max-width: 480px) {
  .box__accordion--bonus {
    padding: 0.625rem 8% 1.25rem;
  }
}

.lead__box__accordion {
  margin-top: 16px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}
@media only screen and (max-width: 480px) {
  .lead__box__accordion {
    text-align: left;
    font-size: 0.75rem;
  }
}

.caption__accordion--bonus {
  margin-top: 10px;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .caption__accordion--bonus {
    font-size: 0.75rem;
    text-align: left;
  }
}

.btn__accordion--bonus {
  margin-top: 10px;
}

.head--more {
  margin-top: 10px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .head--more {
    font-size: 1rem;
  }
}

.head__icon--more {
  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 only screen and (max-width: 480px) {
  .head__icon--more {
    position: relative;
  }
}
.head__icon--more::before {
  content: "";
  display: inline-block;
  width: 82px;
  height: 82px;
  margin-right: 12px;
  background: url(/jalcard/information/spring22_visa/common/img/icon_more.svg) no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 480px) {
  .head__icon--more::before {
    position: absolute;
    left: 10%;
    top: -40px;
    width: 58px;
    height: 58px;
  }
}

.txt__table--date {
  margin-top: 10px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
@media only screen and (max-width: 480px) {
  .txt__table--date {
    font-size: 0.75rem;
  }
}

.btn__table {
  margin-top: 16px;
}

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

.icon--visatouch img {
  height: 42px;
}
@media only screen and (max-width: 480px) {
  .icon--visatouch img {
    height: 35px;
  }
}

.table__noteList {
  margin-top: 20px;
  padding: 0 20px;
  font-size: 12px;
}
@media only screen and (max-width: 480px) {
  .table__noteList {
    padding: 0 4%;
  }
}

@media only screen and (max-width: 480px) {
  .wrapeer__table__arrow {
    position: sticky;
    top: 50%;
    margin: 0 -4%;
    z-index: 10;
  }
}

@media only screen and (max-width: 480px) {
  .inner__table__arrow {
    position: relative;
  }
}

@media only screen and (max-width: 480px) {
  .arrow__left {
    position: absolute;
    left: 0;
  }
  .arrow__left.disnon {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .arrow__left .prev {
    padding: 34px 10px 22px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 0 6px 6px 0;
  }
  .arrow__left .prev img {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

@media only screen and (max-width: 480px) {
  .arrow__right {
    position: absolute;
    right: 0;
  }
  .arrow__right.disnon {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .arrow__right .next {
    padding: 34px 10px 22px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 6px 0 0 6px;
  }
  .arrow__right .next img {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}

.credit-d {
  font-weight: normal;
  font-size: 12px;
  text-align: right;
  padding-right: 30px;
}
@media only screen and (max-width: 480px) {
  .credit-d {
    text-align: right;
    padding-right: 30%;
  }
}

/* ------------------------------------------
      modal
  ------------------------------------------ */
@media only screen and (max-width: 480px) {
  .modaal-content-container {
    padding: 0;
  }
}

.basic-information {
  margin: 20px 0 10px;
}
@media only screen and (max-width: 480px) {
  .basic-information {
    margin: 0;
  }
}

.basic-information-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.7;
  position: relative;
  margin: 0 0 2px;
  padding: 20px 12px;
  color: #fff;
  background: #505050;
}
@media only screen and (max-width: 480px) {
  .basic-information-title {
    padding: 5px;
  }
}

.basic-information-table {
  width: 100%;
}

.basic-information-table-th, .basic-information-table-td {
  padding: 10px;
  text-align: left;
  vertical-align: middle;
}

.basic-information-table-th {
  width: 20%;
  color: #fff;
  border-top: 2px solid #fff;
  background: #666;
}
@media only screen and (max-width: 480px) {
  .basic-information-table-th {
    width: 30%;
  }
}

.basic-information-table-td {
  border-top: 2px solid #d0d0d0;
  background: #f6f6f6;
}

.basic-information-table-tr:first-child .basic-information-table-th, .basic-information-table-tr:first-child .basic-information-table-td {
  border-top: none;
}

.basic-information__text p {
  margin-top: 0;
}
.basic-information__text .price_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.basic-information__text .price_list dd {
  margin-bottom: 1px;
}
.basic-information__text .price_list dd span {
  margin-right: 8px;
  padding: 0 5px;
  border: #999 solid 1px;
}

.brand_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-top: 10px;
}
.brand_list li {
  border: 1px solid #efefef;
  border-radius: 5px;
  background: #fff;
}
.brand_list li img {
  width: auto;
  height: 29px;
  vertical-align: bottom;
}

/* ------------------------------------------
      select(cardlist) autumn21型
  ------------------------------------------ */
.head__balloon-half {
  margin-top: 30px;
}
@media only screen and (max-width: 480px) {
  .head__balloon-half {
    margin-top: 1rem;
  }
}

.section--select {
  padding-bottom: 30px;
}
@media only screen and (max-width: 480px) {
  .section--select {
    padding-bottom: 2.125rem;
  }
}

.inner__accordion.active {
  display: block;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  border-bottom: none;
}

.inner__accordion-b .txt__table--present .num {
  font-size: 26px;
}

.table_head--select {
  margin-top: 10px;
}
.table_head--select:last-of-type {
  margin-top: 0;
}
.table_head--select:last-of-type.inner--detail {
  margin-top: 10px;
}

.table_head--select-b {
  font-size: 18px;
  background: #b2b6bb;
}
@media only screen and (max-width: 480px) {
  .table_head--select-b {
    font-size: 1rem;
  }
}

.box__accordion--bonus {
  padding-top: 16px;
  border-left: none;
  border-right: none;
}
@media only screen and (max-width: 480px) {
  .box__accordion--bonus {
    padding-top: 0.625rem;
  }
}

.accordon__head--bonus {
  color: #000;
  background: #e2e7ed;
}
@media only screen and (max-width: 480px) {
  .accordon__head--bonus.high {
    height: 85px;
  }
  .accordon__head--bonus.high::before {
    top: 14px;
  }
}
.accordon__head--bonus .icon {
  margin-right: 3px;
  vertical-align: middle;
}
.accordon__head--bonus .icon img {
  max-height: 30px;
}
.accordon__head--bonus.large {
  padding: 10px 0;
}
.accordon__head--bonus.large .icon img {
  max-height: 40px;
}
@media only screen and (max-width: 480px) {
  .accordon__head--bonus.large .icon img {
    max-height: 28px;
  }
}
@media only screen and (max-width: 480px) {
  .accordon__head--bonus.large {
    padding: 7px 0;
  }
}

.txt__table--present .mid {
  font-size: 14px;
}

.txt__table--present--sub {
  font-size: 12px;
}

.detail__conditions--bonus {
  position: relative;
}

.txt__conditions--bonus {
  position: absolute;
  top: 0;
  right: 1%;
  -webkit-transform: translateY(-146%);
          transform: translateY(-146%);
  font-size: 13px;
}
@media only screen and (max-width: 768px) {
  .txt__conditions--bonus {
    right: 3px;
  }
}
@media only screen and (max-width: 480px) {
  .txt__conditions--bonus {
    right: 3%;
    font-size: 0.687rem;
    text-align: center;
    -webkit-transform: translateY(-150%);
            transform: translateY(-150%);
  }
}
.txt__conditions--bonus .tag {
  margin-left: 5px;
  display: inline-block;
  min-width: 68px;
  padding: 3px;
  text-align: center;
  border: 1px solid #c00;
  border-radius: 4px;
}
@media only screen and (max-width: 480px) {
  .txt__conditions--bonus .tag {
    margin-left: 0;
    padding: 1px;
    min-width: 60px;
  }
}
.txt__conditions--bonus.large {
  -webkit-transform: translateY(-180%);
          transform: translateY(-180%);
}
@media only screen and (max-width: 480px) {
  .txt__conditions--bonus.second {
    font-size: 0.687rem;
    text-align: center;
    -webkit-transform: translateY(-110%);
            transform: translateY(-110%);
  }
}
.txt__conditions--bonus.newline {
  text-align: center;
  -webkit-transform: translateY(-107%);
          transform: translateY(-107%);
}
@media only screen and (max-width: 480px) {
  .txt__conditions--bonus.newline {
    -webkit-transform: translateY(-110%);
            transform: translateY(-110%);
  }
}

.pic__table--present {
  margin: 10px 10px 0 10px;
}

.wrapper__table--select.simple {
  padding-bottom: 0;
}

/* ------------------------------------------
      modal
  ------------------------------------------ */
@media only screen and (max-width: 480px) {
  .modal--entry {
    padding: 1.5%;
  }
}

.block__flex--entry {
  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;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .block__flex--entry {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.block__flex--entry-min {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 480px) {
  .block__flex--entry-min {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.item--entry {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 24%;
          flex: 0 1 24%;
  border: 1px solid #000;
  padding: 10px;
  margin-right: 1%;
}
.item--entry:nth-of-type(4n) {
  margin-right: 0;
}
.item--entry:nth-of-type(n+5) {
  margin-top: 10px;
}
@media only screen and (max-width: 480px) {
  .item--entry {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 48%;
            flex: 0 1 48%;
    font-size: 0.75rem;
    margin-right: 0;
  }
  .item--entry:nth-of-type(n+3) {
    margin-top: 10px;
  }
}
.item--entry a {
  color: #000;
}
.item--entry .btnRD {
  margin-top: 5px;
}
.item--entry .credit {
  text-align: right;
  font-size: 10px;
}

.img__item--entry img {
  width: 150px;
}
@media only screen and (max-width: 480px) {
  .img__item--entry img {
    width: 100%;
  }
}

.title__item--entry {
  margin-top: 10px;
}

.catch__item--entry {
  margin-top: 10px;
}

.list__item--logo {
  margin-top: 5px;
}
.list__item--logo img {
  height: 30px;
}
@media only screen and (max-width: 480px) {
  .list__item--logo img {
    height: 22px;
  }
}

.wrapper__list__table_col {
  padding: 14px 0;
  margin: 10px 10px 0 10px;
}
@media only screen and (max-width: 480px) {
  .wrapper__list__table_col {
    padding: 5px;
    margin: 10px 0 0 0;
  }
}

.wrapper__list__table_col-a {
  background: #F2E993;
}

.wrapper__list__table_col-b {
  background: #F7F1B8;
}

.wrapper__list__table_col-c {
  background: #FFFDDB;
}

.img--select {
  margin-top: 20px;
}
@media only screen and (max-width: 480px) {
  .img--select {
    margin: 15px 15px 0;
  }
}

.box--simple {
  padding-bottom: 10px;
}

.box--present .lead--present {
  margin-top: 20px;
  font-size: 18px;
}
@media only screen and (max-width: 480px) {
  .box--present .lead--present {
    margin-top: 0.625rem;
    font-size: 0.75rem;
  }
}

.title--present {
  position: relative;
  font-size: 30px;
  font-weight: bold;
  padding: 15px 0;
}
@media only screen and (max-width: 480px) {
  .title--present {
    font-size: 1.125rem;
  }
}
.title--present.jpk::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 20px;
  width: 93px;
  height: 79px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(/jalcard/information/spring22_visa/common/img/icon_jtp.png) no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 480px) {
  .title--present.jpk::before {
    width: 41px;
    height: 38px;
  }
}

/* ------------------------------------------
      more（Visaのタッチ決済,家族会員プレゼント summer21型）
  ------------------------------------------ */
.section--more {
  background: #F5ECD9;
}

.section--more-b {
  padding: 30px 0 60px;
}
@media only screen and (max-width: 480px) {
  .section--more-b {
    padding: 2.125rem 0;
  }
}

.box--present {
  margin-top: 30px;
  color: #fff;
  border: 1px solid #976F11;
  background: #976F11;
}
@media only screen and (max-width: 480px) {
  .box--present {
    margin-top: 1rem;
  }
}

.box--present--visa {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .box--present--visa .wrap__condition--present-b {
    top: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .box--present--visa .wrap__condition--present-b {
    top: 5px;
  }
}

.title--present--visa {
  position: relative;
  font-size: 30px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .title--present--visa {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 480px) {
  .title--present--visa {
    font-size: 1.125rem;
    padding-bottom: 80px;
  }
}
.title--present--visa::after {
  position: absolute;
  top: 50%;
  left: 20px;
  display: inline-block;
  width: 172px;
  height: 80px;
  content: "";
  -webkit-transform: translateY(-25%);
          transform: translateY(-25%);
  background: url(/jalcard/information/spring22_visa/common/img/logo_visa_toutch.jpg) no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  .title--present--visa::after {
    bottom: -90px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@media only screen and (max-width: 480px) {
  .title--present--visa::after {
    width: 107px;
    height: 50px;
    bottom: 0;
    -webkit-transform: translate(-50%, 24px);
            transform: translate(-50%, 24px);
  }
}

.title--present--visa-b {
  padding: 15px 0;
}
@media only screen and (max-width: 768px) {
  .title--present--visa-b {
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .title--present--visa-b {
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .title--present--visa-b::after {
    width: 75px;
    height: 35px;
    left: 10px;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@media only screen and (max-width: 480px) {
  .title--present--visa-b::after {
    bottom: 50%;
    left: 10px;
    -webkit-transform: translate(0, -30%);
            transform: translate(0, -30%);
  }
}

.subtitle--present--visa {
  padding: 5px;
  color: #976F11;
  font-size: 14px;
  font-weight: normal;
  background: #fff;
}
@media only screen and (max-width: 480px) {
  .subtitle--present--visa {
    display: block;
  }
}

.wrap__condition--present {
  position: absolute;
  top: 15px;
  right: 10px;
  min-width: 94px;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .wrap__condition--present {
    top: 60px;
  }
}
@media only screen and (max-width: 480px) {
  .wrap__condition--present {
    font-size: 0.625rem;
    top: 16%;
    min-width: 70px;
  }
}
.wrap__condition--present .tag {
  margin-top: 6px;
  font-size: 13px;
  display: block;
  padding: 3px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 4px;
}
@media only screen and (max-width: 480px) {
  .wrap__condition--present .tag {
    font-size: 0.625rem;
    padding: 2px;
  }
}

@media only screen and (max-width: 480px) {
  .txt--present--date {
    font-size: 0.687rem;
  }
}

.subbox--present {
  margin-top: 20px;
  padding: 20px;
  color: #000;
  background: #fff;
}
@media only screen and (max-width: 480px) {
  .subbox--present {
    margin-top: 0.875rem;
    padding: 0.875rem;
    font-size: 0.875rem;
  }
}

.lead--subbox--present {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}
.lead--subbox--present .num {
  font-size: 40px;
}
@media only screen and (max-width: 480px) {
  .lead--subbox--present .num {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 480px) {
  .lead--subbox--present {
    font-size: 0.875rem;
  }
}

.flex--present--visa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 768px) {
  .flex--present--visa {
    display: block;
  }
}

.item--present--visa {
  margin: 20px 0;
  padding: 6px 20px 4px 117px;
  font-size: 17px;
  border: 1px solid #1e51ba;
}
@media only screen and (max-width: 768px) {
  .item--present--visa {
    font-size: 14px;
  }
}
@media only screen and (max-width: 480px) {
  .item--present--visa {
    margin: 10px 0;
    padding: 6px 10px 4px 78px;
  }
}
.item--present--visa:first-of-type {
  margin-right: 20px;
  background: #fff url(/jalcard/information/spring22_visa/common/img/icon_domestic.png) no-repeat left center;
}
@media only screen and (max-width: 768px) {
  .item--present--visa:first-of-type {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .item--present--visa:first-of-type {
    background-size: contain;
  }
}
.item--present--visa:nth-of-type(2) {
  background: #fff url(/jalcard/information/spring22_visa/common/img/icon_overseas.png) no-repeat left center;
}
@media only screen and (max-width: 480px) {
  .item--present--visa:nth-of-type(2) {
    background-size: contain;
  }
}
.item--present--visa p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.item--present--visa .num {
  font-size: 36px;
}
@media only screen and (max-width: 768px) {
  .item--present--visa .num {
    font-size: 26px;
  }
}

.underbar--present {
  margin: 20px 0 10px;
  font-size: 20px;
  font-weight: bold;
  text-decoration: underline;
}
@media only screen and (max-width: 480px) {
  .underbar--present {
    font-size: 1rem;
  }
}

.note--present {
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .note--present {
    text-align: left;
    font-size: 0.75rem;
  }
}

.box--present--family {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .box--present--family .wrap__condition--present {
    top: 10px;
    min-width: 75px;
  }
}
@media only screen and (max-width: 480px) {
  .box--present--family .wrap__condition--present {
    top: 80px;
  }
}
.box--present--family .wrap__subtitle--present--visa {
  padding: 28px 0 10px;
}
@media only screen and (max-width: 480px) {
  .box--present--family .wrap__subtitle--present--visa {
    padding: 0;
  }
}
@media only screen and (max-width: 480px) {
  .box--present--family .wrap__condition--present-b {
    top: 5px;
  }
}

.title--present--family {
  position: relative;
  padding-bottom: 10px;
  font-size: 30px;
  font-weight: bold;
}
@media only screen and (max-width: 480px) {
  .title--present--family {
    padding-top: 10px;
    padding-bottom: 5px;
    font-size: 1.125rem;
  }
}
.title--present--family .num {
  font-size: 48px;
}
@media only screen and (max-width: 480px) {
  .title--present--family .num {
    font-size: 1.75rem;
  }
}

.title--present--family-b {
  position: relative;
  padding: 32px 0 20px;
}
@media only screen and (max-width: 480px) {
  .title--present--family-b {
    padding: 15px 0 0;
  }
}
.title--present--family-b::after {
  position: absolute;
  top: 50%;
  left: 20px;
  display: inline-block;
  width: 66px;
  height: 64px;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  content: "";
  background: url(/jalcard/information/spring22_visa/common/img/logo_family.svg) no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 480px) {
  .title--present--family-b::after {
    width: 56px;
    height: 56px;
    -webkit-transform: translateY(-16px);
            transform: translateY(-16px);
  }
}

.subtitle--present--family {
  position: relative;
  font-size: 16px;
}
@media only screen and (max-width: 480px) {
  .subtitle--present--family {
    padding-top: 5px;
    font-size: 0.75rem;
  }
}

.flex--family {
  margin-top: 20px;
}
@media only screen and (max-width: 480px) {
  .flex--family {
    margin-top: 0.625rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.title__flex--family {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 24%;
          flex: 0 1 24%;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  margin-right: 30px;
  padding: 10px;
  color: #976F11;
  border: 1px solid #976F11;
  background: #fff;
}
@media only screen and (max-width: 480px) {
  .title__flex--family {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 40%;
            flex: 0 1 40%;
    white-space: nowrap;
    font-size: 0.812rem;
    margin-right: 0.625rem;
    padding: 5px;
  }
}

.lead__flex--family {
  font-size: 15px;
  font-weight: bold;
}
@media only screen and (max-width: 480px) {
  .lead__flex--family {
    font-size: 0.812rem;
  }
}

.flex--point {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}
@media only screen and (max-width: 480px) {
  .flex--point {
    display: block;
    margin-top: 1rem;
  }
}

.item__flex--point {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 31.6%;
          flex: 0 1 31.6%;
  font-size: 16px;
}
@media only screen and (max-width: 480px) {
  .item__flex--point {
    margin-top: 0.625rem;
    font-size: 0.812rem;
  }
}

.head__flex--point {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 14px;
  padding: 5px 0;
  text-align: center;
  color: #976F11;
  border: 1px solid #976F11;
  background: #fff;
}
@media only screen and (max-width: 480px) {
  .head__flex--point {
    margin-bottom: 0.625rem;
    font-size: 1rem;
    padding: 3px;
  }
}

.box--present--appli {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .box--present--appli .wrap__condition--present {
    top: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .box--present--appli .wrap__condition--present {
    top: 5px;
  }
}

.title--present--appli {
  padding-top: 10px;
  font-size: 30px;
  font-weight: bold;
}
@media only screen and (max-width: 480px) {
  .title--present--appli {
    font-size: 1rem;
  }
}
.title--present--appli::after {
  position: absolute;
  top: 5%;
  left: 20px;
  display: inline-block;
  width: 78px;
  height: 78px;
  content: "";
  background: url(/jalcard/information/spring22_visa/common/img/icon_app.png) no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 480px) {
  .title--present--appli::after {
    width: 56px;
    height: 56px;
  }
}

.title--present--appli-b {
  position: relative;
}
.title--present--appli-b::after {
  top: 50%;
  -webkit-transform: translateY(-28px);
          transform: translateY(-28px);
}
@media only screen and (max-width: 480px) {
  .title--present--appli-b::after {
    -webkit-transform: translateY(-16px);
            transform: translateY(-16px);
  }
}

.txt--present--appli {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
}
@media only screen and (max-width: 480px) {
  .txt--present--appli {
    font-size: 1rem;
  }
}
.txt--present--appli .num {
  font-size: 48px;
}
@media only screen and (max-width: 480px) {
  .txt--present--appli .num {
    font-size: 1.75rem;
  }
}

.box--present--top {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .box--present--top .wrap__condition--present {
    top: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .box--present--top .wrap__condition--present {
    top: 5px;
  }
}

.title--present--top {
  position: relative;
  font-size: 30px;
  font-weight: bold;
  padding: 15px 0;
}
@media only screen and (max-width: 480px) {
  .title--present--top {
    font-size: 1rem;
  }
}
.title--present--top::after {
  position: absolute;
  top: 50%;
  left: 20px;
  display: inline-block;
  width: 106px;
  height: 106px;
  content: "";
  -webkit-transform: translateY(-24%);
          transform: translateY(-24%);
  background: url(/jalcard/information/spring22_visa/common/img/logo_top15.png) no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  .title--present--top::after {
    width: 64px;
    height: 64px;
    bottom: 50%;
    left: 10px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media only screen and (max-width: 480px) {
  .title--present--top::after {
    bottom: 0;
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
  }
}

.txt--present--top {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 10px 0;
}
@media only screen and (max-width: 480px) {
  .txt--present--top {
    font-size: 0.937rem;
  }
}
.txt--present--top .num {
  font-size: 32px;
}
@media only screen and (max-width: 480px) {
  .txt--present--top .num {
    font-size: 1.75rem;
  }
}

.wrap__flex--present {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media only screen and (max-width: 768px) {
  .wrap__flex--present {
    display: block;
  }
}
.wrap__flex--present .box--present {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48%;
          flex: 0 1 48%;
}
.wrap__flex--present .wrap__condition--present {
  top: 14%;
}

/**********************
タイトル部分改変版（winter22）
2カラム汎用
***********************/
.wrap__flex--present--more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 480px) {
  .wrap__flex--present--more {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}

.box--present--more {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48%;
          flex: 0 1 48%;
  margin-top: 30px;
  background: #fff;
  border: 1px solid #976F11;
}
@media only screen and (max-width: 480px) {
  .box--present--more {
    margin-top: 1rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}

.block__title--more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0;
  color: #fff;
  background: #976F11;
}
@media only screen and (max-width: 480px) {
  .block__title--more {
    min-height: auto;
  }
}

.img__title--more {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 18%;
          flex: 0 1 18%;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .img__title--more {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 14%;
            flex: 0 1 14%;
  }
}
.img__title--more img {
  max-width: 66px;
}
@media only screen and (max-width: 768px) {
  .img__title--more img {
    max-width: 33px;
  }
}

.head__title--more {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 60%;
          flex: 0 1 60%;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .head__title--more {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 480px) {
  .head__title--more {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 66%;
            flex: 0 1 66%;
  }
}

.tag__title--more {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 22%;
          flex: 0 1 22%;
  text-align: center;
  margin-right: 1%;
}
@media only screen and (max-width: 480px) {
  .tag__title--more {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 20%;
            flex: 0 1 20%;
    font-size: 0.625rem;
  }
}
.tag__title--more .tag {
  font-size: 12px;
  display: block;
  padding: 3px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 4px;
}
@media only screen and (max-width: 480px) {
  .tag__title--more .tag {
    font-size: 0.625rem;
    padding: 2px;
  }
}

/* ------------------------------------------
      other
  ------------------------------------------ */
.other {
  font-weight: bold;
}
.other .box__white__shadow {
  margin-top: 50px;
}
@media only screen and (max-width: 480px) {
  .other .box__white__shadow {
    -webkit-box-shadow: none;
            box-shadow: none;
    background: none;
  }
}
.other .btn--other {
  margin-top: 20px;
}

@media only screen and (max-width: 480px) {
  .subhead--other img {
    width: 32.5%;
  }
}

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

.item--other {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}
@media only screen and (max-width: 480px) {
  .item--other {
    padding-bottom: 1.875rem;
    -webkit-box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
            box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
    background: #fff;
    border-radius: 6px;
  }
}
.item--other:first-of-type .wrapper--cardface--other, .item--other:first-of-type .box__strong--other, .item--other:first-of-type .wrapper--other--benefit {
  border-right: 1px solid #ccc;
}
@media only screen and (max-width: 480px) {
  .item--other:first-of-type .wrapper--cardface--other, .item--other:first-of-type .box__strong--other, .item--other:first-of-type .wrapper--other--benefit {
    border: none;
  }
}
@media only screen and (max-width: 480px) {
  .item--other:nth-of-type(2) {
    margin-top: 2.5rem;
  }
}

.subhead--other {
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (max-width: 940px) {
  .wrapper--cardface--other {
    padding: 0 10px;
  }
}

.inner--cardface--other {
  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 only screen and (max-width: 940px) {
  .inner--cardface--other {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.inner--cardface--other .img--cardface {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 140px;
          flex: 0 1 140px;
  margin-right: 20px;
}
@media only screen and (max-width: 940px) {
  .inner--cardface--other .img--cardface {
    min-width: 140px;
  }
}
@media only screen and (max-width: 480px) {
  .inner--cardface--other .img--cardface {
    margin-right: 1rem;
  }
}
@media only screen and (max-width: 480px) {
  .inner--cardface--other .txt--cardface {
    font-size: 0.875rem;
  }
}
.inner--cardface--other .txt--cardface p {
  margin-top: 5px;
}

.lead--other {
  margin-top: 5px;
  text-align: center;
  font-size: 18px;
}
.lead--other .num {
  font-size: 34px;
}
.lead--other .small {
  font-size: 14px;
}
@media only screen and (max-width: 480px) {
  .lead--other .small {
    font-size: 0.75rem;
  }
}

.box__strong--other {
  padding: 24px 20px 0;
}
@media only screen and (max-width: 480px) {
  .box__strong--other {
    padding: 0.75rem 0.875rem 0;
  }
}

.title__strong--other {
  padding: 6px 0;
  text-align: center;
  color: #fff;
  font-size: 22px;
  background: #976F11;
}
@media only screen and (max-width: 480px) {
  .title__strong--other {
    position: static;
    left: auto;
    top: auto;
    width: 100%;
    font-size: 1.062rem;
  }
}

.txt__strong--other {
  padding: 20px 0;
  text-align: center;
  font-size: 18px;
  border-left: 1px solid #976F11;
  border-right: 1px solid #976F11;
  border-bottom: 1px solid #976F11;
}
@media only screen and (max-width: 480px) {
  .txt__strong--other {
    padding: 5px 0;
  }
}
.txt__strong--other .num {
  font-size: 34px;
}

.wrapper--other--benefit {
  margin: 0 0 30px;
  padding-top: 18px;
}
@media only screen and (max-width: 480px) {
  .wrapper--other--benefit {
    margin: 0 0 1.25rem;
    padding-top: 1rem;
  }
}

.sublead--other {
  text-align: center;
  font-size: 20px;
}
.sublead--other .num {
  font-size: 30px;
}

.list--other {
  margin: 0 70px;
}
@media only screen and (max-width: 940px) {
  .list--other {
    margin: 0 30px;
  }
}
@media only screen and (max-width: 480px) {
  .list--other {
    margin: 0 0.875rem;
  }
}
.list--other li {
  margin-top: 5px;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.list--other li::before {
  content: "";
  display: inline-block;
  width: 58px;
  height: 58px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 58px;
          flex: 0 1 58px;
  min-width: 58px;
  margin-right: 22px;
}

.list--other--est li:nth-child(1)::before {
  background: url("/jalcard/information/spring22_visa/common/img/icon_est_01@2x.png") no-repeat;
  background-size: contain;
}
.list--other--est li:nth-child(2)::before {
  background: url("/jalcard/information/spring22_visa/common/img/icon_est_02@2x.png") no-repeat;
  background-size: contain;
}
.list--other--est li:nth-child(3)::before {
  background: url("/jalcard/information/spring22_visa/common/img/icon_est_03@2x.png") no-repeat;
  background-size: contain;
}
.list--other--est li:nth-child(4)::before {
  background: url("/jalcard/information/spring22_visa/common/img/icon_est_04@2x.png") no-repeat;
  background-size: contain;
}
.list--other--est li:nth-child(5)::before {
  background: url("/jalcard/information/spring22_visa/common/img/icon_est_05@2x.png") no-repeat;
  background-size: contain;
}
.list--other--est li:nth-child(6)::before {
  background: url("/jalcard/information/spring22_visa/common/img/icon_est_06@2x.png") no-repeat;
  background-size: contain;
}
.list--other--est li.mile::before {
  background: url("/jalcard/information/spring22_visa/common/img/icon_est_03@2x.png") no-repeat;
  background-size: contain;
}

.list--other--navi li:nth-child(1)::before {
  background: url("/jalcard/information/spring22_visa/common/img/icon_navi_01@2x.png") no-repeat;
  background-size: contain;
}
.list--other--navi li:nth-child(2)::before {
  background: url("/jalcard/information/spring22_visa/common/img/icon_navi_02@2x.png") no-repeat;
  background-size: contain;
}
.list--other--navi li:nth-child(3)::before {
  background: url("/jalcard/information/spring22_visa/common/img/icon_navi_03@2x.png") no-repeat;
  background-size: contain;
}
.list--other--navi li:nth-child(4)::before {
  background: url("/jalcard/information/spring22_visa/common/img/icon_navi_04@2x.png") no-repeat;
  background-size: contain;
}
.list--other--navi li.infinite::before {
  background: url("/jalcard/information/spring22_visa/common/img/icon_navi_03@2x.png") no-repeat;
  background-size: contain;
}
.list--other--navi li.flight::before {
  background: url("/jalcard/information/spring22_visa/common/img/icon_est_05@2x.png") no-repeat;
  background-size: contain;
}

/* ------------------------------------------
      MUN系 Step
  ------------------------------------------ */
.section--step--mun {
  background: #ffebeb;
}

.article--step--2 {
  padding-bottom: 60px;
}
@media only screen and (max-width: 480px) {
  .article--step--2 {
    padding-bottom: 1rem;
  }
}

.head__img--step--mun {
  padding: 10px 0;
  text-align: center;
  background: #8e0000;
}
@media only screen and (max-width: 480px) {
  .head__img--step--mun {
    padding: 0.625rem 3.125%;
  }
}

.wrapper--step--mun {
  padding: 22px 0 38px;
  font-weight: bold;
  text-align: center;
  background: #cc0000;
}
@media only screen and (max-width: 480px) {
  .wrapper--step--mun {
    padding: 0.625rem 0 1rem;
  }
}

.head__tag--step--mun {
  display: inline-block;
  padding: 0 28px;
  color: #c00;
  font-size: 30px;
  background: #fff;
}
@media only screen and (max-width: 480px) {
  .head__tag--step--mun {
    padding: 0 0.75rem;
    font-size: 1.125rem;
  }
}

.title--step--mun {
  margin-top: 20px;
  font-size: 36px;
  color: #fff;
}
@media only screen and (max-width: 480px) {
  .title--step--mun {
    margin-top: 0.625rem;
    font-size: 1.25rem;
  }
}

.box--step--mun {
  margin-top: 50px;
  border: 4px solid #c00;
  background: #fff;
}
@media only screen and (max-width: 480px) {
  .box--step--mun {
    margin-top: 0.75rem;
    border-width: 2px;
  }
}

.wrapper__head__box--step--mun {
  color: #fff;
  background: #c00;
}

.head__box--step--mun {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 0;
}
@media only screen and (max-width: 768px) {
  .head__box--step--mun {
    display: block;
    padding: 1rem 0;
    text-align: center;
  }
}
.head__box--step--mun .main {
  font-size: 36px;
  font-weight: bold;
}
@media only screen and (max-width: 480px) {
  .head__box--step--mun .main {
    font-size: 1.125rem;
  }
}
.head__box--step--mun .sub span {
  display: inline-block;
  padding: 0 10px;
  border: 1px solid #fff;
  border-radius: 5px;
  font-size: 18px;
}
@media only screen and (max-width: 480px) {
  .head__box--step--mun .sub span {
    font-size: 0.875rem;
    margin-top: 3px;
  }
}
.head__box--step--mun .sub span.require {
  font-size: 24px;
  color: #c00;
  background: #fff;
  border-radius: 0;
}
@media only screen and (max-width: 480px) {
  .head__box--step--mun .sub span.require {
    font-size: 0.875rem;
  }
}

.subbox--step--mun {
  padding: 20px 40px;
}
@media only screen and (max-width: 480px) {
  .subbox--step--mun {
    padding: 0.75rem 1rem;
  }
}

.txt__box--step--mun {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}
@media only screen and (max-width: 480px) {
  .txt__box--step--mun {
    font-size: 0.937rem;
  }
}
.txt__box--step--mun .num {
  font-size: 50px;
}
@media only screen and (max-width: 480px) {
  .txt__box--step--mun .num {
    font-size: 1.75rem;
  }
}

.lead__box--step--mun {
  margin-top: 20px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .lead__box--step--mun {
    margin-top: 0.625rem;
    font-size: 0.812rem;
  }
}

.note__box--step--mun {
  margin-top: 5px;
  font-size: 12px;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .note__box--step--mun {
    font-size: 0.687rem;
  }
}

.img__box--step--mun {
  margin-top: 22px;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .img__box--step--mun {
    margin-top: 0.625rem;
  }
}

.info__box--step--mun {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 26px;
}
@media only screen and (max-width: 768px) {
  .info__box--step--mun {
    display: block;
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  .info__box--step--mun {
    margin-top: 0.812rem;
  }
}
.info__box--step--mun .head__info__box {
  margin-right: 20px;
  padding: 10px 30px;
  border: 2px solid #c00;
  font-size: 20px;
  color: #c00;
  font-weight: bold;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .info__box--step--mun .head__info__box {
    display: inline-block;
    margin: 0 auto 0.812rem;
  }
}
@media only screen and (max-width: 480px) {
  .info__box--step--mun .head__info__box {
    padding: 7px 12px;
    font-size: 0.937rem;
    border-width: 1px;
  }
}
.info__box--step--mun .txt__info__box {
  font-size: 12px;
  font-weight: bold;
}
@media only screen and (max-width: 480px) {
  .info__box--step--mun .txt__info__box {
    font-size: 0.625rem;
  }
}

/* ------------------------------------------
      MUN系 Step(autumn21)
  ------------------------------------------ */
.section--step--mun-b {
  padding-top: 0;
  background: #F5ECD9;
}

.block__head--mun {
  position: relative;
  padding: 55px 0 34px;
  text-align: center;
  background: #F9011E;
}
@media only screen and (max-width: 480px) {
  .block__head--mun {
    padding: 70px 0 12px;
  }
}
.block__head--mun.noimg {
  padding: 34px 0;
}
@media only screen and (max-width: 480px) {
  .block__head--mun.noimg {
    padding: 12px 0;
  }
}
.block__head--mun .head__img--mun {
  margin: -80px 0 16px;
}

.wrapper--step--mun-b {
  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;
}
@media only screen and (max-width: 480px) {
  .wrapper--step--mun-b {
    display: block;
  }
}

.head__tag--step--mun-b {
  padding: 0 14px 4px;
  margin-right: 10px;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 3px;
}
@media only screen and (max-width: 480px) {
  .head__tag--step--mun-b {
    border-radius: 7px;
    margin: 0 0 5px;
    font-size: 0.937rem;
    display: inline-block;
  }
}
.head__tag--step--mun-b .num {
  font-size: 42px;
}
@media only screen and (max-width: 768px) {
  .head__tag--step--mun-b .num {
    font-size: 36px;
  }
}
@media only screen and (max-width: 480px) {
  .head__tag--step--mun-b .num {
    font-size: 1.25rem;
  }
}

.title--step--mun-b {
  font-size: 42px;
  font-weight: bold;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .title--step--mun-b {
    font-size: 36px;
  }
}
@media only screen and (max-width: 480px) {
  .title--step--mun-b {
    font-size: 1.25rem;
  }
}

.box--step--mun-b {
  border: 1px solid #976F11;
}
.box--step--mun-b .wrapper__head__box--step--mun {
  position: relative;
  text-align: center;
  background: #976F11;
}
.box--step--mun-b .wrapper__head__box--step--mun .main {
  font-size: 26px;
}
@media only screen and (max-width: 480px) {
  .box--step--mun-b .wrapper__head__box--step--mun .main {
    font-size: 1.125rem;
  }
}
.box--step--mun-b .wrapper__head__box--step--mun .sub {
  position: absolute;
  right: 1%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .box--step--mun-b .wrapper__head__box--step--mun .sub {
    position: static;
    right: auto;
    top: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.box--step--mun-b .wrapper__head__box--step--mun .sub span {
  font-size: 13px;
}
.box--step--mun-b .wrapper__head__box--step--mun .sub span.require {
  color: #976F11;
  border-radius: 5px;
}
.box--step--mun-b .head__box--step--mun {
  padding: 10px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.box--step--mun-b .lead__box--step--mun {
  font-size: 18px;
}
@media only screen and (max-width: 480px) {
  .box--step--mun-b .lead__box--step--mun {
    font-size: 0.812rem;
  }
}
@media only screen and (max-width: 480px) {
  .box--step--mun-b .link--tokuten {
    margin: 10px 0 0;
  }
}

.table--step--mun {
  margin: 20px auto;
  width: 500px;
}
@media only screen and (max-width: 480px) {
  .table--step--mun {
    margin: 10px auto;
    width: auto;
  }
}
.table--step--mun th, .table--step--mun td {
  padding: 10px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  border: 1px solid #000;
}
@media only screen and (max-width: 480px) {
  .table--step--mun th, .table--step--mun td {
    padding: 5px;
    font-size: 0.8125rem;
  }
}
.table--step--mun th {
  background: #CCC;
}
.table--step--mun td {
  background: #fff;
}

/* ------------------------------------------
      section--entry
  ------------------------------------------ */
.other {
  padding-bottom: 50px;
}
@media only screen and (max-width: 480px) {
  .other {
    padding-bottom: 2.5rem;
  }
}

.other-b {
  background: #f5f5f5;
}
.other-b .head__balloon {
  margin-top: 0;
  padding-top: 60px;
}
@media only screen and (max-width: 480px) {
  .other-b .head__balloon {
    padding-top: 2.25rem;
  }
}

.section--entry {
  padding: 90px 0;
  background-color: #F5ECD9;
}
@media only screen and (max-width: 480px) {
  .section--entry {
    padding: 2.5rem 0;
  }
}

.section--entry-b {
  background: #fff4f2;
}

.entry__heading {
  text-align: center;
  margin-bottom: 75px;
}
@media only screen and (max-width: 480px) {
  .entry__heading {
    margin-bottom: 2rem;
  }
}

.entry__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .entry__block {
    display: block;
    padding: 6vw 0;
  }
}
.entry__block .entry__box {
  position: relative;
  width: 23%;
  border-radius: 12px;
  background-color: #ffffff;
}
@media only screen and (max-width: 480px) {
  .entry__block .entry__box {
    width: 100%;
  }
}
.entry__block .entry__box::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 85px;
  position: absolute;
  top: 50%;
  right: -23px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(/jalcard/information/spring22_visa/common/img/entry_icon05.png) no-repeat;
}
@media only screen and (max-width: 480px) {
  .entry__block .entry__box::after {
    width: 21px;
    height: 90px;
    top: auto;
    bottom: -5rem;
    right: 50%;
    -webkit-transform: translate(0) rotate(90deg);
            transform: translate(0) rotate(90deg);
    background-size: 4vw 100%;
  }
}
.entry__block .entry__box:nth-last-of-type(-n+2)::after {
  width: 0;
  height: 0;
}
@media only screen and (max-width: 480px) {
  .entry__block .entry__box:nth-last-of-type(-n+2)::after {
    width: 21px;
    height: 90px;
  }
}
@media only screen and (max-width: 480px) {
  .entry__block .entry__box:last-of-type::after {
    width: 0;
    height: 0;
    background: none;
  }
}
@media only screen and (max-width: 480px) {
  .entry__block .entry__box:not(:last-of-type) {
    margin-bottom: 16vw;
  }
}