body {
  font-family: 'Lato', Arial;
  color: #666666;
  -webkit-font-smoothing: antialiased;
}
a {
  font-family: 'Lato', Arial;
  -webkit-font-smoothing: antialiased;
}
div.content {
  overflow: hidden ;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #fff;
}


.home-load{
	display:flex;
	padding:2px 0 0 1%;
}

.home-load p:before{
	content:">";
	margin:0 5px;
}


h1 img{
	width:80%;
	height:auto;
}

header{
	margin-bottom:141px;
}


#top-company p,#top-service p,#top-csr p,#top-news p,#top-contact p{
		text-indent:0.4em;
	}



.pre-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  display: none;
}
.pre-loader .load-con {
  margin: 20% auto;
  position: relative;
  text-align: center;
}
.spinner {
  margin: 50px auto 0;
  width: 70px;
  text-align: center;
}
.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}


section {
  position: relative;
  padding-bottom: 50px !important;
}

/* midashi back */
.midashi {
  background: #2281A1;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #2281A1 0%, #66cdcc 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #2281A1), color-stop(100%, #66cdcc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg, #2281A1 0%, #66cdcc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg, #2281A1 0%, #66cdcc 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg, #2281A1 0%, #66cdcc 100%);
  /* IE10+ */
  background: linear-gradient(-45deg, #2281A1 0%, #66cdcc 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#2281A1, endColorstr=#66cdcc, GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
	padding:3px 10px;
}

.midashi h2{
	color:#fff;
}

/*-45deg, #66cdcc 0%, #336799 100%*/


.hanging-phone {
  position: absolute;
  right: 0;
  z-index: 0;
  bottom: -70px;
}
.section-heading {
  margin: 60px 0 30px;
  text-align: left;
}
.section-heading h1 {
  display: inline-block;
  font-size: 55px;
  font-weight: 300;
  margin-bottom: 0;
}
.section-heading p {
  font-size: 25px;
  color: #999999;
  font-weight: 300;
}
.section-heading .divider:after {
  content: "";
  position: relative;
  height: 4px;
  width: 60px;
  display: block;
  text-align: center;
  margin: 13px auto;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em;
}
.section-heading.inverse h1,
.section-heading.inverse p {
  color: #ffffff;
}
.section-heading.inverse .divider:after {
  background: #ffffff;
}

section#top-service{
	padding-top:20px;
	background-image:url("../img/bg_company1.png");
	padding-left:8%;
	padding-right:0;
	margin-left:0;
	margin-right:0;
	background-size: cover;
}

section#top-csr{
	padding-top:20px;
	background-image:url("../img/bg_company2.png");
	padding-left:8%;
	padding-right:0;
	margin-left:0;
	margin-right:0;
	background-size: cover;
}

section#top-company{
	padding-top:20px;
	background-image:url("../img/bg_company3.png");
	padding-left:8%;
	padding-right:0;
	margin-left:0;
	margin-right:0;
	background-size: cover;
	background-position: 20% 35%;
}

section#top-contact{
	padding-top:20px;
	background-image:url("../img/bg_company4.png");
	padding-left:8%;
	padding-right:0;
	margin-left:0;
	margin-right:0;
	background-size: cover;
}

section#top-recruit{
	padding-top:20px;
	background-image:url("../img/bg_company5.png");
	padding-left:8%;
	padding-right:0;
	margin-left:0;
	margin-right:0;
	background-size: cover;
	background-position: 20% 50%;
}

section#top-news{
	padding-top:20px;
	background-image:url("../img/bg_company6.png");
	padding-left:8%;
	padding-right:0;
	margin-left:0;
	margin-right:0;
	background-size: cover;
}


section#about {
  position: relative;
}
section#about .about-item {
  text-align: center;
  font-size: 17px;
  line-height: 25px;
  color: #999999;
}
section#about .about-item i.fa {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding: 35px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 104px;
}


.bg-white{
	background-color:#fff;
}
.bg-gray{
	background-color:rgba(121,121,121,0.21);
	padding:10px;
}


section#service .media i.fa {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding: 20px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 2.6em;
  text-align: center;
}
section#service .media .media-heading {
  padding-top: 10px;
  font-weight: 300;
}
section#service .media .media-body {
  color: #999999;
}
section#service .media.feature {
  margin-top: 0;
}
section#service .media.feature:first-child {
  margin-top: 0;
}
/*section#service img {
  margin: 0 auto 20px;
}*/
section#reviews {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
section#reviews .review-filtering {
  margin: 20px 0 100px 0;
}
section#reviews .review-filtering .review .review-person {
  width: 100%;
}
section#reviews .review-filtering .review .review-person img {
  width: 110px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin: 10px auto;
}
section#reviews .review-filtering .review .review-comment {
  width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  padding: 5px 40px 20px;
  position: relative;
}
section#reviews .review-filtering .review .review-comment h3 {
  margin-bottom: 15px;
}
section#reviews .review-filtering .review .review-comment p {
  font-size: 16px;
  color: #999999;
}
section#reviews .review-filtering .review .review-comment p span {
  margin-left: 10px;
}
section#reviews .review-filtering .review .review-comment:after {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-width: 15px;
  margin-top: -10px;
}
section#reviews .review-filtering .review .review-person,
section#reviews .review-filtering .review .review-comment {
  float: left;
}
section#reviews .review-filtering .slick-dots {
  bottom: -80px;
}
section#reviews .review-filtering .slick-dots li button {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
section#reviews .review-filtering .slick-dots li button:before {
  display: none;
}
section#screens .slider {
  margin: 50px 0;
}
section#screens .slider div img {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  padding: 10px;
  display: inline;
}
section#screens .slider div h4 {
  text-align: center;
  margin-top: 40px;
  font-size: 16px;
}
section#screens .slider .slick-dots li button {
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em;
}
section#screens .slick-prev,
section#screens .slick-next {
  width: 50px;
  height: 50px;
  top: 44%;
}
section#screens .slick-slide {
  text-align: center;
}
section#screens .slick-prev:before {
  content: "\f104";
}
section#screens .slick-next:before {
  content: "\f105";
}
section#screens .slick-prev:before,
section#screens .slick-next:before {
  font-size: 34px;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em;
  line-height: 45px;
  color: #CCC;
  border: 2px solid #CCC;
  width: 50px;
  display: inline-block;
  height: 50px;
  text-align: center;
}
section#screens .filter {
  text-align: center;
}
section#screens .filter a {
  display: inline-block;
  padding: 7px 20px;
  text-decoration: none;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em;
  margin: 10px 5px;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
/* news video Section */
section#news .news-container {
  padding: 20px;
  border: 1px solid #b3b3b3;
  min-height: 450px;
  overflow: hidden;
 background:url("../img/cork.png") no-repeat;
	border:outset 10px #464646;
}

/* Get app Section */
section#contact {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 70px 0;
}
section#contact .platforms {
  margin: 5px auto 120px auto;
  text-align: center;
}
section#contact .platforms .btn {
  margin-right: 10px;
  margin-bottom: 20px;
}
/* ecology section */
section#ecology {
  padding: 0 0 150px 0;
}
section#ecology .media {
  margin-bottom: 10px;
}
section#ecology .media i.fa {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding: 10px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 1.9em;
  text-align: center;
}
section#ecology .media .media-heading {
  padding-top: 15px;
  font-weight: 300;
}
section#ecology .media .media-heading a {
  font-weight: 400;
}
/* footer section */
footer {
  padding: 20px 0;
}
footer a > img {
  width: 100px;
}
footer .social {
  display: block;
  margin-top: 30px;
}
footer .social a {
  margin: 0 8px;
  padding: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
footer .social a i {
  width: 1em;
}
footer{
  padding-top: 40px;
}

footer .rights {
  margin-top: 10px;
}
footer .rights a {
  text-decoration: underline;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  font-weight: bold;
}
footer .rights a:hover {
  text-decoration: none;
}

footer .footer-left{
	margin:0 auto;
	margin-bottom:10px;
}

footer .footer-center{
	text-align:center;
}

footer .footer-center img{
	width:60%;
	margin-top:0px;
}

footer .footer-right{
	text-align:left;
	margin-bottom:10px;
}

footer .footer-bottom p{
	text-align:center;
}


section {
  position: relative;
  padding-bottom: 90px;
}
/* Common style for pseudo-elements */
section::before,
section::after {
  position: absolute;
  content: '';
  pointer-events: none;
  overflow: hidden;
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.tp-caption {
  font-family: 'Lato', Arial !important;
  -webkit-font-smoothing: antialiased;
}
.tp-caption.large_white_bold {
  color: #ffffff;
  font-size: 65px;
  font-weight: 400;
}
.tp-caption.large_white_light {
  color: #ffffff;
  font-size: 65px;
  font-weight: 400;
  font-weight: 300;
}
.btn {
  -webkit-border-radius: 3em;
  -moz-border-radius: 3em;
  -ms-border-radius: 3em;
  -o-border-radius: 3em;
  border-radius: 3em;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 5px 25px;
}
.btn.btn-primary {
  border: 2px solid #ffffff;
  background: none;
  color: #ffffff;
}
.btn.btn-primary:hover {
  color: #ffffff;
}
.btn.btn-default {
  border: none;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #ffffff), color-stop(100%, #cccccc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* IE10+ */
  background: linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#cccccc, GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.btn.btn-lg {
  padding: 10px 25px;
}
.btn:hover {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
form .form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em;
  height: 40px;
  line-height: 40px;
  padding: 10px 20px;
  color: #cfcfcf;
  border: 2px solid #cccccc;
  font-weight: 300;
}
form textarea.form-control {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  height: auto;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  .logo {
    width: 100px;
    height: auto;
  }
  .slick-next {
    right: 0;
  }
  .slick-prev {
    left: 0;
  }
  .contact-details {
    margin-top: 20px;
  }
  header .navbar-default {
    padding: 20px;
  }
  /*header .navbar-default .navbar-toggle {
    margin-top: 0px;
    margin-right: 0px;
    background: none;
    border: 2px solid #336799;
    color: #336799;
    -webkit-border-radius: 5em;
    -moz-border-radius: 5em;
    -ms-border-radius: 5em;
    -o-border-radius: 5em;
    border-radius: 5em;
  }*/
  /*header .navbar-default .navbar-toggle:hover,
  header .navbar-default .navbar-toggle:focus {
    background: none;
  }*/
  header .navbar-default ul.navbar-nav {
    padding-top: 0;
    margin: 0;
  }
  header .navbar-default ul.navbar-nav li a {
    padding: 10px;
    text-align: center;
  }
  header .navbar-default ul.navbar-nav li a.contact {
    background: none !important;
    -webkit-border-radius: 0em;
    -moz-border-radius: 0em;
    -ms-border-radius: 0em;
    -o-border-radius: 0em;
    border-radius: 0em;
  }

	
	
	
  header .navbar-default .navbar-collapse {
    border-color: transparent;
  }
  header .navbar-nonscroll-default .navbar-collapse {
    border-color: transparent;
  }
  header .navbar-nonscroll-default ul.navbar-nav {
    padding-top: 0;
    margin: 0;
  }
  /*header .navbar-nonscroll-default .navbar-toggle {
    margin-top: 11px;
    margin-right: 20px;
    background: none;
    border: 2px solid #ffffff;
    color: #ffffff;
    -webkit-border-radius: 5em;
    -moz-border-radius: 5em;
    -ms-border-radius: 5em;
    -o-border-radius: 5em;
    border-radius: 5em;
  }*/
}
.pre-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  display: none;
}
.pre-loader .load-con {
  margin: 20% auto;
  position: relative;
  text-align: center;
}
.spinner {
  margin: 50px auto 0;
  width: 70px;
  text-align: center;
}
.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
header {
  background: #66cdcc;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #66cdcc 0%, #336799 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #66cdcc), color-stop(100%, #336799));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg, #66cdcc 0%, #336799 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg, #66cdcc 0%, #336799 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg, #66cdcc 0%, #336799 100%);
  /* IE10+ */
  background: linear-gradient(-45deg, #66cdcc 0%, #336799 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66cdcc, endColorstr=#336799, GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
header .navbar-default ul.navbar-nav li a {
  color: #3c79b4;
  background: none;
}
header .navbar-default ul.navbar-nav li a.contact {
  color: #3c79b4;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(180deg, #ffffff 0%, #e0e0e0 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #ffffff), color-stop(100%, #e0e0e0));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(180deg, #ffffff 0%, #e0e0e0 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(180deg, #ffffff 0%, #e0e0e0 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(180deg, #ffffff 0%, #e0e0e0 100%);
  /* IE10+ */
  background: linear-gradient(180deg, #ffffff 0%, #e0e0e0 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#e0e0e0, GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
header .navbar-default ul.navbar-nav li a.contact:hover {
  color: #4081bf;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #ffffff), color-stop(100%, #cccccc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* IE10+ */
  background: linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#cccccc, GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header .navbar-default ul.navbar-nav li a:hover {
  color: #336799;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header .navbar-nonscroll-default {
  border-bottom: 3px solid #336799;
}
header .navbar-nonscroll-default ul.navbar-nav li a {
  color: #336799;
}
header .navbar-nonscroll-default ul.navbar-nav li a:hover {
  color: #336799;
}
header .navbar-nonscroll-default ul.navbar-nav li a:hover:after {
  background: #336799;
}
header .navbar-nonscroll-default .navbar-brand {
  /*background: #336799;*/
}
section .section-heading .divider:after {
  background: #66cdcc;
}
section#about .about-item i.fa {
  border: 2px solid #66cdcc;
  color: #66cdcc;
}
section#about .about-item:hover i.fa {
  color: #ffffff;
  background: #66cdcc;
}
section#about .about-item:hover h3 {
  color: #66cdcc;
}
section#service {
  background: url("../img/service-back.png") no-repeat;
background-size:cover;

}
section#service header h1:after {
  background: #66cdcc;
}
section#service .media i.fa {
  border: 2px solid #66cdcc;
  color: #66cdcc;
}
section#service .media:hover i.fa {
  color: #ffffff;
  background: #66cdcc;
}
section#service .media:hover h3 {
  color: #66cdcc;
}
section#service .media.active i.fa {
  color: #ffffff;
  background: #66cdcc;
}
section#service .media.active .media-heading {
  color: #66cdcc;
}
/*section#reviews {
  background: url("../img/service-back.png");
}*/



section#service .service-box-small{
	width:100%;
	height:auto;
	margin-right:0px;
	padding:30px 0px;
	display:flex;
	font-size:21px;
	border: solid 2px #b8b8b8;
	/*border-radius:10px;*/
	/*align-items: center;*/
	/*box-shadow:0 7px 0 rgba(136,136,136,1);*/
	color:#000000;
	background-color:#ffffff;
	position:relative;
	/*border-left:5px solid #B000CB;*/
}


section#service .service-box-small a{
	/*align-items: center;*/
	text-decoration:none;
	font-weight: bold;
	font-size:20px;
	position:absolute;
	top: 50%;
    left: 10%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
	border-left:5px solid #B000CB;
	padding-left:10px;
	color:#000;
}

section#service .service-box-small a:hover{
	color:#6B007D !important;
	text-decoration:underline;
}


section#service .button {
  position: relative;
  display: inline-block;
  /*padding: .9em 4em;
  background-color: #B000CB;
  border: 2px solid #B000CB;
  color: #fff;
  text-align: center;*/
  text-decoration: none;
}
section#service .button::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: '';
  margin-top: -7px;
  border: 9px solid transparent;
  border-top-width: 7px;
  border-bottom-width: 7px;
  border-left-color: #B000CB;
}
section#service .button:hover::after {
  animation: arrow 1s;
}
@keyframes arrow {
  20% {
    right: -.05em;
  }
  40% {
    right: .2em;
  }
  60% {
    right: -.05em;
  }
  80% {
    right: .2em;
  }
 100% {
    right: 0em;
  }

}


@media screen and (min-width: 768px) {
	section#service .service-box-small{
		margin-bottom:15px;
	}
	
	
	
}


section#reviews header {
  color: #ffffff;
}
section#reviews header h1:after {
  background: #ffffff;
}
section#reviews .review-filtering .review .review-person img {
  border: 3px solid #ffffff;
}
section#reviews .review-filtering .review .review-comment {
  background: #ffffff;
}
section#reviews .review-filtering .review .review-comment h3 {
  color: #66cdcc;
}
section#reviews .review-filtering .review .review-comment p span i {
  color: #66cdcc;
}
section#reviews .review-filtering .review .review-comment:after {
  border-right-color: #ffffff;
}
section#reviews .review-filtering .slick-dots li button {
  background: #ffffff;
  border: 2px solid #ffffff;
}
section#reviews .review-filtering .slick-dots li.slick-active button {
  background: #66cdcc;
}
section#screens header h1:after {
  background: #66cdcc;
}
section#screens .slider div img {
  border: 2px solid #e5e5e5;
}
section#screens .slider div h4 {
  color: #999999;
}
section#screens .slider .slick-dots li button {
  background: #999999;
}
section#screens .slider .slick-dots li.slick-active button {
  background: #66cdcc;
}
section#screens .filter a {
  border: 2px solid #cccccc;
  color: #999999;
}
section#screens .filter a:hover {
  color: #ffffff;
  background: #66cdcc;
  border-color: #66cdcc;
}
section#screens .filter a.active {
  color: #ffffff;
  background: #66cdcc;
  border-color: #66cdcc;
}
/* news video Section */
section#news {
  background: #f6f6f6;
}
section#news header h1:after {
  background: #66cdcc;
}
/* Get app Section */
section#contact {
  background: url("../img/ecology-bg.png");
}
section#contact header {
  color: #ffffff;
}
section#contact header h1:after {
  background: #ffffff;
}
section#contact .platforms .media {
  border: 2px solid #ffffff;
  color: #ffffff;
}
section#contact .platforms .media a i {
  color: #ffffff;
}
section#contact .platforms .media a div.media-body {
  color: #ffffff;
}
section#contact .platforms .media:hover {
  background: #ffffff;
}
section#contact .platforms .media:hover a i,
section#contact .platforms .media:hover a div.media-body {
  color: #66cdcc;
}
section#contact .honbun{
    position:relative;
    width:100%;
    height:0;
    padding-top:75%;
}
section#contact .honbun iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}


#ecology{
	  background: url("../img/ecology-bg.png");
}


/* ecology section */
section#ecology header h1:after {
  background: #66cdcc;
}
section#ecology .media i.fa {
  border: 2px solid #66cdcc;
  color: #66cdcc;
}
section#ecology .media a {
  color: #66cdcc;
}
section#ecology .media:hover i.fa {
  color: #ffffff;
  background: #66cdcc;
}
section#ecology .media:hover h3 {
  color: #66cdcc;
}

section#ecology {
  position: relative;
}
section#ecology .about-item {
  text-align: center;
  font-size: 17px;
  line-height: 25px;
  color: #999999;
}
section#ecology .ecology-item i.fa {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding: 35px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 104px;
}






.ecology #ecology-flters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

/*.ecology #ecology-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 15px 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
}*/

/*.ecology #ecology-flters li:hover, .ecology #ecology-flters li.filter-active {
  color: #fff;
  background: #5cb874;
}*/

.ecology #ecology-flters li:last-child {
  margin-right: 0;
}

/*.ecology .ecology-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(34, 34, 34, 0.6);
}*/


.ecology-wrap{
	padding:1px 10px 2px 10px;
}

.ecology-item{
	padding-bottom:100px;
}


.ecology .ecology-wrap::before {
  content: "";
  background: rgba(34, 34, 34, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

/*.ecology .ecology-wrap img {
  transition: all ease-in-out 0.3s;
}*/

.ecology .ecology-wrap .ecology-info {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
}

.ecology .ecology-wrap .ecology-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.ecology .ecology-wrap .ecology-info p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-style: italic;
}

.ecology .ecology-wrap .ecology-links {
  text-align: center;
  z-index: 4;
}

.ecology .ecology-wrap .ecology-links a {
  color: #fff;
  margin: 0 5px 0 0;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

/*.ecology .ecology-wrap .ecology-links a:hover {
  color: #6ec083;
}

.ecology .ecology-wrap:hover::before {
  opacity: 1;
}

.ecology .ecology-wrap:hover img {
  transform: scale(1.2);
}

.ecology .ecology-wrap:hover .ecology-info {
  opacity: 1;
}*/


.fun-to-share {
  padding-bottom: 90px;
}


/* footer section */
footer {
  background: #66cdcc;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #66cdcc 0%, #336799 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #66cdcc), color-stop(100%, #336799));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg, #66cdcc 0%, #336799 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg, #66cdcc 0%, #336799 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg, #66cdcc 0%, #336799 100%);
  /* IE10+ */
  background: linear-gradient(-45deg, #66cdcc 0%, #336799 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66cdcc, endColorstr=#336799, GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}

footer p{
	color:#fff;
}

footer .social a {
  border: 2px solid #ffffff;
}
footer .social a i {
  color: #ffffff;
}
footer .social a:hover {
  background: #ffffff;
}
footer .social a:hover i {
  color: #66cdcc;
}
footer .rights {
  color: #ffffff;
}
footer .rights a {
  color: #ffffff;
  font-weight: 300;
  text-decoration: none;
}
/*.navbar-toggle {
  background-color: #CCC;
  border: 1px solid rgba(0, 0, 0, 0);
}*/
.btn.btn-primary {
  color: #66cdcc;
  border-color: #66cdcc;
}
.btn.btn-primary:hover {
  color: #ffffff;
  background: #66cdcc;
  border-color: #66cdcc;
}
.btn.btn-primary.inverse {
  color: #ffffff;
  border-color: #ffffff;
}
.btn.btn-primary.inverse:hover {
  color: #ffffff;
  background: #66cdcc;
  border-color: #66cdcc;
}
.btn.btn-default {
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #ffffff), color-stop(100%, #cccccc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* IE10+ */
  background: linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#cccccc, GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  color: #336799;
}
.btn.btn-default:hover {
  color: #336799;
}
form .form-control:focus {
  border-color: #66cdcc;
  color: #999999;
}
@media screen and (max-width: 768px) {
  /*header .navbar-default .navbar-toggle:hover,
  header .navbar-default .navbar-toggle:focus {
    background: none;
  }*/
  header .navbar-default ul.navbar-nav li a {
    color: #ffffff;
    border-bottom: 1px solid #376fa4;
  }
  header .navbar-default ul.navbar-nav li a.contact {
    color: #ffffff;
  }
  header .navbar-default ul.navbar-nav li a:after {
    display: none;
  }
  header .navbar-default ul.navbar-nav li a:hover {
    color: #4081bf;
  }
  header .navbar-default .navbar-collapse {
    background: #336799;
  }
  header .navbar-nonscroll-default {
    background: #336799;
  }
  header .navbar-nonscroll-default ul.navbar-nav li a {
    color: #ffffff;
  }
  header .navbar-nonscroll-default ul.navbar-nav li a:hover {
    color: #66cdcc;
  }
}
.pre-loader {
  background: #336799;
}

/*--------------------------------------------------------------
# company
--------------------------------------------------------------*/
section#company{
  position: relative;
}
section#company .about-item{
  text-align: center;
  font-size: 17px;
  line-height: 25px;
  color: #999999;
}
section#company .company-item i.fa{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding: 35px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 104px;
}




.company .company-item {
  margin-bottom: 30px;
}

.company #company-flters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

.company #company-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 15px 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
}

.company #company-flters li:hover, .company #company-flters li.filter-active {
  color: #fff;
  background: #5cb874;
}

.company #company-flters li:last-child {
  margin-right: 0;
}

.company .company-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(34, 34, 34, 0.6);
}

.company .company-wrap::before {
  content: "";
  background: rgba(34, 34, 34, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.company .company-wrap img {
  transition: all ease-in-out 0.3s;
}

.company .company-wrap .company-info {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
}

.company .company-wrap .company-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.company .company-wrap .company-info p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-style: italic;
}

.company .company-wrap .company-links {
  text-align: center;
  z-index: 4;
}

.company .company-wrap .company-links a {
  color: #fff;
  margin: 0 5px 0 0;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.company .company-wrap .company-links a:hover {
  color: #6ec083;
}

.company .company-wrap:hover::before {
  opacity: 1;
}

.company .company-wrap:hover img {
  transform: scale(1.2);
}

.company .company-wrap:hover .company-info {
  opacity: 1;
	color:#000;
}

.company .company-wrap:hover h4 {
	color:#FADF35;
}






/* --------------------------------------------------
    header
-------------------------------------------------- */
.main_imgBox {
 	height:100%;
	width: 100%;
    overflow: hidden;
    position: relative;
}

.main_img {
    z-index:10;
    opacity: 0;
    width: 100%;
	height:100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation: anime 36s 0s infinite;
    animation: anime 36s 0s infinite;
}

.main_img:nth-of-type(2) {
      -webkit-animation-delay: 6s;
      animation-delay: 6s; }

    .main_img:nth-of-type(3) {
      -webkit-animation-delay: 12s;
      animation-delay: 12s; }

    .main_img:nth-of-type(4) {
      -webkit-animation-delay: 18s;
      animation-delay: 18s; }

    .main_img:nth-of-type(5) {
      -webkit-animation-delay: 24s;
      animation-delay: 24s; }

    .main_img:nth-of-type(6) {
      -webkit-animation-delay: 30s;
      animation-delay: 30s;
}

@keyframes anime {
  0% {
        opacity: 0;
    }
    8% {
        opacity: 1;
    }
    17% {
        opacity: 1;
    }
    25% {
        opacity: 0;
        transform: scale(1.05) ;
         z-index:9;
    }
    100% { opacity: 0 }
}









/*--共通---*/
#other-main ul,#other-main ol,#other-main dd{
	list-style-position: inside;
}

#other-main .sub-container{
	padding:0 2%;
}

#other-main ul{
	margin:0 !important;
	padding:0 !important;
}

#other-main dd{
	padding:0 2%;
}

#other-main dt{
	margin-bottom:10px;
}


/*--製品情報--*/


#other-main .service-main li{
	margin-bottom:10px;
}




#other-main .sdsdl{
	display:inline-block;
	margin:0;
	padding:0;
}
#other-main .sdsdl:before{
	content:"⇒";
	margin:0 15px;
	font-size:20px;
}
#other-main .sdsdl a{
	text-align:center;
	color:#ffffff;
	font-size:16px;
	background-color:#323463;
	padding:6px;
}

#other-main .sdsdl a:hover{
	opacity:0.6;
	text-decoration:none;
}



.toiawase_yuudou{
	color:red;
	text-decoration:underline;
}
.toiawase_yuudou:hover{
	color:red;
	text-decoration:underline;
}



/*--SDSダウンロード-------*/
.hanbai-list{
	margin:0 0 15px 0;
}
.hanbai-list p{
	margin:0 0 20px 10px;
}
.hanbai-list li{
	list-style-type: none;
}
.hanbai-list li th{
	width:350px;
	padding-left:7px;
}
.hanbai-list .migi{
	background-color:red;
	margin-right:-100px;
}
.hanbai-end{
	color:red;
}


/*--csr---------*/
#other-main .csr-houshin dd,#other-main .csr-houshin ol{
padding:0 !important;
}

#other-main .csr-houshin dd,#other-main .csr-houshin ol ol{
	padding:0 2% !important;
}

#other-main .csr-houshin p:first-child{
	margin-bottom:50px;
}

#other-main .csr-houshin .box1 p{
	line-height:1.7 !important;
}

#other-main .csr-houshin .box2,#other-main .csr-houshin .box3,#other-main .csr-houshin .box4{
	margin-bottom:10px;
}

#other-main .csr-houshin .box3 li,#other-main .csr-houshin .box4 li{
	margin-bottom:5px;
}

#other-main .csr-houshin .box4 li li{
	margin-bottom:2px !important;
}


#other-main .name-box img{
	margin-left:auto;
	margin-bottom:60px;
	margin-top:-40px;
}

#other-main .csr-eco p{
	padding:0 2% !important;
}


/*--company------*/
#other-main .company-aisatsu p{
	line-height:1.7 !important;
}

#other-main .company-aisatsu p:first-child{
	margin-bottom:30px;
}
#other-main .company-aisatsu p:nth-of-type(2){
	margin-bottom:50px;
}


#other-main .company-rinen .rinen-small{
	padding-left:13% !important;
}

#other-main .company-rinen img{
	margin-bottom:30px;
}

#other-main .company-rinen ul{
	padding:0 4% !important;
}

#other-main .company-rinen li{
	margin-bottom:5px;
	font-size:18px;
	list-style-type: none;
}
#other-main .company-rinen li:before{
	content:"一、"
}

#other-main .company-gaiyo .table-flame{
	background-color:#EBE9E9;
}

#other-main .company-gaiyo table{
	/*background-color:#EBE9E9;*/
	padding:5px !important;
}

#other-main .company-gaiyo td, #other-main .company-gaiyo th {
	border-bottom: 2px #808080 dotted;
	padding:20px;
}

#other-main .company-gaiyo td:before{
	content:"|";
	font-size:20px;
	font-weight:bold;
	margin-right:30px;
}



#other-main .company-gaiyo table tr:last-child th,#other-main .company-gaiyo table tr:last-child td{
	border-bottom: none;
}

#other-main .company-gaiyo .kaisya-gaikan{
	
}

/*#other-main .company-gaiyo img{
	width:30%;
	height:auto;
	margin:-50px auto 0;
}*/


#other-main .company-enkaku .ta2 th,#other-main .company-enkaku .ta2 td{
	padding:2px 10px;
	font-weight: normal;
}







#other-main .company-jigyousyo .ta3 td{
	vertical-align: top;
	padding-bottom:7px 0 !important;
}


#other-main .company-jigyousyo .ta3 th{
	width:130px;
	text-decoration:none;
	vertical-align: top;
	font-weight: normal;
	text-align:right;
	padding-right:40px;
}

#other-main .company-jigyousyo .ta3 td{
	width:200px;
}

#other-main .company-jigyousyo .ta3 tr td:last-child{
	width:280px;
}

#other-main .company-jigyousyo .ta3 tr:last-child{
	
	/*background-color:red;*/
}

#other-main .company-jigyousyo .ta3 tr:last-child div{
	margin-left: 0%;
}


#other-main .company-jigyousyo .ta3{
	margin-top:40px;
	margin-bottom:40px;
}

#other-main .company-jigyousyo .ta3 a{
	color:#59b9d5;
	text-decoration:underline;
}


#other-main .company-jigyousyo .ta3 .cell-magin{
	/*margin-left:15px;*/
}


#other-main .company-jigyousyo .ta3 .map-icon{
	margin-top:10px;
	width:97px;
	height:40px;
	position:relative;
	background-color:#ffffff;
	border:solid 1px #FF0004;
	border-radius:5px;
	padding:5px 0 7px 0;
	text-align:center;
}




#other-main .company-jigyousyo .ta3 .map-icon a{ 
	padding-left:23px;
	display:inline-block;
	text-align:center;
	font-size:16px;
	text-decoration:none;
	color:#FF0004;
}



#other-main .company-jigyousyo .ta3 .map-icon a:before{
	position:absolute;
	left:15px;
	top:7px;
	content:url("../img/map-icon-red3.png");
	margin-right:10px;
}



#other-main .company-jigyousyo .ta3 .map-icon:hover{
	background-color:#FF0004;
}


#other-main .company-jigyousyo .ta3 .map-icon:hover a{
	color:#ffffff;	
}

#other-main .company-jigyousyo .ta3 .map-icon:hover a:before{

		content:url("../img/map-icon-white3.png");
} 


/*--map---------*/
#other-main .company-map hr{
	margin:0 0 20px 0;
	height: 1px;
background-color: #979797;
border: none;
color: #979797;
}

#other-main .company-map p:first-child{
	margin-bottom:10px;
}

#other-main .company-map p:nth-of-type(2){
	margin-bottom:4px;
}

#other-main .company-map p:last-child{
	margin-bottom:30px;
}


#other-main .company-map .map-access{
	margin-bottom:10px;
}


/*--news-------*/
#other-main .news-list li{
	border-bottom:1px dotted #84b2e0;
	list-style-type:none;
	padding:18px 0;
}

#other-main .news-list li a{
	color:#000;
}

#other-main .news-list li a:hover{
	color:#84b2e0;
}

#other-main .news-kiji{

}

#other-main .news-kiji p{
	line-height:1.7;
}


#other-main .news-kiji p:first-child{
	margin-bottom:30px;
}
#other-main .news-kiji p:nth-of-type(2){
	margin-bottom:20px;
}

#other-main .news-kiji p:nth-of-type(3){
	margin-bottom:20px;
}

#other-main .news-kiji p:nth-of-type(4){
	margin-bottom:30px;
}

#other-main .ichiran{
	width:200px;
	margin:0 auto;
	border:1px solid #004ECE;
	padding-top:10px;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
}
#other-main .ichiran p{
	text-align:center;
	vertical-align: middle;
	line-height:150%;
}
#other-main .ichiran a{
	display:block;
	text-decoration:none;
	vertical-align: middle;
	
}

#other-main .ichiran:hover{
	width:200px;
	margin:0 auto;
	background-color:#1569B9;
}

#other-main .ichiran:hover a{
	color:#fff;
}


/*#66cdcc #336799 */




/*--requruit-----*/

#other-main .contact-recruit .recruit-title h3{
	color:#000 !important;
	font-size:30px;
	text-align:center;
	padding:40px 0 40px 0;
	border-top:2px solid #84b2e0;
	border-bottom:2px solid #84b2e0;
}

#other-main .contact-recruit .recruit-honbun{
	margin-top:10px;
	padding:0 3%;
}


@media screen and (min-width: 1000px) {
        /*1000px以上用のスタイル*/
    }

    @media screen and (max-width: 999px) {
        /*999px以下用のスタイル*/
		
		#other-main .contact-recruit .recruit-title h3{
				padding:20px 0 20px 0;
	font-size:20px;
			text-align:left;
				line-height: 150%;
		}
		
		#other-main .contact-recruit .recruit-honbun{
		font-size:13.5px;
	line-height: 160%;
	padding:0 5%;
    }
		/*#other-main .news-release .news-honbun p{
	margin-top:20px;
	margin-bottom:20px;
}		*/
}




/*--contact--------*/
.contact-form .honbun{
	margin-top:-30px;
	padding-left:10%;
}

.center{
	margin:0 auto;
}

.center2{
	margin-left:50px;
}


/*--news--------*/
#other-main .news-release .news-title h3{
	color:#000 !important;
	font-size:30px;
	text-align:center;
	padding:40px 0 40px 0;
	border-top:2px solid #84b2e0;
	border-bottom:2px solid #84b2e0;
}

#other-main .news-release .news-honbun{
	font-size:18px;
	line-height: 220%;
	color:#000;
	margin-top:10px;
	padding:0 3%;
}

#other-main .news-release .news-honbun p{
	margin-top:20px;
	margin-bottom:70px;
}

@media screen and (min-width: 1000px) {
        /*1000px以上用のスタイル*/
    }

    @media screen and (max-width: 999px) {
        /*999px以下用のスタイル*/
		
		#other-main .news-release .news-title h3{
				padding:20px 0 20px 0;
	font-size:20px;
			text-align:left;
				line-height: 150%;
		}
		
		#other-main .news-release .news-honbun{
		font-size:13.5px;
	line-height: 160%;
	padding:0 5%;
    }
		#other-main .news-release .news-honbun p{
	margin-top:20px;
	margin-bottom:20px;
}		
}


