@charset "utf-8";

@import url(/campaign/css/campaign-detail.css);

/* ========== hidden ========== */
@media only screen and (min-width: 640px) {
  .c-hide-pc {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .c-hide-sp {
    display: none;
  }
}
/* ========== icon ========== */
span.icon img {
  width: 16px;
}
span.icon {
  margin-left: 4px;
}
/* ========== anc ========== */
.c-ground-01.c-ground-anc{
  padding: 0;
}
.c-ground-01.c-ground-anc ul{
  list-style: none;
  width: 100%;
  padding: 0;
}
.c-ground-01.c-ground-anc ul li{
  float: left;
}
.c-ground-01.c-ground-anc ul:after{
  content: "";
  display: block;
  clear: both;
}

/* pc */
.c-ground-01.c-ground-anc-pc ul{
  margin: .5em auto;
  max-width: 868px;
}
.c-ground-01.c-ground-anc-pc ul li{
  border-left: 1px solid #d4d5d5;
}
.c-ground-01.c-ground-anc-pc ul li:last-child{
  border-right: 1px solid #d4d5d5;
}
.c-ground-01.c-ground-anc-pc ul li:first-child{
  width: 20.83%;
}
.c-ground-01.c-ground-anc-pc ul li:nth-child(2){
  width: 22.92%;
}
.c-ground-01.c-ground-anc-pc ul li:nth-child(3){
  width: 22.69%;
}
.c-ground-01.c-ground-anc-pc ul li:nth-child(4){
  width: 18.51%;
}
.c-ground-01.c-ground-anc-pc ul li:last-child{
  width: 15.05%;
}
@media only screen and (max-width: 868px){
  .c-ground-01.c-ground-anc-pc ul li:first-child{
    border-left: none;
  }
  .c-ground-01.c-ground-anc-pc ul li:last-child{
    border-right: none;
  }
}
/* sp */
.c-ground-01.c-ground-anc-sp ul{
  margin-bottom: 0;
}
.c-ground-01.c-ground-anc-sp ul li{
  width: 50%;
}
.c-ground-01.c-ground-anc-sp ul li:last-child{
  width: 100%;
}
.c-ground-01.c-ground-anc-sp ul li:first-child,
.c-ground-01.c-ground-anc-sp ul li:nth-child(3){
  border-right: 1px solid #d4d5d5;
}
.c-ground-01.c-ground-anc-sp ul li:nth-child(3),
.c-ground-01.c-ground-anc-sp ul li:nth-child(4),
.c-ground-01.c-ground-anc-sp ul li:last-child{
  border-top: 1px solid #d4d5d5;
}

/* ========== cnv ========== */
@media (min-width: 960px){
  .c-cnvBlock-01.securities-cnv .cnvBlock-pull-left+.cnvBlock-pull-right:before{
    content: none;
  }
}

/* ========== step-area ========== */
.step-area {
  border: solid 6px #ffe5d6;
  padding: 20px 15px;
  border-radius: 15px;
}
.step-area .c-copy-step{
  text-align: center;
}
.step-area .c-copy-step p{
  color: #eb7000;
  font-weight: bold;
  background-color: #ffe5d6;
  display: inline-block;
  padding: 5px 25px;
  border-radius: 30px;
}
.step-area .c-copy-step p span{
  font-size: 125%;
}
.c-alertBlock-01.step-area-inner{
  border: none;
  border-radius: 20px;
  background-color: #ffe5d6;
}
.step-area.step-area-cpn02{
  border: solid 6px #ffc790;
  border-radius: 0;
}
@media screen and (max-width: 640px) {
  .step-area {
    border: solid 3px #ffe5d6;
    padding: 15px 10px;
    border-radius: 15px;
  }
  .step-area.step-area-cpn02 {
    border: solid 3px #ffc790;
    border-radius: 0;
  }
}

/* ========== arw ========== */
@media screen and (max-width: 640px){
  .c-figure-arw img{
    width: 52.5px;
  }
}

/* ========== btn-area ========== */
.btn-area{
  margin-top: 1.5em;
  position: relative;
}
.c-figure-btn{
  position: absolute;
  margin: 0 auto;
  bottom: 0;
  left: 0;
  right: 0;

}
/* pc */
.c-figure-btn-pc{
  width: 56%;
  bottom: 10%;
}
/* sp */
.c-figure-btn-sp{
  width: 92%;
  bottom: 5%;
}

/* ========== 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/20231216_aukabucom_02/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/20231216_aukabucom_02/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-headingImg ========== */
.c-heading2-01.c-headingImg-01{
  margin: 0 -54px 0 -54px!important;
}

@media only screen and (max-width: 640px){
  .c-heading2-01.c-headingImg-01{
    margin: 0 -10px 0 -10px!important;
  }
}

/* ========== table-const ========== */
.c-table-01 .bg-blue {
    background-color: #3498DB;
    color: #FFF;
}
.c-table-01 .bg-green {
    background-color: #86be00;
    color: #FFF;
}
.c-table-01 .bg-gray {
    background-color: #747b81;
    color: #FFF;
}

@media only screen and (min-width: 641px){
    .c-table-01.table-const th , .c-table-01.table-const td {
        padding: 12px 3px 10px;
    }
}

@media only screen and (max-width: 640px){
    .c-table-01.table-const th , .c-table-01.table-const td {
        font-size: 87.5%;
        padding: 6px 2px 5px;
    }
}


/* ========== c-column-group def ========== */
.c-column-group.c-column-def .col-unit-1\/3{
  width: 32.5%;
  margin-left: 1.25%;
}
.c-column-group.c-column-def .col-unit-1\/3:first-child{
  margin-left: 0;
}
.c-column-group.c-column-def .col-unit-1\/3 .c-heading4-01 h4{
  text-align: center;
  color: #fff;
  background-color: #eb7000;
  padding: 0.25em;
  border-radius: 10px 10px 0 0;
}
.c-column-group.c-column-def .col-unit-1\/3 .c-heading4-01 span{
  font-size: 85%;
  font-weight: normal;
  margin-right: .75em;
}
.c-column-group.c-column-def .col-unit-1\/3 .col-unit-inner{
  padding: .5em;
  border-right: solid 2px #ccc;
  border-bottom: solid 2px #ccc;
  border-left: solid 2px #ccc;
  border-radius: 0 0 10px 10px;
}
@media only screen and (max-width: 640px){
  .c-column-group.c-column-def .col-unit-1\/3{
    width: 100%;
    margin: .75em 0 0;
  }
  .c-column-group.c-column-def .col-unit-1\/3:first-child{
    margin-top: 0;
  }
  .c-column-group.c-column-def .col-unit-1\/3 .c-heading4-01 h4{
    border-radius: 5px 5px 0 0;
    font-size: 90%;
    padding: 0.5em;
  }
  .c-column-group.c-column-def .col-unit-1\/3 .c-heading4-01 h4 span{
    font-size: 95%;
  }
  .c-column-group.c-column-def .col-unit-1\/3 .col-unit-inner{
    border-radius: 0 0 5px 5px;
  }
}
.c-column-group.c-column-def .col-unit-1\/2 .c-heading4-01 h4 {
  text-align: center;
  color: #fff;
  padding: 0.25em;
  border-radius: 10px 10px 0 0;
}
.c-column-group.c-column-def .col-unit-1\/2.color--blue .c-heading4-01 h4 {
  background-color: #3498dB;
}
.c-column-group.c-column-def .col-unit-1\/2.color--green .c-heading4-01 h4 {
  background-color: #86be00;
}
.c-column-group.c-column-def .col-unit-1\/2 .col-unit-container {
  padding: .5em .5em 1em .5em;
  border-right: solid 2px #ccc;
  border-bottom: solid 2px #ccc;
  border-left: solid 2px #ccc;
  border-radius: 0 0 10px 10px;
}

/* ========== c-accordion-cpn ========== */

.c-accordion-01.c-accordion-cpn .head span{
  font-size: 76.5625%;
}

head.acc-head-kabucom.opened .contents {
  height: 100%;
}
.acc-head-kabucom .sty-acc-head-txt{
  font-size: 122%;
  color: #eb7000;
}
@media only screen and (max-width: 640px) {
  .acc-head-kabucom .sty-acc-head-txt{
    font-size: 99%;
}
}

/* ========== c-furtherBlock-01 ========== */
.c-furtherBlock-01{
  position: relative;
}
.c-furtherBlock-01 .c-further-btn{
  position: absolute;
  bottom: 20px;
  right: 0;
  left: 0;
  text-align: center;
}
@media only screen and (max-width: 640px) {
.c-furtherBlock-01 .c-further-btn{
  bottom: 10px;
}
}

.c-column-group.c-column-group__02 .col-unit-1\/3 {
  float: left;
  display: inline;
  width: 37%;
  margin-left: 0;
}

.c-column-group.c-column-group__02 .col-unit-2\/3 {
  float: left;
  display: inline;
  width: 63%;
  margin-left: 0;
}
.c-column-group .col-unit-2\/3>*:first-child {
  margin-top: 0;
}

@media only screen and (max-width: 640px) {
  .c-column-group {
      margin-top:34px
  }

  .c-column-group.c-column-group__02 .col-unit-1\/3,.c-column-group.c-column-group__02 .col-unit-2\/3 {
      display: block;
      float: none;
      width: 100%;
      margin-left: 0;
      margin-top: 34px
  }

  .c-column-group.c-column-group__02 .col-unit-1\/3:first-child,.c-column-group.c-column-group__02 .col-unit-2\/3:first-child {
      margin-top: 0
  }
}




.acc_set_02 {
  margin: 20px -54px 0;
  margin: 20px 0 0;
  border-top: 1px solid #d4d5d5
}

@media only screen and (max-width: 640px) {
  .acc_set_02 {
      margin:10px 0 0
  }

  .acc_set_02:last-child {
      margin-bottom: -16px
  }
}

.acc_set_02>.item {
  border-bottom: 1px solid #d4d5d5
}

.acc_set_02>.item>.head {
  padding: 17px 54px 13px 0;
  font-size: 125%;
  color: #535252;
  font-weight: bold;
  position: relative
}

.acc_set_02>.item>.head:hover {
  cursor: pointer;
  background-color: #eee;
  opacity: .7;
  filter: alpha(opacity=70)
}

@media only screen and (max-width: 1024px) {
  .acc_set_02>.item>.head:hover {
      opacity:1;
      filter: alpha(opacity=100);
      background-color: #fff
  }
}

.no-js .acc_set_02>.item>.head:hover {
  background-color: #fff;
  cursor: default;
  opacity: 1;
  filter: alpha(opacity=100)
}

.acc_set_02>.item>.head:before {
  width: 30px;
  height: 30px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: solid 1px #d4d5d5;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -15px;
  content: "";
  background: #fff;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2YzZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,#fff 0,#f3f3f3 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#f3f3f3));
  background: -webkit-linear-gradient(top,#fff 0,#f3f3f3 100%);
  background: -o-linear-gradient(top,#fff 0,#f3f3f3 100%);
  background: -ms-linear-gradient(top,#fff 0,#f3f3f3 100%);
  background: linear-gradient(to bottom,#fff 0,#f3f3f3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#f3f3f3',GradientType=0)
}

.no-js .acc_set_02>.item>.head:before {
  display: none
}

@media print {
  .acc_set_02>.item>.head:before {
      display: none
  }
}

.acc_set_02>.item>.head:after {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 9px;
  content: "";
  background: url(/assets/img/arrows_01_@2x.png) no-repeat -28px 0;
  background-size: auto 23px
}

.ie8 .acc_set_02>.item>.head:after {
  background: url(/assets/img/arrows_01.png) no-repeat -28px 0
}

.no-js .acc_set_02>.item>.head:after {
  display: none
}

@media print {
  .acc_set_02>.item>.head:after {
      display: none
  }
}

.acc_set_02>.item>.head.opened:after {
  background: url(/assets/img/arrows_01_@2x.png) no-repeat -40px 0;
  background-size: auto 23px
}

.ie8 .acc_set_02>.item>.head.opened:after {
  background: url(/assets/img/arrows_01.png) no-repeat -40px 0
}

.acc_set_02>.item>.head em {
  display: inline-block;
  font-weight: normal;
  background-color: #eb7000;
  color: #fff;
  margin-right: .4em;
  padding: .2em
}

.acc_set_02>.item>.head strong {
  color: #535252;
  font-weight: bold;
  padding-left: 24px
}

.acc_set_02>.item>.head strong:before {
  border: 0;
  background-image: url(/assets/img/marker_04_@2x.png);
  background-repeat: no-repeat;
  background-size: auto 18px;
  content: "";
  height: 100%;
  left: 0;
  top: 20px;
  position: absolute;
  width: 18px
}

.ie8 .acc_set_02>.item>.head strong:before {
  background-image: url(/assets/img/marker_04.png)
}

@media only screen and (max-width: 640px) {
  .acc_set_02>.item>.head strong:before {
      left:0;
      top: 18px
  }
}

.acc_set_02>.item>.head strong span {
  color: #e50000
}

.acc_set_02>.item>.body {
  display: none;
  padding: 20px 0;
  margin: 0 54px
}

.acc_set_02>.item>.body>*:first-child {
  margin-top: 0
}

.acc_set_02>.item>.body>*:first-child>*:first-child {
  margin-top: 0
}

.no-js .acc_set_02>.item>.body {
  display: block;
  border-top: 0;
  padding-top: 0
}

@media print {
  .acc_set_02>.item>.body {
      display: block;
      border-top: 0;
      padding-top: 0
  }
}

@media only screen and (max-width: 640px) {
  .acc_set_02>.item>.body {
      padding:10px 0;
      margin: 0 10px
  }

  .acc_set_02>.item>.body .c-table-03 table {
      border-bottom: 1px solid #d4d5d5;
      border-left: 1px solid #d4d5d5
  }

  .acc_set_02>.item>.body .c-table-03 table td {
      border-right: 1px solid #d4d5d5
  }
}

@media only screen and (min-width: 640px) {
.sty-anchor--list-block{
  display: flex;
  justify-content: center;
}
}

.c-anchorLinks-01.sty-anchor--list {
  margin: 0;
  display: flex;
  justify-content: center;
}
.c-anchorLinks-01.sty-anchor--list li {
  margin-bottom: 0;
  padding: 5px 27px;
  background-color: #ffe900;
  box-shadow: 0 4px 0 #ba8b26;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 640px) {
  .c-anchorLinks-01.sty-anchor--list li {
    padding: 5px 8px;
    width: 100%;
  }
}
.c-anchorLinks-01.sty-anchor--list li a {
  color: #535252;
  font-weight: 700;
  text-align: center;
}
.c-anchorLinks-01.sty-anchor--list li a:before {
  height: 18px;
  top: 50%;
  transform: translateY(-50%);
}


/* ========== movie ========== */
.movie {
  height: 0;
  margin: 3vw auto 0 auto;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  aspect-ratio: 9/16;
  z-index: 1;
}
@media only screen and (max-width: 640px) {
    .movie {
        height: unset;
        aspect-ratio: 9/16;
    }
}

.movie iframe {
  border: #000 solid 1px;
  box-sizing: border-box;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#movie_btn{
position: relative;
z-index: 1000;
}

.movie a .c-figure-01 img{
  transition: all 0.15s linear;
}
.movie a:hover{
  opacity: 0.6;
}

.movie a:hover img{
  transform: scale(1.1);
}
/* ========== sty-kabu_point--wrapper ========== */
.sty-kabu_point--wrapper {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
/* ========== movie ========== */
.sty-movie {
  height: 0;
  margin: 3vw auto 0 auto;
  overflow: hidden;
  padding-bottom: 38%;
  position: relative;
  z-index: 1;
  max-width: 622px;
  width: 100%;
  aspect-ratio: 16/ 9;
}
@media only screen and (max-width: 640px) {
  .sty-movie {
    padding-bottom: 58%;
  }
}

.sty-movie iframe {
  border: #000 solid 1px;
  box-sizing: border-box;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#movie_btn{
  position: relative;
  z-index: 1000;
}

.sty-movie a .c-figure-01 img{
  transition: all 0.15s linear;
}
.sty-movie a:hover{
  opacity: 0.6;
}

.sty-movie a:hover img{
  transform: scale(1.1);
}
/* ========== utility ========== */
.c-step--list {
  padding-left: 0;
  margin: 0;
}
.c-step--item {
  list-style: none;
}


/* ========== login ========== */
.c-login_area.entry a.c-btn-account, .modaal__content .c-login_area.entry .icon-login.icon-login-app {
  background-color: #fff;
  border: 2px solid #eb7000;
  border-bottom: 4px solid #eb7000;
  color: #eb7000;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.modaal__content .c-login_area.entry .icon-login {
  background-color: #fff;
  border: 2px solid #50659E;
  border-bottom: 4px solid #50659E;
  color: #50659E;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.c-login_area.entry a.c-btn-account.icon-login.size-01 > .label:before {
  background-size: 0;
}
.c-login_area.entry a.c-btn-account.icon-login.size-01 > .label:before, .c-login_area.entry.login__modaal a.icon-login:after,
.modaal__content .c-login_area.entry a.c-btn-account.icon-login.icon-login-app.size-01 > .label:before {
  background-color: #eb7000;
}
.modaal__content .c-login_area.entry a.c-btn-account.icon-login.size-01 > .label:before {
  background-color: #50659E;
}


.c-step--item {
  border: 4px solid #FFE5D6;
  border-radius: 10px;
  padding: 30px;
}

.c-step--item:not(:last-child) {
  margin-bottom: 30px;
}

.c-step--item:not(:first-child) {
  margin-top: 30px;
}
@media only screen and (min-width: 961px) {
  .c-step--item--content, .c-step--item--inner {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }
  .c-step--item--rev {
    flex-direction: row-reverse;
  }
  .c-step--item--w100 {
    flex-wrap: wrap;
  }
  .c-step--item--w100 > * {
    width: 100%;
  }
  .c-step--title {
    margin: 0 10px;
  }
  .c-step--item--content.c-step2--item--content {
    justify-content: space-evenly;
  }
}
.arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 40px solid transparent;
  border-left: 40px solid transparent;
  border-top: 30px solid #FFE5D6;
  border-bottom: 0;
  margin: 0 auto;
}

@media only screen and (max-width: 960px) {
  .c-step--item {
    padding: 30px 10px;
    text-align: center;
  }
  .c-step--item .border-dotted {
    border-top: 3px dotted #565555;
    margin-top: 30px;
    padding-top: 30px;
  }
}




/* CVエリア */
a.c-btn-account-plan {
    font-size: 112.5%;
    border-radius: 28px;
    margin-top: 20px;
    text-decoration: none;
    border: 0;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    -webkit-box-shadow: 0 2px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 2px 0 rgb(0 0 0 / 20%);
    border-top: 1px solid #f9cd00;
    border-bottom: 1px solid #d72200;
    background: #ed7b00;
    background: -moz-linear-gradient(top,#ed7b00 0,#e76400 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ed7b00),color-stop(100%,#e76400));
    background: -webkit-linear-gradient(top,#ed7b00 0,#e76400 100%);
    background: -o-linear-gradient(top,#ed7b00 0,#e76400 100%);
    background: -ms-linear-gradient(top,#ed7b00 0,#e76400 100%);
    background: linear-gradient(to bottom,#ed7b00 0,#e76400 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed7b00',endColorstr='#e76400',GradientType=0);
    padding: 16px 32px 16px 60px;
    position: relative;
    text-align: left;
}

a.c-btn-account-plan.fixed_btn01:before {
  background-image: url(/assets/img/icon_btn_01.png);
  background-size: 100%;
  height: 20px;
  top: 17px;
  width: 28px;
  position: absolute;
  left: 29px;
  content: "";
}
.sty-account--icon,.sty-btn--quiz-entry{
  position: relative;
}
.sty-account--icon:before{
  background-image: url(/campaign/2025/20250205_asset_debut/img/btn_txt_01.png);
  background-size: 100%;
  height: 40px;
  bottom: -9px;
  width: 40px;
  position: absolute;
  left: 20px;
  content: "";
  z-index: 1;
}
a.sty-btn--quiz-entry {
    font-size: 112.5%;
    border-radius: 28px;
    margin-top: 20px;
    text-decoration: none;
    border: 0;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    -webkit-box-shadow: 0 2px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 2px 0 rgb(0 0 0 / 20%);
    background: #E20000;
    padding: 16px 50px 16px 40px;
    position: relative;
    text-align: left;
}
.sty-btn--quiz-entry:after,.sty-btn--red_01:after{
  background-image: url(/campaign/2025/20250205_asset_debut/img/icon_blank.png);
  background-size: 100%;
  background-repeat: no-repeat;
  height: 22px;
  width: 22px;
  position: absolute;
  right: 16px;
  bottom: 17px;
  content: "";
}
a.sty-btn--red_01 {
  font-size: 112.5%;
  border-radius: 28px;
  margin-top: 20px;
  text-decoration: none;
  border: 0;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  -webkit-box-shadow: 0 2px 0 rgb(0 0 0 / 20%);
  box-shadow: 0 2px 0 rgb(0 0 0 / 20%);
  background: #E20000;
  padding: 16px 50px 16px 40px;
  position: relative;
  text-align: left;
}
.sty-btn--red_01: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: #fff;
  width: 22px;
  height: 22px;
  background-size: auto 36px;
  left: 15px;
  position: absolute;
  content: "";
}
.sty-cnvBlock-txt span{
font-size: 120%;
}

.sty-step--block {
  margin-top: 15px;
}
.sty-step--block:first-child {
  margin-top: 0;
}
.sty-fs_large {
  font-size: 1.5em;
}