@charset "utf-8";

@import url(/campaign/css/campaign-detail.css);

@media only screen and (max-width: 860px) {
.homeloan-hidden-sp {
	display: none !important;
}
}

@media only screen and (min-width: 769px) {
  .c-hide-pc {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .c-hide-sp {
    display: none;
  }
}

/* ========== accordion ========== */ 
.sty-accordion-icon>.item>.head:before {
  background: none;
  border: none;
}
.sty-accordion-icon>.item>.head:after{
  background: url(/program/zeh_cashback/img/icon-chevron-down-black.png) no-repeat 0 0;
  background-size: 22px;
  width: 22px;
  height: 22px;
  margin-top: -11px;
  right: 4px;
}
.sty-accordion-icon>.item>.head.opened:after{
  background: url(/program/zeh_cashback/img/icon-chevron-up-black.png) no-repeat 0 0;
}

/* ========== c-accordion-cp ========== */
.c-ground-03.c-ground-cp{
  padding: 0 54px;
}
.c-accordion-cp,
.c-accordion-cp>.item{
  border: none;
}
.c-accordion-cp:last-child{
  margin-bottom: 0;
}
.c-accordion-cp>.item>.body{
  padding: 20px 0 40px;
}
.c-accordion-cp>.item>.head{
  font-weight: normal;
  text-align: center;
  padding: 25px 54px 21px 0;
  font-size: 135%;
}
.c-accordion-cp>.item>.head span{
  position: relative;
}
.c-accordion-cp>.item>.head span em{
  display: inline;
  background: none;
  color: #eb7000;
  font-weight: bold;
}
.c-accordion-cp .c-heading2-02{
  margin-top: 1.875em;
}
.c-accordion-cp .c-copy-01 p em{
  color: #eb7000;
}
.c-accordion-cp>.item>.head:hover{
  background-color: #fff;
}
.c-accordion-cp>.item>.head:after{
  background: url(/program/zeh_cashback/img/icon-chevron-down-black.png) no-repeat 0 0;
  background-size: 22px;
  width: 22px;
  height: 22px;
  margin-top: -11px;
  right: 4px;
}
.c-accordion-cp>.item>.head.opened:after{
  background: url(/program/zeh_cashback/img/icon-chevron-up-black.png) no-repeat 0 0;
}
.c-accordion-cp>.item>.head:before{
  border: none;
  background: none;
}
@media only screen and (max-width: 640px){
  .c-ground-03.c-ground-cp{
    padding: 0 10px;
  }
  .c-accordion-cp>.item>.body{
    padding: 10px 0 20px;
  }
  .c-accordion-cp>.item>.head{
    text-align: left;
    margin-left: 40px;
  }
}

/* ========== c-btn-mail ========== */
a.c-btn-square {
	border-radius: 10px;
}
a.c-btn-account.c-btn-mail::before {
  height: 20px;
  top: 20px;
  width: 28px;
  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;
  }
}


/* ========== 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/zeh_cashback/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("/program/zeh_cashback/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: #ffede3;
}
.section-faq .answer:hover {
  background-color: #ffede3;
}
.section-faq .answer .label {
  background-color: #ffede3;
  margin-bottom: 0;
}
.section-faq .answer .text {
  color: #222;
  margin-bottom: 0;
}


/* ========== homeloan-anchor-wrapper ========== */
.sty-homeloan-anchor-wrapper {
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.sty-homeloan-anchor-item {
  list-style: none;
  width: 25%;
}
@media screen and (max-width: 767px) {
  .sty-homeloan-anchor-item {
    width: 45%;
  }
}

/* ========== step ========== */
.sty-step-heading {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .sty-step-heading {
   margin-top: 50px;
  }
  a.c-btn-login.sty-step-login {
  padding: 16px 30px 16px 55px;
  }
}
