@charset "UTF-8";
@import url(fontawesome/fontawesome.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: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
	color:#000;
	border-top: 10px solid #0e1b4c;
}

/* 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: #0e1b4c;
	outline: none;
	text-decoration: underline;
}

a:hover {
	color: #000;
}

a:active {
	color: #0e1b4c;
}

.clearfix {
	min-height: 1px;
	_height: 1%;
}

.clearfix:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
.clear{
	clear:both;
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
/*----------------------------------------
	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: 190px;
}
#top {
	margin: 0 auto;
	padding: 0;
	width: 1100px;
}
#top .header_likebox {
	float:right;
	margin:40px 0 0 0;
}
#top .header_likebox img {
	max-width:12%;
	float:right;
	margin:0 30px 0 0;
	}
#top .header_contact {
	width: 300px;
	height:70px;
	float:right;
	margin:26px 0 0 0;
}
#top .header_contact img {
	width: 100%;
}
header h1 {
	margin: 0 auto;
	padding: 0;
	line-height: 170px;
}
header h1 img {
	float:left;
	vertical-align: bottom;
	width: auto;
	margin:20px 0 0 0;
	max-height: 100px;
}
.headerNav h2 {
	margin: 0;
	width: auto;
	height: 40px;
	background: #0e1b4c;
	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;
	float:right;
	width: 1100px;
	padding:20px 0 20px 0 ;
}

.headerNav ul li {
	width: 13%;
	float: right;
	list-style: none;
}
.headerNav ul li img{
	width: 100%;
}
.headerNav ul li a {
	width: 100%;
	color: #000;
	background-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 dashed #000;
}

.headerNav ul li a:hover {
	background-color: #FFF;
	color: #000;
    filter:alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

.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 {
	color:#FFF;
	background-color:#0e1b4c;
	margin:30px 0 0 0;
}

footer dl {
	padding: 20px 0;
	float:left;
}

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;
	clear:both;
}

.footerNav {
	width: 100%;
	width: 900px;
	margin: 0 auto;
}

.footerNav ul {
	width: 16%;
	float:left;
	padding:30px 0 30px 0;
}

.footerNav ul li {
	width: 100%;
	list-style: none;
}
.footerNav ul li img{
	width: 100%;
	padding:0 0 10px 0 ;
}
.footerNav ul li a {
	width: 100%;
	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;
}
.footerNav ul li:first-child a {
}

.pagetop {
	width: 100%;
	background: #ccc;
}

.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;
}
.pagetop a:hover {
	color:#000;
}

.sns {
	text-align: center;
	padding:10px 0;
}
.fb-like {
	}
.tw-like {
	position:relative;
	top:6px;
	}
/*----------------------------------------
	mainVisual
----------------------------------------*/

.mainVisual {
	width: 100%;
	height: 700px;
	margin: 0;
}
.mainVisual .maincatch {
	margin: 130px 0 0 0;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 50px;
	font-size: 3.571rem;
	line-height: 180%;
	color: #0e1b4c;
	text-shadow: 0px 0px 128px #FFF, 2px 0px 0px #FFF, -2px 0px 0px #FFF, 0px 2px 0px #FFF, 0px -2px 0px #FFF;
	font-weight: bolder;
}
.mainVisual .maincatch span {
	font-size: 28px;
	font-size: 2rem;
	line-height: 250%;
	color:#000;
	text-shadow: 0px 0px 8px #FFF, 2px 0px 0px #FFF, -2px 0px 0px #FFF, 0px 2px 0px #FFF, 0px -2px 0px #FFF;
}
.mainVisual .subcatch {
	margin:70px 0 0 0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 26px;
	font-size: 1.857rem;
	line-height:150%;
	text-shadow: 0px 0px 5px #FFF;
}
.cameraWrap {
	width: 100%;
}

.cameraList {
	width: 100%;
	height: 700px;
}

.camera_wrap {
	height: 700px !important;
}

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

.camera_caption div {
	padding: 0 !important;
}

.circle {
	margin: 0 auto;
	width: 700px;
	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: 30px;
	padding: 30px 0;
	text-align: left;
}

.articleArea h2 {
	font-family: "HG行書体";
	margin: 40px 0 60px 0;
	padding-bottom: 10px;
	font-size: 35px;
	font-size: 2.5rem;
	color: #000;
	font-weight: normal;
	line-height: 100%;
	letter-spacing: -1px;
	border-bottom: 4px solid #0e1b4c;
}

.articleArea h2 span {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif; /* 1 */
	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 h3 {
	font-size: 24px;
}
.h3_line {
	margin: 40px 0 40px 0;
	padding-bottom: 10px;
	font-size: 28px;
	font-size: 2rem;
	color: #000;
	font-weight: normal;
	line-height: 100%;
	letter-spacing: -1px;
	border-bottom: 4px solid #0e1b4c;
}
.ttl {
	text-align:center;
}
.ttl img{
	width: 1100px;
	height: auto;
}
.size_M {
	font-size: large;
	line-height:170%;
}
.size_L {
	font-size: x-large;
	line-height:200%;
}
.font_fude {
	font-family: "HG行書体";
	font-size: x-large;
}
.line {
   border-bottom: 1px dashed #0e1b4c;
   padding:20px 0;
}
.pm_20{
	padding:5px 20px;
	margin:20px 0 ;
}
.articleArea p {
	padding-bottom: 20px;
}

.articleArea:last-child {
	margin-bottom: 0;
}

.articleArea img {
	max-width: 100%;
	height: auto;
}
.bg01 {
	background-image:url(../img/bg01.jpg);
}

.bgGld {
	background: #fdf3df;
}

.bgPnk {
	background: #fceff7;
}

.bgBlu {
	background: #f7f5ff;
}
.bgBlue {
	background: #d8dbe6;
}
.bgGray {
	background: #F4F4F4;
}

.bgGreen {
	background: #F0F9E8;
}

.bgGreen {
	background: #E8FAFF;
}

.bgYellow {
	background: #fafbe6;
}

.bgWhite {
	background: #FFF;
}

.bgBlack {
	background: #000;
}

.bgBlack h2 span {
	color: #DDD;
}

.bgBlack .commentArea,
.bgBlack p {
	color: #DDD;
}

.lastArticle {
	margin-bottom: 0 !important;
}
.container .m_t20 {
	margin:20px 0 0 0;
}
.container .m_t40 {
	margin:40px 0 0 0;
}
.container .m_t50 {
	margin:50px 0 0 0;
}
/*contact_box*/

.contact_box {
	width:100%;
	margin:50px auto 50px auto;
	text-align:center;
}
.contact_box p{
	font-size:20px;
	border-bottom:1px solid #0e1b4c;
	padding:0 0 10px 0;
	margin:0 auto 15px auto;
	width:35%;
	}
.contact_box h4{
	font-size:35px;
	font-weight:bold;
	line-height:1.5em;
	margin:0 0 30px 0;
	}
.btn_contact {
	text-align:center;
}
.btn_contact a {
  background: #0e1b4c;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
	box-shadow: 2px 3px 0 1px #080e24;
	-webkit-box-shadow: 2px 3px 0 1px #080e24;
	-moz-box-shadow: 2px 3px 0 1px #080e24;
	-o-box-shadow: 2px 3px 0 1px #080e24;
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: bold;
  left: 0;
  padding: 17px 0 14px;
  text-align: center;
  text-decoration: none;
  width: 80%;
	margin:0 auto 30px auto;
}
.btn_contact a span {
	background:url(../images/common/icon_arrow01.png) no-repeat 0 5px;
	padding-left:30px;
}
.btn_contact a:hover {
	background-color: #7989c7;
	color: #0e1b4c;
}

.contact_box p .tel_red {
	font-size:30px;
	color:#0e1b4c;
	line-height:1.5em;
}
/* TopLink
-------------------- */
#TopLink {
	position: fixed;
	bottom: 40px;
	left: 50%;
	margin-left: 510px;
}

/*----------------------------------------
	mainHeadline
----------------------------------------*/

.mainHeadline {
	padding: 70px 0 120px;
	width: 100%;
	text-align: center;
}

.mainHeadline h2 {
	font-size: 40px;
	font-size: 2.5rem;
	letter-spacing: -2px;
	line-height: 130%;
}

/*----------------------------------------
	information
----------------------------------------*/

#information {
	padding: 10px 0 30px 0;
}

.news {
	width: 50%;
	float: left;
	border-left: 1px solid #DDDDDD;
}

.news h2 {
	margin: 0;
	padding: 28px 0 40px;
	font-size: 18px;
	font-size: 1.285rem;
	color: #0e1b4c;
	font-weight: normal;
	letter-spacing: -1px;
	text-align: center;
}

.news:first-child {
	margin-left: -1px;
	border-left: none;
}

.news1 {
	width: 50%;
	float: left;
	border-left: 1px solid #DDDDDD;
}

.news1 h2 {
	margin: 0;
	padding: 28px 0 40px;
	font-size: 18px;
	font-size: 1.285rem;
	color: #0e1b4c;
	font-weight: normal;
	letter-spacing: -1px;
	text-align: center;
}

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

.recentNews {
	margin: 0;
	padding-bottom: 7px;
	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: #000;
}

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

.news2 {
	width: 50%;
	float: left;
	border-left: 1px solid #DDDDDD;
}

.news2 h2 {
	margin: 0;
	padding: 28px 0 40px;
	font-size: 18px;
	font-size: 1.285rem;
	color: #0e1b4c;
	font-weight: normal;
	letter-spacing: -1px;
	text-align: center;
}

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

.recentfb {
	margin: 0;
	padding-bottom: 7px;
	text-align: left;
}

.recentfb dt {
	padding-bottom: 20px;
	width: 30%;
	float: left;
	clear: left;
	text-align: center;
}

.recentfb dd {
	margin: 0;
	padding: 0 0 20px 30%;
	width: 66%;
}

.recentfb dd a {
	color: #000;
}

.recentfb dd a:hover {
	color: #ccc;
}

/*----------------------------------------
	merumaga
----------------------------------------*/
#mail {
	padding: 40px 0 0 0;
}

.mail1 {
	width: 100%;
	float: left;
	border-left: 1px solid #DDDDDD;
}

.mail1 h2 {
	margin: 0;
	padding: 28px 0 40px;
	font-size: 36px;
	font-size: 2.25rem;
	color: #0e1b4c;
	font-weight: normal;
	letter-spacing: -1px;
	text-align: center;
	line-height:160%;
}
.mail1 h2 span{
	color:#000;
	font-size:20px;
	font-size:1.428rem;
}

.mail1 {
	margin-left: -1px;
	border-left: none;
}
#mail .mail1 form table {
	border:solid 1px #CCC;
	background-color:#FFF;
	text-align:left;
	border-collapse:separate;
	border-spacing:3px;
	margin:0 auto;
	padding:20px 20px;
	width:80%;
	text-align:center;
}
#mail .mail1 form table tr td {
	background-color:#FFF;
	font-size:14px;
	font-weight:bold;
	padding-right:0px;
	padding-top:6px;
	padding-bottom:2px;
	padding-left:4px;
}
#mail .mail1 form table tr .mail_ttl {
	background-color:#0e1b4c;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	padding-right:0px;
	padding-top:8px;
	padding-bottom:6px;
	padding-left:4px;
}

/*----------------------------------------
	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;
}
.imgArea_table {
	margin: 0;
	width: 40%;
	float: right;
}
.imgArea_table 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;
}
.imgArea1 {
	margin: 30px auto;
	width: 100%;
}
.imgArea1 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;
}

.imgArea2 {
	margin: 30px 0;
	width: 100%;
	float: right;
}
.imgArea2 img {
	max-width: 46.363636%;
	height: auto;
	margin:0 20px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
}
.imgArea3 {
	margin: 30px 0;
	width: 100%;
	float: right;
}
.imgArea3 img {
	max-width: 32.242424242%;
	height: auto;
	margin:0 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
}
img.grow {
	-webkit-transition:0.2s ease-in-out;
	-moz-transition:0.2s ease-in-out;
	-ms-transition:0.2s ease-in-out;
	-o-transition:0.2s ease-in-out;
	transition:0.2s ease-in-out;
}
img.grow:hover {
	-webkit-transform:scale(1.2,1.2);
	-moz-transform:scale(1.2,1.2);
	-ms-transform:scale(1.2,1.2);
	-o-transform:scale(1.2,1.2);
	transform:scale(1.2,1.2);
}
.imgArea4 {
	margin: 30px 0;
	width: 100%;
}
.imgArea4 p{
	float: left;
	font-size:16px;
	line-height:150%;
	max-width: 28.5%;
	margin:0 20px;
	text-align:center;
}
.imgArea4 img {
	float: left;
	font-size:12px;
	height: auto;
	margin:0 0 20px 0;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-o-border-radius: 100px;
	-ms-border-radius: 100px;
	border-radius: 300px;
}
.imgArea5 {
	margin: 0;
	float: left;
}
.imgArea5 img {
	max-width: 48%;
	height: auto;
	margin:0 10px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
}
.bnr {
	width: 100%;
	text-align:center;
}
.bnr img {
	max-width: 70%;
	height: auto;
	margin:40px 0 0 0;
}
.center {
	text-align:center;
}
.commentArea_right {
	width: 58.60805860805861%;
	float: right;
}

.commentArea_right p {
	margin: 0;
	padding-bottom: 20px;
}

.imgArea_left {
	margin: 0;
	width: 38.46153846153846%;
	float: left;
}

.imgArea_left img {
	max-width: 100%;
	margin:0 0 10px 0;
	height: auto;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
}
#bigimg {
	margin:0;
	text-align:center;
	width: 100%;
	height: auto;
}
#bigimg img {
	width: 100%;
	max-width: none !important;
}
.m_t-50 {
	margin:-50px 0 0 0;
}
ol li {
	font-size:24px;
	font-weight: bold;
	line-height:150%;
}
li ul {
	list-style-type: none;
	margin: 0 0 1em 0.1em;
	padding: 0;
}
 ol li ul li {
	font-size:16px;
	font-weight:normal;
 }
.reason li {
	 font-size:26px;
	 line-height:150%;
	 margin:0 0 30px 0;
 }
.reason2 li {
	font-size: 26px;
	line-height: 150%;
	margin: 0 0 30px 0;
	list-style-type: square;
 }
.left {
	float:left;
}
.right {
	float:right;
}
.imgArea_left .nolink img {
  opacity:1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
}
}
/*----------------------------------------
	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: #0e1b4c;
	-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: 0px;
	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%;
}
.profileArea_line {
	margin-top: 60px;
	padding-top: 60px;
	border-top: 1px solid #DDDDDD;
	clear: both;
}
.worksArea {
	padding-top: 0px;
	width: 100%;
	float: right;
	font-size: 14px;
	font-size: 1rem;
	line-height:180%;

}
.worksArea h3{
	font-size: 26px;
	font-size: 1.857rem;
	color:#0e1b4c;
	font-weight: normal;
	line-height: 120%;
	text-align:center;
	padding:10px;
	letter-spacing: -1px;
	border-bottom: 2px solid #0e1b4c;
}
.worksArea span {
	font-size:14px;
	font-size: 1rem;	
}
.worksArea .works_left {
	padding:0 10px 5px 0;
	width: 30%;
	float: left;
}

.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%;
	margin: 0 0 30px 0;
	border: 5px solid #386977;
	border-collapse: collapse;
	border-spacing: 0;
	vertical-align: middle;
}

.defaultTable th {
	width: 20%;
	padding: 20px;
	border: 1px solid #51808e;
	background: #bcd1d7;
	font-weight: normal;
}
.defaultTable td {
	padding: 10px 30px;
	border: 1px solid #0e1b4c;
	background: #fff;
border-bottom:1px solid #51808e;
border-right:1px dashed #51808e;
}
.defaultTable .tbcolor {
	background-color:#FFF;
}
/*----------------------------------------
	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: #0e1b4c;
}

/*----------------------------------------
	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: #0e1b4c;
	text-decoration: none;
}

.entry h3 a:hover {
	color: #000;
}

.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: #0e1b4c;
	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: #0e1b4c;
	color: #FFF;
}

/*----------------------------------------
	widgetArea
----------------------------------------*/

.widgetArea ul {
	padding: 0;
	margin:50px 0;
}

.widgetArea ul li {
	list-style: none;
	float:left;
	width:33%;
	text-align:center;
	}
.widgetArea ul li p{
	margin:0;
	padding:0;
}

/*----------------------------------------
	font color
----------------------------------------*/

.fcGreen {
	color: #6AA52C;
}

.fcYellow {
	color: #D8A238;
}

.fcRed {
	color: #B20000;
}

.fcGld {
	color: #0e1b4c;
}

.fcBlue {
	color: #00698C;
}
.fcBd {
	font-weight: bold;
	}

/*----------------------------------------
	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: #0e1b4c;
	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: #0e1b4c;
	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: #0e1b4c;
	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;
}
.mainVisual .maincatch {
	margin:130px 0 0 0;
	font-size: 30px;
	font-size: 2.142rem;
}
.mainVisual .maincatch span {
	font-size: 24px;
	font-size: 1.714rem;
	line-height: 150%;
	text-shadow: 0px 0px 5px #FFF;
}
.mainVisual .subcatch {
	margin:25px 0 0 0;
	font-size: 24px;
	font-size: 1.714rem;
	line-height:150%;
}
.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) {
#top {
	width:100%;
}
#top .header_likebox,
#top .header_likebox img,
#top .header_contact,
#top .header_contact img,
header h1 img  {
	display:none;
	}

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: #0e1b4c;
	color: #FFF;
}

.headerNav ul li:first-child a {
	border-left: none;
}

.footerNav {
	display: none;
}

.mainVisual {
	height: 250px;
}
.mainVisual .maincatch {
	margin:70px 0 0 0;
	font-size: 22px;
	font-size: 1.571rem;
}
.mainVisual .maincatch span {
	font-size: 18px;
	font-size: 1.285rem;
	line-height: 150%;
}
.mainVisual .subcatch {
	margin:25px 0 0 0;
	font-size: 18px;
	font-size: 1.285rem;
	line-height:150%;
}
.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: 10px 0;
}

.articleArea h2 {
	margin-bottom: 30px;
	padding-bottom: 10px;
	font-size: 40px;
	font-size: 2.5rem;
	border-bottom: 3px solid #0e1b4c;
}

.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;
}
#mail {
	padding: 30px 0;
}
	
.news h2 {
	font-size: 28px;
	font-size: 1.75rem;
}

.news1 h2,
.news2 h2,
.mail1 h2 {
	font-size: 28px;
	font-size: 1.75rem;
}
.mail1 h2 span{
	font-size:14px;
	font-size:1rem;
}
.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;
}
.ttl img {
	width: 100%;
}
.imgArea,
.imgArea2,
.imgArea3,
.imgArea4,
.imgArea5 {
	width: 100%;
	float: none;
}
.commentArea_right {
	width: 100%;
	float: none;
}

.imgArea_left {
	width: 100%;
	float: none;
}
.companyArea h3 {
	margin-left: 3%;
}
#bigimg img {
	width:100%;
	height: auto;
}

.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;
}
.imgArea_table {
	margin: 30px 0;
	width: 100%;
	float: none;
}
.imgArea_table img {
	max-width: 100%;
	height: auto;
}
.ttl img {
	width: 100%;
}
.imgArea1,
.imgArea2,
.imgArea3,
.imgArea4,
.imgArea5 {
	margin: 30px 0;
	width: 100%;
	float: none;
}
.imgArea1 img,
.imgArea2 img,
.imgArea3 img {
	max-width: 100%;
	height: auto;
	margin:10px 6px;
}
.imgArea4 p{
	float: none;
	line-height:150%;
	max-width: 70%;
	margin:0 auto;
}
.imgArea4 img {
	float: none;
	margin:0 auto;
}
.imgArea5 {
	margin: 0;
	width: 100%;
	float:none;
}
.imgArea5 img {
	max-width: 100%;
	height: auto;
	margin:10px 6px;
}
.bnr img {
	max-width: 100%;
	height: auto;
	margin:10px 6px;
}

#TopLink {
		position: fixed;
		bottom: 20px;
		right: 10px;
		left: auto;
		margin-left: 0;
	}
.contact_box p{
	width:90%;
	}
.contact_box h4{
	font-size:20px;
	}
.reason li {
	 font-size:18px;
 }
.reason2 li {
	font-size: 20px;
 }
.widgetArea ul li {
	width:100%;
	}
}

@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%;
}
#bigimg img {
	width:100%;
	height: auto;
}
.widgetArea ul li {
	width:100%;
	}
.ttl img {
	width: 100%;
}
.imgArea1 img,
.imgArea2 img,
.imgArea3 img {
	max-width: 100%;
	height: auto;
	margin:10px 6px;
}

}

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

#top {
	width:100%;
}
#top .header_likebox,
#top .header_likebox img,
#top .header_contact,
#top .header_contact img,
header h1 img  {
	display:none;
	}

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 #CCC;
}

.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: #0e1b4c;
	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;
}
.mainVisual .maincatch {
	margin:45px 0 0 0;
	font-size: 20px;
	font-size: 1.428rem;
}
.mainVisual .maincatch span {
	font-size: 11px;
	font-size: 0.785rem;
	line-height: 150%;
}
.mainVisual .subcatch {
	margin:15px 0 0 0;
	font-size: 18px;
	font-size: 1.285em;
	line-height:150%;
}

.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: 10px;
	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 #0e1b4c;
	border-bottom: none;
}

.articleArea h2 span {
	margin: 0 0 0 -9px;
	font-size: 12px;
	font-size: 0.75rem;
	display: block;
}
.articleArea h3 {
	font-size: 18px;
}
.articleArea [class*="fontawesome-"]:before {
	display: none;
}

.mainHeadline {
	padding: 80px 0 60px;
}

.mainHeadline h2 {
	font-size: 20px;
	font-size: 1.25rem;
}
#bigimg img {
	width:100%;
	height: auto;
}

#information {
	margin-top: 20px;
	padding: 0 0 20px;
}
#mail {
	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,
.mail1 {
	width: 100%;
	float: none;
	border-left: none;
}

.news1 h2,
.news2 h2,
.mail1 h2 {
	padding: 28px 0 30px;
	font-size: 24px;
	font-size: 1.5rem;
}
.mail1 h2 span{
	font-size:12px;
	font-size:0.857rem;
}

.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;
}
.ttl img {
	width: 100%;
}

.imgArea img,
.imgArea2 img,
.imgArea3 img {
	max-width: 100%;
	height: auto;
	margin:10px 6px;
}

.commentArea_right {
	width: 100%;
	float: none;
}

.imgArea_left {
	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;
}
.worksArea .mtype {
	margin: 0 auto;
	color: #FFF;
	text-align: center;
	background: #0e1b4c;
	vertical-align: middle;
	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;
	font-weight: normal;
	line-height: 120%;
	border-bottom: 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;
}
.imgArea_table {
	margin: 30px 0;
	width: 100%;
	float: none;
}
.imgArea_table img {
	max-width: 100%;
	height: auto;
}
.imgArea3 {
	margin: 30px 0;
	width: 100%;
	float: none;
}
.imgArea3 img {
	max-width: 100%;
	height: auto;
	margin:10px 6px;
}
.imgArea4 p{
	float: none;
	font-size:18px;
	line-height:150%;
	max-width: 70%;
	margin:0 auto;
}
.imgArea4 img {
	float: none;
	margin:0 auto;
}
.imgArea5 {
	margin: 0;
	width: 100%;
	float:none;
}
.imgArea5 img {
	max-width: 100%;
	height: auto;
	margin:10px 6px;
}
.bnr img {
	max-width: 100%;
	height: auto;
	margin:10px 6px;
}

#TopLink {
		position: fixed;
		bottom: 20px;
		right: 10px;
		left: auto;
		margin-left: 0;
	}
.contact_box p{
	font-size:14px;
	width:90%;
	}
.contact_box h4{
	font-size:20px;
	}
.reason li {
	 font-size:16px;
 }
.widgetArea ul li {
	width:100%;
	}

}