@charset "utf-8";

@import url(/campaign/css/campaign-detail.css);


/* ========== additional styles ========== */
.pb30{
  padding-bottom: 30px;
}
.mb20{
  margin-bottom: 20px;
}

/* ========== 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: "";
  }
}

/* ========== 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/20250611_summer_switch/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("/campaign/2025/20250611_summer_switch/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: #ffede3;
}
.section-faq .answer .text {
  color: #222;
  margin-bottom: 0;
}

.c-rate__area {
  max-width: 450px;
  margin: 0 auto;
  display: flex;
  list-style: none;
  justify-content: center;
  padding-left: 0;
}
@media only screen and (max-width: 640px) {
  .c-rate__area {
    justify-content: center;
  }
}

.c-rate__list {
  border: 5px solid #eb7000;
  border-radius: 100%;
  padding: 20px 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-rate__list .c-rate__txt p {
  font-weight: bold;
}

/* 金利を1カラムで表示させる場合 */
.c-rate__list.c-col__01 {
  width: 230px;
  height: 230px;
  margin: 0 auto;
}

.c-rate__list.c-rate-guaranteed.c-col__01 {
  width: 255px;
  height: 255px;
  margin: 0 auto;
}

/* 金利を2カラムで表示させる場合 */
.c-rate__list.c-col__02 {
	width: 50%;
	padding: 0px;
	margin: 0 4px;
	aspect-ratio: 1 / 1;
}
@media only screen and (min-width: 769px) {
	.c-rate__list.c-col__02 {
		min-width: 180px;
		min-height: 180px;
	}
}
@media only screen and (max-width: 768px) {
	.c-rate__list.c-col__02 {
		max-width: 170px;
		max-height: 170px;
		min-width: 160px;
		min-height: 160px;
	}
	.c-rate__txt {
		font-size: 87.5%;
	}
}
@media only screen and (max-width: 640px) {
	.c-rate__list.c-col__02 {
		min-width: 160px;
		min-height: 160px;
	}
}

.c-rate__list.c-col__02 p strong {
  font-size: 48px;
}
@media only screen and (max-width: 960px) {
  .c-rate__list.c-col__02 p strong {
    font-size: 44px;
  }
}
@media only screen and (max-width: 768px) {
  .c-rate__list.c-col__02 p strong {
    font-size: 40px;
  }
}

@media only screen and (max-width: 820px) {
  .c-rate__list.c-col__02 {
    width: 49%;
  }
  .c-rate__list.c-col__02:last-child {
    margin-left: 2%;
  }
}

.c-rate__list p strong {
  font-weight: bold;
}

.c-rate__list.c-col__01 p strong {
  font-size: 48px;
}

.c-rate__list.c-col__01 p strong span {
  font-size: 28px;
}

.c-rate__list.c-col__02 p strong span {
  font-size: 15px;
  font-weight: normal;
}

@media only screen and (min-width: 641px) {
  .c-rate__content {
    display: flex;
    align-items: start;
    flex-direction: row-reverse;
  }
}

/* ========== 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;
  }
}
