/*-------------------------
 #page_ttl
-------------------------*/
#page_ttl h2 {
  position: relative;
  background: url(../../common/images/ph_main.jpg) top center no-repeat;
  background-size: cover;
}

/*-------------------------
 #contact
-------------------------*/
#contact .inner > p {
  text-align: center;
  margin-bottom: 30px;
}
#contact .gender {
  display: flex;
  justify-content: space-between;
}
#contact .gender li {
  width: 48%;
}
#contact .gender li label {
  display: block;
  font-size: 1.5rem;
  background-color: #f3f3f3;
  border: 1px solid #d5d5d5;
  border-radius: 5px;
  padding: 15px;
}
#contact .gender li label:hover {
  cursor: pointer;
}
#contact dt.privacy {
  display: flex;
  align-items: flex-start;
}
#contact dt.privacy .must {
  width: 42px;
}
#contact dt.privacy .txt {
  width: calc(100% - 57px);
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.5;
}
#contact dt.privacy .txt a {
  color: #3f6b08;
  text-decoration: underline;
}
#contact dd.privacy label {
  display: block;
  font-size: 1.5rem;
  background-color: #f3f3f3;
  border: 1px solid #d5d5d5;
  border-radius: 5px;
  padding: 15px;
}
#contact dd.privacy label:hover {
  cursor: pointer;
}
#contact .btn.red {
  padding: 0;
}

/*-------------------------
 #send
-------------------------*/
#send p {
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 620px) {
  #send p {
    text-align: left;
  }
}
#send p strong {
  font-size: 1.7rem;
  font-weight: bold;
}
#send p:first-of-type {
  margin-bottom: 0px;
}
@media screen and (max-width: 620px) {
  #send p:first-of-type {
    text-align: center;
  }
}
#send p:last-of-type {
  margin-bottom: 0;
}
#send #mfp_thanks {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 30px;
}/*# sourceMappingURL=style.css.map */