@charset "utf-8";
/* CSS Document */
.office_case_wrap {
	margin: 0;
}
body.color02 .cat-content {
	width: 100%;
}
body.page .post-title {
	margin-bottom: 0;
	background: #DE0515;
	color: #ffffff;
	padding: 10px 20px;
}
.fv{
	width:100%;
	}
.conteBlock{
	width:100%;
}
.constBlock {
	margin: 40px auto 80px;
	border-bottom: 1px solid #cccccc;
	padding: 0 0 40px;
}
.const_type_list {
	margin: 5px;
}

.date {


	margin-right: 20px;
	padding-right: 24px;
	font-size: 14px;
}
.caseTitle {
	margin: 0 0 20px;
	font-size: 18px;
	clear: both;
	font-weight: 700;
	line-height: 1.1;
	height: 2em;
}
.content_data {
	padding: 10px;
	font-size: 14px;
}
body .constBlock a{
	color:#262626;
}
.btn {
	text-align: center;
	margin: auto 0 0;
	background: #de0515;
}

.btn-skeleton {
    text-align: center;
    margin: 0;
    background: #de0515;
	padding: 6px;
}

.btn-skeleton a{
	color: #fff!important;
}

.btn a {
	text-align: center;
	display: block;
	padding: 5px;
	color:#ffffff!important;
}
 @media all and (min-width: 768px) {
.const_type_list {
	display: flex;
	flex-flow: row wrap;
}
.constBlock {
	flex-basis: 32%;
	max-width: 32%;
	display: flex;
	flex-flow: column wrap;
}
.thubTitle{
	height:200px;
}
}
