/*
Theme Name: LP01
Theme URI: http://clear-design.jp/
Description: CLEARdeSIGN header
Version: 1.0
Author: CLEARdeSIGN
Author URI: http://clear-design.jp/
Tags: CLEARdeSIGN
Text Domain: CLEARdeSIGN
*/
.post {
    margin-top: 6rem;
    margin-bottom: 6rem;
    letter-spacing: 1.2;
    line-height: 36px;
    font-size: 18px;
    color: #444;
}

.list-group-item.active {
    z-index: 2;
    color: #343a40;
    border-bottom: 2px solid #931e2f;
    background-color: #fff;
    padding-top: 0;
}
.list-group-item.active::first-letter {
    color: #931e2f;
    font-size: 110%;
}

main:not(#index) .topics table > tbody > tr > th{width:220px;}
.post img{display:block; margin: 0 auto;}
@media(min-width: 992px) {
    .post img{display: inline-block; margin:10px 0 10px 0;}
}
@media(max-width:768px){
main:not(#index) .topics table > tbody > tr > th,
main:not(#index) .topics table > tbody > tr > td{display:block; width:100%;}
main:not(#index) .topics table > tbody > tr > td{padding-top:0; border-top:none;}
}
.topics table {
    margin-top: 39px;
}
.topics table .badge{
	width: 100px;
	height: 28px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
    margin-right: 10px;
    color:#ffffff;
    background-color:#931e2f;
    border-radius:0;
}

.news-title {
    color: #444!important;
    position: relative;
    display: inline-block;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    }
    .news-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: #931e2f;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    }
    .news-title:hover {
    cursor: pointer;
    color: #931e2f;
    }
    .news-title:hover::after{
    width: 100%;
    }
.cat-label {
    border: 1px solid #931e2f;
    color: #931e2f;
}
.card-text + h5 {
    font-size: 1rem;
}
@media (min-width:768px) {
    .card-text + h5 {
        font-size: 1.25rem;
    }
}