@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)
}

/* ========== 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/2024/20240828_foreign_money_order/img/icon-chevron-up-black.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/2024/20240828_foreign_money_order/img/icon-chevron-down-black.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: #d6e2ef;
}
.section-faq .answer:hover {
  background-color: #d6e2ef;
}
.section-faq .answer .label {
  background-color: #d6e2ef;
  margin-bottom: 0;
}
.section-faq .answer .text {
  color: #222;
  margin-bottom: 0;
}


/* ========== table_bg ========== */
.c-table-01.sty-table th{
  font-weight: bold;
}
.c-table-01.sty-table .sty-table-th--bg_blue {
  background-color: #032148;
}
.c-table-01.sty-table .sty-table-th--bg_yellow {
  background-color: #F2E436;
  color: #032148;
}

/* ========== cpn-column-group ========== */
@media only screen and (min-width: 640px) {
  .cpn-column-group .w30, .cpn-column-group .w35 {
    margin-left: 5%;
  }
.cpn-column-group .w24 {
    width: 24%;
  }
.cpn-column-group .w30 {
    width: 30%;
  }
.cpn-column-group .w35 {
    width: 35%;
  }
}

@media only screen and (max-width: 640px) {
.cpn-column-group {
    display: flex;
    margin-top: 20px;
  }
  .cpn-column-group .w30, .cpn-column-group .w35 {
    margin-top: 0;
    margin-left: 5%;
  }
  .cpn-column-group .w24, .cpn-column-group .w30, .cpn-column-group .w35 {
    width: 30%;
  }
}

/* ========== login ========== */
.c-login_area.entry a.c-btn-account, .modaal__content .c-login_area.entry .icon-login.icon-login-app {
  background-color: #fff;
  border: 2px solid #eb7000;
  border-bottom: 4px solid #eb7000;
  color: #eb7000;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.modaal__content .c-login_area.entry .icon-login {
  background-color: #fff;
  border: 2px solid #50659E;
  border-bottom: 4px solid #50659E;
  color: #50659E;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.c-login_area.entry a.c-btn-account.icon-login.size-01 > .label:before {
  background-size: 0;
}
.c-login_area.entry a.c-btn-account.icon-login.size-01 > .label:before, .c-login_area.entry.login__modaal a.icon-login:after,
.modaal__content .c-login_area.entry a.c-btn-account.icon-login.icon-login-app.size-01 > .label:before {
  background-color: #eb7000;
}
.modaal__content .c-login_area.entry a.c-btn-account.icon-login.size-01 > .label:before {
  background-color: #50659E;
}
@media only screen and (min-width: 641px) {
  a.c-btn-account.cv-login.size-01 {
    font-size: 20px;
  }
  a.c-btn-account.cv-login.size-01 > .label:before {
    top: 2px;
  }
}

.modaal__cv-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 640px) {
  .modaal__cv-wrapper .c-login_area {
    width: 49%;
    min-width: 136px;
  }
  .modaal__cv-wrapper .c-login_area.ml2per {
    margin-left: 2%;
  }
  .modaal__cv-wrapper .c-login_area .c-btn-account {
    width: 100%;
  }
  .modaal__cv-wrapper .c-login_area a.c-btn-account.size-01 > .label {
    font-size: 70%;
  }
  .modaal__cv-wrapper .c-login_area.cv_premium a.c-btn-account.size-01 > .label {
    font-size: 52%;
  }
  .modaal__cv-wrapper .c-login_area.cv_switch a.c-btn-account.size-01 > .label {
    font-size: 65%;
  }
  .modaal__cv-wrapper a.c-btn-account.size-01.icon-login {
    padding: 5px;
    padding-left: 18px;
  }
  .modaal__cv-wrapper .cv_yen_deposit a.c-btn-account.size-01.icon-login {
    padding-left: 10px;
  }
  .modaal__cv-wrapper .c-login_area a.c-btn-account.icon-login.size-01 > .label:before {
    width: 18px;
    height: 18px;
    background-size: auto 0;
    top: 10px;
  }
  .modaal__cv-wrapper .c-login_area.cv_switch a.c-btn-account.size-01 > .label:before {
    left: -20px;
  }
  .modaal__cv-wrapper .c-login_area.cv_premium a.c-btn-account.icon-login.size-01 > .label:before {
    left: -15px;
  }
}
@media only screen and (max-width: 700px) {
  .content a.c-btn-account.size-01 {
    width: 260px;
  }
}

.sty-foreign_rate--wrapper {
  border: 3px solid #032148;
  border-radius: 10px;
  margin: 1.25em auto 0;
  padding-bottom: 15px;
}
.sty-foreign_rate--wrapper h3 {
  background-color: #032148;
  color: #fff;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 0 0 10px 10px;
}
.sty-foreign_rate--num {
  line-height: 1.1;
}
@media only screen and (min-width: 641px) {
  .sty-foreign_rate--num {
    font-size: 64px;
  }
}
@media only screen and (max-width: 640px) {
  .sty-foreign_rate--num {
    font-size: 48px;
  }
}