@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;
	padding: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 {

}

.h3 {
	text-align:center;
	margin:0 auto;
}
.h3 img {
	max-width:350px;
	width:100%;
}
.h4a{
	font-size:30px;
	padding-left:20px;
	border-left:5px solid #333;
}
/**
 * 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: 100%;
}

/**
 * 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;
}
.mt30{
	margin-top:30px;
}
.mt50{
	margin-top:50px;
}
.mt80{
	margin-top:80px;
}
.mt100{
	margin-top:100px;
}
.mb30{
	margin-bottom:30px;
}
.mb50{
	margin-bottom:50px;
}
.mb80{
	margin-bottom:80px;
}
.mb100{
	margin-bottom:100px;
}

/* 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
   ========================================================================== */
* {
    box-sizing: border-box;
}
/**
 * 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: 1.4em;
	text-align: center;
	line-height: 160%;
}

a {
	color: #333;
	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 {

}

/*----------------------------------------
	IE6 Upgrade Warning
----------------------------------------*/

#ieError {
	color: #FFF;
	background: #FF9B57;
	padding: 20px;
	text-align: center;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

#ieError strong {
	color: #FFF;
}

#ieError a {
	color: #FFF;
	text-decoration: underline;
}


.flow .dl_les{
}
.flow .dl_les dt,.flow .dl_les dd{
	line-height:1.8em;
}
.flow .dl_les dt{
	background-color:#eee;
	color:#333;
	padding:10px 10px;
	margin-bottom:10px;
	font-size:21px;
}

/
/* ==========================================================================
Embedded content
========================================================================== */
/*
* 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
* 2. Improves image quality when scaled in IE 7.
*/

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/*
* Corrects overflow displayed oddly in IE 9.
*/
svg:not(:root) {
    overflow: hidden
}

/* ==========================================================================
Figures
========================================================================== */
/*
* Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
*/

figure {
    margin: 0
}

/* ==========================================================================
Forms
========================================================================== */
/*
* Corrects margin displayed oddly in IE 6/7.
*/

form {
    margin: 0
}

/*
* Define consistent border, margin, and padding.
*/
fieldset {
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
    border: 1px solid #c0c0c0;
}

/*
* 1. Corrects color not being inherited in IE 6/7/8/9.
* 2. Corrects text not wrapping in Firefox 3.
* 3. Corrects alignment displayed oddly in IE 6/7.
*/
legend {
    padding: 0;
    border: 0; /* 1 */
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/*
* 1. Corrects font size not being inherited in all browsers.
* 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5, *    and Chrome.
* 3. Improves appearance and consistency in all browsers.
*/
button, input, select, textarea {
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    font-size: 100%; /* 1 */
    *vertical-align: middle; /* 3 */
}
#ContentQ{
	width:230px;
}
/*
* Addresses Firefox 3+ setting `line-height` on `input` using ` !important` in
* the UA stylesheet.
*/
button, input {
    line-height: normal
}

/*
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
*    and `video` controls.
* 2. Corrects inability to style clickable `input` types in iOS.
* 3. Improves usability and consistency of cursor style between image-type
*    `input` and others.
* 4. Removes inner spacing in IE 7 without affecting normal text inputs.
*    Known issue:inner spacing remains in IE 6.
*/
button, html input[type="button"], /* 1 */
input[type="reset"], input[type="submit"] {
    cursor: pointer; /* 3 */
    -webkit-appearance: button; /* 2 */
    *overflow: visible; /* 4 */
}

/*
* Re-set default cursor for disabled elements.
*/
button[disabled], input[disabled] {
    cursor: default
}

/*
* 1. Addresses box sizing set to content-box in IE 8/9.
* 2. Removes excess padding in IE 8/9.
* 3. Removes excess padding in IE 7.
*    Known issue:excess padding remains in IE 6.
*/
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/*
* 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
* 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
*    (include `-moz` to future-proof).
*/
input[type="search"] {
    /* 2 */
    box-sizing: content-box;
    -webkit-appearance: textfield; /* 1 */
    nowhitespace: afterproperty;
}

/*
* Removes inner padding and search cancel button in Safari 5 and Chrome
* on OS X.
*/
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

/*
* Removes inner padding and border in Firefox 3+.
*/
button::-moz-focus-inner, input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

/*
* 1. Removes default vertical scrollbar in IE 6/7/8/9.
* 2. Improves readability and alignment in all browsers.
*/
textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
Tables
========================================================================== */
/*
* Remove most spacing between table cells.
*/

table {
    border-spacing: 0;
    border-collapse: collapse;
	margin-bottom:50px;
}
.table1 th {
	padding:10px 0;
	line-height:2.2em;
	border-bottom:1px solid #ccc;
	padding:0 5px;
}
.table1 td {
	padding:10px 5px;
	line-height:2.2em;
	border-bottom:1px solid #ccc;
}

/* ==========================================================================
title
========================================================================== */




/* ==========================================================================
Buttons
========================================================================== */
.use-btn {
    display: inline-block;
    margin: 0 10px 10px 0;
    padding: 20px 50px;
    border-radius: 3px;
    background-color: #fff;
    color: #4b98a9;
    font-size: 16px;
}
.use-btn:hover, .use-btn:focus {
    background-color: #73d0da;
    color: #fff;
    text-decoration: none;
}
.learn-btn, .download-btn {
	margin-top:30px;
	padding:20px;
    display: inline-block;
    border: 2px solid #eee;
    border-radius: 3px;
    color: #eee;
    font-size: 16px;
}
.download-btn2 {
	width:100%;
	margin-top:10px;
    display: inline-block;
	text-align:center;
    padding: 9px 0;
    border: 2px solid #eee;
    border-radius: 3px;
    color: #eee;
    font-size: 16px;
	margin-bottom:10px;
}
.learn-btn:hover, .download-btn:hover, .learn-btn:focus, .download-btn:focus {
    border-color: #73d0da;
    color: #73d0da;
    text-decoration: none;
}
.read-more-btn {
    display: inline-block;
    color: #323a45;
    text-transform: uppercase;
    font-weight: 400;
}
.read-more-btn i, .download-btn i {
    margin-left: 5px
}
.showcase .download-btn {
    margin-top: 50px
}
.download .download-btn {
    margin-top: 25px
}
/*----------------------------------------
	mainVisual
----------------------------------------*/

.mainVisual {

	height: 602px;
}

.cameraWrap {

}

.cameraList {



}

.camera_wrap {

}

.camera_pag_ul {
	text-align: center !important;
}

.camera_caption div {
	padding: 0 !important;
}

.circle {
	margin: 0 auto;
	width: 640px;

	background: url(../img/mainvisual/bg_circle.png) no-repeat center;
	background-size: contain;
	display: table;
}

.circle img {
	height:100%;
}

.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 {
}

.mainWidth {
	margin: 0 auto;
	width: 1100px;
}

.articleArea {
	margin-bottom: 50px;
	padding: 0 0 100px;
	text-align: left;
}

.articleArea h2 {
	margin: 0 0 60px;
	padding-bottom: 10px;
	font-size: 48px;
	font-size: 3rem;
	color: #333;
	font-weight: normal;
	line-height: 100%;
	letter-spacing: -1px;
	border-bottom: 4px solid #666;
}
.h3 {
	clear:both;
	text-align:left;
	margin: 60px 0 60px;
	padding-bottom: 5px;
	font-size: 30px;
	color: #333;
	font-weight: normal;
	line-height: 150%;
	letter-spacing: -1px;
	border-bottom: 1px solid #666;
}
.h3a {
	clear:both;
	text-align:center;
	margin: 60px 0 60px;
	padding-bottom: 5px;
	font-size: 30px;
	color: #333;
	font-weight: normal;
	line-height: 150%;
	letter-spacing: -1px;
	border-bottom: 1px solid #666;
}

h4 {
	clear:both;
	text-align:center;
	margin: 60px 0 60px;
	padding-bottom: 5px;
	font-size: 30px;
	color: #333;
	font-weight: normal;
	line-height: 150%;
	letter-spacing: -1px;
	border-bottom: 1px solid #666;
}
.h6 {
	font-size: 21px;
	font-weight:bold;
	color:#666;
	margin-bottom:30px;
	line-height:1.8em;
}

.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 {
	font-size:16px;
	line-height:1.8em;
}

.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;
}
.txtbox4{
	background-color:#eee;
	padding:20px;
	margin-bottom:20px;
}
/*----------------------------------------
	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%;
	border-left: 1px solid #DDDDDD;
}

.news1 h2,
.news2 h2 {
	margin: 0;
	padding: 28px 0 40px;
	font-size: 36px;
	font-size: 2.25rem;
	color: #333;
	font-weight: normal;
	letter-spacing: -1px;
	text-align: center;
}

.news1 {
	margin-left: -1px;
	border-left: none;
}

.recentNews {
	width:100%;

}
.recentNews, .recentNewslist{
	list-style:none;

}
	
.recentNewslist {
		float:left;
	width:23%;
		height:300px;
	overflow:hidden;
		padding:10px 10px 0 10px;
	border:1px solid #ccc;
	margin-bottom:20px;
	margin-right:1%;

}
.recentNewslist img {
	width:100%;
}




.recentNews dd a {
	color:#355270;
	color: #d8a238}

.recentNews dd a:hover {
	color: #355270;
}

/*----------------------------------------
	service
----------------------------------------*/

.commentArea {
	width: 100%;
	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;
}
.Area1 {
	background-image:url(../img/bg11.jpg);
	background-size:cover;
	background-position:top center;
	background-repeat:no-repeat;
	padding-left:10%;
	padding-right:43%;

		text-align:left;
}
.Area2 {
    margin-bottom: 0;
	background-image:url(../img/bg12.jpg);
	background-size:cover;
	background-position:top center;
	background-repeat:no-repeat;
	text-align:left;
			padding-left:43%;
				padding-right:10%;
}
.Area3 {
    margin-bottom: 0;

	background-image:url(../img/bg13.jpg);
	background-size:cover;
	background-position:top center;
	background-repeat:no-repeat;
	text-align:left;
	padding-left:10%;
padding-right:43%;
background-position:bottom center;
}
.body-wrap {
    clear: both;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
	padding:20px;
	height:100%;
	background-color:#fff;
	background:rgba(255, 255, 255, 0.8);
}
.Area1 p,.Area2 p,.Area3 p{
}
.ginfo{
	text-align:center;
}
.ginfo span{
		font-size:30px;
		line-height:2em;
}
#service th,#service td{
	padding:5px;
}
/*----------------------------------------
	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: #666;
	-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;
	padding-top:10px;
	wdth: 20%;
	font-size:12px;
	float: left;
	clear: left;
	font-weight: bold;
}

.profileArea dl dt:after {
	content: " : ";
	float: right;
}

.profileArea dl dd {
	margin: 0;
	padding: 10px 10px 20px 25%;
	width: 76%;
		font-size:12px;
		border-bottom:1px dotted #ccc;
}

.access {
	margin-top: 60px;
	padding-top: 60px;
	border-top: 1px solid #DDDDDD;
	clear: both;
}
.btop{
	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: 90%;
	margin:0 auto;
}

.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;
	text-align:left;
}

/*----------------------------------------
	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
----------------------------------------*/
#banner img{
		width:100%;
	}
.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;
	font-size: 30px;
}

.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: #2d3447;
	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 screen and (max-width: 980px) {

.container {
	width: auto !important;
}

header {
	padding-bottom: 0;
	position: relative;
}

header h1 {

}

header h1 img {

}

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;
}
.camera_caption div {
	visibility:hidden;
}
}
@media screen and (max-width: 980px) {

header {
}

.headerNav h2 {
	display: block;
}

.headerNav ul {
	display: none;
	position: relative;
}

.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 #666;
}

.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;
}

}
.camera_caption div {
	visibility:hidden;
}


/* ==========================================================================
Custom Slider Controls (Flickity)
========================================================================== */
.flickity-page-dots .dot {
    width: 13px;
    height: 13px;
    opacity: 1;
    background: transparent;
    border: 2px solid white;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
}
.flickity-page-dots .dot.is-selected {
    background: white;
}

/* ==========================================================================
Features Slider
========================================================================== */
.features-bg {
    position: relative;
    min-height: 400px;
    background: url('../img/features-intro-01.jpg') no-repeat center center;
    background-size: cover;
}
.features-img {
    width: 100%;
    height: 400px;
    text-align: center;
    line-height: 400px;
}
.features-slider {
    position: relative;
    padding: 11% 100px 10% 100px;
    height: 400px;
    background-color: #3F6184;
}
.features-slider ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.features-slider ul li {
    width: 100%;
}
.features-slider li h1 {
    margin-bottom: 15px;
    color: #fff;
    font-weight: 400;
    font-size: 22px;
}
.features-slider li p {
    color: #fff;
    font-size: 14px;
}
.features-intro-img {
    position: relative
}
.slides li h1 {
    margin: 0;
    padding: 0;
}
.features-slider .flickity-page-dots {
    text-align: left;
    margin-top: 50px;
    position: static;
}
.features-slider .flickity-page-dots .dot {
    margin: 0 12px 0 0;
}
/* ==========================================================================
Blog
========================================================================== */

#blogc{
	clear:both;
	   margin: 0 auto;
    width:100%;
}
#blogc .container{
	padding:100px 0;
}


/* ==========================================================================
Features List
========================================================================== */
.features-list {
    padding: 100px 0
}
.features-list h1 {
    margin: 0 0 10px 0;
    padding: 0;
    color: #24374b;
    font-size: 20px;
}
.features-list p {
    margin-bottom: 20px;
    color: #778899;
}
.feature-content {
    display: inline-block;
    margin-left: 0;
    width: 65%;
}
.feature-icon {
    display: inline-block;
    margin-right: 25px;
    width: 90px;
    height: 90px;
    border: solid 2px #4e9ba3;
    border-radius: 50%;
    vertical-align: top;
    text-align: center;
    font-size: 25px;
    line-height: 90px;
}
.feature-icon i {
    color: #4e9ba3
}
.features-list p {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	text-align:center;
}
.txt18{
		font-size:18px;
}
.txt36{
		font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #333;	
		font-size:36px;
}
.mt50{
	margin-top:50px;
}
.mb50{
	margin-bottom:50px;
}
/* ==========================================================================
business List
========================================================================== */
.business-list {
	clear:both;
    padding: 100px 0;
	background-color:#f0f0f0;
}
.business-list h1 {
    margin: 0 0 10px 0;
    padding: 0;
    color: #24374b;
    font-size: 20px;
}
.business-list p {
    margin-bottom: 20px;
    color: #778899;
}
.business-content {
    display: inline-block;
    margin-left: 0;
    width: 65%;
}
.business-icon {
    display: inline-block;
    margin-right: 25px;
    width: 90px;
    height: 90px;
    border: solid 2px #4e9ba3;
    border-radius: 50%;
    vertical-align: top;
    text-align: center;
    font-size: 25px;
    line-height: 90px;
}
.business-icon i {
    color: #4e9ba3
}
.business-list p {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	text-align:center;
}
.txt18{
		font-size:18px;
}
.txt24{
		font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #333;	
		font-size:24px;
}
.mt50{
	margin-top:50px;
}
mb50{
	margin-bottom:50px;
}
/* ==========================================================================
Blockquote
========================================================================== */
blockquote {
    margin: 40px 0 0;
    padding: 0;
    border: none;
}
blockquote p {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 70%;
    vertical-align: top;
    font-style: italic;
}
blockquote .avatar {
    display: inline-block;
    margin-right: 20px;
    width: 64px;
    height: 64px;
    vertical-align: middle;
}
blockquote .logo-quote {
    display: inline-block;
    margin: 0 0 0 90px;
}

/* ==========================================================================
Showcase
========================================================================== */
.showcase {
    background: url('../img/showcase-bg-fixed-01.jpg') no-repeat center center fixed;
    background-size: cover;
}
.showcase h1 {
    margin: 0 0 20px 0;
    color: #fff;
    font-weight: 400;
    font-size: 22px;
}
.showcase p {
    margin-bottom: 25px;
    color: #fff;
}
.device {
    position: absolute;
    top: -60px;
    left: 20%;
    min-height: 676px;
    width: 359px;
    background: url('../img/iphone-skeleton.png') no-repeat center center;
}
.device-content {
    position: absolute;
    top: 115px;
    left: 56px;
    width: 247px;
    height: 445px;
    background: rgba(0, 0, 0, 0.3);
}
.device-content img {
    width: 247px;
    height: 445px;
}
.showcase-wrap {
    position: relative;
    padding: 100px 0;
    min-height: 600px;
}
.showcase-slider ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.showcase-slider .flickity-page-dots {
    bottom: 20px;
}

/* ==========================================================================
Screenshots Intro
========================================================================== */
.screenshots-intro {
    padding: 100px 0 100px 0;
    background-color: #f6f7f9;
}
.screenshots-intro h1 {
    margin-bottom: 20px;
    color: #24374b;
    font-weight: 400;
    font-size: 22px;
}
.screenshots-intro p {
    margin-bottom: 25px;
    color: #778899;
}
footer{

}
footer p ,footer dd ,footer dt{

}

/* ==========================================================================
Screenshots
========================================================================== */
.screenshots .container{
}
.screenshots ul {
    margin: 10px 10px 0;
    padding: 0;

}
.screenshots .container-fluid{


}
.screenshots ul li {
    float: left;
    min-height: 100%;
    width: 33%;
    list-style: none;
	padding-right:1%;
	padding-bottom:10px;

}
.screenshots ul li:last-child {
	margin-right:0%;

}
.screenshots figure {
    position: relative;
    overflow: hidden;
}
.screenshots figure img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.screenshots figure:hover img, .screenshots figure:focus img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.screenshots figcaption {
    position: absolute;
    top: 0;
    left: 0;
    padding: 25% 0;
    width: 100%;
    height: 100%;
    background-color:
	rgba(20,103,151,1.00);
    text-align: center;
    font-size: 15px;
    opacity: 0;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.screenshots figcaption a {
    color: #fff
}
.screenshots figcaption a:hover, .screenshots figcaption a:focus {
    color: #73d0da
}
.screenshots figure:hover figcaption, .screenshots figure:focus figcaption {
    opacity: 1
}
.visible {
    opacity: 1
}
.screenshots figure.cs-hover figcaption {
    opacity: 1
}
.screenshots figcaption i {
    font-size: 35px
}
.screenshots figcaption p {
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 400;
}
.screenshots figcaption .caption-content {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -100px;
    width: 200px;
    -webkit-transform: translate(0px, 15px);
    -ms-transform: translate(0px, 15px);
    transform: translate(0px, 15px);
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.screenshots figure:hover figcaption .caption-content, .screenshots figure:focus figcaption .caption-content {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

/* ==========================================================================
Download Now
========================================================================== */
.rec {
	background-image:url(../images/img04.jpg);
	background-position:52% 0%;
    padding: 120px 0;
    background-color: #3f6184;
}
.rec h1 {
    margin: 0 0 15px 0;
    color: #fff;
    font-weight: 400;
    font-size: 40px;
}
/* ==========================================================================
area
========================================================================== */
.area {
	background-image:url(../images/img05.jpg);
    padding: 0 0 100px;
	background-position:bottom;
	height:526px;
}
.area h3 {
    margin: 0 0 15px 0;
    color: #111;
    font-weight: 400;
    font-size: 40px;
}
/* ==========================================================================
contact
========================================================================== */

.contact-list {
    padding: 100px 0;
	background-color:#fff;
}

.contact-list li img {
	width:100%;
	max-width:306px;
}
.contact-list .col-md-4{
    min-height: 1px;
    padding-left: 0;
    padding-right:0;
}

@media screen and (max-width: 980px) {
table td[class*=col-],
table th[class*=col-] {
    position: static;
    float: none;
	display: block;
	width: 100%;
}
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%;
	}
input[type="text"], input[type="tel"], input[type="email"], input[type="password"] {
    width:30%;
}
#MessageIndexForm input[type="text"] {
	font-size: 16px;
	font-size: 1.2rem;
}

}
