/* CSS Document */

/* 共通 */
.base_ttl{
  position: relative;
  font-size: 30px;
  color: #333;
  letter-spacing: 1px;
  line-height: 1.2;
  padding-bottom: 12px;
  margin-bottom: 30px;
}
.base_ttl:before,
.base_ttl:after{
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #a4a4a4;
}
.base_ttl:after{
  width: 200px;
  background: #ff0044;
}

@media (max-width:1050px) {
  .base_ttl{
    font-size: 5.66667vw;
    padding-bottom: 3.33333vw;
    margin-bottom: 6.66667vw;
  }
  .base_ttl:before,
  .base_ttl:after{
    height: .53333vw;
  }
  .base_ttl:after{
    width: 26.66667vw;
  }
}

.base_h3 {
  position: relative;
  font-size: 23px;
  color: #333333;
  line-height: 1.2;
  border-left: solid 6px #f04;
  padding-top: 2px;
  padding-left: 15px;
  margin-top: 60px;
  margin-bottom: 50px;
}
.base_h3::before {
  display: block;
  position: absolute;
  left: -8px;
  bottom: -9px;
  content: "";
  width: 980px;
  height: 1px;
  background: #a4a4a4;
}
@media (max-width:1050px) {
  .base_h3 {
    font-size: 4vw;
    border-left: solid 1.3vw #f04;
    padding-top: 1vw;
    padding-left: 2vw;
    margin-top: 5.71428vw;
    margin-bottom: 4.76191vw;
  }
  .base_h3::before {
    left: -1.3vw;
    bottom: -2vw;
    width: 100%;
    height: .26vw;
  }
}

.business_loan-content .btn a {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  color: #f04;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.95678;
  text-align: center;
  text-decoration: none;
  border: 1px solid #f04;
  border-radius: 20px;
  background-color: #fff;
  transition: color .4s, background-color .4s;
}
.business_loan-content .btn a::after {
  position: absolute;
  top: 0;
  right: 19px;
  bottom: 0;
  content: "";
  width: 8.5px;
  height: 13px;
  background-image: url("/loan/loan-shinsa/images/shinsa/icon_btn-arrow_red.png");
  background-size: 100%;
  background-repeat: no-repeat;
  transition: background-image .4s;
  margin: auto;
}
.business_loan-content .btn a:hover {
  color: #fff;
  background-color: #f04;
}
.business_loan-content .btn a:hover::after {
  background-image: url("/loan/loan-shinsa/images/shinsa/icon_btn-arrow_white.png");
}
.business_loan-content .btn a > span {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  transform: translateY(-50%);
  margin: auto;
}
@media (max-width:1050px) {
  .business_loan-content .btn a {
    height: 13.33333vw;
    font-size: 4.26667vw;
    line-height: 1.2;
    border: 0.266667vw solid #f04;
    border-radius: 6.66667vw;
  }
  .business_loan-content .btn a::after {
    right: 5.06667vw;
    width: 2.26667vw;
    height: 3.46667vw;
  }
}

/* コンテンツ要素 */
.business_loan-content {
  width: 980px;
  margin-top: 56px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width:1050px) {
  .business_loan-content {
    width: 90.6vw;
    margin-top: 5.3vw;
    margin-right: auto;
    margin-left: auto;
  }
}

/* 対象となるローン */
.business_loan-content .btn.detail {
  width: 380px;
  margin-bottom: 40px;
}
@media (max-width:1050px) {
  .business_loan-content .btn.detail {
    width: 100%;
    margin-bottom: 3.80952vw;
  }
}

/* 確認事項 */
.business_loan-content .checklist {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  padding: 30px;
}
.business_loan-content .checklist li {
  list-style-type: decimal;
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 20px;
  margin-left: 20px;
}
.business_loan-content .checklist li:last-child {
  margin-bottom: 0;
}
.business_loan-content .checklist li > span {
  color: #f04;
  font-weight: 700;
}
.business_loan-content .checklist .btn {
  width: 220px;
  margin-top: 10px;
}
@media (max-width:1050px) {
  .business_loan-content .checklist {
    border-radius: 2.66667vw;
    padding: 3.80952vw;
  }
  .business_loan-content .checklist li {
    font-size: 4.26667vw;
    margin-bottom: 3.80952vw;
    margin-left: 3.80952vw;
  }
  .business_loan-content .checklist .btn {
    width: 46vw;
    margin-top: 3.80952vw;
  }
}

/* 個人情報の収集・保有・利用・提供に関する同意条項 */
.business_loan-content .frame {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  padding: 30px 20px 30px 30px;
  margin-bottom: 40px;
}
.business_loan-content .scroll-wrap {
  height: 410px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.business_loan-content .scroll-wrap::-webkit-scrollbar {
  width: 7px;
}
.business_loan-content .scroll-wrap::-webkit-scrollbar-track {
  border-radius: 3.5px;
  background-color: #e6e6e6;
}
.business_loan-content .scroll-wrap::-webkit-scrollbar-thumb {
  border-radius: 3.5px;
  background-color: #f04;
}
.business_loan-content .detail {
  margin-bottom: 40px;
}
.business_loan-content .detail .indent3 {
  margin-left: 3em;
}
.business_loan-content .detail .no-margin {
  margin-bottom: 0 !important;
}
.business_loan-content .detail p,
.business_loan-content .detail ul,
.business_loan-content .detail ol {
  margin-right: 20px;
}
.business_loan-content .detail a {
  color: #f04;
  text-decoration: none;
}
.business_loan-content .detail .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
  word-wrap: break-word;
  word-break: break-all;
  margin-bottom: 20px;
}
.business_loan-content .detail .text {
  font-size: 16px;
  line-height: 1.5;
  text-indent: 1em;
  word-wrap: break-word;
  word-break: break-all;
  margin-bottom: 20px;
}
.business_loan-content .detail .item {
  font-size: 16px;
  font-weight: 700;
  word-wrap: break-word;
  word-break: break-all;
  margin-bottom: 10px;
}
.business_loan-content .detail ul {
  margin-bottom: 20px;
}
.business_loan-content .detail ul > li {
  font-size: 16px;
  line-height: 1.5;
  text-indent: -1em;
  word-wrap: break-word;
  word-break: break-all;
  padding-left: 1em;
  margin-bottom: 15px;
}
.business_loan-content .detail ul > li:last-child {
  margin-bottom: 0;
}
.business_loan-content .detail ol {
  margin-bottom: 20px;
}
.business_loan-content .detail ol > li {
  list-style-type: decimal;
  font-size: 16px;
  line-height: 1.5;
  word-wrap: break-word;
  word-break: break-all;
  margin-bottom: 15px;
  margin-left: 20px;
}
.business_loan-content .detail ol > li:last-child {
  margin-bottom: 0;
}
.business_loan-content .detail ul > li span,
.business_loan-content .detail ol > li span {
  font-weight: 700;
}
.business_loan-content .detail ul > li.margin,
.business_loan-content .detail ol > li.margin {
  margin-bottom: 30px;
}
.business_loan-content .detail table {
  width: 100%;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  margin: 20px auto;
}
.business_loan-content .detail th,
.business_loan-content .detail td {
  box-sizing: border-box;
  width: 50%;
  font-size: 16px;
  line-height: 1.5;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  padding: 12px;
}
.business_loan-content .detail th {
  color: #fff;
  font-weight: 700;
  text-align: center;
  background-color: #333;
}
.business_loan-content .detail td {
  vertical-align: top;
  background-color: #f6f6f6;
}
.business_loan-content .detail tr:nth-child(2n) td {
  background-color: #e4e4e4;
}
.business_loan-content .end {
  font-size: 16px;
  text-align: right;
  margin-right: 20px;
}
@media (max-width:1050px) {
  .business_loan-content .frame {
    padding: 2.85714vw 1.90476vw 2.85714vw 2.85714vw;
    margin-bottom: 3.80952vw;
  }
  .business_loan-content .scroll-wrap {
    height: 70vw;
  }
  .business_loan-content .scroll-wrap::-webkit-scrollbar {
    width: 1.33333vw;
  }
  .business_loan-content .scroll-wrap::-webkit-scrollbar-track {
    border-radius: .66667vw;
  }
  .business_loan-content .scroll-wrap::-webkit-scrollbar-thumb {
    border-radius: .66667vw;
  }
  .business_loan-content .detail {
    margin-bottom: 3.80952vw;
  }
  .business_loan-content .detail .indent3 {
    margin-left: 3em;
  }
  .business_loan-content .detail p,
  .business_loan-content .detail ul,
  .business_loan-content .detail ol {
    margin-right: 1.90476vw;
  }
  .business_loan-content .detail .title {
    font-size: 5vw;
    margin-bottom: 1.90476vw;
  }
  .business_loan-content .detail .text {
    font-size: 4.26667vw;
    margin-bottom: 1.90476vw;
  }
  .business_loan-content .detail .item {
    font-size: 4.26667vw;
    margin-bottom: .95238vw;
  }
  .business_loan-content .detail ul {
    margin-bottom: 1.90476vw;
  }
  .business_loan-content .detail ul > li {
    font-size: 4.26667vw;
    margin-bottom: 1.42857vw;
  }
  .business_loan-content .detail ol {
    margin-bottom: 1.90476vw;
  }
  .business_loan-content .detail ol > li {
    font-size: 4.26667vw;
    margin-bottom: 1.42857vw;
    margin-left: 1.90476vw;
  }
  .business_loan-content .detail ul > li.margin,
  .business_loan-content .detail ol > li.margin {
    margin-bottom: 2.85714vw;
  }
  .business_loan-content .detail table {
    margin: 1.90476vw auto;
  }
  .business_loan-content .detail th,
  .business_loan-content .detail td {
    font-size: 3.8vw;
    padding: 1.90476vw;
  }
  .business_loan-content .end {
    font-size: 4.26667vw;
    margin-right: 1.90476vw;
  }
}

/* 印刷用PDF */
.business_loan-content .btn-pdf {
  width: 250px;
  margin-bottom: 60px;
  margin-left: auto;
}
.business_loan-content .btn-pdf a {
  display: block;
  position: relative;
  width: 100%;
  height: 60px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  border-radius: 10px;
  background-color: #f04;
  transition: opacity .4s;
}
.business_loan-content .btn-pdf a:hover {
  opacity: .7;
}
.business_loan-content .btn-pdf a > span {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  transform: translateY(-50%);
  margin: auto;
}
.business_loan-content .btn-pdf a > span::before {
  display: inline-block;
  content: "";
  width: 22px;
  height: 26px;
  vertical-align: middle;
  background-image: url("/loan/loan-shinsa/images/shinsa/icon_pdf.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  margin-right: 10px;
}
@media (max-width:1050px) {
  .business_loan-content .btn-pdf {
    width: 70%;
    margin-bottom: 5.71428vw;
  }
  .business_loan-content .btn-pdf a {
    height: 12vw;
    font-size: 3.80952vw;
  }
  .business_loan-content .btn-pdf a > span::before {
    width: 6vw;
    height: 7.2vw;
    margin-right: 3vw;
  }
}

/* 同意ボタン・同意しないボタン*/
.business_loan-content .consent {
  margin-bottom: 80px;
}
.business_loan-content .consent p {
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 40px;
}
.business_loan-content .consent .btn {
  width: 560px;
  font-size: 0;
  margin-right: auto;
  margin-left: auto;
}
.business_loan-content .consent .btn div {
  display: inline-block;
  width: 560px;
  vertical-align: top;
  margin: 0 auto;
}
.business_loan-content .consent .btn div.link {
  cursor: pointer;
  position: relative;
  height: 90px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  border-radius: 10px;
  background-color: #f04;
  transition: opacity .4s;
}
.business_loan-content .consent .btn div a {
  display: block;
  position: relative;
  width: 100%;
  height: 90px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  border-radius: 10px;
  background-color: #f04;
  transition: opacity .4s;
}
.business_loan-content .consent .btn a:hover,
.business_loan-content .consent .btn div.link:hover {
  opacity: .7;
}
.business_loan-content .consent .btn a::after,
.business_loan-content .consent .btn div.link::after {
  position: absolute;
  top: 0;
  right: 19px;
  bottom: 0;
  content: "";
  width: 8.5px;
  height: 13px;
  background-image: url("/loan/loan-shinsa/images/shinsa/icon_btn-arrow_white.png");
  background-size: 100%;
  background-repeat: no-repeat;
  transition: background-image .4s;
  margin: auto;
}
.business_loan-content .consent .btn div a > span,
.business_loan-content .consent .btn div.link > span {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  transform: translateY(-50%);
  margin: auto;
}
@media (max-width:1050px) {
  .business_loan-content .consent {
    margin-bottom: 7.61904vw;
  }
  .business_loan-content .consent p {
    font-size: 3.5vw;
    margin-bottom: 3.80952vw;
  }
  .business_loan-content .consent .btn {
    width: 100%;
    text-align: center;
  }
  .business_loan-content .consent .btn div {
    width: calc((100% / 2) - 3.80952vw);
    margin-right: 1.90476vw;
    margin-left: 1.90476vw;
  }
  .business_loan-content .consent .btn div a,
  .business_loan-content .consent .btn div.link {
    height: 14vw;
    font-size: 3.80952vw;
    width: 90%;
  }
  .business_loan-content .consent .btn a::after,
  .business_loan-content .consent .btn div.link::after {
    right: 5.06667vw;
    width: 2.26667vw;
    height: 3.46667vw;
  }
}
