@charset "UTF-8";
body#contact .pagetitle {
  background-image: url("../images/contact/pagetitle_bg.jpg");
}
body#contact .section .notice {
  margin-bottom: 2.5rem;
}
body#contact .section p .required {
  color: #c00;
}
body#contact .section form {
  margin-bottom: 2.5rem;
}
body#contact .section input[type=submit], body#contact .section input[type=button], body#contact .section button {
  transition: all 0.5s ease-in-out;
}
body#contact .section .table tbody tr th label {
  position: relative;
  display: block;
}
body#contact .section .table tbody tr th label.required::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "必須";
  padding: 0 0.625rem;
  color: #ffffff;
  font-size: 60%;
  line-height: 1.6;
  vertical-align: middle;
  background-color: #c00;
  border-radius: 0.8em;
  transform: translateY(-50%);
}
body#contact .section .table tbody tr td dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body#contact .section .table tbody tr td dl + dl {
  margin-top: 0.625em;
}
body#contact .section .table tbody tr td dl dt {
  flex-basis: 15%;
}
body#contact .section .table tbody tr td dl dd {
  flex-basis: 83%;
}
body#contact .section input[type=text], body#contact .section textarea {
  width: 100%;
  padding: 0.3125rem 0.625rem;
  border: solid 1px #e5e5e5;
  outline: none;
  color: #000000;
  transition: all 0.5s ease-in-out;
  border-radius: 0.3125rem;
}
body#contact .section input[type=text]:hover, body#contact .section input[type=text]:focus, body#contact .section textarea:hover, body#contact .section textarea:focus {
  background-color: #f2f2f2;
}
body#contact .section input[type=text].short, body#contact .section textarea.short {
  width: 30%;
}
body#contact .section input[type=radio] {
  display: none;
}
body#contact .section input[type=radio] + label {
  display: inline-block;
  position: relative;
  margin-right: 1.25em;
  padding-left: 1.25em;
}
body#contact .section input[type=radio] + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.9375em;
  height: 0.9375em;
  border: solid 1px #cccccc;
  border-radius: 50%;
  transform: translateY(-50%);
}
body#contact .section input[type=radio] + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0.125em;
  width: 0.6875em;
  height: 0.6875em;
  opacity: 0;
  background-image: linear-gradient(to left, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  transition: opacity 0.5s ease-in-out;
  border-radius: 50%;
  transform: translateY(-50%);
}
body#contact .section input[type=radio]:checked + label::after {
  opacity: 1;
}
body#contact .section input[type=checkbox] {
  display: none;
}
body#contact .section input[type=checkbox] + label {
  display: inline-block;
  position: relative;
  margin-right: 1.25em;
  padding-left: 1.25em;
}
body#contact .section input[type=checkbox] + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1em;
  height: 1em;
  border: solid 1px #cccccc;
  border-radius: 0.3125em;
  transition: all 0.5s ease;
  transform: translateY(-50%);
}
body#contact .section input[type=checkbox] + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0.2em;
  width: 0.4em;
  height: 0.625em;
  border-right: solid 2px #ffffff;
  border-bottom: solid 2px #ffffff;
  opacity: 0;
  transition: opacity 0.5s ease;
  transform: rotate(45deg) translate(-50%, -55%);
}
body#contact .section input[type=checkbox]:checked + label::before {
  border: solid 1px #cccccc;
  background-image: linear-gradient(to left, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
}
body#contact .section input[type=checkbox]:checked + label::after {
  opacity: 1;
}
body#contact .section .checkbox_confirm {
  display: inline-block;
  padding: 0.3125em 1.25em;
  font-size: 87.5%;
  line-height: 1.25;
  background-color: #e5e5e5;
  border-radius: 0.9375em;
}
body#contact .section .checkbox_confirm + .checkbox_confirm {
  margin-left: 0.3125em;
}
body#contact .section .fieldset {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
body#contact .section .fieldset .btn {
  width: 22.5rem;
}
body#contact .section .fieldset .btn + .btn {
  margin-left: 2.5rem;
}
body#contact .section .formError {
  top: auto !important;
  right: 0 !important;
  bottom: 100% !important;
  left: auto !important;
  z-index: 7;
  margin-top: 0 !important;
  margin-bottom: -0.3125em;
  cursor: pointer;
}
body#contact .section .formError .formErrorContent {
  position: relative;
  z-index: 8;
  padding: 0.3125em 0.625em;
  color: #ffffff;
  font-size: 87.5%;
  line-height: 1.25;
  background-color: #cc0000;
  border-radius: 0.3125em;
}
body#contact .section .formError .formErrorContent::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.3125em 0.3125em 0 0.3125em;
  border-color: #cc0000 transparent transparent transparent;
}
body#contact .section .formError .formErrorArrow {
  z-index: 9;
}
body#contact .section .ui-dialog .formError {
  z-index: 7;
}
body#contact .section .ui-dialog .formError .formErrorContent {
  z-index: 8;
}
body#contact .section .ui-dialog .formError .formErrorArrow {
  z-index: 9;
}

/* RWD
---------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  body#contact .section .notice {
    margin-bottom: 5.2083333333vw;
  }
  body#contact .section .table tbody tr td dl {
    display: block;
  }
  body#contact .section .table tbody tr td dl + dl {
    margin-top: 0.6510416667vw;
  }
  body#contact .section input[type=text], body#contact .section textarea {
    padding: 0.6510416667vw 1.3020833333vw;
    border-radius: 0.6510416667vw;
  }
  body#contact .section input[type=text].short, body#contact .section textarea.short {
    width: 60%;
  }
  body#contact .section .fieldset {
    flex-direction: column-reverse;
  }
  body#contact .section .fieldset .btn {
    width: 80%;
  }
  body#contact .section .fieldset .btn + .btn {
    margin-left: 0;
    margin-bottom: 3.90625vw;
  }
  body#contact .section .formError {
    max-width: 10em;
  }
  body#contact .section .formError .formErrorContent {
    font-size: 75%;
  }
}