@charset "Shift_JIS";
/* Updated 2023/05/16.T */
/* Updated 2023/04/24.T */
/* Updated 2021/07/06.T */

._lh1 {
  line-height: 1;
}

/*box-width01*/
.box-width01{
  width: 900px;
  margin: 0 auto;
}
.box-width01 + section>.title-heading02{
  margin: 60px 0 15px;
}
/*ttl-box-balloon01*/
.ttl-box-balloon01{
  position: relative;
  padding: 30px;
  margin: 40px 0 0;
  border-radius: 10px;
  background: #C4D700;
  color: #003927;
  font-weight: bold;
  font-size: 28px;
  text-align: center;
}
.ttl-box-balloon01::before{
  display: block;
  content: '';
  position: absolute;
  bottom: -21px;
  left: calc(50% - 18px);
  border-right: 18px solid transparent;
  border-bottom: 30px solid #C4D700;
  border-left: 18px solid transparent;
  transform: rotate(180deg);
}
/*bg-box01*/
.bg-box01{
  padding: 40px 64px 50px;
  margin: 60px 0 0;
  background: #F5F9E6;
}
.bg-box01 .ttl-box01{
  padding: 0 0 20px;
  border-bottom: 2px solid #003927;
  font-weight: bold;
  font-size: 28px;
  color: #003927;
  text-align: center;
}
/*box-layout01*/
.box-layout01{
  display: flex;
  justify-content: space-between;
  margin: 30px 0 0;
}
.box-layout01 .inner01{
  width: 364px;
  background: #fff;
}
.box-layout01 .inner01 .ttl01{
  padding: 10px;
  background: #C4D700;
  color: #004831;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}
.box-layout01 .inner01 .content01{
  padding: 20px 25px;
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .card-tile02 .txt01 {
    margin-left:-10px;
    margin-right:-10px;
    transform: translate(0px, 17px);
  }
  .juro-title03 .txt01{
    margin: 0 -100px;
  }
  .juro-title03 .txt01 .inner{
    padding-top: 20px;
  }
}

@media screen and (max-width:767px) {
  /*box-width01*/
  .box-width01{
    width: auto;
    margin: 0 auto;
  }
  /*ttl-box-balloon01*/
  .ttl-box-balloon01{
    padding: 20px;
    margin: 30px 0 0;
    font-size: 20px;
  }
  /*bg-box01*/
  .bg-box01{
    padding: 20px 10px;
    margin: 40px 0 0;
  }
  .bg-box01 .ttl-box01{
    padding: 0 0 15px;
    font-size: 24px;
  }
  /*box-layout01*/
  .box-layout01{
    display: block;
    margin: 20px 0 0;
  }
  .box-layout01 .inner01{
    width: auto;
    margin: 20px 0 0;
  }
  .box-layout01 .inner01 .ttl01{
    padding: 10px;
    background: #C4D700;
    color: #004831;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
  }
  .box-layout01 .inner01 .content01{
    padding: 20px 25px;
    font-size: 16px;
  }
}

/*----------------------
title-slash01
----------------------*/
.title-slash01 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.title-slash01::before,
.title-slash01::after {
  margin: 5px 4px 0;
  width: 24px;
  height: 2px;
  background-color: #000000;
  content: "";
}
.title-slash01::before {
  -webkit-transform: rotate(54deg);
      -ms-transform: rotate(54deg);
          transform: rotate(54deg);
}
.title-slash01::after {
  -webkit-transform: rotate(-54deg);
      -ms-transform: rotate(-54deg);
          transform: rotate(-54deg);
}
/*----------------------
table-type01
----------------------*/
.section-block01 .table-type01 th,
.section-block01 .table-type01 td {
  vertical-align: middle;
}
.section-block01 .table-type01 > thead > tr > th {
  background: #4d7f6f;
  color: #ffffff;
}
.section-block01 .table-type01 sup {
  font-size: 65%;
}
.section-block01 .table-type01 tbody .header {
  color: #004831;
}
/* PC STYLES */
@media screen and (min-width: 768px) {
  .section-block01 .table-type01 tr th:nth-child(1),
  .section-block01 .table-type01 tr td:nth-child(1) {
    width: 40%;
  }
  .section-block01 .table-type01 tr th:nth-child(2),
  .section-block01 .table-type01 tr td:nth-child(2) {
    width: 10%;
  }
  .section-block01 .table-type01 tr th:nth-child(3),
  .section-block01 .table-type01 tr td:nth-child(3) {
    width: 50%;
  }
  .section-block01 .table-type01 td {
    font-size: 16px;
  }
}
/*----------------------
title-balloon01
----------------------*/
.title-balloon01:not(:first-child) {
  margin-top: 40px;
}
.title-balloon01 > .inner {
  padding: 28px;
  border-radius: 10px;
}
/*----------------------
image-graph01
----------------------*/
.image-graph01 + .list-notice02 {
  margin: 0 auto;
  max-width: 1020px;
}
/*----------------------
txt-scroll
----------------------*/
.txt-scroll {
  display: none;
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .table-scroll01 {
    margin-top: 10px !important;
  }
  .txt-scroll {
    display: block;
    color: #788883;
    text-align: right;
    font-size: 1.4rem;
  }
  .txt-scroll::before {
    display: inline-block;
    margin-right: 8px;
    width: 18px;
    height: 19px;
    background: url("/kojin/jutaku_loan/reason/imgs/index_ico_scroll_01.png") 50% 50%/18px auto no-repeat;
    content: "";
    vertical-align: -3px;
  }
}
/*----------------------
arrow
----------------------*/
.text-arrow {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px 20px;
  min-height: 60px;
  font-weight: bold;
  font-size: 2.0rem;
  color: #004831;
  background: #e2efbc;
  border-radius: 10px;
}
.text-arrow .small01 {
  font-size: 0.8em;
}
.text-arrow.-left {
  margin-left: 12%;
}
.text-arrow.-right {
  margin-right: 12%;
}
.text-arrow.-green01 {
  background: #f5f9e6;
}
.text-arrow.-green01::before {
  background: #f5f9e6;
}
.text-arrow::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  display: block;
  width: 12%;
  height: 16px;
  background: #e2efbc;
}
.text-arrow.-left::before {
  left: -12%;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
  -webkit-clip-path: polygon(100% 0, 0 50%, 100% 100%);
}
.text-arrow.-right::before {
  left: initial;
  right: -12%;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .text-arrow {
    padding: 4px 8px;
    font-size: 3vw;
  }
}
.icon-arrow {
  position: relative;
  display: flex;
  align-items: center;
}
.icon-arrow.-right {
  justify-content: right;
}
.icon-arrow>.inner {
  background: #a0c827;
  border-radius: 8px;
  width: 30px;
  height: 30px;
  margin-right: 8px;
  transform: rotate(-45deg) skew(15deg,15deg);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.icon-arrow::before,
.icon-arrow::after {
  position: absolute;
  content: '';
  display: block;
  width: 12%;
  height: 8px;
  background: #a0c827;
}
.icon-arrow::before {
  width: 100%;
  height: 8px;
  border-radius: 8px;
}
.icon-arrow::after {
  width: 27px;
  height: 8px;
  border-radius: 8px;
  transform: rotate(90deg);
  right: 8px;
}
[class*=column-layout].-arrow>*>* {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .detail-list01>.title.-large04 {
    font-size: 3.6vw;
  }
}