@charset "utf-8";

@import url(/campaign/css/campaign-detail.css);

/* ========== 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("/campaign/2024/20240214_foreign_deposit_ordinary_account/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/2024/20240214_foreign_deposit_ordinary_account/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: #fce7cd;
}
.section-faq .answer .text {
  color: #222;
  margin-bottom: 0;
}

/* ========== key-visual ========== */
/* ----- bonus-fair ----- */
/*
#key-visual {
	margin-top: 5% !important;
}

#key-visual > header {
	position: relative;
}

#key-visual > header .fair-logo {
	position: absolute;
		bottom: 100%;
	width: 100%;
}

@media only screen and (max-width: 640px) {
#key-visual {
	margin-top: 8% !important;
}
}
*/
#key-visual header{
    background-color: #def2fe;
}
#key-visual header p{
    padding: 10px 0;
    margin: 0 0 0 30px;
    text-align: left;
}


.ml6p{margin-left: 6%;}


.fd_debut_hr{
    background-color: #d4d5d5;
    height: 1px;
}

.c-heading4-01 a:before {
    width: 18px;
    height: 100%;
    background-image: url(/assets/img/marker_01_@2x.png);
    background-repeat: no-repeat;
    background-size: auto 18px;
    position: absolute;
    left: 0;
    content: "";
    margin-top: 3px;
    }

/* ========== heading ========== */
#flg-feature.prg-heading-01{margin: -30px -54px 0 -54px;}
@media only screen and (max-width: 930px) {
.ml6p{margin-left: 1.125em;}
}
@media only screen and (max-width: 640px) {
#flg-feature.prg-heading-01{margin: -16px -10px 0 -10px;}
.ml6p{margin-left: 1.125em;}
#key-visual header p {
    padding: 10px 0;
    margin: 0 0 0 10px;
    text-align: left;
}
}


.prg-heading-01 {
}

.prg-heading-02 {
	margin-top: 20px;
}

.prg-heading-03 {
	background: #0895e6;
	margin: -30px -54px 2em !important;
	text-align: center;
}

.prg-heading-03 .label {
	color: #fff;
	font-size: 175%;
	font-weight: bold;
}

.prg-heading-03 .label:before {
	background: url(../img/icon_01.png) left top no-repeat;
	background-size: cover;
	content: "";
	display: inline-block;
	height: 39px;
	margin-right: 10px;
	vertical-align: middle;
	width: 31px;
}

@media only screen and (min-width: 641px) {
.prg-heading-03 .label {
	display: inline-block;
}
}

@media only screen and (max-width: 640px) {
.prg-heading-03 {
	margin: -16px -10px 1em !important;
}

.prg-heading-03 .label {
	font-size: 125%;
	position: relative;
}

.prg-heading-03 .label:before {
	height: 31px;
	margin-top: -15px;
	position: absolute;
		top: 50%;
		left: -33px;
	width: 23px;
}
}


/* ========== table ========== */
.prg-table-01 .img-flgs {
	max-width: 100%;
}

@media only screen and (max-width: 640px) {
.prg-table-01 .img-flgs {
	display: none;
}
}


/* ========== infoBlock ========== */
/* ----- 01 ----- */
.prg-infoBlock-01 {
  background: #def2fe;
  margin-top: 3em;
  padding: 32px 24px 24px;
  position: relative;
}

.prg-infoBlock-01 .balloon {
  position: absolute;
	  top: -9px;
	  left: -8px;
}
.c-linkList-02 a {
    padding-left: 45px;
    color: #888;
}

.fd_debut_BorderBox{
    border: 4px solid #8cd6ff;
    padding: 30px 15px;
    margin-top: 3.5em !important;
}

@media only screen and (min-width: 641px) {
.prg-infoBlock-01 .block-lead {
  padding-left: 2em;
}
}

@media only screen and (max-width: 640px) {
.prg-infoBlock-01 {
  margin-top: 20px;
  padding: 24px 12px 12px;
}
.fd_debut_BorderBox {
    margin-top: 1.5em !important;
}

.prg-infoBlock-01 .balloon {
	  left: -5px;
}

.prg-infoBlock-01 .balloon img {
	width: 26px;
}
.c-linkList-02 a:before {
    width: 18px;
    height: 100%;
    background-image: url(/assets/img/marker_01_@2x.png);
    background-repeat: no-repeat;
    background-size: auto 18px;
    position: absolute;
    left: unset;
    margin-left: -24px;
    content: "";
    }
}

/* add dop block */
.dop-block-01 {
  margin-top: 30px;
  background-color: #e7f6c3;
  padding: 32px 25px 25px 25px;
  position: relative;
}
.dop-block-01 .balloon {
  position: absolute;
  top: -9px;
  left: -8px;
}
.dop-block-01 figure {
  padding: 30px 17px;
  background-color: #fff;
  margin-top: 18px;
}
.dop-block-01 .txt-01 {
  margin-left: 30px;
}

.bg-col-b {
  background-color: #def2fe !important;
}

@media only screen and (max-width: 640px) {
.dop-block-01 {
  margin-top: 20px;
  padding: 21px 12px 12px;
}
.dop-block-01 .balloon img {
	height: 26px;
	width: 26px;
}
.dop-block-01 .txt-01 {
  margin-left: 0;
}
.dop-block-01 figure {
  padding: 10px;
}
}

/* ========== c-btn-mail ========== */
a.c-btn-account.c-btn-mail::before {
  top: 19px;
  width: 28px;
  height: 20px;
  background: url(/assets/img/icon_mail_01.png) left top no-repeat;
  background-size: 100% auto;
}
@media only screen and (max-width: 640px) {
  a.c-btn-account.c-btn-mail{
    padding-left: 72px;
  }
  a.c-btn-account.c-btn-mail::before {
    content: "";
    display: inline-block;
    height: 17px;
    width: 24px;
  }
}

/* ========== 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: 2px 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: 2px 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;
  }
}

.c-login_area a.c-btn-account.icon-login.size-01 > .label:before {
  top: 0;
  bottom: 0;
  margin: auto;
}
@media only screen and (max-width: 640px) {
  .c-login_area.login__modaal a.icon-login:after {
    top: 0;
    bottom: 0;
    right: 3px;
    margin: auto;
  }
  .c-login_area.login__modaal a.icon-login {
    padding-right: 30px;
  }
}

/* ========== example-underline ========== */
.example-underline {
    position: relative;
}
.example-underline:after {
  position: absolute;
  content: "";
  left: 0;
  width: 90%;
  height: 5px;
  background-color: #b0e3ff;
}
@media only screen and (min-width: 751px) {
    .example-underline:after {
      bottom: 0;
    }
}
@media only screen and (max-width: 750px) {
    .example-underline:after {
      bottom: -5px;
    }
}

/* ========== bg_orange ========== */
.bg_orange {
  background-color: #fdeecb;
  padding: 10px 20px;
}


/* ========== fd_debut-calc--list ========== */
.rate_calc--outer {
  padding: 20px 15px;
  background-color: #e9f6fe;
}
.fd_debut-calc--item {
  font-weight: bold;
  padding: 10px 15px;
}
@media only screen and (max-width: 750px) {
  .fd_debut-calc--item {
    padding: 8px 15px 0;
  }
}
.fd_debut-calc--item.borderBox--gray {
  border: 4px solid #747b81;
  color: #747b81;
}
.fd_debut-calc--item.borderBox--orange {
  border: 4px solid #eb5505;
  color: #eb5505;
}
.calc-plus, .calc-equal {
  font-weight: bold;
}
.calc-equal {
  writing-mode:vertical-rl;
}
.fd_debut-calc--total {
  max-width: 500px;
  margin: 0 auto;
  background-color: #eb5505;
  color: #fff;
  padding: 10px 15px;
}
@media only screen and (max-width: 750px) {
  .fd_debut-calc--total {
    padding: 0 15px 8px;
  }
}
.fd_debut-flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fd_debut-calc--total .fd_debut-flex .rate {
  margin-left: 20px;
}
.fd_debut-calc--total .fd_debut-flex .afterTax {
  display: block;
}
.fd_debut-amount {
  position: relative;
  max-width: 500px;
  margin: 25px auto 0;
  padding: 15px;
  border: 3px solid #747b81;
  font-weight: bold;
}
@media only screen and (max-width: 750px) {
  .fd_debut-amount {
    padding: 10px 15px 5px;
  }
}
.fd_debut-amount:before, .fd_debut-amount:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border: 15px solid transparent;
}
.fd_debut-amount:before {
  top: -30px;
  border-bottom: 15px solid #757575;
}
.fd_debut-amount:after {
  top: -25px;
  border-bottom: 15px solid #fff;
}
.fd_debut-amount--head {
  background-color: #CCE4EA;
  padding: 10px;
}

@media only screen and (min-width: 641px) {
  .fd_debut-calc--list {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .fd_debut-calc--item {
    width: 48%;
  }
  .calc-plus {
    font-size: 32px;
    margin: 0 2%;
  }
  .calc-equal {
    font-size: 32px;
    margin: 15px auto;
  }
  .fd_debut-calc--list .fd_debut-calc--item .fd_debut-pc_flex .rate {
    margin-left: 10px;
  }
  .fd_debut-calc--total .fd_debut-flex .afterTax {
    font-size: 16px;
  }
}
@media only screen and (min-width: 900px) {
  .fd_debut-pc_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 640px) {
  .calc-plus {
    font-size: 32px;
    margin: 0;
  }
  .calc-equal {
    font-size: 32px;
    margin: 10px auto;
  }
  .fd_debut-calc--total .fd_debut-flex .afterTax {
    font-size: 14px;
  }
}

/* ========== sty-campaign-ttl ========== */

.c-copy-01 .sty-campaign-ttl {
  color: #eb5505;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
  background-color: unset;
  box-shadow: unset;
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 640px) {
  .c-copy-01 .sty-campaign-ttl {
    font-size: 16px;
    margin-bottom: 12px;
  }
}
