@charset "utf-8";
/* CSS Document */
/* PC用スタイルシート */

h1:not(.detailTitle) {
	background: url(../img/bg_voice_01.png) no-repeat;
	background-size: cover;
}
/* ===================================
#contents
=================================== */
#contents {
    width: 1100px;
    margin: 45px auto 65px;
}

#contents .titleImg,
#contents .subtitle {
	text-align: center;
}
#contents .subtitle {
	color: #7F7F7F;
	font-size: 25px;
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 65px;
}

/* ===================================
.content
=================================== */
.content {
    /* width: 800px;
    float: left; */
}

/* ===================================
施工箇所アイコン - 共通 -
=================================== */
.constIconArea p:first-of-type {
	font-size: 14px;
	margin: 10px 0;
	color: #133E9D;
	font-weight: 600;
}
.constIconArea .constIco {
	display: inline-block;
	width: 155px;
	height: 45px;
	padding-left: 30px;
	background-color: #FFEE00;
	background-repeat: no-repeat;
	background-position: 10px 50%;
	box-sizing: border-box;
	border-radius: 5px;
	line-height: 45px;
	font-size: 13px;
	text-align: center;
	margin-bottom: 5px;
}
/* 外壁防水 */
.constIconArea .rv_cate01 {
	background-image: url(../img/ico_wall_proof.png);
}
/* 屋上防水 */
.constIconArea .rv_cate02 {
	background-image: url(../img/ico_rftop_proof.png);
}
/* タイル */
.constIconArea .rv_cate03 {
	background-image: url(../img/ico_tile.png);
}
/* 屋上・ベランダ */
.constIconArea .rv_cate04 {
	background-image: url(../img/ico_rftop.png);
}
/* 階段 */
.constIconArea .rv_cate05 {
	background-image: url(../img/ico_stairs.png);
}


/* ===================================
.voiceList
=================================== */

.voiceList .voiceItem {
	border: 1px solid #41B7EE;
	box-sizing: border-box;
	padding: 30px;
	margin-bottom: 50px;
}
.voiceList .voiceItem:last-child {
	margin-bottom: 0px;
}
.voiceList .voiceItem .titleArea p,
.voiceDetail .titleArea p {
	color: #133E9D;
}
.voiceList .voiceItem .titleArea .no::before,
.voiceDetail .titleArea .no::before {
	content: 'No.';
	font-size: 14px;
	font-weight: bold;
}
.voiceList .voiceItem .titleArea .no,
.voiceDetail .titleArea .no {
	font-size: 16px;
	margin-right: 10px;
	font-weight: bold;
}
.voiceList .voiceItem .titleArea .date {
	font-size: 12px;
    vertical-align: middle;
}
.voiceList .voiceItem .titleArea .voiceTit {
	border-bottom: none;
	margin-bottom: 10px;
}
.voiceList .voiceItem .titleArea .voiceTit a {
	font-size: 25px;
	color: #133E9D;
	word-break: break-all;
}
.voiceList .voiceItem .detailArea .baImgArea {
	width: 710px;
	float: left;
}
/* before画像 */
.voiceList .voiceItem .detailArea .baImgArea img {
	position: relative;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
.voiceList .voiceItem .detailArea .baImgArea img.beforeImg {
	vertical-align: top;
}
.voiceList .voiceItem .detailArea .baImgArea .beforeBox {
	width: 200px;
	float: left;
	position: relative;
}
.voiceList .voiceItem .detailArea .baImgArea .beforeBox::before {
	content: 'Before';
	position: absolute;
	bottom: -30px;
	font-size: 18px;
	color: #133E9D;
	font-weight: bold;
}
.voiceList .voiceItem .detailArea .baImgArea .beforeBox::after {
	content: url(../img/ico_arrow_01.png);
	position: absolute;
	bottom: -85px;
    right: 0;
}
.voiceList .voiceItem .detailArea .baImgArea .afterBox {
	width: 500px;
	float: left;
	position: relative;
}
.voiceList .voiceItem .detailArea .baImgArea .afterBox::before {
	content: 'After';
	position: absolute;
	bottom: 0px;
    left: -75px;
	font-size: 33px;
	color: #133E9D;
	font-weight: bold;
}


/* .voiceList .voiceItem .detailArea .baImgArea img.beforeImg::after {
	content: '';
	background: url(../img/icon_arrow_01.png) no-repeat 0 0;
} */
/* after画像 */

.voiceList .voiceItem .detailArea .baImgArea img.afterImg {
	margin-left: 10px;
}

.voiceList .voiceItem .detailArea .baseInfoArea,
.voiceList .voiceItem .detailArea .constIconArea {
	width: 315px;
	float: left;
	margin-left: 13px;
}
.voiceList .voiceItem .detailArea .baseInfoArea {
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 15px 0;
}
.voiceList .voiceItem .detailArea .baseInfoArea dt:first-of-type,
.voiceList .voiceItem .detailArea .baseInfoArea dd:first-of-type {
	margin-top: 0px;
}
.voiceList .voiceItem .detailArea .baseInfoArea dt {
	width: 100px;
	float: left;
	background-color: #F5F5F5;
	text-align: center;
	margin-top: 8px;
	font-weight: bold;
}
.voiceList .voiceItem .detailArea .baseInfoArea dd {
	padding-left: 110px;
	margin-top: 8px;
}




.voiceList .voiceItem .voiceMsgArea {
	display: inline-block;
	clear: both;
	background-color: #F5F5F5;
	padding: 15px 20px;
	margin: 15px 0;
	word-break: break-all;
}
.voiceList .voiceItem .voiceMsgArea .voiceName {
	font-size: 18px;
	font-weight: bold;
}
.voiceList .voiceItem .voiceMsgArea .voiceName .job {
	font-size: 14px;
	font-weight: normal;
	vertical-align: middle;
	margin-left: 10px;
}
.voiceList .voiceItem .voiceMsgArea .mainText {
	font-size: 18px;
	line-height: 1.8;
	word-break: break-all;
}
/* commonでの指定ボタンの余白相殺 */
.borderBtn a {
	margin: 10px auto 0;
}
.borderBtn a:hover {
	background-color: #E8F1F5;
	border: 1px solid #133BA0;
	opacity: 1.0;
}

.voiceList .new h4:after {
    content: '';
    width: 32px;
    height: 15px;
    margin: -12px 0 0 10px;
    display: inline-block;
    vertical-align: middle;
    background-image: url(/common/img/ico_new_01.png);
    background-repeat: no-repeat;
}
.voiceList .info {
    font-size: 16px;
}
.voiceList h4 {
	margin-bottom: 20px;
}
.voiceList h4 a {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.4;
	color: #153E9D;
	margin-bottom: 25px;
}
.category {
  font-size: 14px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #FFF;
  padding: 1px 22px;
  display: inline-block;
	background-color: #0B6FC3;
	min-width: 60px;
  text-align: center;
}
/* .b_cate1 {
    background-color: #006DC6;
}
.b_cate2 {
    background-color: #00A9ED;
}
.b_cate3 {
    background-color: #163E9D;
} */
.detailArea {

}
.thumb {
	width: 300px;
	margin-right: 20px;
}
.thumb img {
  	width: 100%;
	height: 200px;
  	object-fit: cover;
	font-family: 'object-fit: cover;';
}
.description {
	width: 430px;
  font-size: 20px;
	line-height: 1.6; /* font-size:20pxを基準にしているため行間やや狭く */
  word-break: break-all;
}
.description.noImg {
	width: 100%;
	clear: both;
}
.description a {
	display: table;
}

.notFonund {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

/* ===================================
.voiceDetail
=================================== */
.voiceDetail {
	/* width: 780px;
  	margin: 0 auto;
	margin-left: 20px; */
}
.voiceDetail h1.detailTitle {
	word-break: break-all;
	font-size: 25px;
	font-weight: bold;
	line-height: 1.4;
	color: #153E9D;
	margin: 15px 0;
	height: auto;
	text-align: left;
	padding-top: 0;
	box-sizing: unset;
}
.voiceDetail .infoArea {
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #ECECEC;
}
.voiceDetail .infoArea .date {
	color: #4C4C48;
}
.voiceDetail .titleArea .date {
	font-size: 12px;
}

.sliderArea {
	margin: 0 auto;
	position: relative;
	padding-bottom: 10px;
}
#slider.mainPhoto {
	width: 900px;
    height: auto;
    margin: 0 auto 30px;
}
.slide-item {
	position: relative;
	height: 600px;
	pointer-events: none;
}

.slide-item img {
	max-width: 900px;
	max-height: 600px;
	/* display: block;
	margin: 0 auto;
	object-fit: cover;
	font-family: 'object-fit: cover;'; */
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.thumbnail-list {
	width: 100%;
	margin: 0 auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;  /* Safari etc. */
	-ms-justify-content    : space-between;  /* IE11        */
	justify-content        : space-between;
}
.thumbnail-list {
	position: relative;
	margin-top: 30px;
	display: flex;
}
.thumbnail-list::before {
	color: #133E9D;
	font-size: 18px;
	position: absolute;
	font-weight: bold;
}
.thumbnail-list li {
	width: 150px;
	height: 100px;
}
.thumbnail-list .thumbnail-item2 {
	background-color: #eee;
}
.thumbnail-list .thumbnail-item img {
	width: 150px;
	height: 100px;
	object-fit: cover;
    font-family: 'object-fit: cover;';
}
.thumbnail-list .thumbnail-item.thumbnail-current {
    opacity: 0.7;
}
.thumbnail-list.beforeList::before {
	content: 'Before';
	top: -28px;
}
.thumbnail-list.afterList::before {
	content: 'After';
	top: -28px;
}
.beforeList {
	padding-bottom: 10px;
}


.slick-prev,
.slick-next {
	display: inline-block;
	position: absolute;
	width: 30px;
	height: 220px;
	background-color: #f5f5f5;
	top: 30%;
}
.slick-prev:hover,
.slick-next:hover {
	cursor: pointer;
	opacity: 0.7;
}
.slick-prev {
	left: -80px;
}
.slick-next {
	right: -80px;
}
.slick-prev:before {
  content: "" !important;
}
.slick-next:before {
  content: "" !important;
}

.slick-prev:after,
.slick-next:after {
	font-size: 14px;
	text-decoration: none;
	content: "";
	box-sizing: border-box;
	border: 4px solid transparent;
	position: absolute;
	top: 48%;
}
.slick-prev:after {
	border-right: 6px solid #163E9D;
    left: 7px;
}
.slick-next:after {
	border-left: 6px solid #163E9D;
    right: 7px;
}

.voiceDetail .detailArea .cautionText {
	text-align: right;
    color: #191919;
    font-size: 14px;
	margin-top: 5px;
}

.voiceDetail .detailArea .baseInfoArea {
	margin-top: 45px;
	margin-bottom: 15px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 15px 0;
}
.voiceDetail .detailArea .baseInfoArea dt,
.voiceDetail .detailArea .baseInfoArea dd {
	display: inline-block;
}
.voiceDetail .detailArea .baseInfoArea dt {
	width: 100px;
	background-color: #F5F5F5;
	text-align: center;
	font-weight: bold;
}
.voiceDetail .detailArea .baseInfoArea dd {
	width: 160px;
	padding-left: 5px;
}

.voiceDetail .detailArea .constIconArea {
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 40px;
}
/* 詳細は若干大きめ */
.voiceDetail .detailArea .constIconArea .constIco {
	width: 175px;
	margin-right: 6px;
}
.voiceDetail .detailArea .constIconArea .constIco:nth-child(7n) {
	margin-right: 0;
}
.otherArea {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}
.otherArea .tit {
	padding-top: 25px;
	color:#40B7ED;
	font-size: 18px;
	font-weight: bold;
}
.estimateBox {
	width: 360px;
	margin-right: 40px;
}
.estimateBox a {
	position: relative;
	display: block;
	margin-top: 5px;
}
.estimateBox a::before {
	content: '';
	position: absolute;
	background: url(../img/ico_zoomup.png) no-repeat;
	width: 40px;
	height: 40px;
	top: 0;
	right: 0;
}
.estimateBox img {
	border: 1px solid #CCCCCC;
}
.textBox {
	width: 700px;
}
.textBox .tit {
	margin-bottom: 15px;
}
.textBox .mainText {
	font-size: 18px;
	line-height: 1.8;
	word-break: break-all;
}
.textBox .name {
	text-align: right;
	font-size: 18px;
	line-height: 1.8;
	font-weight: bold;
}
.textBox .name .job {
	font-weight: normal;
	font-size: 15px;
	margin-left: 10px;
}
.wp-pagenavi{
	padding: 20px 0;
	margin: 60px auto 0;
	background-color: #F5F5F5;
	text-align: center;
	position: relative;
}
.wp-pagenavi .listLink {
	width: 1100px;
	margin: 0 auto;
}
/* .wp-pagenavi .listLink a:hover {
	opacity: 0.7;
} */
.wp-pagenavi .listLink img {
	width: 300px;
	height: 200px;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
.wp-pagenavi .listLink img:hover {
	opacity: 1.0;
}

.wp-pagenavi .prevLinkBox .prevLink {
	position: relative;
}
.wp-pagenavi .nextLinkBox .nextLink {
	position: relative;
}
.wp-pagenavi .prevLinkBox .prevLink::before,
.wp-pagenavi .nextLinkBox .nextLink::before {
	position: absolute;
	font-size: 14px;
    text-decoration: none;
    content: "";
    box-sizing: border-box;
    border: 4px solid transparent;
    position: absolute;
    top: 50%;
}
.wp-pagenavi .prevLinkBox .prevLink::before {
	border-right: 6px solid #163E9D;
	left: 10px;
}
.wp-pagenavi .nextLinkBox .nextLink::before {
	border-left: 6px solid #163E9D;
	right: 10px;
}

.wp-pagenavi .prevLinkBox,
.wp-pagenavi .nextLinkBox {
	width: 500px;
}
.wp-pagenavi .prevLinkBox {
	float: left;
}
.wp-pagenavi .nextLinkBox {
	float: right;
}
.wp-pagenavi .prevLinkBox a,
.wp-pagenavi .nextLinkBox a {
	width: 100%;
	height: 240px;
	padding: 20px 30px;
	box-sizing: border-box;
	background-color: #FFFFFF;
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #CCC;
	background-color: #FFF;
	font-size: 14px;
	color: #123AA0;
	text-decoration: none;
	box-sizing: border-box;
	font-weight: bold;
}
.wp-pagenavi .prevLinkBox a img {
	position: absolute;
	left: 30px;
}
.wp-pagenavi .nextLinkBox a img {
	position: absolute;
	right: 30px;
}
.wp-pagenavi .prevLinkBox a .prevTit,
.wp-pagenavi .nextLinkBox a .nextTit {
	display: inline-block;
	font-size: 18px;
}
.wp-pagenavi .prevLinkBox a .prevTit {
	position: absolute;
	right: 50px;
	top: 42%;
}
.wp-pagenavi .nextLinkBox a .nextTit {
	position: absolute;
	left: 50px;
	top: 42%;
}
.wp-pagenavi .prevLinkBox .prevLink .prevNo,
.wp-pagenavi .nextLinkBox .nextLink .nextNo {
	position: absolute;
	bottom: 30px;
}
.wp-pagenavi .prevLinkBox .prevLink .prevDate,
.wp-pagenavi .nextLinkBox .nextLink .nextDate {
	position: absolute;
	font-weight: normal;
	font-size: 13px;
	bottom: 10px;
}
.wp-pagenavi .prevLinkBox .prevLink .prevNo,
.wp-pagenavi .prevLinkBox .prevLink .prevDate {
	left: 340px;
}
.wp-pagenavi .nextLinkBox .nextLink .nextNo,
.wp-pagenavi .nextLinkBox .nextLink .nextDate {
	right: 340px;
}
.toplink {
	width: 260px;
	height: 40px;
    line-height: 40px;
    display: block;
	margin: 60px auto;
    vertical-align: middle;
    border: 1px solid #CCC;
    background-color: #FFF;
    font-size: 14px;
    color: #123AA0;
    text-decoration: none;
    box-sizing: border-box;
    font-weight: bold;
	text-align: center;
}
.listLink a:hover,
.toplink:hover {
    background-color: #E8F1F5;
    border: 1px solid #133BA0;
	text-decoration: none;
}

.contactArea {
	margin-bottom: 60px;
}

/* ===================================
.pagenavi
=================================== */
.pagenavi{
	clear: both;
	margin-top: 90px;
}
.next__large{
	margin-bottom: 45px;
}
.next__large-link{
	display: block;
	color: #191919;
	border: 2px solid #0059B2;
	text-align: center;
	font-size: 22px;
	padding: 20px 0;
	position: relative;
}
.next__large-link:before{
	position: absolute;
	width: 8px;
	height: 8px;
	right: 40px;
	top: 33px;
	content: "";
	transform: rotate(45deg);
	border-top: 2px solid #0059B2;
	border-right: 2px solid #0059B2;
}
.page{
	text-align: center;
}
.page .prev,
.page .next{
	width: 52px;
	height: 42px;
	line-height: 42px;
	border: 1px solid #D6D6D6;
	border-radius: 2px;
	box-sizing: border-box;
	background: #FFF;
	display: inline-block;
	vertical-align: middle;
	color: #191919;
}
.page .nolink{
	pointer-events: none;
	opacity: 0.5;
}
.page .page-number{
	width: 168px;
	height: 42px;
	line-height: 42px;
	display: inline-block;
	position: relative;
	cursor: pointer;
}
.page .page-number .page-number__label{
	width: 100%;
	height: 100%;
	text-align: center;
	border: 1px solid #D6D6D6;
	border-radius: 2px;
	box-sizing: border-box;
	background: #FFF;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
.page .page-number .page-number__label:after{
	position: absolute;
	width: 5px;
	height: 5px;
	right: 9px;
	top: 15px;
	content: "";
	transform: rotate(135deg);
	transition: 0.5s;
	vertical-align: middle;
	border-top: 1px solid #C8C4BE;
	border-right: 1px solid #C8C4BE;
}
.page .page-number select {
	width: 168px;
	height: 42px;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	-webkit-appearance: button;
	appearance: button;
}

.next__large-link:hover,
.page .prev:hover,
.page .next:hover{
	opacity: 0.7;
	text-decoration: none;
}

/* IEのみ */
@media all and (-ms-high-contrast: none){
	.voiceList .voiceItem .detailArea .baseInfoArea dt,
	.voiceList .voiceItem .detailArea .baseInfoArea dd {
		padding-top: 3px;
	}
	.borderBtn a {
		padding-top: 13px;
	}
	.wp-pagenavi a {
		line-height: 43px;
	}
	.voiceDetail .detailArea .baseInfoArea dt,
	.voiceDetail .detailArea .baseInfoArea dd {
		padding-top: 6px;
	}
	.constIconArea .constIco {
		padding-top: 2px;
	}
	.toplink {
		padding-top: 2px;
	}
}
