@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Roboto:wght@400;700&display=swap");
/* ====================================
reset
==================================== */
/* ====================================
wysiwyg
==================================== */
/* ====================================
fonts
==================================== */
/* ====================================
common style
==================================== */
.inquiry-sec {
  max-width: 700px;
  margin: 80px auto 0;
}
@media only screen and (max-width: 767px) {
  .inquiry-sec {
    margin: 55px 15px 0;
  }
}

.inquiry-sec .inquiry-block {
  margin-top: 0;
}

@media (max-width: 767px) {
  .pc-visible {
    display: none;
  }
}

.sp-visible {
  display: none;
}
@media (max-width: 767px) {
  .sp-visible {
    display: block;
  }
}

.lp-homeloan {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.lp-homeloan * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.lp-homeloan a {
  text-decoration: none;
}
@media (min-width: 768px) {
  .lp-homeloan a {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .lp-homeloan a:hover {
    opacity: 0.6;
  }
}
.lp-homeloan a.lp-homeloan-txtlink {
  text-decoration: underline;
}
.lp-homeloan-hd {
  position: relative;
  aspect-ratio: 1217/504;
}
@media (max-width: 767px) {
  .lp-homeloan-hd {
    aspect-ratio: 750/1222;
  }
}
.lp-homeloan-hd-logo {
  position: absolute;
  left: 0;
  top: 18.24157765vw;
  z-index: 2;
  width: 48.4116680362vw;
  opacity: 0;
}
@media (max-width: 767px) {
  .lp-homeloan-hd-logo {
    top: 27.28vw;
    width: 96vw;
  }
}
.lp-homeloan-hd-logo img {
  width: 100%;
}
.lp-homeloan-hd-sub {
  position: absolute;
  left: 12.0788824979vw;
  top: 7.7074774035vw;
  z-index: 2;
  width: 35.7050123254vw;
  opacity: 0;
}
@media (max-width: 767px) {
  .lp-homeloan-hd-sub {
    left: 6.2133333333vw;
    top: 6vw;
    width: 87.5626666667vw;
  }
}
.lp-homeloan-hd-sub img {
  width: 100%;
}
.lp-homeloan-hd-mv {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  overflow: hidden;
}
.lp-homeloan-hd-mv img {
  width: 100%;
  opacity: 0;
}
.lp-homeloan-main {
  margin-top: 48px;
}
.lp-homeloan-sec:not(:nth-child(1)) {
  margin-top: 80px;
}
.lp-homeloan-sec--2 {
  padding: 48px 0;
  background: #F7F7F7;
}
.lp-homeloan-sec-in {
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .lp-homeloan-sec-in {
    padding: 0 15px;
  }
}
.lp-homeloan-sec-hd-title {
  position: relative;
  padding-bottom: 24px;
  border-bottom: 2px solid;
  color: #CC1D05;
  font-weight: 700;
  font-size: 34px;
  line-height: 1.11764706;
  text-align: center;
}
@media (max-width: 767px) {
  .lp-homeloan-sec-hd-title {
    padding-bottom: 16px;
    font-size: 24px;
  }
}
.lp-homeloan-sec-hd-title::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -18px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 34px;
  height: 18px;
  background: url(../img/index/sec-title-ornament.svg) no-repeat 0 0;
  background-size: contain;
}
@media (max-width: 767px) {
  .lp-homeloan-sec-hd-title::after {
    bottom: -10px;
    width: 20px;
    height: 10px;
  }
}
.lp-homeloan-contlead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
}
.lp-homeloan-contlead::before, .lp-homeloan-contlead::after {
  content: "";
  display: block;
  width: 39px;
  height: 43px;
  background: no-repeat 0 0;
  background-size: contain;
}
@media (max-width: 767px) {
  .lp-homeloan-contlead::before, .lp-homeloan-contlead::after {
    width: 18px;
    height: 20px;
  }
}
.lp-homeloan-contlead::before {
  background-image: url(../img/index/text-ornament1.svg);
}
@media (max-width: 767px) {
  .lp-homeloan-contlead::before {
    background-image: url(../img/index/text-ornament1-sp.svg);
  }
}
.lp-homeloan-contlead::after {
  background-image: url(../img/index/text-ornament2.svg);
}
@media (max-width: 767px) {
  .lp-homeloan-contlead::after {
    background-image: url(../img/index/text-ornament2-sp.svg);
  }
}
.lp-homeloan-contlead .txt {
  position: relative;
  padding-top: 5px;
  margin: 0 16px;
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .lp-homeloan-contlead .txt {
    padding-top: 2px;
    font-size: 14px;
  }
}
.lp-homeloan-merit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 100px;
}
@media (max-width: 767px) {
  .lp-homeloan-merit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 70px;
  }
}
.lp-homeloan-merit-item {
  position: relative;
  width: 316px;
  padding: 64px 0 38px;
  background: #FFF8DC;
  border: 3px solid #F2950E;
  border-radius: 20px;
  text-align: center;
}
@media (max-width: 767px) {
  .lp-homeloan-merit-item {
    width: auto;
    padding: 46px 0 32px;
  }
  .lp-homeloan-merit-item:not(:nth-child(1)) {
    margin-top: 50px;
  }
}
.lp-homeloan-merit-item-light {
  position: absolute;
  left: 50%;
  top: -60px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767px) {
  .lp-homeloan-merit-item-light {
    width: 76.5px;
    top: -48px;
  }
}
.lp-homeloan-merit-item-txt1 {
  color: #CC1D05;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5555555556;
}
.lp-homeloan-merit-item-txt2 {
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.7142857143;
}
.lp-homeloan-merit a.lp-homeloan-merit-item::after {
  content: "";
  position: absolute;
  right: -2px;
  bottom: -2px;
  width: 60.67px;
  height: 60.67px;
  background: url(../img/index/merit-box-arr.svg) no-repeat 100% 100%;
  background-size: contain;
  border-radius: 0 0 20px 0;
}
.lp-homeloan-plan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin-top: 82px;
  padding: 48px 52px 52px;
  border: 2px solid #CC1D05;
  border-radius: 20px;
  text-align: center;
	
/* ＷＥＢ申込専用金利プラン追加に伴い、追加記述 */
	flex-wrap: wrap;
}
@media (max-width: 767px) {
  .lp-homeloan-plan {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 45px;
    padding: 28px 22px 22px;
    border-radius: 10px;
  }
}
.lp-homeloan-plan-title {
  position: absolute;
  width: 100%;
  left: 0;
  top: -14px;
  line-height: 1;
  text-align: center;
}
@media (max-width: 767px) {
  .lp-homeloan-plan-title {
    top: -10px;
  }
}
.lp-homeloan-plan-title .txt {
  display: inline-block;
  padding: 0 32px;
  font-weight: 700;
  font-size: 24px;
  color: #CC1D05;
  background: #fff;
}
@media (max-width: 767px) {
  .lp-homeloan-plan-title .txt {
    padding: 0 8px;
    font-size: 18px;
  }
}
.lp-homeloan-plan-item {
  width: 432px;
  padding-bottom: 32px;
  border-radius: 0 0 20px 20px;
}

/* ＷＥＢ申込専用金利プラン 追加 */
.lp-homeloan-plan-item_web {
  width: 892px;
  border-radius: 20px;
  margin-bottom: 22px;
}

@media (max-width: 767px) {
  .lp-homeloan-plan-item {
    width: auto;
    padding-bottom: 24px;
    border-radius: 0 0 10px 10px;
  }
.lp-homeloan-plan-item_web {
  border-radius: 10px;
  margin-bottom: 0;
}
  .lp-homeloan-plan-item:not(:nth-child(2)) {
    margin-top: 10px;
  }
}
.lp-homeloan-plan-item--1 {
  background: #f4f8fd;
}
.lp-homeloan-plan-item--1 .lp-homeloan-plan-item-title {
  background: #2276CC;
}
.lp-homeloan-plan-item--1 .lp-homeloan-plan-item-txt1 {
  color: #2276CC;
}
.lp-homeloan-plan-item--2 {
  background: #ebfdf4;
}
.lp-homeloan-plan-item--2 .lp-homeloan-plan-item-title {
  background: #49c970;
}
.lp-homeloan-plan-item--2 .lp-homeloan-plan-item-txt1 {
  color: #27be55;
}
.lp-homeloan-plan-item--3 {
  background: #fef3f2;
}
.lp-homeloan-plan-item--3 .lp-homeloan-plan-item-title {
  background: #cc0000;
}
.lp-homeloan-plan-item--3 .lp-homeloan-plan-item-txt1 {
  color: #cc0000;
}

.lp-homeloan-plan-item-title {
  color: #fff;
  border-radius: 20px 20px 0 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 60px;
}
@media (max-width: 767px) {
  .lp-homeloan-plan-item-title {
    font-size: 16px;
    line-height: 40px;
    border-radius: 10px 10px 0 0;
  }
}
.lp-homeloan-plan-item-txt1 {
  margin-top: 24px;
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .lp-homeloan-plan-item-txt1 {
    margin-top: 16px;
    font-size: 16px;
  }
}
.lp-homeloan-plan-item-txt2 {
  margin-top: 16px;
  font-size: 14px;
}
@media (max-width: 767px) {
  .lp-homeloan-plan-item-txt2 {
    font-size: 16px;
  }
}
.lp-homeloan-plan-item-txt2 .txt-m {
  font-weight: 500;
}
.lp-homeloan-plan-item-txt2 .txt-l {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
.lp-homeloan-plan-item-txt3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 16px;
  line-height: 1;
}
.lp-homeloan-plan-item-txt3 .txt-m {
  margin-right: 16px;
  padding: 5px 16px 6px;
  font-size: 18px;
  font-weight: 700;
  background: #CC1D05;
  color: #fff;
}
@media (max-width: 767px) {
  .lp-homeloan-plan-item-txt3 .txt-m {
    margin-right: 8px;
    padding: 5px 8px 6px;
  }
}
.lp-homeloan-plan-item-txt3 .txt-l {
  color: #CC1D05;
  font-size: 38px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
.lp-homeloan-planbtns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 46px;
  color: #fff;
}
@media (max-width: 767px) {
  .lp-homeloan-planbtns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 32px;
  }
}
.lp-homeloan-planbtns a {
  position: relative;
  width: 484px;
  padding: 15px 0;
  background: #2276CC;
  border-radius: 999px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  .lp-homeloan-planbtns a {
    width: auto;
  }
  .lp-homeloan-planbtns a:not(:nth-child(1)) {
    margin-top: 16px;
  }
}
.lp-homeloan-planbtns a::after {
  content: "";
  display: block;
  position: absolute;
  right: 31px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 11px;
  height: 18.33px;
  background: url(../img/index/arr1.svg) no-repeat 0 0;
  background-size: contain;
}
@media (max-width: 767px) {
  .lp-homeloan-planbtns a::after {
    right: 22px;
    width: 7.7px;
    height: 13px;
  }
}
.lp-homeloan-doc {
  position: relative;
  margin-top: 55px;
}
@media (max-width: 767px) {
  .lp-homeloan-doc {
    margin-top: 35px;
  }
}
.lp-homeloan-doc-baloon {
  position: absolute;
  right: 0;
  top: -82px;
}
@media (max-width: 767px) {
  .lp-homeloan-doc-baloon {
    position: static;
    margin-top: 16px;
    text-align: center;
  }
}
.lp-homeloan-doc-note {
  margin-top: 24px;
  font-size: 14px;
}
@media (max-width: 767px) {
  .lp-homeloan-doc-note {
    margin-top: 16px;
    font-size: 12px;
  }
}
.lp-homeloan-doclist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 38px;
}
@media (max-width: 767px) {
  .lp-homeloan-doclist {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 24px;
  }
}
.lp-homeloan-doclist-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: 316px;
  padding: 24px;
  background: #B3F0D4;
  border-radius: 0 0 0 10px;
  text-align: center;
}
@media (max-width: 767px) {
  .lp-homeloan-doclist-item {
    width: auto;
  }
  .lp-homeloan-doclist-item:not(:nth-child(1)) {
    margin-top: 16px;
  }
}
.lp-homeloan-doclist-item .num {
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  font-family: "Roboto", sans-serif;
}
.lp-homeloan-doclist-item .num::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 60px 0 0;
  border-color: #33CC85 transparent transparent transparent;
}
.lp-homeloan-doclist-item .num .in {
  position: absolute;
  left: 12px;
  top: 12px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}
.lp-homeloan-doclist-item .title {
  font-size: 18px;
  font-weight: 500;
}
.lp-homeloan-doclist-item .pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 100px;
  margin-top: 24px;
}
.lp-homeloan-flow1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin: 40px -17px 0 0;
  padding: 52px 0 0 17px;
}
@media (max-width: 767px) {
  .lp-homeloan-flow1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 18px 0 0 0;
    padding: 25px 0 0 24px;
  }
}
.lp-homeloan-flow1::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/index/flow1-arrow-pc.png) no-repeat 0 0;
  width: 100%;
  height: 85px;
}
@media (max-width: 767px) {
  .lp-homeloan-flow1::before {
    left: -8px;
    bottom: 0;
    width: 50px;
    height: auto;
    background-image: url(../img/index/flow1-arrow-sp.svg);
    background-size: auto 100%;
  }
}
.lp-homeloan-flow1-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: 179px;
  padding: 14px;
  background: #fff;
  border: 2px solid #33CC85;
  border-radius: 8px;
  text-align: center;
}
@media (max-width: 767px) {
  .lp-homeloan-flow1-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: auto;
    padding: 16px;
  }
  .lp-homeloan-flow1-item:not(:nth-child(1)) {
    margin-top: 8px;
  }
}
.lp-homeloan-flow1-item--col2 {
  width: 342px;
}
@media (max-width: 767px) {
  .lp-homeloan-flow1-item--col2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: auto;
  }
}
@media (max-width: 767px) {
  .lp-homeloan-flow1-item--col2 .num-wrap {
    width: 178px;
  }
}
.lp-homeloan-flow1-item--col2 .lp-homeloan-flow1-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin-top: 8px;
}
@media (max-width: 767px) {
  .lp-homeloan-flow1-item--col2 .lp-homeloan-flow1-col2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin-top: 0;
  }
}
.lp-homeloan-flow1-item--col2 .lp-homeloan-flow1-col2::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 2px;
  height: 94.8387096774%;
  background: #33CC85;
  border-radius: 99px;
}
@media (max-width: 767px) {
  .lp-homeloan-flow1-item--col2 .lp-homeloan-flow1-col2::before {
    left: 0;
    bottom: initial;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
    height: 1px;
  }
}
.lp-homeloan-flow1-item--col2 .lp-homeloan-flow1-col2-item {
  width: 147px;
}
@media (max-width: 767px) {
  .lp-homeloan-flow1-item--col2 .lp-homeloan-flow1-col2-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: auto;
  }
}
@media (max-width: 767px) {
  .lp-homeloan-flow1-item--col2 .lp-homeloan-flow1-col2-item:nth-child(2) {
    margin-top: 16px;
  }
}
.lp-homeloan-flow1-item--col2 .lp-homeloan-flow1-col2-item .lp-homeloan-flow1-item-main .title {
  margin-top: 0;
}
@media (max-width: 767px) {
  .lp-homeloan-flow1-item-main {
    width: 178px;
  }
}
.lp-homeloan-flow1-item .num {
  line-height: 1;
}
.lp-homeloan-flow1-item .num .in {
  padding: 3px 8px;
  background: #CC1D05;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 700;
}
.lp-homeloan-flow1-item .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 50px;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7142857143;
}
.lp-homeloan-flow1-item .img {
  width: 95px;
  margin: 16px auto 0;
}
@media (max-width: 767px) {
  .lp-homeloan-flow1-item .img {
    margin: 0;
  }
}
.lp-homeloan-flow2 {
  margin-top: 52px;
}
.lp-homeloan-flow2-item {
  width: 100%;
  display: grid;
  grid-template-columns: auto 370px;
  grid-template-rows: auto 1fr;
  grid-template-areas: "a b" "c b";
  grid-gap: 32px 48px;
}
@media (max-width: 767px) {
  .lp-homeloan-flow2-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    grid-gap: initial;
  }
}
.lp-homeloan-flow2-item#step1 {
  grid-gap: 16px 48px;
}
@media (max-width: 767px) {
  .lp-homeloan-flow2-item#step1 {
    grid-gap: initial;
  }
}
@media (max-width: 767px) {
  .lp-homeloan-flow2-item#step1 .lp-homeloan-flow2-item-maintext {
    width: 77.8666666667vw;
    margin: 16px 0 0 auto;
  }
}
.lp-homeloan-flow2-item:not(:nth-child(1)) {
  margin-top: 48px;
}
@media (max-width: 767px) {
  .lp-homeloan-flow2-item:not(:nth-child(1)) {
    margin-top: 32px;
  }
}
.lp-homeloan-flow2-item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-area: a;
  padding-top: 35px;
}
@media (max-width: 767px) {
  .lp-homeloan-flow2-item-header {
    padding-top: 0;
  }
}
.lp-homeloan-flow2-item-header .num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 19px;
  color: #CC1D05;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
.lp-homeloan-flow2-item-header .num .num1 {
  font-size: 14px;
  line-height: 1;
}
.lp-homeloan-flow2-item-header .num .num2 {
  font-size: 46px;
  line-height: 1;
}
.lp-homeloan-flow2-item-header .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.lp-homeloan-flow2-item-header .title::before, .lp-homeloan-flow2-item-header .title::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #CC1D05;
  border-radius: 999px;
}
.lp-homeloan-flow2-item-header .title .in {
  padding: 8px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .lp-homeloan-flow2-item-header .title .in {
    font-size: 16px;
  }
}
.lp-homeloan-flow2-item-img {
  grid-area: b;
}
@media (max-width: 767px) {
  .lp-homeloan-flow2-item-img {
    margin: 24px 12px 0;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.lp-homeloan-flow2-item-maintext {
  grid-area: c;
  margin-left: 52px;
  font-size: 14px;
  line-height: 1.7142857143;
}
@media (max-width: 767px) {
  .lp-homeloan-flow2-item-maintext {
    margin: 16px 12px 0;
    font-size: 12px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.lp-homeloan-flow2-item .lv2-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .lp-homeloan-flow2-item .lv2-title {
    margin-top: 24px;
  }
}
.lp-homeloan-flow2-item .lv2-title::before, .lp-homeloan-flow2-item .lv2-title::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #CC1D05;
  border-radius: 999px;
}
.lp-homeloan-flow2-item .lv2-title .in {
  padding: 8px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .lp-homeloan-flow2-item .lv2-title .in {
    font-size: 16px;
  }
}
.lp-homeloan-flow2-item .lv2-maintext {
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.7142857143;
}
@media (max-width: 767px) {
  .lp-homeloan-flow2-item .lv2-maintext {
    margin: 16px 0 0;
    font-size: 12px;
  }
}
.lp-homeloan-entrybtn {
  display: block;
  position: relative;
  width: 610px;
  margin: 64px auto 0;
  padding: 24px 0;
  background: #CC1D05;
  border-radius: 999px;
  color: #fff !important;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  .lp-homeloan-entrybtn {
    width: auto;
    margin-top: 46px;
  }
}
.lp-homeloan-entrybtn::after {
  content: "";
  display: block;
  position: absolute;
  right: 28px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  height: 26px;
  background: url(../img/index/arr2.svg) no-repeat 0 0;
  background-size: contain;
}
@media (max-width: 767px) {
  .lp-homeloan-entrybtn::after {
    right: 21px;
  }
}
.lp-homeloan-entrynote {
  width: 610px;
  margin: 32px auto 0;
}
@media (max-width: 767px) {
  .lp-homeloan-entrynote {
    width: auto;
    margin-top: 24px;
  }
}
.lp-homeloan-entrynote .title {
  font-size: 14px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .lp-homeloan-entrynote .title {
    font-size: 12px;
  }
}
.lp-homeloan-entrynote .txt {
  margin-top: 3px;
  font-size: 14px;
  line-height: 1.7142857143;
}
@media (max-width: 767px) {
  .lp-homeloan-entrynote .txt {
    font-size: 12px;
  }
}
.lp-homeloan-entrynote .txt p:nth-child(n+2) {
  margin-top: 3px;
}
.lp-homeloan-option {
  margin-top: 52px;
}
@media (max-width: 767px) {
  .lp-homeloan-option {
    margin-top: 35px;
  }
}
@media (max-width: 767px) {
  .lp-homeloan-option .lp-homeloan-contlead .txt {
    margin: 0 13px;
  }
}
.lp-homeloan-option-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 38px;
}
@media (max-width: 767px) {
  .lp-homeloan-option-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 25px;
  }
}
.lp-homeloan-option-btns a {
  position: relative;
  width: 487px;
  padding: 30px 0;
  border: 3px solid;
  border-radius: 10px;
  color: #2276CC;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 768px) {
  .lp-homeloan-option-btns a:nth-child(n+3) {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .lp-homeloan-option-btns a {
    width: auto;
    padding: 20px 0;
    font-size: 14px;
  }
  .lp-homeloan-option-btns a:nth-child(n+2) {
    margin-top: 8px;
  }
}
.lp-homeloan-option-btns a::after {
  content: "";
  display: block;
  position: absolute;
  right: 28px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 11px;
  height: 19px;
  background: url(../img/index/arr3.svg) no-repeat 0 0;
  background-size: contain;
}
@media (max-width: 767px) {
  .lp-homeloan-option-btns a::after {
    right: 19px;
    width: 7.7px;
    height: 13px;
  }
}
.lp-homeloan-bnr-lpaza {
  display: block;
  width: 1000px;
  margin: 80px auto 0;
}
@media (max-width: 767px) {
  .lp-homeloan-bnr-lpaza {
    width: auto;
    margin: 48px 15px 0;
  }
}

/* animation */
@-webkit-keyframes hd-mv {
  0% {
    opacity: 0;
    -webkit-transform: scale(110%, 110%);
            transform: scale(110%, 110%);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(100%, 100%);
            transform: scale(100%, 100%);
  }
}
@keyframes hd-mv {
  0% {
    opacity: 0;
    -webkit-transform: scale(110%, 110%);
            transform: scale(110%, 110%);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(100%, 100%);
            transform: scale(100%, 100%);
  }
}
@-webkit-keyframes hd-logo {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-40%);
            transform: translateX(-40%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes hd-logo {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-40%);
            transform: translateX(-40%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes hd-sub1 {
  0%, 100%, 20%, 40%, 60%, 80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@keyframes hd-sub1 {
  0%, 100%, 20%, 40%, 60%, 80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes hd-sub2 {
  0%, 100%, 20%, 53%, 80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -3px, 0);
            transform: translate3d(0, -3px, 0);
  }
}
@keyframes hd-sub2 {
  0%, 100%, 20%, 53%, 80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -3px, 0);
            transform: translate3d(0, -3px, 0);
  }
}
@-webkit-keyframes flash {
  0%, 33.2%, 66.4% {
    opacity: 0;
  }
  16.6%, 49.8%, 83%, 100% {
    opacity: 1;
  }
}
@keyframes flash {
  0%, 33.2%, 66.4% {
    opacity: 0;
  }
  16.6%, 49.8%, 83%, 100% {
    opacity: 1;
  }
}
@-webkit-keyframes bounceIn {
  0%, 100%, 20%, 40%, 60%, 80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0%, 100%, 20%, 40%, 60%, 80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
.anim-flash {
  opacity: 0;
}

.fade-in {
  opacity: 0;
  -webkit-transition-duration: 1.5s;
          transition-duration: 1.5s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

.fade-in-up {
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
}

.fade-in-down {
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}

.fade-in-left {
  -webkit-transform: translate(-50px, 0);
          transform: translate(-50px, 0);
}

.fade-in-right {
  -webkit-transform: translate(50px, 0);
          transform: translate(50px, 0);
}

.scroll-in.lp-homeloan-hd .lp-homeloan-hd-mv img {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: hd-mv;
          animation-name: hd-mv;
}
.scroll-in.lp-homeloan-hd .lp-homeloan-hd-logo {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: hd-logo;
          animation-name: hd-logo;
}
.scroll-in.lp-homeloan-hd .lp-homeloan-hd-sub {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: hd-sub1;
          animation-name: hd-sub1;
}
.scroll-in.lp-homeloan-hd .lp-homeloan-hd-sub img {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: hd-sub2;
          animation-name: hd-sub2;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}
.scroll-in.fade-in {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.scroll-in.anim-flash {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: flash;
          animation-name: flash;
}
@media (max-width: 767px) {
  .scroll-in.anim-flash {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
}
.scroll-in.anim-bounceIn {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: bounceIn;
          animation-name: bounceIn;
}


/* 2022.11　南都にて追加 */
#pagetop {
  bottom: 80px;
}

/* 2024.05　ローン商品名が長い場合の対応 */
@media (max-width: 400px) {
.lp-homeloan-option-btns a.long_text {
    text-align: left;
    padding-left: 10px;
}
}
@media (min-width: 768px) {
.lp-homeloan-option-btns a.long_text {
    text-align: left;
    padding-left: 10px;
}
}

.plan_comment {
    text-align: left;
    margin: 30px 0 -20px 0;
    font-size: 95%;
}
@media (max-width: 767px) {
.plan_comment {
    margin: 15px 0 0px 0;
}
}