/*----------------------------------------------------
    共通css
----------------------------------------------------*/
.imgarea2.caption {
    text-align: center;
    margin: 2rem auto;
}
.imgarea2.caption div {
    width: 250px;
    height: 125px;
    margin: 0 auto 1rem;
    overflow: hidden;
    border: solid 1px #eee;
}
.imgarea2.caption div img {
    display: block;
    min-width: 102%;
}
/* 6件目以降は最初は非表示 */
#related-article:not(.is-open) ul li:nth-child(n+6) {
  display: none;
}

/* 開いたときはすべて表示 */
#related-article.is-open ul li {
  display: list-item;
}

/* ボタンの簡易スタイル（任意） */
#toggle-related {
  padding: 0.8rem 3.6rem;
  border-radius: 6px;
  cursor: pointer;
  margin: 0 auto;
  display: block;
  color: #fff;
  background: #4c4c4c;
}
#toggle-related[aria-expanded="true"] {
  background: #4c4c4c;
}
#toggle-related:hover {
    opacity: 0.5;
}

.ck-box {
    background-color: #f1fbeb;
    padding: 20px;
    margin: 10px 0;
    border-radius: 1rem;
  }
  
  .ck-box .catch1 {
      font-weight: bold;
      padding: 1em 1em;
      background-color: #474747;
      color: #fff;
      position: relative;
      font-size: 2rem;
      border-radius: 4px;
    }
    
    .ck-box .catch1:before {
      content: '';
      height: 0;
      width: 0;
      border: solid transparent;
      position: absolute;
      left: 30px;
      top: 100%;
      border-color: transparent;
      border-top-color: #474747;
      border-right-color: #474747;
      border-width: 6.5px;
    }

/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/

@media screen and (min-width: 481px) {
/*/////////////SP用のCSSをここに作成してください。/////////////*/
/*/////////////必ず中括弧の中に作成してください。/////////////*/
#contents .addCont01.lower th, #contents .addCont01.lower td {
    padding: 10px;
}
.img-center {
  text-align: center;
}
}
/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/

@media screen and (max-width: 480px) {
/*/////////////SP用のCSSをここに作成してください。/////////////*/
/*/////////////必ず中括弧の中に作成してください。/////////////*/
.img-center {
  text-align: center;
}


.imgarea2.caption div {
    width: 270px;
    height: 134px;
}
.imgarea2.caption div img {
    min-width: 274px;
}	
}