@charset "UTF-8";
body {
  margin: 0px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0px;
}

p {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-inline-start: 0px;
}

ol {
  margin-top: 0px;
  margin-bottom: 0px;
}

li {
  list-style-type: none;
}

dl {
  margin-top: 0px;
  margin-bottom: 0px;
}

dd {
  margin-inline-start: 0px;
}

a {
  text-decoration: none;
}

input {
  -moz-appearance: auto;
       appearance: auto;
  -webkit-appearance: auto;
}

.br_sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .br_sp {
    display: none;
  }
}

.dis_sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .dis_sp {
    display: none;
  }
}

.dis_pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .dis_pc {
    display: block;
  }
}

.wealth-lp {
  position: relative;
  font-family: "Noto Serif JP", serif;
}
.wealth-lp a {
  transition: 0.3s;
}
.wealth-lp a:hover {
  opacity: 0.7;
}
.wealth-lp_conversion {
  padding: 4px 13px;
  position: fixed;
  left: 0;
  bottom: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  background-color: #040023;
  z-index: 99;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .wealth-lp_conversion {
    display: none;
  }
}
.wealth-lp_conversion_btn {
  display: block;
  text-align: center;
  padding: 11px 13px;
  color: #040023;
  font-size: 18px;
  font-weight: 700;
  box-sizing: border-box;
}
.wealth-lp_conversion_contact_btn {
  background-image: linear-gradient(#B99643, #FFECBC);
}
.wealth-lp_conversion_top_btn {
  background-color: #fff;
}
.wealth-lp_header {
  display: none;
  margin-left: 30px;
}
@media screen and (min-width: 768px) {
  .wealth-lp_header {
    display: block;
  }
}
.wealth-lp_header_img {
  width: 55px;
  height: 56.4px;
}
.wealth-lp_fv {
  padding-bottom: 55px;
  background-image: url("../images/wealth-lp/wealth-lp_fv_sp.jpg");
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .wealth-lp_fv {
    background-image: url("../images/wealth-lp/wealth-lp_fv.jpg");
    padding-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .wealth-lp_fv_wrap {
    margin-left: auto;
    margin-right: auto;
    max-width: 1030px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.wealth-lp_fv_parts {
  display: grid;
  grid-template-areas: "areaA" "areaB" "areaC";
}
@media screen and (min-width: 768px) {
  .wealth-lp_fv_parts {
    grid-template-areas: "areaA areaC" "areaB areaC";
  }
}
.wealth-lp_fv_ttl {
  width: -moz-max-content;
  width: max-content;
  padding: 9px 12px;
  color: #9F6C26;
  background-color: #fff;
  font-size: 27px;
  height: -moz-max-content;
  height: max-content;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .wealth-lp_fv_ttl {
    padding: 11px 18px;
    font-size: 50px;
  }
}
.wealth-lp_fv_ttl_first {
  margin-top: 32px;
  grid-area: areaA;
}
.wealth-lp_fv_ttl_second {
  margin-top: 9px;
  grid-area: areaB;
  transform: translateX(7px);
}
@media screen and (min-width: 768px) {
  .wealth-lp_fv_ttl_second {
    margin-top: 20px;
    margin-left: auto;
  }
}
.wealth-lp_fv_circle {
  margin-left: auto;
  margin-right: 44px;
  position: relative;
  grid-area: areaC;
  display: grid;
  grid-template-areas: "areaA areaB" "areaA areaC" "areaD areaD";
  grid-template-rows: repeat(3, max-content);
  color: #fff;
  font-size: 18px;
  place-items: center;
  align-items: center;
  align-content: center;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .wealth-lp_fv_circle {
    margin-top: 65px;
    margin-left: 0px;
    margin-right: 0px;
    font-size: 30px;
  }
}
.wealth-lp_fv_circle:before {
  content: "";
  position: absolute;
  top: 39%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #EC6433;
  width: 253px;
  height: 253px;
  aspect-ratio: 1;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .wealth-lp_fv_circle:before {
    top: 65%;
    width: 412px;
    height: 412px;
  }
}
.wealth-lp_fv_circle_key {
  margin-left: auto;
  font-size: 73px;
  grid-area: areaA;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .wealth-lp_fv_circle_key {
    font-size: 118px;
  }
}
.wealth-lp_fv_circle_txt {
  grid-area: areaB;
}
.wealth-lp_fv_circle_deco {
  padding: 1px 10px;
  font-size: 22px;
  grid-area: areaC;
  border: 2px solid #fff;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (min-width: 768px) {
  .wealth-lp_fv_circle_deco {
    font-size: 35px;
  }
}
.wealth-lp_fv_circle_bold {
  font-size: 25px;
  grid-area: areaD;
}
@media screen and (min-width: 768px) {
  .wealth-lp_fv_circle_bold {
    font-size: 40px;
  }
}
.wealth-lp_fv_list {
  position: relative;
  margin-top: 76px;
  display: grid;
  grid-template-areas: "areaX areaY" "areaZ areaZ";
  justify-content: center;
  gap: 14px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .wealth-lp_fv_list {
    margin-top: 43px;
    grid-template-columns: repeat(3, 280px);
    grid-template-areas: "areaX areaY areaZ";
    gap: 28px;
  }
}
.wealth-lp_fv_list_child {
  border: 3px solid #ECECEF;
  background-color: #0D035E;
  max-width: 165px;
}
@media screen and (min-width: 768px) {
  .wealth-lp_fv_list_child {
    max-width: 280px;
  }
}
.wealth-lp_fv_list_child:nth-child(1) {
  grid-area: areaX;
}
.wealth-lp_fv_list_child:nth-child(2) {
  grid-area: areaY;
}
.wealth-lp_fv_list_child:nth-child(3) {
  margin-left: auto;
  margin-right: auto;
  grid-area: areaZ;
}
@media screen and (min-width: 768px) {
  .wealth-lp_fv_list_child:nth-child(3) {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.wealth-lp_fv_list_inner {
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .wealth-lp_fv_list_inner {
    padding: 30px 0px 18px 0px;
  }
}
.wealth-lp_fv_list_inner svg {
  width: 50;
  height: 50;
}
@media screen and (min-width: 768px) {
  .wealth-lp_fv_list_inner svg {
    width: 84;
    height: 84;
  }
}
.wealth-lp_fv_list_ttl {
  text-align: center;
  color: #fff;
  font-size: clamp(0.9375rem, 0.8033rem + 0.6711vw, 1.125rem);
}
@media screen and (min-width: 768px) {
  .wealth-lp_fv_list_ttl {
    font-size: 30px;
  }
}
.wealth-lp_fv_list_txt {
  color: #fff;
  font-size: 11px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .wealth-lp_fv_list_txt {
    font-size: 13px;
  }
}
.wealth-lp_aside {
  position: relative;
  padding: 56px 0px 46px 0px;
  background-image: url("../images/wealth-lp/aside_bk_img.png");
}
@media screen and (min-width: 768px) {
  .wealth-lp_aside {
    padding: 30px 0px;
  }
}
.wealth-lp_aside :before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 181px; /* 三角形の底辺の幅 */
  height: 86px; /* 三角形の高さ */
  background-image: linear-gradient(to right, #1D1B7E 0%, #0069B7 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
          clip-path: polygon(0 0, 100% 0, 0 100%); /* 三角形の形 */
}
@media screen and (min-width: 768px) {
  .wealth-lp_aside :before {
    width: 273px; /* 三角形の底辺の幅 */
    height: 100%; /* 三角形の高さ */
  }
}
.wealth-lp_aside_txt {
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
  color: #fff;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .wealth-lp_aside_txt {
    font-size: 40px;
  }
}
.wealth-lp_aside_txt_deco {
  padding-top: 10px;
  background-position: top left;
  background-repeat: repeat-x;
  background-size: 1em 0.5em;
  background-image: radial-gradient(circle 5px at center, #fff 50%, transparent 50%);
}
.wealth-lp_aside_btn {
  margin-top: 30px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 9px;
  font-size: 20px;
  color: #0D035E;
  background-image: linear-gradient(#B99643, #FFECBC);
  width: 260px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .wealth-lp_aside_btn {
    margin-top: 7px;
    padding: 13px;
    font-size: 24px;
    width: 314px;
  }
}
.wealth-lp_service_line {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #DFEAF1;
}
@media screen and (min-width: 768px) {
  .wealth-lp_service_line {
    padding: 50px 0 157px 0;
  }
}
.wealth-lp_service_line_wrapper {
  padding-left: 4%;
  padding-right: 4%;
}
.wealth-lp_service_line_ttl {
  text-align: center;
  color: #0D035E;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .wealth-lp_service_line_ttl {
    font-size: 30px;
  }
}
.wealth-lp_service_line_txt {
  margin-top: 5px;
  text-align: center;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 700;
}
.wealth-lp_service_line_list {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 0px;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .wealth-lp_service_line_list {
    grid-template-columns: repeat(3, max-content);
    gap: 0px;
    justify-content: center;
  }
}
.wealth-lp_service_line_list_child {
  position: relative;
  padding: 10px 0px;
  background-repeat: no-repeat;
  background-size: contain;
  text-align: center;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .wealth-lp_service_line_list_child {
    background-image: url("../images/wealth-lp/service_line_list.png");
    background-size: contain;
    padding: 45px 100px;
  }
}
.wealth-lp_service_line_list_child_img {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 120px;
  height: auto;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .wealth-lp_service_line_list_child_img {
    display: none;
  }
}
.wealth-lp_service_line_list_child_ttl_en {
  position: relative;
  z-index: 10;
  color: #fff;
  font-size: 10px;
}
@media screen and (min-width: 768px) {
  .wealth-lp_service_line_list_child_ttl_en {
    font-size: 15px;
  }
}
.wealth-lp_service_line_list_child_ttl_ja {
  position: relative;
  z-index: 10;
  font-size: 18px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .wealth-lp_service_line_list_child_ttl_ja {
    font-size: 30px;
  }
}
.wealth-lp_service_content_list {
  padding: 40px 4%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .wealth-lp_service_content_list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 50px;
    padding-top: 77px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    max-width: 895px;
  }
}
.wealth-lp_service_content_list_ttl_wrap {
  display: grid;
  grid-template-columns: 70px auto;
}
@media screen and (min-width: 768px) {
  .wealth-lp_service_content_list_ttl_wrap {
    grid-template-columns: 80px auto;
  }
}
.wealth-lp_service_content_list_head {
  padding: 10px;
  display: grid;
  place-items: center;
  background-image: linear-gradient(to right top, #1D1B7E 0%, #1B1E80 20%, #172A89 40%, #0F3E97 60%, #0559AC 80%, #0069B7 100%);
}
.wealth-lp_service_content_list_head_txt {
  font-size: 8px;
  color: #fff;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .wealth-lp_service_content_list_head_txt {
    font-size: 10px;
  }
}
.wealth-lp_service_content_list_head_number {
  text-align: center;
  font-size: 15px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .wealth-lp_service_content_list_head_number {
    font-size: 30px;
  }
}
.wealth-lp_service_content_list_main_ttl {
  padding: 14px 20px;
  color: #0D035E;
  background-color: #DFEAF1;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .wealth-lp_service_content_list_main_ttl {
    display: flex;
    align-items: center;
    font-size: 30px;
    font-size: 18px;
  }
}
.wealth-lp_service_content_list_sub_ttl {
  margin-top: 15px;
  color: #0D035E;
  font-size: 20px;
  font-weight: 700;
}
.wealth-lp_service_content_list_txt {
  margin-top: 15px;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .wealth-lp_service_content_list_txt {
    font-size: 15px;
  }
}
.wealth-lp_service_content_list_bold_txt {
  display: block;
  margin-top: 15px;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .wealth-lp_service_content_list_bold_txt {
    font-size: 18px;
  }
}
.wealth-lp_service_content_list_price {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .wealth-lp_service_content_list_price {
    flex-direction: row;
    justify-content: center;
  }
}
.wealth-lp_service_content_list_01Txt {
  margin-top: 10px;
  text-align: right;
  font-size: 10px;
}
.wealth-lp_service_content_list_01Small {
  margin-top: 15px;
  margin-left: auto;
  padding: 0.2em;
  font-size: 10px;
  border: 1px solid #000;
}
@media screen and (min-width: 768px) {
  .wealth-lp_service_content_list_01Small {
    width: -moz-max-content;
    width: max-content;
  }
}
.wealth-lp_service_content_list_03Ttl {
  margin-top: 20px;
}
.wealth-lp_service_content_list_graphTtl {
  margin-top: 28px;
  margin-left: auto;
  margin-right: auto;
}
.wealth-lp_service_content_list_img {
  width: 100%;
  height: auto;
}
.wealth-lp_service_content_list_img_02Wrap {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media screen and (min-width: 768px) {
  .wealth-lp_service_content_list_img_02Wrap {
    flex-direction: row;
  }
}
.wealth-lp_service_content_list_img_02Ttl {
  font-size: 12px;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .wealth-lp_service_content_list_img_02Ttl {
    font-size: 18px;
  }
}
.wealth-lp_service_content_list_img_01-1 {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .wealth-lp_service_content_list_img_01-1 {
    width: 751px;
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .wealth-lp_service_content_list_img_01-2 {
    width: 295px;
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .wealth-lp_service_content_list_img_01-3 {
    width: 295px;
    height: auto;
  }
}
.wealth-lp_service_content_list_img_01-5 {
  margin-top: 22px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .wealth-lp_service_content_list_img_01-5 {
    width: 895px;
    height: auto;
  }
}
.wealth-lp_service_content_list_img_01-5_wrap {
  overflow-x: scroll;
}
.wealth-lp_service_content_list_img_02-3 {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .wealth-lp_service_content_list_img_02-3 {
    margin-top: 30px;
  }
}
.wealth-lp_service_content_list_img_03-3 {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .wealth-lp_service_content_list_img_03-3 {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 424px;
    height: auto;
  }
}
.wealth-lp_service_content_list_img_03-4 {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .wealth-lp_service_content_list_img_03-4 {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 552px;
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .wealth-lp_service_content_list_img_03-5 {
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 551px;
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .wealth-lp_service_content_list_img_03-6 {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 895px;
    height: auto;
  }
}
.wealth-lp_service_content_graph {
  border: 1px solid #0D035E;
}
.wealth-lp_service_content_graph_inner {
  display: grid;
  grid-template-columns: 160px auto;
}
.wealth-lp_service_content_graph_inner:not(:last-child) {
  border-bottom: 1px solid #0D035E;
}
.wealth-lp_service_content_graph dt {
  background-color: #DFEAF1;
}
.wealth-lp_service_content_graph dt, .wealth-lp_service_content_graph dd {
  padding: 0.2em 1em;
  font-size: 13px;
  font-weight: bold;
  border-bottom: 1px solid #0D035E;
}
@media screen and (min-width: 768px) {
  .wealth-lp_service_content_graph dt, .wealth-lp_service_content_graph dd {
    font-size: 15px;
  }
}
.wealth-lp_service_content_graph dd {
  text-align: end;
}
.wealth-lp_service_content_graph dt, .wealth-lp_service_content_graph dd {
  border-bottom: none;
}
.wealth-lp_service_content_graph.graph_w_250 {
  margin-top: 15px;
}
.wealth-lp_service_content_graph.graph_w_250 .wealth-lp_service_content_graph_inner {
  grid-template-columns: 210px auto;
}
.wealth-lp_service_content_graph.graph_w_250 .wealth-lp_service_content_graph_inner dt, .wealth-lp_service_content_graph.graph_w_250 .wealth-lp_service_content_graph_inner dd {
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  .wealth-lp_service_content_graph.graph_w_250 .wealth-lp_service_content_graph_inner {
    grid-template-columns: 250px auto;
  }
  .wealth-lp_service_content_graph.graph_w_250 .wealth-lp_service_content_graph_inner dt, .wealth-lp_service_content_graph.graph_w_250 .wealth-lp_service_content_graph_inner dd {
    font-size: 15px;
  }
}
.wealth-lp_pickup {
  padding-top: 46px;
  padding-bottom: 60px;
  background-color: #DFEAF1;
}
@media screen and (min-width: 768px) {
  .wealth-lp_pickup {
    padding-top: 59px;
    padding-bottom: 79px;
  }
}
.wealth-lp_pickup_ttl_en {
  padding-bottom: 10px;
  display: block;
  text-align: center;
  color: #040023;
}
@media screen and (min-width: 768px) {
  .wealth-lp_pickup_ttl_en {
    padding-bottom: 16px;
    font-size: 18px;
  }
}
.wealth-lp_pickup_ttl_ja {
  display: block;
  text-align: center;
  color: #0D035E;
}
.wealth-lp_pickup_ttl_ja::before {
  content: "";
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  background: #9F6C26;
  width: 268px;
  height: 2px;
}
@media screen and (min-width: 768px) {
  .wealth-lp_pickup_ttl_ja {
    font-size: 30px;
  }
}
.wealth-lp_pickup_list {
  margin-top: 30px;
}
.wealth-lp_pickup_list_wrap {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .wealth-lp_pickup_list_wrap {
    width: 1060px;
  }
}
.wealth-lp_pickup_list_child {
  width: 255px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.wealth-lp_pickup_list_img {
  width: 100%;
  height: 191px;
}
.wealth-lp_pickup_list_img_wrap {
  position: relative;
}
.wealth-lp_pickup_list_img_category {
  padding: 2px 10px;
  position: absolute;
  top: 10px;
  left: 10px;
  color: #0D035E;
  background-color: #fff;
  border: 1px solid #0D035E;
  border-radius: 10px;
  font-size: 11px;
  line-height: 1.4;
}
.wealth-lp_pickup_list_parts {
  padding: 20px 0px 20px 15px;
  background-color: #fff;
}
.wealth-lp_pickup_list_txt_wrap {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 0 17px;
}
.wealth-lp_pickup_list_txt_wrap__adress {
  font-weight: 900;
}
.wealth-lp_pickup_list_txt_wrap__house {
  margin-top: 7px;
  font-weight: 700;
}
.wealth-lp_pickup .splide__list {
  display: flex;
  height: 308px;
}
.wealth-lp_pickup .splide__arrow {
  border-radius: 0;
  background: #fff;
  width: 27px;
  height: 27px;
  opacity: 1;
}
.wealth-lp_pickup .splide__arrow--prev {
  left: 15%;
  transform: translate(-50%, -65px);
}
@media screen and (min-width: 768px) {
  .wealth-lp_pickup .splide__arrow--prev {
    left: 0;
  }
}
.wealth-lp_pickup .splide__arrow--next {
  right: 15%;
  transform: translate(50%, -65px);
}
@media screen and (min-width: 768px) {
  .wealth-lp_pickup .splide__arrow--next {
    right: 0;
  }
}
.wealth-lp_pickup .splide__arrow--prev svg {
  transform: scaleX(1);
}
.wealth-lp_pickup_btn {
  margin-top: 40px;
  padding: 11.5px 0px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  background-color: #0D035E;
  text-align: center;
  width: 266px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 768px) {
  .wealth-lp_pickup_btn {
    margin-top: 50px;
    padding: 16px 0px;
    font-size: 20px;
    width: 280px;
    text-align: center;
  }
}
.wealth-lp_form {
  padding-top: 40px;
  padding-left: 4%;
  padding-right: 4%;
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 15px;
  /* ローディングインジケーターのスタイル */
}
.wealth-lp_form .mw_wp_form .error {
  color: #f00;
}
.wealth-lp_form_wrap {
  margin-top: 50px;
  display: grid;
  gap: 20px;
}
.wealth-lp_form_ttl {
  text-align: center;
  font-size: 20px;
  color: #0D035E;
}
@media screen and (min-width: 768px) {
  .wealth-lp_form_ttl {
    font-size: 30px;
  }
}
.wealth-lp_form_parts {
  display: grid;
  gap: 5px;
  grid-template-areas: "label" "input" "error";
}
@media screen and (min-width: 768px) {
  .wealth-lp_form_parts {
    grid-template-columns: auto 460px;
    -moz-column-gap: 25px;
         column-gap: 25px;
    align-items: center;
    grid-template-areas: "label input" "label error";
  }
}
.wealth-lp_form_parts .error {
  grid-area: error;
}
.wealth-lp_form_parts.bl_checkbox_agree {
  align-items: center;
  font-size: 15px;
  font-weight: 400;
  display: flex;
  flex-direction: row-reverse;
  gap: 7px;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .wealth-lp_form_parts.bl_checkbox_agree {
    display: grid;
    justify-content: end;
  }
  .wealth-lp_form_parts.bl_checkbox_agree dt {
    grid-area: input;
  }
  .wealth-lp_form_parts.bl_checkbox_agree dd {
    margin-left: auto;
  }
}
.wealth-lp_form_radio_kojin {
  margin-right: 50px;
}
@media screen and (min-width: 768px) {
  .wealth-lp_form_label {
    margin-left: auto;
    grid-area: label;
  }
}
.wealth-lp_form_label__adress {
  display: grid;
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .wealth-lp_form_label__adress {
    grid-template-columns: repeat(2, max-content);
    gap: 26px;
  }
}
.wealth-lp_form_input {
  height: 40px;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .wealth-lp_form_input.w_126 {
    width: 126px;
  }
}
@media screen and (min-width: 768px) {
  .wealth-lp_form_input.w_276 {
    width: 276px;
  }
}
@media screen and (min-width: 768px) {
  .wealth-lp_form_input.w_366 {
    width: 366px;
  }
}
.wealth-lp_form_select {
  padding: 5px;
  height: 40px;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
@media screen and (min-width: 768px) {
  .wealth-lp_form_select {
    padding: 10px;
  }
}
.wealth-lp_form_select_wrap {
  position: relative;
  width: 276px;
}
.wealth-lp_form_select_wrap:before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin: 0 10px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 5px;
  pointer-events: none;
}
.wealth-lp_form_textarea {
  padding: 15px;
  color: #000;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  height: 200px;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .wealth-lp_form_textarea {
    width: 460px;
    height: 200px;
  }
}
.wealth-lp_form_zip_wrap {
  display: flex;
  gap: 10px;
  align-items: center;
}
.wealth-lp_form_zip_wrap .error {
  width: 100%;
}
.wealth-lp_form_require {
  margin-left: 8px;
  font-size: 10px;
  color: #ff0000;
}
.wealth-lp_form_btn {
  margin-top: 40px;
  margin-bottom: 150px;
  padding: 11.5px 0px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  background-color: #0D035E;
  border: none;
  text-align: center;
  width: 266px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 768px) {
  .wealth-lp_form_btn {
    margin-top: 50px;
    padding: 16px 0px;
    font-size: 20px;
    width: 220px;
    text-align: center;
  }
}
.wealth-lp_form_btn.button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.wealth-lp_form_msg_container {
  margin: 50px 0px;
}
.wealth-lp_form .loading-indicator {
  position: absolute;
  bottom: 300px;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 4px solid #f3f3f3;
  border-radius: 50%;
  border-top: 4px solid #3498db;
  width: 20px;
  height: 20px;
  animation: spin 2s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.wealth-lp_footer {
  padding: 18px 0px;
  background-color: #0D035E;
}
@media screen and (min-width: 768px) {
  .wealth-lp_footer {
    padding: 53px 0px;
  }
}
.wealth-lp_footer_txt {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 10px;
}/*# sourceMappingURL=wealth-lp.css.map */