* {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

body {
  color: #666;
}

a {
  width: inherit;
  height: inherit;
  display: inline-block;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

.hp_spNone {
  display: none !important;
}

/*----------- header -----------*/
.ly_header {
  padding: 1.5625vw 2.03125vw;
  background: #fff;
}

.bl_header_logo {
  width: 36.5625vw;
  height: 9.21875vw;
}
.bl_header_logo a {
  display: block;
}

/*----------- form -----------*/
.ly_form {
  background: url(../img/sp_form_background.jpg) no-repeat center top/cover;
  min-height: calc(100vh - 119.21875vw);
  padding: 9.375vw 0;
}

.ly_form.__thanks{
  background: url(../img/sp_thank_background.jpg) no-repeat center top/cover;
  padding: 9.375vw 0 34.375vw;
}

.bl_form_head {
  height: 31.25vw;
  text-align: center;
  padding: 20.3125vw 0 0;
}

.bl_form_head.is_contact {
  background: url(../img/sp_form_contact_background.png) no-repeat center/cover;
}

.bl_form_head.is_request {
  background: url(../img/sp_form_request_background.png) no-repeat center/cover;
}

.bl_form_ttl {
  font-size: 4.0625vw;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.1em;
}

.bl_form_body {
  width: 90.625vw;
  margin: 0 auto;
  background: #fff;
}

.bl_thanks_body{
  width: 90.625vw;
  margin: 0 auto;
  background: #ffffff;
  padding: 15.625vw 7.813vw;
}

.bl_thanks_body h3{
  color: #3d8ae9;
  font-size: 4.844vw;
  font-weight: bold;
  margin: 0 0 7.813vw;
}

.bl_thanks_ttl{
  font-size: 6.25vw;
  font-weight: bold;
}

.bl_sub_ttl{
  font-size:3.906vw;
  font-weight: bold;
  margin: 7.813vw 0 10.156vw;
}

.bl_thanks02_clr{
  color: #38b9b5 !important;
}

.bl_back_btn{
  font-size: 3.75vw;
  line-height: 5.938vw;
}

.bl_back_btn{
  width: 21.875vw;
  text-align: center;
  background: #273d52;
  color: #ffffff;
  font-weight: bold;
  border-radius: 0.781vw;
  padding: 1.875vw 0;
  margin: 9.375vw 0 0;
}

/*---------------------------------
  hsforms(HubSpot)
---------------------------------*/
.hbspt-form {
  padding: 40px;
}
.form-columns-0 .hs-richtext {
  margin-bottom: 32px;
}
.form-columns-0 .hs-richtext p {
  margin: 14px 0;
}
.hs-richtext strong {
  font-weight: bold;
  color: rgb(51, 71, 91);
}
.legal-consent-container .hs-richtext strong {
  font-size: 14px;
}
.hs-form-field > label {
  display: block;
  margin-bottom: 4px;
}
.hs-form-field > label span {
  margin: 0 0 6px;
  color: #212d3a;
  font-size: 13px;
}
.hbspt-form .hs-form-field .input > input.hs-input {
  display: inline-block;
  width: 100%;
  height: 40px;
  margin-bottom: 4px;
  padding: 9px 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #33475b;
  background-color: #f5f8fa;
  border: 1px solid #959494;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.hbspt-form .form-columns-1,
.hbspt-form .form-columns-2 {
  max-width: 100%;
  margin-bottom: 18px;
}
.hbspt-form .form-columns-2 .hs-form-field {
  width: 100% !important;
  display: block;
  float: none !important;
}
.hbspt-form .hs-field-desc {
  font-size: 11px;
  color: #516383de;
  margin-bottom: 6px;
}
.hbspt-form .hs-form-field .input {
  margin-right: 0 !important;
}
.hbspt-form .hs-form-field .input > textarea.hs-input {
  display: inline-block;
  width: 100%;
  height: 64px;
  padding: 9px 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #33475b;
  background-color: #f5f8fa;
  border: 1px solid #959494;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.hbspt-form .hs-form-field .input > select.hs-input {
  display: inline-block;
  width: 100%;
  height: 40px;
  padding: 6px 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #33475b;
  background-color: #f5f8fa;
  border: 1px solid #959494;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  appearance: auto;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
}
.hbspt-form .hs-form-field:last-child {
  margin-bottom: 0;
}
.hbspt-form label .hs-form-required {
  margin-left: 4px;
  color: #e51520;
}
.hs-error-msg.hs-main-font-element,
.no-list.hs-error-msgs.inputs-list  {
  color: #e51520;
  font-size: 13px;
  display: block;
  text-align: left;
  margin-top: 4px;
}
.no-list.hs-error-msgs.inputs-list {
  margin-top: 0;
  text-align: center;
}
.hbspt-form .hs-dependent-field {
  margin: 5px 0 4px !important;
}
.hbspt-form .inputs-list input[type="checkbox"] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin-top: 7px;
  line-height: normal;
  border: none;
  vertical-align: middle;
  appearance: auto;
  -webkit-appearance: checkbox;
  display: inline-block;
  opacity: 1;
}
.hbspt-form .legal-consent-container .hs-richtext {
  font-size: 14px;
}
.hbspt-form .legal-consent-container .hs-richtext a {
  color: #00f;
  text-decoration: underline;
}
.hbspt-form .actions input[type="submit"] {
  background: #FF7A59;
  border-color: #FF7A59;
  font-family: arial, helvetica, sans-serif;
  line-height: 12px;
  font-size: 12px;
  font-weight: bold;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  background-color: #ff7a59;
  border: 1px solid #ff7a59;
  color: #fff;
  border-radius: 3px;
  padding: 12px 24px;
}
.hbspt-form .actions input[type="submit"]:hover {
  cursor: pointer;
  opacity: 0.7;
}

/*----------- footer -----------*/
.bl_footer_main {
  padding: 7.03125vw 3.4375vw 6.25vw;
}

.bl_footer_logo {
  width: 49.21875vw;
  height: 12.34375vw;
  margin: 0 auto;
}
.bl_footer_logo a {
  display: block;
}

.bl_footer_info {
  color: #12376c;
  font-size: 3.4375vw;
  font-weight: 500;
  line-height: 1.8181818182;
  margin-top: 4.6875vw;
  letter-spacing: -0.03em;
}

.bl_footer_copyright {
  background: #12376c;
  text-align: center;
}
.bl_footer_copyright small {
  color: #5092eb;
  font-size: 2.34375vw;
  font-weight: 500;
  line-height: 7.8125vw;
  letter-spacing: 0.08em;
}
/*# sourceMappingURL=form_sp.css.map */
