@charset "utf-8";

@import url(/campaign/css/campaign-detail.css);


/* ========== ground ========== */
.cpn-ground-01 {
	padding-bottom: 30px;
}

@media only screen and (max-width: 640px) {
.cpn-ground-01 {
	padding-bottom: 16px;}
}

/* ========== color ========== */
.cpn-color-01{
  color: #eb5505;
}

/* ========== steps ========== */
.c-steps-02.cpn-steps-02 .contents .step .inner{
  border-color: #9bc9fa;
}

/* ========== cpn-noticeBlock-01 ========== */
.cpn-noticeBlock-01 {
	margin-top: -30px !important;
	-webkit-box-shadow: none;
	box-shadow: none;
}

@media only screen and (max-width:640px){
	.cpn-noticeBlock-01 {
		margin-top: -16px !important;
	}
}


/* ========== flowTable ========== */
/* ----- flowTable ----- */
.cpn-flowTable-01 thead th,
.cpn-flowTable-01 tbody .flow-before,
.cpn-flowTable-01 tbody .flow-after {
	text-align: center;
}

.cpn-flowTable-01 th,
.cpn-flowTable-01 td {
	border-width: 1px 0;
}

.cpn-flowTable-01 tbody th {
	background-color: transparent;
}

.cpn-flowTable-01 tbody td em {
	display: block;
	position: relative;
	padding: 7px 0 5px;
}

.cpn-flowTable-01 tbody td.flow-before em {
	font-size: 125%;
	font-weight: normal;
}

.cpn-flowTable-01 tbody td.flow-after em {
	color: #eb7000;
	font-size: 137.5%;
}

.cpn-flowTable-01 tbody td.flow-after em:before {
	background: url(/assets/img/arrows_01_@2x.png) -132px top no-repeat;
	content: "";
	height: 20px;
	margin-top: -10px;
	position: absolute;
		top: 50%;
		left: -27px;
	width: 12px;
}

@media only screen and (max-width: 640px) {
.cpn-flowTable-01 th:first-child {
	padding-left: 0;
}

.cpn-flowTable-01 tbody td.flow-before,
.cpn-flowTable-01 tbody td.flow-after {
	white-space: nowrap;
}

.cpn-flowTable-01 tbody td.flow-before em,
.cpn-flowTable-01 tbody td.flow-after em {
	font-size: 100%;
	padding-top: 25px;
}

.cpn-flowTable-01 tbody td.flow-after em:before {
	margin-top: 0;
	position: absolute;
		left: -15px;
}
}

/* ========== c-login_area ========== */
.c-login_area a.icon-login {
  background: #535252;
  -webkit-box-shadow: 0 2px 0 rgba(0,0,0,0.2);
  box-shadow: 0 2px 0 rgba(0,0,0,0.2);
  border: 1px solid #535252;
}
.c-login_area a.c-btn-account.icon-login.size-01 > .label:before {
  mask: url(/assets/img/icon__login.svg) no-repeat center center/contain;
  -webkit-mask: url(/assets/img/icon__login.svg) no-repeat center center/contain;
  background-color: #fff;
  width: 25px;
  height: 25px;
  background-size: auto 25px;
  left: -30px;
}
@media only screen and (max-width: 640px) {
  .c-login_area.login__modaal a.icon-login {
    position: relative;
    padding-left: 30px;
  }
  .c-login_area.login__modaal a.icon-login:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 15px;
    width: 25px;
    height: 25px;
    mask: url(/assets/img/icon__modaal.svg) no-repeat center center/contain;
    -webkit-mask: url(/assets/img/icon__modaal.svg) no-repeat center center/contain;
    background-color: #fff;
    background-repeat: no-repeat;
  }
  .modaal__content .c-login_area .icon-login {
    background: #fff;
    color: #535252;
    width: 100%;
    max-width: 432px;
  }
  .modaal__content .c-login_area .icon-login.icon-login-app {
    background: #535252;
    color: #fff;
  }
  .modaal__content .c-login_area a.c-btn-account.icon-login.size-01 > .label:before {
    background-color: #535252;
    background-size: auto 0;
  }
  .modaal__content .c-login_area a.c-btn-account.icon-login.size-01 > .label:before {
    mask: url(/assets/img/icon__account--web.svg) no-repeat center center/contain;
    -webkit-mask: url(/assets/img/icon__account--web.svg) no-repeat center center/contain;
  }
  .modaal__content .c-login_area a.c-btn-account.icon-login.icon-login-app.size-01 > .label:before {
    background-color: #fff;
    mask: url(/assets/img/icon__account--app.svg) no-repeat center center/contain;
    -webkit-mask: url(/assets/img/icon__account--app.svg) no-repeat center center/contain;
  }
  .modaal__content .c-login_area {
    text-align: center;
  }
}

/* ========== 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/2025/20250808_foreign_deposit/img/icon_03.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/2025/20250808_foreign_deposit/img/icon_02.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-btn-mail ========== */
a.c-btn-account.c-btn-mail::before {
  background-image: url(/assets/img/icon_mail_01.png)
}

.c-or_area a.c-btn-account.icon-login.sty-mail_icon.size-01 > .label:before {
  mask: url(/assets/img/icon_mail_01.png) no-repeat center center/contain;
  -webkit-mask: url(/assets/img/icon_mail_01.png) no-repeat center center/contain;
}
@media only screen and (max-width: 640px) {
  .c-or_area a.c-btn-account.icon-login.sty-mail_icon.size-01{
    padding: 18px 30px 14px 60px;
  }
  .c-or_area a.c-btn-account.icon-login.size-01 > .label:before {
    content: "";
  }
}