/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 19 2026 | 08:22:31 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 19 2026 | 08:05:47 */
.custom-list li {
  list-style: none !important;
  overflow: hidden !important;
  clear: both !important; /* 階段除去 */
  margin-bottom: 20px !important;
  padding-bottom: 10px !important;
  border-bottom: 1px solid gray !important;
}
.custom-list img {
  float: left !important;
  margin-right: 15px !important;
  margin-bottom: 0 !important;
}
.custom-list .title {
  display: block !important;
  margin-bottom: 5px !important;
}
.custom-list .date {
  display: block !important;
  font-size: 0.8em !important;
  margin-bottom: 5px !important;
}
.custom-list .excerpt-dash {
  display: none !important;
}
.custom-list .excerpt {
  display: block !important;
  margin-top: 0 !important;
  font-size:1.1em; line-height:1.8em;
}


.wp-container-core-columns-is-layout-9d6595d7 {
  flex-wrap:nowrap;
  width:80%;
  margin:0 auto;
}
.post-191 {
  margin-top:0%;
}
.display-posts-listing ul {
  list-style-type: disc !important;
  padding-left: 20px !important;
}
.display-posts-listing ul li {
  margin-bottom: 5px !important;
}
.elementor-element-ed73251 {
  padding-left:21%;
}


.left-column {
  width: 70% !important;
  float: left !important;
  margin-right: 5% !important;
}
.right-column {
  width: 25% !important;
  float: left !important;
  padding-top:5%;
}
.monthly-archives {
  list-style-type: disc !important;
}


@media (max-width: 768px) { /* スマホサイズ (768px以下) */
    .left-column {
        width: 100% !important;
        float: none !important;
        margin-right: 0 !important;
    }
    .right-column {
        width: 100% !important;
        float: none !important;
    }
}



.content-wrap {
  max-width: 100%;
  margin: 0 auto;
}
.left-column {
  width: 70% !important;
  float: left !important;
  margin-right: 5% !important;
}
.right-column {
  width: 25% !important;
  float: left !important;
}
@media (max-width: 768px) { /* スマホサイズ */
    .left-column {
        width: 100% !important;
        float: none !important;
        margin-right: 0 !important;
    }
    .right-column {
        width: 100% !important;
        float: none !important;
    }
}
.monthly-archives {
  list-style-type: disc !important;
}



.display-posts-entry .title {
  font-size: 1em !important; /* タイトル文字サイズ */
  line-height: 1.5 !important; /* 行間 */
  margin-bottom: 5px !important;
}
.display-posts-entry .date {
  font-size: 0.8em !important; /* 日付文字サイズ */
  line-height: 1.5 !important; /* 行間 */
  margin-bottom: -4% !important;
}
.display-posts-entry .excerpt {
  font-size: 1em !important; /* 抜粋文字サイズ */
  line-height: 1.5 !important; /* 行間 */
  margin-top: 0 !important;
}



.new-posts-list li {
  list-style: none !important;
  display: flex !important;
  align-items: center !important;
  margin-bottom: 10px !important; /* 記事セットと仕切り線の隙間調整 */
  padding-bottom: 15px !important;
  border-bottom: 1px solid gray !important;
}
.new-posts-list .date {
  margin-right: 5% !important; /* 日付とタイトルの隙間 */
  margin-left: 2% !important;
  white-space: nowrap !important;
}
.new-posts-list .title {
  flex: 1 !important;
}