/* common */

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
body {
	margin: 0;
	padding: 0;
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust: 100%;
	background-color: #0e7ac4;
}
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}
h2 {
	margin: 80px auto;
	font-size: 40px;
	text-align: center;
}
a {
	text-decoration: none;
	color: #fff;
}
a:visited {
	text-decoration: none;
	color: #fefefe;
}
a:hover {
	text-decoration: none;
}
main {
	color: #fff;
}

main section h3 {
	font-size: 36px;
	text-align: center;
}

/* Home */
#home main .coverContent .coverImage {
	width: calc(100% - 2rem);
	max-width: 1240px;
	margin: 0 auto;
}
#home main .coverContent .coverImage img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
#home main section.news {
	width: 84%;
	max-width: 960px;
	margin: 0 auto 140px;
}
#home main section.news h2 {
	color: #fff;
}
#home main .news .news_photo ul {
	padding: 0;
	max-height: 240px;
	min-height: 240px;
	overflow: auto;
}
#home main .news .news_photo ul li {
	list-style: none;
}
#home main .news .news_photo ul li img {
	width: 100%;
	cursor: pointer;
}
#home main .news .news_photo ul li img:hover {
	opacity: .8;
}
main section.news div > div {
	position: relative;
	width: 48%;
	height: auto;
	padding: 0;
	background-color: #fff;
}
#home main section.news div > div h5 {
	color: #666;
	text-align: center;
}
#home main section.news div > div.news_photo {
	float: left;
}
#home main section.news div > div.news_release {
	color: #666;
	float: right;
}
#home main section.news div > div.news_release p {
	margin: 16px;
	font-size: 12px;
	border-bottom: 1px dashed #eee;
}
#home main section.news div > div.news_release ul {
	padding: 16px;
	max-height: 240px;
	min-height: 240px;
	overflow: auto;
}
#home main section.news div > div.news_release ul li {
	font-size: 12px;
	border-bottom: 1px dashed #eee;
	list-style: none;
	margin-bottom: 10px;
	font-weight: bold;
}

#home main section.news div > div.news_release ul li b{
	display:inline-block;
	margin-right:10px;
}
#home main section.news div > div.news_release ul li a{
	color:#333;
}
#home main section.news div > div.news_release ul li a:hover{
	color:#888;
}

#home main section.news div > div:before {
	content: "";
	position: absolute;
	top: -4px;
	left: 0;
	width: 100%;
	padding: 4px 0;
	background:
		linear-gradient(-135deg, #0e7ac4 4px, transparent 0) 0 4px,
		linear-gradient(135deg, #0e7ac4 4px, #fff 0) 0 4px;
	background-color: #fff;
	background-position: left bottom !important;
	background-repeat: repeat-x !important;
	background-size: 8px 8px;
}
#home main section.news div > div:after {
	content: "";
	position: absolute;
	bottom: -8px;
	left: 0;
	width: 100%;
	padding: 4px 0;
	background:
		linear-gradient(-45deg, #0e7ac4 4px, transparent 0) 0 4px,
		linear-gradient(45deg, #0e7ac4 4px, #fff 0) 0 4px;
	background-color: #0e7ac4;
	background-position: left bottom !important;
	background-repeat: repeat-x !important;
	background-size: 8px 8px;
}
#home main section.news div iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 320px;
}


/* common of enterprise */
#enterprise {
	position: relative;
}
#enterprise #mobility01 {
	position: absolute;
	left: 0;
	left: 0vw;
	top: -300px;
	max-width: 400px;
	max-height: 400px;
	z-index: 1;
}
#mobility01 img {
	width: 100%;
}
#enterprise #mobility02 {
	position: absolute;
	right: -200px;
	top: -450px;
	max-width: 320px;
	max-height: 320px;
	z-index: 1;
}
#mobility02 img {
	width: 100%;
}
#enterprise #mobility03 {
	position: absolute;
	left: 0;
	top: -340px;
	width: 100%;
	max-width: 400px;
	max-height: 400px;
	z-index: 1;
}
#mobility03 img {
	width: 100%;
}
#enterprise #mobility04 {
	position: absolute;
	left: 16%;
	top: -340px;
	width: 100%;
	max-width: 200px;
	max-height: 200px;
	z-index: 1;
}
#mobility04 img {
	width: 100%;
}
#enterprise #mobility05 {
	position: absolute;
	left: 0;
	top: -200px;
	width: 100%;
	max-width: 300px;
	max-height: 300px;
	z-index: 1;
}
#mobility05 img {
	width: 100%;
}
#enterprise #mobility06 {
	position: absolute;
	left: 0;
	top: -480px;
	width: 100%;
	max-width: 600px;
	max-height: 600px;
	z-index: 1;
}
#mobility06 img {
	width: 100%;
}
#enterprise #wrap main article {
	margin-bottom: 160px;
}
#enterprise #wrap main article h2 {
	margin-bottom: 0;
}
#enterprise #wrap main article div {
	padding-top: 24px;
	/*overflow: hidden;*/
}
#enterprise #wrap main article .contents {
	position: relative;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}
#enterprise #wrap main article .contents section h3 {
	/*margin-top: 80px;*/
}
/* flow chart */

#enterprise #wrap main article ul.flow {
	width: 100%;
	max-width: 960px;
	margin: 0 auto 80px;
	padding: 0;
	list-style: none;
}
#enterprise #wrap main article ul.flow li {
	width: 22%;
	height: auto;
	margin-right: 4%;
	padding: 0 16px 16px;
	font-size: 12px;
	color: #333;
	float: left;
	border-radius: 8px;
	background-color: #fee002;
}
#enterprise #wrap main article ul.five-cell li {
	width: 16.8%;
}
#enterprise #wrap main article ul.flow li:last-child {
	margin-right: 0;
}
#enterprise #wrap main article ul.flow li h5 {
	margin: 16px auto 0;
	font-size: 16px;
	text-align: center;
	color: #fd0c03;
}
#enterprise #wrap main article ul.flow li ul {
	padding: 0;
	list-style: none;
	float: none;
}
#enterprise #wrap main article ul.flow li ul li {
	width: auto;
	padding: 0;
	float: none;
}
/* section */
#enterprise #wrap main article .contents section {
	margin-bottom: 80px;
}

/* フォトフレーム */
#enterprise #wrap main article .contents ul li img.photoframe {
	width: 100%;
	padding: 8px;
	border: 1px solid #ddd;
	box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.2);
	background-color: #fefefe;
}

/* 解体工事 */
#enterprise #wrap main article #demolitionwork {
	position: relative;
	/*background-color: #40aaef;*/
}
#enterprise #wrap main article #demolitionwork h4 {
	position: relative;
	padding: 8px;
	color: #40aaef;
	display: inline-block;
	border-radius: 4px;
	background-color: #fff;
}
#enterprise #wrap main article #demolitionwork h4:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 32px;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-top: 8px solid #fff;
}
#enterprise #wrap main article #demolitionwork .contents .ftrbn {
	position: relative;
	width: 100%;
}
#enterprise #wrap main article #demolitionwork .contents .ftrbn:before {
	content: "";
	display: block;
	padding-top: 31%;
}
#enterprise #wrap main article #demolitionwork .contents .ftrbn .typo {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
#enterprise #wrap main article #demolitionwork .contents .typo img {
	width: 100%;
	position: absolute;
	/*top: 21px;*/
}

/* 土木工事 */
#enterprise #wrap main article #engineeringwork {
	position: relative;
	color: #333;
	background-color: #fff;
}
#enterprise #wrap main article #engineeringwork h4 {
	position: relative;
	padding: 8px;
	color: #fff;
	display: inline-block;
	border-radius: 4px;
	background-color: #58be89;
}
#enterprise #wrap main article #engineeringwork h4:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 32px;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-top: 8px solid #58be89;
}
#enterprise #wrap main article #engineeringwork figure {
	width: 100%;
	max-width: 798px;
	margin: 0 auto;
}
#enterprise #wrap main article #engineeringwork figure img {
	width: 100%;
}
#enterprise #wrap main article #engineeringwork figure figcaption {
	bottom: 36%;
	left: 10%;
	margin-bottom: 24px;
	padding: 16px;
	text-align: left;
}
#enterprise #wrap main article #engineeringwork figure figcaption h5 {
	margin: 8px;
	font-size: 16px;
}
#enterprise #wrap main article #engineeringwork .contents ul.snap {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}
#enterprise #wrap main article #engineeringwork .contents ul.snap li {
	width: 32%;
	margin-right: 2%;
	float: left;
}
#enterprise #wrap main article #engineeringwork .contents ul.snap li:last-child {
	margin-right: 0;
}
#enterprise #wrap main article #engineeringwork .contents .ftrbn {
	position: relative;
	width: 100%;
}
#enterprise #wrap main article #engineeringwork .contents .ftrbn:before {
	content: "";
	display: block;
	padding-top: 31%;
}
#enterprise #wrap main article #engineeringwork .contents .ftrbn .typo {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
#enterprise #wrap main article #engineeringwork .contents .typo img {
	width: 100%;
	position: absolute;
	/*top: 21px;*/
}

/* 建築工事 */
#enterprise #wrap main article #buildingwork {
	position: relative;
	color: #fff;
	background-color: #58be89;
}
#enterprise #wrap main article #buildingwork h4 {
	position: relative;
	padding: 8px;
	/* color: #58be89; */
	color: darkgreen;
	display: inline-block;
	border-radius: 4px;
	background-color: #fba848;
}
#enterprise #wrap main article #buildingwork h4:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 32px;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-top: 8px solid #fba848;
}
#enterprise #wrap main article #buildingwork .contents section figure div img {
	width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.2);
	background-color: #fefefe;
}
#enterprise #wrap main article #buildingwork .contents section .build1 figure {
	width: 100%;
	margin: 0 auto;
}
#enterprise #wrap main article #buildingwork .contents section .build1 figure div:first-child {
	width: 58.8%;
	margin-right: 2%;
	float: left;
}
#enterprise #wrap main article #buildingwork .contents section .build1 figure div:nth-child(2) {
	width: 39.2%;
	float: left;
}
#enterprise #wrap main article #buildingwork .contents section .build2 {
	width: 100%;
	margin: 0 auto;
}
#enterprise #wrap main article #buildingwork .contents section .build2 figure {
	margin: 0;
}
#enterprise #wrap main article #buildingwork .contents section .build2 .build3,
#enterprise #wrap main article #buildingwork .contents section .build2 .build4 {
	float: left;
}
#enterprise #wrap main article #buildingwork .contents section .build2 .build3 {
	width: 39.2%;
	margin-right: 2%;
}
#enterprise #wrap main article #buildingwork .contents section .build2 .build4 {
	width: 58.8%;
}
#enterprise #wrap main article #buildingwork .contents section .build2 .build4 figure div {
	width: 32%;
	margin-right: 2%;
	float: left;
}
#enterprise #wrap main article #buildingwork .contents section .build2 .build4 figure div:first-child {
	width: 100%;
}
#enterprise #wrap main article #buildingwork .contents section .build2 .build4 figure div:nth-child(4) {
	margin-right: 0;
}
#enterprise #wrap main article #buildingwork .contents section .build2 .build4 figure div:last-child {
	width: 100%;
}
#enterprise #wrap main article #buildingwork .contents .ftrbn {
	position: relative;
	width: 100%;
}
#enterprise #wrap main article #buildingwork .contents .ftrbn:before {
	content: "";
	display: block;
	padding-top: 31%;
}
#enterprise #wrap main article #buildingwork .contents .ftrbn .typo {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
#enterprise #wrap main article #buildingwork .contents .typo img {
	width: 100%;
	position: absolute;
	/*top: 21px;*/
}


/* アスベスト処理事業 */
#enterprise #wrap main article #asbestosprocessing {
	position: relative;
	color: #eceef1;
	background-color: #58be89;
}
#enterprise #wrap main article #asbestosprocessing h4 {
	position: relative;
	padding: 8px;
	color: #fba848;
	display: inline-block;
	border-radius: 4px;
	background-color: #eceef1;
}
#enterprise #wrap main article #asbestosprocessing h4:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 32px;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-top: 8px solid #eceef1;
}
#enterprise #wrap main article #asbestosprocessing .contents section ul {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}
#enterprise #wrap main article #asbestosprocessing .contents section ul li {
	width: 23.5%;
	margin-right: 2%;
	float: left;
}
#enterprise #wrap main article #asbestosprocessing .contents section ul li:last-child {
	margin-right: 0;
}
#enterprise #wrap main article #asbestosprocessing .contents .ftrbn {
	position: relative;
	width: 100%;
}
#enterprise #wrap main article #asbestosprocessing .contents .ftrbn:before {
	content: "";
	display: block;
	padding-top: 31%;
}
#enterprise #wrap main article #asbestosprocessing .contents .ftrbn .typo {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
#enterprise #wrap main article #asbestosprocessing .contents .typo img {
	width: 100%;
	position: absolute;
	/*top: 21px;*/
}


/* ダイオキシン処理事業 */
#enterprise #wrap main article #dioxintreatment {
	position: relative;
	color: #0e7ac4;
	background-color: #eceef1;
}
#enterprise #wrap main article #dioxintreatment h4 {
	position: relative;
	padding: 8px;
	color: #eceef1;
	display: inline-block;
	border-radius: 4px;
	background-color: #0e7ac4;
}
#enterprise #wrap main article #dioxintreatment h4:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 32px;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-top: 8px solid #0e7ac4;
}
#enterprise #wrap main article #dioxintreatment .contents section .process {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}
#enterprise #wrap main article #dioxintreatment .contents section .process li {
	width: 32%;
	margin-right: 2%;
	float: left;
}
#enterprise #wrap main article #dioxintreatment .contents section .process li:last-child {
	margin-right: 0;
}
#enterprise #wrap main article #dioxintreatment .contents section .process li img {
	width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.2);
    background-color: #fefefe;
}
#enterprise #wrap main article #dioxintreatment .contents .ftrbn {
	position: relative;
	width: 100%;
}
#enterprise #wrap main article #dioxintreatment .contents .ftrbn:before {
	content: "";
	display: block;
	padding-top: 31%;
}
#enterprise #wrap main article #dioxintreatment .contents .ftrbn .typo {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
#enterprise #wrap main article #dioxintreatment .contents .typo img {
	width: 100%;
	position: absolute;
	/*top: 21px;*/
}


/* 土壌汚染処理事業 */
#enterprise #wrap main article #soilpollutiontreatment {
	position: relative;
	color: #363947;
	background-color: #0e7ac4;
}
#enterprise #wrap main article #soilpollutiontreatment ul.flow li:nth-child(2) {
    padding: 0 14px 16px;
}
#enterprise #wrap main article #soilpollutiontreatment .contents .ftrbn {
	position: relative;
	width: 100%;
}
#enterprise #wrap main article #soilpollutiontreatment .contents .ftrbn:before {
	content: "";
	display: block;
	padding-top: 36%;
}
#enterprise #wrap main article #soilpollutiontreatment .contents .ftrbn .typo {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
#enterprise #wrap main article #soilpollutiontreatment .contents .typo img {
	width: 100%;
	position: absolute;
	top: 0;
}

@media screen and (max-width: 768px) {
	#home main section.news div > div h5 {
		padding-top: 24px;
	}
	#enterprise #mobility01 {
		display: none;
	}
	#enterprise #mobility02 {
		display: none;
	}
	#enterprise #mobility03 {
		display: none;
	}
	#enterprise #mobility04 {
		display: none;
	}
	#enterprise #mobility05 {
		display: none;
	}
	#enterprise #mobility06 {
		display: none;
	}
	main section h3 {
		font-size: 24px;
	}
	#enterprise #wrap main article .contents {
		width: 84%;
		margin: 0 auto;
	}
	#enterprise #wrap main article section h3 {
		margin-top: 32px !important;
	}
	#enterprise #wrap main article .contents section .flow {
		margin-bottom: 40px;
	}
	#enterprise #wrap main article .contents section .flow li {
		width: 100%;
		margin: 0 auto;
		float: none;
	}
	#enterprise #wrap main article .contents section {
		margin-bottom: 40px;
	}
	#enterprise #wrap main article #engineeringwork .contents section .snap li {
		width: 48%;
		margin: 0 4% 8px 0;
		/*float: none !important;*/
	}
	#enterprise #wrap main article #engineeringwork .contents section .snap li:nth-child(2) {
		margin-right: 0;
	}
	/*#enterprise #wrap main article #engineeringwork .contents section .snap li img {
		padding: 4px;
	}*/
	#enterprise #wrap main article #buildingwork .contents section figure figcaption {
		font-size: 10px;
	}
	#enterprise #wrap main article #buildingwork .contents section .build1 figure div {
		width: 48% !important;
	}
	/*#enterprise #wrap main article #buildingwork .contents section .build1 figure div img {
		padding: 4px;
	}*/
	#enterprise #wrap main article #buildingwork .contents section .build2 .build3 {
		width: 48%;
		margin: 0 auto;
		float: none;
	}
	/*#enterprise #wrap main article #buildingwork .contents section .build2 .build3 img {
		padding: 4px;
	}*/
	#enterprise #wrap main article #buildingwork .contents section .build2 .build4 {
		width: 100%;
		margin: 0 auto;
	}
	#enterprise #wrap main article #buildingwork .contents section .build2 .build4 figure div {
		width: 48% !important;
	}
	#enterprise #wrap main article #buildingwork .contents section .build2 .build4 figure div:nth-child(odd) {
		clear: both;
	}
	/*#enterprise #wrap main article #buildingwork .contents section .build2 .build4 figure div img {
		padding: 4px;
	}*/
	#enterprise #wrap main article #asbestosprocessing .contents section ul {
		width: 100
	}
	#enterprise #wrap main article #asbestosprocessing .contents section ul li {
		width: 48%;
		margin-right: 4%;
	}
	#enterprise #wrap main article #asbestosprocessing .contents section ul li:nth-child(odd) {
		clear: both;
	}
	#enterprise #wrap main article #asbestosprocessing .contents section ul li:nth-child(even) {
 		margin-right: 0;
	}
	/*#enterprise #wrap main article #asbestosprocessing .contents section ul li img {
		padding: 4%;
	}*/
	#enterprise #wrap main article #dioxintreatment .contents section .process li {
		width: 48%;
	}
	#enterprise #wrap main article #dioxintreatment .contents section .process li:nth-child(odd) {
		margin-right: 4%;
	}
	#enterprise #wrap main article #dioxintreatment .contents section .process li:nth-child(even) {
		width: 48%;
		margin-right: 0;
	}
		
}

/* ideal */
#ideal #wrap main {
	width: 84%;
	max-width: 960px;
	margin: 80px auto 140px;
}
#ideal #wrap main .ideal ol {
	margin-bottom: 40px;
}
#ideal #wrap main .ideal #philosophy {
	position: relative;
	margin: 0 auto 40px; 
	padding: 24px 16px;
	line-height: 1.5;
	color: #333;
	background-color: #fff;
}
#ideal #wrap main .ideal #philosophy:before {
	content: "";
	position: absolute;
	top: -4px;
	left: 0;
	width: 100%;
	padding: 4px 0;
	background:
		linear-gradient(-135deg, #0e7ac4 4px, transparent 0) 0 4px,
		linear-gradient(135deg, #0e7ac4 4px, #fff 0) 0 4px;
	background-color: #fff;
	background-position: left bottom !important;
	background-repeat: repeat-x !important;
	background-size: 8px 8px;
}
#ideal #wrap main .ideal #philosophy:after {
	content: "";
	position: absolute;
	bottom: -8px;
	left: 0;
	width: 100%;
	padding: 4px 0;
	background:
		linear-gradient(-45deg, #0e7ac4 4px, transparent 0) 0 4px,
		linear-gradient(45deg, #0e7ac4 4px, #fff 0) 0 4px;
	background-color: #0e7ac4;
	background-position: left bottom !important;
	background-repeat: repeat-x !important;
	background-size: 8px 8px;
}
#ideal #wrap main .ideal #philosophy h4 {
	text-align: center;
}
#ideal #wrap main .ideal #philosophy .iso {
	width: 40%;
	margin: 0 auto;
}
#ideal #wrap main .ideal #philosophy .iso ul {
	padding: 0;
	list-style: none;
}
#ideal #wrap main .ideal #philosophy .iso ul li {
	float: left;
}

/* record */
#record #wrap main {
	margin: 80px auto 140px;
}
#record #wrap main .record {
	width: 84%;
	max-width: 960px;
	margin: 0 auto;
}
#record #wrap main .record table {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-collapse: collapse;
	width: 100%;
}
#record #wrap main .record table caption {
	text-align: left;
	margin-bottom: 16px;
	font-weight: bold;
}
#record #wrap main .record table th,
#record #wrap main .record table td {
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 10px;
}
#record #wrap main .record table th {
	background-color: #363947;
	text-align: left;
}
#record #wrap main .record table tbody tr td:nth-child(3) {
	text-align: center;
}
#record #wrap main .record table tbody tr td a {
	margin-right: 4px;
	font-size: large;
	color: #fff;
}
#record #wrap main .record table tbody tr td a:last-child {
	margin-right: 0;
}
#record #wrap main .record table tbody tr td a:hover {
	color: #fff;
	text-shadow: 0 0 10px #fff,
	0 0 20px #fff,
	0 0 30px #fff,
	0 0 40px #ffdd1b,
	0 0 70px #ffdd1b,
	0 0 80px #ffdd1b,
	0 0 100px #ffdd1b,
	0 0 150px #ffdd1b;
	-webkit-animation: neon3 1.5sease-in-out infinite alternate;
	animation: neon3 1.5s ease-in-out infinite alternate;
}

/* about us */
#aboutus #wrap main {
	margin: 80px auto 140px;
}
#aboutus #wrap main .aboutus {
	width: 84%;
	max-width: 960px;
	margin: 0 auto;
}
#aboutus #wrap main .aboutus #greeting {
	padding-top: 0;
}
#aboutus #wrap main .aboutus #greeting .spacer {
	margin-top: 200px;
	float: right;
	width: 1px;
}
#aboutus #wrap main .aboutus #greeting .person {
	width: 180px;
	text-align: center;
	border-top-left-radius: 24%;
	shape-margin: 16px;
	-webkit-shape-outside: ellipse();
	shape-outside: ellipse();
	float: right;
	clear: both;
	display: none;
}
#aboutus #wrap main .aboutus #greeting figure.person figcaption p:first-child {
	margin-bottom: 4px;
	font-size: 14px;
}
#aboutus #wrap main .aboutus #greeting figure.person figcaption p:nth-child(2) {
	margin-top: 4px;
	font-size: 24px;
	font-weight: bold;
}
#aboutus #wrap main .aboutus #greeting p.message {
	max-width: 800px;
	margin: 0 auto 24px;
	text-indent: 1em;
	line-height: 2.5;
}
#aboutus main section.aboutus #greeting .sign {
	margin-bottom: 80px;
	font-size: 24px;
	text-align: right;
}
#aboutus main section.aboutus #greeting .sign .company_executive {
	margin-right: 16px;
	font-size: 18px;
}
#aboutus #wrap main .aboutus #info {
	position: relative;
	margin: 0 auto 40px;
	padding-top: 40px;
	padding-bottom: 24px;
	line-height: 1.5;
	color: #333;
	background-color: #fff;
}
#aboutus #wrap main .aboutus #info:before {
	content: "";
	position: absolute;
	top: -4px;
	left: 0;
	width: 100%;
	padding: 4px 0;
	background:
		linear-gradient(-135deg, #0e7ac4 4px, transparent 0) 0 4px,
		linear-gradient(135deg, #0e7ac4 4px, #fff 0) 0 4px;
	background-color: #fff;
	background-position: left bottom !important;
	background-repeat: repeat-x !important;
	background-size: 8px 8px;
}
#aboutus #wrap main .aboutus #info:after {
	content: "";
	position: absolute;
	bottom: -8px;
	left: 0;
	width: 100%;
	padding: 4px 0;
	background:
		linear-gradient(-45deg, #0e7ac4 4px, transparent 0) 0 4px,
		linear-gradient(45deg, #0e7ac4 4px, #fff 0) 0 4px;
	background-color: #0e7ac4;
	background-position: left bottom !important;
	background-repeat: repeat-x !important;
	background-size: 8px 8px;
}
#aboutus #wrap main .aboutus #info .info {
	margin-bottom: 32px;
}
#aboutus #wrap main .aboutus #info .info table {
	width: 100%;
	border-collapse: collapse;
}
#aboutus #wrap main .aboutus #info .info table tr th {
	width: 50%;
	text-align: center;
	vertical-align: top;
	text-justify: inter-ideograph;
	border: 16px solid #fff;
}

#aboutus #wrap main .aboutus #info .info table tr th .two_word {
	letter-spacing: 3em;
} 
#aboutus #wrap main .aboutus #info .info table tr th .three_word {
	letter-spacing: 1em;
}
#aboutus #wrap main .aboutus #info .info table tr th .four_word {
	letter-spacing: .3em;
}
#aboutus #wrap main .aboutus #info .info table tr th {
	font-size: 12px;
}
#aboutus #wrap main .aboutus #info .info table tr td {
	width: 50%;
	font-size: 12px;
	vertical-align: top;
	border: 16px solid #fff;
}
#aboutus #wrap main .aboutus #client .client {
	width: 100%;
	max-width: 960px;
	margin-bottom: 40px;
}
#aboutus #wrap main .aboutus #client .client ul {
	padding: 0;
	list-style: none;
}

/* News Release */
#release{
	margin:0;
	padding:0;
	background-color:#0e7ac4;
	color:white;
	font-size:12px;
}
#release div#wrap{
	margin:10px;
}
#release div.image{
	margin:0px;
}
#release div.image img{
	display:block;
	width:100%;
}
#release p.intro{
	font-size:13px;
}
#release p.sub{
	color:#eee;
}


/* footer */

footer {
	width: 100%;
	bottom: 0;
	padding: 40px 0;
	color: #fff;
	text-align: center;
	background-color: #363947;
}
footer:before {
	content: "";
	display: block;
	position: relative;
	width: 100%;
	max-width: 960px;
	height: 70px;
	margin: 0 auto;
	background: url(../images/building.png) no-repeat center bottom;
	background-size: contain;
	top: -110px;
	background-color: none;
}
footer a {
	color: #fff;
}
footer .container {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}
footer .container:after {
	content: "\0a9 2016 HOUSEI Co.,LTD.";
	padding-top: 40px;
	font-size: 16px;
	text-align: center;
}
footer .container address {
	width: 30%;
	font-style: normal;
	text-align: center;
	float: left;
}
footer .container address h4 {
	margin: 0;
	font-size: 16px;
}
footer .container .phone {
	width: 84%;
	margin: 16px auto;
	font-size: 24px;
	font-weight: bold;
}
footer .container .phone .tel-link {
	width: 84%;
	margin: 16px auto;
	font-size: 24px;
	font-weight: bold;
}
footer .container .mail {
	width: 84%;
	margin: 0 auto;
	padding: 4px;
	font-size: 16px;
	border: 1px solid #fff;
	border-radius: 4px;
}
footer .container .sitemap {
	width: 70%;
	max-width: 560px;
	padding: 0;
	float: right;
}

footer .container .sitemap ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
footer .container .sitemap > ul > li {
	width: 25%;
	font-weight: bold;
	text-align: left;
	float: left;
}
footer .container .sitemap ul li ul li {
	width: auto;
	margin: 16px 0 16px 4px;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	line-height: 1;
	float: none;
}
@media screen and (min-width: 768px) {
	html, body {
		height: 100%;
	}
	#wrap {
		width: 100%;
		position: relative;
		height: auto !important;
		height: 100%;
		min-height: 100%;
	}
	main {
		display: block;
		margin-top: 80px;
		/* padding-bottom: 400px; */
		overflow: hidden;
	}
/*	main section h2 {
		margin-top: 96px;
	}
*/	footer {
		/* position: absolute; */
		height: auto;
	}
	
	/* ideal */
	#ideal #wrap main .ideal #philosophy .iso ul li {
		width: 22%;
		margin-right: 4%;
	}
	#ideal #wrap main .ideal #philosophy .iso ul li:last-child {
		margin-right: 0;
	}
	#ideal #wrap main .ideal #philosophy .iso ul li img {
		width: 100%;
	}
	
	/* about us */
	#aboutus #wrap main .aboutus #client .client ul li {
		width: 33%;
		float: left;
    	text-align: center;
	}
	#aboutus #wrap main .aboutus #client .client ul li:nth-child(3n+1) {
		clear: both;
	}
}
@media screen and (max-width: 768px) {
	header {
		position: static;
	}
	#wrap main h2 {
		margin: 24px auto;
		font-size: 24px;
	}
	#home main section.news div > div.news_photo {
		float: none;
	}
	#home main section.news div > div.news_release {
		float: none;
	}
	#home main section.news div > div {
		width: auto;
		margin: 0 auto;
	}
	footer {
		margin-top: 80px;
		padding-top: 40px;
		padding-bottom: 40px;
	}
	footer .container {
		padding: 40px auto;
	}
	footer .container address {
		width: 88%;
		margin: 0 auto 40px;
		float: none;
	}
	footer .container .sitemap {
		width: 88%;
		max-width: none;
		margin: 0 auto;
		float: none;
		display: none;
	}
	footer .container .sitemap ul li {
		width: 100%;
		float: none;
	}
	footer .container .sitemap ul li ul li {
		text-align: center;
	}
	
	/* enterprise */
	#enterprise #wrap main article ul.flow li h5 {
		padding-top: 16px;
	}
	#enterprise #wrap main article .contents ul li img.photoframe {
		padding: 4px;
	}
	
	/* ideal */
	#ideal #wrap main .ideal #philosophy {
		padding: 16px;
		font-size: 12px;
		box-sizing: border-box;
	}
	#ideal #wrap main .ideal #philosophy ol,
	#ideal #wrap main .ideal #philosophy ul {
		padding-left: 16px;
	}
	#ideal #wrap main .ideal #philosophy .iso ul li {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 16px;
	}
	#ideal #wrap main .ideal #philosophy .iso ul li:nth-child(even) {
		margin-right: 0;
		margin-bottom: 0;
	}
	#ideal #wrap main .ideal #philosophy .iso ul li img {
		width: 100%;
	}
	
	/* about us */
	#aboutus #wrap main {
		margin-bottom: 40px;
	}
	#aboutus #wrap main .aboutus #greeting .spacer {
		display: none;
	}
	#aboutus #wrap main .aboutus #greeting .person {
		width: 160px;
		margin: 0 auto;
		text-align: center;
		border-top-left-radius: 24%;
		shape-margin: 4px;
		-webkit-shape-outside: ellipse();
		shape-outside: ellipse();
		float: none;
		clear: both;
	}
	#aboutus #wrap main .aboutus #greeting p.message {
		font-size: 12px;
		line-height: 1.8;
	}
	#aboutus #wrap main .aboutus #greeting .sign {
		font-size: 16px;
	}
	#aboutus #wrap main .aboutus #greeting .sign .company_executive {
		font-size: 14px;
	}
	#aboutus #wrap main .aboutus #info {
		margin: 32px auto;
	}
	#aboutus #wrap main .aboutus #info .info table tr th,
	#aboutus #wrap main .aboutus #info .info table tr td {
		width: 100%;
		/*padding: 16px;*/
		font-size: 12px;
		display: block;
		box-sizing: border-box;
	}
	#aboutus #wrap main .aboutus #info h3 {
		margin: 0;
	}
	#aboutus #wrap main .aboutus #info .google-maps {
		position: relative;
		padding-bottom: 75%;
		height: 0;
		overflow: hidden;
	}
	#aboutus #wrap main .aboutus #info .google-maps iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100% !important;
		height: 100% !important;
	}
	#aboutus #wrap main .aboutus #client {
		margin: 0 auto;
		font-size: 12px;
	}
	#aboutus #wrap main .aboutus #client .client ul {
		padding: 4%;
		border: 1px solid #fff;
		box-sizing: border-box;
		border-radius: 4px;
	}
	#aboutus #wrap main .aboutus #client .client ul li {
		width: 48%;
		float: left;
	}
	#aboutus #wrap main .aboutus #client .client ul li:nth-child(odd) {
		margin-right: 4%;
		clear: both;
	}
	/* 施工実績 */
	#record #wrap main .record table {
		border: none;
		empty-cells: show;
	}
	#record #wrap main .record table thead {
		display: none;
	}
	#record #wrap main .record table tr {
		border-top: 1px solid #fff;
		display: block;
		margin-bottom: 20px;
	}
	#record #wrap main .record table td {
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
		display: block;
		padding: 10px;
		text-align: right;
	}
	#record #wrap main .record table td::before {
		content: attr(data-label);
		float: left;
		font-weight: bold;
	}
}