/* clearfix */
/*  #mv
---------------------------*/
#mv {
  height: 260px;
}
#mv .mv__wrap {
  overflow: hidden;
}
#mv .mv__illust1 {
  bottom: -40px;
  width: 276px;
  height: auto;
}
#mv .mv__illust2 {
  bottom: -110px;
  width: 236px;
  height: auto;
}
#mv .mv__txt {
  margin: 70px auto 0;
}
#mv .mv__copy {
  margin-top: 20px;
  font-size: 15px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #mv {
    height: 56vw;
  }
  #mv .mv__illust1 {
    width: 42.93333vw;
    bottom: -12vw;
    left: 5.33333vw;
  }
  #mv .mv__illust2 {
    width: 29.6vw;
    bottom: -22.66667vw;
  }
  #mv .mv__txt {
    margin: 0;
  }
  #mv .mv__copy {
    width: calc(100% - 20px);
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.4;
    text-align: left;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 6px 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
  }
}

/*  #subTitle
---------------------------*/
@media screen and (max-width: 767px) {
  #headline h3 {
    text-align: left;
  }
}

/*  #lead
---------------------------*/
#lead {
  line-height: 1.6;
  text-align: left;
}
#lead p {
  margin-top: 20px;
}
#lead p:first-of-type {
  margin-top: 0;
}
#lead a {
  display: block;
  margin-top: 20px;
  width: 340px;
}
#lead a:first-of-type {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  #lead a {
    width: 100%;
  }
}

/*  #section1
---------------------------*/
#section1 .section__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: strech;
  -ms-flex-align: strech;
  -webkit-align-items: strech;
  -moz-align-items: strech;
  align-items: strech;
}
#section1 .regist__arrow {
  position: relative;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #333;
}
@media screen and (max-width: 767px) {
  #section1 .section__wrap {
    display: block;
  }
  #section1 .regist__arrow {
    margin: 10px auto;
    border-width: 15px 10px 0 10px;
    border-color: #333 transparent transparent transparent;
  }
}

/***  regist__box  ***/
.regist__step {
  width: calc((100% - 80px) / 3);
  border: 1px #333 solid;
  padding: 20px 30px;
}
.regist__step .box__step {
  width: 40%;
  margin: 0 auto;
}
.regist__step h4 {
  margin-top: 20px;
  font-size: 18px;
  color: #b60081;
  font-weight: bold;
}
.regist__step .box__icon {
  width: 60%;
  margin: 20px auto;
}
.regist__step p {
  line-height: 1.6;
}
.regist__step .caption {
  margin-top: 5px;
  font-size: 12px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .regist__step {
    width: 100%;
    margin-top: 30px;
  }
  .regist__step:first-of-type {
    margin-top: 0;
  }
  .regist__step .box__icon {
    width: 34.66667vw;
  }
}

/*  #flow
---------------------------*/
#flow {
  line-height: 1.6;
}

#contents a.btn_mailto {
  display: inline-block;
  margin-top: 20px;
  color: #b60081;
}
#contents a.btn_mailto:hover {
  text-decoration: underline;
}



.regist_important_notice {
  border: solid 1px #666666;
  padding: 20px;
  margin-bottom: 20px;
}