.main-visual-bg{
    height: 24.2rem;
}

.main-visual__ttl{
    font-size:4rem;
    padding-right: 2rem;
    margin-bottom: 0;
}

.default{
    width: 800px;
    margin: auto;
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.default img{
    height: 400px;
    object-fit: cover;
}

.default h2{
    background: #074481;
    color: #fff;
    text-align: center;
    font-size: 2.4rem;
    font-family: var(--sub-font);
    padding: 1rem;
    margin-top: 5rem;
    margin-bottom: 3rem;
}

.default h3{
    color: #074481;
    border-bottom: 1px solid;
    font-size: 2.4rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}

.default h4{
    background: #13bad4;
    color: #fff;
    font-size: 2rem;
    padding: 0.5rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.default p{
    margin-top: 2rem;
    margin-bottom: 2rem;
    line-height: 2;
}

.default li.related-post{
    line-height: 2;
   padding-left: 0rem !important;
   position: relative;
   
}

.default li{
    position: relative;
    padding-left: 3rem;
}
.default #toc_container.no_bullets li
{
    padding-left: 3rem !important;
}

.default li::before{
    position: absolute;
    content: "●";
    left: 0;
}

.default .blog_cate{
    position: relative;
}

.default .blog_cate li{
    padding-left: 3rem !important;
}

.main-visual-bg{
    background-image: url(../images/submv01.png);
}


#toc_container{
    background: #EDF0F5 !important;
    padding: 3rem !important;
    border: 3px solid #13bad4 !important;
    width: 100% !important;
}

.default p.toc_title{
    text-align: center;
    font-size: 2rem;
    margin-top: 0;
}

.l-container ul.c-catlist{
	width: 800px;
	margin: auto;
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.l-container ul.c-catlist li{
	background: #fff;
	margin-bottom: 1rem;
}

.l-container ul.c-catlist li a{
	padding: 2rem;
display: block;
position: relative;
background: #EDF0F5;
}

.l-container ul.c-catlist li a:after{
	position: absolute;
	content: "→";
	bottom:20px;
	right: 20px;
}

.l-container ul.c-catlist li .date{
	padding-right: 0.5rem;
	padding-left: 0.5rem;
	background: var(--sub-color03);
	color: #fff;
	margin-right: 2rem;
}

.related-post a{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #EDF0F5;
}

.related-post a:hover{
    opacity: 0.7;
    transition: .3s;
}

.related-post a img{
    width: 200px;
    height: auto;
    object-fit: cover;
}

.related-post a .text-wrap{
    width: 570px;
    padding: 1rem;
}

.default li.related-post{
    padding-left: 0;
    margin-bottom: 1rem;
}
.default li.related-post:before{
    content: none;
}

.cat_style{
    background: #074481;
    color: #fff;
    padding-left: 1rem;
    padding-right: 1rem;
}


.c-catlist__tax{
    background: #074481;
    color: #fff;
    padding-left: 0.7rem;
    padding-right: 0.4rem;
    margin-right: 1rem;
}

.breadcrumb {
    font-size: 14px;
    width: 90%;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    
  }
  
  .breadcrumb a {
    text-decoration: none;
    color: #666;
  }
  
  .breadcrumb a:hover {
    text-decoration: underline;
  }


@media all and (max-width: 768px) {

	.l-container ul.c-catlist{
		width: 90%;
		margin: auto;
        margin-top: 5rem;
        margin-bottom: 5rem;
	}

	.l-container ul.c-catlist li a{
		line-height: 1.8;
       
	}

	.l-container ul.c-catlist li .date{
		margin-right: 1rem;
	}

	.l-container ul.c-catlist li a:after {
		position: absolute;
		content: "→";
		bottom: 1vw;
		right: 3vw;
	}

    .related-post a img{
        width: 30%;
        height: auto;
        object-fit: cover;
    }
    
    .related-post a .text-wrap{
        width: 68%;
    }

}

@media (max-width: 768px) {

    .main-visual-bg {
        height: 15.2rem;
    }
    .main-visual-bg h1{
        display: block;
    }

    .main-visual__ttl {
        font-size: 2.1rem;
        padding-right: 1rem;
        margin-bottom: 0;
    }
    .default{
        width: 90%;
        margin: auto;
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
    .default img{
        height: 55vw;
        object-fit: cover;
    }


}