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

/* ========== STEP ========== */
.c-step-foreign_deposit{
  border: 6px solid #0d66bd;
  padding: 20px;
  border-radius: 15px;
}
.c-step-foreign_deposit .step-heading .step-num{
  color: #fff;
  background-color: #0d66bd;
  padding: 5px 30px;
  font-size: 120%;
  border-radius: 35px;
  display: inline-block;
}
.c-step-foreign_deposit .step-heading .step-num em{
  vertical-align: middle;
}
@media only screen and (max-width: 640px){
  .c-step-foreign_deposit{
    border: 3px solid #0d66bd;
    padding: 10px 8px;
    border-radius: 10px;
  }
  .c-step-foreign_deposit .step-heading .step-num{
    padding: 5px 20px;
    font-size: 105%;
    border-radius: 30px;
  }
}

/* ========== heading ========== */
.c-heading3-01.cpn-heading-02 h3{
  color: #0d66bd;
}

/* ========== 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/20211027_foreign_deposit/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/20211027_foreign_deposit/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;
}

/* ========== cpn-step-05 ========== */
.cpn-step-05 > .step{
  border-color: #0d66bd;
}
.c-steps-05 .step-heading > .step-num{
  color: #0d66bd;
}
@media only screen and (min-width: 769px){
  .cpn-step-05 > .step + .step:before{
    background-position: -360px center !important;
  }
}
@media only screen and (max-width: 768px){
  .cpn-step-05 > .step + .step:before{
    background-position: center -180px !important;
  }
}
/* ========== 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/20211027_foreign_deposit/img/icon_minus.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/20211027_foreign_deposit/img/icon_plus.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 .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)
}

/* ========== c-btn-account ========== */
a.c-btn-account.icon-login:before {
  top: 14px;
  left: 30px;
}

/* ========== table ========== */
.c-table-readmore th {
  font-size: 125%;
}
@media only screen and (max-width: 640px) {
  .c-table-readmore th {
    font-size: 115%;
  }
}