/* ---------------------------------------------------------
	Helper
--------------------------------------------------------- */
@media print, screen and (max-width: 768px) {
  .hp_viewSp {
    display: block !important;
  }
}
@media print, screen and (min-width: 769px) {
  .hp_viewSp {
    display: none !important;
  }
}

@media print, screen and (max-width: 768px) {
  .hp_viewSp_gus {
    display: flex !important;
  }
}
@media print, screen and (min-width: 769px) {
  .hp_viewSp_gus {
    display: none !important;
  }
}

@media print, screen and (max-width: 768px) {
  .hp_viewPc {
    display: none !important;
  }
}
@media print, screen and (min-width: 769px) {
  .hp_viewPc {
    display: block !important;
  }
}

.lp_new_gus {
  line-height: 1.6;
}
.lp_new_gus *,
.lp_new_gus *::before,
.lp_new_gus *::after {
  box-sizing: border-box;
}
.lp_new_gus img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.lp_new_gus .lp_mainVisual {
  background-color: #0165A9;
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50% + 8px);
  width: 100vw;
  position: relative;
  height: 340px;
}
@media screen and (max-width: 1110px) {
  .lp_new_gus .lp_mainVisual {
    height: calc(280 / 950 * 100vw);
  }
}
@media print, screen and (max-width: 768px) {
  .lp_new_gus .lp_mainVisual {
    height: calc(300 / 950 * 100vw);
  }
}
.lp_new_gus .lp_mainVisual .lp_mainVisual_img {
  position: absolute;
  top: -105px;
  width: 85%;
  max-width: 950px;
}
@media screen and (max-width: 949px) {
  .lp_new_gus .lp_mainVisual .lp_mainVisual_img {
    top: -90px;
  }
}
@media print, screen and (max-width: 768px) {
  .lp_new_gus .lp_mainVisual .lp_mainVisual_img {
    top: -70px;
  }
}
@media print, screen and (max-width: 640px) {
  .lp_new_gus .lp_mainVisual .lp_mainVisual_img {
    top: -36px;
  }
}
.lp_new_gus .lp_formLink {
  font-size: 2rem;
  font-weight: bold;
  width: 100%;
}
.lp_new_gus .lp_formLink .lp_catchcopy {
  margin-bottom: 1.6rem;
}
.lp_new_gus .lp_formLink .lp_catchcopy .form_number {
  font-size: 2.5rem;
  color: #EB5C2A;
  text-align: center;
}
.lp_new_gus .btn {
  color: #fff;
  border-radius: 10px;
  padding: 1.6rem 2.4rem;
  display: block;
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}
.lp_new_gus .btn:hover {
  opacity: 0.8;
  text-decoration: none;
}
.lp_new_gus .btn_form {
  background-color: #3DB182;
}
.lp_new_gus .btn_faq {
  background-color: #0063B6;
}
.lp_new_gus .lp_topLink {
  margin: 1.6rem 0;
  text-align: center;
}
.lp_new_gus .lp_bottomLink {
  display: flex;
  justify-content: space-between;
  text-align: center;
  align-items: flex-end;
}
@media print, screen and (max-width: 768px) {
  .lp_new_gus .lp_bottomLink {
    flex-direction: column;
  }
}
@media print, screen and (max-width: 768px) {
  .lp_new_gus .lp_bottomLink .lp_formLink {
    margin-bottom: 1.6rem;
  }
}
.lp_new_gus .lp_features {
  margin-top: 4.8rem;
}
.lp_new_gus .lp_features .lp_features_ttl {
  font-size: 2.5rem;
  font-weight: bold;
  color: #fff;
  background-color: #F4B83D;
  padding: 1.6rem 0;
  text-align: center;
}
.lp_new_gus .lp_features .lp_features_cont {
  background-color: #F5F5F5;
  padding: 0 2.4rem;
}
.lp_new_gus .lp_features .lp_features_cont .features_sec {
  padding: 3.2rem 0 1.6rem;
}
.lp_new_gus .lp_features .lp_features_cont .features_sec:last-of-type {
  padding-bottom: 3.2rem;
}
.lp_new_gus .lp_features .lp_features_cont .features_subttl {
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 1.6rem;
}
.lp_new_gus .lp_features .lp_features_cont .features_txt {
  font-size: 1.5rem;
}
.lp_new_gus .lp_features .lp_features_cont .dummy_txt {
  text-align: center;
  font-weight: bold;
}
.lp_new_gus .lp_features .lp_features_cont .dummy_txt span {
  color: #FF0000;
}
.lp_new_gus .lp_overview {
  background-color: #D1F2FF;
  margin: 0 calc(50% - 50vw);
  padding: 2.4rem calc(50vw - 50% + 8px) 4.8rem;
  width: 100vw;
  margin-top: 4.8rem;
}
.lp_new_gus .lp_overview .lp_overview_ttl {
  font-size: 2.5rem;
  font-weight: bold;
  margin: 1.6rem 0;
  text-align: center;
}
.lp_new_gus .lp_overview .lp_overview_ttl span {
  font-size: 2.875rem;
  color: #FF0000;
}
.lp_new_gus .lp_overview .lp_overview_item {
  display: flex;
  justify-content: space-between;
}
@media print, screen and (max-width: 768px) {
  .lp_new_gus .lp_overview .lp_overview_item {
    flex-direction: column;
  }
}
.lp_new_gus .lp_overview .lp_overview_item .imgBox {
  width: 100%;
  margin: 0 0.6rem;
}
@media print, screen and (max-width: 768px) {
  .lp_new_gus .lp_overview .lp_overview_item .imgBox {
    margin: 0 0 2.4rem 0;
  }
}
.lp_new_gus .lp_overview .lp_overview_subtxt {
  margin-top: 1.6rem;
  text-align: center;
  color: #FF0000;
}
.lp_new_gus .lp_falseTest {
  margin-top: 4.8rem;
}
.lp_new_gus .lp_falseTest .lp_falseTest_ttl {
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
}
.lp_new_gus .lp_falseTest .lp_falseTest_box {
  margin-top: 4.8rem;
}
.lp_new_gus .lp_falseTest .lp_falseTest_box .lp_falseTest_subttl {
  font-size: 1.875rem;
  font-weight: bold;
  margin-bottom: 1.6rem;
}
.lp_new_gus .lp_falseTest .lp_falseTest_box .lp_falseTest_cont {
  background-color: #FFFEED;
  padding: 3.2rem 6rem;
}
@media print, screen and (max-width: 768px) {
  .lp_new_gus .lp_falseTest .lp_falseTest_box .lp_falseTest_cont {
    padding: 2.4rem 0.8rem;
  }
}
.lp_new_gus .lp_falseTest .lp_falseTest_box .lp_falseTest_txt {
  font-size: 2rem;
  font-weight: bold;
  color: #0063B6;
  display: table;
  margin: 0 auto;
}
.lp_new_gus .lp_falseTest .lp_falseTest_box ul {
  margin-top: 1.6rem;
}
.lp_new_gus .lp_falseTest .lp_falseTest_box ul li {
  position: relative;
  padding-left: 1.6rem;
}
.lp_new_gus .lp_falseTest .lp_falseTest_box ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #F4B83D;
  position: absolute;
  top: 8px;
  left: 0;
}
.lp_new_gus .lp_falseTest .lp_falseTest_warning {
  background-color: #EFEFEF;
  padding: 1.6rem 6rem;
  margin-top: 2.4rem;
  margin-bottom: 4rem;
}
.lp_new_gus .lp_falseTest .lp_falseTest_warning .lp_warning_ttl {
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
}
.lp_new_gus .lp_falseTest .lp_falseTest_warning .lp_warning_list {
  color: #FF0000;
  margin-top: 1.6rem;
}
.lp_new_gus .lp_falseTest .lp_falseTest_warning .lp_warning_list li {
  font-size: 1.5rem;
  list-style-type: disc;
}
.lp_new_gus .lp_falseTest .lp_falseTest_warning .lp_warning_list li:first-of-type {
  margin-bottom: 0.8rem;
}
.lp_new_gus .lp_falseTest .lp_falseTest_subtxt {
  color: #FF0000;
  margin-top: 1.6rem;
  font-size: 1.5rem;
}

@media print, screen and (max-width: 640px) {
  .header_colmun {
    display: flex;
    flex-direction: column;
  }
}

.lp_nav {
  margin-bottom: 0;
}
.lp_nav *, .lp_nav *::before, .lp_nav *::after {
  box-sizing: border-box;
}
@media print, screen and (max-width: 768px) {
  .lp_nav {
    display: flex;
  }
}
@media print, screen and (max-width: 768px) {
  .lp_nav li {
    border-top: 1px solid #000;
    border-left: none;
    background-color: #F5F5F5;
    width: 100%;
    border-bottom: 1px solid #000;
  }
}
@media print, screen and (max-width: 768px) {
  .lp_nav li a {
    display: block;
    height: 100%;
    padding: 0.8rem;
  }
}

/* #contents.lp {
  padding-top: 5em;
} */
@media screen and (max-width: 949px) {
  #contents.lp {
    padding-top: 2em;
  }
}
@media print, screen and (max-width: 768px) {
  #contents.lp {
    padding-top: 2em;
  }
}
@media print, screen and (max-width: 640px) {
  #contents.lp {
    padding-top: 2em;
  }
}

@media print, screen and (max-width: 768px) {
  #header_fix .lp_nav_border li {
    border-top: none;
  }
}

#footer .footer_inner .right {
  text-align: left;
}/*# sourceMappingURL=gus-lp.css.map */