.wrapper section p {
	font-size: 1.2em;
	line-height: 2.0em;
}
.wrapper section p+p {
	margin-top: 10px;
}

/* ..| -=-|{ Service }  */
/* security */

.security h2 {
	margin: 10px 0 5px;
    position: relative;
    padding: .1em .5em .5em 1.8em;
    font-size: 1.5em;
    letter-spacing: 5px;
    border-bottom: 1px solid #ccc;
}
.security h2::before,.greeting h2::after {
	position: absolute;
	content: '';
	border-radius: 100%
}
.security h2::before {
	top: .2em;
	left: .2em;
	z-index: 2;
	width: 18px;
	height: 18px;
	background: rgba(216, 155, 18, .5);
}
.security h2::after {
	top: .7em;
	left: .7em;
	width: 13px;
	height: 13px;
	background: rgba(150, 150, 150, .5);
}
.security p {
	text-indent: 1.0em;
}

/* waste */

.waste div+div {
    margin-top: 20px;
}
.waste .sanpai {
    padding: 10px;
    background: #eee;
}
.waste .sanpai h3 {
    font-size: 1.2em;
}
.waste .cmm {
    background: #fff;
    padding: 10px;
}
.waste .cmm p em {
    border-left: 5px solid #9fc24d;
    padding-left: .5em;
}

/* eco */
.eco h3 {
    padding: 10px;
    border-bottom: 1px solid #ccc;
    font-size: 1.2em;
}
.eco p.btn {
    width: 30%;
    padding: 10px;
    margin: 10px auto;
    position: relative;
    background-color: #0168AD;
    border-radius: 4px;
    text-align: center;
    line-height: 52px;
    -webkit-transition: none;
    transition: none;
    box-shadow: 0 3px 0 #69c;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
.eco p.btn a::before {
    content: '';
    width: 25px;
    height: 0px;
    position: absolute;
    top: 0;
    right: 0;
    border-bottom: 60px solid #fff;
    border-left: 150px solid transparent;
    border-right: 0px solid transparent;
    z-index: 0;
    opacity: 0.1;
}
.eco p.btn a {
    color: #fff;
    text-decoration: none;
}
.eco p.sengen {
    margin: 20px auto;
    display: table;
}
.eco p.sengen * {
    display: table-cell;
    vertical-align: middle;
}
.eco p.sengen span {
    padding: 10px;
    color: #055da1;
    font-weight: bolder;
}

/* other */

.other div {
	padding: 10px
}
.other div+div {
    margin-top: 20px;
    border-top: 1px dashed #ccc;
}
.other h2 {
	position: relative;
    padding: .1em .5em .5em 1.8em;
    font-size: 1.5em;
    letter-spacing: 5px;
}
.other h2::before,.other h2::after {
	position: absolute;
	content: '';
	border-radius: 100%
}
.other h2::before {
	top: .2em;
	left: .2em;
	z-index: 2;
	width: 18px;
	height: 18px;
	background: rgba(216, 155, 18, .5);
}
.other h2::after {
	top: .7em;
	left: .7em;
	width: 13px;
	height: 13px;
	background: rgba(150, 150, 150, .5);
}
.other h3 {
    width: 20%;
    margin: 10px;
    position: relative;
    padding: 0 .4em .1em;
    font-size: 1.2em;
}
.other h3::after {
	position: absolute;
	bottom: 2px;
	left: 0;
	z-index: -1;
	content: '';
	width: 100%;
	height: 10px;
	background-color: #e3adc1;
}
.other #seisou ul {
    margin-top: 10px;
}
.other #seisou ul li {
    margin-right: 20px;
    float: left;
    padding: 5px 10px;
    font-size: 1.2em;
    background: #eee;
    border-radius: 5px;
    letter-spacing: 5px;
}

/* ..| -=-|{ About }  */
/* greeting */

.greeting p {
	text-indent: 1.0em;
}
.greeting h2 {
	margin: 10px 0 5px;
    position: relative;
    padding: .1em .5em .5em 1.8em;
    font-size: 1.5em;
    letter-spacing: 5px;
    border-bottom: 1px solid #ccc;
}
.greeting h2::before,.security h2::after {
	position: absolute;
	content: '';
	border-radius: 100%
}
.greeting h2::before {
	top: .2em;
	left: .2em;
	z-index: 2;
	width: 18px;
	height: 18px;
	background: rgba(216, 155, 18, .5);
}
.greeting h2::after {
	top: .7em;
	left: .7em;
	width: 13px;
	height: 13px;
	background: rgba(150, 150, 150, .5);
}

/* info */

.info table {
    border-top: 3px solid #069;
}
.info table tr+tr {
    border-top: 1px solid #ccc;
}
.info table th,.info table td {
    padding: 10px;
    font-weight: normal;
    vertical-align: middle;
    font-size: 1.1em;
}
.info table th {
    width: 100px;
    background: #eee;
}
.info table td li {
    margin-bottom: 10px;
    margin-right: 1.0em;
    padding: 5px;
    float: left;
    line-height: 2.0em;
    border: 1px dashed #ccc;
}

/* history */

.history table tr+tr {
    border-top: 1px solid #ccc;
}
.history table tr:nth-child(even) {
    background: #eee;
}
.history table th,.history table td {
    padding: 10px;
    font-weight: normal;
    font-size: 1.2em;
    vertical-align: middle;
}

/* office */

.office .box {
    width: 30%;
    height: 330px;
    margin-bottom: 16px;
    float: left;
    margin-left: 16px;
    background: #ccc;
}
.office .box p.img {
    height: 142px;
    overflow: hidden;
}
.office .box p {
    font-size: 1.0em;
    line-height: 1.5em;
}
.office .box p+p {
    margin-top: 0;
    border-top: 1px dashed #ccc;
}
.office .box div {
    background: #eee;
    padding: 5px;
}
.office .box h3 {
    font-size: 1.2em;
    text-align: center;
    letter-spacing: 3px;
}
.office .box .txt p {
    padding: 5px;
}
.office .box .map_info a {
    padding: 5px 0;
    display: block;
    background: #069;
    text-align: center;
    color: #fff;
}

/* car */

.car section h3 {
    padding: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    font-size: 1.5em;
}
.car table td {width: 350px;height: 220px;}

.car table {
    table-layout: fixed;
}

.car table td.sub-img img {
    width: 90px;
}

.car table td.sub-img ul li {
    float: left;
}

.car table td.sub-img ul li:nth-child(even) {
    margin: 0 15px;
}

.car td.main-img,td.sub-img {
    text-align: center;
}

.car td.sub-img ul {
    width: 300px;
    margin: 0 auto;
}

/* recruit */

.recruit table {
    border-top: 3px solid #069;
}
.recruit table tr+tr {
    border-top: 1px solid #ccc;
}
.recruit table th,.recruit table td {
    padding: 10px;
    font-weight: normal;
    vertical-align: middle;
    font-size: 1.1em;
}
.recruit table th {
    width: 100px;
    background: #eee;
}

/* ..| -=-|{ Contact }  */

#mail-form {
	margin: 10px 0px;
}
#mail-form div.clm01 {
	float: left;
}
div.clm01 dl {
	clear: both;
	height: 50px;
}
div.clm01 dt {
	width: 150px;
	margin-right: 10px;
	line-height: 2.5em;
}
div.clm01 dt span {
	color: #900;
}
div.clm01 input[type="text"] {
	width: 460px !important;
	padding: 10px 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 5px;
	background-color: #eee;
	color: #89897d;
	border-style: none;
}
div.clm01 dd {
	float: left;
}
p.txt em {
	font-style: normal;
	font-weight: bold;
	font-size: 1.5em;
	color: #900;
}
#mail-form textarea {
	width: 680px !important;
	height: 200px !important;
	padding: 10px;
	border-style: none;
	background-color: #eee;
	-webkit-border-radius: 5px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 5px;
	resize: none;
}
#mail-form p.submit {
	clear: both;
	padding: 10px 0px;
	text-align: right;
}
p.submit input[type="submit"] {
	width: 150px;
	height: 40px;
	font-family: "Quicksand";
	font-size: 15px;
	background-color: #f89c1b;
	cursor: pointer;
	color: #fff;
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 5px;
	transition-duration: 0.3s;
}
p.submit input[type="submit"]:hover {
	background: #666;
}
#switch {
	position: relative;
}
#switch span {
	cursor: pointer;
	position: absolute;
	right: 0px;
	z-index: 0;
}
#switch input {
	display: none;
	position: relative;
	z-index: 10;
}

/* ..| -=-|{ Privacy }  */

.privacy h2,.recruit h2 {
	position: relative;
    padding: .2em .5em .2em 1.8em;
    border-bottom: 1px solid #ccc;
    font-size: 1.2em;
    margin: 20px 0;
}
.privacy h2::after,.recruit h2::after {
	position: absolute;
	top: .4em;
	left: .4em;
	z-index: 2;
	content: '';
	width: 12px;
	height: 12px;
	background-color: #ccc;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
