@charset "utf-8";

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

/* ========== heading ========== */
#flg-feature.prg-heading-01{
  margin: -30px -54px 0 -54px;
}
@media only screen and (max-width: 640px) {
  #flg-feature.prg-heading-01{
    margin: -16px -10px 0 -10px;
  }
}

/* ========== cnv ========== */
.cv_clm {
  padding: 0px 10px 20px;
  text-align: center;
  width: 100%;
  max-width: 740px;
  margin: 0 auto;
}
.cv_clm01 {
  border: 4px solid #f9c0cd;
}
.cv_clm02 {
  border: 4px solid #facf9c;
}
.cv_clm02 .c-noteList-01 {
  text-align: left;
}
.cv_clm02 .c-noteList-01 li {
  text-indent: inherit;
}
.cv_clm figure {
  margin-top: -13px !important;
  margin-bottom: 17px;
}
.cv_clm a {
  display: inline-block;
  margin: 0 10px 0;
}
.c-cv-box01{
  text-align: center;
  text-align: -webkit-center;
  padding: 0 10px 20px;
}

/* ========== button ========== */
a img.img-responsive:hover{
opacity: .7;
filter: alpha(opacity=70);
color: #fff;
text-decoration: none;
}

/* ========== c-ground-about ========== */
.c-ground-about{
  background: #fdeecb;
  padding: 25px;
  margin-top: 2em;
}
.c-ground-about .c-noteList-03 li:before{
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  top: 50%;
  height: 18px;
}
@media only screen and (max-width: 640px){
  .c-ground-about{
    padding: 15px 10px;
    margin-top: 1.5em;
  }
}

/* ========== 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/20211201_homeloan_refinancing/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("/campaign/2021/20211201_homeloan_refinancing/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: #fdeecb;
}
.section-faq .answer:hover {
  background-color: #fdeecb;
}
.section-faq .answer .label {
  background-color: #fdeecb;
  margin-bottom: 0;
}
.section-faq .answer .text {
  color: #222;
  margin-bottom: 0;
}

/* ========== column-group ========== */
.cpn-column-group {
	display: table;
	width: 100%;
}

.col-unit-1\/3 {
	display: table-cell;
	width: 33.33%;
	padding: 0 15px 15px 15px;
}

@media only screen and (min-width: 641px) {
	.col-unit-1\/3 + .col-unit-1\/3 {
		border-left: 1px solid #d4d5d5;
	}
}

@media only screen and (max-width: 640px) {
	.cpn-column-group {
		display: block;
	}
	
	.col-unit-1\/3 + .col-unit-1\/3 {
		display: block;
		width: 100%;
		border-top: 1px solid #d4d5d5;
	}
}