@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/2025/20250210_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/2025/20250210_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/2025/20250210_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/2025/20250210_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/2025/20250210_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: #fff1f6;
 border: none;
 border-radius: 0;
 color: #df2478;
 font-size: 12px;
 padding: 8px 0;
}
.c-tabs-01.c-tabs-02>.tabs>li:nth-child(even) a{
  background: #e6f4f1;
  color: #107885;
 }
.c-tabs-01.c-tabs-02>.tabs>li.current a{
 background: #fff;
 border: none;
 border-top: 3px solid #df2478;
 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 #107885;
}
@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 #df2478;
   padding: 35px 0 24px;
 }
 .c-tabs-01.c-tabs-02>.tabs>li.current:nth-child(even) a{
  border-top: 6px solid #107885;
}
} 

/* ========== cmp-box ========== */
.cmp-box {
  background-color: #fff1f6;
  border-radius: 20px;
  padding: 30px;
}
#tab02 .cmp-box {
  background-color: #e6f4f1;
}
.cmp-box.bgG {
  background-color: #eeeeee!important;
}
.cmp-box .item {
  background-color: #fff;
}
.cmp-box .item .head {
  padding-left: 10px;
}

.cmp-box--ttl {
  display: inline-block;
  font-size: 22px;
  color: #df2478;
  font-weight: bold;
  border-bottom: dotted 3px #df2478;
}
#tab02 .cmp-box--ttl {
  color: #107885;
  border-bottom: dotted 3px #107885;
}
.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.bgG {
  background-color: #e6f4f1;
  border-radius: 0;
}
.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 15px;
  }
  .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: #df2478!important;
}
.txtType-02,
.txtType-02 h3 {
  font-weight: bold;
  color:#107885!important;
}


.pd16 {
    padding: 16px!important;
}


/*紹介コード*/
#btn-code_copy{
  font-weight: bold;
  position: relative;
  background-color: #fff;
  padding-left: 35px;
  font-size: 16px;
  border: none;
}
#btn-code_copy:before{
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  background-image: url(/campaign/2025/20250210_introduction/img/icon_copy.svg);
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.block_code__message-btn {
  display: flex;
  justify-content: center;
}
#js-link_X {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin: 0 15px;
  background-color: #000;
  border-radius: 30px;
}
#js-link_X img {
  display: block;
  width: 30px;
  height: 30px;
}
#js-link_LINE {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 15px;
}

.block_code__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  }
  
  .block_code__title {
  background-color:#535252;
  color: #fff;
  text-align: center;
  padding: 5px 15px;
  border-radius: 6px 6px 0 0;
  display: inline-block;
  margin: 10px auto 0 0;
  }
  .block_code__title p {
  margin: auto;
  }
  
  .block_code__copy {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 2px #ccc solid;
  border-radius: 0 6px 6px 6px;
  padding: 10px;
  width: 100%;
  margin-bottom: 15px;
  }
  .block_code__copy button {
  width: auto;
  }
  .block_code__copy p {
  margin: auto;
  width: 60%;
  word-break: break-all;
  }
  .block_code__message {
  background-color: #fff1f6;
  border-radius: 6px;
  word-break: break-all;
  }
  .block_code__message-title {
  text-align: left;
  }
  .block_code__message-text {
  color: #333;
  background-color: #fff;
  padding: 10px;
  border-radius: 6px;
  }
  
  .block_code__message-link {
  display: flex;
  justify-content: center;
  align-items: center;
  }
  .block_code__message-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  }
  .block_code__message-btn {

  margin: 0 5px;
  }
  .sty-ground-01--nm {
    border: none;
    box-shadow: none;
    padding: 0;
  }

  .sty-ground-01--nm .block_code__message {
    width: 100%;
  } 
  .sty-ground-01--nm .block_code__inner {
    background-color: #fff1f6;
  }
  .sty-ground-01--nm .block_code__copy {
    background-color: #fff;
  }


  .sty-column-group--sp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    background-color: #fff;
  }  
  .sty-col-unit-2\/3 img ,.sty-col-unit-1\/3 img {
    max-width: 100%;
  }
  .sty-col-unit-2\/3 {
    width: 60%;
    padding: 0 15px;
    border-left: 1px solid #888;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
  }
  .sty-col-unit-1\/3 {
    width: 40%;
    padding: 0 15px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
  }
  .sty-bgW {
    background-color: #fff;
  }