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

.p_form p.lead {
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 2;
}
@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 0;
  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: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  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;
  }
}



footer {
  border-top: 1px solid #e2ebef;
  margin-top: 80px;
}
@media screen and (max-width: 480px) {
  footer {
    margin-top: 30px;
  }
}


