@charset "UTF-8";
.page-header {
	background-image: url("../img/bg-page-title.jpg");
}
.kd-categories {
    display: flex;
    flex-wrap: wrap;
	margin-bottom: 50px;
}
.kd-categories a {
    display: block;
	width: calc( (100% / 5) - 4px );
	height: 57px;
	margin: 0 2px 4px;
	background-color: #1a1a1a;
	
	font-family: 'Noto Serif JP', Serif;
	font-size: 18px;
	text-align: center;
	line-height: 55px;
	color: #fff;
}
.kd-categories a.active,
.kd-categories a:hover {
	background-color: #64472d;
}
a.btn-applause {
    display: inline-block;
    width: 200px;
    height: 40px;
    font-size: 18px;
	font-weight: 600;
    color: #fff;
    padding: 0 50px 0 13px;
    line-height: 38px;
    background-image: url("../img/applause.svg");
	background-size: 35px auto;
	background-position: 95% center;
	background-repeat: no-repeat;
	background-color: #db1f23;
	transition: all 0.3s;
}
a.btn-applause:hover {
    color: #fff;
	transform: scale(1.04);
}
.point-baloon {
    border-radius: 6px;
    border: 2px solid #db1f23;
    height: 40px;
    padding: 0 13px;
    display: inline-block;
    line-height: 36px;
    color: #db1f23;
	font-weight: 400;
	margin-left: 15px;
	position: relative;
}
.point-baloon:after {
	content: "";
	display: block;
	width: 10px;
    height: 10px;
    background-color: #fff;
    position: absolute;
    top: 13px;
    left: -7px;
	transform: rotate(-45deg);
	border-top: 2px solid #db1f23;
	border-left: 2px solid #db1f23;
}
.commentBox {
    font-size: 15px;
    line-height: 1.8;
}
.commentBox a {
    color: #ef000f;
    font-weight: 400;
    text-decoration: underline;
}

@media (max-width:767px){
	.kd-categories {
		margin-bottom: 30px;
	}
	.kd-categories a {
		width: calc( (100% / 3) - 4px );
		height: 30px;
		margin: 0 2px 4px;

		font-size: 12px;
		line-height: 28px;
	}
}
