@charset "utf-8";

/* PAGE CASESTUDY LIST ++++++++++ */

body.lower #contents h1{
	font-size: 28px;
	line-height: 32px;
}

body.lower.news #contents h1{
	margin-bottom: 20px;
}

/* LOWER HEADLINE ++++++++++ */

body.lower #headline{
	position: relative;
}

body.lower #headline > img{
	width: 100%;
	height: auto;
}

body.lower #headline > .textArea{
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-content: center;
	align-items: center;
	top: 50%;
	left: 50%;
	z-index: 1;
	margin-left: -24vw;
	margin-top: -6vw;
	width: 48vw;
	height: 12vw;
	position: absolute;
	font-size: 3.2vw;
	line-height: 3.6vw;
	text-align: center;
	color: #fff;
	/*font-family: adobe-song-std, "游明朝", "ヒラギノ明朝", "Trebuchet MS",Verdana,Arial,Helvetica, sans-serif;
	font-style: normal;
	font-weight: 100;*/
	font-family: ro-nikkatsu-sei-kai-std, serif;
	font-weight: 400;
	font-style: normal;

	/* color: rgba(25,25,25,1); */
}


/* pagesubtitle */
body.lower #headline > .textArea .sub{
	display: block;
	font-size: 1.4vw;
	line-height: 1.8vw;
}

body.lower #primary {
	flex: 0 1 auto;
	margin-right: 2%;
	width: 100%;
	max-width: calc(1000px + 2%);
}

body.lower #primary > section {
	padding: 32px 0;
}

body.lower #contents  header{
	margin-bottom: 40px;
	padding-left: 8px;
}

body.lower #contents  header h1{
	margin-bottom: 12px;
	color: #333;
}

body.lower.casestudy #headline > .textArea{
	background: var( --casestudy-color);
}

body.lower.casestudy #contents > header{
	border-left: var( --casestudy-color) solid 8px;
}

body.lower.news #headline > .textArea{
	background: var( --news-color);
}

body.lower.news #contents > header{
	border-left: var(  --news-color) solid 8px;
}

body.lower.casestudytop #headline > .textArea,
body.lower.search #headline > .textArea{
	background: var(--search-color );
}

body.lower.casestudytop #contents > header{
	border-left: var( --search-color) solid 8px;
}

body.lower.construction #headline > .textArea{
	background: var( --construction-color);
}

body.lower.construction #contents > header{
	border-left: var(  --construction-color) solid 8px;
}

body.lower.construction #primary section header h2{
	color: var( --construction-color100);
}

body.lower.about #headline > .textArea{
	background: var( --about-color);
}

body.lower.about #contents > header{
	border-left: var(  --about-color) solid 8px;
}

body.lower.inspection #headline > .textArea{
	background: var( --inspection-color);
}

body.lower.inspection #contents > header{
	border-left: var(  --inspection-color) solid 8px;
}

body.lower.faq #headline > .textArea{
	background: var( --faq-color);
}

body.lower.faq #contents > header{
	border-left: var(  --faq-color) solid 8px;
}

body.lower.blog #headline > .textArea{
	background: var( --blog-color);
	display: none;
}

body.lower.blog.news #headline > .textArea{
	border-left: var(  --news-color) solid 8px;
	background: var( --news-color);
	display: flex;
}

body.lower.blog #contents > header{
	border-left: var(  --blog-color) solid 8px;
}

body.lower.blog.news #contents > header{
	border-left: var(  --news-color) solid 8px;
}

body.lower.flow #headline > .textArea{
	background: var( --flow-color);
}

body.lower.flow #contents > header{
	border-left: var(  --flow-color) solid 8px;
}

body.lower.insure #headline > .textArea{
	color: #000;
	background: var( --insure-color);
}

body.lower.insure #contents > header{
	border-left: var( --insure-color100) solid 8px;
}

/* 大規模修繕工事 */

body.lower.lsconstruction #headline > .textArea{
	color: #fff;
	background: var( --lsconstruction-color);
}

body.lower.lsconstruction #contents > header{
	border-left: var( --lsconstruction-color100) solid 8px;
}

body.lower.lsconstruction #primary section header h2,
body.lower.lsconstruction #contents .contents p.strong{
	color: var( --lsconstruction-color100);
}

/* 消毒 */

body.lower.disinfection #headline > .textArea{
	color: #fff;
	background: var( --disinfection-color);
}

body.lower.disinfection #contents > header{
	border-left: var( --disinfection-color100) solid 8px;
}

body.lower.disinfection #contents .contents p.strong{
	color: var( --disinfection-color100);
}

/* 発電 */

body.lower.generator #headline > .textArea{
	color: #fff;
	background: var( --generator-color);
}

body.lower.generator #contents > header{
	border-left: var( --generator-color100) solid 8px;
}

/* realestate */

body.lower.realestate #headline > .textArea{
	color: #fff;
	background: var( --realestate-color);
}

body.lower.realestate #contents > header{
	border-left: var( --realestate-color100) solid 8px;
}

/* probrem */

body.lower.probrem #headline > .textArea{
	color: #fff;
	background: var( --probrem-color);
}

body.lower.probrem #contents > header{
	border-left: var( --probrem-color100) solid 8px;
}


body.lower.confirm #headline > .textArea,
body.lower.complete #headline > .textArea,
body.lower.error #headline > .textArea,
body.lower.contact #headline > .textArea{
	background: var( --contact-color);
}

/* TEXT AREA END */

#contents header.polkadots h2{
	margin: 0;
	padding: 12px 0;
}

body.lower.confirm #contents  header,
body.lower.complete #contents  header,
body.lower.error #contents  header,
body.lower.contact #contents  header
{
	border-left: var(  --contact-color) solid 8px;
}

#contents section h2{
	margin-bottom: 20px;
	padding-left: 8px;
	font-size: 16px;
}

#contents section.about h2{
	border-left: var(--about-color) solid 8px;
}

.contentsarea dl{
	display: flex;
	flex-flow: row wrap;
	justify-content: start;
	align-items: start;
	margin-bottom: 4px;
	padding: 4px 0;
	line-height: 28px;
}

#about .contentsarea dl{
	border-bottom: var( --main-border-color-pail) dotted 1px;
}

#about .contentsarea dd{
	width: calc(100% - 124px);
}

#about .contentsarea dd b{
	display: block;
	font-size: 13px;
	border-top: var( --main-border-color-pail) dotted 1px;
}

#about .contentsarea dd b:first-child{
	border-top: none;
}

#about .contentsarea dd b em{
	font-weight: normal;
	font-size: 14px;
	border-bottom: none;
}


.contentsarea dt{
	flex: 0 0 124px;
	max-width: 124px;
	font-weight: bold;
}


#faq .contentsarea dl{
	margin-bottom: 32px;
	line-height: 24px;
}

#faq .contentsarea dl:nth-child(2n){
	position: relative;
	z-index: 1;
	padding-bottom: 24px;
}

#faq .contentsarea dl:nth-child(n) dt{
	color: var(--search-color100);
}

#faq .contentsarea dl.answ dt{
	color: var(--faq-color);
}

#faq .contentsarea dl:nth-child(2n)::after {
	/* border-bottom: var(--faq-border) dotted 4px; */
	content: '';
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 12px;
	background-image: radial-gradient( var(--faq-border) 20%, rgba(255,255,255,0) 24% );
	background-size: 16px 16px;
	background-position: 0px 0px;
}

#faq .contentsarea dt{
	flex: 0 0 52px;
	max-width: 52px;
	font-family: 'Fredoka One';
	font-size: 32px;
}

#faq .contentsarea dd h2{
	margin-bottom: 0;
	padding: 0;
	color: #333;
}



/* Flow +++++++++++++++++++++ */




/* Construction +++++++++++++++++++++ */

section.introduce{
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	background: transparent;
}

#construction section.introduce article{
	display: flex;
	flex-flow: column;
	justify-content: start;
	align-content: space-between;
	align-items: start;
	margin-right: 0;
	margin-bottom: 20px;
	padding: 4px;
	width: 23.5%;
	max-width: 252px;
	background: #fff;
	box-sizing: border-box;
	flex: 0 1 auto;

}	

section.introduce article img{
	width: 100%;
	height: auto;
	object-fit: cover;
}

section.introduce article .contentsImg{
	order: 1;
	margin-bottom: 4px;
}

section.introduce article h3{
	order: 2;
}

section.introduce article .contents{
	order: 3;
}

/* Casestudy SpecArea ++++++++++++++ */

body.casestudy #contents > .specarea{
	margin-bottom: 20px;
	padding: 16px;
	background: var(--main-key-bgcolor);
	border-radius: 8px;
}

body.casestudy #contents > .specarea h2{
	margin-bottom: 8px;
	font-size: 20px;
	line-height: 24px;
	color: var( --casestudy-color);
}

body.casestudy #contents > .specarea dl{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-content: start;
	align-items: stretch;
	
	margin-bottom: 4px;
	padding: 4px 0;
	border-bottom: var( --main-border-color-pail) dotted 1px;
}

body.casestudy #contents > .specarea dl:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

body.casestudy #contents > .specarea dt{
	width: 108px;
	font-weight: bold;
}

body.casestudy #contents > .specarea dd{
	width: calc(100% - 108px);
	
}

body.casestudy #contents h1{
	margin-bottom: 8px;
	font-size: 40px;
	line-height: 44px;
	color: #333;
}/**/

body.casestudy #contents .iconarea{
	margin-bottom: 8px;
}

body.news #contents header .date{
	margin-bottom: 20px;
	padding: 4px 8px;
	font-size: 14px;
	color: #333;
	background: var(--news-bg);
	border: var(news-border) solid 1px;
	border-radius: 4px;
}

body.casestudy #contents > .imgarea{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-content: start;
	align-items: stretch;
	
	margin-bottom: 20px;
	padding: 0px;
}

body.casestudy #contents > .imgarea div{
	width: 47vw;
	max-width: 508px;
	height: calc(32vw + 24px);
	max-height:  calc(348px +  24px);
}

body.casestudy #contents > .imgarea div p{
	font-weight: bold;
}

body.casestudy #contents > .imgarea div img{
	width: 100%;
	max-width: 508px;
	height: 32vw;
	max-height:  348px;
	object-fit: cover;
	object-position: top;
}

body.casestudy #thumb4slider a img {
	width: 100px;
	height: 75px;
}

body.casestudy #frame4slider {
	position: relative;
	z-index: 2;
	margin: 0 auto 20px;
	max-width: 100%;
	max-height: 660px;
	overflow: hidden;
	background: var(--main-key-bgcolor);
	border: #e5e5e5 solid 1px;
}

#recommend > h2{
	margin-bottom: 20px;
	padding-bottom: 4px;
	font-size: 16px;
	letter-spacing: 4px;
	color: var(--main-sub-color);
	border-bottom: var(--main-sub-color) solid 2px;
}

.casestudy #recommend > h2{
	color: var(--casestudy-color);
	border-bottom: var(--casestudy-color) solid 2px;
}

.contentsArea {
	display: flex;
	flex-flow: row wrap;
	justify-content: start;
	align-items: stretch;
	align-content: space-between;
}

#recommend .contentsArea article{
	max-width: 196px;
}

#casestudytop #primary{
	max-width: calc(1000px + 4%);
}


#casestudytop #primary > section article:last-child{
	margin-bottom: 20px;
}

.contentsArea article
{
	flex: 0 1 200px;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	align-content: start;
	align-items: stretch;
	
	margin: 0 4px 8px;
	margin: 0 4px 20px;
	width: 200px;
	max-width: 200px;
}

.contentsArea article a{
	display: flex;
	flex-flow: column;
	justify-content: start;
	align-content: start;
	align-items: stretch;
	position: relative;
	padding-bottom: 32px;
	/* padding-bottom: 60px; */
	height: 100%;
}

.contentsArea article picture,
.contentsArea article img{
	width: 100%;
	max-width: 200px;
	height: 120px;
}

#recommend article .imgBox{
	margin-bottom: 4px;
	/* order: 1; */
}

.contentsArea article h3{
	margin-bottom: 8px;
	color: #333;
	font-size: 13px;
	line-height: 16px;
	/* order: 2; */
}

.contentsArea article .description
{
	margin-bottom: 8px;
	font-size: 13px;
	line-height: 16px;
	/* order: 3; */
}

.contentsArea article .iconarea
{
	 /*position: absolute;
	z-index: 1;
	bottom: 24px; */
	/* order: 4; */
}

.contentsArea article .date{
	position: absolute;
	z-index: 1;
	bottom: 0; /* */
	padding: 0 4px;
	width: 100%;
	border: var(--main-color-bdb) solid 1px;
	border-radius: 4px;
	/* order: 5; */
}

.contentsArea article .iconarea span{
	display: inline-block;
	margin-bottom: 4px;
	padding: 4px;
	border-radius: 4px;
}

/* FLOW ++++++++++++++++++++++++ */

#flow #contents header{
	padding-left: 0;
	text-align: center;
	border-left: 0;
}

#flow #contents header em{
	font-weight: bold;
	color: var(--flow-color100);
}

#flow #contents header h1{
	display: inline-block;
	margin: 0 auto 20px;
	width: auto;
	padding: 20px;
	border: var(--flow-color100) solid 4px;
	border-radius: 40px;
}

.flow article{
	display: flex;
	flex-flow: column;
	justify-content: start;
	align-content: center;
	align-items: center;
	margin-bottom: 48px;
}

.flow article.start{
	margin-bottom: 0;
}

.flow article.start .imgbox{
	margin-bottom: 0;
}

.flow article .stepNum{
	margin-bottom: 20px;
	width: 100%;
	text-align: center;
	border-bottom: var(--flow-color) solid 1px;
}

.flow #contents article h2{
	font-size: 28px;
	line-height: 32px;
	color: #000;
	text-align: center;
	font-family: source-han-sans-cjk-ja, sans-serif;
	font-weight: 900;
	font-style: normal;
}

.flow #contents article.step1 h2{
	margin-bottom: 32px;
}

.flow article .imgbox{
	margin-bottom: 20px;
}

.flow article.start .imgbox .imgsub{
	text-align: right;
}

.flow article.start .imgbox .imgsub img{
	position: relative;
	z-index: 1;
	right: -24px;
}

.flow article.step1 .imgbox{
	display: flex;
	flex-flow: column;
	justify-content: start;
	align-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

.flow article.step1 .imgbox .imgsub img{
	mix-blend-mode: multiply;
	bottom: -24px;
}

.flow article.step1 .imgbox .imgmain{
	position: relative;
	z-index: 1;
}

.flow article .copybox{
	margin-bottom: 12px;
	text-align: center;
}

.flow article .copybox p{
	padding: 24px 0;
	text-align: center;
	color: var(--flow-color100) ;
	font-weight: bold;
	font-size: 24px;
	font-family: source-han-sans-cjk-ja, sans-serif;
	font-weight: 900;
	font-style: normal;

}

.flow article.step2 .imgbox,
.flow article.step4 .imgbox
{
	position: relative;
	z-index: 1;
}

.flow article.step2 .imgbox .step2term,
.flow article.step4 .imgbox .step4term
{
	position: absolute;
	z-index: 1;
	top: 0;
	left: -140px;
}

/* BLOG ++++++++++++++++++ */

.lower.blog main #contents li{
	margin-bottom: 20px;
}

/* 下層ページ初期・点検 ++++++++++++++++++ */

#contents .contents,
#contents .imgbox,
#contents .buttonbox,
#insure .contents,
#insure .imgbox,
#insure .buttonbox,
#inspection .contents,
#inspection .imgbox,
#inspection .buttonbox{
	margin-bottom: 40px;
}

#insure .contents p,
#inspection .contents p{
	margin-bottom: 12px;
	text-align: left;
}

#contents .contents p.strong{
	font-weight: bold;
	color: #000;
	font-size: 120%;
	margin: 4px 0;
}

#contents .contents.center p{
	text-align: center;
}

#contents .contents p.list{
	margin: 12px 0;
	line-height: 18px;
}

#contents .contents p.list span{
	display: block;
	margin-bottom: 8px;
	background-size: 12px 12px;
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 16px;
}

body.lower.disinfection #contents .contents p.list span{
    background-image: radial-gradient(var( --disinfection-color100) 71%, rgba(255,255,255,0) 71%);
}

#contents .imgbox,
#insure .imgbox,
#inspection .imgbox{
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-content: center;
	align-items: center;
}

#realestate .imgbox img,
#inspection .imgbox img,
#probrem .imgbox img{
	margin: 4px;
	width: calc((100% - 3vw) / 3) ;
	height: auto;
}

#insure .imgbox img{
	margin: 4px;
	width: 50%;
	height: auto;
}

/*#lsconstruction .imgbox img{
	width: 100%;
	height: auto;
}*/

.lower .buttonbox{
	margin: 0 auto;
	text-align: center;
}

.lower .buttonbox i{
	margin-left: 12px;
}

.lower .buttonbox a{
		display: flex;
		flex-flow: row wrap;
		justify-content: center;
		align-content: center;
		align-items: center;
		margin: 0 auto;
		padding: 1.2vw;
		width: 70%;
		min-width: 280px;
		color: #fff;
		font-weight: bold;
		font-size: 2.4vw;
		background: var(--inspection-color100);
		border-radius: 12px;
		box-sizing: border-box;
}

.lower.lsconstruction .buttonbox a{
		background: var(--lsconstruction-color100);
}

.lower.generator .buttonbox a{
		background: var(--generator-color100);
}

.lower.disinfection .buttonbox a{
		background: var(--disinfection-color100);
}

.lower.realestate .buttonbox a{
		background: var(--realestate-color100);
}

.lower.probrem .buttonbox a{
		background: var(--probrem-color100);
}

.lower .buttonbox a span,
.lower .buttonbox a i.freedial{
		display: inline-flex;
		flex-flow: row wrap;
		justify-content: center;
		align-content: center;
		align-items: center;
}

.lower .buttonbox a i.freedial{
	margin: 0 4px;
}

.lower .buttonbox a i.freedial svg{
	height: 2.4vw;
	width: auto;
}

@media only screen and (min-width: 1201px) {
	.lower .buttonbox a i.freedial svg{
		height: 24px;
	}
	
}




.lower .buttonbox a span em.en{
	margin: 0 4px;
	font-size: 120%;
	font-family: Arial;
	font-weight: bold;
}

#insure.lower .buttonbox a{
		color: #000;
		background: var(--insure-color100);
}

@media only screen and (min-width: 1201px) {
	.lower .buttonbox a{
			font-size: 24px;
	}
	
}

@media only screen and (min-width: 768px) {
		
	#lsconstruction section.introduce{
		margin: 0 auto;
		width: 564px;
	}
	
	section.introduce article {
		flex: 0 0 auto;
		min-width: 188px;
	}

	
}

@media only screen and (max-width: 567px) {
		
	body.casestudy #contents h1{
		margin-bottom: 8px;
		font-size: 20px;
		line-height: 24px;
	}/**/
	
	body.casestudy #contents > .imgarea{
		display: flex;
		flex-flow: column;
		justify-content: start;
		align-content: start;
		align-items: stretch;
		
		margin-bottom: 20px;
		padding: 0px;
	}

	body.casestudy #contents > .imgarea div{
		width: calc(100%);
	}
	
		
	body.casestudy #headline > .textArea{
		font-size: 16px;
	}
	
		
	body.casestudy #headline > .textArea .sub{
		display: none;
	}

	body.casestudy #contents > .imgarea div{
		height: calc(60vw + 24px);
		max-height:  600px;
	}

	body.casestudy #contents > .imgarea div img{
		height: 60vw;
		max-height:  600px;
	}
}


@media only screen and (max-width: 480px) {
	
	body.lower #headline > .textArea{
		margin-left: -53px;
		padding: 8px;
		width: auto;
		height: auto;
		font-size: 18px;
		line-height: 18px;
	}
	
	body.lower #headline > .textArea .sub{
		display: none;
	}
	
	body.lower #contents h1 {
		font-size: 16px;
		line-height: 20px;
	}
	
	#construction section.introduce article {
		width: 48%;
		max-width: 252px;
		flex: 0 1 auto;
	}

	/* FLOW ++++++++++++++++++++++++ */

	#flow #contents header h1{
		padding: 8px 12px;
		border-width: 2px;
		border-radius: 22px;
	}

	.flow #contents article h2{
		font-size: 20px;
		line-height: 24px;
	}

	.flow article .copybox p{
		padding: 24px 0;
		text-align: center;
		color: var(--flow-color100) ;
		font-weight: bold;
		font-size: 16px;
		line-height: 20px;
		font-family: source-han-sans-cjk-ja, sans-serif;
		font-weight: 900;
		font-style: normal;

	}

	.flow article.step2 .imgbox .step2term,
	.flow article.step4 .imgbox .step4term
	{
		position: absolute;
		z-index: 1;
		top: 0;
		left: -80px;
		height: 60%;
	}
	
	.flow article.step4 .imgbox .step4term{
		left: -40px;
		
	}
	
	.lower .buttonbox a{
		padding: 12px 0;
			font-size: 14px;
	}

	/* Button ++++++++++++++++++++++++ */

	#inspection .imgbox img{
		margin: 0 0 8px 0;
		width: 100% ;
		height: auto;
	}

	#insure .imgbox img{
		margin: 0 0 8px 0;
		width: 100% ;
		height: auto;
	}
	

	.lower .buttonbox a{
		width: 100%;
	}









}
