@charset "utf-8";

@import url("./css/sanitize.css");
* {
	font-family:"Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","MS P ゴシック",verdana,sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #333333;
	box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
}
a {
	color: #004379;
	text-decoration: none;
}
a:hover {
	color: #004379;
	text-decoration: none;
}
img {
	max-width: 100%;
	height: auto;
    width: auto;
}
ul,ou {list-style: none;}
a.hover img{
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
a.hover img:hover {
	opacity: 0.8;
}


.margin-b1em { margin-bottom: 1.0em; }
.margin-b5 { margin-bottom: 5px; }
.margin-b10 { margin-bottom: 10px; }
.margin-b12 { margin-bottom: 12px; }
.margin-b14 { margin-bottom: 14px; }
.margin-b15 { margin-bottom: 15px; }
.margin-b20 { margin-bottom: 20px; }
.margin-b25 { margin-bottom: 25px; }
.margin-b35 { margin-bottom: 35px; }
.margin-b40 { margin-bottom: 40px; }
.margin-b45 { margin-bottom: 45px; }
.margin-b60 { margin-bottom: 60px; }
.margin-b70 { margin-bottom: 70px; }
.margin-t20 { margin-top: 20px; }
.margin-t40 { margin-top: 40px; }
.margin-t60 { margin-top: 60px; }
.padding-t20 { padding-top: 20px; }
.padding-t40 { padding-top: 40px; }
.padding-t60 { padding-top: 60px; }
/* ------------------------------
 Layout
------------------------------ */
body {
	position: relative;
}
#wrapper {
    width: 100%;
    min-height: 100%;
    position: relative;
	background: url(./images/mainBg.jpg) center 121px no-repeat;
}
header {
	width: 100%;
	height: 121px;
	background: url(./images/header_bg.png) repeat-x;
}
#content {
	width: 980px;
	background: #fff;
	margin: 0 auto;
}
#mainContent {
	width: 730px;
	padding: 30px 10px 0 20px;
	float: left;
}
#sidebar {
	width: 250px;
	padding: 11px 15px;
	float: left;
	position: relative;
	margin-bottom: 100px;
}
	#sidebar::before,
	#sidebar::after {
		content: "";
		display: block;
		width: 5px;
		height: 11px;
		position: absolute;
		left: 13px;
	}
	#sidebar::before {
		top: 0px;
		background: url(./images/side_before.png) top left no-repeat;
	}
	#sidebar::after {
		bottom: 0px;
		background: url(./images/side_after.png) top left no-repeat;
	}

#sub_footer {
	width: 100%;
	height: 230px;
	background: #ebebeb;
	position: relative;
}
#footer {
	width: 100%;
	height: 120px;
	background: #67c2df;
}

/*  配置  */
.flex-nml {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	flex-wrap:wrap;
}
.flex-end {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	flex-wrap:wrap;
	-webkit-box-pack:end;
	-ms-flex-pack:end;
	justify-content:flex-end;
}
.flex-btw {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	flex-wrap:wrap;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
}
.flex-cnt {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	flex-wrap:wrap;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
}

/* ------------------------------
 header
------------------------------ */
#header {
	width: 980px;
	height: 121px;
	margin: 0 auto;
	padding: 30px 0 0 33px;
	display: flex;
	justify-content: space-around;
}
	#logo {
		width: 363px;
		height: 38px;
	}
		#logo a {
			display: block;
			width: 363px;
			height: 38px;
			text-indent: -9999px;
			background: url(./images/logo.png) no-repeat;
		}
#nav {
	width: 453px;
	height: 88px;
	display: flex;
}
	#nav a {
		display: block;
		width: 151px;
		height: 88px;
		background-image: url(./images/nav.png);
		text-indent: -9999px;
	}
		#nav a.nav_business {
			background-position: 0 0;
		}
		#nav a.nav_company {
			background-position: -151px 0;
		}
		#nav a.nav_contact {
			background-position: -302px 0;
		}

/* ------------------------------
 footer
------------------------------ */
.footer_inner {
	width: 980px;
	margin: 0 auto;
	position: relative;
}

.footer_inner_01 {
	width: 1200px;
	display: flex;
	justify-content: space-around;
	margin: 0 auto;
	/* position: relative; */
}

.footer_inner_01 p{
		padding-block: 12px;
	}

#footer .footer_inner {
	padding: 12px 40px 30px 100px;
}
.row4 {
	width: 245px;
	float: left;
	margin: 22px 0 17px;
}
	.row4 .row4_inner {
		border-left: 1px solid #66C2DF;
		padding-left: 2px;
	}
		#sub_footer h2 {
			position: relative;
			padding-left: 26px;
			font-size: 14px;
			font-weight: normal;
			margin-bottom: 2px;
		}
			#sub_footer h2::before {
				content: "";
				display: block;
				width: 16px;
				height: 16px;
				background: url(./images/footer_arrow_1.png) no-repeat;
				position: absolute;
				top: 2px;
				left: 2px;
			}
			#sub_footer h2.company::before {
				background: url(./images/footer_arrow_2.png) no-repeat;
			}
		.footer_inner a {
			font-size: 14px;
			font-weight: normal;
		}
			.footer_inner li a {
				color: #666;
				font-weight: normal;
			}
	.copyright {
		position: absolute;
		bottom: -40px;
		right: 40px;
		color: #666;
	}

#footer p, #footer p br {
	color: #fff;
	line-height: 1.0;
}
	#footer p span {
		background: #ebebeb;
		color: #009ACA;
		padding: 0 10px 0;
		border-radius: 3px;
	}
#footer p.footer_left {
	float: left;
}
#footer p.footer_right {
	float: right;
}
#footer p.footer_center {
	position: absolute;
	left: 50%;
	margin-left: -110px;
}

/* ------------------------------
 sidebar
------------------------------ */
#sidebar_inner {
	border-left: 1px solid #91ced9;
}
	.side_image {
		padding: 7px 17px 8px 16px;
	}
	.businessBg {background: #f5f7e1;}
	.companyBg {background: #eaf4f6;}

	#sidebar_inner ul {
		margin-bottom: 14px;
	}
		#sidebar_inner li {
			width: 100%;
			height: 39px;
			border-top: 1px solid #fff;
			padding: 7px 0 0 14px;
		}
			#sidebar_inner li a {
				color: #000;
			}
	.bnr_pdf {
		width: 219px;
		height: 334px;
		background: url(./images/side_pdf.png) no-repeat;
		background-position: 9px 19px;
		padding: 66px 34px 34px 32px;
		text-align: center;
	}



/* ------------------------------
 main
------------------------------ */
.mainVisual {
	width: 980px;
	height: 350px;
	margin: 0 auto;
}
.pageVisual {
	width: 980px;
	height: 131px;
	margin: 0 auto;
}

.txt_right {text-align: right;}
.center {text-align: center;}
	.center strong {
		text-align: center;
		font-size: 17px;
		font-weight: bold;
		color: #CC0000;
		line-height: 1.2;
	}

#mainContent h2 {
	margin-bottom: 25px;
}
#mainContent h3 {
	margin-bottom: 23px;
}

.content_inner {
	width: 700px;
	padding: 0 14px 0 10px;
	position: relative;
}
.company_inner {
	width: 700px;
	padding: 0 20px;
	position: relative;
}
	.summaryBg {
		background: url(./business/biomass/images/summaryBg.jpg) center 0 no-repeat;
	}
	.profileBg {
		width: 677px;
		height: 410px;
		background: url(./company/images/company_01.png) center 0 no-repeat;
		padding: 6px 26px 0 28px;
	}
.privacy_inner {
	width: 700px;
	padding: 0 33px 0 17px;
	position: relative;
}
.access_inner {
	width: 700px;
	padding: 15px 20px 30px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
	overflow: hidden;
}
	.access_inner:last-child {
		margin-bottom: 100px;
	}
	.access_info {
		width: 276px;
		float: left;
	}
	.access_map {
		width: 360px;
		float: right;
	}

.point {
	overflow: hidden;
	padding-bottom: 50px;
}
	.point_01,
	.point_02 {
		width: 304px;
		height: 141px;
		float: left;
		padding: 44px 15px 0 91px;
		margin: 14px 10px 0 16px;
	}
		.point_01 {
			background: url(./business/biomass/images/point_01.png) no-repeat;
		}
		.point_02 {
			background: url(./business/biomass/images/point_02.png) no-repeat;
		}
.paragraph-image {
	width: 100%;
	overflow: hidden;
}
	.paragraph-image > img {
		float: right;
		margin: 0 0 17px 14px;
	}

.flex_wrap {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	padding: 0 2px 0 1px;
}
	.flex_box {
		width: 332px;
		border: 2px solid #4ba817;
		border-radius: 12px;
		padding: 12px 14px 24px;
		margin-bottom: 6px;
	}

.column_wrap {
	width: 700px;
	padding: 0 29px 0 19px;
	position: relative;
}
	.column {
		border: 2px solid #4ba817;
		border-radius: 12px;
		padding: 11px 10px 10px 12px;
		background: #fdfcdf;
	}
		#mainContent .column h3 {
			margin-bottom: 12px;
		}
.columnList {
	padding-left: 15px;
}
	.columnList li {
		margin-bottom: 10px;
		position: relative;
	}
		.columnList li::before {
    content: "●";
    font-size: 15px;
    line-height: 1.0;
    position: absolute;
    top: 3px;
    left: -17px;
	}

.textList {
	padding-left: 16px;
	margin-bottom: 20px;
}
	.textList li {
		margin-bottom: 10px;
		position: relative;
	}
.textList li::before {
    content: "●";
    font-size: 12px;
    color: #66C2DF;
    line-height: 1.0;
    position: absolute;
    top: 5px;
    left: -16px;
}
ol {
	padding: 0 22px 0 32px;
	list-style-type: decimal;
	list-style-position: outside;
}
ol li {
	margin-bottom: 10px;
}
.padr22 {padding-right: 22px;}


#formWrap .textList li::before {
	content: "●";
	font-size: 15px;
	color: #333;
	line-height: 1.0;
	position: absolute;
	top: 3px;
	left: -17px;
}

.info_table {
	border: 1px solid #cccccc;
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 40px;
}
	.info_table th {
		vertical-align: top;
		width: 170px;
		background: #EBF5CC;
		color: #333;
		border: 1px solid #ccc;
		border-right: none;
		padding: 14px 10px;
		text-align: left;
		font-weight: normal;
	}
	.info_table td {
		vertical-align: top;
		border: 1px solid #cccccc;
		border-left: none;
		padding: 14px 10px;
	}
.topic {
	margin: -16px 0 12px;
}
.btn_contact {
	width: 139px;
	height: 139px;
	display: block;
	position: absolute;
	top: 49px;
	right: 50px;
}
.receiving-item div{
	width:32%;
	margin-right:2%;
	margin-bottom: 20px;
	text-align: center;
}
.receiving-item div img{
	margin-bottom: 5px;
}
.receiving-item div h4{
	font-weight:500;
}
.receiving-item div:nth-of-type(3n){
	width:32%;
	margin-right:0%;
}
/* ------------------------------
 contact Form
------------------------------ */

#formWrap {
	width: 100%;
	background: #fff;
	margin-bottom: 100px;
}

#formWrap table {
	width: 90%;
	margin: 0 auto 40px;
	border: 1px solid #ccc;
	border-collapse: collapse;
}

#formWrap table th {
	width: 25%;
	background: #EBF5CC;
	text-align: left;
	font-weight: normal;
}

#formWrap table th,
#formWrap table td {
	padding: 10px;
	border-bottom: 1px solid #ccc;
	border-collapse: collapse;
}

input,
textarea {
	border: solid 1px #ccc;
}
select {
	width: 30%;
	background: #fff;
	border: solid 1px #ccc;
}
/* ------------------------------
 home
------------------------------ */
.system_bg {
	padding: 21px 0 20px;
	background: url(./images/systemBg.jpg) no-repeat;
	background-position: right 20px;
	overflow: hidden;
	position: relative;
}
.divided {
	padding: 40px 0 20px;
	overflow: hidden;
	position: relative;
	margin-bottom: 40px;
}
	.row2 {
		width: 490px;
		float: left;
	}
		.row2.biomass {
			padding: 0 12px 0 29px;
		}
		.row2.system {
			padding: 0 34px 0 10px;
		}

		.row2 h2 {
			margin-bottom: 22px;
		}
			.system h2 {
				margin-bottom: 0;
			}
.sys_st {
	padding: 0 0px 0 4px;
	margin-bottom: 14px;
	line-height: 1.2;
}
.biomas-childcate{
	padding:0px 30px;
}
.biomas-childcate div{
	width:25%;
}
.biomas-childcate h3{
	position:relative;
	padding:0 0 5px 16px;
	color: #004379;
}
.biomas-childcate h3:before{
	content:"▶";
	font-size:12px;
	position:absolute;
	top:2px;
	left:0px;
	color: #97cc00;
}
strong {
	font-size: 15px;
	font-weight: bold;
	color: #CC0000;
	line-height: 1.2;
}

.content_wrap {
	padding: 0 25px 0 5px;
	overflow: hidden;
}
	.content_wrap img {
		float: left;
	}
.business_cont {
	float: right;
	width: 220px;
	padding-right: 20px;
}
	.business_cont h3 {
		color: #004379;
		font-size: 15px;
		font-weight: bold;
		line-height: 1.4;
		margin-bottom: 4px;
	}
	.business_cont p {
		line-height: 1.4;
	}

.detailLink {
	margin-top: 8px;
	padding-left: 5px;
}

/* ------------------------------
 transportation
------------------------------ */
.vehicle-list {
	display: flex;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

.vehicle-list div {
	width: 50%;
	display: flex;
	flex-wrap: wrap;
}

.vehicle-list div:first-child {
	border-right: 1px solid black;
}

.vehicle-list div dt,
.vehicle-list div dd {
	text-align: center;
	padding: 8px;
	width: 50%;
}

.vehicle-list div dt {
	text-align:justify;
	text-align-last:justify;
	text-justify:inter-ideograph;
	background: #b2e8ff;
}

.vehicle-list div dt,.vehicle-list div dd {
	border-bottom: 1px solid black;
}


.permission-tbl table {
	width: 100%;
	border: 2px solid #333;
	letter-spacing: 0.075em;
}

.permission-tbl tr {
	border-bottom: 1px solid #333;
}

.permission-tbl th {
	border-right: 1px solid #333;
	text-align: left;
}

.permission-tbl td {
	border-right: 1px solid #333;
	vertical-align: middle;
	text-align: center;
}

.permission-tbl thead tr:nth-of-type(2) th:not(:last-of-type), .permission-tbl thead tr:nth-of-type(3) th {
	height: 9em;
}


.permission-tbl tr th,.permission-tbl tr td{
	vertical-align: middle;
	text-align: center;
}

.permission-tbl thead tr th span {
	writing-mode: tb-rl;
	white-space: nowrap;
}

.permission-tbl a {
	color: black;
}



/* ------------------------------
 clearfix
------------------------------ */
.clearfix::after {
    content: "";
    display: block;
    clear: both;
}




.submitbtn{
	cursor: pointer;
}
