body #contact-us-page #site-header .site-header-inner #site-navigation-wrap #menu-main .menu-main-item a {
  opacity: 1 !important; }
  body #contact-us-page #site-header .site-header-inner #site-navigation-wrap #menu-main .menu-main-item a .link-inner {
    color: #FFF; }

body #contact-us-page #site-header .site-header-inner #site-navigation-wrap #menu-main .menu-main-item:last-child .sub-menu .link-inner {
  color: #000; }
  body #contact-us-page #site-header .site-header-inner #site-navigation-wrap #menu-main .menu-main-item:last-child .sub-menu .link-inner:hover {
    color: #5b87da; }

body #contact-us-page #site-header.sticky .site-header-inner #site-navigation-wrap #menu-main .menu-main-item.menu-btn-rounded a {
  opacity: 1 !important; }

body #contact-us-page #site-header.sticky .site-header-inner #site-navigation-wrap #menu-main .menu-main-item a {
  opacity: 0.7 !important; }
  body #contact-us-page #site-header.sticky .site-header-inner #site-navigation-wrap #menu-main .menu-main-item a .link-inner {
    color: #000; }

body #contact-us-page #site-header.sticky .site-header-inner #site-navigation-wrap #menu-main .menu-main-item:last-child a {
  opacity: 1 !important; }
  body #contact-us-page #site-header.sticky .site-header-inner #site-navigation-wrap #menu-main .menu-main-item:last-child a .link-inner span {
    opacity: 0.7 !important; }

body #contact-us-page #site-header .site-header-inner #site-logo .main-logo .blue-logo {
  display: block; }

body #contact-us-page #site-header .site-header-inner #site-logo .main-logo .logo {
  display: none; }

body #contact-us-page #site-header.sticky .site-header-inner #site-logo .main-logo .blue-logo {
  display: none; }

body #contact-us-page #site-header.sticky .site-header-inner #site-logo .main-logo .logo {
  display: block; }

.error {
  border-color: red !important; }

.not-allow {
  cursor: not-allowed !important; }

.form-control {
  display: block;
  color: #666;
  padding: 7px 12px;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.65;
  width: 100%;
  border: 1px solid #e1e1e1;
  background: #fff;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.form-control:focus {
  outline: none; }

.form-wrapper {
  background-color: #f6f7fc;
  padding-bottom: 200px; }

.form-container {
  margin: 0 auto;
  max-width: 100%;
  width: 640px;
  padding: 50px 30px;
  border-radius: 5px;
  background-color: #fff;
  position: relative;
  z-index: 2; }

.form-bottom {
  margin-bottom: 15px; }

.checktext {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 26.4px; }

.checktext input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: silver;
  border-radius: 50%;
  margin-top: 5px; }

.checktext input:checked ~ .checkmark {
  background-color: #373dc0; }

.checkmark:after {
  content: "";
  position: absolute;
  display: block; }

  .checktext a {
    color: #5b87da;
  }
  .checktext a:hover {
    text-decoration: underline;
  }
/* .checktext input:checked ~ .checkmark:after {
    display: block;
} */
.checktext .checkmark:after {
  left: 7px;
  top: 2px;
  width: 4px;
  height: 9px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.contact-wrapper {
  padding-top: 185px;
  background-color: #5b87da; }

.sgv-rotate {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  position: absolute;
  overflow: hidden;
  left: 0;
  width: 100%;
  line-height: 0;
  direction: ltr;
  z-index: 1; }

.sgv-rotate svg {
  display: block;
  width: calc(100% + 1.3px);
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.contact-wrapper__content {
  text-align: center; }

.contact-wrapper__content .sub-title {
  color: #060e9f;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 20px; }

.contact-wrapper__content .title {
  color: #fff;
  font-size: 50px;
  font-weight: 700; }

.contact-wrapper__content .text-full {
  margin-top: 30px;
  padding-bottom: 30px; }

.contact-wrapper__content .text {
  font-size: 18px;
  color: #fff;
  padding-bottom: 20px;
  line-height: 25.2px; }

.height-text {
  height: 140px; }

.btn-submit {
  background-color: #ff5000;
  padding: 14px 30px 13px;
  min-width: 170px;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.3px;
  box-shadow: rgba(33, 37, 41, 0.15) 0px 5px 15px 0px;
  cursor: pointer; }

.border-bottom {
  border: 1px solid;
  border-top-color: #e5e5e5;
  border-bottom-color: transparent; }

@media (min-width: 768px) {
  .form-container {
    margin: 0 auto;
    max-width: 100%;
    width: 640px;
    padding: 50px;
    border-radius: 5px;
    background-color: #fff;
    position: relative;
    z-index: 2; }
}


@media (max-width: 690px) {
  .sp-none {
    display: none; } }
@media (max-width: 395px) {
  .form-container {
    padding: 30px 15px !important;
  }
}