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

/* ========== 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:nth-child(1){
  width: 16.71%;
}
.c-ground-01.c-ground-anc-pc ul li:nth-child(2){
  width: 19.82%;
}
.c-ground-01.c-ground-anc-pc ul li:nth-child(3){
  width: 18.55%;
}
.c-ground-01.c-ground-anc-pc ul li:nth-child(4){
  width: 18.66%;
}
.c-ground-01.c-ground-anc-pc ul li:nth-child(5){
  width: 14.75%;
}
.c-ground-01.c-ground-anc-pc ul li:nth-child(6){
  width: 10.60%;
}
.c-ground-01.c-ground-anc-pc ul li:last-child{
  border-right: 1px solid #d4d5d5;
}

@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:nth-child(odd){
  border-right: 1px solid #d4d5d5;
}
.c-ground-01.c-ground-anc-sp ul li{
  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 #fce7cd;
  padding: 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: #fce7cd;
  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;
}
@media screen and (max-width: 640px) {
  .step-area {
    border: solid 3px #fce7cd;
    padding: 15px 10px;
    border-radius: 15px;
  }
}

/* ========== 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/2021/20211001_aukabucom/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/2021/20211001_aukabucom/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;
}
.cmp-point .c-copy-step > span{
  font-weight: bold;
  font-size: 120%;
}
.cmp-point .c-copy-step p {
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .cmp-point .c-copy-step > span{
    display: block;
    margin-top: 0.6em;
  }
}

.txtA-c {
  text-align: center;
}
.btn-w {
  width: 200px;
}
@media screen and (max-width: 767px) {
  .btn-w {
    width: 60%;
  }
}