@charset "utf-8";

/*//////////  common  //////////*/

body {
  font-size: 14px;
  font-family: Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
  background: #fff;
  overflow-x: hidden;
}

a {
  color: #559be3;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

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

h2 {
  font-size: 20px;
  color: #fff;
  background: #252525;
  padding: 5px 15px;
  margin: 0 0 30px 0;
  font-weight: normal;
}

a:hover img {
  opacity: 0.7;
}

.wrapper {
  width: 1000px;
  margin:0 auto 120px auto;
  overflow: hidden;
}

.under-main {
  width: 1000px;
  margin: 15px auto 50px auto;
}

.main-contents {
  width: 690px;
  float: left;
}

.sub-contents {
  width: 280px;
  float: right;
}

.sub-bnr {
  margin-bottom: 25px;
}

.topicpath {
  width: 1000px;
  margin: 0 auto;
}

.topicpath ol {
  margin: 40px 0 0 0;
  padding: 0;
}
.topicpath ol li {
  display: inline;
  list-style: none;
  font-size: 14px;
  margin-right: 10px;
}

.topicpath ol li:before {
  content: ">　";
}

.topicpath ol li:first-child:before {
  content:"";
}

.text-red {
  color: #cc0000;
}

/*//////////  header  //////////*/

header {
  margin: 0;
  padding: 0;
  height: 50px;
  position:relative;
  z-index:99;
}

.header-wrapper {
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 3px 5px #dcdcdc;
  -moz-box-shadow: 0 3px 5px #dcdcdc;
  box-shadow: 0 3px 5px #dcdcdc;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.header-inner {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;

}

.header-inner h1 {
  width: 300px;
  float: left;
  margin: 20px 0 0 0;
}
nav ul {
  float: right;
  margin-top: 30px;
}
nav ul li{
  display: inline;
  margin-left: 20px;
  font-size: 14px;
  font-weight: bold;
}

nav ul li a {
  color: #252525;
  text-decoration: none;
}

nav ul li a:hover {
  text-decoration: underline;
}

/*//////////  footer  //////////*/

footer {
  background: #252525;
}

.footer-inner {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}

footer ul {
  list-style-type: none;
  float: right;
}

footer ul li {
  display: inline;
  margin-left: 20px;
  font-size: 14px;
  font-weight: bold;
}

footer ul li a {
  color: #fff;
  text-decoration: none;
}

.copyright {
  clear: both;
  text-align: right;
  font-size: 11px;
  color: #fff;
}

/*//////////  top  //////////*/

.slide_all {width: 100px; margin: 15px auto 50px auto; height: 408px; position: relative;}
.slide_wrap {width: 3000px; position: absolute; left: 50%; margin-left: -1500px;}
.slide_body {width: 100%;}
.slide {width: 1000px; font-family: 'arial'; background: #000; color: #fff; font-size: 50px; line-height: 250px; text-align: center;}
.slide img {width: 100%; vertical-align: bottom;}
/* 装飾 */
.bx-controls-direction,.bx-pager {text-align: center;height: 25px;}
.bx-controls-direction a,.bx-pager-item {display: inline-block;}
.bx-pager-item a{display: block; height: 10px; width: 10px; text-indent: -9999px; background: #fff; border-radius: 10px; margin:10px 2px 0 2px;}
.bx-pager-item a.active {opacity: 0.3;}
.bx-controls-direction a{text-decoration: none; color: #fff; padding:0 5px;}
.bx-controls {position: absolute;bottom: 5px;z-index: 100;width: 100%;}
/* 追加 */
.slide{transition:all .3s;opacity:.8;}
.slide.active{ opacity:1;}

.contents-wrapper {
  position: static;
}

.bx-wrapper .bx-viewport {
  box-shadow: none;
  border: none !important;
}

.bx-controls {
  bottom: 10px;
}

.top-service {
  list-style-type: none;
  overflow: hidden;
  margin: 0 0 50px -25px;
  padding: 0;
}

.top-service li {
  width: 180px;
  float: left;
  margin: 0 0 0 25px;
  padding: 0;
}

.top-service li h3 {
  font-size: 15px;
  font-weight: normal;
  text-align: center;
}

.article {
  overflow: hidden;
  margin-bottom: 30px;
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 30px;
}

.article img {
  width: 180px;
  float: left;
}

.article dl {
  width: 475px;
  float: right;
  margin: 0;
}

.article dl dt {
  font-size: 14px;
  margin-bottom: 15px;
}

.article dl dd {
  margin:0;
}

.news-all {
  text-align: right;
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 20px;
  margin-top: -10px;
}

/*//////////  会社概要  //////////*/

.company-table {
  width: 100%;
}

.company-table th {
  background: #f2f2f2;
  font-weight: normal;
  padding: 15px 20px;
  vertical-align: middle;
  border-bottom: 1px solid #dedede;
}

.company-table td {
  padding: 15px 20px;
  border-bottom: 1px solid #dedede;
}

/*//////////  役員紹介  //////////*/

.officer {
  overflow: hidden;
  margin-bottom: 50px;
}

.officer img {
  width: 200px;
  float: left;
}

.officer dl {
  width: 460px;
  float: right;
}

.officer dl dt {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}

.officer dl dt span {
  font-size: 18px;
  font-weight: normal;
}

.officer dl dd {
  margin: 0;
}

/*//////////  事業情報  //////////*/

.service {
  margin-bottom: 50px;
}

.services h3 {
  font-size: 20px;
  font-weight: normal;
  border-bottom: 1px solid #dedede;
  margin-bottom: 15px;
}

/*//////////  採用情報  //////////*/

.recruit {
  margin-bottom: 50px;
}

.recruit h3 {
  font-size: 20px;
  font-weight: normal;
  border-bottom: 1px solid #dedede;
  margin-bottom: 15px;
}

.recruit-table {
  width: 100%;
}

.recruit-table th {
  background: #f2f2f2;
  font-weight: normal;
  padding: 15px 20px;
  vertical-align: middle;
  border-bottom: 1px solid #dedede;
}

.recruit-table td {
  padding: 15px 20px;
  border-bottom: 1px solid #dedede;
}

/*//////////  お問い合わせ  //////////*/

.contact-table {
  width: 100% !important;
}

.contact-table th {
  width: 200px !important;
  font-weight: normal !important;
  text-align: left !important;
  padding: 15px 20px !important;
  border: 1px solid #f3f3f3 !important;
}

.contact-table td {
  padding: 15px 20px !important;
  border: 1px solid #f3f3f3 !important;
}

input, textarea {
  padding: 5px !important;
