@charset "UTF-8";

* { zoom:1;}

body {
    text-align: center;
    font-family: Helvetica, sans-serif;
	-webkit-text-size-adjust: none;
	color: #000;
	margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, p, ul, ol,  li, dl, dt, dd, address, form, th, td {
    margin: 0;
    padding: 0;
    line-height: 160%;
    font-size: 15px;
}

img, iframe { border: 0; max-width: 100%;}
a { text-decoration: none; color: #005FB0; }
a:hover { color: #0081f1; }
ul { list-style-type: none; }
.left { float: left; }
.right { float: right; }
.center { margin: 0 auto; }
.clear { clear: both; }
.tac { text-align: center; }
.tal { text-align: left; }
.tar { text-align: right; }
.hidden { display: none; }
.ml5 { margin-left: 5px; }
.ml10 { margin-left: 10px; }
.ml20 { margin-left: 20px; }
.ml30 { margin-left: 30px; }
.ml40 { margin-left: 40px; }
.mb5 { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px; }
.mb50 { margin-bottom: 50px; }
.mt10 { margin-top: 10px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }
.mr10 { margin-right: 10px; }
.mr20 { margin-right: 20px; }
.mr30 { margin-right: 30px; }
.pt10 { padding-top: 10px; }
.pt20 { padding-top: 20px; }
.fs24 { font-size: 24px; }
.fs12 { font-size: 12px; }
.bold { font-weight: bold; }
.futura { font-family: futura; }
.relative { position: relative; }
.bgy { background-color: #FFFFCC; }
em { color: #FF0000; font-style: normal; }
.w100 { width: 100%; }
.pc { display: block; }
.sp { display: none; }

.clearfix:before, .clearfix:after {
    content:"";
    display:table;
}
 
.clearfix:after {
    clear:both;
}

/*
------------------------------------
WIRE
------------------------------------
*/

#head-top {
	background-color: #237932;
}

#head-top p {
	max-width: 960px;
	color: #FFF;
	font-size: 12px;
	text-align: left;
	margin: 0 auto;
	padding: 2px 0;
}

#head-inner {
	max-width: 980px;
	margin: 0 auto;
}

h1 {
	width: 350px;
	float: left;
	padding-top: 30px;
}

.page-title {
	background-color: #F2F2F2;
	padding: 20px 0;
	margin-bottom: 50px;
}

.page-title h2 {
	font-weight: normal;
	font-size: 24px;
	max-width: 1000px;
	text-align: left;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 5px;
}

h3 {
	border: 1px solid #DDD;
	border-bottom: 4px solid #237932;
	color: #237932;
	padding: 8px 15px 3px 15px;
	font-size: 20px;
	position: relative;
	margin-bottom: 32px;
}

h3:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -8px;
	border-top: 2px solid #237932;
	width: 100%;
}

h4 {
	color: #237932;
	border-bottom: 1px solid #CCC;
	margin-bottom: 12px;
	padding: 0 0 0px 18px;
	background: url(../img/mark_leaf.jpg) 0px 3px no-repeat;
	font-size: 16px;
}

#head-right {
	color: #237932;
	float: right;
	text-align: right;
	padding: 15px 0;
}

#head-right p {
	font-size: 12px;
}

#head-right img {
	margin-top: 5px;
}

#head-right span {
	color: #FFF;
	background-color: #237932;
	font-weight: bold;
	display: inline-block;
	padding: 2px 6px;
	margin: 3px 0 0 5px;
}

nav {
	clear: both;
	border-top: 1px solid #CCC;
	border-bottom: 5px solid #237932;
	background-color: #F6F6F6;
}

nav ul {
	max-width: 1000px;
	margin: 0 auto;
}

nav li {
	float: left;
	width: 16.6%;
	border-left: 1px solid #CCC;
	box-sizing: border-box;
	font-size: 16px;
}

nav li:last-child {
	border-right: 1px solid #CCC;
}

nav li a {
	font-weight: bold;
	color: #333;
	text-align: center;
	display: block;
	padding: 15px 5px;
}

nav li a:hover {
	color: #333;
	background-color: #EEE;
}

article {
	overflow: hidden;
	max-width: 1000px;
	margin: 0 auto;
	text-align: left;
}

footer {
	background-color: #F6F6F6;
	border-top: 1px solid #CCC;
}

#foot-inner {
	max-width: 1000px;
	text-align: left;
	padding: 30px 0 50px 0;
	margin: 0 auto;
}

#foot-inner p {
	font-size: 14px;
}

#copyright {
	background-color: #FFF;
	font-size: 12px;
	border-top: 5px solid #237932;
	padding: 10px 10px 20px 10px;
}

.no-data {
	text-align: center;
	padding: 200px 0;
}

section {
	margin-bottom: 45px;
	clear: both;
}

footer h2 {
	font-size: 16px;
}


/*
------------------------------------
TOP
------------------------------------
*/

#slide-container {
	margin: 50px auto;
	position: relative;
	width: 100%;
	padding-top: 30%;
}

.slide {
	position: absolute;
	display: none;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
}

#news h4 a {
	display: block;
	float: right;
}

#intro p {
	font-size: 14px;
}

.col4 {
	margin: 0 -20px;
}

.col4 .col {
	width: 25%;
	float: left;
	margin-bottom: 45px;
	box-sizing: border-box;
	padding: 0 20px;
}

#intro .col img {
	width: 100%;
	margin-bottom: 5px;
}

.txt-btn {
	color: #333;
	background-color: #F6F6F6;
	border: 1px solid #CCC;
	display: inline-block;
	font-size: 12px;
	line-height: 100%;
	padding: 4px 5px;
	font-weight: normal;
	float: right;
	border-radius: 2px;
}

.txt-btn:hover {
	background-color: #EEE;
	color: #333;
}

#video {
	display: none;
}

/*
------------------------------------
COMPANY
------------------------------------
*/

#welcome p {
	margin-bottom: 20px;
}

#welcome img, #description img {
	margin-bottom: 5px;
}

#welcome strong {
	font-size: 18px;
}

.col2 {
	margin: 0 -20px;
}

.col2 .col {
	width: 50%;
	float: left;
	margin-bottom: 60px;
	box-sizing: border-box;
	padding: 0 20px;
}

#description dt {
	width: 100px;
	float: left;
}

#description dd {
	margin-left: 110px;
}

#description .right p {
	color: #237932;
	font-weight: bold;
	font-size: 14px;
}

#com-txt {
	float: left;
	margin-right: 60px;
	margin-bottom: 20px;
}

#com-name {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 15px;
}

.com-img {
	float: left;
	margin: 10px 20px 30px 0;
}

#location dt {
	color: #237932;
	font-weight: bold;
}

#location dt:before {
	content: "■";
}

#google-map {
	float: right;
	border: 0;
	margin-bottom: 20px;
}

/*
------------------------------------
WORKS
------------------------------------
*/

.work-col2, .work-col4 {
	margin: 0 -10px;
}

.work-col4 .col {
	width: 25%;
	float: left;
	margin-bottom: 30px;
	box-sizing: border-box;
	padding: 0 10px;
}

.work-col2 .col {
	width: 50%;
	float: left;
	margin-bottom: 30px;
	box-sizing: border-box;
	padding: 0 10px;
}

.work-col2 .col .col {
	margin-bottom: 0;
}

.btn-link a {
	width: 210px;
	margin: 0 auto;
	border: 1px solid #237932;
	display: block;
	border-radius: 3px;
	font-weight: bold;
	padding: 10px;
	margin-bottom: 60px;
	color: #237932;
}

.btn-link a:hover {
	background-color: #F6F6F6;
}

.icon {
	float: left;
	margin-right: 10px;
}

/*
------------------------------------
CONTENTS
------------------------------------
*/

#contents-head {
	background-color: #F6F6F6;
	border: 1px solid #DDD;
	padding: 20px;
	margin-bottom: 60px;
}

#contents-head p {
	font-size: 16px;
	padding: 20px 0 0 10px;
}

#contents-head img {
	float: right;
	margin-left: 20px;
}

#contents-body h4 {
	color: #237932;
	border: none;
	margin-bottom: 5px;
	padding: 0;
	background: none;
	font-size: 18px;
}

#contents-body p {
	font-size: 14px;
}

.col3 {
	margin: 0 -22px;
}

.col3 .col {
	width: 33.33%;
	float: left;
	/*margin-bottom: 60px;*/
	box-sizing: border-box;
	padding: 0 22px;
	min-height: 420px;
}

#contents-body .col img {
	width: 100%;
	margin-bottom: 5px;
}

#contents-body .foot-copy {
	font-size: 22px;
	font-weight: bold;
	color: #237932;
	padding: 120px 0 0 0px;
}

.col3 .col-2 {
	width: 66.66%;
	float: left;
	box-sizing: border-box;
	padding: 0 22px;
	min-height: 420px;
}

/*
------------------------------------
CONTACT
------------------------------------
*/

#contact {
	max-width: 600px;
}

#contact p {
	font-size: 16px;
	margin-bottom: 40px;
}

#contact dl {
	margin-bottom: 10px;
}

#contact dt {
	font-size: 18px;
	margin-bottom: 5px;
}

dl input, dl textarea {
	font-size: 18px;
	width: 100%;
    background-color: #EEE;
    display: inline-block;
    box-sizing: border-box;
    padding: 10px;
    border: none;
    margin-bottom: 30px;
}

.btn-2 {
	text-align: center;
	margin-bottom: 60px;
}

.btn-2 input[type="submit"] {
	-webkit-appearance: none;
    font-weight: bold;
    width: 120px;
    margin: 0 20px;
    color: #FFF;
    background-color: #237932;
    font-size: 18px;
    border: none;
    border-radius: 6px;
    padding: 8px;
}

.btn-2 input[type="reset"], .btn-2 input[type="button"] {
	-webkit-appearance: none;
    border: 1px solid #999;
    font-weight: bold;
    width: 120px;
    margin: 0 20px;
    color: #333;
    background-color: #FFF;
    font-size: 18px;
    border-radius: 6px;
    padding: 8px;
}

.btn-2 input:hover {
	cursor: pointer;
}

#contact dl.veri-form {
	margin-bottom: 50px;
}

.veri-form dd {
	font-size: 18px;
	margin-bottom: 20px;
	font-weight: bold;
}

/*
------------------------------------
LINK
------------------------------------
*/

#link-list {
	margin-bottom: 50px;
}

#link-list li {
	margin-bottom: 10px;
}

#link-list li a {
	color: #237932;
	font-size: 16px;
	padding: 0 0 0px 18px;
	background: url(../img/mark_leaf.jpg) 0px 1px no-repeat;
}

#link-list li a:hover {
	color: #31a947;
}

/*
--------------------------------------
1000px or less
--------------------------------------
*/

@media screen and (max-width: 1000px) {
	
	#head-top {
		padding: 0 15px;
	}
	
	#head-right {
		padding-right: 15px;
	}
	
	nav li:first-child {
		border-left: none;
	}
	
	nav li:last-child {
		border-right: none;
	}
	
	#foot-inner {
		padding: 30px 15px 50px 15px;
	}
	
	article, .page-title {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.col4 .col, .col3 .col {
		width: 50%;
	}
	
	#contents-head p {
		padding: 0;
	}
	
	#contents-head br {
		display: none;
	}
	
	.col3 .col-2 {
		width: 100%;
		clear: both;
		min-height: 20px;
		margin-bottom: 40px;
	}
	
	#contents-body .foot-copy {
		padding: 0;
	}
	
	#google-map {
		width: 100%;
	}

}

/*
--------------------------------------
700px or less
--------------------------------------
*/

@media screen and (max-width: 700px) {
	
	#head-top {
		height: 15px;
	}
	
	#head-top p {
		display: none;
	}
	
	#head-right {
		margin-bottom: 10px;
	}
	
	#head-right p {
		font-size: 14px;
	}
	
	h1 {
		padding-top: 15px;
	}
	
	nav {
		border-top: none;
	}
	
	nav li {
		width: 33.3%;
		border-top: 1px solid #CCC;
	}
	
	nav li:nth-child(4) {
		border-left: none;
	}
	
	#contents-head img {
		max-width: 50%;
	}
	
	.col2 .col, .col4 .col, .col3 .col {
		width: 100%;
	}
	
	.col3 .col {
		min-height: 10px;
		margin-bottom: 30px;
	}
	
	.work-col4 .col {
		width: 50%;
	}
	
	.work-col2 .col {
		width: 100%;
	}
	
	.work-col2 .work-col2 .col {
		width: 50%;
	}
	
	.sp {
		display: block;
	}
	
	.pc {
		display: none;
	}
	
	#slide-container {
		margin: 30px auto 50px auto;
		padding-top: 50%;
	}
	
	.com-img {
		margin: 10px 10px 10px 0;
	}
	
}