@font-face {
	font-family: 'icomoon';
	src: url("../fonts/icomoon/icomoon.eot?srf3rx");
	src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}
body {
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', "メイリオ",'Segoe UI', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', sans-serif;
	line-height: 1.8;
	font-size: 16px;
	background: #fff;
	color: #848484;
	font-weight: 300;
	overflow-x: hidden;
	min-width: 1170px;
}
body.style-offcanvas {
	overflow: hidden;
}
a {
	color: #002c70;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	text-decoration: underline;
}
a:hover {
	text-decoration: none !important;
	color: #002c70 !important;
}
p, ul, ol {
	margin-bottom: 1.0em;
	font-size: 18px;
	color: #222222;
	font-weight: 300;
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', "メイリオ",'Segoe UI', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', sans-serif;
}
p.text-w {
	color: #ffffff;
	font-size: 28px;
	margin-bottom: 0;
	margin-left: 10px;
}
h1, h2, h3, h4, h5, h6 {
	color: rgba(0, 0, 0, 0.7);
	font-weight: 400;
	margin: 0 0 30px 0;
}
figure {
	margin-bottom: 2em;
}

::-webkit-selection {
 color: #fcfcfc;
 background: #0046b2;
}

::-moz-selection {
 color: #fcfcfc;
 background: #0046b2;
}
::selection {
	color: #fcfcfc;
	background: #0046b2;
}
.btn {
	margin-right: 4px;
	margin-bottom: 4px;
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', "メイリオ",'Segoe UI', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', sans-serif;
	font-size: 14px;
	font-weight: 400;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	border-radius: 0px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	text-decoration: none;
}
.btn.btn-md {
	padding: 10px 20px !important;
}
.btn.btn-lg {
	padding: 18px 36px !important;
	font-size: 18px;
}
.btn:hover, .btn:active, .btn:focus {
	box-shadow: none !important;
	outline: none !important;
	color: #fff !important;
}
.btn-primary {
	background: #002c70;
	color: #fff;
	border: 1px solid #002c70;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
	background: none !important;
	border-color: #002c70 !important;
	color: #002c70 !important;
}
.btn-primary.btn-outline {
	background: transparent;
	color: #002c70;
	border: 2px solid #002c70;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
	background: #002c70;
	color: #fff !important;
}
.btn-success {
	background: #5cb85c;
	color: #fff;
	border: 2px solid #5cb85c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
	background: #4cae4c !important;
	border-color: #4cae4c !important;
}
.btn-success.btn-outline {
	background: transparent;
	color: #5cb85c;
	border: 2px solid #5cb85c;
}
.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
	background: #5cb85c;
	color: #fff;
}
.btn-info {
	background: #5bc0de;
	color: #fff;
	border: 2px solid #5bc0de;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
	background: #46b8da !important;
	border-color: #46b8da !important;
}
.btn-info.btn-outline {
	background: transparent;
	color: #5bc0de;
	border: 2px solid #5bc0de;
}
.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
	background: #5bc0de;
	color: #fff;
}
.btn-warning {
	background: #f0ad4e;
	color: #fff;
	border: 2px solid #f0ad4e;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
	background: #eea236 !important;
	border-color: #eea236 !important;
}
.btn-warning.btn-outline {
	background: transparent;
	color: #f0ad4e;
	border: 2px solid #f0ad4e;
}
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
	background: #f0ad4e;
	color: #fff;
}
.btn-danger {
	background: #d9534f;
	color: #fff;
	border: 2px solid #d9534f;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
	background: #d43f3a !important;
	border-color: #d43f3a !important;
}
.btn-danger.btn-outline {
	background: transparent;
	color: #d9534f;
	border: 2px solid #d9534f;
}
.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
	background: #d9534f;
	color: #fff;
}
.btn-outline {
	background: none;
	border: 2px solid gray;
	font-size: 16px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
	box-shadow: none;
}
.btn.with-arrow {
	position: relative;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.btn.with-arrow i {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -8px;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.btn.with-arrow:hover {
	padding-right: 50px;
}
.btn.with-arrow:hover i {
	color: #fff;
	right: 18px;
	visibility: visible;
	opacity: 1;
}
.container {
	min-width: 1170px;
}
#style-header {
	position: relative;
	margin-bottom: 0;
	z-index: 9999999;
}
.style-cover, .style-hero {
	position: relative;
	height: 800px;
}
/*@media screen and (max-width: 768px) {
  .style-cover,
  .style-hero {
    height: 700px;
  }
}*/
.style-cover.style-hero-2, .style-hero.style-hero-2 {
	height: 600px;
}
.style-cover.style-hero-2 .style-overlay, .style-hero.style-hero-2 .style-overlay {
	position: absolute !important;
	width: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	background: rgba(0, 0, 0, 0.7);
}
.style-overlay {
	position: absolute !important;
	width: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	background: rgba(0, 0, 0, 0.3);
}
.style-cover {
	background-size: cover;
	position: relative;
}
/*@media screen and (max-width: 768px) {
  .style-cover {
    heifght: inherit;
    padding: 3em 0;
  }
}*/
.style-cover .btn {
	padding: 1em 2em;
	opacity: .9;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	border-radius: 30px;
}
.style-cover.style-cover_2 {
	height: 600px;
}
/*@media screen and (max-width: 768px) {
  .style-cover.style-cover_2 {
    heifght: inherit;
    padding: 3em 0;
  }
}*/
.style-cover .desc {
	top: 50%;
	position: absolute;
	width: 100%;
	margin-top: -100px;
	z-index: 2;
	color: #fff;
}
/*@media screen and (max-width: 768px) {
  .style-cover .desc {
    padding-left: 15px;
    padding-right: 15px;
  }
}*/
.style-cover .desc h2 {
	color: #fff;
	font-size: 55px;
	font-weight: 300;
	margin-bottom: 10px;
	line-height: 60px;
	letter-spacing: 1px;
}
/*@media screen and (max-width: 768px) {
  .style-cover .desc h2 {
    font-size: 40px;
    line-height: 50px;
  }
}*/
.style-cover .desc span {
	display: block;
	margin-bottom: 25px;
	font-size: 24px;
	letter-spacing: 1px;
	color: rgba(255, 255, 255, 0.8);
}
.style-cover .desc span i {
	color: #151f2c;
}
.style-cover .desc span a {
	color: rgba(255, 255, 255, 0.8);
}
.style-cover .desc span a:hover, .style-cover .desc span a:focus {
	color: #fff !important;
}
.style-cover .desc span a.style-site-name {
	padding-bottom: 2px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}
/* Superfish Override Menu */
.sf-menu {
	margin: 0 !important;
}
.sf-menu {
	float: right;
}
.sf-menu ul {
	box-shadow: none;
	border: transparent;
	min-width: 14em;
 *width: 14em;
}
.sf-menu a {
	color: rgba(0, 0, 0, 0.8);
	padding: 1.8em 2.2em !important;
	font-weight: normal;
	border-left: none;
	border-top: none;
	border-top: none;
	text-decoration: none;
	zoom: 1;
	font-size: 16px;
	border-bottom: none !important;
	font-weight: 400;
	text-transform: uppercase;
}
.sf-menu a:hover, .sf-menu a.active {
	background: #002c70 !important;
	color: #fff !important;
}
.sf-menu a:focus {
	background: #FFF !important;
}
.sf-menu li, .sf-menu ul li, .sf-menu ul ul li, .sf-menu li:hover, .sf-menu li.sfHover {
	background: transparent;
}
.sf-menu ul li a, .sf-menu ul ul li a {
	text-transform: none;
	padding: 0.25em 1em !important;
	letter-spacing: 1px;
}
.sf-menu li:hover a, .sf-menu li.sfHover a, .sf-menu ul li:hover a, .sf-menu ul li.sfHover a, .sf-menu li.active a {
	color: #000;
}
.sf-menu ul li:hover, .sf-menu ul li.sfHover {
	background: transparent;
}
.sf-menu ul li {
	background: transparent;
}
.sf-arrows .sf-with-ul {
	padding-right: 2.5em;
 *padding-right: 1em;
}
.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -3px;
	height: 0;
	width: 0;
	border: 5px solid transparent;
	border-top-color: #ccc;
}
.sf-arrows > li > .sf-with-ul:focus:after, .sf-arrows > li:hover > .sf-with-ul:after, .sf-arrows > .sfHover > .sf-with-ul:after {
	border-top-color: #ccc;
}
.sf-arrows ul .sf-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: #ccc;
}
.sf-arrows ul li > .sf-with-ul:focus:after, .sf-arrows ul li:hover > .sf-with-ul:after, .sf-arrows ul .sfHover > .sf-with-ul:after {
	border-left-color: #ccc;
}
#contact-area {
	background-color: #001c48;
	color: #ffffff;
	padding: 3px 20px 3px 3px;
	text-align: right;
	font-weight: 700;
	font-size: 20px;
}
#contact-area span {
	font-weight: 100;
	font-size: 14px;
}
#style-header-section {
	background: white;
	padding: 0;
	width: 100%;
	-webkit-box-shadow: 0px 5px 5px -4px rgba(0, 0, 0, 0.22);
	-moz-box-shadow: 0px 5px 5px -4px rgba(0, 0, 0, 0.22);
	-ms-box-shadow: 0px 5px 5px -4px rgba(0, 0, 0, 0.22);
	-o-box-shadow: 0px 5px 5px -4px rgba(0, 0, 0, 0.22);
	box-shadow: 0px 5px 5px -4px rgba(0, 0, 0, 0.22);
}
/*@media screen and (max-width: 768px) {
  #style-header-section {
    padding: 2.4em 0;
  }
}
*/
.nav-header {
	position: relative;
	float: left;
	width: 100%;
}
#style-logo {
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 700;
	float: left;
	margin-bottom: 0;
	margin-top: 1.1em;
}
#style-logo a {
	color: rgba(21, 31, 44, 0.8);
	border: 0px solid #002c70;
	padding: 0 7px;
	position: relative;
}
#style-logo a i {
	color: #002c70;
	font-size: 30px;
	padding-right: 12px;
}
#style-logo a:hover, #style-logo a:focus {
	color: rgba(0, 0, 0, 0.9) !important;
}
#style-logo span {
	padding: 0;
	margin: 0;
	font-weight: 100;
}
/*@media screen and (max-width: 768px) {
  #style-logo {
    width: 100%;
    float: none;
    margin-top: 0;
  }
}
*/
#style-menu-wrap {
	position: relative;
	z-index: 2;
	display: block;
	float: right;
}
#style-primary-menu > li > ul li.active > a {
	color: #002c70 !important;
}
#style-primary-menu > li > .sf-with-ul:after {
	border: none !important;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	float: right;
	margin-right: 10px;
	top: 50%;
	margin-top: -7px;
	content: "\e922";
	color: rgba(0, 0, 0, 0.4);
}
#style-primary-menu > li > .sf-with-ul:hover:after, #style-primary-menu > li > .sf-with-ul:focus:after {
	color: #fff !important;
}
#style-primary-menu > li > .sf-with-ul.active:after {
	color: white;
}
#style-primary-menu > li > ul li {
	position: relative;
}
#style-primary-menu > li > ul li > .sf-with-ul:after {
	border: none !important;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	float: right;
	margin-right: 10px;
	top: 20px;
	font-size: 16px;
	content: "\e924";
	color: rgba(0, 0, 0, 0.5);
}
#style-primary-menu .style-sub-menu {
	padding: 10px 7px 10px;
	background: #fff;
	left: 0;
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
	-ms-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
	-o-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}
#style-primary-menu .style-sub-menu > li > .style-sub-menu {
	left: 100%;
}
.site-header.has-image #primary-menu .sub-menu {
	border-color: #ebebeb;
	-webkit-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
	-ms-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
	-o-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
	box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
}
.site-header.has-image #primary-menu .sub-menu:before {
	display: none;
}
#style-primary-menu .style-sub-menu a {
	letter-spacing: 0;
	padding: 0 15px;
	font-size: 16px;
	line-height: 34px;
	color: #222222 !important;
	text-transform: none;
	background: none;
}
#style-primary-menu .style-sub-menu a:hover {
	color: #222222 !important;
	background: #d9dde4!important;
}
#style-hero {
	/*min-height: 700px;*/
	background: #fff url(../images/loader.gif) no-repeat center center;
}
#style-hero .btn {
	font-size: 18px;
}
#style-hero .btn.btn-primary {
	padding: 10px 20px !important;
}
#style-hero .flexslider {
	border: none;
	z-index: 1;
	margin-bottom: 0;
	overflow: hidden;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	border-radius: 0px;
}
#style-hero .flexslider .slides {
	position: relative;
	overflow: hidden;
}
#style-hero .flexslider .slides li {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	min-height: 540px;
	position: relative;
}
#style-hero .flexslider .slides li:after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: '';
	background: rgba(0, 0, 0, 0.15);
	z-index: 1;
}
#style-hero .flexslider .flex-control-nav {
	bottom: 40px;
	z-index: 1000;
}
#style-hero .flexslider .flex-control-nav li a {
	background: rgba(255, 255, 255, 0.2);
	box-shadow: none;
	width: 12px;
	height: 12px;
	cursor: pointer;
}
#style-hero .flexslider .flex-control-nav li a.flex-active {
	cursor: pointer;
	background: rgba(255, 255, 255, 0.7);
}
#style-hero .flexslider .flex-direction-nav {
	display: none;
}
#style-hero .flexslider .slider-text {
	display: table;
	opacity: 0;
	min-height: 540px;
	z-index: 9;
	height: 540px;
}
#style-hero .flexslider .slider-text a:hover {
	color: #fff !important;
}
#style-hero .flexslider .slider-text > .slider-text-inner {
	display: table-cell;
	vertical-align: middle;
	min-height: 620;
}
#style-hero .flexslider .slider-text > .slider-text-inner h2 {
	font-size: 54px;
	font-weight: 400;
	color: #fff;
}
#style-hero .flexslider .slider-text > .slider-text-inner h2.mirrorcle {
	font-size: 48px;
}
/*@media screen and (max-width: 768px) {
  #style-hero .flexslider .slider-text > .slider-text-inner h2 {
    font-size: 40px;
  }
}*/
#style-hero .flexslider .slider-text > .slider-text-inner p .btn:hover {
	color: #fff !important;
}
#style-hero .flexslider .slider-text > .slider-text-inner .style-lead {
	font-size: 20px;
	color: #fff;
}
#style-hero .flexslider .slider-text > .slider-text-inner .style-lead .icon-heart {
	color: #d9534f;
}
#style-hero .flexslider .slider-mirrorcle {
	width: 310px!important;
	position: absolute;
	top: 0;
	left: 500;
	right: 0;
	bottom: 0;
	margin: auto;
	height: 520px;
}
#style-hero .flexslider .slider-mirrorcle img {
	margin-left: 80px;
	margin-top: 40px;
}
#style-hero .flexslider .btn-mirrorcle {
	margin-left: 15px;
	margin-top: 40px;
}
.flexslider .btn.btn-md {
	padding: 10px 20px !important;
}
.flexslider .btn.btn-lg {
	padding: 18px 36px !important;
}
.flexslider .btn:hover, .flexslider .btn:active, .flexslider .btn:focus {
	box-shadow: none !important;
	outline: none !important;
	color: #fff !important;
	background: rgba(255,255,255,0.20)!important;
	border: 1px solid #ffffff!important;
}
.flexslider .btn-primary {
	background: none;
	color: #fff;
	border: 1px solid #ffffff;
}
#style-services-section, #style-pricing-section, #style-blog-section, #style-news-section, #style-about-section, #style-company-section, #style-privacy-section, #style-introduction-section, #style-contact-section {
	padding: 3em 0 3em;
}
#style-contactarea-section {
	padding: 2em 0 2em;
}
.style-portfolio-section {
	padding-top: 7em;
}
.grey-bg {
	background: rgba(45, 64, 89, 0.1);
}
.lightgrey-bg {
	background: #f1f1f1;
}
.white-bg {
	background: rgba(255,255,255,0.95);
}
#style-section {
	background: rgba(45, 64, 89, 0.1);
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
}
.col-half {
	width: 50%;
	float: left;
}
/*@media screen and (max-width: 992px) {
  .col-half {
    width: 100%;
  }
}*/
.col-half.col-half-2 {
	padding: 7em 3em;
}
.col-half .btn-outline {
	background: none;
	border: 2px solid #fff !important;
	font-size: 16px;
	color: #fff;
}
.col-half .btn-outline:hover {
	background: transparent !important;
	color: #fff !important;
}
.col-half .btn-outline:hover i {
	color: #fff !important;
}
.col-half h2 {
	font-weight: 400;
	margin-bottom: 2em;
}
.col-half .featured-inner {
	margin-bottom: 40px;
}
.col-half .featured-inner i {
	float: left;
	font-size: 40px;
	color: #002c70;
}
.col-half .featured-inner .desc {
	padding-left: 5em;
}
.col-half .featured-inner .desc h3 {
	font-size: 18px;
	margin-bottom: 15px;
}
.col-half.col-half-color {
	background: #002c70;
}
.col-half.col-half-color h2, .col-half.col-half-color h3, .col-half.col-half-color p {
	color: #fff;
}
.col-half.col-half-color p {
	color: rgba(255, 255, 255, 0.9);
}
.col-half.col-half-color .row-half {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	margin: 0;
	overflow: hidden;
}
.col-half.col-half-color .row-half .col-half-inner {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	background-size: cover;
	background-position: center center;
	position: relative;
	width: 50%;
	min-height: 350px;
}
/*@media screen and (max-width: 480px) {
  .col-half.col-half-color .row-half .col-half-inner {
    width: 100%;
  }
}*/
.col-half.col-half-color .row-half .col-half-inner.col-half-inner-bg {
	background: #F36363 !important;
}
.col-half.col-half-color .row-half .col-half-inner.col-half-inner-bg2 {
	background: #046FDB !important;
}
.col-half.col-half-color .row-half .col-half-inner .desc {
	padding: 30px;
	position: absolute;
	bottom: 0;
	left: 0;
	top: 0;
	right: 0;
}
.col-half.col-half-color .row-half .col-half-inner .desc blockquote {
	border: none;
	padding: 0;
}
.col-half.col-half-color .row-half .col-half-inner .desc blockquote .client {
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 2px;
}
.col-half.col-half-color .row-half .grid-item {
	overflow: hidden;
}
.col-half.col-half-color .row-half .grid-item:after {
	position: absolute;
	background: rgba(0, 173, 181, 0.7) !important;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: '';
	z-index: 1;
	opacity: 0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.col-half.col-half-color .row-half .grid-item .desc2 {
	padding: 30px;
	position: absolute;
	bottom: -100px;
	left: 0;
	right: 0;
	z-index: 9;
	opacity: 0;
	-webkit-transition: 0.1s;
	-o-transition: 0.1s;
	transition: 0.1s;
}
.col-half.col-half-color .row-half .grid-item .desc2 h3 {
	margin-bottom: 10px;
}
.col-half.col-half-color .row-half .grid-item .desc2 span {
	color: rgba(255, 255, 255, 0.7);
	font-size: 14px;
}
.col-half.col-half-color .row-half .grid-item:hover:after, .col-half.col-half-color .row-half .grid-item:focus:after {
	opacity: 1 !important;
}
.col-half.col-half-color .row-half .grid-item:hover .desc2, .col-half.col-half-color .row-half .grid-item:focus .desc2 {
	bottom: 5px;
	opacity: 1;
}
.services {
	padding: 25px 25px 5px 25px;
	border: 2px solid #ffffff;
	position: relative;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	border-radius: 0px;
	background-color: #ffffff;
	overflow: hidden;
}
.services h3 {
	margin-bottom: 1.0em;
	color: #002c70;
}
.services p {
	line-height: 1.6;
}
.services span {
	display: block;
	margin-bottom: 20px;
	position: absolute;
	top: -20px;
	left: 0;
	right: 0;
}
.services span i {
	font-size: 40px;
	color: #002c70;
	border: 2px solid rgba(45, 64, 89, 0.1);
	padding: 30px;
	background: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.services p {
	font-size: 16px;
}
.services .tit-image {
	margin: -25px -25px 25px -25px;
}
.services-bg {
	background: url(../images/bg-light.png) no-repeat top center #bcbcbc;
}
#style-portfolio-section {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
}
#style-portfolio-section .portfolio-row-half {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	width: 100%;
}
#style-portfolio-section .portfolio-row-half .portfolio-grid-item {
	background-size: cover;
	background-position: center center;
	position: relative;
	width: 25%;
	height: 350px;
	float: left;
	overflow: hidden;
}
/*@media screen and (max-width: 992px) {
  #style-portfolio-section .portfolio-row-half .portfolio-grid-item {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  #style-portfolio-section .portfolio-row-half .portfolio-grid-item {
    width: 100%;
  }
}*/
#style-portfolio-section .portfolio-row-half .portfolio-grid-item:after {
	position: absolute;
	background: rgba(0, 173, 181, 0.7) !important;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: '';
	z-index: 1;
	opacity: 0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
#style-portfolio-section .portfolio-row-half .portfolio-grid-item .desc2 {
	padding: 30px;
	position: absolute;
	bottom: -100px;
	left: 0;
	right: 0;
	z-index: 9;
	opacity: 0;
	-webkit-transition: 0.1s;
	-o-transition: 0.1s;
	transition: 0.1s;
}
#style-portfolio-section .portfolio-row-half .portfolio-grid-item .desc2 h3 {
	margin-bottom: 5px;
	color: #fff;
}
#style-portfolio-section .portfolio-row-half .portfolio-grid-item .desc2 span {
	color: rgba(255, 255, 255, 0.7);
	font-size: 14px;
}
#style-portfolio-section .portfolio-row-half .portfolio-grid-item .desc2 i {
	color: #fff;
	position: absolute;
	top: 35px;
	right: 30px;
	font-size: 20px;
}
#style-portfolio-section .portfolio-row-half .portfolio-grid-item:hover:after, #style-portfolio-section .portfolio-row-half .portfolio-grid-item:focus:after {
	opacity: 1 !important;
}
#style-portfolio-section .portfolio-row-half .portfolio-grid-item:hover .desc2, #style-portfolio-section .portfolio-row-half .portfolio-grid-item:focus .desc2 {
	bottom: 5px;
	opacity: 1;
}
#style-portfolio-section .portfolio-row-half .portfolio-grid-item-color {
	position: relative;
	width: 25%;
	height: 350px;
	float: left;
	background: #F36363;
}
/*@media screen and (max-width: 992px) {
  #style-portfolio-section .portfolio-row-half .portfolio-grid-item-color {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  #style-portfolio-section .portfolio-row-half .portfolio-grid-item-color {
    width: 100%;
  }
}*/
#style-portfolio-section .portfolio-row-half .portfolio-grid-item-color:after {
	position: absolute;
	top: 130px;
	right: -20px;
	width: 0;
	height: 0;
	content: '';
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 20px solid #F36363;
	z-index: 9;
}
#style-portfolio-section .portfolio-row-half .portfolio-grid-item-color .desc {
	padding: 30px;
}
#style-portfolio-section .portfolio-row-half .portfolio-grid-item-color .desc h2, #style-portfolio-section .portfolio-row-half .portfolio-grid-item-color .desc p {
	color: #fff;
}
#style-portfolio-section .portfolio-row-half .portfolio-grid-item-color .desc .btn-outline {
	background: none;
	border: 2px solid #fff !important;
	font-size: 16px;
	color: #fff;
}
#style-portfolio-section .portfolio-row-half .portfolio-grid-item-color .desc .btn-outline:hover {
	background: transparent !important;
	color: #fff !important;
}
#style-portfolio-section .portfolio-row-half .portfolio-grid-item-color .desc .btn-outline:hover i {
	color: #fff !important;
}
#style-pricing-section .price-box {
	border: 2px solid #ECEEF0;
	text-align: center;
	padding: 30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 40px;
	position: relative;
}
#style-pricing-section .price-box.popular {
	border: 2px solid #002c70;
}
#style-pricing-section .price-box.popular .popular-text {
	top: 0;
	left: 50%;
	margin-left: -54px;
	margin-top: -2em;
	position: absolute;
	padding: 4px 20px;
	background: #002c70;
	color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}
#style-pricing-section .price-box.popular .popular-text:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -10px;
	border-top: 10px solid black;
	border-top-color: #002c70;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}
#style-pricing-section .pricing-plan {
	margin: 0;
	padding: 0;
	font-size: 15px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 700;
}
#style-pricing-section .price {
	font-size: 50px;
	color: #000;
}
#style-pricing-section .price .currency {
	font-size: 20px;
	top: -1.2em;
}
#style-pricing-section .price small {
	font-size: 16px;
}
#style-pricing-section .pricing-info {
	padding: 0;
	margin: 0 0 30px 0;
}
#style-pricing-section .pricing-info li {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
.testimony {
	border: 2px solid rgba(255, 255, 255, 0.3);
	padding: 50px 20px 20px 20px;
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}
/*@media screen and (max-width: 768px) {
  .testimony {
    margin-bottom: 60px;
  }
}*/
.testimony .quote {
	position: absolute;
	top: -40px;
	left: 50%;
	right: 0;
	margin-left: -40px;
}
.testimony .quote i {
	font-size: 30px;
	width: 80px;
	height: 80px;
	padding-top: 25px;
	color: rgba(0, 0, 0, 0.3);
	position: absolute;
	left: 0;
	top: 0;
	background: white;
	-webkit-box-shadow: 0px 9px 7px -10px rgba(0, 0, 0, 0.13);
	-moz-box-shadow: 0px 9px 7px -10px rgba(0, 0, 0, 0.13);
	-ms-box-shadow: 0px 9px 7px -10px rgba(0, 0, 0, 0.13);
	-o-box-shadow: 0px 9px 7px -10px rgba(0, 0, 0, 0.13);
	box-shadow: 0px 9px 7px -10px rgba(0, 0, 0, 0.13);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}
.testimony blockquote {
	border: none;
	position: relative;
}
.testimony blockquote p {
	font-size: 20px;
	line-height: 1.6em;
	color: rgba(255, 255, 255, 0.6) !important;
}
.testimony blockquote span {
	color: rgba(255, 255, 255, 0.7);
}
.testimony blockquote span a {
	font-size: 16px;
}
.feature-full-1col {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	width: 100%;
	margin-bottom: 30px;
}
.feature-full-1col .image, .feature-full-1col .desc {
	float: left;
	width: 50%;
}
.feature-full-1col h3 {
	color: #002c70;
	font-size: 32px;
}
.feature-full-1col p {
	font-size: 16px;
}
/*@media screen and (max-width: 768px) {
  .feature-full-1col .image, .feature-full-1col .desc {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    position: relative;
    width: 100%;
  }
}*/
.feature-full-1col .image {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
/*@media screen and (max-width: 768px) {
  .feature-full-1col .image {
    height: 300px;
  }
}*/
.feature-full-1col .desc {
	padding: 50px;
	background: #f5f5f5;
}
/*@media screen and (max-width: 768px) {
  .feature-full-1col .desc {
    padding: 30px;
  }
}*/
.feature-full-1col .desc.desc2 {
	background: rgba(45, 64, 89, 0.05);
}
.feature-full-2col {
	margin-bottom: 30px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
}
.feature-full-2col h3 {
	color: #002c70;
}
.feature-full-2col p {
	font-size: 16px;
}
/*@media screen and (max-width: 768px) {
  .feature-full-2col {
    flex-wrap: wrap;
    width: 100%;
  }
}*/
.feature-full-2col .blog-inner {
	float: left;
	width: 50%;
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
}
/*@media screen and (max-width: 992px) {
  .feature-full-2col .blog-inner {
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .feature-full-2col .blog-inner {
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
}*/
.feature-full-2col .blog-inner .image {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
}
/*@media screen and (max-width: 480px) {
  .feature-full-2col .blog-inner .image {
    position: relative;
    height: 200px;
  }
}*/
.feature-full-2col .blog-inner .image, .feature-full-2col .blog-inner .desc {
	width: 50%;
}
/*@media screen and (max-width: 480px) {
  .feature-full-2col .blog-inner .image, .feature-full-2col .blog-inner .desc {
    width: 100%;
  }
}*/
.feature-full-2col .blog-inner .desc {
	padding: 30px;
	background: #f5f5f5;
}
.feature-full-2col .blog-inner .desc.desc2 {
	background: rgba(45, 64, 89, 0.05);
}
.style-counters {
	padding: 3em 0;
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
}
.style-counters .counter-wrap {
	border: 1px solid red !important;
}
.style-counters .style-counter {
	font-size: 44px;
	display: block;
	color: rgba(0, 0, 0, 0.7);
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', "メイリオ",'Segoe UI', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', sans-serif;
	width: 100%;
	font-weight: 400;
	margin-bottom: .3em;
}
.style-counters .style-counter-label {
	color: rgba(0, 0, 0, 0.5);
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 5px;
	margin-bottom: 2em;
	display: block;
}
.about-wrap {
	border: 2px solid rgba(45, 64, 89, 0.1);
	padding: 100px 30px 30px;
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}
/*@media screen and (max-width: 992px) {
  .about-wrap {
    margin-bottom: 6em;
  }
}*/
.about-wrap .about {
	position: absolute;
	top: -70px;
	left: 0;
	right: 0;
	width: 100%;
	margin-bottom: 40px;
}
.about-wrap .about > img {
	width: 140px;
	height: 140px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}
.about-wrap .desc h3 {
	margin-bottom: 10px;
}
.about-wrap .desc .pos {
	font-size: 13px;
	letter-spacing: 3px;
	color: rgba(0, 0, 0, 0.4);
	text-transform: uppercase;
}
.googleplus-color {
	color: #dc4e41 !important;
}
.facebook-color {
	color: #3b5998 !important;
}
.twitter-color {
	color: #55acee !important;
}
.style-heading {
	margin-bottom: 1.5em;
}
.style-heading i {
	font-size: 40px;
	color: #002c70;
	padding: 10px;
	display: block;
	margin-bottom: 20px;
}
.style-heading h2 {
	font-size: 30px;
	color: #002c70;
}
.style-table, .style-table-cell, .style-parallax {
	/*  height: 300px;*/
	padding: 20px;
}
.style-parallax2 {
	padding-top: 10em;
	height: inherit !important;
}
/*@media screen and (max-width: 992px) {
  .style-parallax2 {
    padding-bottom: 10em;
  }
}
*/
.style-parallax {
	background-color: #555;
	background-attachment: fixed;
	background-size: cover;
	position: relative;
}
.style-parallax .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #002c70;
	opacity: .8;
}
/*@media screen and (max-width: 768px) {
  .style-parallax {
    height: inherit;
    padding: 4em 0;
  }
}*/
.style-parallax .style-intro h1 {
	color: #fff;
	font-size: 70px;
	font-weight: 300;
	margin-bottom: 10px;
}
/*@media screen and (max-width: 768px) {
  .style-parallax .style-intro h1 {
    font-size: 30px;
  }
}*/
.style-parallax .style-intro p {
	color: #fff;
}
.style-parallax .style-intro p a {
	color: #fff;
}
.style-parallax .style-intro p a:hover {
	color: #fff;
}
.style-parallax .style-intro.box-area {
	padding: 40px;
	background: #222831;
}
.style-parallax h2 {
	color: #002c70;
	font-size: 34px;
}
.style-table {
	display: table;
}
.style-table-cell {
	display: table-cell;
	vertical-align: middle;
}
#style-contact-section .contact-info {
	margin: 0;
	padding: 0;
}
#style-contact-section .contact-info li {
	list-style: none;
	margin: 0 0 20px 0;
	position: relative;
	padding-left: 40px;
}
#style-contact-section .contact-info li i {
	position: absolute;
	top: .3em;
	left: 0;
	font-size: 22px;
	color: rgba(0, 0, 0, 0.5);
}
#style-contact-section .contact-info li a {
	font-weight: 400 !important;
	color: rgba(0, 0, 0, 0.3);
}
#style-contact-section .form-control {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	border: none;
	border: 1px solid rgba(0, 0, 0, 0.1);
	font-size: 18px;
	font-weight: 400;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	border-radius: 0px;
}
#style-contact-section .form-control:focus, #style-contact-section .form-control:active {
	border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
#style-contact-section input[type="text"] {
	height: 50px;
}
#style-contact-section .form-group {
	margin-bottom: 30px;
}
.section-title {
	font-weight: 700;
}
#map {
	width: 100%;
	height: 500px;
	position: relative;
}
/*@media screen and (max-width: 768px) {
  #map {
    height: 200px;
  }
}
*/
.style-social-icons > a {
	padding: 4px 5px;
	color: #002c70;
}
.style-social-icons > a i {
	font-size: 24px;
}
.style-social-icons > a:hover, .style-social-icons > a:focus, .style-social-icons > a:active {
	text-decoration: none;
	color: #212121;
}
#footer {
	padding: 1.5em 0 1.0em;
	float: left;
	width: 100%;
	background: #001c48;
	-webkit-box-shadow: inset 0px 4px 15px -12px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: inset 0px 4px 15px -12px rgba(0, 0, 0, 0.75);
	-ms-box-shadow: inset 0px 4px 15px -12px rgba(0, 0, 0, 0.75);
	-o-box-shadow: inset 0px 4px 15px -12px rgba(0, 0, 0, 0.75);
	box-shadow: inset 0px 4px 15px -12px rgba(0, 0, 0, 0.75);
}
#footer p {
	color: #ffffff!important;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 1.6em!important;
}
#footer a {
	color: #848484;
	text-decoration: underline;
}
#footer a:hover {
	color: #002c70;
}
#footer h3 {
	color: #ffffff!important;
	font-size: 20px;
	margin-bottom: 10px;
}
#footer ul.link {
	padding: 0;
	margin: 0;
}
#footer ul.link li {
	padding: 0;
	margin: 0;
	list-style: none;
}
#footer #form-subscribe .form-field {
	position: relative;
}
#footer #form-subscribe input[type="email"] {
	background: #fff;
	padding: 5px 70px 5px 15px;
	border: none;
	height: 45px;
	line-height: 30px;
	width: 100%;
}
#footer #form-subscribe input[type="submit"] {
	background: #3c4146;
	border: none;
	color: #fff;
	height: 45px;
	padding: 5px 15px;
	position: absolute;
	right: 0;
	top: 0;
}
#footer .social-icons {
	padding: 0;
	margin: 0;
}
#footer .social-icons li {
	padding: 0;
	margin: 0;
	list-style: none;
}
#footer .social-icons li a {
	font-size: 30px;
	text-decoration: none;
}
#footer .social-icons li a:hover, #footer .social-icons li a:focus, #footer .social-icons li a:active {
	outline: none;
	text-decoration: none;
}
#footer .social-icons li a:hover i, #footer .social-icons li a:focus i, #footer .social-icons li a:active i {
	text-decoration: none;
}
#footer .copy {
	text-align: right;
	font-size: 12px;
	margin-top: 60px;
}
.js .animate-box {
	opacity: 0;
}
#style-wrapper {
	overflow-x: hidden;
	position: relative;
}
.style-offcanvas {
	overflow: hidden;
}
.style-offcanvas #style-wrapper {
	overflow: hidden !important;
}
#style-page {
	position: relative;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.style-offcanvas #style-page {
	-moz-transform: translateX(-240px);
	-webkit-transform: translateX(-240px);
	-ms-transform: translateX(-240px);
	-o-transform: translateX(-240px);
	transform: translateX(-240px);
}
/*@media screen and (max-width: 768px) {
  #style-menu-wrap {
    display: none;
  }
}*/

#offcanvas-menu {
	display:none;

/*	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 99;
	background: #222;
	right: -240px;
	width: 240px;
	padding: 20px;
	overflow-y: scroll !important;*/
}
/*#offcanvas-menu ul {
	padding: 0;
	margin: 0;
}
#offcanvas-menu ul li {
	padding: 0;
	margin: 0 0 10px 0;
	list-style: none;
}
#offcanvas-menu ul li a {
	font-size: 18px;
	color: rgba(255, 255, 255, 0.4);
}
#offcanvas-menu ul li a:hover {
	color: #002c70;
}
#offcanvas-menu ul li > .style-sub-menu {
	margin-top: 9px;
	padding-left: 20px;
}
#offcanvas-menu ul li.active > a {
	color: #002c70;
}
#offcanvas-menu ul .style-sub-menu {
	display: block !important;
}*/
.style-nav-toggle {
	margin-top: -8px !important;
	cursor: pointer;
	text-decoration: none;
}
.style-nav-toggle.active i::before, .style-nav-toggle.active i::after {
	background: #000;
}
.style-nav-toggle.dark.active i::before, .style-nav-toggle.dark.active i::after {
	background: #000;
}
.style-nav-toggle:hover, .style-nav-toggle:focus, .style-nav-toggle:active {
	outline: none;
	border-bottom: none !important;
}
.style-nav-toggle i {
	position: relative;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
 *display: inline;
	width: 30px;
	height: 2px;
	color: #000;
	font: bold 14px/.4 Helvetica;
	text-transform: uppercase;
	text-indent: -55px;
	background: #000;
	transition: all .2s ease-out;
}
.style-nav-toggle i::before, .style-nav-toggle i::after {
	content: '';
	width: 30px;
	height: 2px;
	background: #000;
	position: absolute;
	left: 0;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.style-nav-toggle.dark i {
	position: relative;
	color: #000;
	background: #000;
	transition: all .2s ease-out;
}
.style-nav-toggle.dark i::before, .style-nav-toggle.dark i::after {
	background: #000;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.style-nav-toggle i::before {
	top: -7px;
}
.style-nav-toggle i::after {
	bottom: -7px;
}
.style-nav-toggle:hover i::before {
	top: -10px;
}
.style-nav-toggle:hover i::after {
	bottom: -10px;
}
.style-nav-toggle.active i {
	background: transparent;
}
.style-nav-toggle.active i::before {
	top: 0;
	-webkit-transform: rotateZ(45deg);
	-moz-transform: rotateZ(45deg);
	-ms-transform: rotateZ(45deg);
	-o-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}
.style-nav-toggle.active i::after {
	bottom: 0;
	-webkit-transform: rotateZ(-45deg);
	-moz-transform: rotateZ(-45deg);
	-ms-transform: rotateZ(-45deg);
	-o-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg);
}
.style-nav-toggle {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 9999;
	display: block;
	margin: 0 auto;
	display: none;
	cursor: pointer;
}
/*　ニューススタイル　*/


.index-news-inner {
	padding: 30px 80px 10px 80px;
}
.index-news-title {
	padding-bottom: 50px;
	text-align: center;
}
.news-list-wrap .news-list {
	border-top: 1px dotted #000000;
}
.news-list-wrap .news-list li a {
	border-bottom: 1px dotted #000000;
	display: block;
	padding: 15px 10px 20px 200px;
	position: relative;
	margin-left: -40px;
	text-align: left;
	line-height: 1.2em;
}
.news-list-wrap .news-list li a .news-list-date {
	color: #000000;
	font-size: 16px;
	line-height: 1;
	position: absolute;
	left: 20px;
	top: 20px;
	font-weight: 600;
}
.news-list-wrap .news-list li a .news-list-title {
	color: #000000;
	font-size: 16px;
	line-height: 1.2em;
}
.news-list-wrap .news-list li a:hover {
	background-color: rgba(0,44,112,0.1);
}
li {
	list-style-type: none;
}
/*　共通　*/

.page-title {
	background: url(../images/hero3.jpg) no-repeat;
	background-size: cover;
}
.page-title h2 {
	margin-top: 50px;
}
.mt {
	margin-top: 60px;
}

.specification{
	margin-top:20px;
}

.specification p{
	text-align:left;
	line-height:1.4em;
	font-size:16px;
	margin-top:20px;
}

a.win::after{
    content: url(../images/ico_win.png);
}

/*　table　*/


table strong {
	color: #FF0004;
}
table .top {
	border-top: #cccccc 1px solid;
}
table.t-style01 {
	line-height: 1.4em;
	width: 100%;
	margin: 0;
	line-height: 2.0em;
	border-collapse: collapse;
	color: #222222;
}
table.t-style01 th {
	text-align: left;
	padding: 15px;
	font-weight: bold;
	width: 220px;
	border-bottom: #cccccc 1px solid;
	background-color: #f5f5f5;
}
table.t-style01 td {
	padding: 15px;
	text-align: left;
	border-bottom: #cccccc 1px solid;
}
table.t-style02 {
	line-height: 1.4em;
	width: 100%;
	margin: 0;
	line-height: 2.0em;
	border-collapse: collapse;
	color: #222222;
}
table.t-style02 th {
	text-align: left;
	padding: 15px;
	font-weight: bold;
	width: 200px;
	border-bottom: #cccccc 1px solid;
}
table.t-style02 td {
	padding: 15px;
	text-align: left;
	border-bottom: #cccccc 1px solid;
}
table.t-style03 {
	line-height: 1.4em;
	width: 100%;
	margin: 0;
	line-height: 2.0em;
	border-collapse: collapse;
	color: #222222;
}
table.t-style03 th {
	text-align: left;
	padding: 15px;
	font-weight: bold;
	min-width: 50%;
	border-bottom: #cccccc 1px solid;
	background-color: #f5f5f5;
}
table.t-style03 td {
	padding: 15px;
	text-align: left;
	border-bottom: #cccccc 1px solid;
}

table.t-style-list {
	line-height: 1.6em;
	width: 100%;
	margin: 0;
	border-collapse: collapse;
	color: #222222;
}
table.t-style-list th {
	text-align: center;
	padding: 15px;
	font-weight: bold;
	border: #cccccc 1px solid;
	background-color: #002c70;
	color:#ffffff;
}
table.t-style-list td {
	padding: 15px;
	text-align: center;
	border: #cccccc 1px solid;
}


table.t-style-list tr:nth-child(even) { /* 偶数番目の指定*/
 background-color: #f5f5f5;
}


.min-txt {
	font-size: 75%;
	font-weight: normal;
}
#style-topicpath-section {
	border-bottom: #e0e0e0 1px solid;
	border-top: #e0e0e0 1px solid;
	background-color: #eeeeee;
}
#style-topicpath-section {
	font-size: 0;
	margin: 0px auto 0px;
	padding: 0 18px;
}
#style-topicpath-section ul {
	margin-bottom: 0;
	padding: 5px 5px 7px 5px;
}
#style-topicpath-section li {
	display: inline-block;
	font-size: 14px;
	margin: 0 10px 0 0;
	padding: 0 15px 0 0;
	position: relative;
}
#style-topicpath-section li::after {
	background-image: url(../images/topicpath_arrow.gif);
	background-position: center center;
	background-repeat: no-repeat;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 5px;
}
#style-topicpath-section li:last-child::after {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
/*　company　*/

#company .page-title {
	background: url(../images/title_company.jpg) no-repeat center center;
	background-size: cover;
}
#style-company-section h3 {
	color: #002c70;
}
#style-company-section .container {
	margin-bottom: 20px;
}

/*　privacy　*/

#privacy .page-title {
	background: url(../images/title_privacy.jpg) no-repeat center center;
	background-size: cover;
}
#style-privacy-section h3 {
	color: #002c70;
	margin-top:50px;
}
#style-privacy-section .container {
	margin-bottom: 20px;
}

/*　service　*/

#service .page-title {
	background: url(../images/title_service.jpg) no-repeat center center;
	background-size: cover;
}
#style-services-section h3,
.specification h3 {
	color: #002c70;
}

.specification h3 {
	text-align:center;
}

#service h3.point {
	font-size: 18px!important;
	font-weight: bold;
}

.mirrorcle-area {
	background: url(../images/mirrorcle-area.jpg) no-repeat;
	height: 435px;
	width: 1120px;
	display: table-cell;
	vertical-align: middle;
}
.mirrorcle-area p {
	text-align: left;
	color: #FFFFFF;
	font-size: 28px;
	margin-bottom: 0;
	padding-left: 60px;
}
.mirrorcle-area p.b-txt {
	font-size: 46px;
}

.mirrorcle-area p.min-txt {
	font-size: 16px;
	margin-left:500px;
}


#mirrorcle-action img{
	border:#e0e0e0 solid 1px;
}

.type-txt{
	border-bottom:solid 2px #002C70;
	padding-bottom:10px;
	margin-bottom:30px;
}

.type-txt p{
	margin-bottom:5px;
	color:#002C70!important;
	line-height:1.2em;
}

.type-txt .stock-number{
	font-size:28px;
	font-weight:400;
}

.use-tit{
	margin-top:40px;
	margin-bottom:20px;
	border-bottom:solid 2px #b2bfd4;
	padding-bottom:0px;
}

.use-tit p{
	line-height:1.0em;
	font-size:18px;
	font-weight:bold;
	color:#002C70;
}


.use-txt{
	text-align:left;
}



.balloon-top {
	position: relative;
	display: inline-block;
	padding: 10px 20px;;
	width: auto;
	height: auto;
	color: #FFFFFF;
	text-align: center;
	background: #33568d;
	z-index: 0;
	    border-radius: 5px;     
    -webkit-border-radius: 5px;  
    -moz-border-radius: 5px;
		margin:-20px -24px 0px -24px;	
}

.balloon-top:after {
	content: "";
	position: absolute;
	top: -10px; left: 50%;
	margin-left: -20px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 20px 10px 20px;
	border-color: transparent transparent #33568d transparent;
}


.features-area{
	text-align:left;
	margin-bottom:50px;
	margin-left:-50px;
}

.features-area li{
	border-top:solid 1px #cccccc;
	padding:30px 20px 30px 20px;
	clear:both;
}

.features-area li.end{
	border-bottom:solid 1px #cccccc;
}

.features-area p{
	color:#002c70;
	margin-bottom:0;
}

.features-area li h3{
	margin-bottom:10px;
	font-weight:bold;
}

.features-area .no-area{
	float:left;
	margin-right:30px;
	margin-bottom:0;
}

.features-area .txt-area{
	float:right;
	width:820px;
}

#example h3 span{
	border-bottom:#002c70 solid 2px;
	padding:0 10px 0 10px;

}

#example h3{
	margin-bottom:40px;
}


/*　sub-menu　*/

ul.sub-menu {
	list-style-type: none;
	padding-left: 0;
	width: 900px;
	margin: auto auto 20px auto;
	overflow: hidden;
}
ul.sub-menu li a {
	background: #002c70;
	color: #ffffff;
	width: 200px;
	padding: 10px;
	margin: 10px;
	float: left;
	display: block;
	text-decoration: none;
	border: solid 1px #002c70;
}
ul.sub-menu li a:hover {
	background: #ffffff;
	border: solid 1px #002c70;
}

/*　sub-menu 3つ　*/

ul.sub-menu-3 {
	list-style-type: none;
	padding-left: 0;
	width: 670px;
	margin: auto auto 20px auto;
	overflow: hidden;
}
ul.sub-menu-3 li a {
	background: #002c70;
	color: #ffffff;
	width: 200px;
	padding: 10px;
	margin: 10px;
	float: left;
	display: block;
	text-decoration: none;
	border: solid 1px #002c70;
}
ul.sub-menu-3 li a:hover {
	background: #ffffff;
	border: solid 1px #002c70;
}


/*　introduction　*/

#introduction .page-title {
	background: url(../images/title_introduction.jpg) no-repeat center center;
	background-size: cover;
}
#style-introduction-section {
	min-height: 500px;
}
#style-introduction-section h3 {
	color: #002c70;
}
#style-introduction-section .container {
	margin-bottom: 20px;
}
/*　news　*/

#news .page-title {
	background: url(../images/title_news.jpg) no-repeat center center;
	background-size: cover;
}
#style-news-section {
	min-height: 700px;
}
#style-news-section h3 {
	color: #002c70;
}
#style-news-section .container {
	margin-bottom: 20px;
}
.list-news-inner {
	padding-bottom: 30px;
	margin-bottom: 50px;
	margin-top: 50px;
	border-bottom: #e0e0e0 1px solid;
}
/*　contact　*/

#contact .page-title {
	background: url(../images/title_contact.jpg) no-repeat center center;
	background-size: cover;
}
#style-contact-section {
	min-height: 700px;
}
#style-contact-section h3 {
	color: #002c70;
	margin-bottom: 20px!important;
}
#style-contact-section .container {
	margin-bottom: 20px;
}
#style-contactarea-section .contact-txt,
#style-contact-section .contact-txt,
#style-services-section .contact-txt {
	font-size: 32px;
	font-weight: 600;
	margin-bottom: 0px;
	line-height: 1.2em;
}
#style-contactarea-section {
	border-top: #e0e0e0 solid 1px;
}
#style-contactarea-section .time,
#style-contact-section .time,
#style-services-section .time {
	font-size: 14px;
}
#style-contactarea-section .contact-txt span, 
#style-contact-section .contact-txt span,
#style-services-section .contact-txt span {
	color: #002c70;
}
#style-contactarea-section .partition {
	border-left: #e0e0e0 solid 1px;
	border-right: #e0e0e0 solid 1px;
	min-height: 60px;
}
#style-contact-section .partition {
	border-left: #e0e0e0 solid 1px;
	min-height: 60px;
}
#style-contactarea-section .partition p {
	margin-bottom: 0px;
}
#style-contactarea-section .btn {
	width: 100%;
}
.border_t {
	border-top: #e0e0e0 solid 1px;
	padding-top: 40px;
	padding-bottom: 20px;
}
.border_b {
	border-bottom: #e0e0e0 solid 1px;
}
.img-area img {
	border: #e0e0e0 solid 1px;
}

/*　pagetop　*/

#style-pagetop-section {
	border-bottom: 1px solid #fff;
}
#style-pagetop-section a {
	background: #eee none repeat scroll 0 0;
	display: block;
	padding: 10px 0 10px;
	text-align: center;
	border-top: #e0e0e0 1px solid;
}
#style-pagetop-section a:hover {
	padding: 5px 0 15px;
}
#style-pagetop-section a img {
	width: 62px;
}


.img-caption{
	font-size:14px;
	margin-top:-10px;
}

.border-bottom {
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.lead {
	line-height: 1.8;
}
.no-js #loader {
	display: none;
}
.js #loader {
	display: block;
	position: absolute;
	left: 100px;
	top: 0;
}
.style-loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../images/hourglass.svg) center no-repeat #222222;
}


/*respon*/
#contact-area span.headCont{
	font-weight: 700;
font-size: 20px;
margin-left:1em;
}

.spNav{
	display:none;
}
@media screen and (max-width: 768px) {
	img{
		max-width:100%;
	}
	/*TEL*/
	.copyright a,
	#contact-area a {
    color:#FFF !important;
	}
	
.spNav{
	display: block;
}

	body{
		min-width: inherit;
	}
	.container{
		width:100%;
		min-width:inherit;
	}
	#contact-area{
		text-align:left;
	}
	
	#style-wrapper{
		overflow-x:scroll;
	}
	#contact-area span{
		display:block;
	}
	#contact-area span.headCont{
		margin:0;
		line-height:1.4;
	}
	#style-logo{
		float:none;
		text-align:center;
		margin-bottom:1.1em;
	}
	#style-logo a{
	}
	#style-menu-wrap{
		display:none;
	}
	#contact-area{
		padding:5px;
	}
	
	/*mmenu*/
/* bager menu */
#style-header{
	position:static;
}
#sp-navi {
  transition: all .6s;
  overflow-y: auto;
  padding-top: 40px;
  width: 300px;
  height: 100vh;
  z-index: 200;
  top: 0;
  right: -320px;
  background-color: #fff;
  position: fixed;
}

.nav_btn {
  width: 44px;
  height: 44px;
  z-index: 300;
  top: 7px;
  right: 7px;
  cursor: pointer;
  position: absolute;
}

.hamburger_line {
  transition: all .6s;
  width: 34px;
  height: 2px;
  left: 5px;
  background-color: #FFF;
  position: absolute;
}
.nav_open .hamburger_line{
	background-color:#000;
}
.hamburger_line1 { top: 10px; }
.hamburger_line2 { top: 21px; }
.hamburger_line3 { top: 32px; }

.nav_bg {
  opacity: 0;
  transition: all .6s;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  top: 0;
  left: 0;
  visibility: hidden;
  background-color: #000;
  cursor: pointer;
  position: fixed;
}

/* 表示された時用のCSS */
.nav_open #sp-navi { right: 0; }

.nav_open .nav_bg {
  opacity: .8;
  visibility: visible;
}

.nav_open .hamburger_line1 {
  transform: rotate(45deg);
  top: 20px;
}

.nav_open .hamburger_line2 {
  width: 0;
  left: 50%;
}

.nav_open .hamburger_line3 {
  transform: rotate(-45deg);
  top: 20px;
}

#sp-navi ul{
	display:block !important;
	margin-left:0;
	
	padding:0;
}
#sp-navi ul li{
	padding-left:1em;
	margin:0;
}

.spNav li{
	margin-bottom:.5em;
}


#style-hero .flexslider .slider-text > .slider-text-inner h2{
	font-size: 24px;
}
#style-hero .flexslider .slider-text > .slider-text-inner p.text-w{
	line-height:1.2;

}
#style-hero .flexslider .slider-mirrorcle{
	z-index:-1;
	width:100% !important;
	text-align:right;
}
#style-hero .flexslider .slider-text > .slider-text-inner h2.mirrorcle{
	font-size:38px;
	text-shadow: #1A2548 1px 1px 8px;
}

.feature-full-2col .blog-inner,
.feature-full-2col .blog-inner .image, .feature-full-2col .blog-inner .desc,
.feature-full-1col .image, .feature-full-1col .desc{
	float:none;
	width:100%;
}
.feature-full-1col .image{
	min-height:200px;
}
.feature-full-2col .blog-inner .image{
	position:relative;
	min-height:200px;
}

#style-hero .flexslider .slider-mirrorcle img{
	margin-left:auto;
	margin-top: 175px;
}
.flexslider .slides img{
	width:35%;
}

.index-news-inner{
	padding:0px;
	margin-bottom:10px;
}


.news-list-wrap .news-list{
	margin:0;
	padding:0;
}
.news-list-wrap .news-list li a .news-list-date{
	position: static;
	display:block;
}
.news-list-wrap .news-list li a{
	padding:10px;
	margin:0;
}
.btn{
	white-space:normal;
}

.mirrorcle-area{
	width:100%;
	display:block;
	height:auto;
	text-align:left;
	line-height:1.2;
	background:none;
	padding:0;
}
.mirrorcle-area:after{
  content: '';
  display: inline-block;
  width: 100%;
  height:170px;
 background:url(../images/mirrorcle-area.jpg) no-repeat;
   background-size: 100%;
  vertical-align: middle;
}


.mirrorcle-area p{
	font-size:18px;
	padding-left:10px;
	color: #002c70;
}
.mirrorcle-area p.b-txt{
	font-size:30px;
}
.mirrorcle-area p.min-txt{
	margin:inherit;
}

table{
	width:100%;
}

th{
	width:auto !important;
	max-width:40%;
}
td,th{
	padding:3px !important;
	word-break: break-all;
}
ul.sub-menu-3,
ul.sub-menu{
	width:100%;
}
ul.sub-menu-3  li a,
ul.sub-menu li a{
	float:none;
	margin-left:auto;
	margin-right:auto;
}
.features-area .txt-area{
	float:none;
	width:100%;
}
/*top news*/
.style-parallax .style-table,
.style-parallax .style-intro{
	padding: 10px;
}



}