@charset "UTF-8";
/*==============================
共通
===============================*/
main {
  overflow: hidden;
}

.-kome {
  text-indent: -0.12rem;
  margin-left: 0.12rem;
}
.-kome::before {
  content: "※";
}

.btn {
  width: 100%;
}
.btn.-border a {
  border: 1px solid #000000;
  display: block;
  background-color: var(--white-color);
  font-size: 0.14rem;
  font-weight: 700;
  color: #000000;
  padding: 0.24rem 0.3rem 0.26rem;
  position: relative;
  line-height: 0;
  border-radius: 0.3rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .btn.-border a {
    padding: 0.19rem 0.2rem 0.21rem;
    box-sizing: border-box;
  }
}
.btn.-border a:hover {
  border: 1px solid #2E7FC7;
  color: #2E7FC7;
}
.btn.-arrow a::after {
  content: "";
  width: 0.24rem;
  height: 0.12rem;
  background-image: url(/person/loan/house/assets/img/flat35/btn_arrow_border_black.svg);
  background-repeat: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0.22rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.btn.-arrow a:hover::after {
  background-image: url(/person/loan/house/assets/img/flat35/btn_arrow_border_blue.svg);
}
.btn.-file a span {
  position: relative;
}
.btn.-file a span::before {
  content: "";
  width: 0.2rem;
  height: 0.2rem;
  background-image: url(/person/loan/house/assets/img/flat35/file_icon.svg);
  background-repeat: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: -0.26rem;
  top: calc(50% + 0.02rem);
  transform: translateY(-50%);
}
.btn.-file a:hover span::before {
  background-image: url(/person/loan/house/assets/img/flat35/file_icon_blue.svg);
}
.btn.-red a {
  display: block;
  line-height: 0;
  padding: 0.31rem 0 0.33rem;
  text-align: center;
  font-size: 0.15rem;
  font-weight: 700;
  color: var(--white-color);
  border-radius: 0.35rem;
  background-color: #D70035;
  position: relative;
  box-shadow: 0 0.03rem 0.07rem rgba(0, 0, 0, 0.3);
  border: 2px solid #D70035;
}
@media screen and (max-width: 767px) {
  .btn.-red a {
    font-size: 0.16rem;
    line-height: 1.31;
    padding: 0.05rem 0 0.07rem;
  }
}
.btn.-red a::after {
  content: "";
  width: 0.14rem;
  height: 0.14rem;
  background-image: url(/person/loan/house/assets/img/flat35/btn_arrow_right.svg);
  background-repeat: right center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0.22rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.btn.-red a:hover {
  background-color: var(--white-color);
  color: #D70035;
}
.btn.-red a:hover::after {
  background-image: url(/person/loan/house/assets/img/flat35/btn_arrow_right_red.svg);
}
.btn.-red a:hover span::before {
  background-image: url(/person/loan/house/assets/img/flat35/file_icon.svg);
}

/*==============================
MV
===============================*/
.pagevisual01 {
  overflow: hidden;
}
.pagevisual01::before {
  content: "";
  width: 4.96rem;
  height: 4.96rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  mix-blend-mode: initial;
}
@media screen and (max-width: 767px) {
  .pagevisual01::before {
    width: 2.51rem;
    height: 2.51rem;
  }
}
.pagevisual01 .bgbox {
  z-index: 0;
}
.pagevisual01 .titlewrap {
  width: 100%;
  max-width: 8rem;
  margin: auto;
  text-align: center;
}
.pagevisual01 .titlewrap .txt {
  font-size: 0.18rem;
  font-weight: 700;
  line-height: 1.44;
}
@media screen and (max-width: 767px) {
  .pagevisual01 .titlewrap .txt {
    font-size: 0.14rem;
    line-height: 1.35;
  }
}
.pagevisual01 .titlewrap .catch {
  font-size: 0.36rem;
  font-weight: 700;
  line-height: 1.22;
  padding-top: 0.05rem;
}
@media screen and (max-width: 767px) {
  .pagevisual01 .titlewrap .catch {
    font-size: 0.18rem;
    line-height: 1.72;
  }
}
.pagevisual01 .titlewrap .product {
  font-size: 0.57rem;
  font-weight: 700;
  line-height: 1.3;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .pagevisual01 .titlewrap .product {
    font-size: 0.34rem;
    line-height: 1;
  }
}

/*==============================
概要
===============================*/
.overview {
  padding-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .overview {
    padding-top: 0.3rem;
  }
}
.overview .lead {
  font-size: 0.24rem;
  font-weight: 700;
  line-height: 1.66;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .overview .lead {
    font-size: 0.2rem;
    line-height: 1.5;
  }
}
.overview .fukidashi {
  height: 1.3rem;
  max-width: 7.1rem;
  background-image: url(/person/loan/house/assets/img/flat35/overview_fukidashi_pc.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0.23rem auto;
}
@media screen and (max-width: 767px) {
  .overview .fukidashi {
    height: 1.22rem;
    width: calc(100% - 0.2rem);
    background-image: url(/person/loan/house/assets/img/flat35/overview_fukidashi_sp.svg);
    margin: 0.17rem auto 0.08rem;
    position: relative;
    left: 0.1rem;
  }
}
.overview .fukidashi .txt {
  font-size: 0.3rem;
  font-weight: 700;
  color: #2E80C6;
  text-align: center;
  padding-top: 0.4rem;
  padding-right: 1rem;
}
@media screen and (max-width: 767px) {
  .overview .fukidashi .txt {
    font-size: 0.24rem;
    padding-top: 0.25rem;
    padding-right: 0.4rem;
  }
}
.overview .caption_wrap {
  width: 100%;
  max-width: 7rem;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .overview .caption_wrap {
    padding: 0 0.2rem;
    box-sizing: border-box;
  }
}
.overview .caption_wrap .caption {
  font-size: 0.12rem;
  line-height: 1.5;
}
.overview .btn_wrap {
  padding: 0.3rem 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 0.2rem;
}
@media screen and (max-width: 767px) {
  .overview .btn_wrap {
    gap: 0.2rem 0;
  }
}
.overview .btn_wrap .btn {
  width: 3.1rem;
}
@media screen and (max-width: 767px) {
  .overview .btn_wrap .btn {
    width: 3rem;
  }
}
.overview .bottom_txt {
  width: 100%;
  max-width: 7rem;
  margin: auto;
  font-size: 0.14rem;
  line-height: 1.57;
}
@media screen and (max-width: 767px) {
  .overview .bottom_txt {
    padding: 0 0.3rem 0 0.2rem;
    box-sizing: border-box;
    text-indent: -0.14rem;
    margin-left: 0.14rem;
    margin-right: 0;
  }
}

/*==============================
キャンペーン
===============================*/
.campaign {
  padding-top: 0.63rem;
}
@media screen and (max-width: 767px) {
  .campaign {
    padding-top: 0.5rem;
  }
}
.campaign .inner {
  width: 100%;
  max-width: 10rem;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .campaign .inner {
    padding: 0 0.2rem;
    box-sizing: border-box;
  }
}
.campaign .inner::before {
  content: "";
  width: 100%;
  height: calc(100% - 1rem);
  border: 0.03rem solid #0C559F;
  border-radius: 0.3rem;
  position: absolute;
  left: 0;
  bottom: 0;
  box-sizing: border-box;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .campaign .inner::before {
    width: calc(100% - 0.4rem);
    height: calc(100% - 1rem);
    left: 0.2rem;
  }
}
.campaign .inner .ttl {
  width: 100%;
  max-width: 8.4rem;
  margin: auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .campaign .inner .ttl {
    max-width: 3.13rem;
    height: 1.71rem;
  }
}
.campaign .inner .ttl img {
  width: 100%;
  max-width: 100%;
  display: block;
}
@media screen and (max-width: 767px) {
  .campaign .inner .ttl img {
    height: 100%;
  }
}
.campaign .inner .txt_box {
  padding-top: 0.42rem;
  width: 100%;
  max-width: 8rem;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .campaign .inner .txt_box {
    padding: 0.24rem 0.2rem;
    box-sizing: border-box;
  }
}
.campaign .inner .txt_box .catch {
  font-size: 0.24rem;
  font-weight: 700;
  line-height: 1.66;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .campaign .inner .txt_box .catch {
    font-size: 0.16rem;
    line-height: 1.5;
  }
}
.campaign .inner .txt_box .catch .blue_txt {
  font-size: 0.3rem;
  color: #2E80C6;
}
@media screen and (max-width: 767px) {
  .campaign .inner .txt_box .catch .blue_txt {
    font-size: 6vw;
    display: block;
    font-feature-settings: "palt";
  }
}
.campaign .inner .txt_box .catch .yellow_txt {
  font-size: 0.34rem;
  color: #A37E39;
  position: relative;
}
@media screen and (max-width: 767px) {
  .campaign .inner .txt_box .catch .yellow_txt {
    font-size: 0.28rem;
    border-bottom: 0.05rem solid #F8E05C;
  }
}
.campaign .inner .txt_box .catch .yellow_txt::after {
  content: "";
  width: calc(100% + 0.1rem);
  height: 0.07rem;
  background-color: #F8E05C;
  position: absolute;
  bottom: -0.06rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .campaign .inner .txt_box .catch .yellow_txt::after {
    content: none;
  }
}
.campaign .inner .txt_box .catch .yellow_txt .small {
  font-size: 0.24rem;
}
@media screen and (max-width: 767px) {
  .campaign .inner .txt_box .catch .yellow_txt .small {
    font-size: 0.2rem;
  }
}
.campaign .inner .txt_box .campaign_table_wrap {
  padding: 0.4rem 0 0.6rem;
}
@media screen and (max-width: 767px) {
  .campaign .inner .txt_box .campaign_table_wrap {
    padding: 0.2rem 0;
  }
}
.campaign .inner .txt_box .campaign_table_wrap .campaign_table_ttl {
  font-size: 0.2rem;
  font-weight: 700;
  text-align: center;
  padding-bottom: 0.2rem;
}
@media screen and (max-width: 767px) {
  .campaign .inner .txt_box .campaign_table_wrap .campaign_table_ttl {
    font-size: 0.16rem;
    padding-bottom: 0.1rem;
  }
}
.campaign .inner .txt_box .campaign_table_wrap .campaign_table {
  border-radius: 0.1rem;
  border: 1px solid #2E80C6;
  overflow: hidden;
  margin-bottom: 0.2rem;
}
.campaign .inner .txt_box .campaign_table_wrap table {
  border-collapse: collapse;
  width: 100%;
}
.campaign .inner .txt_box .campaign_table_wrap table th {
  background-color: #2E80C6;
  text-align: center;
  font-size: 0.14rem;
  font-weight: 700;
  color: var(--white-color);
  border-left: 1px solid var(--white-color);
  padding: 0.09rem 0;
}
@media screen and (max-width: 767px) {
  .campaign .inner .txt_box .campaign_table_wrap table th {
    padding: 0.04rem 0;
  }
}
.campaign .inner .txt_box .campaign_table_wrap table th .visually-hidden {
  visibility: hidden;
}
.campaign .inner .txt_box .campaign_table_wrap table th.center {
  width: 30%;
}
.campaign .inner .txt_box .campaign_table_wrap table th.ttl_big {
  font-size: 0.18rem;
}
@media screen and (max-width: 767px) {
  .campaign .inner .txt_box .campaign_table_wrap table th.ttl_big {
    font-size: 0.145rem;
    line-height: 1.125;
    width: 33.54%;
    padding: 0.05rem 0.02rem 0.07rem;
  }
}
.campaign .inner .txt_box .campaign_table_wrap table th:nth-of-type(1) {
  border-left: 0;
}
.campaign .inner .txt_box .campaign_table_wrap table th span {
  font-size: 0.14rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .campaign .inner .txt_box .campaign_table_wrap table th span {
    font-size: 0.12rem;
  }
}
.campaign .inner .txt_box .campaign_table_wrap table td {
  font-size: 0.14rem;
  font-weight: 500;
  padding: 0.05rem 0 0.05rem 0.31rem;
  border-top: 1px solid #9FA0A0;
  border-left: 1px solid #2E80C6;
}
@media screen and (max-width: 767px) {
  .campaign .inner .txt_box .campaign_table_wrap table td {
    line-height: 1.35;
    font-size: 0.13rem;
    padding: 0.08rem 0.1rem;
    font-feature-settings: "palt";
  }
}
.campaign .inner .txt_box .campaign_table_wrap table td.no_border {
  border-top: 0;
}
.campaign .inner .txt_box .campaign_table_wrap table td.no_left {
  border-left: 0;
}
.campaign .inner .txt_box .campaign_table_wrap table td.center {
  padding-left: 0;
  width: 2.4rem;
  box-sizing: border-box;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .campaign .inner .txt_box .campaign_table_wrap table td.center {
    padding-left: 0.07rem;
    width: auto;
    font-size: 0.14rem;
  }
}
.campaign .inner .txt_box .campaign_table_wrap table td.campaign_commission {
  background-color: #F8E05C;
  font-size: 0.2rem;
  font-weight: 700;
  color: #2E80C6;
  width: 2.4rem;
  box-sizing: border-box;
  padding-left: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .campaign .inner .txt_box .campaign_table_wrap table td.campaign_commission {
    font-size: 0.16rem;
    line-height: 1.22;
    padding-left: 0.08rem;
    width: auto;
  }
}
.campaign .inner .txt_box .caption {
  font-size: 0.14rem;
  font-weight: 500;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 767px) {
  .campaign .inner .txt_box .caption {
    text-align: center;
  }
}
.campaign .inner .txt_box .caption_big {
  font-size: 0.16rem;
  font-weight: 500;
  padding-top: 0.06rem;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 767px) {
  .campaign .inner .txt_box .caption_big {
    width: fit-content;
    margin: auto;
  }
}

/*==============================
特徴
===============================*/
.feature {
  padding-top: 1.2rem;
}
@media screen and (max-width: 767px) {
  .feature {
    padding-top: 0.55rem;
  }
}
.feature .feature_wrap {
  padding-top: 0.6rem;
  background-color: #DBF5FF;
  border-radius: 0.3rem 0.3rem 0 0;
}
@media screen and (max-width: 767px) {
  .feature .feature_wrap {
    padding-top: 0.6rem;
  }
}
.feature .feature_wrap .service {
  max-width: 10rem;
  margin: auto;
}
.feature .feature_wrap .service .service_ttl {
  text-align: center;
  font-size: 0.24rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 767px) {
  .feature .feature_wrap .service .service_ttl {
    font-size: 0.16rem;
  }
}
.feature .feature_wrap .service .service_ttl::before {
  content: "";
  width: 0.92rem;
  height: 0.62rem;
  background-image: url(/person/loan/house/assets/img/flat35/service_icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  margin: 0 auto 0.25rem;
}
@media screen and (max-width: 767px) {
  .feature .feature_wrap .service .service_ttl::before {
    margin: 0 auto 0.2rem;
  }
}
.feature .feature_wrap .service .service_ttl span {
  position: relative;
  display: block;
}
.feature .feature_wrap .service .service_ttl span::before {
  content: "";
  width: 2px;
  height: 0.4rem;
  background-color: #000;
  position: absolute;
  left: calc(50% - 3.5rem);
  bottom: 0;
  transform: rotate(-25deg);
}
@media screen and (max-width: 767px) {
  .feature .feature_wrap .service .service_ttl span::before {
    left: calc(50% - 1.3rem);
    height: 0.33rem;
  }
}
.feature .feature_wrap .service .service_ttl span::after {
  content: "";
  width: 2px;
  height: 0.4rem;
  background-color: #000;
  position: absolute;
  right: calc(50% - 3.5rem);
  bottom: 0;
  transform: rotate(25deg);
}
@media screen and (max-width: 767px) {
  .feature .feature_wrap .service .service_ttl span::after {
    right: calc(50% - 1.3rem);
    height: 0.33rem;
  }
}
.feature .feature_wrap .service .upper_box {
  padding-top: 0.4rem;
  max-width: 6.46rem;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .feature .feature_wrap .service .upper_box {
    padding: 0.35rem 0.2rem 0;
    max-width: 100%;
    box-sizing: border-box;
  }
}
.feature .feature_wrap .service .upper_box .list {
  font-size: 0.16rem;
  line-height: 1.625;
}
.feature .feature_wrap .service .upper_box .list.-maru .txt {
  text-indent: -0.1rem;
  margin-left: 0.2rem;
}
.feature .feature_wrap .service .upper_box .list.-maru .txt::before {
  content: "●";
  color: #2E80C6;
  display: inline-block;
  padding-right: 0.04rem;
}
.feature .feature_wrap .service .upper_box .caption {
  padding-top: 0.15rem;
  font-size: 0.12rem;
  line-height: 1.5;
}
.feature .feature_wrap .service .upper_box .btn_wrap {
  padding-top: 0.57rem;
  max-width: 4.2rem;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 0.22rem 0;
}
@media screen and (max-width: 767px) {
  .feature .feature_wrap .service .upper_box .btn_wrap {
    padding-top: 0.4rem;
    max-width: 3rem;
    gap: 0.2rem 0;
  }
}
.feature .feature_wrap .service .bottom_box {
  padding-top: 0.7rem;
}
@media screen and (max-width: 767px) {
  .feature .feature_wrap .service .bottom_box {
    padding: 0.6rem 0.2rem 0;
  }
}
.feature .feature_wrap .service .bottom_box .lead {
  font-size: 0.16rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .feature .feature_wrap .service .bottom_box .lead {
    font-size: 0.18rem;
    line-height: 1.44;
  }
}
.feature .feature_wrap .service .bottom_box .btn_wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0.26rem 0 0.5rem;
  gap: 0 0.2rem;
}
@media screen and (max-width: 767px) {
  .feature .feature_wrap .service .bottom_box .btn_wrap {
    max-width: 3rem;
    margin: auto;
    padding: 0.2rem 0 0.4rem;
    gap: 0.2rem 0;
  }
}
.feature .feature_wrap .service .bottom_box .btn_wrap .btn {
  max-width: 3.1rem;
}
.feature .feature_wrap .service .bottom_box .btn_wrap .btn span {
  display: inline-block;
  margin-left: 0.2rem;
}
.feature .feature_wrap .service .bottom_box .btn_wrap .btn span::before {
  top: 50%;
  left: -0.24rem;
}
.feature .feature_wrap .service .bottom_box .btn_wrap.-last {
  padding: 0.4rem 0 1rem;
}
@media screen and (max-width: 767px) {
  .feature .feature_wrap .service .bottom_box .btn_wrap.-last {
    padding-bottom: 0.7rem;
  }
}
.feature .feature_wrap .service .bottom_box .btn_wrap.-last .btn {
  max-width: 4.2rem;
}
.feature .feature_wrap .service .bottom_box .tel_wrap {
  background-color: var(--white-color);
  padding: 0.25rem 0;
}
@media screen and (max-width: 767px) {
  .feature .feature_wrap .service .bottom_box .tel_wrap {
    padding: 0.3rem 0.25rem;
  }
}
.feature .feature_wrap .service .bottom_box .tel_wrap .tel_ttl {
  text-align: center;
  font-size: 0.2rem;
  font-weight: 700;
  color: #2E80C6;
  padding-bottom: 0.1rem;
  width: 100%;
  max-width: 6rem;
  margin: auto;
  border-bottom: 1px solid #0C559F;
}
@media screen and (max-width: 767px) {
  .feature .feature_wrap .service .bottom_box .tel_wrap .tel_ttl {
    font-size: 0.18rem;
  }
}
.feature .feature_wrap .service .bottom_box .tel_wrap .tel_box {
  padding-top: 0.1rem;
}
.feature .feature_wrap .service .bottom_box .tel_wrap .tel_box .txt {
  width: 100%;
  text-align: center;
  font-size: 0.16rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .feature .feature_wrap .service .bottom_box .tel_wrap .tel_box .txt {
    font-size: 0.14rem;
  }
}
.feature .feature_wrap .service .bottom_box .tel_wrap .tel_box .tel_num {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: baseline;
  padding-left: 1.25rem;
}
@media screen and (max-width: 767px) {
  .feature .feature_wrap .service .bottom_box .tel_wrap .tel_box .tel_num {
    padding-left: 0;
  }
}
.feature .feature_wrap .service .bottom_box .tel_wrap .tel_box .tel_num .icon {
  width: 0.5rem;
  padding-right: 0.05rem;
}
@media screen and (max-width: 767px) {
  .feature .feature_wrap .service .bottom_box .tel_wrap .tel_box .tel_num .icon {
    width: 0.36rem;
    padding-right: 0.03rem;
  }
}
.feature .feature_wrap .service .bottom_box .tel_wrap .tel_box .tel_num .icon img {
  display: block;
  max-width: 100%;
}
.feature .feature_wrap .service .bottom_box .tel_wrap .tel_box .tel_num .tel {
  font-size: 0.54rem;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 767px) {
  .feature .feature_wrap .service .bottom_box .tel_wrap .tel_box .tel_num .tel {
    font-size: 9.9vw;
  }
}
.feature .feature_wrap .service .bottom_box .tel_wrap .tel_box .tel_num .caption {
  font-size: 0.14rem;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .feature .feature_wrap .service .bottom_box .tel_wrap .tel_box .tel_num .caption {
    width: 100%;
    text-align: center;
    line-height: 1;
  }
}
.feature .feature_wrap .service .bottom_box .tel_wrap .tel_box .small_txt {
  width: 100%;
  max-width: 4.45rem;
  margin: auto;
  font-size: 0.12rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .feature .feature_wrap .service .bottom_box .tel_wrap .tel_box .small_txt {
    max-width: fit-content;
    padding-top: 0.1rem;
  }
}
.feature .feature_wrap .feature_ttl {
  text-align: center;
  font-size: 0.28rem;
  font-weight: 700;
  color: var(--white-color);
  background-color: #2E7FC7;
  border-radius: 0.3rem 0.3rem 0 0;
  padding: 0.14rem 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .feature .feature_wrap .feature_ttl {
    font-size: 0.2rem;
    line-height: 1.4;
    border-radius: 0.2rem 0.2rem 0 0;
    padding: 0.24rem 0;
  }
}
.feature .feature_wrap .feature_ttl.-bg::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #DBF5FF;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.feature .feature_wrap .feature_box {
  padding: 0.6rem 0;
  background-color: #DBF5FF;
}
@media screen and (max-width: 767px) {
  .feature .feature_wrap .feature_box {
    padding: 0.4rem 0.2rem;
    box-sizing: border-box;
  }
}
.feature .feature_wrap .feature_box .inner {
  max-width: 10rem;
  margin: auto;
}
.feature .feature_wrap .feature_box.-point {
  padding-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .feature .feature_wrap .feature_box.-point {
    padding-bottom: 0.7rem;
  }
}
.feature .feature_wrap .feature_box.-point .point_box {
  background-color: var(--white-color);
  padding: 0.3rem 1rem;
  border-radius: 0.1rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  gap: 0 0.29rem;
  margin-bottom: 0.24rem;
}
@media screen and (max-width: 767px) {
  .feature .feature_wrap .feature_box.-point .point_box {
    padding: 0.68rem 0.15rem 0.35rem;
    margin-bottom: 0.35rem;
  }
}
.feature .feature_wrap .feature_box.-point .point_box .num_box {
  width: 1rem;
  height: 1rem;
  border: 2px solid #2E7FC7;
  border-radius: 50%;
  text-align: center;
  color: #2E7FC7;
}
@media screen and (max-width: 767px) {
  .feature .feature_wrap .feature_box.-point .point_box .num_box {
    width: 0.78rem;
    height: 0.78rem;
    position: absolute;
    top: -0.2rem;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--white-color);
  }
}
.feature .feature_wrap .feature_box.-point .point_box .num_box .small_txt {
  font-size: 0.17rem;
  font-weight: 700;
  display: block;
  line-height: 1.29;
  padding-top: 0.2rem;
}
@media screen and (max-width: 767px) {
  .feature .feature_wrap .feature_box.-point .point_box .num_box .small_txt {
    font-size: 0.15rem;
    letter-spacing: -0.1em;
    padding-top: 0.15rem;
  }
}
.feature .feature_wrap .feature_box.-point .point_box .num_box .num {
  font-size: 0.39rem;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .feature .feature_wrap .feature_box.-point .point_box .num_box .num {
    font-size: 0.35rem;
  }
}
.feature .feature_wrap .feature_box.-point .point_box .txt_box {
  max-width: 6rem;
}
.feature .feature_wrap .feature_box.-point .point_box .txt_box .point_ttl {
  font-size: 0.28rem;
  font-weight: 700;
  color: #2E7FC7;
  padding-bottom: 0.1rem;
}
@media screen and (max-width: 767px) {
  .feature .feature_wrap .feature_box.-point .point_box .txt_box .point_ttl {
    font-size: 0.24rem;
    letter-spacing: 0;
    font-feature-settings: "palt";
    line-height: 1.33;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .feature .feature_wrap .feature_box.-point .point_box .txt_box .txt_inner {
    padding: 0 0.15rem;
  }
}
.feature .feature_wrap .feature_box.-point .point_box .txt_box .txt {
  font-size: 0.14rem;
  line-height: 1.57;
}
.feature .feature_wrap .feature_box.-point .point_box .txt_box .txt.-list {
  text-indent: -0.14rem;
  margin-left: 0.14rem;
}
.feature .feature_wrap .feature_box.-point .point_box .txt_box .txt.-list::before {
  content: "・";
}
.feature .feature_wrap .feature_box.-point .point_box .txt_box .txt.-list .-kome {
  display: block;
  padding-top: 0.1rem;
  padding-bottom: 0.15rem;
  font-size: 0.12rem;
}
.feature .feature_wrap .feature_box.-point .point_box .txt_box .caption {
  font-size: 0.12rem;
  padding-top: 0.1rem;
  text-indent: -0.12rem;
  margin-left: 0.12rem;
}
.feature .feature_wrap .feature_box.-point .point_box .txt_box .caption::before {
  content: "※";
}
.feature .feature_wrap .feature_box.-point .point_box .txt_box .caption + .caption {
  padding-top: 0;
}
.feature .feature_wrap .feature_box.-point .bottom_wrap {
  padding-top: 0.6rem;
}
.feature .feature_wrap .feature_box.-point .bottom_wrap .bottom_ttl {
  text-align: center;
  font-size: 0.28rem;
  font-weight: 700;
  line-height: 1.35;
}
@media screen and (max-width: 767px) {
  .feature .feature_wrap .feature_box.-point .bottom_wrap .bottom_ttl {
    font-size: 0.18rem;
    line-height: 1.33;
  }
}
.feature .feature_wrap .feature_box.-point .bottom_wrap .bottom_ttl span {
  position: relative;
  display: block;
}
.feature .feature_wrap .feature_box.-point .bottom_wrap .bottom_ttl span::before {
  content: "";
  width: 2px;
  height: 0.4rem;
  background-color: #000;
  position: absolute;
  left: calc(50% - 3.3rem);
  top: 0.05rem;
  transform: rotate(-25deg);
}
@media screen and (max-width: 767px) {
  .feature .feature_wrap .feature_box.-point .bottom_wrap .bottom_ttl span::before {
    left: calc(50% - 1.45rem);
    height: 0.33rem;
    top: auto;
    bottom: 0;
  }
}
.feature .feature_wrap .feature_box.-point .bottom_wrap .bottom_ttl span::after {
  content: "";
  width: 2px;
  height: 0.4rem;
  background-color: #000;
  position: absolute;
  right: calc(50% - 3.3rem);
  top: 0.05rem;
  transform: rotate(25deg);
}
@media screen and (max-width: 767px) {
  .feature .feature_wrap .feature_box.-point .bottom_wrap .bottom_ttl span::after {
    right: calc(50% - 1.45rem);
    height: 0.33rem;
    top: auto;
    bottom: 0;
  }
}
.feature .feature_wrap .feature_box.-point .bottom_wrap .btn_wrap {
  padding-top: 0.54rem;
  max-width: 4.2rem;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .feature .feature_wrap .feature_box.-point .bottom_wrap .btn_wrap {
    padding-top: 0.2rem;
  }
}
.feature .feature_wrap .feature_box.-point .bottom_wrap .btn_wrap.-short {
  padding-top: 0.25rem;
  max-width: 3.1rem;
}
@media screen and (max-width: 767px) {
  .feature .feature_wrap .feature_box.-point .bottom_wrap .btn_wrap .btn.-red span {
    display: inline-block;
  }
}
.feature .feature_wrap .feature_box.-point .bottom_wrap .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 0.37rem;
}
@media screen and (max-width: 767px) {
  .feature .feature_wrap .feature_box.-point .bottom_wrap .list {
    padding-top: 0.2rem;
  }
}
.feature .feature_wrap .feature_box.-point .bottom_wrap .list .detail {
  width: 29.2%;
  background-color: #FFF;
  border-radius: 0.1rem;
  border: 2px solid #2E7FC7;
  height: 1.6rem;
  box-sizing: border-box;
  padding: 0.2rem 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .feature .feature_wrap .feature_box.-point .bottom_wrap .list .detail {
    width: 31.14%;
    height: 1.7rem;
    padding-top: 0.19rem;
  }
}
.feature .feature_wrap .feature_box.-point .bottom_wrap .list .detail .icon_box {
  width: fit-content;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .feature .feature_wrap .feature_box.-point .bottom_wrap .list .detail .icon_box {
    height: 0.46rem;
  }
  .feature .feature_wrap .feature_box.-point .bottom_wrap .list .detail .icon_box img {
    display: block;
    height: 100%;
  }
}
.feature .feature_wrap .feature_box.-point .bottom_wrap .list .detail .txt {
  padding-top: 0.11rem;
  font-size: 0.2rem;
  font-weight: 700;
  color: #2E7FC7;
}
@media screen and (max-width: 767px) {
  .feature .feature_wrap .feature_box.-point .bottom_wrap .list .detail .txt {
    font-size: 0.18rem;
    line-height: 1.33;
  }
}
.feature .feature_wrap .feature_box.-point .bottom_wrap .list .detail .caption {
  font-size: 0.12rem;
  padding-top: 0.04rem;
}
@media screen and (max-width: 767px) {
  .feature .feature_wrap .feature_box.-point .bottom_wrap .list .detail .caption {
    padding: 0.04rem 0.12rem 0;
    font-feature-settings: "palt";
    text-align: justify;
    text-indent: -0.12rem;
    margin-left: 0.12rem;
    letter-spacing: 0;
    font-size: 0.11rem;
  }
}
@media screen and (max-width: 767px) {
  .feature .feature_wrap .feature_box.-point .bottom_wrap .list .detail.-icon03 .txt {
    padding-top: 0.05rem;
  }
}
.feature .feature_wrap .feature_box.-information {
  padding-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .feature .feature_wrap .feature_box.-information {
    padding: 0.3rem 0.2rem 0.4rem;
  }
}
.feature .feature_wrap .feature_box.-information .inner {
  background-color: var(--white-color);
  border-radius: 0.1rem;
  padding: 0.6rem 0.65rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .feature .feature_wrap .feature_box.-information .inner {
    padding: 0.2rem 0.25rem;
  }
}
.feature .feature_wrap .feature_box.-information .inner .information_list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-bottom: 1px solid #B4B4B4;
}
@media screen and (max-width: 767px) {
  .feature .feature_wrap .feature_box.-information .inner .information_list {
    display: block;
    border: 0;
    padding-bottom: 0.2rem;
  }
}
.feature .feature_wrap .feature_box.-information .inner .information_list .information_ttl {
  width: 1.9rem;
  background-color: #EEEFEF;
  font-size: 0.14rem;
  font-weight: 700;
  line-height: 1.42;
  margin: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .feature .feature_wrap .feature_box.-information .inner .information_list .information_ttl {
    width: 100%;
    text-align: center;
    padding: 0.05rem 0;
  }
}
.feature .feature_wrap .feature_box.-information .inner .information_list .information_ttl span {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .feature .feature_wrap .feature_box.-information .inner .information_list .information_ttl span {
    position: relative;
    top: auto;
    transform: translateY(0);
  }
}
.feature .feature_wrap .feature_box.-information .inner .information_list .txt_box {
  margin: 0;
  width: calc(100% - 1.9rem);
  font-size: 0.14rem;
  line-height: 1.57;
  padding: 0.3rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .feature .feature_wrap .feature_box.-information .inner .information_list .txt_box {
    width: 100%;
    padding: 0.1rem 0;
  }
}
.feature .feature_wrap .feature_box.-information .inner .information_list .txt_box .type01 {
  margin: 0.2rem 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .feature .feature_wrap .feature_box.-information .inner .information_list .txt_box .type01 {
    margin: 0.1rem 0;
  }
}
.feature .feature_wrap .feature_box.-information .inner .information_list .txt_box .type01 th {
  background-color: #2E80C6;
  text-align: center;
  color: var(--white-color);
  padding: 0.13rem 0;
}
@media screen and (max-width: 767px) {
  .feature .feature_wrap .feature_box.-information .inner .information_list .txt_box .type01 th {
    padding: 0.06rem 0;
    line-height: 1.28;
  }
}
.feature .feature_wrap .feature_box.-information .inner .information_list .txt_box .type01 th.w32 {
  width: 32.57%;
}
@media screen and (max-width: 767px) {
  .feature .feature_wrap .feature_box.-information .inner .information_list .txt_box .type01 th.w32 {
    width: 45%;
  }
}
.feature .feature_wrap .feature_box.-information .inner .information_list .txt_box .type01 th.w27 {
  width: 27%;
}
@media screen and (max-width: 767px) {
  .feature .feature_wrap .feature_box.-information .inner .information_list .txt_box .type01 th.w27 {
    width: 33%;
  }
}
.feature .feature_wrap .feature_box.-information .inner .information_list .txt_box .type01 th.w50 {
  width: 50%;
}
.feature .feature_wrap .feature_box.-information .inner .information_list .txt_box .type01 th.-grey {
  background-color: #707070;
}
.feature .feature_wrap .feature_box.-information .inner .information_list .txt_box .type01 td {
  background-color: #DBF5FF;
  padding: 0.13rem 0.05rem;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .feature .feature_wrap .feature_box.-information .inner .information_list .txt_box .type01 td {
    padding: 0.08rem 0.05rem;
    line-height: 1.42;
    text-align: justify;
    letter-spacing: 0;
  }
}
.feature .feature_wrap .feature_box.-information .inner .information_list .txt_box .type01 td.-grey {
  background-color: #EEEFEF;
}
.feature .feature_wrap .feature_box.-information .inner .information_list .txt_box .type01 td.-first {
  padding: 0.05rem 0.12rem;
}
@media screen and (max-width: 767px) {
  .feature .feature_wrap .feature_box.-information .inner .information_list .txt_box .type01 td.-first {
    padding: 0.05rem 0.04rem 0.05rem 0.1rem;
  }
}
@media screen and (max-width: 767px) {
  .feature .feature_wrap .feature_box.-information .inner .information_list .txt_box .type01 td.-first.-num span {
    display: block;
    text-indent: -0.14rem;
    margin-left: 0.14rem;
    font-feature-settings: "palt";
    font-size: 0.135rem;
  }
}
.feature .feature_wrap .feature_box.-information .inner .information_list .txt_box .type01.txt_center .txt_center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .feature .feature_wrap .feature_box.-information .inner .information_list .txt_box .type01.txt_center .txt_center span {
    display: block;
    font-size: 0.12rem;
  }
}
.feature .feature_wrap .feature_box.-information .inner .information_list .txt_box .type01.w400 {
  max-width: 4rem;
}
.feature .feature_wrap .feature_box.-information .inner .information_list .txt_box .type01.-no_bottom {
  margin-bottom: 0;
}
.feature .feature_wrap .feature_box.-information .inner .information_list .txt_box .type01.-no_top {
  margin-top: 0;
}
.feature .feature_wrap .feature_box.-information .inner .information_list .txt_box .type01.-bottom_10 {
  margin-bottom: 0.1rem;
}
@media screen and (max-width: 767px) {
  .feature .feature_wrap .feature_box.-information .inner .information_list .txt_box .caption {
    font-size: 0.12rem;
  }
}
.feature .feature_wrap .feature_box.-information .inner .information_list .txt_box .caption.-kome {
  text-indent: -0.14rem;
  margin-left: 0.14rem;
}
@media screen and (max-width: 767px) {
  .feature .feature_wrap .feature_box.-information .inner .information_list .txt_box .caption.-kome {
    text-indent: -0.12rem;
    margin-left: 0.12rem;
    letter-spacing: -0.03em;
    font-feature-settings: "palt";
  }
}
.feature .feature_wrap .feature_box.-information .inner .information_list .txt_box .caption.-kome::before {
  content: "※";
}
.feature .feature_wrap .feature_box.-information .inner .information_list .txt_box .caption.-pt10 {
  padding-top: 0.08rem;
}
.feature .feature_wrap .feature_box.-information .inner .information_list .txt_box .-red {
  color: #EB3F6A;
  font-weight: 700;
}
.feature .feature_wrap .feature_box.-information .inner .information_list .txt_box .num_list {
  list-style-type: none;
  counter-reset: num-list-counter;
  text-indent: -0.35rem;
  margin-left: 0.28rem;
  padding: 0.05rem 0;
}
.feature .feature_wrap .feature_box.-information .inner .information_list .txt_box .num_list > .txt::before {
  counter-increment: num-list-counter;
  content: "（" counter(num-list-counter) "）";
}
.feature .feature_wrap .feature_box.-information .inner .information_list .txt_box .num_list02 {
  text-indent: -0.14rem;
  margin-left: 0.14rem;
  padding: 0.05rem 0;
}
.feature .feature_wrap .feature_box.-information .inner .information_list .txt_box .indent_block01 {
  padding-left: 0.02rem;
  padding-bottom: 0.15rem;
}
@media screen and (max-width: 767px) {
  .feature .feature_wrap .feature_box.-information .inner .information_list .txt_box .indent_block01.-sp_noindent {
    padding-left: 0;
    padding-bottom: 0.1rem;
    margin-left: -0.24rem;
  }
}
.feature .feature_wrap .feature_box.-information .inner .information_list .txt_box .link {
  padding-left: 0.34rem;
  padding-top: 0.02rem;
}
@media screen and (max-width: 767px) {
  .feature .feature_wrap .feature_box.-information .inner .information_list .txt_box .link {
    padding-left: 0;
    padding-top: 0.15rem;
  }
}
.feature .feature_wrap .feature_box.-information .inner .information_list .txt_box .txt.-dot {
  text-indent: -0.14rem;
  margin-left: 0.14rem;
}
.feature .feature_wrap .feature_box.-information .inner .information_list .txt_box .txt.-dot::before {
  content: "・";
}
.feature .feature_wrap .feature_box.-information .inner .information_list:nth-of-type(1) {
  border-top: 1px solid #B4B4B4;
}
@media screen and (max-width: 767px) {
  .feature .feature_wrap .feature_box.-information .inner .information_list:nth-of-type(1) {
    border-top: 0;
  }
}
.feature .feature_wrap .feature_box.-information .link {
  padding-top: 0.1rem;
}
.feature .feature_wrap .feature_box.-information .link a {
  font-size: 0.12rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .feature .feature_wrap .feature_box.-information .link a {
    align-items: flex-start;
  }
}
.feature .feature_wrap .feature_box.-information .link a::before {
  content: "";
  display: inline-block;
  width: 0.2rem;
  height: 0.16rem;
  background-image: url(/person/loan/house/assets/img/reverse_mortgage/icon_file.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}
.feature .feature_wrap .feature_box.-information .link a:hover {
  opacity: 0.7;
}
.feature .feature_wrap .feature_box.-information .bottom_box {
  padding-top: 0.3rem;
}
@media screen and (max-width: 767px) {
  .feature .feature_wrap .feature_box.-information .bottom_box {
    padding-top: 0.2rem;
  }
}
.feature .feature_wrap .feature_box.-information .bottom_box .txt {
  font-size: 0.14rem;
  line-height: 1.42;
}