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

body {
  color: #666;
}

a {
  width: inherit;
  height: inherit;
  display: inline-block;
  cursor: pointer;
  transition: 0.3s;
}
a:hover {
  opacity: 0.8;
}

.ly_inner {
  width: 1000px;
  margin: 0 auto;
}

.hp_pcNone {
  display: none !important;
}

/*----------- header -----------*/
.ly_header {
  padding: 8px 0;
  background: #fff;
}

.bl_header_logo {
  width: 240px;
  height: 60px;
}
.bl_header_logo a {
  display: block;
}

/*----------- form -----------*/
.ly_form {
  background: url(../img/pc_form_background.jpg) no-repeat center top/cover;
  min-height: calc(100vh - 566px);
  padding: 60px 0;
}

.ly_form.__thanks{
  padding: 60px 0 485px;
}

.bl_form_head {
  height: 220px;
  text-align: center;
  padding: 140px 0 0;
}

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

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

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

.bl_form_body {
  max-width: 800px;
  margin: 0 auto;
  background: #fff;
}

.bl_thanks_body{
  width: 800px;
  margin: 0 auto;
  background: #ffffff;
  padding: 66px 44px 140px;
}

.bl_thanks_ttl{
  font-size: 29px;
  font-weight: bold;
}

.bl_sub_ttl{
  font-size: 17px;
  font-weight: bold;
  margin: 27px 0 58px;
}

.bl_thanks_body h3{
  font-size: 25px;
  font-weight: bold;
  color: #619bec;
  margin: 0 0 40px;
}

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

.bl_thanks_txt{
  font-size: 16px;
  line-height: 28px;
}

.bl_back_btn{
  width: 100px;
  background: #273d52;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  border-radius: 5px;
  padding: 10px 0;
  margin: 60px 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 + .hs-form-field {
  padding-left: 20px;
}
.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: 33px 0 36px;
}

.bl_footer_inner {
  text-align: center;
}

.bl_footer_logo {
  width: 283px;
  height: 71px;
  margin: 0 auto;
}
.bl_footer_logo a {
  display: block;
}

.bl_footer_info {
  color: #12376c;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.08em;
  margin-top: 18px;
}

.bl_footer_copyright {
  background: #12376c;
  text-align: center;
}
.bl_footer_copyright small {
  color: #5092eb;
  font-size: 14px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 0.08em;
}
