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

h1:not(.detailTitle) {
	background: url(../img/sp/bg_voice_01_sp.png) no-repeat;
	background-size: cover;
}
h1 img{
	width: 85%;
}
/* ===================================
#contents
=================================== */
#contents .list{
	display:-webkit-box;
	display: -webkit-flex;
	display:-ms-flexbox;
	display: flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
#contents .titleImg img{
    width: 95%;
}
#contents .titleImg,
#contents .subtitle {
	text-align: center;
}
#contents .subtitle {
	color: #7F7F7F;
	font-size: 20px;
	font-weight: bold;
	margin: 15px auto 40px;
}

.content{
	order: 0;
}

/* ===================================
施工箇所アイコン - 共通 -
=================================== */
.constIconArea{
	overflow: auto;
	border-bottom: 1px solid #CCCCCC;
	padding: 15px 0 10px;
}
.constIconArea p:first-of-type {
	font-size: 16px;
	margin: 0 0 5px;
	color: #133E9D;
	font-weight: bold;
}
.constIconArea .constIco {
	display: inline-block;
	width: 49%;
	height: 45px;
	padding-left: 30px;
	background-color: #FFEE00;
	background-repeat: no-repeat;
	background-position: 6px 50%;
	box-sizing: border-box;
	border-radius: 5px;
	line-height: 45px;
	font-size: 13px;
	text-align: center;
	margin-bottom: 5px;
}
.constIconArea .constIco:nth-child(even){
	float: left;
}
.constIconArea .constIco:nth-child(odd){
	float: right;
}
/* 外壁防水 */
.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{
	margin: 0 20px;
}
.voiceList .voiceItem {
	border: 1px solid #41B7EE;
	box-sizing: border-box;
	padding: 15px;
	margin-bottom: 20px;
}
.voiceList .voiceItem:last-child {
	margin-bottom: 0px;
}
.voiceList .voiceItem .titleArea p,
.voiceDetail .titleArea p {
	color: #133E9D;
}
.voiceList .voiceItem .titleArea p{
	line-height: 1;
	margin-bottom: 15px;
}
.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: 18px;
	margin-right: 10px;
	font-weight: bold;
}
.voiceList .voiceItem .titleArea .date {
	font-size: 13px;
}
.voiceList .voiceItem .titleArea .voiceTit {
	margin-bottom: 15px;
}
.voiceList .voiceItem .titleArea .voiceTit a {
	font-size: 18px;
	font-weight: bold;
	color: #133E9D;
	line-height: 1.4;
	word-break: break-all;
}
.voiceList .voiceItem .detailArea .baImgArea {
	margin-bottom: 45px;
}
/* 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 {
	position: relative;
	margin-bottom: 60px;
}
.voiceList .voiceItem .detailArea .baImgArea .beforeBox::before {
	content: 'Before';
	position: absolute;
	bottom: -30px;
	font-size: 16px;
	color: #133E9D;
	font-weight: bold;
}
.voiceList .voiceItem .detailArea .baImgArea .beforeBox::after {
	content: '';
	width: 72px;
	height: 64px;
	background: url(../img/ico_arrow_01.png) no-repeat;
	position: absolute;
	bottom: -50px;
	left: 215px;
	transform: scale(1, -1) rotate(-90deg);
}
.voiceList .voiceItem .detailArea .baImgArea .afterBox {
	position: relative;
}
.voiceList .voiceItem .detailArea .baImgArea .afterBox::before {
	content: 'After';
	position: absolute;
	bottom: -45px;
    left: 0;
	font-size: 28px;
	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 {
	max-width: 100%;
	height: 210px;
	margin: 0 auto;
	display: block;
}

.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 {
	background-color: #F5F5F5;
	text-align: center;
	margin-top: 8px;
	width: 33%;
	font-weight: bold;
	display: inline-block;
	margin-right: 10px;
}
.voiceList .voiceItem .detailArea .baseInfoArea dd {
	margin-top: 8px;
	display: inline-block;
	width: 60%;
}

.voiceList .voiceItem .voiceMsgArea {
	display: block;
	clear: both;
	background-color: #F5F5F5;
	padding: 5px 8px;
	margin: 15px 0;
}
.voiceList .voiceItem .voiceMsgArea .voiceName {
	font-size: 18px;
	font-weight: bold;
}
.voiceList .voiceItem .voiceMsgArea .voiceName .job {
	font-size: 12px;
	font-weight: normal;
	vertical-align: middle;
	margin-left: 10px;
}
.voiceList .voiceItem .voiceMsgArea .mainText {
	width: 100%;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 16px;
	line-height: 1.5;
	word-break: break-all;
}
/* commonでの指定ボタンの余白相殺 */
.borderBtn a {
	margin: 0 auto;
}
.borderBtn a:before{
	right: 13px;
}

.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 {
	margin-right: 20px;
}
.thumb img {
  	width: 100%;
	height: 200px;
  	object-fit: cover;
	font-family: 'object-fit: cover;';
}
.description {
  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;
	background: none;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.7;
	color: #153E9D;
	margin: 0 0 20px;
	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{
	margin: 0 20px;
}
.voiceDetail .titleArea .date {
	font-size: 12px;
	margin-left: 5px;
}

#slider {
	margin-bottom: 20px;
}
#slider .slick-slide:not(.slick-current) {
	opacity: 0.7;
}

.slick-slide {
	margin-right: 10px;
}

.slide-item img {
	width: 100%;
	height: 55vw;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

.thumnailInner {
	overflow-x: scroll;
	margin-left: 20px;
}
.beforeList,
.afterList {
	width: auto;
	display: inline-block;
	white-space: nowrap;
}


.thumbnail-list {
	display: inline-block;
}
.thumBeforeText,
.thumAfterText {
	margin: 0 20px;
	color: #133E9D;
    font-size: 17px;
    font-weight: bold;
}
.thumAfterText {
	margin-top: 20px;
}
.thumbnail-list::before {
	color: #133E9D;
	font-size: 17px;
	position: absolute;
	font-weight: bold;
}
.thumbnail-item{
	max-width: 60px;
	max-height: 40px;
	display: inline-block;
	border: 2px solid transparent;
}
.thumbnail-list .thumbnail-item{
	opacity: 1!important;
}
.thumbnail-list .thumbnail-item img {
	width: 60px;
	height: 40px;
	object-fit: cover;
    font-family: 'object-fit: cover;';
}
.thumbnail-list .thumbnail-item.thumbnail-current {
	border: 2px solid #133E9D;
}

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

.voiceDetail .detailArea .baseInfoArea {
	margin: 40px 20px 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: 30%;
	background-color: #F5F5F5;
	text-align: center;
	margin-bottom: 10px;
	font-weight: bold;
}
.voiceDetail .detailArea .baseInfoArea dd {
	width: 65%;
	margin-left: 10px;
}

.voiceDetail .detailArea .constIconArea {
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 40px;
	margin: 0 20px;
}
/* 詳細は若干大きめ */
.voiceDetail .detailArea .constIconArea .constIco {
	width: 175px;
	margin-right: 6px;
}
.voiceDetail .detailArea .constIconArea .constIco:nth-child(7n) {
	margin-right: 0;
}
.otherArea {
	margin: 0 20px;
	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;
}

/* ===================================
.pagenavi
=================================== */
.pagenavi{
	width: 100%;
	margin: 40px 0;
	order: 1;
}
.next__large{
	margin-bottom: 25px;
}
.next__large-link{
	display: block;
	color: #191919;
	border: 2px solid #0059B2;
	text-align: center;
	font-size: 20px;
	margin: 0 20px;
	padding: 20px 0;
	position: relative;
}
.next__large-link:before{
	position: absolute;
	width: 8px;
	height: 8px;
	right: 20px;
	top: 33px;
	content: "";
	transform: rotate(45deg);
	border-top: 3px solid #0059B2;
	border-right: 3px 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;
}

/* ===================================
.listLink
=================================== */
.listLink {
    padding: 20px;
	margin: 40px 0 0;
    background-color: #F5F5F5;
    text-align: center;
}
.listLink a,
.listLink span {
    width: 100%;
    padding: 20px 0;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #CCC;
    background-color: #FFF;
    font-size: 12px;
    color: #123AA0;
    text-decoration: none;
    box-sizing: border-box;
	font-weight: bold;
}
.listLink .prevLinkBox,
.listLink .nextLinkBox {
	width: 48%;
    position: relative;
}
.listLink .prevLinkBox{
    float: left;
}
.listLink .nextLinkBox{
    float: right;
}
.listLink .nextLinkBox:before,
.listLink .prevLinkBox:before {
    font-size: 14px;
    text-decoration: none;
    content: "";
    box-sizing: border-box;
    border: 4px solid transparent;
    position: absolute;
    top: 45px;
}
.listLink .nextLinkBox:before {
    border-left: 6px solid #163E9D;
    right: 5px;
}
.listLink .prevLinkBox:before {
    border-right: 6px solid #163E9D;
    left: 5px;
}
.listLink img{
    width: 38%;
    height: 100%;
    min-height: 60px;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}
.listLink .linkInfo{
    margin: -5px 10px 0;
}
.listLink .prevLinkBox img{
    float: left;
    padding: 0 0 0 25px;
}
.listLink .prevLinkBox .linkInfo{
    float: left;
    text-align: left;
}
.listLink .nextLinkBox img{
    float: right;
    padding: 0 25px 0 0;
}
.listLink .nextLinkBox .linkInfo{
    float: right;
    text-align: right;
}
.prevTit,.nextTit{
    margin-bottom: 5px;
}
.prevTit,.nextTit,
.prevNo,.nextNo{
    font-size: 12px;
}
.prevDate,.nextDate{
    font-size: 10px;
    font-weight: normal;
    line-height: 12px;
}

/* 詳細 TOPページへ */
.toplink {
	width: 260px;
	height: 40px;
    line-height: 40px;
    display: block;
	margin: 60px auto;
    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;
}

/* ===================================
.contactArea
=================================== */
.contactArea {
	background: url(https://cosmobank.co.jp/img/sp/bg_contact_01_sp.png) no-repeat;
	background-size: cover;
	padding: 40px 0 20px;
}
.contactArea .inner {
	margin-left: 0;
	margin-right: 0;
}
.contactArea h2 {
	background: none;
	color: #FFF;
	font-size: 34px;
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
}
.contactArea .text01 {
	color: #FFF;
	text-align: center;
	background: rgba(255,255,255,0.3);
	border-radius: 19px;
	font-size: 14px;
	line-height: 38px;
	margin: 15px 10px 0;
}
.contactArea .tel {
	margin: 30px 0 28px;
	padding: 0;
	background: none;
	color: #FFF;
	text-align: center;
}
.contactArea .tel span {
	margin-top: 5px;
	padding: 0 0 0 48px;
	font-size: 16px;
}
.contactArea .tel a {
	display: inline-block;
	padding: 0 0 0 48px;
	background: url(../../common/img/sp/ico_tel_01.png) no-repeat left 5px;
	background-size: 36px;
	text-decoration: none;
	color: #FFF;
	font-size: 43px;
	text-align: center;
}
.contactArea .btn {
	background: #FFF;
	margin: 0 20px;
}
.contactArea .btn a {
	margin: 20px 0 15px;
	width: 100%;
	font-size: 34px;
	text-align: center;
	color: #153E9D;
	line-height: 1.3;
	padding: 18px 0 15px;
}
.contactArea .btn a span {
	font-size: 18px;
	display: block;
}
.contactArea .btn a:before {
	display: none;
}
.contactArea .text02 {
	color: #FFF;
	font-size: 15px;
	text-align: center;
}
@media screen and (max-width:370px) {
.listLink .linkInfo{
	margin: -5px 4px 0;
}
.contactArea h2 {
	font-size: 28px;
}
.contactArea .text01 {
	font-size: 12px;
}
.contactArea .tel span {
	font-size: 13px;
}
.contactArea .tel a {
	padding-top: 3px;
	font-size: 38px;
}
.contactArea .btn a {
	font-size: 30px;
}
.contactArea .text02 {
	font-size: 13px;
}
.voiceList .voiceItem .detailArea .baImgArea .beforeBox::after{
	width: 56px;
	height: 63px;
	background-size: 49px;
}
}
