/* news_blog_detail */


.mainwrap .info {
    margin-bottom: 40px;
}

.mainwrap .info dl:not(:last-of-type) {
    margin-bottom: 10px;
}

.mainwrap .info dt {
    display: inline-block;
    width: 70px;
    color: #8f7a71;
    font-size: 24px;
    font-family: 'Tangerine', sans-serif;
    letter-spacing: 1px;
    line-height: 1;
    vertical-align: baseline;
}

.mainwrap .info dd {
    display: inline-block;
    width: calc(100% - 80px);
    color: #8f7a71;
    font-size: 14px;
    font-family: 'Noto Sans JP', sans-serif;
    vertical-align: middle;
}

.mainwrap .info dd span {
    display: inline-block;
}

.mainwrap .info dd span:not(:last-of-type):after {
    display: inline-block;
    content: "/";
    margin: 0 5px;
}

.mainwrap .tit {
    font-size: 18px;
    font-weight: 600;
    border-bottom: solid 2px #fff;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.mainwrap  {
    font-size: 14px;
/*     font-family: 'Noto Sans JP', sans-serif;
line-height: 3; */
}

.mainwrap  ol {
    padding-left: 1em;
}

.mainwrap  ol li {
    list-style: decimal;
}

.mainwrap  ul {
    padding-left: 1em;
}

.mainwrap  ul li {
    list-style: disc;
}

.mainwrap  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;
}

.mainwrap  h2 {
    font-size: 26px;
    font-weight: 500;
    border-bottom: solid 3px;
    line-height: 1.5;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.mainwrap  h3 {
    font-size: 24px;
    font-weight: 500;
    border-left: solid 4px;
    line-height: 1.5;
    padding-left: 10px;
    margin-bottom: 20px;
}

.mainwrap  h4 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 20px;
    padding-left: 25px;
    position: relative;
}

.mainwrap  h4:before {
    display: block;
    content: "";
    width: 15px;
    height: 15px;
    background: #7b402a;
    border-radius: 100%;
    position: absolute;
    top: 9px;
    left: 0;
}

.mainwrap  #toc_container {
    display: table;
    width: auto;
    background: #fff;
    border: 1px solid #aaa;
    padding: 10px;
    margin-bottom: 20px;
}

.mainwrap  #toc_container .toc_title {
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}

.mainwrap  #toc_container .toc_list > li:not(:last-of-type) {
    margin-bottom: 15px;
}

.mainwrap  #toc_container .toc_list > li > ul {
    margin-left: 20px;
}

.mainwrap  #toc_container .toc_list > li > ul > li > ul {
    margin-left: 20px;
}

.recoBlog .mainwrap .item {
    height: 100%;
    padding: 20px;
    margin-bottom: 0;
}

.recoBlog .mainwrap .item .left {
    width: 100%;
}

.recoBlog .mainwrap .item .right {
    width: 100%;
    margin-top: 10px;
}

.recoBlog .mainwrap .item .right .date {
    font-size: 14px;
}

.recoBlog .mainwrap .item .right .tit {
    font-size: 14px;
    margin-top: 5px;
}

@media (max-width: 1024px) {
    .mainwrap {
        /* padding: 40px; */
    }
    
    .mainwrap  h1 {
        font-size: 28px;
    }
    
    .mainwrap  h2 {
        font-size: 24px;
    }
    
    .mainwrap  h3 {
        font-size: 22px;
    }
    
    .mainwrap  h4 {
        font-size: 20px;
    }
}

@media (max-width: 599px) {
    .newst h3 {
        font-size: 20px;
    }
    
    .mainwrap  h4 {
        font-size: 18px;
    }
}


.mainwrap li::marker{
  background-color: #cdedde;
}


.mainwrap li::marker {
    color: #cdedde;
}


.mainwrap h4:before {
    display: block;
    content: "";
    width: 15px;
    height: 15px;
    background: #ccc;
    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 #ccc;
    margin-bottom: 20px;
    padding-left: 15px;
}


.mainwrap h2 {
    font-size: 26px;
    font-weight: 500;
    border-bottom: solid 3px #ccc;
    line-height: 1.5;
    padding-bottom: 5px;
    margin-bottom: 20px;
}


.mainwrap h3 {
    font-size: 24px;
    font-weight: 500;
    border-left: solid 4px #ccc;
    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;
}

.mainwrap li::marker {
    color: #ccc;
}

.blogsingle .single{
  line-height: 2rem !important;
}

.blogsingle .single div{
  line-height: 2rem !important;
}

.articledtl01 .ttl {
    margin-bottom: 50px;
}

.mainwrap h3{
  margin-top: 25px;
}

.mainwrap 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;
}
