@charset "UTF-8";



.p-mv {
    width: 100%;
    height: 400px;
    text-align: center;
    background: url(../../images/page/online/bg_online.jpg)no-repeat;
    background-position: center;
    background-size: cover;
}

.p-mv-head {
    padding: 199px 0 150px;
    vertical-align: middle;
    font-size: 34px;
    font-size: 3.4rem;
    font-weight: 500;
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 0.4em;
    color: #fff;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.p-content {
    padding: 130px 0 90px;
    text-align: center;
}

.p-lead {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2.5;
    font-family: 'Noto Serif JP', serif;
}

.p-form {
    background: #f6f5f3;
    padding: 100px 0 130px;
}

.p-form-content {
    max-width: 920px;
    margin: 0 auto;
}

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

  .p-content {
    padding: 100px 5% 60px;
  }

  .p-form {
      padding: 60px 0 100px;
  }

  .p-form-content {
      max-width: inherit;
      width: 90%;
  }

}


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

  .p-mv-head {
      padding: 120px 0 100px;
      font-size: 2rem;
  }

  .p-mv {
      height: auto;
  }


  .p-content {
    max-width: inherit;
    width: 100%;
    padding: 50px 5%;
  }

  .p-lead {
    font-size: 1.3rem;
    line-height: 2;
  }

  .p-form {
      padding: 50px 0 80px;
  }



}
