@charset "UTF-8";
.btn--twitter::before{
  content: "";
  width: 2em;
  height: 2em;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
  background: url(../img/common/logo_x.svg) no-repeat 50% 50%;
  background-size: contain;
}
.cpnend__ttl{
    padding: 0.5em;
    border-radius: 5px;
    background: #f01586;
    color: #fff;
    text-align: center;
}
.cpnend__txt{
    text-align: center;
    line-height: 1.5;
}
.cpnend__txt img{
    height: 1em;
    width: auto;
}
@media screen and (min-width: 768px) {
    .cpnend__ttl{
        padding: 1.3em;
    }
    .cpnend__txt{
        font-size: 1.4em;
    }
}

.cpnimg--l{
    display: none;
}
/* 高さが不定のボタン単体で常に左右端を真円にする方法はない　em単位にしておいてよかった */
.btn--cpn{
    position: relative;
    background: #000;
    border: none;
    text-shadow: none;
    margin: 1rem 2em;
    border-radius: 3em;
}
.btn--cpn.btn--important{
    padding: 1em 2em;
}
@media(min-width:40em){
  .btn--cpn.btn--apply{
    font-size: 1.75em;
    padding: 0.75em 1.5em;
  }
}
.btn--cpn:hover{
    background: #333;
    opacity: 0.75;
}
.btn--cpn > img{
    height: auto;
}
@media screen and (min-width: 768px) {
    .cpnimg--l{
        display: inline;
    }
    .cpnimg--s{
        display: none;
    }
}

/*ヘッダー*/
.cpnhdr{
   margin: -15px -15px 0;
}
.cpnhdr__img{
  width: 100%;
}
.cpnhdr__span{
    margin: 0 -15px 1rem;
    padding: 0.5rem 15px;
    background: #ff0096;
    color: #fff;
    font-size: 0.5rem;
    line-height: 1;
    text-align: center;
}
@media screen and (min-width: 768px) {
  .cpnhdr{
     margin: -30px -30px 0;
  }
  .cpnhdr__span{
    margin: 0 -30px 2rem;
    padding: 0.75rem;
    font-size: 1.4em;
  }
  .cpnhdr__span__txtimg{
    height: 1em;
  }
}

/*ステップ*/
.cpnstep__ttl{
    border: solid 1px #fc69b5;
    color: #fc69b5;
    margin:0 -7px 15px;
    padding: 0.25em;
    font-size: 1rem;
    font-weight: normal;
    text-align: center;
}
.cpnstep__step{
    border: solid 1px #fc69b5;
    border-radius: 15px;
    margin: 10px -7px;
    padding: 15px;
    font-weight: bold;
    position: relative;
}
.cpnstep__step:before{
    content: "";
    width: 0;
    height: 0;
    border-top: solid 8px #fc69b5;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -10px;
}
.cpnstep__step:after{
    content: "";
    width: 0;
    height: 0;
    border-top: solid 7px #fff;
    border-left: solid 8px transparent;
    border-right: solid 8px transparent;
    position: absolute;
    bottom: -7px;
    left: 50%;
    margin-left: -8px;
}
.cpnstep__step:last-child:before,
.cpnstep__step:last-child:after{
    display: none;
}
.cpnstep__step > :last-child{
    margin-bottom: 0;
}
.cpnstep__step em,
.cpnstep__step em a{
    color: #f01586;
}
.cpnstep__step strong{
    color: #f01586;
    font-size: 1.25em;
}

.cpnstep__step__ttl{
    border-bottom: solid 1px #fc69b5;
    margin: -0.5em 15px 0.5em;
    padding-bottom: 0.5em;
    text-align: center;
    line-height: 1;
    position: relative;
}
.cpnstep__step__ttl:before{
    content: "";
    background: url(../img/bg_step.png) no-repeat;
    background-size: contain;
    width: 3em;
    height: 3em;
    position: absolute;
    left: -27px;
    top: -10px;
}
.cpnstep__step__ttl img{
    height: 1.25rem;
    width: auto;
}

@media screen and (min-width: 768px) {
    .cpnstep{
        display: flex;
        flex-wrap: wrap;
    }
    .cpnstep__ttl{
        flex: 0 0 100%;
        margin: 0 0 5px;
        border-width: 2px;
        font-size: 1.25rem;
    }
    .cpnstep__step{
        flex: 1 1 28%;
        flex: 1 1 calc(33.3% - 40px);
        margin: 20px 20px 0 0;
        border-width: 2px;
    }
    .no-csscalc .cpnstep__step,
    .ie .cpnstep__step{
        flex: 1 1 28%;
    }
    .cpnstep__step:last-child{
        margin-right: 0;
    }
    .cpnstep__step:before{
        border-left: solid 14px #fc69b5;
        border-top: solid 16px transparent;
        border-bottom: solid 16px transparent;
        border-right: none;
        bottom: 50%;
        left: auto;
        right:-14px;
        margin-left: 0;
        margin-bottom: -14px;
    }
    .cpnstep__step:after{
        border-left: solid 11px #fff;
        border-top: solid 13px transparent;
        border-bottom: solid 13px transparent;
        border-right: none;
        bottom: 50%;
        left: auto;
        right:-11px;
        margin-left: 0;
        margin-bottom: -11px;
    }
    .cpnstep__step__ttl img{
        height: auto;
    }
    .btn--step{
        width: 100%;
        margin: 0.25em 0;
    }
}
@media screen and (min-width: 960px) {
    .cpnstep__step__ttl:before{
        width: 3em;
        height: 3em;
        left: -23px;
        top: 0;
    }
}


/*ご注意*/
.cpnnotice{
    color: #f00;
    border: solid 1px #f00;
    margin: 15px -7px;
    font-weight: bold;
}
.cpnnotice__ttl{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f00;
    color: #fff;
    margin: 0;
    padding: 0.5em;
    white-space: nowrap;
}
.cpnnotice__txt{
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5em;
}
.cpnnotice__txt > :first-child{
    margin-top: 0;
}
.cpnnotice__txt > :last-child{
    margin-bottom: 0;
}
@media screen and (min-width: 380px) {
    .cpnnotice{
        display: flex;
    }
}
@media screen and (min-width: 768px) {
    .cpnnotice{
        border-width: 2px;
        margin: 1.5em 0;
        font-size: 1.35rem;
    }
}

/*応募*/
.cpnapply{
    text-align: center;
}
.cpnaccount{
    border: solid 1px #dcdcdc;
    margin: 1.5em -7px;
    padding: 15px;
}
.cpnaccount__ttl{
    color: #000;
    margin: 0 0 0.5em;
}
.btn--account{
    display: inline-block;
    margin: 0;
}
.cpn__sample{
    border: solid 1px #ccc;
    border-radius: 10px;
    padding: 10px;
    margin: 1em auto;
}
@media screen and (min-width: 768px) {
    .cpnaccount{
        border-width: 2px;
        margin-left: 0;
        margin-right: 0;
    }
}

/*要項*/
.cpnrequire__ttl{
    background: #fc69b5;
    color: #fff;
    margin: 2em -15px 0;
    padding: 0.5em;
    text-align: center;
}
.cpnrequire__list{
    margin: 0 -15px;
}
.cpnrequire__list > dt{
    margin: 0;
    padding: 10px 15px;
}
.cpnrequire__list > dd{
    margin: -15px 0 0;
    padding: 10px 15px;
}
.cpnrequire__list > dt:nth-of-type(2n),
.cpnrequire__list > dd:nth-of-type(2n){
    background: #fff0f7;
}
.cpnrequire__list > dt::before{
  content: "【";
  display: inline;
}
.cpnrequire__list > dt::after{
  content: "】";
  display: inline;
}
.cpnrequire > dd > ul{
    margin: 0.5em 0;
    list-style-image: none;
}

@media screen and (min-width:425px) {
    .cpnrequire__list{
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
    }
    .cpnrequire__list > dt{
        flex: 0 0 8em;
        margin: 0;
    }
    .cpnrequire__list > dd{
        flex: 1 1 auto;
        flex: 0 0 calc(100% - 8em);
        margin: 0;
    }
    .ie .cpnrequire__list{
        display: block;
    }
    .ie .cpnrequire__list > dd{
        margin: -15px 0 0;
    }
}
@media screen and (min-width:560px) {
    .cpnrequire__list > dt{
        flex: 0 0 15em;
    }
    .cpnrequire__list > dd{
        flex: 0 0 calc(100% - 15em);
    }
}
@media screen and (min-width: 768px) {
    .cpnrequire__ttl{
        margin-left: -30px;
        margin-right: -30px;
    }
    .cpnrequire__list{
        margin-left: -30px;
        margin-right: -30px;
    }
    .cpnrequire__list > dt{
        padding-left: 30px;
    }
    .cpnrequire__list > dd{
        padding-light: 30px;
    }
}
