
html{
  background-position: 50% 63px;
}
/* ==========================================================================
                          mainv
   ========================================================================== */
.mainv_page_photo {
  background-image: url(../img/after/mainv-v3.jpg);
}

@keyframes catch {
  0% {
    bottom: 10px;
    opacity: 0;
  }
  100% {
    bottom: 40px;
    opacity: 1;
  }
}

@keyframes catchSP {
  0% {
    bottom: -120px;
    opacity: 0;
  }
  100% {
    bottom: -90px;
    opacity: 1;
  }
}


.after{}
.after_inner{
    padding: 0 0 113px 60px;
}
.after .ttl012{
  color: #368FA6;
}
.after .ttl012:before{
  border-color: #368FA6;
}
.after_box{
    padding: 0 33% 0 0;
}

.after_box_text{
    line-height: 2;
    margin: 0 0 37px;
}
.after_ttl{
    font-size: 18px;
    font-weight: normal;
    color: #368FA6;
    margin: 0 0 4px;
}
.after_box_text p + p{
    margin: 15px 0 0;
}

.after_puro{
    background: #DFE8ED;
    padding: 36px 7% 32px 7%;
}
.after_puro_ttl{
    font-weight: normal;
    margin: 0 0 23px;
}
.after_puro_list{}
.after_puro_list li{
    margin: 0 0 6px;
    padding: 0 0 0 10px;
    position: relative;
    z-index: 1;
}
.after_puro_list li:before{
  content: "";
  z-index: 1;
  position: absolute;
  background: #666464;
  width: 3px;
  height: 3px;
  top: 10px;
  left: 0;
  border-radius: 5px;
}

.eveningProgramBtn{
  text-align: center;
}
.eveningProgramBtn__anchor{
  background-color: #6eb41d;
  font-size: 20px;
  display: inline-block;
  width: 100%;
  max-width: 380px;
  color: #fff;
  text-align: center;
  line-height: 80px;
}

/* ==========================================================================
                          sp
   ========================================================================== */
@media screen and (max-width: 1024px) and (orientation: portrait) ,screen and (max-width: 838px) and (orientation: landscape) {

  .mainv_page{
    margin: 0 4% 117px;
}
  .after{}
  .after_inner{
    padding: 0 10px 54px;
}
  .after .ttl012{}
  .after .ttl012:before{}
  .after_box{
    padding: 0;
}

  .after_box_text{}
  .after_ttl{
    font-size: 14px;
}
  .after_box_text p + p{}

  .after_puro{
    padding: 26px 12px 20px;
}
  .after_puro_ttl{
    margin: 0 0 5px;
}
  .after_puro_list{}
  .after_puro_list li{}
  .after_puro_list li:before{}

  .eveningProgramBtn{}
  .eveningProgramBtn__anchor{
    font-size: 14px;
    max-width: unset;
    line-height: 60px;
  }

}
