#site-wrapper {
  min-height: 100px;
}

.main-contents .bread_crumbs .topics-path {
  padding: 15px 0 0 20px;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .main-contents .bread_crumbs .topics-path {
    display: none;
  }
}
.main-contents .bread_crumbs .topics-path ul.path-list {
  text-align: left;
}
.main-contents .bread_crumbs .topics-path ul.path-list > li {
  display: inline-block;
  position: relative;
  color: #000;
  line-height: 1;
}
.main-contents .bread_crumbs .topics-path ul.path-list > li:after {
  display: inline-block;
  content: ">";
  color: #000;
  line-height: 1;
  margin-right: 6px;
  margin-left: 7px;
}
.main-contents .bread_crumbs .topics-path ul.path-list > li:last-child:after {
  display: none;
}
.main-contents .bread_crumbs .topics-path ul.path-list > li a {
  color: #000;
  line-height: 1;
}
.main-contents .page-title {
  display: inline-block;
  left: 50%;
  text-align: center;
  transform: translate(-50%);
  position: relative;
  margin-top: 40px;
}
.main-contents .page-title .main-title {
  color: #0074bf;
  position: relative;
  z-index: 1;
  font-size: 32px;
  display: inline-block;
  line-height: 1;
  margin-bottom: 20px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .main-contents .page-title .main-title {
    font-size: 25px;
  }
}
.main-contents .page-title .en-title {
  color: #15af97;
  font-size: 16px;
  display: block;
  line-height: 1;
  position: relative;
  z-index: 1;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .main-contents .page-title .en-title {
    font-size: 12px;
  }
}
.main-contents .page-title:after {
  display: block;
  content: "";
  width: auto;
  height: 2px;
  position: absolute;
  top: 40px;
  right: 0;
  left: 0;
  background: #196db6;
  background: -moz-linear-gradient(left, #196db6 0%, #20a690 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #196db6), color-stop(100%, #20a690));
  background: -webkit-linear-gradient(left, #196db6 0%, #20a690 100%);
  background: -o-linear-gradient(left, #196db6 0%, #20a690 100%);
  background: -ms-linear-gradient(left, #196db6 0%, #20a690 100%);
  background: linear-gradient(to right, #196db6 0%, #20a690 100%);
}
@media screen and (max-width: 768px) {
  .main-contents .page-title:after {
    display: block;
    content: "";
    width: auto;
    height: 2px;
    position: absolute;
    top: 35px;
    right: 0;
    left: 0;
    background: #196db6;
    background: -moz-linear-gradient(left, #196db6 0%, #20a690 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #196db6), color-stop(100%, #20a690));
    background: -webkit-linear-gradient(left, #196db6 0%, #20a690 100%);
    background: -o-linear-gradient(left, #196db6 0%, #20a690 100%);
    background: -ms-linear-gradient(left, #196db6 0%, #20a690 100%);
    background: linear-gradient(to right, #196db6 0%, #20a690 100%);
  }
}
.main-contents .content-inner {
  max-width: 963px;
  margin: 0 auto;
  padding: 75px 50px 80px 48px;
}
@media screen and (max-width: 768px) {
  .main-contents .content-inner {
    width: 100%;
    padding: 40px 15px;
  }
}
.main-contents .content-inner h2.thank-title {
  color: #0074bf;
  margin: 40px auto;
  text-align: center;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .main-contents .content-inner h2.thank-title {
    font-size: 22px;
    margin: 0 auto 40px;
  }
}
.main-contents .content-inner p.common-text {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .main-contents .content-inner p.common-text {
    font-size: 14px;
  }
}
.main-contents .content-inner p.warning-text span {
  color: #e00;
}
.main-contents .content-inner .error-box {
  border: 2px solid #da0303;
  padding: 10px;
  margin-bottom: 70px;
}
.main-contents .content-inner .error-box .error-lead {
  color: #da0303;
}
.main-contents form.contact-form {
  margin-top: 50px;
  border-top: #e5e5e5 2px solid;
  padding-top: 15px;
}
@media screen and (max-width: 768px) {
  .main-contents form.contact-form {
    margin-top: 25px;
  }
}
.main-contents form.contact-form .form-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 2px solid #e5e5e5;
}
@media screen and (max-width: 768px) {
  .main-contents form.contact-form .form-inner {
    display: block;
  }
}
.main-contents form.contact-form .form-inner .form-title {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .main-contents form.contact-form .form-inner .form-title {
    width: 100%;
  }
}
.main-contents form.contact-form .form-inner .form-title .required {
  color: #000;
  font-weight: bold;
}
.main-contents form.contact-form .form-inner .form-title .required label {
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .main-contents form.contact-form .form-inner .form-title .required label {
    font-size: 16px;
  }
}
.main-contents form.contact-form .form-inner .form-title:after {
  content: " *";
  color: #E00;
}
.main-contents form.contact-form .form-inner .form-input {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .main-contents form.contact-form .form-inner .form-input {
    width: 100%;
  }
}
.main-contents form.contact-form .form-inner .form-input input[type="text"],
.main-contents form.contact-form .form-inner .form-input input[type="email"] {
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding: 0 4px;
  outline: none;
}
@media screen and (max-width: 768px) {
  .main-contents form.contact-form .form-inner .form-input input[type="text"],
  .main-contents form.contact-form .form-inner .form-input input[type="email"] {
    font-size: 16px;
  }
}
.main-contents form.contact-form .form-inner .form-input textarea {
  width: 100%;
  max-width: 100%;
  height: 250px;
  resize: none;
  padding: 4px;
  outline: none;
}
.main-contents form.contact-form .form-inner .form-input .placeholder {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .main-contents form.contact-form .form-inner .form-input .placeholder {
    font-size: 12px;
  }
}
.main-contents form.contact-form .form-inner .form-input .err {
  color: #da0303;
}
.main-contents form.contact-form .form-inner .phone-number {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .main-contents form.contact-form .form-inner .phone-number {
    width: 80%;
  }
}
@media screen and (max-width: 568px) {
  .main-contents form.contact-form .form-inner .phone-number {
    width: 100%;
  }
}
.main-contents form.contact-form .form-inner .phone-number .your-phones {
  display: inline-block;
  width: 30%;
}
.main-contents form.contact-form .form-inner .phone-number .hyphen {
  display: inline-block;
  width: 5%;
  text-align: center;
}

.submit-wrap {
  text-align: center;
  margin: 60px auto 0;
  position: relative;
  width: 368px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .submit-wrap {
    margin-top: 35px;
    width: 100%;
    font-size: 14px;
  }
}
.submit-wrap .submit-p {
  text-align: center;
}
.submit-wrap .submit-p.bk {
  padding-top: 20px;
}
.submit-wrap .btn-send {
  background: #0074bf;
  -webkit-appearance: none;
  padding: 20px 0px;
  text-align: center;
  color: #fff;
  display: block;
  border-radius: 5px;
  position: relative;
  opacity: 1;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .submit-wrap .btn-send {
    padding: 20px 30px;
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .submit-wrap .btn-send:hover {
    opacity: 0.8;
  }
}
.submit-wrap .btn-send:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: 10px;
  border-top: 4px solid transparent;
  border-left: 7px solid #fff;
  border-bottom: 4px solid transparent;
  margin-top: -4px;
}
.submit-wrap .btn-send#btn-back {
  border: 1px solid #0074bf;
  color: #0074bf;
  background: #fff;
  font-size: 16px;
}
.submit-wrap .btn-send#btn-back:after {
  transform: rotate(180deg);
  right: auto;
  left: 10px;
  border-left-color: #0074bf;
}

.spbr {
  display: none;
}
@media screen and (max-width: 768px) {
  .spbr {
    display: block;
  }
}

.center {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .center {
    text-align: left;
  }
}

.mgB20 {
  margin-bottom: 20px;
}

/*# sourceMappingURL=contact.css.map */
