@charset "UTF-8";



.p-mv {
    width: 100%;
    height: 400px;
    text-align: center;
    background: url(../../images/page/club_nexta/bg_club_nexta.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 5% 170px;
    max-width: 1600px;
    margin: 0 auto;
}

.p-3col {
    display: flex;
    justify-content: center;
    align-items: flex-start;
	flex-wrap: wrap;
	max-width: 1000px;
	margin: 0 auto;
}

.p-3col-block {
    width: calc(50% - 60px);
    text-align: center;
	margin:0 30px 30px;
}

.p-lead {
    text-align: center;
    padding: 20px 0 80px;
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0.075em;
    font-family: 'Noto Serif JP', serif;
}

.p-3col-img {
    position: relative;
    margin-bottom: 30px;
}

.p-3col-img:before {
    position: absolute;
    content: "";
    background: #c1ac9e;
    width: 1px;
    height: 35px;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
}

.p-3col-img:after {
    position: absolute;
    content: "";
    background: #fff;
    width: 1px;
    height: 35px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.p-3col-detail span {
    display: block;
    padding-bottom: 20px;
    font-size: 20px;
    font-size: 2.5rem;
    letter-spacing: 0.14em;
}

.p-3col-detail p {
    font-size: 16px;
    font-size: 1.6rem;
    font-family: 'Noto Serif JP', serif;
    line-height: 2;
	letter-spacing: 0.2em;
}

.p-button {
    margin: 30px auto 0;
    width: 200px;
    background: #840c0c;
    height: 45px;
}

.p-button a {
    display: block;
    padding: 16px;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.2em;
    line-height: 1;
}

.p-download-btn {
    text-align: center;
}

.p-download-btn a {
    display: inline-block;
    width: 50rem;
    border: 1px solid #ccc;
}

.p-download-btn a:hover {
    opacity: .7;
}


.p-form {
    position: relative;
    background: #f6f5f3;
    padding: 0 5% 140px;
}

.p-form:before {
    position: absolute;
    content: "";
    background: #fff;
    height: 75px;
    width: 100%;
    top: 0;
    left: 0;
}

.p-form .m-head {
    position: relative;
}

.p-form-content {
    margin-top: 50px;
}

.p-form-content iframe {
    height: 800px;
}


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

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

  .p-lead {
      padding: 10px 0 50px;
  }

  .p-3col-detail p {
      font-size: 1.4rem;
  }

  .p-form:before {
      height: 45px;
  }

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

}


@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-3col {
    display: block;
  }

  .p-3col-block {
      width: 90%;
      margin: 0 auto 50px;
  }

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



  .p-download-btn a {
    display: inline-block;
    width: 30rem;
  }


  .p-3col-img {
      margin-bottom: 40px;
  }

  .p-3col-detail span {
      padding-bottom: 10px;
  }

  .p-3col-detail p {
      font-size: 1.2rem;
  }

  .p-form {
    padding: 0 5% 70px;
  }



}

.u-ib {
    display: inline-block;
}
