@charset "utf-8";

/* ========== hidden ========== */
@media only screen and (min-width: 641px) {
  .c-hide-pc {
    display: none;
  }
}

@media only screen and (max-width: 640px) {
  .c-hide-sp {
    display: none;
  }
}

/* ========== h2 ========== */
.c-heading2-lp {
    background-color: #888888;
    padding: 1.4em 1em 1em 1em;
    margin-top: 2em;
    text-align: center;
}

.c-heading2-lp h2 {
    color: #ffffff;
    font-weight: bold;
    font-size: 180%;
}

@media only screen and (max-width: 640px) {
  .c-heading2-lp h2 {
      color: #ffffff;
      font-weight: bold;
      font-size: 135%;
  }
}


/* ========== table ========== */
.c-table-01 th,
.c-table-01 td {
padding: 5px;
}
.c-table-01 thead th,
.c-table-01 thead td,
.c-table-01 tbody th {
background-color: #fdeecb;
}
.c-table-01 tbody th,
.c-table-01 tbody td {
vertical-align: middle;
}
.c-table-01 thead th.ttl-ctm {
background-color: #eb7000;
color: #fff;
font-weight: bold;
text-align: center;
}
.c-table-01 .c-R{
background-color: #eb7000;
}
.c-table-01 .c-S{
background-color: #a0b3b7;
}
.c-table-01 .c-G{
background-color: #c7ad47;
}
.c-table-01 .c-P{
background-color: #b368aa;
}
.c-table-01 .sec-stg td {
text-align: center;
padding: 1px;
}
.c-table-01 .sec-stg td img {
width: 40%;
}
.c-table-01 .sec-stg.sec-stg02 td img {
width: 25%;
}
@media only screen and (max-width: 640px) {
  .c-table-01 .sec-stg td img {
  width: 75%;
  }
  .c-table-01 .sec-stg.sec-stg02 td img {
  width: 55%;
  }
  .c-table-01 thead tr th,
  .c-table-01 tbody tr th{
  font-size: 78%;
  }
}

.c-cnvBlock-01.cnv-type02 .c-btn-account {
  font-size: 120%;
}

.c-cnvBlock-01.cnv-type02 .c-btn-account.cv-btn-lp {
  color: #eb5505;
  background: #ffffff;
  border: 4px solid #eb5505;
  box-shadow: none;
}

.c-cnvBlock-01.cnv-type02 .c-btn-account .label::before {
  top: 2px;
}
.c-cnvBlock-01.cnv-type02 .c-btn-account.cv-btn-lp .label{
  display: inline-block;
}
.c-cnvBlock-01.cnv-type02 .c-btn-account.cv-btn-lp .label::before {
background: none;
  mask: url(/assets/img/icon__login.svg) no-repeat center center / contain;
  -webkit-mask: url(/assets/img/icon__login.svg) no-repeat center center / contain;
  background-color: #eb5505;
  background-repeat: no-repeat;
  background-size: auto 36px;
  width: 25px;
  height: 25px;
  left: -30px;
}
@media only screen and (max-width: 640px) {
  .c-cnvBlock-01.cnv-type02 a.c-btn-account .icon img {
    width: 20px;
  }
  .c-cnvBlock-01.cnv-type02 .c-btn-account {
    font-size: 122%;
  }
  .c-cnvBlock-01.cnv-type02 .c-btn-account.icon-login {
    padding: 18px 15px 14px 30px;
    max-width: 100%;
  }
}

/* ========== c-ground-contact ========== */
.c-ground-contact .c-heading4-01 h2{
  color: #eb7000;
  position: relative;
}
.c-ground-contact .c-column-group{
  margin-top: 2em;
}
.c-ground-contact .c-column-group .col-unit-1\/2{
  width: 50%;
  padding: 0 10px;
  margin: 0;
}
.c-ground-contact .c-column-group .col-unit-1\/2:first-child{
  border-right: 1px solid #d4d5d5;
}
@media only screen and (max-width: 640px){
  .c-ground-contact .c-heading4-01 h2:after{
    bottom: -5px
  }
  .c-ground-contact .c-column-group .col-unit-1\/2{
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .c-ground-contact .c-column-group .col-unit-1\/2:first-child{
    padding-top: 0;
    margin-bottom: 22px;
    padding-bottom: 22px;
    border-right: none;
    border-bottom: 1px solid #d4d5d5;
  }
  .c-ground-contact .c-column-group .col-unit-1\/2 .c-btn-01{
    margin-top: 10px;
  }
}

/* ========== footer ========== */
#jbk-footer-area.jbk-footer-au_pay{
  font-size: 100%;
  margin-top: 2em;
  text-align: center;
}
.jbk-footer-au_pay .jbk-footer-logo{
  background-color: #fff;
}
.jbk-footer-au_pay .jbk-footer-logo img{
  width: 260px;
}
.jbk-footer-au_pay .jbk-footer-top,
.jbk-footer-au_pay .jbk-footer-top .c-noteList-01 li,
.jbk-footer-au_pay .jbk-footer-bot{
  color: #fff;
}
.jbk-footer-au_pay .jbk-footer-top{
  background-color: #898989;
  padding: 40px 10px;
}
.jbk-footer-au_pay .jbk-footer-top .c-copy-01 p:first-child{
  font-size: 150%;
}
.jbk-footer-au_pay .jbk-footer-top .c-noteList-01 li{
  display: inline-block;
  text-align: left;
}
.jbk-footer-au_pay .jbk-footer-bot{
  background-color: #747474;
  padding: 40px 10px;
}
@media only screen and (max-width: 640px){
  .jbk-footer-au_pay .jbk-footer-logo img{
    width: 130px;
  }
  .jbk-footer-au_pay .jbk-footer-top{
    padding: 20px 10px;
  }
  .jbk-footer-au_pay .jbk-footer-top .c-copy-01 p:first-child{
    font-size: 125%;
  }
  .jbk-footer-au_pay .jbk-footer-bot{
    padding: 20px 10px;
  }
}


/* ========== cv-aupay ========== */
.sty-cv-aupay-top{
  display: flex;
  justify-content:
  flex-start; align-items:
  center; margin-top: 10px;
}
.sty-cv-aupay-top .c-heading5-01{
  margin-left: 85px;
}
@media only screen and (max-width: 640px){
  .sty-cv-aupay-top .c-heading5-01{
    margin-left: 20px;
  }
}
.sty-cv-aupay a.sty-cv-aupay-btn{
  position: relative;
  padding-left: 0;
  max-width: 80%;
padding: 18px 20px 14px 20px;
}
.sty-cv-aupay .sty-cv-aupay-btn::after{
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 15px;
  width: 24px;
  height: 24px;
  margin: auto;
  mask: url(/assets/img/icon_blank_02.gif) no-repeat center center / contain;
  -webkit-mask: url(/assets/img/icon_blank_02.gif) no-repeat center center / contain;
  background-color: #fff;
  background-repeat: no-repeat;
}
.sty-cv-aupay a.c-btn-account.sty-cv-aupay-btn span.label::before{
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  width: 25px;
  height: 25px;
  background-size: auto 36px;
  left: -28px;
  mask: url(/assets/img/icon__login.svg) no-repeat center center / contain;
  -webkit-mask: url(/assets/img/icon__login.svg) no-repeat center center / contain;
  background-color: #fff;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 640px){
  .sty-cv-aupay .sty-cv-aupay-btn::after{
    right: 6px;
    width: 20px;
    height: 20px;
  }
}