@charset "UTF-8";
/*!===================================================================

	トップページ

====================================================================*/
#index #container {
  max-width: none;
  padding: 85px 0 0;
  margin: 0; }
  @media screen and (max-width: 769px) {
    #index #container {
      padding: 0; } }
#index section + section {
  margin-top: 0; }
#index h2 {
  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;
  margin-bottom: 20px; }
  @media screen and (max-width: 769px) {
    #index h2 {
      font-size: 22px;
      font-size: 2.2rem; } }

/* PC版　TOPのみHeader 色替え -----------------------------*/
#index header {
  background: #000;
  color: #FFF; }

/*----------------------------------------------------------------
	メインイメージ
----------------------------------------------------------------*/
/* メインlayout
===================================*/
#index #imgGallery {
  height: 500px;
  background: url("../images/index/main/bg.jpg") no-repeat;
  background-size: cover; }
  #index #imgGallery #inWrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative; }
    #index #imgGallery #inWrap #slider > div a {
      display: block;
      width: 100%;
      height: 500px;
      position: relative; }
      #index #imgGallery #inWrap #slider > div a p.new {
        position: absolute;
        top: 145px;
        left: 88px;
        z-index: 9999; }
      #index #imgGallery #inWrap #slider > div a .mainCatch {
        width: 610px;
        position: absolute;
        top: 170px;
        left: 88px;
        z-index: 9999;
        font-size: 42px;
        font-size: 4.2rem;
        color: #FFF;
        line-height: 1.0;
        font-weight: bold; }
        #index #imgGallery #inWrap #slider > div a .mainCatch img {
          max-width: 610px; }
      #index #imgGallery #inWrap #slider > div a .txt {
        max-width: 610px;
        position: absolute;
        top: 250px;
        left: 88px;
        z-index: 999999;
        font-size: 14px;
        font-size: 1.4rem;
        color: #FFF;
        font-weight: bold;
        text-shadow: 0px 0px 4px #000; }
      #index #imgGallery #inWrap #slider > div a p.btn {
        position: absolute;
        top: 340px;
        left: 88px;
        z-index: 9999;
        font-family: "Arial Black", Arial, sans-serif;
        font-weight: bold;
        font-style: italic; }
  @media screen and (max-width: 1024px) {
    #index #imgGallery {
      height: 400px; }
      #index #imgGallery #inWrap #slider > div a {
        height: 400px; }
        #index #imgGallery #inWrap #slider > div a p.new {
          top: 85px;
          left: 50px; }
        #index #imgGallery #inWrap #slider > div a .mainCatch {
          max-width: 560px;
          top: 110px;
          left: 50px;
          font-size: 36px;
          font-size: 3.6rem; }
          #index #imgGallery #inWrap #slider > div a .mainCatch img {
            max-width: 560px; }
        #index #imgGallery #inWrap #slider > div a .txt {
          max-width: 560px;
          top: 180px;
          left: 50px; }
        #index #imgGallery #inWrap #slider > div a p.btn {
          top: 280px;
          left: 50px; } }
  @media screen and (max-width: 769px) {
    #index #imgGallery {
      height: 260px; }
      #index #imgGallery #inWrap #slider > div a {
        height: 260px; }
        #index #imgGallery #inWrap #slider > div a p.new {
          top: 40px;
          left: 20px; }
          #index #imgGallery #inWrap #slider > div a p.new img {
            width: 45px; }
        #index #imgGallery #inWrap #slider > div a .mainCatch {
          max-width: 480px;
          top: 60px;
          left: 20px;
          font-size: 5vw; }
          #index #imgGallery #inWrap #slider > div a .mainCatch img {
            width: 100%;
            max-width: inherit; }
        #index #imgGallery #inWrap #slider > div a .txt {
          max-width: 480px;
          top: 110px;
          left: 20px;
          font-size: 10px;
          font-size: 1rem;
          line-height: 1.5; }
        #index #imgGallery #inWrap #slider > div a p.btn {
          top: 180px;
          left: 20px;
          width: 80px;
          height: 25px;
          font-size: 10px;
          font-size: 1rem; } }
  @media screen and (max-width: 500px) {
    #index #imgGallery {
      height: 190px; }
      #index #imgGallery #inWrap #slider > div a {
        height: 190px; }
        #index #imgGallery #inWrap #slider > div a p.new {
          top: 10px;
          left: 10px; }
        #index #imgGallery #inWrap #slider > div a .mainCatch {
          max-width: 360px;
          top: 35px;
          left: 10px; }
        #index #imgGallery #inWrap #slider > div a .txt {
          max-width: 360px;
          top: 70px;
          left: 10px; }
        #index #imgGallery #inWrap #slider > div a p.btn {
          top: 125px;
          left: 10px;
          height: 20px; } }

#index #imgGallery #video {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto; }

/* BxSlider Set */
#imgGallery #slider {
  margin: 0;
  height: 100%; }
  #imgGallery #slider > div {
    opacity: 0; }

#imgGallery .bx-wrapper {
  position: relative; }
  #imgGallery .bx-wrapper #slider > div {
    opacity: 1;
    height: 500px;
    overflow: hidden; }
    #imgGallery .bx-wrapper #slider > div .img {
      width: 100%; }
      #imgGallery .bx-wrapper #slider > div .img img {
        width: 100%;
        height: 500px;
        object-fit: cover; }
      #imgGallery .bx-wrapper #slider > div .img video {
        width: 100%;
        max-width: 1200px;
        height: 500px;
        object-fit: cover; }
  @media screen and (max-width: 1024px) {
    #imgGallery .bx-wrapper #slider > div {
      height: 400px; }
      #imgGallery .bx-wrapper #slider > div .img img, #imgGallery .bx-wrapper #slider > div .img video {
        height: 400px; } }
  @media screen and (max-width: 769px) {
    #imgGallery .bx-wrapper #slider > div {
      height: 260px; }
      #imgGallery .bx-wrapper #slider > div .img img, #imgGallery .bx-wrapper #slider > div .img video {
        height: 260px; } }
  @media screen and (max-width: 500px) {
    #imgGallery .bx-wrapper #slider > div {
      height: 190px; }
      #imgGallery .bx-wrapper #slider > div .img img, #imgGallery .bx-wrapper #slider > div .img video {
        height: 190px; } }

/*#imgGallery .bx-viewport {
  overflow: hidden;
}*/
/* ページャー
===================================*/
#imgGallery .bx-pager {
  width: 100%;
  margin-top: -55px;
  position: absolute;
  z-index: 99; }
  @media screen and (max-width: 1024px) {
    #imgGallery .bx-pager {
      margin-top: -30px; } }
  @media screen and (max-width: 769px) {
    #imgGallery .bx-pager {
      margin-top: 0; } }

#imgGallery .bx-pager > div {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto; }
  @media screen and (min-width: 769px) {
    #imgGallery .bx-pager > div {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: center;
      -ms-justify-content: center;
      justify-content: center; }
      #imgGallery .bx-pager > div a {
        display: block;
        color: #FFF;
        text-decoration: none;
        line-height: 1.0;
        background: #000; }
        #imgGallery .bx-pager > div a .img {
          opacity: .3; }
        #imgGallery .bx-pager > div a.active .img {
          opacity: 1; }
        #imgGallery .bx-pager > div a > div {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          padding: 5px 25px 0 5px;
          z-index: 1;
          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; }
          #imgGallery .bx-pager > div a > div:before {
            font-family: 'icomoon';
            content: "\e900";
            position: absolute;
            top: calc(50% - 5px);
            right: 8px;
            font-weight: normal;
            font-style: normal;
            font-size: 10px;
            font-size: 1rem;
            transform: scale(0.8);
            z-index: 1; }
          #imgGallery .bx-pager > div a > div:after {
            content: "";
            position: absolute;
            top: calc(50% - 8px);
            right: 5px;
            width: 16px;
            height: 16px;
            background: #00763c; }
          #imgGallery .bx-pager > div a > div .new {
            position: absolute;
            top: 5px;
            left: 5px; }
            #imgGallery .bx-pager > div a > div .new img {
              width: 38px; }
          #imgGallery .bx-pager > div a > div .ttl {
            font-size: 12px;
            font-size: 1.2rem;
            font-family: "Arial Black", Arial, sans-serif;
            font-weight: bold;
            font-style: italic;
            margin-bottom: 3px; }
          #imgGallery .bx-pager > div a > div .ttlSup {
            font-size: 10px;
            font-size: 1rem; } }
  @media screen and (min-width: 769px) and (min-width: 1024px) {
    #imgGallery .bx-pager > div a > div {
      padding: 15px 45px 0 20px; }
      #imgGallery .bx-pager > div a > div:before {
        top: calc(50% - 5px);
        right: 20px;
        font-size: 10px;
        font-size: 1rem;
        transform: scale(1); }
      #imgGallery .bx-pager > div a > div:after {
        top: calc(50% - 10px);
        right: 15px;
        width: 20px;
        height: 20px; }
      #imgGallery .bx-pager > div a > div .new {
        top: 10px;
        left: 20px; }
      #imgGallery .bx-pager > div a > div .ttl {
        font-size: 14px;
        font-size: 1.4rem;
        margin-bottom: 10px; } }

  @media screen and (max-width: 769px) {
    #imgGallery .bx-pager > div {
      text-align: center;
      font-size: .85em;
      font-family: Arial;
      font-weight: bold;
      color: #666;
      margin-top: -15px !important;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: center;
      -ms-justify-content: center;
      justify-content: center; }
      #imgGallery .bx-pager > div a {
        background: #666;
        text-indent: -9999px;
        display: block;
        width: 10px;
        height: 10px;
        margin: 0 3px;
        outline: 0;
        border-radius: 5px; }
        #imgGallery .bx-pager > div a:hover, #imgGallery .bx-pager > div a.active {
          background: #00763c; }
        #imgGallery .bx-pager > div a > div, #imgGallery .bx-pager > div a .img {
          display: none; } }

/*----------------------------------------------------------------
	QUALITY & SPRITS
----------------------------------------------------------------*/
/* 追記　2020.04.08 -----------------*/
#index .extra {
  margin-top: 100px; }
  @media screen and (max-width: 960px) {
    #index .extra {
      margin-top: 80px; } }
  @media screen and (max-width: 769px) {
    #index .extra {
      margin-top: 20px; } }

#index #quality {
  margin-bottom: 90px;
  background: url("../images/index/quality/bg_dot.jpg") no-repeat left calc(50% - 220px) top; }
  #index #quality .container {
    min-height: 315px;
    padding: 85px 0 20px 20px;
    background: url("../images/index/quality/photo_machine.png") no-repeat right bottom; }
    #index #quality .container h2 {
      margin-bottom: 30px; }
      #index #quality .container h2 img {
        max-width: 335px;
        max-height: 80px; }
    #index #quality .container .txt {
      font-weight: bold; }
    #index #quality .container.anim {
      animation: fadeInUp .5s ease-out 0s 1 forwards; }
      #index #quality .container.anim h2, #index #quality .container.anim .txt {
        animation: fadeInUp .5s ease-out 0s 1 forwards; }
  @media screen and (max-width: 960px) {
    #index #quality {
      margin-top: 0; }
      #index #quality .container {
        background-size: 540px auto; } }
  @media screen and (max-width: 769px) {
    #index #quality {
      margin-bottom: 50px;
      background-position: left -20px top; }
      #index #quality .container {
        padding: 45px 0 180px 20px;
        background-size: 500px auto; }
        #index #quality .container h2 {
          margin-bottom: 20px;
          margin-left: 5%; }
          #index #quality .container h2 img {
            max-width: 280px;
            max-height: auto; }
        #index #quality .container .txt {
          line-height: 1.3;
          margin-left: 5%; } }

/* Contents Menu ---------------------------------*/
#index #quality .guideNav .ani01 {
  opacity: 0; }
  #index #quality .guideNav .ani01.anim {
    animation: flipInY .4s ease-out 0s 1 forwards; }
#index #quality .guideNav .ani02 {
  opacity: 0; }
  #index #quality .guideNav .ani02.anim {
    animation: flipInY .4s ease-out .15s 1 forwards; }
#index #quality .guideNav .ani03 {
  opacity: 0; }
  #index #quality .guideNav .ani03.anim {
    animation: flipInY .4s ease-out 0.3s 1 forwards; }
#index #quality .guideNav .ani04 {
  opacity: 0; }
  #index #quality .guideNav .ani04.anim {
    animation: flipInY .4s ease-out 0s 1 forwards; }
#index #quality .guideNav .ani05 {
  opacity: 0; }
  #index #quality .guideNav .ani05.anim {
    animation: flipInY .4s ease-out 0.15s 1 forwards; }
#index #quality .guideNav .ani06 {
  opacity: 0; }
  #index #quality .guideNav .ani06.anim {
    animation: flipInY .4s ease-out 0.3s 1 forwards; }

/*----------------------------------------------------------------
	EVENT & TOPIX
----------------------------------------------------------------*/
#index #otherArea {
  margin: 0 -45px 120px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  #index #otherArea section {
    width: 50%;
    padding: 0 45px; }
    #index #otherArea section .h2sup {
      line-height: 1.0;
      font-weight: bold; }
    #index #otherArea section .moreLink {
      font-family: "Arial Black", Arial, sans-serif;
      font-weight: bold;
      font-style: italic;
      line-height: 1.0;
      text-align: right;
      padding-right: 20px;
      margin-top: -50px;
      margin-bottom: 70px;
      position: relative; }
      #index #otherArea section .moreLink:after {
        font-family: 'icomoon';
        content: "\e900";
        position: absolute;
        top: 0.2em;
        right: 0;
        font-weight: normal;
        font-style: normal;
        font-size: 12px;
        font-size: 1.2rem;
        color: #00763c; }
      #index #otherArea section .moreLink a {
        color: #00763c;
        text-decoration: none; }
        #index #otherArea section .moreLink a:hover {
          text-decoration: underline; }
  @media screen and (max-width: 960px) {
    #index #otherArea {
      margin: 0 -20px 120px; }
      #index #otherArea section {
        padding: 0 20px; } }
  @media screen and (max-width: 769px) {
    #index #otherArea {
      display: block;
      margin: 0 0 60px; }
      #index #otherArea section {
        width: 100%;
        padding: 0; }
        #index #otherArea section h2 {
          margin-bottom: 5px; }
        #index #otherArea section .moreLink {
          margin-top: -30px;
          margin-bottom: 40px; } }

/* EVENT
------------------------------------------------------*/
#index #otherArea #topEvent .block + .block {
  margin-top: 30px; }
#index #otherArea #topEvent .block a {
  display: block;
  color: #000;
  text-decoration: none; }
  #index #otherArea #topEvent .block a .txt {
    padding: 20px 60px 20px 30px;
    background: #f0f0f0;
    position: relative; }
    #index #otherArea #topEvent .block a .txt:before {
      font-family: 'icomoon';
      content: "\e900";
      position: absolute;
      top: calc(50% - 8px);
      right: 35px;
      font-weight: normal;
      font-style: normal;
      font-size: 12px;
      font-size: 1.2rem;
      color: #FFF;
      z-index: 1; }
    #index #otherArea #topEvent .block a .txt:after {
      content: "";
      position: absolute;
      top: calc(50% - 12px);
      right: 30px;
      width: 24px;
      height: 24px;
      background: #00763c; }
    #index #otherArea #topEvent .block a .txt .ttl {
      font-size: 20px;
      font-size: 2rem;
      line-height: 1.2;
      font-weight: bold;
      margin-bottom: 5px; }
    #index #otherArea #topEvent .block a .txt dl {
      font-size: 12px;
      font-size: 1.2rem;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      #index #otherArea #topEvent .block a .txt dl dt {
        width: 3em;
        position: relative; }
        #index #otherArea #topEvent .block a .txt dl dt:before {
          content: "：";
          position: absolute;
          top: 0;
          right: 0.2em; }
      #index #otherArea #topEvent .block a .txt dl dd {
        width: calc(100% - 3em); }
  #index #otherArea #topEvent .block a:hover {
    text-decoration: underline; }
#index #otherArea #topEvent .block .movieArea {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden; }
  #index #otherArea #topEvent .block .movieArea iframe, #index #otherArea #topEvent .block .movieArea object, #index #otherArea #topEvent .block .movieArea embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
@media screen and (max-width: 769px) {
  #index #otherArea #topEvent {
    max-width: 460px;
    margin: 0 auto 60px; }
    #index #otherArea #topEvent .block + .block {
      margin-top: 20px; }
    #index #otherArea #topEvent .block a .txt {
      padding: 15px 45px 15px 20px; }
      #index #otherArea #topEvent .block a .txt:before {
        right: 20px; }
      #index #otherArea #topEvent .block a .txt:after {
        right: 15px; }
      #index #otherArea #topEvent .block a .txt .ttl {
        font-size: 18px;
        font-size: 1.8rem; } }

/* TOPIX
------------------------------------------------------*/
#index #otherArea #topTopix ul.newsList li .data {
  margin-bottom: 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  #index #otherArea #topTopix ul.newsList li .data .cate {
    width: 120px;
    height: 25px;
    font-size: 12px;
    font-size: 1.2rem;
    color: #FFF;
    padding-left: 10px;
    margin-right: 15px;
    background: #00763c;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center; }
  #index #otherArea #topTopix ul.newsList li .data .day {
    margin-bottom: 0; }
#index #otherArea #topTopix ul.newsList li .ttl {
  font-weight: normal; }
@media screen and (max-width: 769px) {
  #index #otherArea #topTopix {
    max-width: 460px;
    margin: 0 auto; }
    #index #otherArea #topTopix ul.newsList li .data .cate {
      width: 100px;
      height: 20px;
      font-size: 10px;
      font-size: 1rem; } }

#index #otherArea #topEvent {
  opacity: 0; }
  #index #otherArea #topEvent.anim {
    animation: fadeInUp .3s ease-out .3s 1 forwards; }
#index #otherArea #topTopix {
  opacity: 0; }
  #index #otherArea #topTopix.anim {
    animation: fadeInUp .3s ease-out .7s 1 forwards; }

/*----------------------------------------------------------------
	BnrList  GibbsCAM-Top 共通
----------------------------------------------------------------*/
#bnrList {
  margin: 0 -8px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  #bnrList li {
    width: 33.33%;
    padding: 0 8px;
    margin-bottom: 16px; }
    #bnrList li a {
      display: block;
      width: 100%;
      height: 80px;
      color: #000;
      text-decoration: none;
      line-height: 1.2;
      padding: 8px 30px 8px 8px;
      border: 2px solid #eee;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -ms-align-items: center;
      align-items: center; }
      #bnrList li a:after {
        font-family: 'icomoon';
        content: "\e900";
        position: absolute;
        top: calc(50% - .5em);
        right: 20px;
        font-weight: normal;
        font-style: normal;
        font-size: 14px;
        font-size: 1.4rem;
        color: #00763c; }
      #bnrList li a:hover {
        color: #FFF;
        background: #00763c;
        border-color: #00763c; }
        #bnrList li a:hover:after {
          color: #FFF; }
      #bnrList li a .img {
        margin-right: 20px; }
      #bnrList li a .txt {
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: bold; }
  @media screen and (max-width: 769px) {
    #bnrList {
      margin: 0 -2px; }
      #bnrList li {
        width: 50%;
        padding: 0 2px;
        margin-bottom: 8px; }
        #bnrList li a {
          height: 100%;
          max-height: 80px;
          padding: 5px 15px 5px 5px; }
          #bnrList li a:after {
            font-size: 10px;
            font-size: 1rem;
            right: 5px; }
          #bnrList li a .img {
            margin-right: 7px; } }

#index #bnrList li {
  opacity: 0; }
  #index #bnrList li.anim {
    animation: fadeIn .5s ease-out 0s 1 forwards; }
  #index #bnrList li:nth-child(2).anim {
    animation-delay: .2s; }
  #index #bnrList li:nth-child(3).anim {
    animation-delay: .3s; }
  #index #bnrList li:nth-child(4).anim {
    animation-delay: .4s; }
  #index #bnrList li:nth-child(5).anim {
    animation-delay: .5s; }

@keyframes slideFadeZoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  70% {
    opacity: 1; }
  100% {
    opacity: 1; } }
@keyframes slideFadeZoomOut {
  0% {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5); }
  70% {
    opacity: 1; }
  100% {
    opacity: 1; } }
@keyframes slideFadeInDown {
  0% {
    opacity: 0;
    margin-top: 20%; }
  70% {
    opacity: 1;
    margin-top: 25%; }
  100% {
    opacity: 1;
    margin-top: 25%; } }
@keyframes slideFadeInDown2 {
  0% {
    opacity: 0;
    margin-top: 70%; }
  70% {
    opacity: 1;
    margin-top: 80%; }
  100% {
    opacity: 1;
    margin-top: 80%; } }
@keyframes slideRhtSlideIn {
  0% {
    opacity: 0;
    transform: translate(-100px, 0); }
  40% {
    opacity: 0.2; }
  100% {
    opacity: 1;
    transform: translate(0, 0); } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeZoomIn {
  0% {
    opacity: 0;
    transform: scale(0.3); }
  100% {
    opacity: 1; } }
@keyframes lftSlideIn {
  0% {
    opacity: 0;
    transform: translate(100px, 0); }
  100% {
    opacity: 1;
    transform: translate(0, 0); } }
@keyframes fadeInUp {
  0% {
    opacity: 0;
    margin-top: 100px; }
  100% {
    opacity: 1;
    margin-top: 0; } }
@keyframes fadeInDown {
  0% {
    opacity: 0;
    margin-top: -100px; }
  100% {
    opacity: 1;
    margin-top: 0; } }
@keyframes fadeRotateIn {
  0% {
    opacity: 0;
    transform: rotateY(45deg); }
  100% {
    opacity: 1;
    transform: rotateY(); } }
@keyframes flipInY {
  from {
    transform: rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0; }
  60% {
    transform: rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  to {
    opacity: 1; } }
/*----------------------------------------------------------------
	イノベーションフェア入口
----------------------------------------------------------------*/
#index .event_enter {
  margin-top: 80px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  #index .event_enter > p {
    width: 390px;
    padding-right: 10px; }
  #index .event_enter > div {
    width: calc( 100% - 390px); }
    #index .event_enter > div .entry_notes {
      border: 1px solid #00763c;
      margin: 0 auto;
      width: 100%;
      max-width: 640px;
      padding: 15px;
      font-weight: normal;
      text-align: center; }
      #index .event_enter > div .entry_notes .date {
        border: 1px solid #cb1818;
        padding: 5px 10px;
        width: 100%;
        max-width: 600px;
        color: #cb1818;
        font-weight: bold;
        margin: 10px auto 20px; }
      #index .event_enter > div .entry_notes .btn {
        width: 100%;
        max-width: 350px;
        margin: 0 auto;
        font-weight: bold;
        height: 50px;
        font-size: 18px;
        font-size: 1.8rem; }
    #index .event_enter > div .btn_form {
      margin-top: 20px; }
  @media screen and (max-width: 769px) {
    #index .event_enter {
      margin-top: 40px; }
      #index .event_enter > p {
        width: 50%; }
      #index .event_enter > div {
        width: 50%; }
        #index .event_enter > div .entry_notes .btn {
          height: 40px;
          font-size: 18px;
          font-size: 1.8rem; } }
  @media screen and (max-width: 500px) {
    #index .event_enter {
      margin-top: 20px;
      display: block; }
      #index .event_enter > p {
        width: 100%;
        padding: 0;
        margin-bottom: 10px;
        text-align: center; }
      #index .event_enter > div {
        width: 100%; } }

/*!===================================================================

	マツウラについて

====================================================================*/
#company #top #container {
  max-width: none;
  padding: 0;
  margin: 0; }

/*--------------------------------------------------------------
	社長あいさつ
--------------------------------------------------------------*/
#company #top #cnt01 .catch {
  font-size: 20px;
  font-size: 2rem;
  color: #00763c;
  font-weight: bold;
  margin-bottom: 40px; }
#company #top #cnt01 .block {
  margin-bottom: 60px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }
  #company #top #cnt01 .block .column {
    width: 48%;
    max-width: 470px;
    margin-right: auto; }
    #company #top #cnt01 .block .column p + p {
      margin-top: 20px; }
  #company #top #cnt01 .block .photo {
    width: 44%;
    max-width: 450px;
    line-height: 1.0;
    text-align: right; }
    #company #top #cnt01 .block .photo .img {
      margin-bottom: 20px; }
    #company #top #cnt01 .block .photo .logo, #company #top #cnt01 .block .photo .logo img {
      width: 200px;
      margin-bottom: 7px;
      margin-left: auto; }
    #company #top #cnt01 .block .photo .name {
      font-weight: bold; }
      #company #top #cnt01 .block .photo .name span {
        font-size: 24px;
        font-size: 2.4rem;
        margin-left: 10px; }
@media screen and (max-width: 769px) {
  #company #top #cnt01 .catch {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3;
    margin-bottom: 25px; }
    #company #top #cnt01 .catch br {
      display: none; }
  #company #top #cnt01 .block {
    margin-bottom: 40px;
    display: block; }
    #company #top #cnt01 .block .column {
      width: 100%;
      max-width: none; }
      #company #top #cnt01 .block .column p + p {
        margin-top: 10px; }
    #company #top #cnt01 .block .photo {
      float: right;
      width: 44%;
      min-width: 170px;
      font-size: 10px;
      font-size: 1rem;
      margin: 0 0 15px 15px; }
      #company #top #cnt01 .block .photo .img {
        margin-bottom: 20px; }
      #company #top #cnt01 .block .photo .logo, #company #top #cnt01 .block .photo .logo img {
        width: 150px;
        margin-bottom: 5px; }
      #company #top #cnt01 .block .photo .name {
        line-height: 1.2; }
        #company #top #cnt01 .block .photo .name span {
          font-size: 16px;
          font-size: 1.6rem;
          vertical-align: middle;
          margin-left: 5px; } }

#company #top #cnt01 .topmesse {
  margin-bottom: 100px; }
  #company #top #cnt01 .topmesse p.title {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 20px; }
  #company #top #cnt01 .topmesse ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    #company #top #cnt01 .topmesse ul li {
      width: 50%;
      max-width: 600px;
      padding: 0 10px;
      margin-bottom: 20px; }
      #company #top #cnt01 .topmesse ul li .movie {
        width: 100%;
        height: 0;
        padding-bottom: 56.25%;
        position: relative;
        overflow: hidden; }
        #company #top #cnt01 .topmesse ul li .movie iframe, #company #top #cnt01 .topmesse ul li .movie object, #company #top #cnt01 .topmesse ul li .movie embed {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
    @media screen and (max-width: 500px) {
      #company #top #cnt01 .topmesse ul {
        display: block; }
        #company #top #cnt01 .topmesse ul li {
          width: 100%;
          padding: 0 0 10px; } }

#greeting2021 .intro,
#shoueikai .intro {
  margin-bottom: 50px; }
#greeting2021 #cnt01 .attention,
#shoueikai #cnt01 .attention {
  border: 3px solid #A20305;
  padding: 30px;
  max-width: 700px;
  margin: 0 auto;
  color: #A20305;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  font-size: 2rem; }

#greeting2021 #cnt01 .topmesse ul,
#shoueikai #cnt01 .topmesse ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center; }
  #greeting2021 #cnt01 .topmesse ul li,
  #shoueikai #cnt01 .topmesse ul li {
    width: 100%;
    max-width: 800px; }
    #greeting2021 #cnt01 .topmesse ul li .movie,
    #shoueikai #cnt01 .topmesse ul li .movie {
      width: 100%;
      height: 0;
      padding-bottom: 56.25%;
      position: relative;
      overflow: hidden; }
      #greeting2021 #cnt01 .topmesse ul li .movie iframe, #greeting2021 #cnt01 .topmesse ul li .movie object, #greeting2021 #cnt01 .topmesse ul li .movie embed,
      #shoueikai #cnt01 .topmesse ul li .movie iframe, #shoueikai #cnt01 .topmesse ul li .movie object, #shoueikai #cnt01 .topmesse ul li .movie embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
  @media screen and (max-width: 500px) {
    #greeting2021 #cnt01 .topmesse ul,
    #shoueikai #cnt01 .topmesse ul {
      display: block; }
      #greeting2021 #cnt01 .topmesse ul li,
      #shoueikai #cnt01 .topmesse ul li {
        width: 100%;
        padding: 0 0 10px; } }

/* ABOUT Matsuura --------------------------------*/
#company #top #cnt01 h4 {
  font-family: "Arial Black", Arial, sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size: 32px;
  font-size: 3.2rem;
  color: #00763c;
  line-height: 1.0;
  text-align: center;
  margin-bottom: 30px; }
  @media screen and (max-width: 769px) {
    #company #top #cnt01 h4 {
      font-size: 22px;
      font-size: 2.2rem;
      margin-bottom: 20px; } }

/*--------------------------------------------------------------
	もっとマツウラ！
--------------------------------------------------------------*/
/*------------------------------------------------------------------

  会社概要

------------------------------------------------------------------*/
#company #profile .intro .txt {
  margin-bottom: 40px; }

/*--------------------------------------------------------------
	弊社新体制のご案内
--------------------------------------------------------------*/
#company #profile section .movieArea {
  margin-top: 20px;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 769px) {
    #company #profile section .movieArea {
      border-width: 5px; } }
  #company #profile section .movieArea iframe, #company #profile section .movieArea object, #company #profile section .movieArea embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  @media screen and (max-width: 769px) {
    #company #profile section .movieArea {
      margin-bottom: 20px; } }

#company #profile section .btn {
      width: 345px;
	height: 45px;
      font-size: 14px;
      font-size: 1.6rem;
      font-weight: bold;
	margin: 20px auto 0 auto;}
      #company #profile section .btn a {
        padding-right: 25px;
        padding-left: 15px;
text-align: center;}
       #company #profile section .btn a:after {
          right: 10px; }
     #company #profile section .btn .icon-window {
        padding-bottom: 2px;
        margin-right: 3px;
        margin-left: 5px; }
/*--------------------------------------------------------------
	会社情報
--------------------------------------------------------------*/
#company #profile section dl.table {
  margin-bottom: 10px; }
  #company #profile section dl.table dt {
    width: 160px; }
  #company #profile section dl.table dd {
    width: calc(100% - 160px); }

#company #profile section table.inner {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.0;
  margin-bottom: 5px; }
  #company #profile section table.inner th, #company #profile section table.inner td {
    line-height: 1.0;
    text-align: center;
    padding: 10px 15px; }
  #company #profile section table.inner th {
    font-weight: 500; }
  @media screen and (max-width: 769px) {
    #company #profile section table.inner {
      font-size: 12px;
      font-size: 1.2rem; } }
/*------------------------------------------------------------------

  会社沿革

------------------------------------------------------------------*/
#company #history .wrap {
  position: relative; }
  #company #history .wrap:before {
    content: "";
    position: absolute;
    top: 21px;
    left: 9px;
    width: 2px;
    height: 100%;
    background: #00763c; }
  #company #history .wrap .block {
    padding-left: 30px;
    margin-bottom: 15px;
    position: relative; }
    #company #history .wrap .block:before, #company #history .wrap .block:after {
      content: "";
      position: absolute;
      border-radius: 20px; }
    #company #history .wrap .block:before {
      top: 21px;
      left: 0;
      width: 20px;
      height: 20px;
      border: solid 2px #00763c;
      background: #FFF; }
    #company #history .wrap .block:after {
      top: 27px;
      left: 6px;
      width: 8px;
      height: 8px;
      background: #f9b30b; }
    #company #history .wrap .block hr.line {
      margin: 15px 0;
      background-color: #eee; }
  @media screen and (max-width: 769px) {
    #company #history .wrap:before {
      top: 10px;
      left: 7px; }
    #company #history .wrap .block {
      padding-left: 25px; }
      #company #history .wrap .block:before {
        top: 8px;
        width: 16px;
        height: 16px; }
      #company #history .wrap .block:after {
        top: 13px;
        left: 5px;
        width: 6px;
        height: 6px; }
      #company #history .wrap .block hr.line {
        margin: 10px 0; } }

#company #history .wrap .block .age {
  margin-bottom: 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  #company #history .wrap .block .age .num {
    width: 125px;
    font-size: 40px;
    font-size: 4rem;
    color: #00763c;
    line-height: 1.0;
    padding-top: 10px;
    padding-left: 35px;
    margin-right: auto;
    position: relative; }
    #company #history .wrap .block .age .num:before {
      content: "";
      position: absolute;
      top: 30px;
      left: 0;
      width: 27px;
      height: 5px;
      border-top: dotted 2px #00763c; }
  #company #history .wrap .block .age .column {
    width: calc(100% - 145px);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    #company #history .wrap .block .age .column .inBox {
      width: calc(100% - 155px);
      margin-right: auto; }
      #company #history .wrap .block .age .column .inBox .name {
        font-family: "Arial Black", Arial, sans-serif;
        font-weight: bold;
        font-style: italic;
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 1.0;
        padding-left: 35px;
        margin-top: 15px;
        margin-bottom: 15px;
        position: relative; }
        #company #history .wrap .block .age .column .inBox .name:before {
          content: "";
          position: absolute;
          top: 0.2em;
          left: 0;
          border-top: 8px solid transparent;
          border-right: 15px solid #00763c;
          border-bottom: 8px solid transparent; }
      #company #history .wrap .block .age .column .inBox .desc {
        font-size: 12px;
        font-size: 1.2rem;
        margin-left: 35px; }
    #company #history .wrap .block .age .column .photo {
      width: 145px; }
  #company #history .wrap .block .age.ttl {
    margin-bottom: 30px;
    -webkit-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end; }
    #company #history .wrap .block .age.ttl .column {
      line-height: 1.0;
      padding-bottom: 5px;
      -webkit-align-items: flex-end;
      -ms-align-items: flex-end;
      align-items: flex-end; }
      #company #history .wrap .block .age.ttl .column .found {
        width: 40px;
        font-size: 20px;
        font-size: 2rem;
        color: #00763c;
        font-weight: bold;
        margin-right: 20px; }
      #company #history .wrap .block .age.ttl .column p:nth-child(2) {
        width: calc(100% - 60px); }
  @media screen and (max-width: 769px) {
    #company #history .wrap .block .age {
      display: block; }
      #company #history .wrap .block .age .num {
        width: auto;
        font-size: 28px;
        font-size: 2.8rem;
        padding-top: 0;
        padding-left: 30px; }
        #company #history .wrap .block .age .num:before {
          top: 14px;
          width: 22px;
          height: 4px; }
      #company #history .wrap .block .age .column {
        width: 100%; }
        #company #history .wrap .block .age .column .inBox {
          width: calc(100% - 135px); }
          #company #history .wrap .block .age .column .inBox .name {
            font-size: 18px;
            font-size: 1.8rem;
            padding-left: 45px;
            margin-top: 5px;
            margin-bottom: 10px; }
            #company #history .wrap .block .age .column .inBox .name:before {
              left: 30px;
              border-top-width: 5px;
              border-right-width: 10px;
              border-bottom-width: 5px; }
          #company #history .wrap .block .age .column .inBox .desc {
            font-size: 10px;
            font-size: 1rem;
            line-height: 1.3;
            margin-left: 45px; }
        #company #history .wrap .block .age .column .photo {
          width: 120px; }
      #company #history .wrap .block .age.ttl {
        margin-bottom: 15px; }
        #company #history .wrap .block .age.ttl .column {
          margin-top: 7px;
          padding-bottom: 0;
          -webkit-align-items: flex-start;
          -ms-align-items: flex-start;
          align-items: flex-start; }
          #company #history .wrap .block .age.ttl .column .found {
            font-size: 16px;
            font-size: 1.6rem;
            margin-right: 10px;
            width: 40px; }
          #company #history .wrap .block .age.ttl .column p:nth-child(2) {
            width: calc(100% - 50px); } }

#company #history .wrap .block .mainTxt {
  line-height: 1.3;
  padding-top: 15px;
  margin-bottom: 10px; }
#company #history .wrap .block .txt {
  padding-top: 5px;
  margin-bottom: 15px;
  margin-left: 100px;
  border-top: dotted 1px #eee; }
@media screen and (max-width: 769px) {
  #company #history .wrap .block .mainTxt {
    padding-top: 5px;
    margin-bottom: 10px; }
  #company #history .wrap .block .txt {
    margin-bottom: 10px;
    margin-left: 50px; } }

#company #history .wrap .block dl {
  border-top: 1px solid #eee;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  #company #history .wrap .block dl dt, #company #history .wrap .block dl dd {
    line-height: 1.2;
    padding: 8px 0;
    border-bottom: 1px solid #eee; }
  #company #history .wrap .block dl dt {
    width: 100px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #333;
    font-weight: bold; }
  #company #history .wrap .block dl dd {
    width: calc(100% - 100px); }
    #company #history .wrap .block dl dd p + p {
      padding-top: 5px;
      margin-top: 5px;
      border-top: 1px dotted #eee; }
  @media screen and (max-width: 769px) {
    #company #history .wrap .block dl dt, #company #history .wrap .block dl dd {
      padding: 5px 0; }
    #company #history .wrap .block dl dt {
      width: 50px;
      font-size: 12px;
      font-size: 1.2rem; }
    #company #history .wrap .block dl dd {
      width: calc(100% - 50px); } }

/*------------------------------------------------------------------

  企業理念・企業活動

------------------------------------------------------------------*/
/*--------------------------------------------------------------
	企業理念
--------------------------------------------------------------*/
#company #philosophy #cnt01 .iso {
  padding: 20px;
  margin-bottom: 30px;
  border: 10px solid #f0f0f0;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  #company #philosophy #cnt01 .iso .img {
    width: 107px;
    margin-right: 20px; }
  #company #philosophy #cnt01 .iso .txt {
    width: calc(100% - 107px);
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.3; }
#company #philosophy #cnt01 .block + .block {
  margin-top: 40px; }
#company #philosophy #cnt01 .block h5 {
  font-size: 16px;
  font-size: 1.6rem;
  color: #00763c;
  line-height: 1.0;
  font-weight: bold;
  margin-bottom: 10px; }
#company #philosophy #cnt01 .block ul {
  counter-reset: number; }
  #company #philosophy #cnt01 .block ul li {
    padding-left: 1.2em;
    position: relative; }
    #company #philosophy #cnt01 .block ul li:before {
      content: "";
      counter-increment: number;
      content: counter(number) "．";
      position: absolute;
      top: 1px;
      left: 0; }
    #company #philosophy #cnt01 .block ul li + li {
      margin-top: 15px; }
    #company #philosophy #cnt01 .block ul li .ann {
      line-height: 1.3;
      margin: 5px 0 5px 2.5em;
      text-indent: -1.5em; }
@media screen and (max-width: 769px) {
  #company #philosophy #cnt01 .iso {
    padding: 10px;
    margin-bottom: 20px;
    border-width: 5px; }
    #company #philosophy #cnt01 .iso .img {
      margin-right: 15px; }
    #company #philosophy #cnt01 .iso .txt {
      font-size: 12px;
      font-size: 1.2rem; }
  #company #philosophy #cnt01 .block + .block {
    margin-top: 20px; }
  #company #philosophy #cnt01 .block h5 {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 7px; }
  #company #philosophy #cnt01 .block ul li + li {
    margin-top: 5px; } }

/*--------------------------------------------------------------
	企業活動
--------------------------------------------------------------*/
#company #philosophy #cnt02 .txtArea {
  margin-bottom: 60px; }
  #company #philosophy #cnt02 .txtArea p + p {
    margin-top: 20px; }
#company #philosophy #cnt02 .txt {
  margin-bottom: 20px; }
#company #philosophy #cnt02 table {
  margin-bottom: 10px; }
  #company #philosophy #cnt02 table th, #company #philosophy #cnt02 table td {
    line-height: 1.2;
    padding: 12px 25px;
    border: 1px solid #ccc;
    vertical-align: middle; }
  #company #philosophy #cnt02 table th {
    font-size: 14px;
    font-size: 1.4rem; }
    #company #philosophy #cnt02 table th:first-of-type {
      width: 100px;
      text-align: center; }
  #company #philosophy #cnt02 table td a {
    display: inline-block;
    color: #000;
    text-decoration: none;
    padding-right: 20px;
    position: relative; }
    #company #philosophy #cnt02 table td a:after {
      font-family: 'icomoon';
      content: "\e900";
      position: absolute;
      top: 0.2em;
      right: 0;
      font-weight: normal;
      font-style: normal;
      font-size: 12px;
      font-size: 1.2rem;
      color: #666; }
    #company #philosophy #cnt02 table td a:hover {
      text-decoration: underline; }
@media screen and (max-width: 769px) {
  #company #philosophy #cnt02 .txtArea {
    margin-bottom: 30px; }
    #company #philosophy #cnt02 .txtArea p + p {
      margin-top: 10px; }
  #company #philosophy #cnt02 .txt {
    margin-bottom: 10px; }
  #company #philosophy #cnt02 table th, #company #philosophy #cnt02 table td {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.2;
    padding: 7px 10px; }
  #company #philosophy #cnt02 table th:first-of-type {
    width: 60px; }
  #company #philosophy #cnt02 table td a {
    padding-right: 20px; }
    #company #philosophy #cnt02 table td a:after {
      font-size: 10px;
      font-size: 1rem;
      top: .1em; } }
/*------------------------------------------------------------------

  DX戦略

------------------------------------------------------------------*/
/*--------------------------------------------------------------
	デジタルトランスフォーメーション(DX)認定
--------------------------------------------------------------*/
#company #dx .intro p {
	text-align: center;
}
#company #dx .intro p:nth-of-type(3) {
	margin: 1.2em 0 0.5em 0;
	font-size: 1.2em;
}
#company #dx .intro p:nth-of-type(4) {
	text-align: center;
}
@media screen and (max-width: 769px) {
	#company #dx .intro p:nth-of-type(4) img{
	max-width: 210px;
	height: auto;
}}
/*--------------------------------------------------------------
	デジタルトランスフォーメーション(DX)に取り組む理由
--------------------------------------------------------------*/
#company #dx #cnt01 .txtArea {
  margin-bottom: 60px; }
 #company #dx #cnt01 .txtArea p + p {
    margin-top: 20px; }
#company #dx #cnt01 .txtArea p span {
	color:#00763c;
	font-weight: bold;
}
#company #dx #cnt01 .txtArea p span.txt_blue {
	color:#4169e1;
	font-weight: bold;
}
/*--------------------------------------------------------------
	マツウラグループのDX戦略
--------------------------------------------------------------*/
#company #dx #cnt02 .txtArea {
  margin-bottom: 60px; }
 #company #dx #cnt02 .txtArea p + p {
    margin-top: 20px; }
#company #dx #cnt02 h6 {
  color: #00763c;
  font-weight: bold;
  margin-bottom: 1em;
font-size: 1.7rem;}
 #company #dx #cnt02 .txtArea p + p {
    margin-top: 20px; }
#company #dx #cnt02 .dx_movie {
  padding: 25px;
  margin-bottom: 30px;
  border: 10px solid #f0f0f0;
  /* display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-align-items: center;*/
  align-items: center;
  width: 100%;}
#company #dx #cnt02 .dx_movie:last-child {
	margin-bottom: 60px;
}
#company #dx #cnt02 .dx_movie h7 {
	font-weight: bold;
	margin-bottom: 10px;
	/*height: 35px;*/
	line-height: 35px;
    font-size: 1.7rem;
    padding-left: 40px;
    background: url(../images/common/deco01.svg) no-repeat left center;
    background-size: 35px auto;
	display: block;
	width: 100%;
	align-items: center;
}
  #company #dx #cnt02 .dx_movie .img {
    width: 640px;
    margin: 0 auto 0 auto}
  #company #dx #cnt02 .dx_movie .txt {
    width: calc(100% - 107px);
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.3; }
#company #dx #cnt02 .dx_movie .btn {
      width: 250px;
	height: 45px;
      font-size: 14px;
      font-size: 1.6rem;
      font-weight: bold;
	margin: 20px auto 0 auto;}
      #company #dx #cnt02 .dx_movie .btn a {
        padding-right: 25px;
        padding-left: 15px;
text-align: center;}
       #company #dx #cnt02 .dx_movie .btn a:after {
          right: 10px; }
      #company #dx .dx_movie .btn .icon-window {
        padding-bottom: 2px;
        margin-right: 3px;
        margin-left: 5px; }
/*--------------------------------------------------------------
	マツウラグループのDX戦略の策定のお知らせ
--------------------------------------------------------------*/
#company #dx #cnt03 .btn {
      width: 310px;
	height: 55px;
      font-size: 14px;
      font-size: 1.6rem;
      font-weight: bold;
	margin: 20px auto 0 auto;
display: table;
}
      #company #dx #cnt03 .btn a {
        padding-right: 25px;
        padding-left: 15px;
		display: table-cell;
    vertical-align: middle;
}
       #company #dx #cnt03 .btn a:after {
          right: 10px; }
      #company #dx .dx_movie .btn .icon-window {
        padding-bottom: 2px;
        margin-right: 3px;
        margin-left: 5px; }

/*------------------------------------------------------------------

  国内営業所・グループ会社

------------------------------------------------------------------*/
/*--------------------------------------------------------------
	国内営業所
--------------------------------------------------------------*/
#company #office .block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  #company #office .block .column {
    width: 47.9%;
    max-width: 340px;
    margin-right: auto; }
    #company #office .block .column .img {
      margin-bottom: 20px; }
    #company #office .block .column dl {
      margin-bottom: 15px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      #company #office .block .column dl dt:first-child, #company #office .block .column dl dd:first-of-type {
        line-height: 1.3;
        padding-bottom: 8px; }
      #company #office .block .column dl dt {
        width: 65px;
        vertical-align: top;
        font-size: 14px;
        font-size: 1.4rem;
        color: #00763c;
        font-weight: bold; }
      #company #office .block .column dl dd {
        width: calc(100% - 65px); }
    #company #office .block .column .btn {
      width: 180px;
      font-size: 12px;
      font-size: 1.2rem;
      font-weight: bold; }
      #company #office .block .column .btn a {
        padding-right: 25px;
        padding-left: 15px; }
        #company #office .block .column .btn a:after {
          right: 10px; }
      #company #office .block .column .btn .icon-window {
        padding-bottom: 2px;
        margin-right: 3px;
        margin-left: 5px; }
  #company #office .block .map {
    max-width: 340px;
    width: 100%;
    height: 0;
    padding-bottom: 40%;
    position: relative;
    overflow: hidden; }
    #company #office .block .map iframe, #company #office .block .map object, #company #office .block .map embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  @media screen and (max-width: 769px) {
    #company #office .block {
      display: block; }
      #company #office .block .column {
        width: 100%;
        max-width: none;
        margin-bottom: 20px; }
        #company #office .block .column .img {
          text-align: center;
          margin-bottom: 10px; }
        #company #office .block .column dl dt {
          width: 40px;
          font-size: 12px;
          font-size: 1.2rem;
          padding-top: 3px; }
        #company #office .block .column dl dd {
          width: calc(100% - 40px); }
        #company #office .block .column .btn {
          width: 180px; }
          #company #office .block .column .btn a {
            padding-right: 20px;
            padding-left: 10px; }
            #company #office .block .column .btn a:after {
              right: 7px;
              font-size: 10px;
              font-size: 1rem; }
          #company #office .block .column .btn .icon-window {
            font-size: 10px;
            font-size: 1rem; }
      #company #office .block .map {
        max-width: none;
        width: 100%;
        height: 0;
        padding-bottom: 40%;
        position: relative;
        overflow: hidden; }
        #company #office .block .map iframe, #company #office .block .map object, #company #office .block .map embed {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; } }

/*------------------------------------------------------------------

  サイトポリシー

------------------------------------------------------------------*/
/* ページナビ -------------------------------------------------------*/
@media screen and (min-width: 769px) {
  #company #policy ul.pageNav {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
    padding: 15px 10px 5px 15px; }
    #company #policy ul.pageNav li {
      margin-bottom: 10px; } }

#company #policy section .txt {
  margin-bottom: 20px; }
#company #policy section a:not(.non) {
  padding-right: 15px;
  margin-right: 10px;
  position: relative; }
  #company #policy section a:not(.non):after {
    font-family: 'icomoon';
    content: "\e900";
    position: absolute;
    top: 0.1em;
    right: 0;
    font-weight: normal;
    font-style: normal;
    font-size: 11px;
    font-size: 1.1rem; }
#company #policy section .urlLink {
  font-size: 14px;
  font-size: 1.4rem; }
  #company #policy section .urlLink.mBtm {
    margin-bottom: 20px; }
  #company #policy section .urlLink + .square {
    margin-top: 15px; }
#company #policy section #cnt01 .urlLink {
  margin-left: 20px; }
#company #policy section ul {
  margin-left: 20px; }
  #company #policy section ul li + li {
    margin-top: 8px; }
#company #policy section ul.number {
  counter-reset: number; }
  #company #policy section ul.number li {
    padding-left: 1.5em;
    position: relative; }
    #company #policy section ul.number li:before {
      content: "";
      counter-increment: number;
      content: "(" counter(number) ")";
      position: absolute;
      top: 1px;
      left: 0; }
@media screen and (max-width: 769px) {
  #company #policy section .txt {
    margin-bottom: 10px; }
  #company #policy section a:not(.non) {
    padding-right: 15px;
    margin-right: 5px; }
    #company #policy section a:not(.non):after {
      font-size: 10px;
      font-size: 1rem;
      top: 0; }
  #company #policy section .urlLink {
    font-size: 12px;
    font-size: 1.2rem; }
    #company #policy section .urlLink .tSmall {
      display: block; }
    #company #policy section .urlLink.mBtm {
      margin-bottom: 10px; }
    #company #policy section .urlLink + .square {
      margin-top: 10px; }
  #company #policy section #cnt01 .urlLink {
    margin-left: 10px; }
  #company #policy section ul {
    margin-left: 10px; }
    #company #policy section ul li + li {
      margin-top: 5px; }
  #company #policy section ul.number {
    counter-reset: number; }
    #company #policy section ul.number li:before {
      top: 0; } }

#company #policy #cnt08 h5 {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 15px; }
#company #policy #cnt08 .inner {
  margin-left: 20px; }
  #company #policy #cnt08 .inner .square {
    margin-left: 20px; }
    #company #policy #cnt08 .inner .square.mBtm {
      margin-bottom: 20px; }
@media screen and (max-width: 769px) {
  #company #policy #cnt08 h5 {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 8px; }
  #company #policy #cnt08 .inner {
    margin-left: 15px; }
    #company #policy #cnt08 .inner .square {
      margin-left: 10px; }
      #company #policy #cnt08 .inner .square.mBtm {
        margin-bottom: 10px; } }

#company #policy .foot {
  padding-top: 30px;
  margin-top: 80px;
  border-top: 2px solid #ddd; }
  @media screen and (max-width: 769px) {
    #company #policy .foot {
      padding-top: 20px;
      margin-top: 30px; } }

/*------------------------------------------------------------------

  サイトマップ

------------------------------------------------------------------*/
#company #sitemap .block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  #company #sitemap .block .column {
    width: calc(100% / 3);
    padding-top: 95px; }
    #company #sitemap .block .column:nth-child(1) {
      padding-top: 0; }
    #company #sitemap .block .column a {
      color: #000;
      text-decoration: none; }
      #company #sitemap .block .column a:hover {
        text-decoration: underline; }
    #company #sitemap .block .column p.cate {
      line-height: 1.0;
      font-weight: bold;
      padding-left: 25px;
      position: relative; }
      #company #sitemap .block .column p.cate:before {
        content: "";
        position: absolute;
        top: 0.4em;
        left: 0;
        width: 12px;
        height: 3px;
        background: #00763c; }
      #company #sitemap .block .column p.cate + p.cate {
        margin-top: 80px; }
    #company #sitemap .block .column ul {
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 1.1;
      margin-top: 15px;
      margin-left: 25px; }
      #company #sitemap .block .column ul li + li {
        margin-top: 12px; }
      #company #sitemap .block .column ul + p.cate {
        margin-top: 40px; }
  @media screen and (max-width: 769px) {
    #company #sitemap .block .column {
      padding-top: 30px;
      padding-right: 10px; }
      #company #sitemap .block .column p.cate {
        font-size: 13px;
        font-size: 1.3rem;
        padding-left: 15px; }
        #company #sitemap .block .column p.cate:before {
          width: 10px;
          height: 2px; }
        #company #sitemap .block .column p.cate + p.cate {
          margin-top: 18px; }
      #company #sitemap .block .column ul {
        font-size: 10px;
        font-size: 1rem;
        margin-top: 10px;
        margin-left: 15px; }
        #company #sitemap .block .column ul li + li {
          margin-top: 7px; }
        #company #sitemap .block .column ul + p.cate {
          margin-top: 30px; } }

/*------------------------------------------------------------------

  数字で見るマツウラ

------------------------------------------------------------------*/
/*--------------------------------------------------------------
	数字
--------------------------------------------------------------*/
#company #number .intro {
  margin-bottom: 50px; }

#company #number .block {
  padding-top: 80px;
  padding-bottom: 35px;
  background: url("../images/technology/top/bg_dot01.jpg") no-repeat left top;
  background-size: contain;
  position: relative; }
  #company #number .block:nth-of-type(2) {
    background: url("../images/technology/top/bg_dot02.jpg") no-repeat right top;
    background-size: contain; }
  #company #number .block .column {
    width: 42%;
    max-width: 300px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #FFF;
    padding: 20px 20px 40px 30px;
    background: #00763c;
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 1; }
    #company #number .block .column h3 {
      line-height: 1.0;
      padding-top: 30px;
      margin-bottom: 20px;
      background: url("../images/skin/nav/ttl_deco.jpg") no-repeat left top; }
    #company #number .block .column .h3sup {
      line-height: 1.2;
      font-weight: bold; }
  #company #number .block .photo {
    width: 62%;
    max-width: 435px;
    margin-left: auto; }
  @media screen and (max-width: 960px) {
    #company #number .block .column {
      padding: 40px 30px; }
      #company #number .block .column .h3sup {
        margin-bottom: 50px; } }
  @media screen and (max-width: 769px) {
    #company #number .block {
      padding-top: 20px;
      padding-bottom: 20px; }
      #company #number .block .column {
        width: 100%;
        max-width: 435px;
        line-height: 1.4;
        padding: 20px 15px;
        margin: 0 auto;
        position: inherit;
        top: 0; }
        #company #number .block .column h3 {
          font-size: 24px;
          font-size: 2.4rem;
          padding-top: 20px;
          margin-bottom: 10px;
          background-size: 50px auto; }
        #company #number .block .column .h3sup {
          margin-bottom: 20px; }
      #company #number .block .photo {
        width: 100%;
        margin: 0 auto; } }

#company #number .block .otherCnt {
  margin-top: 20px;
  position: relative;
  z-index: 100;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end; }
  #company #number .block .otherCnt p {
    margin-right: 10px; }
    #company #number .block .otherCnt p:last-child {
      margin-right: 0; }
  #company #number .block .otherCnt .ttl {
    height: 35px;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    padding-left: 40px;
    background: url("../images/common/deco01.svg") no-repeat left center;
    background-size: 35px auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center; }
  #company #number .block .otherCnt .btn.rev {
    width: auto;
    display: inline-block;
    font-weight: bold; }
    #company #number .block .otherCnt .btn.rev a {
      padding-right: 27px;
      padding-left: 13px; }
      #company #number .block .otherCnt .btn.rev a:after {
        top: calc(50% - .6em);
        right: 10px; }
  @media screen and (max-width: 769px) {
    #company #number .block .otherCnt {
      margin-top: 15px;
      -webkit-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
      #company #number .block .otherCnt p {
        margin-right: 5px; }
      #company #number .block .otherCnt .ttl {
        height: 30px;
        padding-left: 30px;
        background-size: 25px auto; }
      #company #number .block .otherCnt div {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
      #company #number .block .otherCnt .btn.rev {
        font-size: 12px;
        font-size: 1.2rem; }
        #company #number .block .otherCnt .btn.rev a {
          padding-right: 18px;
          padding-left: 10px; }
          #company #number .block .otherCnt .btn.rev a:after {
            transform: scale(0.8);
            top: calc(50% - .6em);
            right: 5px; } }

/*!===================================================================

  製品紹介

====================================================================*/
#products #pageTitle #h2Area .h2sup {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: 15px; }
  #products #pageTitle #h2Area .h2sup .abi {
    font-size: 24px;
    font-size: 2.4rem;
    margin-left: 5px;
    vertical-align: baseline; }
  @media screen and (max-width: 769px) {
    #products #pageTitle #h2Area .h2sup {
      font-size: 12px;
      font-size: 1.2rem;
      margin-top: 8px; }
      #products #pageTitle #h2Area .h2sup .abi {
        font-size: 20px;
        font-size: 2rem; } }

/* Btn - 仕様一覧表 */
#products .btn_specList {
  width: 90%;
  max-width: 420px;
  margin-right: auto;
  margin-left: auto; }
  #products .btn_specList a {
    display: block;
    height: 60px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #000;
    text-decoration: none;
    line-height: 1.0;
    font-weight: bold;
    padding-right: 30px;
    padding-left: 55px;
    border: 2px solid #ddd;
    background: #fff;
    background: -moz-linear-gradient(top, #ffffff 30%, #e8e8e8 100%);
    background: -webkit-linear-gradient(top, #ffffff 30%, #e8e8e8 100%);
    background: linear-gradient(to bottom, #ffffff 30%, #e8e8e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e8e8',GradientType=0 );
    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;
    position: relative; }
    #products .btn_specList a:before {
      font-family: 'icomoon';
      content: "\e904";/*document 904*/
      position: absolute;
      top: calc(50% - .5em);
      left: 20px;
      font-weight: normal;
      font-style: normal;
      font-size: 18px;
      font-size: 1.8rem;
      color: #00763c; }
    #products .btn_specList a:after {
      font-family: 'icomoon';
      content: "\e900";
      position: absolute;
      top: calc(50% - .5em);
      right: 20px;
      font-weight: normal;
      font-style: normal;
      font-size: 16px;
      font-size: 1.6rem;
      color: #00763c; }
    #products .btn_specList a .abi {
      font-size: 18px;
      font-size: 1.8rem;
      margin-bottom: 5px; }
    #products .btn_specList a span.pdf {
      font-size: 12px;
      font-size: 1.2rem;
      color: #666;
      margin-left: 5px; }
      #products .btn_specList a span.pdf .icon-window {
        margin-left: 5px; }
    #products .btn_specList a:hover {
      opacity: .7; }
  @media screen and (max-width: 769px) {
    #products .btn_specList a {
      height: 50px;
      font-size: 12px;
      font-size: 1.2rem;
      padding-right: 20px;
      padding-left: 40px; }
      #products .btn_specList a:before {
        left: 10px; }
      #products .btn_specList a:after {
        font-size: 14px;
        font-size: 1.4rem;
        right: 10px; }
      #products .btn_specList a .abi {
        font-size: 16px;
        font-size: 1.6rem;
        margin-bottom: 3px; }
      #products .btn_specList a span.pdf {
        font-size: 10px;
        font-size: 1rem;
        margin-left: 3px; }
        #products .btn_specList a span.pdf .icon-window {
          margin-left: 3px; } }

/* LINE UP ------------------------------------------------------------*/
/* シリーズ　機種紹介
   トピックス「展示会」詳細ページの出展機でも使用 */
#lineUp .block, .itemLineUp {
  margin: 0 -8px 30px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  #lineUp .block .column, .itemLineUp .column {
    width: calc(100% / 3);
    padding: 0 8px;
    margin-bottom: 30px;
  display: flex;/*20210623*/
  flex-direction: column;/*20210623*/
 }
    #lineUp .block .column .inBox, .itemLineUp .column .inBox {
      line-height: 1.1;
      text-align: center;
      padding: 20px 10px 20px;
      margin-bottom: 10px;
      border: 8px solid #f0f0f0;
      position: relative;
    flex-grow: 1;/*20210623*/ }
      #lineUp .block .column .inBox:before, .itemLineUp .column .inBox:before {
        content: "";
        position: absolute;
        top: -8px;
        left: -8px;
        border-top: 30px solid #00763c;
        border-right: 24px solid transparent; }
      #lineUp .block .column .inBox .nameSup, .itemLineUp .column .inBox .nameSup {
        font-size: 12px;
        font-size: 1.2rem;
        font-weight: bold;
        margin-bottom: 3px;/*20210623 5px*/
      height: 24px;/*20210623*/
      display: table-cell;/*20210623*/
      vertical-align: middle;/*20210623*/
      width: 100%;
      margin-right: auto;/*20210623*/
      margin-left: auto;/*20210623*/
     }
      #lineUp .block .column .inBox .name, .itemLineUp .column .inBox .name {
        min-height: 50px;
        font-family: "Arial Black", Arial, sans-serif;
        font-weight: bold;
        font-style: italic;
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 1.0;
        margin-bottom: 10px; }
      #lineUp .block .column .inBox .img, .itemLineUp .column .inBox .img {
        text-align: center;
        margin-bottom: 15px;
        vertical-align: bottom;/*20210623*/
      /*margin-top: auto;20210623*/ }
      #lineUp .block .column .inBox .bkPoint span, .itemLineUp .column .inBox .bkPoint span {
        padding: 7px 20px;
        margin-bottom: 15px; }
    #lineUp .block .column .btn.more, .itemLineUp .column .btn.more {
      width: 100%;
      height: 50px;
      font-size: 16px;
      font-size: 1.6rem;
      font-family: "Arial Black", Arial, sans-serif;
      font-weight: bold;
      font-style: italic; }
  @media screen and (max-width: 769px) {
    #lineUp .block, .itemLineUp {
      margin: 0 -5px 20px; }
      #lineUp .block .column, .itemLineUp .column {
        width: calc(100% / 2);
        padding: 0 5px;
        margin-bottom: 20px; }
        #lineUp .block .column .inBox, .itemLineUp .column .inBox {
          padding: 10px 5px;
          margin-bottom: 5px;
          border-width: 5px; }
          #lineUp .block .column .inBox:before, .itemLineUp .column .inBox:before {
            top: -5px;
            left: -5px;
            border-top-width: 22px;
            border-right-width: 18px; }
          #lineUp .block .column .inBox .nameSup, .itemLineUp .column .inBox .nameSup {
            font-size: 10px;
            font-size: 1rem;
            margin-bottom: 3px;}
          #lineUp .block .column .inBox .name, .itemLineUp .column .inBox .name {
            min-height: 40px;
            font-size: 20px;
            font-size: 2rem;
            margin-bottom: 5px; }
          #lineUp .block .column .inBox .img, .itemLineUp .column .inBox .img {
            margin-bottom: 10px; }
          #lineUp .block .column .inBox .bkPoint span, .itemLineUp .column .inBox .bkPoint span {
            padding: 7px 15px;
            margin-bottom: 10px; }
        #lineUp .block .column .btn.more, .itemLineUp .column .btn.more {
          width: 100%;
          height: 50px;
          font-size: 16px;
          font-size: 1.6rem;
          font-family: "Arial Black", Arial, sans-serif;
          font-weight: bold;
          font-style: italic; } }

/* コンパクト版 - ハジめて！マツウラ！に利用 */
.itemLineUp {
  margin: 0 -5px 30px; }
  .itemLineUp .column {
    width: 25%;
    padding: 0 5px;
    margin-bottom: 10px; }
    .itemLineUp .column a.inBox {
      display: block;
      height: 100%;
      color: #000;
      text-decoration: none;
      padding: 15px 2px;
      margin-bottom: 0;
      border-width: 5px; }
      .itemLineUp .column a.inBox:before {
        top: -5px;
        left: -5px;
        border-top-width: 22px;
        border-right-width: 17px; }
      .itemLineUp .column a.inBox .img {
        margin: 0 3px 10px; }
      .itemLineUp .column a.inBox .nameSup {
        font-size: 10px;
        font-size: 1rem;
        transform: scale(0.9); }
      .itemLineUp .column a.inBox .name {
        min-height: inherit;
        font-size: 14px;
        font-size: 1.4rem;
        margin: 0 3px;
        padding-right: 15px;
        padding-left: 15px;
        position: relative; }
        .itemLineUp .column a.inBox .name:after {
          font-family: 'icomoon';
          content: "\e900";
          position: absolute;
          top: 0.2em;
          right: 0;
          font-weight: normal;
          font-style: normal;
          font-size: 10px;
          font-size: 1rem;
          color: #00763c; }
        .itemLineUp .column a.inBox .name.outLink {
          padding-right: 28px; }
          .itemLineUp .column a.inBox .name.outLink:before {
            font-family: 'icomoon';
            content: "\e900";
            position: absolute;
            top: 0.5em;
            right: 13px;
            font-weight: normal;
            font-style: normal;
            font-size: 10px;
            font-size: 1rem; }
        .itemLineUp .column a.inBox .name .point_number {
          width: auto;
          font-family: Arial, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
          font-weight: 500;
          font-feature-settings: "palt";
          font-size: 10px;
          font-size: 1rem;
          font-style: normal;
          font-weight: bold;
          padding: 2px 10px 1px; }
      .itemLineUp .column a.inBox:hover {
        border-color: #00763c; }
        .itemLineUp .column a.inBox:hover:before {
          border-top-color: #eed712; }
        .itemLineUp .column a.inBox:hover .name {
          text-decoration: underline; }
  @media screen and (max-width: 769px) {
    .itemLineUp {
      margin: 0 -3px 20px; }
      .itemLineUp .column {
        width: calc(100% / 3);
        padding: 0 3px;
        margin-bottom: 10px; }
        .itemLineUp .column a.inBox {
          padding: 10px 2px;
          border-width: 4px; }
          .itemLineUp .column a.inBox:before {
            top: -4px;
            left: -4px; } }
  @media screen and (max-width: 500px) {
    .itemLineUp .column {
      width: calc(100% / 2); } }

/* 自動化・無人化システム -------------------------------------*/
#products .autoSystem {
  padding: 31px 26px;
  border: solid 4px #00763c; }
  #products .autoSystem .ttlArea {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.0;
    font-weight: bold;
    text-align: center;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 2px solid #00763c; }
    #products .autoSystem .ttlArea .ttlSup {
      font-size: 14px;
      font-size: 1.4rem;
      margin-bottom: 20px;
      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; }
      #products .autoSystem .ttlArea .ttlSup .option {
        color: #FFF;
        padding: 3px 10px;
        margin-right: 7px;
        background: #00763c; }
  #products .autoSystem .img {
    margin-bottom: 20px; }
  #products .autoSystem .btn.next {
    width: 340px;
    height: 40px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    margin-left: auto; }
  @media screen and (max-width: 769px) {
    #products .autoSystem {
      padding: 15px;
      border-width: 3px; }
      #products .autoSystem .ttlArea {
        font-size: 20px;
        font-size: 2rem;
        padding-bottom: 10px;
        margin-bottom: 15px; }
        #products .autoSystem .ttlArea .ttlSup {
          font-size: 12px;
          font-size: 1.2rem;
          margin-bottom: 10px; }
      #products .autoSystem .img {
        margin-bottom: 15px; }
      #products .autoSystem .btn.next {
        width: 280px;
        height: 35px;
        font-size: 14px;
        font-size: 1.4rem; } }

/* ポイント */
.point_base {
  width: 60px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.0;
  font-weight: bold;
  text-align: center;
  padding: 4px 10px 3px;
  border: 1px solid #000;
  background: #FFF; }
  @media screen and (max-width: 769px) {
    .point_base {
      width: 60px;
      font-size: 11px;
      font-size: 1.1rem;
      padding: 2px 7px 1px; } }

.point_option {
  width: 75px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #FFF;
  line-height: 1.0;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  padding: 4px 5px 3px;
  border: 1px solid #000;
  background: #000; }
  @media screen and (max-width: 769px) {
    .point_option {
      width: 70px;
      font-size: 11px;
      font-size: 1.1rem;
      padding: 2px 5px 1px; } }

.point_number {
  width: 60px;
  color: #FFF;
  line-height: 1.0;
  font-weight: bold;
  text-align: center;
  padding: 4px 10px 3px;
  border-radius: 50px;
  background: #000; }
  .point_number.wide {
    width: 90px; }

/* ページナビ （タブレット 以下 アコーディオン）*/
@media screen and (min-width: 769px) {
  #products #model ul.pageNav {
    padding-left: 15px;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between; }
    #products #model ul.pageNav li {
      margin-right: 0; }
      #products #model ul.pageNav li.btnInq {
        width: 140px;
        height: 50px;
        background: #eed712;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center; }
        #products #model ul.pageNav li.btnInq a {
          color: #000;
          padding-left: 50px;
          background: url("../images/products/icon_contact.png") no-repeat left 15px center; }
          #products #model ul.pageNav li.btnInq a:after {
            top: calc(50% - 5px); } }

/*------------------------------------------------------------------

  製品紹介TOP

------------------------------------------------------------------*/
/*------------------------------------------------------------------
  ハジめて！マツウラ！
------------------------------------------------------------------*/
#products #top #beginner {
  margin-bottom: 100px; }
  #products #top #beginner .ttlArea {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.0;
    font-weight: bold;
    margin-bottom: 30px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end; }
    #products #top #beginner .ttlArea .img {
      margin-right: 20px; }
      #products #top #beginner .ttlArea .img img {
        max-width: 330px;
        max-height: 70px; }
    #products #top #beginner .ttlArea .txt {
      padding-bottom: 5px; }
  @media screen and (max-width: 769px) {
    #products #top #beginner {
      margin-bottom: 50px; }
      #products #top #beginner .ttlArea {
        font-size: 14px;
        font-size: 1.4rem;
        margin-bottom: 15px;
        display: block; }
        #products #top #beginner .ttlArea .img {
          margin: 0 0 10px; }
          #products #top #beginner .ttlArea .img img {
            max-width: 260px; }
        #products #top #beginner .ttlArea .txt {
          padding-bottom: 0; } }

#products #beginner .wrap {
  padding: 85px 30px 40px;
  background: url("../images/products/top/bg_kw.jpg") no-repeat center center;
  background-size: cover; }
  #products #beginner .wrap .block {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    #products #beginner .wrap .block .column {
      width: calc(100% / 3);
      padding: 30px 20px 0;
      margin-bottom: 40px; }
      #products #beginner .wrap .block .column .inBox {
        height: 100%;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.0;
        text-align: center;
        padding: 40px 20px 20px;
        background: #FFF;
        position: relative; }
        #products #beginner .wrap .block .column .inBox .ttl {
          display: inline-block;
          font-size: 24px;
          font-size: 2.4rem;
          line-height: 1.2;
          font-weight: bold;
          padding-bottom: 8px;
          margin-top: 10px;
          border-bottom: 3px solid;
          border-image: linear-gradient(to right, #daef88 0%, #09a5c7 100%);
          border-image-slice: 1; }
          #products #beginner .wrap .block .column .inBox .ttl.style {
            line-height: 1.0; }
            #products #beginner .wrap .block .column .inBox .ttl.style .sup {
              font-size: 20px;
              font-size: 2rem;
              color: #00763c;
              line-height: 1.0; }
        #products #beginner .wrap .block .column .inBox:before {
          content: "";
          position: absolute;
          top: -45px;
          left: calc(50% - 30px);
          z-index: 1;
          width: 60px;
          height: 60px;
          background: url("../images/products/top/img_kw01.svg") no-repeat;
          background-size: auto 60px; }
      #products #beginner .wrap .block .column:nth-child(2) .inBox:before {
        background-image: url("../images/products/top/img_kw02.svg"); }
      #products #beginner .wrap .block .column:nth-child(3) .inBox:before {
        background-image: url("../images/products/top/img_kw03.svg"); }
      #products #beginner .wrap .block .column:nth-child(4) .inBox:before {
        background-image: url("../images/products/top/img_kw04.svg"); }
      #products #beginner .wrap .block .column:nth-child(5) .inBox:before {
        background-image: url("../images/products/top/img_kw05.svg"); }
      #products #beginner .wrap .block .column:nth-child(6) .inBox:before {
        background-image: url("../images/products/top/img_kw06.svg"); }
  @media screen and (max-width: 769px) {
    #products #beginner .wrap {
      padding: 45px 15px 20px; }
      #products #beginner .wrap .block .column {
        width: 50%;
        padding: 20px 10px 0;
        margin-bottom: 30px; }
        #products #beginner .wrap .block .column .inBox {
          font-size: 12px;
          font-size: 1.2rem;
          padding: 30px 10px 20px; }
          #products #beginner .wrap .block .column .inBox .ttl {
            font-size: 20px;
            font-size: 2rem;
            margin-top: 10px;
            border-bottom-width: 2px; }
            #products #beginner .wrap .block .column .inBox .ttl.style br {
              display: none; }
            #products #beginner .wrap .block .column .inBox .ttl.style .sup {
              margin: 5px 0; }
          #products #beginner .wrap .block .column .inBox:before {
            top: -25px;
            left: calc(50% - 20px);
            width: 40px;
            height: 40px;
            background-size: auto 40px; } }

#products #top #beginner .wrap .btnGuide {
  float: right; }
  #products #top #beginner .wrap .btnGuide a {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #FFF;
    padding-right: 20px; }
    #products #top #beginner .wrap .btnGuide a:after {
      top: .5em;
      font-size: 13px;
      font-size: 1.3rem;
      color: #FFF; }
  @media screen and (max-width: 769px) {
    #products #top #beginner .wrap .btnGuide a:after {
      top: .75em;
      font-size: 10px;
      font-size: 1rem; }
    #products #top #beginner .wrap .btnGuide a .txt {
      font-size: 12px;
      font-size: 1.2rem; } }

/*------------------------------------------------------------------
  Products Line Up
------------------------------------------------------------------*/
#products #top #lineUpAll .catch {
  font-size: 36px;
  font-size: 3.6rem;
  font-family: "Arial Black", Arial, sans-serif;
  font-weight: bold;
  font-style: italic;
  color: #00763c;
  line-height: 1.0;
  text-align: center;
  margin-bottom: 40px; }
@media screen and (min-width: 769px) {
  #products #top #lineUpAll ul.pageNav {
    padding-right: 40px;
    padding-left: 40px;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start; }
    #products #top #lineUpAll ul.pageNav li {
      margin-right: 30px; } }
@media screen and (max-width: 769px) {
  #products #top #lineUpAll .catch {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 20px; } }

#products #top #lineUpAll .block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  #products #top #lineUpAll .block + .block {
    margin-top: 40px; }
  #products #top #lineUpAll .block .ttlArea {
    width: 260px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.0;
    padding-top: 40px;
    margin-right: auto;
    position: relative; }
    #products #top #lineUpAll .block .ttlArea:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 30px;
      height: 6px;
      background: #00763c; }
    #products #top #lineUpAll .block .ttlArea .name {
      font-size: 30px;
      font-size: 3rem;
      font-family: "Arial Black", Arial, sans-serif;
      font-weight: bold;
      font-style: italic;
      margin: 5px 0 30px; }
  #products #top #lineUpAll .block .products {
    max-width: calc(100% - 280px);
    padding: 15px 14px;
    background: #f0f0f0;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    #products #top #lineUpAll .block .products .column {
      width: 25%;
      padding: 0 1px;
      margin-bottom: 2px; }
      #products #top #lineUpAll .block .products .column a {
        display: block;
        height: 100%;
        color: #000;
        text-decoration: none;
        text-align: center;
        padding: 20px;
        border-right: 1px solid #e9e9e9;
        border-bottom: 1px solid #e9e9e9;
        background: #FFF; }
        #products #top #lineUpAll .block .products .column a .img {
          margin-bottom: 10px; }
        #products #top #lineUpAll .block .products .column a .name {
          display: inline-block;
          font-size: 14px;
          font-size: 1.4rem;
          font-family: "Arial Black", Arial, sans-serif;
          font-weight: bold;
          font-style: italic;
          padding-right: 15px;
          position: relative; }
          #products #top #lineUpAll .block .products .column a .name:after {
            font-family: 'icomoon';
            content: "\e900";
            position: absolute;
            top: 0.25em;
            right: 0;
            font-weight: normal;
            font-style: normal;
            font-size: 11px;
            font-size: 1.1rem;
            color: #00763c; }
        #products #top #lineUpAll .block .products .column a:hover .name {
          text-decoration: underline; }
  #products #top #lineUpAll .block .outLink {
    padding-right: 18px;
    position: relative; }
    #products #top #lineUpAll .block .outLink:before {
      font-family: 'icomoon';
      content: "\e900";
      position: absolute;
      top: 0.2em;
      right: 0;
      font-weight: normal;
      font-style: normal;
      font-size: 10px;
      font-size: 1rem; }
  #products #top #lineUpAll .block .icon-window {
    font-size: 10px;
    font-size: 1rem;
    color: #666;
    vertical-align: middle;
    margin-left: 7px; }
  @media screen and (max-width: 769px) {
    #products #top #lineUpAll .block {
      display: block; }
      #products #top #lineUpAll .block + .block {
        margin-top: 30px; }
      #products #top #lineUpAll .block .ttlArea {
        width: 100%;
        font-size: 12px;
        font-size: 1.2rem;
        padding-top: 15px;
        margin-bottom: 20px; }
        #products #top #lineUpAll .block .ttlArea:before {
          width: 25px;
          height: 4px; }
        #products #top #lineUpAll .block .ttlArea .name {
          font-size: 26px;
          font-size: 2.6rem;
          margin: 5px 0 0; }
        #products #top #lineUpAll .block .ttlArea .btn {
          width: 80px;
          margin: -25px 0 0 auto; }
      #products #top #lineUpAll .block .products {
        max-width: 100%;
        padding: 10px; }
        #products #top #lineUpAll .block .products .column {
          width: calc(100% / 3);
          padding: 0 1px;
          margin-bottom: 2px; }
          #products #top #lineUpAll .block .products .column a {
            display: block;
            height: 100%;
            padding: 10px; }
            #products #top #lineUpAll .block .products .column a .img {
              margin-bottom: 5px; }
            #products #top #lineUpAll .block .products .column a .name {
              font-size: 12px;
              font-size: 1.2rem; }
              #products #top #lineUpAll .block .products .column a .name:after {
                font-size: 10px;
                font-size: 1rem;
                transform: scale(0.9); } }

/*------------------------------------------------------------------

  シリーズトップ

------------------------------------------------------------------*/
/*------------------------------------------------------------------
  LINE UP
------------------------------------------------------------------*/
/* Btn - 仕様一覧表 */
#products #series #lineUp .btn_specList {
  margin-bottom: 60px; }
  @media screen and (max-width: 769px) {
    #products #series #lineUp .btn_specList {
      margin-bottom: 40px; } }

/* 自動化・無人化システム */
#products #series #lineUp .autoSystem .txt {
  margin-bottom: 20px; }
#products #series #lineUp .autoSystem .img {
  margin-bottom: 25px; }
#products #series #lineUp .autoSystem .name {
  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; }
  #products #series #lineUp .autoSystem .name .abi {
    font-size: 18px;
    font-size: 1.8rem; }
  #products #series #lineUp .autoSystem .name .point_number {
    font-size: 14px;
    font-size: 1.4rem;
    width: auto;
    margin-left: 10px; }
@media screen and (max-width: 769px) {
  #products #series #lineUp .autoSystem .txt {
    margin-bottom: 10px; }
  #products #series #lineUp .autoSystem .img {
    margin-bottom: 15px; }
  #products #series #lineUp .autoSystem .name .abi {
    font-size: 16px;
    font-size: 1.6rem; }
  #products #series #lineUp .autoSystem .name .point_number {
    font-size: 12px;
    font-size: 1.2rem;
    margin-left: 5px; } }

/*------------------------------------------------------------------
  特長 (機種詳細ページと共通)
------------------------------------------------------------------*/
#products #feature h3 span {
  margin-right: 5px; }
#products #feature h4 {
  height: auto;
  min-height: 44px;
  padding: 5px 20px; }
  @media screen and (max-width: 769px) {
    #products #feature h4 {
      height: auto;
      min-height: 35px;
      padding: 5px 10px; } }

#products #feature .wrap .txt {
  margin-bottom: 30px; }
#products #feature .wrap div.txt:not(.nonCom) p + p {
  margin-top: 15px; }
#products #feature .wrap h5.catch {
  font-size: 20px;
  font-size: 2rem;
  color: #00763c;
  line-height: 1.0;
  margin-bottom: 15px; }
#products #feature .wrap .flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  #products #feature .wrap .flex .column {
    width: 50%;
    padding-right: 15px; }
    #products #feature .wrap .flex .column:nth-child(2) {
      padding-right: 0;
      padding-left: 15px; }
    #products #feature .wrap .flex .column p + .img {
      margin-top: 20px; }
    #products #feature .wrap .flex .column p + h5 {
      margin-top: 30px; }
    #products #feature .wrap .flex .column .desc {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.1;
      font-weight: bold;
      padding-left: 15px;
      margin-top: 10px; }
      #products #feature .wrap .flex .column .desc.square:before {
        top: .2em; }
    #products #feature .wrap .flex .column .imgBox {
      font-size: 12px;
      font-size: 1.2rem;
      color: #666; }
      #products #feature .wrap .flex .column .imgBox p + p {
        margin-top: 2px; }
    #products #feature .wrap .flex .column p + .imgBox {
      margin-top: 30px; }
  #products #feature .wrap .flex.mTop {
    margin-top: 30px; }
@media screen and (max-width: 769px) {
  #products #feature .wrap .txt {
    margin-bottom: 15px; }
  #products #feature .wrap div.txt:not(.nonCom) p + p {
    margin-top: 10px; }
  #products #feature .wrap h5.catch {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 10px; }
  #products #feature .wrap .flex .column {
    padding-right: 5px; }
    #products #feature .wrap .flex .column:nth-child(2) {
      padding-right: 0;
      padding-left: 5px; }
    #products #feature .wrap .flex .column p + .img {
      margin-top: 10px; }
    #products #feature .wrap .flex .column p + h5 {
      margin-top: 20px; }
    #products #feature .wrap .flex .column .desc {
      font-size: 12px;
      font-size: 1.2rem;
      padding-left: 10px;
      margin-top: 5px; }
    #products #feature .wrap .flex .column p + .imgBox {
      margin-top: 20px; }
  #products #feature .wrap .flex.mTop {
    margin-top: 20px; } }

/* MX Series-----------------------------*/
@media screen and (max-width: 769px) {
  #products #feature .wrap .flex.mx-work {
    display: block; }
    #products #feature .wrap .flex.mx-work > .column.flex {
      width: 100%;
      -webkit-justify-content: center;
      -ms-justify-content: center;
      justify-content: center; }
      #products #feature .wrap .flex.mx-work > .column.flex:nth-child(2) {
        padding-left: 0; }
      #products #feature .wrap .flex.mx-work > .column.flex .column {
        max-width: 160px;
        margin-bottom: 15px; } }

/* MAM Series CUBLEX Series-----------------------------*/
#products #series #feature .wrap .flex .column.mam .inBox,
#technology #automation #cnt01 .flex .column.mam .inBox {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  #products #series #feature .wrap .flex .column.mam .inBox .img,
  #technology #automation #cnt01 .flex .column.mam .inBox .img {
    width: 26.5%;
    max-width: 90px;
    margin-right: auto; }
  #products #series #feature .wrap .flex .column.mam .inBox .txtArea,
  #technology #automation #cnt01 .flex .column.mam .inBox .txtArea {
    width: 69.2%;
    max-width: 235px; }
  #products #series #feature .wrap .flex .column.mam .inBox + .inBox,
  #technology #automation #cnt01 .flex .column.mam .inBox + .inBox {
    margin-top: 20px; }
@media screen and (max-width: 769px) {
  #products #series #feature .wrap .flex .column.mam .inBox,
  #technology #automation #cnt01 .flex .column.mam .inBox {
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start; }
    #products #series #feature .wrap .flex .column.mam .inBox + .inBox,
    #technology #automation #cnt01 .flex .column.mam .inBox + .inBox {
      margin-top: 15px; } }

/* CUBLEX Series-----------------------------*/
#products #series #feature .wrap .flex .column .flex.cublex .column:nth-child(2) {
  padding-left: 0; }
@media screen and (max-width: 769px) {
  #products #series #feature .wrap .flex .column .flex.cublex {
    display: block; }
    #products #series #feature .wrap .flex .column .flex.cublex .column {
      width: 100%;
      line-height: 1.3; }
      #products #series #feature .wrap .flex .column .flex.cublex .column:nth-child(1) {
        margin-bottom: 10px; } }

/* H.Plus Series-----------------------------*/
#products #series #feature .wrap .flex.hPlus-option .img {
  margin-bottom: 10px; }
#products #series #feature .wrap .flex.hPlus-option .h5style {
  color: #00763c;
  font-weight: bold;
  padding-left: 17px;
  margin-bottom: 0; }
#products #series #feature .wrap .flex.hPlus-option .abi, #products #series #feature .wrap .flex.hPlus-option .sup {
  margin-left: 17px; }
@media screen and (max-width: 769px) {
  #products #series #feature .wrap .flex.hPlus-option .img {
    margin-bottom: 5px; }
  #products #series #feature .wrap .flex.hPlus-option .h5style {
    padding-left: 15px; }
  #products #series #feature .wrap .flex.hPlus-option .abi, #products #series #feature .wrap .flex.hPlus-option .sup {
    margin-left: 17px; } }
@media screen and (max-width: 500px) {
  #products #series #feature .wrap .flex.hPlus-option {
    display: block;
    max-width: 320px;
    margin: 20px auto 0; }
    #products #series #feature .wrap .flex.hPlus-option > .column {
      width: 100%; } }

#products #series #feature .wrap .flex .column.hPlus-speed .inner {
  padding: 30px 22px 26px;
  margin-bottom: 30px;
  border: 4px solid #f5f5f5; }
  #products #series #feature .wrap .flex .column.hPlus-speed .inner .h5style {
    font-weight: bold;
    padding-left: 17px;
    margin-bottom: 0; }
    #products #series #feature .wrap .flex .column.hPlus-speed .inner .h5style span {
      margin-left: 10px;
      vertical-align: middle; }
    #products #series #feature .wrap .flex .column.hPlus-speed .inner .h5style + .h5style {
      margin-top: 15px; }
#products #series #feature .wrap .flex .column.hPlus-speed dl dt {
  color: #00763c;
  line-height: 1.0;
  font-weight: bold;
  padding: 7px 10px;
  margin-bottom: 15px;
  background: #f0f0f0; }
#products #series #feature .wrap .flex .column.hPlus-speed dl dd {
  font-family: "Arial Black", Arial, sans-serif;
  font-weight: bold;
  font-style: italic;
  padding: 0 10px; }
  #products #series #feature .wrap .flex .column.hPlus-speed dl dd + dt {
    margin-top: 30px; }
@media screen and (max-width: 769px) {
  #products #series #feature .wrap .flex .column.hPlus-speed .inner {
    padding: 15px 10px;
    margin-bottom: 20px;
    border-width: 3px; }
    #products #series #feature .wrap .flex .column.hPlus-speed .inner .h5style {
      font-size: 14px;
      font-size: 1.4rem;
      padding-left: 15px; }
      #products #series #feature .wrap .flex .column.hPlus-speed .inner .h5style span {
        margin-left: 5px; }
      #products #series #feature .wrap .flex .column.hPlus-speed .inner .h5style + .h5style {
        margin-top: 10px; }
  #products #series #feature .wrap .flex .column.hPlus-speed dl dt {
    padding: 5px 10px;
    margin-bottom: 10px; }
  #products #series #feature .wrap .flex .column.hPlus-speed dl dd + dt {
    margin-top: 20px; } }

/* VX Series-----------------------------*/
#products #workSize.vx {
  margin-top: 40px; }
  #products #workSize.vx .block .column .name {
    font-family: "Arial Black", Arial, sans-serif;
    font-weight: bold;
    font-style: italic;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.0;
    margin-bottom: 10px; }
  #products #workSize.vx .block .column .ttl {
    height: 30px;
    margin-bottom: 10px; }
  #products #workSize.vx .block .column .inBox .main .type {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 5px;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start; }
    #products #workSize.vx .block .column .inBox .main .type:nth-child(2) {
      margin-bottom: 20px; }
    #products #workSize.vx .block .column .inBox .main .type .point_base, #products #workSize.vx .block .column .inBox .main .type .point_option {
      font-size: 12px;
      font-size: 1.2rem;
      margin-left: 5px; }
  @media screen and (max-width: 769px) {
    #products #workSize.vx {
      margin-top: 20px; }
      #products #workSize.vx .block .column .name {
        font-size: 20px;
        font-size: 2rem;
        margin-bottom: 5px; }
      #products #workSize.vx .block .column .ttl {
        height: 25x; }
      #products #workSize.vx .block .column .inBox .main .type {
        font-size: 12px;
        font-size: 1.2rem; }
        #products #workSize.vx .block .column .inBox .main .type:nth-child(2) {
          margin-bottom: 15px; }
        #products #workSize.vx .block .column .inBox .main .type .point_base, #products #workSize.vx .block .column .inBox .main .type .point_option {
          width: 60px;
          font-size: 10px;
          font-size: 1rem; } }

#products #series #feature .wrap .vx-extend {
  margin-top: 30px; }
  #products #series #feature .wrap .vx-extend table {
    margin-bottom: 20px; }
    #products #series #feature .wrap .vx-extend table th, #products #series #feature .wrap .vx-extend table td {
      padding: 15px;
      text-align: center; }
    #products #series #feature .wrap .vx-extend table th {
      font-family: "Arial Black", Arial, sans-serif;
      font-weight: bold;
      font-style: italic; }
    #products #series #feature .wrap .vx-extend table td {
      font-size: 15px;
      font-size: 1.5rem; }
    #products #series #feature .wrap .vx-extend table .point_base, #products #series #feature .wrap .vx-extend table .point_option {
      margin: 3px auto 0; }
      #products #series #feature .wrap .vx-extend table .point_base + p, #products #series #feature .wrap .vx-extend table .point_option + p {
        margin-top: 10px; }
  @media screen and (max-width: 769px) {
    #products #series #feature .wrap .vx-extend {
      margin-top: 20px; }
      #products #series #feature .wrap .vx-extend table {
        margin-bottom: 10px; }
        #products #series #feature .wrap .vx-extend table th, #products #series #feature .wrap .vx-extend table td {
          padding: 8px;
          text-align: center; }
        #products #series #feature .wrap .vx-extend table td {
          font-size: 13px;
          font-size: 1.3rem;
          line-height: 1.2; }
      #products #series #feature .wrap .vx-extend .flex.mx-work {
        max-width: 320px;
        margin: 0 auto; }
        #products #series #feature .wrap .vx-extend .flex.mx-work > .column:nth-child(2) {
          width: 100%; } }

#products #series #feature .wrap .vx-equip h6 {
  padding-left: 20px;
  margin-bottom: 15px; }
#products #series #feature .wrap .vx-equip .block {
  background: #f0f0f0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  #products #series #feature .wrap .vx-equip .block + .block {
    margin-top: 15px; }
  #products #series #feature .wrap .vx-equip .block .photo {
    margin-right: 15px; }
  #products #series #feature .wrap .vx-equip .block .column {
    padding-top: 15px; }
    #products #series #feature .wrap .vx-equip .block .column p.square {
      font-weight: bold;
      padding-left: 15px; }
    #products #series #feature .wrap .vx-equip .block .column .sup {
      padding-left: 15px; }
@media screen and (max-width: 769px) {
  #products #series #feature .wrap .vx-equip h6 {
    padding-left: 15px;
    margin-bottom: 10px; }
  #products #series #feature .wrap .vx-equip .block + .block {
    margin-top: 10px; }
  #products #series #feature .wrap .vx-equip .block .photo {
    margin-right: 10px; }
  #products #series #feature .wrap .vx-equip .block .column {
    padding-top: 10px; }
    #products #series #feature .wrap .vx-equip .block .column p.square {
      padding-left: 12px; }
    #products #series #feature .wrap .vx-equip .block .column .sup {
      padding-left: 12px; } }

/* V.Plus Series -----------------------------*/
#products #series #feature .wrap .flex.vPlus-option .column h5 {
  margin-bottom: 15px; }
#products #series #feature .wrap .flex.vPlus-option .column .inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  #products #series #feature .wrap .flex.vPlus-option .column .inner .img {
    width: 95px;
    margin-right: 20px; }
  #products #series #feature .wrap .flex.vPlus-option .column .inner .txt {
    width: calc(100% - 115px);
    margin-bottom: 0; }
  #products #series #feature .wrap .flex.vPlus-option .column .inner + h5 {
    margin-top: 50px; }
  #products #series #feature .wrap .flex.vPlus-option .column .inner + .inner {
    margin-top: 30px; }
@media screen and (max-width: 769px) {
  #products #series #feature .wrap .flex.vPlus-option .column h5 {
    margin-bottom: 10px; }
  #products #series #feature .wrap .flex.vPlus-option .column .inner {
    display: block; }
    #products #series #feature .wrap .flex.vPlus-option .column .inner .img {
      float: left;
      width: 75px;
      margin: 0 5px 5px 0; }
    #products #series #feature .wrap .flex.vPlus-option .column .inner .txt {
      width: 100%;
      margin-bottom: 0; }
    #products #series #feature .wrap .flex.vPlus-option .column .inner + h5 {
      margin-top: 20px; }
    #products #series #feature .wrap .flex.vPlus-option .column .inner + .inner {
      margin-top: 15px; } }

/*------------------------------------------------------------------
  もっとマツウラ！
------------------------------------------------------------------*/
#products #moreMatsuura ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  #products #moreMatsuura ul li + li {
    margin-left: 1px; }

/*------------------------------------------------------------------

  各機種説明

------------------------------------------------------------------*/
/*------------------------------------------------------------------
  Main
------------------------------------------------------------------*/
#products #model .mainArea {
  margin-bottom: 60px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  #products #model .mainArea .column {
    width: 50%;
    padding-right: 15px;
    margin-right: auto; }
    #products #model .mainArea .column:nth-child(2) {
      padding-right: 0;
      padding-left: 15px;
      margin-right: inherit; }
  #products #model .mainArea .ttlArea {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.0;
    padding-top: 55px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 3px double #ccc;
    background: url("../images/common/deco02.svg") no-repeat left top;
    background-size: auto 12px; }
    #products #model .mainArea .ttlArea .name {
      font-family: "Arial Black", Arial, sans-serif;
      font-weight: bold;
      font-style: italic;
      font-size: 42px;
      font-size: 4.2rem;
      margin-top: 5px;
      margin-bottom: 40px; }
    #products #model .mainArea .ttlArea .catch {
      font-size: 22px;
      font-size: 2.2rem;
      color: #00763c;
      line-height: 1.2; }
  #products #model .mainArea ul.desc li {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
    font-weight: bold;
    padding-left: 17px;
    position: relative; }
    #products #model .mainArea ul.desc li:before {
      content: "";
      position: absolute;
      top: 0.25em;
      left: 0;
      width: 10px;
      height: 10px;
      background: #00a051; }
    #products #model .mainArea ul.desc li:after {
      content: "";
      position: absolute;
      top: 0.25em;
      left: 5px;
      width: 5px;
      height: 10px;
      background: #00763c; }
    #products #model .mainArea ul.desc li + li {
      margin-top: 20px; }
  #products #model .mainArea .photo {
    margin-bottom: 20px;
    position: relative; }
    #products #model .mainArea .photo:after {
      font-family: 'icomoon';
      content: "\e900";
      position: absolute;
      right: 0;
      bottom: 0;
      font-weight: normal;
      font-style: normal;
      font-size: 25px;
      font-size: 2.5rem;
      color: rgba(153, 153, 153, 0.6);
      z-index: 1; }
  #products #model .mainArea .beginner {
    line-height: 1.0; }
    #products #model .mainArea .beginner .ttl {
      min-height: 24px;
      font-size: 14px;
      font-size: 1.4rem;
      color: #666;
      font-weight: bold;
      padding-left: 38px;
      margin-bottom: 10px;
      background: url("../images/products/icon_question.png") no-repeat left center;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -ms-align-items: center;
      align-items: center; }
  @media screen and (max-width: 769px) {
    #products #model .mainArea {
      margin-bottom: 40px;
      display: block; }
      #products #model .mainArea .column {
        width: 100%;
        padding-right: 0;
        margin-right: inherit; }
        #products #model .mainArea .column:nth-child(2) {
          padding-left: 0; }
        #products #model .mainArea .column + .column {
          margin-top: 20px; }
      #products #model .mainArea .ttlArea {
        font-size: 14px;
        font-size: 1.4rem;
        padding-top: 30px;
        padding-bottom: 15px;
        margin-bottom: 20px;
        background-size: auto 8px; }
        #products #model .mainArea .ttlArea .name {
          font-size: 32px;
          font-size: 3.2rem;
          margin-bottom: 20px; }
        #products #model .mainArea .ttlArea .catch {
          font-size: 18px;
          font-size: 1.8rem; }
          #products #model .mainArea .ttlArea .catch br {
            display: none; }
      #products #model .mainArea ul.desc li br {
        display: none; }
      #products #model .mainArea ul.desc li + li {
        margin-top: 10px; }
      #products #model .mainArea .photo {
        width: 90%;
        max-width: 340px;
        margin: 0 auto 15px; }
        #products #model .mainArea .photo:after {
          font-size: 20px;
          font-size: 2rem; }
      #products #model .mainArea .beginner .ttl {
        min-height: 20px;
        font-size: 12px;
        font-size: 1.2rem;
        padding-left: 28px;
        margin-bottom: 10px;
        background-size: 18px auto;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center; } }

#products .btnGuide {
  font-weight: bold; }
  #products .btnGuide a {
    min-height: 27px;
    color: #000;
    text-decoration: none;
    padding-left: 35px;
    background: url("../images/products/icon_beginner.png") no-repeat left center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    position: relative; }
    #products .btnGuide a:after {
      font-family: 'icomoon';
      content: "\e900";
      position: absolute;
      top: 0.25em;
      right: 0;
      font-weight: normal;
      font-style: normal;
      font-size: 16px;
      font-size: 1.6rem;
      color: #00763c; }
    #products .btnGuide a .name {
      color: #FFF;
      padding: 5px 15px;
      margin-right: 15px;
      border-radius: 50px;
      background: #00763c; }
    #products .btnGuide a:hover .txt {
      text-decoration: underline; }
  @media screen and (max-width: 769px) {
    #products .btnGuide {
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex; }
      #products .btnGuide a {
        min-height: 27px;
        padding-left: 24px;
        padding-right: 20px;
        background-size: 18px auto; }
        #products .btnGuide a:after {
          font-size: 10px;
          font-size: 1rem;
          top: .8em; }
        #products .btnGuide a .name {
          font-size: 12px;
          font-size: 1.2rem;
          margin-right: 10px; } }

/*------------------------------------------------------------------
  ワークサイズ ★VX Series topにも使用
------------------------------------------------------------------*/
#products #workSize .block {
  margin: 0 -8px 70px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  #products #workSize .block .column {
    width: calc(100% / 3);
    line-height: 1.0;
    text-align: center;
    padding: 0 8px;
    margin-bottom: 30px; }
    #products #workSize .block .column .ttl {
      height: 50px;
      font-size: 14px;
      font-size: 1.4rem;
      color: #FFF;
      font-weight: bold;
      margin-bottom: 20px;
      border-radius: 50px;
      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; }
      #products #workSize .block .column .ttl.mBtm {
        margin-bottom: 65px; }
    #products #workSize .block .column .inBox {
      padding: 0 8px; }
      #products #workSize .block .column .inBox .main .type {
        margin-bottom: 20px;
        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; }
        #products #workSize .block .column .inBox .main .type .point_base, #products #workSize .block .column .inBox .main .type .point_option {
          font-size: 16px;
          font-size: 1.6rem; }
        #products #workSize .block .column .inBox .main .type .point_base.mRht {
          margin-right: 10px; }
      #products #workSize .block .column .inBox .main .img {
        margin-bottom: 20px; }
      #products #workSize .block .column .inBox dl {
        font-weight: bold;
        border-top: 1px solid #ccc;
        border-right: 1px solid #ccc;
        border-left: 1px solid #ccc; }
        #products #workSize .block .column .inBox dl dt, #products #workSize .block .column .inBox dl dd {
          padding: 15px;
          border-bottom: 1px solid #ccc; }
        #products #workSize .block .column .inBox dl dt {
          color: #FFF;
          background: #00763c; }
  @media screen and (max-width: 769px) {
    #products #workSize .block {
      margin: 0 -5px 20px; }
      #products #workSize .block .column {
        width: 50%;
        padding: 0 5px;
        margin-bottom: 30px; }
        #products #workSize .block .column .ttl {
          height: 35px;
          font-size: 13px;
          font-size: 1.3rem;
          margin-bottom: 10px; }
          #products #workSize .block .column .ttl.mBtm {
            margin-bottom: 35px; }
        #products #workSize .block .column .inBox {
          padding: 0 8px; }
          #products #workSize .block .column .inBox .main .type {
            margin-bottom: 10px; }
            #products #workSize .block .column .inBox .main .type .point_base, #products #workSize .block .column .inBox .main .type .point_option {
              font-size: 13px;
              font-size: 1.3rem; }
            #products #workSize .block .column .inBox .main .type .point_base.mRht {
              margin-right: 10px; }
          #products #workSize .block .column .inBox .main .img {
            margin-bottom: 15px; }
          #products #workSize .block .column .inBox dl dt, #products #workSize .block .column .inBox dl dd {
            padding: 10px; } }

/* 自動化・無人化システム -----------------------------*/
#products #model #workSize .autoSystem .txt {
  margin-bottom: 20px; }
#products #model #workSize .autoSystem .img {
  margin-bottom: 25px; }
#products #model #workSize .autoSystem .catch {
  font-size: 18px;
  font-size: 1.8rem;
  color: #00763c;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 25px; }
  #products #model #workSize .autoSystem .catch .point_option {
    margin-left: 10px; }
@media screen and (max-width: 769px) {
  #products #model #workSize .autoSystem .txt {
    margin-bottom: 10px; }
  #products #model #workSize .autoSystem .img {
    margin-bottom: 15px; }
  #products #model #workSize .autoSystem .catch {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 15px; }
    #products #model #workSize .autoSystem .catch .point_option {
      margin-left: 5px; } }

/* MX-330 */
#products #model #workSize .autoSystem table.mx330 {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 25px; }
  #products #model #workSize .autoSystem table.mx330 th, #products #model #workSize .autoSystem table.mx330 td {
    text-align: center;
    padding: 10px 20px; }
  #products #model #workSize .autoSystem table.mx330 th {
    vertical-align: middle; }
    #products #model #workSize .autoSystem table.mx330 th.ttl {
      color: #FFF;
      background: #00763c; }
  #products #model #workSize .autoSystem table.mx330 .point_base, #products #model #workSize .autoSystem table.mx330 .point_option {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 3px auto 0; }
  @media screen and (max-width: 769px) {
    #products #model #workSize .autoSystem table.mx330 {
      font-size: 12px;
      font-size: 1.2rem;
      margin-bottom: 15px; }
      #products #model #workSize .autoSystem table.mx330 th, #products #model #workSize .autoSystem table.mx330 td {
        padding: 5px 10px; }
      #products #model #workSize .autoSystem table.mx330 .point_base, #products #model #workSize .autoSystem table.mx330 .point_option {
        font-size: 10px;
        font-size: 1rem;
        margin: 2px auto 0; } }

/*------------------------------------------------------------------
  特長 ★_series.scssに共通記述あり
------------------------------------------------------------------*/
/* MX-330 スピンドル */
#products #model #feature .wrap .spindle {
  margin: 0 -8px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  #products #model #feature .wrap .spindle .column {
    width: calc(100% / 3);
    padding: 0 8px !important; }
    #products #model #feature .wrap .spindle .column .inBox {
      font-weight: bold;
      border: solid 1px #ccc; }
      #products #model #feature .wrap .spindle .column .inBox .ttl {
        height: 60px;
        font-size: 14px;
        font-size: 1.4rem;
        color: #FFF;
        border-bottom: 1px solid #ccc;
        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;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; }
        #products #model #feature .wrap .spindle .column .inBox .ttl .point_base {
          color: #000;
          font-size: 12px;
          font-size: 1.2rem; }
        #products #model #feature .wrap .spindle .column .inBox .ttl .point_option {
          font-size: 12px;
          font-size: 1.2rem; }
      #products #model #feature .wrap .spindle .column .inBox .txtArea {
        height: 70px;
        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;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; }
        #products #model #feature .wrap .spindle .column .inBox .txtArea .tSmall {
          font-weight: normal; }
  @media screen and (max-width: 769px) {
    #products #model #feature .wrap .spindle {
      margin: 0 -5px; }
      #products #model #feature .wrap .spindle .column {
        width: 50%;
        padding: 0 5px !important;
        margin-bottom: 10px; }
        #products #model #feature .wrap .spindle .column .inBox .ttl {
          height: 50px;
          font-size: 12px;
          font-size: 1.2rem; }
          #products #model #feature .wrap .spindle .column .inBox .ttl .point_base {
            color: #000;
            font-size: 10px;
            font-size: 1rem; }
          #products #model #feature .wrap .spindle .column .inBox .ttl .point_option {
            font-size: 10px;
            font-size: 1rem; }
        #products #model #feature .wrap .spindle .column .inBox .txtArea {
          height: 50px; } }

/* MAM・CUBLEX 共通 拡張性 ----------------------------*/
#products #model #feature .wrap .flex.extend .column .img {
  margin-bottom: 30px; }
#products #model #feature .wrap .flex.extend .column dl dt {
  color: #00763c;
  line-height: 1.0;
  font-weight: bold;
  padding: 7px 10px;
  margin-bottom: 15px;
  background: #f0f0f0; }
#products #model #feature .wrap .flex.extend .column dl dd {
  padding: 0 10px; }
  #products #model #feature .wrap .flex.extend .column dl dd + dt {
    margin-top: 30px; }
  #products #model #feature .wrap .flex.extend .column dl dd .m-lft15 {
    line-height: 1.4;
    margin-top: 5px; }
    #products #model #feature .wrap .flex.extend .column dl dd .m-lft15 + p {
      margin-top: 20px; }
    #products #model #feature .wrap .flex.extend .column dl dd .m-lft15 + .sup {
      margin-top: 10px; }
  #products #model #feature .wrap .flex.extend .column dl dd .sup {
    margin-left: 25px;
    text-indent: -1em; }
@media screen and (max-width: 769px) {
  #products #model #feature .wrap .flex.extend .column .img {
    margin-bottom: 15px; }
  #products #model #feature .wrap .flex.extend .column dl {
    line-height: 1.3; }
    #products #model #feature .wrap .flex.extend .column dl dt {
      padding: 5px 10px;
      margin-bottom: 10px; }
    #products #model #feature .wrap .flex.extend .column dl dd + dt {
      margin-top: 30px; }
    #products #model #feature .wrap .flex.extend .column dl dd .m-lft15 {
      margin-left: 10px;
      word-break: break-all; }
      #products #model #feature .wrap .flex.extend .column dl dd .m-lft15 + p {
        margin-top: 10px; }
      #products #model #feature .wrap .flex.extend .column dl dd .m-lft15 + .sup {
        margin-top: 5px; }
    #products #model #feature .wrap .flex.extend .column dl dd .sup {
      margin-left: 15px;
      text-indent: -1em; } }

/* MAM72-70V */
#products #model #feature .wrap .mam72-70v .txt.nonCom {
  margin-bottom: 20px; }
  #products #model #feature .wrap .mam72-70v .txt.nonCom p + p {
    margin-top: 5px; }
  #products #model #feature .wrap .mam72-70v .txt.nonCom h5 {
    margin-bottom: 30px; }
#products #model #feature .wrap .mam72-70v .flex .column.spec {
  padding-top: 15px; }
  #products #model #feature .wrap .mam72-70v .flex .column.spec h5 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.0;
    margin-bottom: 10px; }
    #products #model #feature .wrap .mam72-70v .flex .column.spec h5:before {
      top: .2em; }
  #products #model #feature .wrap .mam72-70v .flex .column.spec table {
    width: 100%;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.0;
    border-top: 1px solid #ddd; }
    #products #model #feature .wrap .mam72-70v .flex .column.spec table th, #products #model #feature .wrap .mam72-70v .flex .column.spec table td {
      padding: 10px;
      border-bottom: 1px solid #ddd; }
    #products #model #feature .wrap .mam72-70v .flex .column.spec table th {
      font-weight: bold; }
    #products #model #feature .wrap .mam72-70v .flex .column.spec table td {
      width: calc(100% / 3); }
#products #model #feature .wrap .mam72-70v .flex .photo {
  margin-right: 30px; }
#products #model #feature .wrap .mam72-70v .flex .txtArea {
  font-size: 14px;
  font-size: 1.4rem;
  color: #666; }
  #products #model #feature .wrap .mam72-70v .flex .txtArea .img {
    margin-bottom: 20px; }
  #products #model #feature .wrap .mam72-70v .flex .txtArea dl {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 300px; }
    #products #model #feature .wrap .mam72-70v .flex .txtArea dl dt {
      width: 70%;
      text-align: left; }
    #products #model #feature .wrap .mam72-70v .flex .txtArea dl dd {
      text-align: right;
      width: 30%; }
@media screen and (max-width: 769px) {
  #products #model #feature .wrap .mam72-70v .txt.nonCom {
    margin-bottom: 15px; }
    #products #model #feature .wrap .mam72-70v .txt.nonCom h5 {
      margin-bottom: 15px; }
  #products #model #feature .wrap .mam72-70v .flex {
    display: block; }
    #products #model #feature .wrap .mam72-70v .flex .column {
      width: 100%;
      text-align: center; }
      #products #model #feature .wrap .mam72-70v .flex .column.spec {
        text-align: left;
        padding-top: 0;
        margin-top: 20px; }
        #products #model #feature .wrap .mam72-70v .flex .column.spec table th, #products #model #feature .wrap .mam72-70v .flex .column.spec table td {
          padding: 5px 10px; }
    #products #model #feature .wrap .mam72-70v .flex .photo {
      margin-right: 15px;
      margin-bottom: 10px;
      text-align: center; }
    #products #model #feature .wrap .mam72-70v .flex .txtArea {
      font-size: 12px;
      font-size: 1.2rem;
      text-align: center;
      line-height: 1.2; }
      #products #model #feature .wrap .mam72-70v .flex .txtArea .img {
        margin-bottom: 10px; }
      #products #model #feature .wrap .mam72-70v .flex .txtArea dl {
        width: 100%;
        max-width: 300px;
        margin: 0 auto; } }

/* MAM72-100H */
#products #model #feature .wrap .mam72-100h .flex .photo {
  margin-right: 30px; }
#products #model #feature .wrap .mam72-100h .flex .txtArea .square:before {
  top: .4em; }
@media screen and (max-width: 769px) {
  #products #model #feature .wrap .mam72-100h .flex .photo {
    margin-right: 15px; }
  #products #model #feature .wrap .mam72-100h .flex .txtArea .square:before {
    top: .6em; } }

/* CUBLEX -------------------------------------*/
/* CUBLEX-35 */
#products #model #feature .wrap .cublex-35 .flex .column .inner {
  padding: 24px 0 24px 10px;
  border: 1px solid #dbdbdb; }
  #products #model #feature .wrap .cublex-35 .flex .column .inner p + p {
    margin-top: 30px; }
  @media screen and (max-width: 769px) {
    #products #model #feature .wrap .cublex-35 .flex .column .inner {
      padding: 14px 0 14px 5px; }
      #products #model #feature .wrap .cublex-35 .flex .column .inner p + p {
        margin-top: 10px; } }

/* Linear Motor -------------------------------------*/
/* LX-160 */
#products #model #feature .wrap .flex .column.lx-160 .title {
  height: 60px;
  color: #FFF;
  margin-bottom: 30px;
  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; }
  #products #model #feature .wrap .flex .column.lx-160 .title .h5style {
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: bold;
    margin-bottom: 0; }
    #products #model #feature .wrap .flex .column.lx-160 .title .h5style:before {
      top: .3em;
      background: #f9e642; }
    #products #model #feature .wrap .flex .column.lx-160 .title .h5style:after {
      top: .3em;
      background: #f9b30b; }
    #products #model #feature .wrap .flex .column.lx-160 .title .h5style span {
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: normal; }
#products #model #feature .wrap .flex .column.lx-160 table {
  width: 100%;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.0;
  margin-bottom: 10px;
  border-top: 1px solid #ddd; }
  #products #model #feature .wrap .flex .column.lx-160 table th, #products #model #feature .wrap .flex .column.lx-160 table td {
    padding: 10px;
    border-bottom: 1px solid #ddd; }
  #products #model #feature .wrap .flex .column.lx-160 table th {
    width: 110px;
    font-weight: bold; }
  #products #model #feature .wrap .flex .column.lx-160 table td {
    width: calc(100% - 110px);
    padding-left: 10%; }
@media screen and (max-width: 769px) {
  #products #model #feature .wrap .flex .column.lx-160 .title {
    height: 40px;
    margin-bottom: 20px; }
    #products #model #feature .wrap .flex .column.lx-160 .title .h5style {
      font-size: 18px;
      font-size: 1.8rem; }
      #products #model #feature .wrap .flex .column.lx-160 .title .h5style:before {
        top: .3em;
        background: #f9e642; }
      #products #model #feature .wrap .flex .column.lx-160 .title .h5style:after {
        top: .3em;
        background: #f9b30b; }
      #products #model #feature .wrap .flex .column.lx-160 .title .h5style span {
        font-size: 12px;
        font-size: 1.2rem;
        font-weight: normal; }
  #products #model #feature .wrap .flex .column.lx-160 table {
    width: 100%;
    font-size: 11px;
    font-size: 1.1rem;
    margin-bottom: 5px; }
    #products #model #feature .wrap .flex .column.lx-160 table th, #products #model #feature .wrap .flex .column.lx-160 table td {
      padding: 5px; }
    #products #model #feature .wrap .flex .column.lx-160 table th {
      width: 80px; }
    #products #model #feature .wrap .flex .column.lx-160 table td {
      width: calc(100% - 80px);
      padding-left: 10px; } }

/* LF-160/LV-500 */
#products #model #feature .wrap .lf-160 .abi.big {
  font-size: 24px;
  font-size: 2.4rem; }
#products #model #feature .wrap .lf-160 .desc {
  font-size: 20px;
  font-size: 2rem;
  color: #00763c;
  font-weight: bold;
  margin-bottom: 15px; }
#products #model #feature .wrap .lf-160 .img {
  margin-bottom: 40px; }
#products #model #feature .wrap .lf-160 h5 {
  margin-bottom: 10px; }
#products #model #feature .wrap .lf-160 table {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 5px; }
  #products #model #feature .wrap .lf-160 table th, #products #model #feature .wrap .lf-160 table td {
    text-align: center;
    padding: 10px 20px; }
  #products #model #feature .wrap .lf-160 table td {
    width: 20%; }
  #products #model #feature .wrap .lf-160 table thead th {
    color: #FFF;
    background: #00763c; }
  #products #model #feature .wrap .lf-160 table tbody th {
    font-weight: normal; }
    #products #model #feature .wrap .lf-160 table tbody th:first-of-type {
      width: 20%;
      font-weight: bold; }
  #products #model #feature .wrap .lf-160 table.style {
    width: 60%; }
@media screen and (max-width: 769px) {
  #products #model #feature .wrap .lf-160 .abi {
    font-size: 20px;
    font-size: 2rem; }
  #products #model #feature .wrap .lf-160 .desc {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 5px; }
  #products #model #feature .wrap .lf-160 .img {
    margin-bottom: 20px; }
  #products #model #feature .wrap .lf-160 h5 {
    margin-bottom: 5px; }
  #products #model #feature .wrap .lf-160 table {
    font-size: 12px;
    font-size: 1.2rem; }
    #products #model #feature .wrap .lf-160 table th, #products #model #feature .wrap .lf-160 table td {
      text-align: center;
      padding: 7px 5px; }
    #products #model #feature .wrap .lf-160 table.style {
      width: 100%; } }

/* LS-160 */
#products #model #feature .wrap .ls-160 .img {
  margin-bottom: 20px; }
#products #model #feature .wrap .ls-160 table {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 30px; }
  #products #model #feature .wrap .ls-160 table th, #products #model #feature .wrap .ls-160 table td {
    width: 20%;
    text-align: center;
    padding: 10px 20px; }
  #products #model #feature .wrap .ls-160 table th {
    color: #fff;
    vertical-align: middle;
    background: #00763c; }
#products #model #feature .wrap .ls-160 .flex .photo {
  margin-right: 30px; }
#products #model #feature .wrap .ls-160 .flex .txtArea {
  font-size: 20px;
  font-size: 2rem;
  color: #00763c;
  font-weight: bold;
  padding-top: 15px; }
  #products #model #feature .wrap .ls-160 .flex .txtArea .abi {
    color: #000; }
@media screen and (max-width: 769px) {
  #products #model #feature .wrap .ls-160 .img {
    margin-bottom: 15px; }
  #products #model #feature .wrap .ls-160 table {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.2;
    margin-bottom: 15px; }
    #products #model #feature .wrap .ls-160 table th, #products #model #feature .wrap .ls-160 table td {
      width: 20%;
      padding: 7px 5px; }
  #products #model #feature .wrap .ls-160 .flex .photo {
    margin-right: 15px; }
  #products #model #feature .wrap .ls-160 .flex .txtArea {
    font-size: 16px;
    font-size: 1.6rem;
    padding-top: 5px; } }

/*------------------------------------------------------------------
  モノづくりギャラリー・サンプルワーク・ユーザーからの声　ボタン
------------------------------------------------------------------*/
#products #model #monoGallery .btn.next,
#products #model #sampleWorks .btn.next,
#products #model #userVoice .btn.next {
  width: 245px;
  height: 45px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  margin-left: auto; }
  @media screen and (max-width: 769px) {
    #products #model #monoGallery .btn.next,
    #products #model #sampleWorks .btn.next,
    #products #model #userVoice .btn.next {
      width: 220px;
      height: 40px;
      font-size: 14px;
      font-size: 1.4rem; } }

/*------------------------------------------------------------------
  ユーザーからの声を紹介
------------------------------------------------------------------*/
#products #model #userVoice .btn.next {
  margin-top: 20px; }

/*　ユーザーボイス　フリースペース（投稿本文表示）2021.04.30追記　
#container #contents div.user-voice-freearea {
  padding: 0 0 30px 0!important;
}
#container #contents div.user-voice-freearea p {
  margin-bottom: 15px!important;
}
*/


/* サブカテゴリーナビ  2021.04.22追記　国内ユーザーと海外ユーザーをわける
#user_voice .subCateNav {
  line-height: 1.0;
  padding: 10px 15px 0;
  margin-bottom: 60px;
  border: 2px solid #00763c;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  #user_voice .subCateNav a {
    text-decoration: none;
    padding-right: 20px;
    position: relative; }
    #user_voice .subCateNav a:after {
      font-family: 'icomoon';
      content: "\e900";
      position: absolute;
      top: 0.2em;
      right: 0;
      font-weight: normal;
      font-style: normal;
      font-size: 12px;
      font-size: 1.2rem;
      transform: rotate(90deg); }
    #user_voice .subCateNav a:hover {
      text-decoration: underline; }
  #user_voice .subCateNav ul.abi {
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    #user_voice .subCateNav ul.abi li {
      margin-right: 20px;
      margin-bottom: 10px; }
      #user_voice .subCateNav ul.abi li a {
        color: #00763c;
        text-decoration: none;
        padding-right: 20px;
        position: relative; }
        #user_voice .subCateNav ul.abi li a:after {
          font-family: 'icomoon';
          content: "\e900";
          position: absolute;
          top: 0.4em;
          right: 0;
          font-weight: normal;
          font-style: normal;
          font-size: 10px;
          font-size: 1rem;
          transform: rotate(90deg);
          color: #00763c; }
        #user_voice .subCateNav ul.abi li a:hover {
          text-decoration: underline; }
  @media screen and (max-width: 769px) {
    #user_voice .subCateNav {
      padding: 5px 10px 0;
      margin-bottom: 40px; }
      #user_voice .subCateNav a {
        padding-right: 10px; }
        #user_voice .subCateNav a:after {
          font-size: 10px;
          font-size: 1rem;
          transform: rotate(90deg), scale(0.8); }
        #user_voice .subCateNav a:hover {
          text-decoration: underline; }
      #user_voice .subCateNav ul.abi {
        font-size: 11px;
        font-size: 1.1rem; }
        #user_voice .subCateNav ul.abi li {
          margin-right: 15px;
          margin-bottom: 5px; }
          #user_voice .subCateNav ul.abi li a {
            padding-right: 15px; }
            #user_voice .subCateNav ul.abi li a:after {
              transform: rotate(90deg) scale(0.8); } }*/

/*------------------------------------------------------------------

  CAD/CAM

------------------------------------------------------------------*/
#products #gibbsCam .intro .catch img, #products #ccOther .intro .catch img {
  max-width: 320px; }
@media screen and (max-width: 769px) {
  #products #gibbsCam .intro .catch, #products #ccOther .intro .catch {
    padding-top: 20px;
    margin-bottom: 5px; }
    #products #gibbsCam .intro .catch img, #products #ccOther .intro .catch img {
      max-width: 240px; } }

/*------------------------------------------------------------------
  TOP
------------------------------------------------------------------*/
#products #ccTop .intro {
  margin-bottom: 50px; }
  @media screen and (max-width: 769px) {
    #products #ccTop .intro {
      margin-bottom: 30px; } }

#products #ccTop h3 {
  font-family: "Arial Black", Arial, sans-serif;
  font-weight: bold;
  font-style: italic; }
#products #ccTop .block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  #products #ccTop .block .photo {
    width: 48%;
    max-width: 340px;
    margin-right: auto; }
    #products #ccTop .block .photo img {
      border: 1px solid #ccc; }
  #products #ccTop .block .column {
    width: 48%;
    max-width: 340px; }
    #products #ccTop .block .column .btn {
      width: 225px;
      height: 50px;
      font-family: "Arial Black", Arial, sans-serif;
      font-weight: bold;
      font-style: italic;
      font-size: 16px;
      font-size: 1.6rem;
      margin-top: 20px;
      margin-left: auto; }
  @media screen and (max-width: 769px) {
    #products #ccTop .block {
      display: block; }
      #products #ccTop .block .photo {
        width: auto;
        margin: 0 0 20px; }
      #products #ccTop .block .column {
        width: 100%;
        max-width: none; }
        #products #ccTop .block .column .btn {
          width: 160px;
          height: 40px;
          font-size: 14px;
          font-size: 1.4rem;
          margin-top: 15px; } }

/*------------------------------------------------------------------
  GibbsCAM
------------------------------------------------------------------*/
#products #gibbsCam .intro {
  margin-bottom: 40px; }

#products #gibbsCam .inNav {
  margin-bottom: 60px; }

#products #gibbsCam .inform {
  padding: 3%;
  margin-top: 50px;
  border: 1px solid #ddd; }
  #products #gibbsCam .inform .title {
    font-family: "Arial Black", Arial, sans-serif;
    font-weight: bold;
    font-style: italic;
    font-size: 24px;
    font-size: 2.4rem;
    color: #00763c; }
  #products #gibbsCam .inform .ttlSup {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold; }
  #products #gibbsCam .inform .btn.rev {
    width: 90px;
    height: 25px;
    font-family: "Arial Black", Arial, sans-serif;
    font-weight: bold;
    font-style: italic;
    font-size: 12px;
    font-size: 1.2rem;
    margin: -20px 0 30px auto; }
    #products #gibbsCam .inform .btn.rev a {
      padding-right: 20px;
      padding-left: 10px; }
      #products #gibbsCam .inform .btn.rev a:after {
        right: 7px; }
  #products #gibbsCam .inform ul.newsList li {
    text-align: left; }
    #products #gibbsCam .inform ul.newsList li + li {
      margin-top: 20px; }
    #products #gibbsCam .inform ul.newsList li a {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -ms-align-items: center;
      align-items: center; }
      #products #gibbsCam .inform ul.newsList li a .data {
        width: 235px;
        margin-right: 15px;
        margin-bottom: 0; }
        #products #gibbsCam .inform ul.newsList li a .data .cate {
          width: 120px;
          height: 25px;
          font-size: 12px;
          font-size: 1.2rem;
          color: #FFF;
          padding-left: 10px;
          margin-right: 15px;
          background: #00763c;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-align-items: center;
          -ms-align-items: center;
          align-items: center; }
      #products #gibbsCam .inform ul.newsList li a .day {
        margin-bottom: 0; }
      #products #gibbsCam .inform ul.newsList li a .ttl {
        width: calc(100% - 250px); }
  @media screen and (max-width: 769px) {
    #products #gibbsCam .inform {
      padding: 10px;
      margin-top: 30px; }
      #products #gibbsCam .inform .title {
        font-size: 18px;
        font-size: 1.8rem; }
      #products #gibbsCam .inform .ttlSup {
        font-size: 12px;
        font-size: 1.2rem; }
      #products #gibbsCam .inform .btn.rev {
        width: 70px;
        height: 20px;
        font-size: 10px;
        font-size: 1rem;
        margin: -20px 0 20px auto; }
        #products #gibbsCam .inform .btn.rev a {
          padding-right: 10px;
          padding-left: 10px; }
          #products #gibbsCam .inform .btn.rev a:after {
            right: 5px;
            font-size: 10px;
            font-size: 1rem;
            transform: scale(0.8); }
      #products #gibbsCam .inform ul.newsList li + li {
        margin-top: 15px; }
      #products #gibbsCam .inform ul.newsList li a {
        display: block; }
        #products #gibbsCam .inform ul.newsList li a .data {
          width: auto;
          margin-right: 0;
          margin-bottom: 5px; }
          #products #gibbsCam .inform ul.newsList li a .data .cate {
            width: 120px;
            height: 20px;
            font-size: 10px;
            font-size: 1rem; }
        #products #gibbsCam .inform ul.newsList li a .ttl {
          width: auto; } }

/*  ソフトウェアダウンロード
-----------------------------------------------------------*/
#products #gcDl #cnt01 .ann {
  margin-bottom: 30px; }

#products #gibbsCam #cnt01 .btn, #products #gibbsCam #cnt02 .btn {
  width: 285px;
  height: 45px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 15px; }
  @media screen and (max-width: 769px) {
    #products #gibbsCam #cnt01 .btn, #products #gibbsCam #cnt02 .btn {
      width: 240px;
      height: 35px;
      font-size: 14px;
      font-size: 1.4rem; } }

/*  機能紹介
-----------------------------------------------------------*/
#products #gibbsCam #bnrList {
  margin: 0 -5px; }
  #products #gibbsCam #bnrList li {
    padding: 0 5px;
    margin-bottom: 10px; }
    #products #gibbsCam #bnrList li a {
      padding: 8px 23px 8px 8px; }
      #products #gibbsCam #bnrList li a:after {
        right: 10px; }
      #products #gibbsCam #bnrList li a .img {
        max-width: 60px;
        margin-right: 10px; }
      #products #gibbsCam #bnrList li a .txt {
        font-size: 16px;
        font-size: 1.6rem; }
        #products #gibbsCam #bnrList li a .txt span {
          display: block; }
          #products #gibbsCam #bnrList li a .txt span:nth-child(2) {
            font-size: 12px;
            font-size: 1.2rem; }
  @media screen and (max-width: 769px) {
    #products #gibbsCam #bnrList {
      margin: 0 -2px; }
      #products #gibbsCam #bnrList li {
        padding: 0 2px;
        margin-bottom: 5px; }
        #products #gibbsCam #bnrList li a {
          padding: 5px 20px 5px 5px; }
          #products #gibbsCam #bnrList li a:after {
            right: 5px; }
          #products #gibbsCam #bnrList li a .img {
            max-width: 50px;
            margin-right: 10px; }
          #products #gibbsCam #bnrList li a .txt {
            font-size: 14px;
            font-size: 1.4rem; }
            #products #gibbsCam #bnrList li a .txt span:nth-child(2) {
              font-size: 10px;
              font-size: 1rem; } }

/*  サポート ★ソフトウェアダウンロードページ共通
-----------------------------------------------------------*/
#products #gcSupport .block {
  margin: 0 -15px 60px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  #products #gcSupport .block section {
    width: 50%;
    padding: 0 15px; }
    #products #gcSupport .block section .action {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.3;
      padding: 10px;
      border-top: 1px solid #ddd; }
    #products #gcSupport .block section .square {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.3;
      font-weight: bold;
      padding-left: 12px;
      margin-bottom: 5px; }
      #products #gcSupport .block section .square:before {
        width: 8px;
        height: 8px; }
    #products #gcSupport .block section .ann {
      font-size: 12px;
      font-size: 1.2rem;
      color: #666;
      margin-left: 2.5em;
      text-indent: -2.5em; }
    #products #gcSupport .block section .ttl {
      line-height: 1.2;
      padding: 10px;
      margin-top: 35px;
      margin-bottom: 5px;
      background: #f0f0f0; }
      #products #gcSupport .block section .ttl p:nth-child(2) {
        font-size: 10px;
        font-size: 1rem;
        padding-left: 12px; }
    #products #gcSupport .block section dl {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.0;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      #products #gcSupport .block section dl dt, #products #gcSupport .block section dl dd {
        width: 50%;
        padding: 7px 10px;
        border-bottom: 1px solid #ddd; }
      #products #gcSupport .block section dl dt {
        font-weight: bold; }
    #products #gcSupport .block section .btn {
      width: 140px;
      height: 45px;
      margin-top: 20px; }
    #products #gcSupport .block section + section {
      margin-top: 0; }
  @media screen and (max-width: 960px) {
    #products #gcSupport .block {
      margin: 0 -8px 60px; }
      #products #gcSupport .block section {
        padding: 0 8px; } }
  @media screen and (max-width: 769px) {
    #products #gcSupport .block {
      margin: 0 0 40px;
      display: block; }
      #products #gcSupport .block section {
        width: 100%;
        padding: 0; }
        #products #gcSupport .block section .action {
          font-size: 12px;
          font-size: 1.2rem; }
        #products #gcSupport .block section .ann {
          font-size: 10px;
          font-size: 1rem; }
        #products #gcSupport .block section .ttl {
          margin-top: 20px; }
        #products #gcSupport .block section dl {
          font-size: 12px;
          font-size: 1.2rem; }
        #products #gcSupport .block section .btn {
          height: 35px;
          margin-top: 15px; }
        #products #gcSupport .block section + section {
          margin-top: 30px; } }

/* 講習会 */
#products #gibbsCam #gcSupport .lecture table.flexible {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 20px;
  margin-bottom: 10px; }
  #products #gibbsCam #gcSupport .lecture table.flexible thead {
    background: #f0f0f0; }
    #products #gibbsCam #gcSupport .lecture table.flexible thead th {
      color: #000;
      text-align: center;
      padding: 10px; }
  #products #gibbsCam #gcSupport .lecture table.flexible td {
    width: calc((100% - 150px) / 3);
    text-align: center;
    vertical-align: middle;
    padding: 10px;
    height: 65px; }
    #products #gibbsCam #gcSupport .lecture table.flexible td:first-of-type {
      width: 150px; }
    @media screen and (max-width: 769px) {
      #products #gibbsCam #gcSupport .lecture table.flexible td {
        width: auto;
        padding: 5px 8px; }
        #products #gibbsCam #gcSupport .lecture table.flexible td:first-of-type {
          width: auto; }
        #products #gibbsCam #gcSupport .lecture table.flexible td:before {
          width: 6em;
          text-align: left; } }
    #products #gibbsCam #gcSupport .lecture table.flexible td .status {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      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; }
      #products #gibbsCam #gcSupport .lecture table.flexible td .status .reserve a {
        background: #00763c;
        color: #FFFFFF;
        font-weight: bold;
        padding: 5px 20px;
        margin-left: 10px;
        border-radius: 5px;
        text-decoration: none; }
        #products #gibbsCam #gcSupport .lecture table.flexible td .status .reserve a:hover {
          background: #f16316; }
#products #gibbsCam #gcSupport .lecture .batsu, #products #gibbsCam #gcSupport .lecture .maru, #products #gibbsCam #gcSupport .lecture .sankaku {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 900;
  vertical-align: middle; }
#products #gibbsCam #gcSupport .lecture .batsu {
  color: #00763c; }
#products #gibbsCam #gcSupport .lecture .maru {
  color: #cb1818; }
#products #gibbsCam #gcSupport .lecture .sankaku {
  color: #004dbe; }
#products #gibbsCam #gcSupport .lecture .txt {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 20px; }
  @media screen and (max-width: 769px) {
    #products #gibbsCam #gcSupport .lecture .txt {
      font-size: 12px;
      font-size: 1.2rem; } }
#products #gibbsCam #gcSupport .lecture .btList {
  margin: 0 -5px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  #products #gibbsCam #gcSupport .lecture .btList p {
    width: 50%;
    height: 45px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 0 5px; }
  @media screen and (max-width: 769px) {
    #products #gibbsCam #gcSupport .lecture .btList {
      width: 80%;
      max-width: 400px;
      margin: 0 auto;
      display: block; }
      #products #gibbsCam #gcSupport .lecture .btList p {
        width: 100%;
        height: 35px;
        font-size: 14px;
        font-size: 1.4rem;
        padding: 0; }
        #products #gibbsCam #gcSupport .lecture .btList p + p {
          margin-top: 5px; } }

#products #gibbsCam .inqArea ul.btList {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  #products #gibbsCam .inqArea ul.btList li {
    margin-bottom: 20px; }
    #products #gibbsCam .inqArea ul.btList li.est a {
      font-size: 14px;
      font-size: 1.4rem; }

#products #gibbsCam #contact #top .bnrTel {
  height: 100px; }

/*------------------------------------------------------------------
  GibbsCAM - 各詳細ページ
------------------------------------------------------------------*/
#products #gcDetail .inNav {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 40px; }
  #products #gcDetail .inNav ul.pageNav {
    background: none;
    height: auto;
    padding-left: 0; }
    #products #gcDetail .inNav ul.pageNav li {
      margin-right: 10px; }
      #products #gcDetail .inNav ul.pageNav li a:after {
        display: none; }
      #products #gcDetail .inNav ul.pageNav li.title {
        font-size: 16px;
        font-size: 1.6rem;
        color: #00763c;
        margin-right: 50px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center;
        position: relative; }
        #products #gcDetail .inNav ul.pageNav li.title:after {
          content: "";
          position: absolute;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 5px 0 5px 8.7px;
          border-color: transparent transparent transparent #00763c;
          right: -30px; }

#products #gcDetail .ttlArea {
  margin-bottom: 50px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  #products #gcDetail .ttlArea .column {
    width: calc(100% - 270px);
    max-width: 400px;
    margin-right: auto; }
    #products #gcDetail .ttlArea .column .h3Area {
      margin-bottom: 40px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -ms-align-items: center;
      align-items: center; }
      #products #gcDetail .ttlArea .column .h3Area .logo {
        width: 74px;
        margin-right: 20px; }
      #products #gcDetail .ttlArea .column .h3Area h3 {
        width: calc(100% - 94px);
        font-size: 32px;
        font-size: 3.2rem;
        line-height: 1.0; }
        #products #gcDetail .ttlArea .column .h3Area h3 span {
          display: block;
          font-size: 18px;
          font-size: 1.8rem;
          padding-top: 5px;
          padding-left: 2px; }
  #products #gcDetail .ttlArea .function {
    width: 270px;
    color: #FFF;
    padding: 3%;
    background: #888; }
    #products #gcDetail .ttlArea .function .ttl {
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: bold;
      margin-bottom: 10px; }
      #products #gcDetail .ttlArea .function .ttl span {
        font-size: 14px;
        font-size: 1.4rem;
        vertical-align: middle;
        padding-left: 20px;
        margin-left: 12px;
        position: relative; }
        #products #gcDetail .ttlArea .function .ttl span:before {
          content: "";
          position: absolute;
          top: 0.5em;
          left: 0;
          width: 10px;
          height: 1px;
          background: #FFF; }
    #products #gcDetail .ttlArea .function ul li:before {
      background: #FFF; }
  @media screen and (max-width: 769px) {
    #products #gcDetail .ttlArea {
      display: block;
      margin-bottom: 40px; }
      #products #gcDetail .ttlArea .column {
        width: 100%;
        max-width: none;
        margin-bottom: 20px; }
        #products #gcDetail .ttlArea .column .h3Area {
          margin-bottom: 20px; }
          #products #gcDetail .ttlArea .column .h3Area .logo {
            width: 60px;
            margin-right: 10px; }
          #products #gcDetail .ttlArea .column .h3Area h3 {
            width: calc(100% - 90px);
            font-size: 26px;
            font-size: 2.6rem;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-align-items: center;
            -ms-align-items: center;
            align-items: center; }
            #products #gcDetail .ttlArea .column .h3Area h3 span {
              font-size: 16px;
              font-size: 1.6rem;
              padding: 0;
              margin-left: 15px; }
      #products #gcDetail .ttlArea .function {
        width: 100%;
        padding: 10px 20px; }
        #products #gcDetail .ttlArea .function .ttl {
          font-size: 16px;
          font-size: 1.6rem;
          margin-bottom: 5px; }
          #products #gcDetail .ttlArea .function .ttl span {
            font-size: 12px;
            font-size: 1.2rem; } }

#products #gcDetail .functionList {
  margin: 0 -20px 60px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  #products #gcDetail .functionList li {
    width: calc(100% / 3);
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.3;
    padding: 0 20px;
    margin-bottom: 20px; }
    #products #gcDetail .functionList li p:first-child {
      margin-bottom: 10px; }
  @media screen and (max-width: 1024px) {
    #products #gcDetail .functionList {
      margin: 0 -2% 60px; }
      #products #gcDetail .functionList li {
        padding: 0 2%; } }
  @media screen and (max-width: 769px) {
    #products #gcDetail .functionList {
      margin: 0 -5px 40px;
      -webkit-justify-content: center;
      -ms-justify-content: center;
      justify-content: center; }
      #products #gcDetail .functionList li {
        width: 50%;
        max-width: 210px;
        font-size: 12px;
        font-size: 1.2rem;
        padding: 0 5px;
        margin-bottom: 10px; }
        #products #gcDetail .functionList li p:first-child {
          margin-bottom: 5px; } }

#products #gcDetail .pickUp section + section {
  margin-top: 60px; }

#products #gcDetail .pickUp {
  padding: 50px;
  background: #f0f0f0; }
  #products #gcDetail .pickUp h4 {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 15px; }
  #products #gcDetail .pickUp .txt {
    margin-bottom: 30px; }
  #products #gcDetail .pickUp .block {
    font-size: 14px;
    font-size: 1.4rem; }
    #products #gcDetail .pickUp .block + .block {
      margin-top: 20px; }
    #products #gcDetail .pickUp .block h5 {
      font-size: 16px;
      font-size: 1.6rem;
      color: #FFF;
      line-height: 1.1;
      text-align: center;
      padding: 10px;
      margin-bottom: 10px;
      background: #888; }
    #products #gcDetail .pickUp .block .flex {
      margin-right: -5px;
      margin-left: -5px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      #products #gcDetail .pickUp .block .flex .column {
        width: 50%;
        text-align: center;
        padding: 0 5px; }
      #products #gcDetail .pickUp .block .flex div.inportBox {
        width: 50%; }
        #products #gcDetail .pickUp .block .flex div.inportBox ul {
          margin-bottom: 20px; }
          #products #gcDetail .pickUp .block .flex div.inportBox ul li {
            margin-left: 80px;
            list-style: disc;
            list-style-position: outside; }
  @media screen and (max-width: 769px) {
    #products #gcDetail .pickUp {
      padding: 15px; }
      #products #gcDetail .pickUp h4 {
        font-size: 20px;
        font-size: 2rem;
        margin-bottom: 10px; }
      #products #gcDetail .pickUp .txt {
        margin-bottom: 20px; }
      #products #gcDetail .pickUp .block {
        font-size: 12px;
        font-size: 1.2rem; }
        #products #gcDetail .pickUp .block h5 {
          font-size: 14px;
          font-size: 1.4rem;
          padding: 5px; }
        #products #gcDetail .pickUp .block .flex div.inportBox ul li {
          margin-left: 20px; } }

/* Option */
#products #gcDetail.option section + section {
  margin-top: 30px; }
#products #gcDetail.option section h4 {
  font-size: 16px;
  font-size: 1.6rem;
  color: #FFF;
  line-height: 1.1;
  padding: 10px 20px;
  background: #000; }
#products #gcDetail.option section .txt {
  margin-bottom: 20px; }
#products #gcDetail.option section .frame {
  padding: 20px; }
  #products #gcDetail.option section .frame .flex {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.3;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    #products #gcDetail.option section .frame .flex .column {
      margin-right: 20px;
      text-align: center; }
      #products #gcDetail.option section .frame .flex .column:last-of-type {
        margin-right: 0; }
@media screen and (max-width: 769px) {
  #products #gcDetail.option section + section {
    margin-top: 20px; }
  #products #gcDetail.option section h4 {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 5px 10px; }
  #products #gcDetail.option section .txt {
    margin-bottom: 15px; }
  #products #gcDetail.option section .frame {
    padding: 15px 10px 10px; }
    #products #gcDetail.option section .frame .flex {
      font-size: 12px;
      font-size: 1.2rem; }
      #products #gcDetail.option section .frame .flex .column {
        margin-right: 8px; } }

#products #gcDetail.option section table.flexible {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.1;
  margin-top: 20px;
  margin-bottom: 10px; }
  #products #gcDetail.option section table.flexible thead {
    background: #666; }
    #products #gcDetail.option section table.flexible thead th {
      font-size: 11px;
      font-size: 1.1rem;
      text-align: center;
      padding: 5px; }
  #products #gcDetail.option section table.flexible td {
    width: 11%;
    vertical-align: middle;
    padding: 5px 10px; }
    #products #gcDetail.option section table.flexible td:nth-child(1) {
      width: 25%; }
    #products #gcDetail.option section table.flexible td:nth-child(2) {
      width: 18%; }
    #products #gcDetail.option section table.flexible td:nth-child(5) {
      width: 35%; }
    @media screen and (max-width: 769px) {
      #products #gcDetail.option section table.flexible td {
        width: auto !important;
        padding: 5px 8px; }
        #products #gcDetail.option section table.flexible td:before {
          width: 180px;
          color: #00763c; } }

/*------------------------------------------------------------------
  GibbsCAM - Download
------------------------------------------------------------------*/
#products #gcDl .intro {
  font-weight: 500;
  text-align: left;
  margin-bottom: 40px; }
#products #gcDl dl.table {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
  margin-bottom: 15px; }
  #products #gcDl dl.table > dt {
    width: calc(100% - 170px);
    font-weight: 500;
    padding: 10px 15px;
    background: none;
    border-right: none; }
  #products #gcDl dl.table > dd {
    width: 170px;
    padding: 10px 20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center; }

#products #gcDl #gcSupport {
  margin-top: 100px; }

/*------------------------------------------------------------------
  GibbsCAM - 小技集
------------------------------------------------------------------*/
#products #gcTrick .block {
  padding: 28px 20px 20px 60px;
  border-bottom: 1px solid #ddd;
  background: url("../images/products/cadcam/GibbsCAM/trick/icon_check.jpg") no-repeat left top 20px; }
  #products #gcTrick .block:first-of-type {
    border-top: 1px solid #ddd; }
  #products #gcTrick .block p img {
    vertical-align: middle;
    padding: 0 2px; }
  #products #gcTrick .block .img {
    margin-top: 20px; }
  @media screen and (max-width: 769px) {
    #products #gcTrick .block {
      padding: 13px 10px 10px 40px;
      background-size: auto 25px;
      background-position: left top 10px; }
      #products #gcTrick .block .img {
        margin-top: 10px; } }

/*------------------------------------------------------------------
  GibbsCAM - FAQ
------------------------------------------------------------------*/
#products #gcFaq .point_ver {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.0;
  vertical-align: middle;
  padding: 1px 7px;
  margin-left: 4px;
  border: 1px solid #000; }
#products #gcFaq .intro {
  font-weight: 500;
  text-align: left;
  margin-bottom: 40px; }
  #products #gcFaq .intro dl {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.2;
    margin-top: 20px; }
    #products #gcFaq .intro dl dt {
      padding-left: 15px;
      margin-bottom: 7px; }
      #products #gcFaq .intro dl dt:before {
        top: .15em; }
    #products #gcFaq .intro dl dd {
      padding-left: 15px; }
      #products #gcFaq .intro dl dd + dt {
        margin-top: 20px; }

#products #gcFaq {
  counter-reset: number numberA; }
  #products #gcFaq section + section {
    margin-top: 80px; }
    @media screen and (max-width: 769px) {
      #products #gcFaq section + section {
        margin-top: 40px; } }
  #products #gcFaq .block {
    margin-bottom: 20px; }
    @media screen and (max-width: 960px) {
      #products #gcFaq .block {
        margin-bottom: 10px; } }

/* FAQ タイトル
------------------------------------------*/
#products #gcFaq .block .title {
  width: 100%;
  min-height: 80px;
  padding: 10px 60px 10px 22px;
  border: 3px solid #ccc;
  background: #FFF;
  position: relative;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  #products #gcFaq .block .title:after {
    font-family: 'icomoon';
    content: "\e900";
    position: absolute;
    top: calc(50% - 12px);
    right: 25px;
    font-weight: normal;
    font-style: normal;
    font-size: 10px;
    font-size: 1rem;
    color: #FFF;
    transform: rotate(90deg);
    width: 25px;
    height: 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; }
  #products #gcFaq .block .title .number {
    width: 50px;
    height: 34px;
    font-size: 18px;
    font-size: 1.8rem;
    color: #FFF;
    line-height: 1.0;
    font-weight: bold;
    margin-right: 15px;
    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; }
  #products #gcFaq .block .title h4 {
    width: calc(100% - 65px);
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.2;
    font-weight: 500;
    margin-right: auto; }
  @media screen and (max-width: 769px) {
    #products #gcFaq .block .title {
      min-height: 60px;
      padding: 5px 35px 5px 5px;
      border-width: 2px; }
      #products #gcFaq .block .title:after {
        transform: scale(0.8) rotate(90deg);
        top: calc(50% - 11px);
        right: 7px;
        width: 22px;
        height: 22px; }
      #products #gcFaq .block .title .number {
        width: 35px;
        height: 26px;
        font-size: 15px;
        font-size: 1.5rem;
        margin-right: 10px; }
      #products #gcFaq .block .title h4 {
        width: calc(100% - 45px);
        font-size: 14px;
        font-size: 1.4rem; } }

/* FAQ 回答
------------------------------------------*/
#products #gcFaq .block .column {
  padding: 28px 60px 45px 22px;
  display: none; }
  #products #gcFaq .block .column .inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    #products #gcFaq .block .column .inner .number {
      width: 50px;
      height: 34px;
      font-size: 18px;
      font-size: 1.8rem;
      color: #00763c;
      line-height: 1.0;
      font-weight: bold;
      margin-right: 15px;
      background: #FFF;
      border: 2px solid #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; }
    #products #gcFaq .block .column .inner .inBox {
      width: calc(100% - 65px); }
      #products #gcFaq .block .column .inner .inBox p + p {
        margin-top: 15px; }
  @media screen and (max-width: 769px) {
    #products #gcFaq .block .column {
      padding: 10px 35px 25px 5px; }
      #products #gcFaq .block .column .inner .number {
        width: 35px;
        height: 26px;
        font-size: 15px;
        font-size: 1.5rem;
        margin-right: 10px; }
      #products #gcFaq .block .column .inner .inBox {
        width: calc(100% - 45px); }
        #products #gcFaq .block .column .inner .inBox p + p {
          margin-top: 10px; } }

/*------------------------------------------------------------------
  PowerMill /
------------------------------------------------------------------*/
#products #ccOther .intro .txt {
  margin-bottom: 40px; }
#products #ccOther .intro .flex {
  margin: 0 -3px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center; }
  #products #ccOther .intro .flex p {
    padding: 0 3px; }
#products #ccOther .intro.comtool {
  margin-bottom: 50px; }
#products #ccOther section + section {
  margin-top: 40px; }
@media screen and (max-width: 769px) {
  #products #ccOther .intro .txt {
    margin-bottom: 20px; }
  #products #ccOther section + section {
    margin-top: 30px; } }

#products #ccOther .btn {
  display: inline-block;
  width: auto;
  height: 45px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 20px 0; }
  #products #ccOther .btn a {
    padding-right: 40px; }
    #products #ccOther .btn a:after {
      right: 15px; }
  #products #ccOther .btn .outLink {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    vertical-align: middle;
    padding-right: 15px;
    margin-left: 10px;
    position: relative; }
    #products #ccOther .btn .outLink:after {
      font-family: 'icomoon';
      content: "\e900";
      position: absolute;
      top: 0.2em;
      right: 0;
      font-weight: normal;
      font-style: normal;
      font-size: 10px;
      font-size: 1rem; }
  @media screen and (max-width: 769px) {
    #products #ccOther .btn {
      height: auto;
      font-size: 14px;
      font-size: 1.4rem;
      margin: 15px 0; }
      #products #ccOther .btn a {
        padding: 8px 25px 8px 10px;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: flex-start;
        -ms-align-items: flex-start;
        align-items: flex-start; }
        #products #ccOther .btn a:after {
          right: 5px; }
      #products #ccOther .btn .outLink {
        display: block;
        font-size: 10px;
        font-size: 1rem; }
        #products #ccOther .btn .outLink:after {
          top: .1em;
          transform: scale(0.8); } }

/* COM-TOOL ----------------------*/
#products #ccOther #comtool .comTitle {
  background: #000;
  padding: 5px 15px;
  color: #FFF;
  font-weight: bold;
  margin-bottom: 20px; }
#products #ccOther #comtool h4 {
  font-size: 16px;
  font-size: 1.6rem;
  padding-left: 15px;
  margin-bottom: 15px; }
#products #ccOther #comtool .txt {
  margin-bottom: 15px;
  margin-left: 20px; }
#products #ccOther #comtool .photo {
  margin-bottom: 30px;
  margin-left: 30px; }
#products #ccOther #comtool .flex {
  margin-bottom: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  #products #ccOther #comtool .flex p:first-of-type {
    margin-right: 15px; }
  #products #ccOther #comtool .flex .cntRht {
    margin-left: 20px; }
    #products #ccOther #comtool .flex .cntRht ul:last-child {
      margin-left: 20px; }
#products #ccOther #comtool .inBox {
  border: 2px solid #175F9B;
  border-radius: 20px; }
  #products #ccOther #comtool .inBox .inTilte {
    background: #175F9B;
    padding: 5px 20px;
    color: #FFF;
    border-radius: 17px 17px 0 0;
    font-weight: bold; }
  #products #ccOther #comtool .inBox .inPhoto {
    text-align: center;
    padding: 15px 10px; }
#products #ccOther #comtool .inTxt {
  width: 33%; }
@media screen and (max-width: 769px) {
  #products #ccOther #comtool h4 {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 10px; }
  #products #ccOther #comtool .txt {
    margin-bottom: 10px; }
  #products #ccOther #comtool .flex {
    margin-bottom: 10px; }
    #products #ccOther #comtool .flex p:first-of-type {
      margin-right: 7px; } }

/* VERICUT ----------------------*/
#products #ccOther #vericut h4 {
  font-size: 16px;
  font-size: 1.6rem;
  padding-left: 15px;
  margin-bottom: 15px; }
#products #ccOther #vericut .txt {
  margin-bottom: 20px; }
#products #ccOther #vericut .dot.tSmall {
  margin-top: 3px; }
#products #ccOther #vericut .flex {
  margin-bottom: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  #products #ccOther #vericut .flex p:first-of-type {
    margin-right: 15px; }
@media screen and (max-width: 769px) {
  #products #ccOther #vericut h4 {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 10px; }
  #products #ccOther #vericut .txt {
    margin-bottom: 10px; }
  #products #ccOther #vericut .flex {
    margin-bottom: 10px; }
    #products #ccOther #vericut .flex p:first-of-type {
      margin-right: 7px; } }

/*------------------------------------------------------------------

  ハジめて！マツウラ！

------------------------------------------------------------------*/
/*------------------------------------------------------------------
  Main
------------------------------------------------------------------*/
#products #beginner .intro .txt {
  margin-bottom: 30px; }
#products #beginner .intro .ttl {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 10px; }
  #products #beginner .intro .ttl img {
    width: 420px; }
@media screen and (max-width: 769px) {
  #products #beginner .intro .txt {
    margin-bottom: 20px; }
  #products #beginner .intro .ttl {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 10px; }
    #products #beginner .intro .ttl img {
      width: 280px; } }

#products #beginner .intro .wrap {
  padding: 40px 10px 0; }
  #products #beginner .intro .wrap .block {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    #products #beginner .intro .wrap .block .column {
      padding: 30px 10px 0;
      margin-bottom: 40px; }
      #products #beginner .intro .wrap .block .column .inBox {
        font-size: 12px;
        font-size: 1.2rem;
        padding: 30px 15px 10px; }
        #products #beginner .intro .wrap .block .column .inBox .ttl {
          font-size: 20px;
          font-size: 2rem;
          margin-top: 10px 0; }
          #products #beginner .intro .wrap .block .column .inBox .ttl.style {
            line-height: 1.0; }
            #products #beginner .intro .wrap .block .column .inBox .ttl.style .sup {
              font-size: 20px;
              font-size: 2rem;
              color: #00763c;
              line-height: 1.0; }
  @media screen and (max-width: 769px) {
    #products #beginner .intro .wrap {
      padding: 20px 10px 0; }
      #products #beginner .intro .wrap .block .column {
        padding: 20px 5px 0;
        margin-bottom: 20px; }
        #products #beginner .intro .wrap .block .column .inBox {
          font-size: 10px;
          font-size: 1rem;
          padding: 30px 5px 10px; }
          #products #beginner .intro .wrap .block .column .inBox .ttl {
            font-size: 18px;
            font-size: 1.8rem; } }

/*------------------------------------------------------------------
  Common
------------------------------------------------------------------*/
#products #beginner section h3 {
  height: 90px;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.0;
  padding-top: 25px;
  padding-left: 110px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  z-index: 1; }
  #products #beginner section h3:before {
    font-family: 'icomoon';
    content: "\e90a";
    position: absolute;
    top: 0;
    left: 0;
    font-weight: normal;
    font-style: normal;
    font-size: 90px;
    font-size: 9rem;
    color: #09a5c7;
    background: -webkit-linear-gradient(bottom, #a4d474 12%, #09a5c7 55%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  #products #beginner section h3 span {
    font-size: 16px;
    font-size: 1.6rem;
    margin-right: 10px; }
#products #beginner section .mainImg {
  padding: 20px 10px 10px;
  margin-top: -10px;
  margin-bottom: 40px;
  background: #f0f0f0; }
#products #beginner section .catch {
  min-height: 45px;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.2;
  font-weight: bold;
  padding-left: 75px;
  margin-bottom: 35px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: relative; }
  #products #beginner section .catch:before {
    font-family: 'icomoon';
    content: "\e900";
    position: absolute;
    top: calc(50% - .6em);
    left: 0;
    font-weight: normal;
    font-style: normal;
    font-size: 60px;
    font-size: 6rem;
    color: #00763c; }
#products #beginner section .txt {
  margin-bottom: 30px; }
#products #beginner section .btn.more {
  width: 330px;
  height: 45px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  margin-left: auto; }
  #products #beginner section .btn.more .abi {
    margin-right: 8px; }
@media screen and (max-width: 769px) {
  #products #beginner section h3 {
    height: 50px;
    font-size: 20px;
    font-size: 2rem;
    padding-top: 10px;
    padding-left: 65px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start; }
    #products #beginner section h3:before {
      font-size: 50px;
      font-size: 5rem; }
    #products #beginner section h3 span {
      font-size: 14px;
      font-size: 1.4rem;
      margin: 0 0 5px; }
  #products #beginner section .mainImg {
    padding: 20px 5px 5px;
    margin-bottom: 20px; }
  #products #beginner section .catch {
    min-height: 45px;
    font-size: 18px;
    font-size: 1.8rem;
    padding-left: 60px;
    margin-bottom: 15px; }
    #products #beginner section .catch:before {
      font-size: 50px;
      font-size: 5rem; }
  #products #beginner section .txt {
    margin-bottom: 20px; }
  #products #beginner section .btn.more {
    width: 280px;
    height: 35px;
    font-size: 14px;
    font-size: 1.4rem; }
    #products #beginner section .btn.more .abi {
      margin-right: 8px; } }

#products #beginner section#cnt02 h3:before {
  content: "\e90b"; }
#products #beginner section#cnt03 h3:before {
  content: "\e90c"; }
#products #beginner section#cnt04 h3:before {
  content: "\e90d"; }
#products #beginner section#cnt05 h3:before {
  content: "\e90e"; }
#products #beginner section#cnt06 h3:before {
  content: "\e90f"; }

/* Item Line UP */
#products #beginner .itemLineUp .column.ttlArea {
  padding-right: 20px; }
  #products #beginner .itemLineUp .column.ttlArea .ttl {
    min-height: 155px;
    font-size: 20px;
    font-size: 2rem;
    color: #FFF;
    line-height: 1.2;
    font-weight: bold;
    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; }
    #products #beginner .itemLineUp .column.ttlArea .ttl:after {
      content: "";
      position: absolute;
      top: calc(50% - 13px);
      right: -15px;
      border-top: 13px solid transparent;
      border-bottom: 13px solid transparent;
      border-left: 15px solid #00763c; }
    @media all and (-ms-high-contrast: none) {
      #products #beginner .itemLineUp .column.ttlArea .ttl {
        height: 155px; } }
@media screen and (max-width: 769px) {
  #products #beginner .itemLineUp .column.ttlArea {
    padding-right: 20px; }
    #products #beginner .itemLineUp .column.ttlArea .ttl {
      height: 100%;
      font-size: 18px;
      font-size: 1.8rem; } }

/*------------------------------------------------------------------

  サポート

------------------------------------------------------------------*/
/*------------------------------------------------------------------
  マツウラのサポート体制
------------------------------------------------------------------*/
#products #support #cnt01 .catch {
  font-size: 18px;
  font-size: 1.8rem;
  color: #00763c;
  font-weight: bold;
  margin-bottom: 30px; }
#products #support #cnt01 .txt {
  margin-bottom: 20px; }
@media screen and (max-width: 769px) {
  #products #support #cnt01 .catch {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 15px; }
  #products #support #cnt01 .txt {
    margin-bottom: 10px; } }

/*------------------------------------------------------------------
  サポート窓口
------------------------------------------------------------------*/
#products #support #cnt02 .block {
  margin: 0 -25px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  #products #support #cnt02 .block .column {
    width: 50%;
    padding: 0 25px;
    margin-bottom: 50px; }
    #products #support #cnt02 .block .column section {
      max-width: 330px;
      border-top: 10px solid #00763c;
      border-bottom: 3px solid #a9a9a9;
      background: #f0f0f0; }
      #products #support #cnt02 .block .column section .inBox {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.4;
        padding: 20px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; }
        #products #support #cnt02 .block .column section .inBox h4 {
          font-size: 22px;
          font-size: 2.2rem;
          color: #00763c;
          text-align: center; }
          @media all and (-ms-high-contrast: none) {
            #products #support #cnt02 .block .column section .inBox h4 {
              max-width: 290px; } }
        #products #support #cnt02 .block .column section .inBox .h4sup {
          font-family: "Arial Black", Arial, sans-serif;
          font-weight: bold;
          font-style: italic;
          color: #999;
          margin-bottom: 20px; }
        #products #support #cnt02 .block .column section .inBox .txt {
          margin-bottom: auto; }
          @media all and (-ms-high-contrast: none) {
            #products #support #cnt02 .block .column section .inBox .txt {
              max-width: 290px; } }
        #products #support #cnt02 .block .column section .inBox .inq {
          width: 100%;
          padding-top: 15px;
          margin-top: 20px;
          border-top: 1px solid #ccc;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-align-items: center;
          -ms-align-items: center;
          align-items: center;
          -webkit-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column; }
          #products #support #cnt02 .block .column section .inBox .inq .recept {
            font-weight: bold; }
            @media all and (-ms-high-contrast: none) {
              #products #support #cnt02 .block .column section .inBox .inq .recept {
                max-width: 290px; } }
          #products #support #cnt02 .block .column section .inBox .inq .tel {
            font-size: 22px;
            font-size: 2.2rem;
            color: #00763c;
            font-weight: bold;
            padding-left: 20px;
            position: relative; }
            #products #support #cnt02 .block .column section .inBox .inq .tel:before {
              font-family: 'icomoon';
              content: "\e900";
              position: absolute;
              top: 0.1em;
              left: 0;
              font-weight: normal;
              font-style: normal;
              font-size: 18px;
              font-size: 1.8rem; }
            #products #support #cnt02 .block .column section .inBox .inq .tel a {
              color: #00763c;
              text-decoration: none; }
          #products #support #cnt02 .block .column section .inBox .inq .data {
            font-size: 12px;
            font-size: 1.2rem;
            color: #666; }
  @media screen and (max-width: 960px) {
    #products #support #cnt02 .block {
      margin: 0 -10px; }
      #products #support #cnt02 .block .column {
        padding: 0 10px;
        margin-bottom: 30px; } }
  @media screen and (max-width: 769px) {
    #products #support #cnt02 .block {
      display: block;
      margin: 0 auto; }
      #products #support #cnt02 .block .column {
        width: 100%;
        padding: 0; }
        #products #support #cnt02 .block .column section {
          border-top-width: 5px;
          border-bottom-width: 2px; }
          #products #support #cnt02 .block .column section .img img {
            width: 100%;
            max-width: 748px;
            max-height: 180px;
            object-fit: cover; }
          #products #support #cnt02 .block .column section .inBox {
            padding: 10px; }
            #products #support #cnt02 .block .column section .inBox h4 {
              font-size: 20px;
              font-size: 2rem; }
            #products #support #cnt02 .block .column section .inBox .h4sup {
              margin-bottom: 15px; }
            #products #support #cnt02 .block .column section .inBox .inq {
              padding-top: 10px;
              margin-top: 15px; }
              #products #support #cnt02 .block .column section .inBox .inq .tel {
                font-size: 18px;
                font-size: 1.8rem;
                padding-left: 17px; }
                #products #support #cnt02 .block .column section .inBox .inq .tel:before {
                  top: 0;
                  font-size: 16px;
                  font-size: 1.6rem; }
              #products #support #cnt02 .block .column section .inBox .inq .data {
                font-size: 10px;
                font-size: 1rem; } }

/*!===================================================================

  マツウラのモノづくり

====================================================================*/
/* モノづくりギャラリー */
.monoGl {
  margin-right: -25px;
  margin-left: -25px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .monoGl .column {
    width: 50%;
    padding: 0 25px;
    margin-bottom: 30px; }
    .monoGl .column a {
      color: #000;
      text-decoration: none; }
      .monoGl .column a:hover {
        text-decoration: underline; }
      .monoGl .column a .movie {
        margin-bottom: 15px; }
      .monoGl .column a .name {
        line-height: 1.3;
        font-weight: bold;
        padding-right: 30px;
        position: relative; }
        .monoGl .column a .name:after {
          font-family: 'icomoon';
          content: "\e900";
          position: absolute;
          top: 0.1em;
          right: 10px;
          font-weight: normal;
          font-style: normal;
          font-size: 14px;
          font-size: 1.4rem;
          color: #00763c; }
  @media screen and (max-width: 769px) {
    .monoGl {
      max-width: 680px;
      margin-right: auto;
      margin-left: auto; }
      .monoGl .column {
        padding: 0 5px;
        margin-bottom: 20px; }
        .monoGl .column a .movie {
          margin-bottom: 10px; }
        .monoGl .column a .name {
          padding-right: 20px; }
          .monoGl .column a .name:after {
            font-size: 12px;
            font-size: 1.2rem;
            top: .2em;
            right: 5px; } }

/* サンプルワーク */
.sampleWk {
  margin-right: -12px;
  margin-left: -13px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .sampleWk .column {
    width: 33.33%;
    padding-right: 12px;
    padding-left: 13px;
    margin-bottom: 30px; }
    .sampleWk .column a {
      color: #000;
      text-decoration: none; }
      .sampleWk .column a:hover {
        text-decoration: underline; }
      .sampleWk .column a .img {
        margin-bottom: 15px;
        position: relative; }
        .sampleWk .column a .img:after {
          content: "";
          position: absolute;
          right: 0;
          bottom: 0;
          width: 23.7%;
          height: 30.3%;
          background: url("../images/common/img_more.jpg") no-repeat;
          background-size: contain; }
      .sampleWk .column a .name {
        line-height: 1.2;
        font-weight: bold;
        padding-right: 30px;
        margin-bottom: 10px;
        position: relative; }
        .sampleWk .column a .name:after {
          font-family: 'icomoon';
          content: "\e900";
          position: absolute;
          top: 0.1em;
          right: 10px;
          font-weight: normal;
          font-style: normal;
          font-size: 14px;
          font-size: 1.4rem;
          color: #00763c; }
      .sampleWk .column a .material {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1.0; }
        .sampleWk .column a .material span {
          color: #00763c;
          font-weight: bold;
          margin-right: 10px; }
  @media screen and (max-width: 769px) {
    .sampleWk {
      max-width: 460px;
      margin-right: auto;
      margin-left: auto; }
      .sampleWk .column {
        width: 50%;
        padding-right: 5px;
        padding-left: 5px;
        margin-bottom: 20px; }
        .sampleWk .column a .img {
          margin-bottom: 10px; }
        .sampleWk .column a .name {
          padding-right: 20px;
          margin-bottom: 8px; }
          .sampleWk .column a .name:after {
            font-size: 12px;
            font-size: 1.2rem;
            top: .2em;
            right: 5px; }
        .sampleWk .column a .material {
          font-size: 10px;
          font-size: 1rem; }
          .sampleWk .column a .material span {
            margin-right: 5px; } }

/*------------------------------------------------------------------

  マツウラのモノづくりTOP

------------------------------------------------------------------*/
#technology #top #container {
  max-width: none;
  padding: 0;
  margin: 0; }
#technology #top .container {
  margin-bottom: 90px; }
#technology #top .intro {
  margin-bottom: 40px; }
  #technology #top .intro .catch img {
    width: 500px; }
#technology #top .movie {
  margin-bottom: 30px;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden; }
  #technology #top .movie iframe, #technology #top .movie object, #technology #top .movie embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
#technology #top section + section {
  margin-top: 20px; }
@media screen and (max-width: 769px) {
  #technology #top .container {
    margin-bottom: 60px; }
  #technology #top .intro .catch img {
    width: 90%;
    max-width: 480px; }
  #technology #top .movie {
    margin-bottom: 20px; } }

/* contents
--------------------------------------------------------------*/
#technology #top .block {
  padding-top: 80px;
  padding-bottom: 35px;
  background: url("../images/technology/top/bg_dot01.jpg") no-repeat left top;
  background-size: contain;
  position: relative; }
  #technology #top .block:nth-of-type(2) {
    background: url("../images/technology/top/bg_dot02.jpg") no-repeat right top;
    background-size: contain; }
  #technology #top .block .column {
    width: 42%;
    max-width: 430px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    color: #FFF;
    padding: 60px 60px 80px;
    background: #00763c;
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 1; }
    #technology #top .block .column h3 {
      font-size: 32px;
      font-size: 3.2rem;
      line-height: 1.0;
      padding-top: 40px;
      margin-bottom: 15px;
      background: url("../images/skin/nav/ttl_deco.jpg") no-repeat left top; }
    #technology #top .block .column .h3sup {
      line-height: 1.2;
      font-weight: bold;
      margin-bottom: 70px; }
  #technology #top .block .photo {
    width: 61.1%;
    max-width: 625px;
    margin-left: auto; }
  @media screen and (max-width: 960px) {
    #technology #top .block .column {
      padding: 40px 30px; }
      #technology #top .block .column .h3sup {
        margin-bottom: 50px; } }
  @media screen and (max-width: 769px) {
    #technology #top .block {
      padding-top: 20px;
      padding-bottom: 20px; }
      #technology #top .block .column {
        width: 100%;
        max-width: 625px;
        line-height: 1.4;
        padding: 20px 15px;
        margin: 0 auto;
        position: inherit;
        top: 0; }
        #technology #top .block .column h3 {
          font-size: 24px;
          font-size: 2.4rem;
          padding-top: 20px;
          margin-bottom: 10px;
          background-size: 50px auto; }
        #technology #top .block .column .h3sup {
          margin-bottom: 20px; }
      #technology #top .block .photo {
        width: 100%;
        margin: 0 auto; } }

#technology #top .block .otherCnt {
  margin-top: 20px;
  position: relative;
  z-index: 100;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end; }
  #technology #top .block .otherCnt p {
    margin-right: 10px; }
    #technology #top .block .otherCnt p:last-child {
      margin-right: 0; }
  #technology #top .block .otherCnt .ttl {
    height: 35px;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    padding-left: 40px;
    background: url("../images/common/deco01.svg") no-repeat left center;
    background-size: 35px auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center; }
  #technology #top .block .otherCnt .btn.rev {
    width: auto;
    display: inline-block;
    font-weight: bold; }
    #technology #top .block .otherCnt .btn.rev a {
      padding-right: 27px;
      padding-left: 13px; }
      #technology #top .block .otherCnt .btn.rev a:after {
        top: calc(50% - .6em);
        right: 10px; }
  @media screen and (max-width: 769px) {
    #technology #top .block .otherCnt {
      margin-top: 15px;
      -webkit-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
      #technology #top .block .otherCnt p {
        margin-right: 5px; }
      #technology #top .block .otherCnt .ttl {
        height: 30px;
        padding-left: 30px;
        background-size: 25px auto; }
      #technology #top .block .otherCnt div {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
      #technology #top .block .otherCnt .btn.rev {
        font-size: 12px;
        font-size: 1.2rem; }
        #technology #top .block .otherCnt .btn.rev a {
          padding-right: 18px;
          padding-left: 10px; }
          #technology #top .block .otherCnt .btn.rev a:after {
            transform: scale(0.8);
            top: calc(50% - .6em);
            right: 5px; } }

#technology #top h4 {
  font-family: "Arial Black", Arial, sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size: 32px;
  font-size: 3.2rem;
  color: #00763c;
  line-height: 1.0;
  text-align: center;
  margin-bottom: 30px; }
  @media screen and (max-width: 769px) {
    #technology #top h4 {
      font-size: 24px;
      font-size: 2.4rem;
      margin-bottom: 15px; } }

/*------------------------------------------------------------------

  自動化・無人化システム

------------------------------------------------------------------*/
#technology #automation .intro .img {
  margin-top: 40px; }
  @media screen and (max-width: 769px) {
    #technology #automation .intro .img {
      margin-top: 20px; } }

#technology #automation #cnt01 .flex {
  margin: 40px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  #technology #automation #cnt01 .flex .column {
    width: 50%;
    padding-right: 15px; }
    #technology #automation #cnt01 .flex .column:nth-child(2) {
      padding-right: 0;
      padding-left: 15px; }
@media screen and (max-width: 769px) {
  #technology #automation #cnt01 .flex {
    margin: 20px 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    #technology #automation #cnt01 .flex .column {
      padding-right: 5px; }
      #technology #automation #cnt01 .flex .column:nth-child(2) {
        padding-right: 0;
        padding-left: 5px; } }

/*------------------------------------------------------------------

  モノづくりギャラリー

------------------------------------------------------------------*/
#technology #monoGallery .intro {
  margin-bottom: 60px; }
  @media screen and (max-width: 769px) {
    #technology #monoGallery .intro {
      margin-bottom: 40px; } }

#technology #monoGallery .cateNav {
  padding: 16px 16px 0;
  margin-bottom: 60px;
  border: 2px solid #f0f0f0; }
  #technology #monoGallery .cateNav .ttl {
    font-family: "Arial Black", Arial, sans-serif;
    font-weight: bold;
    font-style: italic;
    font-size: 26px;
    font-size: 2.6rem;
    color: #00763c;
    line-height: 1.0;
    text-align: center;
    margin-top: -35px;
    margin-bottom: 20px; }
    #technology #monoGallery .cateNav .ttl span {
      padding: 0 20px;
      background: #FFF; }
  #technology #monoGallery .cateNav ul {
    margin: 0 -5px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    #technology #monoGallery .cateNav ul li {
      width: calc(100% / 3);
      padding: 0 5px;
      margin-bottom: 10px;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.1;
      font-weight: bold; }
      #technology #monoGallery .cateNav ul li a {
        width: 100%;
        height: 50px;
        color: #FFF;
        text-decoration: none;
        padding-right: 30px;
        padding-left: 30px;
        background: #00763c;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center;
        position: relative; }
        #technology #monoGallery .cateNav ul li a:before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          border-top: 22px solid #eed712;
          border-right: 17px solid transparent; }
        #technology #monoGallery .cateNav ul li a:after {
          font-family: 'icomoon';
          content: "\e900";
          position: absolute;
          top: calc(50% - .5em);
          right: 10px;
          font-weight: normal;
          font-style: normal;
          font-size: 12px;
          font-size: 1.2rem;
          transform: rotate(90deg); }
        #technology #monoGallery .cateNav ul li a:hover {
          color: #00763c;
          background: #eed712; }
          #technology #monoGallery .cateNav ul li a:hover:before, #technology #monoGallery .cateNav ul li a:hover:after {
            border-top-color: #00763c; }
  @media screen and (max-width: 769px) {
    #technology #monoGallery .cateNav {
      padding: 10px 10px 0;
      margin-bottom: 40px; }
      #technology #monoGallery .cateNav .ttl {
        font-size: 20px;
        font-size: 2rem;
        margin-top: -25px;
        margin-bottom: 15px; }
        #technology #monoGallery .cateNav .ttl span {
          padding: 0 10px; }
      #technology #monoGallery .cateNav ul {
        margin: 0 -3px; }
        #technology #monoGallery .cateNav ul li {
          width: calc(100% / 2);
          padding: 0 3px;
          margin-bottom: 8px;
          font-size: 14px;
          font-size: 1.4rem; }
          #technology #monoGallery .cateNav ul li a {
            height: 45px;
            padding-right: 20px;
            padding-left: 10px; }
            #technology #monoGallery .cateNav ul li a:before {
              border-top-width: 16px;
              border-right-width: 14px; }
            #technology #monoGallery .cateNav ul li a:after {
              @incude fz(10);
              transform: scale(0.8), rotate(90deg);
              right: 8px; } }

/* サブカテゴリーナビ */
#technology #monoGallery .subCateNav {
  line-height: 1.0;
  padding: 10px 15px 0;
  margin-bottom: 60px;
  border: 2px solid #00763c;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  #technology #monoGallery .subCateNav a {
    text-decoration: none;
    padding-right: 20px;
    position: relative; }
    #technology #monoGallery .subCateNav a:after {
      font-family: 'icomoon';
      content: "\e900";
      position: absolute;
      top: 0.2em;
      right: 0;
      font-weight: normal;
      font-style: normal;
      font-size: 12px;
      font-size: 1.2rem;
      transform: rotate(90deg); }
    #technology #monoGallery .subCateNav a:hover {
      text-decoration: underline; }
  #technology #monoGallery .subCateNav ul.abi {
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    #technology #monoGallery .subCateNav ul.abi li {
      margin-right: 20px;
      margin-bottom: 10px; }
      #technology #monoGallery .subCateNav ul.abi li a {
        color: #00763c;
        text-decoration: none;
        padding-right: 20px;
        position: relative; }
        #technology #monoGallery .subCateNav ul.abi li a:after {
          font-family: 'icomoon';
          content: "\e900";
          position: absolute;
          top: 0.4em;
          right: 0;
          font-weight: normal;
          font-style: normal;
          font-size: 10px;
          font-size: 1rem;
          transform: rotate(90deg);
          color: #00763c; }
        #technology #monoGallery .subCateNav ul.abi li a:hover {
          text-decoration: underline; }
  @media screen and (max-width: 769px) {
    #technology #monoGallery .subCateNav {
      padding: 5px 10px 0;
      margin-bottom: 40px; }
      #technology #monoGallery .subCateNav a {
        padding-right: 10px; }
        #technology #monoGallery .subCateNav a:after {
          font-size: 10px;
          font-size: 1rem;
          transform: rotate(90deg), scale(0.8); }
        #technology #monoGallery .subCateNav a:hover {
          text-decoration: underline; }
      #technology #monoGallery .subCateNav ul.abi {
        font-size: 11px;
        font-size: 1.1rem; }
        #technology #monoGallery .subCateNav ul.abi li {
          margin-right: 15px;
          margin-bottom: 5px; }
          #technology #monoGallery .subCateNav ul.abi li a {
            padding-right: 15px; }
            #technology #monoGallery .subCateNav ul.abi li a:after {
              transform: rotate(90deg) scale(0.8); } }

/*#technology #monoGallery .cateNav {
  line-height: 1.0;
  margin-bottom: 10px;
  border: 2px solid $mainCl;
  @include flexbox;
  &:last-of-type {
    margin-bottom: 90px;
  }
  a {
    text-decoration: none;
    padding-right: 20px;
    position: relative;
    &:after {
      @include iconFont("\e900",$top:.2em, $right:0, $fontsize:12);
      transform: rotate(90deg);
    }
    &:hover {
      text-decoration: underline;
    }
  }
  .ttl {
    width: 140px;
    min-height: 100%;
    @include fz(14);
    padding: 20px;
    margin-right: auto;
    background: $mainCl;
    @include flexbox;
    @include flexbox-item;
    position: relative;
    &:before, &:after {
      content: "";
      position: absolute;
      right: -10px;
      width: 10px;
      height: 50%;
    }
    &:before {
      top: 0;
      background:linear-gradient(to bottom left, transparent 50%, $mainCl 50.1%) top right / 100% no-repeat;
    }
    &:after {
      bottom: 0;
      background:linear-gradient(to bottom right, $mainCl 50%, transparent 50.1%) top left/ 100% no-repeat
    }
    a {
      color: #FFF;
    }
  }
  ul {
    width: calc(100% - 160px);
    @include fz(12);
    font-weight: bold;
    padding: 20px 0 10px 20px;
    @include flexbox;
    @include flexbox-wrap;
    li {
      margin-right: 20px;
      margin-bottom: 10px;
      a {
        color: $mainCl;
        &:after {
          @include fz(10);
          color: $mainCl;
        }
      }
    }
    &.abi {
      @include fz(13);
      li a:after {
        top: .4em;
      }
    }
  }
}*/
/* 製品から見る
-------------------------------------------*/
#technology #monoGallery #proList h4 {
  font-family: "Arial Black", Arial, sans-serif;
  font-weight: bold;
  font-style: italic; }

/*------------------------------------------------------------------

  平成モノづくり30年史

------------------------------------------------------------------*/
/*==========================================================================
　　親ページ、子ページタイトル部分共通
==========================================================================*/
#technology #mono_history .intro {
  margin-bottom: 40px; }
  @media screen and (max-width: 500px) {
    #technology #mono_history .intro {
      text-align: center; } }

#technology #mono_history #cnt02 {
  margin-top: 40px; }

#technology #mono_history .block {
  padding-top: 80px;
  padding-bottom: 25px;
  background: url("../images/technology/top/bg_dot01.jpg") no-repeat left top;
  background-size: contain;
  position: relative; }
  #technology #mono_history .block:nth-of-type(2) {
    background: url("../images/technology/top/bg_dot02.jpg") no-repeat right top;
    background-size: contain; }
  #technology #mono_history .block .column {
    width: 50%;
    max-width: 355px;
    font-size: 24px;
    font-size: 2.4rem;
    color: #FFF;
    padding: 25px 25px 25px 30px;
    background: #00763c;
    position: absolute;
    top: 25px;
    left: 0;
    z-index: 1; }
    #technology #mono_history .block .column .headIcon {
      font-size: 20px;
      font-size: 2rem;
      font-family: 'Century Gothic'; }
      #technology #mono_history .block .column .headIcon img {
        vertical-align: text-bottom;
        margin-right: 5px; }
    #technology #mono_history .block .column h3 {
      font-size: 40px;
      font-size: 4rem;
      line-height: 1.0;
      padding-top: 20px;
      margin-bottom: 20px; }
    #technology #mono_history .block .column .h3sup {
      line-height: 1.2;
      font-weight: bold;
      margin-bottom: 25px;
      font-family: "Arial Black", Arial, sans-serif;
      font-weight: bold;
      font-style: italic; }
    #technology #mono_history .block .column .more {
      text-align: right; }
      #technology #mono_history .block .column .more a:hover img {
        opacity: 1; }
  #technology #mono_history .block .photo {
    width: 54%;
    max-width: 380px;
    margin-left: auto; }
  @media screen and (max-width: 960px) {
    #technology #mono_history .block .column .h3sup {
      margin-bottom: 20px; } }
  @media screen and (max-width: 500px) {
    #technology #mono_history .block {
      padding-top: 20px;
      padding-bottom: 20px; }
      #technology #mono_history .block .column {
        width: 100%;
        max-width: 380px;
        line-height: 1.4;
        padding: 20px 15px;
        margin: 0 auto;
        position: inherit;
        top: 0; }
        #technology #mono_history .block .column h3 {
          font-size: 24px;
          font-size: 2.4rem;
          padding-top: 20px;
          margin-bottom: 10px;
          background-size: 50px auto; }
        #technology #mono_history .block .column .h3sup {
          margin-bottom: 20px; }
      #technology #mono_history .block .photo {
        width: 100%;
        margin: 0 auto; } }

#technology #mono_history .block + .block {
  margin-top: 10px; }

#technology #mono_history .block .column.child .h3sup {
  margin-bottom: 60px; }
  @media screen and (max-width: 500px) {
    #technology #mono_history .block .column.child .h3sup {
      margin-bottom: 20px; } }

/*==========================================================================
　　子ページ
==========================================================================*/
/* キャッチ
-------------------------------------------*/
#technology #mono_history .h4 {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: bold;
  color: #00763c;
  border: 1px solid #00763c;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  margin: 30px auto;
  width: 100%;
  max-width: 660px; }
  #technology #mono_history .h4 p {
    height: 70px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    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; }
  #technology #mono_history .h4 .ttt {
    width: 62%; }
  #technology #mono_history .h4 .MachineName {
    font-family: "Arial Black", Arial, sans-serif;
    font-weight: bold;
    font-style: italic;
    color: #FFF;
    background: #00763c;
    width: 38%;
    position: relative;
    padding-right: 20px; }
    #technology #mono_history .h4 .MachineName:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: -25px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 0 70px 25px;
      border-color: transparent transparent #00763c transparent; }
  @media screen and (max-width: 500px) {
    #technology #mono_history .h4 {
      display: block;
      font-size: 20px;
      font-size: 2rem; }
      #technology #mono_history .h4 p {
        height: 50px; }
      #technology #mono_history .h4 .ttt {
        width: 100%; }
      #technology #mono_history .h4 .MachineName {
        width: 100%; }
        #technology #mono_history .h4 .MachineName:after {
          display: none; } }
#technology #mono_history .txt {
  margin-bottom: 70px; }

#technology #mono_history #cnt02 h3 {
  color: #00763c;
  font-family: 'Century Gothic';
  font-weight: normal;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1;
  font-style: italic;
  margin-bottom: 40px; }
  #technology #mono_history #cnt02 h3 img {
    margin-right: 10px; }
  @media screen and (max-width: 500px) {
    #technology #mono_history #cnt02 h3 {
      font-size: 24px;
      font-size: 2.4rem;
      margin-bottom: 20px; } }

#technology #mono_history .h4.fx {
  max-width: 450px; }
  #technology #mono_history .h4.fx .ttt {
    width: 50%; }
    @media screen and (max-width: 500px) {
      #technology #mono_history .h4.fx .ttt {
        width: 100%; } }
  #technology #mono_history .h4.fx .MachineName {
    width: 50%; }
    @media screen and (max-width: 500px) {
      #technology #mono_history .h4.fx .MachineName {
        width: 100%; } }

#technology #mono_history .h4.lx {
  max-width: 460px; }
  #technology #mono_history .h4.lx .ttt {
    width: 55%; }
    @media screen and (max-width: 500px) {
      #technology #mono_history .h4.lx .ttt {
        width: 100%; } }
  #technology #mono_history .h4.lx .MachineName {
    width: 45%; }
    @media screen and (max-width: 500px) {
      #technology #mono_history .h4.lx .MachineName {
        width: 100%; } }

#technology #mono_history .h4.cublex {
  max-width: 420px; }
  #technology #mono_history .h4.cublex .ttt {
    width: 40%; }
    @media screen and (max-width: 500px) {
      #technology #mono_history .h4.cublex .ttt {
        width: 100%; } }
  #technology #mono_history .h4.cublex .MachineName {
    width: 60%; }
    @media screen and (max-width: 500px) {
      #technology #mono_history .h4.cublex .MachineName {
        width: 100%; } }

#technology #mono_history .h4.mx {
  max-width: 460px; }
  #technology #mono_history .h4.mx .ttt {
    width: 60%; }
    @media screen and (max-width: 500px) {
      #technology #mono_history .h4.mx .ttt {
        width: 100%; } }
  #technology #mono_history .h4.mx .MachineName {
    width: 40%; }
    @media screen and (max-width: 500px) {
      #technology #mono_history .h4.mx .MachineName {
        width: 100%; } }

#technology #mono_history #cnt01 .subCnt {
  margin: 20px 0 40px 0;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  color: #8a8a8a;
  font-weight: bold; }
  #technology #mono_history #cnt01 .subCnt ul {
    margin-top: 15px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    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; }
    #technology #mono_history #cnt01 .subCnt ul li {
      margin-right: 10px; }
  @media screen and (max-width: 500px) {
    #technology #mono_history #cnt01 .subCnt {
      font-size: 16px;
      font-size: 1.6rem; }
      #technology #mono_history #cnt01 .subCnt ul.lumex {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        #technology #mono_history #cnt01 .subCnt ul.lumex li {
          width: 50%;
          margin-right: 0;
          margin-bottom: 10px; } }

#technology #mono_history #cnt01 .movieArea {
  margin-top: 20px;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 769px) {
    #technology #mono_history #cnt01 .movieArea {
      border-width: 5px; } }
  #technology #mono_history #cnt01 .movieArea iframe, #technology #mono_history #cnt01 .movieArea object, #technology #mono_history #cnt01 .movieArea embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  @media screen and (max-width: 769px) {
    #technology #mono_history #cnt01 .movieArea {
      margin-bottom: 20px; } }

/* 年表
-------------------------------------------*/
#technology #mono_history .wrap {
  position: relative; }
  #technology #mono_history .wrap:before {
    content: "";
    position: absolute;
    top: 21px;
    left: 9px;
    width: 2px;
    height: 100%;
    background: #00763c; }
  #technology #mono_history .wrap .cntYear {
    padding-left: 30px;
    margin-bottom: 15px;
    position: relative; }
    #technology #mono_history .wrap .cntYear:before, #technology #mono_history .wrap .cntYear:after {
      content: "";
      position: absolute;
      border-radius: 20px; }
    #technology #mono_history .wrap .cntYear:before {
      top: 21px;
      left: 0;
      width: 20px;
      height: 20px;
      border: solid 2px #00763c;
      background: #FFF; }
    #technology #mono_history .wrap .cntYear:after {
      top: 27px;
      left: 6px;
      width: 8px;
      height: 8px;
      background: #f9b30b; }
    #technology #mono_history .wrap .cntYear hr.line {
      margin: 25px 0 15px;
      background-color: #eee; }
  @media screen and (max-width: 769px) {
    #technology #mono_history .wrap:before {
      top: 10px;
      left: 7px; }
    #technology #mono_history .wrap .block {
      padding-left: 25px; }
      #technology #mono_history .wrap .block:before {
        top: 8px;
        width: 16px;
        height: 16px; }
      #technology #mono_history .wrap .block:after {
        top: 13px;
        left: 5px;
        width: 6px;
        height: 6px; }
      #technology #mono_history .wrap .block hr.line {
        margin: 10px 0; } }

#technology #mono_history .wrap .cntYear .age {
  margin-bottom: 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  #technology #mono_history .wrap .cntYear .age .num {
    width: 125px;
    font-size: 40px;
    font-size: 4rem;
    color: #00763c;
    line-height: 1.0;
    padding-top: 10px;
    padding-left: 35px;
    margin-right: auto;
    position: relative; }
    #technology #mono_history .wrap .cntYear .age .num:before {
      content: "";
      position: absolute;
      top: 30px;
      left: 0;
      width: 27px;
      height: 5px;
      border-top: dotted 2px #00763c; }
  #technology #mono_history .wrap .cntYear .age .column {
    width: calc(100% - 145px);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    #technology #mono_history .wrap .cntYear .age .column .inBox {
      width: calc(100% - 190px);
      margin-right: auto; }
      #technology #mono_history .wrap .cntYear .age .column .inBox .name {
        font-family: "Arial Black", Arial, sans-serif;
        font-weight: bold;
        font-style: italic;
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 1.0;
        padding-left: 35px;
        margin-top: 15px;
        margin-bottom: 15px;
        position: relative; }
        #technology #mono_history .wrap .cntYear .age .column .inBox .name:before {
          content: "";
          position: absolute;
          top: 0.2em;
          left: 0;
          border-top: 8px solid transparent;
          border-right: 15px solid #00763c;
          border-bottom: 8px solid transparent; }
        #technology #mono_history .wrap .cntYear .age .column .inBox .name .point_number {
          font-size: 14px;
          font-size: 1.4rem;
          font-family: Arial, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
          width: auto;
          font-style: normal;
          padding: 2px 10px 1px;
          margin-left: 10px;
          vertical-align: middle; }
      #technology #mono_history .wrap .cntYear .age .column .inBox .desc {
        margin-left: 35px; }
    #technology #mono_history .wrap .cntYear .age .column .photo {
      width: 190px;
      margin-top: 10px; }
  #technology #mono_history .wrap .cntYear .age.ttl {
    margin-bottom: 30px;
    -webkit-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end; }
    #technology #mono_history .wrap .cntYear .age.ttl .column {
      line-height: 1.0;
      padding-bottom: 5px;
      -webkit-align-items: flex-end;
      -ms-align-items: flex-end;
      align-items: flex-end; }
      #technology #mono_history .wrap .cntYear .age.ttl .column .found {
        width: 40px;
        font-size: 20px;
        font-size: 2rem;
        color: #00763c;
        font-weight: bold;
        margin-right: 20px; }
      #technology #mono_history .wrap .cntYear .age.ttl .column p:nth-child(2) {
        width: calc(100% - 60px); }
  @media screen and (max-width: 500px) {
    #technology #mono_history .wrap .cntYear .age {
      display: block; }
      #technology #mono_history .wrap .cntYear .age .num {
        width: auto;
        font-size: 28px;
        font-size: 2.8rem;
        padding-top: 15px;
        padding-left: 30px; }
        #technology #mono_history .wrap .cntYear .age .num:before {
          top: 30px;
          width: 22px;
          height: 4px; }
      #technology #mono_history .wrap .cntYear .age .column {
        width: 100%; }
        #technology #mono_history .wrap .cntYear .age .column .inBox {
          width: calc(100% - 120px); }
          #technology #mono_history .wrap .cntYear .age .column .inBox .name {
            font-size: 18px;
            font-size: 1.8rem;
            padding-left: 20px;
            margin-top: 5px;
            margin-bottom: 10px; }
            #technology #mono_history .wrap .cntYear .age .column .inBox .name:before {
              left: 0;
              border-top-width: 5px;
              border-right-width: 10px;
              border-bottom-width: 5px; }
          #technology #mono_history .wrap .cntYear .age .column .inBox .desc {
            font-size: 12px;
            font-size: 1.2rem;
            line-height: 1.3;
            margin-left: 20px; }
        #technology #mono_history .wrap .cntYear .age .column .photo {
          width: 120px; }
      #technology #mono_history .wrap .cntYear .age.ttl {
        margin-bottom: 15px; }
        #technology #mono_history .wrap .cntYear .age.ttl .column {
          margin-top: 7px;
          padding-bottom: 0;
          -webkit-align-items: flex-start;
          -ms-align-items: flex-start;
          align-items: flex-start; }
          #technology #mono_history .wrap .cntYear .age.ttl .column .found {
            font-size: 16px;
            font-size: 1.6rem;
            margin-right: 10px;
            width: 40px; }
          #technology #mono_history .wrap .cntYear .age.ttl .column p:nth-child(2) {
            width: calc(100% - 50px); } }

#technology #mono_history .wrap .cntYear .age .column.big .inBox {
  width: calc(100% - 150px); }
#technology #mono_history .wrap .cntYear .age .column.big .photo {
  width: 250px; }
  @media screen and (max-width: 500px) {
    #technology #mono_history .wrap .cntYear .age .column.big .photo {
      width: 150px; } }

/*------------------------------------------------------------------

  サンプルワーク集

------------------------------------------------------------------*/
/*==========================================================================
　　商品 詳細ページ (Color Box)　
==========================================================================*/
#swDetail {
  max-width: 800px;
  padding: 20px 20px 30px; }
  @media screen and (max-width: 769px) {
    #swDetail {
      padding: 10px 5px 20px; } }

@media all and (-ms-high-contrast: none) {
  #swDetail #mainPhoto img {
    max-width: 940px;
    width: 100%; } }
/* 切り替え画像
----------------------------------------*/
@media screen and (max-width: 769px) {
  #swDetail .bx-wrapper {
    margin: 0 auto 25px;
    font-size: 12px;
    font-size: 1.2rem; }
    #swDetail .bx-wrapper .bx-pager {
      bottom: -7px; }
      #swDetail .bx-wrapper .bx-pager.bx-default-pager a {
        width: 5px;
        height: 5px;
        margin: 0 3px; } }
/* 説明
------------------------------------------------------------------*/
#swDetail .inner {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0 2%; }
  #swDetail .inner h1 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.0;
    margin-bottom: 20px; }
  #swDetail .inner .txt {
    margin-bottom: 30px; }
  @media screen and (max-width: 769px) {
    #swDetail .inner {
      margin: 0 10px; }
      #swDetail .inner .txt {
        line-height: 1.3;
        margin-bottom: 15px; } }

/* 詳細 */
#swDetail .detail h2 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.0;
  margin-bottom: 10px; }
#swDetail .detail dl {
  border-top: 1px solid #eee;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
#swDetail .detail dt, #swDetail .detail dd {
  border-bottom: 1px solid #eee; }
#swDetail .detail dt {
  width: 105px;
  color: #00763c;
  font-weight: bold;
  padding: 10px 20px; }
#swDetail .detail dd {
  width: calc(100% - 105px);
  padding: 10px 30px; }
@media screen and (max-width: 769px) {
  #swDetail .detail dl {
    font-size: 12px;
    font-size: 1.2rem; }
    #swDetail .detail dl dt {
      width: 80px;
      padding: 5px; }
    #swDetail .detail dl dd {
      width: calc(100% - 80px);
      padding: 5px 10px; } }

/*------------------------------------------------------------------

  マツウラスクール

------------------------------------------------------------------*/
#technology #school .intro {
  font-weight: 500;
  text-align: left;
  margin-bottom: 60px; }
  @media screen and (max-width: 769px) {
    #technology #school .intro {
      margin-bottom: 40px; }
      #technology #school .intro br {
        display: none; } }

/*--------------------------------------------------------------
  各コース
--------------------------------------------------------------*/
#technology #school section .txt {
  margin-bottom: 20px; }
#technology #school section table {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.3; }
  #technology #school section table thead th {
    color: #FFF;
    background: #00763c; }
  #technology #school section table tbody tr:nth-child(even) {
    background: #f0f0f0; }
  #technology #school section table tbody th, #technology #school section table tbody td {
    background: none; }
  #technology #school section table tbody th {
    width: 30%;
    line-height: 1.3; }
    #technology #school section table tbody th span {
      font-weight: normal; }
#technology #school section#cnt02 ul {
  margin-bottom: 20px; }
  #technology #school section#cnt02 ul li {
    position: relative;
    padding-left: 16px; }
    #technology #school section#cnt02 ul li:before {
      content: "";
      position: absolute;
      top: 0.4em;
      left: 0px;
      width: 10px;
      height: 10px;
      background: #00763c; }
#technology #school section#cnt02 table {
  margin-bottom: 20px; }
  #technology #school section#cnt02 table tbody th, #technology #school section#cnt02 table tbody td {
    width: 50%; }
@media screen and (max-width: 769px) {
  #technology #school section .txt {
    margin-bottom: 15px; }
  #technology #school section table {
    font-size: 12px;
    font-size: 1.2rem; }
    #technology #school section table th, #technology #school section table td {
      padding: 10px; }
    #technology #school section table tbody tr:nth-child(even) {
      background: #f0f0f0; }
    #technology #school section table tbody th, #technology #school section table tbody td {
      background: none; }
    #technology #school section table tbody th {
      width: 100px;
      line-height: 1.3; }
      #technology #school section table tbody th span {
        font-weight: normal; }
    #technology #school section table tbody td {
      width: calc(100% - 100px); }
  #technology #school section#cnt02 ul {
    margin-bottom: 15px; }
  #technology #school section#cnt02 table {
    margin-bottom: 10px; } }

/*!===================================================================

  トピックス

====================================================================*/
/* テキストお知らせ　★index共通使用 */
ul.newsList li {
  line-height: 1.0; }
  ul.newsList li + li {
    margin-top: 20px; }
  ul.newsList li a {
    color: #000;
    text-decoration: none; }
    ul.newsList li a .data {
      margin-bottom: 10px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -ms-align-items: center;
      align-items: center; }
      ul.newsList li a .data .cate {
        width: 120px;
        height: 25px;
        font-size: 12px;
        font-size: 1.2rem;
        color: #FFF;
        padding-left: 10px;
        margin-right: 15px;
        background: #00763c;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center; }
    ul.newsList li a .day {
      font-size: 14px;
      font-size: 1.4rem;
      color: #999;
      margin-bottom: 8px; }
    ul.newsList li a .ttl {
      font-weight: bold;
      padding-right: 20px;
      position: relative; }
      ul.newsList li a .ttl:after {
        font-family: 'icomoon';
        content: "\e900";
        position: absolute;
        top: 0;
        right: 0;
        font-weight: normal;
        font-style: normal;
        font-size: 14px;
        font-size: 1.4rem;
        color: #00763c; }
    ul.newsList li a:hover .ttl {
      text-decoration: underline; }
  @media screen and (max-width: 769px) {
    ul.newsList li + li {
      margin-top: 15px; }
    ul.newsList li a .data {
      margin-bottom: 7px; }
      ul.newsList li a .data .cate {
        width: 100px;
        height: 20px;
        font-size: 10px;
        font-size: 1rem;
        padding-left: 5px;
        margin-right: 10px; }
    ul.newsList li a .day {
      font-size: 12px;
      font-size: 1.2rem;
      margin-bottom: 5px; }
    ul.newsList li a .ttl {
      padding-right: 10px; }
      ul.newsList li a .ttl:after {
        font-size: 10px;
        font-size: 1rem; } }

/* Btn - さらにバックナンバーを表示 */
#topix .btn.moreList.mTop {
  margin-top: 60px; }
  @media screen and (max-width: 769px) {
    #topix .btn.moreList.mTop {
      margin-top: 40px; } }

/* バックナンバー リスト（年度？号数？） */
#topix ul.backNav {
  margin: 50px -7px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  #topix ul.backNav li {
    width: 25%;
    height: 45px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 0 7px;
    margin-bottom: 7px; }
    #topix ul.backNav li a {
      padding-right: 20px;
      padding-left: 15px; }
      #topix ul.backNav li a:after {
        right: 10px; }
  @media screen and (max-width: 769px) {
    #topix ul.backNav {
      margin: 30px -3px 0; }
      #topix ul.backNav li {
        width: calc(100% / 3);
        height: 30px;
        font-size: 14px;
        font-size: 1.4rem;
        padding: 0 3px;
        margin-bottom: 5px; }
        #topix ul.backNav li a {
          padding-right: 15px;
          padding-left: 10px; }
          #topix ul.backNav li a:after {
            right: 7px; } }

/*------------------------------------------------------------------

  トピックスTOP

------------------------------------------------------------------*/
#topix #top .block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  #topix #top .block + .block {
    margin-top: 60px; }
  #topix #top .block .ttlArea {
    width: 254px;
    color: #FFF;
    line-height: 1.0;
    padding: 40px;
    margin-right: auto;
    background: #00763c;
    position: relative; }
    #topix #top .block .ttlArea:after {
      content: "";
      position: absolute;
      right: 0;
      bottom: 0;
      border-bottom: 30px solid #FFF;
      border-left: 24px solid transparent; }
    #topix #top .block .ttlArea h3 {
      line-height: 1.0;
      margin-bottom: 15px;
      background: url("../images/common/deco02_wh.svg") no-repeat left top;
      background-size: auto 12px; }
      #topix #top .block .ttlArea h3:before {
        display: none; }
    #topix #top .block .ttlArea .h3sup {
      font-family: "Arial Black", Arial, sans-serif;
      font-weight: bold;
      font-style: italic;
      @inclued fz(14);
      margin-bottom: 40px; }
    #topix #top .block .ttlArea .btn {
      width: 140px;
      height: 35px;
      font-family: "Arial Black", Arial, sans-serif;
      font-weight: bold;
      font-style: italic; }
      #topix #top .block .ttlArea .btn a {
        padding-right: 10px;
        padding-left: 10px;
        border: 1px solid #FFF; }
        #topix #top .block .ttlArea .btn a:hover {
          opacity: 1;
          color: #00763c;
          background: #FFF; }
        #topix #top .block .ttlArea .btn a:after {
          right: 10px; }
  @media screen and (max-width: 769px) {
    #topix #top .block {
      display: block; }
      #topix #top .block + .block {
        margin-top: 40px; }
      #topix #top .block .ttlArea {
        width: 100%;
        padding: 15px 15px 20px; }
        #topix #top .block .ttlArea:after {
          top: -3px;
          bottom: inherit;
          transform: rotate(-90deg);
          border-bottom-width: 26px;
          border-left-width: 20px; }
        #topix #top .block .ttlArea h3 {
          margin-bottom: 7px;
          background-size: auto 8px; }
        #topix #top .block .ttlArea .h3sup {
          @inclued fz(12);
          margin-bottom: 0; }
        #topix #top .block .ttlArea .btn {
          width: 90px;
          height: 25px;
          margin: -30px 0 0 auto; } }

/* 右側　新着お知らせエリア
-----------------------------------------------------------*/
#topix #top .block .column {
  width: calc(100% - 284px);
  max-width: 710px;
  padding-top: 15px; }
  @media screen and (max-width: 769px) {
    #topix #top .block .column {
      width: 100%;
      max-width: none; } }

/*------------------------------------------------------------------

  お知らせ

------------------------------------------------------------------*/
/*------------------------------------------------------------------
  一覧
------------------------------------------------------------------*/
/*------------------------------------------------------------------
  詳細ページ
------------------------------------------------------------------*/
#news #detail .ttlArea {
  line-height: 1.1;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 30px;
  background: url("../images/common/deco02.svg") no-repeat left top;
  background-size: auto 12px;
  border-bottom: 2px solid #f0f0f0;
  position: relative; }
  #news #detail .ttlArea:before {
    content: "";
    position: absolute;
    top: 0;
    left: 100px;
    width: calc(100% - 100px);
    height: 3px;
    background: #00763c; }
  #news #detail .ttlArea .day {
    color: #666;
    margin-bottom: 8px; }
  #news #detail .ttlArea h3 {
    font-size: 24px;
    font-size: 2.4rem; }
#news #detail .txtArea {
  padding-bottom: 60px;
  margin-bottom: 30px;
  border-bottom: 15px solid #f0f0f0; }
  #news #detail .txtArea p + p {
    margin-top: 20px; }
#news #detail .btBack {
  font-size: 14px;
  font-size: 1.4rem;
  color: #00763c;
  font-weight: bold;
  text-align: right;
  position: relative;
  padding-right: 15px; }
  #news #detail .btBack:after {
    font-family: 'icomoon';
    content: "\e900";
    position: absolute;
    top: 0.2em;
    right: 0;
    font-weight: normal;
    font-style: normal;
    font-size: 10px;
    font-size: 1rem; }
  #news #detail .btBack a {
    color: #000;
    text-decoration: none; }
    #news #detail .btBack a:hover {
      text-decoration: underline; }
@media screen and (max-width: 769px) {
  #news #detail .ttlArea {
    padding-top: 30px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    background-size: auto 8px; }
    #news #detail .ttlArea:before {
      left: 67px;
      width: calc(100% - 67px);
      height: 2px; }
    #news #detail .ttlArea h3 {
      font-size: 20px;
      font-size: 2rem; }
  #news #detail .txtArea {
    padding-bottom: 40px;
    margin-bottom: 20px;
    border-bottom-width: 5px; }
    #news #detail .txtArea p + p {
      margin-top: 15px; }
  #news #detail .btBack {
    font-size: 12px;
    font-size: 1.2rem; } }

/*------------------------------------------------------------------

  展示会

------------------------------------------------------------------*/
/*------------------------------------------------------------------
  一覧
------------------------------------------------------------------*/
#exhibition #list .block {
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ddd; }
  #exhibition #list .block .img {
    min-width: 210px;
    margin-right: 25px; }
    #exhibition #list .block .img img {
      border: 1px solid #ddd; }
  #exhibition #list .block .column {
    width: 100%; }
    #exhibition #list .block .column .ttl {
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: bold;
      margin-bottom: 10px; }
    #exhibition #list .block .column dl {
      font-size: 14px;
      font-size: 1.4rem;
      color: #666;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      #exhibition #list .block .column dl dt {
        width: 3em;
        position: relative; }
        #exhibition #list .block .column dl dt:after {
          content: "：";
          position: absolute;
          right: 3px; }
      #exhibition #list .block .column dl dd {
        width: calc(100% - 3em); }
    #exhibition #list .block .column .btn {
      margin-top: -10px;
      margin-left: auto; }
@media screen and (max-width: 769px) {
  #exhibition #list .block {
    padding-bottom: 15px;
    margin-bottom: 15px; }
    #exhibition #list .block .img {
      width: 100%;
      max-width: 170px;
      min-width: inherit;
      margin-right: 15px; }
    #exhibition #list .block .column .ttl {
      font-size: 16px;
      font-size: 1.6rem;
      margin-bottom: 5px; }
    #exhibition #list .block .column dl {
      font-size: 12px;
      font-size: 1.2rem; }
    #exhibition #list .block .column .btn {
      margin-top: 10px; } }

/*------------------------------------------------------------------
  詳細ページ
------------------------------------------------------------------*/
#exhibition #detail .intro .mainImg {
  margin-bottom: 30px; }
#exhibition #detail .intro .catch {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 30px; }
#exhibition #detail .intro .txtArea {
  font-weight: normal;
  text-align: left; }
  #exhibition #detail .intro .txtArea p + p {
    margin-top: 20px; }
  #exhibition #detail .intro .txtArea .info {
    width: 90%;
    font-size: 110%;
    color: #cb1818;
    font-weight: bold;
    text-align: center;
    border: solid 2px #cb1818;
    padding: 15px;
    margin: 30px auto 0; }
    #exhibition #detail .intro .txtArea .info .min {
      font-size: 16px;
      font-size: 1.6rem; }
    #exhibition #detail .intro .txtArea .info .btn_form {
      height: 55px;
      font-size: 16px;
      font-size: 1.6rem;
      margin-right: auto;
      margin-left: auto; }
      #exhibition #detail .intro .txtArea .info .btn_form a {
        border-bottom-width: 3px; }
        #exhibition #detail .intro .txtArea .info .btn_form a:after {
          transform: rotate(90deg); }
#exhibition #detail .intro .finish_flag {
  margin-bottom: 30px;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  /*font-weight: 500;
  font-feature-settings: "palt";*/ }
#exhibition #detail .intro .exhMoive {
  text-align: center;
  margin-bottom: 30px; }
#exhibition #detail .intro .photo_gallery {
  margin-bottom: 30px;
  font-weight: normal; }
  #exhibition #detail .intro .photo_gallery ul.photo {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 15px; }
    #exhibition #detail .intro .photo_gallery ul.photo li {
      margin-bottom: 15px; }
      #exhibition #detail .intro .photo_gallery ul.photo li:nth-child(odd) {
        margin-right: 20px; }
#exhibition #detail .intro .flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  width: 100%;
  max-width: 450px;
  margin: 0 auto; }
  #exhibition #detail .intro .flex .btn.flow {
    width: 200px;
    margin: 30px auto 0;
    height: 30px; }
#exhibition #detail .intro .movieBox {
  max-width: 600px;
  margin: 30px auto 0; }
  #exhibition #detail .intro .movieBox .movieArea {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
    overflow: hidden; }
    #exhibition #detail .intro .movieBox .movieArea iframe, #exhibition #detail .intro .movieBox .movieArea object, #exhibition #detail .intro .movieBox .movieArea embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
@media screen and (max-width: 769px) {
  #exhibition #detail .intro .mainImg {
    margin-bottom: 20px; }
  #exhibition #detail .intro .catch {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 20px; }
  #exhibition #detail .intro .txtArea p + p {
    margin-top: 15px; }
  #exhibition #detail .intro .txtArea .info {
    width: 100%;
    padding: 10px 10px 15px;
    margin-top: 20px; }
    #exhibition #detail .intro .txtArea .info .min {
      font-size: 14px;
      font-size: 1.4rem; }
    #exhibition #detail .intro .txtArea .info .btn_form {
      max-width: 330px;
      height: 45px;
      font-size: 13px;
      font-size: 1.3rem; }
      #exhibition #detail .intro .txtArea .info .btn_form a {
        padding-right: 40px;
        border-bottom-width: 3px; }
        #exhibition #detail .intro .txtArea .info .btn_form a:after {
          width: 18px;
          height: 18px; }
  #exhibition #detail .intro .finish_flag {
    margin-bottom: 20px;
    font-size: 16px;
    font-size: 1.6rem; }
  #exhibition #detail .intro .exhMoive {
    margin-bottom: 20px; }
  #exhibition #detail .intro .flex {
    display: block; }
    #exhibition #detail .intro .flex .btn.flow {
      margin-top: 10px; } }

/* 参加お問合せフォーム */
#exhibition #detail .btn_form, #index .event_enter .btn_form {
  width: 90%;
  max-width: 470px;
  height: 70px;
  margin: 0 auto; }
  #exhibition #detail .btn_form.mTop, #index .event_enter .btn_form.mTop {
    margin-top: 40px; }
  #exhibition #detail .btn_form a, #index .event_enter .btn_form a {
    width: 100%;
    height: 100%;
    display: block;
    font-size: 20px;
    font-size: 2rem;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    padding-right: 60px;
    padding-left: 80px;
    background: #eed712 url("../images/common/inqArea/icon_contact.png") no-repeat left 30px 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; }
    #exhibition #detail .btn_form a:after, #index .event_enter .btn_form a:after {
      font-family: 'icomoon';
      content: "\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 2px; }
    #exhibition #detail .btn_form a:hover, #index .event_enter .btn_form a:hover {
      background-color: #f9b30b;
      border-bottom-color: #ae7d08; }
  @media screen and (max-width: 769px) {
    #exhibition #detail .btn_form, #index .event_enter .btn_form {
      height: 50px; }
      #exhibition #detail .btn_form.mTop, #index .event_enter .btn_form.mTop {
        margin-top: 25px; }
      #exhibition #detail .btn_form a, #index .event_enter .btn_form a {
        font-size: 16px;
        font-size: 1.6rem;
        padding-right: 50px;
        padding-left: 50px;
        background-position: left 10px center;
        background-size: 30px auto;
        border-bottom-width: 3px; }
        #exhibition #detail .btn_form a:after, #index .event_enter .btn_form a:after {
          top: calc(50% - 10px);
          right: 10px;
          width: 20px;
          height: 20px;
          padding: 2px 0 0 2px; } }

/* お問合せはこちら */
#exhibition #detail .btn_inq {
  width: 195px;
  height: 30px;
  margin: 30px auto 0; }
  #exhibition #detail .btn_inq a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.0;
    color: #000;
    text-decoration: none;
    padding-right: 25px;
    padding-left: 15px;
    border: 2px solid #ddd;
    background: #fff;
    background: linear-gradient(to bottom, #ffffff 30%, #dfdfdf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dfdfdf',GradientType=0 );
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    position: relative; }
    #exhibition #detail .btn_inq a:after {
      font-family: 'icomoon';
      content: "\e900";
      position: absolute;
      top: calc(50% - .5em);
      right: 15px;
      font-weight: normal;
      font-style: normal;
      font-size: 12px;
      font-size: 1.2rem;
      color: #00763c; }
    #exhibition #detail .btn_inq a:hover {
      opacity: .7; }
  @media screen and (max-width: 769px) {
    #exhibition #detail .btn_inq {
      width: 170px;
      margin: 20px auto 0; }
      #exhibition #detail .btn_inq a {
        font-size: 12px;
        font-size: 1.2rem;
        padding-right: 20px; }
        #exhibition #detail .btn_inq a:after {
          right: 10px;
          font-size: 10px;
          font-size: 1rem; } }

/* 開催概要（イレギュラーで2つ入れる場合もあり.outline追加　2020.07.03)
--------------------------------------------------------*/
#exhibition #detail #outline dl.table, #exhibition #detail .outline dl.table {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  border-top: none;
  border-left: none; }
  #exhibition #detail #outline dl.table > dt:last-of-type, #exhibition #detail #outline dl.table > dd:last-of-type, #exhibition #detail .outline dl.table > dt:last-of-type, #exhibition #detail .outline dl.table > dd:last-of-type {
    border-bottom: none; }
  #exhibition #detail #outline dl.table > dt, #exhibition #detail .outline dl.table > dt {
    width: 120px;
    padding: 10px 20px;
    border-right: none;
    background: none;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    position: relative; }
    #exhibition #detail #outline dl.table > dt:after, #exhibition #detail .outline dl.table > dt:after {
      content: "";
      position: absolute;
      top: 10px;
      right: 0;
      width: 3px;
      height: calc(100% - 20px);
      background: #eee; }
  #exhibition #detail #outline dl.table > dd, #exhibition #detail .outline dl.table > dd {
    width: calc(100% - 120px);
    padding: 10px 30px;
    border-right: none; }
    #exhibition #detail #outline dl.table > dd .flex, #exhibition #detail .outline dl.table > dd .flex {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 0; }
      #exhibition #detail #outline dl.table > dd .flex .txt, #exhibition #detail .outline dl.table > dd .flex .txt {
        margin-right: auto; }
      #exhibition #detail #outline dl.table > dd .flex .bnt.bk.map, #exhibition #detail .outline dl.table > dd .flex .bnt.bk.map {
        margin-left: 15px; }
    #exhibition #detail #outline dl.table > dd .wrap h5, #exhibition #detail .outline dl.table > dd .wrap h5 {
      font-size: 16px;
      font-size: 1.6rem;
      color: #fff;
      line-height: 1.0;
      padding: 7px 15px;
      background: #00763c;
      margin-bottom: 15px; }
    #exhibition #detail #outline dl.table > dd .wrap .txtArea, #exhibition #detail .outline dl.table > dd .wrap .txtArea {
      padding: 0 10px; }
      #exhibition #detail #outline dl.table > dd .wrap .txtArea dl, #exhibition #detail .outline dl.table > dd .wrap .txtArea dl {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        #exhibition #detail #outline dl.table > dd .wrap .txtArea dl dt, #exhibition #detail .outline dl.table > dd .wrap .txtArea dl dt {
          width: 5em;
          margin-right: auto;
          position: relative; }
          #exhibition #detail #outline dl.table > dd .wrap .txtArea dl dt:after, #exhibition #detail .outline dl.table > dd .wrap .txtArea dl dt:after {
            content: "：";
            position: absolute;
            top: 0;
            right: 3px; }
        #exhibition #detail #outline dl.table > dd .wrap .txtArea dl dd, #exhibition #detail .outline dl.table > dd .wrap .txtArea dl dd {
          width: calc(100% - 5.2em); }
    #exhibition #detail #outline dl.table > dd .wrap + .wrap, #exhibition #detail .outline dl.table > dd .wrap + .wrap {
      margin-top: 20px; }
  @media screen and (max-width: 769px) {
    #exhibition #detail #outline dl.table dl.table, #exhibition #detail .outline dl.table dl.table {
      border-top: 1px solid #dcdcdc;
      border-left: 1px solid #dcdcdc; }
      #exhibition #detail #outline dl.table dl.table > dt, #exhibition #detail .outline dl.table dl.table > dt {
        border-right: 1px solid #dcdcdc;
        background: #f0f0f0; }
        #exhibition #detail #outline dl.table dl.table > dt:after, #exhibition #detail .outline dl.table dl.table > dt:after {
          display: none; }
      #exhibition #detail #outline dl.table dl.table > dd, #exhibition #detail .outline dl.table dl.table > dd {
        border-right: 1px solid #dcdcdc; }
        #exhibition #detail #outline dl.table dl.table > dd .flex, #exhibition #detail .outline dl.table dl.table > dd .flex {
          display: block; }
          #exhibition #detail #outline dl.table dl.table > dd .flex .txt, #exhibition #detail .outline dl.table dl.table > dd .flex .txt {
            margin: 0 0 4px; }
          #exhibition #detail #outline dl.table dl.table > dd .flex .bnt.bk.map, #exhibition #detail .outline dl.table dl.table > dd .flex .bnt.bk.map {
            margin-left: 0; }
        #exhibition #detail #outline dl.table dl.table > dd .wrap h5, #exhibition #detail .outline dl.table dl.table > dd .wrap h5 {
          font-size: 14px;
          font-size: 1.4rem;
          padding: 5px 10px;
          margin-bottom: 10px; } }

/* Btn - GOogleMap & 案内状 */
#exhibition #detail #outline .btn.bk.map, #exhibition #detail .outline .btn.bk.map {
  width: 115px;
  height: 20px;
  font-size: 11px;
  font-size: 1.1rem;
  font-family: "Arial Black", Arial, sans-serif;
  font-weight: bold;
  font-style: italic; }
  #exhibition #detail #outline .btn.bk.map a, #exhibition #detail .outline .btn.bk.map a {
    padding-right: 20px;
    padding-left: 5px;
    padding-bottom: 1px; }
    #exhibition #detail #outline .btn.bk.map a:after, #exhibition #detail .outline .btn.bk.map a:after {
      transform: scale(0.8);
      right: 5px; }
    #exhibition #detail #outline .btn.bk.map a .icon-window, #exhibition #detail .outline .btn.bk.map a .icon-window {
      font-size: 10px;
      font-size: 1rem;
      transform: scale(0.9);
      font-weight: normal;
      margin-right: 5px; }
#exhibition #detail #outline .btn.bk.inv, #exhibition #detail .outline .btn.bk.inv {
  width: 265px;
  height: 35px; }
  #exhibition #detail #outline .btn.bk.inv span.pdf, #exhibition #detail .outline .btn.bk.inv span.pdf {
    font-size: 12px;
    font-size: 1.2rem;
    margin-left: 5px; }
    #exhibition #detail #outline .btn.bk.inv span.pdf .icon-window, #exhibition #detail .outline .btn.bk.inv span.pdf .icon-window {
      font-weight: normal;
      margin-left: 5px; }

/* 出展機
--------------------------------------------------------*/
#exhibition #detail #lineUp .block {
  margin-bottom: 30px; }
  #exhibition #detail #lineUp .block .column .inBox .img {
    margin-bottom: 0; }
  @media screen and (max-width: 769px) {
    #exhibition #detail #lineUp .block {
      margin-bottom: 20px; } }

#exhibition #detail #lineUp .txtArea p + p {
  margin-bottom: 20px; }
  @media screen and (max-width: 769px) {
    #exhibition #detail #lineUp .txtArea p + p {
      margin-bottom: 15px; } }

/* 2020.07.01 参加申し込みの流れ
--------------------------------------------------------*/
#exhibition #detail #entryFlow {
  margin-top: 60px; }
  @media screen and (max-width: 769px) {
    #exhibition #detail #entryFlow {
      margin-top: 40px; } }
  #exhibition #detail #entryFlow .btn {
    width: 80%;
    max-width: 300px;
    margin-top: 20px; }

#exhibition #detail #entryFlow .flow {
  margin-bottom: 40px; }
  #exhibition #detail #entryFlow .flow .block {
    padding-bottom: 40px;
    margin-bottom: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative; }
    #exhibition #detail #entryFlow .flow .block:after {
      content: "";
      position: absolute;
      bottom: 11px;
      left: 40px;
      border-top: solid 18px #fad784;
      border-right: solid 50px transparent;
      border-left: solid 50px transparent; }
    #exhibition #detail #entryFlow .flow .block:last-child {
      padding-bottom: 0; }
      #exhibition #detail #entryFlow .flow .block:last-child:after {
        display: none; }
    #exhibition #detail #entryFlow .flow .block .photo {
      width: 180px;
      margin-right: auto; }
    #exhibition #detail #entryFlow .flow .block .column {
      width: calc(100% - 200px);
      padding: 10px 0 0;
      margin-bottom: 0; }
      #exhibition #detail #entryFlow .flow .block .column .ttl {
        font-size: 18px;
        font-size: 1.8rem;
        color: #00763c;
        line-height: 1.1;
        font-weight: bold;
        margin-bottom: 15px; }
  @media screen and (max-width: 769px) {
    #exhibition #detail #entryFlow .flow {
      margin-bottom: 40px; }
      #exhibition #detail #entryFlow .flow .block {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
        #exhibition #detail #entryFlow .flow .block:after {
          left: 30px;
          border-top-width: 14px;
          border-right-width: 40px;
          border-left-width: 40px; }
        #exhibition #detail #entryFlow .flow .block .photo {
          width: 140px; }
        #exhibition #detail #entryFlow .flow .block .column {
          width: calc(100% - 160px); }
          #exhibition #detail #entryFlow .flow .block .column .ttl {
            font-size: 16px;
            font-size: 1.6rem;
            margin-bottom: 12px; } }
  @media screen and (max-width: 500px) {
    #exhibition #detail #entryFlow .flow {
      margin-bottom: 25px; }
      #exhibition #detail #entryFlow .flow .block {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
        #exhibition #detail #entryFlow .flow .block:after {
          left: calc(50% - 40px); }
        #exhibition #detail #entryFlow .flow .block .photo {
          width: 120px; }
        #exhibition #detail #entryFlow .flow .block .column {
          width: calc(100% - 135px);
          padding: 0; }
          #exhibition #detail #entryFlow .flow .block .column .ttl {
            margin-bottom: 8px; } }

/* 注意事項 */
#exhibition #detail #entryFlow .att {
  width: 90%;
  max-width: 640px;
  padding: 30px;
  margin: 0 auto 40px;
  border: solid 5px #e63131; }
  #exhibition #detail #entryFlow .att .ttl {
    font-weight: bold;
    margin-bottom: 10px; }
  @media screen and (max-width: 769px) {
    #exhibition #detail #entryFlow .att {
      padding: 20px;
      border-width: 3px; } }

/* Zoomについて */
#exhibition #detail #entryFlow .zoom h5 {
  margin-bottom: 15px; }
#exhibition #detail #entryFlow .zoom .btn {
  width: 240px;
  margin-top: 20px;
  margin-left: auto; }
@media screen and (max-width: 769px) {
  #exhibition #detail #entryFlow .zoom .btn {
    width: 200px; } }

/* 参加申し込みボタン */
#exhibition #detail #outline dl.table > dd .wrap .btnFlex, #exhibition #detail .outline dl.table > dd .wrap .btnFlex {
  max-width: 520px;
  margin: 20px auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  #exhibition #detail #outline dl.table > dd .wrap .btnFlex .btn, #exhibition #detail .outline dl.table > dd .wrap .btnFlex .btn {
    width: 50%;
    height: 40px;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    padding: 0 10px; }
    #exhibition #detail #outline dl.table > dd .wrap .btnFlex .btn a, #exhibition #detail .outline dl.table > dd .wrap .btnFlex .btn a {
      color: #000;
      background: #eed712; }
      #exhibition #detail #outline dl.table > dd .wrap .btnFlex .btn a:hover, #exhibition #detail .outline dl.table > dd .wrap .btnFlex .btn a:hover {
        color: #000;
        background: #eed712; }

/* 2020.07.03 追加 開催情報 - コーヒーブレイクタイム(マツウラオープンハウス2020) */
#exhibition #detail #outline .flex, #exhibition #detail .outline .flex {
  margin-bottom: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  #exhibition #detail #outline .flex .photo, #exhibition #detail .outline .flex .photo {
    width: 151px;
    margin-right: 30px; }
  #exhibition #detail #outline .flex .desc, #exhibition #detail .outline .flex .desc {
    width: calc(100% - 180px);
    padding-top: 10px; }
#exhibition #detail #outline dl.table, #exhibition #detail .outline dl.table {
  margin-bottom: 20px; }
#exhibition #detail #outline .sup.ann, #exhibition #detail .outline .sup.ann {
  font-size: 14px;
  font-size: 1.4rem;
  margin-left: 30px; }
  #exhibition #detail #outline .sup.ann + .sup.ann, #exhibition #detail .outline .sup.ann + .sup.ann {
    margin-top: 5px; }

/* 2020.10.06 イノベーションフェア追記
--------------------------------------------------------*/
#exhibition #detail .intro .txtArea .title {
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px; }

#exhibition #detail .intro .txtArea ul.semiBox {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 20px -5px; }
  #exhibition #detail .intro .txtArea ul.semiBox li {
    width: 48%;
    margin: 0 5px 10px; }
    #exhibition #detail .intro .txtArea ul.semiBox li a {
      width: 100%;
      background: #00763c;
      color: #FFF;
      font-weight: bold;
      padding: 10px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -ms-align-items: center;
      align-items: center;
      text-decoration: none; }
    #exhibition #detail .intro .txtArea ul.semiBox li .img {
      max-width: 150px;
      width: 40%;
      margin-right: 10px; }
    #exhibition #detail .intro .txtArea ul.semiBox li .txt {
      width: 60%; }

#exhibition #detail .entry_notes {
  border: 1px solid #00763c;
  text-align: center;
  margin: 30px auto 0;
  width: 100%;
  max-width: 640px;
  padding: 15px;
  font-weight: normal; }
  #exhibition #detail .entry_notes .date {
    border: 1px solid #cb1818;
    text-align: center;
    padding: 10px;
    width: 100%;
    max-width: 400px;
    color: #cb1818;
    font-weight: bold;
    margin: 10px auto 20px; }
  #exhibition #detail .entry_notes .btn {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    height: 50px; }

#exhibition #detail #outline .seminar .semiImg {
  margin-bottom: 30px;
  margin-top: -15px; }

#exhibition #detail #outline .seminar .txtArea .semiInner {
  margin: 10px 0;
  padding: 20px;
  border: 5px solid #dcede5; }
  #exhibition #detail #outline .seminar .txtArea .semiInner .title {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 10px; }
    #exhibition #detail #outline .seminar .txtArea .semiInner .title img {
      margin-right: 10px;
      vertical-align: text-bottom; }
  #exhibition #detail #outline .seminar .txtArea .semiInner ul {
    margin-left: 10px; }
    #exhibition #detail #outline .seminar .txtArea .semiInner ul li {
      position: relative;
      padding-left: 16px; }
      #exhibition #detail #outline .seminar .txtArea .semiInner ul li:before {
        content: "";
        position: absolute;
        top: 0.4em;
        left: 0px;
        width: 10px;
        height: 10px;
        background: #000; }
  #exhibition #detail #outline .seminar .txtArea .semiInner .annBox {
    margin: 10px 0 20px 20px; }
  #exhibition #detail #outline .seminar .txtArea .semiInner .btn {
    width: 80%;
    max-width: 300px;
    margin: 0 auto; }

/*------------------------------------------------------------------

  プレスリリース

------------------------------------------------------------------*/
#pressRelease section + section {
  margin-top: 60px; }
  @media screen and (max-width: 769px) {
    #pressRelease section + section {
      margin-top: 40px; } }

#pressRelease ul.newsList.mBtm {
  margin-bottom: 70px; }
#pressRelease ul.newsList li a {
  display: block;
  padding-left: 45px;
  position: relative; }
  #pressRelease ul.newsList li a:before {
    font-family: 'icomoon';
    content: "\e900";
    position: absolute;
    top: 0.1em;
    left: 0;
    font-weight: normal;
    font-style: normal;
    font-size: 33px;
    font-size: 3.3rem;
    color: #666; }
  #pressRelease ul.newsList li a:hover:before {
    color: #00763c; }
@media screen and (max-width: 769px) {
  #pressRelease ul.newsList.mBtm {
    margin-bottom: 40px; }
  #pressRelease ul.newsList li a {
    padding-left: 40px; }
    #pressRelease ul.newsList li a:before {
      font-size: 30px;
      font-size: 3rem; } }

/*------------------------------------------------------------------

  マツウラNEWS!

------------------------------------------------------------------*/
/* バックナンバー　★トピックスTOP マツウラNEWS新着リスト共通 */
ul.mNewsList {
  margin-right: -15px;
  margin-left: -15px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  ul.mNewsList li {
    width: 25%;
    line-height: 1.0;
    padding-right: 15px;
    padding-left: 15px; }
    ul.mNewsList li a {
      color: #000;
      text-decoration: none; }
      ul.mNewsList li a .img {
        margin-bottom: 20px;
        outline: 1px solid #eee; }
      ul.mNewsList li a .ttl {
        font-weight: bold;
        text-align: center; }
        ul.mNewsList li a .ttl span {
          padding-right: 20px;
          position: relative; }
          ul.mNewsList li a .ttl span:after {
            font-family: 'icomoon';
            content: "\e900";
            position: absolute;
            top: 0.1em;
            right: 0;
            font-weight: normal;
            font-style: normal;
            font-size: 14px;
            font-size: 1.4rem;
            color: #00763c; }
      ul.mNewsList li a:hover .ttl {
        text-decoration: underline; }
  @media screen and (max-width: 769px) {
    ul.mNewsList {
      margin-right: -5px;
      margin-left: -5px; }
      ul.mNewsList li {
        padding-right: 5px;
        padding-left: 5px;
        margin-bottom: 20px; }
        ul.mNewsList li a .img {
          margin-bottom: 10px; }
        ul.mNewsList li a .ttl span {
          padding-right: 15px; }
          ul.mNewsList li a .ttl span:after {
            font-size: 10px;
            font-size: 1rem;
            top: .3em; } }
  @media screen and (max-width: 500px) {
    ul.mNewsList li {
      width: 50%; } }

/* ユーザーを訪ねて・シングルorダブル・へそ　一覧 */
.backPost .block {
  border-bottom: 1px solid #ccc; }
  .backPost .block:first-of-type {
    border-top: 1px solid #ccc; }
  .backPost .block a {
    color: #000;
    text-decoration: none;
    padding: 15px 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .backPost .block a .type {
      width: 60px;
      height: 25px;
      font-family: "Arial Black", Arial, sans-serif;
      font-weight: bold;
      font-style: italic;
      font-size: 12px;
      font-size: 1.2rem;
      color: #FFF;
      line-height: 1.0;
      margin-right: auto;
      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; }
    .backPost .block a .column {
      width: calc(100% - 85px);
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.3;
      font-weight: bold;
      padding-right: 30px; }
      .backPost .block a .column .ttl {
        padding-right: 30px;
        position: relative; }
        .backPost .block a .column .ttl:after {
          font-family: 'icomoon';
          content: "\e900";
          position: absolute;
          top: 0;
          right: 0;
          font-weight: normal;
          font-style: normal;
          font-size: 14px;
          font-size: 1.4rem;
          color: #00763c; }
      .backPost .block a .column .name {
        color: #00763c;
        margin-top: 7px; }
        .backPost .block a .column .name span {
          margin-left: 10px; }
    .backPost .block a:hover .column {
      text-decoration: underline; }
  @media screen and (max-width: 769px) {
    .backPost .block a {
      padding: 10px 0; }
      .backPost .block a .type {
        width: 50px;
        height: 20px;
        font-size: 10px;
        font-size: 1rem; }
      .backPost .block a .column {
        width: calc(100% - 60px);
        padding-right: 10px; }
        .backPost .block a .column .ttl {
          padding-right: 20px; }
          .backPost .block a .column .ttl:after {
            font-size: 12px;
            font-size: 1.2rem; } }

/*------------------------------------------------------------------
  common
------------------------------------------------------------------*/
#mNews .frame {
  padding: 37px;
  border: 8px solid #f0f0f0; }
  @media screen and (max-width: 769px) {
    #mNews .frame {
      padding: 15px;
      border-width: 5px; } }

/*------------------------------------------------------------------
  TOP
------------------------------------------------------------------*/
#mNews #top {
  margin-bottom: 60px; }
  @media screen and (max-width: 769px) {
    #mNews #top {
      margin-bottom: 40px; } }

#mNews #top .frame {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  #mNews #top .frame .photo {
    width: 36.3%;
    max-width: 225px;
    margin-right: auto; }
    #mNews #top .frame .photo .img {
      margin-bottom: 35px;
      outline: 1px solid #eee;
      position: relative; }
      #mNews #top .frame .photo .img:before, #mNews #top .frame .photo .img:after {
        content: "";
        position: absolute;
        top: 4px;
        left: 4px;
        width: 100%;
        height: 100%;
        border-right: 1px solid #eee;
        border-bottom: 1px solid #eee; }
      #mNews #top .frame .photo .img:after {
        top: 8px;
        left: 8px; }
    #mNews #top .frame .photo .btn.next {
      width: 100%;
      height: 45px;
      font-weight: bold; }
      #mNews #top .frame .photo .btn.next a div {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center; }
        #mNews #top .frame .photo .btn.next a div .all {
          font-size: 12px;
          font-size: 1.2rem;
          padding-left: 15px;
          margin: 0 5px;
          position: relative; }
          #mNews #top .frame .photo .btn.next a div .all:before {
            font-family: 'icomoon';
            content: "\e900";
            position: absolute;
            top: 0.2em;
            left: 0;
            font-weight: normal;
            font-style: normal;
            font-size: 10px;
            font-size: 1rem; }
  #mNews #top .frame .column {
    width: 60%;
    max-width: 340px; }
    #mNews #top .frame .column .ttl {
      font-family: "Arial Black", Arial, sans-serif;
      font-weight: bold;
      font-style: italic;
      color: #00763c;
      margin-bottom: 15px; }
    #mNews #top .frame .column ul li {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.3;
      padding-left: 20px;
      position: relative;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      #mNews #top .frame .column ul li:before {
        content: "";
        position: absolute;
        top: 0.2em;
        left: 0;
        width: 10px;
        height: 10px;
        background: #00763c; }
      #mNews #top .frame .column ul li + li {
        margin-top: 15px; }
      #mNews #top .frame .column ul li .txt {
        width: calc(100% - 55px);
        margin-right: auto; }
      #mNews #top .frame .column ul li .page {
        width: 32px;
        font-size: 12px;
        font-size: 1.2rem;
        color: #999;
        font-weight: bold;
        padding-top: 2px; }
  @media screen and (max-width: 769px) {
    #mNews #top .frame .photo {
      width: 130px;
      max-width: none; }
      #mNews #top .frame .photo .img {
        margin-bottom: 15px; }
        #mNews #top .frame .photo .img:before, #mNews #top .frame .photo .img:after {
          top: 2px;
          left: 2px; }
        #mNews #top .frame .photo .img:after {
          top: 4px;
          left: 4px; }
      #mNews #top .frame .photo .btn.next {
        height: 35px; }
        #mNews #top .frame .photo .btn.next a {
          padding-right: 10px;
          padding-left: 5px; }
          #mNews #top .frame .photo .btn.next a:after {
            transform: scale(0.8);
            right: 5px; }
          #mNews #top .frame .photo .btn.next a div .all {
            font-size: 10px;
            font-size: 1rem;
            padding-left: 12px;
            margin: 0 3px; }
            #mNews #top .frame .photo .btn.next a div .all:before {
              transform: scale(0.8); }
    #mNews #top .frame .column {
      width: calc(100% - 145px);
      max-width: none; }
      #mNews #top .frame .column .ttl {
        margin-bottom: 10px; }
      #mNews #top .frame .column ul li {
        font-size: 13px;
        font-size: 1.3rem;
        padding-left: 14px; }
        #mNews #top .frame .column ul li:before {
          width: 9px;
          height: 9px; }
        #mNews #top .frame .column ul li + li {
          margin-top: 10px; }
        #mNews #top .frame .column ul li .txt {
          width: calc(100% - 45px); } }

/* 今月のコラム
------------------------------------------------*/
#mNews #top .otherArea {
  padding: 25px 45px;
  background: #f0f0f0; }
  #mNews #top .otherArea .ttl {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    padding-left: 17px;
    margin-bottom: 15px;
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    #mNews #top .otherArea .ttl:before {
      content: "";
      position: absolute;
      top: 0.5em;
      left: 0;
      width: 10px;
      height: 10px;
      background: #00763c; }
  #mNews #top .otherArea ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    #mNews #top .otherArea ul li {
      margin-left: 13px; }
      #mNews #top .otherArea ul li:first-of-type {
        margin-left: 0; }
  @media screen and (max-width: 769px) {
    #mNews #top .otherArea {
      padding: 15px; }
      #mNews #top .otherArea .ttl {
        font-size: 16px;
        font-size: 1.6rem;
        padding-left: 15px;
        margin-bottom: 10px; }
      #mNews #top .otherArea ul {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
        #mNews #top .otherArea ul li {
          margin-left: 5px; }
          #mNews #top .otherArea ul li:first-of-type {
            margin-left: 0; } }

/* バックナンバー
------------------------------------------------*/
#mNews .backNum h4 {
  font-size: 28px;
  font-size: 2.8rem;
  font-family: "Arial Black", Arial, sans-serif;
  font-weight: bold;
  font-style: italic;
  color: #00763c;
  text-align: center;
  margin-bottom: 30px; }
  @media screen and (max-width: 769px) {
    #mNews .backNum h4 {
      font-size: 22px;
      font-size: 2.2rem;
      margin-bottom: 15px; } }

/*------------------------------------------------------------------
  バックナンバー
------------------------------------------------------------------*/
/*------------------------------------------------------------------
  ユーザーをたずねて、こんなユーザー
------------------------------------------------------------------*/
#mNews #user .data {
  line-height: 1.0;
  margin-bottom: 40px;
  margin-left: -45px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  #mNews #user .data .num {
    width: 135px;
    height: 30px;
    color: #FFF;
    font-weight: bold;
    margin-right: auto;
    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; }
  #mNews #user .data .cate {
    font-size: 12px;
    font-size: 1.2rem;
    color: #999; }
    #mNews #user .data .cate a {
      font-family: "Arial Black", Arial, sans-serif;
      font-weight: bold;
      font-style: italic;
      color: #999;
      margin: 0 2px; }
#mNews #user .ttlArea {
  line-height: 1.0;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
  position: relative; }
  #mNews #user .ttlArea:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 2px;
    background: #00763c; }
  #mNews #user .ttlArea h4.nonCom {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.2;
    margin-bottom: 15px; }
  #mNews #user .ttlArea .h4sup {
    color: #00763c;
    font-weight: bold; }
#mNews #user .cntArea {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 50px; }
  #mNews #user .cntArea p + p {
    margin-top: 15px; }
  #mNews #user .cntArea h5 {
    margin: 40px 0 25px; }
#mNews #user .photo {
  margin: 60px -5px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  #mNews #user .photo li {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 10px; }
@media screen and (max-width: 769px) {
  #mNews #user .data {
    margin-bottom: 20px;
    margin-left: -20px; }
    #mNews #user .data .num {
      width: 110px;
      height: 25px; }
    #mNews #user .data .cate {
      font-size: 10px;
      font-size: 1rem; }
  #mNews #user .ttlArea {
    padding-bottom: 15px;
    margin-bottom: 20px; }
    #mNews #user .ttlArea:after {
      width: 40px; }
    #mNews #user .ttlArea h4.nonCom {
      font-size: 17px;
      font-size: 1.7rem;
      margin-bottom: 10px; }
  #mNews #user .cntArea {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 30px; }
    #mNews #user .cntArea p + p {
      margin-top: 10px; }
    #mNews #user .cntArea h5 {
      margin: 20px 0 15px; }
  #mNews #user .photo {
    margin: 30px -3px 0; }
    #mNews #user .photo li {
      padding: 0 3px;
      margin-bottom: 7px; } }

#mNews .movieArea {
  border: 8px solid #f0f0f0;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 769px) {
    #mNews .movieArea {
      border-width: 5px; } }
  #mNews .movieArea iframe, #mNews .movieArea object, #mNews .movieArea embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  @media screen and (max-width: 769px) {
    #mNews .movieArea {
      margin-bottom: 20px; } }

#mNews #user .movieArea {
  margin-bottom: 40px; }

/* 会社情報　#compInfo
-------------------------------------------------*/
#mNews #user #compInfo dl {
  line-height: 1.3;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  #mNews #user #compInfo dl dt, #mNews #user #compInfo dl dd {
    margin-bottom: 8px; }
    #mNews #user #compInfo dl dt.mBtm, #mNews #user #compInfo dl dd.mBtm {
      margin-bottom: 20px; }
  #mNews #user #compInfo dl dt {
    width: 80px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #00763c;
    font-weight: bold; }
  #mNews #user #compInfo dl dd {
    width: calc(100% - 80px); }

/*------------------------------------------------------------------
  シングルorダブル、日本のヘソ
------------------------------------------------------------------*/
#mNews .desc {
  font-size: 14px;
  font-size: 1.4rem;
  padding-top: 40px;
  margin-bottom: 90px;
  background: url("../images/common/deco01.svg") no-repeat left top;
  background-size: auto 20px; }
  @media screen and (max-width: 769px) {
    #mNews .desc {
      padding-top: 30px;
      margin-bottom: 50px;
      background-size: auto 16px; } }

#mNews #column .frame {
  position: relative; }
  #mNews #column .frame:before {
    content: "";
    position: absolute;
    top: -8px;
    left: -8px;
    border-top: 30px solid #00763c;
    border-right: 24px solid transparent; }
#mNews #column .ttlArea {
  height: 100px;
  line-height: 1.0;
  padding-top: 25px;
  margin-bottom: 50px;
  background: url("../images/topix/matsuuraNews/point_sw.jpg") no-repeat right top;
  border-bottom: dashed 2px #ccc; }
  #mNews #column .ttlArea.heso {
    background-image: url("../images/topix/matsuuraNews/point_heso.jpg"); }
  #mNews #column .ttlArea h4 {
    font-size: 20px;
    font-size: 2rem; }
    #mNews #column .ttlArea h4 .num {
      font-size: 16px;
      font-size: 1.6rem;
      color: #00763c;
      vertical-align: middle;
      margin-right: 20px; }
#mNews #column .cntArea p + p {
  margin-top: 20px; }
@media screen and (max-width: 769px) {
  #mNews #column .frame:before {
    top: -4px;
    left: -4px;
    border-top-width: 24px;
    border-right-width: 18px; }
  #mNews #column .ttlArea {
    height: 50px;
    padding-top: 10px;
    margin-bottom: 20px;
    background-size: 40px auto;
    border-bottom: dashed 2px #ccc; }
    #mNews #column .ttlArea h4 {
      font-size: 18px;
      font-size: 1.8rem; }
      #mNews #column .ttlArea h4 .num {
        font-size: 12px;
        font-size: 1.2rem;
        margin-right: 10px; }
  #mNews #column .cntArea p + p {
    margin-top: 15px; } }

/*!===================================================================

  採用情報

====================================================================*/
/* Entry Btn -----------------------------------------------*/
#recruit .btnEntry {
  width: 90%;
  max-width: 645px;
  min-height: 100px;
  margin: 30px auto 0; }
  #recruit .btnEntry a {
    display: block;
    width: 100%;
    height: 100px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #000;
    text-decoration: none;
    line-height: 1.0;
    font-weight: bold;
    padding-right: 30px;
    padding-left: 30px;
    background: #eed712;
    border-bottom: 5px solid #a6960d;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    #recruit .btnEntry a .ttlArea {
      margin-right: auto;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -ms-align-items: center;
      align-items: center; }
      #recruit .btnEntry a .ttlArea p.ttl {
        font-size: 28px;
        font-size: 2.8rem;
        padding-left: 45px;
        margin-right: 10px;
        position: relative; }
        #recruit .btnEntry a .ttlArea p.ttl:before {
          font-family: 'icomoon';
          content: "\e900";
          position: absolute;
          top: -0.15em;
          left: 0;
          font-weight: normal;
          font-style: normal;
          font-size: 36px;
          font-size: 3.6rem;
          color: #00763c; }
    #recruit .btnEntry a .bnr_mynavi {
      width: 180px;
      padding: 10px;
      background: #FFF; }
    #recruit .btnEntry a:hover {
      background-color: #f9b30b;
      border-bottom-color: #ae7d08; }
  @media screen and (max-width: 769px) {
    #recruit .btnEntry {
      min-height: 70px;
      margin: 20px auto 0; }
      #recruit .btnEntry a {
        height: 100%;
        font-size: 12px;
        font-size: 1.2rem;
        padding: 10px;
        border-bottom-width: 3px;
        display: block; }
        #recruit .btnEntry a .ttlArea {
          -webkit-justify-content: center;
          -ms-justify-content: center;
          justify-content: center;
          margin: 0 0 10px; }
          #recruit .btnEntry a .ttlArea p.ttl {
            font-size: 20px;
            font-size: 2rem;
            padding-left: 30px;
            margin-right: 7px; }
            #recruit .btnEntry a .ttlArea p.ttl:before {
              font-size: 24px;
              font-size: 2.4rem; }
        #recruit .btnEntry a .bnr_mynavi {
          width: 120px;
          padding: 3px;
          margin: 0 auto; } }

/*------------------------------------------------------------------

  採用情報TOP

------------------------------------------------------------------*/
#recruit #top #container {
  max-width: none;
  padding: 0;
  margin: 0; }

#recruit #top .intro .mainImg {
  margin-bottom: 50px; }
#recruit #top .intro .ttl {
  font-size: 18px;
  font-size: 1.8rem;
  color: #00763c;
  font-weight: bold;
  margin-bottom: 30px; }
#recruit #top #cnt02 .guideNav .bnr_wide {
	margin-bottom:3px;}
#recruit #top #cnt02 .guideNav .bnr_wide .img_recruit{
	display: block;
}
#recruit #top #cnt02 .guideNav .bnr_wide .img_recruit_s{
	display:none;
}
@media screen and (max-width: 769px) {
  #recruit #top .intro .mainImg {
    margin-bottom: 20px; }
  #recruit #top .intro .ttl {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 20px; }
  #recruit #top #cnt02 .guideNav .bnr_wide .img_recruit{
	display: none;}
  #recruit #top #cnt02 .guideNav .bnr_wide .img_recruit_s{
	display: block;
}
}

/*--------------------------------------------------------------
	INFORMATION
--------------------------------------------------------------*/
#recruit #top #cnt01 {
  padding: 60px 0;
  background: #f0f0f0; }
  @media screen and (max-width: 769px) {
    #recruit #top #cnt01 {
      padding: 40px 0; } }

/*--------------------------------------------------------------
	RECRUIT
--------------------------------------------------------------*/
#recruit #top #cnt02 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: 60px; }
  @media screen and (max-width: 769px) {
    #recruit #top #cnt02 h3 {
      font-size: 24px;
      font-size: 2.4rem;
      margin-bottom: 20px; } }

/*--------------------------------------------------------------
	Commmon
--------------------------------------------------------------*/
#recruit #top #cnt02 .guideNav .column
 {
 /* width: calc(100% / 4);*/
 width: calc(100% / 3);}
  @media screen and (max-width: 769px) {
    #recruit #top #cnt02 .guideNav .column
     {
      width: 100%;
      margin-bottom: 1px; }
      #recruit #top #cnt02 .guideNav .column:nth-child(2)
       {
        border-top: none; } }
  #recruit #top #cnt02 .guideNav .column
  a > div .ttl {
    font-size: 22px;
    font-size: 2.2rem; }

/*------------------------------------------------------------------

  新卒者応募要項

------------------------------------------------------------------*/
/*--------------------------------------------------------------
	新卒者採用スケジュール
--------------------------------------------------------------*/
#recruit #require #cnt01 .catch {
  font-size: 18px;
  font-size: 1.8rem;
  color: #00763c;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 5px; }
#recruit #require #cnt01 .txt {
  margin-bottom: 40px; }
@media screen and (max-width: 769px) {
  #recruit #require #cnt01 .catch {
    font-size: 16px;
    font-size: 1.6rem; }
  #recruit #require #cnt01 .txt {
    margin-bottom: 20px; } }

#recruit #require #cnt01 table.flexible {
  margin-bottom: 10px; }
  #recruit #require #cnt01 table.flexible td {
    width: 200px; }
    #recruit #require #cnt01 table.flexible td:last-of-type {
      width: calc(100% - 200px); }
    @media screen and (max-width: 769px) {
      #recruit #require #cnt01 table.flexible td {
        width: auto; }
        #recruit #require #cnt01 table.flexible td:last-of-type {
          width: auto; } }

/*--------------------------------------------------------------
  企業説明会
--------------------------------------------------------------*/
#recruit #require #cnt02 .txt {
  margin-bottom: 30px; }
#recruit #require #cnt02 h5 {
  font-size: 14px;
  font-size: 1.4rem;
  padding-left: 17px;
  margin-bottom: 10px; }
#recruit #require #cnt02 dl.table {
  font-size: 14px;
  font-size: 1.4rem; }
  #recruit #require #cnt02 dl.table > dt {
    width: 200px;
    font-weight: 500;
    padding: 10px 30px;
    background: none; }
  #recruit #require #cnt02 dl.table > dd {
    width: calc(100% - 200px);
    padding: 10px 30px; }
@media screen and (max-width: 769px) {
  #recruit #require #cnt02 .txt {
    margin-bottom: 15px; }
  #recruit #require #cnt02 h5 {
    font-size: 12px;
    font-size: 1.2rem;
    padding-left: 15px; }
  #recruit #require #cnt02 dl.table {
    font-size: 12px;
    font-size: 1.2rem; }
    #recruit #require #cnt02 dl.table > dt {
      font-size: 12px;
      font-size: 1.2rem;
      background: #f0f0f0; } }

#recruit #require #cnt02 table.flexible {
  margin-top: 20px; }
  #recruit #require #cnt02 table.flexible th {
    text-align: center; }
    @media screen and (max-width: 769px) {
      #recruit #require #cnt02 table.flexible th.spNon {
        display: none; } }
  #recruit #require #cnt02 table.flexible td {
    text-align: center; }
    @media screen and (max-width: 769px) {
      #recruit #require #cnt02 table.flexible td.spNon {
        display: none; } }

/*--------------------------------------------------------------
  新卒者応募要項
--------------------------------------------------------------*/
#recruit #require #cnt03 {
  font-size: 12px;
  font-size: 1.2rem; }
  #recruit #require #cnt03 dl.table {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 15px; }
    #recruit #require #cnt03 dl.table > dt {
      width: 160px;
      padding: 10px 30px;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-justify-content: center;
      -ms-justify-content: center;
      justify-content: center; }
    #recruit #require #cnt03 dl.table > dd {
      width: calc(100% - 160px);
      padding: 10px 30px; }
  @media screen and (max-width: 769px) {
    #recruit #require #cnt03 dl.table {
      font-size: 12px;
      font-size: 1.2rem;
      margin-bottom: 10px; }
      #recruit #require #cnt03 dl.table > dt {
        display: block;
        font-size: 12px;
        font-size: 1.2rem; }
        #recruit #require #cnt03 dl.table > dt br {
          display: none; } }

/*------------------------------------------------------------------

  先輩の声

------------------------------------------------------------------*/
#recruit #voice .block {
  padding: 25px;
  border: 5px solid #f0f0f0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative; }
  #recruit #voice .block:before {
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    border-top: 22px solid #00763c;
    border-right: 17px solid transparent; }
  #recruit #voice .block .column {
    width: 180px;
    margin-right: auto;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.1; }
    #recruit #voice .block .column .img {
      width: 140px;
      margin-bottom: 15px;
      border-bottom: 5px solid;
      border-image: linear-gradient(to right, #daef88 0%, #09a5c7 100%);
      border-image-slice: 1; }
    #recruit #voice .block .column .inner {
      margin: 0 5px; }
      #recruit #voice .block .column .inner .name {
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: bold;
        margin-bottom: 10px; }
      #recruit #voice .block .column .inner .join {
        color: #00763c;
        font-weight: bold;
        margin-bottom: 5px; }
  #recruit #voice .block .txtArea {
    width: calc(100% - 170px);
    max-width: 450px; }
    #recruit #voice .block .txtArea .ttl {
      font-size: 14px;
      font-size: 1.4rem;
      color: #666;
      line-height: 1.0;
      font-weight: bold;
      margin-bottom: 8px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -ms-align-items: center;
      align-items: center; }
      #recruit #voice .block .txtArea .ttl span {
        font-family: "Arial Black", Arial, sans-serif;
        font-weight: bold;
        font-style: italic;
        font-size: 24px;
        font-size: 2.4rem;
        color: #00763c;
        padding-bottom: 5px;
        margin-right: 15px; }
    #recruit #voice .block .txtArea p + .ttl {
      margin-top: 20px; }
  #recruit #voice .block + .block {
    margin-top: 30px; }
  @media screen and (max-width: 769px) {
    #recruit #voice .block {
      padding: 15px;
      border-width: 3px;
      display: block; }
      #recruit #voice .block:before {
        top: -3px;
        left: -3px;
        border-top-width: 20px;
        border-right-width: 15px; }
      #recruit #voice .block .column {
        width: 100%;
        font-size: 12px;
        font-size: 1.2rem;
        margin: 0 0 15px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center; }
        #recruit #voice .block .column .img {
          width: 140px;
          margin: 0 15px 0 0; }
        #recruit #voice .block .column .inner {
          widows: calc(100% - 155px);
          margin: 0; }
          #recruit #voice .block .column .inner .name {
            font-size: 14px;
            font-size: 1.4rem;
            margin-bottom: 5px; }
      #recruit #voice .block .txtArea {
        width: 100%;
        max-width: none; }
        #recruit #voice .block .txtArea .ttl {
          font-size: 12px;
          font-size: 1.2rem;
          margin-bottom: 5px; }
          #recruit #voice .block .txtArea .ttl span {
            font-size: 19px;
            font-size: 1.9rem;
            padding-bottom: 5px;
            margin-right: 10px; }
        #recruit #voice .block .txtArea p + .ttl {
          margin-top: 15px; }
      #recruit #voice .block + .block {
        margin-top: 20px; } }
/*------------------------------------------------------------------

  若手社員の仕事に密着

------------------------------------------------------------------*/
#recruit #recruit .block {
  padding: 25px;
  border: 5px solid #f0f0f0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
	flex-wrap: wrap;
  position: relative; }
  #recruit #recruit .block:before {
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    border-top: 22px solid #00763c;
    border-right: 17px solid transparent; }
  #recruit #recruit .block .column {
    width: 260px;
    margin-right: auto;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.1; }
    #recruit #recruit .block .column .img {
      width: 260px;
      margin-bottom: 15px;
      /*border-bottom: 5px solid;
      border-image: linear-gradient(to right, #daef88 0%, #09a5c7 100%);
      border-image-slice: 1;*/ }
    #recruit #recruit .block .column .inner {
      margin: 0 5px; }
      #recruit #recruit .block .column .inner .name {
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: bold;
        margin-bottom: 10px; }
      #recruit #recruit .block .column .inner .join {
        color: #00763c;
        font-weight: bold;
        margin-bottom: 5px; }
  #recruit #recruit .block .txtArea {
    width: calc(100% - 290px);
    max-width: 450px; }
    #recruit #recruit .block .txtArea .ttl {
      font-size: 14px;
      font-size: 1.4rem;
      color: #666;
      line-height: 1.0;
      font-weight: bold;
      margin-bottom: 8px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -ms-align-items: center;
      align-items: center; }
      #recruit #recruit .block .txtArea .ttl span {
        font-family: "Arial Black", Arial, sans-serif;
        font-weight: bold;
        font-style: italic;
        font-size: 24px;
        font-size: 2.4rem;
        color: #00763c;
        padding-bottom: 5px;
        margin-right: 15px; }
    #recruit #recruit .block .txtArea p + .ttl {
      margin-top: 20px; }
  #recruit #recruit .block + .block {
    margin-top: 30px; }
  #recruit #recruit .block .movie-wrap {
	  margin: 0 auto;}
  @media screen and (max-width: 769px) {
    #recruit #recruit .block {
      padding: 15px;
      border-width: 3px;
      display: block; }
      #recruit #recruit .block:before {
        top: -3px;
        left: -3px;
        border-top-width: 20px;
        border-right-width: 15px; }
      #recruit #recruit .block .column {
        width: 100%;
        font-size: 12px;
        font-size: 1.2rem;
        margin: 0 0 15px;
        /*display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;*/
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center; }
        #recruit #recruit .block .column .img {
          width: 100%;
          margin: 0 0 1em 0 ; }
        #recruit #recruit .block .column .inner {
          /*widows: calc(100% - 155px);*/
          margin: 0; }
          #recruit #recruit .block .column .inner .name {
            font-size: 14px;
            font-size: 1.4rem;
            margin-bottom: 5px; }
      #recruit #recruit .block .txtArea {
        width: 100%;
        max-width: none; }
        #recruit #recruit .block .txtArea .ttl {
          font-size: 12px;
          font-size: 1.2rem;
          margin-bottom: 5px; }
          #recruit #recruit .block .txtArea .ttl span {
            font-size: 19px;
            font-size: 1.9rem;
            padding-bottom: 5px;
            margin-right: 10px; }
        #recruit #recruit .block .txtArea p + .ttl {
          margin-top: 15px; }
      #recruit #recruit .block + .block {
        margin-top: 20px; }
	#recruit #recruit .block .movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;}
     #recruit #recruit .block .movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;}}
/*------------------------------------------------------------------

  インターンシップ

------------------------------------------------------------------*/
#recruit #internship .intro {
  font-weight: 500;
  text-align: left;
  margin-bottom: 60px; }
  @media screen and (max-width: 769px) {
    #recruit #internship .intro {
      margin-bottom: 40px; } }

/*--------------------------------------------------------------
  各コース
--------------------------------------------------------------*/
#recruit #internship section .txt {
  margin-bottom: 20px; }
#recruit #internship section table {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.3; }
  #recruit #internship section table thead th {
    padding: 10px 15px; }
    #recruit #internship section table thead th:nth-child(2), #recruit #internship section table thead th:nth-child(3) {
      color: #FFF;
      background: #00763c; }
  #recruit #internship section table th, #recruit #internship section table td {
    text-align: center; }
#recruit #internship section .bnr {
  text-align: center;
  margin-top: 10px; }
  #recruit #internship section .bnr img {
    width: 160px; }
@media screen and (max-width: 769px) {
  #recruit #internship section .txt {
    margin-bottom: 15px; }
  #recruit #internship section table {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.2; }
    #recruit #internship section table thead th {
      padding: 5px 10px; }
    #recruit #internship section table tbody th, #recruit #internship section table tbody td {
      padding: 7px 10px; }
    #recruit #internship section table tbody th {
      width: 60px;
      padding: 7px 5px; }
  #recruit #internship section .bnr {
    margin-top: 5px; }
    #recruit #internship section .bnr img {
      width: 140px; } }

/* Entry Btn -----------------------------------------------*/
#recruit #internship .btnEntry {
  margin-top: 70px; }
  @media screen and (max-width: 769px) {
    #recruit #internship .btnEntry {
      margin-top: 40px; } }

/*------------------------------------------------------------------

  ＳＤＧｓへの取り組み

------------------------------------------------------------------*/
/*--------------------------------------------------------------
　　イントロ
--------------------------------------------------------------*/
#recruit #sdgs .intro .img {
  margin-bottom: 30px; }
#recruit #sdgs .intro .txt {
  margin-top: 40px;
  font-weight: 500; }

#recruit #sdgs ul.sdgsIcon {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px; }
  #recruit #sdgs ul.sdgsIcon li + li {
    margin-left: 15px; }
  #recruit #sdgs ul.sdgsIcon.other li {
    width: 32%; }
    #recruit #sdgs ul.sdgsIcon.other li + li {
      margin-left: 30px; }
    #recruit #sdgs ul.sdgsIcon.other li .name {
      font-weight: bold;
      margin-bottom: 20px;
      font-size: 18px;
      font-size: 1.8rem; }
    #recruit #sdgs ul.sdgsIcon.other li .img {
      margin-bottom: 15px; }

/*!===================================================================

  お問合せ

====================================================================*/
/*------------------------------------------------------------------

  お問合せTOP

------------------------------------------------------------------*/
/* Btn - list */
#contact #top ul.btList .btInq a {
  padding-left: 100px;
  background-image: url("../images/contact/icon_contact.png");
  background-position: left 40px center; }
  @media screen and (max-width: 769px) {
    #contact #top ul.btList .btInq a {
      padding-left: 55px;
      background-size: 30px auto;
      background-position: left 15px center; } }

#contact #top ul.btList li.bnrTel {
  line-height: 1.1;
  font-weight: bold;
  padding-right: 40px;
  padding-left: 40px;
  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;
  background: #f2f2f2;
  border-bottom: 5px solid  #a9a9a9; }
  #contact #top ul.btList li.bnrTel p.btTel {
    font-size: 28px;
    font-size: 2.8rem;
    color: #00763c;
    padding-left: 20px;
    background: url("../images/common/inqArea/icon_tel.png") no-repeat left center; }
    #contact #top ul.btList li.bnrTel p.btTel a {
      color: #00763c;
      text-decoration: none; }
      #contact #top ul.btList li.bnrTel p.btTel a span {
        font-size: 16px;
        font-size: 1.6rem;
        color: #000;
        margin: 0 15px;
        vertical-align: middle; }
  #contact #top ul.btList li.bnrTel .desc {
    text-align: center;
    margin-bottom: 7px; }
  #contact #top ul.btList li.bnrTel .flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    #contact #top ul.btList li.bnrTel .flex .btTel {
      font-size: 24px;
      font-size: 2.4rem;
      background-size: 15px auto; }
    #contact #top ul.btList li.bnrTel .flex .guide {
      font-size: 14px;
      font-size: 1.4rem;
      padding: 0 15px;
      margin-left: 8px;
      position: relative; }
      #contact #top ul.btList li.bnrTel .flex .guide:before {
        content: "/";
        position: absolute;
        top: -5px;
        left: 0;
        font-size: 24px;
        font-size: 2.4rem;
        color: #c2c2c2; }
      #contact #top ul.btList li.bnrTel .flex .guide:after {
        font-family: 'icomoon';
        content: "\e900";
        position: absolute;
        top: 0.2em;
        right: 0;
        font-weight: normal;
        font-style: normal;
        font-size: 10px;
        font-size: 1rem;
        color: #00763c; }
      #contact #top ul.btList li.bnrTel .flex .guide a {
        color: #00763c; }
        #contact #top ul.btList li.bnrTel .flex .guide a:hover {
          color: #f16316; }
  @media screen and (max-width: 769px) {
    #contact #top ul.btList li.bnrTel {
      height: 60px;
      padding-right: 15px;
      padding-left: 15px;
      border-bottom-width: 3px; }
      #contact #top ul.btList li.bnrTel p.btTel {
        font-size: 20px;
        font-size: 2rem;
        padding-left: 5px;
        background-size: auto 18px; }
        #contact #top ul.btList li.bnrTel p.btTel a {
          color: #00763c;
          text-decoration: none; }
          #contact #top ul.btList li.bnrTel p.btTel a span {
            font-size: 14px;
            font-size: 1.4rem;
            margin: 0 10px; }
      #contact #top ul.btList li.bnrTel .desc {
        margin-bottom: 5px; }
      #contact #top ul.btList li.bnrTel .flex .btTel {
        font-size: 20px;
        font-size: 2rem;
        padding-left: 15px;
        background-size: 12px auto; }
      #contact #top ul.btList li.bnrTel .flex .guide {
        font-size: 12px;
        font-size: 1.2rem;
        padding: 0 13px 0 10px;
        margin-left: 5px; }
        #contact #top ul.btList li.bnrTel .flex .guide:before {
          top: -2px;
          font-size: 18px;
          font-size: 1.8rem; } }

#contact #top .txt {
  margin-bottom: 25px; }
#contact #top .tBold {
  font-weight: bold; }
  #contact #top .tBold a.access {
    font-size: 12px;
    font-size: 1.2rem;
    vertical-align: middle;
    margin-left: 8px; }
@media screen and (max-width: 769px) {
  #contact #top .txt {
    margin-bottom: 15px; }
  #contact #top .tBold a.access {
    font-size: 10px;
    font-size: 1rem;
    margin-left: 5px; } }

#contact .outLink {
  padding-right: 18px;
  position: relative; }
  #contact .outLink:after {
    font-family: 'icomoon';
    content: "\e900";
    position: absolute;
    top: 0.3em;
    right: 0;
    font-weight: normal;
    font-style: normal;
    font-size: 10px;
    font-size: 1rem; }
  @media screen and (max-width: 769px) {
    #contact .outLink:after {
      top: .2em; } }

/*--------------------------------------------------------------
	マツウラ総合窓口
--------------------------------------------------------------*/
#contact #top #cnt01 h4 {
  margin-bottom: 20px; }
#contact #top #cnt01 ul.btList {
  margin-bottom: 60px; }
#contact #top #cnt01 ul.btNav {
  margin: 0 -6px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  #contact #top #cnt01 ul.btNav li {
    width: 25%;
    height: 50px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.0;
    font-weight: bold;
    padding: 0 6px;
    margin-bottom: 12px; }
    #contact #top #cnt01 ul.btNav li a {
      width: 100%;
      height: 100%;
      color: #000;
      text-decoration: none;
      padding: 0 35px 0 20px;
      border: 2px solid #1c8552;
      background-color: #FFF;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -ms-align-items: center;
      align-items: center;
      position: relative; }
      #contact #top #cnt01 ul.btNav li a:after {
        font-family: 'icomoon';
        content: "\e900";
        position: absolute;
        top: calc(50% - .5em);
        right: 20px;
        font-weight: normal;
        font-style: normal;
        font-size: 12px;
        font-size: 1.2rem;
        color: #00763c;
        transform: rotate(90deg); }
      #contact #top #cnt01 ul.btNav li a:hover {
        color: #FFF;
        background-color: #00763c; }
        #contact #top #cnt01 ul.btNav li a:hover:after {
          color: #FFF; }
      #contact #top #cnt01 ul.btNav li a.rotate:after {
        transform: rotate(0); }
  #contact #top #cnt01 ul.btNav.other {
    margin: 0 -10px 8px; }
    #contact #top #cnt01 ul.btNav.other li {
      width: calc(100% / 3);
      height: 80px;
      font-size: 18px;
      font-size: 1.8rem;
      padding: 0 10px; }
      #contact #top #cnt01 ul.btNav.other li a {
        padding: 0 35px 0 75px;
        background-image: url("../images/common/inqArea/icon_contact.png");
        background-repeat: no-repeat;
        background-position: left 25px center; }
      #contact #top #cnt01 ul.btNav.other li:nth-child(2) a {
        background-image: url("../images/common/inqArea/icon_catalog.png"); }
      #contact #top #cnt01 ul.btNav.other li:nth-child(3) a {
        background-image: url("../images/common/inqArea/icon_lumex-off.png"); }
        #contact #top #cnt01 ul.btNav.other li:nth-child(3) a:hover {
          background-image: url("../images/common/inqArea/icon_lumex-on.png"); }
@media screen and (max-width: 769px) {
  #contact #top #cnt01 h4 {
    margin-bottom: 10px; }
  #contact #top #cnt01 ul.btList {
    margin-bottom: 40px; }
  #contact #top #cnt01 ul.btNav {
    margin: 0 -3px; }
    #contact #top #cnt01 ul.btNav li {
      width: 50%;
      height: 40px;
      font-size: 13px;
      font-size: 1.3rem;
      padding: 0 3px;
      margin-bottom: 10px; }
      #contact #top #cnt01 ul.btNav li a {
        padding: 0 20px 0 10px; }
        #contact #top #cnt01 ul.btNav li a:after {
          font-size: 10px;
          font-size: 1rem;
          right: 10px; }
    #contact #top #cnt01 ul.btNav.other {
      margin: 0 -3px 7px; }
      #contact #top #cnt01 ul.btNav.other li {
        width: calc(100% / 2);
        height: 60px;
        font-size: 15px;
        font-size: 1.5rem;
        padding: 0 3px; }
        #contact #top #cnt01 ul.btNav.other li a {
          padding: 0 20px 0 40px;
          background-position: left 10px center;
          background-size: 22px auto; } }

/*--------------------------------------------------------------
	LUMEX について
--------------------------------------------------------------*/
#contact #top #cnt04 .inqArea ul.btList li.lumex > a {
  font-size: 24px;
  font-size: 2.4rem;
  color: #FFF;
  padding-left: 95px;
  background: #0e3d82 url("../images/common/inqArea/icon_lumex.png") no-repeat left 40px center;
  border-bottom: 5px solid #0a2b5b; }
  #contact #top #cnt04 .inqArea ul.btList li.lumex > a:hover {
    background-color: #f9b30b;
    border-bottom-color: #ae7d08; }
#contact #top #cnt04 .inqArea ul.btList li.lumex .outLink {
  padding-right: 25px; }
  #contact #top #cnt04 .inqArea ul.btList li.lumex .outLink:after {
    top: .5em;
    font-size: 14px;
    font-size: 1.4rem; }
@media screen and (max-width: 769px) {
  #contact #top #cnt04 .inqArea ul.btList li.lumex > a {
    font-size: 18px;
    font-size: 1.8rem;
    padding-left: 55px;
    background-size: 30px auto;
    background-position: left 15px center;
    border-bottom-width: 3px; }
  #contact #top #cnt04 .inqArea ul.btList li.lumex .outLink {
    padding-right: 20px; }
    #contact #top #cnt04 .inqArea ul.btList li.lumex .outLink:after {
      font-size: 11px;
      font-size: 1.1rem; } }

/*--------------------------------------------------------------
	採用情報について
--------------------------------------------------------------*/
#contact #top #cnt08 .flex {
  margin-top: 15px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  #contact #top #cnt08 .flex .btn {
    width: auto;
    margin-right: 15px;
    font-weight: bold; }
    #contact #top #cnt08 .flex .btn a {
      padding: 0 40px 0 20px; }
      #contact #top #cnt08 .flex .btn a:after {
        right: 15px; }
    @media screen and (max-width: 769px) {
      #contact #top #cnt08 .flex .btn {
        margin-right: 10px; } }

/* 追記　2020.04.08 -----------------*/
#contact #top .extra {
  text-align: center;
  margin-bottom: 40px; }
  @media screen and (max-width: 769px) {
    #contact #top .extra {
      margin-bottom: 20px; } }

/*------------------------------------------------------------------

  フォーム

------------------------------------------------------------------*/
/* フォーム説明 */
#contactForm ul.caution {
  margin: 20px 0 50px; }
  #contactForm ul.caution li {
    position: relative;
    padding-left: 15px; }
    #contactForm ul.caution li:before {
      content: "";
      position: absolute;
      top: 0.5em;
      left: 0;
      width: 8px;
      height: 8px;
      background: #00763c; }
  @media screen and (max-width: 769px) {
    #contactForm ul.caution {
      margin: 10px 10px 30px; }
      #contactForm ul.caution li {
        padding-left: 12px; }
        #contactForm ul.caution li:before {
          top: 6px;
          width: 7px;
          height: 7px; } }

#contactForm #contact-form {
  display: none; }

/* フォーム
---------------------------------------------------------------------*/
#contactForm .form dl.table {
  margin-bottom: 30px; }
  #contactForm .form dl.table dt {
    width: 200px; }
  #contactForm .form dl.table dd {
    width: calc(100% - 200px); }

@media screen and (max-width: 769px) {
  #contactForm .form dl.table dd {
    padding: 10px 10px 15px !important; } }
#contactForm .form dl.table dd p + p {
  margin-top: 10px; }
#contactForm .form dl.table dd .choice {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*@include mq(mb,max) {
    display: block;
  }*/ }
  @media screen and (max-width: 769px) {
    #contactForm .form dl.table dd .choice span.horizontal-item {
      display: block; } }
#contactForm .form dl.table dd label {
  width: 250px;
  margin: 0 10px 5px 0; }
#contactForm .form dl.table dd input[type="text"], #contactForm .form dl.table dd input[type="email"] {
  width: 60%; }
  @media screen and (max-width: 769px) {
    #contactForm .form dl.table dd input[type="text"], #contactForm .form dl.table dd input[type="email"] {
      width: 100%; } }
  @media screen and (max-width: 320px) {
    #contactForm .form dl.table dd input[type="text"]::placeholder, #contactForm .form dl.table dd input[type="email"]::placeholder {
      font-size: 12px;
      font-size: 1.2rem; } }
@media screen and (max-width: 320px) {
  #contactForm .form dl.table dd input#att_img1, #contactForm .form dl.table dd input#att_img2 {
    font-size: 14px;
    font-size: 1.4rem; } }
#contactForm .form dl.table dd input.zip {
  width: 6em; }
#contactForm .form dl.table dd input.date {
  width: 20%; }
#contactForm .form dl.table dd textarea {
  width: 100%;
  height: 200px;
  padding: 5px; }
@media screen and (max-width: 769px) {
  #contactForm .form dl.table dd .sup {
    margin-top: 5px; } }

/* フォーム周り */
#contactForm .att {
  font-size: 10px;
  font-size: 1rem;
  color: #FFF;
  line-height: 1.0;
  vertical-align: middle;
  padding: 4px 5px 3px;
  margin-left: 5px;
  background: #cb1818; }

#contactForm .form .agree {
  text-align: center;
  margin-bottom: 50px; }

#contactForm .mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0px; }

/* 各種ボタン ------------------------------------------------*/
#contactForm .btn_submit input,
#submitback input {
  cursor: pointer; }

/*確認画面へ進むボタン用*/
#contactForm .btn_submit {
  width: 90%;
  max-width: 500px;
  height: 100px;
  margin: 0 auto;
  background: #cb1818;
  border-bottom: 5px solid #8e1111;
  position: relative; }
  #contactForm .btn_submit:hover {
    background: #eed712;
    border-bottom-color: #a6960d;
    transition: .2s; }
  #contactForm .btn_submit:after {
    font-family: 'icomoon';
    content: "\e900";
    position: absolute;
    top: calc(50% - 12px);
    right: 40px;
    font-weight: normal;
    font-style: normal;
    font-size: 10px;
    font-size: 1rem;
    color: #cb1818;
    width: 24px;
    height: 24px;
    background: #FFF;
    padding: 6px 0 0 8px; }
  #contactForm .btn_submit input {
    color: #FFF;
    width: 100%;
    height: 100%;
    font-size: 26px;
    font-size: 2.6rem;
    text-align: left;
    font-weight: bold;
    padding-left: 10%;
    border: none;
    background: none;
    cursor: pointer; }
  @media screen and (max-width: 769px) {
    #contactForm .btn_submit {
      height: 50px;
      border-bottom-width: 3px; }
      #contactForm .btn_submit:after {
        top: calc(50% - 10px);
        right: 20px;
        width: 20px;
        height: 20px;
        padding: 3px 0 0 6px; }
      #contactForm .btn_submit input {
        font-size: 18px;
        font-size: 1.8rem; } }

/*戻るボタン用*/
#submitback {
  width: 50%;/*30% 20210625*/
  max-width: 300px;
  min-width: 160px;
  height: 40px;
  background: #515151;
  position: relative;
  margin: 20px auto 0; }
  #submitback:hover {
    background: #434343; }
  #submitback input {
    color: #FFF;
    padding: 0 20px;
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    border: none;
    background: none;
    cursor: pointer; }
  @media screen and (max-width: 769px) {
    #submitback {
      height: 30px;
      min-width: 140px; }
      #submitback input {
        font-size: 12px;
        font-size: 1.2rem; } }

#contactForm .mw_wp_form_input #submitback {
  display: none; }

#contactForm .mw_wp_form_confirm .btn_submit {
  margin-top: 40px; }

#contactForm .mw_wp_form_confirm .sup {
  display: none; }

#contactForm .mw_wp_form_confirm .agree {
  display: none; }

/* カタログ請求・見積共通
---------------------------------------------------------------------*/
#contactForm .form dl.table dd ul.itemChoice {
  margin-right: -10px;
  margin-left: -10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  #contactForm .form dl.table dd ul.itemChoice li {
    width: calc(100% / 3);
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.2;
    padding: 0 10px;
    margin-bottom: 20px; }
    #contactForm .form dl.table dd ul.itemChoice li .img {
      text-align: center;
      margin-bottom: 10px;
      border: 1px solid #ccc; }
    #contactForm .form dl.table dd ul.itemChoice li .nameSup {
      font-size: 10px;
      font-size: 1rem;
      margin-bottom: 5px; }
    #contactForm .form dl.table dd ul.itemChoice li .name {
      font-family: "Arial Black", Arial, sans-serif;
      font-weight: bold;
      font-style: italic;
      color: #00763c;
      margin-bottom: 10px; }
    #contactForm .form dl.table dd ul.itemChoice li p + p {
      margin-top: 5px; }
    #contactForm .form dl.table dd ul.itemChoice li .outLink {
      display: inline-block;
      font-size: 12px;
      font-size: 1.2rem;
      padding-right: 15px; }
      #contactForm .form dl.table dd ul.itemChoice li .outLink a {
        color: #000; }
        #contactForm .form dl.table dd ul.itemChoice li .outLink a:hover {
          color: #f16316; }
    #contactForm .form dl.table dd ul.itemChoice li p span.mwform-checkbox-field.horizontal-item {
      display: block; }
  @media screen and (max-width: 769px) {
    #contactForm .form dl.table dd ul.itemChoice {
      margin-right: -5px;
      margin-left: -5px; }
      #contactForm .form dl.table dd ul.itemChoice li {
        font-size: 12px;
        font-size: 1.2rem;
        padding: 0 5px;
        margin-bottom: 15px; }
        #contactForm .form dl.table dd ul.itemChoice li .img {
          margin-bottom: 5px; }
        #contactForm .form dl.table dd ul.itemChoice li .name {
          margin-bottom: 7px; }
        #contactForm .form dl.table dd ul.itemChoice li .outLink {
          font-size: 10px;
          font-size: 1rem;
          padding-right: 14px; }
          #contactForm .form dl.table dd ul.itemChoice li .outLink:after {
            top: .1em; } }

/* 確認用 */
#contactForm .form .mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview dl.table dd ul.itemChoice li {
  width: auto; }
  #contactForm .form .mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview dl.table dd ul.itemChoice li .img, #contactForm .form .mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview dl.table dd ul.itemChoice li .nameSup, #contactForm .form .mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview dl.table dd ul.itemChoice li .name, #contactForm .form .mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview dl.table dd ul.itemChoice li.lumex {
    display: none; }

/*-----------------------------------------------------------------------
  お電話の場合
---------------------------------------------------------------------*/
#contactForm #telInfo .txt {
  margin-bottom: 20px; }
#contactForm #telInfo .flex {
  margin-bottom: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center; }
#contactForm #telInfo p.telNum {
  font-size: 42px;
  font-size: 4.2rem;
  color: #00763c;
  line-height: 1.0;
  font-weight: bold;
  padding-left: 30px;
  margin-right: 20px;
  background: url("../images/contact/icon_tel.png") no-repeat left top 1px; }
  #contactForm #telInfo p.telNum a {
    color: #00763c;
    text-decoration: none; }
#contactForm #telInfo .time {
  font-weight: bold; }
#contactForm #telInfo .btn.rev {
  width: 200px; }
@media screen and (max-width: 769px) {
  #contactForm #telInfo .txt {
    margin-bottom: 10px; }
  #contactForm #telInfo .flex {
    margin-bottom: 15px;
    display: block; }
  #contactForm #telInfo p.telNum {
    font-size: 32px;
    font-size: 3.2rem;
    padding-left: 22px;
    background-size: auto 26px;
    background-position: left top 5px; }
  #contactForm #telInfo .btn.rev {
    width: 160px; } }

#contactForm span.sup.form_span {
  display: inline-block; }

/*!===================================================================

  医療フォーラム

====================================================================*/
#mediforumTop .table, #mediforum .table {
  max-width: 710px;
  font-size: 14px;
  font-size: 1.4rem;
  margin-right: auto;
  margin-left: auto; }
  #mediforumTop .table .ttl, #mediforum .table .ttl {
    height: 40px;
    color: #FFF;
    line-height: 1.0;
    font-weight: bold;
    background: #00763c;
    outline: 1px solid #dcdcdc;
    outline-bottom: 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; }
  #mediforumTop .table dl dt, #mediforum .table dl dt {
    width: 160px;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center; }
  #mediforumTop .table dl dd, #mediforum .table dl dd {
    width: calc(100% - 160px); }
    #mediforumTop .table dl dd .outLink a, #mediforum .table dl dd .outLink a {
      padding-right: 17px;
      position: relative; }
      #mediforumTop .table dl dd .outLink a:after, #mediforum .table dl dd .outLink a:after {
        font-family: 'icomoon';
        content: "\e900";
        position: absolute;
        top: 0.2em;
        right: 0;
        font-weight: normal;
        font-style: normal;
        font-size: 10px;
        font-size: 1rem;
        color: #000; }
@media screen and (max-width: 769px) {
  #mediforumTop .table, #mediforum .table {
    font-size: 12px;
    font-size: 1.2rem; }
    #mediforumTop .table .ttl, #mediforum .table .ttl {
      height: 30px; }
    #mediforumTop .table dl dt, #mediforum .table dl dt {
      font-size: 13px;
      font-size: 1.3rem;
      display: block; } }

/*------------------------------------------------------------------

  TOP

------------------------------------------------------------------*/
#topix #mediforumTop #pageTitle {
  margin-bottom: 60px; }
#topix #mediforumTop #container {
  max-width: none;
  padding: 0;
  margin: 0; }
@media screen and (max-width: 769px) {
  #topix #mediforumTop #pageTitle {
    margin-bottom: 40px; } }

/*--------------------------------------------------------------
	次回シンポジウムのご案内
--------------------------------------------------------------*/
#mediforumTop #cnt01 h3 {
  font-size: 24px;
  font-size: 2.4rem;
  color: #00763c;
  text-align: center;
  margin-bottom: 20px; }
#mediforumTop #cnt01 .table {
  margin-bottom: 30px; }
#mediforumTop #cnt01 .btn {
  width: 225px;
  height: 50px;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Arial Black", Arial, sans-serif;
  font-weight: bold;
  font-style: italic;
  margin: 0 auto; }
@media screen and (max-width: 769px) {
  #mediforumTop #cnt01 h3 {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 10px; }
  #mediforumTop #cnt01 .table {
    margin-bottom: 20px; }
  #mediforumTop #cnt01 .btn {
    width: 180px;
    height: 40px;
    font-size: 14px;
    font-size: 1.4rem; } }

/*--------------------------------------------------------------
	FORUM
--------------------------------------------------------------*/
#mediforumTop #cnt02 {
  margin-top: 100px; }
  #mediforumTop #cnt02 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: 60px; }
  @media screen and (max-width: 769px) {
    #mediforumTop #cnt02 {
      margin-top: 60px; }
      #mediforumTop #cnt02 h3 {
        font-size: 28px;
        font-size: 2.8rem;
        margin-bottom: 15px; } }

/*--------------------------------------------------------------
	報道掲載
--------------------------------------------------------------*/
#mediforumTop #cnt03 .container.inform {
  max-width: 850px; }
  #mediforumTop #cnt03 .container.inform .ttlArea {
    width: 150px; }
  #mediforumTop #cnt03 .container.inform .column {
    width: calc(100% - 180px);
    max-width: 670px; }
  @media screen and (max-width: 769px) {
    #mediforumTop #cnt03 .container.inform {
      max-width: 500px; }
      #mediforumTop #cnt03 .container.inform .ttlArea {
        width: 100%; }
      #mediforumTop #cnt03 .container.inform .column {
        width: 100%;
        max-width: none; } }

/*------------------------------------------------------------------

  医療フォーラムについて

------------------------------------------------------------------*/
#mediforum #about .name {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: right;
  margin-bottom: 30px; }
#mediforum #about .txt {
  margin-bottom: 20px; }
@media screen and (max-width: 769px) {
  #mediforum #about .name {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 20px; }
  #mediforum #about .txt {
    margin-bottom: 15px; } }

/*------------------------------------------------------------------

   役員名簿

------------------------------------------------------------------*/
#mediforum #member table {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2; }
  #mediforum #member table td {
    padding: 10px 20px; }
    #mediforum #member table td:nth-child(1) {
      width: 90px;
      text-align: center; }
    #mediforum #member table td:nth-child(2) {
      width: 130px; }
  @media screen and (max-width: 769px) {
    #mediforum #member table {
      font-size: 12px;
      font-size: 1.2rem; }
      #mediforum #member table td {
        padding: 7px 10px; }
        #mediforum #member table td:nth-child(1) {
          width: 70px;
          text-align: center; }
        #mediforum #member table td:nth-child(2) {
          width: 100px; } }

/*--------------------------------------------------------------
	協賛
--------------------------------------------------------------*/
#mediforum #member #cnt02 ul {
  margin-left: 10px; }
  #mediforum #member #cnt02 ul li:before {
    top: .4em; }
  #mediforum #member #cnt02 ul li + li {
    margin-top: 10px; }
  @media screen and (max-width: 769px) {
    #mediforum #member #cnt02 ul li + li {
      margin-top: 5px; } }

/*------------------------------------------------------------------

   フォーラム会則

------------------------------------------------------------------*/
#mediforum #constitution {
  counter-reset: number; }
  #mediforum #constitution ul li {
    padding-left: 4em;
    position: relative; }
    #mediforum #constitution ul li:before {
      content: "";
      counter-increment: number;
      content: "第" counter(number) "条";
      position: absolute;
      top: 0;
      left: 0; }
    #mediforum #constitution ul li + li {
      margin-top: 10px; }

#mediforum #constitution .revision {
  width: 150px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #666;
  margin-top: 40px;
  margin-left: auto; }

/*------------------------------------------------------------------

  シンポジウム

------------------------------------------------------------------*/
#mediforum #symposium .table {
  margin-bottom: 40px; }
  @media screen and (max-width: 769px) {
    #mediforum #symposium .table {
      margin-bottom: 20px; } }

/* 講演内容
--------------------------------------------------------------*/
#mediforum .lecture h4 {
  margin-bottom: 15px; }
#mediforum .lecture ul.list {
  counter-reset: number; }
  #mediforum .lecture ul.list li {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.2;
    padding-left: 1.5em;
    position: relative; }
    #mediforum .lecture ul.list li:before {
      content: "";
      counter-increment: number;
      content: counter(number) "．";
      position: absolute;
      top: 0;
      left: 0;
      color: #00763c;
      font-weight: bold; }
    #mediforum .lecture ul.list li .outLink {
      font-size: 16px;
      font-size: 1.6rem;
      color: #333;
      font-weight: bold;
      margin-bottom: 5px; }
    #mediforum .lecture ul.list li a {
      display: block;
      color: #000;
      text-decoration: none;
      padding-right: 20px;
      position: relative; }
      #mediforum .lecture ul.list li a:after {
        font-family: 'icomoon';
        content: "\e900";
        position: absolute;
        top: 0.1em;
        right: 0;
        font-weight: normal;
        font-style: normal;
        font-size: 14px;
        font-size: 1.4rem;
        color: #00763c; }
      #mediforum .lecture ul.list li a .outLink {
        display: inline-block;
        padding-right: 17px;
        position: relative; }
        #mediforum .lecture ul.list li a .outLink:after {
          font-family: 'icomoon';
          content: "\e900";
          position: absolute;
          top: 0.2em;
          right: 0;
          font-weight: normal;
          font-style: normal;
          font-size: 12px;
          font-size: 1.2rem;
          color: #000; }
      #mediforum .lecture ul.list li a:hover .outLink {
        text-decoration: underline; }
    #mediforum .lecture ul.list li + li {
      margin-top: 12px; }
#mediforum .lecture + .lecture {
  margin-top: 40px; }
@media screen and (max-width: 769px) {
  #mediforum .lecture h4 {
    margin-bottom: 10px; }
  #mediforum .lecture ul.list li {
    font-size: 12px;
    font-size: 1.2rem; }
    #mediforum .lecture ul.list li .outLink {
      font-size: 14px;
      font-size: 1.4rem; }
    #mediforum .lecture ul.list li a {
      padding-right: 20px; }
      #mediforum .lecture ul.list li a:after {
        font-size: 10px;
        font-size: 1rem;
        top: .2em; }
      #mediforum .lecture ul.list li a .outLink:after {
        font-size: 10px;
        font-size: 1rem; }
    #mediforum .lecture ul.list li + li {
      margin-top: 10px; }
  #mediforum .lecture + .lecture {
    margin-top: 40px; } }

/* 会場の様子
--------------------------------------------------------------*/
#mediforum .lecture ul.photo-gallery {
  margin: 0 -3px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  #mediforum .lecture ul.photo-gallery li {
    padding: 0 3px;
    margin-bottom: 6px; }

/*!===================================================================

  ユーザーボイス

====================================================================*/
/*===================================================================
	TOP
===================================================================*/
#user_voice #top #container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 769px) {
    #user_voice #top #container {
      display: block; } }

#user_voice #top .intro {
  margin-bottom: 30px; }
  #user_voice #top .intro .txt {
    margin-bottom: 40px; }
  @media screen and (max-width: 769px) {
    #user_voice #top .intro {
      margin-bottom: 20px; }
      #user_voice #top .intro .txt {
        margin-bottom: 25px; } }

#user_voice #top .cateNav {
  margin: 0 -5px 60px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  #user_voice #top .cateNav li {
    width: calc(100% / 3);
    padding: 0 5px;
    margin-bottom: 10px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.1;
    font-weight: bold; }
    #user_voice #top .cateNav li a {
      width: 100%;
      height: 50px;
      color: #FFF;
      text-decoration: none;
      padding-right: 30px;
      padding-left: 30px;
      background: #00763c;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -ms-align-items: center;
      align-items: center;
      position: relative; }
      #user_voice #top .cateNav li a:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        border-top: 22px solid #eed712;
        border-right: 17px solid transparent; }
      #user_voice #top .cateNav li a:after {
        font-family: 'icomoon';
        content: "\e900";
        position: absolute;
        top: calc(50% - .5em);
        right: 10px;
        font-weight: normal;
        font-style: normal;
        font-size: 12px;
        font-size: 1.2rem;
        transform: rotate(90deg); }
      #user_voice #top .cateNav li a:hover {
        color: #00763c;
        background: #eed712; }
        #user_voice #top .cateNav li a:hover:before, #user_voice #top .cateNav li a:hover:after {
          border-top-color: #00763c; }
  @media screen and (max-width: 769px) {
    #user_voice #top .cateNav {
      margin: 0 -3px 40px; }
      #user_voice #top .cateNav li {
        padding: 0 3px;
        margin-bottom: 8px;
        font-size: 14px;
        font-size: 1.4rem; }
        #user_voice #top .cateNav li a {
          height: 45px;
          padding-right: 20px;
          padding-left: 10px; }
          #user_voice #top .cateNav li a:before {
            border-top-width: 16px;
            border-right-width: 14px; }
          #user_voice #top .cateNav li a:after {
            @incude fz(10);
            transform: scale(0.8), rotate(90deg);
            right: 8px; } }
  @media screen and (max-width: 500px) {
    #user_voice #top .cateNav li {
      width: calc(100% / 2); } }

/* 導入テキスト */
#user_voice #top .desc {
  margin-bottom: 40px; }
  @media screen and (max-width: 769px) {
    #user_voice #top .desc {
      margin-bottom: 40px; } }

/* List */
#user_voice #top .listBlock {
  margin: 0 -25px 30px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  #user_voice #top .listBlock .column {
    width: 50%;
    padding: 0 25px;
    margin-bottom: 40px; }
    #user_voice #top .listBlock .column .inBox {
      display: block;
      width: 100%;
      height: 100%;
      color: #000;
      line-height: 1.4;
      text-decoration: none;
      padding: 20px 12px 75px;
      border: 8px solid #f0f0f0;
      position: relative; }
      #user_voice #top .listBlock .column .inBox:before {
        content: "";
        position: absolute;
        top: -8px;
        left: -8px;
        border-top: 30px solid #00763c;
        border-right: 24px solid transparent; }
      #user_voice #top .listBlock .column .inBox .img {
        margin-bottom: 10px; }
        #user_voice #top .listBlock .column .inBox .img.collab {
          width: 100%;
          border: 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;
          position: relative; }
          #user_voice #top .listBlock .column .inBox .img.collab:before {
            content: "";
            display: block;
            padding-top: 57.3%; }
          #user_voice #top .listBlock .column .inBox .img.collab a {
            padding: 5px;
            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: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0; }
            #user_voice #top .listBlock .column .inBox .img.collab a img {
              width: auto;
              height: auto;
              max-width: 100%;
              max-height: 100%; }
      #user_voice #top .listBlock .column .inBox .ttl {
        line-height: 1.2;
        font-weight: bold;
        margin-bottom: 10px; }
      #user_voice #top .listBlock .column .inBox dl {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.2;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        #user_voice #top .listBlock .column .inBox dl dt, #user_voice #top .listBlock .column .inBox dl dd {
          margin-bottom: 5px; }
        #user_voice #top .listBlock .column .inBox dl dt {
          width: 5em;
          text-align: right;
          padding-right: .9em;
          position: relative; }
          #user_voice #top .listBlock .column .inBox dl dt:after {
            content: "：";
            position: absolute;
            top: 0;
            right: 0.2em; }
        #user_voice #top .listBlock .column .inBox dl dd {
          width: calc(100% - 5em);
          word-break: break-all; }
      #user_voice #top .listBlock .column .inBox .btn {
        width: 160px;
        height: 35px;
        position: absolute;
        bottom: 20px;
        left: calc(50% - 80px); }
  @media screen and (max-width: 1024px) {
    #user_voice #top .listBlock {
      margin: 0 -10px 30px; }
      #user_voice #top .listBlock .column {
        padding: 0 10px; } }
  @media screen and (max-width: 769px) {
    #user_voice #top .listBlock {
      margin: 0 -5px 20px; }
      #user_voice #top .listBlock .column {
        padding: 0 5px;
        margin-bottom: 20px; }
        #user_voice #top .listBlock .column .inBox {
          padding: 10px 5px 50px;
          border-width: 5px; }
          #user_voice #top .listBlock .column .inBox:before {
            top: -5px;
            left: -5px;
            border-top-width: 22px;
            border-right-width: 18px; }
          #user_voice #top .listBlock .column .inBox .img {
            margin-bottom: 10px; }
          #user_voice #top .listBlock .column .inBox .ttl {
            margin-bottom: 5px; }
          #user_voice #top .listBlock .column .inBox dl {
            font-size: 12px;
            font-size: 1.2rem; }
          #user_voice #top .listBlock .column .inBox .btn {
            width: 120px;
            height: 30px;
            font-size: 14px;
            font-size: 1.4rem;
            bottom: 10px;
            left: calc(50% - 60px); } }

/* バックナンバー リスト（年度？号数？） */
#user_voice ul.backNav {
  margin: 50px -7px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  #user_voice ul.backNav li {
    width: 25%;
    height: 45px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 0 7px;
    margin-bottom: 7px; }
    #user_voice ul.backNav li a {
      padding-right: 20px;
      padding-left: 15px; }
      #user_voice ul.backNav li a:after {
        right: 10px; }
  @media screen and (max-width: 769px) {
    #user_voice ul.backNav {
      margin: 30px -3px 0; }
      #user_voice ul.backNav li {
        width: calc(100% / 3);
        height: 30px;
        font-size: 14px;
        font-size: 1.4rem;
        padding: 0 3px;
        margin-bottom: 5px; }
        #user_voice ul.backNav li a {
          padding-right: 15px;
          padding-left: 10px; }
          #user_voice ul.backNav li a:after {
            right: 7px; } }

/*===================================================================
	detail
===================================================================*/
#user_voice #detail .movieArea {
  margin-bottom: 40px;
  width: 100%;
  height: 0;
  padding-bottom: 57.1%;
  position: relative;
  overflow: hidden; }
  #user_voice #detail .movieArea iframe, #user_voice #detail .movieArea object, #user_voice #detail .movieArea embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  @media screen and (max-width: 769px) {
    #user_voice #detail .movieArea {
      margin-bottom: 20px; } }
#user_voice #detail .btn.moreList {
  margin: 0 0 0 auto; }

#user_voice #detail dl.table {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 60px;
  border-top: none;
  border-left: none; }
  #user_voice #detail dl.table > dt:last-of-type, #user_voice #detail dl.table > dd:last-of-type {
    border-bottom: none; }
  #user_voice #detail dl.table > dt {
    width: 120px;
    padding: 10px 20px;
    border-right: none;
    background: none;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    position: relative; }
    #user_voice #detail dl.table > dt:after {
      content: "";
      position: absolute;
      top: 10px;
      right: 0;
      width: 3px;
      height: calc(100% - 20px);
      background: #eee; }
  #user_voice #detail dl.table > dd {
    width: calc(100% - 120px);
    padding: 10px 30px;
    border-right: none; }
    #user_voice #detail dl.table > dd .flex {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -ms-align-items: center;
      align-items: center; }
      #user_voice #detail dl.table > dd .flex .txt {
        margin-right: 25px; }
      #user_voice #detail dl.table > dd .flex .btn.rev {
        width: 95px;
        height: 22px;
        font-size: 11px;
        font-size: 1.1rem; }
        #user_voice #detail dl.table > dd .flex .btn.rev a {
          padding-right: 10px;
          padding-left: 5px; }
          #user_voice #detail dl.table > dd .flex .btn.rev a:after {
            right: 3px;
            transform: scale(0.8); }
      #user_voice #detail dl.table > dd .flex + .flex {
        margin-top: 5px; }
  @media screen and (max-width: 769px) {
    #user_voice #detail dl.table {
      margin-bottom: 40px;
      border-top: 1px solid #dcdcdc;
      border-left: 1px solid #dcdcdc; }
      #user_voice #detail dl.table > dt:last-of-type, #user_voice #detail dl.table > dd:last-of-type {
        border-bottom: 1px solid #dcdcdc; }
      #user_voice #detail dl.table > dt {
        border-right: 1px solid #dcdcdc;
        background: #f0f0f0; }
        #user_voice #detail dl.table > dt:after {
          display: none; }
      #user_voice #detail dl.table > dd {
        border-right: 1px solid #dcdcdc; }
        #user_voice #detail dl.table > dd .flex .txt {
          margin-right: 15px; } }
