@charset "utf-8";

/*--------------------------------------------------------------------------------------------------

   page
			   - index
						- second
						- company
						- products
						- recruit
						- inquiry

--------------------------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------------------------
  index
--------------------------------------------------------------------------------------------------*/
#printLead {
  display: none;
}

#indexLead {
  position: relative;
  height: 480px;
  margin: 0 auto 1px;
  padding: 164px 0 0;
}

#slider-pro {
  display: none;
}

#indexLead p {
  position: absolute;
  top: 15px;
  right: 10%;
}

#index {
  border-top: 1px solid #f0f0e1;
}

#index .pickupw {
  margin: 30px auto;
  width: 96%;
  height: 300px;
  overflow: hidden;
}

#index .pickupw a {
  display: block;
  color: #ffffff;
}

#index .pickupw div {
  width: 33.3%;
  height: 300px;
  float: left;
  text-align: center;
  box-sizing: border-box;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}

#index .pickupw div.com {
  background: url(../images/index_pick-01.jpg) no-repeat center center;
  background-size: cover;
}

#index .pickupw div.pro {
  background: url(../images/index_pick-02.jpg) no-repeat center center;
  background-size: cover;
}

#index .pickupw div.rec {
  background: url(../images/index_pick-03.jpg) no-repeat center center;
  background-size: cover;
}

#index .pickupw div dl {
  margin: 100px 0 0;
}

#index .pickupw div dl dt {
  width: 160px;
  margin: 0 auto 30px;
  font-size: 30px;
  font-weight: bold;
  padding: 5px;
  border-bottom: 1px dotted #ffffff;
  background: url(../images/pickup_back.png) repeat 0 0;
  text-shadow: 1px 1px 3px #000;
}

#index .pickupw div dl dd {
  font-size: 16px;
  font-weight: bold;
}

#index .jireiBox {
  width: 96%;
  margin: 0 auto;
  background-color: #006db7;
}

#index .jireiBox h2 {
  padding: 15px 0;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
}

#index .jireiBox .jirei {
  width: 98%;
  margin: 0 auto;
}

#index .jireiBox .jirei .kentiku {
  width: 49%;
  float: right;
}

#index .jireiBox .jirei .doboku {
  width: 49%;
  float: left;
}

#index .jireiBox .jirei .kentiku .item,
#index .jireiBox .jirei .doboku .item {
  float: left;
  width: 48%;
  margin: 0 1%;
}

#index .jireiBox .jirei .doboku .item img,
#index .jireiBox .jirei .kentiku .item img {
  max-width: 100%;
  height: auto;
}

#index .jireiBox .jirei .kentiku .items:hover,
#index .jireiBox .jirei .kentiku .items:active,
#index .jireiBox .jirei .doboku .items:hover,
#index .jireiBox .jirei .doboku .items:active {
  background-color: #2dabff;
}

#index .jireiBox .jirei a {
  display: block;
  text-decoration: none;
  color: #ffffff;
}

#index .jireiBox .jirei .item dl dt,
#index .jireiBox .jirei .item2 dl dt {
  margin-top: 10px;
}

#index .jireiBox .jirei .item dl dt img,
#index .jireiBox .jirei .item2 dl dt img {
  border-radius: 5px;
}

#index .jireiBox .jirei .item dl dd,
#index .jireiBox .jirei .item2 dl dd {
  padding: 10px;
}

#index .jireiBox .jireiBtn {
  padding: 20px 0;
  text-align: center;
}

#index .jireiBox .jireiBtn a {
  width: 100%;
  display: block;
  color: #0091f0;
  padding: 10px 0;
  margin: 0;
  text-decoration: none;
  background-color: #ffffff;
  border-radius: 5px;
}

#index .jireiBox .jireiBtn a:hover,
#index .jireiBox .jireiBtn a:active {
  background-color: #0091f0;
  color: #ffffff;
}

#index .toi {
  padding: 50px 0 0;
  text-align: center;
}

#index .toi h2 {
  margin: 0 0 20px;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  color: #0c3057;
}

#index .toi p {
  margin: 0 0 30px;
}

/*------------------------------------------------------------------------------------------------
  second
--------------------------------------------------------------------------------------------------*/
#wrap {
  padding: 164px 0 0;
}

#secTitle {
  width: 100%;
  height: 200px;
}

#secTitle h1 {
  width: 960px;
  margin: 0 auto;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color: #000000;
  line-height: 200px;
  text-shadow:
    2px 2px 2px #fff,
    2px -2px 2px #fff,
    -2px 2px 2px #fff,
    -2px -2px 2px #fff,
    4px 4px 10px #fff,
    -4px -4px 10px #fff;
  letter-spacing: 3px;
}

.panBox {
  margin: 0 0 50px;
  background-color: #d9edfa;
}

.pan {
  width: 940px;
  margin: 0 auto;
  padding: 8px 6px 6px;
  list-style: none;
  font-size: 12px;
}

.pan li {
  float: left;
  margin: 0;
  padding: 0;
}

.pan li a {
  text-decoration: none;
  color: #313140;
}

.pan li a:hover,
.pan li a:active {
  text-decoration: underline;
}

#second {
  width: 920px;
  margin: 0 auto;
  line-height: 1.8;
}

#second h2 {
  margin: 0 0 20px;
  padding: 0 10px;
  font-size: 24px;
  position: relative;
  padding-bottom: 0.5em;
  border-bottom: 3px solid #dddddd;
  color: #000000;
}

#second h2::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  z-index: 2;
  content: "";
  width: 20%;
  height: 3px;
  background-color: #0085dd;
}

#second h3 {
  margin: 0 0 20px;
  font-size: 16px;
  font-weight: bold;
  padding: 0.5em 0.75em;
  background-color: #b0dfff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

#second p {
  margin: 0 0 50px;
}

.pager_wrap {
  position: relative;
  overflow: hidden;
  margin: 30px 0 50px;
}

.pager_wrap ul.pager {
  position: relative;
  left: 50%;
  float: left;
  margin-bottom: 0;
}

.pager_wrap ul.pager li {
  position: relative;
  left: -50%;
  float: left;
}

.pager_wrap ul.pager {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pager_wrap ul.pager li {
  display: inline;
  min-width: 20px;
  margin: 2px;
  padding: 0;
  background-color: #f0f0e1;
  border-radius: 5px;
  text-align: center;
  /*border-radius: 5px;*/
}

.pager_wrap ul.pager li a {
  display: block;
  padding: 10px 20px;
}

.pager_wrap ul.pager li.active {
  background-color: #0085dd;
  padding: 10px 15px;
  display: block;
  color: #ffffff;
}

.pager_wrap ul.pager li.active a:link,
.pager_wrap ul.pager li.active a:visited,
.pager_wrap ul.pager li.active a:hover,
.pager_wrap ul.pager li.active a:active {
  color: #ffffff !important;
}

/*------------------------------------------------------------------------------------------------
  company
--------------------------------------------------------------------------------------------------*/
.company {
  background: url(../images/company_back.jpg) no-repeat 0 0;
  background-size: cover;
}

.sig {
  text-align: right;
}

.companyTb {
  width: 100%;
  margin: 0 0 50px;
  line-height: 1.4;
  border-collapse: separate;
  border-spacing: 2px;
}

.companyTb tr:nth-child(odd) {
  background-color: #f0f0f0;
}

.companyTb th {
  width: 140px;
  padding: 10px;
  text-align: left;
  vertical-align: top;
}

.companyTb th p {
  margin: 0 !important;
}

.companyTb td {
  padding: 10px;
  vertical-align: top;
}

.companyTb td p {
  margin: 0 !important;
}

.companyTb td ul {
  margin: 0 10px;
  padding: 0 10px;
  list-style: circle;
}

.companyTb td ul li {
  margin-bottom: 5px;
}

.companyTb td ul li:last-child {
  margin-bottom: 0;
}

/*------------------------------------------------------------------------------------------------
  products
--------------------------------------------------------------------------------------------------*/
.products {
  background: url(../images/products_back.jpg) no-repeat 0 20%;
  background-size: cover;
}

.productsBtn a {
  display: block;
  width: 230px;
  margin: 0 auto;
  padding: 10px 0;
  text-align: center;
  background-color: #0085dd;
  color: #ffffff;
  text-decoration: none;
  border-radius: 5px;
}

.productsBox {
  margin: 0 -10px 0 5px;
}

.productsBox a {
  display: block;
  float: left;
  width: 220px;
  margin: 0 10px 30px 0;
  text-decoration: none;
  color: #006699 !important;
}

.productsBox div {
  width: 220px;
  /*border-bottom: 1px dotted #0085DD;*/
}

.productsBox div p {
  margin: 0 !important;
}

#second .productsBox div h3 {
  display: none;
  margin: 0;
  padding: 10px;
  line-height: 1.4;
  box-shadow: none;
  background-color: transparent;
  font-weight: normal;
}

.proDetailList {
  margin: 0 10px 30px;
}

.proDetailList dt {
  width: 100px;
  float: left;
  padding: 0 0 5px;
  background: url(../imagesarrow-01.png) no-repeat 100% 10px;
}

.proDetailList dd {
  margin: 0 0 0 110px;
  padding: 0 0 5px;
}

/*------------------------------------------------------------------------------------------------
  recruit
--------------------------------------------------------------------------------------------------*/
.recruit {
  background: url(../images/recruit_back.jpg) no-repeat center 40%;
  background-size: cover;
}

.recruitTb {
  width: 100%;
  margin: 0 0 50px;
}

.recruitTb th {
  width: 140px;
  padding: 8px;
  text-align: left;
  vertical-align: top;
  border: 1px solid #cccccc;
  background-color: #eeeeee;
}

.recruitTb th p {
  margin: 0 !important;
}

.recruitTb td {
  padding: 8px;
  vertical-align: top;
  border: 1px solid #cccccc;
}

.recruitTb td p {
  margin: 0 !important;
}

.recruitLead {
  font-size: 18px;
}

.recruitToi {
  font-size: 18px;
  margin-left: 10px !important;
}

/*------------------------------------------------------------------------------------------------
  inquiry
--------------------------------------------------------------------------------------------------*/
.inquiry {
  background: url(../images/inquiry_back.jpg) no-repeat 0 40%;
  background-size: cover;
}

.hissu {
  color: #ff0000;
}

.inquiryTb {
  width: 80%;
  margin: 0 auto 30px;
  border-collapse: separate;
  border-spacing: 2px;
}

.inquiryTb th {
  width: 170px;
  padding: 8px;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px dotted #cccccc;
  background-color: #f0f0e1;
}

.inquiryTb th span {
  margin-left: 5px;
}

.inquiryTb th p {
  margin: 0 !important;
}

.inquiryTb td {
  padding: 8px;
  vertical-align: middle;
  border-bottom: 1px dotted #cccccc;
}

.inquiryTb td p {
  margin: 0 !important;
}

.inquiryTb td input[type="text"] {
  width: 300px;
  padding: 3px;
  font-family:
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo,
    "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}

.inquiryTb td textarea {
  display: block;
  width: 460px;
  margin: 0;
  padding: 3px;
}

.inquiryBtn {
  margin: 0 0 30px;
  text-align: center;
}

.inquiryBtn input {
  margin: 0 10px;
  padding: 5px 10px;
}

.errorText {
  color: #ff0000;
  margin: 0 0 10px !important;
}

.error {
  padding: 3px 3px 3px 26px;
  color: #ff0000;
  background: url(../images/error.png) #ffeeee no-repeat 6px center;
}
