@charset "UTF-8";
#global_contact header #header_logo a strong {
  display: none;
}
#global_contact #mainImage02 {
  margin-top: 9rem;
  background: #1e95ae;
}
#global_contact #mainImage02 > .inner {
  height: 200px;
}
#global_contact #mainImage02 > .inner > h2 {
  text-shadow: none;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  bottom: auto;
}
#global_contact #mainImage02 > .inner > img {
  display: none;
}
#global_contact form {
  width: 90%;
  max-width: 1024px;
  margin: 20px auto 0;
}
#global_contact form .input_list dl {
  border-top: 1px dashed #d2d2d2;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px 0;
}
@media print, screen and (min-width: 768px) {
  #global_contact form .input_list dl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#global_contact form .input_list dl:nth-of-type(even) {
  background: linear-gradient(15deg, #ffffff, #eff3ff);
}
#global_contact form .input_list dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 5px;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  #global_contact form .input_list dl dt {
    width: 240px;
  }
}
#global_contact form .input_list dl dt.required::after {
  content: "必須";
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  background: #0098d8;
  border-radius: 5px;
  padding: 4px;
}
#global_contact form .input_list dl dd {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  #global_contact form .input_list dl dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
#global_contact form .input_list dl dd input:not([type=radio]):not([type=checkbox]) {
  display: block;
  width: 100%;
  border: 1px solid #d2d2d2;
  border-radius: 5px;
  padding: 8px 16px;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#global_contact form .input_list dl dd input:not([type=radio]):not([type=checkbox]):hover {
  background-color: rgba(0, 152, 216, 0.1);
}
#global_contact form .input_list dl dd textarea {
  width: 100%;
  min-height: 10em;
  field-sizing: content;
  border: 1px solid #d2d2d2;
  border-radius: 5px;
  padding: 8px 16px;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#global_contact form .input_list dl dd textarea:hover {
  background-color: rgba(0, 152, 216, 0.1);
}
#global_contact form .input_list dl dd.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px 0;
}
#global_contact form .input_list dl dd.flex label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 4px;
  accent-color: #0098d8;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#global_contact form .input_list dl dd.flex label:hover {
  text-decoration: underline;
}
#global_contact form .input_list dl dd.flex label input {
  width: 1.2em;
  height: 1.2em;
}
#global_contact form .privacy_check {
  max-width: 650px;
  margin: 0 auto;
  background-color: #f1f1f1;
  border-radius: 5px;
  padding: 20px 10px;
}
#global_contact form .privacy_check p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
#global_contact form .privacy_check p a {
  display: inline;
  color: #0098d8;
  font-weight: bold;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#global_contact form .privacy_check p a:hover {
  opacity: 0.5;
}
#global_contact form .privacy_check p br {
  display: none;
}
@media print, screen and (min-width: 768px) {
  #global_contact form .privacy_check p br {
    display: block;
  }
}
#global_contact form .privacy_check label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 5px;
  width: 100%;
  max-width: 400px;
  margin: 20px auto 0;
  line-height: 1;
  background-color: #fff;
  border-radius: 5px;
  padding: 16px 0;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#global_contact form .privacy_check label:hover {
  background-color: rgba(0, 152, 216, 0.1);
}
#global_contact form .privacy_check label input {
  width: 1.2em;
  height: 1.2em;
  accent-color: #0098d8;
  position: relative;
  top: -1px;
}
#global_contact form .btn_area {
  margin: 40px 0 clamp(40px, 5vw, 80px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 min(5vw, 50px);
}
#global_contact form .btn_area input {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 300px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  border-radius: 5px;
  padding: 16px 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#global_contact form .btn_area input[type=reset], #global_contact form .btn_area input[type=button] {
  background-color: #4d4d4d;
  border: 1px solid #4d4d4d;
}
#global_contact form .btn_area input[type=reset]:hover, #global_contact form .btn_area input[type=button]:hover {
  color: #4d4d4d;
  background-color: #fff;
}
#global_contact form .btn_area input[type=submit] {
  background-color: #0098d8;
  border: 1px solid #0098d8;
}
#global_contact form .btn_area input[type=submit]:hover {
  color: #0098d8;
  background-color: #fff;
}/*# sourceMappingURL=global-contact.css.map */