/*フォント*/

.head-text {
  font-size: 24px;
  text-align: center;
}

.font-30 {
  font-size: 30px;
}

.red-txt {
  color: #a41010;
}

@media screen and (max-width: 1019px) {
  .head-text {
    font-size: 16px;
  }

  .font-30 {
    font-size: 18px;
  }
}

/*メインビジュアル*/

h1 {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
  clip-path: inset(0px 0px 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}

.keyvisual-area {
  background: url(/lp/cam_2504b60exclusive_ytd/imgs/kv_bg.png);
  background-size: cover;
}
@media screen and (max-width: 1019px) {
  .mv-img-sp {
    width: 100% !important;
  }
}

/*リードエリア*/
.lead-area {
  height: 480px;
  background-image: url(/lp/cam_2504b60exclusive_ytd/imgs/maintxt_bg.jpg);
  width: 100%;
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(255, 255, 255, 0.9);
  background-blend-mode: lighten;
}

.lead-area-container {
  width: 920px;
  margin: 0 auto;
  padding-top: 20px;
}

.lead-main-txt {
  margin-top: 30px;
}

.lead-main-txt p {
  font-size: 24px;
  font-family: "BIZ UDMincho", serif;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}

.lead-main-txt_middle {
  margin-top: 40px;
  margin-bottom: 16px !important;
}

@media screen and (max-width: 1019px) {
  .lead-area {
    height: auto;
  }
  .lead-area-container {
    width: 100%;
    padding: 20px 15px 80px;
  }

  .lead-main-txt p {
    font-size: 16px;
  }

  .lead-main-txt {
    padding-top: 40px;
  }
}

/*courseエリア*/
.course-area {
  background-image: linear-gradient(180deg, #fcfaef, #fff3f3);
  /* height: 2800px; */
}

.course-area-container {
  margin: 0 auto;
  padding: 80px 0;
  width: 920px;
}

.over-red-head {
  margin: 20px auto 40px !important;
  text-align: center;
}

.red-head {
  color: #a41010;
  text-align: center;
  display: flex;
  left: 50%;
  height: 65px;
}

.red-head p {
  font-size: 30px;
  font-family: "BIZ UDMincho", serif;
  font-weight: 700;
  text-align: center;
  left: 50%;
  transform: translate(-50%, 0%);
  position: absolute;
  width: 500px;
}
.red-head p::before {
  position: absolute;
  top: -4px;
  height: 100%;
  width: 500px;
  content: "";
  display: block;
  background: url(/lp/cam_2504b60exclusive_ytd/imgs/title_line.png) 0 0 no-repeat;
}

.red-head p::after {
  position: absolute;
  top: 4px;
  height: 100%;
  width: 500px;
  content: "";
  display: block;
  background: url(/lp/cam_2504b60exclusive_ytd/imgs/title_line.png) 0 0 no-repeat;
  background-repeat: repeat-x;
  transform: rotateZ(180deg);
}

.btn-blue-line {
  text-align: center;
  margin: 20px auto;
  border: 2px solid #2071bd;
  width: 500px;
  height: 50px;
  color: #2071bd;
  align-content: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-blue-line p {
  margin: 0;
  padding: 0;
  font-size: 20px;
}

.between-course {
  color: #001c47;
  font-weight: bold;
  font-size: 32px;
  text-align: center;
}

.pink-ast {
  font-size: 10px;
  line-height: 0.4;
  top: -12px;
  position: relative;
}

.img-arrow {
  position: relative;
  top: -2px;
  right: -40px;
}

.btn-blue-line img {
  width: 36px;
  height: 13px;
}

.kinri_ex_img {
  padding-top: 48px;
}

@media screen and (max-width: 1019px) {
  .course-area-container {
    padding: 80px 15px;
    width: 100%;
  }

  .red-head p {
    width: 350px;
    font-size: 26px;
  }

  .red-head p::before {
    width: 350px;
    padding: 0 15px;
  }

  .red-head p::after {
    width: 350px;
    padding: 0 15px;
  }

  .btn-blue-line {
    margin: 20px auto;
    width: 335px;
    height: 75px;
    align-content: center;
    font-size: 20px;
  }

  .btn-blue-line p {
    line-height: 1.3;
  }

  .pink-ast {
    top: -8px;
  }

  .between-course {
    font-size: 20px;
  }

  .kinri_ex_img {
    padding-top: 40px;
  }
}

/*新規債権エリア*/

.newfund-area {
  width: 920px;
  margin: 40px auto;
  background-color: #fee5e5;
}

.newfund-inner {
  width: 870px;
  margin: 0 auto;
  padding: 24px 0;
}

.newfund-redhead {
  background-color: #be5757;
  padding: 12px 24px;
}

.newfund-redhead p {
  font-weight: bold;
  color: #ffffff;
  font-size: 16px;
}

.newfund-whitehead {
  background-color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  padding: 12px 24px;
}

.newfund_under {
  font-weight: bold;
  font-size: 16px;
}

.btn-img {
  margin: 0 auto;
  text-align: center;
}

.btn-img a {
  text-align: center;
}

@media screen and (max-width: 1019px) {
  .newfund-area {
    width: 100%;
    padding: 24px 15px;
  }

  .newfund-inner {
    width: 100%;
    padding: 0 15px;
  }
}

/*お悩みエリア*/
.worry-area {
  background-color: #ffffff;
}

.worry-area-container {
  width: 920px;
  margin: 0 auto;
  padding: 80px 0;
}

.worry-area .red-head {
  margin-bottom: 40px;
}

@media screen and (max-width: 1019px) {
  .worry-area-container {
    width: 100%;
    padding: 80px 15px;
  }
}

/*電話*/
.call-area {
  background-color: #f5f5f5;
  width: 500px;
  margin: 10px auto 20px;
  height: 100px;
  align-content: center;
}

.call-inner {
  margin: 0 auto;
  align-content: center;
  width: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tel-link {
  color: #2071bd;
  font-size: 40px;
  line-height: 1;
  text-align: center;
  padding-left: 10px;
}

@media screen and (max-width: 1019px) {
  .call-area {
    width: 335px;
  }

  .call-inner {
    width: 100%;
    padding: 20px;
  }

  .tel-link {
    font-size: 32px;
  }
}

/*simulation*/
.simulation-area {
  background-color: #f6f6f6;
}

.simulation-area-container {
  margin: 0 auto;
  width: 920px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.sim-btn-txt {
  font-size: 18px;
}

.btn--sub {
  height: 63px !important;
}

@media screen and (max-width: 1019px) {
  .simulation-area-container {
    width: 100%;
    padding: 40px 15px;
  }
}

/*ボタンエリア*/
.btn-area {
  background-color: #fff3f3;
}

.btn-area-container {
  margin: 0 auto;
  width: 920px;
  padding: 60px 0;
}

.red_web_btn {
  margin-top: 10px;
}

.link-call {
  color: #2071bd;
}

.calltext {
  margin-top: 10px;
  margin-bottom: 0px; !important;
  font-size: 20px;
}

.callnumber {
  font-size: 25px;
  margin-bottom: 0px; !important;
}

@media screen and (min-width: 1020px) {
  .link-call {
    pointer-events: none;
  }
}

@media screen and (max-width: 1019px) {
  .btn-area-container {
    padding: 40px 15px;
    width: 100%;
  }
}
/*ディスクレ*/
.disc-area-container {
  margin: 0 auto;
  width: 920px;
  padding-top: 40px;
  padding-bottom: 80px;
}

@media screen and (max-width: 1019px) {
  .disc-area-container {
    padding: 40px 15px;
    width: 100%;
  }
}

/* 赤枠終了文言 */
.disclaim-block-box.disc-top {
  max-width: 920px;
  margin: 20px auto;
}

@media screen and (max-width: 1019px) {
  .disclaim-block-box.disc-top {
      width: calc(100% - 20px);
  }
}


