@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP");body .header-hero {
  background-color: #3bb8b5;
  padding-top: 30px;
  padding-bottom: 50px;
}
div .hp-listing__attribute--name > .title::before {
  background-color: rgba(255, 193, 7, 0);
}
div span.title::before {
  background-color: rgba(255, 193, 7, 0);
}
.hp-page__sidebar .hp-listing__attribute {
  text-align: left !important;
  font-size: 16px !important;
}
div > .inner-wrapper-sticky .hp-listing__action > span {
  font-size: 14px !important;
}
.hp-block .hp-row .hp-col-lg-6 {
  max-width: 100%;
}
.hp-col-lg-6 + .hp-col-lg-6 h2 {
  margin-top: 35px;
}
div #inquiryButton {
  border-width: 1px;
  background-color: #dd0000;
  color: #ffffff;
  font-family: Noto Sans JP;
  font-weight: 600;
  border-color: #dd0000;
  border-radius: 5px 5px 5px 5px;
  padding-top: 18px;
  padding: 15px;
  padding-bottom: 18px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  transition-property: color;
  transition-duration: 0.3s;
  display: block;
}
div #inquiryButton:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  transform: scale(0);
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
div #inquiryButton:hover,
div #inquiryButton:focus,
div #inquiryButton:active {
  color: rgba(0, 0, 0, 0.7);
}
div #inquiryButton:hover:before,
div #inquiryButton:focus:before,
div #inquiryButton:active:before {
  transform: scale(1);
  background: #ffffff;
}
.contactform input[type=text] {
  width: 100%;
}
.profilecode {
  width: 100%;
  padding-bottom: 10px;
  padding-top: 10px;
  border-color: rgba(7, 36, 86, 0.15);
  margin-top: 5px;
}
#wpcf7-f269-p276-o1 input[type=email] {
  width: 100%;
  border-color: rgba(7, 36, 86, 0.27);
}
#wpcf7-f269-p276-o1 textarea {
  width: 100%;
  border-color: rgba(7, 36, 86, 0.27);
}
.submitbtn p {
  text-align: center;
  display: flex;
}
.submitbtn p input {
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
  transition-property: transform;
  border-color: #dd0000;
  background-color: #dd0000;
  font-family: Noto Sans JP;
  font-weight: 600;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.submitbtn p input:active,
.submitbtn p input:focus,
.submitbtn p input:hover {
  transform: scale(0.9);
}
.submitbtn p input {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.submitbtn p {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#wpcf7-f269-p276-o1 input[type=text] {
  border-color: rgba(7, 36, 86, 0.27);
}
.page-id-276 .site-content .container {
  width: 800px;
}
#wpcf7-f269-p276-o1 > form > div:nth-child(2) > p:nth-child(6) > label:nth-child(2) > span > input {
  margin-top: 5px;
}
.single-hp_listing .hp-block .hp-row {
  flex-direction: column;
}
.hp-page > .hp-page__footer .hp-row {
  flex-direction: row;
}
.single-hp_listing .hp-page__footer {
  margin-top: 100px;
}
.select2-container--default .select2-selection {
  border-color: rgba(7, 36, 86, 0.19);
}
.hp-page__content .hp-form__field > .hp-field {
  border-color: rgba(7, 36, 86, 0.19);
}
.hp-form .hp-form__field > .hp-field__label > span {
  color: rgba(15, 23, 39, 0.77);
  font-size: 15px;
}
.hp-field input[type=checkbox] + span::before,
.hp-field input[type=radio] + span::before {
  color: rgba(15, 23, 39, 0.77);
  border-color: rgba(7, 36, 86, 0.35);
  border-width: 1px;
  border-style: solid;
}
.page-id-334 .site-content .container {
  max-width: 800px;
}
button[type=submit].hp-form__button,
input[type=submit].hp-form__button {
  border-color: rgba(7, 36, 86, 0.35) !important;
  background-color: #dd0000 !important;
  font-weight: 600 !important;
}
.header-hero__content .page__title {
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .single-lp .site-container > #content main {
    margin-left: auto;
    margin-right: auto;
    padding-right: 0px;
    padding-left: 0px;
  }
}
@media screen and (max-width: 768px) {
  .header-hero__content .page__title {
    font-size: 28px;
  }
}
@media screen and (max-width: 375px) {
  .container > .wp-block-uagb-container strong {
    font-size: 26px;
  }
  .header-hero__content .page__title {
    font-size: 23px;
  }
}
