@charset "utf-8";

@import url(/campaign/css/campaign-detail.css);

/* ========== 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;
}
}

/* ========== c-figure-tit ========== */
.c-figure-01.c-figure-tit {
    margin: -31px -54px 0 -54px;
}
@media only screen and (max-width:640px) {
.c-figure-01.c-figure-tit {
    margin: -16px -10px 0 -10px;
}
}


/* ========== c-btn-mail ========== */
a.c-btn-account.c-btn-mail::before {
  background-image: url(/assets/img/icon_mail_01.png)
}

/* ========== c-btn-account ========== */
a.c-btn-account.icon-login:before {
  top: 14px;
  left: 30px;
}

/* ========== charge-area ========== */
.charge-area {
  border: 4px solid #ff7e00;
  padding: 30px 20px 40px;
  margin-top: 2em;
  border-radius: 10px;
}

.charge-area-tit {
  background-color: #ff7e00;
  margin: -31px -21px 0 -21px;
  padding: .75em;
  text-align: center;
  border-radius: 6px 6px 0 0;
}

.charge-area-tit h3 {
  color: #fff;
  font-size: 125%;
  font-weight: bold;
}

.c-heading4-charge h4 {
  font-size: 112.5%;
  font-weight: bold;
  color: #ff7e00;
  margin: 0;
}
.c-heading4-charge h4 span {
  border-bottom: solid 1px #ff7e00;
}

.c-heading3-01 h2, .c-heading3-01 h3 {
    margin: 0;
    padding: 0;
    font-size: 150%;
    color: #ff7e00;
    font-weight: bold;
    line-height: 1.4;
    border-bottom: 1px solid #d4d5d5;
    padding-bottom: 10px;
}

/* ========== charge-area-flex ========== */
.charge-area-flex {
  margin-top: 1.5em;
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
}
@media only screen and (min-width:641px) {
.charge-area-flex {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.charge-area-flex .c-figure-01 {
  margin-left: 7%;
}
.charge-area-flex .c-copy-01 p {
  margin-top: 0;
}
}
@media only screen and (max-width:640px) {
.charge-area-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.charge-area-flex .c-copy-01 p {
  margin-top: 1.5em;
}
}

/* ========== accordion ========== */
.charge-accordion>.item>.head {
  background-image: url(/campaign/2021/20210929_aupay_charge/img/icon_05.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 0.5em center;
}
.charge-accordion>.item>.head.opened {
  background-image: url(/campaign/2021/20210929_aupay_charge/img/icon_06.png);
  background-repeat: no-repeat;
}
.charge-accordion>.item>.head:before {
  content: none;
}
.charge-accordion>.item>.head:after {
  content: none;
}
.charge-accordion>.item>.head.check {
  background-image: url(/campaign/2021/20210929_aupay_charge/img/icon_04.png);
  padding: 0;
}
.charge-accordion>.item>.head.check.opened {
  background-image: url(/campaign/2021/20210929_aupay_charge/img/icon_04.png);
}
.charge-accordion>.item>.head.check a {
  display: block;
  text-decoration: none;
  color: #535252;
  padding: 17px 54px 13px 0;
  outline: none;
}

/* ========== icon ========== */
.icon-check,
.icon-search,
.icon-mov {
    position: relative;
    padding-left: 22px;
}
@media screen and (min-width: 640px) {
    .icon-check,
    .icon-search,
    .icon-mov {
        padding-left: 46px;
    }
}

.icon-check:before,
.icon-search:before,
.icon-mov:before {
    content: "";
    position: absolute;
    width: 17px;
    height: 17px;
    background-size: 17px;
    background-position: 0 0;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    margin-top: 4px;
}
@media screen and (min-width: 640px) {
    .icon-check:before,
    .icon-search:before,
    .icon-mov:before {
        width: 30px;
        height: 30px;
        background-size: 30px;
        margin-top: -2px;
    }
}

.icon-check:before {
    background-image: url(/campaign/2021/20210929_aupay_charge/img/icon_01.png);
}

.icon-search:before {
    background-image: url(/campaign/2021/20210929_aupay_charge/img/icon_02.png);
}

.icon-mov:before {
    background-image: url(/campaign/2021/20210929_aupay_charge/img/icon_03.png);
}

/* ========== movie ========== */
.movie {
	height: 0;
	margin-top: 1.25em;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
}
@media only screen and (max-width: 640px) {
    .movie {
        margin-top: .75em;
    }
}

.movie iframe {
	border: #000 solid 1px;
	box-sizing: border-box;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

/* ========== aupay-flex ========== */
.aupay-flex {
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
}
.aupay-flex .c-figure-01 a:hover {
  opacity: .7;
}
@media only screen and (min-width:641px) {
.aupay-flex {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.aupay-flex .c-figure-01:nth-of-type(2) {
  margin-left: 4%;
}
}
@media only screen and (max-width:640px) {
.aupay-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.aupay-flex .c-figure-01 {
  margin-top: 12px;
}
}


/* ========== 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 .answer .label {
  color: #f0920c;
}
.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;
}
.section-faq .answer .label{
  font-size: 1.5em;
}
@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("/campaign/2021/20210929_aupay_charge/img/icon_06.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("/campaign/2021/20210929_aupay_charge/img/icon_05.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-list-04 li:before {
    width: 26px;
    height: 100%;
    background-image: url(/campaign/2021/20210929_aupay_charge/img/marker_01.png);
    background-repeat: no-repeat;
    background-size: auto 23px;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
}

/* ========== table ========== */
.c-table-readmore th {
  font-size: 125%;
}
@media only screen and (max-width: 640px) {
  .c-table-readmore th {
    font-size: 115%;
  }
}

/* ========== readmore ========== */
.section-readmore {
  background-color: #fff;
}
.section-readmore .section-title {
  background-color: #3e4045;
  color: #fff;
  font-size: 1.875em;
  text-align: center;
  padding: 1em 0;
  margin-bottom: 1em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .section-readmore .section-title {
    font-size: 1em;
  }
}
.section-readmore .section-title .em {
  font-size: 1.2em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .section-readmore ul.readmore {
    padding: 0;
  }
}
.section-readmore ul.readmore {
padding: 0;
}
.section-readmore ul.readmore > li {
  list-style: none;
}
.section-readmore ul.readmore > li + li {
  margin-top: 1em;
}
.section-readmore .question {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.section-readmore .toggle-readmore.opened .answer {
  opacity: 1;
}
.section-readmore .text {
  padding: 15px 30px;
  font-size: 1em;
}
.section-readmore .text .em {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .section-readmore .text {
    width: 90%;
  }
}
.section-readmore .question{
  position: relative;
  width: 40px;
  height: 40px;
  margin: 0 auto;
}
.section-readmore .question:before {
  content: "";
  position: absolute;
  top: 0;
  background: url(/campaign/2021/20210929_aupay_charge/img/btn_plus.png);
  background-repeat: no-repeat;
  background-size: auto 40px;
  width: 40px;
  height: 40px;
}
@media only screen and (max-width: 640px) {
  .section-readmore .question {
    width: 30px;
    height: 30px;
  }
  .section-readmore .question:before {
    width: 30px;
    height: 30px;
    background-size: auto 30px;
  }
}
.section-readmore .readmore.opened .question:before {
  background: url(/campaign/2021/20210929_aupay_charge/img/btn_minus.png);
  background-size: cover;
}
.section-readmore .toggle-readmore .answer-wrap {
  max-height: 130px;
  overflow: hidden;
  position: relative;
}
.section-readmore .toggle-readmore .answer-wrap:after {
  content: "";
  display: block;
  width: 100%;
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 70%,rgba(255,255,255,0.7) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7) 70%,rgba(255,255,255,1) 100%);
  transition: opacity 0.5s linear 0.5s;
  opacity: 1;
  z-index: 2;
}
.section-readmore .toggle-readmore.opened .answer-wrap {
  display: block;
  max-height: 100%;
}
.section-readmore .toggle-readmore.opened .answer-wrap:after {
  content: none;
}
.section-readmore .answer .text {
  color: #222;
  margin-bottom: 0;
}