@charset "UTF-8";
/**
* Table of Contntens:
*
* 1.0 - Reset
* 2.0 - Basic Structure
* 3.0 - Header
* 4.0 - Page
*   4.1  - Home
*   4.2  - 下層ページ共通
*   4.3  - Product Search
*   4.4  - Product Single
*   4.5  - Support
*   4.6  - Download
*   4.7  - Contact
*   4.8  - News
*   4.9  - Company
*   4.10 - Recruit
*   4.11 - Recruit Interview
*   4.12 - Recruit Internship
*   4.13 - Recruit Guideline
*   4.14 - Site Search

* 5.0 - Footer
* -----------------------------------------------------------------------------
*/
/**
* 1.0 - Reset
* -----------------------------------------------------------------------------
*/
/* Typography */
body {
  font-family: "Helvetica Neue", source-han-sans-cjk-ja, sans-serif;
  font-size: 14px;
  line-height: 1.6;
}

/* link */
a {
  text-decoration: none;
  color: inherit;
}

/* list */
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.en_header {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

/* img */
img {
  vertical-align: bottom;
}

img.en_bnr {
  width: 100%;
}

/* link */
a.linktxt {
  color: #19b90f;
}
a.linktxt:hover {
  text-decoration: underline;
}

/* text */
.font_bold {
  font-weight: 700;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

/* visibility */
.sp {
  display: none !important;
}

/* letter-spacing */
.letter_spacing_0 {
  letter-spacing: 0 !important;
}

/* レイアウト調整 */
.margin_b_40 {
  margin-bottom: 40px;
}

.bg_light {
  background-color: #f2f5f8;
}

@media (max-width: 750px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
/* clearfix */
.cf:after {
  content: "";
  display: block;
  clear: both;
}

input[type=submit],
input[type=text],
input[type=email] {
  -webkit-appearance: none;
}

.txt_bold {
  font-weight: bold;
}

/**
* 2.0 - Basic Structure
* -----------------------------------------------------------------------------
*/
body {
  margin: 0;
}

.row {
  max-width: 960px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 750px) {
  .row {
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
/**
* 3.0 - Header
* -----------------------------------------------------------------------------
*/
header .header_top .row {
  padding-top: 20px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .header_top .row .header_top_l h1 {
  margin: 0;
}
header .header_top .row .header_top_l h1 img {
  max-width: 277px;
}
header .header_top .row .header_top_r {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
}
header .header_top .row .header_top_r .nav_sub ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
header .header_top .row .header_top_r .nav_sub ul li {
  margin: 0 15px;
}
header .header_top .row .header_top_r .nav_sub ul li a {
  font-size: 9px;
  color: #232323;
}
header .header_top .row .header_top_r .nav_sub ul li a:hover {
  text-decoration: underline;
}
header .header_top .row .header_top_r .lang {
  margin-left: 15px;
}
header .header_bottom {
  border-top: 1px solid #e5e6eb;
  position: relative;
}
header .header_bottom .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .header_bottom .row .nav_main {
  -webkit-flex-basis: 59.16%;
      -ms-flex-preferred-size: 59.16%;
          flex-basis: 59.16%;
  position: relative;
}
header .header_bottom .row .nav_main > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-left: 1px solid #e5e6eb;
}
header .header_bottom .row .nav_main > ul > li {
  border-right: 1px solid #e5e6eb;
  width: 25%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
}
header .header_bottom .row .nav_main > ul > li > a {
  text-align: center;
  width: 100%;
  height: 100%;
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
header .header_bottom .row .nav_main > ul > li > a:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  top: 4px;
  height: 18px;
  position: relative;
}
header .header_bottom .row .nav_main > ul > li .sub {
  position: absolute;
  top: 100%;
  visibility: hidden;
  background-color: #353855;
  opacity: 0;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  z-index: 10000;
}
header .header_bottom .row .nav_main > ul > li .sub ul {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
header .header_bottom .row .nav_main > ul > li .sub ul li {
  display: inline-block;
}
header .header_bottom .row .nav_main > ul > li .sub ul li a {
  padding: 20px 40px;
  width: 100%;
  height: 100%;
  color: #fff;
  display: block;
  background-color: #353855;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 13px;
}
header .header_bottom .row .nav_main > ul > li .sub ul li a:hover {
  background-color: #3f4260;
}
header .header_bottom .row .nav_main > ul > li:hover .sub {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  visibility: visible;
  opacity: 1;
}
header .header_bottom .row .nav_main > ul .li_products a:before {
  width: 23px;
  background-image: url("../images/common/icon_products.png");
}
header .header_bottom .row .nav_main > ul .li_support a:before {
  width: 22px;
  background-image: url("../images/common/icon_support.png");
}
header .header_bottom .row .nav_main > ul .li_download a:before {
  width: 24px;
  background-image: url("../images/common/icon_download.png");
}
header .header_bottom .row .nav_main > ul .li_contact a:before {
  width: 22px;
  background-image: url("../images/common/icon_contact.png");
}
header .header_bottom .row .nav_main > ul li:nth-child(1).is-current ~ .nav-underline {
  left: 0;
}
header .header_bottom .row .nav_main > ul li:nth-child(2).is-current ~ .nav-underline {
  left: 25%;
}
header .header_bottom .row .nav_main > ul li:nth-child(3).is-current ~ .nav-underline {
  left: 50%;
}
header .header_bottom .row .nav_main > ul li:nth-child(4).is-current ~ .nav-underline {
  left: 75%;
}
header .header_bottom .row .nav_main > ul li:nth-child(1):hover ~ .nav-underline {
  left: 0;
}
header .header_bottom .row .nav_main > ul li:nth-child(2):hover ~ .nav-underline {
  left: 25%;
}
header .header_bottom .row .nav_main > ul li:nth-child(3):hover ~ .nav-underline {
  left: 50%;
}
header .header_bottom .row .nav_main > ul li:nth-child(4):hover ~ .nav-underline {
  left: 75%;
}
header .header_bottom .row .nav_main > ul .nav-underline {
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 25%;
  height: 5px;
  background: #19b90f;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header .header_bottom .row .site_search {
  -webkit-flex-basis: 21.14%;
      -ms-flex-preferred-size: 21.14%;
          flex-basis: 21.14%;
  position: relative;
}
header .header_bottom .row .site_search .searchfield {
  width: 100%;
  padding: 5px 35px 5px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #f0f0f4;
  /*background-image: url('../images/common/icon_search.png');
  background-size: auto 70%;
  background-repeat: no-repeat;
  background-position: 15px center;*/
  border: none;
  border-radius: 1em;
}
header .header_bottom .row .site_search .searchfield::-webkit-input-placeholder {
  font-size: 11px;
  color: #b9b9cc;
}
header .header_bottom .row .site_search .searchfield::-moz-placeholder {
  font-size: 11px;
  color: #b9b9cc;
}
header .header_bottom .row .site_search .searchfield:-ms-input-placeholder {
  font-size: 11px;
  color: #b9b9cc;
}
header .header_bottom .row .site_search .searchfield::-ms-input-placeholder {
  font-size: 11px;
  color: #b9b9cc;
}
header .header_bottom .row .site_search .searchfield::placeholder {
  font-size: 11px;
  color: #b9b9cc;
}
header .header_bottom .row .site_search .searchsubmit {
  position: absolute;
  top: 50%;
  right: 10px;
  cursor: pointer;
  border: none;
  background-color: rgba(240, 240, 244, 0);
  background-image: url("../images/common/icon_search.png");
  background-size: auto 70%;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: -10px;
  padding: 4px 15px 4px 0;
}

/* drawer nav */
.drawer-nav {
  width: 100%;
  background-color: #dfe0e9;
  padding: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.drawer-overlay {
  z-index: 1 !important;
}

.drawer-toggle {
  width: 26px;
  height: 25px;
  background-image: url("../images/common/btn_drawer_open.png");
  background-size: contain;
  background-repeat: no-repeat;
  padding: 0;
  right: 10px !important;
  top: 15px;
}
.drawer-toggle span {
  display: none;
}

.drawer-open .drawer-toggle {
  background-image: url("../images/common/btn_drawer_close.png");
  width: 20px;
  height: 26px;
  z-index: 101;
}

.drawer-menu {
  padding-bottom: 800px;
  border-top: 1px solid #c4c6cf;
  /* ドロワーメニュー内開閉 */
  /*＋、－切り替え*/
}
.drawer-menu > li {
  position: relative;
}
.drawer-menu > li .line {
  border-bottom: 1px solid #c4c6cf;
  position: relative;
  padding: 6px 0;
}
.drawer-menu > li .line:before {
  border-bottom: 1px solid #19B90F;
  position: absolute;
  bottom: -1px;
  content: "";
  display: block;
  width: 50px;
}
.drawer-menu > li .line > a {
  font-size: 15px;
  font-weight: 700;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  display: inline;
}
.drawer-menu > li .sub {
  margin-top: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #c4c6cf;
  padding-bottom: 10px;
}
.drawer-menu > li .sub > li {
  line-height: 2;
  padding-left: 15px;
}
.drawer-menu > li .sub > li a {
  font-size: 11px;
}
.drawer-menu .home > a,
.drawer-menu .news > a {
  border-bottom: none;
}
.drawer-menu .has_child {
  position: relative;
}
.drawer-menu .icon {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0;
  z-index: 1;
  margin-top: 13px;
}
.drawer-menu .icon span {
  position: absolute;
  left: 6px;
  width: 50%;
  height: 1px;
  background-color: #19B90F;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
}
.drawer-menu .icon,
.drawer-menu .icon span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.drawer-menu .icon span:nth-of-type(1) {
  top: 5px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
.drawer-menu .icon span:nth-of-type(2) {
  top: 5px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.drawer-menu .icon.active span:nth-of-type(1) {
  display: none;
}
.drawer-menu .icon.active span:nth-of-type(2) {
  top: 5px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.drawer--right .drawer-nav {
  right: -100%;
  z-index: 100;
}

@media (max-width: 750px) {
  header .header_top .row {
    padding-top: 0;
  }
  header .header_top .row .header_top_l h1 img {
    max-width: 193px;
  }
  header .header_top .row .header_top_r .lang {
    margin-right: 40px;
    margin-top: 5px;
  }
  header .header_bottom .row {
    display: block;
  }
  header .header_bottom .row .nav_main ul li {
    width: 50%;
  }
  header .header_bottom .row .nav_main ul li a {
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 12px;
  }
}
.lang span {
  display: inline-block;
  float: left;
  border-top: 1px solid #e5e6eb;
  border-bottom: 1px solid #e5e6eb;
  background-color: #e3e5ec;
  color: #c5c5d4;
  height: 24px;
}
.lang span a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 9px;
}
.lang span:first-child {
  border-left: 1px solid #e5e6eb;
  border-right: 1px solid #e5e6eb;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
.lang span:last-child {
  border-right: 1px solid #e5e6eb;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
.lang .current {
  background-color: #f9f9fb;
  color: #232323;
}

@media (max-width: 750px) {
  .lang span a {
    font-size: 8px;
  }
}
/**
* 4.0 - Page
* -----------------------------------------------------------------------------
*/
/* Search */
.search_area {
  background-image: url("../images/common/bg1.jpg");
  padding-top: 30px;
}
.search_area h2 {
  font-size: 42px;
  text-align: center;
  color: #bec0cb;
  font-weight: 400;
  margin: 0;
}
.search_area h2:before {
  content: "";
  display: inline-block;
  height: 36px;
  width: 40px;
  background-image: url("../images/common/icon_search2.png");
  background-size: cover;
  margin-right: 10px;
}
.search_area .tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
  padding-bottom: 40px;
}
.search_area .tab li {
  background-color: #fff;
  width: 100%;
  border: 4px solid #19b90f;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #19b90f;
  font-size: 21px;
  -webkit-box-shadow: 3px 3px 3px #aaa;
          box-shadow: 3px 3px 3px #aaa;
  cursor: pointer;
  position: relative;
}
.search_area .tab li:hover {
  background-color: #353855;
  color: #fff;
  border-color: #353855;
}
.search_area .tab li:nth-child(2) {
  margin-right: 4.68%;
  margin-left: 4.68%;
}
.search_area .tab .select {
  background-color: #353855;
  color: #fff;
  border-color: #353855;
}
.search_area .tab .select:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: 35px solid transparent;
  border-bottom: 35px solid #fff;
  bottom: -50px;
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
}
.search_area .tab .sm {
  font-size: 12px;
}
.search_area .tab_en {
  line-height: 1.3;
}
.search_area .tab_content {
  background-color: #fff;
  padding-top: 55px;
  padding-bottom: 50px;
}
.search_area .tab_content h3 {
  font-size: 30px;
  text-align: center;
  font-weight: 400;
  margin: 0 0 15px 0;
  padding-bottom: 45px;
  letter-spacing: 0.2em;
}
.search_area .tab_content h3 span {
  color: #19b90f;
}
.search_area .tab_content h3:after {
  width: 90px;
  content: "";
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 1px;
  background-color: #333;
  margin-top: 20px;
}
.search_area .tab_content .lead {
  font-size: 12px;
  text-align: center;
  margin-bottom: 40px;
}
.search_area .tab_content .hide {
  display: none;
}
.search_area .tab_content .to_products {
  max-width: 290px;
}

@media (max-width: 750px) {
  .search_area {
    padding-top: 15px;
  }
  .search_area h2 {
    font-size: 18px;
  }
  .search_area h2:before {
    height: 17px;
    width: 17px;
  }
  .search_area .tab {
    padding-bottom: 30px;
    margin-top: 10px;
  }
  .search_area .tab li {
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-width: 2px;
  }
  .search_area .tab li .sm {
    display: block;
    font-size: 8px;
  }
  .search_area .tab li:nth-child(2) {
    margin-right: 1%;
    margin-left: 1%;
  }
  .search_area .tab .select:after {
    border-width: 25px;
    bottom: -40px;
  }
  .search_area .tab_content {
    padding-top: 35px;
    padding-bottom: 40px;
  }
  .search_area .tab_content h3 {
    font-size: 20px;
    padding-bottom: 15px;
  }
  .search_area .tab_content h3:after {
    width: 55px;
  }
  .search_area .tab_content h3:after {
    margin-top: 15px;
  }
  .search_area .tab_content .tab_content_inner ul li {
    width: 50% !important;
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important;
    border-right: 1px solid #dadbe4 !important;
    margin-bottom: 20px !important;
    line-height: 1.4 !important;
  }
  .search_area .tab_content .tab_content_inner ul li:nth-child(2n-1) {
    border-left: 1px solid #dadbe4 !important;
  }
  .search_area .tab_content .tab_content_inner ul li .thum img {
    height: 68px;
  }
  .search_area .tab_content .tab_content_inner ul li .name {
    font-size: 9px;
  }
}
h4.underline {
  font-size: 24px;
  font-weight: 400;
  border-bottom: 1px solid #ccc;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 50px;
}
h4.underline .line {
  border-bottom: 1px solid #19B90F;
  position: absolute;
  bottom: 0;
  margin-bottom: -1px;
  content: "";
  display: block;
}

@media (max-width: 750px) {
  h4.underline {
    font-size: 18px;
    padding-bottom: 10px;
  }
}
.btn1,
.btn--dl {
  display: block;
  max-width: 290px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  border: 3px solid #19b90f;
  border-radius: 30px;
  font-size: 11px;
  position: relative;
  background-color: #fff;
  padding: 5px 0;
  line-height: 1.7;
  width: 100%;
}
.btn1:hover,
.btn--dl:hover {
  background-color: #353855;
  border-color: #353855;
  color: #fff;
}
.btn1:after,
.btn--dl:after {
  content: "";
  position: absolute;
  right: 6px;
  background-image: url("../images/common/arrow_r1.png");
  background-size: cover;
  width: 10px;
  height: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn--dl:after {
  content: "";
  position: absolute;
  right: 6px;
  background-image: url("../images/download/icon_download.png");
  background-size: cover;
  width: 20px;
  height: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.bg {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f8fafb+0,ffffff+5,ffffff+5 */
  background: #f8fafb;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f8fafb 0%, #ffffff 5%, #ffffff 5%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#f8fafb), color-stop(5%, #ffffff), color-stop(5%, #ffffff));
  background: linear-gradient(to bottom, #f8fafb 0%, #ffffff 5%, #ffffff 5%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f8fafb", endColorstr="#ffffff", GradientType=0);
  /* IE6-9 */
}

/* カタログダウンロードセクション */
.lineup {
  text-align: center;
  margin-bottom: 60px;
  padding: 50px 20px 70px;
  background-image: url(../images/common/bg1-green.jpg);
  background-size: cover;
}
@media (max-width: 750px) {
  .lineup {
    margin-bottom: 30px;
  }
}
.lineup h2 {
  font-size: 42px;
  text-align: center;
  color: #19b90f;
  font-weight: 400;
  margin: 0;
  mix-blend-mode: multiply;
}
.lineup h2::before {
  content: "";
  display: inline-block;
  height: 28px;
  width: 39px;
  background-image: url(../images/common/icon_lineup.svg);
  background-size: cover;
  margin-right: 10px;
}
@media (max-width: 750px) {
  .lineup {
    padding: 25px 0 35px;
  }
  .lineup h2 {
    font-size: 18px;
  }
  .lineup h2:before {
    height: 12px;
    width: 17px;
  }
}
.lineup .lineup_cont {
  -webkit-transition: 0.1s;
  transition: 0.1s;
  padding-bottom: 20px;
  display: block;
}
.lineup .lineup_cont:hover {
  opacity: 0.8;
}
.lineup .lineup_cont img {
  max-width: 960px;
  margin-top: 20px;
  width: 100%;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 750px) {
  .lineup .lineup_cont {
    display: block;
  }
}
.lineup .lineup_cont .logo {
  -webkit-flex-basis: 40%;
      -ms-flex-preferred-size: 40%;
          flex-basis: 40%;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 30px;
}
@media (max-width: 750px) {
  .lineup .lineup_cont .logo {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.lineup .lineup_cont .logo img {
  width: 100%;
  max-width: 280px;
}
.lineup .lineup_cont .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #000;
  font-size: 50px;
  font-weight: bold;
}
@media (max-width: 750px) {
  .lineup .lineup_cont .title {
    text-align: center;
    width: 100%;
    display: block;
  }
}
.lineup .lineup_cont .title img {
  width: 70px;
  margin-left: 20px;
}

/**
* 4.1 - Home
* -----------------------------------------------------------------------------
*/
.page_home .tab_content_inner ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.page_home .tab_content_inner ul li {
  width: 25%;
  padding: 0 4%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 50px;
  position: relative;
}
.page_home .tab_content_inner ul li:not(:nth-child(4n)) {
  border-right: 1px solid #dadbe4;
}
.page_home .tab_content_inner ul li .thum {
  text-align: center;
  margin-bottom: 10px;
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}
.page_home .tab_content_inner ul li .thum img {
  max-height: 105px;
}
.page_home .tab_content_inner ul li .name {
  text-align: center;
  font-size: 13px;
}
.page_home .tab_content_inner ul li .name:after {
  content: "";
  width: 10px;
  height: 10px;
  background-image: url("../images/common/arrow_r1.png");
  background-size: cover;
  display: inline-block;
  top: 1px;
  position: relative;
  margin-left: 5px;
}
.page_home .tab_content_inner ul li .linkarea {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page_home .tab_content_inner ul li:hover .thum {
  opacity: 0.5;
}
.page_home .tab_content_inner ul li:hover .name {
  color: #19b90f;
}
.page_home .tab_content_tool ul li .thum img {
  max-width: 138px;
}
.page_home .tab_content_use ul li .thum img {
  max-width: 96px;
}

@media (max-width: 750px) {
  .page_home footer {
    margin-top: 0px;
  }
}
/* slider */
.bx-wrapper {
  height: 375px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  margin-bottom: 0;
}

.slider_wrap {
  position: relative;
}
.slider_wrap .bx-controls-direction a {
  width: 35px;
  height: 65px;
  margin-top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-position: 0 0 !important;
  background-size: cover;
}
.slider_wrap .bx-controls-direction a:hover {
  background-position: 0 0;
}
.slider_wrap .bx-next {
  background-image: url("../images/home/arrow_slider_r.png");
}
.slider_wrap .bx-prev {
  background-image: url("../images/home/arrow_slider_l.png");
}

.slide_item {
  background-position: center center;
  background-size: cover;
  height: 375px;
}
.slide_item:first-child {
  background-image: url("../images/home/slider1.jpg");
}
.slide_item:nth-child(2) {
  background-image: url("../images/home/slider2.jpg");
}
.slide_item:nth-child(3) {
  background-image: url("../images/home/slider3.jpg");
}
.slide_item:nth-child(4) {
  background-image: url("../images/home/slider4.jpg");
}

#slider_catch {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 960px;
  z-index: 99;
}
#slider_catch img {
  width: 535px;
}

@media (max-width: 750px) {
  .bx-wrapper {
    height: 224px;
  }
  .bx-viewport {
    height: 100% !important;
  }
  #slider_catch img {
    width: 226px;
  }
  .slider_wrap .bx-controls-direction a {
    width: 13px;
    height: 23px;
  }
}
/* news */
.home_news {
  font-size: 11px;
  background-color: #f0f0f4;
}
.home_news .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.home_news .row div {
  padding: 5px 0;
}
.home_news .row .home_news_l {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.home_news .row .home_news_l ul {
  height: 1.4em;
  overflow: hidden;
}
.home_news .row .to_news {
  background-color: #fff;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 9px;
}
.home_news .row .to_news a {
  position: relative;
  padding-right: 10px;
  line-height: 27px;
}
.home_news .row .to_news a:after {
  content: "";
  width: 10px;
  height: 10px;
  background-image: url("../images/common/arrow_r1.png");
  background-size: cover;
  display: inline-block;
  top: 1px;
  position: relative;
  margin-left: 5px;
}

@media (max-width: 750px) {
  .home_news .row {
    display: block;
    padding-right: 0;
    padding-left: 0;
  }
  .home_news .row .home_news_l {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 9px;
  }
  .home_news .row .home_news_l ul {
    height: 3em;
  }
  .home_news .row .home_news_l .bold {
    font-weight: 700;
  }
  .home_news .row .home_news_l .title {
    margin-left: 0em;
  }
  .home_news .row .to_news {
    padding-right: 20px;
    padding-left: 20px;
    text-align: right;
  }
  .home_news .row .to_news a {
    padding-right: 0;
  }
}
/* home topics */
.home_topics {
  padding-top: 20px;
  padding-bottom: 60px;
}
.home_topics .row h2 {
  font-size: 42px;
  color: #19b90f;
  text-align: center;
  font-weight: 400;
}
@media (max-width: 750px) {
  .home_topics .row h2 {
    font-size: 30px;
  }
}
.home_topics .row h2:before {
  content: "";
  width: 30px;
  height: 28px;
  display: inline-block;
  background-image: url(/resouce/images/topic/icon_topics.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
}
@media (max-width: 750px) {
  .home_topics .row h2:before {
    width: 17px;
    height: 17px;
  }
}
.home_topics h3 {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  font-size: 28px;
  margin-top: 0;
  margin-bottom: 32px;
  position: relative;
}
.home_topics h3:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 30px;
  height: 1px;
  background-color: #19b90f;
}
.home_topics .wrap {
  border: 4px solid #19b90f;
  padding: 40px 60px;
}
@media (max-width: 750px) {
  .home_topics .wrap {
    padding: 30px;
  }
}
.home_topics .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 750px) {
  .home_topics .flex {
    display: block;
  }
}
.home_topics .flex .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 30px;
}
.home_topics .flex .text a {
  color: #19B80F;
}
.home_topics .flex .text a:hover {
  text-decoration: underline;
}
.home_topics .flex .thum {
  -webkit-flex-basis: 42.8%;
      -ms-flex-preferred-size: 42.8%;
          flex-basis: 42.8%;
}
.home_topics .flex .thum img {
  max-width: 100%;
}

/* support */
.home_support {
  padding-top: 70px;
}
.home_support .row h2 {
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  margin-top: 0;
}
.home_support .row h2:after {
  width: 90px;
  content: "";
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 1px;
  background-color: #333;
  margin-top: 20px;
}
.home_support .row > p {
  font-size: 13px;
}
.home_support .row .home_support_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.home_support .row .home_support_inner div {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 50px;
}
.home_support .row .home_support_inner div:nth-child(2n-1) {
  padding-right: 4%;
}
.home_support .row .home_support_inner div:nth-child(2n) {
  padding-left: 4%;
}
.home_support .row .home_support_inner div h3 {
  text-align: center;
  font-size: 20px;
}
.home_support .row .home_support_inner div p {
  font-size: 11px;
  margin-bottom: 20px;
}
.home_support .row .home_support_inner div .btn1 {
  max-width: 220px;
}

.en_home_support {
  padding-bottom: 80px;
}
.en_home_support .row h2 {
  margin-bottom: 40px;
}

@media (max-width: 750px) {
  .home_support {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .home_support .row h2 {
    font-size: 20px;
  }
  .home_support .row h2:after {
    margin-top: 15px;
    width: 55px;
  }
  .home_support .row .home_support_inner {
    display: block;
  }
  .home_support .row .home_support_inner div {
    width: 100%;
    margin-bottom: 0;
  }
  .home_support .row .home_support_inner div h3 {
    font-size: 15px;
    margin-top: 40px;
  }
  .home_support .row .home_support_inner div:nth-child(2n) {
    padding-left: 0;
  }
  .home_support .row .home_support_inner div:nth-child(2n-1) {
    padding-right: 0;
  }
  .en_home_support {
    padding-bottom: 40px;
  }
  .en_home_support .row h2 {
    margin-bottom: 25px;
  }
}
/* company */
.home_company {
  background-color: #f2f5f8;
  padding-top: 70px;
  padding-bottom: 70px;
}
.home_company .row h2 {
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  margin-top: 0;
}
.home_company .row h2:after {
  width: 90px;
  content: "";
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 1px;
  background-color: #333;
  margin-top: 20px;
}
.home_company .row > p {
  font-size: 13px;
}

@media (max-width: 750px) {
  .home_company {
    padding: 40px 0;
  }
  .home_company .row h2 {
    font-size: 20px;
  }
  .home_company .row h2:after {
    margin-top: 15px;
    width: 55px;
  }
}
.nav_home_company {
  margin-top: 50px;
}
.nav_home_company ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.nav_home_company ul li {
  -webkit-flex-basis: 20%;
      -ms-flex-preferred-size: 20%;
          flex-basis: 20%;
  text-align: center;
  position: relative;
}
.nav_home_company ul li:not(:last-child) {
  border-right: 1px solid #dadbe4;
  cursor: pointer;
}
.nav_home_company ul li .icon {
  height: 60px;
  margin-bottom: 15px;
  position: relative;
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}
.nav_home_company ul li .icon img {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 58px;
  max-height: 43px;
  vertical-align: middle;
}
.nav_home_company ul li .name {
  font-size: 16px;
  position: relative;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.nav_home_company ul li .name:after {
  content: "";
  display: inline-block;
  background-image: url("../images/common/arrow_r1.png");
  background-size: cover;
  width: 10px;
  height: 10px;
  position: relative;
  top: -2px;
  margin-left: 5px;
}
.nav_home_company ul li:hover .icon {
  opacity: 0.5;
}
.nav_home_company ul li:hover .name {
  color: #19b80f;
}
.nav_home_company ul li .linkarea {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 750px) {
  .nav_home_company ul {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .nav_home_company ul li {
    -webkit-flex-basis: 33.3%;
        -ms-flex-preferred-size: 33.3%;
            flex-basis: 33.3%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-right: 1px solid #dadbe4;
    margin-bottom: 15px;
  }
  .nav_home_company ul li:first-child, .nav_home_company ul li:nth-child(4) {
    border-left: 1px solid #dadbe4;
  }
  .nav_home_company ul li a {
    font-size: 13px;
  }
}
/**
* 4.2 - 下層ページ共通
* -----------------------------------------------------------------------------
*/
/* breadcrumb */
.breadcrumb {
  text-align: right;
  background-color: #F2F5F8;
  border-top: 1px solid #E6E7EC;
  padding: 3px 0;
}
.breadcrumb ul li {
  display: inline;
  font-size: 11px;
  color: #B9B9CC;
}
.breadcrumb ul li:not(:last-child) {
  border-right: 1px solid #B9B9CC;
  padding-right: 5px;
}

.main_visual {
  background-size: cover;
  background-position: center center;
  height: 340px;
  position: relative;
}
.main_visual .page_title {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 960px;
  width: 100%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  font-size: 40px;
  padding-left: 120px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.main_visual .page_title span {
  display: block;
  font-size: 13px;
}
.main_visual .page_title:before {
  content: "";
  width: 109px;
  height: 152px;
  background-image: url("../images/common/icon_page_title.png");
  background-size: cover;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: -10px;
}

@media (max-width: 750px) {
  .main_visual {
    height: 210px;
  }
  .main_visual .page_title {
    font-size: 24px;
    padding-left: 94px;
  }
  .main_visual .page_title:before {
    width: 66px;
    height: 92px;
    left: 20px;
  }
}
.sectitle {
  font-size: 30px;
  text-align: center;
  margin: 0 0 60px 0;
  font-weight: 400;
  line-height: 1;
}
.sectitle:after {
  width: 90px;
  content: "";
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 2px;
  background-color: #1B1B1B;
  margin-top: 20px;
}

@media (max-width: 750px) {
  .sectitle {
    font-size: 20px;
    margin-bottom: 40px;
    line-height: 1.7;
  }
  .sectitle:after {
    width: 55px;
    margin-top: 10px;
  }
}
/**
* 4.3 - Product Search
* -----------------------------------------------------------------------------
*/
.page_product-search .main_visual {
  background-image: url("../images/product-search/main_visual.jpg");
}
.page_product-search .search_area .tab li {
  padding-top: 0;
  padding-bottom: 0;
}
.page_product-search .search_area .tab li a {
  padding-top: 15px;
  padding-bottom: 15px;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page_product-search .search_area .tab .select {
  cursor: default;
}
.page_product-search .search_area .tab_content_inner ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.page_product-search .search_area .tab_content_inner ul li {
  width: 25%;
  padding: 0 4%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 55px;
  position: relative;
}
.page_product-search .search_area .tab_content_inner ul li .thum {
  text-align: center;
  margin-bottom: 10px;
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
  position: relative;
}
.page_product-search .search_area .tab_content_inner ul li .thum:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.page_product-search .search_area .tab_content_inner ul li .thum .inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.page_product-search .search_area .tab_content_inner ul li .name {
  text-align: center;
  font-size: 13px;
}
.page_product-search .search_area .tab_content_inner ul li .name:after {
  content: "";
  width: 10px;
  height: 10px;
  background-image: url("../images/common/arrow_r1.png");
  background-size: cover;
  display: inline-block;
  top: 1px;
  position: relative;
  margin-left: 5px;
}
.page_product-search .search_area .tab_content_inner ul li .linkarea {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page_product-search .search_area .tab_content_inner ul li:hover .thum {
  opacity: 0.5;
}
.page_product-search .search_area .tab_content_inner ul li:hover .name {
  color: #19b90f;
}

@media (max-width: 750px) {
  .page_product-search .main_visual {
    background-position: 75%;
  }
  .page_product-search .search_area .tab li a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .page_product-search .search_area .tab_content_inner ul li {
    border-right: 1px solid #dadbe4 !important;
  }
  .page_product-search footer {
    margin-top: 0;
  }
}
.tab_bottom {
  padding-top: 30px;
  padding-bottom: 80px !important;
}
.tab_bottom .select:after {
  display: none !important;
}

@media (max-width: 750px) {
  .tab_bottom {
    padding-bottom: 40px !important;
  }
}
/* アイコン
-----------------------------------*/
.page_product-search2 .tab_content_inner h4,
.page_product-search3 .tab_content_inner h4 {
  position: relative;
}
.page_product-search2 .tab_content_inner h4:before,
.page_product-search3 .tab_content_inner h4:before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  left: 0;
}

/* ご使用のツールから探す */
.page_product-search2 h4:before {
  width: 50px;
  height: 50px;
  top: 3px;
}
.page_product-search2 h4 span {
  margin-left: 29px;
}
.page_product-search2 #electric-driver h4:before {
  background-image: url("../images/common/icon_electric-driver.png");
}
.page_product-search2 #electric-impact-tool h4:before {
  background-image: url("../images/common/icon_electric-impact-tool.png");
}
.page_product-search2 #air-impact-tool h4:before {
  background-image: url("../images/common/icon_air-impact-tool.png");
}
.page_product-search2 #air-screw-driver h4:before {
  background-image: url("../images/common/icon_air-screw-driver.png");
}
.page_product-search2 #oil-pulse-tool h4:before {
  background-image: url("../images/common/icon_oil-pulse-tool.png");
}
.page_product-search2 #manual-torque-driver h4:before {
  background-image: url("../images/common/icon_manual-torque-driver.png");
}
.page_product-search2 #auto-tightening-tool h4:before {
  background-image: url("../images/common/icon_auto-tightening-tool.png");
}
.page_product-search2 #nut-runner h4:before {
  background-image: url("../images/common/icon_nut-runner.png");
}

@media (max-width: 750px) {
  .page_product-search2 h4:before {
    top: -3px;
  }
}
/* 用途・目的から探す */
.page_product-search3 h4:before {
  width: 40px;
  height: 40px;
  top: 0px;
}
.page_product-search3 h4 span {
  margin-left: 25px;
}
.page_product-search3 ul:not(:last-of-type) {
  border-bottom: 1px solid #F1F4F7;
}
.page_product-search3 #tool-check h4:before {
  background-image: url("../images/common/icon_tool-check.png");
}
.page_product-search3 #screw-management h4:before {
  background-image: url("../images/common/icon_screw-management.png");
}
.page_product-search3 #prevent-screw-tightning h4:before {
  background-image: url("../images/common/icon_prevent-screw-tightning.png");
}
.page_product-search3 #torque-measurement h4:before {
  background-image: url("../images/common/icon_torque-measurement.png");
}
.page_product-search3 #torque-measurement-rotate h4:before {
  background-image: url("../images/common/icon_torque-measurement-rotate.png");
}
.page_product-search3 h5 {
  position: relative;
  padding-left: 43px;
  margin-bottom: 20px;
  margin-top: 30px;
}
.page_product-search3 h5:before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  left: 0;
  width: 40px;
  height: 40px;
  top: -3px;
}
.page_product-search3 h5.air-impact-tool:before {
  background-image: url("../images/common/icon_air-impact-tool.png");
}
.page_product-search3 h5.air-screw-driver:before {
  background-image: url("../images/common/icon_air-screw-driver.png");
}
.page_product-search3 h5.oil-pulse-tool:before {
  background-image: url("../images/common/icon_oil-pulse-tool.png");
}
.page_product-search3 h5.nut-runner:before {
  background-image: url("../images/common/icon_nut-runner.png");
}
.page_product-search3 h5.manual-torque-driver:before {
  background-image: url("../images/common/icon_manual-torque-driver.png");
}
.page_product-search3 h5.auto-tightening-tool:before {
  background-image: url("../images/common/icon_auto-tightening-tool.png");
}
.page_product-search3 h5.electric-impact-tool:before {
  background-image: url("../images/common/icon_electric-impact-tool.png");
}
.page_product-search3 h5.electric-driver:before {
  background-image: url("../images/common/icon_electric-driver.png");
}

@media (max-width: 750px) {
  .page_product-search3 h4 {
    margin-bottom: 20px;
  }
  .page_product-search3 h4:before {
    top: -6px;
  }
  .page_product-search3 h5 {
    text-align: center;
    padding-left: 0;
  }
  .page_product-search3 h5:before {
    display: inline-block;
    vertical-align: middle;
    top: 5px;
    position: relative;
    margin-right: 5px;
  }
}
/**
* 4.4 - Product Single
* -----------------------------------------------------------------------------
*/
.page_product-single footer {
  margin-top: 0;
}

/* single top */
.single_top {
  padding-top: 90px;
}
.single_top .row {
  position: relative;
}
.single_top .bg_cedar {
  background-image: url("../images/product-single/icon_cedar.png");
  width: 142px;
  height: 200px;
  background-size: cover;
  position: absolute;
  top: -45px;
  left: -100px;
  z-index: 0;
}
.single_top .single_top1,
.single_top .single_top2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 1;
}
.single_top .single_top1 {
  margin-bottom: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.single_top .single_top2 {
  padding-bottom: 120px;
}
.single_top .single_l {
  -webkit-flex-basis: 41.66%;
      -ms-flex-preferred-size: 41.66%;
          flex-basis: 41.66%;
  padding-top: 0px;
}
.single_top .single_l .cate {
  font-size: 16px;
  margin-bottom: 10px;
}
.single_top .single_l .name {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 50px;
}
.single_top .single_l .name ul li {
  line-height: 1.1;
}
.single_top .single_l .catch_lg {
  font-size: 16px;
  color: #17B910;
  margin-bottom: 5px;
}
.single_top .single_l .catch_md {
  font-size: 11px;
  color: #17B910;
  margin-bottom: 15px;
}
.single_top .single_l .description {
  font-size: 12px;
  line-height: 2;
}
.single_top .single_l .icons {
  border-top: 1px solid #CFD4DD;
  border-bottom: 1px solid #CFD4DD;
  margin-top: 20px;
}
.single_top .single_l .icons ul {
  padding: 15px 0;
}
.single_top .single_l .icons ul li {
  display: inline;
  margin-right: 15px;
}
.single_top .single_l .icons ul li img {
  max-height: 20px;
}
.single_top .single_l .features {
  font-size: 12px;
}
.single_top .single_l .features ul li {
  background-image: url("../images/product-single/listmark1.png");
  background-repeat: no-repeat;
  background-position: 0 8px;
  padding-left: 15px;
  line-height: 2;
}
.single_top .single_r {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
}
.single_top .single_r .main_image {
  max-width: 100%;
  position: relative;
}
.single_top .single_r .main_image img {
  width: 100%;
}
.single_top .single_r .sub_image {
  text-align: center;
  padding-left: 80px;
}
.single_top .single_r .sub_image img {
  width: 100%;
}
.single_top .single_r .sub_image img:not(:last-child) {
  margin-bottom: 20px;
}

@media (max-width: 750px) {
  .single_top {
    padding-top: 55px;
  }
  .single_top .bg_cedar {
    display: none;
  }
  .single_top .single_top1 {
    display: block;
    margin-bottom: 0px;
  }
  .single_top .single_top1 .name {
    margin-bottom: 40px;
  }
  .single_top .single_top1 .name ul li {
    font-size: 30px;
  }
  .single_top .single_top1 .cate {
    font-size: 12px;
  }
  .single_top .single_l {
    padding-top: 40px;
  }
  .single_top .single_r .main_image {
    right: 0;
    text-align: center;
  }
  .single_top .single_r .main_image img {
    width: 75.82%;
  }
  .single_top .single_r .sub_image {
    -webkit-transform: none;
            transform: none;
    padding: 0;
  }
  .single_top .single_r .sub_image img {
    width: 100%;
  }
  .single_top .single_top2 {
    display: block;
    padding-bottom: 40px;
  }
  .single_top .single_top2 ul {
    margin-bottom: 40px;
  }
}
/* Single Bottom */
.single_bottom {
  background-image: url(../images/common/bg1.jpg);
  padding: 120px 0;
}
.single_bottom h3 {
  font-size: 25px;
  text-align: center;
  line-height: 1;
  margin-top: 0;
  font-weight: 400;
  margin-bottom: 60px;
}
.single_bottom h3:after {
  width: 30px;
  content: "";
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 1px;
  background-color: #B9B9CC;
  margin-top: 30px;
}
.single_bottom .option {
  margin-bottom: 115px;
}
.single_bottom .option p {
  font-size: 15px;
  line-height: 2;
  margin-bottom: 0;
}
.single_bottom .spec {
  margin-bottom: 0px;
}
.single_bottom .spec h3 {
  /*letter-spacing: 1em;
  text-indent: 1em;*/
}
.single_bottom .spec table {
  max-width: 90%;
  /*width: 100%;*/
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
  table-layout: fixed;
  word-break: break-word;
}
.single_bottom .spec table th,
.single_bottom .spec table td {
  border: 1px solid #ffffff;
  text-align: center;
  padding: 15px;
}
.single_bottom .spec table th {
  background-color: #FAFAFC;
  font-size: 24px;
}
.single_bottom .spec table td {
  font-size: 15px;
}
.single_bottom .movie {
  margin-bottom: 120px;
}
.single_bottom .movie .yt {
  position: relative;
  width: 100%;
  padding-top: 45.7%;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}
.single_bottom .movie .yt iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.single_bottom .catalog {
  text-align: center;
}
.single_bottom .catalog img {
  max-width: 780px;
  width: 100%;
}

@media (max-width: 750px) {
  .single_bottom {
    padding: 40px 0;
  }
  .single_bottom h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .single_bottom h3:after {
    margin-top: 20px;
  }
  .single_bottom .option {
    margin-bottom: 40px;
  }
  .single_bottom .option p {
    font-size: 14px;
    text-align: left;
  }
  .single_bottom .spec {
    margin-bottom: 40px;
  }
  .single_bottom .spec table {
    max-width: 100%;
    width: auto;
  }
  .single_bottom .spec table th {
    font-size: 12px;
  }
  .single_bottom .spec table td {
    font-size: 10px;
  }
  .single_bottom .spec table th,
  .single_bottom .spec table td {
    padding-right: 5px;
    padding-left: 5px;
  }
  .single_bottom .movie {
    margin-bottom: 40px;
  }
}
/* Single Contact */
.single_contact {
  background-color: #F2F5F8;
  padding-top: 120px;
  padding-bottom: 120px;
}
.single_contact table {
  width: 100%;
  margin-bottom: 60px;
}
.single_contact table th,
.single_contact table td {
  text-align: left;
  padding-top: 7px;
  padding-bottom: 7px;
}
.single_contact table th {
  font-weight: 400;
  vertical-align: top;
  width: 35%;
}
.single_contact table th .required {
  font-size: 11px;
  background-color: #0F173E;
  border-radius: 1em;
  color: #fff;
  padding: 3px 8px;
  margin-left: 10px;
}
.single_contact table td input[type=text],
.single_contact table td input[type=email],
.single_contact table td textarea {
  width: 100%;
  padding: 10px;
  font-size: 15px;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.single_contact table td textarea {
  height: 120px;
}
.single_contact table td label {
  cursor: pointer;
  margin-right: 10px;
}
.single_contact table .td_address input {
  margin-bottom: 5px;
}
.single_contact table .td_address input::-webkit-input-placeholder {
  font-size: 13px;
  color: #B9B9CC;
}
.single_contact table .td_address input::-moz-placeholder {
  font-size: 13px;
  color: #B9B9CC;
}
.single_contact table .td_address input:-ms-input-placeholder {
  font-size: 13px;
  color: #B9B9CC;
}
.single_contact table .td_address input::-ms-input-placeholder {
  font-size: 13px;
  color: #B9B9CC;
}
.single_contact table .td_address input::placeholder {
  font-size: 13px;
  color: #B9B9CC;
}
.single_contact .submit {
  text-align: center;
  max-width: 240px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.single_contact .submit:after {
  content: "";
  position: absolute;
  right: 10px;
  background-image: url("../images/common/arrow_r1.png");
  background-size: cover;
  width: 10px;
  height: 10px;
  top: 25%;
  -webkit-transform: translateY(-25%);
          transform: translateY(-25%);
}
.single_contact .submit input {
  text-align: center;
  border: 3px solid #19b90f;
  border-radius: 30px;
  font-size: 11px;
  position: relative;
  cursor: pointer;
  width: 100%;
  padding: 3px 0;
  background-color: #fff;
}
.single_contact .submit input:hover {
  background-color: #353855;
  border-color: #353855;
  color: #fff;
}

@media (max-width: 750px) {
  .single_contact {
    padding-top: 40px;
    padding-bottom: 80px;
  }
  .single_contact table {
    margin-bottom: 30px;
  }
  .single_contact table th,
  .single_contact table td {
    display: block;
  }
  .single_contact table th {
    width: 100%;
  }
}
/**
* 4.5 - Support
* -----------------------------------------------------------------------------
*/
.page_support {
  /* 製造完了製品 */
  /* デバイスドライバのインストールガイド */
}
.page_support .main_visual {
  background-image: url("../images/support/main_visual.jpg");
}
.page_support #over table {
  width: 100%;
  border-collapse: collapse;
}
.page_support #over table tr td:nth-child(4) {
  text-align: center;
}
.page_support #over table th,
.page_support #over table td {
  border: 1px solid #E6E7F0;
  padding: 10px;
  font-size: 12px;
}
.page_support #over table th {
  background-color: #FAFAFC;
}
.page_support #over table td span {
  color: #19b90f;
}
.page_support #driver h4 {
  font-weight: 700;
}
.page_support #driver h4 .sm {
  font-size: 15px;
  font-weight: 400;
}
.page_support #driver .support_inner {
  padding: 20px 20px 0 20px;
}
.page_support #driver .support_inner img {
  width: 100%;
}
.page_support #driver .dl {
  border: 1px solid #ccc;
  padding: 40px;
}

.support_nav {
  background-image: url(../images/common/bg1.jpg);
  padding-top: 90px;
}
.support_nav .center {
  margin: 0;
  font-size: 18px;
}

@media (max-width: 750px) {
  .support_nav {
    padding-top: 40px;
  }
  .support_nav .center {
    font-size: 14px;
    line-height: 2;
  }
}
.nav_support {
  margin-top: 90px;
}
.nav_support ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.nav_support ul li {
  -webkit-flex-basis: 31.25%;
      -ms-flex-preferred-size: 31.25%;
          flex-basis: 31.25%;
  margin-bottom: 45px;
}
.nav_support ul li img {
  width: 100%;
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}
.nav_support ul li img:hover {
  opacity: 0.8;
}
.nav_support ul li .title {
  font-size: 18px;
  margin: 10px 0;
}
.nav_support ul li .title:after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  background-image: url("../images/support/arrow_d.png");
  background-size: cover;
  margin-left: 5px;
}
.nav_support ul li .title:hover {
  color: #19b90f;
}
.nav_support ul li .text {
  font-size: 11px;
}

@media (max-width: 750px) {
  .nav_support {
    margin-top: 40px;
  }
  .nav_support ul li {
    -webkit-flex-basis: 47.133%;
        -ms-flex-preferred-size: 47.133%;
            flex-basis: 47.133%;
    margin-bottom: 20px;
  }
  .nav_support ul li img {
    border: 2px solid #19b90f;
  }
  .nav_support ul li .title {
    font-size: 12px;
  }
  .nav_support ul li .text {
    font-size: 9px;
  }
}
.sec_support {
  padding: 100px 0;
}
.sec_support .row > img {
  width: 100%;
}
.sec_support .row h4 {
  margin-top: 60px;
  margin-bottom: 0;
}
.sec_support .row .support_inner {
  padding: 40px 40px 0 40px;
}
.sec_support .row .support_inner p {
  margin: 0;
  line-height: 2;
}
.sec_support .row .support_inner ul li {
  margin-bottom: 0.8em;
  background-image: url("../images/support/listmark2.png");
  background-repeat: no-repeat;
  background-position: 0 7px;
  padding-left: 18px;
}
.sec_support .row .support_inner ul .point {
  background-image: none;
  margin-left: -18px;
}
.sec_support .row .support_inner .support_flow_chart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.sec_support .row .support_inner .support_flow_chart li {
  width: 100%;
  padding: 0;
  background-image: none !important;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.sec_support .row .support_inner .support_flow_chart li::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #19b90f;
  -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
          clip-path: polygon(0 0, 100% 0%, 50% 100%);
  width: 33px;
  height: 15px;
}
.sec_support .row .support_inner .support_flow_chart li:last-child::before {
  content: none;
}
@media (max-width: 750px) {
  .sec_support .row .support_inner .support_flow_chart li {
    background-color: #F2F5F8;
  }
}
.sec_support .row .support_inner .support_flow_chart li .support_flow_chart_head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F2F5F8;
  gap: 10px;
  font-size: 16px;
  font-weight: 700;
  min-width: 13%;
  padding: 20px;
  border-right: 3px solid white;
}
@media (max-width: 750px) {
  .sec_support .row .support_inner .support_flow_chart li .support_flow_chart_head {
    border-right: none;
  }
}
.sec_support .row .support_inner .support_flow_chart li .support_flow_chart_head .num {
  color: white;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 21px;
  height: 21px;
  background-color: #19b90f;
  border-radius: 100%;
  font-size: 11px;
}
.sec_support .row .support_inner .support_flow_chart li p {
  background-color: #F2F5F8;
  padding: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.sec_support .btn1,
.sec_support .btn--dl {
  margin-top: 60px;
}

@media (max-width: 750px) {
  .sec_support {
    padding: 40px 0;
  }
  .sec_support .row h4 {
    margin-top: 40px;
  }
  .sec_support .row .support_box {
    padding-left: 40px;
    padding-right: 40px;
  }
  .sec_support .row .support_box .support_inner {
    padding-left: 0;
    padding-right: 0;
    padding-top: 20px;
  }
  .sec_support .row .support_box .support_inner p {
    font-size: 12px;
  }
  .sec_support .row .support_box .support_inner ul li {
    font-size: 12px;
    background-position: 0 4px;
  }
  .sec_support .row .support_box .support_inner .support_flow_chart {
    gap: 20px;
  }
  .sec_support .row .support_box .support_inner .support_flow_chart li {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sec_support .row .support_box .support_inner .support_flow_chart li .support_flow_chart_head {
    font-size: 16px;
  }
  .sec_support .row .support_box .support_inner .support_flow_chart li .support_flow_chart_head .num {
    font-size: 12px;
    width: 20px;
    height: 20px;
  }
  .sec_support .row .support_box .support_inner .support_flow_chart li p {
    margin: 0;
    padding-top: 0;
  }
  .sec_support .btn1 {
    margin-top: 40px;
  }
}
/* 校正 */
#proof .row {
  padding-left: 0;
  padding-right: 0;
}

.proof_features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.proof_features > div {
  -webkit-flex-basis: 21.59%;
      -ms-flex-preferred-size: 21.59%;
          flex-basis: 21.59%;
  text-align: center;
  background-color: #F2F5F8;
  padding-top: 20px;
  padding-bottom: 15px;
}
.proof_features > div .num {
  font-size: 48px;
  font-weight: 700;
  color: #19b90f;
}
.proof_features > div .text {
  font-size: 18px;
  line-height: 1.9;
}
.proof_features > div .text ul.list_noimg li {
  background-image: none !important;
  padding: 0 !important;
  line-height: 1.4;
}
.proof_features > div .en_text {
  font-size: 16px;
  padding: 0 15px 25px;
}

@media (max-width: 750px) {
  .proof_features {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .proof_features > div {
    -webkit-flex-basis: 46.76%;
        -ms-flex-preferred-size: 46.76%;
            flex-basis: 46.76%;
    margin-bottom: 20px;
    padding-top: 5px;
  }
  .proof_features > div .text {
    font-size: 14px;
  }
  .proof_features > div .num {
    font-size: 36px;
  }
}
.iso {
  border: 1px solid #ccc;
  margin-top: 40px;
  padding: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.iso .iso_l {
  -webkit-flex-basis: 23.55%;
      -ms-flex-preferred-size: 23.55%;
          flex-basis: 23.55%;
}
.iso .iso_l img {
  width: 100%;
}
.iso .iso_r {
  -webkit-flex-basis: 71.42%;
      -ms-flex-preferred-size: 71.42%;
          flex-basis: 71.42%;
}

@media (max-width: 750px) {
  .iso {
    margin-top: 0;
    display: block;
    padding: 40px 20px 20px 20px;
  }
  .iso .iso_l {
    margin-bottom: 20px;
    text-align: center;
  }
  .iso .iso_l img {
    max-width: 157px;
  }
  .iso .iso_r {
    font-size: 10px;
  }
}
.flow img {
  width: 100%;
  max-width: 790px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 750px) {
  .flow .support_inner {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}
/* 修理 */
.repair_top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.repair_top .repair_top_l {
  -webkit-flex-basis: 41.66%;
      -ms-flex-preferred-size: 41.66%;
          flex-basis: 41.66%;
}
.repair_top .repair_top_r {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
}
.repair_top .repair_top_r img {
  width: 100%;
}

@media (max-width: 750px) {
  #repair .row {
    padding-left: 40px;
    padding-right: 40px;
  }
  #repair .row .support_box {
    padding-left: 0;
    padding-right: 0;
  }
  #repair .row_en {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  #repair .row_en .support_box {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .repair_top {
    display: block;
  }
  .repair_top .repair_top_r {
    margin-top: 40px;
  }
  .repair_top .repair_top_l {
    font-size: 12px;
  }
}
.support_box_col2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.support_box_col2 div {
  -webkit-flex-basis: 47.91%;
      -ms-flex-preferred-size: 47.91%;
          flex-basis: 47.91%;
}

/* デモ機の貸し出し */
#demo .support_inner {
  padding: 20px 20px 0 20px;
}
#demo .support_inner img {
  width: 50%;
}
#demo .demo_rental {
  padding: 40px;
}

@media (max-width: 750px) {
  #demo .row {
    padding-right: 0;
    padding-left: 0;
  }
  #demo .row .support_inner img {
    width: 100%;
  }
  #demo .row .demo_rental {
    padding: 20px 0 0;
  }
  .support_box_col2 {
    display: block;
  }
}
/* 製造終了製品 */
@media (max-width: 750px) {
  #over .row {
    padding-right: 40px;
    padding-left: 40px;
  }
  #over .row p {
    font-size: 12px;
  }
  #over table {
    border-top: 1px solid #E6E7F0 !important;
  }
  #over table thead {
    display: none;
  }
  #over table tr td {
    display: block;
    border-bottom: 1px solid #E6E7F0 !important;
    border-top: none !important;
  }
  #over table tr td:before {
    display: inline-block;
    font-weight: 700;
    width: 100px;
  }
  #over table tr td:first-child {
    background-color: #fafafc;
    font-weight: 700;
    text-align: center;
  }
  #over table tr td:nth-child(2):before {
    content: "品番";
  }
  #over table tr td:nth-child(3):before {
    content: "製造終了時期";
  }
  #over table tr td:nth-child(4) {
    text-align: left !important;
  }
  #over table tr td:nth-child(4):before {
    content: "保守期間";
  }
  #over table tr td:nth-child(5):before {
    content: "後継機種";
  }
  #over table.en_table tr td:before {
    width: 140px;
  }
  #over table.en_table tr td:nth-child(2):before {
    content: "Part number";
  }
  #over table.en_table tr td:nth-child(3):before {
    content: "Production end timing";
  }
  #over table.en_table tr td:nth-child(4) {
    text-align: left !important;
  }
  #over table.en_table tr td:nth-child(4):before {
    content: "Maintenance period";
  }
  #over table.en_table tr td:nth-child(5):before {
    content: "Successor model";
  }
  #over .support_box {
    padding-right: 0;
    padding-left: 0;
  }
}
/* デバイスドライバのインストールガイド */
@media (max-width: 750px) {
  #driver .row {
    padding-left: 40px;
    padding-right: 40px;
  }
  #driver .row .center {
    text-align: left;
    font-size: 12px;
    line-height: 2;
  }
  #driver .row .support_box {
    padding: 0;
  }
  #driver .row .support_inner {
    padding-left: 0;
    padding-right: 0;
  }
  #driver .row .support_inner img {
    margin-top: 10px;
  }
  #driver .row .dl {
    padding: 20px;
  }
}
/**
* 4.6 - Download
* -----------------------------------------------------------------------------
*/
.page_download .main_visual {
  background-image: url("../images/download/main_visual.jpg");
}

.download_lineup {
  padding: 0;
  background-color: #fff;
  margin-top: 30px;
  margin-bottom: 60px;
  text-align: center;
}
.download_lineup .lineup_cont {
  margin-bottom: 20px;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  padding-bottom: 20px;
  display: block;
}
.download_lineup .lineup_cont:hover {
  opacity: 0.8;
}
.download_lineup .lineup_cont img {
  max-width: 960px;
  width: 100%;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}

.download_nav {
  background-image: url(../images/common/bg1.jpg);
  padding-top: 90px;
}
.download_nav .center {
  margin: 0;
  font-size: 18px;
}

@media (max-width: 750px) {
  .download_nav {
    padding-top: 40px;
  }
  .download_nav .center {
    font-size: 14px;
  }
}
.nav_download {
  padding-top: 90px;
  padding-bottom: 60px;
}
.nav_download ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.nav_download ul li {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
}
.nav_download ul li a {
  text-align: center;
  background-color: #0F173E;
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px;
  font-size: 18px;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.nav_download ul li a:hover {
  background-color: #353855;
}
.nav_download ul li:first-child {
  position: relative;
}
.nav_download ul li:first-child:after {
  content: "";
  height: 50%;
  width: 1px;
  background-color: #353855;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 750px) {
  .nav_download {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .nav_download ul li a {
    font-size: 16px;
  }
}
.sec_download {
  padding: 100px 0;
}

.catalog_box h4 {
  margin-bottom: 0;
}

.catalog_inner {
  padding: 40px 40px 0 40px;
}
.catalog_inner ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.catalog_inner ul li {
  -webkit-flex-basis: 30%;
      -ms-flex-preferred-size: 30%;
          flex-basis: 30%;
  position: relative;
  margin-bottom: 50px;
}
.catalog_inner ul li a {
  display: block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding-left: 55px;
  /*&:before{
  	content: "";
  	display: block;
  	position: absolute;
  	right: 0;
  	background-image: url('../images/common/arrow_r1.png');
  	width: 12px;
  	height: 12px;
  	background-size: cover;
  	top: 50%;
  	transform:translateY(-50%);
  }*/
}
.catalog_inner ul li a:hover {
  text-decoration: underline;
}
.catalog_inner ul li .thum {
  position: absolute;
  left: 0px;
  width: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 750px) {
  .sec_download {
    padding: 40px 0 20px 0;
  }
  .sec_download .center {
    font-size: 12px;
    text-align: left;
  }
  .catalog_inner {
    padding: 20px;
  }
  .catalog_inner ul {
    display: block;
  }
  .catalog_inner ul li a {
    -webkit-transform: none;
            transform: none;
  }
  .catalog_inner ul li .thum {
    right: 0;
  }
}
/*　データ取り込みソフトのインストールはこちら */
.install {
  background-color: #F9F9FB;
  padding: 40px 60px;
  margin-top: 60px;
  margin-bottom: 60px;
}
.install .to_contact {
  margin-top: 40px;
}

@media (max-width: 750px) {
  .install {
    margin-top: 40px;
    padding: 20px 40px;
    font-size: 12px;
    line-height: 2;
    margin-bottom: 40px;
  }
  .install .btn1 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
#soft table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 60px;
}
#soft table th,
#soft table td {
  border: 1px solid #E6E7F0;
  padding: 15px;
}
#soft table th {
  background-color: #FAFAFC;
  text-align: center;
  position: relative;
}
#soft table th span {
  position: absolute;
  left: 10px;
  background-color: #E6E7F0;
  padding: 3px 8px;
  font-size: 12px;
}
#soft table tr td:last-child span:after {
  display: inline-block;
  content: "";
  width: 20px;
  height: 14px;
  background-image: url("../images/download/icon_download.png");
  background-size: cover;
  margin-left: 6px;
  position: relative;
  top: 2px;
}
#soft table:last-of-type {
  margin-bottom: 0;
}
#soft .caution {
  text-align: right;
  font-size: 11px;
}

@media (max-width: 750px) {
  #soft table th {
    font-size: 11px;
  }
  #soft table th span {
    font-size: 10px;
  }
  #soft table td {
    font-size: 10px;
  }
  #soft .caution {
    text-align: left;
    font-size: 9px;
  }
}
/**
* 4.7 - Contact
* -----------------------------------------------------------------------------
*/
.page_contact .main_visual {
  background-image: url("../images/contact/main_visual.jpg");
}

.contact_top {
  background-image: url(../images/common/bg1.jpg);
  padding: 80px 0;
}
.contact_top p {
  margin: 0;
  font-size: 18px;
}
.contact_top .sub {
  margin-top: 30px;
  text-align: center;
  font-size: 16px;
}

@media (max-width: 750px) {
  .contact_top {
    padding: 40px 0;
  }
  .contact_top .center {
    font-size: 14px;
  }
  .contact_top .sub {
    margin-top: 20px;
    font-size: 12px;
  }
  .page_contact footer {
    margin-top: 0;
  }
}
.sec_contact {
  padding: 100px 0 0 0;
}

@media (max-width: 750px) {
  .contact_top {
    padding: 40px 0;
  }
  .contact_top .center {
    font-size: 14px;
  }
  .sec_contact {
    padding: 40px 0;
  }
}
.contact_box {
  background-color: #F1F4F7;
  padding: 60px 80px;
  text-align: center;
}
.contact_box img {
  width: 100%;
  margin-bottom: 40px;
}
.contact_box h4 {
  font-size: 18px;
  color: #19B80F;
  margin-top: 0;
  font-weight: 400;
}
.contact_box p {
  line-height: 2;
}
.contact_box .btn1 {
  max-width: 240px;
  margin-top: 40px;
}

.en_contact_box {
  border: 1px solid #F1F4F7;
  padding: 60px 80px;
  margin-bottom: 100px;
  text-align: left;
}
.en_contact_box img {
  width: 100%;
  margin-bottom: 40px;
}
.en_contact_box h4 {
  font-size: 30px;
  padding-left: 38px;
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 1;
  position: relative;
}
.en_contact_box h4:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  background-image: url("../images/contact/icon_mail.png");
  background-size: cover;
  width: 28px;
  height: 20px;
}
.en_contact_box p {
  margin: 0;
}

@media (max-width: 750px) {
  .contact_box {
    padding: 20px;
  }
  .contact_box p {
    font-size: 12px;
  }
  .contact_box .btn1 {
    margin-top: 20px;
  }
  .en_contact_box {
    padding: 20px;
    margin-bottom: 0;
  }
  .en_contact_box h4 {
    font-size: 21px;
  }
  .en_contact_box h4:before {
    content: "";
    top: 0;
  }
  .en_contact_box p {
    font-size: 12px;
  }
}
.form_top {
  margin-bottom: 40px;
}

.form_bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.form_bottom .contact_box {
  padding-left: 40px;
  padding-right: 40px;
}
.form_bottom div {
  -webkit-flex-basis: 47.91%;
      -ms-flex-preferred-size: 47.91%;
          flex-basis: 47.91%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#telfax {
  padding-bottom: 100px;
}

.telfax_box {
  border: 1px solid #F1F4F7;
}

.telfax_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.telfax_inner > div {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  padding: 60px 80px;
}
.telfax_inner h4 {
  font-size: 18px;
  color: #19B80F;
  margin-top: 0;
  font-weight: 400;
  margin-bottom: 0;
}
.telfax_inner .lg {
  font-size: 42px;
  font-weight: 700;
}

#copyright {
  background-color: #f2f5f8;
  padding-bottom: 100px;
}

@media (max-width: 750px) {
  .form_top {
    margin-bottom: 20px;
  }
  .form_bottom {
    display: block;
  }
  .form_bottom > div {
    margin-bottom: 20px;
  }
  #telfax {
    padding-top: 0;
    padding-bottom: 60px;
    margin-bottom: 0;
  }
  .telfax_inner {
    display: block;
  }
  .telfax_inner > div {
    padding: 30px 40px;
    text-align: center;
  }
  .telfax_inner > div .lg {
    font-size: 28px;
  }
}
.wpcf7-radio .wpcf7-list-item {
  display: block;
}

.wpcf7-textarea {
  max-width: 621px;
}

/**
* 4.7.1 - Contact(Support)
* -----------------------------------------------------------------------------
*/
.sec_contact h3 span {
  color: #19b90f;
}
.sec_contact table {
  width: 100%;
  margin-bottom: 60px;
}
.sec_contact table th,
.sec_contact table td {
  text-align: left;
  padding-top: 7px;
  padding-bottom: 7px;
}
.sec_contact table th {
  font-weight: 400;
  vertical-align: top;
  width: 35%;
}
.sec_contact table th .required {
  font-size: 11px;
  background-color: #0F173E;
  border-radius: 1em;
  color: #fff;
  padding: 3px 8px;
  margin-left: 10px;
}
.sec_contact table td input[type=text],
.sec_contact table td input[type=email],
.sec_contact table td textarea {
  width: 100%;
  padding: 10px;
  font-size: 15px;
  border: none;
  background-color: #F0F0F4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sec_contact table td textarea {
  height: 120px;
}
.sec_contact table td label {
  cursor: pointer;
  margin-right: 10px;
}
.sec_contact table .td_address input {
  margin-bottom: 5px;
}
.sec_contact table .td_address input::-webkit-input-placeholder {
  font-size: 13px;
  color: #B9B9CC;
}
.sec_contact table .td_address input::-moz-placeholder {
  font-size: 13px;
  color: #B9B9CC;
}
.sec_contact table .td_address input:-ms-input-placeholder {
  font-size: 13px;
  color: #B9B9CC;
}
.sec_contact table .td_address input::-ms-input-placeholder {
  font-size: 13px;
  color: #B9B9CC;
}
.sec_contact table .td_address input::placeholder {
  font-size: 13px;
  color: #B9B9CC;
}
.sec_contact .submit {
  text-align: center;
  max-width: 240px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-bottom: 100px;
}
.sec_contact .submit:after {
  content: "";
  position: absolute;
  right: 10px;
  background-image: url("../images/common/arrow_r1.png");
  background-size: cover;
  width: 10px;
  height: 10px;
  top: 25%;
  -webkit-transform: translateY(-25%);
          transform: translateY(-25%);
}
.sec_contact .submit input {
  text-align: center;
  border: 3px solid #19b90f;
  border-radius: 30px;
  font-size: 11px;
  position: relative;
  cursor: pointer;
  width: 100%;
  padding: 3px 0;
  background-color: #fff;
}
.sec_contact .submit input:hover {
  background-color: #353855;
  border-color: #353855;
  color: #fff;
}

@media (max-width: 750px) {
  .page_contact-support .sec_contact {
    padding-left: 20px;
    padding-right: 20px;
  }
  .page_contact-support .sec_contact table th,
  .page_contact-support .sec_contact table td {
    display: block;
  }
  .page_contact-support .sec_contact .submit {
    margin-bottom: 0;
  }
}
/**
* 4.7.2 - Contact(Recruit)
* -----------------------------------------------------------------------------
*/
@media (max-width: 750px) {
  .page_contact-recruit .sec_contact {
    padding-left: 20px;
    padding-right: 20px;
  }
  .page_contact-recruit .sec_contact table th,
  .page_contact-recruit .sec_contact table td {
    display: block;
  }
  .page_contact-recruit .sec_contact table th {
    width: 100%;
  }
  .page_contact-recruit .sec_contact .submit {
    margin-bottom: 0;
  }
}
/**
* 4.8 - News
* -----------------------------------------------------------------------------
*/
.page_news .main_visual {
  background-image: url("../images/news/main_visual.jpg");
}

.news_box {
  padding-top: 90px;
  border-bottom: 1px solid #F1F4F7;
  padding-bottom: 100px;
}
.news_box .date {
  font-weight: 700;
  font-size: 12px;
  color: #19B80F;
}
.news_box h3 {
  font-size: 24px;
  border-bottom: 1px solid #DADBE4;
  font-weight: 400;
  padding-bottom: 15px;
  margin-top: 10px;
}
.news_box .content {
  padding-left: 40px;
  padding-right: 40px;
  line-height: 2;
}
.news_box .content p img {
  max-width: 100%;
  max-height: 150px;
  height: auto;
}
.news_box .content .images {
  margin: 30px 0;
}
.news_box .content .images img {
  max-width: 100%;
  max-height: 150px;
  height: auto;
}
.news_box .content .images img:first-child {
  margin-right: 2%;
}
.news_box .content a {
  color: #19B80F;
}
.news_box .content a:hover {
  text-decoration: underline;
}
.news_box .content .btn1 {
  color: #000;
  max-width: 240px;
  margin-left: 0;
  margin-top: 0px;
}
.news_box .content .btn1:hover {
  color: #fff;
  text-decoration: none;
}

.pager {
  margin: 100px 0;
  text-align: center;
}
.pager .wp-pagenavi a,
.pager .wp-pagenavi span {
  display: inline-block;
  padding: 0px 8px;
  border: 1px solid #19b80f;
  color: #19b80f;
  margin: 0 2px;
}
.pager .wp-pagenavi a:hover {
  background-color: #19b80f;
  color: #fff;
}

@media (max-width: 750px) {
  .news_box {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .news_box h3 {
    font-size: 18px;
  }
  .news_box .content {
    padding-left: 0;
    padding-right: 0;
  }
  .news_box .content img {
    margin-bottom: 20px;
  }
  .pager {
    margin: 40px 0;
  }
}
/**
* 4.9 - Company
* -----------------------------------------------------------------------------
*/
.page_company .main_visual {
  background-image: url("../images/company/main_visual.jpg");
}
.page_company footer {
  margin-top: 0;
}

.tb_company {
  margin-top: 60px;
  border-top: 1px solid #E5E6EF;
  border-collapse: collapse;
  width: 100%;
}
.tb_company th,
.tb_company td {
  border-bottom: 1px solid #E5E6EF;
  padding: 10px;
  font-size: 12px;
}
.tb_company th {
  border-right: 1px solid #E5E6EF;
  background-color: #F9F9FB;
  width: 200px;
}

.sec_company {
  padding: 100px 0;
}
.sec_company .row > img {
  width: 100%;
}
.sec_company .row p {
  line-height: 2;
}

@media (max-width: 750px) {
  .sec_company {
    padding: 40px 0;
  }
}
/* ご挨拶 */
#greeting p {
  text-align: justify;
  margin: 60px 0 30px;
}
#greeting .signature {
  text-align: right;
}
#greeting .signature img {
  width: 148px;
  vertical-align: middle;
  margin-left: 15px;
}

@media (max-width: 750px) {
  #greeting .row {
    padding: 0;
  }
  #greeting .row p {
    margin: 40px 0 20px;
    padding-right: 40px;
    padding-left: 40px;
    font-size: 12px;
  }
  #greeting .signature {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 12px;
  }
}
/* 経営理念 */
#philosophy {
  background-image: url("../images/company/bg_philosophy.jpg");
  background-size: cover;
}
#philosophy .philosophy_inner {
  background-color: #0F173E;
  color: #fff;
  padding: 75px 85px 45px 85px;
  font-size: 20px;
}
@media (max-width: 750px) {
  #philosophy .philosophy_inner {
    padding: 35px 45px 15px 45px;
  }
}
#philosophy .philosophy_inner ul {
  list-style: disc;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#philosophy .philosophy_inner ul li {
  margin-bottom: 30px;
}

/* 使命 */
#mission .mission_inner {
  -webkit-box-shadow: 0px 0px 15px #eee;
          box-shadow: 0px 0px 15px #eee;
  padding: 75px 85px 45px 85px;
  font-size: 16px;
}
@media (max-width: 750px) {
  #mission .mission_inner {
    padding: 35px 35px 15px 35px;
    font-size: 14px;
  }
}
#mission .mission_inner p {
  margin-bottom: 30px;
  margin-top: 0;
}

/* 宣言 */
@media (max-width: 750px) {
  #statement .statement_inner {
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    font-size: 12px;
  }
  #statement .statement_inner p:last-child {
    margin-bottom: 0;
  }
}
/* ロゴの由来 */
#origin .origin_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#origin .origin_inner div {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
}
#origin .origin_inner div img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 321px;
}
#origin .origin_inner div p {
  margin: 0;
}

@media (max-width: 750px) {
  #origin .origin_inner {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
  }
  #origin .origin_inner div img {
    width: 72.88%;
    margin-bottom: 40px;
  }
  #origin .origin_inner div p {
    font-size: 12px;
  }
}
/* 事業内容 */
#business .business_inner {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#business .business_inner > div {
  -webkit-flex-basis: 47.91%;
      -ms-flex-preferred-size: 47.91%;
          flex-basis: 47.91%;
  position: relative;
  padding-bottom: 40px;
}
#business .business_inner > div .thum img {
  width: 100%;
}
#business .business_inner > div h4 {
  font-size: 18px;
  color: #19B80F;
  line-height: 2;
  font-weight: 400;
}
#business .business_inner > div .btn1 {
  max-width: 240px;
  margin-left: 0;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (max-width: 750px) {
  #business .row {
    padding-right: 40px;
    padding-left: 40px;
  }
  #business p {
    font-size: 12px;
  }
  #business .business_inner {
    display: block;
  }
  #business .business_inner > div {
    padding-bottom: 0;
  }
  #business .business_inner > div h4 {
    font-size: 14px;
    margin-bottom: 13px;
  }
  #business .business_inner > div .btn1 {
    margin-left: auto;
    right: 0;
    margin-bottom: 40px;
    position: relative;
    margin-top: 40px;
  }
  #business .business_inner > div:first-child {
    border-bottom: 1px solid #f1f4f7;
    margin-bottom: 40px;
  }
}
/* 会社概要 */
@media (max-width: 750px) {
  #profile .row {
    padding: 0;
  }
  .table_wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  .tb_company {
    margin-top: 40px;
  }
  .tb_company th,
  .tb_company td {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .tb_company th {
    text-align: left;
    border-right: none;
  }
}
/* マーケット */
#market .market_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#market .market_inner div {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
}
#market .market_inner div:first-child {
  text-align: right;
}
#market .market_inner div:first-child img {
  max-width: 400px;
  width: 100%;
}
#market .market_inner div p {
  margin: 0;
}

@media (max-width: 750px) {
  #market .market_inner {
    display: block;
    padding-right: 40px;
    padding-left: 40px;
  }
  #market .market_inner div {
    font-size: 12px;
  }
  #market .market_inner div:first-child {
    text-align: center;
    margin-bottom: 40px;
  }
  #market .market_inner div:first-child img {
    width: 84.31%;
  }
}
/* アクセス */
#access {
  background-color: #F2F5F8;
  text-align: center;
}
#access .lg {
  font-size: 24px;
  margin-bottom: 20px;
}

@media (max-width: 750px) {
  #access {
    font-size: 12px;
    padding-bottom: 80px;
  }
  #access .lg {
    font-size: 18px;
  }
}
#gm {
  height: 360px;
  width: 100%;
  margin-bottom: 40px;
  margin-top: 40px;
}

@media (max-width: 750px) {
  #gm {
    height: 180px;
  }
}
/**
* 4.10 - Recruit
* -----------------------------------------------------------------------------
*/
.page_recruit .main_visual {
  background-image: url("../images/recruit/main_visual.jpg");
  height: 545px;
}
.page_recruit .main_visual .page_title {
  top: 140px;
  -webkit-transform: none;
          transform: none;
}
.page_recruit .main_visual .recruit_catch {
  position: absolute;
  top: 290px;
  font-size: 33px;
  color: #fff;
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  line-height: 2;
  text-shadow: 0px 0px 10px #0f173e;
}

.sec_recruit {
  padding: 100px 0;
}
.sec_recruit p {
  line-height: 2;
  margin: 0;
}

@media (max-width: 750px) {
  .page_recruit footer {
    margin-top: 0;
  }
  .page_recruit .main_visual {
    background-image: url("../images/recruit/main_visual_sp.jpg") !important;
    height: 165px !important;
  }
  .page_recruit .main_visual_bottom {
    background-color: #0f173e;
    padding-top: 25px;
    padding-bottom: 20px;
    color: #fff;
  }
  .page_recruit .main_visual_bottom .page_title {
    font-size: 24px;
    position: relative;
    padding-left: 90px;
    margin-bottom: 7px;
  }
  .page_recruit .main_visual_bottom .page_title span {
    font-size: 9px;
    display: block;
  }
  .page_recruit .main_visual_bottom .page_title:before {
    content: "";
    width: 66px;
    height: 92px;
    background-image: url("../images/common/icon_page_title.png");
    background-size: cover;
    position: absolute;
    top: -33px;
    left: 23px;
  }
  .page_recruit .main_visual_bottom .recruit_catch {
    padding-left: 40px;
    font-size: 18px;
    line-height: 2;
    padding-top: 23px;
  }
  .sec_recruit {
    padding: 40px 0;
  }
}
/* 採用情報メニュー */
.nav_recruit {
  background-color: #19b80f;
}
.nav_recruit ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.nav_recruit ul li {
  -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
  position: relative;
}
.nav_recruit ul li:after {
  content: "";
  height: 50%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.25);
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.nav_recruit ul li:first-child:before {
  content: "";
  height: 50%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.25);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.nav_recruit ul li:hover {
  background-color: rgba(255, 255, 255, 0.25);
}
.nav_recruit ul li a {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding: 20px 0;
  width: 100%;
  height: 100%;
}

.page_recruit .nav_recruit ul li:first-child {
  background-color: rgba(255, 255, 255, 0.25);
}

.page_recruit-interview .nav_recruit ul li:nth-child(2) {
  background-color: rgba(255, 255, 255, 0.25);
}

.page_recruit-internship .nav_recruit ul li:nth-child(3) {
  background-color: rgba(255, 255, 255, 0.25);
}

.page_recruit-guideline .nav_recruit ul li:nth-child(4) {
  background-color: rgba(255, 255, 255, 0.25);
}

@media (max-width: 750px) {
  .nav_recruit ul {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .nav_recruit ul li {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
  .nav_recruit ul li:nth-child(3):before {
    content: "";
    height: 50%;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.25);
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .nav_recruit ul li a {
    font-size: 14px;
    padding: 15px 0;
  }
}
/* お知らせ */
.recruit_news ul li {
  border-bottom: 1px solid #E5E6EF;
  padding: 15px 80px;
}
.recruit_news ul li:first-child {
  border-top: 1px solid #E5E6EF;
}
.recruit_news ul li span {
  font-weight: 700;
  margin-right: 80px;
}
.recruit_news ul li a:hover {
  color: #19b80f;
}
.recruit_news p {
  line-height: 1;
  text-align: right;
  margin-top: 10px;
}
.recruit_news p a {
  text-decoration: underline;
}
.recruit_news p a:hover {
  color: #19b80f;
}

@media (max-width: 750px) {
  .recruit_news {
    font-size: 12px;
  }
  .recruit_news ul li {
    padding: 10px 0;
  }
}
/* 杉﨑計器のつくるもの */
.products_inner {
  background-color: #f1f4f7;
  padding: 60px 80px;
  margin-top: 60px;
}
.products_inner h4 {
  font-size: 18px;
  color: #19b80f;
  text-align: center;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 40px;
}
.products_inner .thums {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}
.products_inner .thums div {
  -webkit-flex-basis: 30%;
      -ms-flex-preferred-size: 30%;
          flex-basis: 30%;
  margin: 0 10px;
}
.products_inner .thums div img {
  width: 100%;
}

@media (max-width: 750px) {
  .products_inner {
    padding: 40px;
    margin-top: 40px;
  }
  .products_inner h4 {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .products_inner .thums {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 20px;
  }
  .products_inner .thums div {
    -webkit-flex-basis: 46%;
        -ms-flex-preferred-size: 46%;
            flex-basis: 46%;
    margin: 0px 5px;
  }
}
/* 社員紹介 （インタビューページも共通）*/
#staff {
  background-image: url(../images/common/bg1.jpg);
}

.staff_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 70px;
}
.staff_inner > div {
  -webkit-flex-basis: 29.166%;
      -ms-flex-preferred-size: 29.166%;
          flex-basis: 29.166%;
  position: relative;
}
.staff_inner > div img {
  width: 100%;
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}
.staff_inner > div .staff_bottom {
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
  width: 89.28%;
}
.staff_inner > div .staff_bottom td {
  border: 3px solid #19b80f;
  background-color: #fff;
  padding: 10px;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.staff_inner > div .staff_bottom td:first-child {
  font-size: 10px;
}
.staff_inner > div .staff_bottom td span {
  font-size: 10px;
  margin-left: 10px;
}
.staff_inner > div .staff_bottom .name {
  font-size: 16px;
}
.staff_inner > div .linkarea {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.staff_inner > div:hover img {
  opacity: 0.8;
}
.staff_inner > div:hover .staff_bottom td {
  border: 3px solid #fff;
  color: #fff;
  background-color: #353855;
}

@media (max-width: 750px) {
  #staff {
    padding-bottom: 20px;
  }
  #staff .row {
    padding-left: 40px;
    padding-right: 40px;
  }
  .staff_inner {
    display: block;
    padding-bottom: 0;
  }
  .staff_inner > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
  }
  .staff_inner > div .thum {
    -webkit-flex-basis: 29.81%;
        -ms-flex-preferred-size: 29.81%;
            flex-basis: 29.81%;
  }
  .staff_inner > div .thum img {
    width: 100%;
  }
  .staff_inner > div .tb {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background-color: #19b80f;
    padding: 16px;
  }
  .staff_inner > div .staff_bottom {
    position: static;
    width: 100%;
  }
  .staff_inner > div .staff_bottom th,
  .staff_inner > div .staff_bottom td {
    display: block;
    background-color: #19b80f;
    color: #fff;
    padding: 0;
  }
  .staff_inner > div .staff_bottom .section {
    margin-left: 10px;
  }
  .staff_inner > div .staff_bottom .name {
    font-size: 16px;
  }
  .staff_inner > div:hover img {
    opacity: inherit;
  }
  .staff_inner > div:hover .staff_bottom td {
    border: 3px solid #19b80f;
    color: #fff;
    background-color: #19b80f;
  }
}
/* buttons */
#buttons .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#buttons .row div {
  -webkit-flex-basis: 41.66%;
      -ms-flex-preferred-size: 41.66%;
          flex-basis: 41.66%;
  margin: 0 15px;
}
#buttons .row div a {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid #19b90f;
  border-radius: 30px;
  background-color: #fff;
  font-size: 16px;
  line-height: 1.7;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0;
  position: relative;
  width: 100%;
  height: 54px;
}
#buttons .row div a:hover {
  background-color: #353855;
  border-color: #353855;
  color: #fff;
}
#buttons .row div a:after {
  content: "";
  background-image: url("../images/common/arrow_r1.png");
  background-size: contain;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#buttons .row div .rikunabi a {
  border: 4px solid #0068b7;
  background-image: url("../images/recruit/logo_recnavi.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50%;
}
#buttons .row div .rikunabi a img {
  max-width: 158px;
  position: relative;
  top: -3px;
}
#buttons .row div .rikunabi a:hover {
  background-color: #0068b7;
  background-image: url("../images/recruit/logo_recnavi_on.png");
}

.recruit_btn-area {
  margin-top: 35px;
}
.recruit_btn-area .btn1 {
  margin-top: 30px;
}

@media (max-width: 750px) {
  #buttons {
    padding-bottom: 20px;
  }
  #buttons .row {
    display: block;
  }
  #buttons .row div {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }
  #buttons .row div a {
    font-size: 12px;
    height: 43px;
  }
  #buttons .row div:last-child a {
    background-size: 35%;
  }
}
/* お問い合わせ */
#sec_recruit_contact {
  background-color: #f2f5f8;
}
#sec_recruit_contact .sectitle {
  margin-bottom: 40px;
}
#sec_recruit_contact .btn1 {
  margin-top: 30px;
}

@media (max-width: 750px) {
  #sec_recruit_contact {
    padding-bottom: 80px;
  }
}
/**
* 4.11 - Recruit Interview
* -----------------------------------------------------------------------------
*/
.page_recruit-interview .main_visual {
  height: 340px;
  background-image: url("../images/recruit-interview/main_visual.jpg");
}

.interview_top {
  margin-bottom: 150px;
  background-image: url(../images/common/bg1.jpg);
  padding-top: 90px;
  padding-bottom: 120px;
}
.interview_top p {
  font-size: 18px;
  text-align: center;
  margin: 0;
}
.interview_top .staff_inner {
  margin-top: 90px;
}

@media (max-width: 750px) {
  .interview_top {
    padding-top: 40px;
    padding-bottom: 20px;
    margin-bottom: 40px;
  }
  .interview_top .row {
    padding-left: 40px;
    padding-right: 40px;
  }
  .interview_top p {
    font-size: 14px;
    text-align: left;
  }
  .interview_top .staff_inner {
    margin-top: 40px;
  }
}
.interview_header {
  height: 420px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.interview_header .interview_header_l {
  background-color: #0f173e;
  width: calc((100% - 960px) / 2 + 240px);
  position: relative;
  min-width: 240px;
}
.interview_header .interview_header_l .interview_header_l_inner {
  float: right;
  max-width: 240px;
  width: 100%;
  color: #fff;
}
.interview_header .interview_header_l .interview_header_l_inner .name_wrap {
  position: absolute;
  bottom: 40px;
  font-size: 18px;
}
.interview_header .interview_header_l .interview_header_l_inner .name_wrap .section {
  font-size: 12px;
  margin-bottom: 5px;
}
.interview_header .interview_header_l .interview_header_l_inner .name_wrap span {
  font-size: 12px;
  margin-left: 10px;
}
.interview_header .interview_header_r {
  background-size: cover;
  width: calc((100% - 960px) / 2 + 720px);
}
.interview_header .row {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.interview_header .row .interview_catch {
  letter-spacing: 0.2em;
  padding-left: 110px;
  font-size: 24px;
  color: #fff;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 70px;
  line-height: 2;
}
.interview_header .row .interview_catch span {
  background-color: #0f173e;
  font-weight: 700;
  position: relative;
  padding: 4px 0;
}
.interview_header .row .interview_catch span:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 36px 27px 0 0;
  border-color: #0f173e transparent transparent transparent;
  position: absolute;
  right: -27px;
  top: 0;
}
.interview_header .row .interview_catch:before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../images/common/icon_page_title.png");
  width: 109px;
  height: 152px;
  background-size: cover;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 750px) {
  .interview_header {
    display: block;
    height: auto;
  }
  .interview_header .interview_header_l {
    display: none;
  }
  .interview_header .interview_header_r {
    width: 100%;
    height: 210px;
  }
  .interview_header .row {
    position: static;
    background-color: #0f173e;
  }
  .interview_header .row .interview_catch {
    padding-left: 60px;
    line-height: 1.3;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 0;
  }
  .interview_header .row .interview_catch span {
    font-size: 16px;
  }
  .interview_header .row .interview_catch span:after {
    display: none;
  }
  .interview_header .row .interview_catch:before {
    width: 66px;
    height: 92px;
    top: -7px;
    -webkit-transform: none;
            transform: none;
  }
}
.sec_interview {
  margin-bottom: 150px !important;
}
.sec_interview .row .interview_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 80px;
}
.sec_interview .row .interview_box div {
  -webkit-flex-basis: 46.875%;
      -ms-flex-preferred-size: 46.875%;
          flex-basis: 46.875%;
}
.sec_interview .row .interview_box div h3 {
  font-size: 18px;
  margin: 0 0 45px 0;
}
.sec_interview .row .interview_box div p {
  margin: 0;
  line-height: 2;
}
.sec_interview .row .interview_box div img {
  width: 100%;
}
.sec_interview .row .interview_box:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (max-width: 750px) {
  .page_recruit-interview footer {
    margin-top: 0;
  }
  .page_recruit-interview .main_visual {
    background-image: url("../images/recruit/main_visual_sp.jpg") !important;
    height: 165px !important;
  }
  .page_recruit-interview .main_visual_bottom {
    background-color: #0f173e;
    padding-top: 25px;
    padding-bottom: 20px;
    color: #fff;
  }
  .page_recruit-interview .main_visual_bottom .page_title {
    font-size: 24px;
    position: relative;
    padding-left: 90px;
    margin-bottom: 7px;
  }
  .page_recruit-interview .main_visual_bottom .page_title span {
    font-size: 9px;
    display: block;
  }
  .page_recruit-interview .main_visual_bottom .page_title:before {
    content: "";
    width: 66px;
    height: 92px;
    background-image: url("../images/common/icon_page_title.png");
    background-size: cover;
    position: absolute;
    top: -33px;
    left: 23px;
  }
  .sec_interview {
    margin-bottom: 100px !important;
  }
  .sec_interview > .row {
    padding-left: 40px;
    padding-right: 40px;
  }
  .sec_interview > .row .interview_box {
    margin-top: 20px;
    display: block;
  }
  .sec_interview > .row .interview_box div h3 {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .sec_interview > .row .interview_box .interview_box_text .name_wrap {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 30px;
  }
  .sec_interview > .row .interview_box .interview_box_text .name_wrap span {
    font-size: 10px;
    margin-left: 10px;
    font-weight: 400;
  }
  .sec_interview > .row .interview_box .interview_box_text .name_wrap .section {
    font-weight: 400;
    font-size: 10px;
  }
  .sec_interview > .row .interview_box .interview_box_img {
    margin-top: 40px;
    margin-bottom: 30px;
  }
}
#interview1 .interview_header .interview_header_r {
  background-image: url("../images/recruit-interview/img_header_interview1.jpg");
}

#interview2 .interview_header .interview_header_r {
  background-image: url("../images/recruit-interview/img_header_interview2.jpg");
}

#interview3 {
  margin-bottom: 150px;
}
#interview3 .interview_header .interview_header_r {
  background-image: url("../images/recruit-interview/img_header_interview3.jpg");
}

@media (max-width: 750px) {
  #interview1 .interview_header .interview_header_r {
    background-image: url("../images/recruit-interview/img_header_interview1_sp.jpg");
  }
  #interview2 .interview_header .interview_header_r {
    background-image: url("../images/recruit-interview/img_header_interview2_sp.jpg");
  }
  #interview3 .interview_header .interview_header_r {
    background-image: url("../images/recruit-interview/img_header_interview3_sp.jpg");
  }
}
/**
* 4.12 - Recruit Internship
* -----------------------------------------------------------------------------
*/
.page_recruit-internship .main_visual {
  background-image: url("../images/recruit-interview/main_visual.jpg");
}
.page_recruit-internship .sectitle {
  margin-bottom: 40px;
}

@media (max-width: 750px) {
  .page_recruit-internship footer {
    margin-top: 0;
  }
  .page_recruit-internship .main_visual {
    background-image: url("../images/recruit/main_visual_sp.jpg") !important;
    height: 165px !important;
  }
  .page_recruit-internship .main_visual_bottom {
    background-color: #0f173e;
    padding-top: 25px;
    padding-bottom: 20px;
    color: #fff;
  }
  .page_recruit-internship .main_visual_bottom .page_title {
    font-size: 24px;
    position: relative;
    padding-left: 90px;
    margin-bottom: 7px;
  }
  .page_recruit-internship .main_visual_bottom .page_title span {
    font-size: 9px;
    display: block;
  }
  .page_recruit-internship .main_visual_bottom .page_title:before {
    content: "";
    width: 66px;
    height: 92px;
    background-image: url("../images/common/icon_page_title.png");
    background-size: cover;
    position: absolute;
    top: -33px;
    left: 23px;
  }
}
.bg_intern {
  background-image: url("../images/recruit-internship/bg_intern.jpg");
  background-repeat: repeat;
  background-size: 256px 224px;
}

.intern_concept .catch {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 60px;
}
.intern_concept .catch span {
  color: #19b80f;
}
.intern_concept .catch:before {
  content: "";
  background-image: url("../images/recruit-internship/catch_internship.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 231px;
  height: 25px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}
.intern_concept .concept_inner {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 15px #eee;
          box-shadow: 0px 0px 15px #eee;
  padding: 60px 80px;
}

.intern_menu .menu_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}
.intern_menu .menu_inner > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: 48%;
      -ms-flex-preferred-size: 48%;
          flex-basis: 48%;
  position: relative;
  border: 3px solid #19b80f;
  -webkit-box-shadow: 3px 3px 3px #aaa;
          box-shadow: 3px 3px 3px #aaa;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 0;
}
.intern_menu .menu_inner > div .thum {
  width: 25%;
  position: relative;
}
.intern_menu .menu_inner > div .thum img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 50px;
  height: auto;
}
.intern_menu .menu_inner > div .content .num {
  color: #19b80f;
  font-weight: 700;
}
.intern_menu .menu_inner > div .content .txt {
  font-size: 11px;
}
.intern_menu .menu_inner > div .content .title {
  font-size: 24px;
  font-weight: 500;
  position: relative;
}
.intern_menu .menu_inner > div .content .title:after {
  content: "";
  background-image: url("../images/common/arrow_r1.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 11px;
  height: 11px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0 auto 10px;
}
.intern_menu .menu_inner > div .linkarea {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.intern_menu .menu_inner > div:hover {
  background-color: #353855;
  border: 3px solid #353855;
  color: #fff;
}
.intern_menu .menu_inner > div:hover .content .num {
  color: #fff;
}

@media all and (-ms-high-contrast: none) {
  .intern_menu .menu_inner > div .content .title:after {
    top: 6px;
  }
}
.program_title {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
}
.program_title .title_inner {
  border: 6px solid #fff;
  line-height: 1;
  text-align: center;
  margin: auto;
  max-width: 480px;
}
.program_title .title_inner h3 {
  color: #fff;
  margin: 40px 0;
}
.program_title .title_inner h3 span {
  display: block;
  font-size: 30px;
  font-weight: 500;
  margin-top: 20px;
}

.program_message {
  text-align: center;
}
.program_message p:first-child {
  line-height: 3;
}
.program_message p:nth-child(2) {
  font-size: 24px;
  margin-top: 20px;
}

.program_content {
  margin: 80px auto 0;
  max-width: 480px;
}
.program_content .content_inner {
  background-color: #f1f4f7;
  line-height: 2;
  padding: 40px;
}
.program_content .content_inner h4 {
  color: #19b80f;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  margin: 0 0 20px;
}

.program_schedule {
  margin-top: 100px;
}
.program_schedule .tb_company {
  margin: 0;
}

@media (max-width: 750px) {
  .intern_concept .catch {
    font-size: 20px;
    margin-bottom: 40px;
  }
  .intern_concept .catch:before {
    width: 139px;
    height: 15px;
    margin-bottom: 10px;
  }
  .intern_concept .concept_inner {
    padding: 40px;
  }
  .intern_menu .menu_inner {
    display: block;
    margin-top: 30px;
  }
  .intern_menu .menu_inner > div {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    padding: 20px 0;
  }
  .intern_menu .menu_inner > div:first-child {
    margin-bottom: 20px;
  }
  .intern_menu .menu_inner > div .content .num {
    font-size: 12px;
  }
  .intern_menu .menu_inner > div .content .txt {
    font-size: 10px;
  }
  .intern_menu .menu_inner > div .content .title {
    font-size: 18px;
  }
  .intern_menu .menu_inner > div .content .title:after {
    margin: auto 0 auto 5px;
  }
  .program_title {
    padding: 40px 0;
  }
  .program_title .title_inner {
    border: 4px solid #fff;
    margin: auto 20px;
  }
  .program_title .title_inner h3 {
    font-size: 12px;
    margin: 30px 0;
  }
  .program_title .title_inner h3 span {
    font-size: 20px;
  }
  .program_message {
    text-align: left;
  }
  .program_message p:first-child {
    line-height: 2.5;
  }
  .program_message p:nth-child(2) {
    font-size: 20px;
    margin-top: 5px;
    line-height: 1.8;
  }
  .program_content {
    margin-top: 40px;
  }
  .program_content .content_inner {
    padding: 30px 20px;
  }
  .program_schedule {
    margin-top: 40px;
  }
  .program_schedule #buttons {
    padding: 0;
  }
}
/**
* 4.13 - Recruit Guideline
* -----------------------------------------------------------------------------
*/
.page_recruit-guideline .main_visual {
  background-image: url("../images/recruit-interview/main_visual.jpg");
}
.page_recruit-guideline .main_visual .page_title {
  text-shadow: 0px 0px 10px #0f173e;
}
.page_recruit-guideline table {
  margin-top: 60px;
  border-top: 1px solid #E5E6EF;
  border-collapse: collapse;
  width: 100%;
}
.page_recruit-guideline table th,
.page_recruit-guideline table td {
  border-bottom: 1px solid #E5E6EF;
  padding: 10px;
  font-size: 12px;
}
.page_recruit-guideline table th {
  border-right: 1px solid #E5E6EF;
  background-color: #F9F9FB;
  width: 200px;
  vertical-align: top;
}

@media (max-width: 750px) {
  .page_recruit-guideline footer {
    margin-top: 0;
  }
  .page_recruit-guideline .main_visual {
    background-image: url("../images/recruit/main_visual_sp.jpg") !important;
    height: 165px !important;
  }
  .page_recruit-guideline .main_visual_bottom {
    background-color: #0f173e;
    padding-top: 25px;
    padding-bottom: 20px;
    color: #fff;
  }
  .page_recruit-guideline .main_visual_bottom .page_title {
    font-size: 24px;
    position: relative;
    padding-left: 90px;
    margin-bottom: 7px;
  }
  .page_recruit-guideline .main_visual_bottom .page_title span {
    font-size: 9px;
    display: block;
  }
  .page_recruit-guideline .main_visual_bottom .page_title:before {
    content: "";
    width: 66px;
    height: 92px;
    background-image: url("../images/common/icon_page_title.png");
    background-size: cover;
    position: absolute;
    top: -33px;
    left: 23px;
  }
  .page_recruit-guideline table th {
    width: 100%;
    border-right: none;
  }
}
.guideline_top {
  padding: 100px 0;
}
.guideline_top p {
  margin: 0;
  font-size: 14px;
  line-height: 2;
}

.sec_guideline {
  padding: 100px 0;
}

@media (max-width: 750px) {
  .guideline_top {
    padding: 40px 0;
  }
  .sec_guideline {
    padding: 40px 0;
  }
  .sec_guideline .row {
    padding-left: 40px;
    padding-right: 40px;
  }
  .sec_guideline .row img {
    width: 100%;
  }
}
.message_inner {
  text-align: justify;
}
.message_inner .president {
  text-align: right;
  margin-top: 30px;
}

@media (max-width: 750px) {
  .message_inner {
    padding-right: 20px;
    padding-left: 20px;
  }
  .message_inner .president {
    margin-top: 20px;
  }
}
#flow img {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

#new .row > p {
  margin-top: 40px;
}
#new .to_recnavi {
  border: 4px solid #0068b7;
  background-image: url("../images/recruit/logo_recnavi.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  border-radius: 30px;
  font-size: 11px;
  position: relative;
  background-color: #fff;
  padding: 10px 0;
  line-height: 1.6;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 53px;
  width: 400px;
}
#new .to_recnavi:hover {
  background-color: #0068b7;
  background-image: url("../images/recruit/logo_recnavi_on.png");
}

@media (max-width: 750px) {
  #new .to_recnavi {
    max-width: 240px;
    height: 43px;
    background-size: 36%;
  }
}
#career {
  background-color: #f2f5f8;
}
#career .row p {
  margin-bottom: 40px;
}

#career {
  padding-bottom: 70px;
}

/**
* 4.14 - Site Search
* -----------------------------------------------------------------------------
*/
.search_result {
  padding: 20px 0;
}

.wrap_search_result {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.wrap_search_result li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 60px;
  position: relative;
}
.wrap_search_result li:hover {
  opacity: 0.8;
}
.wrap_search_result li .linkarea {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}
.wrap_search_result li .search_result_img {
  width: auto;
  max-width: 20%;
  margin-right: 40px;
}
.wrap_search_result li .search_result_img img {
  width: 100%;
}
.wrap_search_result li .search_result_txt {
  width: 100%;
  min-width: 1px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 750px) {
  .wrap_search_result li {
    margin-bottom: 30px;
  }
  .wrap_search_result li .search_result_img {
    margin-right: 20px;
  }
}
/**
* 5.0 - Footer
* -----------------------------------------------------------------------------
*/
footer {
  position: relative;
  border-top: 40px solid #0f173e;
  margin-top: 60px;
}

.totop {
  position: absolute;
  top: -52px;
  left: 0;
  right: 0;
  width: 102px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 750px) {
  footer {
    margin-top: 50px;
  }
}
.nav_footer {
  padding-top: 70px;
}
.nav_footer > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.nav_footer > ul > li {
  -webkit-flex-basis: 16.66%;
      -ms-flex-preferred-size: 16.66%;
          flex-basis: 16.66%;
  margin-bottom: 70px;
}
.nav_footer > ul > li > a {
  font-size: 12px;
  font-weight: 700;
}
.nav_footer > ul > li > a:after {
  width: 25px;
  content: "";
  display: block;
  height: 4px;
  background-color: #19b90f;
  margin-top: 7px;
}
.nav_footer > ul > li .sub {
  margin-top: 10px;
}
.nav_footer > ul > li .sub li {
  margin-bottom: 5px;
}
.nav_footer > ul > li .sub li a {
  font-size: 9px;
}
.nav_footer > ul > li .sub li a:hover {
  text-decoration: underline;
}
.nav_footer:after {
  content: "";
  height: 2px;
  width: 100%;
  display: block;
  background-image: url("../images/common/line1.jpg");
}
.nav_footer .en_footer {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.nav_footer .en_footer > li {
  -webkit-flex-basis: 14.2%;
      -ms-flex-preferred-size: 14.2%;
          flex-basis: 14.2%;
}

.footer_line-height {
  line-height: 1.2em;
}

.footer_bottom {
  padding: 30px 0 20px 0;
}
.footer_bottom .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer_bottom_l img {
  max-width: 238px;
}

.footer_bottom_r .lang {
  margin-bottom: 10px;
  display: block;
}
.footer_bottom_r .lang > div {
  float: right;
}
.footer_bottom_r .copyright {
  font-size: 9px;
  text-align: right;
  color: #c2c2c2;
}

@media (max-width: 750px) {
  .footer_bottom {
    padding-bottom: 10px;
  }
  .footer_bottom .row {
    display: block;
  }
  .footer_bottom .footer_bottom_l {
    text-align: center;
  }
  .footer_bottom .footer_bottom_r .copyright {
    text-align: center;
    margin-top: 20px;
  }
}/*# sourceMappingURL=style.css.map */