@charset "utf-8";

.title {
  height: 80px;
  line-height: 80px;
  color: #ffffff;
  text-align: center;
  background-color: #0014ac;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%235661b5' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
}

.penang-img {
  display: block;
  width: 500px;
  max-width: 90%;
  margin: 30px auto 0 auto;
}

.penang-img img {
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
}

.confirm-text {
  display: block;
  width: 550px;
  max-width: 90%;
  margin: 20px auto 0 auto;
  line-height: 1.5;
}

.contact {
  padding: 0 20px 50px 20px;
}

.form-area {
  max-width: 600px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  border: 1px solid #0014ac;
  border-radius: 10px;
  margin-top: 25px;
  padding: 30px;
}

.form-area dt {
  padding: 15px 0;
  font-weight: bold;
}

.form-area dt .required::after {
  content: '必須';
  font-size: 11px;
  color: #eb4f32;
  margin-left: 10px;
}

.input-text {
  height: 30px;
  padding: 5px 10px;
}

.radio-button {
  display: block;
  padding-left: 15px;
  padding-bottom: 15px;
}

.radio-button input {
  margin-right: 8px;
}

textarea {
  max-width: 100%;
  min-width: 100%;
  height: 260px;
  padding: 10px;
  line-height: 1.5;
}

.submit-button {
  display: block;
  color: #ffffff;
  background-color: #05173f;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  min-width: 100px;
  line-height: 25px;
  border: 1px solid #05173f;
  border-radius: 10px;
}

.submit-button:hover {
  font-weight: bold;
}

@media (max-width: 768px) {

  .title {
    font-size: 12px;
  }

  .confirm-text {
    font-size: 13px;
  }

  /* .message { 
    width: 80%;
  } */

}
