@charset "utf-8";

ul.low-list {
    margin: 1.4rem 0rem;
}
ul.low-list li::after {
    content: '■';
    position: absolute;
    left: 0;
    top: 0.1em;
    color: var(--site-color03-green);
    font-size: 1em;
}
ul.low-list li {
    padding-left: var(--s4);
    line-height: 1.5;
    background-size: 2.4rem 2.4rem;
    text-align: left;
    padding-bottom: 0.8rem;
}

ol.low-ol {
  counter-reset: number;
}
ol.low-ol li {
  counter-increment: number;
  position: relative;
  padding-left: 30px;
  padding-bottom: 0.8rem;
}
ol.low-ol li::before {
  content: counter(number);
  display: block;
  background-color: #10249e;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 3px;
  left: 0;
  color: #fff;
  text-align: center;
  line-height: 1.7;
  font-weight: bold;
  font-size: 1.2rem;
}
.l-center.l-stack-small.lss2 table th, .l-center.l-stack-small.lss2 table td {
    width: auto;
    padding: 2rem;
}

.lp2 .l-center {
    max-width: 120rem;
}

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

.lp2 .img-area img {
    max-height: 210px;
    margin: 0 auto;
    display: block;
}

.lp2 .l-grid-three {
    justify-content: space-between;
}

.lp2 .slide-text-img img {
    max-width: 900px;
    display: block;
    margin: 0 auto;
    max-height: 500px;
    width: auto;
}

.lp2 .onb-txtSlider .swiper-slide-active .slide-text-box {
    margin: 0 auto;
    max-width: 900px;
    font-size: 2.4rem;
    font-weight: 700;
    color: var(--site-color01-navy);
    font-family: var(--sub-font);
}
.lp2 .spec-table th {
    width: 30%;
}
/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/
@media screen and (min-width: 768px) {
  /*/////////////PC用のCSSをここに作成してください。/////////////*/
  /*/////////////必ず中括弧の中に作成してください。/////////////*/

  .scroll-table.for-sp {
    display: none;
  }
.lp2 .sec02 .information th {
    width: 20%;
}
}



/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/
@media screen and (max-width: 767px) {
  /*/////////////SP用のCSSをここに作成してください。/////////////*/
  /*/////////////必ず中括弧の中に作成してください。/////////////*/

.lp2 .slide-text-img img {
    max-height: 300px;
    max-width: unset;
    width: 100%;
}

.lp2 .onb-txtSlider .swiper-slide-active .slide-text-box {
    font-size: 1.8rem;
}
}
