@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;
  }
}

.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--inner {
    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;
  }
}

.sty-step--block {
  margin-top: 15px;
}
.sty-step--block:first-child {
  margin-top: 0;
}
.sty-fs_large {
  font-size: 1.5em;
}


/* ========== 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/2025/20250701_securities_2000/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/20250701_securities_2000/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-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-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
  }
}

/* ========== 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;
}

/* 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/20250701_securities_2000/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;
}
a.sty-btn--quiz-entry.icon-blank:after, a.sty-btn--red_01.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: #fff;
    background-repeat: no-repeat;
}
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%;
}