/* コンテンツエリア */
.page_single_parts {
  padding-left: 20px;
  padding-right: 20px;
}
.mlc_inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (min-width: 429px) and (max-width: 1024px) {
  .page_single_parts {
    padding-left: 30px;
    padding-right: 30px;
  }
}

/* ページ本文 */
.mocx_page_desc {
  width: fit-content;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 429px) {
  .mocx_page_desc {
    font-size: 16px;
  }
}
/* 冊子リスト */
.mocx_list a,
.mocx_list a:hover {
  color: #000;
  text-decoration: none;
}
/* .mocx_list .fadeEffect:hover {
  opacity: 0.8;
} */
.mocx_list li {
  margin-top: 30px;
}
.mocx_list li:nth-of-type(1) {
  margin-top: 0;
}
.ml_item img {
  box-shadow: 0.1em 0.1em 0.6em 0em rgba(0, 0, 0, 0.2);
}
.ml_figcap {
  display: block;
  padding: 0px 0 0px 10px;
  font-size: 16px;
}
.ml_figcap span {
  display: block;
  border-left: 2px solid #991e2e;
  padding: 10px 0 10px 10px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .mocx_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .mocx_list li:nth-of-type(2) {
    margin-top: 0;
  }
  .mocx_list li {
    width: 48%;
  }
}
@media screen and (min-width: 1025px) {
  .mocx_list {
    padding: 0 30px;
    justify-content: flex-start;
  }
  /* アイテムが1つ、2つ、または3つの時だけ中央寄せに上書きする */
  .mocx_list:has(.ml_item:first-child:last-child),
  .mocx_list:has(.ml_item:nth-child(2):last-child),
  .mocx_list:has(.ml_item:nth-child(3):last-child) {
    justify-content: center;
  }
  .mocx_list li {
    width: 380px;
    padding: 0 30px;
    margin-top: 60px;
  }
  .mocx_list li:nth-of-type(3) {
    margin-top: 0;
  }
}
