@charset "utf-8";

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

/* ========== hidden ========== */
@media only screen and (min-width:641px) {
  .c-hide-pc {
    display: none;
  }
}
@media only screen and (max-width:640px) {
  .c-hide-sp {
    display: none;
  }
}

/* ========== img ========== */
.c-figure-01 a:hover{
  opacity: .7;
  filter: alpha(opacity=70);
}

/* ========== 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 .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;
}
@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/20220228_money_life/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/20220228_money_life/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: #e3f3ea;
}
.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-following_btn ========== */
#c-following_btn {
  opacity : 0;
  padding: 14px 0 18px;
  z-index: -1;
  position: fixed;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
}
#c-following_btn.opener {
  bottom: 0px;
  width: 100%;
  opacity: 1;
  background-color: #fff;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 0 4px rgba(0,0,0,0.3);
  box-shadow: 0 0 4px rgba(0,0,0,0.3);
  z-index: 10000;
}
#c-following_btn .c-figure-01-sp img{
  width: 85%;
  max-width: 420px;
}
@media only screen and (max-width: 640px){
  #c-following_btn {
    padding: 1em 2em;
  }
}

/* ========== accordion ========== */
.c-accordion-about{
  background-color: #fff1df;
  border-right: 1px solid #d4d5d5;
  border-left: 1px solid #d4d5d5;
}
.c-accordion-01.c-accordion-about>.item>.head{
  padding: 22px 42px 18px 55px;
  color: #eb7000;
  background: #fff;
}
.c-accordion-01.c-accordion-about>.item>.head:hover{
  background-color: #fff;
}
.c-accordion-01.c-accordion-about>.item>.head:before{
  background: url(/program/20220228_money_life/img/icon_01.png) no-repeat 0 0;
  width: 25px;
  height: 41px;
  margin-top: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 20px;
  border-radius: 0;
  border: none;
}
.c-accordion-01.c-accordion-about>.item>.head:after{
  background: url(/program/20220228_money_life/img/icon-chevron-down-black.png) no-repeat 0 0;
  width: 22px;
  height: 22px;
  margin-top: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 10px;
}
.c-accordion-01.c-accordion-about>.item>.head.opened:after{
  background: url(/program/20220228_money_life/img/icon-chevron-up-black.png) no-repeat 0 0;
}
/* c-column-about */
.c-column-about .col-unit-1\/2{
  background-color: #fff;
  border-radius: 15px;
  padding: 30px;
}
@media only screen and (max-width: 640px){
  .c-column-about .col-unit-1\/2{
    padding: 15px;
  }
}
/* c-border-txt */
.c-border-txt p{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-border-txt p:before,
.c-border-txt p:after{
  content: "";
  width: 100%;
  height: 1px;
  background: #535252;
  margin: 0;
}
.c-border-txt p em{
  width: 75%;
  text-align: center;
}

/* ========== c-point-01 ========== */
.c-point-01{
  margin-top: 2em;
  border: 2px solid #eb7000;
  border-radius: 10px;
}
.c-point-01 .c-point_inner{
  padding: 1em;
}
@media only screen and (max-width: 640px){
  .c-point-01 .c-point_inner{
    padding: 16px 10px;
  }
}