@charset "UTF-8";
/* @cp1708_anan */
/* contents */
/* clerafix */
.cf::before, .cf::after { content: ""; display: table; }

.cf::after { clear: both; }

.cf { zoom: 1; }



.cp1708_anan{
  text-align: center;
}

.banner-cp{
  margin-bottom: 30px;
}

.prise{
  width: 980px;
  margin-bottom: 20px;
}

.prise-a{
  float: left;
}

.prise-b{
  float: right;
}

.hover:hover{
  opacity: .6;
}

.non-acitve{
  opacity: .4;
  -webkit-transition: opacity 0.25s linear;
  -moz-transition: opacity 0.25s linear;
  -ms-transition: opacity 0.25s linear;
  -o-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
}

.banner-cheack{
  padding-bottom: 90px;
  background: url('/ph/coccoapo/img/cp1708_anan/icon_arrow_down.png') bottom center no-repeat;
}

.banner-apply{

  margin-top: 25px;
}

.guideline{
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: left;
  font-size: 12px;
  padding: 25px;
  line-height: 1.6;
  height: 250px;
  overflow-y: scroll;
  border-radius: 10px;
  background: #fff9c8;
}

.guideline-box{
  margin-bottom: 1em;
}

.guideline p{
  margin: 0;
}

.guideline h2{
  font-size: 18px;
  margin-bottom: 10px;
}

.pdl1em{
  padding-left: 1em;
}

.indent{
  padding-left: 1em;
  text-indent: -1em;
}

label{
  font-size: 18px;
}

@media only screen and (min-width: 641px) { 
  .is-disp-sp { display: none; }
}

@media only screen and (max-width: 640px) {
  .is-disp-pc { display: none; }
  .isSpShow { display: none; }
  .prise{
    width: auto;
    margin-bottom: 10px;
  }
  .prise-a{
    float: none;
  }

  .prise-b{
    float: none;
  }
  .banner-apply{
    padding-top: 25px;
    background: url('/ph/coccoapo/img/cp1708_anan/icon_arrow_down.png') top center no-repeat;
    margin-top: 25px;
  }
}

@media screen and (max-width: 640px) {
  .isSpHide { display: none; }
  .isSpShow { display: block; }
}


@media only screen and (max-width: 640px) {

}