@charset "utf-8";

/* add css this page only */

/* .p-sec_box--small = .c-sec_box 上下のpaddingを 40px に変更したタイプ */
#contentsContainer .c-sec_box.p-sec_box--small {
  padding: 40px 0;
  text-align: center;
}
#contentsContainer .c-sec_box.p-sec_box--small .p-links {
  margin-top: 16px;
}

/* .c-ttlBox + moabl Mix Parts Fix ここから */
#contentsContainer .c-ttlBox .c-sec_pic.c-sec_pic--contain {
  margin-top: 0;
  margin-bottom: 24px;
}
#contentsContainer .c-ttlBox .c-sec_pic.c-sec_pic--contain img {
  max-height: 300px;  
}
#contentsContainer .c-ttlBox .c-circleList {
  margin-top: 0;
  margin-bottom: 24px;
}
#contentsContainer .c-ttlBox .c-circleList li { 
  justify-content: center;
}
/* .c-ttlBox + moabl Mix Parts Fix ここまで */

/* .c-picAndTxtBoxList 縦長画像向け調整 ここから */
#contentsContainer ul.c-picAndTxtBoxList li div.c-picAndTxtBoxList_pic img {
  max-height: 288px;
  width: auto;
  margin: 0 auto;
}
/* .c-picAndTxtBoxList 縦長画像向け調整 ここまで */

/* figure.c-ttlBox に画像がない場合に figcaption span の margin-bottom を 0 にする */
#contentsContainer figure.c-ttlBox:not(:has(img)) figcaption span {
  margin-bottom: 0;
}
