/*---------------------------------

style.css
file-generating date : 2017.04.01
last updated : 2017.6.19 10:43

----------------------------------*/

article.index-page .category-tag {
  display: inline-block;
  font-size: 11px;
  height: 18px;
  line-height: 18px;
  margin-right: 3px;
  padding: 0 10px;
  text-align: center;
  vertical-align: top; }
  @media (max-width: 767px) {
    article.index-page .category-tag {
      font-size: 9px;
      height: 14px;
      line-height: 14px;
      margin-right: 1px;
      padding: 0 6px; } }
article.index-page .tag-finance {
  background: #8EC232; }
article.index-page .tag-manage {
  background: #F4C032; }
article.index-page .tag-release {
  background: #D51323;
  color: #fff; }
article.index-page .tag-technique {
  background: #2F72B5;
  color: #fff; }
article.index-page .tag-products {
    background: #dc5a13; }
article.index-page section.head {
  position: relative; }
  article.index-page section.head .head-list {
    height: 500px;
    overflow: hidden;
    position: relative; }
    @media (max-width: 767px) {
      article.index-page section.head .head-list {
        height: 370px; } }
    article.index-page section.head .head-list li {
      left: 50%;
      max-width: 1200px;
      position: absolute;
      -webkit-transition: all 1.0s;
      transition: all 1.0s;
      width: 100%; }
      article.index-page section.head .head-list li.slide-7 {
        -webkit-transform: translate(-150%, 0);
        transform: translate(-450%, 0);
        z-index: 1; }
      article.index-page section.head .head-list li.slide-6 {
        -webkit-transform: translate(-150%, 0);
        transform: translate(-350%, 0);
        z-index: 1; }
      article.index-page section.head .head-list li.slide-5 {
        -webkit-transform: translate(-150%, 0);
        transform: translate(-250%, 0);
        z-index: 1; }
      article.index-page section.head .head-list li.slide-4 {
        -webkit-transform: translate(-150%, 0);
        transform: translate(-150%, 0);
        z-index: 2; }
      article.index-page section.head .head-list li.slide-3 {
        z-index: 3;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0); }
      article.index-page section.head .head-list li.slide-2 {
        -webkit-transform: translate(50%, 0);
        transform: translate(50%, 0);
        z-index: 2; }
      article.index-page section.head .head-list li.slide-1 {
        -webkit-transform: translate(150%, 0);
        transform: translate(150%, 0);
        z-index: 1; }
      article.index-page section.head .head-list li.slide-0 {
        -webkit-transform: translate(150%, 0);
        transform: translate(250%, 0);
        z-index: 1; }
      article.index-page section.head .head-list li .content-wrapper {
        height: 500px;
        margin: 0 auto;
        position: relative;
        width: 1000px; }
        @media (max-width: 767px) {
          article.index-page section.head .head-list li .content-wrapper {
            height: 370px;
            width: 100%; } }
      article.index-page section.head .head-list li .content {
        box-sizing: border-box;
        height: 330px;
        padding: 56px 0 0 30px;
        position: absolute;
        right: 0;
        top: 40px;
        width: 450px; }
        @media (max-width: 767px) {
          article.index-page section.head .head-list li .content {
            height: 170px;
            padding: 26px 0 0 15px;
            width: 250px; } }
        article.index-page section.head .head-list li .content .title {
          font-size: 30px;
          font-weight: bold;
          letter-spacing: 2px;
          line-height: 44px;
          margin-bottom: 22px; }
          @media (max-width: 767px) {
            article.index-page section.head .head-list li .content .title {
              font-size: 16px;
              line-height: 23px;
              margin-bottom: 11px; } }
        article.index-page section.head .head-list li .content .sub-title {
          font-size: 16px;
          font-weight: bold;
          letter-spacing: 2px;
          line-height: 20px;
          margin-bottom: 17px; }
          @media (max-width: 767px) {
            article.index-page section.head .head-list li .content .sub-title {
              font-size: 10px;
              line-height: 10px;
              margin-bottom: 7px; } }
        article.index-page section.head .head-list li .content .btn-info-more {
          border: 1px solid #000;
          box-sizing: border-box;
          color: #000;
          display: block;
          font-size: 16px;
          height: 40px;
          line-height: 40px;
          position: relative;
          -webkit-transition: all 0.3s;
          transition: all 0.3s;
          text-align: center;
          width: 324px; }
          @media (max-width: 767px) {
            article.index-page section.head .head-list li .content .btn-info-more {
              font-size: 11px;
              font-weight: bold;
              height: 27px;
              line-height: 27px;
              width: 190px; } }
          article.index-page section.head .head-list li .content .btn-info-more::after {
            border-top: 1px solid #000;
            border-right: 1px solid #000;
            content: "";
            display: inline-block;
            height: 7px;
            margin-left: 10px;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            vertical-align: 2px;
            width: 7px; }
            @media (max-width: 767px) {
              article.index-page section.head .head-list li .content .btn-info-more::after {
                height: 5px;
                margin-left: 5px;
                vertical-align: 1px;
                width: 5px; } }
          article.index-page section.head .head-list li .content .btn-info-more:hover {
            background: #000;
            color: #fff; }
            article.index-page section.head .head-list li .content .btn-info-more:hover::after {
              border-color: #fff; }
    article.index-page section.head .head-list .list-1 {
      background: no-repeat 50% 50% url("../img/index/head-1.jpg"); }
      @media (max-width: 767px) {
        article.index-page section.head .head-list .list-1 {
          background: no-repeat 50% 50%/cover url("../img/index/head-1-sp.jpg"); } }
      article.index-page section.head .head-list .list-1 .content {
        background: rgba(197, 5, 15, 0.8); }
        article.index-page section.head .head-list .list-1 .content .title {
          color: #fff;
          font-size: 24px;
          font-weight: bold;
          letter-spacing: 2px;
          line-height: 38px;
          margin-bottom: 18px; }
          @media (max-width: 767px) {
            article.index-page section.head .head-list .list-1 .content .title {
              font-size: 14px;
              line-height: 22px;
              margin-bottom: 7px; } }
        article.index-page section.head .head-list .list-1 .content .sub-title {
          color: #fff;
          font-size: 16px;
          font-weight: bold;
          letter-spacing: 2px;
          line-height: 28px;
          margin-bottom: 31px; }
          @media (max-width: 767px) {
            article.index-page section.head .head-list .list-1 .content .sub-title {
              font-size: 10px;
              line-height: 14px;
              margin-bottom: 18px; } }
        article.index-page section.head .head-list .list-1 .content .btn-info-more {
          border: 1px solid #fff;
          color: #fff; }
          article.index-page section.head .head-list .list-1 .content .btn-info-more::after {
            border-top: 1px solid #fff;
            border-right: 1px solid #fff; }
          article.index-page section.head .head-list .list-1 .content .btn-info-more:hover {
            background: #fff;
            color: #C9333D; }
            article.index-page section.head .head-list .list-1 .content .btn-info-more:hover::after {
              border-color: #C9333D; }
        article.index-page section.head .head-list .list-1 .content .icon {
          position: absolute;
          right: 33px;
          top: 30px; }
          @media (max-width: 767px) {
            article.index-page section.head .head-list .list-1 .content .icon {
              right: 10px;
              top: 15px;
              -webkit-transform-origin: 100% 0;
              transform-origin: 100% 0;
              -webkit-transform: scale(0.5, 0.5);
              transform: scale(0.5, 0.5); } }
    article.index-page section.head .head-list .list-2 {
      background: no-repeat 50% 50% url("../img/index/head-2.jpg"); }
      @media (max-width: 767px) {
        article.index-page section.head .head-list .list-2 {
          background: no-repeat 50% 50%/cover url("../img/index/head-2-sp.jpg"); } }
      article.index-page section.head .head-list .list-2 .content {
        left: 0;
        right: auto;
        top: 87px; }
        @media (max-width: 767px) {
          article.index-page section.head .head-list .list-2 .content {
            left: 22px;
            top: 208px; } }
    article.index-page section.head .head-list .list-3 {
      background: no-repeat 50% 50% url("../img/index/head-3.jpg"); }
      @media (max-width: 767px) {
        article.index-page section.head .head-list .list-3 {
          background: no-repeat 50% 50%/cover url("../img/index/head-3-sp.jpg"); } }
      article.index-page section.head .head-list .list-3 .content {
        top: 75px; }
        @media (max-width: 767px) {
          article.index-page section.head .head-list .list-3 .content {
            left: 20px;
            top: 116px; } }
        article.index-page section.head .head-list .list-3 .content .sub-title {
          margin-bottom: 12px; }
          @media (max-width: 767px) {
            article.index-page section.head .head-list .list-3 .content .sub-title {
              margin-bottom: 7px; } }
    article.index-page section.head .head-list .list-4 {
      background: no-repeat 50% 50% url("../img/index/head-4.jpg"); }
      @media (max-width: 767px) {
        article.index-page section.head .head-list .list-4 {
          background: no-repeat 50% 50%/cover url("../img/index/head-4-sp.jpg"); } }
      article.index-page section.head .head-list .list-4 .content {
        left: 0;
        right: auto;
        top: 71px; }
        @media (max-width: 767px) {
          article.index-page section.head .head-list .list-4 .content {
            left: 20px;
            top: -3px; } }
        article.index-page section.head .head-list .list-4 .content .sub-title {
          margin-bottom: 12px; }
          @media (max-width: 767px) {
            article.index-page section.head .head-list .list-4 .content .sub-title {
              margin-bottom: 7px; } }
  article.index-page section.head .head-selector {
    bottom: 20px;
    font-size: 0;
    line-height: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 4; }
    article.index-page section.head .head-selector li {
      background: #666;
      border-radius: 50%;
      cursor: pointer;
      display: inline-block;
      height: 10px;
      margin: 0 5px;
      width: 10px; }
      article.index-page section.head .head-selector li:hover {
        background: #000; }
      article.index-page section.head .head-selector li.selected {
        background: #000; }
  article.index-page section.head .btn-prev, article.index-page section.head .btn-next {
    bottom: 0;
    cursor: pointer;
    height: 30px;
    margin: auto 0;
    position: absolute;
    top: 0;
    width: 30px;
    z-index: 4; }
    @media (max-width: 767px) {
      article.index-page section.head .btn-prev, article.index-page section.head .btn-next {
        display: none; } }
    article.index-page section.head .btn-prev::after, article.index-page section.head .btn-next::after {
      border-top: 4px solid #A0A0A0;
      border-right: 4px solid #A0A0A0;
      box-sizing: border-box;
      height: 30px;
      content: "";
      display: block;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      width: 30px; }
    article.index-page section.head .btn-prev:hover::after, article.index-page section.head .btn-next:hover::after {
      border-color: #484848; }
  article.index-page section.head .btn-prev {
    left: 40px; }
    @media (min-width: 1200px) {
      article.index-page section.head .btn-prev {
        left: calc((100% - 1200px)/2 + 40px); } }
    article.index-page section.head .btn-prev::after {
      -webkit-transform: rotate(-135deg);
      transform: rotate(-135deg); }
  article.index-page section.head .btn-next {
    right: 40px; }
    @media (min-width: 1200px) {
      article.index-page section.head .btn-next {
        right: calc((100% - 1200px)/2 + 40px); } }
article.index-page .news-release {
  background: #E4E5E6;
  padding: 13px 0 0; }
  @media (max-width: 767px) {
    article.index-page .news-release {
      padding: 0; } }
  article.index-page .news-release .news-wrapper {
    margin: 0 auto;
    width: 1000px; }
    @media (max-width: 767px) {
      article.index-page .news-release .news-wrapper {
        overflow: hidden;
        width: 100%; } }
    article.index-page .news-release .news-wrapper .head {
      background: #C5091D;
      color: #fff;
      float: left;
      font-size: 15px;
      font-weight: bold;
      height: 42px;
      line-height: 42px;
      text-align: center;
      width: 181px; }
      @media (max-width: 767px) {
        article.index-page .news-release .news-wrapper .head {
          box-sizing: border-box;
          font-size: 11px;
          height: 30px;
          line-height: 30px;
          padding-left: 15px;
          text-align: left;
          width: 230px;
          width: calc(100% - 105px); } }
      article.index-page .news-release .news-wrapper .head:hover {
        background: #b1000e; }
      article.index-page .news-release .news-wrapper .head::after {
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        box-sizing: border-box;
        content: "";
        display: inline-block;
        height: 7px;
        margin-left: 5px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        vertical-align: 2px;
        width: 7px; }
        @media (max-width: 767px) {
          article.index-page .news-release .news-wrapper .head::after {
            height: 6px;
            vertical-align: 1px;
            width: 6px; } }
        article.index-page .news-release .news-wrapper .head::after:hover {
          margin-left: 7px; }
    article.index-page .news-release .news-wrapper .controller {
      background: #C5091D;
      float: left;
      width: 90px; }
      @media (max-width: 767px) {
        article.index-page .news-release .news-wrapper .controller {
          width: 105px; } }
      article.index-page .news-release .news-wrapper .controller li {
        cursor: pointer;
        float: left;
        height: 42px;
        position: relative;
        width: 30px; }
        @media (max-width: 767px) {
          article.index-page .news-release .news-wrapper .controller li {
            height: 30px;
            width: 30px; } }
        article.index-page .news-release .news-wrapper .controller li:hover {
          background: #b1000e; }
      article.index-page .news-release .news-wrapper .controller .pause::before, article.index-page .news-release .news-wrapper .controller .pause::after {
        background: #fff;
        content: "";
        display: block;
        height: 12px;
        position: absolute;
        width: 3px; }
      article.index-page .news-release .news-wrapper .controller .pause::before {
        left: 10px;
        top: 15px; }
        @media (max-width: 767px) {
          article.index-page .news-release .news-wrapper .controller .pause::before {
            top: 9px; } }
      article.index-page .news-release .news-wrapper .controller .pause::after {
        right: 10px;
        top: 15px; }
        @media (max-width: 767px) {
          article.index-page .news-release .news-wrapper .controller .pause::after {
            top: 9px; } }
      article.index-page .news-release .news-wrapper .controller .pause.stopped::before {
        background: transparent;
        border: 6px solid transparent;
        border-left: 6px solid #fff;
        height: 0;
        left: 13px;
        width: 0; }
      article.index-page .news-release .news-wrapper .controller .pause.stopped::after {
        display: none; }
      article.index-page .news-release .news-wrapper .controller .back::after, article.index-page .news-release .news-wrapper .controller .next::after {
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        box-sizing: border-box;
        bottom: 0;
        content: "";
        display: block;
        height: 9px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        width: 9px; }
      article.index-page .news-release .news-wrapper .controller .back::after {
        left: 2px;
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg); }
      article.index-page .news-release .news-wrapper .controller .next::after {
        right: 2px; }
    article.index-page .news-release .news-wrapper .news {
      background: #fff;
      box-sizing: border-box;
      float: left;
      height: 42px;
      overflow: hidden;
      padding: 12px 0;
      position: relative;
      width: 729px; }
      @media (max-width: 767px) {
        article.index-page .news-release .news-wrapper .news {
          padding: 8px 0;
          height: 30px; } }
      article.index-page .news-release .news-wrapper .news li {
        display: none;
        left: 0;
        padding-left: 19px;
        position: absolute;
        width: 1500px; }
        article.index-page .news-release .news-wrapper .news li:first-of-type {
          display: block; }
        @media (max-width: 767px) {
          article.index-page .news-release .news-wrapper .news li {
            padding-left: 15px; } }
      article.index-page .news-release .news-wrapper .news time {
        display: inline-block;
        font-size: 15px;
        line-height: 18px;
        margin-right: 9px;
        vertical-align: top; }
        @media (max-width: 767px) {
          article.index-page .news-release .news-wrapper .news time {
            font-size: 11px;
            line-height: 14px;
            margin-right: 4px; } }
      article.index-page .news-release .news-wrapper .news a {
        color: #C7081C;
        font-size: 15px;
        line-height: 18px;
        vertical-align: top; }
        @media (max-width: 767px) {
          article.index-page .news-release .news-wrapper .news a {
            font-size: 11px;
            line-height: 14px; } }
        article.index-page .news-release .news-wrapper .news a img {
          vertical-align: top;
          margin-top: -4px; }
        article.index-page .news-release .news-wrapper .news a span {
          vertical-align: top;
        }
        article.index-page .news-release .news-wrapper .news a:hover {
          text-decoration: underline; }
        article.index-page .news-release .news-wrapper .news a::after {
          border-top: 1px solid #C7081C;
          border-right: 1px solid #C7081C;
          box-sizing: border-box;
          content: "";
          display: inline-block;
          height: 7px;
          margin-left: 5px;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          vertical-align: 6px;
          width: 7px; }
        article.index-page .information .information-list .news-list a::after {
          border-top: 1px solid #C7081C;
          border-right: 1px solid #C7081C;
          box-sizing: border-box;
          content: "";
          display: inline-block;
          height: 7px;
          margin-left: 5px;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          vertical-align: 2px;
          width: 7px; }
article.index-page section.products {
  background: #E4E5E6;
  padding: 50px 0 0; }
  @media (max-width: 767px) {
    article.index-page section.products {
      padding: 31px 0 0; } }
  article.index-page section.products .title {
    font-size: 36px;
    font-weight: bold;
    line-height: 39px;
    text-align: center; }
    @media (max-width: 767px) {
      article.index-page section.products .title {
        font-size: 25px;
        line-height: 30px; } }
  article.index-page section.products .sub-title {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 21px;
    text-align: center; }
    @media (max-width: 767px) {
      article.index-page section.products .sub-title {
        font-size: 10px;
        line-height: 20px;
        margin-bottom: 9px; } }
  article.index-page section.products .products-list {
    margin: 0 auto;
    max-width: 1200px; }
    @media (max-width: 767px) {
      article.index-page section.products .products-list {
        width: 100%; } }
    article.index-page section.products .products-list dt, article.index-page section.products .products-list dd {
      float: left;
      margin-bottom: 20px; }
    article.index-page section.products .products-list dt {
      background: #000;
      box-sizing: border-box;
      color: #fff;
      font-size: 36px;
      line-height: 44px;
      padding-top: 40px;
      padding-left: 40px;
      width: calc((100% - 12px)/4); }
      @media (max-width: 767px) {
        article.index-page section.products .products-list dt {
          font-size: 20px;
          line-height: 27px;
          margin-bottom: 0;
          padding-top: 11px;
          padding-left: 15px;
          width: 159px;
          width: calc((100% - 2px)/2); } }
      article.index-page section.products .products-list dt span {
        font-size: 16px;
        font-weight: normal; }
        @media (max-width: 767px) {
          article.index-page section.products .products-list dt span {
            font-size: 10px; } }
    article.index-page section.products .products-list dd {
      width: calc(100% - ((100% - 12px)/4)); }
      @media (max-width: 767px) {
        article.index-page section.products .products-list dd {
          margin-bottom: 13px;
          width: 100%; } }
      article.index-page section.products .products-list dd li {
        float: left;
        margin-left: 4px;
        margin-bottom: 4px;
        width: calc((100% - 12px)/3); }
        @media (max-width: 767px) {
          article.index-page section.products .products-list dd li {
            margin-bottom: 2px;
            margin-left: 0;
            margin-right: 2px;
            width: 159px;
            width: calc((100% - 2px)/2); }
            article.index-page section.products .products-list dd li:nth-of-type(odd) {
              margin-right: 0; }
            article.index-page section.products .products-list dd li:first-of-type {
              margin-left: calc((100% - 2px)/2 + 2px); } }
        @media (min-width: 768px) {
          article.index-page section.products .products-list dd li:nth-last-of-type(-n+3) {
            margin-bottom: 0; } }
        article.index-page section.products .products-list dd li a {
          box-sizing: border-box;
          display: block;
          position: relative; }
          @media (min-width: 768px) {
            article.index-page section.products .products-list dd li a:hover::after {
              border: 7px solid #C5091D;
              bottom: 0;
              content: "";
              display: block;
              left: 0;
              position: absolute;
              right: 0;
              top: 0; } }
          article.index-page section.products .products-list dd li a .img-box img {
            vertical-align: middle;
            width: 100%; }
          article.index-page section.products .products-list dd li a .txt-box {
            background: #fff;
            box-sizing: border-box;
            padding: 12px 10px 20px 18px; }
            @media (max-width: 767px) {
              article.index-page section.products .products-list dd li a .txt-box {
                padding: 10px 9px; } }
          article.index-page section.products .products-list dd li a .name {
            font-size: 22px;
            line-height: 26px; }
            @media (max-width: 767px) {
              article.index-page section.products .products-list dd li a .name {
                font-size: 12px;
                line-height: 13px; } }
          article.index-page section.products .products-list dd li a .text {
            font-size: 14px;
            line-height: 18px;
            margin-top: 6px; }
            @media (max-width: 767px) {
              article.index-page section.products .products-list dd li a .text {
                font-size: 10px;
                line-height: 13px;
                margin-top: 5px; } }
          article.index-page section.products .products-list dd li a .cat {
            font-size: 14px;
            line-height: 18px;
            margin-bottom: 6px; }
            @media (max-width: 767px) {
              article.index-page section.products .products-list dd li a .cat {
                font-size: 10px;
                line-height: 13px;
                margin-bottom: 5px; } }
article.index-page section.event {
  background: #E4E5E6;
  padding: 98px 0 0; }
  @media (max-width: 767px) {
    article.index-page section.event {
      padding: 17px 0 0; } }
  article.index-page section.event .title {
    font-size: 36px;
    font-weight: bold;
    line-height: 39px;
    text-align: center; }
    @media (max-width: 767px) {
      article.index-page section.event .title {
        font-size: 25px;
        line-height: 30px; } }
  article.index-page section.event .sub-title {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 21px;
    text-align: center; }
    @media (max-width: 767px) {
      article.index-page section.event .sub-title {
        font-size: 10px;
        line-height: 20px;
        margin-bottom: 9px; } }
  article.index-page section.event .event-list {
    margin: 0 auto;
    max-width: 1200px; }
    article.index-page section.event .event-list li {
      float: left;
      width: calc((100% - 8px)/3);
      margin-right: 4px;
      position: relative; }
      @media (max-width: 767px) {
        article.index-page section.event .event-list li {
          float: none;
          width: 100%;
          margin-right: 0;
          margin-bottom: 2px;
          overflow: hidden; } }
      article.index-page section.event .event-list li:last-of-type {
        margin-right: 0;
        margin-bottom: 0; }
      article.index-page section.event .event-list li img {
        vertical-align: middle;
        width: 100%; }
        @media (max-width: 767px) {
          article.index-page section.event .event-list li img {
            display: block;
            position: relative;
            top: 50%;
            -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%); } }
      article.index-page section.event .event-list li .txt-box {
        background: rgba(0, 0, 0, 0.7);
        background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), color-stop(0.6, rgba(0, 0, 0, 0.7)), to(transparent));
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7), transparent);
        background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 70%, transparent 100%);
        bottom: 0;
        box-sizing: border-box;
        /*height: 185px;*/
        padding: 0 20px 20px 20px;
        position: absolute;
        width: 100%; }
        @media (max-width: 767px) {
          article.index-page section.event .event-list li .txt-box {
            /*height: 179px;*/
            padding: 0 10px 10px; } }
        article.index-page section.event .event-list li .txt-box .name {
          color: #fff;
          font-size: 14px;
          font-weight: bold;
          line-height: 22px;
          margin-bottom: 4px; }
          @media (max-width: 767px) {
            article.index-page section.event .event-list li .txt-box .name {
              font-size: 12px;
              line-height: 16px; } }
        article.index-page section.event .event-list li .txt-box .article {
          color: #fff;
          font-size: 13px;
          line-height: 22px; }
          @media (max-width: 767px) {
            article.index-page section.event .event-list li .txt-box .article {
              font-size: 11px;
              line-height: 16px; } }
        article.index-page section.event .event-list li .txt-box .btn-more-info {
          border: 1px solid #fff;
          box-sizing: border-box;
          color: #fff;
          display: block;
          font-size: 13px;
          height: 30px;
          line-height: 30px;
          margin: 11px auto 0;
          text-align: center;
          -webkit-transition: all 0.3s;
          transition: all 0.3s;
          width: 240px; }
          @media (max-width: 767px) {
            article.index-page section.event .event-list li .txt-box .btn-more-info {
              font-size: 11px;
              height: 26px;
              line-height: 26px;
              margin: 7px auto 0;
              width: 250px; } }
          article.index-page section.event .event-list li .txt-box .btn-more-info::after {
            border-top: 1px solid #fff;
            border-right: 1px solid #fff;
            box-sizing: border-box;
            content: "";
            display: inline-block;
            height: 7px;
            margin-left: 8px;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            vertical-align: 1px;
            width: 7px; }
            @media (max-width: 767px) {
              article.index-page section.event .event-list li .txt-box .btn-more-info::after {
                height: 6px;
                margin-left: 5px;
                width: 6px; } }
          article.index-page section.event .event-list li .txt-box .btn-more-info:hover {
            background: #C5091D;
            border-color: #C5091D;
            color: #fff; }
            article.index-page section.event .event-list li .txt-box .btn-more-info:hover::after {
              border-color: #fff; }
article.index-page section.contents {
  background: #E4E5E6;
  padding: 73px 0 50px; }
  @media (max-width: 767px) {
    article.index-page section.contents {
      padding: 33px 0 15px; } }
  article.index-page section.contents .title {
    font-size: 36px;
    font-weight: bold;
    line-height: 39px;
    text-align: center; }
    @media (max-width: 767px) {
      article.index-page section.contents .title {
        font-size: 25px;
        line-height: 30px; } }
  article.index-page section.contents .sub-title {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 21px;
    text-align: center; }
    @media (max-width: 767px) {
      article.index-page section.contents .sub-title {
        font-size: 10px;
        line-height: 20px;
        margin-bottom: 9px; } }
  article.index-page section.contents .contents-list {
    margin: 0 auto;
    max-width: 1200px; }
    article.index-page section.contents .contents-list li {
      float: left;
      margin-right: 4px;
      margin-bottom: 4px;
      width: calc((100% - 8px)/3); }
    article.index-page section.contents .contents-list li:nth-child(3n) {
      margin-right: 0; }
      @media (max-width: 767px) {
        article.index-page section.contents .contents-list li {
          margin-right: 2px;
          margin-bottom: 2px;
          width: calc((100% - 2px)/2); }
        article.index-page section.contents .contents-list li:nth-child(3n) {
          margin-right: 2px;}
        article.index-page section.contents .contents-list li:nth-child(2n) {
          margin-right: 0; } }
      article.index-page section.contents .contents-list li:last-of-type {
        margin-right: 0; }
      article.index-page section.contents .contents-list li a {
        display: block;
        position: relative; }
        @media (min-width: 768px) {
          article.index-page section.contents .contents-list li a:hover::after {
            border: 7px solid #C5091D;
            bottom: 0;
            content: "";
            display: block;
            left: 0;
            position: absolute;
            right: 0;
            top: 0; } }
        article.index-page section.contents .contents-list li a img {
          vertical-align: middle;
          width: 100%; }
          article.index-page section.contents .contents-list li a img:nth-of-type(2) {
            display: none; }
          @media (max-width: 767px) {
            article.index-page section.contents .contents-list li a img {
              display: none; }
              article.index-page section.contents .contents-list li a img:nth-of-type(2) {
                display: inline; } }
      article.index-page section.contents .contents-list li .txt-box {
        background: #fff;
        box-sizing: border-box;
        height: 100px;
        padding: 15px 20px 19px;
        width: 100%; }
        @media (max-width: 767px) {
          article.index-page section.contents .contents-list li .txt-box {
            /*height: 62px;*/
            padding: 4px 10px 8px; } }
        article.index-page section.contents .contents-list li .txt-box .name {
          font-size: 16px;
          font-weight: bold;
          line-height: 28px; }
          @media (max-width: 767px) {
            article.index-page section.contents .contents-list li .txt-box .name {
              font-size: 12px;
              line-height: 22px; } }
          article.index-page section.contents .contents-list li .txt-box .name .icon-external-link {
            margin-left: 7px;
            vertical-align: 0;
            width: 13px; }
            @media (max-width: 767px) {
              article.index-page section.contents .contents-list li .txt-box .name .icon-external-link {
                display: inline;
                margin-left: 4px;
                width: 11px; } }
        article.index-page section.contents .contents-list li .txt-box .article {
          font-size: 14px;
          line-height: 18px; }
          @media (max-width: 767px) {
            article.index-page section.contents .contents-list li .txt-box .article {
              font-size: 10px;
              line-height: 14px; } }
article.index-page section.information {
  padding: 43px 0 0; }
  @media (max-width: 767px) {
    article.index-page section.information {
      box-sizing: border-box;
      padding: 44px 15px 0; } }
  article.index-page section.information .information-list {
    margin: 0 auto 94px;
    width: 1000px; }
    @media (max-width: 767px) {
      article.index-page section.information .information-list {
        margin-bottom: 37px;
        width: 100%; } }
    article.index-page section.information .information-list .list-title {
      border-bottom: 3px solid #000;
      font-size: 28px;
      font-weight: bold;
      line-height: 62px;
      position: relative; }
      @media (max-width: 767px) {
        article.index-page section.information .information-list .list-title {
          border-width: 2px;
          font-size: 17px;
          line-height: 34px; } }
      article.index-page section.information .information-list .list-title .btn-view-index {
        border: 1px solid #000;
        box-sizing: border-box;
        bottom: 14px;
        display: block;
        font-size: 14px;
        font-weight: normal;
        height: 30px;
        line-height: 30px;
        position: absolute;
        right: 0;
        text-align: center;
        width: 150px; }
        @media (max-width: 767px) {
          article.index-page section.information .information-list .list-title .btn-view-index {
            bottom: 6px;
            font-size: 10px;
            height: 22px;
            line-height: 20px;
            width: 100px; } }
        article.index-page section.information .information-list .list-title .btn-view-index::after {
          border-top: 1px solid #000;
          border-right: 1px solid #000;
          content: "";
          display: inline-block;
          height: 7px;
          margin-left: 7px;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          vertical-align: 1px;
          width: 7px; }
          @media (max-width: 767px) {
            article.index-page section.information .information-list .list-title .btn-view-index::after {
              height: 4px;
              margin-left: 5px;
              width: 4px; } }
        article.index-page section.information .information-list .list-title .btn-view-index:hover {
          background: #000;
          color: #fff; }
          article.index-page section.information .information-list .list-title .btn-view-index:hover::after {
            border-color: #fff; }
    article.index-page section.information .information-list .news-list {
      padding-bottom: 35px; }
      @media (max-width: 767px) {
        article.index-page section.information .information-list .news-list {
          padding-bottom: 18px; } }
      article.index-page section.information .information-list .news-list li {
        border-bottom: 1px solid #DBDCDD;
        font-size: 14px;
        line-height: 26px;
        padding: 12px 0 14px; }
        @media (max-width: 767px) {
          article.index-page section.information .information-list .news-list li {
            font-size: 11px;
            line-height: 19px;
            padding: 9px 0 10px; } }
        article.index-page section.information .information-list .news-list li:last-of-type {
          border-bottom: 0; }
        @media (max-width: 767px) {
          article.index-page section.information .information-list .news-list li img {
            width: 12px; } }
        article.index-page section.information .information-list .news-list li time {
          display: inline-block;
          vertical-align: top; }
        article.index-page section.information .information-list .news-list li .category-tag {
          margin: 4px 0 4px 6px;
          padding: 0 14px; }
          @media (max-width: 767px) {
            article.index-page section.information .information-list .news-list li .category-tag {
              height: 12px;
              line-height: 12px;
              margin: 4px 0 3px 5px; } }
        article.index-page section.information .information-list .news-list li a:hover {
          text-decoration: underline; }
    article.index-page section.information .information-list .text {
      font-size: 14px;
      line-height: 26px;
      padding-top: 12px; }
      @media (max-width: 767px) {
        article.index-page section.information .information-list .text {
          font-size: 11px;
          line-height: 16px; } }
  article.index-page section.information .banner-area {
    margin: 0 auto;
    padding-bottom: 13px;
    width: 1000px; }
    @media (max-width: 767px) {
      article.index-page section.information .banner-area {
        box-sizing: border-box;
        padding-bottom: 50px;
        width: 100%; } }
    article.index-page section.information .banner-area img {
      vertical-align: middle; }
      @media (max-width: 767px) {
        article.index-page section.information .banner-area img {
          width: 140px; } }

article.middle-page .tag-area, article.detail-page .tag-area {
  font-size: 0;
  letter-spacing: 0; }
  @media (max-width: 767px) {
    article.middle-page .tag-area, article.detail-page .tag-area {
      padding: 0 15px 5px; } }
  article.middle-page .tag-area li, article.detail-page .tag-area li {
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 7px 9px; }
    @media all and (-ms-high-contrast: none) {
      article.middle-page .tag-area li, article.detail-page .tag-area li {
        padding: 10px 9px 4px; } }
    @media (max-width: 767px) {
      article.middle-page .tag-area li, article.detail-page .tag-area li {
        font-size: 10px;
        line-height: 11px;
        margin-right: 5px;
        padding: 2px 3px; } }
    article.middle-page .tag-area li.bg-riptude, article.detail-page .tag-area li.bg-riptude {
      background: #88D8C9; }
    article.middle-page .tag-area li.bg-skyblue, article.detail-page .tag-area li.bg-skyblue {
      background: #87D5F8; }
    article.middle-page .tag-area li.bg-cheese, article.detail-page .tag-area li.bg-cheese {
      background: #F8BC88; }
    article.middle-page .tag-area li.bg-black, article.detail-page .tag-area li.bg-black {
      background: #000;
      color: #fff; }
article.middle-page .icon-pipe, article.detail-page .icon-pipe {
  margin: 0 2px;
  vertical-align: 0;
  width: 0.6em; }
  @media (max-width: 767px) {
    article.middle-page .icon-pipe, article.detail-page .icon-pipe {
      vertical-align: -1px; } }
article.middle-page section.head, article.detail-page section.head {
  box-sizing: border-box;
  height: 250px;
  margin-bottom: 32px;
  position: relative; }
  @media (max-width: 767px) {
    article.middle-page section.head, article.detail-page section.head {
      height: auto;
      margin-bottom: 25px; }
      article.middle-page section.head img, article.detail-page section.head img {
        vertical-align: middle;
        width: 100%; } }
article.middle-page section.head.bg-dark, article.detail-page section.head.bg-dark {
	color: #fff; }
  article.middle-page section.head .title-wrapper, article.detail-page section.head .title-wrapper {
    padding-left: 33px;
    position: absolute;
    top: 0; }
    @media (max-width: 767px) {
      article.middle-page section.head .title-wrapper, article.detail-page section.head .title-wrapper {
        padding: 0;
        position: static;
        width: 100%; } }
      article.middle-page section.head .title-wrapper .sub-title.more-below {
        font-size: 17px;
        line-height: 18.27px; }
        @media (max-width: 767px) {
          article.middle-page section.head .title-wrapper .sub-title.more-below {
            display: block;
            width: auto;
            padding-left: 0;
            top: 28px;
            font-size: 8px;
            line-height: 10px; } }
    article.middle-page section.head .title-wrapper.font-white, article.detail-page section.head .title-wrapper.font-white {
      color: #fff; }
    article.middle-page section.head .title-wrapper .title, article.detail-page section.head .title-wrapper .title {
      font-size: 48px;
      font-weight: bold;
      line-height: 60px; }
      @media (max-width: 767px) {
        article.middle-page section.head .title-wrapper .title, article.detail-page section.head .title-wrapper .title {
          box-sizing: border-box;
          font-size: 20px;
          line-height: 25px;
          padding-left: 15px;
          position: absolute;
          width: 100%; } }
      @media (max-width: 767px) {
        article.middle-page section.head .title-wrapper .title.p0_9, article.detail-page section.head .title-wrapper .title.p0_9 {
          font-size: 17px;
          line-height: 23px; } }
    article.middle-page section.head .title-wrapper .sub-title, article.detail-page section.head .title-wrapper .sub-title {
      font-size: 24px;
      font-weight: bold;
      line-height: 35px; }
      @media (max-width: 767px) {
        article.middle-page section.head .title-wrapper .sub-title, article.detail-page section.head .title-wrapper .sub-title {
          bottom: 8px;
          box-sizing: border-box;
          font-size: 10px;
          line-height: 15px;
          padding-left: 15px;
          position: absolute;
          width: 100%; } }
      @media (max-width: 767px) {
        article.middle-page section.head .title-wrapper .sub-title.more-below, article.detail-page section.head .title-wrapper .sub-title.more-below {
          bottom: 3px; } }
      article.middle-page section.head .title-wrapper .sub-title.p08_24, article.detail-page section.head .title-wrapper .sub-title.p08_24 {
        margin-top: 9px; }
article.middle-page section.content ul.align-inline > li, article.detail-page section.content ul.align-inline > li {
  display: inline-block; }
article.middle-page section.content ul.align-inline.mr-25 > li, article.detail-page section.content ul.align-inline.mr-25 > li {
  margin-right: 25px; }
  @media (max-width: 767px) {
    article.middle-page section.content ul.align-inline.mr-25 > li, article.detail-page section.content ul.align-inline.mr-25 > li {
      margin-right: 10px; } }
article.middle-page section.content a.link-arrow, article.detail-page section.content a.link-arrow {
  display: inline-block;
  margin: 5px 0;
  vertical-align: middle; }
  article.middle-page section.content a.link-arrow img, article.detail-page section.content a.link-arrow img {
    margin-left: 5px; }
    @media (max-width: 767px) {
      article.middle-page section.content a.link-arrow img, article.detail-page section.content a.link-arrow img {
        width: 12px; } }
  @media (max-width: 767px) {
    article.middle-page section.content a.link-arrow, article.detail-page section.content a.link-arrow {
      font-size: 10px;
      line-height: 19px;
      margin: 3px 0; } }
  article.middle-page section.content a.link-arrow::before, article.detail-page section.content a.link-arrow::before {
    border-right: 3px solid #C0231F;
    border-top: 3px solid #C0231F;
    content: "";
    display: inline-block;
    height: 6px;
    margin-right: 6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: 2px;
    width: 6px; }
    @media (max-width: 767px) {
      article.middle-page section.content a.link-arrow::before, article.detail-page section.content a.link-arrow::before {
        vertical-align: 0; } }
  article.middle-page section.content a.link-arrow:hover, article.detail-page section.content a.link-arrow:hover {
    text-decoration: underline; }
article.middle-page section.content .search-tab-list, article.detail-page section.content .search-tab-list {
  margin-bottom: 24px; }
  @media (max-width: 767px) {
    article.middle-page section.content .search-tab-list, article.detail-page section.content .search-tab-list {
      margin-bottom: 18px; } }
  article.middle-page section.content .search-tab-list li, article.detail-page section.content .search-tab-list li {
    background: #eee;
    box-sizing: border-box;
    border: 1px solid #c6c6c6;
    cursor: pointer;
    font-size: 18px;
    float: left;
    line-height: 24px;
    margin-bottom: 5px;
    margin-right: 5px;
    padding: 8px 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    width: 196px; }
    @media (min-width: 768px) {
      article.middle-page section.content .search-tab-list li:nth-of-type(5n), article.detail-page section.content .search-tab-list li:nth-of-type(5n) {
        margin-right: 0; }
      article.middle-page section.content .search-tab-list li:last-of-type, article.detail-page section.content .search-tab-list li:last-of-type {
        margin-right: 0;
        width: 1000px; } }
    @media (max-width: 767px) {
      article.middle-page section.content .search-tab-list li, article.detail-page section.content .search-tab-list li {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 3px;
        margin-right: 3px;
        padding: 4px 0;
        width: 94px;
        width: calc((100% - 6px)/3); }
        article.middle-page section.content .search-tab-list li:nth-of-type(3n), article.detail-page section.content .search-tab-list li:nth-of-type(3n) {
          margin-right: 0; }
        article.middle-page section.content .search-tab-list li:last-of-type, article.detail-page section.content .search-tab-list li:last-of-type {
          margin-right: 0;
          width: calc((100% - 3px)/3*2); } }
    article.middle-page section.content .search-tab-list li::after, article.detail-page section.content .search-tab-list li::after {
      border-bottom: 1px solid #000;
      border-right: 1px solid #000;
      content: "";
      display: inline-block;
      height: 7px;
      margin-left: 7px;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      vertical-align: 4px;
      width: 7px; }
      @media (max-width: 767px) {
        article.middle-page section.content .search-tab-list li::after, article.detail-page section.content .search-tab-list li::after {
          vertical-align: 3px; } }
    article.middle-page section.content .search-tab-list li:hover, article.detail-page section.content .search-tab-list li:hover {
      background: #c9c9c9; }
article.middle-page section.content dl.first-letter-list dt, article.detail-page section.content dl.first-letter-list dt {
  background: #c9c9c9;
  font-size: 22px;
  font-weight: bold;
  line-height: 32px;
  margin-bottom: 12px;
  padding: 6px 15px; }
  @media (max-width: 767px) {
    article.middle-page section.content dl.first-letter-list dt, article.detail-page section.content dl.first-letter-list dt {
      font-size: 14px;
      line-height: 22px;
      padding: 6px 10px; } }
  article.middle-page section.content dl.first-letter-list dt::after, article.detail-page section.content dl.first-letter-list dt::after {
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    content: "";
    display: inline-block;
    height: 10px;
    margin-left: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: 2px;
    width: 10px; }
    @media (max-width: 767px) {
      article.middle-page section.content dl.first-letter-list dt::after, article.detail-page section.content dl.first-letter-list dt::after {
        height: 6px;
        margin-left: 6px;
        vertical-align: 1px;
        width: 6px; } }
article.middle-page section.content dl.first-letter-list dd, article.detail-page section.content dl.first-letter-list dd {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 15px; }
  @media (max-width: 767px) {
    article.middle-page section.content dl.first-letter-list dd, article.detail-page section.content dl.first-letter-list dd {
      font-size: 11px;
      line-height: 22px;
      margin-bottom: 10px; } }
  article.middle-page section.content dl.first-letter-list dd .list-title, article.detail-page section.content dl.first-letter-list dd .list-title {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    margin: 15px 0 5px; }
    @media (max-width: 767px) {
      article.middle-page section.content dl.first-letter-list dd .list-title, article.detail-page section.content dl.first-letter-list dd .list-title {
        font-size: 14px;
        line-height: 22px; } }
  article.middle-page section.content dl.first-letter-list dd a:hover, article.detail-page section.content dl.first-letter-list dd a:hover {
    text-decoration: underline; }
  article.middle-page section.content dl.first-letter-list dd a::after, article.detail-page section.content dl.first-letter-list dd a::after {
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    content: "";
    display: inline-block;
    height: 6px;
    margin-left: 5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: 2px;
    width: 6px; }
    @media (max-width: 767px) {
      article.middle-page section.content dl.first-letter-list dd a::after, article.detail-page section.content dl.first-letter-list dd a::after {
        margin-left: 3px;
        vertical-align: 1px; } }
  article.middle-page section.content dl.first-letter-list dd .go-to-page-top, article.detail-page section.content dl.first-letter-list dd .go-to-page-top {
    padding-right: 10px;
    text-align: right; }
    @media (max-width: 767px) {
      article.middle-page section.content dl.first-letter-list dd .go-to-page-top, article.detail-page section.content dl.first-letter-list dd .go-to-page-top {
        padding-top: 4px; } }
    article.middle-page section.content dl.first-letter-list dd .go-to-page-top a, article.detail-page section.content dl.first-letter-list dd .go-to-page-top a {
      cursor: pointer; }
      article.middle-page section.content dl.first-letter-list dd .go-to-page-top a:hover, article.detail-page section.content dl.first-letter-list dd .go-to-page-top a:hover {
        text-decoration: underline; }
      article.middle-page section.content dl.first-letter-list dd .go-to-page-top a::after, article.detail-page section.content dl.first-letter-list dd .go-to-page-top a::after {
        border: 0;
        border-top: 2px solid #000;
        border-left: 2px solid #000;
        content: "";
        display: inline-block;
        height: 6px;
        margin-left: 10px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        vertical-align: 0;
        width: 6px; }
        @media (max-width: 767px) {
          article.middle-page section.content dl.first-letter-list dd .go-to-page-top a::after, article.detail-page section.content dl.first-letter-list dd .go-to-page-top a::after {
            vertical-align: -2px; } }
article.middle-page section.content .related-list-wrapper, article.detail-page section.content .related-list-wrapper {
  font-size: 0;
  height: 360px;
  letter-spacing: 0;
  position: relative; }
  @media (max-width: 767px) {
    article.middle-page section.content .related-list-wrapper, article.detail-page section.content .related-list-wrapper {
      border-bottom: 1px solid #CCCDCE;
      height: auto;
      margin-bottom: 12px; } }
  article.middle-page section.content .related-list-wrapper dt, article.detail-page section.content .related-list-wrapper dt {
    border: 1px solid #CCCDCE;
    border-left: 0;
    bottom: -1px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    line-height: 62px;
    padding: 0 27px;
    position: relative;
    vertical-align: top;
    z-index: 1; }
    @media (max-width: 767px) {
      article.middle-page section.content .related-list-wrapper dt, article.detail-page section.content .related-list-wrapper dt {
        border: 1px solid #CCCDCE;
        bottom: auto;
        border-bottom: 0;
        display: block;
        font-size: 10px;
        line-height: 35px;
        padding: 0 10px; }
        article.middle-page section.content .related-list-wrapper dt::after, article.detail-page section.content .related-list-wrapper dt::after {
          border-top: 1px solid #000;
          border-right: 1px solid #000;
          box-sizing: border-box;
          bottom: 0;
          content: "";
          display: block;
          height: 6px;
          margin: auto 0;
          position: absolute;
          right: 10px;
          top: -2px;
          -webkit-transition: all 0.3s;
          transition: all 0.3s;
          -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
          width: 6px; } }
    article.middle-page section.content .related-list-wrapper dt:first-of-type, article.detail-page section.content .related-list-wrapper dt:first-of-type {
      border-left: 1px solid #CCCDCE; }
    article.middle-page section.content .related-list-wrapper dt.selected, article.detail-page section.content .related-list-wrapper dt.selected {
      border-bottom: 1px solid #fff; }
      @media (max-width: 767px) {
        article.middle-page section.content .related-list-wrapper dt.selected, article.detail-page section.content .related-list-wrapper dt.selected {
          border-bottom: 0; }
          article.middle-page section.content .related-list-wrapper dt.selected::after, article.detail-page section.content .related-list-wrapper dt.selected::after {
            top: 4px;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); } }
    article.middle-page section.content .related-list-wrapper dt:hover, article.detail-page section.content .related-list-wrapper dt:hover {
      text-decoration: underline; }
      @media (max-width: 767px) {
        article.middle-page section.content .related-list-wrapper dt:hover, article.detail-page section.content .related-list-wrapper dt:hover {
          text-decoration: none; } }
  article.middle-page section.content .related-list-wrapper dd, article.detail-page section.content .related-list-wrapper dd {
    border: 1px solid #CCCDCE;
    box-sizing: border-box;
    padding: 29px 29px 0;
    position: absolute;
    width: 100%; }
    @media (max-width: 767px) {
      article.middle-page section.content .related-list-wrapper dd, article.detail-page section.content .related-list-wrapper dd {
        border-bottom: 0;
        padding: 15px 8px 10px 10px;
        position: static; } }
    article.middle-page section.content .related-list-wrapper dd .related-list, article.detail-page section.content .related-list-wrapper dd .related-list {
      font-size: 0;
      letter-spacing: 0; }
      article.middle-page section.content .related-list-wrapper dd .related-list::after, article.detail-page section.content .related-list-wrapper dd .related-list::after {
        clear: both;
        content: "";
        display: block; }
      article.middle-page section.content .related-list-wrapper dd .related-list.special li, article.detail-page section.content .related-list-wrapper dd .related-list.special li {
        text-align: left; }
      article.middle-page section.content .related-list-wrapper dd .related-list li, article.detail-page section.content .related-list-wrapper dd .related-list li {
        display: inline-block;
        margin-right: 4px;
        margin-bottom: 28px;
        text-align: center;
        vertical-align: top;
        width: 232px; }
        @media (min-width: 768px) {
          article.middle-page section.content .related-list-wrapper dd .related-list li:nth-of-type(4n), article.detail-page section.content .related-list-wrapper dd .related-list li:nth-of-type(4n) {
            margin-right: 0; } }
        @media (max-width: 767px) {
          article.middle-page section.content .related-list-wrapper dd .related-list li, article.detail-page section.content .related-list-wrapper dd .related-list li {
            margin-right: 2px;
            margin-bottom: 13px;
            width: 88px;
            width: calc((100% - 4px)/3); }
            article.middle-page section.content .related-list-wrapper dd .related-list li:nth-of-type(3n), article.detail-page section.content .related-list-wrapper dd .related-list li:nth-of-type(3n) {
              margin-right: 0; }
            article.middle-page section.content .related-list-wrapper dd .related-list li:nth-last-of-type(-n+3), article.detail-page section.content .related-list-wrapper dd .related-list li:nth-last-of-type(-n+3) {
              margin-bottom: 0; } }
      article.middle-page section.content .related-list-wrapper dd .related-list a, article.detail-page section.content .related-list-wrapper dd .related-list a {
        display: block;
        padding-bottom: 24px;
        position: relative; }
        @media (min-width: 768px) {
          article.middle-page section.content .related-list-wrapper dd .related-list a:hover::after, article.detail-page section.content .related-list-wrapper dd .related-list a:hover::after {
            border: 7px solid #C5091D;
            bottom: 0;
            content: "";
            display: block;
            left: 0;
            position: absolute;
            right: 0;
            top: 0; } }
        @media (max-width: 767px) {
          article.middle-page section.content .related-list-wrapper dd .related-list a, article.detail-page section.content .related-list-wrapper dd .related-list a {
            padding-bottom: 0; } }
      article.middle-page section.content .related-list-wrapper dd .related-list .img-box, article.detail-page section.content .related-list-wrapper dd .related-list .img-box {
        margin-bottom: 18px; }
        @media (max-width: 767px) {
          article.middle-page section.content .related-list-wrapper dd .related-list .img-box, article.detail-page section.content .related-list-wrapper dd .related-list .img-box {
            margin-bottom: 0; } }
        article.middle-page section.content .related-list-wrapper dd .related-list .img-box img, article.detail-page section.content .related-list-wrapper dd .related-list .img-box img {
          vertical-align: middle;
          width: 100%; }
      article.middle-page section.content .related-list-wrapper dd .related-list .name, article.detail-page section.content .related-list-wrapper dd .related-list .name {
        font-size: 15px;
        line-height: 18px;
        padding: 0 8px; }
        @media (max-width: 767px) {
          article.middle-page section.content .related-list-wrapper dd .related-list .name, article.detail-page section.content .related-list-wrapper dd .related-list .name {
            font-size: 10px;
            line-height: 16px;
            padding: 0; } }
        article.middle-page section.content .related-list-wrapper dd .related-list .name .icon-external-link, article.detail-page section.content .related-list-wrapper dd .related-list .name .icon-external-link {
          margin-left: 5px;
          vertical-align: 0; }
          @media (max-width: 767px) {
            article.middle-page section.content .related-list-wrapper dd .related-list .name .icon-external-link, article.detail-page section.content .related-list-wrapper dd .related-list .name .icon-external-link {
              margin-left: 3px;
              width: 8px; } }
      article.middle-page section.content .related-list-wrapper dd .related-list .article, article.detail-page section.content .related-list-wrapper dd .related-list .article {
        font-size: 14px;
        line-height: 22px;
        margin-top: 3px;
        padding: 0 15px; }
        @media (max-width: 767px) {
          article.middle-page section.content .related-list-wrapper dd .related-list .article, article.detail-page section.content .related-list-wrapper dd .related-list .article {
            font-size: 9px;
            line-height: 12px;
            margin-top: 3px;
            padding: 0; } }
article.middle-page section.content .policy, article.middle-page section.content .btn-more-material, article.detail-page section.content .policy, article.detail-page section.content .btn-more-material {
  display: inline-block;
  font-size: 15px;
  line-height: 18.27px;
  margin-top: 18px;
  margin-left: 25px; }
  @media (max-width: 767px) {
    article.middle-page section.content .policy, article.middle-page section.content .btn-more-material, article.detail-page section.content .policy, article.detail-page section.content .btn-more-material {
      font-size: 10px;
      line-height: 13px;
      margin-top: 13px;
      margin-left: 0;
      padding-left: 15px;
      position: relative; } }
  article.middle-page section.content .policy::before, article.middle-page section.content .btn-more-material::before, article.detail-page section.content .policy::before, article.detail-page section.content .btn-more-material::before {
    border-right: 3px solid #C0231F;
    border-top: 3px solid #C0231F;
    content: "";
    display: inline-block;
    height: 6px;
    margin-right: 6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: 2px;
    width: 6px; }
    @media (max-width: 767px) {
      article.middle-page section.content .policy::before, article.middle-page section.content .btn-more-material::before, article.detail-page section.content .policy::before, article.detail-page section.content .btn-more-material::before {
        bottom: 0;
        display: block;
        left: 0;
        margin: auto 0;
        position: absolute;
        top: 0; } }
  article.middle-page section.content .policy:hover, article.middle-page section.content .btn-more-material:hover, article.detail-page section.content .policy:hover, article.detail-page section.content .btn-more-material:hover {
    text-decoration: underline; }
  @media (max-width: 767px) {
    article.middle-page section.content .policy img, article.middle-page section.content .btn-more-material img, article.detail-page section.content .policy img, article.detail-page section.content .btn-more-material img {
      margin-left: 3px;
      vertical-align: -2px;
      width: 14px; } }
article.middle-page section.content .link-list, article.detail-page section.content .link-list {
  border: 1px solid #CCCDCE;
  padding: 18px 27px; }
  @media (max-width: 767px) {
    article.middle-page section.content .link-list, article.detail-page section.content .link-list {
      padding: 10px 10px 12px; } }
  article.middle-page section.content .link-list li, article.detail-page section.content .link-list li {
    font-size: 15px;
    line-height: 24px;
    padding: 6px 0; }
    @media (max-width: 767px) {
      article.middle-page section.content .link-list li, article.detail-page section.content .link-list li {
        font-size: 10px;
        line-height: 13px;
        padding: 6px 21px;
        position: relative; } }
    article.middle-page section.content .link-list li.no-arrow::before, article.detail-page section.content .link-list li.no-arrow::before {
      display: none; }
    article.middle-page section.content .link-list li::before, article.detail-page section.content .link-list li::before {
      border-right: 3px solid #C0231F;
      border-top: 3px solid #C0231F;
      content: "";
      display: inline-block;
      height: 6px;
      margin-right: 6px;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      vertical-align: 2px;
      width: 6px; }
      @media (max-width: 767px) {
        article.middle-page section.content .link-list li::before, article.detail-page section.content .link-list li::before {
          bottom: 0;
          display: block;
          left: 0;
          margin: auto 0;
          position: absolute;
          top: 0; } }
    article.middle-page section.content .link-list li a:hover, article.detail-page section.content .link-list li a:hover {
      text-decoration: underline; }
    article.middle-page section.content .link-list li img, article.detail-page section.content .link-list li img {
      margin-left: 5px;
      vertical-align: -1px; }
      @media (max-width: 767px) {
        article.middle-page section.content .link-list li img, article.detail-page section.content .link-list li img {
          bottom: 0;
          display: block;
          margin: auto 0;
          position: absolute;
          right: 0;
          top: 0; } }
    article.middle-page section.content .link-list li p, article.detail-page section.content .link-list li p {
      font-size: 13px;
      line-height: 18.27px;
      padding-left: 19px;
      padding-top: 4px; }
      @media (max-width: 767px) {
        article.middle-page section.content .link-list li p, article.detail-page section.content .link-list li p {
          font-size: 10px;
          line-height: 13px;
          padding-left: 0; } }
article.middle-page section.content .more-link-list > li, article.detail-page section.content .more-link-list > li {
  margin-bottom: 24px; }
  @media (max-width: 767px) {
    article.middle-page section.content .more-link-list > li, article.detail-page section.content .more-link-list > li {
      margin-bottom: 15px; } }
article.middle-page section.content .more-link, article.detail-page section.content .more-link {
  border: 1px solid #c6c6c6;
  box-sizing: border-box;
  line-height: 40px;
  padding: 29px; }
  @media (max-width: 767px) {
    article.middle-page section.content .more-link, article.detail-page section.content .more-link {
      font-size: 13px;
      line-height: 35px;
      padding: 3px 25px 15px;
      text-align: center; } }
  article.middle-page section.content .more-link::after, article.detail-page section.content .more-link::after {
    content: "";
    clear: both;
    display: block; }
  article.middle-page section.content .more-link a, article.detail-page section.content .more-link a {
    background: #C5091D;
    color: #fff;
    display: block;
    float: right;
    line-height: 40px;
    text-align: center;
    width: 150px; }
    @media (max-width: 767px) {
      article.middle-page section.content .more-link a, article.detail-page section.content .more-link a {
        line-height: 35px;
        width: 100%; } }
    article.middle-page section.content .more-link a::after, article.detail-page section.content .more-link a::after {
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
      content: "";
      display: inline-block;
      height: 7px;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      vertical-align: 1px;
      width: 7px; }
      @media (max-width: 767px) {
        article.middle-page section.content .more-link a::after, article.detail-page section.content .more-link a::after {
          border-width: 1px;
          height: 6px;
          margin-left: 8px;
          width: 6px; } }
    article.middle-page section.content .more-link a:hover, article.detail-page section.content .more-link a:hover {
      opacity: 0.8; }
  article.middle-page section.content .more-link.no-arrow a::after, article.detail-page section.content .more-link.no-arrow a::after {
    display: none; }
	article.middle-page dl.dl_list_news.w50 dt,
	article.middle-page dd dl.dl_list_news.w50 dt{width:49.5%;}
	article.middle-page dl.dl_list_news.w50 dd,
	article.middle-page dd dl.dl_list_news.w50 dd{width:50%;}
	article.middle-page dl.dl_list_news.w40 dt,
	article.middle-page dd dl.dl_list_news.w40 dt{width:39.5%;}
	article.middle-page dl.dl_list_news.w40 dd,
	article.middle-page dd dl.dl_list_news.w40 dd{width:60%;}
	article.middle-page dl.dl_list_news.w30 dt,
	article.middle-page dd dl.dl_list_news.w30 dt{width:29.5%;}
	article.middle-page dl.dl_list_news.w30 dd,
	article.middle-page dd dl.dl_list_news.w30 dd{width:70%;}
	article.middle-page dl.dl_list_news.w20 dt,
	article.middle-page dd dl.dl_list_news.w20 dt{width:19.5%;}
	article.middle-page dl.dl_list_news.w20 dd,
	article.middle-page dd dl.dl_list_news.w20 dd{width:80%;}
	article.middle-page dl.dl_list_news.w10 dt,
	article.middle-page dd dl.dl_list_news.w10 dt{width:10%;}
	article.middle-page dl.dl_list_news.w10 dd,
	article.middle-page dd dl.dl_list_news.w10 dd{width:89.5%;}
	article.middle-page dl.dl_list_news.w3 dt,
	article.middle-page dd dl.dl_list_news.w3 dt{width:3%;clear:left;float:left;}
	article.middle-page dl.dl_list_news.w3 dd,
	article.middle-page dd dl.dl_list_news.w3 dd{width:96.5%;float:left;}
	article.middle-page dl.dl_list_news.w3 dd dt,
	article.middle-page dl.dl_list_news.w3 dd dd{padding-top:0;}
  article.middle-page .dl_list_news .arrow-link {
    display: inline-block;
    vertical-align: middle;
		text-indent: -1.1em;
		padding-left: 1.1em; }
	article.middle-page .dl_list_news .arrow-link:hover {
		text-decoration: underline; }
	article.middle-page .dl_list_news .arrow-link::before {
		border-right: 3px solid #C0231F;
		border-top: 3px solid #C0231F;
		content: "";
		display: inline-block;
		height: 6px;
		margin-right: 0.5em;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		vertical-align: 1px;
		width: 6px; }
		@media screen and (max-width: 767px) {
		 article.middle-page dl.dl_list_news {font-size: 11px;}
		 article.middle-page dl.dl_list_news dt,
		 article.middle-page dd dl.dl_list_news dt,
		 article.middle-page dl.dl_list_news dd,
		 article.middle-page dd dl.dl_list_news dd{width:auto!important;}
		 article.middle-page dl.dl_list_news.w3 dt{width:6%!important;}
		 article.middle-page dl.dl_list_news.w3 dd{width:93.5%!important;}
		 article.middle-page dl.dl_list_news.w3 dd dt,
		 article.middle-page dl.dl_list_news.w3 dd dd{width:auto!important;}
			article.middle-page .dl_list_news .arrow-link::before {
				border-width: 2px;
				height: 5px;
				width: 5px;
				vertical-align: 0; } }
			article.middle-page .dl_list_news .arrow-link img {
				margin-left: 6px;
				vertical-align: -3px;
				width: 20px; }
		@media screen and (max-width: 767px) {
			article.middle-page .dl_list_news .arrow-link img {
				margin-left: 3px;
				vertical-align: -2px;
				width: 14px; } }

article.middle-page {
  margin: 0 auto;
  width: 1000px; }
  @media (max-width: 767px) {
    article.middle-page {
      box-sizing: border-box;
      width: 100%; } }
  @media (max-width: 767px) {
    article.middle-page section.middle-top-head {
      padding: 0 15px; } }
  article.middle-page section.middle-top-head .title {
    font-size: 36px;
    font-weight: bold;
    line-height: 39px;
    margin-bottom: 27px;
    padding-top: 7px; }
    @media (max-width: 767px) {
      article.middle-page section.middle-top-head .title {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 14px;
        padding-top: 0; } }
    article.middle-page section.middle-top-head .title span {
      font-size: 16px;
      font-weight: normal;
      margin-left: 18px;
      vertical-align: 6px; }
      @media (max-width: 767px) {
        article.middle-page section.middle-top-head .title span {
          font-size: 8px;
          line-height: 20px;
          margin-left: 9px;
          vertical-align: 3px; } }
  article.middle-page section.middle-top-head .search-btn-list li {
    box-sizing: border-box;
    border: 1px solid #C8C9CA;
    cursor: pointer;
    font-size: 22px;
    height: 60px;
    line-height: 60px;
    position: relative;
    text-align: center;
    width: 498px; }
    @media (max-width: 767px) {
      article.middle-page section.middle-top-head .search-btn-list li {
        font-size: 11px;
        line-height: 15px;
        height: 40px;
        padding-right: 15px;
        width: 143px;
        width: calc((100% - 3px)/2); } }
    article.middle-page section.middle-top-head .search-btn-list li::after {
      border-bottom: 2px solid #000;
      border-right: 2px solid #000;
      bottom: 6px;
      box-sizing: border-box;
      content: "";
      display: block;
      height: 14px;
      margin: auto 0;
      position: absolute;
      right: 20px;
      top: 0;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      width: 14px; }
      @media (max-width: 767px) {
        article.middle-page section.middle-top-head .search-btn-list li::after {
          border-width: 1px;
          height: 7px;
          right: 10px;
          width: 7px; } }
    article.middle-page section.middle-top-head .search-btn-list li:nth-of-type(1) {
      float: left; }
      @media (max-width: 767px) {
        article.middle-page section.middle-top-head .search-btn-list li:nth-of-type(1) {
          padding-top: 5px; } }
    article.middle-page section.middle-top-head .search-btn-list li:nth-of-type(2) {
      color: #000;
      float: right; }
      @media (max-width: 767px) {
        article.middle-page section.middle-top-head .search-btn-list li:nth-of-type(2) {
          padding-top: 12px; } }
    article.middle-page section.middle-top-head .search-btn-list li.current {
      background: #C7081C;
      border-color: #C7081C;
      color: #fff; }
      article.middle-page section.middle-top-head .search-btn-list li.current::after {
        border-color: #fff; }
  article.middle-page section.anker-area {
    border-bottom: 1px solid #CCCDCE;
    padding-top: 22px; }
    @media (max-width: 767px) {
      article.middle-page section.anker-area {
        padding: 18px 15px 0; } }
    article.middle-page section.anker-area::after {
      clear: both;
      content: "";
      display: block; }
    @media all and (-ms-high-contrast:none){
      article.middle-page section.anker-area li {
        font-size: 14px !important;
      }
    }
    article.middle-page section.anker-area ul {
    margin-bottom: 20px;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    }
    article.middle-page section.anker-area li {
      border: 1px solid #000;
      /*box-sizing: border-box;*/
      /*float: left;*/
      font-size: 16px;
      line-height: 24px;
      margin-bottom: 4px;
      margin-right: 4px;
      padding: 9px 0;
      text-align: center;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      width: 245px;
      /*display: table-cell;
      vertical-align: middle;*/ }
      @media (max-width: 767px) {
        article.middle-page section.anker-area ul {
        }
        article.middle-page section.anker-area li {
          border: 1px solid #000;
          font-size: 12px;
          line-height: 24px;
          margin-bottom: 4px;
          margin-right: 4px;
          padding: 9px 0;
          text-align: center;
          -webkit-transition: all 0.3s;
          transition: all 0.3s;
          width: 100%; }}

      /*@media (max-width: 767px) {
        article.middle-page section.anker-area li {
          font-size: 10px;
          line-height: 16px;
          margin-bottom: 18px;
          margin-right: 2px;
          width: calc((100% - 2px)/2); }
          article.middle-page section.anker-area li:nth-of-type(2n) {
            margin-right: 0; } }*/
      article.middle-page section.anker-area li:nth-of-type(4n) {
        margin-right: 0; }
      
        @media (max-width: 767px) {
          article.middle-page section.anker-area li:nth-of-type(4n) {
          margin-right: 4px; } }

      article.middle-page section.anker-area li:hover {
        background: #000;
        color: #fff; }
        @media (max-width: 767px) {
          article.middle-page section.anker-area li:hover {
            background: #fff;
            color: #000; }}

        article.middle-page section.anker-area li:hover a::after {
          border-color: #fff; }
      article.middle-page section.anker-area li a {
        display: block; }
        article.middle-page section.anker-area li a::after {
          border-bottom: 1px solid #000;
          border-right: 1px solid #000;
          content: "";
          display: inline-block;
          height: 7px;
          margin-left: 7px;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          -webkit-transition: all 0.3s;
          transition: all 0.3s;
          vertical-align: 3px;
          width: 7px; }
          @media (max-width: 767px) {
            article.middle-page section.anker-area li a::after {
              height: 5px;
              margin-left: 4px;
              vertical-align: 2px;
              width: 5px; } }
  article.middle-page section.below-head {
    border-bottom: 1px solid #CCCDCE;
    padding-bottom: 31px; }
    @media (max-width: 767px) {
      article.middle-page section.below-head {
        margin-top: -5px;
        padding: 0 15px 23px; } }
    article.middle-page section.below-head .title {
      font-size: 36px;
      line-height: 48px;
      margin-bottom: 23px; }
      @media (max-width: 767px) {
        article.middle-page section.below-head .title {
          font-size: 20px;
          line-height: 33px;
          margin-bottom: 7px; } }
    article.middle-page section.below-head .article {
      font-size: 16px;
      line-height: 34px; }
      @media (max-width: 767px) {
        article.middle-page section.below-head .article {
          font-size: 10px;
          line-height: 19px; } }
  article.middle-page section.content {
    padding-top: 42px; 
  }
    @media (max-width: 767px) {
      article.middle-page section.content {
        padding: 22px 15px 0; 
      } 
    }
    article.middle-page section.content.col-quarter {
      float: left;
      margin-right: 4px;
      width: 247px;
    }
    article.middle-page section.content.col-quarter.mr-0 {
      margin-right: 0;
    }
    article.middle-page section.content.col-half.mr-0 {
      margin-right: 0;
    }
    article.middle-page section.content.col-half {
      float: left;
      margin-right: 4px;
      width: 498px;
    }
    article.middle-page section.content.col-thirds-quarter.mr-0 {
      margin-right: 0;
    }
    article.middle-page section.content.col-thirds-quarter {
      float: left;
      margin-right: 4px;
      width: 749px;
    }
    article.middle-page section.content.col-thirds-quarter .basic-list li:last-of-type {
      margin-right: 0;
    }
    article.middle-page section.content.col-half .basic-list li:last-of-type {
      margin-right: 0;
    }
    @media (max-width: 767px) {
      article.middle-page section.content.col-half {
        box-sizing: border-box;
        width: 100%;
      }
      article.middle-page section.content.col-thirds-quarter {
        box-sizing: border-box;
        width: 100%;
      }
      article.middle-page section.content.col-quarter {
        margin-right: 2px;
        padding-right: 0;
        width: calc((100% - 32px)/2); 
      }
      article.middle-page section.content.col-quarter.even {
        padding-left: 0;
        padding-right: 15px;
        margin-right: 0;
      }
      article.middle-page section.content.col-quarter .basic-list li {
        width: 100%;
      }
    }
    article.middle-page section.content.clear-both {
      clear: both;
    }
    article.middle-page section.content.first-content {
      padding-top: 22px; }
      @media (max-width: 767px) {
        article.middle-page section.content.first-content {
          padding-top: 18px; } }
    article.middle-page section.content a.arrow::after {
      box-sizing: border-box;
      border-top: 2px solid #000;
      border-right: 2px solid #000;
      content: "";
      display: inline-block;
      height: 12px;
      margin-left: 7px;
      -webkit-transform: all 0.3;
      transform: all 0.3;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      vertical-align: 2px;
      width: 12px; }
      @media (max-width: 767px) {
        article.middle-page section.content a.arrow::after {
          border-width: 1px;
          height: 7px;
          width: 7px; } }
    article.middle-page section.content a.arrow:hover::after {
      margin-left: 10px; }
    article.middle-page section.content .title {
      font-size: 22px;
      line-height: 36px;
      margin-bottom: 22px; }
      @media (max-width: 767px) {
        article.middle-page section.content .title {
          font-size: 14px;
          line-height: 18px;
          margin-bottom: 18px; } }
		article.middle-page section.content .title.heading-bg {
			background: #000;
			color: #fff;
			padding: 13px; }
    article.middle-page section.content .search-category-list {
      margin: 0 auto 12px;
      width: 998px; }
      @media (max-width: 767px) {
        article.middle-page section.content .search-category-list {
          margin-bottom: 26px;
          width: 100%; } }
      article.middle-page section.content .search-category-list li {
        float: left;
        margin-right: 4px;
        width: 330px; }
        @media (max-width: 767px) {
          article.middle-page section.content .search-category-list li {
            margin-bottom: 36px;
            margin-right: 3px;
            width: 143px;
            width: calc((100% - 3px)/2); }
            article.middle-page section.content .search-category-list li:nth-of-type(even) {
              margin-right: 0; } }
        article.middle-page section.content .search-category-list li:last-of-type {
          margin-right: 0;
          margin-bottom: 0; }
      article.middle-page section.content .search-category-list a {
        display: block;
        position: relative; }
        @media (min-width: 768px) {
          article.middle-page section.content .search-category-list a:hover::after {
            border: 7px solid #C5091D;
            bottom: 0;
            content: "";
            display: block;
            left: 0;
            position: absolute;
            right: 0;
            top: 0; } }
      article.middle-page section.content .search-category-list img {
        vertical-align: middle;
        margin-bottom: 5px;
        width: 100%; }
        @media (max-width: 767px) {
          article.middle-page section.content .search-category-list img {
            margin-bottom: 2px; } }
        @media (max-width: 767px) {
          article.middle-page section.content .search-category-list img:nth-of-type(1) {
            display: none; } }
        article.middle-page section.content .search-category-list img:nth-of-type(2) {
          display: none; }
          @media (max-width: 767px) {
            article.middle-page section.content .search-category-list img:nth-of-type(2) {
              display: inline; } }
      article.middle-page section.content .search-category-list .name {
        font-size: 16px;
        line-height: 26px;
        text-align: center; }
        @media (max-width: 767px) {
          article.middle-page section.content .search-category-list .name {
            font-size: 12px;
            line-height: 20px; } }
      article.middle-page section.content .search-category-list .article {
        font-size: 12px;
        line-height: 20px;
        padding-bottom: 14px;
        text-align: center; }
        @media (max-width: 767px) {
          article.middle-page section.content .search-category-list .article {
            font-size: 10px;
            line-height: 13px;
            padding-bottom: 0; } }
    article.middle-page section.content .search-item-list {
      margin: 0 auto;
      width: 1000px; }
      @media (max-width: 767px) {
        article.middle-page section.content .search-item-list {
          width: 100%; } }
      article.middle-page section.content .search-item-list li {
        float: left;
        margin-right: 4px;
        margin-bottom: 28px;
        width: 247px; }
        @media (max-width: 767px) {
          article.middle-page section.content .search-item-list li {
            margin-right: 3px;
            margin-bottom: 10px;
            width: 143px;
            width: calc((100% - 3px)/2); }
            article.middle-page section.content .search-item-list li:nth-of-type(even) {
              margin-right: 0; } }
        article.middle-page section.content .search-item-list li:nth-of-type(4n) {
          margin-right: 0; }
        @media (min-width: 768px) {
          article.middle-page section.content .search-item-list li:nth-last-of-type(-n+4) {
            margin-bottom: 0; } }
      article.middle-page section.content .search-item-list a {
        display: block;
        padding-bottom: 10px;
        position: relative; }
        @media (min-width: 768px) {
          article.middle-page section.content .search-item-list a:hover::after {
            border: 7px solid #C5091D;
            bottom: 0;
            content: "";
            display: block;
            left: 0;
            position: absolute;
            right: 0;
            top: 0; } }
        @media (max-width: 767px) {
          article.middle-page section.content .search-item-list a {
            padding-bottom: 6px; } }
      article.middle-page section.content .search-item-list img {
        margin-bottom: 5px;
        vertical-align: middle;
        width: 100%; }
        @media (max-width: 767px) {
          article.middle-page section.content .search-item-list img {
            margin-bottom: 7px; } }
      article.middle-page section.content .search-item-list .category {
        font-size: 12px;
        line-height: 20px;
        text-align: center; }
        @media (max-width: 767px) {
          article.middle-page section.content .search-item-list .category {
            font-size: 10px;
            line-height: 13px; } }
      article.middle-page section.content .search-item-list .name {
        font-size: 16px;
        line-height: 26px;
        text-align: center; }
        @media (max-width: 767px) {
          article.middle-page section.content .search-item-list .name {
            font-size: 12px;
            line-height: 20px; } }
    article.middle-page section.content .basic-list {
      font-size: 0;
      letter-spacing: 0; }
      article.middle-page section.content .basic-list li {
        display: inline-block;
        margin-right: 4px;
        margin-bottom: 25px;
        vertical-align: top;
        width: 247px; }
        @media (min-width: 768px) {
          article.middle-page section.content .basic-list li:nth-last-of-type(-n+4) {
            margin-bottom: 0; } }
        @media (max-width: 767px) {
          article.middle-page section.content .basic-list li {
            margin-right: 2px;
            margin-bottom: 24px;
            width: 144px;
            width: calc((100% - 2px)/2); }
            article.middle-page section.content .basic-list li:nth-of-type(even) {
              margin-right: 0; } }
        article.middle-page section.content .basic-list li:nth-of-type(4n) {
          margin-right: 0; }
      article.middle-page section.content .basic-list a {
        display: block;
        position: relative; }
        @media (min-width: 768px) {
          article.middle-page section.content .basic-list a:hover::after {
            border: 7px solid #C5091D;
            bottom: 0;
            content: "";
            display: block;
            left: 0;
            position: absolute;
            right: 0;
            top: 0; } }
        @media (max-width: 767px) {
          article.middle-page section.content .basic-list a {
            padding-bottom: 0; } }
      article.middle-page section.content .basic-list img {
        vertical-align: middle;
        width: 100%; }
      article.middle-page section.content .basic-list .name {
        font-size: 15px;
        line-height: 20px;
        padding: 7px 10px 14px;
        text-align: center; }
        @media (max-width: 767px) {
          article.middle-page section.content .basic-list .name {
            font-size: 11px;
            padding: 5px;
            line-height: 12px; } }
        article.middle-page section.content .basic-list .name .icon-external-link {
          margin-left: 5px;
          vertical-align: -1px;
          width: 13px; }
          @media (max-width: 767px) {
            article.middle-page section.content .basic-list .name .icon-external-link {
              width: 10px; } }
    article.middle-page section.content .other-field-list li {
      float: left;
      font-size: 22px;
      height: 120px;
      line-height: 120px;
      margin-right: 5px;
      text-align: center;
      width: 330px; }
      @media (max-width: 767px) {
        article.middle-page section.content .other-field-list li {
          float: none;
          font-size: 13px;
          height: 60px;
          line-height: 60px;
          margin-right: 0;
          margin-bottom: 15px;
          width: 100%; } }
      article.middle-page section.content .other-field-list li:last-of-type {
        margin-bottom: 0;
        margin-right: 0; }
      article.middle-page section.content .other-field-list li:nth-of-type(1) {
        background: #89D8C8; }
      article.middle-page section.content .other-field-list li:nth-of-type(2) {
        background: #87D5F8; }
      article.middle-page section.content .other-field-list li:nth-of-type(3) {
        background: #F8BC88; }
      article.middle-page section.content .other-field-list li:hover {
        opacity: 0.8; }
    article.middle-page section.content .other-field-list a {
      display: block; }
      article.middle-page section.content .other-field-list a::after {
        border-top: 2px solid #000;
        border-right: 2px solid #000;
        box-sizing: border-box;
        content: "";
        display: inline-block;
        height: 12px;
        margin-left: 3px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        vertical-align: 2px;
        width: 12px; }
        @media (max-width: 767px) {
          article.middle-page section.content .other-field-list a::after {
            border-width: 1px;
            height: 7px;
            vertical-align: 1px;
            width: 7px; } }
    article.middle-page section.content .contact-list {
      border: 1px solid #CCCDCE;
      padding: 30px 29px; }
      @media (max-width: 767px) {
        article.middle-page section.content .contact-list {
          margin-bottom: 15px;
          padding: 15px 30px; } }
      article.middle-page section.content .contact-list li {
        box-sizing: border-box;
        margin: 0 auto;
        height: 70px;
        text-align: center;
        width: 457px; }
        @media (max-width: 767px) {
          article.middle-page section.content .contact-list li {
            float: none;
            height: 35px;
            width: 100%; } }
      article.middle-page section.content .contact-list .list-form a {
        background: #C5091D;
        color: #fff;
        display: block;
        font-size: 22px;
        line-height: 70px; }
        @media (max-width: 767px) {
          article.middle-page section.content .contact-list .list-form a {
            font-size: 13px;
            line-height: 35px; } }
        article.middle-page section.content .contact-list .list-form a:hover {
          background: #d94c58; }
        article.middle-page section.content .contact-list .list-form a::after {
          border-right: 2px solid #fff;
          border-top: 2px solid #fff;
          content: "";
          display: inline-block;
          height: 10px;
          margin-left: 4px;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          vertical-align: 2px;
          width: 10px; }
          @media (max-width: 767px) {
            article.middle-page section.content .contact-list .list-form a::after {
              border-width: 1px;
              height: 6px;
              margin-left: 8px;
              vertical-align: 1px;
              width: 6px; } }
    article.middle-page section.content .contact-list-col-2 {
      border: 1px solid #CCCDCE;
      padding: 30px 29px; }
      @media (max-width: 767px) {
        article.middle-page section.content .contact-list-col-2 {
          padding: 15px 30px; } }
      article.middle-page section.content .contact-list-col-2 li {
        box-sizing: border-box;
        float: left;
        height: 98px;
        text-align: center;
        width: 457px; }
        @media (max-width: 767px) {
          article.middle-page section.content .contact-list-col-2 li {
            float: none;
            height: 35px;
            width: 100%; } }
      article.middle-page section.content .contact-list-col-2 .list-tel {
        border: 1px solid #C5C6C7;
        font-size: 22px;
        line-height: 32px;
        margin-right: 26px;
        padding: 16px 0; }
        @media (max-width: 767px) {
          article.middle-page section.content .contact-list-col-2 .list-tel {
            font-size: 13px;
            line-height: 18px;
            margin-right: 0;
            margin-bottom: 10px;
            padding: 8px 0 9px; }
            article.middle-page section.content .contact-list-col-2 .list-tel a {
              margin-left: 5px; } }
        article.middle-page section.content .contact-list-col-2 .list-tel.one-line {
          line-height: 64px; }
          @media (max-width: 767px) {
            article.middle-page section.content .contact-list-col-2 .list-tel.one-line {
              line-height: 18px; } }
      article.middle-page section.content .contact-list-col-2 .list-form a {
        background: #C5091D;
        color: #fff;
        display: block;
        font-size: 22px;
        line-height: 98px; }
        @media (max-width: 767px) {
          article.middle-page section.content .contact-list-col-2 .list-form a {
            font-size: 13px;
            line-height: 35px; } }
        article.middle-page section.content .contact-list-col-2 .list-form a:hover {
          background: #d94c58; }
        article.middle-page section.content .contact-list-col-2 .list-form a::after {
          border-right: 2px solid #fff;
          border-top: 2px solid #fff;
          content: "";
          display: inline-block;
          height: 10px;
          margin-left: 4px;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          vertical-align: 2px;
          width: 10px; }
          @media (max-width: 767px) {
            article.middle-page section.content .contact-list-col-2 .list-form a::after {
              vertical-align: baseline;
              height: 8px;
              width: 8px; } }
    article.middle-page section.content .contact-list-middle {
      border: 1px solid #CCCDCE;
      padding: 30px 29px; }
      @media (max-width: 767px) {
        article.middle-page section.content .contact-list-middle {
          margin-bottom: 15px;
          padding: 15px 30px; } }
      article.middle-page section.content .contact-list-middle li {
        box-sizing: border-box;
        float: left;
        text-align: center;
        width: 457px; }
        @media (max-width: 767px) {
          article.middle-page section.content .contact-list-middle li {
            float: none;
            height: 35px;
            width: 100%; } }
      article.middle-page section.content .contact-list-middle .list-form a, article.middle-page section.content .contact-list-middle .list-index a {
        display: block;
        font-size: 22px;
        line-height: 32px;
        padding: 19px 0; }
        @media (max-width: 767px) {
          article.middle-page section.content .contact-list-middle .list-form a, article.middle-page section.content .contact-list-middle .list-index a {
            font-size: 13px;
            line-height: 35px;
            padding: 0; } }
        article.middle-page section.content .contact-list-middle .list-form a::after, article.middle-page section.content .contact-list-middle .list-index a::after {
          border-right: 2px solid #000;
          border-top: 2px solid #000;
          content: "";
          display: inline-block;
          height: 10px;
          margin-left: 4px;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          vertical-align: 2px;
          width: 10px; }
          @media (max-width: 767px) {
            article.middle-page section.content .contact-list-middle .list-form a::after, article.middle-page section.content .contact-list-middle .list-index a::after {
              border-width: 1px;
              height: 6px;
              margin-left: 8px;
              vertical-align: 1px;
              width: 6px; } }
      article.middle-page section.content .contact-list-middle .list-index {
        border: 1px solid #c6c6c6;
        margin-right: 26px; }
        @media (max-width: 767px) {
          article.middle-page section.content .contact-list-middle .list-index {
            margin-bottom: 10px;
            margin-right: 0; } }
        article.middle-page section.content .contact-list-middle .list-index a:hover {
          text-decoration: underline; }
      article.middle-page section.content .contact-list-middle .list-form a {
        background: #C5091D;
        color: #fff; }
        article.middle-page section.content .contact-list-middle .list-form a::after {
          border-right: 2px solid #fff;
          border-top: 2px solid #fff; }
        article.middle-page section.content .contact-list-middle .list-form a:hover {
          background: #d94c58; }


article.product-index .tag-area, article.detail-page .tag-area {
  font-size: 0;
  letter-spacing: 0; }
  @media (max-width: 767px) {
    article.product-index .tag-area, article.detail-page .tag-area {
      padding: 0 15px 5px; } }
  article.product-index .tag-area li, article.detail-page .tag-area li {
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 7px 9px; }
    @media all and (-ms-high-contrast: none) {
      article.product-index .tag-area li, article.detail-page .tag-area li {
        padding: 10px 9px 4px; } }
    @media (max-width: 767px) {
      article.product-index .tag-area li, article.detail-page .tag-area li {
        font-size: 10px;
        line-height: 11px;
        margin-right: 5px;
        padding: 2px 3px; } }
    article.product-index .tag-area li.bg-riptude, article.detail-page .tag-area li.bg-riptude {
      background: #88D8C9; }
    article.product-index .tag-area li.bg-skyblue, article.detail-page .tag-area li.bg-skyblue {
      background: #87D5F8; }
    article.product-index .tag-area li.bg-cheese, article.detail-page .tag-area li.bg-cheese {
      background: #F8BC88; }
    article.product-index .tag-area li.bg-black, article.detail-page .tag-area li.bg-black {
      background: #000;
      color: #fff; }
article.product-index .icon-pipe, article.detail-page .icon-pipe {
  margin: 0 2px;
  vertical-align: 0;
  width: 0.6em; }
  @media (max-width: 767px) {
    article.product-index .icon-pipe, article.detail-page .icon-pipe {
      vertical-align: -1px; } }
article.product-index section.head, article.detail-page section.head {
  box-sizing: border-box;
  height: 250px;
  margin-bottom: 32px;
  position: relative; }
  @media (max-width: 767px) {
    article.product-index section.head, article.detail-page section.head {
      height: auto;
      margin-bottom: 25px; }
      article.product-index section.head img, article.detail-page section.head img {
        vertical-align: middle;
        width: 100%; } }
  article.product-index section.head .title-wrapper, article.detail-page section.head .title-wrapper {
    padding-left: 33px;
    position: absolute;
    top: 0; }
    @media (max-width: 767px) {
      article.product-index section.head .title-wrapper, article.detail-page section.head .title-wrapper {
        padding: 0;
        position: static;
        width: 100%; } }
    article.product-index section.head .title-wrapper.font-white, article.detail-page section.head .title-wrapper.font-white {
      color: #fff; }
    article.product-index section.head .title-wrapper .title, article.detail-page section.head .title-wrapper .title {
      font-size: 44px;
      font-weight: bold;
      line-height: 60px; }
      @media (max-width: 767px) {
        article.product-index section.head .title-wrapper .title, article.detail-page section.head .title-wrapper .title {
          box-sizing: border-box;
          font-size: 20px;
          line-height: 25px;
          padding-left: 15px;
          position: absolute;
          width: 100%; } }
      @media (max-width: 767px) {
        article.product-index section.head .title-wrapper .title.p0_9, article.detail-page section.head .title-wrapper .title.p0_9 {
          font-size: 17px;
          line-height: 23px; } }
    article.product-index section.head .title-wrapper .sub-title, article.detail-page section.head .title-wrapper .sub-title {
      font-size: 24px;
      font-weight: bold;
      line-height: 35px; }
      @media (max-width: 767px) {
        article.product-index section.head .title-wrapper .sub-title, article.detail-page section.head .title-wrapper .sub-title {
          bottom: 8px;
          box-sizing: border-box;
          font-size: 10px;
          line-height: 15px;
          padding-left: 15px;
          position: absolute;
          width: 100%; } }
      @media (max-width: 767px) {
        article.product-index section.head .title-wrapper .sub-title.more-below, article.detail-page section.head .title-wrapper .sub-title.more-below {
          bottom: 3px; } }
      article.product-index section.head .title-wrapper .sub-title.p08_24, article.detail-page section.head .title-wrapper .sub-title.p08_24 {
        margin-top: 9px; }


/* 2019-07-09 add */
article.product-index section.head {
		height: 400px;
  margin-bottom: 32px;
  position: relative; }
    @media (max-width: 767px) {
		article.product-index section.head {
			height: auto; } }
  article.product-index section.head .slider {
    height: 400px;
    overflow: hidden;
    position: relative; }
    @media (max-width: 767px) {
	  article.product-index section.head .slider {
			height: auto; } }
		article.product-index section.head .slider div {
			height: 400px;
			color: #fff; }
    @media (max-width: 767px) {
    article.product-index section.head .slider div {
      width: 100%; } }
    article.product-index section.head .slider .slide01 {
      background: no-repeat 50% 50% url("/resource/img/products/index/slide-2.jpg"); }
      @media (max-width: 767px) {
        article.product-index section.head .slider .slide01 {
          background: #000 url("/resource/img/products/index/slide-2-sp.jpg") no-repeat 0 bottom/cover; } }
    article.product-index section.head .slider .slide02 {
      background: no-repeat 50% 50% url("/resource/img/products/index/slide-1.jpg"); }
      @media (max-width: 767px) {
        article.product-index section.head .slider .slide02 {
          background: #000 url("/resource/img/products/index/slide-1-sp.jpg") no-repeat 0 bottom/cover; } }
				article.product-index section.head .bx-wrapper .bx-pager,
				article.product-index section.head .bx-wrapper .bx-controls-auto {
					bottom: 15px; }
				article.product-index section.head .slider .content {
						box-sizing: border-box;
						display: inline-block;
						padding: 30px 0 0 30px;
						vertical-align: middle;
						width: 400px; }
						@media (max-width: 767px) {
				article.product-index section.head .slider .content {
						padding: 26px 15px 0 15px;
						width: auto; } }
				article.product-index section.head .slider .content .title {
						color: #fff;
						font-size: 24px;
						font-weight: bold;
						letter-spacing: 2px;
						line-height: 38px;
						margin-bottom: 18px; }
						@media (max-width: 767px) {
								article.product-index section.head .slider .content .title {
										font-size: 16px;
										line-height: 22px;
										margin-bottom: 7px; } }
				article.product-index section.head .slider .content .sub-title {
						color: #fff;
						font-size: 16px;
						letter-spacing: 2px;
						line-height: 28px;
						margin-bottom: 31px;
						text-align: justify;
						text-justify:inter-ideograph; }
						@media (max-width: 767px) {
								article.product-index section.head .slider .content .sub-title {
										font-size: 12px;
										line-height: 14px;
										margin-bottom: 18px; } }
				article.product-index section.head .slider .content .btn-info-more {
						background: #C7081C;
						color: #fff;
						box-sizing: border-box;
						display: block;
						font-size: 16px;
						height: 40px;
						line-height: 40px;
						position: relative;
						-webkit-transition: all 0.3s;
						transition: all 0.3s;
						text-align: center;
						margin: 0 auto 0 0;
						width: 370px; }
						@media (max-width: 767px) {
								article.product-index section.head .slider .content .btn-info-more {
										font-size: 11px;
										font-weight: bold;
										height: 27px;
										line-height: 27px;
										margin: 0 auto;
										width: calc(100% / 1.5); } }
				article.product-index section.head .slider .content .btn-info-more::after {
						border-top: 1px solid #fff;
						border-right: 1px solid #fff;
						content: "";
						display: inline-block;
						height: 7px;
						margin-left: 10px;
						-webkit-transition: all 0.3s;
						transition: all 0.3s;
						-webkit-transform: rotate(45deg);
						transform: rotate(45deg);
						vertical-align: 2px;
						width: 7px; }
						@media (max-width: 767px) {
								article.product-index section.head .slider .content .btn-info-more::after {
										height: 5px;
										margin-left: 5px;
										vertical-align: 1px;
										width: 5px; } }
				article.product-index section.head .slider .content .btn-info-more:hover {
						background: #fff;
						color: #C9333D; }
						article.product-index section.head .slider .content .btn-info-more:hover::after {
								border-color: #C9333D; }
/* bxSlider settings*/
				.bx-wrapper {
					background: #666;
					box-shadow : none;
					border: none;
					margin-bottom: 0; }
				.bx-wrapper .bx-pager.bx-default-pager a:hover,
				.bx-wrapper .bx-pager.bx-default-pager a.active,
				.bx-wrapper .bx-pager.bx-default-pager a:focus {
					background: #fff; }
				.bx-controls {
					padding-left: 25px; }
				.bx-controls-auto {
					padding-right: 25px; }
    @media (max-width: 767px) {
					.bx-controls {
						padding-left: 15px; }
					.bx-controls-auto {
						padding-right: 15px; }
					}

article.middle-page.edition section.head,
article.detail-page.ev-products section.bg {
	height: auto; }
article.middle-page.edition section.head {
	margin-bottom: -42px; }
article.detail-page.ev-products section.bg {
	margin-bottom: 0; }
@media (max-width: 767px) {
	article.middle-page.edition section.head {
		margin-bottom: 25px; }
	}
article.middle-page.edition section.head .title {
	font-size: 36px;
	font-weight: bold;
	line-height: 39px;
	margin-bottom: 27px;
	padding-top: 7px; }
  @media (max-width: 767px) {
	article.middle-page.edition section.head .title {
			box-sizing: border-box;
			color: #fff;
			font-size: 20px;
			line-height: 25px;
			margin-bottom: 0;
			padding-top: 0;
			padding-left: 15px;
			position: absolute;
			top: 50%;
			width: 100%; }
		}
      article.middle-page.edition section.content .basic-list,
			article.detail-page.ev-products section.content .basic-list {
				position: relative; }
      article.middle-page.edition section.content .basic-list li,
			article.detail-page.ev-products section.content .basic-list li {
				margin-bottom: 0;
				margin-right: 0;
				position: absolute;
				width: auto; }
      article.middle-page.edition section.content .basic-list li.list-01,
			article.detail-page.ev-products section.content .basic-list li.list-01 {
				left: 12px;
				bottom: 187px; }
      article.middle-page.edition section.content .basic-list li.list-02,
			article.detail-page.ev-products section.content .basic-list li.list-02 {
				left: 217px;
				bottom: 270px; }
      article.middle-page.edition section.content .basic-list li.list-03,
			article.detail-page.ev-products section.content .basic-list li.list-03 {
				left: 132px;
				bottom: 22px; }
      article.middle-page.edition section.content .basic-list li.list-04,
			article.detail-page.ev-products section.content .basic-list li.list-04 {
				left: 633px;
				bottom: 275px; }
      article.middle-page.edition section.content .basic-list li.list-05,
			article.detail-page.ev-products section.content .basic-list li.list-05 {
				left: 531px;
				bottom: 0px; }
      article.middle-page.edition section.content .basic-list li.list-06,
			article.detail-page.ev-products section.content .basic-list li.list-06 {
				left: 804px;
				bottom: 201px; }
      article.middle-page.edition section.content .basic-list li.list-07,
			article.detail-page.ev-products section.content .basic-list li.list-07 {
				left: 729px;
				bottom: 36px; }
      article.middle-page.edition section.content .basic-list li a,
			article.detail-page.ev-products section.content .basic-list li a {
				opacity: 0.8;
				outline: none; }
      article.middle-page.edition section.content .basic-list li a:hover,
			article.detail-page.ev-products section.content .basic-list li a:hover {
				opacity: 1; }
      article.middle-page.edition section.content .basic-list li a:hover::after,
			article.detail-page.ev-products section.content .basic-list li a:hover::after {
				border: none; }
      article.middle-page.edition section.content .basic-list li a img,
			article.detail-page.ev-products section.content .basic-list li a img {
				width: auto; }
      article.middle-page.edition section.content .basic-list li a:hover img,
			article.detail-page.ev-products section.content .basic-list li a:hover img {
				transform: scale(1.05, 1.05);
				transition: all .3s; }
		@media (max-width: 767px) {
				article.middle-page.edition section.content .basic-list li,
				article.detail-page.ev-products section.content .basic-list li {
					margin-bottom: 24px;
					margin-right: 2px;
					position: static;
					left: auto;
					bottom: auto;
					float: left;
					width: calc((100% - 2px)/2); }
				article.middle-page.edition section.content .basic-list li:nth-of-type(2n),
				article.detail-page.ev-products section.content .basic-list li:nth-of-type(2n) {
					margin-right: 0; }
				article.middle-page.edition section.content .basic-list li a,
				article.detail-page.ev-products section.content .basic-list li a {
					opacity: 1; }
				article.middle-page.edition section.content .basic-list li a img,
				article.detail-page.ev-products section.content .basic-list li a img {
					width: 100%; }
				article.middle-page.edition section.content .basic-list li a:hover img,
				article.detail-page.ev-products section.content .basic-list li a:hover img {
					transform: none;
					transition: none; } }
/* end */


article.product-index section.content ul.align-inline > li, article.detail-page section.content ul.align-inline > li {
  display: inline-block; }
article.product-index section.content ul.align-inline.mr-25 > li, article.detail-page section.content ul.align-inline.mr-25 > li {
  margin-right: 25px; }
  @media (max-width: 767px) {
    article.product-index section.content ul.align-inline.mr-25 > li, article.detail-page section.content ul.align-inline.mr-25 > li {
      margin-right: 10px; } }
article.product-index section.content a.link-arrow, article.detail-page section.content a.link-arrow {
  display: inline-block;
  margin: 5px 0;
  vertical-align: middle; }
  article.product-index section.content a.link-arrow img, article.detail-page section.content a.link-arrow img {
    margin-left: 5px; }
    @media (max-width: 767px) {
      article.product-index section.content a.link-arrow img, article.detail-page section.content a.link-arrow img {
        width: 12px; } }
  @media (max-width: 767px) {
    article.product-index section.content a.link-arrow, article.detail-page section.content a.link-arrow {
      font-size: 10px;
      line-height: 19px;
      margin: 3px 0; } }
  article.product-index section.content a.link-arrow::before, article.detail-page section.content a.link-arrow::before {
    border-right: 3px solid #C0231F;
    border-top: 3px solid #C0231F;
    content: "";
    display: inline-block;
    height: 6px;
    margin-right: 6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: 2px;
    width: 6px; }
    @media (max-width: 767px) {
      article.product-index section.content a.link-arrow::before, article.detail-page section.content a.link-arrow::before {
        vertical-align: 0; } }
  article.product-index section.content a.link-arrow:hover, article.detail-page section.content a.link-arrow:hover {
    text-decoration: underline; }
article.product-index section.content .search-tab-list, article.detail-page section.content .search-tab-list {
  margin-bottom: 24px; }
  @media (max-width: 767px) {
    article.product-index section.content .search-tab-list, article.detail-page section.content .search-tab-list {
      margin-bottom: 18px; } }
	article.product-index section.content .search-tab-list li, 
	article.detail-page section.content .search-tab-list li {
		background: #eee;
		box-sizing: border-box;
		border: 1px solid #c6c6c6;
		cursor: pointer;
		font-size: 18px;
		float: left;
		line-height: 24px;
		margin-bottom: 5px;
		margin-right: 5px;
		padding: 0;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
		text-align: center;
		width: 196px;
		position: relative;}
	article.product-index section.content .search-tab-list li a, 
	article.detail-page section.content .search-tab-list li a{
		display: block;
		padding: 8px 15px 8px 0;
		box-sizing: border-box;
	}
    @media (min-width: 768px) {
      article.product-index section.content .search-tab-list li:nth-of-type(5n), article.detail-page section.content .search-tab-list li:nth-of-type(5n) {
        margin-right: 0; }
      article.product-index section.content .search-tab-list li:last-of-type, article.detail-page section.content .search-tab-list li:last-of-type {
        margin-right: 0;
        width: 1000px; } }
    @media (max-width: 767px) {
		article.product-index section.content .search-tab-list li, 
		article.detail-page section.content .search-tab-list li {
			font-size: 14px;
			line-height: 22px;
			margin-bottom: 3px;
			margin-right: 3px;
			padding: 0;
			width: 94px;
			width: calc((100% - 6px)/3); }
		article.product-index section.content .search-tab-list li a, 
		article.detail-page section.content .search-tab-list li a{
			padding: 4px 15px 4px 0;
		}
        article.product-index section.content .search-tab-list li:nth-of-type(3n), 
		article.detail-page section.content .search-tab-list li:nth-of-type(3n) {
          margin-right: 0; }
        article.product-index section.content .search-tab-list li:last-of-type, 
		article.detail-page section.content .search-tab-list li:last-of-type {
          margin-right: 0;
          width: calc((100% - 3px)/3*2); } }
    article.product-index section.content .search-tab-list li::after, 
	article.detail-page section.content .search-tab-list li::after {
		border-bottom: 1px solid #000;
		border-right: 1px solid #000;
		content: "";
		display: inline-block;
		width: 7px;
		height: 7px;
		float: right;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		top: calc(50% - 5px);
		left: calc(50% + 23px);
		z-index: 3;
		}
      @media (max-width: 767px) {
        article.product-index section.content .search-tab-list li::after, 
		article.detail-page section.content .search-tab-list li::after {
          	vertical-align: 3px; } }
    article.product-index section.content .search-tab-list li:hover, 
	article.detail-page section.content .search-tab-list li:hover {
      	background: #c9c9c9; }
article.product-index section.content dl.first-letter-list .icon-external-link {
  vertical-align: 0;
}
@media (max-width: 767px) {
  article.product-index section.content dl.first-letter-list .icon-external-link {
    width: 10px;
  }
}
article.product-index section.content dl.first-letter-list dt, article.detail-page section.content dl.first-letter-list dt {
  background: #c9c9c9;
  font-size: 22px;
  font-weight: bold;
  line-height: 32px;
  margin-bottom: 12px;
  padding: 6px 15px; }
  @media (max-width: 767px) {
    article.product-index section.content dl.first-letter-list dt, article.detail-page section.content dl.first-letter-list dt {
      font-size: 14px;
      line-height: 22px;
      padding: 6px 10px; } }
  article.product-index section.content dl.first-letter-list dt::after, article.detail-page section.content dl.first-letter-list dt::after {
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    content: "";
    display: inline-block;
    height: 10px;
    margin-left: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: 2px;
    width: 10px; }
    @media (max-width: 767px) {
      article.product-index section.content dl.first-letter-list dt::after, article.detail-page section.content dl.first-letter-list dt::after {
        height: 6px;
        margin-left: 6px;
        vertical-align: 1px;
        width: 6px; } }
article.product-index section.content dl.first-letter-list dd, article.detail-page section.content dl.first-letter-list dd {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 15px; }
  @media (max-width: 767px) {
    article.product-index section.content dl.first-letter-list dd, article.detail-page section.content dl.first-letter-list dd {
      font-size: 11px;
      line-height: 22px;
      margin-bottom: 10px; } }
  article.product-index section.content dl.first-letter-list dd .list-title, article.detail-page section.content dl.first-letter-list dd .list-title {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    margin: 15px 0 5px; }
    @media (max-width: 767px) {
      article.product-index section.content dl.first-letter-list dd .list-title, article.detail-page section.content dl.first-letter-list dd .list-title {
        font-size: 14px;
        line-height: 22px; } }
  article.product-index section.content dl.first-letter-list dd a:hover, article.detail-page section.content dl.first-letter-list dd a:hover {
    text-decoration: underline; }
  article.product-index section.content dl.first-letter-list dd a::after, article.detail-page section.content dl.first-letter-list dd a::after {
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    content: "";
    display: inline-block;
    height: 6px;
    margin-left: 5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: 2px;
    width: 6px; }
    @media (max-width: 767px) {
      article.product-index section.content dl.first-letter-list dd a::after, article.detail-page section.content dl.first-letter-list dd a::after {
        margin-left: 3px;
        vertical-align: 1px; } }
  article.product-index section.content dl.first-letter-list dd .go-to-page-top, article.detail-page section.content dl.first-letter-list dd .go-to-page-top {
    padding-right: 10px;
    text-align: right; }
    @media (max-width: 767px) {
      article.product-index section.content dl.first-letter-list dd .go-to-page-top, article.detail-page section.content dl.first-letter-list dd .go-to-page-top {
        padding-top: 4px; } }
    article.product-index section.content dl.first-letter-list dd .go-to-page-top a, article.detail-page section.content dl.first-letter-list dd .go-to-page-top a {
      cursor: pointer; }
      article.product-index section.content dl.first-letter-list dd .go-to-page-top a:hover, article.detail-page section.content dl.first-letter-list dd .go-to-page-top a:hover {
        text-decoration: underline; }
      article.product-index section.content dl.first-letter-list dd .go-to-page-top a::after, article.detail-page section.content dl.first-letter-list dd .go-to-page-top a::after {
        border: 0;
        border-top: 2px solid #000;
        border-left: 2px solid #000;
        content: "";
        display: inline-block;
        height: 6px;
        margin-left: 10px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        vertical-align: 0;
        width: 6px; }
        @media (max-width: 767px) {
          article.product-index section.content dl.first-letter-list dd .go-to-page-top a::after, article.detail-page section.content dl.first-letter-list dd .go-to-page-top a::after {
            vertical-align: -2px; } }
article.product-index section.content .related-list-wrapper, article.detail-page section.content .related-list-wrapper {
  font-size: 0;
  height: 360px;
  letter-spacing: 0;
  position: relative; }
  @media (max-width: 767px) {
    article.product-index section.content .related-list-wrapper, article.detail-page section.content .related-list-wrapper {
      border-bottom: 1px solid #CCCDCE;
      height: auto;
      margin-bottom: 12px; } }
  article.product-index section.content .related-list-wrapper dt, article.detail-page section.content .related-list-wrapper dt {
    border: 1px solid #CCCDCE;
    border-left: 0;
    bottom: -1px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    line-height: 62px;
    padding: 0 27px;
    position: relative;
    vertical-align: top;
    z-index: 1; }
    @media (max-width: 767px) {
      article.product-index section.content .related-list-wrapper dt, article.detail-page section.content .related-list-wrapper dt {
        border: 1px solid #CCCDCE;
        bottom: auto;
        border-bottom: 0;
        display: block;
        font-size: 10px;
        line-height: 35px;
        padding: 0 10px; }
        article.product-index section.content .related-list-wrapper dt::after, article.detail-page section.content .related-list-wrapper dt::after {
          border-top: 1px solid #000;
          border-right: 1px solid #000;
          box-sizing: border-box;
          bottom: 0;
          content: "";
          display: block;
          height: 6px;
          margin: auto 0;
          position: absolute;
          right: 10px;
          top: -2px;
          -webkit-transition: all 0.3s;
          transition: all 0.3s;
          -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
          width: 6px; } }
    article.product-index section.content .related-list-wrapper dt:first-of-type, article.detail-page section.content .related-list-wrapper dt:first-of-type {
      border-left: 1px solid #CCCDCE; }
    article.product-index section.content .related-list-wrapper dt.selected, article.detail-page section.content .related-list-wrapper dt.selected {
      border-bottom: 1px solid #fff; }
      @media (max-width: 767px) {
        article.product-index section.content .related-list-wrapper dt.selected, article.detail-page section.content .related-list-wrapper dt.selected {
          border-bottom: 0; }
          article.product-index section.content .related-list-wrapper dt.selected::after, article.detail-page section.content .related-list-wrapper dt.selected::after {
            top: 4px;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); } }
    article.product-index section.content .related-list-wrapper dt:hover, article.detail-page section.content .related-list-wrapper dt:hover {
      text-decoration: underline; }
      @media (max-width: 767px) {
        article.product-index section.content .related-list-wrapper dt:hover, article.detail-page section.content .related-list-wrapper dt:hover {
          text-decoration: none; } }
  article.product-index section.content .related-list-wrapper dd, article.detail-page section.content .related-list-wrapper dd {
    border: 1px solid #CCCDCE;
    box-sizing: border-box;
    padding: 29px 29px 0;
    position: absolute;
    width: 100%; }
    @media (max-width: 767px) {
      article.product-index section.content .related-list-wrapper dd, article.detail-page section.content .related-list-wrapper dd {
        border-bottom: 0;
        padding: 15px 8px 10px 10px;
        position: static; } }
    article.product-index section.content .related-list-wrapper dd .related-list, article.detail-page section.content .related-list-wrapper dd .related-list {
      font-size: 0;
      letter-spacing: 0; }
      article.product-index section.content .related-list-wrapper dd .related-list::after, article.detail-page section.content .related-list-wrapper dd .related-list::after {
        clear: both;
        content: "";
        display: block; }
      article.product-index section.content .related-list-wrapper dd .related-list.special li, article.detail-page section.content .related-list-wrapper dd .related-list.special li {
        text-align: left; }
      article.product-index section.content .related-list-wrapper dd .related-list li, article.detail-page section.content .related-list-wrapper dd .related-list li {
        display: inline-block;
        margin-right: 4px;
        margin-bottom: 28px;
        text-align: center;
        vertical-align: top;
        width: 232px; }
        @media (min-width: 768px) {
          article.product-index section.content .related-list-wrapper dd .related-list li:nth-of-type(4n), article.detail-page section.content .related-list-wrapper dd .related-list li:nth-of-type(4n) {
            margin-right: 0; } }
        @media (max-width: 767px) {
          article.product-index section.content .related-list-wrapper dd .related-list li, article.detail-page section.content .related-list-wrapper dd .related-list li {
            margin-right: 2px;
            margin-bottom: 13px;
            width: 88px;
            width: calc((100% - 4px)/3); }
            article.product-index section.content .related-list-wrapper dd .related-list li:nth-of-type(3n), article.detail-page section.content .related-list-wrapper dd .related-list li:nth-of-type(3n) {
              margin-right: 0; }
            article.product-index section.content .related-list-wrapper dd .related-list li:nth-last-of-type(-n+3), article.detail-page section.content .related-list-wrapper dd .related-list li:nth-last-of-type(-n+3) {
              margin-bottom: 0; } }
      article.product-index section.content .related-list-wrapper dd .related-list a, article.detail-page section.content .related-list-wrapper dd .related-list a {
        display: block;
        padding-bottom: 24px;
        position: relative; }
        @media (min-width: 768px) {
          article.product-index section.content .related-list-wrapper dd .related-list a:hover::after, article.detail-page section.content .related-list-wrapper dd .related-list a:hover::after {
            border: 7px solid #C5091D;
            bottom: 0;
            content: "";
            display: block;
            left: 0;
            position: absolute;
            right: 0;
            top: 0; } }
        @media (max-width: 767px) {
          article.product-index section.content .related-list-wrapper dd .related-list a, article.detail-page section.content .related-list-wrapper dd .related-list a {
            padding-bottom: 0; } }
      article.product-index section.content .related-list-wrapper dd .related-list .img-box, article.detail-page section.content .related-list-wrapper dd .related-list .img-box {
        margin-bottom: 18px; }
        @media (max-width: 767px) {
          article.product-index section.content .related-list-wrapper dd .related-list .img-box, article.detail-page section.content .related-list-wrapper dd .related-list .img-box {
            margin-bottom: 0; } }
        article.product-index section.content .related-list-wrapper dd .related-list .img-box img, article.detail-page section.content .related-list-wrapper dd .related-list .img-box img {
          vertical-align: middle;
          width: 100%; }
      article.product-index section.content .related-list-wrapper dd .related-list .name, article.detail-page section.content .related-list-wrapper dd .related-list .name {
        font-size: 15px;
        line-height: 18px;
        padding: 0 8px; }
        @media (max-width: 767px) {
          article.product-index section.content .related-list-wrapper dd .related-list .name, article.detail-page section.content .related-list-wrapper dd .related-list .name {
            font-size: 10px;
            line-height: 16px;
            padding: 0; } }
        article.product-index section.content .related-list-wrapper dd .related-list .name .icon-external-link, article.detail-page section.content .related-list-wrapper dd .related-list .name .icon-external-link {
          margin-left: 5px;
          vertical-align: 0; }
          @media (max-width: 767px) {
            article.product-index section.content .related-list-wrapper dd .related-list .name .icon-external-link, article.detail-page section.content .related-list-wrapper dd .related-list .name .icon-external-link {
              margin-left: 3px;
              width: 8px; } }
      article.product-index section.content .related-list-wrapper dd .related-list .article, article.detail-page section.content .related-list-wrapper dd .related-list .article {
        font-size: 14px;
        line-height: 22px;
        margin-top: 3px;
        padding: 0 15px; }
        @media (max-width: 767px) {
          article.product-index section.content .related-list-wrapper dd .related-list .article, article.detail-page section.content .related-list-wrapper dd .related-list .article {
            font-size: 9px;
            line-height: 12px;
            margin-top: 3px;
            padding: 0; } }
article.product-index section.content .policy, article.product-index section.content .btn-more-material, article.detail-page section.content .policy, article.detail-page section.content .btn-more-material {
  display: inline-block;
  font-size: 15px;
  line-height: 18.27px;
  margin-top: 18px;
  margin-left: 25px; }
  @media (max-width: 767px) {
    article.product-index section.content .policy, article.product-index section.content .btn-more-material, article.detail-page section.content .policy, article.detail-page section.content .btn-more-material {
      font-size: 10px;
      line-height: 13px;
      margin-top: 13px;
      margin-left: 0;
      padding-left: 15px;
      position: relative; } }
  article.product-index section.content .policy::before, article.product-index section.content .btn-more-material::before, article.detail-page section.content .policy::before, article.detail-page section.content .btn-more-material::before {
    border-right: 3px solid #C0231F;
    border-top: 3px solid #C0231F;
    content: "";
    display: inline-block;
    height: 6px;
    margin-right: 6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: 2px;
    width: 6px; }
    @media (max-width: 767px) {
      article.product-index section.content .policy::before, article.product-index section.content .btn-more-material::before, article.detail-page section.content .policy::before, article.detail-page section.content .btn-more-material::before {
        bottom: 0;
        display: block;
        left: 0;
        margin: auto 0;
        position: absolute;
        top: 0; } }
  article.product-index section.content .policy:hover, article.product-index section.content .btn-more-material:hover, article.detail-page section.content .policy:hover, article.detail-page section.content .btn-more-material:hover {
    text-decoration: underline; }
  @media (max-width: 767px) {
    article.product-index section.content .policy img, article.product-index section.content .btn-more-material img, article.detail-page section.content .policy img, article.detail-page section.content .btn-more-material img {
      margin-left: 3px;
      vertical-align: -2px;
      width: 14px; } }
article.product-index section.content .link-list, article.detail-page section.content .link-list {
  border: 1px solid #CCCDCE;
  padding: 18px 27px; }
  @media (max-width: 767px) {
    article.product-index section.content .link-list, article.detail-page section.content .link-list {
      padding: 10px 10px 12px; } }
  article.product-index section.content .link-list li, article.detail-page section.content .link-list li {
    font-size: 15px;
    line-height: 24px;
    padding: 6px 0; }
    @media (max-width: 767px) {
      article.product-index section.content .link-list li, article.detail-page section.content .link-list li {
        font-size: 10px;
        line-height: 13px;
        padding: 6px 21px;
        position: relative; } }
    article.product-index section.content .link-list li.no-arrow::before, article.detail-page section.content .link-list li.no-arrow::before {
      display: none; }
    article.product-index section.content .link-list li::before, article.detail-page section.content .link-list li::before {
      border-right: 3px solid #C0231F;
      border-top: 3px solid #C0231F;
      content: "";
      display: inline-block;
      height: 6px;
      margin-right: 6px;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      vertical-align: 2px;
      width: 6px; }
      @media (max-width: 767px) {
        article.product-index section.content .link-list li::before, article.detail-page section.content .link-list li::before {
          bottom: 0;
          display: block;
          left: 0;
          margin: auto 0;
          position: absolute;
          top: 0; } }
    article.product-index section.content .link-list li a:hover, article.detail-page section.content .link-list li a:hover {
      text-decoration: underline; }
    article.product-index section.content .link-list li img, article.detail-page section.content .link-list li img {
      margin-left: 5px;
      vertical-align: -1px; }
      @media (max-width: 767px) {
        article.product-index section.content .link-list li img, article.detail-page section.content .link-list li img {
          bottom: 0;
          display: block;
          margin: auto 0;
          position: absolute;
          right: 0;
          top: 0; } }
    article.product-index section.content .link-list li p, article.detail-page section.content .link-list li p {
      font-size: 13px;
      line-height: 18.27px;
      padding-left: 19px;
      padding-top: 4px; }
      @media (max-width: 767px) {
        article.product-index section.content .link-list li p, article.detail-page section.content .link-list li p {
          font-size: 10px;
          line-height: 13px;
          padding-left: 0; } }
article.product-index section.content .more-link-list > li, article.detail-page section.content .more-link-list > li {
  margin-bottom: 24px; }
  @media (max-width: 767px) {
    article.product-index section.content .more-link-list > li, article.detail-page section.content .more-link-list > li {
      margin-bottom: 15px; } }
article.product-index section.content .more-link, article.detail-page section.content .more-link {
  border: 1px solid #c6c6c6;
  box-sizing: border-box;
  line-height: 40px;
  padding: 29px; }
  @media (max-width: 767px) {
    article.product-index section.content .more-link, article.detail-page section.content .more-link {
      font-size: 13px;
      line-height: 35px;
      padding: 3px 25px 15px;
      text-align: center; } }
  article.product-index section.content .more-link::after, article.detail-page section.content .more-link::after {
    content: "";
    clear: both;
    display: block; }
  article.product-index section.content .more-link a, article.detail-page section.content .more-link a {
    background: #C5091D;
    color: #fff;
    display: block;
    float: right;
    line-height: 40px;
    text-align: center;
    width: 150px; }
    @media (max-width: 767px) {
      article.product-index section.content .more-link a, article.detail-page section.content .more-link a {
        line-height: 35px;
        width: 100%; } }
    article.product-index section.content .more-link a::after, article.detail-page section.content .more-link a::after {
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
      content: "";
      display: inline-block;
      height: 7px;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      vertical-align: 1px;
      width: 7px; }
      @media (max-width: 767px) {
        article.product-index section.content .more-link a::after, article.detail-page section.content .more-link a::after {
          border-width: 1px;
          height: 6px;
          margin-left: 8px;
          width: 6px; } }
    article.product-index section.content .more-link a:hover, article.detail-page section.content .more-link a:hover {
      opacity: 0.8; }
  article.product-index section.content .more-link.no-arrow a::after, article.detail-page section.content .more-link.no-arrow a::after {
    display: none; }

article.product-index {
  margin: 0 auto;
  width: 1000px; }
  @media (max-width: 767px) {
    article.product-index {
      box-sizing: border-box;
      width: 100%; } }
  @media (max-width: 767px) {
    article.product-index section.middle-top-head {
      padding: 0 15px; } }
article.product-index section.middle-top-head .title {
    font-size: 36px;
    font-weight: bold;
    line-height: 39px;
    margin-bottom: 27px;
    padding-top: 7px; }
    @media (max-width: 767px) {
      article.product-index section.middle-top-head .title {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 14px;
        padding-top: 0; } }
article.product-index section.middle-top-head .title span {
      font-size: 16px;
      font-weight: normal;
      margin-left: 18px;
      vertical-align: 6px; }
      @media (max-width: 767px) {
        article.product-index section.middle-top-head .title span {
          font-size: 8px;
          line-height: 20px;
          margin-left: 9px;
          vertical-align: 3px; } }
article.product-index section.middle-top-head .search-btn-list li {
		box-sizing: border-box;
		border: 1px solid #C8C9CA;
		cursor: pointer;
		font-size: 22px;
		line-height: 60px;
		position: relative;
		text-align: center;
		width: 498px;
		height: 60px;
		padding:0;
	}
article.product-index section.middle-top-head .search-btn-list li a{
		display: block;
		width: 100%;
		height: 100%;
	}
    @media (max-width: 767px) {
      article.product-index section.middle-top-head .search-btn-list li {
        font-size: 11px;
        line-height: 15px;
        height: 40px;
        padding-right: 15px;
        width: 143px;
        width: calc((100% - 3px)/2); } }
    article.product-index section.middle-top-head .search-btn-list li::after {
      border-bottom: 2px solid #000;
      border-right: 2px solid #000;
      bottom: 6px;
      box-sizing: border-box;
      content: "";
      display: block;
      height: 14px;
      margin: auto 0;
      position: absolute;
      right: 20px;
      top: 0;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      width: 14px; }
      @media (max-width: 767px) {
        article.product-index section.middle-top-head .search-btn-list li::after {
          border-width: 1px;
          height: 7px;
          right: 10px;
          width: 7px; } }
    article.product-index section.middle-top-head .search-btn-list li:nth-of-type(1) {
      float: left; }
      @media (max-width: 767px) {
        article.product-index section.middle-top-head .search-btn-list li:nth-of-type(1) {
          padding-top: 5px; } }
    article.product-index section.middle-top-head .search-btn-list li:nth-of-type(2) {
      color: #000;
      float: right; }
      @media (max-width: 767px) {
        article.product-index section.middle-top-head .search-btn-list li:nth-of-type(2) {
          padding-top: 12px; } }
    article.product-index section.middle-top-head .search-btn-list li.current {
      background: #C7081C;
      border-color: #C7081C;
      color: #fff; }
      article.product-index section.middle-top-head .search-btn-list li.current::after {
        border-color: #fff; }
  article.product-index section.anker-area {
    border-bottom: 1px solid #CCCDCE;
    padding-top: 22px; }
    @media (max-width: 767px) {
      article.product-index section.anker-area {
        padding: 18px 15px 0; } }
    article.product-index section.anker-area::after {
      clear: both;
      content: "";
      display: block; }
    article.product-index section.anker-area li {
      border: 1px solid #000;
      box-sizing: border-box;
      float: left;
      font-size: 16px;
      line-height: 24px;
      margin-bottom: 22px;
      margin-right: 4px;
      padding: 9px 0;
      text-align: center;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      width: 247px; }
      @media (max-width: 767px) {
        article.product-index section.anker-area li {
          font-size: 10px;
          line-height: 16px;
          margin-bottom: 18px;
          margin-right: 2px;
          width: calc((100% - 2px)/2); }
          article.product-index section.anker-area li:nth-of-type(2n) {
            margin-right: 0; } }
      article.product-index section.anker-area li:nth-of-type(4n) {
        margin-right: 0; }
      article.product-index section.anker-area li:hover {
        background: #000;
        color: #fff; }
        article.product-index section.anker-area li:hover a::after {
          border-color: #fff; }
      article.product-index section.anker-area li a {
        display: block; }
        article.product-index section.anker-area li a::after {
          border-bottom: 1px solid #000;
          border-right: 1px solid #000;
          content: "";
          display: inline-block;
          height: 7px;
          margin-left: 7px;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          -webkit-transition: all 0.3s;
          transition: all 0.3s;
          vertical-align: 3px;
          width: 7px; }
          @media (max-width: 767px) {
            article.product-index section.anker-area li a::after {
              height: 5px;
              margin-left: 4px;
              vertical-align: 2px;
              width: 5px; } }
  article.product-index section.below-head {
    border-bottom: 1px solid #CCCDCE;
    padding-bottom: 31px; }
    @media (max-width: 767px) {
      article.product-index section.below-head {
        margin-top: -5px;
        padding: 0 15px 23px; } }
    article.product-index section.below-head .title {
      font-size: 36px;
      line-height: 48px;
      margin-bottom: 23px; }
      @media (max-width: 767px) {
        article.product-index section.below-head .title {
          font-size: 20px;
          line-height: 33px;
          margin-bottom: 7px; } }
    article.product-index section.below-head .article {
      font-size: 16px;
      line-height: 34px; }
      @media (max-width: 767px) {
        article.product-index section.below-head .article {
          font-size: 10px;
          line-height: 19px; } }
  article.product-index section.content {
    padding-top: 42px; }
    @media (max-width: 767px) {
      article.product-index section.content {
        padding: 22px 15px 0; } }
    article.product-index section.content.first-content {
      padding-top: 22px; }
      @media (max-width: 767px) {
        article.product-index section.content.first-content {
          padding-top: 18px; } }
    article.product-index section.content a.arrow::after {
      box-sizing: border-box;
      border-top: 2px solid #000;
      border-right: 2px solid #000;
      content: "";
      display: inline-block;
      height: 12px;
      margin-left: 7px;
      -webkit-transform: all 0.3;
      transform: all 0.3;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      vertical-align: 2px;
      width: 12px; }
      @media (max-width: 767px) {
        article.product-index section.content a.arrow::after {
          border-width: 1px;
          height: 7px;
          width: 7px; } }
    article.product-index section.content a.arrow:hover::after {
      margin-left: 10px; }
    article.product-index section.content .title {
      font-size: 22px;
      line-height: 36px;
      margin-bottom: 22px; }
      @media (max-width: 767px) {
        article.product-index section.content .title {
          font-size: 14px;
          line-height: 18px;
          margin-bottom: 18px; } }
    article.product-index section.content .search-category-list {
      margin: 0 auto 12px;
      width: 998px; }
      @media (max-width: 767px) {
        article.product-index section.content .search-category-list {
          margin-bottom: 26px;
          width: 100%; } }
      article.product-index section.content .search-category-list li {
        float: left;
        margin-right: 4px;
        width: 330px; }
        @media (max-width: 767px) {
          article.product-index section.content .search-category-list li {
            margin-bottom: 36px;
            margin-right: 3px;
            width: 143px;
            width: calc((100% - 3px)/2); }
            article.product-index section.content .search-category-list li:nth-of-type(even) {
              margin-right: 0; } }
        article.product-index section.content .search-category-list li:last-of-type {
          margin-right: 0;
          margin-bottom: 0; }
      article.product-index section.content .search-category-list a {
        display: block;
        position: relative; }
        @media (min-width: 768px) {
          article.product-index section.content .search-category-list a:hover::after {
            border: 7px solid #C5091D;
            bottom: 0;
            content: "";
            display: block;
            left: 0;
            position: absolute;
            right: 0;
            top: 0; } }
      article.product-index section.content .search-category-list img {
        vertical-align: middle;
        margin-bottom: 5px;
        width: 100%; }
        @media (max-width: 767px) {
          article.product-index section.content .search-category-list img {
            margin-bottom: 2px; } }
        @media (max-width: 767px) {
          article.product-index section.content .search-category-list img:nth-of-type(1) {
            display: none; } }
        article.product-index section.content .search-category-list img:nth-of-type(2) {
          display: none; }
          @media (max-width: 767px) {
            article.product-index section.content .search-category-list img:nth-of-type(2) {
              display: inline; } }
      article.product-index section.content .search-category-list .name {
        font-size: 16px;
        line-height: 26px;
        text-align: center; }
        @media (max-width: 767px) {
          article.product-index section.content .search-category-list .name {
            font-size: 12px;
            line-height: 20px; } }
      article.product-index section.content .search-category-list .article {
        font-size: 12px;
        line-height: 20px;
        padding-bottom: 14px;
        text-align: center; }
        @media (max-width: 767px) {
          article.product-index section.content .search-category-list .article {
            font-size: 10px;
            line-height: 13px;
            padding-bottom: 0; } }
    article.product-index section.content .search-item-list {
      margin: 0 auto;
      width: 1000px; }
      @media (max-width: 767px) {
        article.product-index section.content .search-item-list {
          width: 100%; } }
      article.product-index section.content .search-item-list li {
        float: left;
        margin-right: 4px;
        margin-bottom: 28px;
        width: 247px; }
        @media (max-width: 767px) {
          article.product-index section.content .search-item-list li {
            margin-right: 3px;
            margin-bottom: 10px;
            width: 143px;
            width: calc((100% - 3px)/2); }
            article.product-index section.content .search-item-list li:nth-of-type(even) {
              margin-right: 0; } }
        article.product-index section.content .search-item-list li:nth-of-type(4n) {
          margin-right: 0; }
        @media (min-width: 768px) {
          article.product-index section.content .search-item-list li:nth-last-of-type(-n+4) {
            margin-bottom: 0; } }
      article.product-index section.content .search-item-list a {
        display: block;
        padding-bottom: 10px;
        position: relative; }
        @media (min-width: 768px) {
          article.product-index section.content .search-item-list a:hover::after {
            border: 7px solid #C5091D;
            bottom: 0;
            content: "";
            display: block;
            left: 0;
            position: absolute;
            right: 0;
            top: 0; } }
        @media (max-width: 767px) {
          article.product-index section.content .search-item-list a {
            padding-bottom: 6px; } }
      article.product-index section.content .search-item-list img {
        margin-bottom: 5px;
        vertical-align: middle;
        width: 100%; }
        @media (max-width: 767px) {
          article.product-index section.content .search-item-list img {
            margin-bottom: 7px; } }
      article.product-index section.content .search-item-list .category {
        font-size: 12px;
        line-height: 20px;
        text-align: center; }
        @media (max-width: 767px) {
          article.product-index section.content .search-item-list .category {
            font-size: 10px;
            line-height: 13px; } }
      article.product-index section.content .search-item-list .name {
        font-size: 16px;
        line-height: 26px;
        text-align: center; }
        @media (max-width: 767px) {
          article.product-index section.content .search-item-list .name {
            font-size: 12px;
            line-height: 20px; } }
    article.product-index section.content .basic-list {
      font-size: 0;
      letter-spacing: 0; }
      article.product-index section.content .basic-list li {
        display: inline-block;
        margin-right: 4px;
        margin-bottom: 25px;
        vertical-align: top;
        width: 247px; }
        @media (min-width: 768px) {
          article.product-index section.content .basic-list li:nth-last-of-type(-n+4) {
            margin-bottom: 0; } }
        @media (max-width: 767px) {
          article.product-index section.content .basic-list li {
            margin-right: 2px;
            margin-bottom: 24px;
            width: 144px;
            width: calc((100% - 2px)/2); }
            article.product-index section.content .basic-list li:nth-of-type(even) {
              margin-right: 0; } }
        article.product-index section.content .basic-list li:nth-of-type(4n) {
          margin-right: 0; }
      article.product-index section.content .basic-list a {
        display: block;
        position: relative; }
        @media (min-width: 768px) {
          article.product-index section.content .basic-list a:hover::after {
            border: 7px solid #C5091D;
            bottom: 0;
            content: "";
            display: block;
            left: 0;
            position: absolute;
            right: 0;
            top: 0; } }
        @media (max-width: 767px) {
          article.product-index section.content .basic-list a {
            padding-bottom: 0; } }
      article.product-index section.content .basic-list img {
        vertical-align: middle;
        width: 100%; }
      article.product-index section.content .basic-list .name {
        font-size: 15px;
        line-height: 20px;
        padding: 7px 10px 14px;
        text-align: center; }
        @media (max-width: 767px) {
          article.product-index section.content .basic-list .name {
            font-size: 11px;
            padding: 5px;
            line-height: 12px; } }
        article.product-index section.content .basic-list .name .icon-external-link {
          margin-left: 5px;
          vertical-align: -1px;
          width: 13px; }
          @media (max-width: 767px) {
            article.product-index section.content .basic-list .name .icon-external-link {
              width: 10px; } }
    article.product-index section.content .other-field-list {
			margin-bottom: 22px;
			}
    article.product-index section.content .other-field-list li {
      float: left;
      font-size: 18px;
      height: 60px;
      line-height: 60px;
      margin-right: 5px;
      text-align: center;
      width: 330px; }
      @media (max-width: 767px) {
        article.product-index section.content .other-field-list li {
          float: none;
          font-size: 13px;
          height: 60px;
          line-height: 60px;
          margin-right: 0;
          margin-bottom: 15px;
          width: 100%; } }
      article.product-index section.content .other-field-list li:last-of-type {
        margin-bottom: 0;
        margin-right: 0; }
      article.product-index section.content .other-field-list li:nth-of-type(1) {
        background: #89D8C8; }
      article.product-index section.content .other-field-list li:nth-of-type(2) {
        background: #87D5F8; }
      article.product-index section.content .other-field-list li:nth-of-type(3) {
        background: #F8BC88; }
      article.product-index section.content .other-field-list li:hover {
        opacity: 0.8; }
    article.product-index section.content .other-field-list a {
      display: block; }
      article.product-index section.content .other-field-list a::after {
        border-top: 2px solid #000;
        border-right: 2px solid #000;
        box-sizing: border-box;
        content: "";
        display: inline-block;
        height: 12px;
        margin-left: 3px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        vertical-align: 2px;
        width: 12px; }
        @media (max-width: 767px) {
          article.product-index section.content .other-field-list a::after {
            border-width: 1px;
            height: 7px;
            vertical-align: 1px;
            width: 7px; } }
    article.product-index section.content .contact-list {
      border: 1px solid #CCCDCE;
      padding: 30px 29px; }
      @media (max-width: 767px) {
        article.product-index section.content .contact-list {
          margin-bottom: 15px;
          padding: 15px 30px; } }
      article.product-index section.content .contact-list li {
        box-sizing: border-box;
        margin: 0 auto;
        height: 70px;
        text-align: center;
        width: 457px; }
        @media (max-width: 767px) {
          article.product-index section.content .contact-list li {
            float: none;
            height: 35px;
            width: 100%; } }
      article.product-index section.content .contact-list .list-form a {
        background: #C5091D;
        color: #fff;
        display: block;
        font-size: 22px;
        line-height: 70px; }
        @media (max-width: 767px) {
          article.product-index section.content .contact-list .list-form a {
            font-size: 13px;
            line-height: 35px; } }
        article.product-index section.content .contact-list .list-form a:hover {
          background: #d94c58; }
        article.product-index section.content .contact-list .list-form a::after {
          border-right: 2px solid #fff;
          border-top: 2px solid #fff;
          content: "";
          display: inline-block;
          height: 10px;
          margin-left: 4px;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          vertical-align: 2px;
          width: 10px; }
          @media (max-width: 767px) {
            article.product-index section.content .contact-list .list-form a::after {
              border-width: 1px;
              height: 6px;
              margin-left: 8px;
              vertical-align: 1px;
              width: 6px; } }
    article.product-index section.content .contact-list-col-2 {
      border: 1px solid #CCCDCE;
      padding: 30px 29px; }
      @media (max-width: 767px) {
        article.product-index section.content .contact-list-col-2 {
          padding: 15px 30px; } }
      article.product-index section.content .contact-list-col-2 li {
        box-sizing: border-box;
        float: left;
        height: 98px;
        text-align: center;
        width: 457px; }
        @media (max-width: 767px) {
          article.product-index section.content .contact-list-col-2 li {
            float: none;
            height: 35px;
            width: 100%; } }
      article.product-index section.content .contact-list-col-2 .list-tel {
        border: 1px solid #C5C6C7;
        font-size: 22px;
        line-height: 32px;
        margin-right: 26px;
        padding: 16px 0; }
        @media (max-width: 767px) {
          article.product-index section.content .contact-list-col-2 .list-tel {
            font-size: 13px;
            line-height: 18px;
            margin-right: 0;
            margin-bottom: 10px;
            padding: 8px 0 9px; }
            article.product-index section.content .contact-list-col-2 .list-tel a {
              margin-left: 5px; } }
        article.product-index section.content .contact-list-col-2 .list-tel.one-line {
          line-height: 64px; }
          @media (max-width: 767px) {
            article.product-index section.content .contact-list-col-2 .list-tel.one-line {
              line-height: 18px; } }
      article.product-index section.content .contact-list-col-2 .list-form a {
        background: #C5091D;
        color: #fff;
        display: block;
        font-size: 22px;
        line-height: 98px; }
        @media (max-width: 767px) {
          article.product-index section.content .contact-list-col-2 .list-form a {
            font-size: 13px;
            line-height: 35px; } }
        article.product-index section.content .contact-list-col-2 .list-form a:hover {
          background: #d94c58; }
        article.product-index section.content .contact-list-col-2 .list-form a::after {
          border-right: 2px solid #fff;
          border-top: 2px solid #fff;
          content: "";
          display: inline-block;
          height: 10px;
          margin-left: 4px;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          vertical-align: 2px;
          width: 10px; }
          @media (max-width: 767px) {
            article.product-index section.content .contact-list-col-2 .list-form a::after {
              vertical-align: baseline;
              height: 8px;
              width: 8px; } }
    article.product-index section.content .contact-list-middle {
      border: 1px solid #CCCDCE;
      padding: 30px 29px; }
      @media (max-width: 767px) {
        article.product-index section.content .contact-list-middle {
          margin-bottom: 15px;
          padding: 15px 30px; } }
      article.product-index section.content .contact-list-middle li {
        box-sizing: border-box;
        float: left;
        text-align: center;
        width: 457px; }
        @media (max-width: 767px) {
          article.product-index section.content .contact-list-middle li {
            float: none;
            height: 35px;
            width: 100%; } }
      article.product-index section.content .contact-list-middle .list-form a, article.product-index section.content .contact-list-middle .list-index a {
        display: block;
        font-size: 22px;
        line-height: 32px;
        padding: 19px 0; }
        @media (max-width: 767px) {
          article.product-index section.content .contact-list-middle .list-form a, article.product-index section.content .contact-list-middle .list-index a {
            font-size: 13px;
            line-height: 35px;
            padding: 0; } }
        article.product-index section.content .contact-list-middle .list-form a::after, article.product-index section.content .contact-list-middle .list-index a::after {
          border-right: 2px solid #000;
          border-top: 2px solid #000;
          content: "";
          display: inline-block;
          height: 10px;
          margin-left: 4px;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          vertical-align: 2px;
          width: 10px; }
          @media (max-width: 767px) {
            article.product-index section.content .contact-list-middle .list-form a::after, article.product-index section.content .contact-list-middle .list-index a::after {
              border-width: 1px;
              height: 6px;
              margin-left: 8px;
              vertical-align: 1px;
              width: 6px; } }
      article.product-index section.content .contact-list-middle .list-index {
        border: 1px solid #c6c6c6;
        margin-right: 26px; }
        @media (max-width: 767px) {
          article.product-index section.content .contact-list-middle .list-index {
            margin-bottom: 10px;
            margin-right: 0; } }
        article.product-index section.content .contact-list-middle .list-index a:hover {
          text-decoration: underline; }
      article.product-index section.content .contact-list-middle .list-form a {
        background: #C5091D;
        color: #fff; }
        article.product-index section.content .contact-list-middle .list-form a::after {
          border-right: 2px solid #fff;
          border-top: 2px solid #fff; }
        article.product-index section.content .contact-list-middle .list-form a:hover {
          background: #d94c58; }


article.detail-page {
  margin: 0 auto;
  width: 1000px; }
  @media (max-width: 767px) {
    article.detail-page {
      width: 100%; } }
  article.detail-page .trade-symbol {
    font-size: 0.7em;
    position: relative;
    top: -7px;
    vertical-align: top; }
    @media (max-width: 767px) {
      article.detail-page .trade-symbol {
        top: -2px; } }
  @media (max-width: 767px) {
    article.detail-page .tag-area {
      padding: 0 15px 5px; } }
  article.detail-page .mark-area {
    background: #CCCCFD;
    margin-bottom: 35px; }
    @media (max-width: 767px) {
      article.detail-page .mark-area {
        margin-bottom: 20px; } }
    article.detail-page .mark-area .img-box {
      box-sizing: border-box;
      float: left;
      padding: 8px 43px 8px 32px;
      width: 194px; }
      @media (max-width: 767px) {
        article.detail-page .mark-area .img-box {
          float: none;
          padding: 10px 0;
          text-align: center;
          width: 100%; } }
      article.detail-page .mark-area .img-box img {
        vertical-align: middle;
        width: 100%; }
        @media (max-width: 767px) {
          article.detail-page .mark-area .img-box img {
            width: 80px; } }
    article.detail-page .mark-area .txt-box {
      float: left;
      padding: 13px 0 14px;
      width: 806px; }
      @media (max-width: 767px) {
        article.detail-page .mark-area .txt-box {
          box-sizing: border-box;
          font-size: 10px;
          float: none;
          line-height: 19px;
          padding: 0 10px 10px;
          width: 100%; } }
  article.detail-page section.head .title-wrapper .sub-title {
    font-size: 17px;
    line-height: 18.27px; }
    @media (max-width: 767px) {
      article.detail-page section.head .title-wrapper .sub-title {
        font-size: 8px;
        line-height: 10px; } }
  article.detail-page section.head.mb-10 {
    margin-bottom: 10px; }
  article.detail-page section.content {
    margin-bottom: 64px; }
    @media (max-width: 767px) {
      article.detail-page section.content {
        box-sizing: border-box;
        margin-bottom: 31px;
        padding: 0 15px; } }
    article.detail-page section.content .title {
      font-size: 22px;
      line-height: 36px;
      margin-bottom: 16px; }
      @media (max-width: 767px) {
        article.detail-page section.content .title {
          font-size: 13px;
          line-height: 18px;
          margin-bottom: 11px; } }
    article.detail-page section.content li.list-tel p {
      font-size: 22px;
      line-height: 28px; }
      @media (max-width: 767px) {
        article.detail-page section.content li.list-tel p {
          font-size: 12px;
          line-height: 19px; } }
article.detail-page section.content p, article.detail-page section.content ul {
      font-size: 15px;
      line-height: 24px; }
      @media (max-width: 767px) {
        article.detail-page section.content p, article.detail-page section.content ul {
          font-size: 10px;
          line-height: 19px; } }
    article.detail-page section.content .mb24 {
      margin-bottom: 24px; }
      @media (max-width: 767px) {
        article.detail-page section.content .mb24 {
          margin-bottom: 19px; } }
    article.detail-page section.content .mb30 {
      margin-bottom: 30px; }
      @media (max-width: 767px) {
        article.detail-page section.content .mb30 {
          margin-bottom: 10px; } }
    article.detail-page section.content .pl-1em {
      padding-left: 1em; }
    article.detail-page section.content .red {
      color: #FC0D1B; }
    article.detail-page section.content .notice-important {
      background: #FEAEAE;
      border: 1px solid #c6c6c6;
      box-sizing: border-box;
      font-size: 14px;
      line-height: 24px;
      margin-bottom: 10px;
      padding: 2px 0;
      text-align: center;
      width: 118px; }
      @media (max-width: 767px) {
        article.detail-page section.content .notice-important {
          font-size: 10px;
          line-height: 16px;
          margin-bottom: 6px;
          width: 96px; } }
    article.detail-page section.content .bold {
      font-weight: bold; }
    article.detail-page section.content .u-line {
      text-decoration: underline; }
    article.detail-page section.content .caution {
      font-size: 14px;
      line-height: 24px;
      margin-top: 4px; }
      @media (max-width: 767px) {
        article.detail-page section.content .caution {
          font-size: 9px;
          line-height: 12px;
          margin-top: 3px; } }
    article.detail-page section.content .table-wrapper-list > dt {
      font-size: 15px;
      line-height: 24px;
      margin-bottom: 5px; }
      @media (max-width: 767px) {
        article.detail-page section.content .table-wrapper-list > dt {
          font-size: 10px;
          line-height: 19px; } }
    article.detail-page section.content .table-wrapper-list > dd {
      margin-bottom: 24px; }
      @media (max-width: 767px) {
        article.detail-page section.content .table-wrapper-list > dd {
          margin-bottom: 15px; } }
      article.detail-page section.content .table-wrapper-list > dd:last-of-type {
        margin-bottom: 0; }
    article.detail-page section.content .table-wrapper-list .table {
      background: #E4E5E6;
      border-bottom: 1px solid #C5C6C7;
      border-right: 1px solid #C5C6C7;
      border-left: 1px solid #C5C6C7;
      font-size: 14px;
      line-height: 24px; }
      @media (max-width: 767px) {
        article.detail-page section.content .table-wrapper-list .table {
          font-size: 10px;
          line-height: 13px; } }
      article.detail-page section.content .table-wrapper-list .table::after {
        clear: both;
        content: "";
        display: block; }
      article.detail-page section.content .table-wrapper-list .table dt, article.detail-page section.content .table-wrapper-list .table dd {
        border-top: 1px solid #C5C6C7;
        box-sizing: border-box;
        float: left;
        padding: 8px 17px; }
        @media (max-width: 767px) {
          article.detail-page section.content .table-wrapper-list .table dt, article.detail-page section.content .table-wrapper-list .table dd {
            padding: 7px 0 7px 10px; } }
      article.detail-page section.content .table-wrapper-list .table dt {
        width: 245px; }
        @media (max-width: 767px) {
          article.detail-page section.content .table-wrapper-list .table dt {
            width: 69px; } }
      article.detail-page section.content .table-wrapper-list .table dd {
        border-left: 1px solid #C5C6C7;
        background: #fff;
        width: 753px; }
        @media (max-width: 767px) {
          article.detail-page section.content .table-wrapper-list .table dd {
            width: 221px;
            width: calc(100% - 69px); } }
        article.detail-page section.content .table-wrapper-list .table dd span {
          color: #BF1D2D; }
    article.detail-page section.content .figure-list > li {
      border: 1px solid #C5C6C7;
      box-sizing: border-box;
      float: left;
      height: 400px;
      margin-bottom: 12px;
      padding: 10px;
      width: 494px; }
      @media (max-width: 767px) {
        article.detail-page section.content .figure-list > li {
          float: none;
          height: 201px;
          margin-bottom: 10px;
          width: 100%; } }
      article.detail-page section.content .figure-list > li:nth-of-type(odd) {
        margin-right: 12px; }
        @media (max-width: 767px) {
          article.detail-page section.content .figure-list > li:nth-of-type(odd) {
            margin-right: 0; } }
    article.detail-page section.content .figure-list .list-title {
      background: #E4E5E6;
      box-sizing: border-box;
      border: 1px solid #C5C6C7;
      display: inline-block;
      font-size: 14px;
      height: auto;
      line-height: 28px;
      padding: 0 9px;
      vertical-align: top; }
      @media (max-width: 767px) {
        article.detail-page section.content .figure-list .list-title {
          font-size: 10px;
          line-height: 15px;
          padding: 2px 5px; } }
    article.detail-page section.content .figure-list .context {
      font-size: 12px;
      line-height: 18px;
      padding: 18px 0 0; }
      @media (max-width: 767px) {
        article.detail-page section.content .figure-list .context {
          font-size: 10px;
          line-height: 16px;
          padding: 4px 0 0; } }
      article.detail-page section.content .figure-list .context.f-15 {
        font-size: 15px;
        line-height: 24px;
        padding: 0; }
        @media (max-width: 767px) {
          article.detail-page section.content .figure-list .context.f-15 {
            font-size: 10px;
            line-height: 16px; } }
      article.detail-page section.content .figure-list .context.pt-10 {
        padding-top: 10px; }
        @media (max-width: 767px) {
          article.detail-page section.content .figure-list .context.pt-10 {
            padding-top: 5px; } }
    article.detail-page section.content .figure-list .img-box {
      height: auto;
      position: relative;
      text-align: center; }
      @media (max-width: 767px) {
        article.detail-page section.content .figure-list .img-box {
          height: 162px; } }
      article.detail-page section.content .figure-list .img-box img {
        left: 50%;
        position: absolute;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        top: 50%; }
        @media (max-width: 767px) {
          article.detail-page section.content .figure-list .img-box img {
            -webkit-transform: translate(-50%, -50%) scale(0.5, 0.5);
            transform: translate(-50%, -50%) scale(0.5, 0.5); } }
    article.detail-page section.content .table-col2 {
      border-top: 1px solid #c6c6c6;
      border-left: 1px solid #c6c6c6;
      width: 1000px; }
      @media (max-width: 767px) {
        article.detail-page section.content .table-col2 {
          display: block;
          width: 100%; } }
      article.detail-page section.content .table-col2 th, article.detail-page section.content .table-col2 td {
        border-bottom: 1px solid #c6c6c6;
        border-right: 1px solid #c6c6c6;
        box-sizing: border-box;
        vertical-align: middle;
        width: 50%; }
        @media (max-width: 767px) {
          article.detail-page section.content .table-col2 th, article.detail-page section.content .table-col2 td {
            display: block;
            width: 100%; } }
      article.detail-page section.content .table-col2 th {
        padding: 30px 10px;
        text-align: center; }
        @media (max-width: 767px) {
          article.detail-page section.content .table-col2 th {
            padding: 20px 10px; }
            article.detail-page section.content .table-col2 th img {
              width: 100%; } }
      article.detail-page section.content .table-col2 td {
        padding: 0 30px; }
        @media (max-width: 767px) {
          article.detail-page section.content .table-col2 td {
            padding: 10px; } }
      @media (max-width: 767px) {
        article.detail-page section.content .table-col2 tr, article.detail-page section.content .table-col2 tbody {
          display: block;
          width: 100%; } }
      article.detail-page section.content .table-col2.mb-30 {
        margin-bottom: 30px; }
        @media (max-width: 767px) {
          article.detail-page section.content .table-col2.mb-30 {
            margin-bottom: 20px; } }
      @media (min-width: 768px) {
        article.detail-page section.content .table-col2.p05_14 th {
          width: 33%; }
        article.detail-page section.content .table-col2.p05_14 td {
          width: 67%; } }
      @media (min-width: 768px) {
        article.detail-page section.content .table-col2.p08_11 th {
          width: 40%; }
        article.detail-page section.content .table-col2.p08_11 td {
          padding: 20px 80px;
          width: 60%; } }
      @media (max-width: 767px) {
        article.detail-page section.content .table-col2.p08_11 th img {
          width: auto; } }
    article.detail-page section.content .figure-box-with-title {
      border: 1px solid #c6c6c6;
      box-sizing: border-box;
      padding: 10px 10px 0;
      margin-bottom: 15px;}
      article.detail-page section.content .figure-box-with-title .figure-title {
        background: #E4E5E6;
        box-sizing: border-box;
        border: 1px solid #C5C6C7;
        display: inline-block;
        font-size: 14px;
        height: auto;
        line-height: 28px;
        padding: 0 9px;
        vertical-align: top; }
        @media (max-width: 767px) {
          article.detail-page section.content .figure-box-with-title .figure-title {
            font-size: 10px;
            line-height: 15px;
            padding: 2px 5px; } }
      article.detail-page section.content .figure-box-with-title .img-box {
        padding: 20px 0 30px;
        text-align: center; }
        @media (max-width: 767px) {
          article.detail-page section.content .figure-box-with-title .img-box {
            height: auto;
            padding: 10px 0; } }
        article.detail-page section.content .figure-box-with-title .img-box img {
          vertical-align: middle; }
          @media (max-width: 767px) {
            article.detail-page section.content .figure-box-with-title .img-box img {
              width: 100%; }
            #popup article.detail-page section.content .figure-box-with-title .img-box img {
              width: auto; } }
      article.detail-page section.content .figure-box-with-title.p04_10 .clearbox::after {
        clear: both;
        content: "";
        display: block; }
      article.detail-page section.content .figure-box-with-title.p04_10 .clearbox .img-box, article.detail-page section.content .figure-box-with-title.p04_10 .clearbox .txt-box {
        box-sizing: border-box;
        display: inline-block;
        vertical-align: middle; }
      article.detail-page section.content .figure-box-with-title.p04_10 .clearbox .img-box {
        padding: 20px 0;
        width: 30%; }
        @media (max-width: 767px) {
          article.detail-page section.content .figure-box-with-title.p04_10 .clearbox .img-box {
            height: 200px;
            padding: 10px 0;
            width: 100%; }
            article.detail-page section.content .figure-box-with-title.p04_10 .clearbox .img-box img {
              height: 100%;
              width: auto; } }
      article.detail-page section.content .figure-box-with-title.p04_10 .clearbox .txt-box {
        padding: 0 40px;
        width: 67%; }
        @media (max-width: 767px) {
          article.detail-page section.content .figure-box-with-title.p04_10 .clearbox .txt-box {
            padding: 0 0 10px;
            width: 100%; } }
    article.detail-page section.content .figure-box {
      border: 1px solid #c6c6c6;
      box-sizing: border-box;
      padding: 30px;
      text-align: center; }
      article.detail-page section.content .figure-box img {
        vertical-align: middle; }
      @media (max-width: 767px) {
        article.detail-page section.content .figure-box {
          padding: 20px 10px; }
          article.detail-page section.content .figure-box img {
            width: 100%; }
          #popup article.detail-page section.content .figure-box img {
            width: auto; } }
    article.detail-page section.content .figure-text-box {
      border: 1px solid #c6c6c6;
      padding: 20px 10px;
      text-align: center; }
      article.detail-page section.content .figure-text-box.nb-b {
        border-bottom: 0; }
      article.detail-page section.content .figure-text-box img {
        margin-bottom: 20px;
        vertical-align: middle; }
      article.detail-page section.content .figure-text-box p {
        text-align: left; }
    article.detail-page section.content .link-list-wrapper {
      border: 1px solid #CCCDCE;
      box-sizing: border-box;
      padding: 18px 27px; }
      @media (max-width: 767px) {
        article.detail-page section.content .link-list-wrapper {
          padding: 10px 10px 12px; } }
      article.detail-page section.content .link-list-wrapper .link-title {
        font-size: 18px;
        font-weight: bold;
        line-height: 18px;
        padding: 10px 0; }
        @media (max-width: 767px) {
          article.detail-page section.content .link-list-wrapper .link-title {
            font-size: 13px;
            line-height: 18px;
            padding: 5px 0; } }
      article.detail-page section.content .link-list-wrapper .link-list {
        border: 0;
        padding: 0; }
    article.detail-page section.content .middle-link-list {
      font-size: 0;
      letter-spacing: 0;
      padding: 74px 0 0; }
      @media (max-width: 767px) {
        article.detail-page section.content .middle-link-list {
          padding: 24px 0 0; } }
      article.detail-page section.content .middle-link-list > li {
        display: inline-block;
        margin-right: 12px;
        margin-bottom: 44px;
        vertical-align: top;
        width: 494px; }
        @media (max-width: 767px) {
          article.detail-page section.content .middle-link-list > li {
            margin-bottom: 22px;
            margin-right: 0;
            width: 100%; } }
        article.detail-page section.content .middle-link-list > li:nth-of-type(even) {
          margin-right: 0; }
        article.detail-page section.content .middle-link-list > li .title-wrapper {
          background: #F5F6F7;
          border: 1px solid #C5C6C7;
          box-sizing: border-box;
          padding: 10px; }
          article.detail-page section.content .middle-link-list > li .title-wrapper .link-title {
            background: #FDFEFF;
            border: 1px solid #C5C6C7;
            display: inline-block;
            font-size: 14px;
            line-height: 26px;
            padding: 0 12px;
            vertical-align: middle; }
            @media (max-width: 767px) {
              article.detail-page section.content .middle-link-list > li .title-wrapper .link-title {
                font-size: 10px;
                line-height: 19px;
                padding: 0 5px; } }
          article.detail-page section.content .middle-link-list > li .title-wrapper .img-box {
            padding: 24px 0 40px;
            text-align: center; }
            @media (max-width: 767px) {
              article.detail-page section.content .middle-link-list > li .title-wrapper .img-box {
                padding: 12px 0 2px; } }
            article.detail-page section.content .middle-link-list > li .title-wrapper .img-box img {
              vertical-align: middle; }
        article.detail-page section.content .middle-link-list > li ul {
          font-size: 15px;
          line-height: 30px;
          padding: 11px 0 0; }
          @media (max-width: 767px) {
            article.detail-page section.content .middle-link-list > li ul {
              font-size: 10px;
              line-height: 19px;
              padding: 11px 0 0; } }
          @media (max-width: 767px) {
            article.detail-page section.content .middle-link-list > li ul li {
              padding: 3px 0; } }
          article.detail-page section.content .middle-link-list > li ul li::before {
            border-top: 3px solid #000;
            border-right: 3px solid #000;
            box-sizing: border-box;
            content: "";
            display: inline-block;
            height: 9px;
            margin: 0 10px;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            width: 9px; }
            @media (max-width: 767px) {
              article.detail-page section.content .middle-link-list > li ul li::before {
                border-width: 2px;
                height: 7px;
                margin: 0 5px;
                width: 7px; } }
          article.detail-page section.content .middle-link-list > li ul li .caution {
            font-size: 13px;
            line-height: 20px;
            margin-top: -5px;
            padding-left: 33px; }
            @media (max-width: 767px) {
              article.detail-page section.content .middle-link-list > li ul li .caution {
                font-size: 10px;
                line-height: 16px;
                margin-top: -2px;
                padding-left: 20px; } }
          article.detail-page section.content .middle-link-list > li ul a:hover {
            text-decoration: underline; }
    article.detail-page section.content .contact-list {
      border: 1px solid #CCCDCE;
      padding: 30px 29px; }
      @media (max-width: 767px) {
        article.detail-page section.content .contact-list {
          padding: 15px 30px; } }
      article.detail-page section.content .contact-list li {
        box-sizing: border-box;
        float: left;
        height: 98px;
        text-align: center;
        width: 457px; }
        @media (max-width: 767px) {
          article.detail-page section.content .contact-list li {
            float: none;
            height: auto;
            width: 100%; } }
      article.detail-page section.content .contact-list .list-tel {
        border: 1px solid #C5C6C7;
        font-size: 22px;
        line-height: 32px;
        margin-right: 26px;
        padding: 16px 0; }
        @media (max-width: 767px) {
          article.detail-page section.content .contact-list .list-tel {
            font-size: 13px;
            line-height: 19px;
            margin-right: 0;
            margin-bottom: 10px;
            padding: 8px 0; }
            article.detail-page section.content .contact-list .list-tel a {
              margin-left: 5px; } }
        article.detail-page section.content .contact-list .list-tel.one-line {
          line-height: 64px; }
          @media (max-width: 767px) {
            article.detail-page section.content .contact-list .list-tel.one-line {
              line-height: 18px; } }
      article.detail-page section.content .contact-list .list-form a {
        background: #C5091D;
        color: #fff;
        display: block;
        font-size: 22px;
        line-height: 98px; }
        @media (max-width: 767px) {
          article.detail-page section.content .contact-list .list-form a {
            font-size: 13px;
            line-height: 35px; } }
        article.detail-page section.content .contact-list .list-form a:hover {
          background: #d94c58; }
        article.detail-page section.content .contact-list .list-form a::after {
          border-right: 2px solid #fff;
          border-top: 2px solid #fff;
          content: "";
          display: inline-block;
          height: 10px;
          margin-left: 4px;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          vertical-align: 2px;
          width: 10px; }
          @media (max-width: 767px) {
            article.detail-page section.content .contact-list .list-form a::after {
              vertical-align: baseline;
              height: 8px;
              width: 8px; } }
      article.detail-page section.content .contact-list.add-one .list-form {
        margin-bottom: 20px; }
        @media (max-width: 767px) {
          article.detail-page section.content .contact-list.add-one .list-form {
            margin-bottom: 10px; } }
      article.detail-page section.content .contact-list.add-one .list-tel.one-col {
        clear: both;
        float: none;
        padding: 32px 0;
        width: 100%; }
        @media (max-width: 767px) {
          article.detail-page section.content .contact-list.add-one .list-tel.one-col {
            margin-bottom: 0;
            padding: 8px 0; } }
		article.detail-page section.content .contact-list li.list-form:first-of-type {
			margin-right: 26px; }
			@media (max-width: 767px) {
				article.detail-page section.content .contact-list li.list-form:first-of-type {
					margin-bottom: 10px;
					margin-right: 0; } }
    article.detail-page section.content .contact-pipe {
      border: 1px solid #c6c6c6;
      padding: 25px 29px 30px; }
      @media (max-width: 767px) {
        article.detail-page section.content .contact-pipe {
          padding: 15px 30px; } }
      article.detail-page section.content .contact-pipe .contact-title {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 25px;
        text-align: center; }
        @media (max-width: 767px) {
          article.detail-page section.content .contact-pipe .contact-title {
            font-size: 13px;
            line-height: 18px;
            margin-bottom: 13px; } }
      article.detail-page section.content .contact-pipe .contact-list {
        border: 0;
        padding: 0; }
      article.detail-page section.content .contact-pipe li:first-of-type {
        margin-right: 26px; }
        @media (max-width: 767px) {
          article.detail-page section.content .contact-pipe li:first-of-type {
            margin-bottom: 10px;
            margin-right: 0; } }
    @media (max-width: 767px) {
      article.detail-page section.content .related-list-wrapper {
        margin-bottom: 40px; } }
    article.detail-page section.content .btn-relate-product {
      display: none; }
      @media (max-width: 767px) {
        article.detail-page section.content .btn-relate-product {
          border: 1px solid #CCCDCE;
          display: block;
          font-size: 13px;
          line-height: 17px;
          padding: 12px 10px 12px 31px;
          position: relative; }
          article.detail-page section.content .btn-relate-product::before {
            border-right: 3px solid #C0231F;
            border-top: 3px solid #C0231F;
            bottom: 0;
            content: "";
            display: block;
            height: 6px;
            left: 10px;
            margin: auto 0;
            position: absolute;
            top: 0;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            width: 6px; } }
    @media (max-width: 767px) {
      article.detail-page section.content .table-wrapper {
        overflow: scroll; } }
    article.detail-page section.content .table {
      border-top: 1px solid #C5C6C7;
      border-left: 1px solid #C5C6C7;
      margin-top: 26px;
      text-align: center;
      width: 100%; }
      article.detail-page section.content .table.nm-t {
        margin-top: 0; }
      article.detail-page section.content .table.ta-left th, article.detail-page section.content .table.ta-left td {
        text-align: left; }
      article.detail-page section.content .table .ta-left {
        text-align: left; }
      @media (max-width: 767px) {
        article.detail-page section.content .table {
          margin-top: 20px;
          width: 1000px; } }
      article.detail-page section.content .table th, article.detail-page section.content .table td {
        border-right: 1px solid #C5C6C7;
        border-bottom: 1px solid #C5C6C7;
        box-sizing: border-box;
        font-size: 14px;
        line-height: 24px;
        padding: 7px 18px;
        text-align: center;
        vertical-align: middle; }
        @media all and (-ms-high-contrast: none) {
          article.detail-page section.content .table th, article.detail-page section.content .table td {
            padding: 9px 18px 5px; } }
        @media (max-width: 767px) {
          article.detail-page section.content .table th, article.detail-page section.content .table td {
            font-size: 10px;
            line-height: 17px;
            padding: 3px 5px; } }
        article.detail-page section.content .table th.ta-center, article.detail-page section.content .table td.ta-center {
          text-align: center; }
      article.detail-page section.content .table th {
        background: #E4E5E6; }
      article.detail-page section.content .table.ps-5 th, article.detail-page section.content .table.ps-5 td {
        padding: 7px 5px; }
        @media (max-width: 767px) {
          article.detail-page section.content .table.ps-5 th, article.detail-page section.content .table.ps-5 td {
            padding: 3px 5px; } }
      article.detail-page section.content .table.col-6 tr:first-of-type th {
        width: 166px;
        width: calc(100% / 6); }
      article.detail-page section.content .table .unit {
        display: inline-block;
        float: right; }
      @media (max-width: 767px) {
        article.detail-page section.content .table.arrow-link a img {
          width: 12px; } }
      article.detail-page section.content .table.arrow-link a::before {
        border-right: 3px solid #C0231F;
        border-top: 3px solid #C0231F;
        content: "";
        display: inline-block;
        height: 6px;
        margin-right: 6px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        vertical-align: 2px;
        width: 6px; }
        @media (max-width: 767px) {
          article.detail-page section.content .table.arrow-link a::before {
            vertical-align: 0; } }
      article.detail-page section.content .table.arrow-link a:hover {
        text-decoration: underline; }
      article.detail-page section.content .table.table-heat-transformer td {
        text-align: left; }
        article.detail-page section.content .table.table-heat-transformer td:nth-of-type(-n+2) {
          padding-left: 85px; }
        article.detail-page section.content .table.table-heat-transformer td:nth-of-type(3) {
          padding-left: 45px; }
        article.detail-page section.content .table.table-heat-transformer td:nth-of-type(4) {
          padding-left: 75px; }
      article.detail-page section.content .table.table-p03-01-g td {
        text-align: left; }
        article.detail-page section.content .table.table-p03-01-g td:nth-of-type(1) {
          padding-left: 48px; }
        article.detail-page section.content .table.table-p03-01-g td:nth-of-type(2) {
          padding-left: 62px; }
        article.detail-page section.content .table.table-p03-01-g td:nth-of-type(3) {
          padding-left: 20px; }
        article.detail-page section.content .table.table-p03-01-g td:nth-of-type(4) {
          padding-left: 35px; }
      article.detail-page section.content .table.table-p08-16 {
        margin-top: 0;
        margin-bottom: 20px; }
        article.detail-page section.content .table.table-p08-16 th.pl {
          padding-left: 110px;
          text-align: left; }
        article.detail-page section.content .table.table-p08-16 td {
          padding: 20px 0;
          width: 50%; }
          article.detail-page section.content .table.table-p08-16 td img {
            vertical-align: middle; }
          article.detail-page section.content .table.table-p08-16 td:nth-of-type(2) {
            padding-left: 185px;
            text-align: left; }
      article.detail-page section.content .table.table-p08-14b tr:first-of-type td {
        padding: 20px 0;
        text-align: center; }
        article.detail-page section.content .table.table-p08-14b tr:first-of-type td img {
          margin-bottom: 10px;
          vertical-align: middle; }
      article.detail-page section.content .table.p05_12 tr:nth-of-type(n+3) th, article.detail-page section.content .table.p05_12 tr:nth-of-type(n+3) td {
        text-align: left; }
      article.detail-page section.content .table.p05_12 tr:nth-of-type(n+3) th {
        padding-left: 30px; }
      article.detail-page section.content .table.p05_12 tr:nth-of-type(n+3) td {
        padding-left: 125px; }
      article.detail-page section.content .table.tainetsu-index tr:nth-of-type(n+2) th, article.detail-page section.content .table.tainetsu-index tr:nth-of-type(n+2) td {
        text-align: left; }
      article.detail-page section.content .table.tainetsu-index tr:nth-of-type(n+2) td:nth-of-type(4) {
        text-align: center; }
      article.detail-page section.content .table.p08_01 {
        margin-top: 0; }
        article.detail-page section.content .table.p08_01 th, article.detail-page section.content .table.p08_01 td {
          vertical-align: top; }
      article.detail-page section.content .table.ul_csa tr:nth-of-type(n+3) th {
        background: #fff; }
    article.detail-page section.content .image-list {
      padding-top: 25px; }
      @media (max-width: 767px) {
        article.detail-page section.content .image-list {
          padding-top: 15px; } }
      article.detail-page section.content .image-list li {
        float: left;
        margin-right: 27px;
        width: 178px; }
        @media (max-width: 767px) {
          article.detail-page section.content .image-list li {
            margin-right: 5px;
            width: 93px;
            width: calc((100% - 10px)/3); }
            article.detail-page section.content .image-list li:nth-of-type(3n) {
              margin-right: 0; } }
        article.detail-page section.content .image-list li:last-of-type {
          margin-right: 0; }
        article.detail-page section.content .image-list li img {
          vertical-align: middle;
          width: 100%; }
        article.detail-page section.content .image-list li p {
          padding: 13px 0;
          text-align: center; }
          @media (max-width: 767px) {
            article.detail-page section.content .image-list li p {
              padding: 4px 0; } }
    article.detail-page section.content .video-wrapper {
      text-align: center; }
      @media (max-width: 767px) {
        article.detail-page section.content .video-wrapper video {
          width: 100%; } }
    article.detail-page section.content .img-list-evhev-enamel {
      font-size: 0;
      letter-spacing: 0;
      padding: 48px 0 0;
      text-align: center; }
      @media (max-width: 767px) {
        article.detail-page section.content .img-list-evhev-enamel {
          padding: 24px 0 0; } }
      article.detail-page section.content .img-list-evhev-enamel li {
        display: inline-block;
        margin: 0 15px; }
        @media (max-width: 767px) {
          article.detail-page section.content .img-list-evhev-enamel li {
            display: block; }
            article.detail-page section.content .img-list-evhev-enamel li img {
              vertical-align: middle;
              width: 100%; }
            article.detail-page section.content .img-list-evhev-enamel li:first-of-type {
              margin-bottom: 15px; } }
    article.detail-page section.content .p05_06 li {
      border: none;
      height: auto;
      padding: 0; }
      article.detail-page section.content .p05_06 li .border-wrapper {
        border: 1px solid #C5C6C7;
        padding: 10px; }
        article.detail-page section.content .p05_06 li .border-wrapper .img-box {
          height: 148px; }
          @media (max-width: 767px) {
            article.detail-page section.content .p05_06 li .border-wrapper .img-box {
              height: 74px; } }
      article.detail-page section.content .p05_06 li p {
        padding: 17px 10px; }
        @media (max-width: 767px) {
          article.detail-page section.content .p05_06 li p {
            padding: 10px; } }
    article.detail-page section.content .img-box-power-harness {
      font-size: 0;
      letter-spacing: 0;
      padding: 24px 10px 0; }
      @media (max-width: 767px) {
        article.detail-page section.content .img-box-power-harness {
          text-align: center; }
          article.detail-page section.content .img-box-power-harness img {
            vertical-align: middle;
            width: 100%; } }
      article.detail-page section.content .img-box-power-harness ul {
        display: inline-block;
        margin-left: 40px;
        vertical-align: 62px;
        width: 618px; }
        @media (max-width: 767px) {
          article.detail-page section.content .img-box-power-harness ul {
            display: block;
            margin: 24px 0 0;
            text-align: left;
            width: 100%; } }
    article.detail-page section.content .p13_08 {
      padding: 0 10px 24px; }
      @media (max-width: 767px) {
        article.detail-page section.content .p13_08 {
          padding: 0 10px 19px; } }
    article.detail-page section.content .figure-list.p13_08 {
      padding: 0; }
      article.detail-page section.content .figure-list.p13_08 > li {
        height: 430px;
        width: 100%; }
        article.detail-page section.content .figure-list.p13_08 > li ul {
          margin-top: 24px; }
          @media (max-width: 767px) {
            article.detail-page section.content .figure-list.p13_08 > li ul {
              margin-top: 11px; } }
        @media (max-width: 767px) {
          article.detail-page section.content .figure-list.p13_08 > li {
            height: auto; }
            article.detail-page section.content .figure-list.p13_08 > li img {
              -webkit-transform: translate(-50%, -50%) scale(0.4, 0.4);
              transform: translate(-50%, -50%) scale(0.4, 0.4); } }
    article.detail-page section.content .table.p13_03 {
      margin-top: 45px; }
      @media (max-width: 767px) {
        article.detail-page section.content .table.p13_03 {
          margin-top: 7px; } }
    article.detail-page section.content .content-p06_01 {
      border: 1px solid #C6C6C6;
      box-sizing: border-box;
      padding: 10px 10px 20px;
      text-align: center; }
      @media (max-width: 767px) {
        article.detail-page section.content .content-p06_01 {
          padding: 10px 10px 20px; } }
      article.detail-page section.content .content-p06_01 img {
        margin: 20px 0; }
        @media (max-width: 767px) {
          article.detail-page section.content .content-p06_01 img {
            margin: 10px 0;
            width: 100%; } }
      article.detail-page section.content .content-p06_01 p, article.detail-page section.content .content-p06_01 ul {
        text-align: left; }
    @media (max-width: 767px) {
      article.detail-page section.content .figure-list.p06_51 li {
        height: auto; } }
    @media (max-width: 767px) {
      article.detail-page section.content .figure-list.p06_51 .img-box img {
        height: 180%; } }
    article.detail-page section.content.p06_14 .contact-wrapper {
      border: 1px solid #C6C6C6;
      padding: 24px 29px 29px; }
      @media (max-width: 767px) {
        article.detail-page section.content.p06_14 .contact-wrapper {
          padding: 15px 30px; } }
    article.detail-page section.content.p06_14 .name {
      font-size: 15px;
      line-height: 24px;
      margin-bottom: 17px; }
      @media (max-width: 767px) {
        article.detail-page section.content.p06_14 .name {
          font-size: 10px;
          line-height: 16px;
          margin-bottom: 15px; } }
    article.detail-page section.content.p06_14 .contact-list {
      border: 0;
      padding: 0; }
      article.detail-page section.content.p06_14 .contact-list:nth-of-type(1) {
        margin-bottom: 37px; }

article.detail-page section.content.p06_14 .contact-list:nth-of-type(1) a::after {
    border-right: 2px solid #d94c58;
    border-top: 2px solid #d94c58;
    content: "";
    display: inline-block;
    height: 10px;
    margin-left: 4px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: 2px;
    width: 10px;
}

        @media (max-width: 767px) {
          article.detail-page section.content.p06_14 .contact-list:nth-of-type(1) {
            margin-bottom: 15px; } }
        article.detail-page section.content.p06_14 .contact-list:nth-of-type(1) li {
          width: 100%; }
    article.detail-page section.content .content-p03_06 {
      border: 1px solid #C5C6C7;
      box-sizing: border-box;
      margin-top: 50px;
      padding: 10px; }
      article.detail-page section.content .content-p03_06.mt-0 {
        margin-top: 0; }
      article.detail-page section.content .content-p03_06 .list-title {
        background: #E4E5E6;
        box-sizing: border-box;
        border: 1px solid #C5C6C7;
        display: inline-block;
        font-size: 14px;
        height: 28px;
        line-height: 28px;
        padding: 0 9px;
        vertical-align: top; }
        @media (max-width: 767px) {
          article.detail-page section.content .content-p03_06 .list-title {
            font-size: 10px;
            height: 19px;
            line-height: 19px;
            margin-bottom: 10px;
            padding: 0 5px; } }
      article.detail-page section.content .content-p03_06 .img-box {
        text-align: center; }
        @media (max-width: 767px) {
          article.detail-page section.content .content-p03_06 .img-box img {
            width: 100%; } }
    article.detail-page section.content .content-p03_03 {
      border: 1px solid #C5C6C7;
      box-sizing: border-box;
      padding: 30px 10px; }
      @media (max-width: 767px) {
        article.detail-page section.content .content-p03_03 {
          padding: 10px; } }
      article.detail-page section.content .content-p03_03 .img-box {
        text-align: center; }
        @media (max-width: 767px) {
          article.detail-page section.content .content-p03_03 .img-box img {
            width: 100%; } }
    article.detail-page section.content .list-p09_05a li {
      margin-bottom: 8px; }
      @media (max-width: 767px) {
        article.detail-page section.content .list-p09_05a li {
          margin-bottom: 4px; } }
    article.detail-page section.content .list-p09_05a .list-title {
      font-weight: bold;
      margin-bottom: 8px; }
      @media (max-width: 767px) {
        article.detail-page section.content .list-p09_05a .list-title {
          margin-bottom: 4px; } }
    article.detail-page section.content .list-p09_05a .context {
      padding-left: 17px; }
      @media (max-width: 767px) {
        article.detail-page section.content .list-p09_05a .context {
          padding-left: 11px; } }
    article.detail-page section.content .content-p0_9 {
      border: 1px solid #c6c6c6;
      padding: 30px 0; }
      @media (max-width: 767px) {
        article.detail-page section.content .content-p0_9 {
          padding: 20px 0 0; } }
      article.detail-page section.content .content-p0_9 .img-list {
        text-align: center; }
        article.detail-page section.content .content-p0_9 .img-list li {
          display: inline-block;
          margin: 0 56px;
          vertical-align: top; }
          @media (max-width: 767px) {
            article.detail-page section.content .content-p0_9 .img-list li {
              display: block;
              margin: 0 0 20px; } }
          article.detail-page section.content .content-p0_9 .img-list li .img-box {
            margin-bottom: 7px; }
            article.detail-page section.content .content-p0_9 .img-list li .img-box img {
              vertical-align: middle; }
          article.detail-page section.content .content-p0_9 .img-list li .name {
            text-align: left; }
            @media (max-width: 767px) {
              article.detail-page section.content .content-p0_9 .img-list li .name {
                text-align: center; } }
    article.detail-page section.content .table-polyenex {
      margin-top: 39px; }
      @media (max-width: 767px) {
        article.detail-page section.content .table-polyenex {
          margin-top: 20px;
          width: 500px; } }
      article.detail-page section.content .table-polyenex .img-box {
        padding: 14px 0 15px; }
        @media (max-width: 767px) {
          article.detail-page section.content .table-polyenex .img-box {
            padding: 7px 0 10px; } }
        article.detail-page section.content .table-polyenex .img-box img {
          vertical-align: middle; }
      article.detail-page section.content .table-polyenex p {
        margin-bottom: 7px; }
      article.detail-page section.content .table-polyenex a::before {
        border-right: 3px solid #C0231F;
        border-top: 3px solid #C0231F;
        content: "";
        display: inline-block;
        height: 6px;
        margin-right: 6px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        vertical-align: 2px;
        width: 6px; }
        @media (max-width: 767px) {
          article.detail-page section.content .table-polyenex a::before {
            vertical-align: 0; } }
      article.detail-page section.content .table-polyenex a:hover {
        text-decoration: underline; }
      article.detail-page section.content .table-polyenex a img {
        margin-left: 5px; }
        @media (max-width: 767px) {
          article.detail-page section.content .table-polyenex a img {
            width: 12px; } }
      article.detail-page section.content .table-polyenex.polyenex-padding tr:nth-of-type(n+4) td:nth-of-type(1) {
        padding-left: 156px;
        text-align: left; }
        @media (max-width: 767px) {
          article.detail-page section.content .table-polyenex.polyenex-padding tr:nth-of-type(n+4) td:nth-of-type(1) {
            padding-left: 60px; } }
      article.detail-page section.content .table-polyenex.polyenex-padding tr:nth-of-type(n+4) td:nth-of-type(2) {
        padding-left: 80px;
        text-align: left; }
        @media (max-width: 767px) {
          article.detail-page section.content .table-polyenex.polyenex-padding tr:nth-of-type(n+4) td:nth-of-type(2) {
            padding-left: 30px; } }
      article.detail-page section.content .table-polyenex.rail-signal td:nth-of-type(-n+3) {
        padding-left: 40px;
        text-align: left; }
        @media (max-width: 767px) {
          article.detail-page section.content .table-polyenex.rail-signal td:nth-of-type(-n+3) {
            padding-left: 15px; } }
    article.detail-page section.content .contact-p0508 {
      border: 1px solid #c6c6c6;
      padding: 27px; }
      @media (max-width: 767px) {
        article.detail-page section.content .contact-p0508 {
          padding: 15px 10px; } }
      article.detail-page section.content .contact-p0508 .table {
        margin-top: 0;
        margin-bottom: 20px; }
        @media (max-width: 767px) {
          article.detail-page section.content .contact-p0508 .table {
            margin-bottom: 15px;
            width: 500px; } }
      article.detail-page section.content .contact-p0508 .contact-list {
        border: 0;
        padding: 0; }
        article.detail-page section.content .contact-p0508 .contact-list .list-form {
          float: none;
          margin: 0 auto; }
    @media (max-width: 767px) {
      article.detail-page section.content .img-boardlex {
        width: 100%; } }
  article.detail-page section.content-mb50 {
    margin-bottom: 50px; }
    @media (max-width: 767px) {
      article.detail-page section.content-mb50 {
        margin-bottom: 30px; } }

article.other-page {
  font-size: 15px;
  line-height: 24px;
  margin: 0 auto;
  width: 1000px; }
  @media (max-width: 767px) {
    article.other-page {
      font-size: 11px;
      line-height: 17px;
      width: 100%; } }
  article.other-page section.head {
    margin-bottom: 33px; }
    @media (max-width: 767px) {
      article.other-page section.head {
        background: #E4E5E6;
        margin-bottom: 25px;
        padding: 11px 15px; } }
    article.other-page section.head .title {
      font-size: 28px;
      font-weight: bold;
      line-height: 36px; }
      @media (max-width: 767px) {
        article.other-page section.head .title {
          font-size: 18px;
          line-height: 30px; } }
  article.other-page section.content {
    margin-bottom: 33px; }
    @media (max-width: 767px) {
      article.other-page section.content {
        margin-bottom: 25px;
        padding: 0 15px; } }
    article.other-page section.content .under-link {
      text-decoration: underline; }
    article.other-page section.content .mb-10 {
      margin-bottom: 10px; }
      @media (max-width: 767px) {
        article.other-page section.content .mb-10 {
          margin-bottom: 5px; } }
    article.other-page section.content .mb-15 {
      margin-bottom: 15px; }
      @media (max-width: 767px) {
        article.other-page section.content .mb-15 {
          margin-bottom: 10px; } }
    article.other-page section.content .mb-30 {
      margin-bottom: 30px; }
      @media (max-width: 767px) {
        article.other-page section.content .mb-30 {
          margin-bottom: 20px; } }
    article.other-page section.content .pl-1em {
      padding-left: 1em; }
    article.other-page section.content .ta-right {
      text-align: right; }
    article.other-page section.content .ta-center {
      text-align: center; }
    article.other-page section.content .fw-b {
      font-weight: bold; }
    article.other-page section.content .underline-link {
      text-decoration: underline; }
    article.other-page section.content .title {
      font-size: 22px;
      line-height: 36px;
      margin-bottom: 18px; }
      @media (max-width: 767px) {
        article.other-page section.content .title {
          font-size: 14px;
          line-height: 18px;
          margin-bottom: 14px; } }
    article.other-page section.content .resorce-list li {
      border-bottom: 1px solid #DBDCDD;
      box-sizing: border-box;
      font-size: 14px;
      line-height: 22px;
      padding: 16px 2px 16px 4px;
      position: relative; }
      @media (max-width: 767px) {
        article.other-page section.content .resorce-list li {
          font-size: 11px;
          line-height: 19px;
          padding: 5px 3px 5px; } }
      article.other-page section.content .resorce-list li:first-of-type {
        border-top: 1px solid #DBDCDD; }
      article.other-page section.content .resorce-list li a:hover {
        text-decoration: underline; }
      article.other-page section.content .resorce-list li time {
        display: inline-block;
        margin-right: 15px;
        vertical-align: top;
        width: 110px; }
      article.other-page section.content .resorce-list li .anker-area {
        display: inline-block;
        vertical-align: top;
        width: 690px; }
        @media (max-width: 767px) {
          article.other-page section.content .resorce-list li .anker-area {
            width: 100%; } }
      article.other-page section.content .resorce-list li .icon-pdf {
        display: inline-block;
        position: absolute;
        right: 0; }
        @media (max-width: 767px) {
          article.other-page section.content .resorce-list li .icon-pdf {
            display: block;
            text-align: right;
            position: static; } }
        article.other-page section.content .resorce-list li .icon-pdf img {
          margin-left: 7px; }
          @media (max-width: 767px) {
            article.other-page section.content .resorce-list li .icon-pdf img {
              margin-left: 4px;
              width: 12px; } }
    article.other-page section.content .contact-list {
      border: 1px solid #CCCDCE;
      padding: 30px 29px; }
      @media (max-width: 767px) {
        article.other-page section.content .contact-list {
          padding: 15px 30px; } }
      article.other-page section.content .contact-list li {
        box-sizing: border-box;
        float: left;
        height: 98px;
        text-align: center;
        width: 457px; }
        @media (max-width: 767px) {
          article.other-page section.content .contact-list li {
            float: none;
            height: auto;
            width: 100%; } }
      article.other-page section.content .contact-list.one-btn li {
        float: none;
        margin: 0 auto; }
      article.other-page section.content .contact-list .list-tel {
        border: 1px solid #C5C6C7;
        font-size: 22px;
        line-height: 32px;
        margin-right: 26px;
        padding: 16px 0; }
        @media (max-width: 767px) {
          article.other-page section.content .contact-list .list-tel {
            font-size: 13px;
            line-height: 19px;
            margin-right: 0;
            margin-bottom: 10px;
            padding: 8px 0; }
            article.other-page section.content .contact-list .list-tel a {
              margin-left: 5px; } }
        article.other-page section.content .contact-list .list-tel.one-line {
          line-height: 64px; }
          @media (max-width: 767px) {
            article.other-page section.content .contact-list .list-tel.one-line {
              line-height: 18px; } }
      article.other-page section.content .contact-list .list-form a {
        background: #C5091D;
        color: #fff;
        display: block;
        font-size: 22px;
        line-height: 98px; }
        @media (max-width: 767px) {
          article.other-page section.content .contact-list .list-form a {
            font-size: 13px;
            line-height: 35px; } }
        article.other-page section.content .contact-list .list-form a:hover {
          background: #d94c58; }
        article.other-page section.content .contact-list .list-form a::after {
          border-right: 2px solid #fff;
          border-top: 2px solid #fff;
          content: "";
          display: inline-block;
          height: 10px;
          margin-left: 4px;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          vertical-align: 2px;
          width: 10px; }
          @media (max-width: 767px) {
            article.other-page section.content .contact-list .list-form a::after {
              vertical-align: baseline;
              height: 7px;
              width: 7px; } }
    article.other-page section.content .policy {
      display: inline-block;
      font-size: 15px;
      line-height: 18.27px;
      margin-top: 18px;
      margin-left: 25px; }
      @media (max-width: 767px) {
        article.other-page section.content .policy {
          font-size: 10px;
          line-height: 13px;
          margin-top: 13px;
          margin-left: 0;
          padding-left: 15px;
          position: relative; } }
      article.other-page section.content .policy::before {
        border-right: 3px solid #C0231F;
        border-top: 3px solid #C0231F;
        content: "";
        display: inline-block;
        height: 6px;
        margin-right: 6px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        vertical-align: 2px;
        width: 6px; }
        @media (max-width: 767px) {
          article.other-page section.content .policy::before {
            bottom: 0;
            display: block;
            left: 0;
            margin: auto 0;
            position: absolute;
            top: 0; } }
      article.other-page section.content .policy:hover {
        text-decoration: underline; }
    article.other-page section.content.corp12 dt {
      font-size: 18px;
      line-height: 24px;
      margin-bottom: 10px; }
      @media (max-width: 767px) {
        article.other-page section.content.corp12 dt {
          font-size: 12px;
          line-height: 18px; } }
    article.other-page section.content.corp12 dd {
      margin-bottom: 15px;
      padding-left: 1em; }
    article.other-page section.content.corp12 .list-title {
      margin-bottom: 10px; }
    article.other-page section.content.corp12 .list-title + ul {
      margin-bottom: 15px;
      padding-left: 1em; }
    article.other-page section.content.accessibility dt, article.other-page section.content.accessibility dd {
      float: left;
      margin-bottom: 15px; }
    article.other-page section.content.accessibility dt {
      font-weight: bold;
      width: 80px; }
      @media (max-width: 767px) {
        article.other-page section.content.accessibility dt {
          margin-bottom: 10px;
          width: 100%; } }
    article.other-page section.content.accessibility dd {
      width: 920px; }
      @media (max-width: 767px) {
        article.other-page section.content.accessibility dd {
          width: 100%; } }

article.other-page section.content ul.ListStyle1{
	margin-top: 5px;
}
article.other-page section.content ul.ListStyle1 li{
	margin-bottom: 5px;
}

article.other-page section.content ul.ListStyle2{
	margin-top: 20px;
}
article.other-page section.content ul.ListStyle2 li{
	margin-bottom: 10px;
}
article.other-page section.content ul.ListStyle1 a:hover{
	text-decoration: underline;
}

    article.other-page section.content.p08_cntct .title {
      border-bottom: 3px solid #000;
      font-size: 28px;
      line-height: 36px;
      margin-bottom: 30px;
      padding-bottom: 15px; }
      @media (max-width: 767px) {
        article.other-page section.content.p08_cntct .title {
          font-size: 20px;
          line-height: 28px;
          margin-bottom: 18px;
          padding-bottom: 5px; } }
    article.other-page section.content.p08_cntct .list-title {
      border-bottom: 1px solid #000;
      font-size: 18px;
      line-height: 24px;
      margin-bottom: 14px; }
      @media (max-width: 767px) {
        article.other-page section.content.p08_cntct .list-title {
          font-size: 12px;
          font-weight: bold;
          line-height: 18px;
          margin-bottom: 6px; } }
    article.other-page section.content.p08_cntct ul li {
      margin-bottom: 34px; }
      @media (max-width: 767px) {
        article.other-page section.content.p08_cntct ul li {
          margin-bottom: 26px; } }
      article.other-page section.content.p08_cntct ul li:last-of-type {
        margin-bottom: 0; }
    article.other-page section.content.p08_cntct .corp-table {
      width: 100%; }
      article.other-page section.content.p08_cntct .corp-table th {
        border-bottom: 1px solid #c6c6c6;
        border-collapse: collapse;
        box-sizing: border-box;
        font-size: 14px;
        line-height: 24px;
        padding: 7px 18px;
        vertical-align: middle;
        width: 70%; }
        @media (max-width: 767px) {
          article.other-page section.content.p08_cntct .corp-table th {
            font-size: 10px;
            line-height: 17px;
            padding: 5px 7px; } }
      article.other-page section.content.p08_cntct .corp-table td {
        border-bottom: 1px solid #c6c6c6;
        border-collapse: collapse;
        box-sizing: border-box;
        font-size: 14px;
        line-height: 24px;
        padding: 7px 18px;
        vertical-align: middle;
        width: 30%; }
        @media (max-width: 767px) {
          article.other-page section.content.p08_cntct .corp-table td {
            font-size: 10px;
            line-height: 17px;
            padding: 5px 7px; } }

article.other-page section.content h3.head,
article.other-page section.content h4.head{
	font-weight: bold;
	margin: 20px 0 3px 0;
}
article.other-page section.content table{
	width:auto;
	margin-bottom: 20px;
}
article.other-page section.content table caption{
	display: none;
}
article.other-page section.content table th{
	padding: 10px;
	border: 1px solid #ddd;
	background-color: #f2f2f2;
}
article.other-page section.content table td{
	padding: 10px;
	border: 1px solid #ddd;
}

article.other-page section.content dl{
	width:auto;
	margin-bottom: 20px;
}

article.event-page .table-event {
  border-left: 1px solid #c6c6c6;
  border-top: 1px solid #c6c6c6;
  width: 100%; }
  article.event-page .table-event.ta-center th, article.event-page .table-event.ta-center td {
    text-align: center; }
  article.event-page .table-event th {
    background: #eee; }
  article.event-page .table-event th, article.event-page .table-event td, article.event-page .table-event caption {
    border-right: 1px solid #c6c6c6;
    border-bottom: 1px solid #c6c6c6;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 24px;
    padding: 7px 18px;
    vertical-align: middle; }
    @media (max-width: 767px) {
      article.event-page .table-event th, article.event-page .table-event td, article.event-page .table-event caption {
        font-size: 10px;
        line-height: 17px;
        padding: 5px 7px; } }
    article.event-page .table-event th.ta-center, article.event-page .table-event td.ta-center, article.event-page .table-event caption.ta-center {
      text-align: center; }
article.event-page .img-wrapper {
  padding: 30px;
  text-align: center; }
  @media (max-width: 767px) {
    article.event-page .img-wrapper {
      padding: 25px 0; } }
  article.event-page .img-wrapper img {
    vertical-align: middle; }
    @media (max-width: 767px) {
      article.event-page .img-wrapper img {
        width: 100%; } }
article.event-page section.content .contact-list {
  border: 1px solid #CCCDCE;
  padding: 30px 29px; }
  @media (max-width: 767px) {
    article.event-page section.content .contact-list {
      margin-bottom: 15px;
      padding: 15px 30px; } }
  article.event-page section.content .contact-list li {
    box-sizing: border-box;
		float: none;
    margin: 0 auto;
    height: 70px;
    text-align: center;
    width: 457px; }
    @media (max-width: 767px) {
      article.event-page section.content .contact-list li {
        float: none;
        height: 35px;
        width: 100%; } }
  article.event-page section.content .contact-list .list-form a {
    background: #C5091D;
    color: #fff;
    display: block;
    font-size: 22px;
    line-height: 70px; }
    @media (max-width: 767px) {
      article.event-page section.content .contact-list .list-form a {
        font-size: 13px;
        line-height: 35px; } }
    article.event-page section.content .contact-list .list-form a:hover {
      background: #d94c58; }
    article.event-page section.content .contact-list .list-form a::after {
      border-right: 2px solid #fff;
      border-top: 2px solid #fff;
      content: "";
      display: inline-block;
      height: 10px;
      margin-left: 4px;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      vertical-align: 2px;
      width: 10px; }
      @media (max-width: 767px) {
        article.event-page section.content .contact-list .list-form a::after {
          border-width: 1px;
          height: 6px;
          margin-left: 8px;
          vertical-align: 1px;
          width: 6px; } }
article.event-page section.content .policy {
  display: inline-block;
  font-size: 15px;
  line-height: 18.27px;
  margin-top: 18px;
  margin-left: 25px; }
  @media (max-width: 767px) {
    article.event-page section.content .policy {
      font-size: 10px;
      line-height: 13px;
      margin-top: 13px;
      margin-left: 0;
      padding-left: 15px;
      position: relative; } }
  article.event-page section.content .policy::before {
    border-right: 3px solid #C0231F;
    border-top: 3px solid #C0231F;
    content: "";
    display: inline-block;
    height: 6px;
    margin-right: 6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: 2px;
    width: 6px; }
    @media (max-width: 767px) {
      article.event-page section.content .policy::before {
        bottom: 0;
        display: block;
        left: 0;
        margin: auto 0;
        position: absolute;
        top: 0; } }
  article.event-page section.content .policy:hover {
    text-decoration: underline; }
  @media (max-width: 767px) {
    article.event-page section.content .policy img {
      margin-left: 3px;
      vertical-align: -2px;
      width: 14px; } }

article.sitemap-page section.sitemap {
  padding: 20px 0 0; }
  @media (max-width: 767px) {
    article.sitemap-page section.sitemap {
      padding: 0; } }
  article.sitemap-page section.sitemap ul.sitemap-list {
    float: left;
    width: 473px; }
    @media (max-width: 767px) {
      article.sitemap-page section.sitemap ul.sitemap-list {
        box-sizing: border-box;
        float: none;
        width: 100%; } }
    article.sitemap-page section.sitemap ul.sitemap-list:nth-of-type(1) {
      margin-right: 54px; }
      @media (max-width: 767px) {
        article.sitemap-page section.sitemap ul.sitemap-list:nth-of-type(1) {
          margin-right: 0; }
          article.sitemap-page section.sitemap ul.sitemap-list:nth-of-type(1) li:last-of-type {
            border-bottom: 0; } }
    article.sitemap-page section.sitemap ul.sitemap-list > li {
      border-bottom: 1px solid #DBDCDD;
      font-size: 16px;
      float: left;
      line-height: 36px;
      padding: 9px 0;
      width: 100%; }
      @media (max-width: 767px) {
        article.sitemap-page section.sitemap ul.sitemap-list > li {
          font-size: 12px;
          line-height: 18px;
          padding: 10px 15px; } }
      article.sitemap-page section.sitemap ul.sitemap-list > li:first-of-type {
        border-top: 1px solid #DBDCDD; }
      article.sitemap-page section.sitemap ul.sitemap-list > li::after {
        clear: both;
        content: "";
        display: block; }
      article.sitemap-page section.sitemap ul.sitemap-list > li > ul {
        float: right;
        padding: 4px 0 3px;
        width: 310px; }
        @media (max-width: 767px) {
          article.sitemap-page section.sitemap ul.sitemap-list > li > ul {
            box-sizing: border-box;
            float: none;
            padding-left: 1em;
            width: 100%; } }
        article.sitemap-page section.sitemap ul.sitemap-list > li > ul > li {
          font-size: 12px;
          line-height: 26px; }
          article.sitemap-page section.sitemap ul.sitemap-list > li > ul > li > ul {
            box-sizing: border-box;
            padding-left: 1em; }
    article.sitemap-page section.sitemap ul.sitemap-list a.double-line {
      display: inline-block;
      float: left;
      line-height: 26px;
      padding-top: 5px; }
      @media (max-width: 767px) {
        article.sitemap-page section.sitemap ul.sitemap-list a.double-line {
          display: inline;
          float: none;
          line-height: 18px;
          padding-top: 0; } }
    article.sitemap-page section.sitemap ul.sitemap-list a:hover {
      text-decoration: underline; }
    article.sitemap-page section.sitemap ul.sitemap-list a::after/*, article.sitemap-page section.sitemap ul.sitemap-list span::after*/ {
      border-top: 1px solid #000;
      border-right: 1px solid #000;
      content: "";
      display: inline-block;
      height: 0.5em;
      margin-left: 0.2em;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      vertical-align: 1px;
      width: 0.5em; }
article.sitemap-page section.sitemap ul.sitemap-list img.icon-external-link{
	vertical-align:text-top;}

article.contact-page section.content .table-cntct {
  width: 100%; }
  article.contact-page .table-cntct tr:nth-of-type(even) {
    background: #f2f2f2; }
  article.contact-page .table-cntct th, article.contact-page .table-cntct td {
    padding: 15px;
    vertical-align: middle; }
    @media (max-width: 767px) {
      article.contact-page .table-cntct th, article.contact-page .table-cntct td {
        padding: 6px; } }
  article.contact-page .table-cntct td:last-of-type {
    text-align: right; }
  article.contact-page .table-cntct .btn-inquiry {
    background: #C7081C;
    border: 1px solid #C7081C;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    padding: 6px 19px 6px 0;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    width: 130px; }
    @media (max-width: 767px) {
      article.contact-page .table-cntct .btn-inquiry {
        font-size: 10px;
        line-height: 16px;
        padding: 4px 10px 4px 0;
        width: 80px; } }
    article.contact-page .table-cntct .btn-inquiry::before, article.contact-page .table-cntct .btn-inquiry::after {
      background: #C7081C;
      border: 1px solid #fff;
      content: "";
      display: block;
      height: 8px;
      margin-left: 5px;
      position: absolute;
      right: 12px;
      top: 14px;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      width: 8px; }
      @media (max-width: 767px) {
        article.contact-page .table-cntct .btn-inquiry::before, article.contact-page .table-cntct .btn-inquiry::after {
          height: 6px;
          right: 4px;
          top: 10px;
          width: 6px; } }
    article.contact-page .table-cntct .btn-inquiry::after {
      right: 10px;
      top: 12px;
      z-index: 1; }
      @media (max-width: 767px) {
        article.contact-page .table-cntct .btn-inquiry::after {
          right: 2px;
          top: 8px; } }
    article.contact-page .table-cntct .btn-inquiry:hover {
      background: #fff;
      color: #C7081C; }
      article.contact-page .table-cntct .btn-inquiry:hover::before, article.contact-page .table-cntct .btn-inquiry:hover::after {
        background: #fff;
        border-color: #C7081C; }

article.download-page .icon-pipe {
  margin: 0 2px;
  vertical-align: 0;
  width: 0.6em; }
  @media (max-width: 767px) {
    article.download-page .icon-pipe {
      vertical-align: -1px; } }
article.download-page .dot-list {
  list-style-type: disc;
  padding-left: 2em; }
article.download-page .num-list {
  list-style-type: decimal;
  padding-left: 1.5em; }
article.download-page .arrow-link::before {
  border-top: 3px solid #C7081C;
  border-right: 3px solid #C7081C;
  box-sizing: border-box;
  content: "";
  display: inline-block;
  height: 10px;
  margin-right: 0.5em;
  vertical-align: 1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 10px; }
  @media (max-width: 767px) {
    article.download-page .arrow-link::before {
      height: 9px;
      vertical-align: 0;
      width: 9px; } }
article.download-page .arrow-link:hover {
  text-decoration: underline; }
article.download-page section.content .underbar-title-wrapper {
  border-bottom: 1px solid #000;
  margin-bottom: 24px;
  padding: 6px; }
  @media (max-width: 767px) {
    article.download-page section.content .underbar-title-wrapper {
      margin-bottom: 20px;
      padding: 3px; } }
  article.download-page section.content .underbar-title-wrapper .title {
    float: left;
    line-height: 32px;
    margin-bottom: 0; }
    @media (max-width: 767px) {
      article.download-page section.content .underbar-title-wrapper .title {
        line-height: 26px; } }
  article.download-page section.content .underbar-title-wrapper a {
    background: #C7081C;
    border: 1px solid #C7081C;
    box-sizing: border-box;
    color: #fff;
    display: block;
    float: right;
    font-size: 14px;
    line-height: 24px;
    padding: 3px 0;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    width: 130px; }
    @media (max-width: 767px) {
      article.download-page section.content .underbar-title-wrapper a {
        font-size: 10px;
        line-height: 16px;
        padding: 4px 0;
        width: 80px; } }
    article.download-page section.content .underbar-title-wrapper a::after {
      border-top: 1px solid #fff;
      border-right: 1px solid #fff;
      content: "";
      display: inline-block;
      height: 7px;
      margin-left: 2px;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      vertical-align: 1px;
      width: 7px; }
      @media (max-width: 767px) {
        article.download-page section.content .underbar-title-wrapper a::after {
          height: 5px;
          width: 5px; } }
    article.download-page section.content .underbar-title-wrapper a:hover {
      background: #fff;
      color: #C7081C; }
      article.download-page section.content .underbar-title-wrapper a:hover::after {
        border-color: #C7081C; }
article.download-page section.content .frame-wrapper {
  border: 1px solid #ccc;
  padding: 30px; }
  @media (max-width: 767px) {
    article.download-page section.content .frame-wrapper {
      padding: 15px 30px; } }
article.download-page section.content .figure-box {
  border: 1px solid #ccc;
  padding: 30px;
  position: relative;
  text-align: center; }
  article.download-page section.content .figure-box.with-title {
    padding-top: 48px; }
    @media (max-width: 767px) {
      article.download-page section.content .figure-box.with-title {
        padding-top: 41px; } }
  article.download-page section.content .figure-box .inside-title {
    background: #E4E5E6;
    box-sizing: border-box;
    border: 1px solid #C5C6C7;
    display: inline-block;
    font-size: 14px;
    height: 28px;
    left: 10px;
    line-height: 28px;
    padding: 0 9px;
    position: absolute;
    top: 10px; }
    @media (max-width: 767px) {
      article.download-page section.content .figure-box .inside-title {
        font-size: 10px;
        height: auto;
        line-height: 15px;
        padding: 2px 5px; } }
  article.download-page section.content .figure-box p {
    margin-top: 20px; }
    @media (max-width: 767px) {
      article.download-page section.content .figure-box p {
        margin-top: 10px; } }
  @media (max-width: 767px) {
    article.download-page section.content .figure-box {
      padding: 15px 10px; }
      article.download-page section.content .figure-box img {
        max-width: 100%;
        vertical-align: middle; } }
article.download-page section.content .btn-download {
  background: #C7081C;
  border: 1px solid #C7081C;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-size: 22px;
  line-height: 30px;
  margin: 0 auto;
  padding: 33px 0;
  position: relative;
  text-align: center;
  width: 420px; }
  @media (max-width: 767px) {
    article.download-page section.content .btn-download {
      font-size: 13px;
      line-height: 33px;
      padding: 0;
      width: 100%; } }
  article.download-page section.content .btn-download::after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
    display: inline-block;
    height: 10px;
    margin-left: 4px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: 2px;
    width: 10px; }
    @media (max-width: 767px) {
      article.download-page section.content .btn-download::after {
        height: 7px;
        vertical-align: baseline;
        width: 7px; } }
  article.download-page section.content .btn-download:hover {
    opacity: 0.7; }
article.download-page section.content .table-download {
  width: 100%; }
  article.download-page section.content .table-download.border-side {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc; }
  article.download-page section.content .table-download.table-list {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    word-break: break-all; }
    @media (max-width: 767px) {
      article.download-page section.content .table-download.table-list {
        width: 500px; } }
    article.download-page section.content .table-download.table-list th, article.download-page section.content .table-download.table-list td {
      border-right: 1px solid #ccc;
      border-bottom: 1px solid #ccc;
      padding: 9px 15px; }
      @media (max-width: 767px) {
        article.download-page section.content .table-download.table-list th, article.download-page section.content .table-download.table-list td {
          padding: 3px 6px; } }
    article.download-page section.content .table-download.table-list th:nth-of-type(1) {
      width: 15%; }
    article.download-page section.content .table-download.table-list th:nth-of-type(2) {
      width: 11%; }
    article.download-page section.content .table-download.table-list th:nth-of-type(3) {
      width: 12%; }
    article.download-page section.content .table-download.table-list th:nth-of-type(4) {
      width: 21%; }
    article.download-page section.content .table-download.table-list th:nth-of-type(5) {
      width: 32%; }
    article.download-page section.content .table-download.table-list th:nth-of-type(6) {
      width: 9%; }
    article.download-page section.content .table-download.table-list td:last-of-type {
      text-align: center; }
  article.download-page section.content .table-download tr {
    border-bottom: 1px solid #ccc; }
    article.download-page section.content .table-download tr:first-of-type {
      border-top: 1px solid #ccc; }
    article.download-page section.content .table-download tr.bg-gray {
      background: #E4E5E6; }
  article.download-page section.content .table-download th, article.download-page section.content .table-download td {
    padding: 15px;
    vertical-align: middle; }
    @media (max-width: 767px) {
      article.download-page section.content .table-download th, article.download-page section.content .table-download td {
        padding: 6px; } }
  article.download-page section.content .table-download td:last-of-type {
    text-align: right; }
@media (max-width: 767px) {
  article.download-page section.content .table-wrapper {
    overflow: scroll;
    max-height: 300px; } }
article.download-page section.content .btn-inquiry, article.download-page section.content .btn-item {
  background: #C7081C;
  border: 1px solid #C7081C;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  padding: 6px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  width: 130px; }
  @media (max-width: 767px) {
    article.download-page section.content .btn-inquiry, article.download-page section.content .btn-item {
      font-size: 10px;
      line-height: 16px;
      padding: 4px 0;
      width: 80px; } }
  article.download-page section.content .btn-inquiry::after, article.download-page section.content .btn-item::after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    content: "";
    display: inline-block;
    height: 7px;
    margin-left: 3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    vertical-align: 1px;
    width: 7px; }
    @media (max-width: 767px) {
      article.download-page section.content .btn-inquiry::after, article.download-page section.content .btn-item::after {
        height: 5px;
        margin-left: 1px;
        width: 5px; } }
  article.download-page section.content .btn-inquiry:hover, article.download-page section.content .btn-item:hover {
    background: #fff;
    color: #C7081C; }
    article.download-page section.content .btn-inquiry:hover::after, article.download-page section.content .btn-item:hover::after {
      border-color: #C7081C; }
article.download-page section.content .btn-item {
  border-color: #E4E5E6;
  background: #E4E5E6;
  color: #000; }
  article.download-page section.content .btn-item::after {
    border-color: #000; }
  article.download-page section.content .btn-item:hover {
    border-color: #000;
    color: #000; }
    article.download-page section.content .btn-item:hover::after {
      border-color: #000; }
article.download-page section.content .list-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 18px; }
  @media (max-width: 767px) {
    article.download-page section.content .list-title {
      font-size: 12px;
      line-height: 18px;
      margin-bottom: 10px; } }

article.detail-page section.content .figure-list li.li_img2-1 {
border: 1px solid #C5C6C7;
box-sizing: border-box;
float: left;
height: 812px;
margin-bottom: 12px;
padding: 10px;
width: 494px; }
@media (max-width: 767px) {
article.detail-page section.content .figure-list li.li_img2-1 {
float: none;
height: 201px;
margin-bottom: 10px;
width: 100%; } }
article.detail-page section.content .figure-list > li.li_img2-1:nth-of-type(odd) {
margin-right: 12px; }
@media (max-width: 767px) {
article.detail-page section.content .figure-list > li.li_img2-1:nth-of-type(odd) {
margin-right: 0; } }
.mrb-0{margin: 0 !important;}
.mrb-20{margin-bottom: 20px !important;}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;}
sup {top: -0.5em;}
sub {bottom: -0.1em;}




article.detail-page section.content .Item-3Column-List {
  margin: 0 150px 0;
}
  @media (max-width: 767px) {
  article.detail-page section.content .Item-3Column-List {
    margin: 0 0 40px;}
  }

article.detail-page section.content .Item-3Column-List li {
  display: block;
  float: left;
  margin:0px 40px;
  text-align: center;
}
  @media (max-width: 767px) {
  article.detail-page section.content .Item-3Column-List li {
    margin:0px 40px;
    width: calc((100% - 2px)/2);}
  article.detail-page section.content .Item-3Column-List li:nth-child(2) {
    margin-right: 0;}
  article.detail-page section.content .Item-3Column-List li img {
    width: 100%;}
  }

article.detail-page section.content .Item-3Column-List li:last-child {
  margin-right: 0;
}


/*中央寄せコンタクトフォーム*/
.contact-list-c {
      border: 1px solid #CCCDCE;
      padding: 30px 29px; }
      @media (max-width: 767px) {
     .contact-list-c {
          margin-bottom: 15px;
          padding: 15px 30px; } }
      .contact-list-c li {
        box-sizing: border-box;
        margin: 0 auto;
        height: auto;
        text-align: center;
        width: 457px; }
        @media (max-width: 767px) {
        .contact-list-c li {
            float: none;
            height: 35px;
            width: 100%; } }
      .contact-list-c .list-form a {
        background: #C5091D;
        color: #fff;
        display: block;
        font-size: 22px;
        line-height: 70px; }
        @media (max-width: 767px) {
        .contact-list-c .list-form a {
            font-size: 13px;
            line-height: 35px; } }
        .contact-list-c .list-form a:hover {
          background: #d94c58; }
        .contact-list-c .list-form a::after {
          border-right: 2px solid #fff;
          border-top: 2px solid #fff;
          content: "";
          display: inline-block;
          height: 10px;
          margin-left: 4px;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          vertical-align: 2px;
          width: 10px; }
          @media (max-width: 767px) {
           .contact-list-c .list-form a::after {
              border-width: 1px;
              height: 6px;
              margin-left: 8px;
              vertical-align: 1px;
              width: 6px; } }

/*問い合わせ先（detail-page用中央寄せコンタクトフォーム内）*/
ul.inquiries_clm3{overflow:hidden; width:100%; margin:0 auto 20px;}
ul.inquiries_clm3 li{width:33%; float:left; text-align:left;}
@media screen and (max-width:767px) {
	ul.inquiries_clm3 li{width:100%; float:none; margin-bottom:20px;}
}

/*margin*/
.mrb-30{margin-bottom: 30px !important;}
.mrb-10{margin-bottom: 10px !important;}



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



.title-border {
  border-bottom: solid #000 1px;
  font-size: 22px;
  line-height: 36px;
  margin-bottom: 16px;
}




#Search_column {
  width: 1000px;
  margin: 50px auto 0;
}
  @media (max-width: 767px) {
#Search_column {
  width: 96%;
  margin: 50px auto 0;
}}

#Search_column h2 {
  border-bottom: solid #000 1px;
  margin: 0 0 30px 0;
}
#Search_column iframe {
  width: 1000px;
  margin: 0 auto;
}
  @media (max-width: 767px) {
#Search_column iframe {
  width: 100%;
  margin: 0 auto;
}}

#Search_column table {
}
#Search_column input[type="image"] {
  margin: 4px 0 0 0;
}
.gs-webResult.gs-result{
  width: 70em !important;
}

article.index-page section.Aboutmetals {
  padding: 0 0 50px;
  background: #E4E5E6 ;
}
article.index-page section.Aboutmetals ul {
  margin: 0 auto;
  display:-webkit-box;
  display:-moz-box;
  display:-ms-box;
  display:-webkit-flexbox;
  display:-moz-flexbox;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:-ms-flex;
  display:flex;
  -webkit-box-lines:multiple;
  -moz-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  width: 1000px;
}
  @media (max-width: 767px) {
    article.index-page section.Aboutmetals ul {
      margin: 0 auto;
      display:-webkit-box;
      display:-moz-box;
      display:-ms-box;
      display:-webkit-flexbox;
      display:-moz-flexbox;
      display:-ms-flexbox;
      display:-webkit-flex;
      display:-moz-flex;
      display:-ms-flex;
      display:flex;
      -webkit-box-lines:multiple;
      -moz-box-lines:multiple;
      -webkit-flex-wrap:wrap;
      -moz-flex-wrap:wrap;
      -ms-flex-wrap:wrap;
      flex-wrap:wrap;
      width: 100%; }}

article.index-page section.Aboutmetals li {
  background: #fff;
  margin: 0 5px 0 0;
  width: 24.5%;
  text-align: center;
}
  @media (max-width: 767px) {
    article.index-page section.Aboutmetals li {
      background: #fff;
      margin: 0 2px 2px 0;
      width: calc((100% - 2px)/2);
      text-align: center; }
    article.index-page section.Aboutmetals li:nth-child(even) {
      margin-right: 0;
      }}

article.index-page section.Aboutmetals li a {
  display: block;
  padding: 15px 0;
  font-size: 15px;
}
  @media (max-width: 767px) {
article.index-page section.Aboutmetals li a {
  font-size: 12px; }}

article.index-page section.Aboutmetals li a:hover {
  text-decoration:underline;
}

article.detail-page section.content p.ta-r{text-align: right !important;}

#Not_found h2 {
  border-bottom: solid 1px #000;
  margin: 30px 30px 30px;
}
#Not_found p {
  margin: 0 30px 30px;
}
#Not_found ul {
  margin: 0 30px 0;
}














/*
メインビジュアル　動画背景版
********************************************************************************************************************/
section.head-mov{
		display: none;
}

@media (min-width: 1025px) {
	section.head-mov{
		display: block;
	}
	article.index-page section.head{
		display: none;*/
	}
	
	.Mainvisual-mov {
		height: 500px;
		overflow :hidden;
		position: relative;
	}
	
	.Mainvisual-mov video {
	position: absolute;
	left: 0;
	top: -84px;
	min-height: 500px;
	width: 100%;
	height: auto;
	z-index: -100;
	background: url(/resource/img/mov_area/mov_top_substitute.jpg) no-repeat;  /*動画が表示されない場合の代替画像*/
	background-size: cover;
	display: block; /*IE8*/
	}
	
	.Mainvisual-mov .Outer {
	max-width: 1000px;
	width: 100%;
	margin:0 auto;
	position: relative; 
	}
	
	.Mainvisual-mov .Outer .Overlay-BTN {
		background: url(/resource/img/mov_area/red_bg.png) top left;
		color: #fff;
        position: absolute;
        right: 0;
        top: 85px;
        width: 385px;
		height: 330px;
		box-sizing: border-box;
		box-sizing: border-box;
        padding: 56px 0 0 30px;
	}
	
	.Mainvisual-mov .Outer .Overlay-BTN .title {
		color: #fff;
        font-size: 24px;
        font-weight: bold;
        letter-spacing: 2px;
        line-height: 38px;
        margin-bottom: 18px;
 	}
	
	.Mainvisual-mov .Outer .Overlay-BTN .sub-title {
		color: #fff;
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 2px;
        line-height: 28px;
        margin-bottom: 31px;
 	}
	
	.Mainvisual-mov .Outer .Overlay-BTN .btn-info-more {
        border: 1px solid #fff;
        color: #fff; 
        display: block;
        font-size: 16px;
        height: 40px;
        line-height: 40px;
        position: relative;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        text-align: center;
        width: 324px;
 	}
	
	.Mainvisual-mov .Outer .Overlay-BTN .btn-info-more::after {
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        content: "";
        display: inline-block;
		width: 5px;
        height: 5px;
        margin-left: 5px;
        vertical-align: 1px;
		-webkit-transition: all 0.3s;
        transition: all 0.3s;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
	}
	
	.Mainvisual-mov .Outer .Overlay-BTN .btn-info-more:hover {
        background: #fff;
        color: #C9333D; }
	.Mainvisual-mov .Outer .Overlay-BTN .btn-info-more:hover::after {
        border-color: #fff; }

	.Mainvisual-mov .Outer .Overlay-BTN .icon {
        position: absolute;
        right: 33px;
        top: 30px;
		} 
	}


/*
メインビジュアル下　動画リンク版
********************************************************************************************************************/

article.index-page section.Mov-BTN {
	display:none; 
    background: #E4E5E6;
    padding: 50px 0 0;
}

@media (max-width:1024px){
	article.index-page section.Mov-BTN {
		display: block;
	}
	article.index-page section.Mov-BTN .Inner {
		margin: 0 auto;
		max-width: 1000px;
		background:#fff url(/resource/img/mov_area/mov_thum_m.jpg) no-repeat top left;
		padding: 0 0 15px 330px;
		background-size: contain;
		min-height: 190px;
		box-sizing:border-box; 
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box; 
	}
	article.index-page section.Mov-BTN .Inner h3 {
		font-size: 22px;
		padding: 20px 0 5px;
		font-weight: bold;
	}
	article.index-page section.Mov-BTN .Inner p {
		font-size: 15px;
		padding: 10px 30px 20px 0;
		word-break:break-all;
	}
	article.index-page section.Mov-BTN .Inner a {
		background: #c5091d;
		width: 250px;
		text-align: center;
		padding: 6px;
		display: block;
		color: #fff;
	}	
}
@media (max-width:767px){
	article.index-page section.Mov-BTN .Inner {
		background: #fff url(/resource/img/mov_area/mov_thum_s.jpg) no-repeat top left;
		background-size: contain;
		padding: 0 0 0 calc(135px + 4%);
		min-height: 135px;
	}
	article.index-page section.Mov-BTN .Inner h3 {
		font-size: 17px;
		padding: 5% 3% 0 0;
	}	
	article.index-page section.Mov-BTN .Inner p {
		font-size: 11px;
		padding: 2% 4% 4% 0;
		line-height: 140%;
	}	
	article.index-page section.Mov-BTN .Inner a {
		font-size: 14px;
		width: calc(100% - 30px);
		max-width: 250px;
		padding: 2% 6px;
	}	
}

article.index-page section.Mov-BTN .Inner a::after {
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    content: "";
    display: inline-block;
    height: 8px;
    margin-left: 4px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: 2px;
    width: 8px;
}
article.index-page section.Mov-BTN .Inner a:hover {
	opacity: 0.7;
}

/* 20190523 add (/products/elec/tel/p02_21.html) */
@media (max-width:767px){
	.finemet-img3col-sp {
		background: #d8e698;
		display: table; }
	.finemet-img3col-sp li {
		display: table-cell;
		vertical-align: bottom;
		width: 33.333vw; }
}

/* 20210226 add (製品ページ・ファーストビュー内にボタン表示) */
article.detail-page section.content .first-btn-list {
  margin-bottom: 10px; }
article.detail-page section.content .first-btn-list > li {
  float: left;
  width: 480px; }
article.detail-page section.content .first-btn-list > li:nth-child(even) {
  margin-left: 40px; }
article.detail-page section.content .first-btn-list.right-wide > li {
  width: 260px; }
article.detail-page section.content .first-btn-list.right-wide > li:nth-child(even) {
  width: 700px; }
article.middle-page .first-btn-area,
article.detail-page section.content .first-btn-area {
  background-color: #e4e5e6;
  text-align: center;
  padding: 15px 20px 25px;
  box-sizing: border-box; }
article.middle-page .first-btn-area .first-btn a,
article.detail-page section.content .first-btn-area .first-btn a {
  background-color: #c5091d;
  color: #fff;
  display: block;
  font-size: 15px;
  line-height: 40px;
  margin: 0 auto;
  width: 457px; }
article.middle-page .first-btn-area .first-btn a:hover,
article.detail-page section.content .first-btn-area .first-btn a:hover {
  background-color: #d94c58; }
@media (max-width: 767px) {
  article.detail-page section.content .first-btn-list {
    margin-bottom: 0; }
  article.detail-page section.content .first-btn-list > li {
    width: 100%;
    float: none;
    margin: 0 0 20px; }
  article.detail-page section.content .first-btn-list > li:nth-child(even) {
    margin-left: 0; }
  article.middle-page .first-btn-area,
  article.detail-page section.content .first-btn-area {
    padding: 10px 30px 15px;
  }
  article.middle-page .first-btn-area .first-btn a,
  article.detail-page section.content .first-btn-area .first-btn a {
    font-size: 13px;
    line-height: 35px;
    width: 100%; }
  }

