/* ========== mainImage ========== */
.c-mainImage-04 {
	background-image: url(/service/aupay_card/img/mainImage_02@x2.jpg);
}

@media only screen and (max-width: 640px) {
.c-mainImage-04.sp {
	background-image: url(/service/aupay_card/img/mainImage_02_sp@x2.jpg);
}
}

/* ========== table ========== */
.c-table-01.jplus2112-table-01 th,
.c-table-01.jplus2112-table-01 td {
  padding: 5px;
}
.c-table-01.jplus2112-table-01 tbody th,
.c-table-01.jplus2112-table-01 tbody td {
  vertical-align: middle;
}
@media only screen and (max-width: 640px) {
.c-table-01.jplus2112-table-01 thead tr th,
.c-table-01.jplus2112-table-01 tbody tr th{
  font-size: 78%;
}
}

.sty-table-accent {
  color: #eb5505;
  font-size: 150%;
}
.sty-icon {
  position: relative;
  padding-left: 20px;
}
.sty-icon::before{
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background-size: 24px;
  background-position: 0 0;
  background-repeat: no-repeat;
  top: 0;
  left: -5px;
}
.sty-icon-regular::before{
  background-image: url(/service/aupay_card/img/icon_regular_40x40.png);
}
.sty-icon-silver::before{
  background-image: url(/service/aupay_card/img/icon_silver_40x40.png);
}
.sty-icon-gold::before{
  background-image: url(/service/aupay_card/img/icon_gold_40x40.png);
}
.sty-icon-premium::before{
  background-image: url(/service/aupay_card/img/icon_premium_40x40.png);
}

/* login_area */
.c-login_area.sty-member-only a.c-btn-account.icon-login.size-01 > .label:after{
  content: "";
  position: absolute;
  background-image: unset;
  mask: url(/assets/img/icon__blank.svg) no-repeat center center / contain;
  -webkit-mask: url(/assets/img/icon__blank.svg) no-repeat center center / contain;
  background-color: #fff;
  width: 25px;
  height: 25px;
  background-size: auto 25px;
  right: -32px;
  left: auto;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media only screen and (max-width: 640px) {
  .c-login_area.sty-member-only a.c-btn-account.icon-login.size-01 > .label:after{
    right: -90px;
  }
}
.c-column-group .c-btnGroup-01 .c-btn-account.sty-contact-btn{
  padding: 12px 36px 10px 16px;
}
.sty-contact-btn.c-btn-account.icon-arrow-01:before {
  content: "";
  position: absolute;
  mask-image: url(/assets/img/icon__blank.svg);
  -webkit-mask-image: url(/assets/img/icon__blank.svg);
  mask: url(/assets/img/icon__blank.svg) no-repeat center / contain;
  -webkit-mask: url(/assets/img/icon__blank.svg) no-repeat center / contain;
  background-image: none;
  background-color: #fff ;
  right: 12px;
  left: auto;
  top: 0;
  bottom: 0;
  margin: auto 0;
  height: 1em;
  width: 1em;
}

a.c-btn-account.size-01.btn-aupay-new > .label {
  display: block;
}
/* ========== section-faq ========== */
.section-faq{
  background-color: #fff;
}
.section-faq .question,.section-faq .answer-wrap{
margin-bottom: 0!important;
border: 1px solid #bcbcbc;
border-top: 0;
}
.section-faq ul.questions > li + li{
margin-top: 0!important;
}
.section-faq ul.questions > li:first-child {
border-top: 1px solid #bcbcbc;
}
@media screen and (max-width: 767px) {
  .section-faq ul.questions {
    padding: 0;
  }
}
.section-faq ul.questions{
padding: 0;
}
.section-faq ul.questions > li{
  list-style: none;
}
.section-faq ul.questions > li + li {
  margin-top: 1em;
}
.section-faq .question {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.section-faq .label {
  color: #888;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 30px;
  font-size: 1em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .section-faq .label {
    width: 15%;
    padding: 0;
  }
}
.section-faq .text {
  padding: 1.5em 2.5em 1.5em 0;
  font-weight: bold;
  font-size: 1em;
}
.section-faq .answer {
  padding: 1.5em 2.5em;
}
.section-faq .text .em {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .section-faq .text {
    width: 85%;
  }
  .section-faq .answer {
    width: 100%;
  }
}
.section-faq .question {
  background-color: #fff;
  cursor: pointer;
  margin-bottom: 0.25em;
}
.section-faq .question:hover {
  background-color: #eee;
}
.section-faq .question.opened .text {
  background-image: url("/service/aupay_card/img/icon_02.png");
  background-repeat: no-repeat;
}
.section-faq .question .label {
  margin-bottom: 0;
}
.section-faq .question .text {
  margin-bottom: 0;
  color: #222;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  -ms-box-flex: 1;
  box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  background-image: url("/service/aupay_card/img/icon_01.png");
  background-repeat: no-repeat;
  -webkit-background-size: auto 1.125em;
  -moz-background-size: auto 1.125em;
  background-size: auto 1.125em;
  background-position: right 1em center;
}
.section-faq .answer-wrap {
  display: none;
}
.section-faq .answer {
  background-color: #fce7cd;
}
.section-faq .answer .text {
  color: #222;
  margin-bottom: 0;
}

/* ========== 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;
  }
}