/*//////////////////////////////////////////////////////////
//  - CSS for CONTACT for PC
//////////////////////////////////////////////////////////*/
#contact .section{
  margin: 110px 0 80px;
}

.contact__notice {
  margin: 0 0 20px 0;
  padding: 0;
  font-weight: 300;
}

.contact form {
  display: block;
  background-color: #ebedf1;
  padding: 60px;
}

.contact .group {
  margin: 0;
  padding: 0 0 40px 0;
}

.contact .group .label {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 10px 0;
  padding: 0;
}

.contact .group .control input {
  font-size: 100%;
  font-weight: 300;
  font-family: 'Noto Sans JP', 'Roboto', sans-serif;
  width: 100%;
  background-color: #fff;
  border: 1px solid #d1d3da;
  box-sizing: border-box;
  margin: 0;
  padding: 5px 10px;
}

.contact .group .control textarea {
  font-size: 100%;
  font-weight: 300;
  font-family: 'Noto Sans JP', 'Roboto', sans-serif;
  width: 100%;
  height: 280px;
  background-color: #fff;
  border: 1px solid #d1d3da;
  box-sizing: border-box;
  margin: 0;
  padding: 5px 10px;
}

.contact .group .error {
  color: #ff0000;
  font-size: 13px;
}

.contact .submit {
  margin: 0 auto;
  padding: 0;
}

.contact .submit .button {
  display: block;
  color: #fff;
  font-size: 22px;
  /* font-family: 'Noto Serif JP', 'PT Serif', serif; */
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.2em;
  line-height: 60px;
  width: 100%;
  height: 60px;
  background-color: #535353;
  margin: 0 auto;
}

.contact .submit .button__return {
  color: #000;
  background-color: #d0d0d0;
  margin-top: 20px;
}

.contact .contact__thanks {
  margin: 0 0 60px 0;
}

.contact .contact__thanks h4 {
  text-align: center;
  margin: 0 0 40px;
}

.contact .contact__thanks h4 i {
  color: #d0d0d0;
  font-size: 100px;
}

.contact .contact__thanks p {
  margin: 5px 0 15px;
}
