@charset "utf-8";

/* base
---------------------*/
html,body {
    position: relative;
	height: 100%;
	margin: 0 auto;
}
body {
	color: #666464;
	word-wrap: break-word;
	-webkit-text-size-adjust: 100%;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
    display: block;
	position: relative;
}
img {
	max-width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic;
}
:focus {
	outline: none !important;
}

@media screen and (min-width: 1330px) {
	.container {
		width: 1300px;
		padding: 0;
	}
}
@media screen and (min-width: 1201px) and (max-width: 1299px) {
	.container {
		width: 1170px;
	}
}
@media screen and (min-width: 991px) {
	.inner {
		width: 780px;
		margin: auto;
	}
	.global {
		width: 900px;
		margin: auto;
	}
}
@media screen and (max-width: 990px) {
	.global {
		width: 100%;
		margin: auto;
	}
}

/* font
---------------------*/
body {
	font-family: 'Droid Sans',
	'游ゴシック', YuGothic,
	'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN',
	'メイリオ', Meiryo,
	sans-serif;
}
html>/**/body {
	font-family/***/: '游ゴシック', 'メイリオ', Tahoma, sans-serif¥9;
}
*+html body {
	font-family: '游ゴシック', YuGothic, 'メイリオ', Meiryo, Tahoma, sans-serif;
}
body:not(:target) {
	font-family: '游ゴシック', YuGothic, 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, Tahoma, sans-serif¥9;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	body {
		font-family: '游ゴシック', YuGothic, 'メイリオ', Meiryo, Tahoma, sans-serif !important;
	}
}
body, x:-moz-any-link {
	font-family: '游ゴシック', YuGothic, 'メイリオ', Meiryo, Tahoma, sans-serif;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	body {
		font-family: '游ゴシック', YuGothic, 'メイリオ', Meiryo, Tahoma, sans-serif;
	}
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: inherit;
	line-height: 1.2;
}
.ggf {
	font-family: 'Lekton', sans-serif;
}

/* link
---------------------*/
a {
	color: #666464;
	text-decoration: none;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
a:hover,
a.hover {
	filter: alpha(opacity=70);
	-ms-filter: alpha(opacity=70);
	opacity: 0.7;
	text-decoration: none;
	color: #666464;
}
a:active,
a.active {
	filter: alpha(opacity=100);
	-ms-filter: alpha(opacity=100);
	opacity: 1;
	text-decoration: none;
	color: #666464;
}
a:hover img,
a.hover img,
a:active img,
a.active img {
	filter: alpha(opacity=70);
	-ms-filter: alpha(opacity=70);
	opacity: 0.7;
}

/*
----------------------*/
#header {
	background: #FFF;
	border-bottom: none;
	z-index: 100;
}
#header.toppage {
	background: none;
	position: absolute;
	width: 100%;
	height: 100%;
}
.navbar {
    border-radius: 0;
	margin-bottom: 0;
	height: 110px;
	min-height: 110px;
}
.navbar-default .navbar-toggle {
    border-color: #C6DEC4;
	background-color: #C6DEC4;
}
.navbar-default {
    background-color: #FFF;
    border: none;
}
.navbar-header {
	margin: 0;
}
.navbar-nav {
    margin: 0;
}
.navbar-nav>li>a {
	color: #777;
	font-weight: bold;
}
.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}
.navbar-brand {
    height: auto;
	margin-top: 15px;
}
.navbar-right {
	margin-top: 35px;
}
.navbar-collapse {
	padding-right: 0;
	padding-left: 0;
}
.fa-bars {
	color: #FFF;
}

@media screen and (min-width: 768px) and (max-width: 991px){
	.nav>li>a {
		padding: 10px 5px;
		font-size: 0.813em;
	}
}
@media screen and (max-width: 767px){
	.navbar {
		height: 70px;
		min-height: 70px;
	}
	.navbar-collapse .navbar-nav>li>a {
		border-top: 1px solid #FFF;
	}
	.navbar-brand {
		margin-top: 0;
	}
	.navbar-brand>img {
		height: 40px;
	}
	.navbar-collapse .navbar-nav {
		margin-bottom: 0;
		margin-top: 0;
	}
	.navbar-collapse .navbar-nav>li>a {
		padding-top: 15px;
		padding-bottom: 15px;
		color: #FFF;
	}
	.navbar-default .navbar-toggle:focus,
	.navbar-default .navbar-toggle:hover {
		background-color: #C6DEC4;
	}
	.navbar-default .navbar-nav>li>a,
	.navbar-default .navbar-nav>li>a:hover {
		color: #333;
		background-color: #C6DEC4;
	}
}

/* headroom
-------------------*/
.headroom {
	background: #FFF;
	position: fixed;
	top: -110px;
	left: 0;
	right: 0;
	transition: all .4s linear;
	z-index: 200;
}
.headroom.headroom--pinned {
	transform: translateY(0%);
	top: -110px;
}
.headroom.headroom--unpinned {
	transform: translateY(-100%);
	top: 110px;
}
@media screen and (max-width: 767px){
	/*-- 初期値 --*/
	.headroom {
		top: -70px;
	}
	/*-- 上へスクロールしたとき --*/
	.headroom.headroom--pinned {
		top: -70px;
	}
	/*-- 下へスクロールしたとき --*/
	.headroom.headroom--unpinned {
		top: 70px;
	}
}
/* headroom下層
-----------------*/
#header.headroom {
	top: 0;
	left: 0;
	right: 0;
	position: fixed;
}
#header.headroom.headroom--pinned {
	transform: translateY(0%);
	top: 0;
}
#header.headroom.headroom--unpinned {
	transform: translateY(-100%);
	top: -110px;
}
@media screen and (max-width: 767px){
	/*-- 初期値 --*/
	#header.headroom {
		top: 0;
	}
	/*-- 上へスクロールしたとき --*/
	#header.headroom.headroom--pinned {
		top: 0;
	}
	/*-- 下へスクロールしたとき --*/
	#header.headroom.headroom--unpinned {
		top: -70px;
	}
}

/*language
------------------*/
.language {
    color: #CCC;
	display: block;
	font-weight: normal;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	transition: all .4s linear;
	z-index: 1000;
}
.language.headroom {
	background-color: transparent;
}
.language.headroom--pinned {
	transform: translateY(0%);
	top: -110px;
}
.language.headroom--unpinned {
	transform: translateY(-100%);
	top: 50px;
}
.language a {
	color: #90B023;
    display: inline-block;
    padding: 10px 3px;
}
.language .container {
	text-align: right;
}
@media screen and (max-width: 767px){
	/*-- 初期値 --*/
	.language {
		top: 0;
		right: 60px;
	}
	/*-- 上へスクロールしたとき --*/
	.language.headroom--pinned {
		top: -50px;
		right: 60px;
	}
	/*-- 下へスクロールしたとき --*/
	.language.headroom--unpinned {
		top: 50px;
		right: 60px;
	}
}
/* language下層
-----------------*/
#header + .language.headroom {
	top: 0;
	left: 0;
	right: 0;
	position: fixed;
}
#header + .language.headroom.headroom--pinned {
	transform: translateY(0%);
	top: 0;
}
#header + .language.headroom.headroom--unpinned {
	transform: translateY(-100%);
	top: -50px;
}
@media screen and (max-width: 767px){
	/*-- 初期値 --*/
	#header + .language.headroom {
		top: 0;
		right: 60px;
	}
	/*-- 上へスクロールしたとき --*/
	#header + .language.headroom.headroom--pinned {
		top: 0;
		right: 60px;
	}
	/*-- 下へスクロールしたとき --*/
	#header + .language.headroom.headroom--unpinned {
		top: -50px;
		right: 60px;
	}
}

/* TOP
---------------------*/
#keyvisual {
	background: url(../img/keyvisual.jpg) no-repeat center bottom;
	background-size: cover;
	position: relative;
	width: 100%;
	height: 100%;
}
#header.toppage .centerBox {
	display: block;
    position: absolute;
	width: 68%;
    height: 65px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    overflow: hidden;
}
#header.toppage .centerBox h1 {
	display: inline-block;
	float: left;
	margin: 0;
	padding: 0;
}
#header.toppage .centerBox p {
	display: inline-block;
	float: right;
	margin: 0;
	padding: 0;
}
#header.toppage nav {
	position: absolute;
	left: 0;
	bottom: 60px;
	right: 0;
}
.sd {
	display: block;
	position: relative;
	text-align: center;
	background: url(../img/sd.png) no-repeat center;
	width: 60px;
	height: 60px;
    left: 0;
    right: 0;
    bottom: -80%;
	margin: auto;
}
@media screen and (min-width: 992px) and (max-width: 1200px){
	#header.toppage .centerBox {
		width: 80%;
		height: 65px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px){
	#header.toppage .centerBox {
		width: 95%;
		height: 65px;
	}
}
@media screen and (max-width: 767px){
	#header.toppage .centerBox {
		text-align: center;
	}
	#header.toppage .centerBox h1,
	#header.toppage .centerBox p {
		float: none;
		margin-bottom: 20px;
	}
	#header.toppage .centerBox {
		width: 280px;
		height: 380px;
	}
	.sd {
		bottom: -50%;
	}
}

/* contents
---------------------*/
#contents, #topcontents, article, section {
	position: relative;
}
#contents,
#topcontents {
	padding-top: 110px;
}
#contents article {
	padding-top: 0;
	margin-bottom: 70px;
}
#topcontents article {
	padding-top: 45px;
	margin-bottom: 60px;
}
section h1 {
	font-size: 2.000em;
	letter-spacing: 0.2em;
	color: #419038;
}
#page section h1 {
	color: #666464;
}
section h2 {
	font-size: 1.500em;
	letter-spacing: 0.2em;
}
section h3 {
	font-size: 1.286em;
	letter-spacing: 0.2em;
}
#topcontents section h1 {
	font-size: 1.714em;
	letter-spacing: 0.1em;
}
#topcontents section h1.ggf {
	font-size: 2.500em;
	font-weight: bold;
	letter-spacing: 0.2em;
	margin-top: 0;
}
section h1 small {
	display: block;
	color: #419038;
	margin-top: 10px;
}
section h1 small.ggf {
	display: block;
	color: #419038;
	font-size: 50%;
	letter-spacing: normal;
	margin-top: 15px;
}
@media screen and (max-width: 767px){
	#contents,
	#topcontents {
		padding-top: 70px;
	}
	#contents article {
		margin-bottom: 50px;
	}
	#topcontents article+article {
		padding-top: 0;
		margin-bottom: 30px;
	}
	article {
		padding-top: 0;
	}
}

/* #news　トップページ
---------------------*/
#products .recruit {
	margin-top: 50px;
	padding: 18px;
}
#news p,
#products .recruit p {
	margin-bottom: 0;
	font-size: 1.071em;
}
.linetb {
	border-bottom: 1px solid #656464;
	border-top: 1px solid #656464;
}
#news .dl-horizontal dt {
	width: 150px;
	text-align: left;
	letter-spacing: 0.2em;
	font-size: 1.071em;
}
#news .dl-horizontal dd {
	margin-left: 160px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 1.071em;
}
#products .recruit dl {
	width: 570px;
	float: left;
	margin-bottom: 0;
}
#products .recruit dt {
	font-size: 1.571em;
	letter-spacing: 0.2em;
	font-weight: normal;
	line-height: 1.1;
	text-align: left;
}
#news .new dt,
#news .new dd {
	margin-bottom: 8px;
}

@media screen and (max-width: 767px){
	#news .dl-horizontal dt {
		margin-bottom: 10px;
		width: auto;
	}
	#news .dl-horizontal dd {
		margin: 0 0 10px 0;
		width: auto;
	}
	#products .recruit {
		padding-left: 0;
		padding-right: 0;
	}
	#products .recruit dl {
		width: 100%;
		float: none;
	}
}
/*
-----------------------*/
.more:before {
	display: inline-block;
	content: url(../img/more.png);
	position: relative;
	top: 8px;
	left: -8px;
}
.nextpage:before {
	display: inline-block;
	content: url(../img/nextpage.png);
	position: relative;
	top: 0;
	left: -12px;
}

/* contentsimage
-----------------------*/
.contentsimage {
	display: block;
	height: 350px;
	position: relative;
	margin-bottom: 45px;
}
#page .contentsimage {
	height: 140px;
}
#topcontents .contentsimage {
	height: 285px;
}
.pagesub .contentsimage {
	height: 248px;
}
.contentsimage .pagetitle {
	position: absolute;
	display: block;
	margin: 0;
	width: 50%;
	height: 50px;
	left: 20%;
	bottom: -33px;
}
.pagesub .contentsimage .pagetitle {
	position: absolute;
	display: block;
	margin: 0;
	width: 80%;
	height: 50px;
	left: 5%;
	top: -15px;
}
.pagesub .contentsimage .pagetitle2 {
	position: absolute;
    display: block;
    margin: 0;
    width: 20%;
    height: 50px;
    right: -70px;
    top: 100px;
    bottom: 0;
    z-index: 1;
}
#topcontents .contentsimage .pagetitle {
	position: absolute;
	display: block;
	text-align: center;
	margin: auto;
	width: 100%;
	height: 50px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.pagetitle span {
	border: 1px solid #419038;
	color: #419038;
	display: inline-block;
	font-weight: bold;
	padding: 5px 15px;
	letter-spacing: 0.2em;
	line-height: 1.3;
}
.pagesub .pagetitle span {
	background: #419038;
	color: #FFF;
	display: inline-block;
	font-weight: bold;
	padding: 5px 15px;
	letter-spacing: 0.2em;
	line-height: 1.3;
}
.pagesub .pagetitle2 span {
	background: #9FBA2C;
	color: #FFF;
	display: inline-block;
	font-weight: bold;
	padding: 5px 15px;
	letter-spacing: 0.2em;
	line-height: 1.3;
}
.contentsimage {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
#polyphosphate .contentsimage {
	background-image: url(../img/polyphosphate_image.jpg);
}
#polyphosphate.story .contentsimage {
	background-image: url(../img/story_image.jpg);
}
#regenetiss .contentsimage {
	background-image: url(../img/regenetiss_image.jpg);
}
#products .contentsimage {
	background-image: url(../img/products.jpg);
}
#polyphosphate.canbe .contentsimage {
	background-image: url(../img/canbe_image.jpg);
}
#polyphosphate.story .pagesub.str1 .contentsimage {
	background-image: url(../img/story_01.jpg);
}
#polyphosphate.story .pagesub.str2 .contentsimage {
	background-image: url(../img/story_02.jpg);
}
#polyphosphate.story .pagesub.str3 .contentsimage {
	background-image: url(../img/story_03.jpg);
}
#polyphosphate.story .pagesub.str4 .contentsimage {
	background-image: url(../img/story_04.jpg);
}
#info .contentsimage {
	background-image: url(../img/info_image.jpg);
}
#polyphosphate.canbe .pagesub.stp1 .contentsimage {
	background-image: url(../img/canbe_step1_01.jpg);
}
#polyphosphate.canbe .pagesub.stp2 .contentsimage {
	background-image: url(../img/canbe_step2_01.jpg);
}
#polyphosphate.canbe .pagesub.stp3 .contentsimage {
	background-image: url(../img/canbe_step3_01.jpg);
}
#page .contentsimage {
	background: url(../img/page_line.gif) no-repeat center 33px;
}

#topcontents #polyphosphate .contentsimage {
	background-image: url(../img/polyphosphate.jpg);
}
#topcontents #regenetiss .contentsimage {
	background-image: url(../img/regenetiss.jpg);
}

@media screen and (max-width: 767px){
	.contentsimage,
	#topcontents .contentsimage {
		height: 200px;
		margin-bottom: 0;
	}
	.pagesub .contentsimage {
		margin-bottom: 30px;
	}
	.contentsimage .pagetitle {
		width: 80%;
		left: 5%;
	}
	.pagesub .contentsimage .pagetitle2 {
		width: 70%;
		left: 0;
		bottom: 0;
	}
	#page .contentsimage {
		height: 100px;
	}
	#polyphosphate.canbe .pagetitle span {
		letter-spacing: 0.1em;
	}
	#page.personal .pagetitle span {
		letter-spacing: normal;
	}
}

#contents .pagetitle span,
#contents .pagetitle2 span {
	font-size: 1.286em;
}
#topcontents .pagetitle span {
	font-size: 1.857em;
}
@media screen and (min-width: 481px) and (max-width: 767px){
	#topcontents .pagetitle span {
		font-size: 1.286em;
	}
	#contents .pagetitle span,
	#contents .pagetitle2 span {
		font-size: 1.143em;
	}
}
@media screen and (max-width: 480px){
	#topcontents .pagetitle span {
		font-size: 1.286em;
	}
	#contents .pagetitle span,
	#contents .pagetitle2 span {
		font-size: 1.000em;
	}
}

/*
-----------------------*/
.pipeline {
	margin-top: 30px;
	margin-bottom: 0;
}
.pipeline li {
	border-right: 1px solid #656464;
}
.pipeline li:last-child {
	border: none;
}
.pipeline li a {
	display: inline-block;
	padding: 5px;
}
.list-inline>li:last-child {
    padding-right: 0;
}
#topcontents #regenetiss h1 {
	letter-spacing: 0.1em;
}
#topcontents #products h1 {
	margin-bottom: 30px;
}
.productslist {
	margin-bottom: 30px;
}
.productslist:after {
	content: " ";
	display: block;
	clear: both;
}
.productslist li {
	border-bottom: 1px solid #656464;
	margin-bottom: 30px;
	width: 100%;
}
.productslist li .tile {
	border-left: 7px solid #BFB9B7;
	margin-bottom: 20px;
	padding-left: 12px;
}

@media screen and (min-width: 992px){
	.productslist li {
		float: left;
	}
	.productslist li:nth-child(odd) {
		width: 44.3%;
	}
	.productslist li:nth-child(even) {
		width: 54.3%;
	}
}
.productslist li h2 {
	letter-spacing: 0.1em;
	font-size: 1.500em;
}
.productslist li small.ggf {
	display: block;
	letter-spacing: normal;
	margin-top: 10px;
	margin-bottom: 20px;
}
.productslist li p {
	font-size: 0.857em;
}

.lineup {
	margin-top: 30px;
}
.lineup .ggf {
	color : #419038;
	font-size: 2.000em;
}
.linkbana {
	margin-top: 50px;
}
.topbnrlist {
	width: 350px;
	margin: 30px auto 0 auto;
	padding: 0;
	text-align: center;
}
@media screen and (max-width: 767px){
	.topbnrlist {
		width: 100%;
		margin: 20px auto 0 auto;
	}
}
.topbnrlist ul {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}
.topbnrlist ul li {
	margin: 15px 0 0 0;
	text-align: center;
}
.topbnrlist ul li img{
	width: auto;
	height: 80px;
}
@media screen and (max-width: 375px){
	.topbnrlist ul li img{
		width: 100%;
		height: auto;
	}
	.topbnrlist ul li:last-child img{
		width: 80%;
		height: auto;
	}
}
/* 下層ページ #contents
----------------------*/
.newline {
	margin-bottom: 80px;
}
.pagesub {
	margin-bottom: 50px;
	position: relative;
}
.text {
	line-height: 2.0;
	position: relative;
}
.text a.nextpage {
	color : #419038;
	display: inline-block;
    padding-right: 5px;
}

@media screen and (min-width: 768px){
	#contents .text h1 {
		font-size: 3.000em;
		margin-bottom: 50px;
	}
	#contents .pagesub h2 {
		font-size: 2.000em;
	}
	#contents .newline p {
		font-size: 1.143em;
		line-height: 2.0;
	}
}
@media screen and (max-width: 991px){
	.newline br {
		display: none!important;
	}
	.newline {
		text-align: left;
		margin-bottom: 40px;
	}
}

/*
---------------------*/
.historyback {
	position: absolute;
	width: 50px;
	height: 50px;
	left: -150px;
	bottom: 0;
}
.historyback .pager {
	margin: 0;
}
.historyback .pager li>a,
.historyback .pager li>span {
    padding: 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
}
.historyback .pager li>a:focus,
.historyback .pager li>a:hover {
    background-color: transparent;
}
.sidemenu {
	position: absolute;
	width: 200px;
	height: auto;
	right: -250px;
	top: 30px;
}
.sidemenulist li {
	border-left: 3px solid #666464;
	margin-bottom: 15px;
}
.sidemenulist li:last-child {
	border-left: 3px solid #BFB9B7;
}
.sidemenulist li a {
	display: block;
	padding: 5px 0 5px 12px;
}
@media screen and (max-width: 1300px){
	.sidemenu {
		position: relative;
		display: block;
		width: 100%;
		height: auto;
		left: 0;
		right: auto;
		margin-top: 20px;
		padding-bottom: 40px;
	}
	.historyback {
		bottom: -40px;
		left: 0;
	}
}

/* ニュース記事
----------------------*/
.panel {
    border-radius: 0;
	margin-bottom: 50px;
	padding-bottom: 30px;
    border-bottom: 1px solid #CCC;
    box-shadow: none;
}
.panel-heading {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.panel-body h3 {
	margin-top: 0;
}
@media screen and (min-width: 768px){
	.panel-heading {
		float: left;
		width: 120px;
		padding: 2px 0 0 10px;
	}
	.panel-body {
		padding: 0 0 0 140px;
	}
}
.panel-default {
    border-color: #ddd;
}
.panel-title {
	font-weight: bold;
}
.panel .ggf {
	color: #333;
	display: inline-block;
	font-weight: bold;
	margin-right: 15px;
}
.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
	color: #666464;
    padding: 6px 20px;
    margin-left: -1px;
    line-height: 1.42857143;
    text-decoration: none;
    background-color: transparent;
    border: none;
}
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    z-index: 2;
	color: #666464;
    background-color: transparent;
}
.archive {
	display: inline-block;
	width: auto;
}
.archive li {
	font-weight: bold;
	padding: 0;
	margin: 0;
	letter-spacing: 0.2em;
}
.archive li.active {
	border-bottom: 3px solid #656464;
}
.eyecatch {
	margin-bottom: 20px;
}
@media screen and (min-width: 768px){
	.archive .list-inline>li {
		display: block;
	}
	.archive li.active+li,
	.archive li.active+li+li,
	.archive li.active+li+li+li,
	.archive li.active+li+li+li+li,
	.archive li.active+li+li+li+li+li,
	.archive li.active+li+li+li+li+li+li,
	.archive li.active+li+li+li+li+li+li+li,
	.archive li.active+li+li+li+li+li+li+li+li,
	.archive li.active+li+li+li+li+li+li+li+li+li {
		border-right: 3px solid #656464;
	}
	.archive li a {
		display: block;
		padding: 10px 15px 2px 0;
		margin: 0;
	}
}
@media screen and (max-width: 767px){
	.panel .ggf {
		display: block;
		margin-right: 0;
		margin-bottom: 5px;
	}
	.archive li a {
		display: block;
		padding: 5px 10px;
		margin: 0;
	}
}

/*
--------------*/
.lead {
	font-size: 1.286em;
    font-weight: normal;
}
@media screen and (min-width: 768px){
	.lsb {
		letter-spacing: 0.8em;
	}
	.lsm {
		letter-spacing: 0.5em;
	}
	.lss {
		letter-spacing: 0.3em;
	}
}

/*
------------------*/
.colorful {
	margin-bottom: 50px;
	font-size: 2.000em;
}
.colorful span {
	color: #666464;
}
.colorful span:nth-child(2) {
    color: #1B7A0A;
}
.colorful span:nth-child(4) {
    color: #8AAB15;
}
.colorful span:nth-child(6) {
    color: #C1CA01;
}
@media screen and (max-width: 767px){
	.colorful {
		margin-bottom: 30px;
		font-size: 1.714em;
	}
}
/*
--------------*/
#regenetiss .pagesub h2  {
	color: #419038;
	position: relative;
}
#regenetiss .pagesub h2:after {
	content: " ";
	position: absolute;
	background: url(../img/forte.gif) no-repeat;
	width: 6px;
	height: 34px;
	right: 15%;
	top: 50%;
}
.pagesub h3 {
	margin-bottom: 15px;
}
.pagesub.pb p {
	margin-bottom: 20px;
}
.pagesub.pb p.logomark {
	margin: 20px 0 40px 0;
}
#info .pagesub h2  {
	color: #419038;
	margin-bottom: 50px;
	text-align: center;
}
#info .pagesub h3  {
	margin-bottom: 30px;
	text-align: center;
}
@media (min-width: 768px){
	#info .dl-horizontal dt {
		float: left;
		width: 100px;
		overflow: hidden;
		clear: left;
		font-weight: normal;
		text-align: left;
		text-overflow: ;
		white-space: normal;
		padding-top: 2px;
		padding-bottom: 2px;
	}
	#info .dl-horizontal dd {
		margin-left: 120px;
		padding-top: 2px;
		padding-bottom: 2px;
	}
	#info .dl-horizontal.ggf dt {
		float: left;
		width: 140px;
		overflow: hidden;
		clear: left;
		font-weight: normal;
		text-align: left;
		text-overflow: ;
		white-space: normal;
	}
	#info .dl-horizontal.ggf dd {
		margin-left: 160px;
	}
}
@media (max-width: 767px){
	#info .dl-horizontal dt {
		
	}
	#info .dl-horizontal dd {
		margin-bottom: 5px;
		border-bottom: 1px solid #DDD;
	}
	#info .dl-horizontal.ggf dt {
		
	}
	#info .dl-horizontal.ggf dd {
		
	}
	#regenetiss .pagesub h2:after {
		right: 1%;
		top: 50%;
	}
}
#page.personal h2 {
	border-left: 2px solid #666464;
	padding-left: 10px;
}
#page.personal p+h2,
#page.personal ul+h2 {
	margin-top: 30px;
}

/* ポイント
------------------*/
.pointlist {
	margin-top: 70px;
}
.pointlist li {
	text-align: left;
	line-height: 1.5;
	height: 208px;
}
.pointlist li:first-child {
	background: url(../img/regenetiss_point2.jpg) no-repeat;
	padding-left: 50%;
}
.pointlist li:nth-child(2) {
	background: url(../img/regenetiss_point1.jpg) no-repeat right;
	padding-right: 50%;
	text-align: right;
}
.pointlist li:last-child {
	background: url(../img/regenetiss_point3.jpg) no-repeat;
	padding-left: 50%;
}
.point {
	background: #FFF;
	position: relative;
	padding-top: 20px;
	height: 100%;
}
.pointlist li:first-child h3,
.pointlist li:first-child .point .ggf {
	color: #419038;
}
.pointlist li:nth-child(2) h3,
.pointlist li:nth-child(2) .point .ggf {
	color: #90B023;
}
.pointlist li:last-child h3,
.pointlist li:last-child .point .ggf {
	color: #CED400;
}
.pointlist li .point .ggf {
	font-size: 1.500em;
	font-weight: bold;
	position: absolute;
	display: block;
	z-index: 10;
}
.pointlist li .point .ggf span {
	font-size: 50%;
	letter-spacing: 0.2em;
	display: inline-block;
	margin-right: 5px;
}
.pointlist li:first-child .point .ggf span {
	border-bottom: 2px solid #419038;
}
.pointlist li:nth-child(2) .point .ggf span {
	border-bottom: 2px solid #90B023;
}
.pointlist li:last-child .point .ggf span {
	border-bottom: 2px solid #CED400;
}
.pointlist li:first-child .point .ggf,
.pointlist li:last-child .point .ggf {
	left: -25px;
	top: 40%;
}
.pointlist li:nth-child(2) .point .ggf {
	right: -25px;
	top: 40%;
}
.pointlist li:first-child .point,
.pointlist li:last-child .point {
	padding-left: 50px;
}
.pointlist li:nth-child(2) .point {
	padding-right: 50px;
}
@media screen and (max-width: 767px){
	.pointlist {
		margin-top: 30px;
	}
	.pointlist li {
		height: auto;
		padding-top: 210px;
	}
	.pointlist li:first-child {
		padding-left: 0;
	}
	.pointlist li:nth-child(2) {
		background: url(../img/regenetiss_point2.jpg) no-repeat left top;
		padding-right: 0;
		text-align: left;
	}
	.pointlist li:last-child {
		padding-left: 0;
	}
	.pointlist li .point .ggf {
		position: relative;
	}
	.pointlist li:first-child .point .ggf,
	.pointlist li:last-child .point .ggf {
		left: 0;
	}
	.pointlist li:nth-child(2) .point .ggf {
		right: 0;
	}
	.point {
		padding-top: 0;
	}
	.pointlist li:first-child .point,
	.pointlist li:last-child .point {
		padding-left: 0;
	}
	.pointlist li:nth-child(2) .point {
		padding-right: 0;
	}
}

/*
---------------------*/
#polyphosphate.story .pagesub .lead,
#polyphosphate.story .pagesub h3 {
	color: #419038;
}
#polyphosphate.story .pagesub .lead {
	margin-bottom: 0;
}
#polyphosphate.story .pagesub h2 {
	margin-bottom: 40px;
}
#polyphosphate.story .pagesub h3 {
	margin-top: 30px;
}
.flow {
	display: block;
	position: absolute;
	width: 54px;
	height: 94px;
	top: 0;
	left: -100px;
}
.story .str1 .flow {
	background: url(../img/story_nav1.png) no-repeat;
}
.story .str2 .flow {
	background: url(../img/story_nav2.png) no-repeat;
}
.story .str3 .flow {
	background: url(../img/story_nav3.png) no-repeat;
}
.story .str4 .flow {
	background: url(../img/story_nav4.png) no-repeat;
}
@media screen and (max-width: 767px){
	.flow {
		position: relative;
		top: 0;
		left: 0;
		margin-bottom: 10px;
	}
}

/*
---------------------*/
#polyphosphate.canbe .pagesub .lead,
#polyphosphate.canbe .pagesub h3 {
	color: #419038;
}
#polyphosphate.canbe .pagesub .lead {
	margin-bottom: 0;
}
#polyphosphate.canbe .pagesub h2 {
	margin-bottom: 30px;
}
.canbe .stp1 .flow {
	background: url(../img/canbe_nav1.png) no-repeat;
}
.canbe .stp2 .flow {
	background: url(../img/canbe_nav2.png) no-repeat;
}
.canbe .stp3 .flow {
	background: url(../img/canbe_nav3.png) no-repeat;
}
.canbe .col-sm-9 {
	padding-right: 0;
}
.pddr {
	padding-right: 15px;
	margin-bottom: 20px;
}
.stp12 {
	background: url(../img/canbe_step1_02.jpg);
	background-size: cover;
}
.stp22 {
	background: url(../img/canbe_step2_02.jpg);
	background-size: cover;
}
.stp32 {
	background: url(../img/canbe_step3_02.jpg);
	background-size: cover;
}
@media screen and (max-width: 767px){
	.canbe .flow {
		margin-bottom: 0;
	}
	.canbe .col-sm-3 {
		display: none;
	}
	.canbe .col-sm-9 {
		padding-right: 15px;
	}
	.pddr {
		padding-right: 0;
	}
}
/*
---------------------*/
.info_takahata {
	width: 600px;
	margin: 20px auto;
}
@media screen and (max-width: 767px){
	.info_takahata {
		width: 100%;
	}
}
.info_takahata img:last-child {
	margin: 20px 0 0 0;
}
/*
----------------------*/
.directorynav {
	margin-top: 80px;
}
.recruitlist dt {
	text-align: center;
}
.recruitlist dt p {
	font-size: 2.000em;
	text-align: left;
	line-height: 1.2;
}
.recruitlist dt p span {
	display: inline-block;
	margin-right: 10px;
	font-size: 50%;
	border-bottom: 1px solid #666464;
}
.recruitlist dt h2 {
	font-weight: 600;
	font-size: 2.000em;
}
.recruitlist dt h2 small {
	font-size: 50%;
	display: block;
	font-weight: 600;
	margin-bottom: 5px;
}
.recruitlist dd {
	border-left: 1px solid #666464;
	padding-left: 20px;
}

@media screen and (max-width: 991px){
	.directorynav {
		margin-top: 40px;
	}
}
@media screen and (min-width: 768px){
	.recruitlist .dl-horizontal dt {
		width: 250px;
	}
	.recruitlist .dl-horizontal dd {
		margin-left: 270px;
	}
}
@media screen and (max-width: 767px){
	.recruitlist dd {
		border-left: none;
		border-top: 1px solid #666464;
		padding-left: 0;
		padding-top: 20px;
	}
}

/*
----------------------*/
table th {
	font-weight: normal;
	white-space: nowrap;
	vertical-align: top;
	line-height: 1.3;
}
table th+td {
	white-space: nowrap;
}
table td {
	line-height: 1.3;
	vertical-align: top;
}

/* btn ボタン
----------------------*/
.btn {
	border: none;
	border-radius: 0;
	padding-left: 15px;
	padding-right: 15px;
}
@media screen and (max-width: 767px){
	.btn {
		padding-left: 7px;
		padding-right: 7px;
	}
}
.btn-primary {
	background-color: #419038;
}
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
	background-color: #246A1E;
}
.btn-success {
	background-color: #90B023;
}
.btn-success:active,
.btn-success:focus,
.btn-success:hover {
	background-color: #6A8F11;
}
.btn.ggf {
	letter-spacing: 0.2em;
}

/* form フォーム
-----------------------------*/
.form-control {
	border-radius: 0;
	border: none;
	box-shadow: none;
	background-color: #EFEDEC;
}
.form-group-lg .form-control {
    border-radius: 0;
}
.form-control:focus {
	outline: 0;
    box-shadow: none;
}
label.ggf {
	letter-spacing: 0.2em;
	color: #419038;
}
@media (min-width: 768px){
	.form-horizontal .control-label {
		text-align: left;
	}
	label.ggf {
		border-right: 1px solid #419038;
	}
}
.text form .radio label {
	line-height: 1.4;
	font-size: 17px;
	margin-bottom: 7px;
}

/*backtotop ページの先頭へ
---------------------*/
.backtotop {
	background-color: #818181;
	position: fixed;
	bottom: 90px;
	right: -50px;
	margin: 0;
	text-align: center;
	line-height: 1.8;
	z-index: 1000;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
}
.backtotop a {
	display: block;
	color: #FFF;
	font-size: 1.714em;
	width: 50px;
	height: 50px;
}

/* breadcrumb
---------------------*/
.breadcrumb {
    background-color: transparent;
    border-radius: 0;
	font-size: 0.857em;
	margin-bottom: 0;
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    content: "\003e";
}
@media screen and (max-width: 767px){
	.breadcrumb {
		border-radius: 0;
		font-size: 1.000em;
		padding-left: 0;
		margin-top: 20px;
	}
}

/* googlemap
---------------------*/
.googlemap {
	margin-top: 20px;
}

/* #footer フッター
--------------------*/
#footer {
	background-color: #B1D6AF;
	letter-spacing: 0.1em;
}
#footer .container {
	color: #FFF;
	padding-top: 60px;
	padding-bottom: 60px;
}
#footer ul {
	margin-bottom: 0;
}
#footer ul.pull-right {
	margin-top: 20px;
}
#footer nav li a {
	color: #FFF;
}
#footer li {
	margin-bottom: 5px;
}
#footer .row {
	position: relative;
}
#footer p {
	position: absolute;
	display: block;
	right: 0;
	bottom: 0;
	margin-bottom: 5px;
}

@media screen and (max-width: 767px){
	#footer .container {
		padding-top: 0;
		padding-bottom: 10px;
	}
	#footer nav {
		margin-left: -15px;
		margin-right: -15px;
		border-top: 1px solid #FFF;
	}
	#footer ul {
		margin-bottom: 15px;
	}
	#footer ul.pull-right {
		margin-top: 0;
	}
	#footer nav li {
		border-bottom: 1px solid #FFF;
		margin-bottom: 0;
	}
	#footer nav li a {
		padding: 10px;
		display: block;
	}
	#footer .pull-right {
		float: none!important;
	}
	#footer p {
		display: inline-block;
		position: relative;
		text-align: center;
		letter-spacing: normal;
		fot-size: 0.786em;
	}
}

.underline {
	text-decoration: underline;
}
