@charset "utf-8";

.sub-catch {
  background: linear-gradient(to right, rgb(236 249 223 / 87%), rgb(203 236 213 / 87%));
  line-height: 1.7;
  text-align: center;
  padding: 10px 0;
}

.sub-catch span {
  font-weight: bold;
}

.lp2 .arrow-title-sub {
    font-size: 1.8rem;
    line-height: 1.5;
}

.lp2 .thb-listbox-area {
    height: 300px;
}

.lp2 .sub-catch ul li {
    text-align: left;
    font-size: 1.4rem;
}

.lp2 .sub-catch ul {
    margin-top: 10px;
    display: block;
    padding: 0 10px;
}

.lp2 .sub-catch span:not([class]) {
    color: #000;
}

.lp2 .l-onb-item-title {
    display: block;
}

.lp2 .l-onb-item-title__main {
    margin: 0 auto;
    width: 100%;
}

.lp2 .onb-item-title-catch--underline {
    border: none;
    background-color: var(--text-color);
    padding: 10px;
    line-height: 1.5;
}

.lp2 .slide-text-img img {
    width: auto;
}

.lp2 .info {
    margin: 0;
}

.lp2 .column-medium .btn-web {margin-top: 0rem;}


.lp2 .l-onb-casebox02 {
    gap: var(--s2);
}

.lp2 .l-onb-casebox02__main {
    width: calc((100% - var(--s3)) * .8);
}
.lp2 .slide-text-img {
    text-align: center;
}
.lp2 .slide-text-img img {
    max-height: 333px;
}
/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/
@media screen and (min-width: 768px) {

  /*/////////////PC用のCSSをここに作成してください。/////////////*/
  /*/////////////必ず中括弧の中に作成してください。/////////////*/
  .contents-area {
    padding-left: 0;
  }

  .header-title {
    margin-bottom: 0;
    margin-left: 0;
    font-size: 1.4rem;
    position: relative;
    line-height: 1.3;
  }

  .header-area {
    width: 100%;
    height: unset;
    padding: 15px 5px;
    display: block;
    background-color: #fff;
    border: none;
    position: static;
    text-align: center;
  }

  .header-title::before {
    content: "PR";
    font-size: 1.6rem;
    padding: .0rem .5rem .2rem;
    color: #fff;
    background-color: #333;
    transform: none;
    position: static;
    top: auto;
    left: auto;
  }

  .footer-area {
    padding: var(--s5) 0 0 0rem;
  }

  .page-top {
    opacity: 1;
    bottom: 3rem;
    pointer-events: auto;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
  }

}



/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/
@media screen and (max-width: 767px) {

  /*/////////////SP用のCSSをここに作成してください。/////////////*/
  /*/////////////必ず中括弧の中に作成してください。/////////////*/
  .page-top {
    opacity: 1;
    bottom: 2rem;
    right: 2rem;
    pointer-events: auto;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
    width: 6rem;
    height: 6rem;
  }

.lp2 .l-onb-casebox02__main {
    width: calc((100% - var(--s3)) * 0.85);
}

.lp2 .onb-casebox02-frame {padding: var(--s3);}

.lp2 .column-medium .btn-web {
    margin: 0;
}

.lp2 .column-medium .btn-tel {
    margin-top: 0;
}

.lp2 .onb-item-title-catch--underline {
    width: 100%;
}

.lp2 .arrow-title-sub {
    font-size: 2.2rem;
}

.lp2 .thb-listbox-area {
    height: auto;
    margin-bottom: 1rem;
}

.lp2 .l-mv-inner {
    padding-bottom: 4rem;
}

.lp2 .l-onb-casebox02 {
    gap: var(--s1);
}
}
