@charset "UTF-8";
@import url(fontawesome/fontawesome.css);
@import url(config.css);

.container:after,
.headerNav h2:after,
.headerNav ul:after,
.footerNav ul:after,
.mainWidth:after,
.recentNews:after,
.companyArea:after,
.auth-captcha:after,
.metaArea:after,
.metaArea ul:after,
.widgetArea ul:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
	border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* 2 */
	box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/* c baserCMS inc. */

@font-face {
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: normal;
	src: url("fontawesome/fontawesome-webfont.eot");
	src: url("fontawesome/fontawesome-webfont.eot?#iefix") format("eot"), url("fontawesome/fontawesome-webfont.woff") format("woff"), url("fontawesome/fontawesome-webfont.ttf") format("truetype"), url("fontawesome/fontawesome-webfont.svg#FontAwesomeRegular") format("svg");
}

[class*="fontawesome-"]:before {
	margin-right: 5px;
	font-family: 'FontAwesome', sans-serif;
}

/*----------------------------------------
	body
----------------------------------------*/

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	font-size: 16px;
	font-size: 1rem;
	text-align: center;
	line-height: 160%;
}

a {
	color: #6aa52e;
	outline: none;
	text-decoration: underline;
}

a:hover {
	color: #d8a238;
}

a:active {
	color: #6aa52e;
}

.clearfix {
	min-height: 1px;
	_height: 1%;
}

.clearfix:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

/*----------------------------------------
	container
----------------------------------------*/

.container {
	margin: 0 auto;
	width: 1100px;
	text-align: left;
}

/*----------------------------------------
	IE6 Upgrade Warning
----------------------------------------*/

#ieError {
	color: #FFF;
	background: #FF9B57;
	padding: 20px;
	text-align: center;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1000;
	width: 100%;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

#ieError strong {
	color: #FFF;
}

#ieError a {
	color: #FFF;
	text-decoration: underline;
}

/*----------------------------------------
	header
----------------------------------------*/

header {
	padding-bottom: 11px;
	width: 100%;
	height: 290px;
}

header h1 {
	margin: 0 auto;
	padding: 80px 0;
	line-height: 70px;
}

header h1 img {
	vertical-align: bottom;
	width: auto;
	max-height: 70px;
}

.headerNav {
	width: 100%;
	border-top: 1px solid #EEEEEE;
	border-bottom: 10px solid #E1EDD5;
	background: #6aa52e;
	z-index: 998;
	clear: both;
}

.headerNav h2 {
	margin: 0;
	width: auto;
	height: 40px;
	background: #6aa52e;
	font-size: 14px;
	font-size: 0.875rem;
	cursor: pointer;
	display: none;
}

.headerNav h2 span {
	padding: 0 10px 0 20px;
	background: url(../img/common/ico_menu.gif) no-repeat left center;
	display: block;
	line-height: 40px;
	color: #FFF;
	float: right;
}

.headerNav ul {
	margin: 0 auto;
	padding: 0;
	width: 1100px;
}

.headerNav ul li {
	width: 16.66666%;
	float: left;
	line-height: 60px;
	list-style: none;
}

.headerNav ul li a {
	width: 100%;
	color: #FFF;
	display: block;
	-webkit-transition-property: background-color, color;
	-moz-transition-property: background-color, color;
	-o-transition-property: background-color, color;
	-ms-transition-property: background-color, color;
	transition-property: background-color, color;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease;
	-moz-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	-ms-transition-timing-function: ease;
	transition-timing-function: ease;
	text-decoration: none;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.headerNav ul li a:hover {
	background-color: #FFF;
	color: #6aa52e;
}

.headerNav ul li:first-child a {
	border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.fixed {
	position: fixed;
	top: 0;
	left: 0;
	border-top: none;
}

/*----------------------------------------
	footer
----------------------------------------*/

footer dl {
	padding: 65px 0 60px;
}

footer dl dt {
	padding-bottom: 20px;
}

footer dl dt img {
	width: 240px;
	height: auto;
}

footer small {
	width: 100%;
	border-top: 1px solid #DDDDDD;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 60px;
	display: block;
}

.footerNav {
	width: 100%;
	background: #6aa52e;
}

.footerNav ul {
	margin: 0 auto;
	padding: 0;
	width: 1100px;
}

.footerNav ul li {
	width: 16.66666%;
	float: left;
	line-height: 60px;
	list-style: none;
}

.footerNav ul li a {
	width: 100%;
	color: #FFF;
	display: block;
	-webkit-transition-property: background-color, color;
	-moz-transition-property: background-color, color;
	-o-transition-property: background-color, color;
	-ms-transition-property: background-color, color;
	transition-property: background-color, color;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease;
	-moz-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	-ms-transition-timing-function: ease;
	transition-timing-function: ease;
	text-decoration: none;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.footerNav ul li a:hover {
	background-color: #FFF;
	color: #6aa52e;
}

.footerNav ul li:first-child a {
	border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.pagetop {
	width: 100%;
	background: #E1EDD5;
}

.pagetop a {
	padding: 14px 0;
	width: 100%;
	display: block;
	font-weight: bold;
	line-height: 120%;
	font-size: 14px;
	font-size: 0.875rem;
	text-decoration: none;
}

/*----------------------------------------
	mainVisual
----------------------------------------*/

.mainVisual {
	width: 100%;
	height: 490px;
	position: relative;
}

.cameraWrap {
	width: 100%;
}

.cameraList {
	width: 100%;
	height: 490px;
}

.camera_wrap {
	height: 490px !important;
}

.camera_pag_ul {
	text-align: center !important;
}

.camera_caption div {
	padding: 0 !important;
}

.circle {
	margin: 0 auto;
	width: 640px;
	height: 490px;
	background: url(../img/mainvisual/bg_circle.png) no-repeat center;
	background-size: contain;
	display: table;
}

.circle img {
	height: auto;
}

.tableCell {
	display: table-cell;
	vertical-align: middle;
}

.visual1,
.visual2,
.visual3,
.visual4 {
	font-size: 18px;
	font-size: 1.125rem;
}

.visual1 p,
.visual2 p,
.visual3 p,
.visual4 p {
	margin: 0;
	padding: 10px 0;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 160%;
}

.visual1 ul,
.visual2 ul,
.visual3 ul,
.visual4 ul {
	padding: 30px 0 0 !important;
}

.visual1 ul li,
.visual2 ul li,
.visual3 ul li,
.visual4 ul li {
	height: auto !important;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 170% !important;
}

.visual1 ol,
.visual2 ol,
.visual3 ol,
.visual4 ol {
	padding-top: 30px 0 0 !important;
}

.visual1 ol li,
.visual2 ol li,
.visual3 ol li,
.visual4 ol li {
	height: auto !important;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 170% !important;
	list-style: inside decimal;
}

.image-path {
	display: none;
}

.mainImg {
	display: none !important;
}

/*----------------------------------------
	container
----------------------------------------*/

.container {
	width: 100%;
}

.mainWidth {
	margin: 0 auto;
	width: 1100px;
}

.articleArea {
	margin-bottom: 140px;
	padding: 100px 0;
	text-align: left;
}

.articleArea h2 {
	margin: 0 0 60px;
	padding-bottom: 10px;
	font-size: 48px;
	font-size: 3rem;
	color: #6aa52e;
	font-weight: normal;
	line-height: 100%;
	letter-spacing: -1px;
	border-bottom: 4px solid #6aa52e;
}

.articleArea h2 span {
	margin-top: 6px;
	font-size: 18px;
	font-size: 1.125rem;
	color: #333333;
	display: inline-block;
	text-indent: 10px;
	vertical-align: top;
	letter-spacing: normal;
}

.articleArea p {
	padding-bottom: 20px;
}

.articleArea:last-child {
	margin-bottom: 0;
}

.articleArea img {
	max-width: 100%;
	height: auto;
}

.bgGray {
	background: #F4F4F4;
}

.bgGreen {
	background: #F0F9E8;
}

.bgGreen {
	background: #E8FAFF;
}

.bgYellow {
	background: #FFFFE8;
}

.bgBlack {
	background: #000;
}

.bgBlack h2 span {
	color: #DDD;
}

.bgBlack .commentArea,
.bgBlack p {
	color: #DDD;
}

.lastArticle {
	margin-bottom: 0 !important;
}

/*----------------------------------------
	mainHeadline
----------------------------------------*/

.mainHeadline {
	padding: 140px 0 120px;
	width: 100%;
	border-bottom: 1px solid #DDDDDD;
	text-align: center;
}

.mainHeadline h2 {
	font-size: 40px;
	font-size: 2.5rem;
	letter-spacing: -2px;
	line-height: 130%;
}

/*----------------------------------------
	information
----------------------------------------*/

#information {
	padding: 140px 0;
}

.news {
	width: 50%;
	float: left;
	border-left: 1px solid #DDDDDD;
}

.news h2 {
	margin: 0;
	padding: 28px 0 40px;
	font-size: 36px;
	font-size: 2.25rem;
	color: #6aa52e;
	font-weight: normal;
	letter-spacing: -1px;
	text-align: center;
}

.news:first-child {
	margin-left: -1px;
	border-left: none;
}

.news1,
.news2 {
	width: 50%;
	float: left;
	border-left: 1px solid #DDDDDD;
}

.news1 h2,
.news2 h2 {
	margin: 0;
	padding: 28px 0 40px;
	font-size: 36px;
	font-size: 2.25rem;
	color: #6aa52e;
	font-weight: normal;
	letter-spacing: -1px;
	text-align: center;
}

.news1 {
	margin-left: -1px;
	border-left: none;
}

.recentNews {
	margin: 0;
	padding-bottom: 8px;
	text-align: left;
}

.recentNews dt {
	padding-bottom: 20px;
	width: 30%;
	float: left;
	clear: left;
	text-align: center;
}

.recentNews dd {
	margin: 0;
	padding: 0 0 20px 30%;
	width: 66%;
}

.recentNews dd a {
	color: #d8a238;
}

.recentNews dd a:hover {
	color: #6aa52e;
}

/*----------------------------------------
	service
----------------------------------------*/

.commentArea {
	width: 58.60805860805861%;
	float: left;
}

.commentArea p {
	margin: 0;
	padding-bottom: 20px;
}

.imgArea {
	margin: 0;
	width: 38.46153846153846%;
	float: right;
}

.imgArea img {
	max-width: 100%;
	height: auto;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
}

/*----------------------------------------
	company
----------------------------------------*/

.companyArea h3 {
	margin-left: 10%;
	float: left;
	text-align: center;
}

.companyArea h3 span {
	margin: 0 auto;
	width: 140px;
	height: 140px;
	color: #FFF;
	text-align: center;
	background: #6aa52e;
	-webkit-border-radius: 70px;
	-moz-border-radius: 70px;
	-o-border-radius: 70px;
	-ms-border-radius: 70px;
	border-radius: 70px;
	display: table-cell;
	vertical-align: middle;
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: normal;
	line-height: 130%;
}

.profileArea {
	padding-top: 20px;
	width: 64%;
	float: right;
}

.profileArea dl dt {
	padding-bottom: 20px;
	width: 20%;
	float: left;
	clear: left;
	font-weight: bold;
}

.profileArea dl dt:after {
	content: " : ";
	float: right;
}

.profileArea dl dd {
	margin: 0;
	padding: 0 0 20px 25%;
	width: 76%;
}

.access {
	margin-top: 60px;
	padding-top: 60px;
	border-top: 1px solid #DDDDDD;
	clear: both;
}

#map {
	margin-top: 80px;
	width: 100%;
	height: 500px;
}

#map img {
	max-width: none !important;
}

/*----------------------------------------
	recruit
----------------------------------------*/

.defaultTable {
	width: 100%;
}

.defaultTable th {
	padding: 14px;
	width: 18%;
	border: 1px solid #CCCCCC;
	background: #F9F9F9;
	font-weight: normal;
	vertical-align: top;
}

.defaultTable td {
	padding: 14px;
	border: 1px solid #CCCCCC;
	background: #FFF;
	vertical-align: top;
}

/*----------------------------------------
	contact
----------------------------------------*/

#MessageIndexForm select {
	font-size: 16px;
	font-size: 1rem;
}

#MessageIndexForm label {
	display: inline !important;
}

#MessageIndexForm input[type="radio"] {
	vertical-align: middle;
}

#MessageIndexForm input[type="text"] {
	font-size: 16px;
	font-size: 1rem;
}

#MessageIndexForm textarea, #MessageConfirmForm textarea {
	width: 99% !important;
	height: 170px !important;
}

.required {
	margin-left: 3px;
	font-size: 18px !important;
	font-size: 1.125rem !important;
	color: #B20000;
}

.boxName1 {
	width: 40px;
	display: inline-block;
}

.boxName2 {
	margin-left: 10px;
	width: 40px;
	display: inline-block;
}

input[name*="name_"],
input[name*="name_kana_"] {
	margin-right: 10px;
	width: 120px;
}

.boxAdd {
	padding-bottom: 5px;
	width: 140px;
	display: inline-block;
}

select[name*="address_"],
input[name*="address_"],
input[name*="zip"] {
	margin-bottom: 5px;
}

input[name*="address_"] {
	width: 60%;
}

#MessageEmail1,
#MessageEmail2,
#MessageRootEtc {
	margin: 5px 0;
	width: 500px;
}

#MessageZip {
	width: 80px !important;
}

#MessageRoot {
	margin-bottom: 5px;
}

.add div {
	padding-bottom: 5px;
}

.add div:last-child {
	padding-bottom: 0;
}

.add span {
	width: 140px;
	display: inline-block;
	vertical-align: middle;
}

.add input {
	width: 345px;
}

.auth-captcha {
	padding-top: 30px;
}

.auth-captcha img {
	float: left;
}

.auth-captcha > div {
	padding-left: 20px;
	float: left;
}

#MessageAuthCaptcha {
	width: 320px;
}

.submit {
	padding-top: 30px;
	text-align: center;
}

.button {
	margin: 10px;
	padding: 15px 40px;
	border: 1px solid #CCCCCC;
	color: #333333;
	cursor: pointer;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	background: none, url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YzZjNmMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background: none, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f3f3f3), color-stop(100%, #ffffff));
	background: none, -webkit-linear-gradient(top, #f3f3f3 0%, #ffffff 100%);
	background: none, -moz-linear-gradient(top, #f3f3f3 0%, #ffffff 100%);
	background: none, -o-linear-gradient(top, #f3f3f3 0%, #ffffff 100%);
	background: none, linear-gradient(top, #f3f3f3 0%, #ffffff 100%);
	font-size: 20px;
	font-size: 1.25rem;
}

.button:hover {
	color: #FFF;
	background: #6AA52D;
}

/*----------------------------------------
	news
----------------------------------------*/

.newsArea {
	width: 70.51282051282051%;
	float: right;
}

.entry {
	padding-bottom: 100px;
}

.entry h3 {
	margin-bottom: 10px;
	padding: 0 10px 10px;
	width: auto;
	border-bottom: 1px solid #DDD;
	font-size: 28px;
	font-size: 1.75rem;
	font-weight: normal;
	line-height: 120%;
}

.entry h3 a {
	color: #d8a238;
	text-decoration: none;
}

.entry h3 a:hover {
	color: #6aa52e;
}

.entry h3[class*="fontawesome-"]:before {
	display: inline-block;
}

.entry time {
	padding-right: 20px;
	display: block;
	float: right;
	font-size: 14px;
	font-size: 0.875rem;
}

.entry:last-child {
	padding-bottom: 20px;
}

.entryBody,
.eyeCatch,
.post-body {
	margin: 0 !important;
	padding: 40px 10px 0;
	clear: both;
}

.post-detail,
#post-detail {
	margin: 0 !important;
	padding: 0 10px 20px;
}

.metaArea {
	padding-top: 15px;
	width: 100%;
	border-top: 1px solid #DDD;
}

.metaArea ul {
	padding-left: 0;
	float: right;
}

.metaArea ul li {
	margin-right: 20px;
	float: left;
	font-size: 14px;
	font-size: 0.875rem;
	list-style: none;
}

.archiveTitle {
	padding-bottom: 20px;
}

.archiveTitle h3 {
	margin: 0;
	padding: 10px 15px;
	background: #6aa52e;
	font-size: 22px;
	font-size: 1.375rem;
	color: #FFF;
}

.tag {
	padding: 0 !important;
	font-size: 14px !important;
	font-size: 0.875rem !important;
}

.pagination .number,
.pagination .prev,
.pagination .next,
.pagination .current {
	border: 1px solid #E2E2E2;
	margin: 0 2px;
	padding: 5px 8px;
}

.disabled {
	display: none;
}

/* comment area */

.BlogComment {
	margin-top: 40px;
	padding: 15px;
	border: 1px solid #CCC;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}

.BlogComment h4 {
	margin: 0;
	padding-bottom: 20px;
	font-size: 18px;
	font-size: 1.125rem;
}

.BlogComment .submit {
	padding: 30px 0;
	text-align: center;
}

.BlogCommentList {
	margin-bottom: 20px;
	padding: 0 15px 20px;
	border-bottom: 1px solid #CCC;
}

.comment {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px dotted #CCC;
}

.comment:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}

.BlogCommentSend h5 {
	margin: 0;
	padding-bottom: 20px;
	font-size: 18px;
	font-size: 1.125rem;
}

.BlogCommentSend table {
	width: 100%;
}

.BlogCommentSend table th {
	padding: 10px;
}

.BlogCommentSend table td {
	padding: 10px;
}

.auth-captcha {
	text-align: center;
}

.auth-captcha-image {
	vertical-align: middle;
}

#ResultMessage {
	padding: 10px 0;
	font-size: 18px;
	font-size: 1.125rem;
	background: #d8a238;
	color: #FFF;
}

/*----------------------------------------
	widgetArea
----------------------------------------*/

.widgetArea ul {
	padding: 0;
}

.widgetArea ul li {
	list-style: none;
}

/*----------------------------------------
	font color
----------------------------------------*/

.fcGreen {
	color: #6AA52C;
}

.fcYellow {
	color: #D8A238;
}

.fcRed {
	color: #B20000;
}

.fcBlue {
	color: #00698C;
}

/*----------------------------------------
	sideNac
----------------------------------------*/

/* side */

.sideNav {
	width: 25.82417582417582%;
	float: left;
}

.sideNav .articleArea {
	padding: 0;
}

.blogWidget {
	width: 100%;
	margin-bottom: 40px;
}

.blogWidget h3 {
	margin-bottom: 20px;
	width: 100%;
	background: #6AA52D;
	line-height: 40px;
	font-size: 20px;
	font-size: 1.25rem;
	color: #FFF;
	text-indent: 10px;
}

.blogWidget ul {
	padding-left: 0; /* fontawesome */
}

.blogWidget ul li {
	padding: 0 10px 15px 30px;
	line-height: 120%;
	position: relative;
	list-style: none;
}

.blogWidget ul [class*="fontawesome-"]:before {
	position: absolute;
	top: 0 !important;
	left: 12px !important;
	font-family: 'FontAwesome', sans-serif;
	font-size: 16px !important;
	font-size: 1rem !important;
	display: block !important;
	color: #d8a238;
}

.blogWidget [class*="depth-"] li:before {
	position: absolute;
	top: 0 !important;
	left: 12px !important;
	content: "\f0a9";
	font-family: 'FontAwesome', sans-serif;
	font-size: 16px !important;
	font-size: 1rem !important;
	display: block !important;
	color: #d8a238;
}

.blogWidgetCalender {
	padding: 20px;
	width: auto;
	background: #FCFCFC;
	border: 1px solid #DDD;
}

.blogWidgetCalender h3 {
	margin: 0 0 15px;
	font-size: 18px;
	font-size: 1.125rem;
	background: none;
	color: #6aa52e;
	text-align: center;
	line-height: 18px;
}

.blogCalendar {
	width: 100%;
}

.blogCalendar tr {
	border-bottom: 1px solid #DDD;
}

.blogCalendar tr:first-child {
	padding-bottom: 5px;
}

.blogCalendar th,
.blogCalendar td {
	padding: 2px 0;
	text-align: center;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: normal;
}

.saturday {
	color: #006DD9;
}

.sunday {
	color: #B20000;
}

.today {
	font-weight: bold !important;
	background: #6aa52e;
	color: #FFF;
}

.today a {
	color: #FFF;
}

@media only screen and (min-width: 500px) and (max-width: 1110px) {

.container {
	width: auto !important;
}

header {
	padding-bottom: 0;
	position: relative;
	z-index: 999;
}

header h1 {
	padding: 40px 0;
	line-height: 60px;
}

header h1 img {
	width: auto;
	max-height: 60px;
}

footer dl dt img {
	width: 220px;
}

.cameraSlide {
	top: -40px !important;
}

.mainWidth {
	padding: 0 2%;
	width: auto;
}

.articleArea { /* fontawesome */
}

.articleArea [class*="fontawesome-"]:before {
	display: none;
}

input[name*="address_"] {
	width: 100%;
}

.BlogCommentSend table tr {
	display: inline;
}

.BlogCommentSend table th {
	font-weight: bold;
}

.BlogCommentSend table th,
.BlogCommentSend table td {
	padding: 10px 0 0;
	margin-top: -1px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
}

.BlogCommentSend table td small {
	display: block;
}

}

@media only screen and (min-width: 500px) and (max-width: 787px) {

header {
	height: 182px;
}

.headerNav h2 {
	display: block;
}

.headerNav ul {
	display: none;
	position: relative;
	z-index: 999;
}

.headerNav ul li {
	width: 100%;
	float: none;
	line-height: 40px;
	border-bottom: 1px solid #DDD;
	text-align: left;
	text-indent: 1%;
	background: #FFF;
}

.headerNav ul li a {
	font-size: 16px;
	font-size: 1rem;
	color: #333333;
	border-right: none;
}

.headerNav ul li a:before {
	content: " > ";
}

.headerNav ul li a:hover {
	background: #6aa52e;
	color: #FFF;
}

.headerNav ul li:first-child a {
	border-left: none;
}

.footerNav {
	display: none;
}

.mainVisual {
	height: 250px;
}

.cameraList {
	height: 250px;
}

.camera_wrap {
	height: 250px !important;
}

.circle {
	width: 326px;
	height: 250px;
}

.circle img {
	max-width: 50%;
}

.visual1,
.visual2,
.visual3,
.visual4 {
	font-size: 14px;
	font-size: 0.875rem;
}

.visual1 p,
.visual2 p,
.visual3 p,
.visual4 p {
	font-size: 14px;
	font-size: 0.875rem;
}

.visual1 ul,
.visual2 ul,
.visual3 ul,
.visual4 ul {
	padding-top: 10px !important;
}

.visual1 ul li,
.visual2 ul li,
.visual3 ul li,
.visual4 ul li {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 140% !important;
}

.visual1 ol,
.visual2 ol,
.visual3 ol,
.visual4 ol {
	padding-top: 10px !important;
}

.visual1 ol li,
.visual2 ol li,
.visual3 ol li,
.visual4 ol li {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 140% !important;
}

.articleArea {
	margin-bottom: 70px;
	padding: 50px 0;
}

.articleArea h2 {
	margin-bottom: 30px;
	padding-bottom: 10px;
	font-size: 40px;
	font-size: 2.5rem;
	border-bottom: 3px solid #6aa52e;
}

.articleArea h2 span {
	font-size: 16px;
	font-size: 1rem;
}

.mainHeadline {
	padding: 80px 0;
}

.mainHeadline h2 {
	font-size: 30px;
	font-size: 1.875rem;
}

#information {
	padding: 70px 0;
}

.news h2 {
	font-size: 28px;
	font-size: 1.75rem;
}

.news1 h2,
.news2 h2 {
	font-size: 28px;
	font-size: 1.75rem;
}

.recentNews dt {
	padding: 0 5% 5px;
	width: auto;
	float: none;
	text-align: left;
}

.recentNews dd {
	padding: 0 5% 20px;
	width: auto;
}

.commentArea {
	width: 100%;
	float: none;
}

.imgArea {
	width: 100%;
	float: none;
}

.companyArea h3 {
	margin-left: 3%;
}

.profileArea {
	width: 70%;
}

.defaultTable tr {
	display: inline;
}

.defaultTable th {
	font-weight: bold;
}

.defaultTable th,
.defaultTable td {
	margin-top: -1px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
}

.boxAdd {
	display: block;
}

#MessageEmail1,
#MessageEmail2,
#MessageRootEtc {
	width: 85%;
}

#MessageAddress2,
#MessageAddress3,
#MessageAddress4 {
	width: 96%;
}

.add input {
	width: 65%;
}

#MessageAuthCaptcha {
	width: 96%;
}

.newsArea {
	width: 100%;
	float: none;
}

#BlogCommentAddForm {
	padding: 10px 0 !important;
}

#BlogCommentMessage {
	width: 96%;
}

.sideNav {
	padding-top: 60px;
	width: 100%;
	float: none;
}

}

@media only screen and (min-width: 788px) and (max-width: 1110px) {

header {
	height: 202px;
}

.headerNav ul {
	width: 100%;
	display: block !important;
}

.footerNav ul {
	width: 100%;
}

.mainVisual {
	height: 390px;
}

.cameraList {
	height: 390px;
}

.camera_wrap {
	height: 390px !important;
}

.circle {
	width: 509px;
	height: 390px;
}

.circle img {
	max-width: 70%;
}

#MessageAddress2,
#MessageAddress3,
#MessageAddress4 {
	width: 74%;
}

}

@media only screen and (min-width: 1111px) {

.headerNav ul {
	display: block !important;
}

.articleArea { /* fontawesome */
}

.articleArea h2 {
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	position: relative;
}

.articleArea h2[class*="fontawesome-"]:before {
	display: none;
}

.articleArea:hover { /* fontawesome */
}

.articleArea:hover h2 {
	text-indent: 40px;
}

.articleArea:hover h2[class*="fontawesome-"]:before {
	position: absolute;
	top: 0;
	left: -38px;
	font-family: 'FontAwesome', sans-serif;
	font-size: 40px;
	font-size: 2.5rem;
	display: block;
}

.mainHeadline {
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.mainHeadline:hover {
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-o-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
}

}

@media only screen and (max-width: 499px) {

body {
	font-size: 14px;
	font-size: 0.875rem;
}

.container {
	width: auto !important;
}

header {
	padding-bottom: 0;
	height: 128px;
}

header h1 {
	padding: 20px 0;
	line-height: 40px;
}

header h1 img {
	width: auto;
	max-height: 40px;
	vertical-align: middle;
}

.headerNav {
	border-bottom: 5px solid #E1EDD5;
}

.headerNav h2 {
	display: block;
}

.headerNav ul {
	display: none;
	position: relative;
	z-index: 999;
}

.headerNav ul li {
	width: 100%;
	float: none;
	line-height: 40px;
	border-bottom: 1px solid #DDD;
	text-align: left;
	text-indent: 1%;
	background: #FFF;
}

.headerNav ul li a {
	font-size: 14px;
	font-size: 0.875rem;
	color: #333333;
	border-right: none;
}

.headerNav ul li a:before {
	content: " > ";
}

.headerNav ul li a:hover {
	background: #6aa52e;
	color: #FFF;
}

.headerNav ul li:first-child a {
	border-left: none;
}

footer dl {
	padding: 35px 0 30px;
}

footer dl dt img {
	width: 200px;
}

footer dl dd {
	margin: 0;
	font-size: 12px;
	font-size: 0.75rem;
}

footer small {
	font-size: 10px;
	font-size: 0.625rem;
}

.footerNav {
	display: none;
}

.mainVisual {
	height: 165px;
}

.cameraList {
	height: 165px;
}

.camera_wrap {
	height: 164px !important;
}

.cameraSlide {
	top: -40px !important;
}

.circle {
	width: 215px;
	height: 165px;
}

.circle img {
	max-width: 155px;
}

.visual1,
.visual2,
.visual3,
.visual4 {
	font-size: 10px;
	font-size: 0.625rem;
}

.visual1 p,
.visual2 p,
.visual3 p,
.visual4 p {
	font-size: 10px;
	font-size: 0.625rem;
}

.visual1 ul,
.visual2 ul,
.visual3 ul,
.visual4 ul {
	padding-top: 5px !important;
}

.visual1 ul li,
.visual2 ul li,
.visual3 ul li,
.visual4 ul li {
	font-size: 10px;
	font-size: 0.625rem;
	line-height: 120% !important;
}

.visual1 ol,
.visual2 ol,
.visual3 ol,
.visual4 ol {
	padding-top: 5px !important;
}

.visual1 ol li,
.visual2 ol li,
.visual3 ol li,
.visual4 ol li {
	font-size: 10px;
	font-size: 0.625rem;
	line-height: 120% !important;
}

.mainWidth {
	padding: 0 2%;
	width: auto;
}

.articleArea {
	margin-bottom: 70px;
	padding: 25px 0; /* fontawesome */
}

.articleArea h2 {
	margin-bottom: 20px;
	padding: 0 0 0 10px;
	font-size: 26px;
	font-size: 1.625rem;
	border-left: 8px solid #6aa52e;
	border-bottom: none;
}

.articleArea h2 span {
	margin: 0 0 0 -9px;
	font-size: 12px;
	font-size: 0.75rem;
	display: block;
}

.articleArea [class*="fontawesome-"]:before {
	display: none;
}

.mainHeadline {
	padding: 80px 0 60px;
}

.mainHeadline h2 {
	font-size: 20px;
	font-size: 1.25rem;
}

#information {
	margin-top: 20px;
	padding: 0 0 20px;
}

.news {
	width: 100%;
	float: none;
	border-left: none;
}

.news h2 {
	padding: 28px 0 30px;
	font-size: 24px;
	font-size: 1.5rem;
}

.news1,
.news2 {
	width: 100%;
	float: none;
	border-left: none;
}

.news1 h2,
.news2 h2 {
	padding: 28px 0 30px;
	font-size: 24px;
	font-size: 1.5rem;
}

.recentNews dt {
	padding: 0 5% 5px;
	width: auto;
	float: none;
	text-align: left;
}

.recentNews dd {
	padding: 0 5% 20px;
	width: auto;
}

.commentArea {
	width: 100%;
	float: none;
}

.imgArea {
	width: 100%;
	float: none;
}

.companyArea h3 {
	margin: 0 auto;
	float: none;
}

.companyArea h3 span {
	padding: 5px 0;
	width: 100%;
	height: auto;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	display: block;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 120%;
}

.companyArea h3 span br {
	display: none;
}

.profileArea dl {
	padding: 0 2%;
}

.profileArea dl dt {
	padding-bottom: 0;
	width: 100%;
	float: none;
}

.profileArea dl dt:after {
	content: "";
}

.profileArea dl dd {
	padding: 0 0 15px;
	width: 100%;
}

.profileArea {
	width: 100%;
	float: none;
}

.access {
	bottom: 0;
	padding: 0;
	border-top: none;
}

#map {
	margin-top: 20px;
	height: 250px !important;
}

.defaultTable tr {
	display: inline;
}

.defaultTable th {
	font-weight: bold;
}

.defaultTable th,
.defaultTable td {
	margin-top: -1px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
}

input[name*="name_"],
input[name*="name_kana_"] {
	width: 84px;
}

.boxAdd {
	display: block;
}

input[name*="address_"] {
	width: 100%;
}

#MessageEmail1,
#MessageEmail2,
#MessageRootEtc {
	width: 96%;
}

#MessageAddress2,
#MessageAddress3,
#MessageAddress4 {
	width: 96%;
}

.add span {
	width: 100%;
	display: block;
}

.add span:before {
	content: "▼ ";
}

.add input {
	width: 100%;
}

.auth-captcha {
	text-align: center;
}

.auth-captcha img {
	float: none;
}

.auth-captcha > div {
	padding-left: 0;
	float: none;
}

#MessageAuthCaptcha {
	width: 94%;
}

.button {
	font-size: 18px;
	font-size: 1.125rem;
}

input[type="reset"] {
	padding: 5px 20px;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 18px;
}

.newsArea {
	width: 100%;
	float: none;
}

.entry {
	padding-bottom: 50px;
}

.entry h3 {
	font-size: 22px;
	font-size: 1.375rem;
}

.BlogCommentSend table tr {
	display: inline;
}

.BlogCommentSend table th {
	font-weight: bold;
}

.BlogCommentSend table th,
.BlogCommentSend table td {
	padding: 10px 0 0;
	margin-top: -1px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
}

.BlogCommentSend table td small {
	display: block;
}

#BlogCommentAddForm {
	padding: 10px 0 !important;
}

#BlogCommentMessage {
	width: 96%;
}

.widgetArea ul li {
	width: auto !important;
	float: none !important;
}

.sideNav {
	padding-top: 60px;
	width: 100%;
	float: none;
}

}

