@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/


/* 記事本文の h2 デザインを統一 */
.post_content h2 {
    background: none !important;   /* 背景はなし */
    color: #0d2a59 !important;     /* テキスト色 */
    font-size: 1.5rem !important;
    font-weight: 700 !important;
    padding: 0.6em 0 !important;
    border-top: 2px solid #c9cfd9 !important;   /* 上の線 */
    border-bottom: 2px solid #c9cfd9 !important;/* 下の線 */
    border-radius: 0 !important;   /* 丸みなし */
}

.c-postTitle__ttl {
  position: relative !important;
  padding-bottom: .5rem !important;       
  border-bottom: 5px solid #02836a !important; 
}
