@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;
  }
}

/* ========== c-space ========== */
.c-space-p34{
  margin-top: 34px;
}

/* ========== color ========== */
.cpn-color-01-bg{
  background-color: #fffbdb!important;
}

.cpn-color-02-bg{
  background-color: #fff6f6!important;
}

.cpn-color-03-bg{
  background-color: #fff1e2!important;
}

.cpn-color-04-bg{
  background-color: #fce0e0!important;
}

/* ====== c-ground-01 ====== */
.c-ground-01.c-ground-heading-img {
  margin-top: 40px;
}
@media only screen and (max-width: 640px) {
  .c-ground-01.c-ground-heading-img {
    margin-top: 25px;
  }
}

/* ========== heading ========== */
/* -- heading-img -- */
@media only screen and (max-width: 768px) {
  .c-heading2-01.cpn-heading-01 .img-responsive {
    width: 100%;
  }
}

.c-heading2-01.cpn-heading-01.c-heading-img {
  margin: -56px -54px 0 -54px;
}
@media only screen and (max-width: 640px) {
  .c-heading2-01.cpn-heading-01.c-heading-img {
    margin: -30px -10px 0 -10px;
  }
}

.cpn-img-heading-01{
  margin: -30px -54px 0 -54px!important;
}
@media only screen and (max-width: 640px){
  .cpn-img-heading-01{
    margin: -16px -10px 0 -10px!important;
  }
}

.cpn-img-heading-02{
  margin: 0 -54px!important;
}
@media only screen and (max-width: 640px){
  .cpn-img-heading-02{
    margin: 0 -10px!important;
  }
}

.cpn-heading-03 h3{
  margin: 0 !important;
}

.cpn-heading-04{
  padding: 26px 10px 20px;
}

.cpn-heading-04 h3{
  margin: 0 !important;
  padding-bottom: 0;
  border-bottom: none;
}

/* ========== anchor ========== */
.anchor {
  padding: 10px 54px 20px 54px;
}
@media (max-width: 640px) {
  .anchor {
    padding: 5px 0px 10px 0px;
  }
}

.anchor-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.anchor-inner .c-figure-01 {
  width: calc(50% - 20px);
  box-sizing: border-box;
}

@media (min-width: 641px) {
  .anchor-inner .c-figure-01 {
    width: calc(27% - 20px);
  }
}

/* ========== cnv ========== */
@media (min-width: 960px){
  .c-cnvBlock-01.securities-cnv .cnvBlock-pull-left + .cnvBlock-pull-right:before{
    content: none;
  }
}

/* ========== .c-list ========== */

@media only screen and (max-width: 640px){
  .c-list-03 li .c-noteList-01 li{
    font-size: 87.5%;
  }
}

/* ========== cpn-block ========== */
.c-column-group.cpn-block-01 .col-unit-1\/2{
  position: relative;
  width: 49.30875576036866%;
  margin-left: 0.69124423963134%;
}
.c-column-group.cpn-block-01 .col-unit-1\/3{
  width: 32.94930875576037%;
  margin-left: 0.576036866359445%;
}
.c-column-group .col-unit-1\/2:first-child,
.c-column-group .col-unit-1\/3:first-child{
  margin-left: 0;
}
.c-column-group.cpn-block-01 .col-unit-1\/2:nth-child(2)::before{
  content:"";
  display: inline-block;
  position: absolute;
  width: 12.14953271028037%;
  height: 12.14953271028037%;
  /*background: url("/campaign/2022/20220801_securities/img/icon_01.png") no-repeat;*/
  background-size: contain;
  top: 50%;
  margin-top: -6.07476635514019%;
  margin-left: -6.77570093457944%;
}
@media only screen and (max-width: 640px){
  .c-column-group.cpn-block-01 .col-unit-1\/2,
  .c-column-group.cpn-block-01 .col-unit-1\/3{
    width: 100%;
    margin-top: 1.25em;
    margin-left: 0;
  }
  .c-column-group .col-unit-1\/2:first-child,
  .c-column-group .col-unit-1\/3:first-child{
    margin-top: 0;
  }
  .c-column-group.cpn-block-01 .col-unit-1\/2:nth-child(2)::before{
    width: 10%;
    height: 10%;
    top: -5%;
    left: 50%;
    margin-top: 0;
    margin-left: -5.714285714285715%;
  }
}

@media only screen and (max-width: 550px){
  .c-column-group.cpn-block-01 .col-unit-1\/2:nth-child(2)::before{
    width: 11.42857142857143%;
    height: 11.42857142857143%;
  }
}

.cpn-block-02{
  background-color: #ffe5c7;
  border-radius: 20px;
  padding: 30px;
}

/* ========== cpn-table ========== */
.c-table-01.cpn-table-01 th,
.c-table-01.cpn-table-01 td{
  border: none;
}
.c-table-01.cpn-table-01 {
  border: solid 2px #d81617;
  border-collapse: separate;
  overflow: hidden;
  /*border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;*/
  margin-bottom: 50px;
}

.c-table-01.cpn-table-01 th {
  padding: 15px 25px;
  border-bottom: 1px solid #fff;
  background-color: #d81617;
  width: 30%;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .c-table-01.cpn-table-01 th {
    padding: 15px 10px;
  }
}

.c-table-01.cpn-table-01 td {
  border-bottom: 1px solid #d81617;
  background-color: #fff;
  width: 70%;
  padding: 15px 25px;
  vertical-align: middle;
}

@media only screen and (max-width: 767px) {
  .c-table-01.cpn-table-01 td {
    padding: 15px 10px;
  }
}

.c-table-01.cpn-table-01 tr:last-child th,
.c-table-01.cpn-table-01 tr:last-child td {
  border-bottom: none;
}

.c-table-01.cpn-table-02{
  border: 3px solid #ccc;
}

.c-table-01.cpn-table-02 thead th{
  background-color: #fff1e2;
  font-weight: bold;
}

/* ========== 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/2022/20220801_securities/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/2022/20220801_securities/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;
}

/* cnv-type02_premium */
.cnv-type02_premium .c-column-group .col-unit-2\/3 .c-heading5-01,
.cnv-type02_premium .c-column-group .col-unit-2\/3 .c-copy-01{
  text-align: left;
}
.cnv-type02_premium .c-column-group .col-unit-2\/3 .c-heading5-01 h5{
  position: relative;
  color: #eb7000;
  padding-left: 60px;
  font-size: 16px;
}
.cnv-type02_premium .c-column-group .col-unit-2\/3 .c-heading5-01 h5:before{
  content: "";
  background: url(/products/securities/premium/img/icon_01.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 50px;
  height: 19px;
  position: absolute;
  top: 0;
  left: 0;
}
.cnv-type02_premium .c-column-group .col-unit-2\/3 .c-copy-01{
  margin-top: 1em;
}
.cnv-type02_premium .c-column-group .col-unit-2\/3 .c-copy-01 p{
  font-size: 100%;
}
@media only screen and (min-width: 640px){
  .cnv-type02_premium .c-column-group .col-unit-2\/3{
    width: 60.714285714285711%;
    margin-left: 5%;
  }
  .cnv-type02_premium .c-column-group .col-unit-2\/3 .c-heading5-01{
    margin-top: 0;
  }
}