@import url('https://fonts.googleapis.com/css?family=Nunito:200,400,700');
body {
  position: relative;
  font-size: 62.5%;
  font-family: "ヒラギノ角ゴ ProN W3","HiraKakuProN-W3","ヒラギノ角ゴ Pro W3","HiraKakuPro-W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS Pgothic","Osaka",sans-serif,Helvetica, Helvetica Neue, Arial, Verdana;
  width: 100%;
}

p {
  color: #000000;
}

hr {
  margin: 0 auto 30px auto;
  color: #bebebe;
}

.c {
  text-align: center;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.wrap {
  display: block;
  margin: 0 auto;
  max-width: 1000px;
}

.A1 img {
    WIDTH: 50%;
    height: 300px;
}

img.aligncenter {
    align-content: center;
    display: block;
    margin: auto;
}

.sec {
  padding: 60px 0;
}

.nonito {
  font-family: 'Nunito', sans-serif;
}

.center {
  text-align: center;
}

.ttl {
  position: relative;
  color: #000000;
}

.ttl>h2 {
  position: relative;
  font-size: 2.4em;
  font-weight: bold;
}

.ttl>h2+span {
  display: block;
  font-size: 1.2em;
}

.detail>h2 {
  position: relative;
  text-align: center;
  font-size: 2.6em;
  color: #000000;
  margin-bottom: 3em;
}

.footer-logo {
    width: 70%;
}

.detail>h2::after {
  content: '';
  position: absolute;
  bottom: -1em;
  left: 50%;
  width: 50px;
  height: 1px;
  background-color: #37bbed;
  margin-left: -25px;
}

.deliveryRecord tr {
    font-size: 1.4em;
    box-sizing: border-box;
    color: #000000;
    text-align: left;
    padding: 15px 20px;
}

.deliveryRecord tr:nth-child(2n) {
    background: #f6f6f6;
    font-size: 1.4em;
    box-sizing: border-box;
    color: #000000;
    text-align: left;
    padding: 15px 20px;
}

.sp {
  display: none !important;
}

.btn {
  display: block;
  position: relative;
}

.btn a {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  min-width: 240px;
  border: solid 2px #000000;
  color: #000000;
  padding: 10px 0;
  font-size: 1.6em;
  transition: .3s;
}

.btn a::after {
  position: absolute;
  content: '';
  right: 10%;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn a:hover {
  background-color: #000000;
  color: #fff;
}

.btn a:hover::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.arrow {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  transition: .3s;
}

.arrow::before {
  position: absolute;
  content: '';
  box-sizing: border-box;
  width: 25px;
  height: 25px;
  border: 1px solid #000000;
}

.arrow::after {
  position: absolute;
  top: 7px;
  right: 10px;
  content: '';
  width: 10px;
  height: 10px;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.ttl>h2:hover .arrow::after {
  right: 8px;
}

.ttlcircle {
  position: relative;
  font-size: 2.2em;
  color: #1f98d0;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.ttlcircle::before {
  content: '';
  display: inline-block;
  vertical-align: baseline;
  margin-right: 10px;
  width: .4em;
  height: .4em;
  border: solid 4px #1f98d0;
  border-radius: 50%;
}

@media (max-width:1000px) {
  .wrap {
    max-width: 100%;
    padding: 0 10px;
  }
  .sec {
    padding: 30px 0;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: inherit !important;
  }
  .ttlcircle {
    font-size: 1.8em;
  }
}

/* ヘッダー */

#header {
  z-index: 999;
  position: fixed;
  left: 0;
  width: 100%;
  height: 110px;
  padding: 13px 0;
  background-color: #00a0e9;
  color: #fff;
  font-size: 1.4em;
}

#header .logo {
  position: relative;
  float: left;
  width: 80px;
  text-align: left;
  margin-top: -10px
}

#header .logo a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  margin-top: 14px;
  max-width: 250px;
}

.head-menu {
  float: right;
  width: calc(100% - 350px);
  text-align: right;
  font-weight:bold;
}

.small-menu {
  position: relative;
  box-sizing: border-box;
  padding-right: 180px;
  margin-top: 15px;
  margin-bottom: -10px;
}

.small-menu a, .small-menu a img {
  display: inline-block;
  vertical-align: baseline;
  line-height: 1;
}

.small-menu>a img {
  margin-right: 10px;
}

.small-menu>a:nth-child(2) {
  margin-left: 20px;
  padding-left: 20px;
  border-left: solid 1px #fff;
}

#lang {
  position: absolute;
  width: auto;
  top: -7px;
  right: 0;
  border: solid 1px #fff;
}

a.jp.nonito {
    padding: 8px 30px 8px 30px;
    background-color: #fff;
    color: #3ca0e9;
    width: auto;
    border: solid 1px #33b3ed;
    margin-right: -5px;
}
a.en.nonito {
    padding: 8px 30px 8px 30px;
    background-color: #33b3ed;
    color: #fff;
    width: auto;
    border: solid 1px #33b3ed;
}
a.jp.noni {
    padding: 8px 30px 8px 30px;
    background-color: #33b3ed;
    color: #fff;
    width: 15px;
    border: solid 1px #33b3ed;
	margin-right: -5px;
	font-size: 0.9em;
}	
a.en.noni {
    padding: 8px 30px 8px 30px;
    background-color: #fff;
    color: #3ca0e9;
    width: 20px;
    border: solid 1px #33b3ed;
	font-size: 0.9em;
}	

.lang .jp {
  padding: 20px 8px 8px 8px;
  background-color: #1f98d0;
}

.lang .en {
  padding: 20px 8px 8px 8px;
  background-color: #b5b5b5;
}

.pc-nav {
  width: 100%;
  margin-top: 30px;
}

.pc-nav>ul>li {
  display: inline-block;
  padding: 0 4px;
  box-sizing: border-box;
}

.pc-nav ul li a {
  font-size: 1.15em;
  transition: .3s;
  padding: 0 0 2px;
  position: relative;
  text-decoration: none;
  display: inline-block;
  text-decoration: none;
}

.pc-nav ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
}
.pc-nav ul li a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}
.pc-nav ul li a:hover::after {
  transform: scale(1, 1);
}

.pc-nav>ul>li:first-child {
  padding: 0 8px 0 0;
}

.pc-nav>ul>li:last-child {
  padding: 0 0 0 8px;
}

.hover-nav {
  display: block;
  text-align: center;
  width: 100%;
  height: 0px;
  position: absolute;
  left: 0;
  top: 110px;
  background-color: rgba(255,255,255,0.8);
  overflow: hidden;
  -webkit-transition: all .3s 0.3s;
  transition: all .3s linear 0.3s;
  z-index: 1;
  box-sizing: border-box;
  color: #32373c;
}

.hover-nav h2{
  color: #00a0e9;
}

.pc-nav li:hover .hover-nav {
  width: 100%;
  height: 180px;
  padding: 40px 0;
  z-index: 10;
}

.pc-nav li:hover .hover-nav.long {
  height: 250px;
}

.pc-nav li:hover .hover-nav.middle {
  height: 200px;
}

.hover-nav>.inner {
  position: relative;
  display: block;
  margin: 0 auto;
  max-width: 880px;
  text-align: left;
}

.hover-nav ul {
  float: left;
  width: calc(100% - 311px);
  text-align: left;
}

.hover-nav ul li {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  margin-right: 10px;
}

.hover-nav ul li a {
  display: block;
  padding: 15px;
}

.hover-nav ul li a:hover {
  font-weight:bolder;
  color:#000000;
  }
  
.hover-nav ul li a::after {
    position: absolute;
    bottom: -2px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #000000;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform .3s;
}

.hover-nav h2 {
  float: left;
  width: 260px;
  text-align: left;
  font-size: 2.1em;
  border-right: solid 1px #32373c;
  margin-right: 50px;
  text-transform: uppercase;
}

.hover-nav h2>span {
  display: block;
  font-size: .55em;
}

#sp-menu {
  display: none;
}

@media (max-width:1000px) {
  #header {
    width: 100%;
    height: 52px;
    padding: 7px 0;
  }
  #header .logo {
    float: none;
    width: auto;
    font-size: 0;
    margin-top: -10px
  }
  #header .logo a {
    display: inline-block;
    margin: 0 auto;
    padding-top: 8px;
    max-width: 200px;
  }
  #header .logo a img {
    display: inline-block;
    vertical-align: middle;
    width:40px;
  }
  #sp-menu {
    z-index: 9999;
    position: absolute;
    display: block;
    background-color: #33b3ed;
    width: 100%;
    top: 52px;
    overflow: visible;
  }
  .hum, .hum>span {
    box-sizing: border-box;
    transition: all .3s;
  }
  .hum {
    display: inline-block;
    position: absolute;
    top: -38px;
    right: 10px;
    width: 40px;
    height: 40px;
  }
  .hum>span {
    position: absolute;
    display: block;
    width: 29px;
    height: 2px;
    background-color: #fff;
  }
  .hum>span:nth-child(1) {
    top: 0;
  }
  .hum>span:nth-child(2) {
    top: 10px;
  }
  .hum>span:nth-child(3) {
    top: 20px;
  }
  .hum.active>span:first-child {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 10px;
  }
  .hum.active>span:last-child {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    top: 10px;
  }
  .hum.active>span:nth-child(2) {
    opacity: 0;
  }
  #menu {
    max-height: 80vh;
    overflow-y: scroll;
    box-sizing: border-box;
    display: none;
  }
  #menu li {
    box-sizing: border-box;
    padding: 10px 0;
    display: block;
  }
  #menu>li {
    border-bottom: solid 1px #fff;
  }
  #menu>li.active {
    padding-bottom: 0;
  }
  #menu>li a {
    position: relative;
    display: block;
    padding: 0 20px;
    box-sizing: border-box;
  }
  #menu>li>a::after {
    position: absolute;
    content: '';
    top: 50%;
    right: 20px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #menu>li:nth-child(n+2)>a::after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  #menu>li.active:nth-child(n+2)>a::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #menu>li:nth-child(n+8)>a::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #menu>li>ul>li>a {
    position: relative;
    display: block;
  }
  #menu>li>ul>li>a::after {
    position: absolute;
    content: '';
    top: 50%;
    right: 20px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #menu>li>ul {
    display: none;
  }
  #menu>li.active>ul>li:first-child {
    border-top: solid 1px #fff;
    margin-top: 10px;
  }
  #menu>li>ul>li {
    padding: 10px 0;
    border-bottom: solid 1px #fff;
    background-color: #5cc2f1;
  }
  #menu>li>ul>li:last-child {
    border-bottom: none;
  }
  #menu>li:nth-last-child(2) {
    margin-top: 0;
  }
  #menu>li:nth-last-child(2)>a:last-child {
    border-left: solid 1px #fff;
  }
  #menu>li:nth-last-child(2) a {
    display: inline-block;
  }
  #menu>li:nth-last-child(2) a::after {
    display: none;
  }
  #menu li .lang {
    display: inline-block;
    border: solid 2px #fff;
    overflow: hidden;
    margin-left: 20px;
  }
  #menu li .lang>a {
    box-sizing: border-box;
    padding: 8px;
    background-color: #33b3ed;
    color: #fff;
	  display: inline-block;
    width: 40px;
    text-align: center;
  }
  #menu li .lang>a.jp {
    background-color: #fff;
    color: #33b3ed;
  }
}

main {
  position: relative;
  clear: both;
  box-sizing: border-box;
  padding-top: 100px;
}

@media (max-width:1000px) {
  main {
    padding-top: 52px;
  }
}

#main-visual {
  position: relative;
  width: 100%;
  overflow: hidden;
  clear: both;
}

#main-visual .slider-wrap {
  position: relative;
  text-align: center;
  display: block;
  width: 100%;
  height: 510px;
  background: url('../images/top/slider02.png') no-repeat center center;
  background-size: cover;
}

#main-visual .slider-wrap:nth-child(2) {
  background: url('../images/top/slider01.png') no-repeat center center;
  background-size: cover;
}

#main-visual .slider-wrap:nth-child(3) {
  background: url('../images/top/slider03.png') no-repeat center center;
  background-size: cover;
}

#main-visual .slider-wrap:nth-child(4) {
  background: url('../images/top/slider05.png') no-repeat center center;
  background-size: cover;
}

#main-visual .slider-wrap:nth-child(5) {
  background: url('../images/top/slider05.png') no-repeat center center;
  background-size: cover;
}

#main-visual-en {
  position: relative;
  width: 100%;
  overflow: hidden;
  clear: both;
}

#main-visual-en .slider-wrap {
  position: relative;
  text-align: center;
  display: block;
  width: 100%;
  height: 510px;
  background: url('../images/top/slider05.png') no-repeat center center;
  background-size: cover;
}

#main-visual-en .slider-wrap:nth-child(2) {
  background: url('../images/top/slider01.png') no-repeat center center;
  background-size: cover;
}

#main-visual-en .slider-wrap:nth-child(3) {
  background: url('../images/top/slider03.png') no-repeat center center;
  background-size: cover;
}

#main-visual-en .slider-wrap:nth-child(4) {
  background: url('../images/top/slider05.png') no-repeat center center;
  background-size: cover;
}

#main-visual-en .slider-wrap:nth-child(5) {
  background: url('../images/top/slider05.png') no-repeat center center;
  background-size: cover;
}

#main-visual .slider-wrap>.inner {
  position: absolute;
  display: inline-block;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}

#main-visual .slider-wrap>.inner>h2 {
  color: #fff;
  font-size: 4.4em;
}

#main-visual .slider-wrap>.inner>p {
  color: #fff;
  font-size: 2.4em;
}

#sub-visual {
  position: relative;
  display: block;
  width: 100%;
  height: 250px;
  padding: 30px;
  box-sizing: border-box;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#sub-visual .inner {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border: solid 1px #fff;
}

#sub-visual .inner .inner-wrap {
  position: absolute;
  display: inline-block;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  text-align: center;
}

#sub-visual h2 {
  color: #fff;
  text-align: center;
  font-size: 3.2em;
  letter-spacing: .1em;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Sawarabi Gothic', 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体', 'Nunito', 'メイリオ', sans-serif;
}

#sub-visual p {
  color: #fff;
  text-align: center;
  font-size: 1.8em;
}

#sub-visual.products-sub {
  background-image: url('../images/products/bg_sub_main.png');
}

#sub-visual.tech-sub {
  background-image: url('../images/tech/bg_sub_main.png');
}

#sub-visual.maintenance-sub {
  background-image: url('../images/maintenance/bg_sub_main.png');
}

#sub-visual.company-sub {
  background-image: url('../images/company/bg_sub_main.png');
}

#sub-visual.not-sub {
  background-image: url('../images/404/bg_sub_main.png');
}

#sub-visual.recruit-sub {
  background-image: url('../images/recruit/bg_sub_main.png');
}

#sub-visual.catalog-sub {
  background-image: url('https://www.kuken.com/wp-content/uploads/2020/08/onlinecatalog_pc.jpg');
}

#sub-visual.contacts-sub {
  background-image: url('../images/contacts/bg_sub_main.png');
}

#sub-visual.blog-sub {
  background-image: url('../images/blog/bg_sub_main.png');
}

#sub-visual.privacy-sub {
  background-image: url('../images/privacy/bg_sub_main.png');
}

#sub-visual.news-sub {
  background-image: url('../images/news/bg_sub_main.png');
}

#sub-visual.sitemap-sub {
  background-image: url('../images/sitemap/bg_sub_main.png');
}

#sub-visual.guide-sub {
  background-image: url('../images/guide/bg_sub_main.png');
}

#sub-visual.policy-sub {
  background-image: url('../images/policy/bg_sub_main.png');
}

#sub-visual.guarantee-sub {
  background-image: url('../images/guarantee/bg_sub_main.png');
}

#sub-visual.supplier-sub {
  background-image: url('../images/supplier/bg_sub_main.png');
}

.breadcrumb {
  display: block;
  margin: 0 auto;
  padding: 10px 0;
  box-sizing: border-box;
  width: 100%;
  background-color: #f1f1f1;
}

.breadcrumb a, .breadcrumb span {
  color: #000000;
  display: inline-block;
  color: #000000;
  font-size: 14px;
  margin-right: 10px;
}
}


@media (max-width:750px) {
  #main-visual .slider-wrap {
    height: 44vh;
  }
  #main-visual .slider-wrap:nth-child(1) {
    background: url('../images/top/sp_slider01.png') no-repeat center center;
    background-size: cover;
  }
  #main-visual .slider-wrap:nth-child(2) {
    background: url('../images/top/sp_slider02.png') no-repeat center center;
    background-size: cover;
  }
  #main-visual .slider-wrap:nth-child(3) {
    background: url('../images/top/sp_slider03.png') no-repeat center center;
    background-size: cover;
  }
  #main-visual .slider-wrap:nth-child(4) {
    background: url('../images/top/sp_slider05.png') no-repeat center center;
    background-size: cover;
  }
  #main-visual .slider-wrap:nth-child(5) {
    background: url('../images/top/sp_slider05.png') no-repeat center center;
    background-size: cover;
	}
}
@media (max-width:1000px) {
  #main-visual .slider-wrap {
    height: 44vh;
	 background: url(../images/top/sp_slider02.png) no-repeat center center;
	  background-size: cover;
  }
  #main-visual .slider-wrap:nth-child(2) {
    background: url(../images/top/sp_slider01.png) no-repeat center center;
	  background-size: cover;
  }
  #main-visual .slider-wrap:nth-child(3) {
    background: url(../images/top/sp_slider03.png) no-repeat center center;
	  background-size: cover;
  }
  #main-visual .slider-wrap:nth-child(4) {
    background: url(../images/top/sp_slider05.png) no-repeat center center;
	  background-size: cover;
  }
  #main-visual .slider-wrap:nth-child(5) {
    background-size: cover;
  }
  #main-visual .slider-wrap>.inner>h2 {
    font-size: 2.4em;
  }
  #main-visual .slider-wrap>.inner>p {
    font-size: 1.4em;
  }
  #sub-visual {
    height: 130px;
    padding: 15px;
  }
  #sub-visual h2 {
    font-size: 2.2em;
  }
  #sub-visual p {
    font-size: 1.6em;
  }
  .breadcrumb a, .breadcrumb span {
    font-size: 12px;
    margin-right: 8px;
  }
}

#top-info {}

.info-list {
  box-sizing: border-box;
  padding: 0 120px;
  margin: 30px auto 50px auto;
}

.info-list>li {
  color: #000000;
  font-size: 1.6em;
  text-align: left;
  padding: 8px 0px 14px;
  border-bottom: dotted 1px #46bbbf;
}

.info-list>li>h3 {
  font-size: 1em;
  margin-top: 5px;
}

.info-list>li>span {
  margin-left: 10px;
  color: #fff;
  font-size: .7em;
  line-height: 1;
  padding: 4px 5px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
}

.info-cat-company {
  background-color: #00a0e9;
}

.info-cat-item {
  background-color: #03acc8;
}

@media (max-width:1000px) {
  .info-list {
    padding: 0;
    margin: 30px auto;
  }
  .info-list>li>h3 {
    font-size: .9em;
  }
}

#company-list {
  overflow: hidden;
}

.company-lists {
  overflow: hidden;
  z-index: 1;
  position: relative;
  float: left;
  width: 50%;
  height: 340px;
  box-sizing: border-box;
  padding: 30px;
}

.company-lists::after {
  z-index: -1;
  content: '';
  transition: 3s;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url('../images/top/company-lists01.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.company-lists:hover::after {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

#company-list>.company-lists:nth-child(2)::after {
  background-image: url('../images/top/company-lists02.png');
}

#company-list>.company-lists:nth-child(3)::after {
  background-image: url('../images/top/company-lists03.png');
}

#company-list>.company-lists:nth-child(4)::after {
  /*20200602福岡工場購買からの依頼で画像差し替えシステム岡*/
  /* background-image: url('../images/top/company-lists04.png');*/
  background-image: url('../images/top/company_05_700x360.jpg');
}

.company-lists a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border: solid 1px #fff;
}

.company-lists a:hover {
  opacity: .85;
}

.company-lists a .inner {
  position: absolute;
  display: inline-block;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  color: #fff;
  text-align: center;
}

.company-lists a .inner h3 {
  font-size: 3.2em;
  text-transform: uppercase;
}

.company-lists a .inner span {
  display: block;
  font-size: 1.6em;
}

@media (max-width:1000px) {
  .company-lists {
    float: none;
    width: 100%;
    height: 240px;
    padding: 15px;
  }
  .company-lists a .inner h3 {
    font-size: 2.2em;
    text-transform: uppercase;
  }
  .company-lists a .inner span {
    display: block;
    font-size: 1.4em;
  }
}

#company-info {
  overflow: hidden;
}

#company-info .ttl>h2 {
  position: relative;
  font-size: 3.1em;
}

#company-info .arrow {
  vertical-align: baseline;
  margin-left: 20px;
}

#company-info div>div {
  display: inline-block;
  vertical-align: middle;
  width: 49%;
}

#company-info div>div p {
  font-size: 1.6em;
}

/* #company-infos .company-lists:nth-child(3), #company-infos .company-lists:nth-child(4), #company-infos .company-lists:nth-child(5) {
  width: 33.3333333%;
} */

#company-infos .company-lists {
  width: 33.3333333%;
}

#company-infos .company-lists:nth-child(1)::after {
  /*20200602福岡工場購買からの依頼で画像差し替え楢木室長承認済みシステム岡*/
  /*background-image: url('../images/top/company-lists05.png');*/
  background-image: url('../images/top/company_01_700x360.jpg');
}

#company-infos .company-lists:nth-child(2)::after {
  /*20200602福岡工場購買からの依頼で画像差し替え楢木室長承認済みシステム岡*/
  /*background-image: url('../images/top/company-lists06.png');*/
  background-image: url('../images/top/company_02_700x360.jpg');
}

#company-infos .company-lists:nth-child(3)::after {
   /*20200602福岡工場購買からの依頼で画像差し替え楢木室長承認済みシステム岡*/
   /*background-image: url('../images/top/company-lists07.png');*/
  background-image: url('../images/top/company_03_2020x1360.jpg');
}

#company-infos .company-lists:nth-child(4)::after {
  /*20200602福岡工場購買からの依頼で画像差し替え楢木室長承認済みシステム岡*/
  /*background-image: url('../images/top/company-lists08.png');*/
  background-image: url('../images/top/company_04_468x360.jpg');
}

#company-infos .company-lists:nth-child(5)::after {
  background-image: url('../images/top/company-lists09.png');
}
#company-infos .company-lists:nth-child(6)::after {
  background-image: url('https://www.kuken.com/wp-content/uploads/2023/03/company-lists10.png');
}

@media (max-width:1000px) {
  #company-info .ttl {
    text-align: center;
    margin-bottom: 55px;
  }
  #company-info .ttl img {
    width: 50px;
    height: auto;
  }
  #company-info .ttl>h2 {
    position: relative;
    font-size: 2em;
  }
  #company-info .arrow {
    position: absolute;
    margin: 0 auto;
    bottom: -55px;
    left: 50%;
    margin-left: -12.5px;
  }
  #company-info .arrow::before {
    left: 50%;
    margin-left: -12.5px;
  }
  #company-info div>div {
    display: block;
    vertical-align: middle;
    width: 100%;
  }
/*   #company-infos .company-lists:nth-child(3), #company-infos .company-lists:nth-child(4), #company-infos .company-lists:nth-child(5) {
    width: 100%;
  } */
	#company-infos .company-lists {
    width: 100%;
  }
  #company-info div>div p {
    font-size: 1.4em;
  }
}

#top-recruit {
  clear: both;
  overflow: hidden;
}

#top-recruit .ttl>h2 {
  position: relative;
  font-size: 3.1em;
}

#top-recruit .arrow {
  vertical-align: baseline;
  margin-left: 20px;
}

#top-recruit div>div {
  display: inline-block;
  vertical-align: middle;
  width: 49%;
}

#top-recruit div>div p {
  font-size: 1.6em;
}

#top-recruits .company-lists {
  width: 33.3333333%;
}

#top-recruits .company-lists:nth-child(1)::after {
 /*20201124富田課長からの依頼で画像差し替え村上*/
  background-image: url('../images/top/recruit-lists01.png');
}

#top-recruits .company-lists:nth-child(2)::after {
  background-image: url('../images/top/recruit-lists02.png');
}

#top-recruits .company-lists:nth-child(3)::after {
  background-image: url('../images/top/recruit-lists03.png');
}

#top-recruits .company-lists a {
  border: none;
}

@media (max-width:1000px) {
  #top-recruit .ttl {
    text-align: center;
    margin-bottom: 55px;
  }
  #top-recruit .ttl img {
    width: 50px;
    height: auto;
  }
  #top-recruit .ttl>h2 {
    position: relative;
    font-size: 2em;
  }
  #top-recruit .arrow {
    position: absolute;
    margin: 0 auto;
    bottom: -55px;
    left: 50%;
    margin-left: -12.5px;
  }
  #top-recruit .arrow::before {
    left: 50%;
    margin-left: -12.5px;
  }
  #top-recruit div>div {
    display: block;
    vertical-align: middle;
    width: 100%;
  }
  #top-recruit div>div p {
    font-size: 1.4em;
  }
  #top-recruits .company-lists {
    width: 100%;
  }
}

/* フッター */

#footer {
  clear: both;
  position: relative;
  overflow: hidden;
  color: #fff;
}

.pagetop {
  color: #000000;
  background-color: #f7f7f7;
  padding: 30px 0;
  text-align: center;
}

.pagetop a {
  position: relative;
  display: inline-block;
  font-size: 1.8em;
  padding-left: 30px;
}

.pagetop a:hover {
  opacity: .85;
}

.pagetop a::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  width: 12px;
  height: 12px;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.footer-wrap {
  background-color: #3c3c3c;
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 90px 0;
}

#footer .logo, .link {
  float: left;
  width: 50%;
}

#footer .logo a+small {
  display: block;
  font-size: 1.1em;
}

.ftcopy{
	font-size:1.2em;
	margin-top:-25px;
	margin-left:85px;
}

.ftcopy-en{
	font-size:1.2em;
	margin-top:-25px;
}

.logo1 {
    width: 50%;
}

.link {
  text-align: right;
}

.link li {
  position: relative;
  display: inline-block;
  width: 49%;
  text-align: left;
  padding-left: 20px;
  box-sizing: border-box;
  margin-bottom: 10px;
}

.link li::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.link li a {
  font-size: 1.3em;
}

.link li a:hover {
  opacity: .85;
}

.link ul+ul li {
  float: left;
  width: auto;
  margin: 30px 0 0 0;
  padding-left: 15px;
}

.link ul+ul li:last-child {
  margin: 30px 0 0 -85px;
}

.sp-foot-wrap, .sp-foot-logo, .link ul+ul li::before {
  display: none;
}

@media (max-width:1000px) {
  .pagetop a {
    font-size: 1.4em;
  }
  .footer-wrap {
    display: none;
  }
  .sp-foot-wrap {
    display: block;
    background-color: #3c3c3c;
    padding: 30px 0;
  }
  .sp-foot-wrap a {
    font-size: 1.4em;
  }
  .sp-foot-wrap .inner {
    display: block;
    margin-bottom: 20px;
    text-align: center;
  }
  .sp-foot-wrap .inner:last-child {
    margin-bottom: 0;
  }
  .sp-foot-wrap .inner:first-child>a, .sp-foot-wrap .inner:nth-child(2)>a {
    box-sizing: border-box;
    border: solid 2px #fff;
    padding: 10px 0;
    width: 75%;
    border-radius: 24px;
  }
  .sp-foot-wrap .inner>a img {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: auto;
    margin-right: 10px;
  }
  .sp-foot-wrap .inner a {
    display: inline-block;
  }
  .foot-lang {
    display: inline-block;
    border: solid 2px #fff;
  }
  .foot-lang a {
    display: inline-block;
    box-sizing: border-box;
    padding: 5px 10px;
  }
  .foot-lang a.current {
    background-color: #fff;
    color: #3c3c3c;
  }
  .sp-foot-logo {
    display: block;
    box-sizing: border-box;
    width: 100%;
    background-color: #3C3C3C;
    text-align: center;
    padding: 20px 0 40px 0;
  }
  .sp-foot-logo img {
    max-width: 50%;
  }
  .sp-foot-logo small {
    display: block;
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 1em;
  }
  .pagetop {
    padding: 10px 0;
    text-align: center;
  }
}

/* 製品情報 */

.products-list {
  position: relative;
}

.products-list ul {
  text-align: left;
}

.products-list ul li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  width: 310px;
  height: auto;
  margin-bottom: 50px;
  background-color: #fafafa;
}

.products-list ul li a {
  transition: .3s;
}

.products-list ul li a:hover {
  opacity: .8;
}

.products-list ul li:nth-child(3n+2) {
  margin-left: 25px;
  margin-right: 25px;
}

.products-list ul li .img-wrap, .products-list ul li .img-wrap img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.products-list ul li .txt-wrap {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
  color: #000000;
}

.products-list ul li .txt-wrap h3 {
  position: relative;
  display: inline-block;
  font-size: 2.2em;
}

.products-list ul li .txt-wrap h3::after {
  position: absolute;
  top: .58em;
  right: -15px;
  content: '';
  width: 8px;
  height: 8px;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.products-list ul li .txt-wrap h3>span {
  display: inline-block;
  vertical-align: baseline;
  font-size: .8em;
}

.products-list ul li .txt-wrap h3+span {
  display: block;
  font-size: 1.2em;
  text-transform: uppercase;
}

.products-list ul li .txt-wrap p {
  display: block;
  font-size: 1.4em;
  margin-top: 10px;
}

@media (max-width:1000px) {
  .products-list ul li {
    display: block;
    width: 100%;
    margin: 0 auto 30px auto !important;
  }
}

/* 下層 */

.products-detail {
  position: relative;
  box-sizing: border-box;
  padding: 30px 0 90px 0;
}

.lower-menu {
  overflow: hidden;
  clear: both;
  position: relative;
  display: block;
  width: 100%;
  background-color: #bebebe;
}

.lower-menu>li {
  transition: .3s;
  float: left;
  padding: 10px;
  font-size: 1.3em;
  color: #fff;
  border-right: solid 1px #fff;
}

.lower-menu>li.current, .lower-menu>li:hover {
  background-color: #1f98d0;
}

.lower-menu-sp {
  display: none;
  width: 100%;
  position: relative;
  margin: 0 auto;
}

.lower-menu-sp li {
  display: block;
  width: 100%;
  color: #000000;
  box-sizing: border-box;
  padding: 10px 30px;
  border-bottom: solid 1px #e3e2e2;
}

.lower-menu-sp li:first-child {
  border-top: solid 1px #e3e2e2;
}

.lower-menu-sp li.current {
  background: url('../images/common/bg_lower-menu-sp.png');
  color: #fff;
}

.lower-menu-sp li a {
  position: relative;
  display: block;
  width: 100%;
  font-size: 1.4em;
}

.lower-menu-sp li a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: .7em;
  height: .7em;
  margin-top: -.4em;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.lower-menu-sp li.current a::after {
  display: none;
}

.detail {
  position: relative;
  padding: 60px 0;
}

.external-link {
  text-align: center;
  display: block;
  width: 100%;
  margin-bottom: 60px;
}

.external-link a {
  transition: .3s;
  position: relative;
  display: inline-block;
  text-align: left;
  max-width: 53%;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.6em;
  padding: 25px 80px 25px 50px;
  background-color: #000000;
}

.external-link a:hover {
  opacity: .8;
}

.external-link a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 50px;
  width: 1.2em;
  height: 1.2em;
  margin-top: -.6em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.detail p {
  color: #000000;
  font-size: 1.6em;
  margin-bottom: 1.5em;
}

.detail p:last-child {
  margin-bottom: 10px;
}

.detail>.img-wrap {
  margin-top: 30px;
  text-align: center;
}

.detail>.img-wrap br {
  display: none;
}

.detail .img-wrap.pp {
  box-sizing: border-box;
  padding: 0 150px;
}

.detail .img-wrap img {
  display: inline-block;
  margin: 10px
 }

.detail .img-wrap img:nth-child(3n+2) {
  margin: 0 5px;
}

.detail .img-wrap>div {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-size: 1.4em;
  color: #000000;
  margin-bottom: 20px;
  margin-right: 15px;
}

.detail .img-wrap>div:last-child {
  margin-right: 0;
}

.detail .img-wrap.pp div {
  width: 32%;
  margin-right: 0;
}

.detail .img-wrap>div img {
  display: block;
  margin: 0 auto 5px auto;
}

.feature-detail {
  position: relative;
  margin-top: 60px;
}

h3.ttlback {
  color: #fff;
  font-size: 2.2em;
  padding: 15px 25px;
  box-sizing: border-box;
  background: url('../images/common/bg_ttl3.png');
  margin-bottom: 40px;
}

h3.feature-ttl3 {
  margin-top: 40px;
  position: relative;
  font-size: 2.2em;
  color: #1f98d0;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 0;
  background: none;
}

.feature-detail .feature-inner {
  border-bottom: dashed 1px #000000;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.techno .feature-detail .feature-inner {
  border: none;
}

.feature-detail .feature-inner.last {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.feature-inner>h4 {
  position: relative;
  font-size: 2.2em;
  color: #1f98d0;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.feature-inner>h4::before {
  content: '';
  display: inline-block;
  vertical-align: baseline;
  margin-right: 10px;
  width: .4em;
  height: .4em;
  border: solid 4px #1f98d0;
  border-radius: 50%;
}

.feature-inner ul {
  box-sizing: border-box;
  padding-left: 2em;
}

.feature-inner ul li {
  list-style: inherit;
  font-size: 1.6em;
  color: #000000;
}

.feature-inner p a {
  color: #00a0e9;
}

.feature-inner p a:hover {
  text-decoration: underline;
}

.localmenu {
  display: block;
  margin-top: 40px;
}

.localmenu li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  border: solid 2px #000000;
  color: #000000;
  height: 60px;
  margin-right: 11px;
}

.localmenu li:last-child {
  margin-right: 0;
}

.localmenu li a {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  color: #000000;
  font-size: 1.6em;
  line-height: 1.3;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 45px;
}

.localmenu li a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  width: .5em;
  height: .5em;
  margin-top: -.6em;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

@media (max-width:1000px) {
  .products-detail {
    padding: 30px 0 0 0;
  }
  .lower-menu {
    margin: 30px -10px 0 -10px;
    width: 100vw;
    background-color: #fff;
  }
  .lower-menu>li {
    display: block;
    padding: 10px 20px;
    font-size: 1.4em;
    color: #000000;
    border-right: none;
    border-bottom: solid 1px #e3e2e2;
  }
  .lower-menu>li.current {
    color: #fff;
    background-color: #000000;
  }
  .detail {
    padding: 0;
  }
  .detail>h2 {
    margin-bottom: 2em;
  }
  .external-link {
    margin-bottom: 30px;
  }
  .external-link a {
    display: block;
    max-width: 100%;
    font-size: 1.4em;
    padding: 20px 40px 20px 20px;
    background-color: #000000;
  }
  .external-link a::after {
    right: 20px;
  }
  .detail p {
    font-size: 1.4em;
    margin-bottom: 1.5em;
  }
  .detail>.img-wrap {
    margin-top: 30px;
    text-align: center;
  }
  .detail .img-wrap img {
    display: inline-block;
    width: 49%;
  }
  .detail .img-wrap img:first-child {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  .detail .img-wrap img:nth-child(3n+2) {
    margin: 0;
  }
  .feature-detail {
    position: relative;
    margin-top: 60px;
  }
  .feature-detail>h3 {
    font-size: 1.8em;
    padding: 15px;
    box-sizing: border-box;
    margin-bottom: 30px;
  }
  h3.feature-ttl3 {
    margin-top: 40px;
    position: relative;
    font-size: 1.8em;
    color: #1f98d0;
    box-sizing: border-box;
    margin-bottom: 20px;
    padding: 0;
    background: none;
  }
  .feature-detail .feature-inner {
    border-bottom: dashed 1px #000000;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .feature-inner>h4 {
    font-size: 1.8em;
  }
  .feature-inner>h4::before {
    content: '';
    display: inline-block;
    vertical-align: baseline;
    margin-right: 10px;
    width: .4em;
    height: .4em;
    border: solid 4px #1f98d0;
    border-radius: 50%;
  }
  .feature-inner ul li {
    font-size: 1.4em;
  }
  #privacy {
    padding: 30px 0;
  }
  #privacy .detail p:first-of-type {
    font-size: 1.6em;
  }
  .lower-menu-sp {
    display: block;
  }
}

.comapny-template .detail table {
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
  border-collapse: collapse;
}

.comapny-template .detail table th, .comapny-template .detail table td {
  font-size: 1.4em;
  color: #000000;
  padding: 20px 10px;
  box-sizing: border-box;
}

.comapny-template .detail table tr:nth-child(2n) {
  background-color: #f6f6f6;
}

#catalog {
  position: relative;
}

#catalog .wrap>.detail>.inner {
  float: left;
  width: 50%;
  box-sizing: border-box;
  text-align: center;
  overflow: hidden;
  margin-bottom: 100px;
}

#catalog .wrap>.detail>.inner .external-link {
  display: block;
  margin: 0 auto;
  box-sizing: border-box;
}

#catalog .wrap>.detail>.inner.f {
  padding-right: 25px;
}

#catalog .wrap>.detail>.inner.e {
  padding-left: 25px;
}

#catalog .wrap>.detail>.inner .external-link a {
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  padding: 15px 0;
  width: 100%;
  max-width: 100%;
}

#catalog h3 {
  clear: both;
  font-size: 2.2em;
  text-align: center;
  padding: 20px 0;
  color: #fff;
  background: url('../images/catalog/bg_catalogh3.png');
}

#catalog h3 br {
  display: none;
}

.catalog-list {
  margin-top: 30px;
  margin-bottom: 60px;
}

.catalog-list li {
  display: inline-block;
  vertical-align: top;
  width: 21.3%;
  height: 420px;
  margin-bottom: 0;
  margin-right: 4%;
  box-sizing: border-box;
  text-align: center;
}

.catalog-list li a {
  display: block;
  width: 100%;
  transition: .3s;
}

.catalog-list li a:hover {
  opacity: .8;
}

.catalog-list li:nth-child(4n) {
  margin-right: 0;
}

#catalog .catalog-list h3 {
    background: none;
    color: #000;
    font-size: 14px;
    padding-top: 0;
	padding-bottom: 0;
    text-align: center;
    margin-top: 5px;
  }
  #catalog .catalog-list h3 span {
    display: block;
    font-size: 12px;
  }
#catalog .catalog-list br {
    display: initial;
}
#catalog .catalog-list li a + br {
    display: none;
 }

.catalog-list li p {
  margin: 10px auto 5px auto;
}

.catalog-list li p+p {
  font-size: 1.2em;
  margin: 0 auto;
}

@media (max-width:1000px) {
  #catalog .wrap>.detail>.inner {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
  #catalog .wrap>.detail>.inner p {
    text-align: left;
  }
  #catalog .wrap>.detail>.inner.f {
    padding-right: 0;
  }
  #catalog .wrap>.detail>.inner.e {
    padding-left: 0;
  }
  #catalog h3 {
    font-size: 1.8em;
  }
  #catalog h3 br {
    display: inherit;
  }
  .catalog-list {
    margin-top: 20px;
  }
  .catalog-list li {
    display: inline-block;
    width: 47%;
    margin-right: 4%;
	 height: auto;
    margin-bottom: 30px;
  }
  .catalog-list li:nth-child(2n) {
    margin-right: 0;
  }
  .catalog-list li p {
    margin: 10px auto 5px auto;
  }
  .catalog-list li p+p {
    font-size: 1.2em;
    margin: 0 auto;
  }
}

#sitemap {
  font-size: 1.8em;
  color: #000000;
}

#sitemap li {
  box-sizing: border-box;
}

#sitemap>.wrap>ul>li {
  margin-bottom: 50px;
}

#sitemap li a {
  position: relative;
  display: inline-block;
}

#sitemap li a::after {
  position: absolute;
  content: '';
  top: 50%;
  right: -20px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#sitemap li .children {
  border-top: dashed 1px #b8b8b8;
  padding-top: 10px;
  margin-top: 10px;
}

#sitemap li .children li {
  margin-bottom: 25px;
}

#sitemap li .children li:last-child {
  margin-bottom: 0;
}

#sitemap li .children li a {
  font-size: .8em;
}

#sitemap li .children li a::after {
  display: none;
}

span.product-info, .post-cats.product-info {
  background-color: #03acc8 !important;
}

span.company-info, .post-cats.company-info {
  background-color: #00a0e9 !important;
  color: #FFFFFF;
  padding: 4px 5px;
  margin-left: 7px;
  font-size: 12px;
}

span.other-news, .post-cats.other-news {
  background-color: #35a594 !important;
}

time{
  font-size:14px;
  }
  
.news-head {
    padding-top: 10px;
}

.headlogo{
  width:80px;
}

@media (max-width: 1000px)
.headlogo{
  width:45px;
}

table{
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

table th,table td{
  padding: 10px 0;
  text-align: left;
  box-sizing: border-box;
  vertical-align: top;
  padding: 15px 10px;
}

/*table tr:nth-child(odd){
  background-color: #f6f6f6:*/
}


/************************************************************
 style: common table
************************************************************/

table {
  position: relative;
  width: 100%;
  border-collapse: separate;
  font-size: 1.4em;
  color: #000000;
  box-sizing: border-box;
}

table th {
  box-sizing: border-box;
  text-align: center;
  font-weight: normal;
  padding: 15px 10px;
  color: #fff;
  background-color: #bebebe;
}

.even {
  background-color: #ffffff;
}

table:first-of-type {
  border-collapse: collapse;
}

table td {
  text-align: left;
  box-sizing: border-box;
  vertical-align: top;
  padding: 15px 10px;
}

table td {
  text-align: left;
  box-sizing: border-box;
  vertical-align: top;
  padding: 15px 10px;
}

.button-recruit table td{
	text-align: center;
  box-sizing: border-box;
  vertical-align: top;
  padding: 15px 10px;
  vertical-align: middle;
	width: 33.3333%;
}

.button-recruit button{
	　position: relative;
    cursor: pointer;
/*     margin-top: 40px; */
    background-color: #000000;
    border: solid 1px #000000;
    padding: 24px 0;
/*     width: 280px; */
	width: 100%;
    text-align: center;
    color: #fff;
    font-size: 20px;
    transition: .3s;
}

.button-recruit :hover{
   background-color: #fff;
	color:#000000;　
}


@media?(max-width: 1000px){
.button-recruit table td{?    
	display: block;
}
.button-recruit button {
    margin-top: 10px;
    max-width: 100%;
    padding: 15px 0;
    width: 100%;
    background-color: black;
}

.button-recruit button :hover {
    background-color: #fff;
    color: #000000;
}
}

/*table:last-of-type tr td:first-child, table:last-of-type tr td:nth-child(2), table tr th:first-child {
  white-space: nowrap;
}*/

@media (max-width:1000px) {

  table td span {
    display: block;
  }
  table:last-of-type tr td:nth-child(2) {
    white-space: normal;
  }
  table th, table td {
    padding: 10px 5px;
    font-size: .9em;
  }
  table td {
    white-space: nowrap;
  }
  table tr td:last-child {
    white-space: normal;
  }
 .button-recruit table td{
	width: 100%;
	 display: block!important;
 }
	.button-recruit button {
		width: 280px!important;
		margin-top:0!important;
		padding: 24px 0!important;
	}
/* 	.button-recruit a {	
     position: relative;
    display: inline-block;
	  width: 100%;
    text-align: center;
    box-sizing: border-box;
    color: #fff;
    font-size: 1.2em;
    padding: 25px 80px 25px 50px;
    background-color: #000000;
} */
}



/************************************************************
 style: product
************************************************************/

.cool {
  text-align: center;
}

.cool p, .cool h3, .cool h4 {
  text-align: left;
  clear: both;
  overflow: hidden;
}

.cool h3 {
  color: #fff;
  font-size: 2.2em;
  padding: 15px 25px;
  box-sizing: border-box;
  background: url('../images/common/bg_ttl3.png');
  margin: 60px auto 40px;
}

.cool h4 {
  position: relative;
  font-size: 2.2em;
  color: #1f98d0;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.cool strong {
  position: relative;
  font-size: 1.4em;
  color: #1f98d0;
  box-sizing: border-box;
  margin: 2em auto 0 auto;
  display: block;
  font-weight: normal;
}

.cool h4::before {
  content: '';
  display: inline-block;
  vertical-align: baseline;
  margin-right: 10px;
  width: .4em;
  height: .4em;
  border: solid 4px #1f98d0;
  border-radius: 50%;
}

.cool a {
  transition: .3s;
  position: relative;
  display: inline-block;
  text-align: left;
  max-width: 53%;
  box-sizing: border-box;
  color: #fff;
  font-size: 1em;
  padding: 25px 80px 25px 50px;
  background-color: #000000;
}

.cool a:hover {
  opacity: .8;
}

.cool a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 50px;
  width: 1.2em;
  height: 1.2em;
  margin-top: -.6em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cool img {
  float: left;
  width: 33.333%;
  vertical-align: middle;
  box-sizing: border-box;
  padding: 0 5px
}

.cool img+br {
  display: none;
}

.cool hr {
  margin: 2em auto 3em auto;
  border: dashed 1px #bebebe;
}

.cool ul {
  text-align: left;
  box-sizing: border-box;
  padding-left: 2em;
}

.cool ul li {
  list-style: inherit;
  font-size: 1.6em;
  color: #000000;
}

@media (max-width:1000px) {
  .cool h3 {
    font-size: 1.8em;
    padding: 15px;
    box-sizing: border-box;
    margin-bottom: 30px;
  }
  .cool h4 {
    font-size: 1.8em;
  }
  .cool h4::before {
    content: '';
    display: inline-block;
    vertical-align: baseline;
    margin-right: 10px;
    width: .4em;
    height: .4em;
    border: solid 4px #1f98d0;
    border-radius: 50%;
  }
  .cool a {
    display: block;
    max-width: 100%;
    font-size: 1em;
    padding: 20px 40px 20px 20px;
    background-color: #000000;
  }
  .cool a::after {
    right: 20px;
  }
  .cool img {
    float: none;
    width: 100%;
    padding: 0;
  }
  .cool img+img,.cool img+img+img {
    float: left;
    width: 100%;
  }
  .cool img+img {
    padding-right: 5px
  }
  .cool img+img+img {
    padding-left: 5px
  }
  .cool strong {
    margin: 1.5em auto 0 auto;
  }
}



/************************************************************
 style: technology
************************************************************/

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

.detail.techno {
  width: 100%;
  box-sizing: border-box;
  border-collapse: separate;
}

.detail.techno table td {
    font-size: 1.4em;
    text-align: left;
    width: 20%;
    padding: 5px 0 5px 10px;
    vertical-align: middle;
    box-sizing: border-box;
    position: relative;
    border-collapse: separate;
    color: #000000;
   }

.detail.techno table td a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  transition: .3s;
}

.detail.techno table td a::after {
  position: absolute;
  content: '';
  top: 50%;
  right: 10px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.detail.techno table td a:hover {
  opacity: .8;
}

.detail.techno p, .detail.techno h3, .detail.techno h4 {
  text-align: left;
  clear: both;
  overflow: hidden;
}

.detail.techno h3 {
  color: #fff;
  font-size: 2.2em;
  padding: 15px 25px;
  box-sizing: border-box;
  background: url('../images/common/bg_ttl3.png');
  margin: 60px auto 40px;
}

.detail.techno h4 {
  position: relative;
  font-size: 2.2em;
  color: #1f98d0;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.detail.techno strong {
  position: relative;
  font-size: 1.4em;
  color: #1f98d0;
  box-sizing: border-box;
  margin: 2em auto 0 auto;
  display: block;
  font-weight: normal;
}

.detail.techno h4::before {
  content: '';
  display: inline-block;
  vertical-align: baseline;
  margin-right: 10px;
  width: .4em;
  height: .4em;
  border: solid 4px #1f98d0;
  border-radius: 50%;
}

.detail.techno img {
  display: inline-block;
  max-width: 329px;
  vertical-align: top;
  box-sizing: border-box;
  padding: 0 6px;
}

.detail.techno img+br {
  display: none;
}

.detail.techno hr {
  margin: 2em auto 3em auto;
  border: dashed 1px #bebebe;
}

.detail.techno ul {
  text-align: left;
  box-sizing: border-box;
  padding-left: 2em;
  margin-bottom: 2em;
}

.detail.techno ul li {
  list-style: inherit;
  font-size: 1.6em;
  color: #000000;
}

@media (max-width:1000px) {
  .detail.techno table td {
    display: block;
    width: 100%;
    border-bottom: none;
    padding: 10px 0 10px 10px;
  }
  .detail.techno table td br {
    display: none;
  }
  .detail.techno table td:last-child {
  border-bottom: solid 1px #bebebe;
  }
  .detail.techno h3 {
    font-size: 1.8em;
    padding: 15px;
    box-sizing: border-box;
    margin-bottom: 30px;
  }
  .detail.techno h4 {
    font-size: 1.8em;
  }
  .detail.techno h4::before {
    content: '';
    display: inline-block;
    vertical-align: baseline;
    margin-right: 10px;
    width: .4em;
    height: .4em;
    border: solid 4px #1f98d0;
    border-radius: 50%;
  }
  .detail.techno img {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .detail.techno strong {
    margin: 1.5em auto 0 auto;
  }
}



/************************************************************
 style: maintenance
************************************************************/

.detail.maintenance {
  text-align: center;
  padding-right: 80px;
  padding-left: 80px;
}

.detail.maintenance table {
  position: relative;
  border-collapse: collapse;
  box-sizing: border-box;
  width: 100%;
}

.detail.maintenance table tr:nth-child(2n) {
  background-color: #f6f6f6;
}

.detail.maintenance table tr td {
  font-size: 1.4em;
  box-sizing: border-box;
  color: #000000;
  text-align: left;
  padding: 15px 20px;
}

.detail.maintenance p, .detail.maintenance h3, .detail.maintenance h4 {
  text-align: left;
  clear: both;
  overflow: hidden;
}

.detail.maintenance h3 {
  color: #fff;
  font-size: 2.2em;
  padding: 15px 25px;
  box-sizing: border-box;
  background: url('../images/common/bg_ttl3.png');
  margin: 60px auto 0;
}

.detail.maintenance h4 {
  position: relative;
  font-size: 2.2em;
  color: #1f98d0;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.detail.maintenance strong {
  position: relative;
  font-size: 1.4em;
  color: #1f98d0;
  box-sizing: border-box;
  margin: 2em auto 0 auto;
  display: block;
  font-weight: normal;
}

.detail.maintenance h4::before {
  content: '';
  display: inline-block;
  vertical-align: baseline;
  margin-right: 10px;
  width: .4em;
  height: .4em;
  border: solid 4px #1f98d0;
  border-radius: 50%;
}

.detail.maintenance img {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  padding: 0 6px;
}

.detail.maintenance img+br {
  display: none;
}

.detail.maintenance hr {
  margin: 2em auto 3em auto;
  border: dashed 1px #bebebe;
}

.detail.maintenance ul {
  text-align: left;
  box-sizing: border-box;
  padding-left: 2em;
  margin-bottom: 2em;
}

.detail.maintenance ul li {
  list-style: inherit;
  font-size: 1.6em;
  color: #000000;
}

.detail.maintenance a {
  width: 100%;
  transition: .3s;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  color: #fff;
  font-size: 1em;
  padding: 25px 80px 25px 50px;
  background-color: #000000;
}

.detail.maintenance a:hover {
  opacity: .8;
}

.detail.maintenance a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 50px;
  width: 1.2em;
  height: 1.2em;
  margin-top: -.6em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width:1000px) {
  .detail.maintenance {
    padding-right: 0;
    padding-left: 0;
  }
  .detail.maintenance table tr {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 0 10px 10px;
    text-align: left;
  }
  .detail.maintenance table tr td {
    text-indent: -.3em;
    display: inline-block;
    width: auto;
    padding: 5px;
  }
  .detail.maintenance table tr td:last-child {
    display: block;
    width: 100%;
    padding-left: 28px;
  }
  .detail.maintenance table tr td:first-child {
    text-align: right;
  }
  .detail.maintenance h3 {
    font-size: 1.8em;
    padding: 15px;
    box-sizing: border-box;
  }
  .detail.maintenance h4 {
    font-size: 1.8em;
  }
  .detail.maintenance h4::before {
    content: '';
    display: inline-block;
    vertical-align: baseline;
    margin-right: 10px;
    width: .4em;
    height: .4em;
    border: solid 4px #1f98d0;
    border-radius: 50%;
  }
  .detail.maintenance img {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .detail.maintenance strong {
    margin: 1.5em auto 0 auto;
  }
  .detail.maintenance a {
    display: block;
    max-width: 100%;
    font-size: 1em;
    padding: 20px 40px 20px 20px;
    background-color: #000000;
  }
  .detail.maintenance a::after {
    right: 20px;
  }
}



/************************************************************
 style: recruit
************************************************************/

.message .txt-wrap, .message .img-wrap {
  float: left;
  box-sizing: border-box;
}

.message .txt-wrap {
  clear: both;
  width: 60%;
  margin-bottom: 90px;
}

.message .img-wrap {
  text-align: right;
  width: 40%;
}

.recruittemp .external-link {
  clear: both;
  width: 100%;
}

.recruittemp .external-link a {
  font-size: 1.8em;
  max-width: 100%;
  width: 80%;
  text-align: center;
}

.recruittemp .external-link a img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.recruittemp .external-link a:hover {
  opacity: .8;
}

.recruittemp .external-link a::after {
  width: .8em;
  height: .8em;
  margin-top: -.45em;
}

@media (max-width:1000px) {
  #recruit-message {
    padding-bottom: 0;
  }
  .message .txt-wrap, .message .img-wrap {
    float: none;
    width: 100%;
  }
  .message .txt-wrap {
    margin-bottom: 30px;
  }
  .message .img-wrap {
    margin-bottom: 60px;
  }
  .recruittemp .external-link a {
    width: 100%;
  }
  .message .img-wrap img {
    width: 100%;
  }
}

.detail.voice {}

.detail.voice table {
  width: 100%;
  box-sizing: border-box;
  border-collapse: separate;
  margin-bottom: 80px;
}

.detail.voice table td {
  font-size: 1.6em;
  color: #000000;
  border: solid 2px #000000;
  text-align: left;
  width: 25%;
  padding: 10px 0 10px 10px;
  vertical-align: middle;
  box-sizing: border-box;
}

.detail.voice table td a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  transition: .3s;
}

.detail.voice table td a span {
  font-size: .8em;
  margin-right: 10px;
  display: inline-block;
  vertical-align: baseline;
}

.detail.voice table td a::after {
  position: absolute;
  content: '';
  top: 50%;
  right: 10px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.detail.voice table td a:hover {
  opacity: .8;
}

.detail.voice .inner {
  display: block;
  overflow: hidden;
  background: url('../images/common/bg_ttl3.png');
  margin-bottom: 40px;
}

.detail.voice .inner .img-wrap, .detail.voice .inner .txt-wrap {
  float: left;
  box-sizing: border-box;
}

.detail.voice .inner .img-wrap {
  display: inline-block;
  height: 100%;
}

.detail.voice .inner .img-wrap img {
  display: inline-block;
  height: 100%;
  width: auto;
  margin: 0 auto;
}

.detail.voice .inner .txt-wrap {
  padding: 38px;
}

.detail.voice .inner .txt-wrap p {
  color: #fff;
  margin: 0 auto;
  font-size: 1.4em;
}

.detail.voice .inner .txt-wrap h3 {
  font-size: 2.2em;
  margin: 5px auto 10px auto;
  color: #fff;
}

.detail.voice dl {
  display: block;
  margin: 0 auto 90px auto;
}

.detail.list dl:last-of-type {
  margin-bottom: 90px;
}

.detail.voice dt, .detail.list dt {
  font-size: 2em;
  color: #000000;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: dashed 1px #000000;
}

.detail.voice dt::before {
  content: 'Q.';
  display: inline-block;
  vertical-align: baseline;
  margin-right: 10px;
}

.detail.voice dd, .detail.list dd {
  font-size: 1.6em;
  color: #000000;
  padding: 0;
  margin: 0 auto 35px auto;
}

.detail.list {
  box-sizing: border-box;
  padding-right: 80px;
  padding-left: 80px;
}

.detail.list h3 {
  color: #fff;
  font-size: 2.2em;
  text-align: center;
  padding: 15px 25px;
  box-sizing: border-box;
  background: url('../images/common/bg_ttl3.png');
  margin: 60px auto 40px;
}

.detail.list table {
  width: 100%;
  position: relative;
  clear: both;
  text-align: left;
  border-collapse: collapse;
  margin-bottom: 60px;
}

.detail.list table td {
  color: #000000;
  box-sizing: border-box;
  font-size: 1.4em;
  border-top: solid 1px #bebebe;
  border-bottom: solid 1px #bebebe;
  vertical-align: top;
  padding: 20px;
}

.detail.list table td p {
  font-size: 1em;
}

@media (max-width:1000px) {
  .detail.voice .inner .img-wrap img {
    width: 100%;
  }
  .detail.voice table {
    margin-bottom: 20px;
  }
  .detail.voice table td {
    display: block;
    width: 100%;
    border-bottom: none;
    padding: 10px 0 10px 10px;
  }
  .detail.list table tr td {
    display: block;
    width: 100%;
    border: none;
  }
  .detail.list table tr td:first-child {
    border-top: solid 1px #bebebe;
    padding-bottom: 0;
  }
  .detail.list table tr:last-child td:last-child {
    border-bottom: solid 1px #bebebe;
  }
  .detail.voice table td br {
    display: none;
  }
  .detail.voice table td:last-child {
    border-bottom: solid 2px #000000;
  }
  .detail.voice .inner .img-wrap, .detail.voice .inner .txt-wrap {
    float: none;
    display: block;
  }
  .detail.voice dl {
    margin-bottom: 60px;
  }
  .detail.voice dt, .detail.list dt {
    font-size: 1.6em;
    color: #000000;
  }
  .detail.voice dd, .detail.list dd {
    font-size: 1.4em;
  }
  .detail.voice .external-link a, .detail.list .external-link a {
    font-size: 1.8em;
  }
  .detail.voice a img, .detail.list a img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
  }
  .detail.list {
    padding-right: 0;
    padding-left: 0;
  }
  .detail.list h3 {
    font-size: 1.8em;
    padding: 15px;
    box-sizing: border-box;
    margin-bottom: 30px;
  }
}



/************************************************************
 style: company
************************************************************/

.company-detail {
  position: relative;
  padding: 60px 0;
}

.company-detail>h2 {
  position: relative;
  text-align: center;
  font-size: 2.6em;
  color: #000000;
  margin-bottom: 3em;
}

.company-detail>h2::after {
  content: '';
  position: absolute;
  bottom: -1em;
  left: 50%;
  width: 50px;
  height: 1px;
  background-color: #37bbed;
  margin-left: -25px;
}

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

.company-detail p, .company-detail h3, .company-detail h4 {
  text-align: left;
  clear: both;
  overflow: hidden;
}

.company-detail h3 {
  color: #fff;
  font-size: 2.2em;
  padding: 15px 25px;
  box-sizing: border-box;
  background: url('../images/common/bg_ttl3.png');
  margin: 60px auto 40px;
}

.company-detail h4 {
  position: relative;
  font-size: 2.2em;
  color: #1f98d0;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.company-detail strong {
  position: relative;
  font-size: 1.4em;
  color: #1f98d0;
  box-sizing: border-box;
  margin: 2em auto 0 auto;
  display: block;
  font-weight: normal;
}

.company-detail h4::before {
  content: '';
  display: inline-block;
  vertical-align: baseline;
  margin-right: 10px;
  width: .4em;
  height: .4em;
  border: solid 4px #1f98d0;
  border-radius: 50%;
}

/* .company-detail a {
  transition: .3s;
  position: relative;
  display: inline-block;
  text-align: left;
  max-width: 53%;
  box-sizing: border-box;
  color: #fff;
  font-size: 1em;
  padding: 25px 80px 25px 50px;
  background-color: #000000;
}

.company-detail a:hover {
  opacity: .8;
}

.company-detail a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 50px;
  width: 1.2em;
  height: 1.2em;
  margin-top: -.6em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
} */

.company-detail hr {
  margin: 2em auto 3em auto;
  border: dashed 1px #bebebe;
}

.company-detail ul {
  text-align: left;
  box-sizing: border-box;
  padding-left: 2em;
}

.company-detail ul li {
  list-style: inherit;
  font-size: 1.6em;
  color: #000000;
}

@media (max-width:1000px) {
  .company-detail>h2 {
    margin-bottom: 2em;
  }
  .company-detail {
    padding: 0;
  }
  .company-detail h3 {
    font-size: 1.8em;
    padding: 15px;
    box-sizing: border-box;
    margin-bottom: 30px;
  }
  .company-detail h4 {
    font-size: 1.8em;
  }
  .company-detail h4::before {
    content: '';
    display: inline-block;
    vertical-align: baseline;
    margin-right: 10px;
    width: .4em;
    height: .4em;
    border: solid 4px #1f98d0;
    border-radius: 50%;
  }
  /* .company-detail a {
    display: block;
    max-width: 100%;
    font-size: 1em;
    padding: 20px 40px 20px 20px;
    background-color: #000000;
  }
  .company-detail a::after {
    right: 20px;
  } */
  .company-detail strong {
    margin: 1.5em auto 0 auto;
  }
  .company-detail ul li {
    font-size: 1.4em;
  }
}

.company-detail.outline .txt-wrap, .company-detail.outline .img-wrap {
  float: left;
  box-sizing: border-box;
  width: 50%;
  overflow: hidden;
  margin-bottom: 60px;
}

.company-detail.outline .img-wrap {
  margin: 0 auto;
  text-align: center;
  padding-left: 40px;
}

.company-detail.outline .img-wrap p {
  margin: 10px 0 0 0;
  text-align: center;
}

.company-detail.outline table {
  margin: 0 auto;
  width: 85%;
  position: relative;
  clear: both;
  text-align: left;
  border-collapse: collapse;
  box-sizing: border-box;
}

.company-detail.outline table td {
  color: #000000;
  box-sizing: border-box;
  font-size: 1.4em;
  border-top: solid 1px #bebebe;
  border-bottom: solid 1px #bebebe;
  vertical-align: top;
  padding: 20px;
}

.company-detail.outline ul li {
  list-style: square;
}

@media (max-width:1000px) {
  .company-detail.outline .txt-wrap, .company-detail.outline .img-wrap {
    float: none;
    padding: 0;
    margin-bottom: 30px;
    width: 100%;
  }
  .company-detail.outline table {
    width: 100%;
  }
  .company-detail.outline table td {
    display: inline-block;
    width: 100%;
    padding: 5px 10px;
    border: none;
  }
  .company-detail.outline table tr td:first-child {
    border-top: solid 1px #bebebe;
  }
  .company-detail.outline table tr:last-child td:last-child {
    border-bottom: solid 1px #bebebe;
  }
}

.company-detail.history, .company-detail.locations, .company-detail.delivery {
  padding-right: 80px;
  padding-left: 80px;
}

.company-detail.history h3 {
  margin-bottom: 10px;
}

.company-detail.history table {
  position: relative;
  width: 100%;
  border-collapse: separate;
  font-size: 1.4em;
  color: #000000;
  box-sizing: border-box;
}

.company-detail.history table th {
  box-sizing: border-box;
  text-align: center;
  font-weight: normal;
  padding: 15px 10px;
  color: #fff;
  background-color: #bebebe;
}

.company-detail.history .even {
  background-color: #f6f6f6;
}

.company-detail.history table:first-of-type {
  border-collapse: collapse;
}

.company-detail.history table td {
  text-align: left;
  box-sizing: border-box;
  vertical-align: top;
  padding: 15px 10px;
}

.company-detail.history table:last-of-type tr td:first-child, .company-detail.history table:last-of-type tr td:nth-child(2), .company-detail.history table tr th:first-child {
  white-space: nowrap;
}

.history-table-two br {
  display: none;
}

@media (max-width:1000px) {
  .company-detail.history table td span {
    display: block;
  }
  .company-detail.history table:last-of-type tr td:nth-child(2) {
    white-space: normal;
  }
  .company-detail.history table th, .company-detail.history table td {
    padding: 10px 5px;
    font-size: .9em;
  }
  .company-detail.history table:last-of-type tr th:nth-child(2), .company-detail.history table:last-of-type tr td:nth-child(2), .company-detail.history table:last-of-type tr th:nth-child(3), .company-detail.history table:last-of-type tr td:nth-child(3) {
    width: 40%;
  }
  .company-detail.history table td {
    white-space: nowrap;
  }
  .company-detail.history table tr td:last-child {
    white-space: normal;
  }
  .history-table tr td {
    display: inline-block;
    width: 10%;
    text-align: left;
  }
  .history-table tr td:last-child {
    display: inline-block;
    width: 88%;
  }
  .history-table td.row-year {
    display: block;
    width: 100%;
    padding-bottom: 0 !important;
  }
  .history-table-two br {
    display: inherit;
  }
  .history-table-two tr td:first-child {
    text-align: center;
  }
}

.company-detail.locations p {
  font-size: 2.2em;
  color: #1f98d0;
}

.company-detail.locations table {
  box-sizing: border-box;
  width: 100%;
  border-collapse: collapse;
  font-size: 1.4em;
  color: #000000;
}

.company-detail.locations table td {
  border-top: solid 1px #bebebe;
  border-bottom: solid 1px #bebebe;
  text-align: left;
  box-sizing: border-box;
  vertical-align: top;
  padding: 20px;
}

.company-detail.locations table td a {
  position: relative;
  color: #fff;
  font-size: 10px;
  display: inline-block;
  vertical-align: super;
  line-height: 1;
  padding: 5px 15px 5px 5px;
  background-color: #3c3c3c;
}

.company-detail.locations table td a::after {
  position: absolute;
  content: '';
  top: 50%;
  right: 5px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.company-detail.locations table tr td:first-child {
  white-space: normal;
}

@media (max-width:1000px) {
  .company-detail.history, .company-detail.locations, .company-detail.delivery {
    padding-right: 0;
    padding-left: 0;
  }
  .company-detail.locations p {
    text-align: center;
    box-sizing: border-box;
    padding: 0 15px;
  }
  .company-detail.locations table td {
    border: none;
    padding: 10px;
    display: block;
    width: 100%;
  }
  .company-detail.locations table tr td:first-child {
    white-space: normal;
    padding-bottom: 0;
    border-top: 1px solid #bebebe;
  }
  .company-detail.locations table tr td:last-child {
    position: relative;
    padding-bottom: 38px;
  }
  .company-detail.locations table tr td:last-child a {
    position: absolute;
    bottom: 10px;
    left: 10px;
  }
  .company-detail.locations table tr:last-child td:last-child {
    border-bottom: 1px solid #bebebe;
  }
}

.company-detail.related .txt-wrap, .company-detail.related .txt-wrap+p {
  clear: none;
  float: left;
  box-sizing: border-box;
  width: 50%;
}

.company-detail.related img {
  box-sizing: border-box;
  padding-left: 40px;
}

.company-detail.related hr {
  clear: both;
}

.company-detail.related .txt-wrap a {
  color: #1f98d0;
}

.company-detail.related .txt-wrap a:hover {
  text-decoration: underline;
}

@media (max-width:1000px) {
  .company-detail.related .txt-wrap, .company-detail.related .txt-wrap+p {
    clear: both;
    float: none;
    box-sizing: border-box;
    width: 100%;
  }
  .company-detail.related .txt-wrap+p img {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .company-detail.related .txt-wrap {
    margin-bottom: 30px;
  }
}

.company-detail.delivery table {
  width: 100%;
  position: relative;
  clear: both;
  text-align: left;
  border-collapse: separate;
  font-size: 1.4em;
  color: #000000;
}

.company-detail.delivery h3 {
  clear: both;
  margin-bottom: 0;
}

.company-detail.delivery table td {
  width: 50%;
  box-sizing: border-box;
  padding: 15px 20px;
}

.company-detail.delivery table tr:nth-child(2n) td {
  background-color: #f6f6f6;
}

.company-detail.delivery figure {
  float: left;
  width: 32%;
  max-width: 32% !important;
  box-sizing: border-box;
  margin: 0 auto;
}

.company-detail.delivery figure:nth-last-of-type(2) {
  margin: 0 16px;
}

.company-detail.delivery figure img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
}

.company-detail.delivery figure figcaption {
  display: block;
  text-align: left;
  margin-top: 5px;
  font-size: 1.4em;
  color: #000000;
}

@media (max-width:1000px) {
  .company-detail.delivery table {
    border-collapse: collapse;
  }
  .company-detail.delivery table td {
    display: block;
    width: 100%;
    padding: 10px 15px;
    background-color: #fff;
  }
  .company-detail.delivery table tr:nth-child(2n) td {
    background-color: #fff;
  }
  .company-detail.delivery table tr td:last-child {
    background-color: #f6f6f6;
  }
  .company-detail.delivery figure {
    float: none;
    width: 100%;
    max-width: 100% !important;
    padding: 20px;
  }
  .company-detail.delivery figure:nth-last-of-type(2) {
    margin: 0 auto;
  }
}



/************************************************************
 style: contacts
************************************************************/

select, input, textarea {
  border-radius: 0;
}

/* .select-wrap {
  position: relative;
}

.select-wrap::before {
  z-index: 1;
  content: '';
  position: absolute;
  top: 0;
  right: 2px;
  background: #fff;
  height: 100%;
  width: 26px;
  border-left: solid 1px #aaa;
}

.select-wrap::after {
  z-index: 2;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 9px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #aaa transparent transparent transparent;
} */

.mw_wp_form_preview .select-wrap::after, .mw_wp_form_preview .select-wrap::before {
  display: none;
}

select {
  position: relative;
  border: solid 1px #aaa;
  border-radius: 3px;
  padding: 5px 15px;
  box-sizing: border-box;
  cursor: pointer;
  line-height: 1;
  border-radius: 3px;
  font-size: 16px;
  color: #000000;
}

select::-ms-expand {
  /* display: none; */
}

#contacts .detail {
  padding: 60px 80px;
  box-sizing: border-box;
}

#contacts .detail h3 {
  color: #fff;
  font-size: 2.2em;
  padding: 15px 25px;
  box-sizing: border-box;
  background: url('../images/common/bg_ttl3.png');
  margin: 60px auto 0 auto;
}

#contacts .detail h3+p {
  display: none;
}

#contacts .detail h4 {
  position: relative;
  font-size: 2.2em;
  color: #1f98d0;
  box-sizing: border-box;
  margin-top: 50px;
  margin-bottom: 20px;
  text-indent: -1.2em;
  padding-left: 1em;
}

#contacts .detail h4::before {
  content: '';
  display: inline-block;
  vertical-align: baseline;
  margin-right: 10px;
  width: .4em;
  height: .4em;
  border: solid 4px #1f98d0;
  border-radius: 50%;
}

#contacts .detail h4 strong {
  color: #c20009;
  font-weight: normal;
  font-size: .8em;
}

#contacts .detail table {
  position: relative;
  color: #000000;
  width: 100%;
  font-size: 1.6em;
  margin-top: 20px;
  border-collapse: collapse;
}

#contacts .detail table tr td {
  position: relative;
  vertical-align: top;
  box-sizing: border-box;
  padding: 20px 20px 20px 0;
  max-width: 100%;
  overflow: hidden;
}

#contacts .detail table tr td input::-webkit-input-placeholder {
  line-height: 1;
  font-size: 16px;
 ?color: #262626;
}

#contacts .detail table tr td strong {
  color: #c20009;
  font-weight: normal;
}

#contacts .detail table tr.even, p.even {
  border-top: dashed 1px #aaa;
}

p.even {
  padding-top: 20px;
}

#contacts .detail table tr td:first-child {
  /*   white-space: nowrap; */
}

#contacts .detail input, #contacts .detail textarea {
  max-width: 420px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-color: #edf3f5;
  border: none;
  padding: 10px;
  font-size: 16px;
}

#contacts .detail textarea {
  max-width: 100%;
  width: 100%;
}

#contacts .detail table tr td input.name {
  max-width: 200px;
}

#contacts .detail table tr td input.name:first-child {
  margin-right: 20px;
}

.status {
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  font-size: 15px;
  margin-bottom: 50px;
}

.status .status-inner {
  position: relative;
  width: 32%;
  display: inline-block;
  float: left;
  color: #fff;
  margin: 4px 4px 4px 0;
  line-height: 1;
}

.status .status-inner::after {
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  height: 0;
  width: 0;
  border: 23px solid transparent;
  border-left-width: 20px;
  z-index: 1;
  -webkit-transform: translateX(4px);
  -moz-transform: translateX(4px);
  -ms-transform: translateX(4px);
  -o-transform: translateX(4px);
  transform: translateX(4px);
  border-left-color: #fff;
  margin: 0;
}

.status .status-inner span {
  position: relative;
  display: block;
  text-align: center;
  background-color: #99d9f6;
  border-color: #99d9f6;
  padding: 1em .8em 1em 1.6em;
}

.status .status-inner span::after {
  position: absolute;
  top: 0;
  left: 100%;
  content: '';
  height: 0;
  width: 0;
  border: 23px solid transparent;
  border-right-width: 0;
  border-left-width: 20px;
  z-index: 2;
  border-left-color: inherit;
}

.status .status-inner:last-child span::after {
  display: none;
}

.status .current span {
  background-color: #00a0e9;
}

.status .current span::after {
  border-left-color: #00a0e9;
}

#contacts .detail #teltable01, #contacts .detail #teltable02 {
  display: inline-block;
  position: relative;
  float: left;
  width: 50%;
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 50px;
  border: solid 2px #000000;
  padding: 10px 0;
}

#contacts .detail #teltable01 {
  border-right: 0;
}

#contacts .detail #teltable01 tr td:first-child {
  padding-left: 35px;
}

#contacts .detail #teltable01 tr td:last-child {
  padding-right: 10px;
}

#contacts .detail #teltable02 {
  border-left: 0;
}

#contacts .detail #teltable02 tr td:last-child {
  padding-right: 35px;
}

#contacts .detail #teltable02 tr td:first-child {
  padding-left: 10px;
}

#contacts .detail #teltable01 td, #contacts .detail #teltable02 td {
  padding: 10px 0;
  box-sizing: border-box;
}

.mw_wp_form .horizontal-item {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  margin-right: 15px;
}

.mw_wp_form .horizontal-item+.horizontal-item {
  margin-left: 0;
  margin-right: 15px;
}

.thanks, #contacts .detail button, #contacts .detail input[type="submit"] {
  position: relative;
  cursor: pointer;
  margin-top: 40px;
  background-color: #000000;
  border: solid 1px #000000;
  padding: 24px 0;
  width: 280px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  transition: .3s;
}

.thanks {
  transition: .3s;
  display: inline-block;
}

.submit {
  position: relative;
}

.thanks::after, .submit::after {
  position: absolute;
  content: '';
  top: 50%;
  right: 20px;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.thanks:hover::after, .submit:hover::after {
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
}

.submit.mr30 {
  margin-right: 50px;
}

.thanks:hover, #contacts .detail button:hover, #contacts .detail input[type="submit"]:hover {
  background-color: #fff;
  color: #000000;
}
.errornone .error {
  display: none;
}

@media (max-width:1000px) {
  select {
    padding: 8px 35px 8px 15px;
    width: 100%;
    font-size: 1.2em;
  }
  #contacts .detail {
    padding: 30px 0;
  }
  .status {
    margin-bottom: 30px;
  }
  #contacts .detail #teltable01, #contacts .detail #teltable02 {
    float: none;
    width: 100%;
    margin: 0 auto;
  }
  #contacts .detail #teltable01 {
    border-right: 2px solid #000000;
    border-bottom: 0;
  }
  #mw_wp_form_mw-wp-form-261 table tr {
    display: block;
    padding: 15px 0;
  }
  #mw_wp_form_mw-wp-form-261 table tr td:last-child {
    padding-top: 0!important;
  }
  #contacts .detail #teltable01 td, #contacts .detail #teltable02 td {
    display: block;
    padding: 10px;
    width: 100%;
  }
  #contacts .detail #teltable01 tr td:first-child {
    padding-bottom: 0;
    padding-left: 10px;
  }
  #contacts .detail #teltable01 tr td:last-child {
    padding-top: 0;
    padding-right: 10px;
  }
  #contacts .detail #teltable02 {
    border-left: 2px solid #000000;
    border-top: 0;
    margin-top: -20px;
    margin-bottom: 30px;
  }
  #contacts .detail #teltable02 tr td:last-child {
    padding-top: 0;
    padding-right: 10px;
  }
  #contacts .detail #teltable02 tr td:first-child {
    padding-bottom: 0;
    padding-left: 10px;
  }
  #contacts .detail table tr td {
    display: block;
    width: 100%;
    padding: 10px 0;
  }
  #contacts .detail table tr td input.name {
    max-width: 160px
  }
  #contacts .detail input, #contacts .detail textarea {
    max-width: 300px;
  }
  #contacts .detail textarea {
    max-width: 100%;
  }
  #contacts .detail h4 strong {
    font-size: .9em;
    text-indent: .1em
    display: block;
  }
  #contacts .detail table tr td strong {
    font-size: .8em;
  }
  .mw_wp_form .horizontal-item+.horizontal-item {
    margin: 0 auto;
  }
  .mw_wp_form .horizontal-item {
    display: inline-block;
    min-width: 48%;
    vertical-align: top;
  }
  .thanks, #contacts .detail button, #contacts .detail input[type="submit"] {
    margin-top: 30px;
    max-width: 100%;
    padding: 15px 0;
    width: 100%;
  }
  #contacts.confirm .detail button, #contacts.confirm .detail input[type="submit"] {
    width: 45%;
  }
  .submit.mr30 {
    margin-right: 9%;
  }
  .mw_wp_form .horizontal-item{
    margin-right: 0;
  }
  #contacts .detail h3 {
    font-size: 1.8em;
    padding: 15px;
    box-sizing: border-box;
  }
  #contacts .detail h4 {
    font-size: 1.8em;
  }
  #contacts .detail input[type="radio"] {
    position: relative;
    -webkit-appearance: button;
    appearance: button;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    content: '';
    background-color: #fff;
    border: 1px solid #aaa;
    -webkit-border-radius: 24px;
    border-radius: 24px;
    vertical-align: middle;
    cursor: pointer;
  }
  #contacts .detail input[type="checkbox"] {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    content: '';
    background-color: #fff;
    border: 1px solid #aaa;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    vertical-align: middle;
    cursor: pointer;
  }
  .mwform-radio-field-text,.mwform-checkbox-field-text {
    display: inline-block;
    vertical-align: middle;
  }
  #contacts .detail input[type="radio"]:checked::after {
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    content: '';
    width: 10px;
    height: 10px;
    background: #00a0e9;
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }
}



/************************************************************
 style: guide
************************************************************/

.guide h3 {
    color: #fff;
    font-size: 2.2em;
    padding: 15px 25px;
    box-sizing: border-box;
    background: url(../images/common/bg_ttl3.png);
    margin: 60px auto 20px;
    }

.guide figure {
  display: inline-block;
  width: 32%;
  margin: 0 auto 35px;
  text-align: center;
  margin: 0 10px;
}

.guide figure figcaption {
  display: block;
  font-size: 1.4em;
  margin-top: 10px;
  color: #000000
}

.guide figure:nth-child(3n+3) {
  margin: 0 0px;
}

.guide.other figure {
  margin: 0 10px !important;
}

.guide.other figure:nth-child(3n+1) {
  margin: 0 10px !important;
}

.mitsubishi p {
  overflow: hidden;
}

.guide a {
  color: #1f98d0;
}

.guide a:hover {
  text-decoration: underline;
}

.guide.mitsubishi figure {
  clear: both;
  max-width: 25% !important;
  width: 24%;
  margin: 0 7px;
}

.guide.mitsubishi p>img {
  float: left;
  width: 50%;
}

.guide.mitsubishi figure:first-of-type, .guide.mitsubishi figure:last-of-type {
  margin: 0 auto;
}

.town img {
  display: block;
  margin: 0 auto;
}

@media (max-width:1000px) {
  .guide h3 {
    font-size: 1.8em;
  }
  .guide figure {
    display: block;
    max-width: 100% !important;
    width: 100%;
    margin: 0 auto 20px auto !important;
  }
  .guide figure img {
    display: block;
    width: 100%;
  }
  .guide.mitsubishi p>img {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .guide.mitsubishi p>img:last-child {
    margin-bottom: 0;
  }
  .guide.mitsubishi figure, .guide.other figure, .guide.other figure:nth-child(3n+1) {
    max-width: 100% !important;
    width: 100%;
    margin: 0 auto 20px auto !important;
  }
}



/************************************************************
 style: category, single, blog, news-list, product-info, company-info, other-news
************************************************************/

.main-wrapper {
  position: relative;
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 60px 0;
  overflow: hidden;
}

.main-wrapper #blog, .main-wrapper #sidebar {
  float: left;
  overflow: hidden;
  box-sizing: border-box;
}

.main-wrapper #blog {
  width: 690px;
}

.main-wrapper #sidebar {
  width: 310px;
  padding-left: 60px;
}

.post-list {
  position: relative;
  display: block;
  width: 100%;
}

.post-list li {
  position: relative;
  float: left;
  box-sizing: border-box;
  width: 310px;
  height: auto;
  margin: 0 70px 35px 0;
  background-color: #f1f8fb;
}

.post-list li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-align: left;
}

.post-list li a:hover::before {
  position: absolute;
  content: '';
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  top: 0;
  left: 0;
  border: solid 2px #1f98d0;
}

.post-list li:nth-child(odd) {
  clear: both;
}

.post-list li:nth-child(2n) {
  margin-right: 0;
}

.post-list li figure {
  margin: 0 auto;
  display: block;
  width: 100%;
  height: 210px;
  box-sizing: border-box;
}

.post-list li figure img {
  margin: 0 auto;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.post-list li .meta {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 30px 40px;
}

.post-list li .meta h3, .post-list li .meta time {
  display: block;
  font-size: 1.6em;
  color: #000000;
  margin-bottom: 15px;
}

.post-list li .meta .cats span {
  display: inline-block;
  line-height: 1;
  font-size: 1.4em;
  color: #fff;
  background-color: #1f98d0;
  box-sizing: border-box;
  padding: 5px 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.wp-pagenavi {
  clear: both;
  overflow: hidden;
  display: block;
  font-size: 1.8em;
  text-align: center;
  color: #000000;
}

.wp-pagenavi span, .wp-pagenavi a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  padding: 10px;
  box-sizing: border-box;
  margin-right: 10px;
}

.wp-pagenavi .pages {
  background: url('../images/common/bg_ttl3.png');
  color: #fff;
  box-sizing: border-box;
}

.wp-pagenavi .current::after, .wp-pagenavi a:hover::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background-color: #1f98d0;
}

.previouspostslink, .nextpostslink {
  width: 38px;
  color: #fff;
  background-color: #1f98d0;
}

.nextpostslink {
  margin: 0 !important;
}

.previouspostslink:hover::after, .nextpostslink:hover::after {
  display: none;
}

/* サイドバー */

.side-menu {
  position: relative;
  margin-bottom: 40px
}

.side-ttl {
  color: #fff;
  font-size: 1.6em;
  padding: 15px 20px;
  box-sizing: border-box;
  background: url('../images/common/bg_ttl3.png');
  margin: 0 auto 20px auto;
}

.side-menu ul {
  position: relative;
  font-size: 1.6em;
}

.cat-item, .side-news li {
  margin-bottom: 10px;
}

.cat-item a, .side-news li a {
  position: relative;
  color: #1f98d0;
  transition: .3s;
}

.cat-item a:hover, .side-news li a:hover {
  opacity: .8;
}

.cat-item a::before , .side-news li a::before {
  content: '';
  display: inline-block;
  vertical-align: baseline;
  margin-right: 10px;
  width: 8px;
  height: 8px;
  border: solid 3px #1f98d0;
  border-radius: 50%;
}

.tag-cloud-link {
  display: inline-block;
  font-size: 1.3em !important;
  color: #1f98d0;
  line-height: 1;
  padding: 3px 15px;
  vertical-align: middle;
  margin-right: 5px;
  border-radius: 10px;
  border: solid 2px #1f98d0;
  transition: .3s;
}

.tag-cloud-link:hover {
  opacity: .8;
}

.wpp-list li {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: dashed 1px #bababa;
  overflow: hidden;
  clear: both;
}

.wpp-list li img {
  float: left;
  box-sizing: border-box;
  width: 84px;
  height: 58px;
  object-fit: cover;
}

.wpp-list li>div {
  float: left;
  box-sizing: border-box;
  width: 166px;
  padding-left: 10px;
  font-size: .9em;
  color: #000000;
}

.wpp-list li .time {
  display: block;
}

.wpp-list li .category-wrap {
  display: none;
}

/* 記事内 */

.single {
  position: relative;
  font-size: 1.6em;
  color: #000000;
}

.post-meta {
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}

.post-meta a {
  transition: .3s;
}

.post-meta a:hover {
  opacity: .7;
}

.post-meta time, .post-meta .post-cats, .post-meta .post-cats span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}

.post-meta time {
  font-size: 1.1em;
  margin-right: 10px;
}

.post-meta .post-cats span {
  font-size: .9em;
  color: #fff;
  background-color: #1f98d0;
  padding: 5px 10px;
  box-sizing: border-box;
  margin-right: 5px;
}

.post-meta h2 {
  font-size: 1.4em;
  margin: 20px auto;
  padding-bottom: 3px;
  border-bottom: solid 2px #b5b5b5;
}

.post-tags {
  display: block;
  margin-bottom: 30px;
}

.post-tags span {
  display: inline-block;
  font-size: .8em;
  color: #1f98d0;
  line-height: 1;
  padding: 3px 15px;
  vertical-align: middle;
  margin-right: 5px;
  border-radius: 10px;
  border: solid 2px #1f98d0;
  transition: .3s;
}

.post-inner img {
  display: block;
  margin: 0 auto 1em auto;
}

.post-inner p {
  display: block;
  text-align: left;
  margin: 0 auto 1em auto;
}

.post-inner a {
  color: #1a0dab;
}

.post-inner a:hover {
  text-decoration: underline;
}

.post-inner h2 {
  color: #1f98d0;
  margin: 2em auto 1em auto;
}

.post-inner h3, .post-inner h4 {
  color: #1f98d0;
  margin: 1.5em auto 1em auto;
}

.post-inner iframe {
  display: block;
  margin: 1.5em auto 1em auto;
  max-width: 100%;
  height: auto;
}

.post-inner blockquote {
  display: inline-block;
  box-sizing: border-box;
  font-size: .8em;
  background-color: #eee;
  color: #555;
  margin: 0 auto;
  padding: 20px 20px 20px 40px;
  position: relative;
}

.post-inner blockquote p {
  margin: 0 auto;
}

.post-inner blockquote::before {
  content: '”';
  font-size: 400%;
  line-height: 1;
  color: #999;
  position: absolute;
  left: 10px;
  top: 10px;
}

.post-inner table {
  box-sizing: border-box;
  border-collapse: collapse;
  margin-bottom: 1em;
}

.post-inner table th, .post-inner table td {
  box-sizing: border-box;
  border: solid 1px #e5e5e5;
  padding: 10px;
}

.post-inner table th {
  background-color: #f2f2f2;
}

.post-inner ul, .post-inner ol {
  padding-left: 1em;
  box-sizing: border-box;
}

.post-inner ul>li, .post-inner ol>li {
  list-style: inherit;
}

.post-link {
  position: relative;
  margin-top: 60px;
  text-align: center;
  line-height: 1;
}

.post-link>div {
  display: inline-block;
  vertical-align: middle;
  color: #1f98d0;
}

.blog-all {
  position: relative;
  box-sizing: border-box;
  margin: 0 20px;
  border: solid 2px #1f98d0;
}

.blog-all a {
  position: relative;
  box-sizing: border-box;
  padding: 10px 40px;
  display: block;
  width: 100%;
  height: 100%;
}

.blog-all a::after {
  position: absolute;
  content: '';
  top: 50%;
  right: 20px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-top: 2px solid #1f98d0;
  border-right: 2px solid #1f98d0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.next_post_link a, .previous_post_link a {
  position: relative;
}

.next_post_link a::after, .previous_post_link a::after {
  position: absolute;
  content: '';
  top: 50%;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-top: 2px solid #1f98d0;
  border-right: 2px solid #1f98d0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.next_post_link a::after {
  right: -20px;
}

.previous_post_link a::after {
  left: -20px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.news-list {
  position: relative;
  display: block;
  width: 100%;
}

.news-list li {
  position: relative;
  font-size: 1.6em;
  color: #000000;
  box-sizing: border-box;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: dashed 1px #b8b8b8;
}
.news-list li a {
  transition: .3s;
}
.news-list li a:hover {
  opacity: .7;
}

.news-list li h3 {
  font-size: 1em;
}

.news-list li .meta {
  display: block;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 15px;
}

.news-list li .meta time, .news-list li .meta .cats {
  display: inline-block;
  vertical-align: baseline;
}

.news-list li .meta .cats {
  margin-left: 10px;
}

.news-list li .meta .cats span {
  color: #fff;
  font-size: .8em;
  display: inline-block;
  vertical-align: baseline;
  padding: 5px 15px;
}

span.product-info,.post-cats.product-info {
  background-color: #03acc8 !important;
   color: #fff;
    font-size: .8em;
    display: inline-block;
    vertical-align: baseline;
    padding: 5px 15px;
}

span.company-info,.post-cats.company-info {
  background-color: #00a0e9 !important;
	color: #fff;
    font-size: .8em;
    display: inline-block;
    vertical-align: baseline;
    padding: 5px 15px;

}

span.other-news,.post-cats.other-news {
  background-color: #35a594 !important;
	color: #fff;
    font-size: .8em;
    display: inline-block;
    vertical-align: baseline;
    padding: 5px 15px;

}

@media (max-width:1000px) {
  .main-wrapper {
    padding: 30px 0;
  }
  .main-wrapper #blog, .main-wrapper #sidebar {
    float: none;
  }
  .main-wrapper #blog {
    width: 100%;
    margin-bottom: 30px;
  }
  .main-wrapper #sidebar {
    width: 100vw;
    margin: 0 -10px;
    padding-left: 0;
  }
  .post-list li {
    float: none;
    width: 100%;
    margin: 0 auto 15px auto;
  }
  .post-list li figure {
    height: 230px;
  }
  .wp-pagenavi {
    margin-top: 30px;
  }
  /* サイドバー */
  .side-menu {
    margin-bottom: 0;
  }
  .side-menu .side-ttl {
    margin: 0 auto;
  }
  .cat-item, .side-news li {
    position: relative;
    margin-bottom: 10px;
    padding: 10px 0 10px 20px;
    box-sizing: border-box;
    border-bottom: solid 2px #bebebe;
    margin: 0 auto;
  }
  .cat-item::after, .side-news li::after {
    position: absolute;
    content: '';
    top: 50%;
    right: 20px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    border-top: 2px solid #000000;
    border-right: 2px solid #000000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .cat-item a, .side-news li a {
	display: block;
    position: relative;
    color: #1f98d0;
    transition: .3s;
  }
  .tagcloud {
    box-sizing: border-box;
    padding: 20px 10px;
  }
  .wpp-list li {
    position: relative;
    box-sizing: border-box;
    padding: 10px;
    margin-bottom: 0;
  }
  .wpp-list li:last-child {
    border: none;
  }
  .wpp-list li img {
    width: 50%;
    height: auto;
	min-height: 115px;
    padding-right: 20px;
  }
  .wpp-list li>div {
	position: absolute;
	top: 0;
	right: 0;
    width: 50%;
	height: 100%;
    padding: 10px;
  }
  .wpp-list li .time {
    display: block;
  }
  .wpp-list li .category-wrap {
    display: block;
    position: absolute;
    bottom: 10px;
    right: 10px;
  }
  .wpp-list li .category-wrap a {
    display: inline-block;
    line-height: 1;
    font-size: .8em;
    color: #fff;
    background-color: #1f98d0;
    box-sizing: border-box;
    padding: 5px 10px;
    margin-right: 5px;
  }
  .wpp-list li .category-wrap a:last-child {
    margin-right: 0;
  }
  /* 記事内 */
  .single {
    position: relative;
    font-size: 1.6em;
    color: #000000;
  }
  .post-meta {
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
  }
  .post-meta time, .post-meta .post-cats, .post-meta .post-cats span {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
  }
  .post-meta time {
    display: block;
    margin-bottom: 10px;
    font-size: 1.1em;
    margin-right: 10px;
  }
  .post-meta .post-cats span {
    font-size: .9em;
    color: #fff;
    background-color: #03acc8;
    padding: 5px 10px;
    box-sizing: border-box;
    margin-bottom: 5px;
  }
  .post-meta h2 {
    font-size: 1.4em;
    margin: 20px auto;
    padding-bottom: 3px;
    border-bottom: solid 2px #b5b5b5;
  }
  .post-tags {
    display: block;
    margin-bottom: 30px;
  }
  .post-tags span {
    display: inline-block;
    font-size: .8em;
    color: #1f98d0;
    line-height: 1;
    padding: 3px 15px;
    vertical-align: middle;
    margin-right: 5px;
    border-radius: 10px;
    border: solid 2px #1f98d0;
    transition: .3s;
  }
  .post-inner h2, .post-inner h3 {
    font-size: 1.2em;
    margin: 2em auto .5em auto;
  }
  .post-inner h2 {
    padding-bottom: 5px;
    border-bottom: solid 2px #b5b5b5
  }
}

.news-inner h2, .news-inner h3, .news-inner h4 {
  font-size: 1.1em;
}

.news-inner h2 {
  padding-bottom: 10px;
  border-bottom: dashed 1px #b5b5b5
}

/************************************************************
 style: guide
************************************************************/

.guide tr:nth-child(2n) {
    background: #f6f6f6;
	 font-size: 1.4em;
    box-sizing: border-box;
    color: #000000;
    text-align: left;
    padding: 15px 20px;
}

.guide tr{
	 font-size: 1.4em;
    box-sizing: border-box;
    color: #000000;
    text-align: left;
    padding: 15px 20px;
}

.guide th {
  box-sizing: border-box;
  text-align: center;
  font-weight: normal;
  padding: 15px 10px;
  color: #fff;
  background-color: #bebebe;
}
.guide td {
  text-align: left;
  box-sizing: border-box;
  vertical-align: top;
  padding: 15px 10px;
}
/*.guide :last-of-type tr td:first-child, .guide :last-of-type tr td:nth-child(2), .guide tr th:first-child {
  white-space: nowrap;
}*/

@media (max-width:1000px) {
 .guide td span {
    display: block;
  }
.guide :last-of-type tr td:nth-child(2) {
    white-space: normal;
  }
.guide  th, table td {
    padding: 10px 5px;
    font-size: .9em;
  }
.guide  td {
    white-space: nowrap;
  }
.guide  tr td:last-child {
    white-space: normal;
  }

/************************************************************
 style: あああああ
************************************************************/
table th {
  box-sizing: border-box;
  text-align: center;
  font-weight: normal;
  padding: 15px 10px;
  color: #fff;
  background-color: #bebebe;
}
table td {
  text-align: left;
  box-sizing: border-box;
  vertical-align: top;
  padding: 15px 10px;
}
table:last-of-type tr td:first-child, table:last-of-type tr td:nth-child(2), table tr th:first-child {
  white-space: nowrap;
	display:block;
}
.button-recruit button td?{?    
	display: block;
}

.button-recruit button {
    margin-top: 30px;
    max-width: 100%;
    padding: 1px 0;
    width: 100%;
    background-color: black;
}

.button-recruit button :hover {
    background-color: #fff;
    color: #000000;
}
.button-recruit button a :hover {
    background-color: #fff;
    color: #000000;
}
}


@media (max-width:1000px) {
  table td span {
    display: block;
  }
  table:last-of-type tr td:nth-child(2) {
    white-space: normal;
  }
  table th, table td {
    padding: 10px 5px;
    font-size: .9em;
  }
  table td {
    white-space: nowrap;
  }
  table tr td:last-child {
    white-space: normal;
  }
}

button.styled {
    display: inline-block;
    padding: 0.3em 1em;
    text-decoration: none;
    font-weight: bold;
    color: #606069;
    border: none;
    border-radius: 3px;
    transition: .4s;
    background-color: #dce2e2;
}

button.styled:hover {
  opacity: .7;
}

/* サイドバー(SP)追加調整 - 2025-10-17 */
.tag-cloud-link {
    margin: 0 .25rem .5rem 0 !important;
}
@media screen and (max-width:1000px) {
.side-menu a img{
    margin:0 auto;
}
.side-menu:nth-of-type(1) a,
.side-menu:nth-of-type(2) a,
.side-menu:nth-of-type(7) a,
.side-menu:nth-of-type(8) a{
    display: block;
}
.side-menu:nth-of-type(1) a img{
    margin:0 auto;
	display: block;
}
.side-menu:nth-of-type(2) a img{
    margin:1rem auto;
	display: block;
}
.side-menu:nth-of-type(7) a img{
    margin:0 auto;
	display: block;
}
.side-menu:nth-of-type(8) a img{
    margin:1rem auto;
	display: block;
}
	
}

/* 注意喚起ラベル */
.news-list li .meta .cats span.caution{
  background: #e60012;
}
.post-cats span.caution{
  background: #e60012 !important;
}

.news-head span.caution {
    background-color: #e60012;
    color: #fff;
    font-size: .8em;
    display: inline-block;
    vertical-align: baseline;
    padding: 5px 15px;
	 margin-left: 7px;
}
