@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
*/

/*バナーの枠線*/
.jsl-custom-label img {
    border: 1px solid #e3e3e3;  /* 灰色の枠線 */
    padding: 5px;  /* 画像と枠線の間に余白 */
    background-color: #ffffff;  /* 余白部分の背景色を白に */
    box-sizing: border-box;  /* パディングを含めたサイズ計算 */
}


.post_content h1 {
    font-size: 1.6em;
    margin-bottom: 15px;
    line-height: 1.5;
}

@media screen and (max-width: 480px) {
  .post_content h1 {
    font-size: 1.4em;
    margin-bottom: 15px;
    line-height: 1.5;
}
}