@charset "utf-8";

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

/* ========== add css ========== */
body.color-18 .cpn-heading-02 h3, body.color-18 .cpn-text-01, body.color-18 .cpn-step-04 .step-heading > .step-num, body.color-18 .cpn-step-05 .step-heading > .step-num {
  color: #5CC2D0;
}
body.color-18 .cpn-heading-01 span, body.color-18 .cpn-step-02 .heading-main h2 span, body.color-18 .cpn-step-02 .heading-main h3 span, body.color-18 .cpn-step-02 .heading-main h4 span, body.color-18 .cpn-step-02 .heading-main h5 span {
  background: #5CC2D0;
  box-shadow: 12px 0 0 #5CC2D0, -12px 0 0 #5CC2D0;
}
.pt0{
  padding-top: 0;
}

/* ========== relatedLinks ========== */
.cpn-relatedLinks-01 {
  margin-bottom: 0;
  width: 100%;
  margin: 30px auto 30px;
}

/* ========== add cpn relatedLinks ========== */
.cpn-c-ground-01 .cpn-relatedLinks-01 {
  background-color: #fce7cd;
  text-align: center;
  margin: 0 0px -54px;
  padding: 13px 30px 30px;
}
.c-ground-01.pt0 {
  clear: both;
  margin: 0 auto;
  margin-top: 1.75em;
  width: 100%;
  background-color: #fff;
  border: 1px solid #d4d4d4;
  -webkit-box-shadow: 2px 2px 2px #e1e1e1;
  box-shadow: 2px 2px 2px #e1e1e1;
  padding: 0px 0px 54px 0px;
}
@media only screen and (max-width: 640px) {
  .cpn-c-ground-01 .cpn-relatedLinks-01 {
    margin: 0 0px -16px;
    padding: 0 10px 16px;
  }
  .c-ground-01.pt0 {
    margin-top: .625em;
    padding: 0 0px 16px;
  }
}

/* ========== add cpn btn ========== */
.cpn-c-ground-01 .cpn-relatedLinks-01{
  background: #def2fe;
}
.cpn-c-ground-01 .c-btnGroup-01 a{
  margin-top: 1.25em!important;
}

/* ========== c-btn-mail ========== */
a.c-btn-account.c-btn-mail::before {
  background-image: url(/assets/img/icon_mail_01.png)
}

/* ========== modaal ========== */
a.c-btn-account.icon-modaal.size-01{
  padding-right: 44px;
}
a.c-btn-account.icon-modaal.size-01:after{
  content: "";
  position: absolute;
  background: url(/assets/img/icon_modal.png);
  background-repeat: no-repeat;
  background-size: 16px;
  width: 16px;
  height: 16px;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

/* ========== c-information-01 ========== */
.c-information-01{
  width: 100%;
  border-right: 2px solid #3170b9;
  border-bottom: 2px solid #3170b9;
  border-left: 2px solid #3170b9;
  padding: 4.5em 1em 2em;
  margin-top: -2.5em;
}
.c-information-01 .c-copy-01:first-child{
  text-align: center;
}
.c-information-01 .c-copy-01:first-child p{
  margin-top: 0;
}
.c-information-01 .c-information-box{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 2em 0;
}
.c-information-01 .c-information-box .c-information-box_inner{
  width: 48%;
  margin-left: 2%;
  text-align: center;
}
.c-information-01 .c-information-box .c-information-box_inner:first-child{
  /*width: 50%;*/
  width: 100%;
  margin-left: 0;
  /*padding-right: 2%;
  border-right: 2px dotted #888;*/
}
/*.c-information-01 .c-information-box .c-information-box_inner .c-btn-01{
  width: 85%;
}*/
@media only screen and (max-width: 640px){
  .c-information-01 .c-copy-01:first-child{
    text-align: left;
  }
  .c-information-01 .c-information-box{
    display: block;

  }
  .c-information-01 .c-information-box .c-information-box_inner{
    width: 100%;
    margin-left: 0;
  }
  .c-information-01 .c-information-box .c-information-box_inner:first-child{
    width: 100%;
    padding-right: 0;
    /*padding-bottom: 2em;*/
    margin-bottom: 2em;
    border-right: none;
    /*border-bottom: 2px dotted #888;*/
  }
  .c-information-01 .c-information-box .c-information-box_inner .c-btn-01{
    width: 100%;
  }
}

/* ========== 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/2023/20230301_fd/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/2023/20230301_fd/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;
}
/* ========== FloatingBanner ========== */
#jbk-FloatingBannerArea{
  display: block;
  position: fixed;
  z-index: 99999;
  right: -400px;
  bottom: 0;
  padding: 0;
  margin: 0;
  width: auto;
  height: auto;
  opacity: 0;
  background-color: #eee;
}
#jbk-FloatingBannerArea.jbk-FloatingBannerArea_on{
  bottom: 0;
  right: 20px;
  opacity: 1;
  transition-property: all;
  transition-duration: 1500ms;
  transition-delay: 0s;
  transition-timing-function: ease;
}
#jbk-FloatingBannerArea.jbk-FloatingBannerArea_off{
  right: -400px;
  bottom: 0;
  opacity: 0;
  transition-property: all;
  transition-duration: 1000ms;
  transition-delay: 0s;
  transition-timing-function: ease;
}
.FloatingBanner_wrapper{
  position: relative;
  -webkit-box-shadow: 0 0 8px #808080;
  box-shadow: 0 0 8px #808080;
  overflow: hidden;
  background-color: #fff;
}
.FloatingBanner-close{
  position: absolute;
  z-index: 999;
  top: -20px;
  right: -4px;
  background-color: #eee;
  border-radius: 16px;
}
.img-FloatingBanner-close{
  cursor: pointer;
}
#jbk-FloatingBannerArea img.TOP-img-hover:hover{
  opacity: 0.8;
}
.top_reflection {
  height: 100%;
  width: 30px;
  position: absolute;
  top: -190px;
  left: 0;
  background-color: #fff;
  opacity: 0;
}
#jbk-FloatingBannerArea_sp{
  display: block;
  position: fixed;
  z-index: 99999;
  right: 0;
  bottom: -400%;
  padding: 0;
  margin: 0;
  margin-right: 10px;
  height: auto;
  opacity: 0;
}
@media only screen and (max-width: 640px) {
  #jbk-FloatingBannerArea_sp{
    width: 100%;
    padding: 0 0 0 20px;
  }
}
#jbk-FloatingBannerArea_sp.jbk-FloatingBannerArea_sp_on{
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 0 0 0 20px;
  opacity: 1;
  transition-property: all;
  transition-duration: 1500ms;
  transition-delay: 0s;
  transition-timing-function: ease;
}
#jbk-FloatingBannerArea_sp.jbk-FloatingBannerArea_sp_off{
  width: 100%;
  right: 0;
  bottom: -400px;
  padding: 0 0 0 20px;
  opacity: 0;
  transition-property: all;
  transition-duration: 1000ms;
  transition-delay: 0s;
  transition-timing-function: ease;
}
.FloatingBanner_wrapper_sp{
  position: relative;
  overflow: hidden;
}
.FloatingBanner-close_sp{
  position: absolute;
  z-index: 999;
  top: -14px;
  right: -8px;
}
.img-FloatingBanner-close_sp{
  cursor: pointer;
}
.top_reflection_sp {
  height: 100%;
  width: 30px;
  position: absolute;
  top: -190px;
  left: 0;
  opacity: 0;
}
.jbk-FloatingBannerArea_none{
  display: none !important;
}
.campaign-recruitment-message {
  font-weight: bold;
  margin-top: 5px;
  padding: 10px;
  background-color: #FFCCCC;
  text-align: left;
}