@charset "utf-8";

/*===========================================
Contact Area
===========================================*/
#contact #contents > * h2 ~ * h3 + * {
  margin-top: 3%;
}
#contact .symbol-required {
  margin: 0 10px;
  font-size: 18px;
  line-height: 1.2;
  color: #ff0007;
  margin-left: auto;
  position: absolute;
  right: 0;
}
#contact form dl {
  display: flex;
  padding: 0%;
}
#contact form dl {
  display: flex;
  gap: 0;
  margin-top: -1px;
}
#contact form dl dt {
  border-top: 1px solid #edcd1f;
  border-bottom: 1px solid #edcd1f;
  width: 18em;
  padding: 1em 0 1em 1em;
  font-weight: 500;
  text-align: left;
  position: relative;
}
#contact form dl dd {
  border-top: 1px solid #c9caca;
  border-bottom: 1px solid #c9caca;
  flex: 1;
  padding: 1em 0 1em 1em;
  text-align: left;
}
@media only screen and (max-width:900px) {
  #contact form dl {
    flex-direction: column;
  }
  #contact form dl dt {
    width: 100%;
    padding-bottom: 0;
    position: relative;
    border-top: none;
    border-bottom: none;
  }
  #contact form dl dt::before {
    content: "";
    display: block;
    position: absolute;
    width: 65%;
    height: 1px;
    background-color: #c9caca;
    top: 0;
    right: 0;
  }
  #contact form dl dt::after {
    content: "";
    display: block;
    position: absolute;
    width: 35%;
    height: 1px;
    background-color: #edcd1f;
    top: 0;
    left: 0;
  }
  #contact form dl dd {
    padding-top: .5em;
    padding-right: 1em;
    border-top: none;
  }
}


#contact form input[type="text"], #contact form input[type="password"], #contact form input[type="email"], #contact form input[type="tel"], #contact form textarea {
  max-width: 30em;
  width: 100%;
  margin: 0 .5em;
}
#contact form input[name="name_1"],
#contact form input[name="name_2"],
#contact form input[name="read_1"],
#contact form input[name="read_2"] {
  max-width: 14.5em;
  width: 100%;
}
#contact form input[name="address"],
#contact form textarea {
  max-width: 40em;
  width: 100%;
}
@media only screen and (max-width:900px) {
  #contact form input[type="text"], #contact form input[type="password"], #contact form input[type="email"], #contact form input[type="tel"], #contact form textarea {
    max-width: none;
    margin: 0;
  }
  #contact form input[name="name_1"],
  #contact form input[name="name_2"],
  #contact form input[name="read_1"],
  #contact form input[name="read_2"] {
    max-width: none;
  }
  #contact form input[name="address"],
  #contact form textarea {
    max-width: none;
  }
}

#contact form input, #contact form select, #contact form textarea {
  vertical-align: middle;
  font-size: 16px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
#contact form input[type="text"], #contact form input[type="file"], #contact form input[type="password"], #contact form input[type="email"], #contact form input[type="tel"], #contact form textarea {
  margin-bottom: 10px;
  padding: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  color: #333333;
}
#contact form input[type="text"].error, #contact form input[type="file"].error, #contact form input[type="password"].error, #contact form input[type="email"].error, #contact form input[type="tel"].error, #contact form textarea.error {
  background: #ffe5e5;
  -webkit-box-shadow: 0 0 10px 0 #f80000;
  -moz-box-shadow: 0 0 10px 0 #f80000;
  -ms-box-shadow: 0 0 10px 0 #f80000;
  -o-box-shadow: 0 0 10px 0 #f80000;
  box-shadow: 0 0 10px 0 #f80000;
  border: 1px solid #ffe5e5;
  color: #111111;
}
#contact form input[type="text"]:focus, #contact form input[type="file"]:focus, #contact form input[type="password"]:focus, #contact form input[type="email"]:focus, #contact form input[type="tel"]:focus, #contact form textarea:focus {
  -webkit-box-shadow: 0 0 10px 0 #3498db;
  -moz-box-shadow: 0 0 10px 0 #3498db;
  -ms-box-shadow: 0 0 10px 0 #3498db;
  -o-box-shadow: 0 0 10px 0 #3498db;
  box-shadow: 0 0 10px 0 #3498db;
  outline: 1px solid #9acced;
  border: 1px solid #9acced;
}
#contact form label {
  display: block;
  margin-right: 10px;
  margin-bottom: 3px;
  text-align: left;
}
#contact form label.required {
  line-height: 1.5;
}
#contact form label.required:after {
  content: '*';
  margin: 0 10px;
  color: #d80000;
}
#contact form span.example {
  display: block;
  margin-bottom: 3px;
  font-size: 13px;
  text-align: left;
  line-height: 1.2;
  color: #999999;
}
#contact form span.error_blank {
  display: block;
  margin-bottom: 3px;
  font-size: 13px;
  text-align: left;
  line-height: 1.2;
  color: #d80000;
}
#contact form .select {
  display: inline-block;
  position: relative;
}
#contact form .select:after {
  content: "?";
  font-family: "icomoon";
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  vertical-align: middle;
  pointer-events: none;
  transform: rotate(90deg);
  color: #888888;
}
#contact form .select select {
  margin-bottom: 10px;
  padding: 5px 50px 5px 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  text-align: left !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 1px solid #cccccc;
  color: #333333;
}
#contact form .select select.error {
  background: #ffe5e5;
  -webkit-box-shadow: 0 0 10px 0 #f80000;
  -moz-box-shadow: 0 0 10px 0 #f80000;
  -ms-box-shadow: 0 0 10px 0 #f80000;
  -o-box-shadow: 0 0 10px 0 #f80000;
  box-shadow: 0 0 10px 0 #f80000;
  border: 1px solid #ffe5e5;
}
#contact form .select select:focus {
  -webkit-box-shadow: 0 0 10px 0 #3498db;
  -moz-box-shadow: 0 0 10px 0 #3498db;
  -ms-box-shadow: 0 0 10px 0 #3498db;
  -o-box-shadow: 0 0 10px 0 #3498db;
  box-shadow: 0 0 10px 0 #3498db;
  outline: 1px solid #9acced;
  border: 1px solid #9acced;
}
#contact form .select select::-ms-expand {
  display: none;
}
#contact form .check {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  line-height: 1.6;
}
#contact form .check:before {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 7px;
  width: 4px;
  height: 9px;
  line-height: 10px;
  text-align: center;
  border-right: 2px solid #5488e2;
  border-bottom: 2px solid #5488e2;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
  z-index: 1;
}
#contact form .check:after {
  content: '';
  display: block;
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 2px solid #cccccc;
}
#contact form .radio {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  line-height: 1.6;
}
#contact form .radio:before {
  content: '';
  display: block;
  position: absolute;
  top: 6px;
  left: 5px;
  width: 9px;
  height: 9px;
  line-height: 9px;
  text-align: center;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  background: #5488e2;
  opacity: 0;
  z-index: 1;
}
#contact form .radio:after {
  content: '';
  display: block;
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 2px solid #cccccc;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}
#contact form .form-check input[type=checkbox] {
  display: none;
}
#contact form .form-check input[type=checkbox]:checked + .check span {
  color: #d80000;
}
#contact form .form-check input[type=checkbox]:checked + .check:before {
  opacity: 1;
}
#contact form .form-check input[type=radio] {
  display: none;
}
#contact form .form-check input[type=radio]:checked + .radio span {
  color: #d80000;
}
#contact form .form-check input[type=radio]:checked + .radio:before {
  opacity: 1;
}
#contact form input[type="checkbox"], #contact form input[type="radio"] {
  position: absolute;
  top: 12px;
  left: -23px;
  width: 18px;
  height: 18px;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: 24px 0px #ffffff;
  -moz-box-shadow: 24px 0px #ffffff;
  -ms-box-shadow: 24px 0px #ffffff;
  -o-box-shadow: 24px 0px #ffffff;
  box-shadow: 24px 0px #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  z-index: 2;
}
#contact form input[type="checkbox"]:checked, #contact form input[type="radio"]:checked {
  box-shadow: none;
}
#contact form input[type="checkbox"].error + label:before, #contact form input[type="radio"].error + label:before {
  top: 3px;
  left: 7px;
}
#contact form input[type="checkbox"].error + label:after, #contact form input[type="radio"].error + label:after {
  left: 1px;
  background: #ffe5e5;
  -webkit-box-shadow: 0 0 10px 0 #f80000;
  -moz-box-shadow: 0 0 10px 0 #f80000;
  -ms-box-shadow: 0 0 10px 0 #f80000;
  -o-box-shadow: 0 0 10px 0 #f80000;
  box-shadow: 0 0 10px 0 #f80000;
  border: 1px solid #ffe5e5;
}
#contact form input[type="radio"].error + label:before {
  top: 5px;
  left: 5px;
}
#contact form .upload-area {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
}
#contact form .upload-area > span {
  padding: 0.9em 1.8em;
  line-height: 1;
  background: #5488e2;
  background-image: -moz-linear-gradient(top, #6a97e6 0%, #5488e2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6a97e6), color-stop(100%, #5488e2));
  background-image: -webkit-linear-gradient(top, #6a97e6 0%, #5488e2 100%);
  background-image: -o-linear-gradient(top, #6a97e6 0%, #5488e2 100%);
  background-image: -ms-linear-gradient(top, #6a97e6 0%, #5488e2 100%);
  background-image: linear-gradient(to bottom, #6a97e6 0%, #5488e2 100%);
  border: 1px solid #3e79de;
  color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  property: 60.7843137255%;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
  color: #ffffff;
  cursor: pointer;
  margin: 0 0 5px 10px;
  padding: 8px 16px;
  white-space: nowrap;
}
#contact form .upload-area > span:active {
  -webkit-box-shadow: inset 3px 3px 3px 0 #1f58ba;
  -moz-box-shadow: inset 3px 3px 3px 0 #1f58ba;
  -ms-box-shadow: inset 3px 3px 3px 0 #1f58ba;
  -o-box-shadow: inset 3px 3px 3px 0 #1f58ba;
  box-shadow: inset 3px 3px 3px 0 #1f58ba;
}
#contact form .upload-area > span:hover {
  background: #5488e2;
  background-image: -moz-linear-gradient(top, #80a6e9 0%, #6a97e6 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #80a6e9), color-stop(100%, #6a97e6));
  background-image: -webkit-linear-gradient(top, #80a6e9 0%, #6a97e6 100%);
  background-image: -o-linear-gradient(top, #80a6e9 0%, #6a97e6 100%);
  background-image: -ms-linear-gradient(top, #80a6e9 0%, #6a97e6 100%);
  background-image: linear-gradient(to bottom, #80a6e9 0%, #6a97e6 100%);
}
#contact form .upload-area > span.delete {
  padding: 0.9em 1.8em;
  line-height: 1;
  background: #dddddd;
  background-image: -moz-linear-gradient(top, #eaeaea 0%, #dddddd 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eaeaea), color-stop(100%, #dddddd));
  background-image: -webkit-linear-gradient(top, #eaeaea 0%, #dddddd 100%);
  background-image: -o-linear-gradient(top, #eaeaea 0%, #dddddd 100%);
  background-image: -ms-linear-gradient(top, #eaeaea 0%, #dddddd 100%);
  background-image: linear-gradient(to bottom, #eaeaea 0%, #dddddd 100%);
  border: 1px solid #d0d0d0;
  color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  property: 86.6666666667%;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
  color: #000000;
  cursor: pointer;
  padding: 8px;
}
#contact form .upload-area > span.delete:active {
  -webkit-box-shadow: inset 3px 3px 3px 0 #9b9b9b;
  -moz-box-shadow: inset 3px 3px 3px 0 #9b9b9b;
  -ms-box-shadow: inset 3px 3px 3px 0 #9b9b9b;
  -o-box-shadow: inset 3px 3px 3px 0 #9b9b9b;
  box-shadow: inset 3px 3px 3px 0 #9b9b9b;
}
#contact form .upload-area > span.delete:hover {
  background: #dddddd;
  background-image: -moz-linear-gradient(top, #f7f7f7 0%, #eaeaea 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #eaeaea));
  background-image: -webkit-linear-gradient(top, #f7f7f7 0%, #eaeaea 100%);
  background-image: -o-linear-gradient(top, #f7f7f7 0%, #eaeaea 100%);
  background-image: -ms-linear-gradient(top, #f7f7f7 0%, #eaeaea 100%);
  background-image: linear-gradient(to bottom, #f7f7f7 0%, #eaeaea 100%);
}
#contact form .upload-area > span.delete:before {
  content: "?";
  font-family: "icomoon";
  vertical-align: middle;
  color: #888888;
}
#contact form .upload-area input[type="file"] {
  display: none;
}
#contact form .upload-area .text-box {
  order: -1;
  position: relative;
  width: 100%;
}
#contact form .upload-area .text-box input[type="text"] {
  margin-bottom: 5px;
}
#contact form .upload-area .text-box input[type="text"]:disabled {
  background: #ffffff;
}
#contact form .upload-area .text-box input[type="text"].error {
  background: #ffe5e5;
}
#contact form .upload-area .file-box {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin-bottom: 5px;
  cursor: pointer;
  background: none;
}
#contact form .form-package {
  display: flex;
  justify-content: left;
  align-items: center;
}
@media screen and (max-width: 900px) {
  #contact form .form-package {
    flex-wrap: wrap;
  }
}
#contact form .form-package label {
  margin-left: 10px;
  margin-right: 10px;
  white-space: nowrap;
}
#contact form .form-package label:first-child {
  margin-left: 0;
}
@media screen and (max-width: 433px) {
  #contact form .form-package label {
    margin-left: 0;
  }
}
#contact form .form-package + .example {
  margin-bottom: 15px;
}
#contact form .form-package .btn {
  margin-left: 20px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #contact form .form-package .btn {
    font-size: 16px;
  }
}
#contact .btn {
  padding: 0.9em 1.8em;
  line-height: 1;
  background: #edcd1f;
  color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  property: 24.5098039216%;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
  color: #ffffff;
  cursor: pointer;
  margin: 0 0 10px 10px;
  padding: 11px 16px;
  white-space: nowrap;
  text-decoration: none;
  border: none;
}
#contact .btn:active {
  -webkit-box-shadow: inset 3px 3px 3px 0 #033955;
  -moz-box-shadow: inset 3px 3px 3px 0 #033955;
  -ms-box-shadow: inset 3px 3px 3px 0 #033955;
  -o-box-shadow: inset 3px 3px 3px 0 #033955;
  box-shadow: inset 3px 3px 3px 0 #033955;
}
#contact .btn:hover {
  background: #3d5975;
  background-image: -moz-linear-gradient(top, #3d5975 0%, #3d5975 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3d5975), color-stop(100%, #3d5975));
  background-image: -webkit-linear-gradient(top, #3d5975 0%, #3d5975 100%);
  background-image: -o-linear-gradient(top, #3d5975 0%, #3d5975 100%);
  background-image: -ms-linear-gradient(top, #3d5975 0%, #3d5975 100%);
  background-image: linear-gradient(to bottom, #3d5975 0%, #3d5975 100%);
  opacity: 1;
}
#contact #form_submit {
  margin: 30px 0;
  padding-bottom: 50px;
  text-align: center;
}
#contact #form_submit .btn {
  padding: 20px 30px;
  font-size: 24px;
  letter-spacing: 0;
  border-radius: 0;
  font-size: 20px;
  font-weight: 500;
}