@charset "Shift_JIS";


@media print {
  body {
    width: 1024px;
    transform: scale(0.95);
    -moz-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    transform-origin: 0 0;
  }
}

body {
	font-size: 16px;
	line-height: 1.6;
	color: #595758;
	margin: 0;
	padding: 0;
	font-family: Meiryo, 'Hiragino Kaku Gothic ProN', sans-serif;
	min-width: 320px;
}

div:after, 
ul:after,
dl:after {
    content: "";
    display: block;
    clear: both;
}

a:link, 
a:visited, 
a:hover {
	color: #595758;
}

img {
	max-width: 100%;
	height: auto;
}

a img {
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
 
a img:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

p {
	margin: 0;
}

h2 {
	font-size: 23px;
	line-height: 1.3;
	margin-bottom: 5px;
}

h3 {
	font-size: 24px;
	line-height: 1.3;
	color: #3EB271;
	margin-bottom: 20px;
}

h3:before {
	font-size: 28px;
	line-height: 1.3;
	content: "\f192"; /* dot-circle-o */
	font-family: FontAwesome;
	margin-right: 4px;
}

h4 {
	font-size: 18px;
	line-height: 1.3;
	background-color: #FFF;
	padding: 5px 10px;
	border: 2px solid #E3E3E3;
	box-shadow: 0 0 0  3px #FFF;
	border-radius: 5px;
	margin-bottom: 20px;
}

h5 {
	font-size: 18px;
	line-height: 1.3;
	font-weight: bold;
	margin-bottom: 20px;
}

h6 {
	font-size: 19px;
	line-height: 1.4;
	font-weight: bold;
	margin-bottom: 5px;
}

.display{
	
}
/* ------------------------- */

.container {
	width: 1024px;
	margin: 0 auto;
	padding: 0px 50px;
}

.contents {
	padding: 0px 62px 10px 62px;
}

.contents .inner {
	padding: 0px 20px 30px 20px;
}

.bg_green {
	margin-bottom: 30px;
	padding: 30px 0px 15px 0px;
	background-color: #F1F7EB;
}

.bg_gray {
	margin-bottom: 30px;
	padding: 30px 0px 15px 0px;
	background-color: #EFEFEF;
}

@media screen and (max-width: 680px) {
.container {
	width: 100%;
	padding: 0px 10px;
	}
.contents {
	padding: 0px 0px;
	}
.contents .inner {
	padding: 0px 5px 20px 5px;
	}
}

/* ------------------------- */

#pagetop a {
	width: 50px;
	height: 50px;
    position: fixed;
    bottom: 20px;
    right: 15px;
	background-image: url(../images/pagetop.png);
	background-repeat: no-repeat;
	transition: background-color 0.2s;
	-webkit-transition: background-color 0.2s;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}

#pagetop a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.nav_home {
	position: absolute;
	right: 37px;
	top: 42px;
}

.nav_home a {
	display: block;
	width: 175px;
	font-size: 17px;
	line-height: 1;
	color: #024476;
	padding: 3px 10px 3px 10px;
	border: 3px solid #024476;
	border-radius: 5px;
	background-color: #FFF;
}

.nav_home a:hover {
	background-color: #E5ECF1;
}

.nav_home a:before {
	font-size: 26px;
	content: "\f137"; /* chevron-circle-left */
	font-family: FontAwesome;
	margin-right: 4px;
	vertical-align: middle;
}

/* ------------------------- */

ul.gnavi {
	width: 980px;
	margin: 0 auto;
	display: table;
}

.gnavi {
	display: table;
}

.gnavi li {
	display: table-cell;
	margin: 0px 0px;
	position: relative;
}

.gnavi li a {
    padding: 8px 13px;
	display: block;
	font-size: 15.5px;
	line-height: 1;
	text-align: center;
	border-bottom: 2px solid #FFF;
	-webkit-transition: border-bottom 0.3s;
	transition: border-bottom 0.3s;
}

.gnavi li a:after {
	font-size: 16px;
	content: "/";
	float: right;
	position: absolute;
	right: -4px;
}

.gnavi li:last-child a:after {
	content: none;
}

.gnavi li a:hover {
	border-bottom: 2px solid #FD6710;
}

#top .gnavi .g01 a,
#business .gnavi .g02 a,
#woodchips .gnavi .g03 a,
#company .gnavi .g04 a,
#csr .gnavi .g05 a,
#recruit .gnavi .g06 a,
#contact .gnavi .g07 a,
#groupconcept .gnavi .g08 a {
	border-bottom: 2px solid #FD6710;
}

/* ------------------------- */

.flex_str {
	display: flex;
	flex-wrap: wrap;
}

.flex_ctr {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.flex_btw {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.flex_btw:after {
	content: none;
}

@media screen and (max-width: 680px) {
.flex_str {
	justify-content: center;
	}
.flex_btw {
	justify-content: center;
	}
}

/* ------------------------- */

.indent1 {
	padding-left: 1em;
	text-indent: -1em;
}

.indent2 {
	padding-left: 2em;
	text-indent: -2em;
}

.indent4 {
	padding-left: 4em;
	text-indent: -4em;
}

.img_left {
	float: left;
	margin: 0px 30px 10px 0px;
}

.img_right {
	float: right;
	margin: 0px 0px 10px 30px;
}

hr {
	margin: 0px 0px 30px 0px;
   	border-width: 2px 0px 0px 0px;
   	border-style: solid;
	border-color: #9D9D9D;
   	height: 1px;
}

.fig {
	text-align: center;
	padding-bottom: 30px;
}

.bnr {
	padding: 10px 0px;
	background-color: #EFEFEF;
}

.bnr .inner {
	width: 1024px;
	margin: 0 auto;
}

.bnr li {
	margin: 3px 5px;
    width: 32.0%;
}

.flame_img {
	border: 5px solid #DADADA;
	margin: 5px 0px;
}

.kakomi01 {
	width: 300px;
	border: 2px dotted #999;
	padding: 12px 20px;
	margin-bottom: 45px;
	border-radius: 15px;
	text-align: center;
}

.kakomi02 {
	border: 3px solid #CCC;
	padding: 10px 10px;
	margin-bottom: 10px;
	border-radius: 10px;
	text-align: center;
	line-height: 1.2;
}

.kakomi03 {
	border: 3px solid #EEE;
	padding: 10px 10px;
	margin-bottom: 10px;
	line-height: 1.2;
}

.ttl01 {
	border: 2px solid #FFAB41;
	padding: 8px 15px;
	margin: 0px 20px 30px 20px;
	border-radius: 5px;
	line-height: 1.2;
	font-size: 21px;
	font-weight: bold;
	color: #FFAB41;
}

.ttl02 {
	font-size: 20px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding-left: 1em;
	text-indent: -1em;
}
.ttl02:before {
	content: "\f144"; /* play-circle */
	font-family: FontAwesome;
	color: #FFAB41;
	margin-right: 2px;
}

.ttl03 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3;
	padding: 5px 10px;
	border: 2px solid #E3E3E3;
	border-radius: 5px;
	margin-left: -10px;
	margin-bottom: 15px;
}

.ttl04 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3;
	padding: 7px 15px;
	background-color: #FFD126;
	border-radius: 5px;
	margin-bottom: 15px;
}
.ttl04:hover {
	cursor: pointer;
}
.ttl04 i {
	float: right;
	font-size: 19px;
}

.btn01 a {
	display: block;
	font-size: 20px;
	border: 3px solid #3DB170;
	padding: 10px 10px;
	margin-bottom: 10px;
	border-radius: 10px;
	text-align: center;
	line-height: 1.2;
}
.btn01 a:hover {
	background-color: #E8F5EE;
}

.btn01 span {
	font-weight: bold;
	color: #3DB170;
}

.icon_pdf:before {
	font-size: 28px;
	content: "\f1c1"; /* file-pdf */
	font-family: FontAwesome;
	margin-right: 8px;
	vertical-align: middle;
}

figure {
    margin: 0px 24px 20px 0px;
}

figure img {
    margin: 0px 0px 8px 0px;
}

figcaption {
    font-size: 14px;
	line-height: 1.2;
    text-align: center;
}

@media screen and (max-width: 680px) {
.hidden-xs {
	display: none;
	}
.bnr .inner {
	width: 90%;
	}
.bnr li {
	margin: 3px 5px;
    width:100%;
    max-width: 320px;
}
.ttl01 {
	margin: 0px 0px 30px 0px;
	}
.ttl02 {
	margin: 0px 0px 10px 0px;
	}
figure {
    margin: 0px 8px 20px 0px;
	}
}


/* �w�b�_�[
------------------------------------- */

#header {
	width: 1024px;
	margin: 0 auto;
	padding: 30px 0px 25px 0px;
	position: relative;
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
}

#header h1 a {
	display: block;
	width: 341px;
	height: 53px;
	margin: 0px 0px 25px 20px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	text-indent: 110%;
	white-space: nowrap;
	overflow: hidden;
	font-size: 52px;
	line-height: 1;
}

#header .snavi {
	position: absolute;
	top: 15px;
	right: 20px;
	display: flex;
	font-size: 18px;
	line-height: 1;
}

#header .snavi li {
	border-right: 1px solid #333;
	padding: 0px 10px 0px 10px;
}

#header .snavi li:last-child {
	border-right: none;
	padding: 0px 0px 0px 12px;
}

#header .snavi .access:before {
	margin-right: 8px;
	content: "\f041"; /* map-marker */
    font-family: FontAwesome;
}

#header .snavi li.profile:before {
	margin-right: 8px;
	content: "\f1ad"; /* building */
    font-family: FontAwesome;
}

#header .phone {
	position: absolute;
	top: 35px;
	right: 20px;
	font-size: 30px;
	font-weight: bold;
	color: #FD4E00;
}

#header .phone a:link, 
#header .phone a:visited, 
#header .phone a:hover {
	color: #3F6EB2;
}

#header .phone:before {
	margin-right: 8px;
	content: "\f098"; /* phone-square */
    font-family: FontAwesome;
	color: #333;
}

#header .hours {
	position: absolute;
	top: 75px;
	right: 20px;
	font-size: 14px;
}

#dnav {
	display: none;
	position: absolute;
	top: 15px;
	right: 10px;
}

#dnav_open {
	display: inline-block;
	padding: 4px 10px;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
	line-height: 1;
}

#dnav_open:before {
	content: "\f0c9"; /* bars */
    font-family: FontAwesome;
	font-size: 36px;
	display: block;
	text-align: center;
}
#dnav_cover {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -99;
	width: 100%;
	height: 100%;
	background: black;
	opacity: 0;
	transition: .3s ease-in-out;
}
#dnav_cover.open {
	opacity: .3;
	z-index: 99;
}

#dnav_contents {
	overflow: auto;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 999;
	margin: 0;
	padding: 0;
	width: 90%;
	max-width: 220px;
	height: 100%;
	background: #FFF;
	transition: .3s ease-in-out;
	-webkit-transform: translateX(105%);
	transform: translateX(105%);
	box-shadow: 6px 0 25px rgba(0,0,0,.15);
}
#dnav_contents.open {
	transform: translate(0); 
}

#dnav_close {
	display: block;
	padding: 3px 15px 3px 20px;
	cursor: pointer;
	border-bottom: 1px solid #595758;
	text-align: right;
}

#dnav_close:before {
	content: "\f057"; /* times-circle  */
    font-family: FontAwesome;
	font-size: 25px;
	display: block;
}

#dnav_contents li a {
	display: block;
	padding: 12px 10px 12px 25px;
	font-size: 16px;
	line-height: 1.3;
	border-bottom: 1px solid #595758;
	text-decoration: none;
}

@media screen and (max-width: 680px) {
#header {
	padding: 20px 0px 0px 0px;
	width: 100%;
	}
#header h1 a {
	margin: 0px 0px 25px 10px;
	}
#dnav {
	display: block;
	}
#header .snavi, #header .gnavi {
	display: none;
	}
#header .phone, #header .hours {
	position: static;
	text-align: center;
	margin: 0;
	line-height: 1.3;
	}
#header .hours {
	margin: 0px 0px 20px 0px;
	}
}

@media screen and (max-width: 450px) {
#header h1 a {
	width: 100%;
	}
#header h1 {
	padding: 0px 90px 0px 0px;
	}
}


/* �t�b�^�[
------------------------------------- */

#footer {
	background-color: #FFF;
}

#footer .inner {
	width: 1024px;
	margin: 0 auto;
	padding: 30px 20px 10px 20px;
}

#footer p {
	line-height: 1.3;
	margin: 0px 0px 5px 0px;
}

#footer .logo {
	display: block;
	width: 341px;
	height: 53px;
	margin: 0px 0px 15px 0px;
	background-image: url(../images/logo_footer.png);
	background-repeat: no-repeat;
	background-size: contain;
	text-indent: 110%;
	white-space: nowrap;
	overflow: hidden;
	line-height: 1;
}

#footer .add {
	float: left;
	max-width: 350px;
	margin: 0px 0px 20px 0px;
}

#footer .sitemap {
	float: right;
	margin: 0px 0px 20px 0px;
}

#footer .sitemap ul {
	float: left;
	width: 180px;
}

#footer .sitemap .right {
}

#footer .sitemap ul a:link, 
#footer .sitemap ul a:visited, 
#footer .sitemap ul a:hover {
}

#footer .sitemap ul li:before {
	margin-right: 3px;
	content: "\f105"; /* angle-right */
    font-family: FontAwesome;
}

#footer .sitemap ul li a:hover {
	text-decoration: underline;
}

#footer small {
	font-size: 13px;
	line-height: 1.3;
	text-align: center;
	display: block;
	padding: 8px 10px;
	background-color: #000;
	color: #FFF;
}

@media screen and (max-width: 680px) {
#footer .inner {
	width: 100%;
	}
#footer .logo {
	width: auto;
	}
#footer .sitemap ul {
	float: left;
	width: 180px;
	}
#footer .add,
#footer .sitemap {
	float: none;
	}
}

/* �g�b�v�y�[�W
------------------------------------- */

#top .container {
	padding: 0px 0px;
}

#top .lead {
	margin: 0px 10px 30px 10px;
	padding: 15px 30px;
	background-image: url(../images/lead_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	font-size: 24px;
	font-weight: bold;
	color: #30593B;
	line-height: 1.5;
	text-align: center;
	text-shadow:
		0px 0px 5px #ffffff,
		0px 0px 5px #ffffff,
		0px 0px 4px #ffffff,
		0px 0px 4px #ffffff,
		0px 0px 4px #ffffff;
}

.topimg02 {
	background-color: #EFEFEF;
}

.topimg03 {
	background-color: #C2E4C1;
}

.topics {
	max-width: 800px;
	margin: 0px auto 50px;
}

.topics h2 {
	float: left;
	clear:left;
	width: 115px;
}

.topics dl {
	float: left;
	max-width: 684px;
	padding-left: 25px;
	line-height: 1.4;
	border-left: 1px solid #595758;
}

.topics dt {
	float: left;
	clear:left;
	width: 90px;
	margin-right: 30px;
}

.topics dd {
	float: left;
	max-width: 535px;
	margin-bottom: 7px;
}

.topics dd .text18 {
    font-size: 18px;
}

.topics a {
    text-decoration: underline;
}

#top .environment {
	max-width: 800px;
	margin: 0px auto 50px;
}

#top .environment a{
    text-decoration: underline;
}

#top .environment img {
	float: left;
	width: 220px;
	margin: 0px 20px 10px 0px;
}

#top .environment .detail:before {
	margin-right: 3px;
	content: "\f138"; /* chevron-circle-right  */
    font-family: FontAwesome;
}

@media screen and (max-width: 680px) {
#top .lead {
	font-size: 20px;
	line-height: 1.3;
	text-align: center;
	padding: 10px 15px;
	}
.topics {
	margin: 0px 15px 30px 15px;
	}
.topics h2 {
	width: 100%;
	border-bottom: 1px solid #595758;
	margin-bottom: 15px;
	}
.topics dl {
	padding-left: 0px;
	border-left: none;
	}
.topics dt {
	float: none;
	}
.topics dd {
	margin-left: 20px;
	float: none;
	}
#top .environment {
	margin: 0px 15px 30px 15px;
	}
}

@media screen and (max-width: 530px) {
#top .environment img {
	float: none;
	display: block;
	margin: 0 auto 20px;
	}
}

/* �e�[�u��
------------------------------------- */

.tbl_box {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

table .ctr {
	text-align: center;
}

.tbl01 {
	line-height: 1.3;
	min-width: 560px;
}
.tbl01 th {
	font-weight: normal;
	padding: 10px 10px 10px 30px;
	background-color: #F1F7EB;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #BBB;
	text-align: left;
	vertical-align: top;
}
.tbl01 td {
	padding: 10px 20px 10px 30px;
	border-top: 1px solid #BBB;
	border-bottom: 1px solid #BBB;
	vertical-align: top;
}

/* ------------------------- */

.tbl02 {
	line-height: 1.3;
	min-width: 560px;
}
.tbl02 thead th {
	font-weight: normal;
	text-align: center;
	padding: 8px 5px;
	background-color: #EEE;
	border-top: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
}
.tbl02 thead td {
	text-align: center;
	padding: 8px 5px;
	background-color: #EEE;
	border-top: 1px solid #BBB;
	border-left: 1px solid #BBB;
	border-bottom: 1px solid #BBB;
}
.tbl02 tbody th {
	font-weight: normal;
	text-align: center;
	padding: 6px 5px;
	border-bottom: 1px solid #BBB;
	vertical-align: top;
}
.tbl02 tbody td {
	text-align: center;
	padding: 6px 5px;
	border-left: 1px solid #BBB;
	border-bottom: 1px solid #BBB;
	vertical-align: top;
}
.tbl02 caption {
	margin-top: 8px;
	caption-side: bottom;
	text-align: left;
}

/* ------------------------- */

.tbl03 {
	line-height: 1.3;
	min-width: 560px;
}
.tbl03 th {
	font-weight: normal;
	padding: 5px 5px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #BBB;
	text-align: center;
}
.tbl03 td {
	padding: 5px 5px;
	border-top: 1px solid #BBB;
	border-left: 1px solid #BBB;
	border-bottom: 1px solid #BBB;
	text-align: center;
}
.tbl03 caption {
	margin-top: 8px;
	caption-side: bottom;
	text-align: left;
    padding-left:1em;
	text-indent:-1em;
}

/* ------------------------- */

.tbl04 {
	line-height: 1.3;
	min-width: 560px;
}
.tbl04 th {
	font-weight: normal;
	text-align: left;
	padding: 10px 10px 10px 10px;
	border-top: 1px solid #BBB;
	border-bottom: 1px solid #BBB;
	background-color: #EEE;
	text-align: center;
	vertical-align: top;
}
.tbl04 td {
	padding: 10px 10px 10px 10px;
	border-top: 1px solid #BBB;
	border-left: 1px solid #BBB;
	border-bottom: 1px solid #BBB;
	text-align: center;
	vertical-align: top;
}

@media screen and (max-width: 680px) {
.tbl_box {
	overflow-x: scroll;
	}
.tbl01 th {
	font-size: 0.9em;
	padding: 10px 5px 10px 10px;
	}
.tbl01 td {
	font-size: 0.9em;
	padding: 10px 5px 10px 10px;
	}
.tbl03 th {
	padding: 5px 5px 5px 10px;
	}
.tbl03 td {
	padding: 5px 5px 5px 10px;
	}
}



/* misc
------------------------------------- */

.promotion {
	padding: 30px 10px 10px 10px;
	border: 7px solid #3BB170;
	border-radius: 20px;
	margin-bottom: 30px;
}

.promotion img {
	height: 190px;
}

.promotion p {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
	color: #3BB170;
}

.promotion ul {
	margin: 20px 0px 10px 15px;
}

.promotion li {
	width: 570px;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.2;
	color: #FF0101;
	background-color: #FFF1AA;
	margin-bottom: 10px;
	padding: 8px 10px 8px 15px;
	display: block;
}

.otoiawase {
	text-align: center;
	margin-bottom: 20px;
}

.otoiawase .text {
	font-size: 23px;
	font-weight: bold;
	color: #3EB36F;
	margin-bottom: 5px;
}

.otoiawase .phone {
	font-size: 30px;
	font-weight: bold;
	color: #01673F;
	line-height: 1.2;
}

.otoiawase .phone a:link, 
.otoiawase .phone a:visited, 
.otoiawase .phone a:hover {
	color: #3F6EB2;
}

.otoiawase .phone:before {
	margin-right: 8px;
	content: "\f098"; /* phone-square */
    font-family: FontAwesome;
	color: #333;
}

.otoiawase .hours {
	font-size: 14px;
	line-height: 1.2;
}

.otoiawase .btn_form a {
	display: inline-block;
	margin: 20px auto;
	padding: 10px 100px;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	background-color: #428F43;
}
.otoiawase .btn_form a:hover {
	cursor: pointer;
	opacity: 0.8;
}

/* ------------------------- */

#groupconcept .biomass .ttl {
	margin: 40px 0px 20px 0px;
	text-align: center;
}

#groupconcept .biomass p {
	max-width: 804px;
	margin: 0 auto;
	font-size: 19px;
	text-align: left;
}

#groupconcept .jirei {
	margin: 20px 0px;
	padding: 0px 50px;
}

#groupconcept .jirei h4 {
	font-size: 22px;
	margin: 0px -8px 20px -8px;
}

#groupconcept .jirei p {
	font-size: 18px;
	line-height: 1.4;
	margin-bottom: 10px;
}

#groupconcept .jirei ul li {
	margin-bottom: 5px;
}

#groupconcept .jirei ul li a {
	text-decoration: underline;
}

#groupconcept .jirei figure {
    margin: 0px 0px 20px 0px;
}

#groupconcept .jirei figcaption {
    text-align: right;
}

#groupconcept .jirei .left {
	max-width: 340px;
	width: 100%;
}

#groupconcept .jirei .right {
	max-width: 445px;
	width: 100%;
}

#groupconcept .tjgroup {
	padding: 0px 60px;
}

#groupconcept .tjgroup p {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 30px;
}

#groupconcept .tjgroup img {
	margin-bottom: 15px;
}

#groupconcept .tjgroup ul {
	margin: 0px 0px 50px 70px;
}
#groupconcept .tjgroup li {
	font-size: 25px;
	font-weight: normal;
	line-height: 1.3;
	margin-bottom: 3px;
}

/* ------------------------- */

#business h6 {
	font-size: 19px;
	color: #3EB271;
	margin: 15px 0px 10px 0px;
}

#business h6:before {
	margin-right: 3px;
	content: "\f04b"; /* fa-play */
    font-family: FontAwesome;
}

#business .kyokasho .fig img {
	width: 100%;
	max-width: 230px;
	border: 1px solid #666;
}

#business .kyokasho {
	width: 95%;
	margin: 0 auto 20px;
	display: flex;
	justify-content: center;
	text-align: left;
	font-size: 15px;
	line-height: 1.4;
	column-gap: 20px;
}
#business .kyokasho a {
	text-decoration: underline;
}
#business .kyokasho .fig {
	width: 32%;
	text-align: center;
	padding: 0;

}

#business .kyokasho .txt {
	flex: 1;
}
#business .kyokasho .txt p {
}
#business .kyokasho .txt .ttl {
	font-size: 1.2em;
	margin-bottom: 0.5em;
}
@media screen and (max-width: 680px) {
	#business .kyokasho {
		flex-direction: column;
	}
	#business .kyokasho .fig {
		width: 100%;
		padding-bottom: 20px;
	}

}
/* ------------------------- */

#woodchips figure {
	width: 165px;
}

/* ------------------------- */

#company .ayumi {
	position: relative;
}

#company .ayumi .title {
	color: #717171;
	text-align: center;
	line-height: 1.2;
	padding: 10px 10px;
	margin-bottom: 10px;
	border: 1px solid #D1D1D2;
	border-radius: 3px;
	background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
	background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
	background-image: -ms-linear-gradient(top, #ffffff, #f2f2f2);
	background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
	background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
}

#company .ayumi .title h6 {
	line-height: 1.2;
}

#company .ayumi .wrap {
	width: 510px;
}

#company .tatesen:before {
	position: absolute;
	left: 135px;
	top: 0;
	content: '';
	display: block;
    width: 2px;
    height: 1640px;
	background-color: orange;
	z-index: 1;
}

#company .ayumi .image {
	width: 184px;
	margin: 0px 30px 15px 20px;
	z-index: 2;
}

#company .ayumi .image img {
	border-radius: 10px;
}

#company .ayumi .list ul {
	display: table;
	padding: 0px 0px 30px 3px;

}

#company .ayumi .list li span {
	display: table-cell;
	font-size: 14px;
	line-height: 1.2;	
	padding: 3px 15px 3px 0px;
}

#company .ayumi .kakomi03 {
	margin: 20px 0px;
}

#company .ayumi .book {
	font-size: 14px;
	line-height: 1.4;	
}

#company .ayumi .book ul {
	display: table;
}

#company .ayumi .book ul li {
	display: table-cell;
	vertical-align: top;
}

#company .pdf {
	margin-bottom: 30px;
}

#company .pdf div {
	width: 245px;
	padding: 0px 1px 20px 30px;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	margin-left: -1px;
}

#company .pdf ul {
	font-size: 14px;
}

/* ------------------------- */

#csr .bg_green {
	padding-top: 30px;
}

#csr .contents {
	font-size: 14px;
}

#csr .environment {
	float: left;
	max-width: 760px;
	margin: 0px 0px 20px 30px;
}

#csr .environment h6 {
	font-size: 16px;
	color: #0E4127;
}

#csr .environment img {
	width: 220px;
	margin: 0px 30px 20px 0px;
	float: left;
}

#csr .contents .col2 .wrap {
	width: 400px;
}

#csr .contents .col3 .wrap {
	width: 266px;
}

#csr .contents .wrap {
	border-left: 1px solid #BBB;
	border-right: 1px solid #BBB;
	margin: 10px 0px 30px -1px;
	padding: 5px 20px;
}

#csr .contents .wrap a {
	text-decoration: underline;
}

#csr .contents .wrap h6 {
	font-size: 14px;
	font-weight: normal;
	color: #00964C;
}

#csr .contents .wrap img {
	display: block;
	margin: 15px auto;
}

/* ------------------------- */

#recruit .photo {
	text-align: center;
	margin-bottom: 30px;
}

#recruit .contents .inner {
	font-size: 14px;
	line-height: 1.4;
	padding: 0px 50px 30px 50px;
}

#recruit .contents .inner>p {
	margin-bottom: 8px;
}

#recruit .shigoto {
	font-size: 15px;
	color: #FEA026;
	font-weight: bold;
}

#recruit .youkou {
	font-size: 14px;
	margin-top: 20px;
}

#recruit .youkou ul p {
	margin: 0;
}

#recruit .youkou ul {
	margin: 0px 0px 10px 0px;
	line-height: 1.4;
}

#recruit .youkou li {
	padding-left: 1em;
	text-indent: -1em;
}

#recruit .youkou .ttl {
	color: #3EB170;
	font-weight: bold;
	margin-left: -7px;
}

#recruit .youkou .child {
	padding-left: 10px;
	margin-bottom: 10px;
}

#recruit .message {
	font-size: 16px;
	margin-bottom: 30px;
}

#recruit .message .ttl {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	line-height: 1.3;
	padding: 7px 15px;
	background-color: #3EB271;
	border-radius: 5px;
	margin-bottom: 30px;
}

#recruit .shinsotsu {
	font-size: 16px;
	line-height: 1.4;
	margin: 0px -30px 50px -30px;
	padding: 10px 30px;
	border: 2px solid #FEA026;
	border-radius: 5px;
}

#recruit .shinsotsu li {
	padding-left: 1em;
	text-indent: -1em;
}

#recruit .shinsotsu li span {
	color: #FEA026;
}

#recruit .shinsotsu li:before {
	margin-right: 3px;
	content: "\f144"; /* play-circle */
    font-family: FontAwesome;
	color: #FEA026;
}

/* ------------------------- */

#contact .contents .catch {
	font-size: 23px;
	font-weight: bold;
	line-height: 1.3;
	margin: 45px 0px 10px 0px;
}

#contact .contents .phone {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.3;
	color: #3F6EB2;
}

#contact .contents .phone a:link, 
#contact .contents .phone a:visited, 
#contact .contents .phone a:hover {
	color: #3F6EB2;
}

#contact .contents .phone:before {
	margin-right: 8px;
	content: "\f098"; /* phone-square */
    font-family: FontAwesome;
	color: #333;
}

#contact .contents .hours {
	font-size: 14px;
}

#contact h2 {
	text-align: center;
	color: #428F43;
	margin-top: 80px;
	margin-bottom: 20px;
}

#contact .lead {
	font-size: 15px;
	line-height: 1.8;
	text-align: center;
}

#contact ul.note {
	font-size: 14px;
	list-style-type: disc;
	margin: 0px 0px 30px 20px;
}

#contact ul.note li {
	margin: 0px 0px 5px 0px;
}

#contact .privacy {
	width: 100%;
	height: 300px;
	padding: 15px 30px;
	overflow: auto;
	border: 1px solid #BBB;
}

#contact .privacy h2 {
	text-align: center;
	color: #333;
	margin-top: 0px;
}

#contact .privacy .lead {
	text-align: left;
}

form#mail_form ul li input {
	background-color: #EFEFEF;
}
form#mail_form ul li {
	margin-bottom: 5px;
}

/* ------------------------- */

.privacy h2 {
	margin-bottom: 15px;
	text-align: center;
}

.privacy h3 {
	font-size: 14px;
	color: #428F43;
	margin: 15px 0px 5px 0px;
	font-weight: normal;
}
.privacy h3:before {
	content: none;
}

.privacy  {
	margin: 30px 0px;
}

.privacy p {
	font-size: 14px;
	margin: 0px 0px 5px 1em;
}

.privacy .lead {
	font-size: 16px;
	margin: 0px 0px 5px 0px;
}

.privacy ul {
	font-size: 14px;
	margin: 0px;
}

.privacy li {
	margin: 0px 0px 0px 2em;
}
.privacy li:before {
	content: "�E";
	margin-left: -1em;
}

/* ------------------------- */

.gmap {
	position: relative;
	padding-bottom: 70%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom: 30px;
}

.gmap iframe,
.gmap object,
.gmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#access figure {
	margin-bottom: 10px;
}

#access figure img {
    margin: 0px 0px 8px 0px;
}

#access figcaption {
    font-size: 14px;
	line-height: 1.4;
    text-align: left;
	margin-bottom: 8px;
}

/* ------------------------- */

@media screen and (max-width: 680px) {
.promotion ul {
	margin: 0px 10px 10px 10px;
	}
.promotion li {
	width: 100%;
	}
#groupconcept .biomass {
	padding: 0px 10px;
	}
#groupconcept .biomass .ttl {
	margin: 20px 0px 10px 0px;
	}
#groupconcept .biomass p {
	font-size: 16px;
	}
#groupconcept .jirei {
	padding: 0px 18px;
	}
#groupconcept .tjgroup {
	padding: 0px 10px;
	}
#groupconcept .tjgroup ul {
	margin: 0px 0px 50px 20px;
	}
#business .flex_btw img {
	width: 100%;
	}
#company .container {
	padding: 0px 10px;
	}
#company .contents {
	padding: 0px 5px;
	}
#company .tatesen:before {
	display: none;
	}
#company .ayumi .list ul {
	padding: 0px 0px 50px 3px;
	}
#csr .environment {
	margin: 0px 15px 20px 15px;
	}
#recruit .contents .inner {
	padding: 0px 5px 30px 5px;
}
#recruit .shinsotsu {
	margin: 0px 0px 30px 0px;
	padding: 10px 15px;
}
#contact .contents .catch {
	margin: 10px 0px 10px 0px;
	}
#contact #header .phone,
#contact #header .hours {
	display: none;
	}
#contact .lead {
	text-align: left;
	}
#contact .privacy {
	padding: 15px 15px;
	}
#access .img_left {
	float: none;
	}
#access .flex_btw {
	display: block;
	}
#access .flex_btw li {
	margin: 0 auto;
	}
}

@media screen and (max-width: 500px) {
.otoiawase .btn_form a {
	padding: 10px 50px;
	}
#csr .environment {
	float: none;
	}
#csr .environment img {
	float: none;
	display: block;
	margin: 0px auto 20px;
	}
#recruit .img_left,
#recruit .img_right {
	float: none;
	}
}

@media screen and (max-width: 380px) {
#woodchips .kikuzu_top img {
	width: 100%;
	}
}


/* waittime
------------------------------------- */

.wt {
	position: relative;
	padding-bottom: 200px;
	height: 0;
	overflow: hidden;
  }
  
.wt iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  }
  