@charset "UTF-8";
/* --------------------------------------------

	FileName	:	common.css

-------------------------------------------- */
article, section, header, footer, nav, menu, aside, figure, figcaption, main {
  display: block;
  padding: 0;
  margin: 0; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset, img {
  border: 0; }

img {
  vertical-align: top; }

address, caption, cite, code, dfn, em, strong, th, var, u {
  font-style: normal;
  font-weight: normal;
  text-decoration: none; }

a {
  vertical-align: baseline; }

a > * {
  cursor: pointer; }

ol, ul {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
  vertical-align: bottom; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0; }

button,
option,
textarea,
input[type="button"],
input[type="submit"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="text"],
input[type="option"],
input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border-radius: 0;
  border: none;
  outline: 0;
  margin: 0;
  background: #fff; }

@font-face {
  font-family: 'fontello';
  src: url("../font/fontello.eot?32956980");
  src: url("../font/fontello.eot?32956980#iefix") format("embedded-opentype"), url("../font/fontello.woff2?32956980") format("woff2"), url("../font/fontello.woff?32956980") format("woff"), url("../font/fontello.ttf?32956980") format("truetype"), url("../font/fontello.svg?32956980#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?32956980#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-mail:before {
  content: '\e800'; }

/* '' */
.icon-globe:before {
  content: '\e801'; }

/* '' */
.icon-up-open:before {
  content: '\e802'; }

/* '' */
.icon-cancel:before {
  content: '\e803'; }

/* '' */
.icon-angle-left:before {
  content: '\f104'; }

/* '' */
.icon-angle-right:before {
  content: '\f105'; }

/* '' */
.icon-angle-up:before {
  content: '\f106'; }

/* '' */
.icon-angle-down:before {
  content: '\f107'; }

/* '' */
/* -------------------------------------
	header
-------------------------------------- */
.st-Header {
  position: relative;
  min-height: 90px;
  z-index: 100; }
  @media only screen and (max-width: 767px) {
    .st-Header {
      min-height: 0; } }
  .st-Header.st-Header-fixed {
    position: fixed; }
  .st-Header_Contents {
    background: transparent;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 100;
    -webkit-transition: all 0.4s;
    transition: all 0.4s; }
    .st-Header-fixed .st-Header_Contents {
      background: #fff !important; }
    @media only screen and (max-width: 767px) {
      .st-Header_Contents {
        padding: 15px 6% !important; } }
    .st-Header_Contents.active {
      background: #fff !important; }
  .st-Header_Contents_Inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1018px;
    margin: 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 90px; }
    @media only screen and (max-width: 767px) {
      .st-Header_Contents_Inner {
        max-width: 100%;
        height: auto; } }
  .st-Header_Menu {
    display: none; }
    @media only screen and (max-width: 767px) {
      .st-Header_Menu {
        display: block; } }
    .st-Header_Menu_Btn {
      position: absolute;
      top: 5px;
      right: 5px;
      background: #f49a2e;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      justify-items: center;
      width: 40px;
      height: 40px; }
      .st-Header_Menu_Btn dl {
        width: 40px;
        height: 40px;
        color: #fff;
        margin: 0 auto;
        position: relative; }
        .st-Header_Menu_Btn dl dt {
          display: none; }
        .st-Header_Menu_Btn dl dd {
          position: absolute; }
          .st-Header_Menu_Btn dl dd span {
            -webkit-transition: all 0.2s;
            transition: all 0.2s;
            display: inline-block;
            position: absolute;
            width: 25px;
            height: 2px;
            left: 8px;
            background-color: #fff; }
            .st-Header_Menu_Btn dl dd span:nth-of-type(1) {
              top: 10px; }
            .st-Header_Menu_Btn dl dd span:nth-of-type(2) {
              top: 19px; }
            .st-Header_Menu_Btn dl dd span:nth-of-type(3) {
              top: 28px; }
          .st-Header_Menu_Btn dl dd.active span:nth-of-type(1) {
            -webkit-transform: translateY(10px) rotate(-45deg);
            transform: translateY(10px) rotate(-45deg); }
          .st-Header_Menu_Btn dl dd.active span:nth-of-type(2) {
            opacity: 0; }
          .st-Header_Menu_Btn dl dd.active span:nth-of-type(3) {
            -webkit-transform: translateY(-8px) rotate(45deg);
            transform: translateY(-8px) rotate(45deg); }
  .st-Header_Logo_Main {
    width: 304px; }
    .st-Header_Logo_Main a {
      display: block;
      width: 100%;
      height: 100%; }
    @media only screen and (max-width: 767px) {
      .st-Header_Logo_Main {
        width: 152px; } }

.st-Menu {
  margin: 0; }
  @media only screen and (max-width: 767px) {
    .st-Menu {
      display: block;
      position: fixed;
      visibility: hidden;
      left: 0;
      right: 0;
      height: calc(100vh - 53px);
      top: 53px;
      z-index: 3000; } }
  .st-Menu.st-Menu-expanded {
    visibility: visible; }
  @media only screen and (max-width: 767px) {
    .st-Menu_Inner {
      height: 0;
      overflow: hidden;
      background: #f49a2e;
      -webkit-transition: all 0.4s;
      transition: all 0.4s; }
      .st-Menu-expanded .st-Menu_Inner {
        height: 100%; } }
  .st-Menu_Inner .st-Global {
    position: fixed;
    top: auto;
    left: 0;
    right: 0;
    top: 50px;
    z-index: 103; }
    @media only screen and (max-width: 767px) {
      .st-Menu_Inner .st-Global {
        position: relative;
        top: 10px;
        background-color: transparent; } }
    .st-Menu_Inner .st-Global_List {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      width: 100%;
      max-width: 1018px;
      margin: 0 auto; }
      @media only screen and (max-width: 767px) {
        .st-Menu_Inner .st-Global_List {
          width: 93%;
          margin: 0 auto;
          display: block; } }
      .st-Menu_Inner .st-Global_List_Item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-right: 2.5rem; }
        .st-Menu_Inner .st-Global_List_Item:last-child {
          margin-right: 0; }
        @media only screen and (max-width: 767px) {
          .st-Menu_Inner .st-Global_List_Item {
            margin-right: 0; } }
        @media only screen and (max-width: 767px) {
          .st-Menu_Inner .st-Global_List_Item {
            height: 40px;
            border-top: 1px solid #fff; }
            .st-Menu_Inner .st-Global_List_Item:first-child {
              border-top: none; }
            .st-Menu_Inner .st-Global_List_Item:last-child {
              border-bottom: 1px solid #fff; } }
        .st-Menu_Inner .st-Global_List_Item_Link {
          text-decoration: none;
          color: #000;
          text-align: center;
          width: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          border-bottom: 1px solid #fff;
          position: relative; }
          .st-Menu_Inner .st-Global_List_Item_Link:hover {
            color: #f49a2e;
            border-bottom: 1px solid #f49a2e; }
          @media only screen and (max-width: 767px) {
            .st-Menu_Inner .st-Global_List_Item_Link {
              color: #fff;
              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;
              border-bottom: none;
              padding: 0 1rem; }
              .st-Menu_Inner .st-Global_List_Item_Link:after {
                font-family: "fontello";
                font-style: normal;
                font-weight: normal;
                speak: none;
                display: inline-block;
                text-decoration: inherit;
                text-align: center;
                font-variant: normal;
                text-transform: none;
                line-height: 1em;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                content: "\f105"; } }
    @media only screen and (max-width: 767px) {
      .st-Header-fixed .st-Menu_Inner .st-Global {
        top: 0 !important;
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: #f49a2e;
        position: relative; } }
  .st-Menu_Inner .st-Assist {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
    max-width: 1018px;
    -ms-flex-item-align: start;
    align-self: flex-start;
    z-index: 110; }
    @media only screen and (max-width: 767px) {
      .st-Menu_Inner .st-Assist {
        max-width: 100%;
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        margin-top: 20px; } }
    .st-Menu_Inner .st-Assist_Inner {
      position: absolute;
      top: 18px;
      right: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media only screen and (max-width: 767px) {
        .st-Menu_Inner .st-Assist_Inner {
          position: relative;
          top: 0;
          right: auto;
          display: block; } }
    .st-Menu_Inner .st-Assist_Item_Link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 100%;
      font-size: 12px;
      font-size: 0.85714rem;
      color: #0b3190;
      text-decoration: none; }
      @media only screen and (max-width: 767px) {
        .st-Menu_Inner .st-Assist_Item_Link {
          display: none; } }
    .st-Menu_Inner .st-Assist_Item-Lang {
      margin-right: 28px; }
      @media only screen and (max-width: 767px) {
        .st-Menu_Inner .st-Assist_Item-Lang {
          margin-right: 0; } }
      .st-Menu_Inner .st-Assist_Item-Lang .closeBtn {
        display: none; }
        @media only screen and (max-width: 767px) {
          .st-Menu_Inner .st-Assist_Item-Lang .closeBtn {
            display: block;
            text-align: center; }
            .st-Menu_Inner .st-Assist_Item-Lang .closeBtn a {
              color: #fff;
              position: relative; }
              .st-Menu_Inner .st-Assist_Item-Lang .closeBtn a:before {
                font-family: "fontello";
                font-style: normal;
                font-weight: normal;
                speak: none;
                display: inline-block;
                text-decoration: inherit;
                text-align: center;
                font-variant: normal;
                text-transform: none;
                line-height: 1em;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                content: '\e803';
                position: relative;
                left: -10px;
                top: 2px;
                font-size: 15px;
                font-size: 1.07143rem; } }
      .st-Menu_Inner .st-Assist_Item-Lang > a {
        position: relative; }
        .st-Menu_Inner .st-Assist_Item-Lang > a:before {
          font-family: "fontello";
          font-style: normal;
          font-weight: normal;
          speak: none;
          display: inline-block;
          text-decoration: inherit;
          text-align: center;
          font-variant: normal;
          text-transform: none;
          line-height: 1em;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: "\e801";
          color: #0b3190;
          font-size: 15px;
          font-size: 1.07143rem;
          left: -.2rem;
          position: relative; }
      .st-Menu_Inner .st-Assist_Item-Lang > ul {
        visibility: hidden;
        opacity: 0;
        border: 1px solid #f2cfa5;
        background: #fff;
        position: absolute;
        width: 96px;
        -webkit-transform: translate(0, -15px);
        transform: translate(0, -15px);
        -webkit-transition: all 0.4s;
        transition: all 0.4s; }
        .st-Menu_Inner .st-Assist_Item-Lang > ul.is_show {
          opacity: 0.99999;
          visibility: visible;
          -webkit-transform: translate(0, 0);
          transform: translate(0, 0); }
        @media only screen and (max-width: 767px) {
          .st-Menu_Inner .st-Assist_Item-Lang > ul {
            visibility: visible;
            -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
            opacity: 1;
            width: 93%;
            margin: 0 auto;
            border: 0;
            background: transparent;
            position: relative; } }
        .st-Menu_Inner .st-Assist_Item-Lang > ul li {
          border-bottom: 1px solid #f2cfa5; }
          .st-Menu_Inner .st-Assist_Item-Lang > ul li:last-child {
            border-bottom: none; }
          @media only screen and (max-width: 767px) {
            .st-Menu_Inner .st-Assist_Item-Lang > ul li {
              border: 0;
              margin-bottom: .5rem; } }
          .st-Menu_Inner .st-Assist_Item-Lang > ul li a {
            display: block;
            text-align: center;
            padding: .5rem;
            background-color: #fff;
            -webkit-transition: background-color 0.4s;
            transition: background-color 0.4s; }
            .st-Menu_Inner .st-Assist_Item-Lang > ul li a:hover {
              background-color: #f2cfa5;
              color: #fff; }
            @media only screen and (max-width: 767px) {
              .st-Menu_Inner .st-Assist_Item-Lang > ul li a {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                justify-content: space-between;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                padding: 0.3rem 1rem;
                background-color: #98601e;
                color: #fff;
                position: relative; }
                .st-Menu_Inner .st-Assist_Item-Lang > ul li a:after {
                  font-family: "fontello";
                  font-style: normal;
                  font-weight: normal;
                  speak: none;
                  display: inline-block;
                  text-decoration: inherit;
                  text-align: center;
                  font-variant: normal;
                  text-transform: none;
                  line-height: 1em;
                  -webkit-font-smoothing: antialiased;
                  -moz-osx-font-smoothing: grayscale;
                  content: "\f105"; } }
    .st-Menu_Inner .st-Assist_Item-Inquiry {
      -ms-flex-item-align: start;
      align-self: flex-start; }
      @media only screen and (max-width: 767px) {
        .st-Menu_Inner .st-Assist_Item-Inquiry {
          display: none; } }
      .st-Menu_Inner .st-Assist_Item-Inquiry a {
        position: relative; }
        .st-Menu_Inner .st-Assist_Item-Inquiry a:before {
          font-family: "fontello";
          font-style: normal;
          font-weight: normal;
          speak: none;
          display: inline-block;
          text-decoration: inherit;
          text-align: center;
          font-variant: normal;
          text-transform: none;
          line-height: 1em;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: "\e800";
          color: #0b3190;
          left: -.2rem;
          position: relative;
          font-size: 14px;
          font-size: 1rem; }
    .st-Menu_Inner .st-Assist_Item-request {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      margin-right: 1px; }
      @media only screen and (max-width: 767px) {
        .st-Menu_Inner .st-Assist_Item-request {
          display: block;
          width: 95%;
          margin: 10px auto; } }
      .st-Menu_Inner .st-Assist_Item-request a {
        position: relative; }
        @media only screen and (max-width: 767px) {
          .st-Menu_Inner .st-Assist_Item-request a {
            background: #fff;
            color: #f49a2e; } }

/* -------------------------------------
	contents
-------------------------------------- */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0; }

body {
  font-family: Helvetica, Arial, sans-serif;
  width: 100%;
  *font-size: small;
  *font: x-small;
  -webkit-text-size-adjust: 100%;
  line-height: 1.65;
  font-size: 14px;
  position: relative;
  color: #000;
  background-color: #fff; }
  @media only screen and (max-width: 767px) {
    body {
      min-width: 320px; } }

@media print {
  body {
    -webkit-print-color-adjust: exact;
    width: 1100px;
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0; } }

@media all and (-ms-high-contrast: none) {
  body {
    font-family: "メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif; } }

a {
  color: #f49a2e;
  text-decoration: none;
  -webkit-transition: color 0.4s;
  transition: color 0.4s; }
  a.pdf:after, a.xls:after, a.doc:after, a.blank:after {
    display: inline-block;
    padding: 0 4px;
    vertical-align: middle; }
  a.pdf:after {
    content: url("/img/common/ico-pdf.png");
    display: inline-block; }
  a.xls:after {
    content: url("/img/common/ico-excel.png");
    display: inline-block; }
  a.doc:after {
    content: url("/img/common/ico-word.png");
    display: inline-block; }
  a.blank:after {
    content: url("/img/common/ico-blank.png");
    display: inline-block;
    margin-top: -5px; }
  a:hover {
    color: #04874c; }
  a.tel-disable {
    color: #000;
    cursor: default;
    text-decoration: none !important; }
    a.tel-disable:hover {
      cursor: default;
      color: #000;
      text-decoration: none; }

a[href^="tel:"] {
  text-decoration: underline; }

.txtR {
  text-align: right; }

.txtL {
  text-align: left; }

.txtC {
  text-align: center; }

@media only screen and (max-width: 767px) {
  .pcOnly {
    display: none !important; } }

.spOnly {
  display: none; }
  @media only screen and (max-width: 767px) {
    .spOnly {
      display: block !important; } }

ul, ol {
  list-style-type: none; }

img {
  width: auto;
  max-width: 100%;
  min-width: 0; }

section {
  margin: 4rem 0 2rem; }

.o_hidden {
  overflow: hidden; }

.st-Topicpath {
  position: relative;
  width: 100%; }
  .st-Topicpath_List {
    width: 100%;
    max-width: 1058px;
    margin: 0 auto;
    padding: 1rem 0 1.15rem;
    line-height: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px; }
    @media only screen and (max-width: 767px) {
      .st-Topicpath_List {
        padding: .5rem .5rem .75rem; } }
    .st-Topicpath_List_Item {
      display: inline;
      margin: 0 4px 0 0;
      padding: 0;
      font-size: 12px;
      font-size: 0.85714rem; }
    .st-Topicpath_List_Inner {
      position: relative;
      display: inline;
      text-decoration: none;
      padding: 0 20px 0 0; }
      .st-Topicpath_List_Inner:after {
        font-family: "fontello";
        font-style: normal;
        font-weight: normal;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        text-align: center;
        font-variant: normal;
        text-transform: none;
        line-height: 1em;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f006";
        position: absolute;
        top: 50%;
        right: 0;
        line-height: 1;
        font-size: 12px;
        font-size: 0.85714rem;
        margin: -5px 0 0 0; }

.st-Contents {
  width: 100%;
  margin-top: 90px;
  margin-bottom: 3rem;
  position: relative; }
  .st-Contents.procurement {
    position: relative; }
    .st-Contents.procurement:before {
      width: 100%;
      height: 530px;
      position: absolute;
      top: 0;
      left: 0;
      content: "";
      background: url(/img/strong/bg_procurement.png) center top no-repeat;
      background-size: cover;
      z-index: -1; }
      @media only screen and (max-width: 767px) {
        .st-Contents.procurement:before {
          background-size: 200% auto;
          height: 300px; } }
  .st-Contents.production {
    position: relative; }
    .st-Contents.production:before {
      width: 100%;
      height: 530px;
      position: absolute;
      top: 0;
      left: 0;
      content: "";
      background: url(/img/strong/bg_production.png) center top no-repeat;
      background-size: cover;
      z-index: -1; }
      @media only screen and (max-width: 767px) {
        .st-Contents.production:before {
          background-size: 200% auto;
          height: 300px; } }
  .st-Contents.planning {
    position: relative; }
    .st-Contents.planning:before {
      width: 100%;
      height: 530px;
      position: absolute;
      top: 0;
      left: 0;
      content: "";
      background: url(/img/strong/bg_planning.png) center top no-repeat;
      background-size: cover;
      z-index: -1; }
      @media only screen and (max-width: 767px) {
        .st-Contents.planning:before {
          background-size: 200% auto;
          height: 300px; } }
  @media only screen and (max-width: 767px) {
    .st-Contents {
      margin-top: 53px; } }
  .st-Contents_Inner {
    background: url(/img/common/bg_mc-content.png) center top repeat; }
    .st-Contents_Inner.strong {
      background: url(/img/strong/bg_strong.png) center top no-repeat; }
    .st-Contents_Inner.procurement, .st-Contents_Inner.production, .st-Contents_Inner.planning {
      background: url(/img/common/contents_bg.png) center top repeat; }

.mc-page {
  background: url(/img/common/bg_title.png) center top no-repeat; }
  @media only screen and (max-width: 767px) {
    .mc-page {
      background: url(/img/common/bg_title.png) 71% top no-repeat; } }
  .mc-page_Header {
    height: 200px;
    width: 1018px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative; }
    .mc-page_Header:before {
      width: 181px;
      height: 166.5px;
      background: url('../img/common/bg_h1.png') no-repeat;
      background-size: 181px 166.5px;
      content: "";
      position: absolute;
      top: 50%;
      left: -35px;
      -webkit-transform: translate(0%, -50%);
      transform: translate(0%, -50%); }
      @media only screen and (max-width: 767px) {
        .mc-page_Header:before {
          width: 181px;
          height: 166.5px;
          background: url('../img/common/bg_h1.png') no-repeat;
          background-size: 181px 166.5px;
          left: -90px; } }
    @media only screen and (max-width: 767px) {
      .mc-page_Header {
        width: 100%;
        height: 140px; } }
    .mc-page_Header h1 {
      position: relative;
      padding-left: 150px; }
      @media only screen and (max-width: 767px) {
        .mc-page_Header h1 {
          padding-left: 78px; } }
      .mc-page_Header h1 span {
        display: block; }
        .mc-page_Header h1 span.lead {
          font-family: adobe-devanagari, sans-serif;
          font-weight: 700;
          font-style: normal;
          font-size: 50px;
          font-size: 3.57143rem;
          line-height: 1;
          color: #f49a2e; }
          @media only print {
            .mc-page_Header h1 span.lead {
              font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif; } }
          @media only screen and (max-width: 767px) {
            .mc-page_Header h1 span.lead {
              font-size: 30px;
              font-size: 2.14286rem; } }

.procurement .introduction {
  max-width: 100%;
  background: url(/img/common/cover.png) center bottom repeat-x; }
  .procurement .introduction header {
    width: 1018px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 530px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media only screen and (max-width: 767px) {
      .procurement .introduction header {
        width: 100%;
        height: 300px; } }
    .procurement .introduction header .headerInner {
      text-align: center; }
      .procurement .introduction header .headerInner .lead {
        font-family: oswald, sans-serif;
        font-weight: 300;
        font-style: normal;
        font-size: 36px;
        font-size: 2.57143rem;
        letter-spacing: 1rem;
        line-height: 1; }
        @media only print {
          .procurement .introduction header .headerInner .lead {
            font-family: Arial, sans-serif; } }
        @media only screen and (max-width: 767px) {
          .procurement .introduction header .headerInner .lead {
            font-size: 18px;
            font-size: 1.28571rem;
            letter-spacing: .5rem; } }
      .procurement .introduction header .headerInner h1 {
        font-size: 80px;
        font-size: 5.71429rem;
        line-height: 1;
        margin-bottom: 2rem; }
        @media only screen and (max-width: 767px) {
          .procurement .introduction header .headerInner h1 {
            font-size: 40px;
            font-size: 2.85714rem; } }
      .procurement .introduction header .headerInner .txt01 {
        font-size: 20px;
        font-size: 1.42857rem; }
        @media only screen and (max-width: 767px) {
          .procurement .introduction header .headerInner .txt01 {
            font-size: 16px;
            font-size: 1.14286rem; } }

.production .introduction {
  max-width: 100%;
  background: url(/img/common/cover.png) center bottom repeat-x; }
  .production .introduction header {
    width: 1018px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 530px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media only screen and (max-width: 767px) {
      .production .introduction header {
        width: 100%;
        height: 300px; } }
    .production .introduction header .headerInner {
      text-align: center; }
      .production .introduction header .headerInner .lead {
        font-family: oswald, sans-serif;
        font-weight: 300;
        font-style: normal;
        font-size: 36px;
        font-size: 2.57143rem;
        letter-spacing: 1rem;
        line-height: 1; }
        @media only print {
          .production .introduction header .headerInner .lead {
            font-family: Arial, sans-serif; } }
        @media only screen and (max-width: 767px) {
          .production .introduction header .headerInner .lead {
            font-size: 18px;
            font-size: 1.28571rem;
            letter-spacing: .5rem; } }
      .production .introduction header .headerInner h1 {
        font-size: 80px;
        font-size: 5.71429rem;
        line-height: 1.6; }
        @media only screen and (max-width: 767px) {
          .production .introduction header .headerInner h1 {
            font-size: 40px;
            font-size: 2.85714rem; } }
      .production .introduction header .headerInner .txt01 {
        font-size: 20px;
        font-size: 1.42857rem; }
        @media only screen and (max-width: 767px) {
          .production .introduction header .headerInner .txt01 {
            font-size: 16px;
            font-size: 1.14286rem; } }

.planning .introduction {
  max-width: 100%;
  background: url(/img/common/cover.png) center bottom repeat-x; }
  .planning .introduction header {
    width: 1018px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 530px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media only screen and (max-width: 767px) {
      .planning .introduction header {
        width: 100%;
        height: 300px; } }
    .planning .introduction header .headerInner {
      text-align: center; }
      .planning .introduction header .headerInner .lead {
        font-family: oswald, sans-serif;
        font-weight: 300;
        font-style: normal;
        font-size: 36px;
        font-size: 2.57143rem;
        letter-spacing: 1rem;
        line-height: 1; }
        @media only print {
          .planning .introduction header .headerInner .lead {
            font-family: Arial, sans-serif; } }
        @media only screen and (max-width: 767px) {
          .planning .introduction header .headerInner .lead {
            font-size: 18px;
            font-size: 1.28571rem;
            letter-spacing: .5rem; } }
      .planning .introduction header .headerInner h1 {
        font-size: 80px;
        font-size: 5.71429rem;
        line-height: 1;
        margin-bottom: 2rem; }
        @media only screen and (max-width: 767px) {
          .planning .introduction header .headerInner h1 {
            font-size: 40px;
            font-size: 2.85714rem; } }
      .planning .introduction header .headerInner .txt01 {
        font-size: 20px;
        font-size: 1.42857rem; }
        @media only screen and (max-width: 767px) {
          .planning .introduction header .headerInner .txt01 {
            font-size: 16px;
            font-size: 1.14286rem; } }

.strong .introduction {
  max-width: 1018px;
  margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    .strong .introduction {
      max-width: 100%; } }
  .strong .introduction header h1 {
    font-size: 38px;
    font-size: 2.71429rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    padding: 100px 0 80px; }
    @media only screen and (max-width: 767px) {
      .strong .introduction header h1 {
        font-size: 20px;
        font-size: 1.42857rem;
        padding: 50px 0 40px; } }
  .strong .introduction p {
    max-width: 695px;
    margin: 0 auto;
    font-size: 15px;
    font-size: 1.07143rem;
    line-height: 1.8;
    margin-bottom: 100px;
    font-size: 13px;
    font-size: 0.92857rem;
    max-width: 80%; }
    @media only screen and (max-width: 767px) {
      .strong .introduction p {
        margin-bottom: 30px; } }

.strong .procurement {
  background: url(/img/strong/img_index_02.jpg) left top no-repeat;
  background-size: cover;
  max-width: 1000px;
  height: 560px;
  margin: 0 auto 1px;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .strong .procurement {
      max-width: 100%;
      height: 300px; } }
  .strong .procurement.vis:before {
    width: 0%; }
  .strong .procurement:before {
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    content: "";
    width: 100%;
    height: 560px;
    display: block;
    background: url(/img/strong/img_index_02_c.jpg) left top no-repeat;
    background-size: cover; }
    @media only screen and (max-width: 767px) {
      .strong .procurement:before {
        width: 100%;
        height: 300px; } }
  .strong .procurement a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block; }
    .strong .procurement a:hover span.bg {
      background-color: #713626; }
  .strong .procurement h2 {
    padding: 25px 30px;
    position: absolute;
    top: 135px;
    left: 600px;
    width: 300px;
    height: 300px;
    z-index: 1; }
    @media only screen and (max-width: 767px) {
      .strong .procurement h2 {
        width: 220px;
        height: 220px;
        padding: 15px; } }
    .strong .procurement h2 span.bg {
      background: #231815;
      width: 0px;
      height: 50px;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transition-property: width, height, background-color;
      transition-property: width, height, background-color;
      -webkit-transition-duration: .5s, .5s, .4s;
      transition-duration: .5s, .5s, .4s;
      -webkit-transition-delay: 0s, .5s, 0;
      transition-delay: 0s, .5s, 0; }
    .strong .procurement h2.vis span.bg {
      width: 100%;
      height: 100%; }
    @media only screen and (max-width: 767px) {
      .strong .procurement h2 {
        top: 5%;
        left: auto;
        right: 5%; } }
    .strong .procurement h2 > div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 100%;
      height: 100%; }
  .strong .procurement span {
    display: block;
    text-align: center;
    margin: 0;
    padding: 0;
    z-index: 1; }
    .strong .procurement span br {
      line-height: 0;
      height: 0; }
    .strong .procurement span.mainTxt {
      color: #f49a2e;
      font-size: 32px;
      font-size: 2.28571rem;
      position: relative;
      opacity: 0;
      line-height: 1.4;
      margin-bottom: 1rem;
      -webkit-transition: opacity 0.5s 0.8s;
      transition: opacity 0.5s 0.8s; }
      .strong .procurement span.mainTxt.vis {
        opacity: 1; }
      @media only screen and (max-width: 767px) {
        .strong .procurement span.mainTxt {
          font-size: 24px;
          font-size: 1.71429rem; } }
      .strong .procurement span.mainTxt small {
        font-size: 20px;
        font-size: 1.42857rem;
        line-height: 1; }
        @media only screen and (max-width: 767px) {
          .strong .procurement span.mainTxt small {
            font-size: 14px;
            font-size: 1rem; } }
    .strong .procurement span.subTxt {
      color: #fff;
      font-size: 15px;
      font-size: 1.07143rem;
      text-align: left;
      opacity: 0;
      -webkit-transition: all 0.5s 0.8s;
      transition: all 0.5s 0.8s; }
      .strong .procurement span.subTxt.vis {
        opacity: 1;
        left: 0; }
      @media only screen and (max-width: 767px) {
        .strong .procurement span.subTxt {
          font-size: 13px;
          font-size: 0.92857rem; } }

.strong .production {
  background: url(/img/strong/img_index_03.jpg) center top no-repeat;
  background-size: cover;
  max-width: 1000px;
  height: 560px;
  margin: 0 auto 1px;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .strong .production {
      max-width: 100%;
      height: 300px; } }
  .strong .production.vis:before {
    width: 0%; }
  .strong .production:before {
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    content: "";
    width: 100%;
    height: 560px;
    display: block;
    background: url(/img/strong/img_index_03_c.jpg) left top no-repeat;
    background-size: cover; }
    @media only screen and (max-width: 767px) {
      .strong .production:before {
        width: 100%;
        height: 300px; } }
  .strong .production a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block; }
    .strong .production a:hover span.bg {
      background-color: #713626; }
  .strong .production h2 {
    padding: 25px 30px;
    position: absolute;
    top: 135px;
    left: 100px;
    width: 300px;
    height: 300px;
    z-index: 1; }
    @media only screen and (max-width: 767px) {
      .strong .production h2 {
        width: 220px;
        height: 220px;
        padding: 15px; } }
    .strong .production h2 span.bg {
      background: #231815;
      width: 0px;
      height: 50px;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transition-property: width, height, background-color;
      transition-property: width, height, background-color;
      -webkit-transition-duration: .5s, .5s, .4s;
      transition-duration: .5s, .5s, .4s;
      -webkit-transition-delay: 0s, .5s, 0;
      transition-delay: 0s, .5s, 0; }
    .strong .production h2.vis span.bg {
      width: 100%;
      height: 100%; }
    @media only screen and (max-width: 767px) {
      .strong .production h2 {
        top: auto;
        bottom: 5%;
        left: 5%; } }
    .strong .production h2 > div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 100%;
      height: 100%; }
    .strong .production h2 span {
      display: block;
      text-align: center;
      margin: 0;
      padding: 0;
      z-index: 1; }
      .strong .production h2 span br {
        line-height: 0;
        height: 0; }
      .strong .production h2 span.mainTxt {
        color: #f49a2e;
        font-size: 36px;
        font-size: 2.57143rem;
        position: relative;
        opacity: 0;
        line-height: 1.4;
        margin-bottom: 1rem;
        -webkit-transition: all 0.5s 0.8s;
        transition: all 0.5s 0.8s; }
        .strong .production h2 span.mainTxt.vis {
          opacity: 1; }
        @media only screen and (max-width: 767px) {
          .strong .production h2 span.mainTxt {
            font-size: 28px;
            font-size: 2rem; } }
        .strong .production h2 span.mainTxt small {
          font-size: 16px;
          font-size: 1.14286rem;
          line-height: 1;
          display: block; }
          @media only screen and (max-width: 767px) {
            .strong .production h2 span.mainTxt small {
              font-size: 14px;
              font-size: 1rem; } }
      .strong .production h2 span.subTxt {
        color: #fff;
        font-size: 15px;
        font-size: 1.07143rem;
        text-align: left;
        opacity: 0;
        -webkit-transition: all 0.5s 0.8s;
        transition: all 0.5s 0.8s; }
        .strong .production h2 span.subTxt.vis {
          opacity: 1; }
        @media only screen and (max-width: 767px) {
          .strong .production h2 span.subTxt {
            font-size: 13px;
            font-size: 0.92857rem; } }

.strong .planning {
  background: url(/img/strong/img_index_04.jpg) center top no-repeat;
  background-size: cover;
  background-size: cover;
  max-width: 1000px;
  height: 560px;
  margin: 0 auto 1px;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .strong .planning {
      max-width: 100%;
      height: 300px; } }
  .strong .planning.vis:before {
    width: 0%; }
  .strong .planning:before {
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    content: "";
    width: 100%;
    height: 560px;
    display: block;
    background: url(/img/strong/img_index_04_c.jpg) left top no-repeat;
    background-size: cover; }
    @media only screen and (max-width: 767px) {
      .strong .planning:before {
        width: 100%;
        height: 300px; } }
  .strong .planning a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block; }
    .strong .planning a:hover span.bg {
      background-color: #713626; }
  .strong .planning h2 {
    padding: 25px 30px;
    position: absolute;
    top: 135px;
    left: 600px;
    width: 300px;
    height: 300px;
    z-index: 1; }
    @media only screen and (max-width: 767px) {
      .strong .planning h2 {
        width: 220px;
        height: 220px;
        padding: 15px; } }
    .strong .planning h2 span.bg {
      background: #231815;
      width: 0px;
      height: 50px;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transition-property: width, height, background-color;
      transition-property: width, height, background-color;
      -webkit-transition-duration: .5s, .5s, .4s;
      transition-duration: .5s, .5s, .4s;
      -webkit-transition-delay: 0s, .5s, 0;
      transition-delay: 0s, .5s, 0; }
    .strong .planning h2.vis span.bg {
      width: 100%;
      height: 100%; }
    @media only screen and (max-width: 767px) {
      .strong .planning h2 {
        top: auto;
        bottom: 5%;
        left: auto;
        right: 5%; } }
    .strong .planning h2 > div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 100%;
      height: 100%; }
    .strong .planning h2 span {
      display: block;
      text-align: center;
      margin: 0;
      padding: 0;
      z-index: 1; }
      .strong .planning h2 span br {
        line-height: 0;
        height: 0; }
      .strong .planning h2 span.mainTxt {
        color: #f49a2e;
        font-size: 28px;
        font-size: 2rem;
        position: relative;
        opacity: 0;
        line-height: 1.4;
        margin-bottom: 1rem;
        -webkit-transition: all 0.5s 0.8s;
        transition: all 0.5s 0.8s; }
        .strong .planning h2 span.mainTxt.vis {
          opacity: 1; }
        @media only screen and (max-width: 767px) {
          .strong .planning h2 span.mainTxt {
            font-size: 28px;
            font-size: 2rem; } }
        .strong .planning h2 span.mainTxt small {
          font-size: 20px;
          font-size: 1.42857rem;
          line-height: 1; }
          @media only screen and (max-width: 767px) {
            .strong .planning h2 span.mainTxt small {
              font-size: 14px;
              font-size: 1rem; } }
      .strong .planning h2 span.subTxt {
        color: #fff;
        font-size: 15px;
        font-size: 1.07143rem;
        text-align: left;
        opacity: 0;
        -webkit-transition: all 0.5s 0.8s;
        transition: all 0.5s 0.8s; }
        .strong .planning h2 span.subTxt.vis {
          opacity: 1; }
        @media only screen and (max-width: 767px) {
          .strong .planning h2 span.subTxt {
            font-size: 13px;
            font-size: 0.92857rem; } }

/* ------------------------------------
	width style
------------------------------------ */
.wid5 {
  width: 5% !important; }

.wid6 {
  width: 6% !important; }

.wid7 {
  width: 7% !important; }

.wid8 {
  width: 8% !important; }

.wid9 {
  width: 9% !important; }

.wid10 {
  width: 10% !important; }

.wid11 {
  width: 11% !important; }

.wid12 {
  width: 12% !important; }

.wid13 {
  width: 13% !important; }

.wid14 {
  width: 14% !important; }

.wid15 {
  width: 15% !important; }

.wid16 {
  width: 16% !important; }

.wid17 {
  width: 17% !important; }

.wid18 {
  width: 18% !important; }

.wid19 {
  width: 19% !important; }

.wid20 {
  width: 20% !important; }

.wid21 {
  width: 21% !important; }

.wid22 {
  width: 22% !important; }

.wid23 {
  width: 23% !important; }

.wid24 {
  width: 24% !important; }

.wid25 {
  width: 25% !important; }

.wid26 {
  width: 26% !important; }

.wid27 {
  width: 27% !important; }

.wid28 {
  width: 28% !important; }

.wid29 {
  width: 29% !important; }

.wid30 {
  width: 30% !important; }

.wid31 {
  width: 31% !important; }

.wid32 {
  width: 32% !important; }

.wid33 {
  width: 33% !important; }

.wid34 {
  width: 34% !important; }

.wid35 {
  width: 35% !important; }

.wid36 {
  width: 36% !important; }

.wid37 {
  width: 37% !important; }

.wid38 {
  width: 38% !important; }

.wid39 {
  width: 39% !important; }

.wid40 {
  width: 40% !important; }

.wid41 {
  width: 41% !important; }

.wid42 {
  width: 42% !important; }

.wid43 {
  width: 43% !important; }

.wid44 {
  width: 44% !important; }

.wid45 {
  width: 45% !important; }

.wid46 {
  width: 46% !important; }

.wid47 {
  width: 47% !important; }

.wid48 {
  width: 48% !important; }

.wid49 {
  width: 49% !important; }

.wid50 {
  width: 50% !important; }

.wid51 {
  width: 51% !important; }

.wid52 {
  width: 52% !important; }

.wid53 {
  width: 53% !important; }

.wid54 {
  width: 54% !important; }

.wid55 {
  width: 55% !important; }

.wid56 {
  width: 56% !important; }

.wid57 {
  width: 57% !important; }

.wid58 {
  width: 58% !important; }

.wid59 {
  width: 59% !important; }

.wid60 {
  width: 60% !important; }

.wid61 {
  width: 61% !important; }

.wid62 {
  width: 62% !important; }

.wid63 {
  width: 63% !important; }

.wid64 {
  width: 64% !important; }

.wid65 {
  width: 65% !important; }

.wid66 {
  width: 66% !important; }

.wid67 {
  width: 67% !important; }

.wid68 {
  width: 68% !important; }

.wid69 {
  width: 69% !important; }

.wid70 {
  width: 70% !important; }

.wid71 {
  width: 71% !important; }

.wid72 {
  width: 72% !important; }

.wid73 {
  width: 73% !important; }

.wid74 {
  width: 74% !important; }

.wid75 {
  width: 75% !important; }

.wid76 {
  width: 76% !important; }

.wid77 {
  width: 77% !important; }

.wid78 {
  width: 78% !important; }

.wid79 {
  width: 79% !important; }

.wid80 {
  width: 80% !important; }

.wid81 {
  width: 81% !important; }

.wid82 {
  width: 82% !important; }

.wid83 {
  width: 83% !important; }

.wid84 {
  width: 84% !important; }

.wid85 {
  width: 85% !important; }

.wid86 {
  width: 86% !important; }

.wid87 {
  width: 87% !important; }

.wid88 {
  width: 88% !important; }

.wid89 {
  width: 89% !important; }

.wid90 {
  width: 90% !important; }

.wid91 {
  width: 91% !important; }

.wid92 {
  width: 92% !important; }

.wid93 {
  width: 93% !important; }

.wid94 {
  width: 94% !important; }

.wid95 {
  width: 95% !important; }

.wid96 {
  width: 96% !important; }

.wid97 {
  width: 97% !important; }

.wid98 {
  width: 98% !important; }

.wid99 {
  width: 99% !important; }

.wid100 {
  width: 100% !important; }

/* ------------------------------------
margin padding style
------------------------------------ */
.mt0 {
  margin-top: 0px !important; }

.mb0 {
  margin-bottom: 0px !important; }

.mt10 {
  margin-top: 10px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mt20 {
  margin-top: 20px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mt30 {
  margin-top: 30px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mt40 {
  margin-top: 40px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mt50 {
  margin-top: 50px !important; }

.mb50 {
  margin-bottom: 50px !important; }

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

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

.mt70 {
  margin-top: 70px !important; }

.mb70 {
  margin-bottom: 70px !important; }

.mt80 {
  margin-top: 80px !important; }

.mb80 {
  margin-bottom: 80px !important; }

.mt90 {
  margin-top: 90px !important; }

.mb90 {
  margin-bottom: 90px !important; }

.mt100 {
  margin-top: 100px !important; }

.mb100 {
  margin-bottom: 100px !important; }

.pr0 {
  padding-right: 0px !important; }

.pl0 {
  padding-left: 0px !important; }

.pr10 {
  padding-right: 10px !important; }

.pl10 {
  padding-left: 10px !important; }

.pr20 {
  padding-right: 20px !important; }

.pl20 {
  padding-left: 20px !important; }

.pr30 {
  padding-right: 30px !important; }

.pl30 {
  padding-left: 30px !important; }

.pr40 {
  padding-right: 40px !important; }

.pl40 {
  padding-left: 40px !important; }

.pr50 {
  padding-right: 50px !important; }

.pl50 {
  padding-left: 50px !important; }

.pr60 {
  padding-right: 60px !important; }

.pl60 {
  padding-left: 60px !important; }

.pr70 {
  padding-right: 70px !important; }

.pl70 {
  padding-left: 70px !important; }

.pr80 {
  padding-right: 80px !important; }

.pl80 {
  padding-left: 80px !important; }

.pr90 {
  padding-right: 90px !important; }

.pl90 {
  padding-left: 90px !important; }

.pr100 {
  padding-right: 100px !important; }

.pl100 {
  padding-left: 100px !important; }

/* -------------------------------------
	footer
-------------------------------------- */
.st-Footer {
  background: #fff;
  width: 100%;
  position: relative;
  padding: 0; }
  @media only screen and (max-width: 767px) {
    .st-Footer {
      min-width: auto;
      padding: 30px 0 0; } }
  .st-Footer:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0; }
    @media only screen and (max-width: 991px), print {
      .st-Footer:after {
        display: none; } }
  .st-Footer a[href^="tel:"] {
    color: #fff; }
  .st-Footer_Inner {
    max-width: 950px;
    color: #fff;
    width: 100%;
    margin: 0 auto 3.75rem; }
    @media only screen and (max-width: 767px) {
      .st-Footer_Inner {
        max-width: 100%; } }
  .st-Footer_Banner {
    padding-bottom: 40px;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .st-Footer_Banner {
        width: 90%;
        margin: 0 auto; } }
    .st-Footer_Banner a:after {
      display: none !important; }
  .st-Footer_nav {
    width: 920px;
    margin: 0 auto 10px;
    border-bottom: 1px solid #000; }
    @media only screen and (max-width: 767px) {
      .st-Footer_nav {
        width: 100%; } }
    .st-Footer_nav ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 820px;
      margin: 0 auto;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding-bottom: 10px; }
      @media only screen and (max-width: 767px) {
        .st-Footer_nav ul {
          width: 100%;
          display: block; } }
      .st-Footer_nav ul li {
        border-left: 1px solid #000;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        .st-Footer_nav ul li:last-child {
          border-right: 1px solid #000; }
          @media only screen and (max-width: 767px) {
            .st-Footer_nav ul li:last-child {
              border-bottom: 1px solid #d1cfce;
              border-right: 0; } }
        @media only screen and (max-width: 767px) {
          .st-Footer_nav ul li {
            display: block;
            border-left: 0;
            border-top: 1px solid #d1cfce; } }
        .st-Footer_nav ul li a {
          text-decoration: none;
          font-size: 12px;
          font-size: 0.85714rem;
          line-height: 1;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-transition: background-color 0.4s;
          transition: background-color 0.4s;
          color: #000;
          padding: .5rem 0; }
          .st-Footer_nav ul li a:hover {
            color: #f49a2e;
            background-color: #fff; }
          @media only screen and (max-width: 575px) {
            .st-Footer_nav ul li a {
              padding: .5rem 10px;
              -webkit-box-pack: justify;
              -ms-flex-pack: justify;
              justify-content: space-between; }
              .st-Footer_nav ul li a:after {
                font-family: "fontello";
                font-style: normal;
                font-weight: normal;
                speak: none;
                display: inline-block;
                text-decoration: inherit;
                text-align: center;
                font-variant: normal;
                text-transform: none;
                line-height: 1em;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                content: '\f105'; } }
          @media only screen and (max-width: 767px) {
            .st-Footer_nav ul li a strong {
              -webkit-box-flex: 0;
              -ms-flex: 0 0 50%;
              flex: 0 0 50%; } }
          .st-Footer_nav ul li a span {
            display: none; }
            @media only screen and (max-width: 767px) {
              .st-Footer_nav ul li a span {
                display: block;
                font-size: 10px;
                font-size: 0.71429rem;
                color: #cad1db;
                -webkit-box-flex: 0;
                -ms-flex: 0 0 45%;
                flex: 0 0 45%; } }
  .st-Footer_Assistnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 820px;
    margin: 0 auto;
    font-size: 12px;
    font-size: 0.85714rem; }
    @media only screen and (max-width: 767px) {
      .st-Footer_Assistnav {
        width: 100%;
        display: block; } }
    .st-Footer_Assistnav_List {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      @media only screen and (max-width: 767px) {
        .st-Footer_Assistnav_List {
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; } }
      .st-Footer_Assistnav_List li {
        margin-right: 1rem; }
        .st-Footer_Assistnav_List li a {
          position: relative;
          color: #000; }
          @media only screen and (max-width: 767px) {
            .st-Footer_Assistnav_List li a {
              font-size: 10px;
              font-size: 0.71429rem; } }
          .st-Footer_Assistnav_List li a:before {
            font-family: "fontello";
            font-style: normal;
            font-weight: normal;
            speak: none;
            display: inline-block;
            text-decoration: inherit;
            text-align: center;
            font-variant: normal;
            text-transform: none;
            line-height: 1em;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "\f105";
            padding-right: .25rem; }
          .st-Footer_Assistnav_List li a:hover {
            color: #f49a2e; }

.st-Copyright {
  color: #000; }
  @media only screen and (max-width: 767px) {
    .st-Copyright {
      text-align: center; } }

.st-Page2Top {
  display: none;
  position: fixed;
  bottom: 40px;
  right: 30px;
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
  @media only screen and (max-width: 767px) {
    .st-Page2Top {
      bottom: 20px;
      right: 10px; } }
  .st-Page2Top_Link {
    display: block;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    width: 50px;
    height: 50px;
    color: #fff;
    border-radius: 25px;
    background-color: #f49a2e;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    text-decoration: none; }
    .st-Page2Top_Link:before {
      font-family: "fontello";
      font-style: normal;
      font-weight: normal;
      speak: none;
      display: inline-block;
      text-decoration: inherit;
      text-align: center;
      font-variant: normal;
      text-transform: none;
      line-height: 1em;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\e802";
      color: #f49a2e;
      font-size: 20px;
      font-size: 1.42857rem;
      position: absolute;
      top: 50%;
      left: 50%;
      text-indent: 0;
      -webkit-transform: translate(-50%, -55%);
      transform: translate(-50%, -55%);
      color: #fff;
      display: block; }
      @media only screen and (max-width: 767px) {
        .st-Page2Top_Link:before {
          font-size: 10px;
          font-size: 0.71429rem; } }
    .st-Page2Top_Link:hover {
      opacity: .7; }

/*# sourceMappingURL=map/common.css.map */
