/* Theme Name: AFFINGER Child Template: affinger Description: AFFINGER6 対応 Version: 20210719 */  /*media Queries スマートフォンとタブレットサイズ（959px以下）で適応したいCSS - スマホ・タブレット ---------------------------------------------------------------------------------------------------*/ @media only screen and (max-width: 959px) {   	/*-- ここまで --*/ } 	 /*media Queries タブレットサイズ（600px～959px）のみで適応したいCSS -タブレットのみ ---------------------------------------------------------------------------------------------------*/ @media only screen and (min-width: 600px) and (max-width: 959px) {   	/*-- ここまで --*/ }	 	 /*media Queries タブレット（600px）以上で適応したいCSS -タブレット・PC ---------------------------------------------------------------------------------------------------*/ @media only screen and (min-width: 600px) {   	/*-- ここまで --*/ }  /*media Queries PCサイズ（960px）以上で適応したいCSS - PCのみ ---------------------------------------------------------------------------------------------------*/ @media print, screen and (min-width: 960px) {   	/*-- ここまで --*/ }  /*media Queries スマホサイズ（599px）以下で適応したいCSS - スマホのみ ---------------------------------------------------------------------------------------------------*/ @media print, screen and (max-width: 599px) {  	 	/*-- ここまで --*/ } /* seizougyo-shacho media polish 2026-07 */ #content .post h2.wp-block-heading, #content .post h2:not(.entry-title), #content .post h2:not(.kanren-t) {   color: #102a2a !important;   background: linear-gradient(90deg, #e8f5f2 0%, #f7fbfa 100%) !important;   border-left: 7px solid #0f766e !important;   border-bottom: 1px solid #cfe7e2 !important;   padding: 15px 18px !important;   margin-top: 34px !important;   margin-bottom: 18px !important;   line-height: 1.55 !important;   box-shadow: none !important; } #content .post h3.wp-block-heading, #content .post h3:not(.footerlogo) {   color: #183333 !important;   background: #fff !important;   border-left: 5px solid #f0b429 !important;   border-bottom: 1px solid #e7eceb !important;   padding: 10px 0 10px 14px !important;   margin-top: 26px !important;   margin-bottom: 12px !important;   line-height: 1.6 !important; } #content .post p, #content .post li {   color: #222 !important; } .szscard {   box-shadow: 0 10px 24px rgba(16,42,42,.08);   transition: transform .16s ease, box-shadow .16s ease; } .szscard:hover {   transform: translateY(-2px);   box-shadow: 0 14px 30px rgba(16,42,42,.13); } .szsside {   border-top: 4px solid #0f766e;   box-shadow: inset 0 0 0 1px #e1ecea; } .szspr {   position: relative;   overflow: hidden;   border-left: 6px solid #f4d35e; } .szscat {   border-top: 3px solid #0f766e; }