/*
Theme Name: SHIMAZAKI KOGYO 子テーマ
Theme URI: https://shimazaki-industry.co.jp/
Description: SHIMAZAKI KOGYO 用 子テーマ（コタムカスタマイズ用）
Requires PHP: 8.0
Template: shimazaki-kogyo
Version: 1.0
*/
/*===============================================
　シングルページ
================================================*/
/*記事本文の画像
　1140px以下、画像サイズをそのまま表示
　1140px以上は幅100%*/

.p_news_detail .editor_layout img {
  width: auto !important;
  max-width: 100%;
  height: auto;
}
/*===============================================
　次TOC装飾
================================================*/
.c-toc p.c-toc__title, 
.c-toc {
  color: #2B2B2B !important;
}
.c-toc p.c-toc__title {
    text-align: center;
    font-weight: bold;
  margin-bottom: 10px
}

.c-toc {
  border: 1px solid #ddd;
  padding: 20px 40px;
  margin-bottom: 40px;
  background: #fafafa;
    max-width: 80% !important;
    margin:0 auto 40px;
}

.c-toc__list {
  list-style: none;
  padding-left: 0;
    font-size:0.9em;
}
.c-toc__list li {
  margin-bottom: 5px;
}

.c-toc__list li::marker {
    list-style:none !important;
}

.c-toc__list li a {
    text-decoration: none !important;  
}
.c-toc__list li a:hover {
    text-decoration: underline !important;  
}