@charset "UTF-8";
/*!===================================================================

	Skin - body , Header , パンくず , Footer

====================================================================*/
/*! ==========================================================================
  Base
========================================================================== */
*,
*:before,
*:after {
  box-sizing: border-box; }

html {
  font-size: 62.5%; }

body {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #000;
  font-family: Arial, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  font-feature-settings: "palt";
  background: #FFF;
  _display: inline;
  _zoom: 1;
  margin: 0;
  /* GoogleChrome rem壊れ回避用 */ }
  @media screen and (max-width: 769px) {
    body {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.6; } }
  body > div {
    font-size: 16px;
    font-size: 1.6rem; }
    @media screen and (max-width: 769px) {
      body > div {
        font-size: 14px;
        font-size: 1.4rem; } }

_::-webkit-full-page-media, _:future, :root body {
  font-feature-settings: "pkna"; }

.row {
  width: 100%;
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto; }
  @media screen and (max-width: 1024px) {
    .row {
      padding-right: 15px;
      padding-left: 15px; } }
  @media screen and (max-width: 769px) {
    .row {
      padding-right: 10px;
      padding-left: 10px; } }

div:after, section:after {
  content: "";
  display: block;
  clear: both; }

input, textarea {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 2px; }

/* 表示・非表示設定 */
.pc_only {
  display: block; }
  @media screen and (max-width: 1024px) {
    .pc_only {
      display: none !important; } }

.tb_only {
  display: none; }
  @media screen and (max-width: 1024px) {
    .tb_only {
      display: block; } }

.mb_only {
  display: none; }
  @media screen and (max-width: 769px) {
    .mb_only {
      display: block; } }

.mbNon {
  /*display: block;*/ }
  @media screen and (max-width: 769px) {
    .mbNon {
      display: none; } }

/*!==========================================================================
  Header
========================================================================== */
header {
  width: 100%;
  line-height: 1.0;
  position: relative;
  z-index: 9999; }
  @media screen and (max-width: 769px) {
    header {
      position: fixed; } }
  header .row {
    height: 85px; }
    @media screen and (max-width: 1024px) {
      header .row {
        padding-left: 15px;
        padding-right: 15px; } }
    @media screen and (max-width: 769px) {
      header .row {
        height: 50px;
        padding-right: 0;
        padding-left: 0; } }
  header #subMenu {
    height: 30px;
    font-size: 12px;
    font-size: 1.2rem;
    color: #FFF;
    padding-top: 15px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end; }
    header #subMenu li#lang {
      padding-left: 5px;
      position: relative; }
      header #subMenu li#lang span {
        padding-right: 15px;
        cursor: pointer;
        position: relative; }
        header #subMenu li#lang span:after {
          content: "";
          position: absolute;
          top: 3px;
          right: 0;
          border-top: 7px solid rgba(255, 255, 255, 0.8);
          border-right: 3px solid transparent;
          border-left: 3px solid transparent; }
      header #subMenu li#lang ul {
        position: absolute;
        top: 16px;
        left: 0;
        z-index: 10;
        width: 80px;
        opacity: 0;
        max-height: 0;
        overflow: hidden;
        transition: all .2s ease-in; }
        header #subMenu li#lang ul li {
          width: 80px;
          height: 20px;
          background: #FFF;
          border-bottom: 1px solid #ccc;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-align-items: center;
          -ms-align-items: center;
          align-items: center;
          -webkit-justify-content: center;
          -ms-justify-content: center;
          justify-content: center; }
          header #subMenu li#lang ul li.active {
            color: #FFF;
            background: #00763c; }
          header #subMenu li#lang ul li a {
            width: 100%;
            height: 100%;
            color: #666;
            text-decoration: none;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-align-items: center;
            -ms-align-items: center;
            align-items: center;
            -webkit-justify-content: center;
            -ms-justify-content: center;
            justify-content: center; }
            header #subMenu li#lang ul li a:hover {
              background: #dcede5; }
      header #subMenu li#lang:hover ul {
        opacity: 1;
        max-height: 999px; }
    header #subMenu li#btGlb {
      padding-left: 15px;
      margin-left: 15px;
      position: relative; }
      header #subMenu li#btGlb:before {
        content: "/";
        position: absolute;
        top: -2px;
        left: 0;
        font-size: 16px;
        font-size: 1.6rem;
        color: rgba(255, 255, 255, 0.8); }
      header #subMenu li#btGlb a {
        color: #FFF;
        text-decoration: none;
        padding-left: 20px;
        position: relative; }
        header #subMenu li#btGlb a:before {
          font-family: 'icomoon';
          content: "\e902";/*e902*/
          position: absolute;
          top: calc(50% - .5em);
          left: 0;
          font-weight: normal;
          font-style: normal;
          font-size: 12px;
          font-size: 1.2rem;
          color: rgba(255, 255, 255, 0.8); }
        header #subMenu li#btGlb a:hover {
          text-decoration: underline; }
    @media screen and (max-width: 769px) {
      header #subMenu {
        display: none; } }
  header #head {
    height: 55px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    header #head h1 {
      margin-right: auto; }
      header #head h1 img {
        width: 200px;
        max-height: 28px; }
    @media screen and (max-width: 769px) {
      header #head {
        background: #FFF;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center; }
        header #head h1 {
          margin-right: inherit; }
          header #head h1 img {
            width: 165px;
            height: auto; } }

/*---------------------------------------------------------------
　Header MB Only ( 767以下 )
---------------------------------------------------------------*/
/* 三　メニュー */
#toggle {
  position: absolute;
  top: 14px;
  left: 10px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 1000;
  /* #oggle 切り替えアニメ */ }
  @media screen and (min-width: 769px) {
    #toggle {
      display: none; } }
  #toggle div {
    position: relative; }
    #toggle div span {
      display: block;
      position: absolute;
      left: 0;
      width: 100%;
      height: 3px;
      background: #666;
      transition: .35s ease-in-out; }
      #toggle div span:nth-child(1) {
        top: 0; }
      #toggle div span:nth-child(2) {
        top: 9px; }
      #toggle div span:nth-child(3) {
        top: 18px; }
  #toggle.open div span:nth-child(1) {
    top: 11px !important;
    transform: rotate(315deg); }
  #toggle.open div span:nth-child(2) {
    width: 0;
    left: 50%; }
  #toggle.open div span:nth-child(3) {
    top: 11px !important;
    transform: rotate(-315deg); }

#mbInq {
  width: 70px;
  height: 55px;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1000; }
  @media screen and (min-width: 769px) {
    #mbInq {
      display: none; } }
  #mbInq a {
    display: block;
    width: 100%;
    height: 100%;
    color: #FFF;
    text-decoration: none;
    padding-top: 25px;
    background: #00763c;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    position: relative; }
    #mbInq a:before {
      font-family: 'icomoon';
      content: "\e901";/*\e901*/
      position: absolute;
      top: 7px;
      left: calc(50% - 13px);
      font-weight: normal;
      font-style: normal;
      font-size: 26px;
      font-size: 2.6rem; }

/*---------------------------------------------------------------
　Global Navi
---------------------------------------------------------------*/
@media screen and (min-width: 769px) {
  nav {
    width: calc(100% - 220px);
    height: 55px;
    line-height: 1.0;
    font-weight: bold; }
    nav ul#gnav {
      width: 100%;
      height: 55px;
      font-size: 13px;
      font-size: 1.3rem;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: flex-end;
      -ms-justify-content: flex-end;
      justify-content: flex-end; }
      nav ul#gnav > li + li {
        margin-left: 35px; } }
      @media screen and (min-width: 769px) and (max-width: 1024px) {
        nav ul#gnav > li + li {
          margin-left: 15px; } }
@media screen and (min-width: 769px) {
      nav ul#gnav > li > a {
        display: block;
        height: 100%;
        color: #FFF;
        text-decoration: none;
        padding-top: 15px;
        position: relative; }
        nav ul#gnav > li > a:after {
          content: "";
          position: absolute;
          bottom: 13px;
          left: 0;
          width: 100%;
          height: 3px;
          transform: scaleX(0);
          background: #00763c;
          transition: all .3s ease; }
      nav ul#gnav > li:hover > a:not(.notStyle):after {
        transform: scaleX(1); }
      nav ul#gnav > li:hover .megamenu {
        max-height: 9999px;
        opacity: 1;
        padding: 20px 0; }
      nav ul#gnav > li.btInq {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1.0;
        padding-top: 5px; }
        nav ul#gnav > li.btInq a {
          padding-top: 0; }
          nav ul#gnav > li.btInq a span {
            width: 110px;
            height: 26px;
            background: #00763c;
            padding-left: 18px;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-align-items: center;
            -ms-align-items: center;
            align-items: center;
            -webkit-justify-content: center;
            -ms-justify-content: center;
            justify-content: center;
            position: relative; }
            nav ul#gnav > li.btInq a span:before {
              font-family: 'icomoon';
              content: "\e901";/*e901*/
              position: absolute;
              top: 0.4em;
              left: calc(50% - 2.5em);
              font-weight: normal;
              font-style: normal;
              font-size: 14px;
              font-size: 1.4rem; }

  nav .megamenu {
    width: 100%;
    max-height: 0;
    background: #00763c;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 85px;
    left: 0;
    transition: all .2s ease-in;
    z-index: 999; }
    nav .megamenu .megaWrap {
      max-width: 1024px;
      padding-left: 20px;
      margin: 0 auto;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      nav .megamenu .megaWrap .ttlArea {
        width: 180px;
        padding-top: 40px;
        margin-right: auto;
        background: url("../images/skin/nav/ttl_deco.jpg") no-repeat left top; }
        nav .megamenu .megaWrap .ttlArea .ttl {
          font-size: 20px;
          font-size: 2rem;
          color: #FFF;
          margin-bottom: 10px; }
        nav .megamenu .megaWrap .ttlArea .ttlSup {
          font-size: 13px;
          font-size: 1.3rem;
          font-family: "Arial Black", Arial, sans-serif;
          font-weight: bold;
          font-style: italic;
          color: rgba(0, 0, 0, 0.6);
          margin-bottom: 30px; }
        nav .megamenu .megaWrap .ttlArea .btn {
          width: 90px;
          height: 25px;
          font-family: "Arial Black", Arial, sans-serif;
          font-weight: bold;
          font-style: italic; }
          nav .megamenu .megaWrap .ttlArea .btn a {
            padding-right: 10px;
            padding-left: 10px;
            border: 1px solid #FFF; }
            nav .megamenu .megaWrap .ttlArea .btn a:hover {
              opacity: 1;
              color: #00763c;
              background: #FFF; }
            nav .megamenu .megaWrap .ttlArea .btn a:after {
              right: 5px; }
      nav .megamenu .megaWrap ul.menuList {
        width: calc(100% - 200px);
        max-width: 796px;
        margin-left: 20px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        nav .megamenu .megaWrap ul.menuList > li {
          width: 25%;
          max-width: 199px;
          border-left: 2px solid #00763c;
          margin-bottom: 2px; }
          nav .megamenu .megaWrap ul.menuList > li > a {
            display: block;
            color: #000;
            text-decoration: none;
            background: #FFF; }
            nav .megamenu .megaWrap ul.menuList > li > a .menuBtn {
              height: 60px;
              font-size: 14px;
              font-size: 1.4rem;
              line-height: 1.3;
              padding: 0 20px;
              display: -webkit-flex;
              display: -ms-flexbox;
              display: flex;
              -webkit-align-items: center;
              -ms-align-items: center;
              align-items: center;
              position: relative; }
              nav .megamenu .megaWrap ul.menuList > li > a .menuBtn:after {
                font-family: 'icomoon';
                content: "\e900";/*e900*/
                position: absolute;
                top: calc(50% - .5em);
                right: 10px;
                font-weight: normal;
                font-style: normal;
                font-size: 14px;
                font-size: 1.4rem;
                color: #00763c; }
              nav .megamenu .megaWrap ul.menuList > li > a .menuBtn .new {
                margin-bottom: 5px; }
            nav .megamenu .megaWrap ul.menuList > li > a:hover {
              color: #00763c; }
        nav .megamenu .megaWrap ul.menuList.products li {
          background: #f0f0f0; }
          nav .megamenu .megaWrap ul.menuList.products li a .series {
            height: 60px;
            padding: 15px 25px 0 20px;
            position: relative; }
            nav .megamenu .megaWrap ul.menuList.products li a .series:after {
              font-family: 'icomoon';
              content: "\e900";/*e900*/
              position: absolute;
              top: calc(50% - .5em);
              right: 15px;
              font-weight: normal;
              font-style: normal;
              font-size: 15px;
              font-size: 1.5rem;
              color: #00763c; }
            nav .megamenu .megaWrap ul.menuList.products li a .series .nameSup {
              font-size: 10px;
              font-size: 1rem; }
            nav .megamenu .megaWrap ul.menuList.products li a .series .name {
              font-family: "Arial Black", Arial, sans-serif;
              font-weight: bold;
              font-style: italic;
              font-size: 16px;
              font-size: 1.6rem;
              line-height: 1.0; }
          nav .megamenu .megaWrap ul.menuList.products li a .itemImg {
            width: 100%;
            height: 110px;
            padding-bottom: 10px;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-align-items: center;
            -ms-align-items: center;
            align-items: center;
            -webkit-justify-content: center;
            -ms-justify-content: center;
            justify-content: center; }
            nav .megamenu .megaWrap ul.menuList.products li a .itemImg img {
              max-height: 100px; }
          nav .megamenu .megaWrap ul.menuList.products li a .menuBtn {
            height: 120px; }
          nav .megamenu .megaWrap ul.menuList.products li .itemName {
            min-height: 60px;
            padding: 10px 8px 10px 14px;
            background: #f0f0f0; }
            nav .megamenu .megaWrap ul.menuList.products li .itemName ul {
              display: -webkit-flex;
              display: -ms-flexbox;
              display: flex;
              -webkit-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
              nav .megamenu .megaWrap ul.menuList.products li .itemName ul li {
                font-size: 12px;
                font-size: 1.2rem;
                color: #666;
                margin-right: 6px;
                height: 14px; }
                nav .megamenu .megaWrap ul.menuList.products li .itemName ul li a {
                  color: #00763c;
                  text-decoration: none;
                  padding-right: 10px;
                  position: relative; }
                  nav .megamenu .megaWrap ul.menuList.products li .itemName ul li a:after {
                    font-family: 'icomoon';
                    content: "\e900";/*e900*/
                    position: absolute;
                    top: calc(50% - .5em);
                    right: 0;
                    font-weight: normal;
                    font-style: normal;
                    font-size: 10px;
                    font-size: 1rem;
                    transform: scale(0.8); }
                  nav .megamenu .megaWrap ul.menuList.products li .itemName ul li a:hover {
                    text-decoration: underline; } }
@media screen and (max-width: 769px) {
  nav {
    width: 100%;
    height: 90vh;
    overflow-x: scroll;
    position: absolute;
    top: 50px;
    z-index: 9999;
    font-weight: bold;
    display: none; }
    nav .row {
      padding: 0; }
    nav ul li {
      line-height: 1.0;
      border-top: 1px solid #cbc8be;
      position: relative; }
      nav ul li br {
        display: none; }
      nav ul li:not(.aco):after {
        content: "";
        position: absolute;
        top: calc(50% - 6px);
        right: 20px;
        width: 12px;
        height: 12px;
        border-right: 1px solid #FFF;
        border-top: 1px solid #FFF;
        transform: rotate(45deg); }
      nav ul li a {
        display: block;
        height: 44px;
        color: #FFF;
        text-decoration: none;
        padding-right: 40px;
        padding-left: 20px;
        background: #00763c;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center; }
        nav ul li a:hover {
          color: #FFF;
          text-decoration: none; }
      nav ul li ul {
        background: #FFF;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        nav ul li ul li {
          width: 50%;
          border-top: none;
          border-bottom: 1px solid #cbc8be; }
          nav ul li ul li:nth-child(odd) {
            border-right: 1px solid #cbc8be; }
          nav ul li ul li:not(.aco):after {
            top: calc(50% - 4px);
            right: 15px;
            width: 8px;
            height: 8px;
            border-top-color: #000;
            border-right-color: #000; }
          nav ul li ul li a {
            color: #000;
            background: #FFF;
            position: relative; }
            nav ul li ul li a:hover {
              color: #000; }
    nav .ttlArea, nav .menuList li .menuImg {
      display: none; }
    nav .menuList.products li:nth-last-child(2) {
      border-bottom: 1px solid #cbc8be; }
    nav .menuList.products li.pro a {
      height: auto;
      padding: 20px;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
      nav .menuList.products li.pro a .series {
        width: 100%;
        height: 60px;
        padding-right: 25px;
        position: relative; }
        nav .menuList.products li.pro a .series:after {
          font-family: 'icomoon';
          content: "\e900";/*e900*/
          position: absolute;
          top: 0.5em;
          right: 0;
          font-weight: normal;
          font-style: normal;
          font-size: 15px;
          font-size: 1.5rem;
          color: #00763c; }
        nav .menuList.products li.pro a .series .nameSup {
          font-size: 10px;
          font-size: 1rem; }
        nav .menuList.products li.pro a .series .name {
          font-family: "Arial Black", Arial, sans-serif;
          font-weight: bold;
          font-style: italic;
          font-size: 18px;
          font-size: 1.8rem;
          line-height: 1.0; }
      nav .menuList.products li.pro a .itemImg {
        width: 100%;
        height: 110px;
        padding-bottom: 10px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center; }
        nav .menuList.products li.pro a .itemImg img {
          max-height: 100px; }
    nav .menuList.products li.pro .itemName {
      display: none; }
    nav .menuList.products li.pro:after {
      display: none; } }
/*開閉ボタン*/
header #mbNav .acoBtn {
  display: block;
  width: 40px;
  height: 44px;
  position: absolute;
  top: 0;
  right: 0;
  transition: .2s;
  z-index: 99; }
  header #mbNav .acoBtn:before {
    content: "";
    position: absolute;
    top: 14px;
    right: 23px;
    width: 1px;
    height: 16px;
    background: #FFF;
    transition: .2s; }
  header #mbNav .acoBtn:after {
    content: "";
    position: absolute;
    top: 21px;
    right: 16px;
    width: 16px;
    height: 1px;
    background: #FFF; }
  header #mbNav .acoBtn.active:before {
    display: none; }
header #mbNav ul li ul .acoBtn:before {
  top: 17px;
  right: 28px;
  height: 12px; }
header #mbNav ul li ul .acoBtn:after {
  top: 22px;
  right: 22px;
  width: 12px; }

/* Menu オープン時　背景を固定 */
body, html {
  height: auto;
  overflow: visible; }
  body.open, html.open {
    height: 100%;
    overflow: hidden; }

/*==============================================================================
　　breadcrumbs
==============================================================================*/
#breadcrumbs {
  width: 100%;
  font-size: 10px;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center; }
  #breadcrumbs li {
    padding-right: 15px;
    margin-right: 5px;
    position: relative; }
    #breadcrumbs li:after {
      display: block;
      content: "＞";
      position: absolute;
      top: 0;
      right: 0;
      font-size: 10px;
      font-size: 1rem; }
    #breadcrumbs li:last-child {
      margin-right: 0; }
      #breadcrumbs li:last-child:after {
        display: none; }
    #breadcrumbs li a {
      color: rgba(255, 255, 255, 0.6);
      text-decoration: none; }
      #breadcrumbs li a:hover {
        text-decoration: underline; }
  @media screen and (max-width: 769px) {
    #breadcrumbs {
      display: none; } }

/*==============================================================================
　　Contents Layout
==============================================================================*/
main {
  display: block;
  margin-top: -85px;
  padding-bottom: 100px;
  overflow: hidden; }
  @media screen and (max-width: 769px) {
    main {
      margin-top: 0;
      padding-top: 55px;
      padding-bottom: 50px; } }

#container, .container {
  width: 100%;
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto; }
  @media screen and (max-width: 1024px) {
    #container, .container {
      padding-right: 15px;
      padding-left: 15px; } }
  @media screen and (max-width: 769px) {
    #container, .container {
      padding-right: 10px;
      padding-left: 10px; } }

#index #container {
  max-width: none; }

/* 2 Column ---------------------------------------*/
#container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  #container #sideNav {
    width: 22.2%;
    max-width: 227px;
    margin-right: auto; }
  #container #contents {
    width: 74.2%;
    max-width: 710px; }
  #top #container, #index #container, #mediforumTop #container, #enContact #container, #digital-brochure-entry #container {/*20210624*/
    display: block; }
  @media screen and (max-width: 769px) {
    #container {
      display: block; }
      #container #sideNav {
        display: none; }
      #container #contents {
        width: 100%;
        max-width: none; } }
/*20210624追記　電子カタログ請求　コンテンツ中央寄せ（page.php内での分岐ができず・・・）*/
#digital-brochure-entry #container #contents{
  margin: 0 auto;
}
/*20210624追記　送信完了ページの「カタログを見る」ボタン*/
#digital-brochure-entry .mw_wp_form_complete p {
  width: 215px;
  height: 35px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.1;
  font-weight: bold;
  letter-spacing: 0.5px;
}
#digital-brochure-entry .mw_wp_form_complete p a {
  width: 100%;
  height: 100%;
  color: #FFF;
  text-decoration: none;
  padding-right: 30px;
  padding-left: 20px;
  background: #00763c;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
}
#digital-brochure-entry .mw_wp_form_complete p a:after {
  font-family: 'icomoon';
  content: "\e900";/*e900*/
  position: absolute;
  top: calc(50% - .5em);
  right: 20px;
  font-weight: normal;
  font-style: normal;
  font-size: 10px;
  font-size: 1rem;
}
#digital-brochure-entry .mw_wp_form_complete p a:hover {
  opacity: .7;
}





/* サイドナビ */
#container #sideNav {
  border-top: 5px solid #00763c; }
  #container #sideNav .btnTtl {
    border-right: 3px solid #f0f0f0;
    border-left: 3px solid #f0f0f0; }
    #container #sideNav .btnTtl a {
      width: 100%;
      height: 100px;
      color: #000;
      text-decoration: none;
      line-height: 1.2;
      padding-right: 30px;
      padding-left: 15px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -ms-align-items: center;
      align-items: center; }
      #container #sideNav .btnTtl a .area {
        margin-right: auto; }
        #container #sideNav .btnTtl a .area .name {
          font-size: 18px;
          font-size: 1.8rem;
          font-weight: bold;
          margin-bottom: 5px; }
        #container #sideNav .btnTtl a .area .nameSup {
          font-family: "Arial Black", Arial, sans-serif;
          font-weight: bold;
          font-style: italic;
          font-size: 10px;
          font-size: 1rem;
          color: #ccc;
          transition: .3s; }
      #container #sideNav .btnTtl a .btTop {
        font-size: 12px;
        font-size: 1.2rem;
        color: #ccc;
        padding-right: 15px;
        position: relative;
        transition: .3s; }
        #container #sideNav .btnTtl a .btTop:after {
          font-family: 'icomoon';
          content: "\e900";/*e900*/
          position: absolute;
          top: 0.1em;
          right: 0;
          font-weight: normal;
          font-style: normal;
          font-size: 10px;
          font-size: 1rem;
          color: #999; }
      #container #sideNav .btnTtl a:hover {
        color: #00763c; }
        #container #sideNav .btnTtl a:hover .nameSup, #container #sideNav .btnTtl a:hover .btTop {
          color: #00763c; }
  #container #sideNav .navList {
    padding: 15px;
    background: #f0f0f0; }
    #container #sideNav .navList .cate {
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 1.0;
      font-weight: bold;
      margin-bottom: 5px; }
    #container #sideNav .navList ul {
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: bold; }
      #container #sideNav .navList ul li {
        line-height: 1.0;
        background: #FFF;
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        position: relative; }
        #container #sideNav .navList ul li a {
          display: block;
          height: 60px;
          color: #000;
          text-decoration: none;
          padding-right: 40px;
          padding-left: 15px;
          position: relative;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-justify-content: center;
          -ms-justify-content: center;
          justify-content: center;
          -webkit-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column; }
          #container #sideNav .navList ul li a:hover {
            color: #00763c;
            text-decoration: none; }
          #container #sideNav .navList ul li a:after {
            font-family: 'icomoon';
            content: "\e900";/*e900*/
            position: absolute;
            top: calc(50% - .4em);
            right: 15px;
            font-weight: normal;
            font-style: normal;
            font-size: 10px;
            font-size: 1rem;
            color: #00763c; }
        #container #sideNav .navList ul li.aco > a:after {
          display: none; }
        #container #sideNav .navList ul li ul {
          line-height: 1.0;
          padding-bottom: 10px; }
          #container #sideNav .navList ul li ul li {
            font-size: 12px;
            font-size: 1.2rem;
            border: none; }
            #container #sideNav .navList ul li ul li a {
              height: auto;
              padding: 5px 40px 5px 25px; }
              #container #sideNav .navList ul li ul li a:before {
                content: "";
                position: absolute;
                top: 0.7em;
                left: 15px;
                width: 3px;
                height: 3px;
                background: #000; }
              #container #sideNav .navList ul li ul li a:hover:before {
                background: #00763c; }
              #container #sideNav .navList ul li ul li a:hover:after {
                color: #00763c; }
        #container #sideNav .navList ul li + li {
          margin-top: 2px; }
    #container #sideNav .navList.lineTop {
      border-top: 1px solid #ccc; }
    #container #sideNav .navList.mTop {
      margin-top: 20px; }

/*開閉ボタン*/
#container #sideNav .acoBtn {
  display: block;
  width: 40px;
  height: 60px;
  position: absolute;
  top: 0;
  right: 0;
  transition: .2s;
  z-index: 99;
  cursor: pointer; }
  #container #sideNav .acoBtn:before {
    content: "＋";
    font-size: 11px;
    font-size: 1.1rem;
    position: absolute;
    top: calc(50% - .4em);
    right: calc(50% - .4em);
    color: #00763c;
    z-index: 1;
    transition: .2s; }
  #container #sideNav .acoBtn:after {
    content: "";
    position: absolute;
    top: calc(50% - 7px);
    right: calc(50% - 7px);
    width: 15px;
    height: 15px;
    border: 1px solid #00763c; }
  #container #sideNav .acoBtn.active:before {
    content: "－"; }
  #container #sideNav .acoBtn.active:after {
    background: #f0f0f0;
    border: none; }
#container #sideNav ul li ul .acoBtn:before {
  top: 17px;
  right: 28px;
  height: 12px; }
#container #sideNav ul li ul .acoBtn:after {
  top: 22px;
  right: 22px;
  width: 12px; }

/* サイドナビ - 製品紹介 */
#products #container #sideNav .navList ul.pro > li > a, #products #container #sideNav .navList ul.pro .acoBtn {
  height: 70px; }
#products #container #sideNav .navList ul.cad > li > a {
  height: 50px; }
#products #container #sideNav .navList ul li .ttlSup {
  font-size: 10px;
  font-size: 1rem;
  font-weight: normal;
  margin-bottom: 3px; }
#products #container #sideNav .navList ul li .ttl {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 0.9;
  font-family: "Arial Black", Arial, sans-serif;
  font-weight: bold;
  font-style: italic; }
#products #container #sideNav .navList ul li ul li {
  font-family: "Arial Black", Arial, sans-serif;
  font-weight: bold;
  font-style: italic; }
#products #container #sideNav .navList ul + .cate {
  margin-top: 20px; }

/*==============================================================================
　　Footer
==============================================================================*/
/* Page Top */
#goTop {
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 100; }
  #goTop a {
    width: 50px; }
  @media screen and (max-width: 1024px) {
    #goTop {
      right: 10px; } }
  @media screen and (max-width: 769px) {
    #goTop a {
      width: 40px; }
      #goTop a img {
        width: 40px; } }

footer {
  background: #f0f0f0; }
  footer .row {
    padding-top: 60px;
    padding-bottom: 60px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    footer .row #foot {
      width: 280px;
      font-size: 12px;
      font-size: 1.2rem;
      margin-right: auto; }
      footer .row #foot .inqBox {
        font-weight: bold;
        padding: 70px 30px 30px;
        margin-bottom: 35px;
        border-top: 3px solid #00763c;
        background: #FFF;
        position: relative; }
        footer .row #foot .inqBox:before {
          font-family: 'icomoon';
          content: "\e901";/*e901*/
          position: absolute;
          top: 20px;
          left: calc(50% - 17px);
          font-weight: normal;
          font-style: normal;
          font-size: 34px;
          font-size: 3.4rem; }
        footer .row #foot .inqBox .txt {
          text-align: center;
          margin-bottom: 15px; }
        footer .row #foot .inqBox .btn {
          width: 190px;
          height: 40px;
          margin: 0 auto; }
      footer .row #foot .footIn {
        width: 280px; }
        footer .row #foot .footIn #footLogo {
          margin-bottom: 10px; }
          footer .row #foot .footIn #footLogo img {
            max-width: 200px;
            max-height: 28px; }
        footer .row #foot .footIn .add a {
          color: #000;
          text-decoration: none;
          margin-left: 3px; }
          footer .row #foot .footIn .add a:hover {
            color: #0099cc;
            text-decoration: underline; }
        footer .row #foot .footIn ul#snsArea {
          margin: 10px 0;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex; }
          footer .row #foot .footIn ul#snsArea li + li {
            margin-left: 5px; }
        footer .row #foot .footIn .otherSite {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex; }
          footer .row #foot .footIn .otherSite .btn {
            width: 85px;
            height: 20px;
            font-size: 11px;
            font-size: 1.1rem; }
            footer .row #foot .footIn .otherSite .btn a {
              color: #666;
              padding: 0 10px;
              border: 1px solid #e1e1e1;
              background: none; }
              footer .row #foot .footIn .otherSite .btn a:after {
                right: 5px;
                font-size: 10px;
                font-size: 1rem;
                transform: scale(0.8); }
              footer .row #foot .footIn .otherSite .btn a:hover {
                color: #FFF;
                background: #00763c;
                border-color: #00763c; }
            footer .row #foot .footIn .otherSite .btn + .btn {
              margin-left: 5px; }
  footer p#copyright {
    height: 35px;
    font-size: 11px;
    font-size: 1.1rem;
    color: #FFF;
    line-height: 1.0;
    background: #000;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center; }
  @media screen and (max-width: 769px) {
    footer .row {
      padding: 30px 0; }
      footer .row #foot {
        display: block;
        width: 80%;
        margin: 0 auto; }
        footer .row #foot .footIn {
          margin: 0 auto; }
    footer p#copyright {
      height: 25px;
      font-size: 10px;
      font-size: 1rem; } }

footer #footNav {
  width: calc(100% - 300px);
  max-width: 670px;
  line-height: 1.0;
  padding-top: 15px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  footer #footNav > div {
    width: 33.33%;
    margin-left: 5%; }
    footer #footNav > div a {
      color: #000;
      text-decoration: none; }
      footer #footNav > div a:hover {
        text-decoration: underline; }
    footer #footNav > div .cate {
      font-weight: bold;
      padding-left: 25px;
      margin-bottom: 20px;
      position: relative; }
      footer #footNav > div .cate:before {
        content: "";
        position: absolute;
        top: 0.3em;
        left: 0;
        width: 12px;
        height: 3px;
        background: #00763c; }
    footer #footNav > div ul {
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 1.1;
      margin-left: 25px; }
      footer #footNav > div ul li + li {
        margin-top: 12px; }
      footer #footNav > div ul li.extLink a {
        padding-right: 15px;
        position: relative; }
        footer #footNav > div ul li.extLink a:after {
          font-family: 'icomoon';
          content: "\e906";/*e906*/
          position: absolute;
          top: 0.1em;
          right: 0;
          font-weight: normal;
          font-style: normal;
          font-size: 11px;
          font-size: 1.1rem;
          color: #00763c; }
      footer #footNav > div ul + .cate {
        margin-top: 50px; }
  @media screen and (max-width: 769px) {
    footer #footNav {
      display: none; } }

/*!===================================================================

	ContentsCommon -　各ページ共通　タイトルやボタンなど

====================================================================*/
/*----------------------------------------------------------------
	見出し
----------------------------------------------------------------*/
#pageTitle {
  height: 270px;
  color: #FFF;
  line-height: 1.0;
  margin-bottom: 40px;
  position: relative; }
  #pageTitle .bgImg img {
    width: 100%;
    height: 270px;
    object-fit: cover; }
  #pageTitle > div {
    height: 270px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    text-align: center;
    padding-top: 85px; }
    #pageTitle > div #h2Area {
      height: 140px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
      #pageTitle > div #h2Area h2 {
        font-size: 32px;
        font-size: 3.2rem; }
      #pageTitle > div #h2Area .h2sup {
        font-size: 20px;
        font-size: 2rem;
        font-weight: bold;
        margin-top: 20px; }
  @media screen and (max-width: 769px) {
    #pageTitle {
      height: 140px; }
      #pageTitle .bgImg img {
        height: 140px; }
      #pageTitle > div {
        height: 140px;
        padding-top: 0; }
        #pageTitle > div #h2Area h2 {
          font-size: 24px;
          font-size: 2.4rem; }
        #pageTitle > div #h2Area .h2sup {
          font-size: 14px;
          font-size: 1.4rem;
          margin-top: 10px; } }

h3:not(.nonCom) {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.1;
  padding-top: 50px;
  margin-bottom: 50px;
  background: url("../images/common/deco02.svg") no-repeat left top;
  background-size: auto 12px;
  position: relative; }
  h3:not(.nonCom):before {
    content: "";
    position: absolute;
    top: 0;
    left: 100px;
    width: calc(100% - 100px);
    height: 3px;
    background: #00763c; }
  @media screen and (max-width: 769px) {
    h3:not(.nonCom) {
      font-size: 20px;
      font-size: 2rem;
      padding-top: 30px;
      margin-bottom: 20px;
      background-size: auto 8px; }
      h3:not(.nonCom):before {
        left: 67px;
        width: calc(100% - 67px);
        height: 2px; } }

h4:not(.nonCom), #products #ccOther h3, #enContact h3 {
  height: 44px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.0;
  padding: 3px 20px 0;
  margin-bottom: 30px;
  border: solid 1px #00763c;
  border-bottom-width: 3px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: relative; }
  h4:not(.nonCom):before, #products #ccOther h3:before, #enContact h3:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    border-top: 24px solid #00763c;
    border-right: 17px solid transparent; }
  @media screen and (max-width: 769px) {
    h4:not(.nonCom), #products #ccOther h3, #enContact h3 {
      font-size: 16px;
      font-size: 1.6rem;
      height: 35px;
      padding: 3px 10px 0;
      margin-bottom: 15px;
      border-bottom-width: 2px; }
      h4:not(.nonCom):before, #products #ccOther h3:before, #enContact h3:before {
        border-top-width: 18px;
        border-right-width: 13px; } }

h5:not(.nonCom), .h5style, #products #series #feature .wrap .vx-equip h6,
h4.nonCom.lecture, #contact #top h4, #products #ccOther h4 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.0;
  padding-left: 20px;
  margin-bottom: 30px;
  position: relative; }
  h5:not(.nonCom):before, .h5style:before, #products #series #feature .wrap .vx-equip h6:before,
  h4.nonCom.lecture:before, #contact #top h4:before, #products #ccOther h4:before {
    content: "";
    position: absolute;
    top: 0.15em;
    left: 0;
    width: 10px;
    height: 10px;
    background: #00a051; }
  h5:not(.nonCom):after, .h5style:after, #products #series #feature .wrap .vx-equip h6:after,
  h4.nonCom.lecture:after, #contact #top h4:after, #products #ccOther h4:after {
    content: "";
    position: absolute;
    top: 0.15em;
    left: 5px;
    width: 5px;
    height: 10px;
    background: #00763c; }
  @media screen and (max-width: 769px) {
    h5:not(.nonCom), .h5style, #products #series #feature .wrap .vx-equip h6,
    h4.nonCom.lecture, #contact #top h4, #products #ccOther h4 {
      font-size: 16px;
      font-size: 1.6rem;
      padding-left: 17px;
      margin-bottom: 20px; } }

/*----------------------------------------------------------------
	Sytle Base (枠、フォント、ページなど)
----------------------------------------------------------------*/
/*	枠
-----------------------------------------------------------*/
section + section {
  margin-top: 100px; }
  @media screen and (max-width: 769px) {
    section + section {
      margin-top: 50px; } }
section section + section {
  margin-top: 60px; }
  @media screen and (max-width: 769px) {
    section section + section {
      margin-top: 30px; } }
section section section + section {
  margin-top: 40px; }
  @media screen and (max-width: 769px) {
    section section section + section {
      margin-top: 20px; } }

/*	Text
-----------------------------------------------------------*/
/* 機械名など、Arial black Italic */
.abi {
  font-family: "Arial Black", Arial, sans-serif;
  font-weight: bold;
  font-style: italic;
  vertical-align: top; }

.sup {
  font-size: 12px;
  font-size: 1.2rem;
  color: #666;
  font-weight: normal;
  line-height: 1.3;
  vertical-align: middle; }

@media screen and (max-width: 769px) {
  span.sup {
    display: block; } }

/* 左右半円　黒背景・白文字 */
.bkPoint {
  font-size: 12px;
  font-size: 1.2rem;
  color: #FFF;
  line-height: 1.0;
  text-align: center; }
  .bkPoint span {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 100px;
    background: #000; }

/* 頭に「●」がつく */
.circle {
  padding-left: 18px;
  position: relative; }
  .circle:before {
    content: "";
    position: absolute;
    top: 0.45em;
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 20px;
    background: #00763c; }
  @media screen and (max-width: 769px) {
    .circle {
      padding-left: 15px; }
      .circle:before {
        top: .3em;
        width: 12px;
        height: 12px; } }

/* 頭に「■」がつく */
.square {
  padding-left: 17px;
  position: relative; }
  .square:before {
    content: "";
    position: absolute;
    top: 0.45em;
    left: 0;
    width: 10px;
    height: 10px;
    background: #00763c; }
  @media screen and (max-width: 769px) {
    .square {
      padding-left: 12px; }
      .square:before {
        top: .6em;
        width: 7px;
        height: 7px; } }

/* 頭に「・」がつく */
.dot {
  padding-left: 10px;
  position: relative; }
  .dot:before {
    content: "";
    position: absolute;
    top: 0.6em;
    left: 0;
    width: 3px;
    height: 3px;
    background: #000; }
  @media screen and (max-width: 769px) {
    .dot {
      padding-left: 8px; }
      .dot:before {
        top: .7em; } }

/* 画像をタップで大きい/
p.tap {
	@include fz(10);
	color: #999;
	text-align: right;
	margin-top: 5px;
	span {
		padding-left: 15px;
		position: relative;
		&:before {
			@include iconFont("\e909", $top:0,$left:0, $fontsize:10);
		}
	}
} *

/* MB以下のみリンクをさせる aにクラスをつける*/
.linkMb {
  color: #000;
  text-decoration: none; }
  @media screen and (min-width: 769px) {
    .linkMb {
      color: #000;
      text-decoration: none;
      pointer-events: none; } }

/* 上付文字 */
.super {
  font-size: 60%;
  vertical-align: super;
  margin-left: 2px; }

/* Maxiaロゴ画像 */
.icon_maxia {
  vertical-align: middle;
  margin-right: 3px;
  margin-left: 3px; }
  .icon_maxia img {
    vertical-align: text-top; }
  .icon_maxia.style img {
    height: 16px; }
  @media screen and (max-width: 769px) {
    .icon_maxia {
      margin-right: 2px;
      margin-left: 2px; }
      .icon_maxia img {
        height: 16px; }
      .icon_maxia.style img {
        height: 12px; } }

/*	BTN
-----------------------------------------------------------*/
.btn {
  width: 140px;
  height: 35px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.1; }
  .btn a {
    width: 100%;
    height: 100%;
    color: #FFF;
    text-decoration: none;
    padding-right: 30px;
    padding-left: 20px;
    background: #00763c;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    position: relative; }
    .btn a:after {
      font-family: 'icomoon';
      content: "\e900";/*e900*/
      position: absolute;
      top: calc(50% - .5em);
      right: 20px;
      font-weight: normal;
      font-style: normal;
      font-size: 10px;
      font-size: 1rem; }
    .btn a:hover {
      opacity: .7; }
  @media screen and (max-width: 769px) {
    .btn {
      width: 120px;
      height: 30px;
      font-size: 12px;
      font-size: 1.2rem; }
      .btn a {
        padding-right: 20px;
        padding-left: 10px; }
        .btn a:after {
          right: 10px; } }
  .btn.rev a {
    color: #00763c;
    border: 1px solid #00763c;
    background: #FFF; }
    .btn.rev a:hover {
      opacity: 1;
      color: #FFF;
      background: #00763c; }
  a .btn {
    color: #FFF;
    text-decoration: none;
    padding-right: 20px;
    padding-left: 20px;
    background: #00763c;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    position: relative; }
    a .btn:after {
      font-family: 'icomoon';
      content: "\e900";/*e900???*/
      position: absolute;
      top: calc(50% - .5em);
      right: 20px;
      font-weight: normal;
      font-style: normal;
      font-size: 10px;
      font-size: 1rem; }
    @media screen and (max-width: 769px) {
      a .btn {
        width: 120px;
        height: 30px;
        font-size: 12px;
        font-size: 1.2rem;
        padding-right: 20px;
        padding-left: 10px; }
        a .btn:after {
          right: 10px; } }
  .btn.bk a {
    background: #000; }

/* MORE */
.btn.more {
  width: 100px; }

/*-----------------------------------------------------------------
　導入
-----------------------------------------------------------------*/
.intro {
  font-weight: bold;
  text-align: center;
  margin-bottom: 100px; }
  .intro .catch {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.3;
    padding-top: 60px;
    margin-bottom: 30px;
    background: url("../images/common/deco01.svg") no-repeat center top;
    background-size: auto 35px; }
  @media screen and (max-width: 769px) {
    .intro {
      margin-bottom: 60px; }
      .intro .catch {
        font-size: 20px;
        font-size: 2rem;
        padding-top: 35px;
        margin-bottom: 15px;
        background-size: auto 20px; } }
  @media screen and (max-width: 500px) {
    .intro {
      text-align: left; }
      .intro .catch {
        text-align: center; } }

/*-----------------------------------------------------------------
　index、各コンテンツトップ、もっとマツウラ！　共通画像ナビ
-----------------------------------------------------------------*/
.guideNav, #moreMatsuura .block {
  margin-right: -1px;
  margin-left: -1px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .guideNav + .guideNav, #moreMatsuura .block + .guideNav {
    margin-top: 2px; }
  .guideNav a, #moreMatsuura .block a {
    display: block;
    width: 100%;
    height: 100%;
    color: #FFF;
    text-decoration: none;
    position: relative; }
    .guideNav a > div, #moreMatsuura .block a > div {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      line-height: 1.0;
      padding-left: 60px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      z-index: 1; }
      .guideNav a > div .ttl, #moreMatsuura .block a > div .ttl {
        font-family: "Arial Black", Arial, sans-serif;
        font-weight: bold;
        font-style: italic;
        font-size: 28px;
        font-size: 2.8rem;
        margin-bottom: 10px; }
        .guideNav a > div .ttl .new, #moreMatsuura .block a > div .ttl .new {
          margin-left: 10px;
          vertical-align: text-top; }
          .guideNav a > div .ttl .new img, #moreMatsuura .block a > div .ttl .new img {
            padding-bottom: 2px; }
      .guideNav a > div .ttlSup, #moreMatsuura .block a > div .ttlSup {
        font-weight: bold;
        margin-bottom: 15px; }
      .guideNav a > div .btn, #moreMatsuura .block a > div .btn {
        font-family: "Arial Black", Arial, sans-serif;
        font-weight: bold;
        font-style: italic; }
    .guideNav a .img, #moreMatsuura .block a .img {
      background: #000;
      min-height: 130px; }
      .guideNav a .img img, #moreMatsuura .block a .img img {
        opacity: .4;
        width: 100%;
        max-height: 275px;
        min-height: 130px;
        object-fit: cover;
        transition: .3s; }
    .guideNav a:hover .img img, #moreMatsuura .block a:hover .img img {
      opacity: 1; }
  .guideNav .column, #moreMatsuura .block .column {
    width: 50%;
    height: 100%;
    max-height: 275px;
    padding: 0 1px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .guideNav .column .inBox, #moreMatsuura .block .column .inBox {
      width: 50%;
      padding-right: 1px; }
      .guideNav .column .inBox:nth-child(2), #moreMatsuura .block .column .inBox:nth-child(2) {
        padding-right: 0;
        padding-left: 1px; }
      .guideNav .column .inBox a .ttl, #moreMatsuura .block .column .inBox a .ttl {
        font-size: 20px;
        font-size: 2rem; }
      .guideNav .column .inBox a .ttlSup, #moreMatsuura .block .column .inBox a .ttlSup {
        font-size: 14px;
        font-size: 1.4rem; }
  @media screen and (max-width: 960px) {
    .guideNav a > div, #moreMatsuura .block a > div {
      padding-left: 20px; }
      .guideNav a > div .ttl, #moreMatsuura .block a > div .ttl {
        font-family: "Arial Black", Arial, sans-serif;
        font-weight: bold;
        font-style: italic;
        font-size: 20px;
        font-size: 2rem; }
      .guideNav a > div .ttlSup, #moreMatsuura .block a > div .ttlSup {
        font-size: 12px;
        font-size: 1.2rem; }
      .guideNav a > div .btn, #moreMatsuura .block a > div .btn {
        width: 120px; }
        .guideNav a > div .btn:after, #moreMatsuura .block a > div .btn:after {
          right: 10px; }
    .guideNav .column .inBox a .ttl, #moreMatsuura .block .column .inBox a .ttl {
      font-size: 20px;
      font-size: 2rem; }
    .guideNav .column .inBox a .ttlSup, #moreMatsuura .block .column .inBox a .ttlSup {
      font-size: 12px;
      font-size: 1.2rem; } }
  @media screen and (max-width: 769px) {
    .guideNav, #moreMatsuura .block {
      display: block;
      max-height: none; }
      .guideNav a > div .ttl, #moreMatsuura .block a > div .ttl {
        font-size: 18px;
        font-size: 1.8rem; }
      .guideNav a > div .btn, #moreMatsuura .block a > div .btn {
        width: 100px; }
      .guideNav .column, #moreMatsuura .block .column {
        width: 100%; }
        .guideNav .column:nth-child(2), #moreMatsuura .block .column:nth-child(2) {
          border-top: 1px solid #FFF; }
        .guideNav .column .inBox a .ttl, #moreMatsuura .block .column .inBox a .ttl {
          font-size: 18px;
          font-size: 1.8rem; } }

/* もっとマツウラ！ */
#moreMatsuura .block .column {
  width: 50%;
  max-height: 220px; }
  #moreMatsuura .block .column a > div .ttl {
    font-size: 20px;
    font-size: 2rem; }
  #moreMatsuura .block .column a > div .ttlSup {
    font-size: 14px;
    font-size: 1.4rem; }
  #moreMatsuura .block .column a .img img {
    max-height: 220px;
    min-height: 100px; }
@media screen and (max-width: 769px) {
  #moreMatsuura .block .column {
    width: 100%;
    margin-bottom: 1px; }
    #moreMatsuura .block .column:nth-child(2) {
      border-top: none; } }

/*-----------------------------------------------------------------
　Contact Area
-----------------------------------------------------------------*/
.inqArea:not(.nonStyle) {
  padding-top: 65px;
  background: url("../images/common/deco01.svg") no-repeat center top;
  background-size: auto 35px;
  position: relative; }
  .inqArea:not(.nonStyle):before, .inqArea:not(.nonStyle):after {
    content: "";
    position: absolute;
    top: 15px;
    width: calc(50% - 68px);
    height: 5px;
    background: repeating-linear-gradient(-45deg, #FFF 0, #FFF 2px, #00763c 2px, #00763c 4px); }
  .inqArea:not(.nonStyle):before {
    left: 0; }
  .inqArea:not(.nonStyle):after {
    right: 0; }
  @media screen and (max-width: 769px) {
    .inqArea:not(.nonStyle) {
      padding-top: 40px;
      background-size: auto 22px; }
      .inqArea:not(.nonStyle):before, .inqArea:not(.nonStyle):after {
        top: 8px;
        width: calc(50% - 44px);
        height: 3px; } }

.inqArea h3 {
  font-family: "Arial Black", Arial, sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size: 36px;
  font-size: 3.6rem;
  color: #00763c;
  line-height: 1.0;
  text-align: center;
  margin-bottom: 40px; }
.inqArea .txt {
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px; }
.inqArea ul.btList {
  margin: 0 -15px 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center; }
  .inqArea ul.btList li {
    width: 50%;
    padding: 0 15px; }
    .inqArea ul.btList li > a {
      width: 100%;
      height: 100px;
      font-size: 20px;
      font-size: 2rem;
      color: #000;
      text-decoration: none;
      font-weight: bold;
      padding-right: 60px;
      padding-left: 60px;
      background: #eed712 url("../images/common/inqArea/icon_catalog.png") no-repeat left 20px center;
      border-bottom: 5px solid #a6960d;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -ms-align-items: center;
      align-items: center;
      position: relative; }
      .inqArea ul.btList li > a:after {
        font-family: 'icomoon';
        content: "\e900";/*e900*/
        position: absolute;
        top: calc(50% - 12px);
        right: 30px;
        font-weight: normal;
        font-style: normal;
        font-size: 10px;
        font-size: 1rem;
        color: #FFF;
        width: 24px;
        height: 24px;
        background: #000;
        padding: 6px 0 0 8px; }
      .inqArea ul.btList li > a:hover {
        background-color: #f9b30b;
        border-bottom-color: #ae7d08; }
    .inqArea ul.btList li.btInq a {
      padding-left: 65px;
      background: #eed712 url("../images/common/inqArea/icon_contact.png") no-repeat left 20px center; }
      .inqArea ul.btList li.btInq a:hover {
        background-color: #f9b30b; }
    .inqArea ul.btList li.single {
      width: 70%;
      max-width: 500px; }
@media screen and (max-width: 769px) {
  .inqArea h3 {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 20px; }
  .inqArea .txt {
    margin-bottom: 15px; }
  .inqArea ul.btList {
    width: 90%;
    max-width: 500px;
    margin: 0 auto;
    display: block; }
    .inqArea ul.btList li {
      width: 100%;
      padding: 0; }
      .inqArea ul.btList li > a {
        height: 60px;
        font-size: 16px;
        font-size: 1.6rem;
        padding-right: 40px;
        padding-left: 50px;
        background: #eed712 url("../images/common/inqArea/icon_catalog.png") no-repeat left 20px center;
        background-size: auto 22px;
        background-position: left 15px center;
        border-bottom-width: 3px; }
        .inqArea ul.btList li > a:after {
          top: calc(50% - 10px);
          right: 15px;
          width: 20px;
          height: 20px;
          padding: 3px 0 0 6px; }
      .inqArea ul.btList li.btInq a {
        padding-left: 55px;
        background-size: auto 22px;
        background-position: left 15px center; }
      .inqArea ul.btList li + li {
        margin-top: 7px; }
      .inqArea ul.btList li.single {
        margin: 0 auto 5px; } }

/*-----------------------------------------------------------------
　Information  採用情報TOP、医療フォーラムTOPのお知らせ部分
-----------------------------------------------------------------*/
.container.inform {
  max-width: 800px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .container.inform .ttlArea {
    width: 180px;
    line-height: 1.0;
    margin-right: auto; }
    .container.inform .ttlArea h3 {
      font-size: 22px;
      font-size: 2.2rem;
      font-family: "Arial Black", Arial, sans-serif;
      font-weight: bold;
      font-style: italic;
      color: #00763c;
      margin-bottom: 5px; }
    .container.inform .ttlArea .h3sup {
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: bold;
      margin-bottom: 20px; }
    .container.inform .ttlArea .btn {
      width: 90px;
      height: 25px;
      font-size: 12px;
      font-size: 1.2rem;
      font-family: "Arial Black", Arial, sans-serif;
      font-weight: bold;
      font-style: italic;
      color: #00763c; }
      .container.inform .ttlArea .btn a {
        padding: 0 10px; }
        .container.inform .ttlArea .btn a:after {
          right: 8px;
          transform: scale(0.8); }
  .container.inform .column {
    width: calc(100% - 200px);
    max-width: 570px; }
    .container.inform .column p a {
      color: #000;
      text-decoration: none;
      line-height: 1.0;
      font-weight: bold;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -ms-align-items: center;
      align-items: center;
      padding-right: 15px;
      position: relative; }
      .container.inform .column p a:after {
        font-family: 'icomoon';
        content: "\e900";/*e900*/
        position: absolute;
        top: calc(50% - .5em);
        right: 0;
        font-weight: normal;
        font-style: normal;
        font-size: 10px;
        font-size: 1rem;
        color: #00763c; }
      .container.inform .column p a .day {
        width: 135px;
        font-size: 14px;
        font-size: 1.4rem;
        color: #999;
        margin-right: auto; }
      .container.inform .column p a span:nth-of-type(2) {
        width: calc(100% - 145px); }
      .container.inform .column p a:hover {
        text-decoration: underline; }
    .container.inform .column p + p {
      margin-top: 15px; }
  @media screen and (max-width: 769px) {
    .container.inform {
      display: block;
      max-width: 420px;
      margin: 0 auto; }
      .container.inform .ttlArea {
        width: 100%;
        margin: 0 0 20px; }
        .container.inform .ttlArea h3 {
          font-size: 18px;
          font-size: 1.8rem; }
        .container.inform .ttlArea .h3sup {
          font-size: 12px;
          font-size: 1.2rem;
          margin-bottom: 0; }
        .container.inform .ttlArea .btn {
          margin: -25px 0 0 auto; }
      .container.inform .column {
        width: 100%;
        max-width: none; }
        .container.inform .column p {
          font-size: 12px;
          font-size: 1.2rem; }
          .container.inform .column p a {
            display: block; }
            .container.inform .column p a .day {
              width: auto;
              font-size: 12px;
              font-size: 1.2rem; }
            .container.inform .column p a span {
              display: block; }
              .container.inform .column p a span:nth-of-type(2) {
                width: 100%;
                margin-top: 5px; }
          .container.inform .column p + p {
            margin-top: 10px; } }

/*-----------------------------------------------------------------
　ページナビ （タブレット 以下 アコーディオン）
-----------------------------------------------------------------*/
.inNav {
  margin-bottom: 90px; }
  @media screen and (max-width: 769px) {
    .inNav {
      margin-bottom: 40px; } }

ul.pageNav {
  display: none; }
  @media screen and (min-width: 769px) {
    ul.pageNav {
      height: 50px;
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 1.1;
      font-weight: bold;
      padding-left: 30px;
      background: #00763c;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -ms-align-items: center;
      align-items: center; }
      ul.pageNav li {
        margin-right: 25px; }
        ul.pageNav li a {
          color: #FFF;
          text-decoration: none;
          padding-right: 20px;
          position: relative; }
          ul.pageNav li a:after {
            font-family: 'icomoon';
            content: "\e900";/*e900???*/
            position: absolute;
            top: 0.1em;
            right: 0;
            font-weight: normal;
            font-style: normal;
            font-size: 10px;
            font-size: 1rem;
            transform: rotate(90deg); }
          ul.pageNav li a:hover {
            text-decoration: underline; }
        ul.pageNav li:last-child {
          margin-right: 0; } }

@media screen and (min-width: 769px) {
  .slicknav_menu {
    display: none; } }
/*-----------------------------------------------------------------
　テーブル
-----------------------------------------------------------------*/
table:not(.nonCom) {
  width: 100%; }
  table:not(.nonCom) th, table:not(.nonCom) td {
    padding: 15px 25px;
    border: 1px solid #ccc;
    vertical-align: middle; }
  table:not(.nonCom) th {
    line-height: 1.0;
    font-weight: bold;
    background: #f0f0f0; }

table.flexible {
  width: 100%; }
  @media screen and (min-width: 769px) {
    table.flexible {
      border-top: 1px solid #ccc;
      border-left: 1px solid #ccc; } }
  table.flexible thead {
    background: #00763c; }
    table.flexible thead th {
      color: #FFF;
      font-weight: bold;
      padding: 5px 20px;
      border-right: 1px solid #ccc;
      border-bottom: 1px solid #ccc; }
    @media screen and (max-width: 769px) {
      table.flexible thead {
        display: none; } }
  @media screen and (max-width: 769px) {
    table.flexible tr {
      display: block;
      border: 1px solid #ddd;
      margin-bottom: 10px;
      padding: 8px 8px 0; } }
  table.flexible td {
    padding: 10px 20px;
    vertical-align: top;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc; }
    @media screen and (max-width: 769px) {
      table.flexible td {
        display: block;
        width: auto;
        padding: 8px 10px;
        border-right: none;
        border-bottom: 1px solid #dbe1e8;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
        table.flexible td:last-of-type {
          border-bottom: none; }
        table.flexible td:before {
          content: attr(aria-label);
          width: 5em;
          color: #00763c;
          font-weight: bold; } }

/*-----------------------------------------------------------------
　Tableっぽい (会社案内、お問合せなど)
-----------------------------------------------------------------*/
dl.table {
  width: 100%;
  border-top: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  dl.table > dt {
    width: 230px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 15px 30px;
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    background: #f0f0f0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center; }
  dl.table > dd {
    width: calc(100% - 230px);
    padding: 15px 30px;
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc; }
  @media screen and (max-width: 769px) {
    dl.table {
      display: block; }
      dl.table > dt {
        width: 100% !important;
        padding: 5px 10px !important; }
      dl.table > dd {
        width: 100% !important;
        padding: 10px 20px 15px !important; } }
  @media screen and (max-width: 320px) {
    dl.table > dd {
      padding: 10px 10px 15px !important; } }

#no_found .btn {
  width: 200px;
  margin: 0 auto; }

/*-----------------------------------------------------------------
　さらに表示する（ブログなどの記事表示ボタン）
-----------------------------------------------------------------*/
.btn.moreList {
  width: 80%;
  max-width: 300px;
  height: 45px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 auto; }
  @media screen and (max-width: 769px) {
    .btn.moreList {
      font-size: 14px;
      font-size: 1.4rem;
      height: 35px; } }
  #monoGallery .btn.moreList {
    max-width: 165px; }
