@charset "utf-8";
/* Copyright 2026 design hack. */

/* ------------------------------------------------------------

BLOG

------------------------------------------------------------ */
/* CONTENT
---------------------------------------------- */
ul#blog_list{margin-bottom: 75px;}
/*---------------------- SINGLE /*----------------------*/

div#blog_content dl{display: grid;grid-template-columns: 116px 1fr;margin-bottom: 18px;}
div#blog_content dl dt{background:url(/common/img/ico_date.png) no-repeat left 0.65em;background-size:14px 14px;padding-left: 24px;font-size: 15px;}
div#blog_content dl dd{font-size: 14px;color: #D47295;position: relative;padding-left: 26px;}
div#blog_content dl dd:before {position: absolute;bottom: 15px;left: 0;width: 16px;height: 2px;content: '';background: #AFAAA5;}

div#blog_content h2{font-size: 28px;font-weight: 700;padding: 0 0 37px 0;margin: 0 0 37px 0;border-bottom: 1px solid #CECBC6;}

div#blog_postarea{margin-bottom: 140px;max-width: 100%;}
div#blog_postarea img{max-width: 100%;height: auto;}


@media print, screen and (max-width: 1220px){
}

@media print, screen and (max-width: 767px){
div#blog_content dl{grid-template-columns: 96px 1fr;margin-bottom: 9px;}
div#blog_content dl dt{background:url(/common/img/ico_date.png) no-repeat left 0.4em;background-size:14px 14px;padding-left: 24px;font-size: 13px;}
div#blog_content dl dd{font-size: 12px;}
div#blog_content dl dd:before {bottom: 13px;}
    
div#blog_content h2{font-size: 21px;padding: 0 0 20px 0;margin: 0 0 32px 0;}
    
div#blog_postarea{margin-bottom: 80px;}
}