@charset "utf-8";

@import url(/campaign/css/campaign-detail.css);

/* ========== icon-modal ========== */
.icon-modal::after {
  content: "";
  display: inline-block;
  background: url(/assets/img/icon_modal.png) 0 0 no-repeat;
  background-size: auto 16px;
  height: 16px;
  width: 16px;
  margin-left: 5px;
}

/* ========== c-steps-05 ========== */
.box-explanation{
  border: solid 3px #D4D5D5;
  border-radius: 25px;
  padding: 10px;
  margin-top: 15px;
  text-align: center;
}

.box-explanation ul{
  display: inline-block;
  text-align: left;
}

.box-explanation .c-list-01 span{
text-decoration: underline;
}

/* ========== utility ========== */
.c-step--list {
  padding-left: 0;
  margin: 0;
}
.c-step--item {
  list-style: none;
}
.c-step--item {
  border: 4px solid #D4D5D5;
  border-radius: 25px;
  padding: 30px;
}

.c-step--item:not(:last-child) {
  margin-bottom: 30px;
}

.c-step--item:not(:first-child) {
  margin-top: 30px;
}
@media only screen and (min-width: 961px) {
  .c-step--item--content, .c-step--item--inner {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }
  .c-step--item--inner {
    flex-direction: row-reverse;
  }
  .c-step--title {
    margin: 0 10px;
  }
  .c-step--item--content.c-step2--item--content {
    justify-content: space-evenly;
  }
}
.arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 40px solid transparent;
  border-left: 40px solid transparent;
  border-top: 30px solid #D4D5D5;
  border-bottom: 0;
  margin: 0 auto;
}

@media only screen and (max-width: 960px) {
  .c-step--item {
    padding: 30px 10px;
    text-align: center;
  }
  .c-step--item .border-dotted {
    border-top: 3px dotted #565555;
    margin-top: 30px;
    padding-top: 30px;
  }
}

/* ========== 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/2024/20241101_fx/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/2024/20241101_fx/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: #fce7cd;
}
.section-faq .answer .text {
  color: #222;
  margin-bottom: 0;
}

/* ========== sty-fx-table ========== */
.sty-fx-table {
  max-width: 525px;
  margin-left: auto;
  margin-right: auto;
}
.c-table-01.sty-fx-table thead th {
  font-weight: bold;
}
.c-table-01.sty-fx-table tbody {
  font-weight: bold;
}
.c-table-01.sty-fx-table td,.c-table-01.sty-fx-table th {
  text-align: center;
  vertical-align: middle;
  padding: 15px 15px 15px;
}
.c-table-01.sty-fx-table thead th.sty-color-th {
  background-color: #0895e6;
  color: #fff;
}
.c-table-01.sty-fx-table tbody .sty-color-td {
  background-color: #def2fe;
}

/* ========== sty-fx-step-item ========== */
.sty-fx-step-item {
  text-align: center;
}
.sty-fx-step-item .c-list-02 {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .sty-fx-step-item .c-list-02 {
    text-align: initial;
  }
}

/* ========== sty-fx-txt-right ========== */
.sty-fx-txt-right {
  text-align: right;
}
.c-noteList-01 li.sty-fx-txt-right {
  margin-bottom: 30px;
}

/* ========== 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;
  }
}

/* ========== sty-campaign-ttl ========== */

@media only screen and (max-width: 640px) {
  .c-heading2-01.sty-fx-step-ttl span{
    font-size: 20px;
  }
}