/* news_blog_detail */


.blog-detail-box .info {
    margin-bottom: 40px;
}

.blog-detail-box .info dl:not(:last-of-type) {
    margin-bottom: 10px;
}

.blog-detail-box .info dt {
    display: inline-block;
    width: 70px;
    color: #8f7a71;
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 1;
    vertical-align: baseline;
}

.blog-detail-box .info dd {
    display: inline-block;
    width: calc(100% - 80px);
    color: #8f7a71;
    font-size: 14px;
    vertical-align: middle;
}

.blog-detail-box .info dd span {
    display: inline-block;
}

.blog-detail-box .info dd span:not(:last-of-type):after {
    display: inline-block;
    content: "/";
    margin: 0 5px;
}

.blog-detail-box .tit {
    font-size: 18px;
    font-weight: 600;
    border-bottom: solid 2px #fff;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.blog-detail-box  {
    font-size: 14px;
/*     font-family: 'Noto Sans JP', sans-serif;
line-height: 3; */
}

.blog-detail-box  ol {
    padding-left: 1.5em;
}

.blog-detail-box  ol li {
    list-style: decimal;
}

.blog-detail-box  ul {
    padding-left: 1em;
}

.blog-detail-box  ul li {
    list-style: disc;
}

.blog-detail-box  h1 {
    font-size: 30px;
    font-weight: 500;
    border-top: solid 3px;
    border-bottom: solid 3px;
    line-height: 1.5;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 20px;
    text-align: center;
}

.blog-detail-box  h2 {
    font-size: 26px;
    font-weight: 500;
    border-bottom: solid 3px;
    line-height: 1.5;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.blog-detail-box  h3 {
    font-size: 24px;
    font-weight: 500;
    border-left: solid 4px;
    line-height: 1.5;
    padding-left: 10px;
    margin-bottom: 20px;
}

.blog-detail-box  h4 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 20px;
    padding-left: 25px;
    position: relative;
}

.blog-detail-box  h4:before {
    display: block;
    content: "";
    width: 15px;
    height: 15px;
    background: #7b402a;
    border-radius: 100%;
    position: absolute;
    top: 9px;
    left: 0;
}

.blog-detail-box  #toc_container {
    display: table;
    width: auto;
    background: #fff;
    border: 1px solid #aaa;
    padding: 10px;
    margin-bottom: 20px;
}

.blog-detail-box  #toc_container .toc_title {
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}

.blog-detail-box  #toc_container .toc_list > li:not(:last-of-type) {
    margin-bottom: 15px;
}

.blog-detail-box  #toc_container .toc_list > li > ul {
    margin-left: 20px;
}

.blog-detail-box  #toc_container .toc_list > li > ul > li > ul {
    margin-left: 20px;
}

.recoBlog .blog-detail-box .item {
    height: 100%;
    padding: 20px;
    margin-bottom: 0;
}

.recoBlog .blog-detail-box .item .left {
    width: 100%;
}

.recoBlog .blog-detail-box .item .right {
    width: 100%;
    margin-top: 10px;
}

.recoBlog .blog-detail-box .item .right .date {
    font-size: 14px;
}

.recoBlog .blog-detail-box .item .right .tit {
    font-size: 14px;
    margin-top: 5px;
}

@media (max-width: 1024px) {
    .blog-detail-box {
        /* padding: 40px; */
    }
    
    .blog-detail-box  h1 {
        font-size: 28px;
    }
    
    .blog-detail-box  h2 {
        font-size: 24px;
    }
    
    .blog-detail-box  h3 {
        font-size: 22px;
    }
    
    .blog-detail-box  h4 {
        font-size: 20px;
    }
}

@media (max-width: 599px) {
    .newst h3 {
        font-size: 20px;
    }
    
    .blog-detail-box  h4 {
        font-size: 18px;
    }
}


.blog-detail-box li::marker{
  background-color: #cdedde;
}


.blog-detail-box li::marker {
    color: #cdedde;
}


.blog-detail-box h4:before {
    display: block;
    content: "";
    width: 15px;
    height: 15px;
    background: #b0d4a1;
    border-radius: 100%;
    position: absolute;
    top: 9px;
    left: 0;
}

.articledtl01 .ttl {
    padding: 15px 0 10px 0;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #b0d4a1;
    margin-bottom: 20px;
    padding-left: 15px;
}


.blog-detail-box h2 {
    font-size: 26px;
    font-weight: 500;
    border-bottom: solid 3px #b0d4a1;
    line-height: 1.5;
    padding-bottom: 5px;
    margin-bottom: 20px;
}


.blog-detail-box h3 {
    font-size: 24px;
    font-weight: 500;
    border-left: solid 4px #b0d4a1;
    line-height: 1.5;
    padding-left: 10px;
    margin-bottom: 20px;
}


.ttl-cmn02.sub:before{
  display: none;  
}


.meta li::marker{
  color: transparent !important;
}

.meta li{
  margin-bottom: 10px;
}

.blog-detail-box li::marker {
    color: #b0d4a1;
}

.blogsingle .single{
  line-height: 2rem !important;
}

.blogsingle .single div{
  line-height: 2rem !important;
}

.articledtl01 .ttl {
    margin-bottom: 50px;
}

.blog-detail-box h3{
  margin-top: 25px;
}

.blog-detail-box h2{
  margin-top: 50px;
}

.mti50{
  margin-top: 50px !important;
}

.blogsingle .single img{
    width: 80%;
    margin-left: auto;
}


/* 05/19 追記*/

.pti-0{
  padding-top: 0px !important;
}

.mti-0{
margin-top: 0px !important;  
}

.kijiwap.bloglist .dl {
    padding-bottom: 0px;
}

.blog-detail-box h4:before {
    display: none;
}

/* 2025/02/21追記 */
.block-Link{
     width: 100% !important;
    border: 1px solid #ccc !important;
    padding: 20px !important;
}

.blog-block-semiinner{
    display: flex !important;
    align-items: flex-start !important;
}

.blog-block_thumb{
      flex: 1 !important;
}

.blog-block_thumb-body{
  flex: 2 !important;
    display: flex !important;
    flex-direction: column !important;
    margin-left: 25px !important;
}

.blog-block_thumb-title{
      margin-bottom: 10px !important;
    font-weight: 900 !important;
}

.blog-block_excerpt{
  color: #919191 !important;
    font-size: 12px !important;
    line-height: 1.4em !important;
}

@media(max-width: 599px){
  .block-Link{
        width: 100% !important;
    border: 1px solid #ccc !important;
    padding: 20px !important;
  }
  
  .blog-block-semiinner{
        flex-direction: column !important;
  }
  
  .blog-block_thumb-body{
        margin-top: 15px !important;
        margin-left: 0px !important;
  }
}


/* 2025/02/25 */

.blog-block_thumb .blog-block_thumb_figure img {
    object-fit: cover;
    aspect-ratio: 1 / 1;
}

@media screen and (max-width:599px) {
.blog-block_thumb .blog-block_thumb_figure img {
    object-fit: cover;
    aspect-ratio: 2 / 1;
  } 
  
.blog-block_excerpt{
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  max-height: 30px !important;
  }
}

/* 2025/09/09 */

#author_profile .link-txt a{
  color: #0077dd;
}

