<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*!
 * Bootstrap Reboot v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
* {
  box-sizing: border-box; }
  *::before, *::after {
    box-sizing: border-box; }

html {
  font-family: "ヒラギノ角ゴ Pro", Hiragino Kaku Gothic Pro, "游ゴシック", YuGothic, "メイリオ", Meiryo, Arial, Roboto, sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0; }

p {
  margin-top: 0;
  margin-bottom: 0; }

abbr[title], abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none; }

address {
  margin-bottom: 0;
  font-style: normal;
  line-height: inherit; }

ol, ul, dl, ol ol, ul ul, ol ul, ul ol {
  margin: 0;
  padding: 0;
  list-style: none; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b, strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #0056b3; }
  a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none; }
    a:not([href]):not([tabindex]):hover {
      color: inherit;
      text-decoration: none; }
    a:not([href]):not([tabindex]):focus {
      color: inherit;
      text-decoration: none;
      outline: 0; }

pre, code, kbd, samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }
  button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color; }

input, button, select, optgroup, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button, input {
  overflow: visible; }

button {
  text-transform: none; }

select {
  text-transform: none;
  word-wrap: normal; }

button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button; }

button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
  cursor: pointer; }

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"], input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }
input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

/*# sourceMappingURL=bootstrap-reboot.css.map */
/* color */
/*base*/
/*text*/
/*link*/
/*sub1*/
/*sub2*/
/* font */
html {
  color: #333333; }

/* link */
a {
  color: #333333; }

a:hover {
  color: #333333;
  text-decoration: underline; }

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

p {
  word-break: break-word; }

dd {
  word-break: break-word; }

tr {
  word-break: break-word; }

table {
  border-collapse: separate; }

/* header */
header {
  border-top: 14px solid #D0121B; }

/* page_title */
.page_title {
  height: 280px;
  position: relative; }
  .page_title h1 {
    position: absolute;
    color: #FFFFFF;
    letter-spacing: 1em;
    top: 100px;
    left: 0px;
    right: 0px;
    text-align: center; }
    .page_title h1:first-letter {
      margin-left: 1em; }
    .page_title h1 span {
      display: block;
      font-size: 0.7rem;
      letter-spacing: 0.2em; }

/* navi */
#global_navi {
  border-top: 3px solid #D0121B;
  background: #FFFFFF;
  width: 100%;
  z-index: 10000;
  margin: 0 0 20px; }
  #global_navi ul {
    width: 970px;
    margin: 0 auto 0px;
    padding: 10px 0;
    display: -webkit-flex;
    display: flex; }
    #global_navi ul li {
      border-left: 1px solid #CCCCCC;
      width: calc(100% / 3);
      height: 30px;
      line-height: 30px;
      font-size: 0.94rem;
      text-align: center;
      font-weight: bold; }
      #global_navi ul li:last-of-type {
        border-right: 1px solid #CCCCCC; }
      #global_navi ul li.home {
        display: none; }
  #global_navi.fixed {
    position: fixed;
    top: 0;
    box-shadow: 0px 5px 3px -3px rgba(0, 0, 0, 0.2); }
    #global_navi.fixed ul li.home {
      display: block !important;
      border-left: 0; }
      #global_navi.fixed ul li.home img {
        height: 28px;
        width: auto;
        margin-top: -5px; }

/* topicpath */
.topicpath {
  max-width: 970px;
  margin: 0px auto 20px; }
  .topicpath li {
    display: inline;
    font-size: 0.8rem; }
    .topicpath li:first-child:before {
      content: ""; }
    .topicpath li:before {
      content: " &gt; "; }
    .topicpath li a {
      text-decoration: underline; }
      .topicpath li a:hover {
        text-decoration: none; }

/* footer */
footer {
  background: #666666; }
  footer section {
    max-width: 970px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start; }
    footer section:nth-of-type(2) {
      -webkit-flex-grow: 1;
      flex-grow: 1; }
    footer section h2 {
      color: #FFFFFF;
      line-height: 60px;
      padding: 0 0 0 10px; }
      footer section h2 a {
        color: #FFFFFF; }
        footer section h2 a:hover {
          color: #FFFFFF;
          text-decoration: none; }
    footer section p {
      color: #FFFFFF;
      font-size: 0.9rem;
      padding: 0 0 0 10px;
      line-height: 60px; }
    footer section address {
      color: #FFFFFF;
      margin-left: auto;
      padding: 0 10px;
      line-height: 60px;
      font-size: 1.25rem;
      font-weight: bold; }
      footer section address a {
        color: #FFFFFF; }
      footer section address .ico_tel {
        width: 34px;
        margin: 0 5px 5px 0; }

/* copyright */
.copyright {
  text-align: center;
  font-size: 0.75rem;
  line-height: 2; }

/* page-top */
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px; }
  #page-top a {
    display: block;
    width: 60px;
    height: 60px;
    background-color: #D0121B;
    border-radius: 60px;
    text-align: center;
    color: #fff !important;
    font-size: 1.5rem;
    text-decoration: none;
    line-height: 60px; }
    #page-top a:hover {
      background-color: #DC4D54; }

.logo {
  display: none; }

.globalMenuSp {
  display: none; }

.navToggle {
  display: none; }

/*-----------------------------------  
		-969px: 970px以下のPC
  -----------------------------------*/
@media screen and (max-width: 969px) {
  #global_navi {
    display: none; }

  .top_navi {
    display: none; }

  /* navi_sp */
  .logo {
    text-align: center;
    padding: 10px;
    display: block; }
    .logo img {
      width: 128px; }
    .logo.fixed {
      position: fixed;
      top: 0;
      box-shadow: 0px 5px 3px -3px rgba(0, 0, 0, 0.2);
      background: #fff;
      z-index: 100;
      width: 100%; }

  .globalMenuSp {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    background: #fff;
    color: #000;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%; }
    .globalMenuSp ul {
      background: #ccc;
      margin: 0 auto;
      padding: 0;
      width: 100%; }
    .globalMenuSp li {
      font-size: 1.1em;
      list-style-type: none;
      padding: 0;
      width: 100%;
      border-bottom: 1px dotted #333; }
      .globalMenuSp li:last-child {
        padding-bottom: 0;
        border-bottom: none; }
      .globalMenuSp li a {
        display: block;
        color: #000;
        padding: 1em 0; }
    .globalMenuSp.active {
      transform: translateY(0%);
      display: block; }

  .navToggle {
    display: block;
    position: fixed;
    /* bodyに対しての絶対位置指定 */
    right: 13px;
    top: 6px;
    width: 42px;
    height: 51px;
    cursor: pointer;
    z-index: 102;
    background: #666;
    text-align: center; }
    .navToggle span {
      display: block;
      position: absolute;
      /* .navToggleに対して */
      width: 30px;
      border-bottom: solid 3px #eee;
      -webkit-transition: .35s ease-in-out;
      -moz-transition: .35s ease-in-out;
      transition: .35s ease-in-out;
      left: 6px; }
      .navToggle span:nth-child(1) {
        top: 9px; }
      .navToggle span:nth-child(2) {
        top: 18px; }
      .navToggle span:nth-child(3) {
        top: 27px; }
      .navToggle span:nth-child(4) {
        border: none;
        color: #eee;
        font-size: 9px;
        font-weight: bold;
        top: 34px; }
    .navToggle.active span:nth-child(1) {
      top: 18px;
      left: 6px;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .navToggle.active span:nth-child(2), .navToggle.active span:nth-child(3) {
      top: 18px;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      transform: rotate(45deg); }

  .copyright {
    height: 100px; } }
/*-----------------------------------  
		-779px: タブレット&amp;スマホ
  -----------------------------------*/
@media screen and (max-width: 779px) {
  footer section {
    -webkit-flex-direction: column;
    flex-direction: column;
    text-align: center; }
    footer section h2 {
      width: 100% !important;
      line-height: normal; }
    footer section p {
      width: 100% !important;
      line-height: normal; }
    footer section address {
      width: 100% !important;
      line-height: normal; } }
/* page_title */
.page_title {
  background: url(../img/factory/common/bg_title.jpg) no-repeat top center;
  background-size: cover; }

article {
  max-width: 970px;
  margin: 0 auto; }

#local_navi {
  margin: 0 0 60px; }
  #local_navi ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    #local_navi ul li {
      width: calc(100% / 3);
      height: 40px;
      line-height: 40px;
      text-align: center;
      margin: 0 0 10px 10px; }
      #local_navi ul li:first-of-type {
        margin-left: 0; }
      #local_navi ul li.active {
        background: #D0121B;
        color: #FFFFFF;
        font-weight: bold;
        border: none; }
      #local_navi ul li a {
        display: block;
        border: 1px solid #333333; }
        #local_navi ul li a:hover {
          background: #999999;
          color: #FFFFFF;
          text-decoration: none; }

section {
  margin: 0 0 60px 0; }

.title_wrap {
  border-bottom: 1px solid #333333;
  margin: 0 0 20px 0; }
  .title_wrap h2 {
    margin: 0 1em 0 0;
    padding: 0 0 0 0.5em;
    display: inline-block;
    background: url(../img/factory/common/line_title.png) no-repeat left top; }
  .title_wrap p {
    display: inline-block; }

.info_wrap {
  display: -webkit-flex;
  display: flex; }
  .info_wrap .column1 {
    width: 410px;
    margin: 0 20px 0 0; }
    .info_wrap .column1 img {
      width: auto;
      height: auto;
      max-width: 100%;
      max-height: 100%; }
  .info_wrap .column2 {
    width: 540px; }
  .info_wrap p::first-letter {
    margin-left: 1em; }

h3 {
  border-bottom: 1px solid #333333;
  margin: 0 0 10px 0; }
  h3::before {
    content: "■"; }

.line_flex {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  .line_flex li {
    width: calc(100% / 3);
    margin: 0 0 10px 10px;
    text-align: center; }
    .line_flex li:first-of-type {
      margin: 0 0 10px 0px; }
    .line_flex li img {
      width: auto;
      height: auto;
      max-width: 100%;
      max-height: 100%; }
    .line_flex li p {
      font-size: 0.94rem; }

.ex_flex {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  .ex_flex li {
    margin: 0 0 10px 10px;
    text-align: center; }
    .ex_flex li:first-of-type {
      margin: 0 0 10px 0px; }
    .ex_flex li img {
      width: auto;
      height: auto;
      max-width: 100%;
      max-height: 192px; }
    .ex_flex li p {
      font-size: 0.75rem; }

table th {
  -moz-text-align-last: justify;
  text-align-last: justify;
  text-justify: inter-ideograph;
  width: 15%;
  padding: 5px 1em;
  font-weight: normal;
  vertical-align: top; }
table td {
  width: 85%;
  padding: 5px 1em;
  vertical-align: top; }

/*-----------------------------------  
		-969px: 970px以下のPC
  -----------------------------------*/
/*-----------------------------------  
		-639px: スマホ
  -----------------------------------*/
@media screen and (max-width: 639px) {
  #local_navi ul {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    #local_navi ul li {
      width: calc(100% / 2 - 10px);
      -webkit-flex-grow: 1;
      flex-grow: 1;
      margin: 0 0 10px 10px; }
      #local_navi ul li:first-of-type, #local_navi ul li:nth-of-type(3) {
        margin-left: 0; }

  .info_wrap {
    -webkit-flex-direction: column;
    flex-direction: column; }
    .info_wrap .column1 {
      width: auto !important;
      margin: 0 auto; }
    .info_wrap .column2 {
      width: auto !important; }
    .info_wrap p {
      width: 90% !important;
      margin: 0 auto; }

  .line_flex {
    -webkit-flex-direction: column;
    flex-direction: column; }
    .line_flex li {
      width: auto !important;
      margin: 0 auto 20px !important; }

  .ex_flex {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    .ex_flex li {
      width: calc(100% / 2 - 10px);
      -webkit-flex-grow: 0;
      flex-grow: 0; }
      .ex_flex li:first-of-type, .ex_flex li:nth-of-type(3), .ex_flex li:nth-of-type(3) {
        margin-left: 0; }

  table th {
    -moz-text-align-last: auto !important;
    text-align-last: auto !important;
    text-justify: auto !important;
    width: auto !important; }
  table td {
    width: auto !important; } }
</pre></body></html>