@charset "UTF-8";
html body .fv {
  position: relative;
  height: 540px;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 575px) {
  html body .fv {
    height: 380px;
  }
}
html body .fv .fv_line {
  position: absolute;
  width: 60px;
  height: 100vh;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  background: #004097;
  z-index: 3;
}
@media screen and (max-width: 575px) {
  html body .fv .fv_line {
    width: 28px;
  }
}
html body .fv .fv-btn {
  position: absolute;
}
html body .fv .fv-btn a {
  display: block;
  background: url(../../images/lp/arrow_r.svg) no-repeat left center;
  background-size: contain;
  font-size: 16px;
  font-weight: 600;
  padding-left: 50px;
}
@media screen and (max-width: 575px) {
  html body .fv .fv-btn a {
    font-size: 12px;
    margin: 10px 10px 10px 30px;
  }
}
html body .fv .fv_inner {
  width: 1170px;
  max-width: 100%;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}
html body .fv .fv_inner .fv_center {
  position: absolute;
  left: 0;
  right: 0;
  top: 20px;
  width: 466px;
  max-width: 80%;
  margin: 0 auto;
  text-align: center;
  z-index: 5;
}
@media screen and (max-width: 575px) {
  html body .fv .fv_inner .fv_center {
    width: 380px;
    max-width: 80%;
    text-align: center;
  }
}
html body .fv .fv_inner .fv_center img {
  max-width: 100%;
  margin: 0 auto;
}
html body .fv .fv_left {
  position: absolute;
  left: 0px;
  width: 50%;
  height: 540px;
  background: url(../../images/lp/shinchiku_fv_bg.jpg) no-repeat top right;
  background-size: cover;
  z-index: 1;
}
@media screen and (max-width: 575px) {
  html body .fv .fv_left {
    height: 380px;
    background: url(../../images/lp/sp_fv_left.jpg) no-repeat top right;
  }
}
html body .fv .fv_left .left_text {
  width: 90%;
  position: absolute;
  right: 0px;
  top: 70px;
  text-align: left;
}
@media screen and (max-width: 575px) {
  html body .fv .fv_left .left_text {
    top: 20px;
  }
}
html body .fv .fv_left .fv-btn {
  right: 50px;
  bottom: 20px;
}
html body .fv .fv_left .fv-btn a {
  color: #fff;
}
@media screen and (max-width: 575px) {
  html body .fv .fv_left .fv-btn {
    background: #fff;
    width: 100%;
    right: 0px;
    bottom: 0px;
  }
  html body .fv .fv_left .fv-btn a {
    color: #1B2333;
    margin: 10px 10px 10px 20px;
  }
}
html body .fv .fv_right {
  position: absolute;
  right: 0px;
  width: 50%;
  height: 540px;
  background: url(../../images/lp/chuko_fv_bg.jpg) no-repeat top left;
  background-size: cover;
  z-index: 1;
}
@media screen and (max-width: 575px) {
  html body .fv .fv_right {
    height: 380px;
    background: url(../../images/lp/sp_fv_right.jpg) no-repeat top right;
  }
}
html body .fv .fv_right .right_text {
  position: absolute;
  left: 0px;
  top: 70px;
  text-align: right;
  width: 90%;
}
@media screen and (min-width: 576px) {
  html body .fv .fv_right .right_text img.pc-only {
    display: inline-block;
  }
}
@media screen and (max-width: 575px) {
  html body .fv .fv_right .right_text {
    top: 20px;
  }
  html body .fv .fv_right .right_text img.xs-only {
    display: inline-block;
  }
}
html body .fv .fv_right .fv-btn {
  left: 50px;
  bottom: 20px;
}
html body .fv .fv_right .fv-btn a {
  color: #000;
}
@media screen and (max-width: 575px) {
  html body .fv .fv_right .fv-btn {
    background: #1B2333;
    width: 100%;
    left: 0px;
    bottom: 0px;
  }
  html body .fv .fv_right .fv-btn a {
    color: #FFF;
  }
}
html body .main_line {
  position: relative;
  width: 100%;
  top: -1px;
  min-height: 100vh;
  height: auto;
}
html body .main_line .line {
  position: absolute;
  width: 60px;
  min-height: 100vh;
  height: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #004097;
  z-index: 3;
}
@media screen and (max-width: 575px) {
  html body .main_line .line {
    width: 28px;
  }
}
html body .main_line .main_right {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0;
  width: 50%;
  min-height: 100vh;
  height: auto;
  background: #D6E3E6;
  z-index: 2;
}
html body .main_line .main_left {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0;
  width: 50%;
  min-height: 100vh;
  height: auto;
  background: #1B2333;
  z-index: 2;
}
html body .main_line .main_inner {
  width: 1170px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 991px) {
  html body .main_line .main_inner {
    max-width: 95%;
  }
}
html body section.cta {
  padding: 25px 0px;
}
html body section.cta .cta_col3 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 749px) {
  html body section.cta .cta_col3 {
    display: block;
  }
}
html body section.cta .cta_col3 div.cta_col {
  display: block;
  width: 33.33333%;
  text-align: center;
}
@media screen and (max-width: 749px) {
  html body section.cta .cta_col3 div.cta_col {
    width: 100%;
    margin: 10px auto;
    text-align: center;
  }
}
html body section.cta .cta_col3 div.cta_col .modal-open {
  color: #fff;
  font-size: 12px;
  text-align: center;
  display: inline-block;
  background: #1B2333;
  margin: 5px auto;
  border-bottom: 1px solid #FFF;
}
html body section.cta .xs-only {
  padding: 0px 20px;
}
html body section.cta .xs-only a {
  display: block;
  margin: 10px auto;
  text-align: center;
}
@media screen and (max-width: 749px) {
  html body section.intro {
    padding-top: 40px;
  }
}
html body section.intro .intro_box {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 50px 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 749px) {
  html body section.intro .intro_box {
    padding: 50px 10px;
  }
}
html body section.intro .intro_1 {
  text-align: center;
}
html body section.intro .intro_1 h2 {
  background: #4A4848;
  color: #fff;
  padding: 15px 80px;
  font-size: 22px;
  margin-bottom: 30px;
  font-weight: 500;
  display: inline-block;
}
@media screen and (max-width: 749px) {
  html body section.intro .intro_1 h2 {
    padding: 10px 20px;
    font-size: 18px;
    display: block;
  }
}
html body section.intro .intro_1 p {
  font-size: 24px;
  text-align: center;
  font-weight: 500;
  line-height: 1.8em;
}
@media screen and (max-width: 749px) {
  html body section.intro .intro_1 p {
    font-size: 14px;
  }
}
html body section.intro .intro_2 h2 {
  font-weight: 600;
  font-size: 24px;
  text-align: center;
}
@media screen and (max-width: 749px) {
  html body section.intro .intro_2 h2 {
    font-size: 14px;
  }
}
html body section.intro .intro_2 h2 span {
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid #272727;
}
html body section.intro .intro_2 .merit_box {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
  flex-wrap: wrap;
}
@media screen and (max-width: 749px) {
  html body section.intro .intro_2 .merit_box {
    margin-top: 30px;
  }
}
html body section.intro .intro_2 .merit_box .item {
  width: 32%;
  border: 1px solid #746234;
  background: #fff;
  padding: 15px;
  position: relative;
}
@media screen and (max-width: 749px) {
  html body section.intro .intro_2 .merit_box .item {
    width: 100%;
    margin-top: 70px;
  }
}
html body section.intro .intro_2 .merit_box .item h3 {
  color: #746234;
  font-size: 32px;
  font-weight: 500;
  text-align: center;
  padding-left: 60px;
}
@media screen and (max-width: 991px) {
  html body section.intro .intro_2 .merit_box .item h3 {
    font-size: 24px;
  }
}
html body section.intro .intro_2 .merit_box .item h3::before {
  position: absolute;
  height: 135px;
  top: -50px;
  left: 10px;
  width: 70px;
  background-size: contain;
  content: "";
}
html body section.intro .intro_2 .merit_box .item p {
  font-size: 18px;
  padding: 20px;
}
html body section.intro .intro_2 .merit_box .item:nth-child(1) h3::before {
  background: url(../../images/lp/merit1.svg) no-repeat top center;
}
html body section.intro .intro_2 .merit_box .item:nth-child(2) h3::before {
  background: url(../../images/lp/merit2.svg) no-repeat top center;
}
html body section.intro .intro_2 .merit_box .item:nth-child(3) h3::before {
  background: url(../../images/lp/merit3.svg) no-repeat top center;
}
html body section.merit {
  position: relative;
}
html body section.merit .merit_bg {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  text-align: center;
  z-index: 3;
}
@media screen and (max-width: 749px) {
  html body section.merit .merit_bg {
    display: none;
  }
}
html body section.merit img {
  width: 306px;
  height: auto;
  max-width: 90%;
}
html body section.merit .merit_inner {
  position: relative;
  z-index: 4;
  display: flex;
  justify-content: space-between;
  padding: 100px 0px;
  flex-wrap: wrap;
}
@media screen and (max-width: 749px) {
  html body section.merit .merit_inner {
    padding: 50px 0px;
  }
}
html body section.merit .merit_inner .merit_left, html body section.merit .merit_inner .merit_right {
  width: 43%;
}
@media screen and (max-width: 749px) {
  html body section.merit .merit_inner .merit_left, html body section.merit .merit_inner .merit_right {
    width: 100%;
  }
}
html body section.merit .merit_inner .box {
  border-radius: 35px;
  padding: 20px 30px;
  border: 2px solid #FFF;
}
html body section.merit .merit_inner .box h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid #fff;
  text-align: center;
}
html body section.merit .merit_inner .box h3 span {
  font-size: 44px;
}
@media screen and (max-width: 749px) {
  html body section.merit .merit_inner .box h3 {
    font-size: 23px;
  }
  html body section.merit .merit_inner .box h3 span {
    font-size: 33px;
  }
}
html body section.merit .merit_inner .box li {
  font-size: 26px;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-weight: 500;
}
@media screen and (max-width: 749px) {
  html body section.merit .merit_inner .box li {
    font-size: 18px;
  }
}
html body section.merit .merit_inner .box li::before {
  display: inline-block;
  content: "";
  width: 40px;
  height: 40px;
  background: url(../../images/lp/check.svg) no-repeat center top;
  background-size: contain;
  margin-right: 10px;
}
@media screen and (max-width: 749px) {
  html body section.merit .merit_inner .box li::before {
    width: 28px;
    height: 28px;
  }
}
html body section.merit .merit_inner .box .more_btn {
  text-align: center;
  margin: 40px auto;
}
@media screen and (max-width: 749px) {
  html body section.merit .merit_inner .box .more_btn {
    text-align: left;
  }
}
html body section.merit .merit_inner .box .more_btn a {
  display: inline-block;
  background: url(../../images/lp/arrow_r.svg) no-repeat left center;
  background-size: contain;
  font-size: 16px;
  font-weight: 600;
  padding-left: 50px;
  color: #fff;
}
html body section.merit .merit_inner .merit_left li {
  color: #fff;
}
@media screen and (max-width: 749px) {
  html body section.merit .merit_inner .merit_left .box {
    background: #1B2333;
  }
}
html body section.merit .merit_inner .merit_right h3, html body section.merit .merit_inner .merit_right .more_btn a {
  color: #1B2333;
}
@media screen and (max-width: 749px) {
  html body section.merit .merit_inner .merit_right h3 {
    border-bottom: 1px solid #1B2333;
  }
}
@media screen and (max-width: 749px) {
  html body section.merit .merit_inner .merit_right .box {
    background: #D6E3E6;
    border: 2px solid #49525F;
    margin-top: 20px;
  }
}
html body section.service {
  /* PC (750px～) はボタンを消して左右並べる想定 */
  /* フェードアニメーション */
}
@media screen and (max-width: 749px) {
  html body section.service {
    display: block;
    background: rgba(255, 255, 255, 0.9);
    width: 110%;
    position: relative;
    left: -5%;
    padding: 0;
  }
}
html body section.service h2 {
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  padding: 15px;
  color: #272727;
  font-size: 34px;
  font-weight: 400;
}
@media screen and (max-width: 749px) {
  html body section.service h2 {
    background: none;
  }
  html body section.service h2::before {
    display: block;
    content: "木下不動産の都市型マンション投資";
    color: #272727;
    font-size: 16px;
    font-family: "Noto Serif JP", serif;
  }
}
html body section.service .bottomlink {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  font-size: 27px;
  font-weight: 500;
  text-align: center;
  padding: 10px 0px;
}
html body section.service .bottomlink span {
  font-size: 36px;
}
html body section.service .bottomlink p {
  font-size: 11px;
  text-align: right;
  padding-right: 10px;
}
@media screen and (max-width: 749px) {
  html body section.service .bottomlink p {
    text-align: center;
    font-size: 16px;
  }
}
html body section.service .bottomlink p a {
  border-bottom: 1px solid #1B2333;
}
html body section.service p.attention {
  font-size: 12px;
  text-align: center;
}
@media screen and (max-width: 749px) {
  html body section.service p.attention {
    padding-top: 15px;
  }
}
html body section.service .service_inner {
  display: flex;
  justify-content: space-between;
  padding-top: 60px;
}
@media screen and (max-width: 749px) {
  html body section.service .service_inner {
    display: block;
    padding-top: 10px;
  }
}
html body section.service .service_inner .service_left, html body section.service .service_inner .service_right {
  width: 43%;
}
@media screen and (max-width: 749px) {
  html body section.service .service_inner .service_left, html body section.service .service_inner .service_right {
    width: 100%;
    margin: 40px auto 0px auto;
  }
}
html body section.service .service_inner .property-top {
  padding-bottom: 100px;
  position: relative;
  border: 1px solid #FFF;
}
@media screen and (max-width: 749px) {
  html body section.service .service_inner .property-top {
    width: 90%;
    margin: 0 auto;
    border: none;
  }
}
html body section.service .service_inner .title_header {
  text-align: right;
}
html body section.service .service_inner .title_header h3 {
  font-size: 27px;
  font-weight: 600;
  text-align: center;
}
html body section.service .service_inner .title_header h3 span {
  font-size: 36px;
}
html body section.service .service_inner .title_header h3 a {
  font-weight: 500;
}
html body section.service .service_inner .service_left {
  position: relative;
}
@media screen and (max-width: 575px) {
  html body section.service .service_inner .service_left {
    padding-bottom: 20px;
  }
}
html body section.service .service_inner .service_left .title_header {
  background: #fff;
  padding: 10px;
  color: #1B2333;
}
html body section.service .service_inner .service_left .title_header a {
  border-bottom: 1px solid #1B2333;
}
html body section.service .service_inner .service_left .property-inner {
  padding: 10px;
}
@media screen and (max-width: 749px) {
  html body section.service .service_inner .service_left .property-inner {
    padding: 0px;
  }
}
html body section.service .service_inner .service_left .property-inner h3.property-title {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  padding: 30px 0px;
}
html body section.service .service_inner .service_left .property-inner h3.property-title p {
  color: #A8935E;
  font-size: 28px;
}
html body section.service .service_inner .service_left .property-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
html body section.service .service_inner .service_left .property-item {
  background: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
  padding-bottom: 50px;
}
html body section.service .service_inner .service_left .property-item .property-image img {
  display: block;
  width: 100%;
  height: auto;
}
html body section.service .service_inner .service_left .property-item .property-body {
  padding: 16px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
html body section.service .service_inner .service_left .property-item .property-body .property-title {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  line-height: 1.4;
  color: #746234;
  text-align: center;
  margin-bottom: 12px;
  padding: 10px 0px;
}
html body section.service .service_inner .service_left .property-item .property-body .property-title span {
  font-size: 28px;
}
@media screen and (max-width: 749px) {
  html body section.service .service_inner .service_left .property-item .property-body .property-title {
    font-size: 16px;
  }
}
html body section.service .service_inner .service_left .property-item .property-body .property-meta {
  border-top: 1px solid #746234;
  border-bottom: 1px solid #746234;
  margin-bottom: 16px;
  padding: 10px 0px;
}
html body section.service .service_inner .service_left .property-item .property-body .property-meta .meta-row {
  text-align: center;
}
html body section.service .service_inner .service_left .property-item .property-body .property-meta .meta-row .meta-label {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: #2F2E2E;
}
@media screen and (max-width: 749px) {
  html body section.service .service_inner .service_left .property-item .property-body .property-meta .meta-row .meta-label {
    font-size: 12px;
  }
}
html body section.service .service_inner .service_left .property-item .property-body .property-meta .meta-row .meta-value {
  display: block;
  font-size: 1rem;
  font-weight: bold;
  color: #333;
}
html body section.service .service_inner .service_left .property-item .property-body .property-access {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
  flex: 1;
}
html body section.service .service_inner .service_left .property-item .property-body .property-access li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 11px;
  font-weight: 500;
  color: #444;
  margin-bottom: 8px;
}
html body section.service .service_inner .service_left .property-item .property-body .property-access li::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../../images/lp/human_icon.svg) no-repeat center top 3px;
  background-size: contain;
}
html body section.service .service_inner .service_left .property-item .property-body .property-access li:nth-child(2)::before {
  background: url(../../images/lp/train_icon.svg) no-repeat center top 3px;
  width: 16px;
  height: 14px;
  background-size: contain;
}
html body section.service .service_inner .service_left .property-item .property-cta {
  text-align: center;
  margin-top: auto;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
}
html body section.service .service_inner .service_left .property-item .property-cta .btn-contact {
  display: block;
  background: #00897C;
  color: #fff;
  padding: 10px 16px;
  font-size: 14px;
  text-decoration: none;
  transition: background-color 0.3s;
}
html body section.service .service_inner .service_left .property-item .property-cta .btn-contact:hover {
  background: #00513d;
}
html body section.service .service_inner .service_left .bottomlink {
  background: #fff;
  font-size: 27px;
  color: #1B2333;
}
html body section.service .service_inner .service_left .bottomlink span {
  font-size: 36px;
}
@media screen and (max-width: 991px) {
  html body section.service .service_inner .service_left .bottomlink span {
    display: block;
  }
}
@media screen and (max-width: 749px) {
  html body section.service .service_inner .service_left .bottomlink span {
    font-size: 28px;
  }
}
@media screen and (max-width: 749px) {
  html body section.service .service_inner .service_left .bottomlink {
    font-size: 20px;
  }
}
html body section.service .service_inner .service_left p.attention {
  color: #fff;
}
@media screen and (max-width: 575px) {
  html body section.service .service_inner .service_right {
    padding-bottom: 20px;
  }
}
html body section.service .service_inner .service_right .title_header {
  background: #1B2333;
  padding: 10px;
  color: #FFF;
}
html body section.service .service_inner .service_right .title_header a {
  color: #FFF;
  border-bottom: 1px solid #FFF;
}
html body section.service .service_inner .service_right .property-top {
  border: 1px solid #1B2333;
  background: #fff;
  position: relative;
  padding-bottom: 100px;
}
@media screen and (max-width: 575px) {
  html body section.service .service_inner .service_right .property-top {
    background: none;
    border: none;
  }
}
html body section.service .service_inner .service_right .box_inner {
  padding: 10px;
}
@media screen and (max-width: 749px) {
  html body section.service .service_inner .service_right .box_inner {
    padding: 10px 5%;
  }
}
html body section.service .service_inner .service_right .box_inner h3 {
  font-size: 25px;
  text-align: center;
  font-weight: 600;
  padding: 40px 0px;
}
html body section.service .service_inner .service_right .property-table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  border: 3px solid #fff;
  border-top: none;
}
html body section.service .service_inner .service_right .property-table th, html body section.service .service_inner .service_right .property-table td {
  border: 2px solid #FAFAFA;
  padding: 4px;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
  color: #1B2333;
}
html body section.service .service_inner .service_right .property-table td {
  font-weight: bold;
}
html body section.service .service_inner .service_right .property-table .header-main th {
  background: #D6E6FC;
  color: #1B2333;
  font-weight: normal;
}
html body section.service .service_inner .service_right .property-table .big {
  font-size: 2.5rem;
  font-weight: 600;
}
html body section.service .service_inner .service_right .property-table .red {
  color: #c00;
}
html body section.service .service_inner .service_right .property-table .header-sub th {
  background: #D6E6FC;
  font-weight: normal;
  text-align: center;
}
html body section.service .service_inner .service_right .property-table .data-sub td {
  color: #333;
  font-weight: bold;
}
html body section.service .service_inner .service_right .property-table .header-sub2 th {
  background: #D6E6FC;
  font-weight: normal;
}
html body section.service .service_inner .service_right .property-table .data-sub2 td {
  background: #FAFAFA;
  font-weight: bold;
}
html body section.service .service_inner .service_right .property-table .transit-header th {
  background: #D6E6FC;
  font-weight: normal;
}
html body section.service .service_inner .service_right .property-table .transit-subheader th {
  background: #D6E6FC;
  font-weight: normal;
}
html body section.service .service_inner .service_right .property-table .data-transit td {
  font-weight: bold;
}
html body section.service .service_inner .service_right .item {
  border: 3px solid #fff;
  margin-bottom: 30px;
}
html body section.service .service_inner .service_right .item h3 {
  font-size: 24px;
  font-weight: 600;
  background-color: #1b2333;
  color: #fff;
  text-align: center;
  padding: 1rem;
  letter-spacing: 0.15rem;
  border: 3px solid #fff;
  border-bottom: none;
}
html body section.service .service_inner .service_right .item .contact-btn a {
  background: #00897C;
  color: #fff;
  padding: 10px;
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}
html body section.service .service_inner .service_right .bottomlink {
  background: #1B2333;
  color: #FFF;
}
html body section.service .service_inner .service_right .bottomlink p a {
  color: #fff;
  border-bottom: 1px solid #fff;
}
html body section.service .service_inner .service_right .bottomlink span {
  font-size: 36px;
}
@media screen and (max-width: 991px) {
  html body section.service .service_inner .service_right .bottomlink span {
    display: block;
  }
}
@media screen and (max-width: 749px) {
  html body section.service .service_inner .service_right .bottomlink span {
    font-size: 28px;
  }
}
@media screen and (max-width: 749px) {
  html body section.service .service_inner .service_right .bottomlink {
    font-size: 20px;
  }
}
html body section.service .service_inner .service_right p.attention {
  color: #1B2333;
}
@media screen and (max-width: 749px) {
  html body section.service .service_inner .service_right p.attention {
    padding: 0px 5% 10px 5%;
  }
}
html body section.service .service_inner .column_item a {
  background: #FFF;
  border-radius: 30px 0 0 0;
  border: 1px solid #272727;
  padding: 40px 40px 10px 40px;
  display: block;
  min-height: 240px;
  margin-bottom: 20px;
}
@media screen and (max-width: 749px) {
  html body section.service .service_inner .column_item a {
    padding: 40px 30px 10px 30px;
  }
}
html body section.service .service_inner .column_item a h3 {
  font-size: 26px;
  font-weight: 600;
  text-align: left;
}
@media screen and (max-width: 991px) {
  html body section.service .service_inner .column_item a h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 749px) {
  html body section.service .service_inner .column_item a h3 {
    font-size: 20px;
  }
}
html body section.service .service_inner .column_item a h3 span {
  display: block;
  border-bottom: 1px dotted #000;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
html body section.service .service_inner .column_item a p {
  text-align: right;
  margin-top: 10px;
}
@media screen and (max-width: 749px) {
  html body section.service .service_inner .column_item a p {
    text-align: right;
  }
}
html body section.service .service_inner .column_item a p span {
  display: inline-block;
  background: url(../../images/lp/arrow_r.svg) no-repeat left center;
  background-size: contain;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 0px 10px 50px;
  color: #272727;
}
@media screen and (max-width: 749px) {
  html body section.service .service_inner .column_item a p span {
    padding: 0px 0px 0px 50px;
    text-align: left;
  }
}
html body section.service .service_inner .title_header {
  text-align: right;
}
html body section.service .service_inner .title_header h3 {
  font-size: 28px;
  font-weight: 600;
  text-align: center;
}
html body section.service .service_inner .title_header h3 span {
  font-size: 36px;
}
@media screen and (max-width: 991px) {
  html body section.service .service_inner .title_header h3 span {
    display: block;
  }
}
html body section.service .service_inner .title_header h3 a {
  font-weight: 500;
}
html body section.service .service_inner .column_left {
  border: 1px solid #FFF;
  padding: 15px;
}
html body section.service .service_inner .column_left .title_header {
  background: none !important;
}
html body section.service .service_inner .column_right {
  border: 1px solid #1B2333;
  padding: 15px;
}
@media screen and (max-width: 749px) {
  html body section.service .service_inner .column_right {
    background: #D6E3E6;
  }
}
html body section.service .service_inner .column_right .title_header {
  background: none;
}
html body section.service .service_inner .column_right .title_header h3 {
  color: #1B2333 !important;
}
html body section.service .service_inner .column_right .title_header p {
  color: #1B2333 !important;
}
html body section.service .service_inner .column_right .title_header p::before, html body section.service .service_inner .column_right .title_header p::after {
  color: #1B2333 !important;
}
@media screen and (max-width: 749px) {
  html body section.service .service_inner .column_right .title_header {
    display: block;
  }
}
html body section.service .service_inner .column_right .more_btn a {
  color: #1B2333;
}
html body section.service .service_inner .column_left, html body section.service .service_inner .column_right {
  width: 100%;
  margin-top: 60px;
}
@media screen and (max-width: 749px) {
  html body section.service .service_inner .column_left, html body section.service .service_inner .column_right {
    width: 90%;
    margin: 40px auto 40px auto;
  }
}
html body section.service .service_inner .column_left .title_header, html body section.service .service_inner .column_right .title_header {
  text-align: center;
  padding-top: 30px;
}
@media screen and (max-width: 575px) {
  html body section.service .service_inner .column_left .title_header, html body section.service .service_inner .column_right .title_header {
    display: block;
  }
}
html body section.service .service_inner .column_left .title_header p, html body section.service .service_inner .column_right .title_header p {
  position: relative;
  color: #fff;
  text-align: center;
  font-size: 17px;
}
html body section.service .service_inner .column_left .title_header p::before, html body section.service .service_inner .column_left .title_header p::after, html body section.service .service_inner .column_right .title_header p::before, html body section.service .service_inner .column_right .title_header p::after {
  content: "＼";
  /* before は左、after は '／' を出したいので上書きします */
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 3rem;
  color: #fff;
}
html body section.service .service_inner .column_left .title_header p::before, html body section.service .service_inner .column_right .title_header p::before {
  content: "＼";
  left: 50px;
}
@media screen and (max-width: 991px) {
  html body section.service .service_inner .column_left .title_header p::before, html body section.service .service_inner .column_right .title_header p::before {
    left: -10px;
  }
}
@media screen and (max-width: 749px) {
  html body section.service .service_inner .column_left .title_header p::before, html body section.service .service_inner .column_right .title_header p::before {
    left: 0px;
  }
}
html body section.service .service_inner .column_left .title_header p::after, html body section.service .service_inner .column_right .title_header p::after {
  content: "／";
  right: 50px;
}
@media screen and (max-width: 991px) {
  html body section.service .service_inner .column_left .title_header p::after, html body section.service .service_inner .column_right .title_header p::after {
    right: -10px;
  }
}
@media screen and (max-width: 749px) {
  html body section.service .service_inner .column_left .title_header p::after, html body section.service .service_inner .column_right .title_header p::after {
    right: 0px;
  }
}
html body section.service .service_inner .column_left .title_header h3, html body section.service .service_inner .column_right .title_header h3 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 40px;
}
@media (max-width: 749px) {
  html body section.service .service_inner {
    /* タブボタン */
    /* コンテンツ */
  }
  html body section.service .service_inner .tab-btn {
    display: flex;
    gap: 8px;
  }
  html body section.service .service_inner .tab-btn button {
    flex: 1 1 50%;
    padding: 0px;
    cursor: pointer;
    transition: all 0.3s ease;
    /* アクティブ状態（JS で .is-active を付与） */
  }
  html body section.service .service_inner .tab-btn button.is-active {
    color: #fff;
  }
  html body section.service .service_inner .service_left,
  html body section.service .service_inner .service_right {
    display: none;
  }
  html body section.service .service_inner .service_left.is-show,
  html body section.service .service_inner .service_right.is-show {
    display: block;
    animation: fade 0.3s ease;
    margin-top: -1px;
    border: none;
  }
  html body section.service .service_inner .service_left.is-show .hide,
  html body section.service .service_inner .service_right.is-show .hide {
    display: none;
  }
  html body section.service .service_inner .service_left.is-show {
    background: #1B2333;
  }
  html body section.service .service_inner .service_left.is-show .property-list {
    padding: 0px 0px;
  }
  html body section.service .service_inner .service_right.is-show {
    background: #D6E3E6;
  }
}
@media (min-width: 750px) {
  html body section.service .tab-btn {
    display: none;
  }
}
@keyframes fade {
  from {
    opacity: 0;
    transform: translateY(0px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (max-width: 749px) {
  html body section.sm_bg {
    background: #1B2333;
    width: 110%;
    position: relative;
    left: -5%;
  }
}
html body .column_bg {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  text-align: center;
  z-index: 3;
}
@media screen and (max-width: 749px) {
  html body .column_bg {
    display: none;
  }
}
html body section.strong_point {
  background: #272727;
  padding: 20px;
  margin: 60px auto;
}
@media screen and (max-width: 575px) {
  html body section.strong_point {
    margin: 40px auto 60px auto;
  }
}
html body section.strong_point .strong_point_inner {
  border: 1px solid #FFF;
  padding: 40px;
  text-align: center;
}
@media screen and (max-width: 749px) {
  html body section.strong_point .strong_point_inner {
    padding: 40px 20px;
  }
}
html body section.strong_point .strong_point_inner h2 {
  font-size: 34px;
  color: #fff;
  font-weight: 600;
}
@media screen and (max-width: 749px) {
  html body section.strong_point .strong_point_inner h2 {
    font-size: 26px;
  }
}
html body section.awards h2 {
  margin-bottom: 40px;
}
html body section.awards p {
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 1.8em;
  font-weight: 400;
  margin: 40px;
}
@media screen and (max-width: 749px) {
  html body section.awards p {
    font-size: 18px;
    margin: 20px 0px;
    text-align: left;
  }
}
html body section.support_system {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 50px 40px;
}
@media screen and (max-width: 749px) {
  html body section.support_system {
    padding: 50px 10px;
  }
}
html body section.support_system .title_header h2 {
  margin-bottom: 40px;
  text-align: center;
}
html body section.support_system .title_header h2 p {
  display: inline-block;
  border-bottom: 1px solid #272727;
  padding-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
}
html body section.support_system .title_header p {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 749px) {
  html body section.support_system .title_header p {
    font-size: 16px;
  }
}
html body section.support_system .system_wrapper {
  border: 1px solid #707070;
  margin-top: 40px;
  padding: 60px;
}
@media screen and (max-width: 1199px) {
  html body section.support_system .system_wrapper {
    padding: 60px 20px;
  }
}
@media screen and (max-width: 749px) {
  html body section.support_system .system_wrapper {
    padding: 40px 10px 10px 10px;
  }
}
html body section.support_system .system_wrapper .system_top h3 {
  text-align: center;
  font-weight: 600;
  margin-bottom: 40px;
  font-size: 24px;
}
@media screen and (max-width: 749px) {
  html body section.support_system .system_wrapper .system_top h3 {
    font-size: 18px;
  }
}
html body section.support_system .system_wrapper .system_top p {
  font-size: 20px;
  width: 900px;
  max-width: 100%;
  margin: 20px auto;
  font-weight: 400;
  line-height: 1.7em;
}
@media screen and (max-width: 749px) {
  html body section.support_system .system_wrapper .system_top p {
    font-size: 18px;
  }
}
html body section.support_system .system_wrapper .system_top p.mini {
  font-size: 16px;
}
@media screen and (max-width: 749px) {
  html body section.support_system .system_wrapper .system_top p.mini {
    font-size: 12px;
  }
}
html body section.support_system .system_wrapper .system_top ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin: 20px auto;
  width: 900px;
  max-width: 100%;
}
@media screen and (max-width: 749px) {
  html body section.support_system .system_wrapper .system_top ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
html body section.support_system .system_wrapper .system_top ul li {
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  font-weight: 500;
}
@media screen and (max-width: 749px) {
  html body section.support_system .system_wrapper .system_top ul li {
    font-size: 18px;
  }
}
html body section.support_system .system_wrapper .system_top ul li::before {
  content: "●";
  color: #00897C;
}
html body section.support_system .system_wrapper .system_column {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 749px) {
  html body section.support_system .system_wrapper .system_column {
    display: block;
  }
}
html body section.support_system .system_wrapper .system_column .system_left, html body section.support_system .system_wrapper .system_column .system_right {
  border: 1px solid #272727;
  width: 48%;
  background: #fff;
}
@media screen and (max-width: 749px) {
  html body section.support_system .system_wrapper .system_column .system_left, html body section.support_system .system_wrapper .system_column .system_right {
    width: 100%;
  }
}
html body section.support_system .system_wrapper .system_column .system_left h3, html body section.support_system .system_wrapper .system_column .system_right h3 {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  padding: 30px 0px;
  border-bottom: 1px solid #272727;
}
@media screen and (max-width: 749px) {
  html body section.support_system .system_wrapper .system_column .system_left h3, html body section.support_system .system_wrapper .system_column .system_right h3 {
    font-size: 20px;
  }
}
html body section.support_system .system_wrapper .system_column .system_left h3 span, html body section.support_system .system_wrapper .system_column .system_right h3 span {
  font-size: 38px;
}
@media screen and (max-width: 749px) {
  html body section.support_system .system_wrapper .system_column .system_left h3 span, html body section.support_system .system_wrapper .system_column .system_right h3 span {
    font-size: 28px;
  }
}
html body section.support_system .system_wrapper .system_column .system_left h4, html body section.support_system .system_wrapper .system_column .system_right h4 {
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  text-align: center;
  padding: 30px 0px;
  font-weight: 500;
}
html body section.support_system .system_wrapper .system_column .system_left p, html body section.support_system .system_wrapper .system_column .system_right p {
  font-size: 18px;
}
html body section.support_system .system_wrapper .system_column .system_left .column_inner, html body section.support_system .system_wrapper .system_column .system_right .column_inner {
  padding: 0px 40px;
  font-weight: 400;
}
@media screen and (max-width: 749px) {
  html body section.support_system .system_wrapper .system_column .system_left .column_inner, html body section.support_system .system_wrapper .system_column .system_right .column_inner {
    padding: 0px 20px;
  }
}
html body section.support_system .system_wrapper .system_column .system_left {
  padding-bottom: 40px;
}
html body section.support_system .system_wrapper .system_column .system_left .equip {
  margin: 30px 0px;
}
html body section.support_system .system_wrapper .system_column .system_left .equip ul {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}
html body section.support_system .system_wrapper .system_column .system_left .equip ul li h5 {
  font-size: 22px;
  text-align: center;
  font-weight: 500;
  margin-top: 10px;
}
html body section.support_system .system_wrapper .system_column .system_left .equip ul li p {
  font-size: 15px;
  text-align: center;
}
html body section.support_system .system_wrapper .system_column .system_left .point ul {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 991px) {
  html body section.support_system .system_wrapper .system_column .system_left .point ul {
    display: block;
  }
}
html body section.support_system .system_wrapper .system_column .system_left .point ul li {
  display: flex;
  justify-content: start;
  align-items: center;
}
@media screen and (max-width: 991px) {
  html body section.support_system .system_wrapper .system_column .system_left .point ul li {
    margin-bottom: 15px;
  }
}
html body section.support_system .system_wrapper .system_column .system_left .point ul li img {
  width: 80px;
  display: block;
  margin-right: 10px;
}
html body section.support_system .system_wrapper .system_column .system_left .point ul li p {
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  html body section.support_system .system_wrapper .system_column .system_left .point ul li p {
    font-size: 22px;
  }
}
html body section.support_system .system_wrapper .system_column .system_left .attention_block {
  background: #A8272D;
  padding: 20px;
  margin: 30px 0px;
}
html body section.support_system .system_wrapper .system_column .system_left .attention_block p {
  color: #fff;
  font-weight: 600;
  text-align: center;
  line-height: 1.8em;
}
html body section.support_system .system_wrapper .system_column .system_left .mini {
  font-size: 12px;
}
@media screen and (max-width: 749px) {
  html body section.support_system .system_wrapper .system_column .system_right {
    margin-top: 40px;
  }
}
html body section.support_system .system_wrapper .system_column .system_right ul {
  margin-bottom: 40px;
}
html body section.support_system .system_wrapper .system_column .system_right ul li h5 {
  font-size: 22px;
  font-weight: 600;
  color: #272727;
  border-bottom: 1px solid #707070;
  padding-bottom: 5px;
}
html body section.support_system .system_wrapper .system_column .system_right ul li h5 span {
  font-size: 12px;
  vertical-align: super;
}
html body section.support_system .system_wrapper .system_column .system_right ul li p {
  font-size: 16px;
  padding: 10px 0px;
}
html body section.support_system .system_wrapper .system_column .kome li {
  position: relative;
  padding-left: 18px;
  font-size: 14px;
}
html body section.support_system .system_wrapper .system_column .kome li::before {
  content: "※";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 17px;
}
html body section.flow {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 50px 40px;
}
@media screen and (max-width: 749px) {
  html body section.flow {
    padding: 50px 25px;
  }
}
html body section.flow .flow_inner h2 {
  margin-bottom: 40px;
  text-align: center;
}
html body section.flow .flow_inner h2 p {
  display: inline-block;
  border-bottom: 1px solid #272727;
  padding-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
}
html body section.flow .flow_inner .flow_item {
  background: #FFF;
  position: relative;
  padding: 20px 0px 20px 70px;
  width: 900px;
  max-width: 100%;
  margin: 0 auto 40px auto;
}
@media screen and (max-width: 749px) {
  html body section.flow .flow_inner .flow_item {
    padding: 20px 0px 20px 58px;
  }
}
html body section.flow .flow_inner .flow_item .stepnum {
  position: absolute;
  left: -27px;
  top: 18px;
  height: 110%;
  bottom: 0px;
}
@media screen and (max-width: 749px) {
  html body section.flow .flow_inner .flow_item .stepnum {
    left: -22px;
    top: 14px;
  }
}
html body section.flow .flow_inner .flow_item .stepnum img {
  width: 100px;
}
@media screen and (max-width: 749px) {
  html body section.flow .flow_inner .flow_item .stepnum img {
    width: 80px;
  }
}
html body section.flow .flow_inner .flow_item .stepnum::after {
  content: "";
  position: absolute;
  top: 100px;
  bottom: 0;
  left: 50%; /* 親要素幅の中央に寄せる */
  transform: translateX(-50%);
  width: 5px; /* ドットの直径 */
  /* 背景に円形のドットを繰り返し */
  background-image: radial-gradient(circle 2.5px at center, #00897b 100%, transparent 0);
  background-repeat: repeat-y; /* 縦方向にだけ繰り返す */
  background-size: 5px 13px; /* 5px幅 × 20px間隔 */
}
html body section.flow .flow_inner .flow_item .step_right h3 {
  font-size: 36px;
  font-weight: 600;
  padding-bottom: 10px;
  padding-left: 20px;
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 749px) {
  html body section.flow .flow_inner .flow_item .step_right h3 {
    font-size: 22px;
    padding-top: 3px;
  }
}
html body section.flow .flow_inner .flow_item .step_right ul {
  padding: 20px;
}
html body section.flow .flow_inner .flow_item .step_right ul li {
  font-size: 16px;
  color: #707070;
  font-weight: 500;
  line-height: 1.8em;
  position: relative;
  padding-left: 20px;
}
html body section.flow .flow_inner .flow_item .step_right ul li::before {
  content: "●";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 17px;
}
html body section.flow .flow_inner .flow_item:last-child .stepnum::after {
  display: none;
}
html body section.lp_form {
  background-color: #fff;
  padding: 50px 40px;
}
@media screen and (max-width: 749px) {
  html body section.lp_form {
    padding: 40px 20px;
  }
}
html body section.lp_form p {
  font-size: 16px;
  font-weight: 500;
}
html body section.lp_form p.doui {
  padding: 20px 0px;
  font-feature-settings: "palt";
}
html body section.lp_form p.doui a {
  color: #0096FD;
  border-bottom: 1px solid #0096FD;
}
html body section.lp_form .lp_form_inner {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
}
html body section.lp_form .lp_form_inner .title_header h2 {
  margin-bottom: 40px;
  text-align: center;
}
html body section.lp_form .lp_form_inner .title_header h2 p {
  display: inline-block;
  border-bottom: 1px solid #272727;
  padding-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
}
html body section.lp_form .lp_form_inner .title_header p {
  font-size: 14px;
  font-weight: 400;
  text-align: right;
}
@media screen and (max-width: 749px) {
  html body section.lp_form .lp_form_inner .title_header p {
    text-align: left;
  }
}
html body section.lp_form .lp_form_inner .title_header p.nini {
  margin: 30px 0px;
}
html body section.lp_form .c-form {
  width: 960px;
  max-width: 100%;
  margin: 50px auto;
  color: #4A4848;
}
html body section.lp_form .c-form .c-form__row,
html body section.lp_form .c-form .c-form__section {
  display: flex;
  align-items: flex-start;
  margin-bottom: 24px;
}
@media screen and (max-width: 749px) {
  html body section.lp_form .c-form .c-form__row,
  html body section.lp_form .c-form .c-form__section {
    display: block;
  }
}
html body section.lp_form .c-form .c-form__row .c-form__label,
html body section.lp_form .c-form .c-form__section .c-form__label {
  flex: 0 0 280px;
  text-align: left;
  padding-right: 16px;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 600;
  padding-top: 8px;
  position: relative;
}
html body section.lp_form .c-form .c-form__row .c-form__label a,
html body section.lp_form .c-form .c-form__section .c-form__label a {
  color: #0096FD;
  border-bottom: 1px solid #0096FD;
}
html body section.lp_form .c-form .c-form__row .c-form__label .required,
html body section.lp_form .c-form .c-form__section .c-form__label .required {
  display: inline-block;
  margin-left: 6px;
  float: right;
  padding: 0 4px;
  font-size: 14px;
  color: #c00;
  border: 1px solid #c00;
  vertical-align: text-top;
}
@media screen and (max-width: 749px) {
  html body section.lp_form .c-form .c-form__row .c-form__label .required,
  html body section.lp_form .c-form .c-form__section .c-form__label .required {
    float: none;
  }
}
html body section.lp_form .c-form .c-form__row .c-form__label .required.other,
html body section.lp_form .c-form .c-form__section .c-form__label .required.other {
  position: absolute;
  right: 20px;
  top: 10px;
}
html body section.lp_form .c-form .c-form__row .c-form__field,
html body section.lp_form .c-form .c-form__section .c-form__field {
  flex: 1;
}
@media screen and (max-width: 749px) {
  html body section.lp_form .c-form .c-form__row .c-form__field,
  html body section.lp_form .c-form .c-form__section .c-form__field {
    margin-top: 10px;
  }
}
html body section.lp_form .c-form .c-form__row .c-form__field p,
html body section.lp_form .c-form .c-form__section .c-form__field p {
  font-size: 16px;
  font-weight: 500;
  color: #4A4848;
  margin: 10px 0px;
}
html body section.lp_form .c-form .c-form__row .c-form__field .input,
html body section.lp_form .c-form .c-form__section .c-form__field .input {
  height: 40px;
  padding: 0 8px;
  border: 1px solid #BDBDBD;
  font-size: 16px;
  box-sizing: border-box;
  color: #4A4848;
  font-weight: 600;
}
html body section.lp_form .c-form .c-form__row .c-form__field.c-form__subrow,
html body section.lp_form .c-form .c-form__section .c-form__field.c-form__subrow {
  display: flex;
  gap: 12px;
}
html body section.lp_form .c-form .c-form__row .c-form__field.c-form__subrow .input,
html body section.lp_form .c-form .c-form__section .c-form__field.c-form__subrow .input {
  height: 40px;
}
html body section.lp_form .c-form .c-form__row .c-form__field .c-form__subtitle,
html body section.lp_form .c-form .c-form__section .c-form__field .c-form__subtitle {
  margin: 10px 0 4px;
  font-weight: bold;
}
html body section.lp_form .c-form .c-form__row .w150 input, html body section.lp_form .c-form .c-form__row .w150 select,
html body section.lp_form .c-form .c-form__section .w150 input,
html body section.lp_form .c-form .c-form__section .w150 select {
  width: 150px;
  max-width: 100%;
}
html body section.lp_form .c-form .c-form__row .w180 input, html body section.lp_form .c-form .c-form__row .w180 select,
html body section.lp_form .c-form .c-form__section .w180 input,
html body section.lp_form .c-form .c-form__section .w180 select {
  width: 180px;
  max-width: 100%;
}
html body section.lp_form .c-form .c-form__row .w300 input, html body section.lp_form .c-form .c-form__row .w300 select,
html body section.lp_form .c-form .c-form__section .w300 input,
html body section.lp_form .c-form .c-form__section .w300 select {
  width: 300px;
  max-width: 100%;
}
html body section.lp_form .c-form .c-form__row .w530 input, html body section.lp_form .c-form .c-form__row .w530 select,
html body section.lp_form .c-form .c-form__section .w530 input,
html body section.lp_form .c-form .c-form__section .w530 select {
  width: 530px;
  max-width: 100%;
}
html body section.lp_form .c-form .c-form__section {
  margin: 40px 0px;
}
html body section.lp_form .c-form .checkbox-label {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
}
html body section.lp_form .c-form .checkbox-label input[type=checkbox] {
  margin: 12px 10px 10px 0px;
  width: 16px;
  height: 16px;
}
html body section.lp_form .c-form .checkbox-label a {
  color: #0096FD;
  border-bottom: 1px solid #0096FD;
}
html body section.lp_form .c-form .c-form__footer {
  text-align: center;
  margin-top: 50px;
}
html body section.lp_form .c-form .c-form__footer .btn-submit {
  background: #00897C;
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  width: 630px;
  max-width: 60%;
  padding: 30px;
  border: none;
  border-radius: 24px;
  cursor: pointer;
  transition: all 0.3s;
}
@media screen and (max-width: 749px) {
  html body section.lp_form .c-form .c-form__footer .btn-submit {
    max-width: 100%;
  }
}
html body section.lp_form .c-form .c-form__footer .btn-submit:hover {
  opacity: 0.8;
}
html body .modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html body .modal-container:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
html body .modal-container.active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
html body .modal-container .modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 500px;
  width: 90%;
}
html body .modal-container .modal-close {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: -40px;
  right: -40px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}
html body .modal-container .modal-content {
  background: #fff;
  text-align: left;
  padding: 0.5rem 2rem 2rem;
  width: 100%;
  height: 60vh;
  overflow-y: scroll;
}
@media screen and (max-width: 991px) {
  html body .modal-container .modal-content {
    padding: 0 1rem 1rem;
  }
}
html body .modal-container .modal-content p {
  padding: 1.5rem 0 1rem;
  line-height: 1.2;
}
html body .modal-container .modal-content ul {
  list-style: disc;
  list-style-position: inside;
}
html body .modal-container .modal-content ul li {
  padding-bottom: 0.5rem;
  line-height: 1.2;
  padding-left: 1.4rem;
  text-indent: -1.4rem;
}

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