@charset "UTF-8";
/* ============================== loan > detail */
@media screen and (min-width: 769px) {
  .loan-d_wraper .h3_ttl-style2 dt {
    white-space: nowrap;
  }
}
@media screen and (max-width: 768px) {
  .loan-d_wraper .h3_ttl-style2 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .loan-d_wraper .common_btn-set {
    margin-top: 20px !important;
  }
  .loan-d_wraper .common_btn-set .btn_simple-style a {
    width: 90%;
  }
  .loan-d_wraper .common_btn-set .btn_ico-kinri,
  .loan-d_wraper .common_btn-set .btn_ico-shop {
    display: none;
  }
}

/* 個別の調整 */
.loan_smile-family-pulus .h3_ttl-style2 dl .item_inner-ttl,
.loan_smile-family .h3_ttl-style2 dl .item_inner-ttl,
.loan_card-best .h3_ttl-style2 dl .item_inner-ttl {
  flex-basis: 100%;
}

/* ============================== loan > loanplan */
.loan ~ .m_wrapper:not(:last-of-type) {
  padding-bottom: 45px;
}

.group_loanplan {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .group_loanplan {
    flex-direction: column;
  }
}

.item_loanplan {
  display: inline-flex;
  flex-direction: column;
  flex: 0 0 calc((100% - 40px) / 3);
  padding-top: 11px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .item_loanplan {
    flex-basis: 100%;
  }
}

.label_limit {
  position: absolute;
  right: 6px;
  top: 0;
  width: 26%;
}

.contents_loanplan {
  background: #E1F2F3;
  border-radius: 0 0 10px 10px;
  flex-grow: 1;
  padding: 20px 25px 35px;
  text-align: center;
  font-family: "ZenMaruGothic", sans-serif;
  font-weight: bold;
  min-height: 312px;
}
@media screen and (max-width: 768px) {
  .contents_loanplan {
    padding-left: 20px;
    padding-right: 20px;
    min-height: auto;
  }
}

.loanplan_name {
  color: #263F88;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 2.8rem;
  line-height: 1.1;
  height: 2lh;
}
.loanplan_name .text_min {
  font-size: 2.4rem;
  display: block;
}
@media screen and (max-width: 768px) {
  .loanplan_name {
    height: auto;
  }
}

.loanplan_discription {
  display: inline-flex;
  align-items: center;
  line-height: 1.4;
  margin-top: 10px;
  height: 2lh;
}
@media screen and (max-width: 768px) {
  .loanplan_discription {
    height: auto;
  }
}

.loanplan_links {
  margin-top: 15px;
}
.loanplan_links a {
  border-radius: 9999px;
  display: block;
  line-height: 1;
  padding: 16px 10px 16px 4em;
  position: relative;
  text-decoration: none;
  opacity: 1;
  transition: all 0.25s ease;
}
.loanplan_links a::before {
  background-size: contain;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.loanplan_links a:hover {
  opacity: 0.8;
  transition: all 0.25s ease;
}

.btn_webapp-style a {
  background: #32A299;
  color: #fff;
  text-indent: -0.5em;
}
.btn_webapp-style a::before {
  background: url(/assets/images/loan/icon_internet.svg) no-repeat center/contain;
  left: 18px;
  height: 1.9em;
  width: 2.3em;
}
.btn_webapp-style a[target=_blank] {
  color: #fff !important;
}
.btn_webapp-style a[target=_blank]::after {
  content: none !important;
}

.btn_pdf-style {
  margin-top: 18px;
}

.btn_pdf-style a {
  background: #fff;
  border: #919191 solid 1px;
  color: #333;
  text-indent: -1.5em;
}
.btn_pdf-style a::before {
  background: url(/assets/images/common/icon_pdf_L.svg) no-repeat center center;
  left: 26px;
  height: 1.7em;
  width: 2.1em;
}
.btn_pdf-style a::after {
  content: none !important;
}

/* ============================== loan > loanplan child */
.tbl_loanplan-style th {
  width: 21.6129032258%;
}
.tbl_loanplan-style td {
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .tbl_loanplan-style th {
    width: 100%;
  }
  .tbl_loanplan-style .td_rowspan-cell {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .tbl_loanplan-style .td_rowspan-cell > th:has([rowspan]) {
    flex-basis: 100%;
  }
  .tbl_loanplan-style .td_rowspan-cell > td:nth-of-type(1) {
    flex-basis: 35.9281437126%;
  }
  .tbl_loanplan-style .td_rowspan-cell > td:nth-of-type(2) {
    flex-basis: 64.0718562874%;
  }
}

.btn_go-flow {
  margin-top: 60px;
  text-align: center;
}
.btn_go-flow a {
  background: #32A299;
  border-radius: 9999px;
  color: #fff;
  display: inline-block;
  font-family: "ZenMaruGothic", sans-serif;
  font-weight: bold;
  padding: 10px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 300px;
}
.btn_go-flow a::after {
  background: url(/assets/images/common/icon_arrow-r_circle.svg) no-repeat center/contain;
  content: "";
  display: block;
  position: absolute;
  right: 11px;
  top: 50%;
  transform: translateY(-50%);
  height: 32px;
  width: 32px;
}
.btn_go-flow a:hover {
  opacity: 0.8;
  transition: all 0.25s ease;
}
@media screen and (max-width: 768px) {
  .btn_go-flow a {
    font-size: 1.8rem;
  }
}/*# sourceMappingURL=loan.css.map */