@charset "utf-8";

@import url(/campaign/css/campaign-detail.css);


/* ========== c-btn-mail ========== */
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("/campaign/2025/20250818_ordinary/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/2025/20250818_ordinary/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;
}


/* ========== c-ground-03 ========== */

/* h2 */
.c-accordion-01.bundle-acc .c-heading2-01 {
  margin-left: 2px;
}
.c-accordion-01.bundle-acc .c-heading2-01 h2{
  font-size: 150%;
}
.c-accordion-01.bundle-acc .c-heading2-01 h2 span{
  color: #535252;
  font-weight: bold;
  background-color: #fff;
  box-shadow: 12px 0 0 #fff, -12px 0 0 #fff;
  border-left: 6px solid #eb7000;
  padding: 0 0 0 10px;
}
.c-accordion-01.bundle-acc .c-heading2-01 h2 span{
  box-shadow: 12px 0 0 #fff, -12px 0 0 #fff;
}
.c-accordion-01.bundle-acc .c-heading2-01 h2 span{
  box-shadow: 12px 0 0 #fff, -12px 0 0 #fff;
}
@media only screen and (max-width: 640px){
  .c-accordion-01.bundle-acc .c-heading2-01 h2{
      font-size: 125%;
    }
  .c-accordion-01.bundle-acc .c-heading2-01 h2 span{
      border-left: 3px solid #eb7000;
    }
}


/* ========== bundle-acc ========== */
.c-accordion-01.bundle-acc>.item{
  border-left: 1px solid #d4d5d5;
  border-right: 1px solid #d4d5d5;
}
.c-accordion-01.bundle-acc>.item>.head{
  padding-left: 1em;
  position: relative;
}
.c-accordion-01.bundle-acc>.item>.head.opened{
  border-bottom: 1px solid #d4d5d5;
}
.c-accordion-01.bundle-acc>.item>.head:before{
  right: 10px;
}
.c-accordion-01.bundle-acc>.item>.head:after{
  right: 19px;
}
.c-accordion-01.bundle-acc:last-child{
  margin-bottom: 0;
}
.c-accordion-01.bundle-acc .item .head:before {
  content: none;
}
.c-accordion-01.bundle-acc .item .head:after {
  content: none;
}

.c-accordion-01.bundle-acc .item .head {
    padding: 17px 44px 13px 18px;
    background: url(/campaign/2025/20250818_ordinary/img/icon-chevron-down-black.png);
    background-repeat: no-repeat;
    background-size: auto 1.125em;
    background-position: right 1em center;
}

@media only screen and (max-width: 640px) {
  .c-accordion-01.bundle-acc .item .head {
    padding: 17px 44px 13px 10px;
    background-position: right 6px center;
  }
}

.c-accordion-01.bundle-acc .item .head.opened {
    background: url(/campaign/2025/20250818_ordinary/img/icon-chevron-up-black.png);
    background-repeat: no-repeat;
    background-size: auto 1.125em;
    background-position: right 1em center;
}

@media only screen and (max-width: 640px) {
  .c-accordion-01.bundle-acc .item .head.opened {
    background-position: right 6px center;
  }
}

.acc-closed img.img-responsive:hover{
  cursor: pointer;
}

.step-area {
  border: solid 6px #ffdfdb;
  padding: 20px 15px;
  border-radius: 15px;
}
@media screen and (max-width: 640px) {
.step-area {
    border: solid 3px #ffdfdb;
    padding: 15px 10px;
    border-radius: 15px;
}
}


/* ヘッダーアイコン */
.c-accordion-01.bundle-acc .item .head.head-icon {
  padding-left: 3.5em;

}

.c-accordion-01.bundle-acc .item .head.head-icon:after {
  content: "";
  width: 45px;
  height: 45px;
  top: 14px;
  left: 14px;
}


@media only screen and (max-width: 640px){
  .c-accordion-01.bundle-acc .item .head.head-icon {
    padding: 17px 30px 10px 50px;
  }
  .c-accordion-01.bundle-acc .item .head.head-icon:after {
    width: 40px;
    height: 40px;
    top: 34%;
    left: 5px;
  }
}

/* ========== accordion ========== */
.charge-accordion>.item>.head {
  background-image: url(/campaign/2025/20250818_ordinary/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 0.5em center;
}
.charge-accordion>.item>.head.opened {
  background-image: url(/campaign/2025/20250818_ordinary/img/icon-chevron-up-black.png);
  background-repeat: no-repeat;
}
.charge-accordion>.item>.head:before {
  content: none;
}
.charge-accordion>.item>.head:after {
  content: none;
}

/* ========== icon ========== */
.icon-search {
  position: relative;
  padding-left: 22px;
}
@media screen and (min-width: 640px) {
  .icon-search {
      padding-left: 46px;
  }
}

.icon-search:before {
  content: "";
  position: absolute;
  width: 17px;
  height: 17px;
  background-size: 17px;
  background-position: 0 0;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  margin-top: 4px;
  background-image: url(/campaign/2025/20250818_ordinary/img/icon_search.png);
}
@media screen and (min-width: 640px) {
  .icon-search:before {
      width: 30px;
      height: 30px;
      background-size: 30px;
      margin-top: -2px;
  }
}

/* ========== sty-cvfixd ========== */
.sty-cvfixd {
  position: fixed;
  z-index: 100;
  bottom: 0;
  width: 100%;
}
.sty-cvfixd .c-cnvBlock-01 {
  background-color: rgba(0, 0, 0, 0.6);
}
.sty-cvfixd .c-cnvBlock-01 .cnvBlock-pull-left+.cnvBlock-pull-right:before {
  content: none;
}
.sty-cnvBlock-inner {
  max-width: 960px;
  margin: auto;
}

@media only screen and (max-width: 640px) {
  .sty-cvfixd .c-cnvBlock-01 .cnvBlock-pull-left {
    width: 49%;
    padding-right: 1%;
  }
  .sty-cvfixd .c-cnvBlock-01 {
    padding: 10px 14px;
}
  .sty-cvfixd .c-cnvBlock-01 .cnvBlock-pull-left+.cnvBlock-pull-right {
    width: 49%;
    padding-left: 1%;
  }
  .sty-cvfixd .c-cnvBlock-01 .cnvBlock-pull-left+.cnvBlock-pull-right:before {
    content: none;
}
  .sty-cvfixd .c-or_area.entry a.c-btn-account,.sty-cvfixd a.c-btn-account {
    padding-right: 0;
  }
  .sty-cvfixd .c-cnvBlock-01 .cnvBlock-pull-left+.cnvBlock-pull-right {
    margin-top: 0px;
    padding-top: 0px
  }
}

.sty-account-footer-height {
  height: 110px;
}
@media only screen and (max-width: 640px) {
  .sty-account-footer-height {
  height: 95px;
  }
}
.sty-account-footer-app-height {
  height: 105px;
}
@media only screen and (max-width: 640px) {
  .sty-account-footer-app-height {
  height: 80px;
  }
}