@charset "utf-8";

p.imgarea img {
    display: block;
    margin: 0 auto 0.5rem;
    border: solid 1px #eee;
    width: auto;
    max-width: 500px;
}
.lstc li.onb-index02-chapter-h.onb-index02-chapter-h-three {
  display: none;
}
.related-article01-frame {max-width: 100rem;width: 90%;}
.lstc section#recommend {
  padding-top: 2rem;
}

.lstc .onb-index02-btn {
  display: none;
}

.lstc #toc.onb-index02-gradation::after {
  display: none;
}

.lstc #toc.onb-index02-gradation {
  max-height: unset !important;
}

#low-page h3:not([class]) {
  margin-block: 7rem 2rem;
}

.img-column2-block {
  display: flex;
  justify-content: space-around;
  gap: 10px;
  margin: 20px 0;
}

.img-column2-box {
  flex: 1;
  max-width: 400px;
  text-align: center;
}

.youtube-area {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9のアスペクト比を維持 */
  
  /* --- 追加・変更箇所 --- */
  max-width: 800px;    /* 好みのサイズ（pxや%）に調整してください */
  margin: 40px auto;   /* 上下に40pxの余白を作り、左右は中央寄せ */
}

.youtube-area iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.table-scroll {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 20px;
}

.table-scroll table {
    min-width: 800px;
    width: 100%;
    word-wrap: break-word;
}
/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/
@media screen and (min-width: 768px) {

  /*/////////////PC用のCSSをここに作成してください。/////////////*/
  /*/////////////必ず中括弧の中に作成してください。/////////////*/
  /*競合ページ*/
  .box1 {
    padding: 3em 2.5em 2em;
    margin: 2em 0;
    border: double 5px #016bd4;
  }

  .box1 .low-center-img-catch {
    font-size: 2.2rem;
    margin: 0 0 2rem 0;
  }

  /*競合ページ*/

}



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

  /*/////////////SP用のCSSをここに作成してください。/////////////*/
  /*/////////////必ず中括弧の中に作成してください。/////////////*/
  /*競合ページ*/
  .box1 {
    padding: 1.5em 1.5em 1em 1.5em;
    margin: 2em 0;
    border: double 5px #016bd4;
  }

  /*競合ページ*/

  .img-column2-block {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
p.imgarea img {
    max-width: 90%;
}
}
