@charset "UTF-8";
/* ハリキ精工専用スタイル */
/* General */
li {
  list-style: none;
}

#content a {
  color: #000193;
}

p {
  font-size: 0.9em;
}

a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

blockquote {
  margin-bottom: 1rem;
}

.bg-blue {
  background-color: #eaf7fe;
}

.border {
  border: 1px solid #ddd;
}

/* Generalここまで */
header.site-header {
  width: 960px;
  margin: 0 auto;
  margin-bottom: 1rem;
}

@media screen and (max-width: 768px) {
  header.site-header {
    width: 100%;
  }
}

.site-branding {
  margin-top: 38px;
}

.custom-logo-link {
  width: 120%;
}

.custom-logo {
  width: 100% !important;
}

@media screen and (max-width: 768px) {
  .site-branding {
    /* 		text-align: center; */
    margin-top: 10px;
  }
  .menu-toggle,
  .menu-toggle span {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .menu-toggle {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 45px;
    height: 45px;
    z-index: 9999;
    border-radius: 3;
    border: none;
    background: #fff;
  }
  .toggled .menu-toggle {
    background: #000193;
  }
  a.menu-toggle:hover {
    background: rgba(0, 0, 0, 0.5);
  }
  .menu-toggle span {
    position: absolute;
    z-index: 9999;
    left: 7px;
    width: 75%;
    height: 4px;
    background-color: #000193;
    border-radius: 4px;
  }
  .toggled .menu-toggle span {
    background-color: #fff;
  }
  .menu-toggle span:nth-of-type(1) {
    top: 9px;
  }
  .menu-toggle span:nth-of-type(2) {
    top: 20px;
  }
  .menu-toggle span:nth-of-type(3) {
    bottom: 9px;
  }
  .menu-toggle.active span:nth-of-type(1) {
    -webkit-transform: translateY(20px) rotate(-45deg);
    transform: translateY(19px) rotate(-45deg);
  }
  .menu-toggle.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-toggle.active span:nth-of-type(3) {
    -webkit-transform: translateY(-20px) rotate(45deg);
    transform: translateY(-20px) rotate(45deg);
  }
  .menu-hariki_menu-container {
    background: #eee;
  }
}

.main-navigation {
  float: none;
}

a.btn-contact {
  float: right;
  display: inline-block;
  margin-top: -5px;
  color: #000193 !important;
  padding: 8px 1rem 0 1rem;
  border-radius: 0;
  border: 1px solid #000193;
}

@media screen and (max-width: 768px) {
  a.btn-contact {
    position: absolute;
    top: -0.1rem;
    right: 0.2rem;
    display: none;
  }
}

a.btn-contact:hover,
a.btn-contact.active {
  color: #fff !important;
  background-color: #000193;
}

.menu-hariki_menu-container {
  float: right;
}

.nav-menu a {
  border: none;
  color: #000000 !important;
  border-bottom: 1px solid #666666;
  width: 6rem;
  margin-left: 0.2rem;
  text-align: center;
  font-size: 0.8rem;
  padding: 0.2rem 0 0;
  border-radius: 0;
  height: 100%;
}

.nav-menu a span {
  display: block;
  width: 100%;
  font-size: 0.6rem;
  margin-top: 0.2rem;
  border-top: 1px solid #666666;
}

.nav-menu a:hover,
.nav-menu a.active {
  border: none;
  background-color: #000193;
  color: #fff !important;
}

.nav-menu a:hover span,
.nav-menu a.active span {
  background-color: #fff;
  color: #000193 !important;
}

.nav_contact {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .menu-hariki_menu-container {
    float: none;
  }
  .main-navigation li {
    float: none;
  }
  .nav-menu a {
    display: block;
    width: 98%;
    font-size: 0.85rem;
    padding: 0.3rem 0;
  }
  .nav-menu a span {
    font-size: 0.75rem;
  }
  .nav-menu a:hover span,
  .nav-menu a.active span {
    background-color: #000193;
    color: #fff !important;
    border-top: 1px solid #fff;
  }
  .flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;
  }
  .site-main {
    -webkit-box-ordinal-group: 1;
    -webkit-flex-order: 1;
    -moz-flex-order: 1;
    -moz-order: 1;
    -ms-order: 1;
    -ms-flex-order: 1;
        order: 1;
  }
  .side-banner {
    margin-top: 1rem;
    -webkit-box-ordinal-group: 2;
    -webkit-flex-order: 2;
    -moz-flex-order: 2;
    -moz-order: 2;
    -ms-order: 2;
    -ms-flex-order: 2;
        order: 2;
  }
  .nav_contact {
    display: block !important;
  }
}

#content {
  margin: 0;
  padding: 0;
}

#primary {
  height: 100%;
  padding: 0 0 2rem;
  /* 	background: repeating-linear-gradient(-45deg, #eaf7fe, #eaf7fe 1px, #fff 0, #fff 5px); */
  background: url(../img/common/bg.png) left top repeat;
}

.inner {
  width: 960px;
  padding-top: 1rem;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .inner {
    width: 98%;
  }
}

.side-banner ul {
  margin: 0;
}

.side-banner ul li {
  margin: 0 0 0.75rem;
}

h3.mirror-forceps-feature {
  font-size: 1.2em;
  font-weight: bold;
  color: #000193;
}

@media screen and (max-width: 768px) {
  .side-banner ul li:nth-child(odd) {
    float: left;
    width: 48%;
  }
  .side-banner ul li:nth-child(even) {
    float: right;
    width: 48%;
  }
}

.top-news {
  margin-top: 1rem;
}

.top-news h2 {
  font-size: 1.2rem;
  margin-bottom: 0.25rem;
}

.top-news h2 span {
  font-size: 0.8rem;
  color: #666;
}

.top-news-list {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 0.2rem 0.5rem 1rem;
  height: 9.45rem;
  overflow: auto;
  overflow-y: scroll;
  overflow-x: hidden;
}

/* 下層ページコンテンツ */
.mainbanner {
  margin-top: -1rem;
}

.pankuzu {
  margin: 0.2rem 0 0.1rem;
}

article {
  background-color: #fff;
  border: 1px solid #000193;
  padding: 1rem 0.8rem;
}

.entry-title {
  background-color: #eaf7fe;
  border-bottom: 2px solid #000193;
  padding: 0.4rem;
  font-size: 1rem;
  color: #000193;
}

.entry-title-primary {
  float: left;
}

.entry-subtitle {
  font-size: 0.8rem !important;
  font-weight: normal;
  padding-top: 0.1rem;
  color: #333333;
  float: right;
}

.from-title-sales {
  background-color: #000193;
  color: #fff;
  border: none;
}

.from-title-factory {
  background-color: #009400;
  color: #fff;
  border: none;
}

.from-title-sales span,
.from-title-factory span {
  color: #fff;
}

.entry-content {
  clear: both;
}

strong {
  color: #000193;
}

hr {
  border-bottom: 1px solid #dbdcdd;
}

.iso-box {
  font-size: 0.8em;
  background-color: #f8f8f8;
  padding: 0.5rem 0;
  margin-bottom: 1rem;
}

#sub-menu {
  background-color: #eaf7fe;
  margin: 1.5rem 0 0.5rem;
}

#sub-menu a {
  display: block;
  padding: 0.5rem;
}

#sub-menu a.active,
#sub-menu a:hover {
  background-color: #000193;
  color: #fff !important;
  text-decoration: none;
}

.sub-menu-eng {
  color: #666;
  text-decoration: none;
  font-size: 0.8em;
}

#sub-menu a.active .sub-menu-eng,
#sub-menu a:hover .sub-menu-eng {
  color: #fff !important;
}

.table-hariki td,
.table-hariki th {
  border: none;
}

.table-hariki.table-striped tbody tr:nth-of-type(odd) {
  background-color: #eaf7fe;
}

.table-hariki p {
  margin-bottom: 0.4rem;
}

.h2-title {
  border-left: 3px solid #000193;
  font-size: 1em;
  color: #333333;
  padding-left: 0.5rem;
}

.h2-title .sub {
  display: block;
  font-size: 0.8em;
}

.h3-title {
  background-color: #000193;
  font-size: 1.8em;
  color: #ffffff;
  padding-left: 0.5rem;
}

.environment-table {
  border: 3px solid #cccccc;
}

.environment-table th {
  background-color: #000193;
  color: #fff;
  text-align: center;
}

.news dl {
  margin-top: 0;
}

.news dl dt {
  float: left;
  color: #666;
  font-weight: 500;
}

.news dl dd {
  margin-left: 11em;
}

@media screen and (max-width: 768px) {
  .news dl dt {
    float: none;
  }
  .news dl dd {
    margin-left: 0;
    margin-top: 0;
  }
}

footer {
  border-top: 1px solid #999999;
  padding-top: 0;
  color: #333;
}

.copyright {
  float: right;
}

@media screen and (max-width: 768px) {
  .copyright {
    float: none;
    text-align: center;
  }
  .table-hariki td,
  .table-hariki th {
    display: block;
    width: 100%;
  }
  .table-hariki th {
    padding-bottom: 0.2em;
    margin-top: 0.4em;
  }
  .table-hariki td {
    padding-bottom: 0.4em;
  }
}

/* アコーディオン */
.accordion-detail {
  display: none;
  border: 3px solid #cccccc;
  padding: 0.5rem;
}

/* 追加 */
.comment {
  padding: 0.5em;
  margin-bottom: 0;
}

.fromComment {
  font-size: 0.9em;
  padding: 0.5em 1em 1em;
  margin: 0 0 3em;
}

.fromComment li {
  padding-left: 1.2em;
  text-indent: -0.7em;
}

.comment-sales {
  border: 1px solid #000193;
  background-color: #e1e9ff;
}

.comment-factory {
  border: 1px solid #009400;
  background-color: #deffde;
}

.saiyo {
  padding-top: 32px;
  margin-top: calm(-32px);
}

.saiyo-title {
  padding: 10px;
  border-bottom: solid 2px;
}

.saiyo-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  background-color: #f8f8f8;
}

@media screen and (max-width: 768px) {
  .saiyo-list ul {
    margin: 0;
    display: block;
    padding: 15px 10px;
  }
}

.saiyo-list li {
  font-size: 1.1em;
  padding: 0px 25px;
}

@media screen and (max-width: 768px) {
  .saiyo-list li {
    margin-bottom: 10px;
    line-height: 2;
    padding: 0;
  }
}

/* 「営業・工場からメッセージ」タイトルのみ */
#post-356 .entry-header .entry-title {
  background-color: #fff;
  border-bottom: none;
  border: 3px solid #469ee3;
  padding: 0.7rem 0 0 0;
  font-size: 1.3rem;
  color: #469ee3;
  text-align: center;
  line-height: 90%;
}

#post-356 .entry-header .entry-title .entry-title-primary {
  float: none;
  display: block;
}

#post-356 .entry-header .entry-title .entry-subtitle {
  font-weight: normal;
  color: #469ee3;
  float: none;
  position: relative;
  top: 0.7em;
  background-color: #fff;
  padding: 0 1em;
  display: inline-block;
}

.profile {
  font-size: 0.9em;
}

.profile p {
  font-weight: bold;
  background-color: #000193;
  color: #fff;
  padding: 0.5em;
  margin-bottom: 0.5em;
}

.profile dl dt {
  border-bottom: 1px solid #eee;
}

.profile dl dd {
  margin-left: 1em;
}

.face-title {
  margin: -2em 0 1em;
  border: none;
  text-align: center;
  background-color: #000193;
  padding: 0.5em 2em;
  font-weight: bold;
  color: #fff;
}

.face-box {
  border: 1px solid #000193;
  padding: 1em 1.5em;
  text-align: center;
  margin-bottom: 2em;
}

h3.face-subtitle {
  font-size: 1em;
  margin: 0 0 0.5em 0;
  color: #333;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #f9ffa1));
  background: linear-gradient(transparent 70%, #f9ffa1 70%);
  display: inline-block;
}

.face-subtitle-en {
  font-style: italic;
}

blockquote {
  background: #f9f9f9;
  text-align: left;
  margin: 0 0 1em;
}

@media screen and (max-width: 768px) {
  h3.face-subtitle {
    background: none;
    border-bottom: 5px solid #f9ffa1;
    margin-top: 0.5em;
    display: block;
  }
  .face-subtitle-en {
    display: block;
  }
}

.download-btn {
  width: 100%;
  text-align: center;
}

.download-btn__inner {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 100%;
  padding: 8px;
  text-decoration: none;
  max-width: 280px;
}

.download-btn__inner:hover {
  text-decoration: none;
}

.download-btn__inner._lineup {
  border: 2px solid #000193;
}

.download-btn__inner._lineup:hover {
  background: #000193;
  color: #fff !important;
}

.download-btn__inner._catalog {
  background: #000193;
  border: 2px solid #000193;
  color: #fff !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.download-btn__inner._catalog:hover {
  background: #fff;
  border: 2px solid #000193;
  color: #000193 !important;
}

.download__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .download__inner {
    display: block;
  }
}

.download__inner._center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.download img {
  width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.download__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-right: 20px;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

@media screen and (max-width: 768px) {
  .download__header {
    display: block;
    margin-right: 0;
  }
}

@media screen and (min-width: 767px) {
  .download__header._options {
    max-width: 300px;
  }
}

.download__description {
  width: 100%;
  padding-right: 20px;
}

@media screen and (max-width: 768px) {
  .download__description {
    text-align: center;
    padding-right: 0;
  }
}

.download__arrow {
  width: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .download__arrow {
    margin: 0 auto 24px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.download__body {
  width: 280px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .download__body {
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
  }
}

.download__btns {
  margin: 0;
}

.download__btn {
  margin: 0;
}

.download__btn:not(:last-child) {
  margin-bottom: 16px;
}

.download__options {
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .download__options {
    margin-right: 0;
  }
}

.hs-options {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

@media screen and (max-width: 768px) {
  .hs-options {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    text-align: center;
  }
}

.hs-options li {
  list-style-type: none;
  margin: 0;
}

.medical .en {
  font-size: 1.2em;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .medical .en {
    font-size: 4vw;
  }
}

.medical .en span {
  display: inline-block;
}

.medical .en span:not(:last-child) {
  margin-right: 0.5em;
}

.medical .en span::first-letter {
  color: #000193;
}

.medical .medical-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.medical .medical-card__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3%;
          flex: 0 0 33.3%;
  max-width: calc(100% / 3 - 16px);
  margin-right: 16px;
}

@media screen and (max-width: 768px) {
  .medical .medical-card__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.medical .medical-card__item:last-child {
  margin-right: 0;
}

.medical .medical-card__item a {
  color: #50596c !important;
  text-decoration: none;
}

.medical .medical-card__item a:hover img.logo {
  opacity: 1 !important;
}

.medical .medical-card__img {
  padding: 0 40px;
}

.medical .medical-card__img img {
  width: 100%;
}

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

.medical .medical-card__description .name {
  margin: 0;
}

.medical .medical-card__description .name .logo {
  margin-right: 0.5em;
  width: 74px;
}

.tweezers .height-adjust {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 260px;
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  .tweezers .height-adjust {
    min-height: inherit;
  }
}

.tweezers .height-adjust .grip {
  width: 90%;
}

@media screen and (max-width: 768px) {
  .tweezers .height-adjust .grip {
    width: 100%;
  }
}

.tweezers .height-adjust .tip {
  width: 70%;
}

.tweezers .banner {
  margin-bottom: 1.2rem;
}

/* 採用情報 */
.plan_top {
  margin-top: 5em;
}

.plan-action {
  margin-top: 30px;
}

.plan-action__title {
  font-size: 1.6em;
  margin-bottom: 1em;
  text-align: center;
}

.plan-action__title span {
  border-bottom: solid 2px;
  padding-bottom: 0.2em;
}

@media screen and (max-width: 768px) {
  .plan-action__title {
    font-size: 1.3em;
  }
}

.plan-action__subtitle {
  font-size: 1.2em;
  margin-top: 1em;
}

.plan-action__target {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  border: 1px solid #000193;
  font-size: 1.2em;
  color: #000193;
  margin: 0.2em 0 0.5em;
}

@media screen and (max-width: 768px) {
  .plan-action__target {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.plan-action__target dt {
  padding: 0 10px;
  margin: 10px 0;
}

.plan-action__target dt::after {
  content: '：';
}

.plan-action__target dd {
  margin: 10px 0;
}

@media screen and (max-width: 768px) {
  .plan-action__target dd {
    padding: 0 10px;
    margin-top: 0;
  }
}

.plan-action__table-year th {
  width: 140px;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
  vertical-align: top;
}

.plan-action__table-year th, .plan-action__table-year td {
  border-bottom: none;
  padding: 5px 10px;
}

@media screen and (max-width: 768px) {
  .plan-action__table-year th, .plan-action__table-year td {
    display: block;
  }
}

.plan-action__komidashi {
  margin: 0.3em 0 0.5em;
  font-size: 1.2em;
}

.plan-action__table-data {
  table-layout: fixed;
}

.plan-action__table-data caption {
  text-align: left;
}

.plan-action__table-data tbody {
  width: 100%;
  display: table;
  table-layout: fixed;
}

@media screen and (max-width: 768px) {
  .plan-action__table-data tbody {
    table-layout: auto;
  }
}

.plan-action__table-data th, .plan-action__table-data td {
  border: 1px solid #eee;
}

.plan-action__table-data th {
  background-color: #eaf7fe;
  text-align: center;
}

.plan-action__table-data td {
  text-align: right;
}

.plan-action__table-data .t-left {
  text-align: left;
}

.plan-action__table-data .t-right {
  text-align: right;
}

.plan-action__table-data .gray {
  background-color: #eee;
}
/*# sourceMappingURL=hariki.css.map */