@charset "utf-8";

@import url(/campaign/css/campaign-detail.css);

/* ========== step ========== */
.step-content {
  margin: 0 9%;
}
.step-content .c-figure-04:first-child {
  margin-top: 18px;
}
.step-content .c-figure-04 {
  margin-top: 0;
  display: table;
}
.step-content .c-figure-01 img {
  width: 100%;
  max-width: 314px;
}
.step-content .content {
  display: table-cell;
  vertical-align: middle;
}
.step-info {
  border: none;
  border-radius: 10px;
  table-layout: fixed
}
.step-info hr {
  margin-top: 15px;
  margin-bottom: 15px;
  border-top: 1px dashed #fff;
}
.step-rule {
  margin-top: 10px;
}
@media only screen and (max-width:640px) {
  .step-content {
    margin: 0;
  }
  .step-content .c-figure-04 {
    margin-top: 0;
  }
  .step-content .c-figure-04 figure {
    margin-right: 10px;
    padding: 0;
    margin: 0;
  }
  .step-content .c-figure-04 figure img {
    display: block;
    margin-right: 10px;
    margin-left: 0;
  }
  .step-content .c-figure-04>figure img {
    width: 55px;
  }
  .step-content .c-figure-04 .content {
    overflow: visible;
  }
  .step-info hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px dashed #fff;
  }
  .step-rule {
    margin-bottom: 10px;
  }
}

/* ========== section-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: 60px;
  height: 60px;
  margin: 0 auto;
}
.section-readmore .question:before{
  content: "";
  position: absolute;
  top: 0;
  background: url(/campaign/2021/20210901_foreign_money_order/img/btn_plus.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 60px;
  height: 60px;
}
@media only screen and (max-width: 640px){
  .section-readmore .question{
    width: 40px;
    height: 40px;
  }
  .section-readmore .question:before{
    width: 40px;
    height: 40px;
  }
}
.section-readmore .readmore.opened .question:before{
  background: url(/campaign/2021/20210901_foreign_money_order/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: 100%;
  position: absolute;
  top: 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.5) 70%,rgba(255,255,255,0.7) 100%);
  z-index: 2;
}
.section-readmore .toggle-readmore.opened .answer-wrap {
  display: block;
  max-height: 100%;
}
.section-readmore .toggle-readmore.opened .answer-wrap:after{
  display: none;
  background: -webkit-none;
  background: -webkit-none;
  background: -moz-none;
  background: -o-none;
  background: -ms-none;
  background: none;
}
.section-readmore .answer .text {
  color: #222;
  margin-bottom: 0;
}

/* ========== c-btn-mail ========== */
a.c-btn-account.c-btn-mail::before {
  background-image: url(/assets/img/icon_mail_01.png)
}