@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;
}
}

/* ========== c-figure-tit ========== */
.c-figure-01.c-figure-tit {
    margin: -31px -54px 0 -54px;
}
@media only screen and (max-width:640px) {
.c-figure-01.c-figure-tit {
    margin: -16px -10px 0 -10px;
}
}


/* ========== c-btn-mail ========== */
a.c-btn-account.c-btn-mail::before {
  background-image: url(/assets/img/icon_mail_01.png)
}

/* ========== c-btn-account ========== */
a.c-btn-account.icon-login:before {
  top: 14px;
  left: 30px;
}

.c-heading3-01 h2, .c-heading3-01 h3 {
    margin: 0;
    padding: 0;
    font-size: 150%;
    color: #ff7e00;
    font-weight: bold;
    line-height: 1.4;
    border-bottom: 1px solid #d4d5d5;
    padding-bottom: 10px;
}

/* ========== accordion ========== */
.charge-accordion>.item>.head {
  background-image: url(/campaign/2024/20240301_introduction/img/icon_02.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/2024/20240301_introduction/img/icon_03.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;
}
@media screen and (min-width: 640px) {
    .icon-search:before {
        width: 30px;
        height: 30px;
        background-size: 30px;
        margin-top: -2px;
    }
}

.icon-search:before {
    background-image: url(/campaign/2024/20240301_introduction/img/icon_01.png);
}

/* ========== 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/20240301_introduction/img/icon_03.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/20240301_introduction/img/icon_02.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;
}

/* ========== tab ========== */
.c-tabs-01.c-tabs-02{
  margin: 10px 0 0;
}
.c-tabs-01.c-tabs-02>.content{
 border-bottom: none;
 border-top: 1px solid #bcbdbd;
}
.c-tabs-01.c-tabs-02>.content>div{
 padding: 20px 0;
}
.c-tabs-01.c-tabs-02>.content:before,
.c-tabs-01.c-tabs-02>.content:after{
 content: none;
}
.c-tabs-01.c-tabs-02>.tabs{
 border-bottom: none;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-align-items: flex-end;
 -ms-flex-align: end;
 align-items: flex-end;
 margin-top: 20px;
 padding: 0;
}
.c-tabs-01.c-tabs-02>.tabs>li{
 margin: 0;
 width: 47.32%;
}
.c-tabs-01.c-tabs-02>.tabs>li:first-child{
 margin-right: 2px;
}
.c-tabs-01.c-tabs-02>.tabs>li.current{
 border: 1px solid #bcbdbd;
 border-bottom: none;
 width: 48.21%;
 -webkit-transform: translateY(1px);
 transform: translateY(1px);
 z-index: 1;
}
.c-tabs-01.c-tabs-02>.tabs>li a{
 background: #fff1e9;
 border: none;
 border-radius: 0;
 color: #eb7000;
 font-size: 12px;
 padding: 8px 0;
}
.c-tabs-01.c-tabs-02>.tabs>li:nth-child(even) a{
  background: #eff8d9;
  color: #35a667;
 }
.c-tabs-01.c-tabs-02>.tabs>li.current a{
 background: #fff;
 border: none;
 border-top: 3px solid #eb7000;
 border-radius: 0;
 color: #535252;
 font-weight: bold;
 padding: 16px 0 8px;
}
.c-tabs-01.c-tabs-02>.tabs>li.current:nth-child(even) a{
  border-top: 3px solid #35a667;
}
@media screen and (min-width: 640px){
 .c-tabs-01.c-tabs-02>.tabs {
   margin-top: 15px;
 }
 .c-tabs-01.c-tabs-02>.tabs>li {
   width: 48.21%;
 }
 .c-tabs-01.c-tabs-02>.tabs>li.current{
   width: 48.85%;
 }
 .c-tabs-01.c-tabs-02>.tabs>li:first-child{
   margin-right: 4px;
 }
 .c-tabs-01.c-tabs-02>.tabs>li a{
   font-size: 18px;
   padding: 18px 0;
 }
 .c-tabs-01.c-tabs-02>.tabs>li.current a{
   border-top: 6px solid #eb7000;
   padding: 35px 0 24px;
 }
 .c-tabs-01.c-tabs-02>.tabs>li.current:nth-child(even) a{
  border-top: 6px solid #35a667;
}
} 

/* ========== cmp-box ========== */
.cmp-box {
  background-color: #fff1e9;
  border-radius: 20px;
  padding: 30px;
}
#tab02 .cmp-box {
  background-color: #eff8d9;
}
.cmp-box.bgG {
  background-color: #eeeeee!important;
}
.cmp-box .item {
  background-color: #fff;
}
.cmp-box .item .head {
  padding-left: 10px;
}
.cmp-box p span {
  font-weight: bold;
  color: #eb7000;
}
.cmp-box--ttl {
  display: inline-block;
  font-size: 22px;
  color: #eb7000;
  font-weight: bold;
  border-bottom: dotted 3px #eb7000;
}
#tab02 .cmp-box--ttl {
  color: #35a667;
  border-bottom: dotted 3px #35a667;
}
.cmp-box-inner {
  overflow: hidden;
  width: 100%;
  margin-top: 1.25em;
}
.cmp-box-inner--L.pc,
.cmp-box-inner--R.pc {
  width: 50%;
  float: left;
}
.cmp-box-inner--L.pc {
  padding-right: 10px;
}
.cmp-box-inner--R.pc {
  padding-left: 10px;
}
.cmp-box-inner.col-3 .cmp-box-inner--L.pc,
.cmp-box-inner.col-3 .cmp-box-inner--R.pc {
  width: 49%;
}
.cmp-box-inner.col-3 .cmp-box--arw.pc {
  width: 2%;
  float: left;
  margin-top: 110px;
}
.cmp-box-inner.bgW {
  margin-top: 15px;
  background-color: #fff;
  border-radius: 20px;
  padding: 15px;
}
.cmp-box-inner.bgW .c-noteList-03 strong {
  font-weight: bold;
}

.cmp-box-inner--L.sp,
.cmp-box-inner--R.sp {
  width: 100%;
  float: none;
  padding: 0;
}
.cmp-box-inner--R.sp {
  margin-top: 15px;
}
.cmp-box-inner.col-3 .cmp-box-inner--L.sp,
.cmp-box-inner.col-3 .cmp-box-inner--R.sp,
.cmp-box-inner.col-3 .cmp-box--arw.sp {
  width: 100%;
  float: none;
}
.cmp-box-inner.col-3 .cmp-box--arw.sp {
  display: block;
  width: 25%;
  margin: 0 auto;
}

@media screen and (max-width: 450px) {
  .cmp-box {
    border-radius: 15px;
    padding: 20px;
  }
  .cmp-box-inner.bgW {
    border-radius: 15px;
    padding: 10px;
  }
  .cmp-box .c-accordion-01:last-child{
    margin-bottom: 0;
  }
  .w25 {
    width: 25%;
  }
}


.txtType-01,
.txtType-01 h3 {
  font-weight: bold;
  color: #eb7000!important;
}
.txtType-02,
.txtType-02 h3 {
  font-weight: bold;
  color:#35a667!important;
}


.pd16 {
    padding: 16px!important;
}