@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: #cc0000;
}
body#contact .section form {
  margin-bottom: 2.5rem;
}
body#contact .section input[type="submit"], body#contact .section input[type="button"], body#contact .section button {
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  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: #cc0000;
  font-size: 60%;
  line-height: 1.6;
  vertical-align: middle;
  background-color: #ffffff;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  border-radius: 0.8em;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  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 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0.3125rem 0.625rem;
  border: solid 1px #e5e5e5;
  outline: none;
  color: #4d4d4d;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-border-radius: 0.3125rem;
  -webkit-border-radius: 0.3125rem;
  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 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.9375em;
  height: 0.9375em;
  border: solid 1px #cccccc;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-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-color: #ff3366;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmMzM2NiIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZmY2NjhjIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmYzMzY2Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #ff3366), color-stop(50%, #ff668c), color-stop(100%, #ff3366));
  background-image: -moz-linear-gradient(left, #ff3366 0%, #ff668c 50%, #ff3366 100%);
  background-image: -webkit-linear-gradient(left, #ff3366 0%, #ff668c 50%, #ff3366 100%);
  background-image: linear-gradient(to right, #ff3366 0%, #ff668c 50%, #ff3366 100%);
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-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 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1em;
  height: 1em;
  border: solid 1px #cccccc;
  -moz-border-radius: 0.3125em;
  -webkit-border-radius: 0.3125em;
  border-radius: 0.3125em;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
body#contact .section input[type=checkbox] + label::after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  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;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  -moz-transform: rotate(45deg) translate(-50%, -55%);
  -ms-transform: rotate(45deg) translate(-50%, -55%);
  -webkit-transform: rotate(45deg) translate(-50%, -55%);
  transform: rotate(45deg) translate(-50%, -55%);
}
body#contact .section input[type=checkbox]:checked + label::before {
  border: solid 1px #cccccc;
  background-color: #ff3366;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmMzM2NiIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZmY2NjhjIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmYzMzY2Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #ff3366), color-stop(50%, #ff668c), color-stop(100%, #ff3366));
  background-image: -moz-linear-gradient(left, #ff3366 0%, #ff668c 50%, #ff3366 100%);
  background-image: -webkit-linear-gradient(left, #ff3366 0%, #ff668c 50%, #ff3366 100%);
  background-image: linear-gradient(to right, #ff3366 0%, #ff668c 50%, #ff3366 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;
  -moz-border-radius: 0.9375em;
  -webkit-border-radius: 0.9375em;
  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;
}
body#contact .section .fieldset .btn + .btn {
  margin-left: 2.5rem;
}
body#contact .section .btn.back {
  padding: 0.9375rem 2.5rem 0.9375rem 3.75rem;
  color: #666666;
  background-color: #999999;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk5OTk5OSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjY2NjY2NjIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjOTk5OTk5Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #999999), color-stop(50%, #cccccc), color-stop(100%, #999999));
  background-image: -moz-linear-gradient(left, #999999 0%, #cccccc 50%, #999999 100%);
  background-image: -webkit-linear-gradient(left, #999999 0%, #cccccc 50%, #999999 100%);
  background-image: linear-gradient(to right, #999999 0%, #cccccc 50%, #999999 100%);
}
body#contact .section .btn.back::before {
  right: auto;
  left: 1.875rem;
  border-top: solid 1px #666666;
  border-right: 0 none;
  border-bottom: 0 none;
  border-left: solid 1px #666666;
}
body#contact .section .nav {
  margin-top: 2.5rem;
  text-align: center;
}
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;
  -moz-border-radius: 0.3125em;
  -webkit-border-radius: 0.3125em;
  border-radius: 0.3125em;
}
body#contact .section .formError .formErrorContent::before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  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: 10.41667vw;
  }
  body#contact .section .table tbody tr td dl {
    display: block;
  }
  body#contact .section .table tbody tr td dl + dl {
    margin-top: 1.30208vw;
  }
  body#contact .section input[type=text], body#contact .section textarea {
    padding: 1.30208vw 2.60417vw;
    -moz-border-radius: 1.30208vw;
    -webkit-border-radius: 1.30208vw;
    border-radius: 1.30208vw;
  }
  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 + .btn {
    margin-left: 0;
    margin-bottom: 7.8125vw;
  }
  body#contact .section .btn.back {
    padding: 5.20833vw 7.8125vw 5.20833vw 18.22917vw;
  }
  body#contact .section .btn.back::before {
    left: 7.8125vw;
    width: 7.8125vw;
  }
  body#contact .section .btn.back::after {
    left: 7.8125vw;
  }
  body#contact .section .btn.back:hover::before, body#contact .section .btn.back:hover::after {
    left: 5.20833vw;
  }
  body#contact .section .formError {
    max-width: 10em;
  }
  body#contact .section .formError .formErrorContent {
    font-size: 75%;
  }
}
