@charset "UTF-8";
/* =================
リノベーション事例 TOP
================= */
.renovationCase.caseTop .titmainArea {
background-image: url(../img/renovation/report/bgmain.jpg);
}

@media only screen and (max-width: 700px) {
    .renovationCase.caseTop .titmainArea h1 {
    padding: 0 20px;
    }
}

.renovationCase.caseTop .titmainArea h1 img {
width: calc(716px / 2);
}

.renovationCase .renovationCaseContetsWrap {
margin-top: 40px;
/*margin-bottom: 70px;*/
margin-bottom: 20px;
}

@media only screen and (max-width: 1014px) {
    .renovationCase .renovationCaseContetsWrap {
    padding: 0 20px;
    /*margin-bottom: 40px;*/
	margin-bottom: 0;
    }
}

.renovationCase.caseTop .renovationCaseContetsWrap .caseListWrap {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.renovationCase.caseTop .renovationCaseContetsWrap .caseListWrap .caseListBox {
width: 465px;
margin-bottom: 50px;
}

@media only screen and (max-width: 1014px) {
    .renovationCase.caseTop .renovationCaseContetsWrap .caseListWrap .caseListBox {
    width: calc(465 / 950 * 100%);
    }
}

@media only screen and (max-width: 700px) {
    .renovationCase.caseTop .renovationCaseContetsWrap .caseListWrap .caseListBox {
    width: 100%;
    }
}

.renovationCase.caseTop .renovationCaseContetsWrap .caseListWrap .caseListBox figure {
margin-bottom: 10px;
}

@media only screen and (max-width: 700px) {
    .renovationCase.caseTop .renovationCaseContetsWrap .caseListWrap .caseListBox figure {
    width: 100%;
    max-width: 450px;
    margin-right: auto;
    margin-left: auto;
    }
}

.renovationCase.caseTop .renovationCaseContetsWrap .caseListWrap .caseListBox figure img {
width: 100%;
}

.renovationCase.caseTop .renovationCaseContetsWrap .caseListWrap .caseListBox h2 {
font-size: 20px;
font-weight: bold;
line-height: 1.3;
position: relative;
padding-bottom: 20px;
margin-bottom: 20px;
}

.renovationCase.caseTop .renovationCaseContetsWrap .caseListWrap .caseListBox h2::after {
content: '';
position: absolute;
bottom: 0;
left: calc(50% - 45px);
display: block;
overflow: hidden;
width: 90px;
border-top: 6px #e9550c solid;
}

.renovationCase.caseTop .renovationCaseContetsWrap .caseListWrap .caseListBox .caseDescription {
font-size: 15px;
line-height: 1.6;
margin-bottom: 20px;
}

.renovationCase.caseTop .renovationCaseContetsWrap .caseListWrap .caseListBox .caseDataTable {
display: flex;
flex-wrap: wrap;
border: 1px solid #ccc;
margin-bottom: 20px;
font-size: 14px;
}

.renovationCase.caseTop .renovationCaseContetsWrap .caseListBox .caseDataTable .tableRow {
display: flex;
width: 50%;
border-top: 1px solid #ccc;
}

.renovationCase.caseTop .renovationCaseContetsWrap .caseListBox .caseDataTable .tableRow:nth-child(3),
.renovationCase.caseTop .renovationCaseContetsWrap .caseListBox .caseDataTable .tableRow:nth-child(4){
width: 100%;
}

@media only screen and (max-width: 1014px) {
    .renovationCase.caseTop .renovationCaseContetsWrap .caseListBox .caseDataTable .tableRow {
    width: 100%;
    }
}

.renovationCase.caseTop .renovationCaseContetsWrap .caseListBox .caseDataTable .tableRow:nth-child(2) {
border-left: 1px solid #ccc;
}

@media only screen and (max-width: 1014px) {
    .renovationCase.caseTop .renovationCaseContetsWrap .caseListBox .caseDataTable .tableRow:nth-child(2) {
    border-left: none;
    }
}

.renovationCase.caseTop .renovationCaseContetsWrap .caseListBox .caseDataTable .tableRow:nth-child(-n + 2) {
border-top: none;
}

@media only screen and (max-width: 1014px) {
    .renovationCase.caseTop .renovationCaseContetsWrap .caseListBox .caseDataTable .tableRow:nth-child(-n + 2) {
    border-top: 1px solid #ccc;
    }
}

@media only screen and (max-width: 1014px) {
    .renovationCase.caseTop .renovationCaseContetsWrap .caseListBox .caseDataTable .tableRow:first-child {
    border-top: none;
    }
}

.renovationCase.caseTop .renovationCaseContetsWrap .caseListBox .caseDataTable .tableRow .tableHead {
background: #e8edee;
width: 5.5em;
color: #000;
box-sizing: border-box;
}

.renovationCase.caseTop .renovationCaseContetsWrap .caseListBox .caseDataTable .tableRow .tableCell {
width: calc(100% - 5.5em);
box-sizing: border-box;
}

.renovationCase.caseTop .renovationCaseContetsWrap .caseListBox .caseDataTable .tableRow .tableHead,
.renovationCase.caseTop .renovationCaseContetsWrap .caseListBox .caseDataTable .tableRow .tableCell {
padding: 10px 8px;
}

.renovationCase.caseTop .renovationCaseContetsWrap .caseListBox .caseDataTable .tableRow .tableHead sup,
.renovationCase.caseTop .renovationCaseContetsWrap .caseListBox .caseDataTable .tableRow .tableCell sup {
font-size: 10px;
}

@media only screen and (max-width: 700px) {
    .renovationCase.caseTop .renovationCaseContetsWrap .caseListBox .caseDataTable .tableRow.blankRow {
    display: none;
    }
}

.renovationCase.caseTop .renovationCaseContetsWrap .caseListWrap .caseListBox .caseTags {
font-size: 12px;
}

.renovationCase.caseTop .renovationCaseContetsWrap .caseListWrap .caseListBox .caseTags li {
display: inline-block;
border: #c9c9c9 1px solid;
border-radius:2px;
background: #eee;
padding: 6px;
margin-right: 5px;
margin-bottom: 10px;
}

/* ----- 2019.08 ボタン調整 ----- */
@media only screen and (max-width: 1014px) {
  .renovationCase .commonBtnArea {
    padding-top: 0;
	padding-bottom: 30px;
    margin-bottom: 0;
  }
}