@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
------------------------------------------ */
* {
  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;
  }
}

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

.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;
  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;
  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 .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 {
  transform: rotate(-45deg) translateX(-20px);
}
@media only screen and (max-width: 480px) {
  .head__balloon::before {
    transform: rotate(-45deg) translateX(0);
    left: 20px;
    bottom: 0;
  }
}
.head__balloon::after {
  transform: rotate(45deg) translateX(20px);
}
@media only screen and (max-width: 480px) {
  .head__balloon::after {
    transform: rotate(45deg) translateX(0);
    right: 20px;
    bottom: 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__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/summer21/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/summer21/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--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/summer21/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/summer21/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__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/summer21/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: 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: flex;
  justify-content: space-between;
  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;
}

.txt__date--cpn {
  display: flex;
  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/summer21/common/img/icon_arrow_down.svg) no-repeat 90% center;
  border-radius: 30px;
  box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
  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/summer21/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;
}

/* 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;
}

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

.wrap__btn--cvn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 113px;
  height: 113px;
  text-align: center;
  border-radius: 50%;
  background: rgba(204, 0, 0, 0.7) url(/jalcard/information/summer21/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;
}

/* ------------------------------------------
      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;
  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;
    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 {
  justify-content: center;
  margin-top: 24px;
}
@media only screen and (max-width: 480px) {
  .list--specialFavor {
    display: block;
    margin: 0 1.25rem 0;
  }
}

.item--specialFavor {
  flex: 0 1 50%;
}
.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(cardlist) summer21型
  ------------------------------------------ */
.section--select {
  padding-bottom: 0;
  background: #FFF;
}

.bg_r {
  background: #848e97;
}

.bg_a {
  background: #9b9162;
}

.bg_g {
  background: #90743e;
}

.bg_p {
  background: #384652;
}

.bg_lr {
  background: #f2f2f2;
}

.bg_la {
  background: #f5f3d0;
}

.bg_lg {
  background: #e4ddca;
}

.bg_lp {
  background: #d8dcdf;
}

.cardselect > .block_cardlist:first-of-type {
  margin-top: 50px;
}
@media only screen and (max-width: 480px) {
  .cardselect > .block_cardlist:first-of-type {
    margin-top: 1.5rem;
  }
}

.area__card_name {
  padding: 35px 0 45px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .area__card_name {
    padding: 1.5rem 0 2.5rem;
  }
  .area__card_name.free {
    background: #848e97 url(/jalcard/information/summer21/common/img/icon_balloon_free.png) no-repeat 93% center;
    background-size: 90px;
  }
}

.head__area__card_name {
  font-size: 20px;
  line-height: 1.4;
  color: #fff;
  font-weight: bold;
}
@media only screen and (max-width: 480px) {
  .head__area__card_name {
    font-size: 0.937rem;
  }
}
.head__area__card_name span {
  display: block;
  font-size: 40px;
}
@media only screen and (max-width: 480px) {
  .head__area__card_name span {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 480px) {
  .block_hd {
    text-align: center;
  }
  .block_hd img {
    width: 90%;
  }
}

.anchor__cardselect {
  text-align: center;
  font-weight: bold;
  max-width: 950px;
  margin: 40px auto 50px;
  padding: 15px 0;
  text-align: center;
  border: 1px solid #eee;
  background: #f5f5f5;
}
@media only screen and (max-width: 480px) {
  .anchor__cardselect {
    max-width: 100%;
    margin: 1.25rem auto 1.5rem;
  }
}

.block_cardlist {
  padding-bottom: 50px;
}
@media only screen and (max-width: 480px) {
  .block_cardlist {
    padding-bottom: 1.5rem;
  }
}

.area__card_info {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-top: -18px;
}
@media only screen and (max-width: 480px) {
  .area__card_info {
    display: block;
  }
}

.img__card_info img {
  max-width: 280px;
  height: auto;
}
@media only screen and (max-width: 480px) {
  .img__card_info img {
    max-width: 200px;
  }
}
@media only screen and (max-width: 480px) {
  .img__card_info {
    text-align: center;
  }
}

.txtbox__card_info {
  margin-left: 40px;
}
@media only screen and (max-width: 480px) {
  .txtbox__card_info {
    margin-left: 0;
    text-align: center;
  }
}

.lead__card_info {
  font-size: 18px;
}
.lead__card_info.free {
  position: relative;
}
.lead__card_info.free::after {
  position: absolute;
  right: -120px;
  bottom: -30px;
  content: "";
  display: inline-block;
  width: 110px;
  height: 110px;
  background: url(/jalcard/information/summer21/common/img/icon_balloon_free.png) no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  .lead__card_info.free::after {
    width: 0;
    height: 0;
    background: none;
  }
}
@media only screen and (max-width: 480px) {
  .lead__card_info {
    margin-top: 1.125rem;
    font-size: 0.812rem;
  }
}

.txt__card_info {
  margin-top: 16px;
}
.txt__card_info .subinfo {
  font-size: 12px;
}
@media only screen and (max-width: 480px) {
  .txt__card_info .subinfo {
    font-size: 0.687rem;
  }
}

.link__modal {
  margin-top: 8px;
  font-size: 12px;
}
@media only screen and (max-width: 480px) {
  .link__modal {
    font-size: 0.687rem;
  }
}

.btn_application {
  text-align: center;
}

.btn__entry {
  position: relative;
  display: inline-block;
  margin-top: 30px;
  padding: 20px 80px;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  background: #c00;
  border-radius: 50px;
  transition: 0.2s;
}
@media only screen and (max-width: 480px) {
  .btn__entry {
    margin-top: 1.25rem;
    padding: 1.125rem 3.125rem;
    font-size: 0.937rem;
  }
}
.btn__entry::after {
  position: absolute;
  right: 5%;
  top: 38%;
  content: "";
  display: inline-block;
  width: 11px;
  height: 18px;
  background: url(/jalcard/information/summer21/common/img/icon_arrow_down.svg) no-repeat;
  background-size: contain;
  transform: rotate(-90deg);
}
.btn__entry:hover {
  opacity: 0.8;
}

.accordion__card_info {
  max-width: 780px;
  margin: 28px auto 0;
}
@media only screen and (max-width: 768px) {
  .accordion__card_info {
    max-width: 95%;
    margin-top: 1.25rem;
  }
}
.accordion__card_info.regular .toggle_title {
  border-top: 10px solid #848e97;
  border-bottom: 10px solid #848e97;
}
@media only screen and (max-width: 480px) {
  .accordion__card_info.regular .toggle_title {
    border-width: 5px;
  }
}
.accordion__card_info.regular .toggle_inner {
  border-bottom: 10px solid #848e97;
}
@media only screen and (max-width: 480px) {
  .accordion__card_info.regular .toggle_inner {
    border-width: 5px;
  }
}
.accordion__card_info.club-a .toggle_title {
  border-top: 10px solid #9b9162;
  border-bottom: 10px solid #9b9162;
}
@media only screen and (max-width: 480px) {
  .accordion__card_info.club-a .toggle_title {
    border-width: 5px;
  }
}
.accordion__card_info.club-a .toggle_inner {
  border-bottom: 10px solid #9b9162;
}
@media only screen and (max-width: 480px) {
  .accordion__card_info.club-a .toggle_inner {
    border-width: 5px;
  }
}
.accordion__card_info.gold .toggle_title {
  border-top: 10px solid #90743e;
  border-bottom: 10px solid #90743e;
}
@media only screen and (max-width: 480px) {
  .accordion__card_info.gold .toggle_title {
    border-width: 5px;
  }
}
.accordion__card_info.gold .toggle_inner {
  border-bottom: 10px solid #90743e;
}
@media only screen and (max-width: 480px) {
  .accordion__card_info.gold .toggle_inner {
    border-width: 5px;
  }
}
.accordion__card_info.platinum .toggle_title {
  border-top: 10px solid #384652;
  border-bottom: 10px solid #384652;
}
@media only screen and (max-width: 480px) {
  .accordion__card_info.platinum .toggle_title {
    border-width: 5px;
  }
}
.accordion__card_info.platinum .toggle_inner {
  border-bottom: 10px solid #384652;
}
@media only screen and (max-width: 480px) {
  .accordion__card_info.platinum .toggle_inner {
    border-width: 5px;
  }
}
.accordion__card_info .noteList {
  font-size: 13px;
}
@media only screen and (max-width: 480px) {
  .accordion__card_info .noteList {
    font-size: 0.75rem;
  }
}

.link--tokuten {
  margin-top: 10px;
}

.toggle_inner {
  display: none;
  padding: 30px 40px;
  margin-bottom: 10px;
  background: #fff;
}
@media only screen and (max-width: 480px) {
  .toggle_inner {
    padding: 0.937rem;
  }
}
.toggle_inner .tokuten_block {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #c00;
}
@media only screen and (max-width: 480px) {
  .toggle_inner .tokuten_block {
    margin-bottom: 0.937rem;
    padding-bottom: 0.625rem;
  }
}
.toggle_inner .tokuten_block:last-of-type {
  margin-bottom: 0;
  border-bottom: none;
}

.toggle_title {
  position: relative;
  padding: 10px 0;
  background: #fff;
  cursor: pointer;
}
@media only screen and (max-width: 480px) {
  .toggle_title {
    padding: 5px 0;
  }
}
.toggle_title.active .toggle_switch::after {
  background: url(/jalcard/information/summer21/common/img/icon_minus.svg) no-repeat center center;
  background-size: contain;
}

.toggle_switch {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  display: block;
  text-align: center;
  font-size: 14px;
  color: #c00;
  background: #fff;
  padding: 16px 10px 10px;
  border: 1px solid #c00;
}
@media only screen and (max-width: 480px) {
  .toggle_switch {
    font-size: 0.75rem;
    padding: 10px 5px;
  }
}
.toggle_switch::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin: 5px auto 0;
  background: url(/jalcard/information/summer21/common/img/icon_plus.svg) no-repeat center center;
  background-size: contain;
}
@media only screen and (max-width: 480px) {
  .toggle_switch::after {
    width: 15px;
    height: 15px;
  }
}

.accordion__title {
  text-align: center;
  font-size: 32px;
}
@media only screen and (max-width: 480px) {
  .accordion__title {
    font-size: 1rem;
  }
}
.accordion__title .num {
  font-size: 58px;
  color: #c00;
}
@media only screen and (max-width: 480px) {
  .accordion__title .num {
    font-size: 1.75rem;
  }
}

.accordion__title--deco {
  font-size: 26px;
  color: #c00;
}
@media only screen and (max-width: 480px) {
  .accordion__title--deco {
    font-size: 0.812rem;
  }
}
.accordion__title--deco::before, .accordion__title--deco::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 30px;
  background: #c00;
}
.accordion__title--deco::before {
  transform: rotate(-45deg) translateX(-15px);
}
.accordion__title--deco::after {
  transform: rotate(45deg) translateX(15px);
}

.area__head--tokuten {
  display: flex;
  align-items: center;
}

.head--tokuten {
  flex: 0 1 18%;
  font-size: 16px;
  font-weight: bold;
  color: #c00;
}
@media only screen and (max-width: 480px) {
  .head--tokuten {
    flex: 0 1 24%;
    min-width: 24%;
    font-size: 0.875rem;
  }
}
.head--tokuten span {
  font-size: 28px;
}
@media only screen and (max-width: 480px) {
  .head--tokuten span {
    font-size: 1.125rem;
  }
}

.head__title--tokuten {
  font-size: 28px;
  font-weight: bold;
}
@media only screen and (max-width: 480px) {
  .head__title--tokuten {
    font-size: 1rem;
  }
}

.detail--tokuten {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media only screen and (max-width: 480px) {
  .detail--tokuten {
    flex-flow: row wrap;
  }
}

.name--tokuten {
  margin-left: 17%;
  font-size: 26px;
  font-weight: bold;
}
@media only screen and (max-width: 480px) {
  .name--tokuten {
    font-size: 1rem;
    flex: 0 1 100%;
    margin-left: 0;
    text-align: center;
  }
}
.name--tokuten .num {
  font-size: 50px;
  color: #c00;
}
@media only screen and (max-width: 480px) {
  .name--tokuten .num {
    font-size: 1.75rem;
  }
}
.name--tokuten::before {
  content: "";
  display: inline-block;
  transform: translateY(6px);
  margin-right: 5px;
}

.name--tokuten-a::before {
  width: 56px;
  height: 48px;
  background: url(/jalcard/information/summer21/common/img/icon_mile@2x.png) no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 480px) {
  .name--tokuten-a::before {
    width: 28px;
    height: 24px;
  }
}

.name--tokuten-b::before {
  width: 66px;
  height: 49px;
  background: url(/jalcard/information/summer21/common/img/icon_flight@2x.png) no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 480px) {
  .name--tokuten-b::before {
    width: 33px;
    height: 25px;
  }
}

.name--tokuten-c::before {
  width: 56px;
  height: 49px;
  background: url(/jalcard/information/summer21/common/img/icon_jpp@2x.png) no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 480px) {
  .name--tokuten-c::before {
    width: 28px;
    height: 25px;
  }
}

.name--tokuten-d::before {
  width: 56px;
  height: 56px;
  background: url(/jalcard/information/summer21/common/img/icon_apli@2x.png) no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 480px) {
  .name--tokuten-d::before {
    width: 28px;
    height: 28px;
  }
}

@media only screen and (max-width: 480px) {
  .detail__conditions--tokuten {
    flex: 0 1 100%;
    font-size: 0.687rem;
    text-align: right;
    margin-top: 5px;
  }
}
.detail__conditions--tokuten .tag {
  margin-left: 5px;
  font-size: 13px;
  display: inline-block;
  min-width: 80px;
  padding: 3px;
  text-align: center;
  border: 1px solid #c00;
  border-radius: 4px;
}
@media only screen and (max-width: 480px) {
  .detail__conditions--tokuten .tag {
    font-size: 0.687rem;
    min-width: 60px;
  }
}

.detail__txt--tokuten {
  margin-top: 20px;
  font-size: 13px;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .detail__txt--tokuten {
    margin-top: 0.625rem;
  }
}

.box__subinfo--tokuten {
  margin-top: 30px;
  padding: 25px 15px 15px;
  text-align: center;
  background: #f2f2f2;
}
@media only screen and (max-width: 480px) {
  .box__subinfo--tokuten {
    font-size: 0.812rem;
  }
}

.subtitle__subinfo--tokuten {
  position: relative;
  font-size: 18px;
}
@media only screen and (max-width: 480px) {
  .subtitle__subinfo--tokuten {
    font-size: 0.812rem;
  }
}
.subtitle__subinfo--tokuten::before {
  position: absolute;
  left: 0;
  top: -30px;
  content: "";
  display: inline-block;
  width: 132px;
  height: 54px;
  transform: translate(38%, -35%);
  background: url(/jalcard/information/summer21/common/img/icon_balloon_recommend.png) no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 480px) {
  .subtitle__subinfo--tokuten::before {
    width: 66px;
    height: 27px;
  }
}

.title__subinfo--tokuten {
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: bold;
}
@media only screen and (max-width: 480px) {
  .title__subinfo--tokuten {
    font-size: 1rem;
  }
}

.price__subinfo--tokuten {
  font-weight: bold;
}
.price__subinfo--tokuten .num {
  font-size: 22px;
}

.note__subinfo--tokuten {
  margin-top: 10px;
  font-size: 12px;
}

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

/* ------------------------------------------
      linklist
  ------------------------------------------ */
.block__linklist--cardlist {
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin-top: 30px;
}
@media only screen and (max-width: 480px) {
  .block__linklist--cardlist {
    display: block;
    margin-top: 1rem;
  }
}

.item__linklist--cardlist {
  flex: 0 1 48%;
  padding: 4%;
  background: #fff;
}
@media only screen and (max-width: 480px) {
  .item__linklist--cardlist:nth-of-type(n+2) {
    padding: 4% 2%;
    margin-top: 0.625rem;
  }
}

.lead__item__linklist--cardlist {
  margin-top: 10px;
}

.logo__linklist--cardlist {
  margin-top: 10px;
}
.logo__linklist--cardlist img {
  height: 40px;
}

.btn__linklist--cardlist .btnRD {
  width: 80%;
  margin: 20px auto 0;
}
@media only screen and (max-width: 480px) {
  .btn__linklist--cardlist .btnRD {
    margin-top: 0.625rem;
  }
}

/* ------------------------------------------
      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: 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: flex;
  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;
}

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

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

.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: "";
  transform: translateY(-25%);
  background: url(/jalcard/information/summer21/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%;
    transform: translate(-50%, 0);
  }
}
@media only screen and (max-width: 480px) {
  .title--present--visa::after {
    width: 107px;
    height: 50px;
    bottom: 0;
    transform: translate(-50%, 24px);
  }
}

.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: flex;
  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/summer21/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/summer21/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: flex;
  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;
  }
}

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

.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;
    align-items: center;
  }
}

.title__flex--family {
  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 {
    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 {
  justify-content: space-between;
  margin-top: 30px;
}
@media only screen and (max-width: 480px) {
  .flex--point {
    display: block;
    margin-top: 1rem;
  }
}

.item__flex--point {
  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: 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/summer21/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;
  }
}

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

/* ------------------------------------------
      other
  ------------------------------------------ */
.other {
  font-weight: bold;
}
.other .box__white__shadow {
  margin-top: 50px;
}
@media only screen and (max-width: 480px) {
  .other .box__white__shadow {
    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: flex;
}
@media only screen and (max-width: 480px) {
  .box--other {
    display: block;
  }
}

.item--other {
  flex: 0 1 50%;
}
@media only screen and (max-width: 480px) {
  .item--other {
    padding-bottom: 1.875rem;
    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;
  transform: translateY(-50%);
}

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

.inner--cardface--other {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 940px) {
  .inner--cardface--other {
    align-items: flex-start;
  }
}
.inner--cardface--other .img--cardface {
  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: flex;
  align-items: center;
}
.list--other li::before {
  content: "";
  display: inline-block;
  width: 58px;
  height: 58px;
  flex: 0 1 58px;
  min-width: 58px;
  margin-right: 22px;
}

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

.list--other--navi li:nth-child(1)::before {
  background: url("/jalcard/information/summer21/common/img/icon_navi_01@2x.png") no-repeat;
  background-size: contain;
}
.list--other--navi li:nth-child(2)::before {
  background: url("/jalcard/information/summer21/common/img/icon_navi_02@2x.png") no-repeat;
  background-size: contain;
}
.list--other--navi li:nth-child(3)::before {
  background: url("/jalcard/information/summer21/common/img/icon_navi_03@2x.png") no-repeat;
  background-size: contain;
}
.list--other--navi li:nth-child(4)::before {
  background: url("/jalcard/information/summer21/common/img/icon_navi_04@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: flex;
  justify-content: space-around;
  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 {
  font-size: 20px;
  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: 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;
  }
}