/* ===================================================
安全への取り組み
 =================================================== */

/* ページタイトル */
div.title-image.safety-title { background-image:url(../img/safety/sp-main-image.jpg); }

/* ベース */
section.safety-content { padding:0 20px; margin-bottom:40px; }

/* 装飾 */
ul.sp-decoration { flex-wrap:wrap; margin-bottom:114px; }
ul.sp-decoration li { width:50%; }
ul.sp-decoration li img { height:auto; width:100%; }

@container( max-width:367px ) {

/* 見出し */
section.safety-content h2 { font-size:20px; }

}

@container( min-width:960px ) {

/* ページタイトル */
div.title-image.safety-title { background-image:url(../img/safety/pc-main-image.jpg); }

/* ベース */
section.safety-content { padding:0; margin:0 auto 80px auto; max-width:808px; }
section.safety-content.last-child { margin-bottom:189px; }

/* 装飾 */
ul.sp-decoration { display:none; }

}