
html,body {
  height: 100%;
}

body {
	font-size: 15px;
	font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
	color: #333;
	background: #fff;
}
h1 , h2 , h3 , h4 ,h5 , h6 {
	font-weight: bold;
	line-height: 1.4;
  margin: 0;
  padding: 0;
}
h2 {
  overflow: hidden;
  text-align: center;
  margin: 0 0 10px;
}
h2 span {
  position: relative;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 2px;
}
h2 span sub {
  font-size: 14px;
  font-weight: 800;
  display: block;
  padding-top: 5px;
  color: #005eb3;
}
h2 span::before , h2 span::after {
  position: absolute;
  top: 50%;
  content: '';
  width: 150%;
  height: 1px;
  background-color: #999;
}
h2 span::before { right: 100%; }
h2 span::after { left: 100%; }
h3 {
  margin: 40px 0;
  font-size: 35px;
  letter-spacing: 3px;
}
h4 {
  padding: 10px 15px;
  margin: 40px 0;
  font-size: 20px;
  letter-spacing: 1px;
  color: #fff;
  background: #005eb3;
}
h6 {
  font-size: 18px;
  margin: 15px 0;
}
.btn {
  display: block;
  position: relative;
  border-radius: 0;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: #005eb3;
  letter-spacing: 1.5px;
  text-align: left;
  margin: 30px auto;
}
.btn:after {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 18px;
  position: absolute;
  right: 20px;
  top: 10px;
}
.btn:hover {
  background: #004b8f;
  color: #fff;
}
dl {
  margin: 0;
  width: 100%;
  clear: left;
  text-align: left;
}
dl dt {
  font-weight: 600;
  letter-spacing: 2px;
  padding-top: 10px;
}
dl dd {
  padding: 10px 0;
  border-bottom: 1px solid #e2e2e2;
}
table {
  width: 100%;
  margin: 30px 0;
  border-top: 1px solid #e2e2e2;
}
table tr {
  border-bottom: 1px solid #e2e2e2;
}
table th , table td {
  padding: 15px;
}
table th {
  background: #005eb3;
  color: #fff;
  text-align: center;
}
table td {
  background: #fff;
}
ul {
  padding-left: 20px;
  margin: 0;
}
a {
  color: #333;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
  text-decoration: none !important;
}
a:hover , a:hover, a:focus {
	color: #005eb3;
	text-decoration: none !important;
}
a img {
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
p {
	margin: 15px 0px;
  padding: 0;
	line-height: 1.6;
}

/* -------------------------------------------------------
   navbar
------------------------------------------------------- */

.navbar .hd-menu {
  background-color: #005eb3;
}
.navbar .hd-menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: right;
}
.navbar .hd-menu ul li {
  display: inline-block;
}
.navbar .hd-menu ul li a {
  display: block;
  padding: 12px 15px;
  color: #fff;
  font-size: 14px;
  line-height: 1;
}
.navbar .hd-menu ul li a:before {
  content: "\f138";
  font-family: FontAwesome;
  padding-right: 10px;
}
.navbar .hd-menu ul li a:hover {
  color: #b2cee8;
}
.navbar .hd-menu ul li a.contact {
  background-color: #f2d025;
  color: #333;
}
.navbar .hd-menu ul li a.contact:hover {
  background-color: #d9bb21;
  color: #333;
}

.navbar-inverse {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: block;
    width: 100%;
  border-bottom: 1px solid #e2e2e2;
}
.navbar-toggle {
  z-index: 2;
}
.navbar > .container .navbar-brand h1 {
  padding: 22px 0;
  margin: 0;
}
.navbar-right {
  margin: 0;
}
.navbar-inverse .navbar-nav > li > a {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  padding: 25px 20px;
}
.navbar-inverse .navbar-nav > li > a span {
  font-size: 11px;
  font-weight: 500;
  color: #005eb3;
}
.dropdown-menu > li > a:before {
    content: "\f105";
    font-family: FontAwesome;
    padding-right: 10px;
}
.navbar-nav > li > .dropdown-menu {
  background-color: rgba(0,94,179, 0.8);
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: #fff;
  background-color: rgba(0,94,179, 1);
}

/* -------------------------------------------------------
   Header
------------------------------------------------------- */
header { margin-top: 122px; }
.video-content {
    position: relative;
    z-index: 1;
    line-height: 0;
}
.video-content video , .video-content img {
    width: 100%;
    max-width: 100%;
    height: auto;
}


/* -------------------------------------------------------
   Top page
------------------------------------------------------- */

#contents {
  padding: 60px 0;
  line-height: 1.9;
}
.bnr {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.bnr li:first-child {
  margin-bottom: 15px;
}

.topics dl dt span {
  background-color: #f2d025;
  padding: 3px 10px;
  margin-left: 10px;
  min-width: 85px;
  letter-spacing: 1px;
  font-size: 13px;
  color: #333;
}
.topics dl dt span.cat02 { background-color: #cedd10; }

/* -------------------------------------------------------
   Footer
------------------------------------------------------- */
.pagetop {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #e2e2e2;
  display: block;
  text-align: center;
  letter-spacing: 2px;
}
.pagetop:hover {
  background-color: #e2e2e2;
  color: #333;
}

footer {
  margin: 0px;
	padding: 30px 0px;
  background-color: #eaeaea;
}
footer p {
  margin: 0;
}
footer ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
footer h5 {
  font-size: 15px;
  padding-bottom: 10px;
}
footer h5:before {
  content: "\f105";
  font-family: FontAwesome;
  padding-right: 10px;
}
footer ul.sitemap {
  list-style-type: none;
  padding-left: 20px;
  margin: 0;
}
footer ul.sitemap li {
  padding-bottom: 2px;
}
footer ul.sitemap li a {
  font-size: 14px;
}

#cp {
  position: relative;
  border-top: 1px solid #999;
  padding-top: 20px;
}
#cp ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#cp ul li {
  display: inline-block;
  padding: 0 15px;
  border-right: 1px solid #999;
}
#cp ul li:first-child {
  padding-left: 0;
}
#cp ul li a {
  font-size: 14px;
}
footer a:hover , #cp ul li a:hover {
  color: #005eb3;
}

#cp p {
  position: absolute;
  right: 0;
  top: 20px;
  padding: 0;
  margin: 0;
  font-size: 13px;
  letter-spacing: 1px;
}

/* -------------------------------------------------------
   内部ページ
------------------------------------------------------- */

#titbar {
  background-image: url(../img/titbg01.png);
  background-size: cover;;
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 100px;
  padding-bottom: 100px;
  color: #fff;
  text-align: center;
}
#titbar h2 {
  font-size: 35px;
  font-weight: 600;
  letter-spacing: 3px;
  line-height: 1;
  margin: 0 0 15px;
}
.products #titbar { background-image: url(../img/titbg02.png); }
.quality #titbar { background-image: url(../img/titbg03.png); }
.factory02 #titbar { background-image: url(../img/titbg07.png); }
.factory01 #titbar { background-image: url(../img/titbg08.png); }
.recruit #titbar { background-image: url(../img/titbg09.png); }
.company #titbar { background-image: url(../img/titbg06.png); }

/* breadcrumb */
.breadcrumb {
	padding: 0;
	margin: 0;
  text-align: center;
  display: inline-block;
}
.breadcrumb li {
	font-size: 15px;
  font-weight: bold;
}
.breadcrumb > li + li:before {
	content: "\f105";
	font-family: FontAwesome;
	padding: 0px 10px;
}
.breadcrumb li a {
  color: #fff;
  font-weight: bold;
}

/*---------- contents-wrap ----------*/

.page h2 span {
  font-size: 23px;
  letter-spacing: 1px;
}
.page h3 {
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 23px;
  font-weight: bold;
  margin: 40px 0;
  background-color: #eaeaea;
  padding: 10px 15px;
  position: relative;
}
.page h3:before {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background-color: #005eb3;
  position: absolute;
  left: 0;
  top: -10px;
}
.page h5 {
  font-size: 20px;
  margin: 30px 0;
  position: relative;
  padding: 0 0 0 25px;
}
.page h5:after {
  position: absolute;
  top: 6px;
  left: 2px;
  z-index: 2;
  content: '';
  width: 14px;
  height: 14px;
  border: 3px solid #005eb3;
  border-radius: 100%;
}
.page p {
  line-height: 1.9;
  margin: 20px 0;
}
.page img {
  display: block;
  max-width: 100%;
  height: auto;
}
.page ul , .page ol {
	margin: 30px 0px;
	padding-left: 20px;
}
.page ul li , .page ol li {
  margin-bottom: 5px;
}
.page ul  {
  list-style-type: none;
}
.page ul li {
  position: relative;
}
.page ul li:before {
  content: "";
  background-color: #005eb3;
  border-radius: 100%;
  width: 7px;
  height: 7px;
  position: absolute;
  left: -1em;
  top: 0.6em;
}
.page th {
  width: 150px;
  white-space: nowrap;
}
.page table.nobg th {
  background-color: transparent;
  color: #333;
}
.page table ul , .page table ul li {
  margin: 0;
}
.page a {
  color: #005eb3;
}
.page a:hover {
  color: #b2cee8;
}

/* -------------------------------------------------------
   各ページ スタイル
------------------------------------------------------- */

/* topics */
.post .page h3 {
  font-size: 18px;
}

/* 商品ラインナップ */
.lineup {
  font-size: 14px;
}

/* メールフォーム */
#mail-form p {
  margin: 0 0 10px;
}
#mail-form input , #mail-form textarea {
	background: #eee;
	padding: 5px;
	border: none;
	width: 100%;
	margin: 5px 0px;
}
#mail-form strong {
  color: #c93a40;
}
#mail-form input[type="submit"] {
  text-decoration: none !important;
  border: none;
  background: #005eb3;
  color: #fff;
  font-size: 16px;
  padding: 10px 20px;
  font-weight: bold;
  display: block;
  margin: 0 auto;
  box-shadow: none !important;
  outline: none !important;
  max-width: 200px;
 }
.screen-reader-response {
	 display: none;
 }
#mail-form .graduate-option {
  display: block;
  padding-top: 15px;
}
#mail-form span.wpcf7-list-item {
  margin: 0 20px 0 0;
}
#mail-form input[type="radio"] {
  width: 20px;
  display: inline-block;
}
#contents.page-contents .container #mail-form p {
  margin: 10px 0;
}

/* -------------------------------------------------------
   General
------------------------------------------------------- */

.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignright { float: right; }
.alignleft { float: left; }

.mt-none { margin-top: 0px !important; }
.mt-20 { margin-top: 20px !important; }
.mt-30 {	margin-top: 30px !important; }
.mt-40 {	margin-top: 40px !important; }
.mt-60 {	margin-top: 60px !important; }
.mt-80 {	margin-top: 80px !important; }

/* -------------------------------------------------------
   Responsive
------------------------------------------------------- */

@media screen and (max-width:992px) {
    .navbar-inverse .container { width: 96%; }
}
@media screen and (max-width:979px) {
  /* navbar */
  .navbar-inverse .container { width: 100%; }
  .navbar-brand {
    float: none;
    display: block;
    margin: 0;
  }
  .navbar > .container .navbar-brand h1 {
    padding: 10px 0;
  }
 .navbar > .container .navbar-brand h1 img {
    max-width: 280px;
    display: block;
    margin: 0 auto;
  }
  .navbar-right {
    float: none !important;
  }
  .navbar-nav {
    float: none;
    text-align: center;
  }
  .navbar-nav > li {
    float: none;
    display: inline-block;
  }
  .navbar-inverse .navbar-nav > li > a {
    padding: 10px 15px;
  }
  
  /* top page */
  header { margin-top: 147px; }
}

@media (min-width:768px) {
  .navbar-nav {
    margin-right: -15px;
  }
  .navbar-inverse .navbar-nav > li > a span {
    display: block;
    padding-top: 5px;
  }
  .navbar-inverse .navbar-nav > li > a {
    text-align: center;
    border-left: 1px solid #e2e2e2;
    line-height: 1;
  }
  .navbar-inverse .navbar-nav > li:last-child {
    border-right: 1px solid #e2e2e2;
  }
  .dropdown-menu {
    padding: 0;
  }
  .dropdown-menu > li > a {
    border-bottom: 1px solid #fff;
    padding: 10px 20px;
  }
  .dropdown-menu > li:last-child > a {
    border-bottom: none;
  }
  .dropdown:hover > .dropdown-menu {
    display: block;
  }
}

@media(max-width:767px) {
  /* navbar */
  .navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
  }
  .navbar .hd-menu .container {
    padding: 0;
  }
  .navbar .hd-menu ul li a:before {
    padding-right: 5px;
  }
  .navbar .hd-menu ul li a {
    padding: 13px 6px;
    font-size: 11px;
    letter-spacing: -1px;
  }
  .navbar > .container .navbar-brand h1 {
    padding: 15px;
  }
  .navbar > .container .navbar-brand h1 img {
    max-width: 260px;
  }
  .navbar-nav > li {
    display: block;
  }
  .navbar-inverse .navbar-nav > li > a {
    padding: 13px 10px;
    border-bottom: 1px dotted #999;
    font-size: 15px;
  }
  .navbar-inverse .navbar-nav > li > a span {
    padding: 0 0 0 15px;
  }
  .navbar .button-wrap {
    position: relative;
    background: #005eb3;
    width: 100%;
    display: table;
  }
  .navbar .button-wrap:before {
    content: "MENU";
      color: #fff;
      font-weight: bold;
      font-size: 17px;
      top: 10px;
      left: 15px;
      position: absolute;
  }
  .navbar-toggle {
    padding: 7px;
  }
  .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 6px;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #333;
    font-size: 13px;
  }
  .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px;
  }
  .dropdown-toggle {
    position: relative;
  }
  .dropdown-toggle:after {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    right: 20px;
  }
  
  header { margin-top: 145px; }
  h2 span {
    font-size: 20px;
  }
  h3 {
    font-size: 20px;
    margin: 20px 0;
    letter-spacing: 1px;
  }
  h3 span {
    padding-left: 10px;
  }
  h4 {
    font-size: 18px;
  }
  .btn {
    padding: 10px;
    margin: 20px 0;
    font-size: 14px;
    letter-spacing: 0;
  }
  .btn:after {
    right: 15px;
    top: 8px;
  }
  dl dt {
    float: none;
    font-size: 14px;
    padding: 10px 0 0;
  }
  dl dd {
    padding: 5px 0 10px;
    font-size: 14px;
  }
  .page th , table th, table td {
    display: block;
    width: 100%;
    padding: 10px;
  }
  
  table.lineup td {
    display: inline-block;
    width: 50%;
  }
  
  /* pagetop */
  body {
    font-size: 14px;
  }
  #contents {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .topics dl dt span {
    padding: 2px 10px;
    margin-left: 7px;
    font-size: 11px;
  }
  
  /* footer */
  .pagetop {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  footer {
    font-size: 13px;
    padding: 20px 0px;
  }
  footer .mt-20 {
    margin-top: 10px !important;
  }
  footer h1 {
    margin-bottom: 10px;
  }
  footer ul , footer h5 {
    display: none;
  }
  #cp {
    padding: 0;
  }
  #cp p {
    font-size: 13px;
    line-height: 1.3;
    margin: 10px 0 0;
    position: static;
  }
  
  /* 内部ページ */
  #titbar {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #titbar h2 {
    font-size: 25px;
  }
  .page {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .page .breadcrumb {
    right: 15px;
  }
  .page h2 {
    font-size: 20px;
    margin: 20px 0;
  }
  .page h3 {
    font-size: 20px;
    letter-spacing: 1px;
    padding: 10px;
  }
  .page h4 {
    font-size: 18px;
    letter-spacing: normal;
    margin: 20px 0;
  }
  .page h5 {
    font-size: 18px;
    letter-spacing: normal;
    margin: 20px 0;
  }
  .page ul, .page ol {
    margin: 20px 0;
  }

  /* general */
  .mt-20 { margin-top: 10px !important; }
  .mt-30 {	margin-top: 15px !important; }
  .mt-40 {	margin-top: 20px !important; }
  .mt-60 {	margin-top: 30px !important; }
}