@charset "UTF-8";

/*--------------------------------------------------------------------
works_painting.html      業務紹介
works_painting.html      建築、橋梁塗装工事
works_newcons.html       建築工事
works_renewal.html       企業施設/マンションリニューアル工事
works_resistance.html    耐震補強工事
works_asbestos.html      アスベスト除去工事
works_estate.html        不動産事業/リノベーション事業
works_construction.html  設備/空調・給排水工事
works_flow.html          業務の流れ
works_quality.html       品質管理
works.css
--------------------------------------------------------------------*/


/*------------TopNav------------------------------------*/
div#TopNav { width: 700px; }


/*------------about------------------------------------------------------------------------------------------------------------*/
div#about div.SubBox {
	margin-top: -100px;
	padding-top: 100px;
}
div#about h3 {
	margin-bottom: 40px;
	padding-bottom: 0.45em;
	background: url(../../img/parts/title_line02.png) no-repeat center bottom;
	text-align: center;
	line-height: 1.2;
	letter-spacing: 0.04em;
	text-align: center;
	font-family: Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "Sawarabi Mincho" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 2.12em;
	font-weight: bolder;
	color: #001f96;
}
div#about h4 {
	width: 980px;
	margin: 0 auto 20px;
	padding: 0 0.45em 0.35em;
	background: url(../../img/parts/title_line03.png) no-repeat right bottom;
	line-height: 1.2;
	font-size: 1.68em;
}
div#about h5 {
	margin: 0 auto 15px;
	padding: 0 0.45em 0.35em;
	border-bottom: 1px solid #4f8fff;
	line-height: 1.2;
	font-size: 1.37em;
	color: #4f8fff;
}
div#about div.TopBg {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding-top: 650px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
}
div#about div.aboutImg {
	width: 980px;
	margin: 0 auto;
	padding: 40px 20px 20px;
	background-color: rgba(255, 255, 255, 0.9);
}
div#about div.aboutImg dl.TopTxt dt {
	margin-bottom: 15px;
	text-align: center;
	line-height: 1.2;
	font-family: Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "Sawarabi Mincho" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 1.81em;
	font-weight: bolder;
}
div#about div.aboutImg dl.TopTxt dd {
	width: 100%;
	overflow: hidden;
}
div#about div.aboutImg dl.TopTxt dd div.TTPho {
	width: 400px;
	float: right;
}
div#about div.aboutImg dl.TopTxt dd div.TTTxt {
	width: 520px;
	float: left;
}
div#about div.aboutImg p + p { margin-top: 0.8em; }
div#about div.mainImg {
	max-width: 1400px;
	margin: 20px auto 0;
}
div#about div.mainImg ul {
	width: 100%;
	list-style: none;
	overflow: hidden;
}
div#about div.mainImg ul.List02 li {
	width: 50%;
	float: left;
}
div#about div.Flow,
div#about div.Goods {
	width: 100%;
	margin: 30px auto 0;
}
div#about div.Flow span.arrow:before {
	display: inline-block;
	margin-left: 0.3em;
	transform: rotate(90deg);
	content: "\0025b2";
}
div#about div.Goods ul li {
	list-style: none;
	padding-left: 1.3em;
	text-indent: -1.3em;
}
div#about div.Goods ul li:before {
	margin-right: 0.3em;
	content: "\0025cf";
}

/*------------SubNav------------------------*/
div#SubNav {
	width: 940px;
	margin: 0 auto 60px;
}
div#SubNav ul {
	width: 100%;
	margin-bottom: -10px;
	list-style: none;
	overflow: hidden;
}
div#SubNav ul li {
	width: 300px;
	margin-right: 20px;
	margin-bottom: 10px;
	background: #4d80b8;
	float: left;
	transition: opacity .3s;
}
div#SubNav ul li:nth-child(3n),
div#SubNav ul li:nth-last-of-type(1) { margin-right: 0; }
div#SubNav ul li a {
	display: block;
	position: relative;
	padding: 0.55em 1.5em 0.4em;
	line-height: 1.2;
	text-align: center;
	font-family: Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "Sawarabi Mincho" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 0.87em;
	color: #fff;
	transition: opacity .3s;
}
div#SubNav ul li a:after {
	display: inline-block;
	position: absolute;
	width: 8px;
	height: 100%;
	background: url(../../img/parts/btn_arrow.png) no-repeat right center;
	content: "";
	top: 0;
	right: 10px;
}
div#SubNav ul li:nth-last-of-type(1) a:after { border-right: 0 none; }
div#SubNav ul li:hover,
div#SubNav ul li a:hover {
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
	text-decoration: none;
	color: #ff0;
}

/*------------footNav------------------------*/
div.footNav {
	width: 980px;
	margin: 60px auto 0;
}
div.footNav ul {
	width: 100%;
	list-style: none;
	overflow: hidden;
}
div.footNav ul li {
	position: relative;
	width: 326px;
	margin-right: 1px;
	float: left;
}
div.footNav ul li:nth-child(3n) { margin-right: 0; }
div.footNav ul li div { overflow: hidden; }
div.footNav ul li a {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
div.footNav ul li#fNav01 a { background-image: url(../../img/pc/works/works_btn_p01.jpg); }
div.footNav ul li#fNav02 a { background-image: url(../../img/pc/works/works_btn_p02.jpg); }
div.footNav ul li#fNav03 a { background-image: url(../../img/pc/works/painting_p01.jpg); }
div.footNav ul li#fNav04 a { background-image: url(../../img/pc/works/newcons_p01.jpg); }
div.footNav ul li#fNav05 a { background-image: url(../../img/pc/works/renewal_p01.jpg); }
div.footNav ul li#fNav06 a { background-image: url(../../img/pc/works/resistance_p01.jpg); }
div.footNav ul li#fNav07 a { background-image: url(../../img/pc/works/asbestos_p01.jpg); }
div.footNav ul li#fNav08 a { background-image: url(../../img/pc/works/estate_p01.jpg); }
div.footNav ul li span {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	right: 0;
	bottom: 0;
	background-color: rgba(43, 43, 43, 0.7);
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}
div.footNav ul li#fNav01 span { background-image: url(../../img/pc/works/works_btn_t01.png); }
div.footNav ul li#fNav02 span { background-image: url(../../img/pc/works/works_btn_t02.png); }
div.footNav ul li#fNav03 span { background-image: url(../../img/pc/works/works_btn_t03-1.png); }
div.footNav ul li#fNav04 span { background-image: url(../../img/pc/works/works_btn_t03-2.png); }
div.footNav ul li#fNav05 span { background-image: url(../../img/pc/works/works_btn_t03-3.png); }
div.footNav ul li#fNav06 span { background-image: url(../../img/pc/works/works_btn_t03-4.png); }
div.footNav ul li#fNav07 span { background-image: url(../../img/pc/works/works_btn_t03-5.png); }
div.footNav ul li#fNav08 span { background-image: url(../../img/pc/works/works_btn_t03-6.png); }

/*------------painting------------------------*/
div#painting {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
div#painting div.TopBg { background-image: url(../../img/pc/works/painting_p01.jpg); }
div#painting ul#IdeaList {
	width: 100%;
	margin-top: 30px;
	list-style: none;
	overflow: hidden;
}
div#painting ul#IdeaList li {
	width: 450px;
	margin-right: 40px;
	float: left;
}
div#painting ul#IdeaList li:nth-of-type(1) {
	margin: 0 auto 20px;
	float: none;
}
div#painting ul#IdeaList li:nth-of-type(3) { margin-right: 0; }
div#painting ul#IdeaList li dl dt {
	width: 76px;
	height: 76px;
	margin: 0 auto 10px;
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}
div#painting ul#IdeaList li:nth-of-type(1) dl dt { background-image: url(../../img/pc/works/painting_icon01.png); }
div#painting ul#IdeaList li:nth-of-type(2) dl dt { background-image: url(../../img/pc/works/painting_icon02.png); }
div#painting ul#IdeaList li:nth-of-type(3) dl dt { background-image: url(../../img/pc/works/painting_icon03.png); }

/*------------newcons------------------------*/
div#newcons {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
div#newcons div.TopBg { background-image: url(../../img/pc/works/newcons_p01.jpg); }

/*------------renewal------------------------*/
div#renewal {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
div#renewal div.TopBg { background-image: url(../../img/pc/works/renewal_p01.jpg); }
div#apartment { margin-top: 60px; }
div#apartment div.TopBg { background-image: url(../../img/pc/works/renewal_p02.jpg); }
div#renewal div.standard,
div#renewal div.plan {
	width: 100%;
	margin: 30px auto 0;
}
div#renewal div.standard table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #bfbfbf;
}
div#renewal div.standard table tr th {
	width: auto;
	padding: 10px 20px;
	background: #eaeaea;
	border-right: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
	text-align: center;
	vertical-align: top;
}
div#renewal div.standard table tr td {
	width: auto;
	padding: 10px 20px;
	border-right: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
	text-align: left;
	vertical-align: top;
}
div#renewal div.standard table tr td:nth-last-of-type(1) { text-align: center; }
div#renewal div.standard table tr th:nth-last-of-type(1),
div#renewal div.standard table tr td:nth-last-of-type(1) { border-right: 0 none; }
div#renewal div.plan div.planList {
	width: 100%;
	margin: 20px auto 0;
	overflow: hidden;
}
div#renewal div.plan div.planList h6 {
	margin-bottom: 10px;
	line-height: 1.2;
	font-size: 1.12em;
	color: #004d00;
}
div#renewal div.plan div.planTxt {
	width: 520px;
	float: left;
}
div#renewal div.plan div.planTxt dl.Provisional {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
div#renewal div.plan div.planTxt dl.Provisional + p,
div#renewal div.plan div.planTxt dl.Product + p { margin-top: 1em; }
div#renewal div.plan div.planTxt dl.Product { margin-top: 1em; }
div#renewal div.plan div.planTxt dl.Product ul li {
	padding-left: 1.3em;
	text-indent: -1.3em;
}
div#renewal div.plan div.planTxt dl.Product ul li:before {
	margin-right: 0.3em;
	content: "\0030fb";
}
div#renewal div.plan div.planTxt ul {
	width: auto;
	list-style: none;
	overflow: hidden;
}
div#renewal div.plan div.planTxt ul li { float: left; }
div#renewal div.plan div.planTxt ul li:after { content: "\003001"; }
div#renewal div.plan div.planTxt ul li:nth-last-of-type(1):after { content: ""; }
div#renewal div.plan div.planTxt p.Note {
	font-weight: bolder;
	color: #ff1d25;
}
div#renewal div.plan div.planPho {
	width: 400px;
	float: right;
}

/*------------resistance------------------------*/
div#resistance {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
div#resistance div.TopBg { background-image: url(../../img/pc/works/resistance_p01.jpg); }
div#resistance div#resisIdea {
	width: 100%;
	max-width: 1400px;
	margin: 40px auto 0;
	padding: 30px 0;
	background-color: #f4f4f4;
}
div#resistance div#resisIdea ul {
	width: 980px;
	margin: 0 auto;
	list-style: none;
	overflow: hidden;
}
div#resistance div#resisIdea ul > li {
	width: 450px;
	margin-right: 40px;
	float: left;
}
div#resistance div#resisIdea ul > li:nth-of-type(1) {
	margin: 0 auto 20px;
	float: none;
}
div#resistance div#resisIdea ul > li:nth-of-type(3) { margin-right: 0; }
div#resistance div#resisIdea ul > li dl dt {
	width: 76px;
	height: 76px;
	margin: 0 auto 10px;
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}
div#resistance div#resisIdea ul > li:nth-of-type(1) dl dt { background-image: url(../../img/pc/works/resistance_icon01.png); }
div#resistance div#resisIdea ul > li:nth-of-type(2) dl dt { background-image: url(../../img/pc/works/resistance_icon02.png); }
div#resistance div#resisIdea ul > li:nth-of-type(3) dl dt { background-image: url(../../img/pc/works/resistance_icon03.png); }
div#resistance div#resisIdea ul > li ol li {
	list-style: none;
	text-align: center;
}

/*------------asbestos------------------------*/
div#asbestos {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
div#asbestos div.TopBg { background-image: url(../../img/pc/works/asbestos_p01.jpg); }
div#asbestos div.Removal {
	width: 100%;
	margin: 30px auto 0;
}
div#asbestos div.Removal div.RemovList {
	width: 100%;
	margin: 20px auto 0;
	overflow: hidden;
}
div#asbestos div.Removal div.RemovList h6 {
	margin-bottom: 10px;
	line-height: 1.2;
	font-size: 1.12em;
	color: #004d00;
}
div#asbestos div.Removal div.RemovTxt { float: left; }
div#asbestos div.ImgList01 div.RemovTxt { width: 730px; }
div#asbestos div.ImgList02 div.RemovTxt { width: 520px; }
div#asbestos div.Removal div.RemovTxt ul.TopSpace { margin-top: 1em; }
div#asbestos div.Removal div.RemovTxt ul.Note li {
	padding-left: 1.3em;
	text-indent: -1.3em;
}
div#asbestos div.Removal div.RemovTxt ul.Note li:before {
	margin-right: 0.3em;
	content: "\00203b";
}
div#asbestos div.Removal div.RemovPho { float: right; }
div#asbestos div.ImgList01 div.RemovPho { width: 190px; }
div#asbestos div.ImgList02 div.RemovPho { width: 400px; }
div#asbestos div.Removal div.RemovPho ul {
	width: 100%;
	list-style: none;
	overflow: hidden;
}
div#asbestos div.Removal div.RemovPho ul li {
	width: 190px;
	margin-right: 20px;
	float: left;
}
div#asbestos div.Removal div.RemovPho ul li:nth-child(2n),
div#asbestos div.Removal div.RemovPho ul li:nth-last-of-type(1) { margin-right: 0; }

/*------------estate------------------------*/
div#estate {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
div#estate div.TopBg { background-image: url(../../img/pc/works/estate_p01.jpg); }

/*------------construction------------------------*/
div#construction {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
div#construction div.TopBg { background-image: url(../../img/pc/works/construction_p01.jpg); }
div#construction div#phoList { margin-top: 85px; }
div#construction div#phoList ul {
	width: 100%;
	margin-bottom: -21px;
	list-style: none;
	overflow: hidden;
}
div#construction div#phoList ul li {
	width: 464px;
	margin-right: 12px;
	margin-bottom: 21px;
	float: left;
}
div#construction div#phoList ul li:nth-child(2n) { margin-right: 0; }


/*------------works_flow------------------------------------------------------------------------------------------------------------*/
div#flow p {
	width: 940px;
	margin: 20px auto 0;
}


/*------------works_quality------------------------------------------------------------------------------------------------------------*/
div#quality h5 {
	margin: 0 0 15px;
	padding: 0 0.45em 0.25em;
	border-bottom: 1px solid #4f8fff;
	line-height: 1.2;
	font-size: 1.37em;
	color: #4f8fff;
}
div#quality p + p { margin-top: 0.8em; }
div#quality div.quaList {
	width: 100%;
	margin: 20px auto 0;
	overflow: hidden;
}
div#quality div.quaPho { width: 400px; }
div#quality div.quaTxt { width: 560px; }
div#quality div.flL { float: left; }
div#quality div.flR { float: right; }