import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
html,body{
  height:100%;
  width:100%;
  -webkit-font-smoothing:antialiased;
  font-family: 'Noto Sans Japanese',sans-serif;
}
li{
  list-style:none;
}
a:hover{
  text-decoration:none;
}

h4 {
  margin-bottom: 15px;
  font-size:21px;
}
.row {
  margin-bottom: 20px;
}
.row .row {
  margin-top: 0px;
  margin-bottom: 0px;
}
[class*="col-"] {
  padding-top: 15px;
  padding-bottom: 15px;
  
}

hr {
  margin-top: 40px;
  margin-bottom: 40px;
}
#crumbs {
	width: 1170px;
	margin:0px auto;
    font-size: 100%;
    text-align: left;
    padding: 15px 30px 20px 0px;
}
#crumbs li {
    display: inline;
}
/*
--
header
--
*/
.l-header {
	background:#fff;
	top:0px;
	left:0;
	z-index:10000;
	-moz-transition:all .3s cubic-bezier(.165,.84,.44,1);
	-o-transition:all .3s cubic-bezier(.165,.84,.44,1);
	-webkit-transition:all .3s cubic-bezier(.165,.84,.44,1);
	transition:all .3s cubic-bezier(.165,.84,.44,1)
}
.l-header [class*="col-"] {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fff;
  /border: none;
}
.l-header .row {
   margin-bottom:0px;
}
.l-header ul {
   padding-left:20px;
}
.l-header h1 {
	margin:0px;
	padding:0px;
	padding-top:15px;
}
.l-header .gnavi{
    padding-left:0px;
    padding-right:0px;
}
.l-header .gnavi a {
    font-weight: normal;
    display: block;
    color: #231815;
	font-size: 14px;
}
header.l-header h2{
	font-weight:normal;
	font-size:13px;
	margin:0px;
	padding:0px;
}
.l-header .ttlArea{

	font-size:14px;
}


.border {
    border-top: 5px solid #5BBD66;
}
.white {
    color: #fff;
    font-size: 60%;
    font-weight: 400;
    line-height: 2.0;
}
.jp {
    display: block;
    text-align: center;
}
.en {
    padding-top: 2px;
    display: block;
    font-size: 10px;
    text-align: center;
}
.l-header .gnavi_li span {
    display:block;
}
#MainVisual{
	margin-bottom: 3px;
	max-width:100%;
}
#mainVisual {
    position:relative;
    text-align:left;
}
#mainVisual h2 {
    margin-top: 55px;
    background: #fff;
    font-size: 1.3rem;
    padding: 0px 20px 0px 20px;
    font-weight: bold;
    color: #fff;
    background: rgba(0,0,0,0.85);
    width: 100%;
    bottom: 0px;
    position:absolute;
    height:80px;
    margin-bottom:0px;
}
#mainVisual h2 .ja {
	color:#fff;
	font-size:1.5rem;
}
#mainVisual h2 .en {
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 10px;
    text-align:left;
    color:#fff;
}
#MainVisual img{
	width: 100%;
}

.ja {
    display: block;
    font-weight: 300;
    font-size: 0.7em;
    
}
.m-literal {
  font-size:3.2rem;
  text-align:center;
  padding:30px 0px;
  letter-spacing: -1px;
}
.m-literal span{
  font-size:3.0rem;
}
#literal01 {
  font-size:1.6rem;
}
#literal01 h2 {
  font-size:4.8rem;
}
#literal01 p{
  font-size:2.0rem;
}
.container h2{
  font-size:2.6rem;
  padding-bottom:10px;
  font-weight:bold;
  margin-bottom:0px;
  padding-top: 30px;
  color: #333;
}

.container p{
  font-size:1.6rem;
  line-height:2.8rem;
}
.ul-menu.container.row li {
  font-size:1.5rem;
}
div.flow{
  overflow:hidden;
  border: 2px solid #eee;
  padding:15px 15px;
}
div.flow h2{
	margin-bottom:20px;
}
.index_arrow{
	text-align:center;
	padding:20px 0px;
	margin-bottom:20px;
}
div.flow li a{
  display:block;
  border-radius:5px;
  color:#fff;
  text-align:center;
  font-size:2.0rem;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.9);
  margin-bottom:20px;
}
.l-fleet h2 {
    line-height: 1.3;
    font-size:3.0rem;
}
.l-fleet .box{
	padding:15px 30px;
	overflow: hidden;
}
a figure {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    background: #000;
    height: 170px;
}
a figure img{
    width: 100%;
}
.l-product {
	padding-top:50px;
	padding-bottom:50px;
}
ul.ul-product {
	margin:0px;
	padding:0px;
}
.ul-product figure:after {
	position: absolute;
	border: solid 1px #fff;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	-webkit-transform: scale(1.0, 1.0);
	-moz-transform: scale(1.0, 1.0);
	transform: scale(1.0, 1.0);
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.ul-product figure:hover:after {
	opacity: 1;
	-webkit-transform: scale(0.92, 0.88);
	-moz-transform: scale(0.92, 0.88);
	transform: scale(0.92, 0.88);
}

.ul-product figcaption {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	margin-top: -1em;
	font-size: 16px;
	letter-spacing: 5px;
	opacity: 0;
	-webkit-transition: all .3s ease-out .2s;
	-moz-transition: all .3s ease-out .2s;
	transition: all .3s ease-out .2s;
}
.ul-product figure:hover figcaption {
	letter-spacing: 1px;
	opacity: 1;
}
.ul-product a {
    color:#fff;
    text-align:center;
}
.ul-product figure img {
	-webkit-transition: all .8s ease-out;
	-moz-transition: all .8s ease-out;
	transition: all .8s ease-out;
}
.ul-product figure:hover img {
	opacity: .4;
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	transform: scale(1.3);
}
.l-other {
    background: url(../img/bg_other.jpg);
    background-size: cover;
    background-position: center center;
    position: relative;
}
.l-other .content .box {
    background: rgba(0,0,0,0.6);
    color: #fff;
    float: left;
    width: 48%;
    margin-right: 4%;
}
.l-other .content {
    padding: 80px 0px 50px 0px;
    margin:0px 30px;
    overflow:hidden;
}
.l-other .content .box .in {
    padding: 30px;
}
.l-other .content .box:nth-child(2) {
    margin-right: 0px;
}
.l-other .content .box a.jump {
    margin-top: 30px;
    color: #000;
    background: #fff;
    border: 1px solid #fff;
    padding: 8px 20px;
    display: inline-block;
    font-size:1.4rem;
}
.fleet{
	margin-bottom: 30px;
	display: inline-flex;
}
.fleet ul{
	float: left;
	border: none;
}
.fleet p{
	width: 100%;
}
.fleet img{
	width:40%;
	padding-bottom: 15px;
	margin-bottom: 10px;
}

.fleet_cm {
	border-top: none;
	border-radius:0 0 5px 5px; 
	padding: 10px 10px 10px 10px;
}
.fleet-img {
	width: 100%;
}


.l-fleet{
  margin:30px 0px 0px 0px;
}
.l-fleet row{
  float: left;
}
.l-fleet ul{
  overflow:hidden;
  /border-top:1px dotted #333;
  padding:30px 15px;
}
.l-fleet ul li a p {
    display: inline-block;
	color:#333;
}
.l-fleet ul li a {
    border-bottom: 1px solid #ccc;
    display: block;
    color:#333;
    font-size:1.6rem;
    padding:15px 0px;
}
.l-fleet ul li a span {
    display: inline-block;
    font-size: 90%;
    color: #ffffff;
    line-height: 1;
    padding: 0.4em 1.2em;
    background:none;
    border-radius: 1em;
    margin: 0px 15px;
}
#footer {
    color:#ffffff;
    position: relative;
    z-index: 2;
    line-height: 20px;
    padding-bottom: 30px;
    padding-top:30px;
	text-align: center;
	background: #05ad56;
}
#footer p{
	color: #333;
}
#footer ul {
	text-align:center;
	color: #333;
}
#footer li {
	display: inline-block;
	color: #333;
}
#footer .logoArea {
    padding: 0px 0px 0px 30px;
    margin:0px auto;
}
#footer .content {
    color: #231815;
    overflow: hidden;
}
#footer .logoArea p {
    font-size: 14px;
}
#footer h2{
	color:#FFFFFF;
}
#footer a{
	text-decoration: none;
	color: #333 !important; 
}
#footer span{
	font-size: 16px;
}
#footer_info{
	background: #05ad56;
}
#footer_info dl {
  width:80%;
  margin:0 auto;
	font-size: 20px;
}
#footer_info dt {
  color:#fff;
  font-size:20px;
  padding-top:30px;
}
#footer_info dd {
  color:#fff;
  font-size:20px;

}
.footer-info p{
	display: inline-block;
}
.footer-navi{
	margin: 40px 10px 0 0;
	background: #05ad56;
	text-emphasis: center;
}
/.footer-navi ul {
    border-top: 1px solid #333;
}
/.footer-navi ul {
    overflow: hidden;
    padding: 20px 0px 0px;
}
.footer-navi ul li a {
    color:#333;
}
.footer-navi ul li {
	text-align: right;
    display: inline;
    padding: 0px 20px;
    /border-right: 1px solid #333;
    font-size: 18px;
    line-height:1.8;
}
.footer-map{
	float: right;
	margin-right: 30px;
}

.copyright {
    padding: 0px 10px;
    text-align: center;
    font-size:13px;
	color: #333;
}
.footer-img{
	padding-top: 30px;
}

@media screen and (max-width: 767px) {
td, th{
	display:block;
}
.l-fleet ul li a{
	overflow:visible !important;
	height:inherit !important;
}
#page .m-advantage .imgArea,#page .m-advantage .txtArea{
  padding-right:0px;
  padding-left:0px;
}
#page .table-striped > tbody > tr:nth-of-type(2n+1){
    background:none;
}
#page #concept .l-philosophy{
   background:url(../img/bg_advantage_xs.jpg) no-repeat;
   background-position:center bottom;
   background-size:cover;
}
#page .l-logic .box {
    position:relative;
}
#page .l-logic .box a.jump{
  width:100%;
  text-align:center;
}
.l-fleet ul {
  padding:15px 5px;
}
#page .l-fleet ul li a {
    padding:5px 0px;
}
.m-contact .contactForm th,.m-contact .contactForm td{
	display:block !important;
	width:100% !important;
}
.m-products ul li {
    width: 50% !important;
}
#page .m-products ul li a{
	padding:10px 0px;
}
a figure {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    background: #000;
    height: 140px;
}
.l-other .content.container{
   padding:30px 0px 0px 0px;
   margin:0px 5px;
}
.l-other .content.container .box {
    width:100%;
    margin-bottom:30px;
}
.mv-literal #literal01,.mv-literal #literal02{
    font-size:2.0rem;
}
}

.l-philosophy {
	background: url(../img/bg_advantage.jpg);
    background-size: cover;
    color: #fff;
    position: relative;
    background-position: bottom;
    text-shadow: 3px 3px 5px #333;
}
.content.m-advantage .ttlArea h2.subTtl01 {
    font-size: 1.6rem;
    border-width: 2px;
    padding-bottom: 10px;
}
.content.m-advantage h2 {
    margin-bottom: 20px;
}
.subTtl01 {
    border-bottom: 2px solid #028B4F;
    display: inline-block;
    margin-bottom: 50px;
}
.l-philosophy .box {
	-webkit-box-shadow:0 0 300px 300px rgba(5,5,5,0.15) inset;
	-moz-box-shadow:0 0 300px 300px rgba(5,5,5,0.15) inset;
	box-shadow:0 0 300px 300px rgba(5,5,5,0.15) inset;
	padding:50px 0px;
}
.l-philosophy h4 {
    margin-bottom: 30px;
    font-size: 2.2rem;
}
.l-advantage{
	margin:50px 0px;
}
.l-advantage section{
	padding:15px 0px;
}
.l-advantage .txtArea{
	float:left;
}
.l-advantage .even .txtArea{
	float:right;

}
.l-advantage .imgArea img{
	float:right;
}
.l-advantage .even .imgArea img{
	float:left;

}.l-idea .txtArea {
	float:left;
}
.l-idea .imgArea {
	float:right;
}
.content.m-company h2 {
    margin-top: 15px;
    font-weight: bold;
    padding-left: 0px;
    text-align: center;
}
.content.m-company h3 {
    margin-bottom: 30px;
    padding-left: 0px;
    text-align: center;
}
.content.m-recruit {
  padding:0px 0px 50px 0px;
}
.content.m-recruit h2 {
    margin-top: 15px;
    font-weight: bold;
    padding-left: 0px;
    text-align: center;
}
.content.m-fleet h2 {
    text-align: center;
}
.content.m-fleet h3 {
    text-align: center;
}
.content.m-products h2 {
    text-align: center;
}
.content.m-products h3 {
    text-align: center;
}
.content.m-recruit h3.literal {
    margin-bottom: 30px;
}
.content.m-recruit h3 {
    margin-bottom: 50px;
    padding-left: 0px;
    text-align: center;
}
.content.m-contact h2 {
    margin-top: 15px;
    font-weight: bold;
    padding-left: 0px;
    text-align: center;
}
.content.m-contact h3 {
    margin-bottom: 50px;
    padding-left: 0px;
    text-align: center;
}
.content.m-recruit .l-recruit h2{
    color:#028B4F;
}
.content.m-recruit .l-recruit h2,.content.m-recruit .l-recruit h3{
  text-align:left;
}
.m-company .l-idea h3 {
  text-align:left;
}
#outline th, #history th {
    font-weight: normal;
    width: 35%;
    border: none;
    border-bottom: solid 1px #028B4F;
    padding: 15px 10px 10px 40px;
    background: transparent;
    vertical-align: top;
}
#outline td, #history td {
    font-weight: normal;
    border: none;
    border-bottom: solid 1px #ddd;
    padding: 15px 10px 10px 40px;
    background: transparent;
    vertical-align: top;
}
#outline .container .col-sm-4 img {
	float:right;
}

.m-products ul{
  overflow:hidden;
}
.m-products ul li a {
    color: #555;
    background: #F5F5F5;
    display: block;
    border-left: 3px solid #028B4F;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding:30px 0px;
}
.m-products ul li a i {
    margin-right: 5px;
}
.m-products ul li {
    float: left;
    width: 25%;
    text-align: center;
    line-height: 2.0rem;
}
.content.m-products h3.ttl05:after{
	content:none;
}

.content.m-products h3.ttl05 {
	background:none;
    background: #eee;
    border-left: 2px solid #028B4F;
    font-size: 18px;
    font-weight: 400;
    line-height: 45px;
    padding: 0 15px;
    text-align:left;
    margin-bottom:0px;
    background:none;
}
.products_list {
  overflow:hidden;
  margin:50px 0px;
}
.m-products .products_list table a:hover {
  text-decoration:none;
}
.m-products .products_list table a {
  color:#333;
  text-decoration:underline;
}
.m-products .products_list table {
  margin:30px 0px;
  width:100%;
}
.m-products .products_list table th {
    background: #028B4F;
    color: #FFF;
}
.m-products .products_list table th:first-child {
    width:300px;
}
.m-products .products_list table th,.m-products .products_list table td {
    padding: 15px 15px;
    border:1px solid #ccc;
}
.m-fleet h2 {
    text-align: center;
}
.m-fleet h3 {
    text-align: center;
}
.m-products h2 {
    text-align: center;
}
.m-products h3 {
    text-align: center;
}
a .piece {
    text-decoration: none;
    color: #333;
    display: inline-block;
    overflow: hidden;
}
#fleet .date {
    color: #028B4F;
    vertical-align: 18px;
}
#fleet {
    margin-bottom:50px;
}
#fleet .piece h2 {
    display:inline-block;
    text-align:left;
    margin-left: 20px;
    font-weight: normal;
    border-bottom: 1px solid #028B4F;
    font-size:inherit;
    overflow: hidden;
    max-width: 860px;
    line-height: 1.8;
}
.dropdown {
    text-align: right;
    margin: 10px 0px;
}
.piece {
    padding: 30px 0px 15px 0px;
    overflow: hidden;
    border-bottom: 1px dotted #ccc;
    width: 100%;
}
p.scroll {
  margin-left: -55px;
}
@-webkit-keyframes ani-mouse {
    0% {
    opacity: 1;
    top: 29%;
    }
    15% {
    opacity: 1;
    top: 50%;
    }
    50% {
    opacity: 0;
    top: 50%;
    }
    100% {
    opacity: 0;
    top: 29%;
    }
}
@-moz-keyframes ani-mouse {
    0% {
    opacity: 1;
    top: 29%;
    }
    15% {
    opacity: 1;
    top: 50%;
    }
    50% {
    opacity: 0;
    top: 50%;
    }
    100% {
    opacity: 0;
    top: 29%;
    }
}
@keyframes ani-mouse {
    0% {
    opacity: 1;
    top: 29%;
    }
    15% {
    opacity: 1;
    top: 50%;
    }
    50% {
    opacity: 0;
    top: 50%;
    }
    100% {
    opacity: 0;
    top: 29%;
    }
}
 .scroll-btn {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
	bottom:10px;
}
.scroll-btn > * {
    display: inline-block;
    line-height: 18px;
    font-size: 13px;
    font-weight: normal;
    color: #7f8c8d;
    color: #ffffff;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 2px;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *.active {
    color: #ffffff;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *:active,
.scroll-btn > *.active {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.scroll-btn .mouse {
    position: relative;
    display: block;
    width: 35px;
    height: 55px;
    margin: 0 auto 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 3px solid white;
    border-radius: 23px;
}
.scroll-btn .mouse > * {
    position: absolute;
    display: block;
    top: 29%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -4px;
    background: white;
    border-radius: 50%;
    -webkit-animation: ani-mouse 2.5s linear infinite;
    -moz-animation: ani-mouse 2.5s linear infinite;
    animation: ani-mouse 2.5s linear infinite;
}
#privacy h3.subTtl01 {
    display: block;
    font-size: 20px;
    line-height: 2.4;
    text-align: left;
}
.content.m-company h3 {
    margin-bottom: 30px;
    padding-left: 0px;
    //text-align: center;
    color:#333;
    padding:0px;
}
#privacy table {
    width: 100%;
    margin:50px 0px;
}
#privacy table th{
  width:25%;
  border:none;
  border-bottom:1px solid #ccc;
  background:#eee;
  padding:15px;
}
#privacy table td{
  width:75%;
  border:none;
  border-bottom:1px solid #ccc;
  padding:15px;
}
.pryvacy{
  margin: 0 auto;
  padding: 14px;
}
.l-idea .txtArea p{
  letter-spacing:0.5px;
}
.l-idea .in{
  margin-top:0px;
}
.l-idea .in img{
  float:right;
}
.tel i{
	color:#319847;
}
.ttlArea i{
	color:#319847;
}
.tel .num{
	font-size:30px;
	display:inline-block;
	padding-left:0px;
	color:#319847;
	font-family: "Lusitana", serif;
}
.tel .access{
	font-size:19px;
	display:inline-block;
	padding-left:0px;
	color:#319847;
	/font-family: "Lusitana", serif;
}
.tel span{
	display:block;
	font-size:12px;
	padding-left:0px;
}
#side{
	border:2px solid #efefef;
}
#side:before {
    border-left: solid 2px #5767bf;
    border-top: solid 2px #5767bf;
    top: -2px;
    left:-2px;
}
#side:before, #side:after {
    content: '';
    width: 20px;
    height: 30px;
    position: absolute;
    display: inline-block;
}
#side:after {
    border-right: solid 2px #5767bf;
    border-bottom: solid 2px #5767bf;
    bottom: -2px;
    right: -2px;
}
#side p{
	line-height:1.6rem;
	margin:15px 0px;
}
#side ul li {
    line-height: 2.6rem;
    font-size: 24px;
    color: #319847;
}
div#page_ttl .container {
    margin: 0 auto;
    overflow: hidden;
    background:url(../img/bg/ttl_bg.jpg) no-repeat center center;
    padding:60px 0px;
    padding-left:50px;
}
div#page_ttl h1{
	font-size:21px;
	padding-top:10px;
}
#gNavi{
	padding-top:10px;
	
}
#gNavi .child li a .menu{
	border-top: none;
	background: #20A53C;
	color: #FFFFFF;
	height: 61px;
	margin-bottom: 3px;
	box-sizing: inherit;
	position: relative;
	padding:10px 0px;
	border-bottom:1px solid #fff;
}
#gNavi .child li a .menu span{
	display: block;
	line-height: 1.2rem;
	position: absolute;
	text-align: center;
    width: 100%;
}
#gNavi .child li a .menu span.jp{
    top: 10px;
	font-size: 14px;
}
#gNavi .child li a .menu span.en{
    top: 32px;
	font-size: 10px;
}
.gnavi_line{
	border-left:1px solid #BCB8B8;
}.gnavi_lineR{
	border-left:1px solid #BCB8B8;
	border-right:1px solid #BCB8B8;
}

@media (min-width: 768px){
.col-sm-2 {
    width: 16.66666667%;
	width:inherit;
	}
	.col-sm-6{
	}
	}

#dropdown_container .dropdown_item ul {
	cursor:pointer;
	position:absolute;
	list-style:none;
	margin:0;
	padding:0;
	width:168px;
	top:61px;
	left:0;
	z-index:999999;
	display:none;
    background:#009A47;
}
#dropdown_container .dropdown_item ul:after{
    content: ""; 
    display: block; 
    clear: both;
}
#dropdown_container .dropdown_item li {
	float:none;
	padding:0;
	margin:0;
	z-index:1;
}
#dropdown_container .dropdown_item li a{
	height:inherit;
	line-height:inherit;
}
h2.sub_ttl{
	background:url(../img/bg/bg_ttl.png) repeat;
	color:#fff;
	font-size:20px;
	padding:12px 15px 18px 15px;
	font-weight:normal;
	position:relative;
	margin-bottom:30px;
}
h2.sub_ttl:after{
	position:absolute;
	content:url(../img/ttl.png);
	top:0px;
	right:0px;
}

article{
	float: left;
	width: 100%;
	margin-bottom: 20px;
	border-bottom: #333 dotted 1px;
}
article ul li{
	float: left;
	padding: 10px;
	width: 100%;
	display: inline-block;
	color: #333;
}
article ul{
	width: 100%;
	padding-bottom: 10px;
}
article h3{
	background:url(../img/bg/bg_subTtl.png) repeat;
	font-size:18px;
	padding:5px 15px 25px 15px;
	font-weight:normal;
	position:relative;
	margin-bottom:30px;	
}
article h3:after{
	position:absolute;
	content:url(../img/subTtl.png);
	top:0px;
	right:0px;
}
.table_normal_caption {
    background-color: #F5F5F5;
    padding-left: 25px;
    border: 1px solid #CCC;
    min-width: 115px;
}
section.css:1402
.table_normal_caption {
    background-color: #F5F5F5;
    padding-left: 25px;
    border: 1px solid #CCC;
    min-width: 115px;
}
a.jump {
	font-size:14px;
	float:right;
	margin:15px 0px;
	color:#333;
	text-decoration: none;
}
#mainVisual {
    height: auto;
    overflow: hidden;
    position: relative;
    margin: 0px 0px 0px 0px;
}
@media print {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .visible-xs {
    display: none !important;
  }
  .hidden-xs {
    display: block !important;
  }
  table.hidden-xs {
    display: table;
  }
  tr.hidden-xs {
    display: table-row !important;
  }
  th.hidden-xs,
  td.hidden-xs {
    display: table-cell !important;
  }
  .hidden-xs.hidden-print {
    display: none !important;
  }
  .hidden-sm {
    display: none !important;
  }
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media print {
	body {
		-webkit-print-color-adjust: exact;
	}
	.container, .crumbs{
		width:960px;
	}
	#mainVisual{
		display:none;
	}
	#footer .copyright {
    background-image: url(../../img/footer/footer_bg.png);
    padding-top: 60px;
    background-position: center;
    background-repeat: no-repeat;
    overflow: auto;
	}
	#side{
		padding:15px;
		font-size:92%;
	}
	.worksList .thumbnail {
    width: 300px;
    height: 200px;
    text-align: center;
	}
	.worksList li {
    width: 300px;
    margin: 22px 26px 8px 0;
    padding: 8px 8px 15px;
    background: #fff;
	}
	.thumbnailList li {
    float: left;
    position: relative;
	}
}

.btn-effect {
	vertical-align: middle;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	display: inline-block;

	-webkit-transform: translateZ(0);
	   -moz-transform: translateZ(0);
		-ms-transform: translateZ(0);
		 -o-transform: translateZ(0);
			transform: translateZ(0);
		  
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
			backface-visibility: hidden;
		  
	-webkit-transition-property: color;
	   -moz-transition-property: color;
		-ms-transition-property: color;
			transition-property: color;
		  
	-webkit-transition-duration: 0.3s;
	   -moz-transition-duration: 0.3s;
		-ms-transition-duration: 0.3s;
			transition-duration: 0.3s;
		  
	-moz-osx-font-smoothing: grayscale;
}
.input-field {
    margin-bottom: 10px;
}
/* contact form */
    .contact-form {
        margin-bottom: 50px;

    }

.btn {
    border-radius: 0;
    border: 0;
    position: relative;
    text-transform: uppercase;
	margin-left: 20px;
}
.btn-green {
    background-color: rgba(109,224,81, 0.78);
    box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
    padding: 15px 55px;
    color: #fff;
}

.btn-border {
    border: 2px solid #fff;
    color: #fff;
    padding: 12px 35px;
}

/* Sweep To Right */
.btn-effect {
	vertical-align: middle;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	display: inline-block;

	-webkit-transform: translateZ(0);
	   -moz-transform: translateZ(0);
		-ms-transform: translateZ(0);
		 -o-transform: translateZ(0);
			transform: translateZ(0);
		  
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
			backface-visibility: hidden;
		  
	-webkit-transition-property: color;
	   -moz-transition-property: color;
		-ms-transition-property: color;
			transition-property: color;
		  
	-webkit-transition-duration: 0.3s;
	   -moz-transition-duration: 0.3s;
		-ms-transition-duration: 0.3s;
			transition-duration: 0.3s;
		  
	-moz-osx-font-smoothing: grayscale;
}

.btn-effect:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #199B13;
	
	-webkit-transform: scaleX(0);
	   -moz-transform: scaleX(0);
		-ms-transform: scaleX(0);
			transform: scaleX(0);
			
	-webkit-transform-origin: 0 50%;
	   -moz-transform-origin: 0 50%;
		-ms-transform-origin: 0 50%;
			transform-origin: 0 50%;
			
	-webkit-transition-property: transform;
	   -moz-transition-property: transform;
		-ms-transition-property: transform;
			transition-property: transform;
			
	-webkit-transition-duration: 0.3s;
	   -moz-transition-duration: 0.3s;
		-ms-transition-duration: 0.3s;
			transition-duration: 0.3s;
			
	-webkit-transition-timing-function: ease-out;
	   -moz-transition-timing-function: ease-out;
		-ms-transition-timing-function: ease-out;
			transition-timing-function: ease-out;
}

.btn-effect:hover, .btn-effect:focus, .btn-effect:active {
	color: #ffffff;
}

.btn-effect:hover:before, .btn-effect:focus:before, .btn-effect:active:before {
	-webkit-transform: scaleX(1);
	   -moz-transform: scaleX(1);
	    -ms-transform: scaleX(1);
			transform: scaleX(1);
}
.btn-Arrangement{
	float: right;
	margin-top: 30px;
}


.title-border {
	font-size: 16px;
	line-height: 20px;
	padding: 0 0 .5em 0;
	border-bottom: 1px solid #000000;
	width: 480px;
	text-align: center;
}

.business{
	text-align: center;
	color:#333;
}
.business p{
	text-align: left;
	float: left;
	color:#333;
	width:65%
}
.business_contents p{
	text-align: left;
	float: left;
	color:#333;
	width:65%
}
.business_contents img{
	width:30%;
	float: right;
}

.recruit table{
	max-width: 100%;
}
.recruit div{
	width: !important;
}
.recruit img{
	width:50%;
}

.top_news{
	text-align: center;
	color:#333;
	padding: 10px;
	width: 60%;
}
.top_news h3{
	padding-bottom: 30px;
}
.top_news a{
	color: #333;
}

.news{
	text-align: center;
	color:#333;
}
.news p{
	text-align: left;
	float: left;
	color:#333;
	width:65%
}
.news_contents p{
	text-align: left;
	float: left;
	color:#333;
	border-bottom: solid #333 1px;
	padding: 10px;
	width: 100%;
}
.news_contents img{
	width:30%;
	float: right;
}

.heading h2 {
  color: #444;
  font-size: 24px;
  position: relative;
  padding: 0 0 2px 32px;
  border-bottom: 1px solid #888;
  margin-bottom: 30px;
  margin-top: 20px;
}
.heading h2:before, .heading h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 12px;
  height: 12px;
  border: 2px solid #5BBD66;
  margin: auto;
}
.heading h2:before {
  top: -6px;
  left: 0px;
}
.heading h2:after {
  top: 6px;
  left: 6px;
}

.heading body {
  background: #efb667;
}

.heading div {
  width: 100%;
  margin: 0 auto;
  padding: 14px;
  background: #fff;
 float:left;
}
.access h2 {
  color: #444;
  font-size: 24px;
  position: relative;
  padding: 0 0 2px 32px;
  border-bottom: 1px solid #888;
  margin-bottom: 30px;
  margin-top: 20px;
}
.access h2:before, .heading h2:after, .pa-head h2:after{
  content: "";
  position: absolute;
  bottom: 0;
  width: 12px;
  height: 12px;
  border: 2px solid #5BBD66;
  margin: auto;
}
.access h2:before {
  top: -6px;
  left: 0px;
}
.access h2:after {
  top: 6px;
  left: 6px;
}

.access body {
  background: #efb667;
}

.access{
  margin: 0 auto;
  padding: 14px;
}
.access div{
  margin: 0 auto;
  padding: 14px;
}
.pa-head div{
  margin: 0 auto;
  padding: 14px;
	
}

.contents-bar h3{
	position: relative;
	padding: 20px 20px 20px 38px;
	font-size:20px;
	border: 1px solid #D8D8D8;
	border-top: 4px solid none ;
	border-radius: 5px 5px 0 0; 
	background: linear-gradient(#ffffff 0%, #EFEFEF 100%);
	box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
}
.contents-bar h3::after{
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -10px;
	width: 18px;
	height: 18px;
	border: 4px solid #5BBD66;
	border-radius: 100%;
	box-sizing:border-box;
}
.contents-bar div{
	border: 1px solid #BCB5B6;
	border-top: none;
	border-radius:0 0 5px 5px; 
	padding: 10px 10px 10px 10px;
	width:100%;
}
@import url(https://fonts.googleapis.com/css?family=Raleway:400,700);
.snip1445 {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  overflow: hidden;
  margin: 10px 1%;
  min-width: 230px;
  /max-width: 315px;
  width: 100%;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  background-color: #000000;
}
.snip1445 *,
.snip1445 *:before,
.snip1445 *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.55s ease;
  transition: all 0.55s ease;
}
.snip1445 img {
  max-width: 100%;
  backface-visibility: hidden;
  vertical-align: top;
}
.snip1445 figcaption {
  position: absolute;
  bottom: 15px;
  right: 15px;
  padding: 5px 10px 10px;
}
.snip1445 figcaption:before,
.snip1445 figcaption:after {
  height: 2px;
  width: 400px;
  position: absolute;
  content: '';
  background-color: #ffffff;
}
.snip1445 figcaption:before {
  top: 0;
  left: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.snip1445 figcaption:after {
  bottom: 0;
  right: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.snip1445 figcaption div:before,
.snip1445 figcaption div:after {
  width: 2px;
  height: 300px;
  position: absolute;
  content: '';
  background-color: #ffffff;
}
.snip1445 figcaption div:before {
  top: 0;
  left: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.snip1445 figcaption div:after {
  bottom: 0;
  right: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.snip1445 h2,
.snip1445 h4 {
  margin: 0;
  text-transform: uppercase;
}
.snip1445 h2 {
  font-weight: 400;
}
.snip1445 h4 {
  display: block;
  font-weight: 700;
  background-color: #ffffff;
  padding: 5px 10px;
  color: #000000;
}
.snip1445 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.snip1445:hover img,
.snip1445.hover img {
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  opacity: 0.5;
}
.snip1445:hover figcaption:before,
.snip1445.hover figcaption:before,
.snip1445:hover figcaption:after,
.snip1445.hover figcaption:after,
.snip1445:hover figcaption div:before,
.snip1445.hover figcaption div:before,
.snip1445:hover figcaption div:after,
.snip1445.hover figcaption div:after {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.snip1445:hover figcaption:before,
.snip1445.hover figcaption:before,
.snip1445:hover figcaption:after,
.snip1445.hover figcaption:after {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.clearfix{
	clear: both;
}

.pd_15 img{
	padding-bottom: 15px;
}
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.print{
	display: none;
}
#map {
    width: 100%;
    height: 400px;
}

@media print{
.access div .map {
	display: none;
	}
	#map_container{
	display:none;
	}
	.print{
		display: block;
	}
	.btn-Arrangement{
		display: none;
	}
}

