@charset "UTF-8";

body {
	overflow-x: hidden;
	font-family: "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	font-weight: 400;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: url(../img/bg.png);
	font-size: 16px;
	line-height:2em;
}

/*------------------------------------------------
Reset
--------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
}
img {
	border: none;
	vertical-align: middle;
}
ul, ol {
	list-style: none;
}

/*------------------------------------------------
Text
--------------------------------------------------*/
a, a:link {
	color: #333333;
}
a:visited {
	color: #333333;
}
a:hover, a:active {
	color: #cccccc;
	-webkit-transition-duration: 300ms;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 300ms;
	-moz-transition-timing-function: ease;
	-o-transition-duration: 300ms;
	-o-transition-timing-function: ease;
	text-decoration: none;
}
a,a:link.orange {
	color: #ea6000;
}
a:visited.orange {
	color: #ea6000;
}
a:hover.orange, a:active.orange {
	color: #f5ab18;
}
a:focus {
	outline: none;
}
a img {
	box-shadow: #000 0 0 0;
}
a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
	-webkit-transition-duration: 300ms;
	-webkit-transition-property: opacity;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 300ms;
	-moz-transition-property: -moz-opacity;
	-moz-transition-timing-function: ease;
	-o-transition-duration: 300ms;
	-o-transition-property: -o-opacity;
	-o-transition-timing-function: ease;
}

/*------------------------------------------------
Layout
--------------------------------------------------*/
.container-fluid {
margin-right: auto;
margin-left: auto;
max-width: 1280px; 
}
.color-wrap-orange {
	background-color: #fdf7f7;
	padding: 60px 0;
}
.color-wrap-gray {
	background-color: #f4f4f4;
	padding: 60px 0;
}
/*------------------------------------------------
List
--------------------------------------------------*/
/* ul
--------------------------------------------------*/
ul.orange li {
	list-style-type: none;
	margin-left: 18px;
	line-height: 2.4em;
}
ul.orange li:before {
	font-family: "FontAwesome";
	content: "\f138";
	position: absolute;
	left: 15px;
	color: #ea6000;
}

/* ol
--------------------------------------------------*/
ol.content {
	list-style: decimal;
}
ol.content {
	margin-left: 30px;
}
ol.content li {
	margin-bottom: 10px;
}
ol.content > ol,
ol.content > ul {
	margin-bottom: 0px;
}
ol.content > li > ol {
	list-style: decimal;
	margin-left: 30px;
}
ol.content > li > ol > li {
	margin-bottom: 0;
}

/*------------------------------------------------
Button
--------------------------------------------------*/
.btn {
	border-radius:  1px;
}
.btn-large {
    font-size: 16px;
    padding: 20px 50px;
}

.btn-primary {
	background-color: transparent;
	border: 1px solid;
	border-color: #ea6000;
	color: #ea6000;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
	background-color:#ea6000;
	border-color: #ea6000;
	-webkit-transition-duration: 300ms;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 300ms;
	-moz-transition-timing-function: ease;
	-o-transition-duration: 300ms;
	-o-transition-timing-function: ease;
	text-decoration: none;
}
.btn-secondary {
	background-color: transparent;
	border: 1px solid;
	border-color: #ffffff;
	color: #ffffff;
}
.btn-secondary:hover {
	background-color:#ffffff;
	border-color: #ffffff;
	color: #ea6000;
	-webkit-transition-duration: 300ms;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 300ms;
	-moz-transition-timing-function: ease;
	-o-transition-duration: 300ms;
	-o-transition-timing-function: ease;
	text-decoration: none;
}
.btn-info {
	background-color: #333333;
	border:none;
	color: #ffffff;
}
.btn-info:hover {
	background-color:#999999;
	border-color: #999999;
	color: #ffffff;
	-webkit-transition-duration: 300ms;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 300ms;
	-moz-transition-timing-function: ease;
	-o-transition-duration: 300ms;
	-o-transition-timing-function: ease;
	text-decoration: none;
}

/*------------------------------------------------
HTML 5
--------------------------------------------------*/
article, aside, details, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

/*------------------------------------------------
Typography
--------------------------------------------------*/
h1 {
	font-family: 'Lato', sans-serif;
	font-size: 42px;
	margin-bottom: 40px;
	margin-top: 0;
}

h2 {
	font-size: 28px;font-weight: 700;margin-bottom: 40px;line-height: 1.8em
}
/*h2 {
	color: #333333;
	font-size: 164.3%;
	line-height: 1.8;
	margin-top: 0;
	text-align: center;
}
h2:after {
	content: "";
	background: #ea6000;
	display: block;
	height: 2px;
	margin: 5px auto 30px;
	width: 60px;
}*/

h3 {
	font-size: 18px;
	font-weight: 900;
	text-align: left;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #dddddd;
	color: #ea6000;
	margin-top: 0;
}

h3.noborder {
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 5px;
}

h3 span {
	font-size: 12px;
}

h4 {
	font-size: 14px;
	font-weight: 700;
}

/*----------------------------------------------------
Custom Table
----------------------------------------------------*/
.custom-table th  { width: 25%; text-align: left; background-color: #e6e6e6;}
.custom-table td {background-color: #ffffff}
@media only screen and (max-width:767px){
	.custom-table {
		border: none;
		border-top: 1px solid #dddddd;
	}
	.custom-table th, .custom-table td {
		width: 100%;
		display: block;
		border: none;
	}
	.custom-table th {
		border: none;
	}
	.custom-table th {
		border: none;
	}
	.custom-table >tbody >tr > th, .custom-table >tbody >tr >td {
		border-bottom: 1px solid #dddddd;
		border-right: 1px solid #dddddd;
		border-left: 1px solid #dddddd;
		border-top: none;
	}
}

/*--------------------------------------------------
Navigation
--------------------------------------------------*/
/* navbar
--------------------------------------------------*/
.navbar {
	margin-bottom: 0;
	border:none;
}
@media (min-width: 768px) {
	.navbar {
		padding-bottom: 0;
		min-height: 0;
	}
}
.nav > li > a {
  padding: 10px 25px;
}
/* navbar-brand
--------------------------------------------------*/
.navbar-brand {
	float: left;
	height: 53px;
	padding: 16px 15px 15px;
}
@media (max-width: 767px) {
	.navbar-brand {
		height: 44px;
		padding: 13px 15px;
	}
}
/* navbar-inverse
--------------------------------------------------*/
.navbar-inverse {
	background-color: #FFFFFF;
	border: none;
}
 .navbar-inverse .navbar-toggle {
	border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
	background-color: #ccc;
}
.navbar-inverse .navbar-toggle .icon-bar{
	background-color: #333;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #000;
    background-color: transparent;
}
/* navbar-nav
--------------------------------------------------*/
@media (min-width: 768px) {
	.navbar-nav > li > a {
		padding-top: 15px;
		padding-bottom: 15px;
	}
}
@media (min-width: 768px) {
	.navbar-nav>li>a {
		line-height: normal;
	}
	.navbar-nav {
		display: table;
		float: none;
		margin: 0 auto;
		table-layout: fixed;
		font-size: 1.25em;
		color: black;
	}
}
/* navbar-default
--------------------------------------------------*/
.navbar-default .navbar-collapse, .navbar-default .navbar-form{
	border: none;
}
@media (min-width: 768px) {
	.navbar-default {
		background-color: #ffffff;
	}
	.navbar-default .navbar-nav > li > a {
		color: #333;
	}
	.navbar-default .navbar-nav > li > a span{
		color: #cccccc;
		margin-top: 3px;
		text-align: left;
	}
	.navbar-default .navbar-nav > li > a:hover,  .navbar-default .navbar-nav > li > a:focus {
		color: #cccccc;
		background-color: transparent;
	}
	.navbar-default .navbar-nav > .active > a,  .navbar-default .navbar-nav > .active > a:hover,  .navbar-default .navbar-nav > .active > a:focus {
		color: #cccccc;
		background-color: transparent;
	}
}
/* navbar-toggle
--------------------------------------------------*/
.navbar-toggle {
	margin-top: 8px;
	margin-bottom: 8px;
}
/* navbar-header
--------------------------------------------------*/
.navbar-header {
	/*background: #ea6000;*/
	border-bottom: 1px solid #eeeeee;
}
@media (min-width: 768px) {
	.navbar-header {
		display: none;
	}
}
/* navbar-right
--------------------------------------------------*/
@media (max-width: 767px) {
	.navbar-right > li {
		float: left;
	}
	.navbar-right >li.current {
		padding: 10px 15px;
		line-height: 20px;
	}
}
@media (min-width: 768px) {
	.navbar-right > li{
		background-color: #9b9b9b;
		margin-left: 5px;
		text-align: center;
		font-size: 12px;
		margin-top: 5px;
	}
	.navbar-right > li > a:hover {
		background-color: #afafaf!important;
	}
	.navbar-right > li.current {
		padding: 2px 10px;
		background-color: #ea6000;
		line-height: normal;
		color: white!important;
	}
	.navbar-right > li > a {
		padding: 2px 10px;
		color: white!important;
	}
}
/* global
--------------------------------------------------*/
@media (max-width: 767px) {
	.global li span{
		margin-left: 5px;
	}
}
@media (min-width: 768px) {
	.global {
		border-bottom: 1px solid #eeeeee;
	}
	.global li a {
		padding-top: 15px;
		font-size: 15px;
		font-weight: 700;
		letter-spacing: 0;
		text-align: center;
	}
	.global li span	{
		display: block;
		font-size: 11px;
		font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		font-weight: 400;
	}
}
/* dropdown-menu
--------------------------------------------------*/
@media (min-width: 768px) {
	.dropdown-menu li a {
	padding-top: 10px;
	font-size: 14px;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 900;
	color: #FFFFFF;
	letter-spacing: 0;
	text-align: left;
	}
	.dropdown-menu li span	{
	display: inline;
	}
	.dropdown-menu {
		right: auto !important;
		background-color: #f05a24;
	}
}
/* caret
--------------------------------------------------*/
.caret {
	margin-left: 0;
	margin-right: 5px;
}
.caret-right {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 0;
	margin-right: 5px;
	vertical-align: middle;
	border-bottom: 4px solid transparent;
	border-top: 4px solid transparent;
	border-left: 4px solid;
}

/*------------------------------------------------
Footer
--------------------------------------------------*/
/* Footer Breadcrumb
--------------------------------------------------*/
#footer-breadcrumb-wrap {
	width: 100%;
	background-color: #eeedee	;
}
.breadcrumb-menu {
	color: #999999;
	padding-left:0;
	margin-left:0;
	margin-bottom: 3px;
	margin-top: 3px;
}
.breadcrumb-menu li{
  display:inline;/*横に並ぶように*/
  list-style: none;
}
.breadcrumb-menu li:after {/* >を表示*/
  content: '>';
  padding: 0 3px;
}
.breadcrumb-menu li:last-child:after {
  content: '';
}
.breadcrumb-menu li a {
  text-decoration: none;
}
/* Footer Menu
--------------------------------------------------*/
#footer-menu-wrap {
	width: 100%;
	background-color: #f3f3f3;
}
/*Footer Menu*/
.footer-menu ul {
	margin-top: 5px;
}
.footer-menu ul li {
	border-bottom: 1px solid #ddd;
	list-style-type: none;
}
.footer-menu ul li a {
	padding: 10px 40px 10px 0;
	display: block;
}
@media(min-width:768px) {
	.footer-menu {
		float: left;
	}
	.footer-menu ul li {
		float: left;
		display: table-cell;
		margin: 0;
		border: none;
	}
}
.company-name {
	font-size: 16px;
}

/*------------------------------------------------
Top
--------------------------------------------------*/
/* Main Visual
--------------------------------------------------*/
.wrapper-image {
	background-attachment: fixed;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 700px;
	padding-top: 200px;
	padding-bottom: 200px;
}
@media (max-width: 767px) {
	.wrapper-image {
		background-attachment: scroll;
		min-height: 300px;
		padding-top: 50px;
	padding-bottom: 50px;
	}
}

.mainvisual-title span {
	background-color: white;padding: 10px 15px;color:black;line-height: 4em;font-size: 36px;font-weight:700;line-height: 1.8em
}

.mainvisual-subtitle span {
	background-color: white;padding: 10px 15px;color:black;line-height: 4em;font-size: 18px;font-weight:700;line-height: 1.8em
}
@media (max-width: 767px) {
	.mainvisual-title span {
		font-size: 28px;
		padding: 10px 8px;
	}
	.mainvisual-subtitle span {
		font-size: 12px;
		padding: 10px 8px;
	}
}

.page-title span {
	background-color: white;padding: 10px 15px;color:black;line-height: 4em;font-size: 28px;font-weight:700;line-height: 1.8em
}
.pagewrapper-image {
	background-attachment: fixed;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 50px;
	padding-bottom: 50px;
}
@media (max-width: 767px) {
	.pagewrapper-image {
		background-attachment: scroll;
		padding-top: 50px;
	padding-bottom: 50px;
	}
}
/* Top News
--------------------------------------------------*/
@media (max-width: 768px) {
	.top-news {
		margin-bottom: 10px;
	}
}
span.top-news-date {
	padding-right: 20px;
}
span.top-news-cat {
	background-color: #9b9b9b;
	color: #ffffff;
	font-size: 11px;
	margin-bottom: 0;
	line-height: 1.6em;
	display: inline-block;
	text-align: center;
	width: 105px;
}
@media only screen and (max-width:767px){
	span.top-news-cat {
		font-size: 9px;
	}
}
span.top-news-cat.newsrelease {
	background-color: #ea6000;
}
span.top-news-cat.general {
	background-color: #3a7d78;
}
span.top-news-cat.productrelease {
	background-color: #005da5;
}
.top-news hr {
	margin: 10px 0 15px;
}
.top-news .news-all {
	text-align: right;
}
/* トップメニューボタンアニメーション
--------------------------------------------------*/
.top-menu-animation{
  font-weight: bold;
  letter-spacing: .2em;
  display: inline-block;
  z-index: 1;
  padding: 16px 20px;
  width:100%;
  overflow: hidden;
  text-align: center;
  background: rgb(245, 98, 0);
  color: #ffffff;
  position: relative;
}
.top-menu-animation::before{
  z-index: -1;
  content: '';
  width: calc(200% + 80px);
  position: absolute;
  left: calc(-100% - 80px);
  height: 100%;
  display: block;
  top: 0;
  background: linear-gradient(135deg, rgba(245,171,24,1) 55%,rgb(239, 96, 0) 55%);
  transition: .3s;
}
.top-menu-animation:hover::after{
  z-index: 1;
  content: '';
  width: 35px;
  height: 35px;
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  background: linear-gradient(135deg, rgba(245,171,24,0) 50%,rgb(239, 96, 0) 50%);
}
.top-menu-animation:hover::before{
  left: 0;
}
/* Top About
--------------------------------------------------*/
.top-about-menu {
    background-color: #ea6000;
    color: #ffffff;
    padding: 20px 20px;
    border-bottom: none;
    margin-bottom: 20px;
    border-top: 4px solid #f5ab18;
    font-family: 'Lato',sans-serif;
}
.top-about-menu .title {
	padding-bottom: 5px;
	border-bottom: 1px solid #f5ab18;
	margin-bottom: 20px;
}
.top-about-menu .title span {
	font-size: 24px;
	font-weight: 700;
	letter-spacing:0.1em;
	margin-bottom: 5px;
}
.top-about-menu .description {
	font-size: 16px;
	line-height: 1.8em;
}
.top-about-menu .description span {
	color: #f5ab18;
	padding-right: 6px;
}
.top-about-menu .btn {
	padding: 7px 40px;
}

/*------------------------------------------------
Business
--------------------------------------------------*/
.business-border {
padding: 10px 15px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    }
  .business-border span {
  	font-weight: 700;
  	font-size: 16px;
  }
  .business-border ul {
  	list-style-type: disc;
  	font-size: 12px;
  	margin-left: 20px;
  }
  }
/* Map
--------------------------------------------------*/
.map_wrapper {
	max-width: 640px;
	min-width: 280px;
	margin: 20px auto;
	padding: 4px;
	border: 1px solid #CCC;  
}
 
.googlemap {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.googlemap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

/*------------------------------------------------
Privacy
--------------------------------------------------*/
.privacy p {
	text-indent: 1em;
}
.privacy ul li {
	list-style-type: disc;
	margin-left: 18px;
	line-height: 2.2em;
}

/*------------------------------------------------
Utility
--------------------------------------------------*/
/* Margin Top 
--------------------------------------------------*/
.mt0 {
	margin-top: 0;
}
.mt5 {
	margin-top: 5px;
}
.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mt25 {
	margin-top: 25px;
}
.mt30 {
	margin-top: 30px;
}
.mt35 {
	margin-top: 35px;
}
.mt40 {
	margin-top: 40px;
}
.mt45 {
	margin-top: 45px;
}
.mt50 {
	margin-top: 50px;
}
.mt55 {
	margin-top: 25px;
}
.mt60 {
	margin-top: 60px;
}
.mt80 {
	margin-top: 80px;
}
.mt90 {
	margin-top: 90px;
}
.mt100 {
	margin-top: 100px;
}

/* Margin Bottom
--------------------------------------------------*/
.mb0 {
	margin-bottom: 0;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb25 {
	margin-bottom: 25px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb35 {
	margin-bottom: 35px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb45 {
	margin-bottom: 45px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb55 {
	margin-bottom: 25px;
}
.mb60 {
	margin-bottom: 60px;
}
.mb80 {
	margin-bottom: 80px;
}
.mb90 {
	margin-bottom: 90px;
}
.mb100 {
	margin-bottom: 100px;
}

/* Padding Top 
--------------------------------------------------*/
.pt0 {
	padding-top: 0;
}
.pt5 {
	padding-top: 5px;
}
.pt10 {
	padding-top: 10px;
}
.pt15 {
	padding-top: 15px;
}
.pt20 {
	padding-top: 20px;
}
.pt25 {
	padding-top: 25px;
}
.pt30 {
	padding-top: 30px;
}
.pt35 {
	padding-top: 35px;
}
.pt40 {
	padding-top: 40px;
}
.pt45 {
	padding-top: 45px;
}
.pt50 {
	padding-top: 50px;
}
.pt55 {
	padding-top: 25px;
}
.pt60 {
	padding-top: 60px;
}
.pt70 {
	padding-top: 70px;
}
.pt80 {
	padding-top: 80px;
}
.pt90 {
	padding-top: 90px;
}
.pt100 {
	padding-top: 100px;
}

/* Padding Bottom
--------------------------------------------------*/
.pb0 {
	padding-bottom: 0;
}
.pb5 {
	padding-bottom: 5px;
}
.pb10 {
	padding-bottom: 10px;
}
.pb15 {
	padding-bottom: 15px;
}
.pb20 {
	padding-bottom: 20px;
}
.pb25 {
	padding-bottom: 25px;
}
.pb30 {
	padding-bottom: 30px;
}
.pb35 {
	padding-bottom: 35px;
}
.pb40 {
	padding-bottom: 40px;
}
.pb45 {
	padding-bottom: 45px;
}
.pb50 {
	padding-bottom: 50px;
}
.pb55 {
	padding-bottom: 25px;
}
.pb60 {
	padding-bottom: 60px;
}
.pb80 {
	padding-bottom: 80px;
}
.pb90 {
	padding-bottom: 90px;
}
.pb100 {
	padding-bottom: 100px;
}

@media(min-width:768px) {
	.sp {
		display: none;
	}
}
@media screen and (max-width:767px) {
	.pc {
		display: none;
	}
}


