@charset "utf-8";

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


/* ========== override ========== */
body.color-09 .cpn-heading-01 span,
body.color-09 .cpn-step-02 .heading-main h2 span,
body.color-09 .cpn-step-02 .heading-main h3 span,
body.color-09 .cpn-step-02 .heading-main h4 span,
body.color-09 .cpn-step-02 .heading-main h5 span {
	background-color: #ffdfe6;
	box-shadow: 12px 0 0 #ffdfe6,-12px 0 0 #ffdfe6;
	color: #ed1562;
}

.c-steps-02 .c-heading2-02 {
	margin-left: 12px;
}

/* ========== heading ========== */
.prg-heading3-01 {
  border: none;
}
.prg-heading3-01 h3 {
  border: none;
  padding-bottom: 0;
  padding-left: 0;
  border-left: 0;
	color: #de9d02;
}

/* ========== arrow ========== */
.sty-arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 40px solid transparent;
    border-left: 40px solid transparent;
    border-top: 30px solid #eee;
    border-bottom: 0;
    margin: 0 auto;
}

/* ========== infoBlock ========== */
.sty-infoBlock-01 {
    background-color: #fff;
    border: 4px dotted #888;
	  border-radius: 10px;
}

.prg-infoBlock-01 {
    background-color: #ffffff;
    border: 4px solid #eece80;
	  border-radius: 10px;
}

.sty-infoBlock-graph {
    background-color: #fff;
    border: 4px solid #eee;
	  border-radius: 10px;
}
@media only screen and (max-width: 640px) {
  .sty-infoBlock-graph {
    border: 2px solid #eee;
}
}

/* ========== graph ========== */
.section-faq.sty-section-graph .answer {
  background-color: #fff;
}

/* ========== icon ========== */
.sty-icon-beginner {
  position: relative;
  padding-left: 22px;
}
@media screen and (min-width: 640px) {
  .sty-icon-beginner {
      padding-left: 46px;
  }
}

.sty-icon-beginner:before {
  content: "";
  position: absolute;
  width: 13px;
  height: 20px;
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  margin-top: 4px;
  background-image: url(/program/foreign_deposit_cashback/img/icon_beginner.png);
}
@media screen and (min-width: 640px) {
  .sty-icon-beginner:before {
      width: 26px;
      height: 40px;
      background-size: contain;
      margin-top: -2px;
  }
}

@media only screen and (max-width: 640px) {
.c-infoBlock-01.sty-infoBlock-01>*:first-child>*:first-child {
  margin-top: 35px;
}
}

.sty-icon-point {
  position: relative;
  padding-top: 30px;
}

@media screen and (min-width: 640px) {
  .sty-icon-point {
    padding-top: 0;
    padding-left: 115px;
  }
}

.sty-icon-point:before {
  content: "";
  position: absolute;
  width: 75px;
  height: 24px;
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
}
@media screen and (min-width: 640px) {
  .sty-icon-point:before {
      width: 100px;
      height: 32px;
      background-size: contain;
      margin-top: -2px;
  }
}

.sty-icon-point01:before {
  background-image: url(/program/foreign_deposit_cashback/img/ttl_01.png);
}
.sty-icon-point02:before {
  background-image: url(/program/foreign_deposit_cashback/img/ttl_02.png);
}



/* ========== accordion-01 ========== */
.prg-accordion-01 {
	border-top: none;
	margin-top: 0;
}

.prg-accordion-01 > .item > .head {
	padding: 0;
}

.prg-accordion-01 .prg-head {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.prg-accordion-01 .prg-head span {
	display: table-cell;
	padding: 17px 30px 13px;
}

.prg-accordion-01 .prg-head span + span {
	border-left: #d4d5d5 solid 1px;
}

@media only screen and (max-width: 640px) {
.prg-accordion-01 .prg-head {
	font-size: 87.5%;
}

.prg-accordion-01 .prg-head span {
	padding: 12px 12px 10px;
}
}

/* ========== 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("/program/foreign_deposit_cashback/img/icon_02.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("/program/foreign_deposit_cashback/img/icon_01.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: #f3e4fd;
}
.section-faq .answer .text {
  color: #222;
  margin-bottom: 0;
}


/* ========== c-btn-mail c-btn-account========== */

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-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-icon.size-01{
    padding: 18px 30px 14px 60px;
  }
  .c-or_area a.c-btn-account.icon-login.size-01 > .label:before {
    content: "";
  }
}
