@charset "utf-8";

@import url(/campaign/css/campaign-detail.css);

/* ========== c-steps-05 ========== */
.c-steps-05.cpn-steps > .step{
  border-color: #86be00;
}
.c-steps-05.cpn-steps .step-heading > .step-num{
  color: #86be00;
}
.c-steps-05.cpn-steps > .step + .step:before{
  background-position: -60px center;
}
@media only screen and (max-width: 768px){
  .c-steps-05.cpn-steps > .step + .step:before{
    background-position: center -30px;
  }
}
/* ========== c-cnvBlock-01 ========== */
.c-cnvBlock-01.cnv-type06.cvn-color-white {
  background-color: #fff!important;
}
.c-cnvBlock-01.cnv-type06.cvn-color-white a.c-btn-account.icon-login.flat{
  padding-left: 38px;
}
.c-cnvBlock-01.cnv-type06.cvn-color-white a.c-btn-account.icon-login.flat:before {
  background-size: 100% auto;
  height: 22px;
  width: 0;
}

/* ========== c-step-jra ========== */
.c-step-jra {
  border: 2px solid #007a53;
  padding: 30px 10px 20px;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 640px) {
  .c-step-jra {
    border: 3px solid #007a53;
    padding: 60px 40px 30px;
  }
}
.c-step-jra::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: -1px;
  left: 0;
  right: 0;
  margin: auto;
  border-top: 32px solid #007a53;
  border-right: 46.25px solid transparent;
  border-left: 46.25px solid transparent;
}
@media screen and (min-width: 640px) {
  .c-step-jra::before {
    border-top: 60px solid #007a53;
    border-right: 135px solid transparent;
    border-left: 135px solid transparent;
  }
}
.c-step-jra + .c-step-jra {
  margin-top: 10px;
}
@media screen and (min-width: 640px) {
  .c-step-jra + .c-step-jra {
    margin-top: 20px;
  }
}
.c-step-jra-head {
  color: #fff;
  display: inline-block;
  font-size: 85%;
  font-weight: bold;
  position: absolute;
  top: 2px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 640px) {
  .c-step-jra-head {
    font-size: 125%;
    top: 10px;
  }
}

/* ----- c-btn-jra-02 ----- */
.c-btn-jra-02 {
  background: #faf1be;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,#faf1be 0,#d3b60e 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#faf1be),color-stop(100%,#d3b60e));
  background: -webkit-linear-gradient(top,#faf1be 0,#d3b60e 100%);
  background: -o-linear-gradient(top,#faf1be 0,#d3b60e 100%);
  background: -ms-linear-gradient(top,#faf1be 0,#d3b60e 100%);
  background: linear-gradient(to bottom,#faf1be 0,#d3b60e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faf1be',endColorstr='#d3b60e',GradientType=0);
  -webkit-box-shadow: 0 4px 0 #b28b0f;
  box-shadow: 0 4px 0 #b28b0f;
  border-radius: 44px;
  color: #535252;
  display: inline-block;
  font-size: 125%;
  font-weight: bold;
  line-height: 1.1;
  margin-top: 16px;
  padding: 22px 0 18px;
  position: relative;
  text-align: center;
  text-decoration: none;
  min-width: 80%;
}
@media screen and (min-width: 640px) {
  .c-btn-jra-02 {
    -webkit-box-shadow: 0 6px 0 #b28b0f;
    box-shadow: 0 6px 0 #b28b0f;
    padding: 22px 40px 18px;
    /* min-width: 430px; */
    /* min-height: 68px; */
    width: 40%;
    min-width: 40%;
    font-size: 137.5%;
  }
}
.c-btn-jra-02 .label{
  position: relative;
}
.c-btn-jra-02 .label::before,
.c-btn-jra-02.icon-blank::after {
  content: "";
  position: absolute;
}
.c-btn-jra-02 .label::before {
  mask: url(/assets/img/icon__login.svg) no-repeat center center/contain;
  -webkit-mask: url(/assets/img/icon__login.svg) no-repeat center center/contain;
  background-color: #535252;
  background-position: -18px 0;
  background-repeat: no-repeat;
  background-size: auto 32px;
  width: 25px;
  height: 65%;
  left: -30px;
  top: 10px;
  bottom: 0;
}
.c-btn-jra-02.icon-blank::after {
  top: 30px;
  right: 18px;
  background: url(/campaign/2025/20250530_jra/img/icon_tab.png);
  background-repeat: no-repeat;
  background-size: 16px auto;
  width: 16px;
  height: 14px;
}
@media screen and (min-width: 640px) {
  .c-btn-jra-02 .label::before {
    top: 6px;
  }
  .c-btn-jra-02.icon-blank::after {
    background-size: 22px auto;
    top: 33px;
    width: 22px;
    height: 18px;
  }
}


/* ----- c-btn-jra-03 ----- */
.c-btn-jra-03 {
  background: #e2e2e2;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,#e2e2e2 0,#b1b1b1 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#e2e2e2),color-stop(100%,#b1b1b1));
  background: -webkit-linear-gradient(top,#e2e2e2 0,#b1b1b1 100%);
  background: -o-linear-gradient(top,#e2e2e2 0,#b1b1b1 100%);
  background: -ms-linear-gradient(top,#e2e2e2 0,#b1b1b1 100%);
  background: linear-gradient(to bottom,#e2e2e2 0,#b1b1b1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2e2e2',endColorstr='#b1b1b1',GradientType=0);
  -webkit-box-shadow: 0 4px 0 #888888;
  box-shadow: 0 4px 0 #888888;
  border-radius: 34px;
  color: #535252;
  display: inline-block;
  font-size: 125%;
  font-weight: bold;
  line-height: 1.1;
  margin-top: 16px;
  padding: 22px 0 18px;
  position: relative;
  text-align: center;
  text-decoration: none;
  min-width: 80%;
}
@media screen and (min-width: 640px) {
  .c-btn-jra-03 {
    -webkit-box-shadow: 0 6px 0 #888888;
    box-shadow: 0 6px 0 #888888;
    width: 40%;
    min-width: 40%;
    font-size: 137.5%;
  }
}
.c-btn-jra-03 .label{
  position: relative;
}
.c-btn-jra-03 .label::before {
  content: "";
  position: absolute;
}
.c-btn-jra-03 .label::before {
  mask: url(/assets/img/icon__login.svg) no-repeat center center/contain;
  -webkit-mask: url(/assets/img/icon__login.svg) no-repeat center center/contain;
  background-color: #535252;
  background-position: -18px 0;
  background-repeat: no-repeat;
  background-size: auto 32px;
  width: 25px;
  height: 65%;
  left: -30px;
  top: 5px;
  bottom: 0;
}
a.c-btn-jra-03.icon-blank {
  position: relative;
  padding-left: 10px;
}
a.c-btn-jra-03.icon-blank:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 20px;
  width: 17px;
  height: 14px;
  margin: auto;
  mask: url(/assets/img/icon_blank_02.gif) no-repeat center center/contain;
  -webkit-mask: url(/assets/img/icon_blank_02.gif) no-repeat center center/contain;
  background-color: #535252;
  background-repeat: no-repeat;
}

.c-column-group.c-column-group-btn {
  overflow: visible;
}
@media screen and (min-width: 640px) {
  .c-column-group.c-column-group-btn {
    margin-top: 40px;
  }
  .c-column-group .c-btn-jra-01,
  .c-column-group .c-btn-jra-02 {
    min-width: 100%;
    width: 100%;
    height: 68px;
  }
}

/* ----- c-btn-jra-04 ----- */
.c-btn-jra-04 {
  background: #faf1be;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,#faf1be 0,#d3b60e 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#faf1be),color-stop(100%,#d3b60e));
  background: -webkit-linear-gradient(top,#faf1be 0,#d3b60e 100%);
  background: -o-linear-gradient(top,#faf1be 0,#d3b60e 100%);
  background: -ms-linear-gradient(top,#faf1be 0,#d3b60e 100%);
  background: linear-gradient(to bottom,#faf1be 0,#d3b60e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faf1be',endColorstr='#d3b60e',GradientType=0);
  -webkit-box-shadow: 0 4px 0 #b28b0f;
  box-shadow: 0 4px 0 #b28b0f;
  border-radius: 34px;
  display: inline-block;
  font-size: 112.5%;
  font-weight: bold;
  line-height: 1.1;
  margin-top: 16px;
  padding: 20px 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

.c-btn-jra-04::before,
.c-btn-jra-04.icon-blank::after {
  content: "";
  position: absolute;
}
.c-btn-jra-04::before {
  top: 10px;
  left: 64px;
  mask: url(/assets/img/icon__account--app.svg) no-repeat center center/contain;
  -webkit-mask: url(/assets/img/icon__account--app.svg) no-repeat center center/contain;
  background-color: #535252;
  background-position: -18px 0;
  background-repeat: no-repeat;
  background-size: auto 32px;
  width: 25px;
  height: 65%;
}

.c-btn-jra-04 a{
color: #535252;
text-decoration: none;
}

/* ----- c-btn-jra-05 ----- */
.c-btn-jra-05 {
  background: #566aa0;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,#566aa0 0,#415484 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#566aa0),color-stop(100%,#415484));
  background: -webkit-linear-gradient(top,#566aa0 0,#415484 100%);
  background: -o-linear-gradient(top,#566aa0 0,#415484 100%);
  background: -ms-linear-gradient(top,#566aa0 0,#415484 100%);
  background: linear-gradient(to bottom,#566aa0 0,#415484 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#566aa0',endColorstr='#415484',GradientType=0);
  -webkit-box-shadow: 0 4px 0 #242f49;
  box-shadow: 0 4px 0 #242f49;
  border-radius: 34px;
  display: inline-block;
  font-size: 112.5%;
  font-weight: bold;
  line-height: 1.1;
  margin-top: 16px;
  padding: 20px 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

.c-btn-jra-05::before,
.c-btn-jra-05.icon-blank::after {
  content: "";
  position: absolute;
}
.c-btn-jra-05::before {
  top: 10px;
  left: 62px;
  mask: url(/assets/img/icon__account--web.svg) no-repeat center center/contain;
  -webkit-mask: url(/assets/img/icon__account--web.svg) no-repeat center center/contain;
  background-color: #fff;
  background-position: -18px 0;
  background-repeat: no-repeat;
  background-size: auto 32px;
  width: 25px;
  height: 65%;
}

.c-btn-jra-05 a{
color: #fff;
text-decoration: none;
}

/* ========== 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/20250530_jra/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/20250530_jra/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: #fce7cd;
}
.section-faq .answer .text {
  color: #222;
  margin-bottom: 0;
}


/* ========== icon-modal ========== */
.icon-modal::after {
  position: absolute;
  right: 15px;
  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-btn-jra-02.icon-modal::after {
  top: 15px;
  right: 8px;
  bottom: 30px;
  content: "";
  display: inline-block;
  mask: url(/campaign/2025/20250530_jra/img/icon_01.svg) no-repeat center center/contain;
  -webkit-mask: url(/campaign/2025/20250530_jra/img/icon_01.svg) no-repeat center center/contain;
  background-color: #535252;
  background-size: auto 32px;
  width: 30px;
  height: 65%;
}


/* ========== c-btn-account ========== */
a.c-btn-account::before {
  top: 19px;
  width: 28px;
  height: 20px;
}
@media only screen and (max-width: 640px) {
  a.c-btn-account{
    padding-left: 72px;
  }
  a.c-btn-account::before {
    content: "";
    display: inline-block;
    height: 17px;
    width: 24px;
  }
}

/* ========== c-btn-mail ========== */
a.c-btn-account.c-btn-mail::before {
  top: 19px;
  width: 28px;
  height: 20px;
  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;
  }
}
