@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;
}
@media screen and (min-width: 641px) {
.c-ground-01.c-ground-anc-pc ul li:first-child,.c-ground-01.c-ground-anc-pc ul li:nth-child(2) {
  width: 30%;
}
.c-ground-01.c-ground-anc-pc ul li:last-child {
  width: 40%;
}
}

.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: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 .step-area-inner {
  border: none;
  border-radius: 20px;
}

@media only screen and (min-width: 641px) {
  .step-area .step-area-inner {
    padding: 30px;
  }
}

@media only screen and (max-width: 640px) {
  .step-area .step-area-inner {
    padding: 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;
}

/* ========== 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%;
}

.cpn-flex {
  display: flex;
  align-items: center;
}

.cpn-flex .cpn-w30per {
  width: 30%;
}

.cpn-flex .cpn-w30per img {
  width: 90%;
}

.cpn-flex .cpn-w70per {
  width: 70%;
}

.cpn-flex .cpn-w70per h3 {
  padding-bottom: 0;
}
