.p_ttl {
  width: 96%;
  margin: 0 auto;
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 20px;
  background: #008e66;
  color: #fff;
  position: relative;
}
.p_ttl .inr {
  width: 81.5%;
  text-align: left;
}
.p_ttl h2 {
  font-family: "AvenirNextLTPro-Medium", sans-serif;
  font-size: 6rem;
}
@media screen and (max-width: 480px) {
  .p_ttl {
    width: 100%;
    height: 100px;
    aspect-ratio: auto;
    border-radius: 0;
  }
  .p_ttl .inr {
    text-align: center;
  }
  .p_ttl h2 {
    font-size: 3.5rem;
  }
}

.p_form {
		width: 670px;
		margin: 0 auto;
  padding: 60px 0 0;
  text-align: left;
}
@media screen and (max-width: 480px) {
  .p_form {
	  	width: 88%;
    padding: 30px 0 0;
  }
}




.p_form p.lead {
  font-family: "AvenirNextLTPro-Medium", sans-serif;
  font-size: 1.8rem;
}
@media screen and (max-width: 480px) {
  .p_form p.lead {
  font-size: 1.6rem;
  }
}

.p_form p.txt {
		margin-top: 20px;
  font-size: 1.6rem;
		line-height: 2;
}
@media screen and (max-width: 480px) {
  .p_form p.txt {
			margin-top: 10px;
	  font-size: 1.4rem;
  }
  .p_form p.txt br {
			display: none;
  }
}



.s_contact {
  margin: 40px auto 80px;
  width: 670px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  background: #f1f5f7;
  padding: 30px 40px;
  border-radius: 5px;
}
.s_contact .s_ttl {
  font-family: "AvenirNextLTPro-Medium", sans-serif;
  font-size: 2rem;
  border-bottom: 1px solid #e2ebef;
  padding-bottom: 0.5em;
}
.s_contact p {
  margin-top: 1em;
  font-size: 1.6rem;
  line-height: 2;
}
.s_contact p a {
  color: inherit;
  text-decoration: none;
}
@media screen and (max-width: 480px) {
  .s_contact {
    margin: 20px auto 0;
    width: 93.3%;
    padding: 25px 25px 20px;
  }
  .s_contact .s_ttl {
    font-size: 1.8rem;
  }
  .s_contact p {
    font-size: 1.4rem;
  }
}