@charset "UTF-8";

/* ===================================================================
details.css：トップページ
=================================================================== */

.dtl-contents {
  width: 1300px;
  margin: 0 auto;
  overflow: hidden;
}
@media (max-width: 1300px) {
  .dtl-contents {
    width: 95%;
    margin-left: 2.5%;
    margin-right: 2.5%;
  }
}
@media (max-width: 769px) {
  .dtl-contents {
    width: 100%;
    margin: 0;
    padding: 0 1em;
  }
}


/*	Lnav
------------------------------------------------------------*/
/* ==========================================================
 tab-list
 ***** 企業情報：(class)profile *****
 ***** 事業案内：(class)jigyo-annai *****
 ***** 商品開発情報：(class)development *****
========================================================== */
ul.tab-list,
ul.tab-list-sub {
  width: 1300px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  overflow: hidden;
}
ul.tab-list li:last-child,
ul.tab-list-sub li:last-child {
  margin: 0 !important;
}
ul.tab-list li a,
ul.tab-list-sub li a {
  transition: all .3s ease;
}
ul.tab-list li a:hover,
ul.tab-list li a.on {
  color: #fff;
}
ul.tab-list-sub li {
  background: #f4f4f4;
}
ul.tab-list-sub li a {
  display: block;
  padding: 26px 0;
  font-size: 1.125em;/* 18px */
  color: #000;
  text-align: center;
  text-decoration: none;
}
ul.tab-list-sub li:hover,
ul.tab-list-sub li.on {
  background: #fff;
}

@media (max-width: 1300px) {
  ul.tab-list,
  ul.tab-list-sub {
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
  }
}
@media (max-width: 900px) {
  ul.tab-list-sub li a {
    font-size: .938em;/* 15px */
  }
}

/* 企業情報 */
.profile ul.tab-list {
  margin-bottom: 35px;
  border-bottom: 5px solid #056cd1;
}
.profile ul.tab-list li {
  width: calc((100% - 20px) / 5);
  margin: 0 5px 0 0;
  background: #f4f4f4;
}
.profile ul.tab-list li a {
  display: block;
  padding: 22px 0;
  color: #000;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  font-size: .88em;/* 15px */
}
.profile ul.tab-list li:hover,
.profile ul.tab-list li.on {
  color: #fff;
  background: #056cd1;
}
.profile ul.tab-list li:hover a,
.profile ul.tab-list li.on a {
  color: #fff;
  background: #056cd1;
}
@media (max-width: 1300px) {
  .profile ul.tab-list {
    width: 95%;
    margin-left: 2.5%;
    margin-right: 2.5%;
  }
  .profile ul.tab-list li {
    font-size: .875em;/* 14px */
  }
}
@media (max-width: 1120px) {
  .profile ul.tab-list li {
    font-size: .750em;/* 12px */
  }
}

/* 強み */
.tsuyomi ul.tab-list li {
  width: calc((100% - 10px) / 3);
  margin: 0 5px 0 0;
  background: #f4f4f4;
}
.tsuyomi ul.tab-list li a {
  display: block;
  padding: 22px 0;
  color: #000;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  font-size: 1em;/* 15px */
}
.tsuyomi ul.tab-list li:hover,
.tsuyomi ul.tab-list li.on {
  color: #fff;
  background: #056cd1;
}
.tsuyomi ul.tab-list li:hover a,
.tsuyomi ul.tab-list li.on a {
  color: #fff;
  background: #056cd1;
}
@media (max-width: 1300px) {
  .tsuyomi ul.tab-list {
    width: 95%;
    margin-left: 2.5%;
    margin-right: 2.5%;
  }
  .tsuyomi ul.tab-list li {
    font-size: .875em;/* 14px */
  }
}
@media (max-width: 1120px) {
  .tsuyomi ul.tab-list li {
    font-size: .750em;/* 12px */
  }
}


/* 事業案内 */
.jigyo-annai ul.tab-list li {
  width: calc((100% - 8px) / 2);
  margin: 0 8px 0 0;
}
.jigyo-annai ul.tab-list li a {
  display: block;
  padding: 26px 0;
  font-size: 1.375em;/* 22px */
  color: #000;
  text-align: center;
  text-decoration: none;
  background: #f4f4f4;
  cursor: pointer;
}
.jigyo-annai ul.tab-list li a:hover,
.jigyo-annai ul.tab-list li a.on {
  color: #fff;
}
.jigyo-annai ul.tab-list li:nth-child(1) a:hover,
.jigyo-annai ul.tab-list li:nth-child(1) a.on {
  background: #7c3504;
}
.jigyo-annai ul.tab-list li:nth-child(2) a:hover,
.jigyo-annai ul.tab-list li:nth-child(2) a.on {
  background: #004a84;
}

/* ビジネスフィールド */
.jigyo-top-box {
  margin-bottom: 65px;
  overflow: hidden;
}
.jigyo-top-box .img {
  float: left;
}
.jigyo-top-box .img img {
  width: 100%;
}
.jigyo-top-box .txt {
  float: right;
  width: calc(100% - 650px);
}
@media (max-width: 1200px) {
  .jigyo-top-box {
    margin-bottom: 45px;
  }
  .jigyo-top-box .img {
    width: 500px;
  }
  .jigyo-top-box .txt {
    width: calc(100% - 530px);
  }
}
@media (max-width: 900px) {
  .jigyo-top-box .img {
    width: 400px;
  }
  .jigyo-top-box .txt {
    width: calc(100% - 430px);
  }
}
@media (max-width: 769px) {
  .jigyo-top-box .img {
    float: none;
    width: 600px;
    margin: 0 auto;
  }
  .jigyo-top-box .txt {
    float: none;
  }
}
@media (max-width: 620px) {
  .jigyo-top-box {
    margin-bottom: 30px;
  }
  .jigyo-top-box .img {
    width: 90%;
  }
}


/* 商品開発情報 */
.development ul.tab-list li {
  /*	width: calc((100% - 24px) / 4);
	margin: 0 8px 0 0;*/
  width: calc((100% - 18px) / 7);
  margin: 0 3px 0 0;
  background: #f4f4f4;
}
.development ul.tab-list li a {
  display: block;
  padding: 26px 0;
  /*	font-size: 1.375em;*//* 22px */
  font-size: .938em;/* 15px */
  color: #000;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.development ul.tab-list li:hover a,
.development ul.tab-list li.on a {
  color: #fff;
}
@media (min-width: 769px) {
  .development ul.tab-list li:nth-child(1):hover,
  .development ul.tab-list li:nth-child(1).on {
    background: #cfa014;
  }
  .development ul.tab-list li:nth-child(6):hover,
  .development ul.tab-list li:nth-child(6).on {
    background: #d06c00;
  }
  .development ul.tab-list li:nth-child(2):hover,
  .development ul.tab-list li:nth-child(2).on,
  .development ul.tab-list li:nth-child(5):hover,
  .development ul.tab-list li:nth-child(5).on {
    background: #00702d;
  }
  .development ul.tab-list li:nth-child(3):hover,
  .development ul.tab-list li:nth-child(3).on,
  .development ul.tab-list li:nth-child(7):hover,
  .development ul.tab-list li:nth-child(7).on {
    background: #b90900;
  }
  .development ul.tab-list li:nth-child(4):hover,
  .development ul.tab-list li:nth-child(4).on,
  .development ul.tab-list li:nth-child(8):hover,
  .development ul.tab-list li:nth-child(8).on {
    background: #004f8a;
  }
}

/* ローカルナビ */
@media (min-width: 769px) {
  .ico-menu-sub-box,
  .ico-menu-sub {
    display: none;
  }
}
@media (max-width: 769px) {
  #lnav-block {
    width: 100%;
    padding: 6px 0 8px 15px;
    overflow: hidden;
    background: #fff;
  }
  #lnav-block h1 {
    float: left;
    width: calc(100% - 7rem);
    margin: 3px 0 5px;
  }

  /* ハンバーガーメニュー */
  .ico-menu-sub-box {
    /*  position: fixed;*/
    display: block;
    z-index: 104;
    top: 0;
    right: 0;
    float: right;
    margin-top: 0;
    margin-right: .8em;
    box-sizing: content-box;
    width: 3.5rem;
    /*  margin: 7px 8px;*/
    padding: 0;
    padding-top: 0;
    padding-right: .45rem;
    padding-bottom: 18px;
    padding-left: .45rem;
    -webkit-transition: all .6s cubic-bezier(.190, 1.000, .220, 1.000);
            transition: all .6s cubic-bezier(.190, 1.000, .220, 1.000);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    border: 0;
    outline: 0;
    background-color: var(--drawer-hamburger-bgColor);
  }
  .ico-menu-sub-box:hover {
    cursor: pointer;
    background-color: transparent;
  }
  .ico-menu-sub {
    position: relative;
    display: block;
    margin-top: 18px;
    cursor: pointer;
  }
  .ico-menu-sub,
  .ico-menu-sub:before,
  .ico-menu-sub:after {
    width: 100%;
    height: 2px;
    -webkit-transition: all .6s cubic-bezier(.190, 1.000, .220, 1.000);
            transition: all .6s cubic-bezier(.190, 1.000, .220, 1.000);
    background-color: #222;
  }
  .ico-menu-sub:before,
  .ico-menu-sub:after {
    position: absolute;
    top: -10px;
    left: 0;
    content: " ";
  }
  .ico-menu-sub:after {
    top: 10px;
  }
  #lnav.drawer-open-box .ico-menu-sub {
    background-color: transparent;
  }

  #lnav.drawer-open-box .ico-menu-sub:before,
  #lnav.drawer-open-box .ico-menu-sub:after {
    top: 0;
  }
  #lnav.drawer-open-box .ico-menu-sub:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #lnav.drawer-open-box .ico-menu-sub:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  /* lnav */
  #lnav ul.tab-list {
    display: block;
    position: fixed;
    top: 136px;
    z-index: 50;
    width: 26.5rem;
    margin-right: 0;
    height: calc(100% - 136px);
    overflow-y: auto;
    border: none;
    -webkit-box-shadow: 0 6px 6px -6px #333;
       -moz-box-shadow: 0 6px 6px -6px #333;
            box-shadow: 0 6px 6px -6px #333;
    right: -26.5rem;
    -webkit-transition: right .6s cubic-bezier(.190, 1.000, .220, 1.000);
            transition: right .6s cubic-bezier(.190, 1.000, .220, 1.000);
    background: #f4f4f4;
    border-top: 1px solid #afafaf;
  }
  #lnav ul.tab-list.drawer-open {
    right: 0;
  }
  ul.tab-list li {
    width: 100% !important;
    padding: 8px 10px 8px 18px !important;
    text-indent: 0;
    border-bottom: 1px solid #afafaf;
    background: #f4f4f4 !important;
  }
  ul.tab-list li a {
    position: relative;
    display: inline-block;
    padding: 0 16px 0 0 !important;
    /* vertical-align: middle; */
    text-align: left !important;
    text-decoration: none;
    font-size: 14px !important;
    font-size: 1.4rem !important;
    font-weight: 400 !important;
    display: block;
    width: 100%;
    background: #f4f4f4 !important;
  }
  ul.tab-list li a:hover,
  ul.tab-list li a.on,
  .development ul.tab-list li:hover a,
  .development ul.tab-list li.on a,
  .profile ul.tab-list li:hover a,
  .profile ul.tab-list li.on a {
    background: #f4f4f4 !important;
    color: #000 !important;
  }
  ul.tab-list li a:hover {
    text-decoration: none;
  }
  ul.tab-list li a::before,
  ul.tab-list li a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
  ul.tab-list li a::before {
    right: 8px;
    width: 4px;
    height: 4px;
    border-top: 1px solid #222;
    border-right: 1px solid #222;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  ul.tab-list li:first-child {
    border-top: none;
  }
  .subdrawer-overlay {
    position: fixed;
    z-index: 40;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .2);
  }
}
@media (max-width: 480px) {
  #lnav-block {
    padding: 10px 0 5px 15px;
  }
  #lnav-block h1 {
    font-size: 2.0rem;
    padding-left: 0;
  }
  /* lnav */
  #lnav ul.tab-list {
    top: 127px;
    height: calc(100% - 127px);
  }
  .ico-menu-sub-box {
    margin-top: -6px;
  }
}

/*	Snav：ページ内アンカーナビ
------------------------------------------------------------*/
ul#snav {
  width: 1300px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 75px;
}
ul#snav li {
  margin-right: 15px;
}
ul#snav li:last-child {
  margin: 0 !important;
}
ul#snav li a {
  position: relative;
  display: block;
  width: 250px;
  padding: 10px 22px;
  color: #000;
  text-align: center;
  text-decoration: none;
  border: 1px solid #ccc;
  -webkit-transition: all .3s ease;
     -moz-transition: all .3s ease;
       -o-transition: all .3s ease;
          transition: all .3s ease;
}
ul#snav li a:hover {
  border: 1px solid #056cd1;
}
ul#snav li a::before,
ul#snav li a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
ul#snav li a::before {
  right: 30px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #056cd1;
  border-right: 2px solid #056cd1;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

@media (max-width: 1300px) {
  ul#snav {
    width: 100%;
  }
}
@media (max-width: 850px) {
  ul#snav {
    width: 95%;
    margin: 15px 2.5% 30px;
    justify-content: space-between;
  }
  ul#snav {
    width: 95%;
    margin-left: 2.5%;
    margin-right: 2.5%;
    justify-content: space-between;
  }
  ul#snav li {
    width: 32%;
    margin-right: 2%;
  }
  ul#snav li a {
    width: 100%;
  }
}
@media (max-width: 600px) {
  ul#snav {
    width: 95%;
    margin-top: 15px;
    margin-left: 2.5%;
    margin-right: 2.5%;
    margin-bottom: 35px;
    display: block;
  }
  ul#snav li {
    width: 100%;
    margin-bottom: 2px;
  }
  ul#snav li a {
    padding: 6px 22px;
    color: #fff;
    background: #056cd1;
    border: 1px solid #056cd1;
  }
  ul#snav li a:hover {
    background: #004a85;
    border: 1px solid #004a85;
  }
  ul#snav li a::before {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}


/*	テーブル
------------------------------------------------------------*/
table {
  width: 100%;
  margin: 15px auto 84px 0;
  padding: 0;
  border: 0;
  border-collapse: collapse;
}
table.mb0 {
  width: 100%;
  margin: 15px auto 10px 0;
  padding: 0;
  border: 0;
  border-collapse: collapse;
}
table.wid60 {
  width:60%;
}
tr {
  margin: 0;
  padding: 0;
  border: 0;
}
td,
th {
  margin: 0;
  padding: 7px 10px;
  border: 1px #ccc solid;
  text-align: left;
  font-size: 1em;
}
th {
  width: 210px;
  background: #f2f2f2;
  font-weight: normal;
  vertical-align: top;
}
td {
  background: #fff;
}
table.txt-center td {
  text-align: center !important;
}

table.tbl_product th{
  text-align: center !important;
}
.indent {
  text-indent: 1em;
}
@media (max-width: 1300px) {
  table {
    width: 100%;
  }
}
@media (max-width: 798px) {
  table {
    margin-bottom: 40px;
  }
  th {
    width: 25%;
  }
}
@media (max-width: 570px) {
  table {
    width: 100%;
    /* table-layout: fixed; */
    word-break: break-word;
    padding: 0;
    border-collapse: collapse;
    border-bottom: 1px #ccc solid;
  }
  table th,
  table td {
    display: block;
    width: 100% !important;
    text-align: left;
  }
  table th {
    padding: 2px 10px;
    border-bottom: none;
  }
  table td {
    border-bottom: none;
  }

  table#sikaku2 th,
  table#sikaku2 td,
  table#shindan th,
  table#shindan td {
    display: table-cell;
  }
  table.mtliner-about {
    width: 100%;
    /* table-layout: fixed; */
    word-break: break-word;
    padding: 0;
    border-collapse: collapse;
    border-bottom: 1px #ccc solid;
  }
  table.mtliner-about th {
   display: table-cell !important;
   padding: 2px 2px;
    font-size:1.2rem;
   border-bottom: none;
   width:12% !important;
  }
  table.mtliner-about td {
    text-align: left;
    padding: 2px 2px;
    font-size:1.3rem;
    border-bottom: none;
    display: table-cell !important;
   width:12% !important;
  }

}

/*	企業情報
------------------------------------------------------------*/
.profile h3 {
  margin: 20px 0 13px;
  color: #056cd1;
  font-size: 1.500em;/* 24px */
}
.profile h3 span {
  font-size: .583em;
}

/* 会社概要 */
#business-items {
  padding: 70px 0 30px;
}
#business-items ol li strong {
  display: block;
}
#mainbank {
  padding: 70px 0 120px;
}
@media (max-width: 798px) {
  #business-items {
    padding: 30px 0;
  }
  #business-items ol {
    margin-bottom: 0;
  }
  #mainbank {
    padding: 30px 0;
  }
}

/* 社長挨拶／企業理念 */
#greeting {
  padding: 0 0 84px;
}
.greeting-block {
  overflow: hidden;
  margin-bottom: 50px;
}
.greeting-block .img {
  float: right;
  width: 280px;
}
.greeting-block .img img {
  width: 100%;
}
.greeting-block .img p {
  text-align: right;
  margin: 8px 0 0;
  font-size: .875em;/* 14px */
}
.greeting-block .img p span {
  font-size: 1.429em;/* 20px */
  font-weight: 600;
}
.greeting-block .txt {
  float: left;
  width: calc(100% - 350px);
}

#greeting h3 {
  margin: 0 0 30px;
  font-size: 2.625em;
}
#idea {
  padding: 70px 0 50px;
}
.idea-txt {
  padding: 30px 50px 20px 50px;
  margin-bottom: 50px;
  line-height: 3rem;
  border: 1px solid #ccc;
  background: #fff;
  word-break: keep-all;
}
.idea-box {
  padding: 30px 50px 20px 50px;
  margin-bottom: 50px;
  line-height: 3rem;
  border: 1px solid #ccc;
  background: #fff;
}
#idea ol {
  padding: 50px;
  border: 1px solid #ccc;
  background: #fff;
}
#idea ol li {
  font-weight: 500;
}
@media (max-width: 769px) {
  #greeting {
    padding: 0;
  }
  .greeting-block .txt {
    width: calc(100% - 330px);
  }
  #idea {
    padding: 30px 0;
  }
  #idea ol {
    margin-bottom: 0;
  }
}
@media (max-width: 650px) {
  .greeting-block .img {
    width: 200px;
  }
  .greeting-block .txt {
    width: calc(100% - 240px);
  }
  #idea {
    padding: 30px 0;
  }
  #idea ol {
    margin-bottom: 0;
  }
}
@media (max-width: 650px) {
  .greeting-block .img {
    float: none;
    width: 80%;
    margin: 0 auto 25px;
  }
  .greeting-block .img p {
    text-align: center;
  }
  #greeting h3 {
    margin: 0 0 15px;
    font-size: 3.0rem;
    text-align: center;
  }
  .greeting-block .txt {
    float: none;
    width: 100%;
  }
  .idea-txt,
  #idea ol {
    padding: 20px;
    width: 100%;
  }
  p .imgbox{
    width:100%;
  }
  .idea-box {
	  padding: 30px 30px 20px 20px;
	  margin-bottom: 50px;
	  line-height: 2.5rem;
	  border: 1px solid #ccc;
	  background: #fff;
  }

}

/* 沿革／近年の実績／IR情報 */
.profile .enkaku-inbox {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  overflow: hidden;
}
.profile .enkaku-inbox table {
  width: calc(100% - 260px);
  margin-top: 0;
  margin-bottom: 40px;
  margin-right: 40px;
}
.profile .enkaku-inbox ul.enkaku-img {
  width: 220px;
}
.profile .enkaku-inbox ul.enkaku-img li {
  margin-bottom: 25px;
}
.profile .enkaku-inbox ul.enkaku-img img {
  width: 100%;
}
.profile .enkaku-inbox ul.enkaku-img .caption {
  text-align: left;
  margin: 2px 0 0;
  color: #444;
  font-size: .625em;/* 10px */
}
.profile table th.year {
  width: 130px;
}
.profile table th.date {
  width: 100px;
  text-align: right;
}
.profile .enkaku-inbox table td .corp-name {
  display: block;
  font-size: 1.125em;
  color: #056cd1;
}
#jisseki {
  margin-top: 40px;
  padding: 70px 0 90px;
}
#ir {
  padding: 70px 0 120px;
}
/* PDFリンク */
ul.pdflink {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  overflow: hidden;
}
ul.pdflink li {
  min-width: 300px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 22px 30px 22px 70px;
  font-size: .867em;
  font-weight: normal;
  border: 1px solid #ccc;
          border-radius: 5px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
  background: #f5f5f5 url("../images/ico-pdf.svg") no-repeat 20px center;
  background-size: 35px auto;
}
ul.pdflink li a {
  color: #333;
}
ul.pdflink li:hover {
  border: 1px solid #999;
}
@media(max-width: 1460px) {
  #jisseki img {
    width: 100%;
  }
}
@media (max-width: 769px) {
  .profile .enkaku-inbox table {
    width: calc(100% - 180px);
    margin-top: 0;
    margin-bottom: 20px;
    margin-right: 20px;
  }
  .profile .enkaku-inbox ul.enkaku-img {
    width: 160px;
  }
  #jisseki {
    margin-top: 20px;
    padding: 30px 0;
  }
  #ir {
    padding: 30px 0;
  }
  ul.pdflink {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 570px) {
  .profile table th.year {
    text-align: center;
  }
  .profile table th.date {
    text-align: center;
    border-top: none;
  }
}
@media (max-width: 500px) {
  .profile .enkaku-inbox table {
    width: calc(100% - 110px);
  }
  .profile .enkaku-inbox ul.enkaku-img {
    width: 90px;
  }
}
@media (max-width: 400px) {
  .profile .enkaku-inbox {
    display: block;
  }
  .profile .enkaku-inbox table {
    width: 100%;
  }
  .profile .enkaku-inbox ul.enkaku-img {
    display: none;
  }
  .profile .enkaku-inbox ul.enkaku-img li {
    width: calc((100% - 6px) / 3);
    margin: 0 3px 3px 0;
  }
  .profile .enkaku-inbox ul.enkaku-img li:nth-child(3) {
    margin-right: 0;
  }
}


/* 組織図 */
#soshiki .img {
  text-align: center;
  margin-bottom: 80px;
}
#kousei,
#shikaku {
  padding: 70px 0 120px;
}
#kousei table,
#shikaku table {
  margin-bottom: 5px;
}
#kousei table caption {
  margin-bottom: 5px;
  text-align: right;
  font-size: .813em;
}
#kousei table th {
  text-align: center;
  vertical-align: middle;
}
#kousei table td {
  text-align: right;
}
#kousei table td br {
  display: none;
}
#kousei .tbl-memo,
#shikaku .tbl-memo {
  text-align: right;
  font-size: .813em;
}
#shikaku .tbl-shikaku-block {
  display: flex;
  overflow: hidden;
}
#shikaku .tbl-shikaku {
  width: 50%;
}
#shikaku .tbl-shikaku th {
  width: 80%;
  background: #fff;
}
#shikaku .tbl-shikaku th.th {
  background: #f2f2f2;
  text-align: center;
  vertical-align: middle;
}
#shikaku .tbl-shikaku th.th span {
  display: block;
  font-size: .625em;/* 10px */
}
#shikaku .tbl-shikaku td {
  text-align: right;
}
@media(max-width: 1460px) {
  #soshiki .img img {
    width: 100%;
  }
}
@media(max-width: 769px) {
  #kousei h2 {
    margin-bottom: 5px;
  }
  #soshiki .img {
    margin-bottom: 30px;
  }
  #kousei,
  #shikaku {
    padding: 30px 0;
  }
  #kousei table,
  #shikaku table {
    margin: 0 auto;
  }
  #shikaku .tbl-shikaku-block {
    display: block;
  }
  #shikaku .tbl-shikaku {
    width: 100%;
  }
}
@media(max-width: 570px) {
  #kousei table th,
  #kousei table td,
  #shikaku table th,
  #shikaku table td {
    display: table-cell;
    border: 1px solid #ccc;
  }
  #kousei table td {
    width: 50% !important;
    padding: 2px 10px;
  }

  #shikaku table td {
    padding: 4px 10px;
  }
  #shikaku table th.th:nth-of-type(2) {
    width: 40% !important;
  }
}

/* 本・支店所在地 */
#honshiten table th {
  text-align: center;
}
.ml-15 {
  margin-left: -15px;
}

@media(max-width: 769px) {
  #honshiten table th:nth-child(1) {
    width: 25% !important;
  }
  #honshiten table th:nth-child(2) {
    width: 50% !important;
  }
}
@media(max-width: 570px) {
  table.tbl-shozai {
    width: 100%;
    border-bottom: 1px solid #ccc;
  }
  /* table.tbl-shozai tbody {
  } */
  table.tbl-shozai th {
    display: none;
  }
  table.tbl-shozai td {
    padding: 6px 10px;
    border-bottom: 1px solid #ccc;
  }
  table.tbl-shozai td:first-of-type {
    border-top: 1px solid #ccc;
    background: #f2f2f2;
  }
  table.tbl-shozai td:last-of-type {
    border-bottom: none;
  }
  table.eigyousyo td:first-of-type:after {
    content: "所管";
  }
}

/* 安全への取り組み */
#anzen h4 {
  margin: 20px 0 15px;
  padding: 8px 12px 12px;
  font-size: 1.125em;
  background: #ccc;
}
#anzen .guideline {
  margin-bottom: 60px;
  padding: 50px;
  font-size: 1.250em;/* 20px */
  font-weight: 500;
  line-height: 1.4;
  border: 3px solid #ccc;
  background: #fff;
  text-align: center;
}
#anzen .imgRight .txtBox {
  float: left;
  margin: 0 0 36px;
  width: calc(100% - 350px);
}
#anzen .book-block {
  width: 800px;
  margin: 0 auto 70px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
#anzen .book-block .item-image .caption {
  float: none;
  text-align: left;
  margin: 2px 0 0;
  font-size: .625em;/* 10px */
}
@media(max-width: 900px) {
  #anzen .book-block {
    width: 100%;
    margin: 0 auto 70px;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
  }
}
@media(max-width: 769px) {
  #anzen h4 {
    margin: 0 0 15px;
  }
  #anzen .book-block .item-image {
    width: calc((100% - 20px) / 3);
    margin-right: 10px;
  }
  #anzen .book-block .item-image:last-of-type {
    margin-right: 0;
  }
  #anzen .book-block .item-image img {
    width: 100%;
  }
  #anzen .imgRight .txtBox {
    width: calc(100% - 320px);
  }
}
@media(max-width: 600px) {
  #anzen .imgRight .imgBox {
    width: 240px;
  }
  #anzen .imgRight .txtBox {
    width: calc(100% - 260px);
  }
}
@media(max-width: 500px) {
  #anzen .guideline {
    margin-bottom: 30px;
    padding: 20px;
    font-size: 1.250em;/* 20px */
  }
  #anzen .imgRight .imgBox {
    float: none;
    width: 300px;
    margin: 0 auto;
  }
  #anzen .imgRight .txtBox {
    float: none;
    width: 100%;
    margin: 0 0 15px;
  }
  #anzen .imgRight {
    margin-bottom: 40px;
  }
  #anzen ol {
    margin-bottom: 30px;
  }
  #anzen .book-block {
    margin: 0 auto 30px;
  }
}
/* 技術力・提案力 */
#gijyutsu h4 {
  margin: 20px 0 15px;
  padding: 8px 12px 12px;
  font-size: 1.125em;
  background: #ccc;
}
#gijyutsu .guideline {
  margin-bottom: 60px;
  padding: 50px;
  font-size: 1.250em;/* 20px */
  font-weight: 500;
  line-height: 1.4;
  border: 3px solid #ccc;
  background: #fff;
  text-align: center;
}
#gijyutsu .imgRight .txtBox {
  float: left;
  margin: 0 0 36px;
  width: calc(100% - 350px);
}
#gijyutsu .imgRight .imgBox,
#gijyutsu .imgRight .imgBox img {
  float: right;
  width: 300px;
  margin-left: 20px;
}
#gijyutsu .book-block {
  width: 1150px;
  margin: 0 auto 70px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
#gijyutsu .itemListL,
#gijyutsu .book-block .item-image .caption {
  float: none;
  text-align: left;
  margin: 2px 0 0;
  font-size: .625em;/* 10px */
}
#gijyutsu .itemListL {
  margin: 0 auto 70px;
  width: 1150px;
}
@media(max-width: 1150px) {
  #gijyutsu .itemListL {
    margin: 0 auto 50px;
    width: 100%;
  }
  #gijyutsu .itemListL img {
    width: 100%;
  }
}
@media(max-width: 900px) {
  #gijyutsu .book-block {
    width: 100%;
    margin: 0 auto 70px;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
  }
}

@media(max-width: 769px) {
  #gijyutsu h4 {
    margin: 0 0 15px;
  }
  #gijyutsu .book-block .item-image {
    width: calc((100% - 20px) / 3);
    margin-right: 10px;
  }
  #gijyutsu .book-block .item-image:last-of-type {
    margin: 0 auto;
  }
  #gijyutsu .book-block .item-image img {
    width: 100%;
  }
  #gijyutsu .imgRight .txtBox {
    width: calc(100% - 320px);
  }
}
@media(max-width: 600px) {
  #gijyutsu .imgRight .imgBox {
    width: 240px;
  }
  #gijyutsu .imgRight .txtBox {
    width: calc(100% - 260px);
  }
}
@media(max-width: 500px) {
  #gijyutsu .guideline {
    margin-bottom: 30px;
    padding: 20px;
    font-size: 1.250em;/* 20px */
  }
  #gijyutsu .imgRight .imgBox {
    float: none;
    width: 300px;
    margin: 0 auto;
  }
  #gijyutsu .imgRight .txtBox {
    float: none;
    width: 100%;
    margin: 0 0 15px;
  }
  #gijyutsu .imgRight {
    margin-bottom: 40px;
  }
  #gijyutsu ol {
    margin-bottom: 30px;
  }
  #gijyutsu .book-block {
    display: block;
    margin: 0 auto 30px;
  }
  #gijyutsu .book-block .item-image {
    float: none;
    margin: 0 auto;
    width: 300px;
  }
}

/* よくある質問
----------------------------------------------------*/
#QandA {
  width: 100%;
  margin-bottom: 40px;
  font-size: 14px;
}
#QandA dt {
  margin: 2rem 0 1.7rem;
  font-size: 1.9rem;
  font-weight: 500;
  border-bottom: 1px solid #333;
  padding: 12px 16px 7px 30px;
  text-indent: -24px;
}
#QandA dt:before {
  content: "Q.";
  font-size: 2.2rem;
  margin-right: 8px;
}
#QandA dd {
  margin: 10px 16px 30px 50px;
  line-height: 100%;
  text-indent: -24px;
}
#QandA dd:before {
  content: "A.";
  font-weight: bold;
  margin-right: 8px;
}
@media (max-width: 796px) {
	#QandA dt {
	  padding: 12px 5px 7px 30px;
	  font-size: 1.6rem;
	}

}
/*	事業案内
------------------------------------------------------------*/
#jigyo-httl-block {
  width: 100%;
  color: #fff;
}
#jigyo-httl-block .inbox {
  width: 1300px;
  margin: 0 auto;
  padding: 25px 0 0;
  overflow: hidden;
}
#jigyo-httl-block .inbox .ttl-box {
  overflow: hidden;
}
#jigyo-httl-block .inbox p {
  font-size: 1.125em;
  margin-top: 11px;
}
#jigyo-httl-block .inbox .head-img {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-bottom: 80px;
  overflow: hidden;
}

.jirei-block {
  margin: 46px auto 33px;
  width: 1300px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  overflow: hidden;
}
.jirei-box h4 + p {
  margin-bottom: 60px;
}
.jirei-box {
  padding-top: 34px;
}

@media (max-width: 1300px) {
  #jigyo-httl-block .inbox {
    width: 95%;
    margin-left: 2.5%;
    margin-right: 2.5%;
  }
  #jigyo-httl-block .inbox .ttl-box {
    width: 100%;
  }
  #jigyo-httl-block .inbox .ttl-box img {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 769px) {
  #jigyo-httl-block .inbox {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 15px 0 20px;
  }
  .jigyo #jigyo-httl-block .inbox {
    width: 100%;
    padding: 15px 0 0;
  }
  #jigyo-httl-block .inbox p {
    font-size: 1.5rem;
  }
  #jigyo-httl-block .inbox .ttl-box h2 {
    margin-bottom: 15px;
    padding: 0 .8em;
  }
  #jigyo-httl-block .inbox p {
    width: 100%;
    margin-bottom: 15px;
    padding: 0 1em;
  }
  #jigyo-httl-block .inbox .head-img {
    width: 650px;
    margin: 0 auto 10px;
  }
  ul.tab-list-sub {
    display: none;
  }
  .jirei-block {
    margin: 26px auto;
    width: 100%;
    display: block;
  }
  .jirei-box {
    padding-top: 34px;
  }
  .jirei-box h3 {
    margin: 0 0 15px;
  }
}
@media (max-width: 680px) {
  #jigyo-httl-block .inbox .head-img {
    width: 90%;
    margin: 0 5% 10px;
  }
  #jigyo-httl-block .inbox .head-img img {
    width: 100%;
    height: 100%;
  }
  .itemListM-01 .item-image,
  .itemListM-02 .item-image {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
}

/* トップ */
.jigyo #jigyo-httl-block {
  background: #2eaf62;
}
.jigyo h3 {
  font-size: 1.438em;/* 23px */
}
.jigyo h3 br {
  display: none;
}
@media (max-width: 1300px) {
  .jigyo h3 br {
    display: block;
    line-height: 1.5;
  }
}
@media (max-width: 655px) {
  .jigyo h3 {
    font-size: 2.0rem;/* 23px */
  }
  .jigyo h3 br {
    display: none;
  }
}
.jigyo-annai h4 {
  font-size: 1.625em;/* 26px */
  text-align: center;
}
ol.flow {
  margin: 0 0 150px;
  padding: 0;
  counter-reset: my-counter;
  list-style: none;
}
ol.flow li {
  margin-bottom: 65px;
  padding: 40px 30px;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  background: #f4f4f4;
  display: flex;
  flex-wrap: wrap;
}
ol.flow li h4 {
  width: 25%;
  margin: 0 0 0 80px;
  font-size: 2.250em;/* 36px */
  text-align: left;
}
ol.flow li p {
  width: calc(100% - (25% + 140px));
  margin: 0;
  padding-left: 50px;
  font-size: 1.250em;/* 20px */
  border-left: 3px solid #333;
}
ol.flow li::after {
  content: "";
  position: absolute;
  bottom: -50px;
  right: 50%;
  border-top: 35px solid #ccc;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}
ol.flow li:last-child::after {
  border: none;
}
ol.flow li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  margin: 36px 30px;
  background-color: #2eaf62;
  font-size: 40px;
  color: #fff;
  display: block;
  float: left;
  line-height: 65px;
  text-align: center;
  height: 70px;
  width: 70px;
  border-radius: 50%;
}
@media (max-width: 769px) {
  ol.flow {
    margin: 0 0 40px;
  }
  ol.flow li {
    padding: 20px;
  }
  ol.flow li h4 {
    margin: 12px 0 0 50px;
    font-size: 3.0rem;
  }
  ol.flow li p {
    width: calc(100% - (25% + 75px));
    padding-left: 15px;
  }
  ol.flow li:before {
    margin: 35px 20px;
    font-size: 3.0rem;
    line-height: 55px;
    height: 55px;
    width: 55px;
  }
}
@media (max-width: 500px) {
  ol.flow li {
    display: block;
    margin-bottom: 35px;
  }
  ol.flow li h4 {
    width: 100%;
  }
  ol.flow li h4 {
    margin: 0 0 0 30px;
    padding-top: 6px;
    font-size: 2.0rem;
  }
  ol.flow li p {
    width: 100%;
    padding-top: 8px;
    padding-left: 0;
    border-top: 1px #333 solid;
    border-left: none;
    font-size: 1.5rem;
  }
  ol.flow li:before {
    margin: 20px 20px;
    font-size: 2.4rem;
    line-height: 35px;
    height: 35px;
    width: 35px;
  }
  ol.flow li::after {
    bottom: -30px;
    right: 45%;
    border-top: 25px solid #ccc;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
  }
}

/* 鉄道設備工事 */
.tetsudou #jigyo-httl-block {
  background: #f60;
}
.tetsudou #jigyo-httl-block h2 {
  padding: 5px 0 10px 95px;
  background: url("../images/jigyo-annai/ico-tetsudou.svg") no-repeat 28px 0;
  background-size: 40px auto;
}
.tetsudou ul.tab-list-sub li {
  width: calc((100% - 24px) / 4);
  /*	width: calc((100% - 16px) / 3);  ★タブ3つの時はこっち   */
  margin: 0 8px 0 0;
}
.tetsudou h4 {
  border-bottom: 3px solid #f60;
}
.tetsudou ul.tab-list-sub li:hover,
.tetsudou ul.tab-list-sub li.on {
  background: #7c3504;
}
.tetsudou ul.tab-list-sub li:hover a,
.tetsudou ul.tab-list-sub li.on a {
  color: #fff;
}

.tetsudou h5.linear-copy {
  text-align: center;
  font-size: 2.250em;/* 36px */
}

/* 総合設備工事 */
.sougou #jigyo-httl-block {
  background: #056cce;
}
.sougou #jigyo-httl-block h2 {
  padding: 5px 0 10px 95px;
  background: url("../images/jigyo-annai/ico-sougou.svg") no-repeat 28px 0;
  background-size: 40px auto;
}
.sougou ul.tab-list-sub li {
  width: calc((100% - 8px) / 2);
  margin: 0 8px 0 0;
}
.sougou ul.tab-list-sub li {
  width: calc((100% - 24px) / 4);
  margin: 0 8px 0 0;
}
.sougou ul.tab-list-sub li:hover,
.sougou ul.tab-list-sub li.on {
  background: #004a84;
}
.sougou ul.tab-list-sub li:hover a,
.sougou ul.tab-list-sub li.on a {
  color: #fff;
}

.sougou h4 {
  border-bottom: 3px solid #056cce;
}
.sougou h5.sttl {
  font-weight: 600;
  margin: 40px 0 0;
}
table#sikaku2 {
  margin-bottom: 10px;
}
.sougou .font10 {
  display: block;
  font-size: .813em;/* 13px */
  margin-bottom: 80px;
}

table#shindan {
  margin-bottom: 50px;
}
table#shindan .name {
  width: 20%;
}
table#shindan .detail {
  width: 37%;
}

.solution-block {
  margin: 20px 0 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  overflow: hidden;
}
.solution-block .solution-box {
  width: 400px;
  margin-right: 50px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.solution-block .solution-box:last-of-type {
  margin-right: 0;
}
.solution-block h6 {
  width: 100%;
  margin: 0 0 15px;
  padding: 10px 0;
  font-size: 1em;
  font-weight: 600;
  text-align: center;
  background: #fff;
  border: 1px #ccc solid;
}
.solution-block ul.normal {
  margin-bottom: 10px;
}
.solution-block .item-image img {
  width: 100%;
}

.jyouhouBox {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  overflow: hidden;
}
.jyouhouBox dl {
  width: calc(100% - 700px);
  float: left;
}
.jyouhouBox dl:last-child {
  width: calc(100% - 700px);
  float: right;
}
.jyouhouBox div {
  overflow: hidden;
  margin-bottom: 80px;
}
.jyouhouBox dd img {
  display: block;
  float: left;
}
.jyouhouBox dd ul {
  display: block;
  float: right;
  width: calc(100% - 250px);
  list-style: disc;
  margin-left: 20px;
}
.jyouhouBox dd ul ul {
  display: block;
  float: none;
  width: 100%;
  margin-left: 40px;
}

@media (max-width: 1300px) {
  .solution-block {
    width: 100%;
  }
  .solution-block .solution-box {
    width: 32%;
    margin-right: 2%;
  }
}
@media (max-width: 1200px) {
  .jyouhouBox dl {
    width: 47%;
    float: left;
  }
  .jyouhouBox dl:last-child {
    width: 47%;
    float: right;
  }
}
@media (max-width: 980px) {
  .solution-block h6 {
    font-size: .813em;
  }
  .jyouhouBox div {
    overflow: hidden;
    margin-bottom: 80px;
  }
  .jyouhouBox dd img {
    display: block;
    float: left;
    width: 30%;
  }
  .jyouhouBox dd ul {
    width: 60%;
  }
}
@media (max-width: 769px) {
  .solution-block {
    margin-bottom: 30px;
  }
}
@media (max-width: 569px) {
  .jyouhouBox dl,
  .jyouhouBox dl:last-child {
    width: 100%;
    float: none;
  }
}

@media (max-width: 400px) {
  .solution-block .solution-box {
    width: 100%;
    margin: 0 auto 30px;
  }
}

@media (max-width: 769px) {
  .tetsudou #jigyo-httl-block h2 {
    padding: 0 0 0 50px !important;
    background: url("../images/jigyo-annai/ico-tetsudou.svg") no-repeat 18px 0;
    background-size: 22px auto;
    font-size: 2.2rem;
  }
  .sougou #jigyo-httl-block h2 {
    padding: 0 0 0 50px !important;
    background: url("../images/jigyo-annai/ico-sougou.svg") no-repeat 18px 0;
    background-size: 22px auto;
    font-size: 2.2rem;
  }
}
@media (min-width: 769px) {
  /* サブナビゲーション */
  .selectLink {
    display: none;
  }
}
@media (max-width: 769px) {
  /* サブナビゲーション */
  .selectLink {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 10px 0 0 0;
  }
  .selectLink select {
    color: #fff;
    padding: 7px 8px 7px 8px;
    font-size: 110%;
    min-width: 80%;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-image: url(../images/ico-pulldown.png);
    background-size: 60px auto;
    background-repeat: no-repeat;
    background-position-x: 103%;
    background-position-y: 1px;
  }
  .selectLink select::-ms-expand {
    display: none;
  }

  /* 鉄道設備工事 */
  .tetsudou .selectLink select {
    background-color: #7c3504;
    border: #7c3504;
  }
  /* 総合設備工事 */
  .sougou .selectLink select {
    background-color: #004a84;
    border: #004a84;
  }
}
@media (max-width: 500px) {
  .selectLink select {
    background-position-x: 109%;
    background-position-y: 1px;
  }
  .txt-center.linear {
    text-align: left;
  }
  .sougou .font10 {
    margin-bottom: 30px;
  }
}



/*	商品開発情報
------------------------------------------------------------*/
#development-httl-block .inbox {
  width: 1300px;
  margin: 0 auto;
  padding: 35px 0 28px;
  overflow: hidden;
}
#development-httl-block .inbox .ttl-box {
  overflow: hidden;
}
#development-httl-block .inbox h2 {
  font-weight: 600;
}
#development-httl-block .inbox h2 span {
  display: block;
  margin-bottom: 3px;
  font-size: .462em;
  font-weight: 400;
}
#development-httl-block .inbox h2 span br {
  display: none;
}
#development-httl-block .inbox p {
  float: left;
  font-size: 1.125em;
  margin-top: 11px;
}
.ttl-box {
  overflow: hidden;
}
#development-httl-block h2 {
  float: left;
}
#development-httl-block .img {
  float: right;
  overflow: hidden;
}
#development-httl-block .img .caption {
  float: none;
  text-align: left;
  margin: 2px 0 0;
  font-size: .625em;/* 10px */
}
#development-httl-block .lead-box {
  float: left;
}
#development-httl-block .lead-box h3 {
  margin: 0;
  padding: 14px 0;
  font-size: 1.500em;/* 24px */
  line-height: 1.4;
}
#development-httl-block .lead-box p {
  line-height: 1.6;
}
.development h5 {
  font-size: 1.563em;/* 25px */
}
.development h5:before {
  content: "■";
}
.development sup {
  font-size: 12px;
}
.development .imgbox {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 30px;
}
.development .imgbox .img-item {
  margin: 0 15px;
}
.development .caption {
  text-align: center;
  margin: 2px 0 0;
  font-size: .8em;
}
.development .spec-block {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-top: 40px;
  overflow: hidden;
}
.development .memo {
  font-size: .813em;/* 13px */
}
.setsubi .memo {
  margin-bottom: 80px;
}

/* カタログ */
dl.catalogBox {
  margin: 0 0 70px;
  overflow: hidden;
}
dl.catalogBox:before,
dl.catalogBox:after {
  content: "";
  display: table;
}
dl.catalogBox:after {
  clear: both;
}
dl.catalogBox dt {
  float: left;
  margin: 0 10px 0 0;
  width: 100px;
}
dl.catalogBox dt a:hover {
  float: left;
  margin: 0 10px 0 0;
  width: 100px;
}
dl.catalogBox dd {
  float: left;
  min-width: 300px;
  padding: 15px 10px 15px 60px;
  margin-right: 20px;
  font-size: .867em;
  font-weight: normal;
  border: 1px solid #ccc;
          border-radius: 5px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
  background: #f5f5f5 url("../images/ico-pdf.svg") no-repeat 15px center;
  background-size: 35px auto;
}
dl.catalogBox dd a {
  color: #333;
}
dl.catalogBox dd:hover {
  border: 1px solid #999;
  cursor: pointer;
}

/* タグチェックマン */
.tag #development-httl-block {
  background: #fabe00;
}
.tag #development-httl-block h2 {
  width: calc(100% - 510px);
  padding: 21px 0 10px 110px;
  background: url("../images/development/ico-tag.png") no-repeat 0 0;
}
.tag #development-httl-block .lead-box {
  width: calc(100% - 510px);
}
.tag #development-httl-block .lead-box h3 {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.tag h4 {
  background: #fcd866;
}
.tag .spec-block .img {
  margin-right: 30px;
}
.tag .spec-block .img img {
  width: 100%;
}
.tag .tbl-block.chap01 {
  width: calc(40% - 0px);
}
.tag .chap01 table.tbl-spec {
  float: left;
  width: 100%;
  margin: 10px 0 0;
  border-right: 1px solid #ccc;
}
.tag .tbl-block {
  width: calc(100% - 260px);
}
.tag table.tbl-spec {
  float: left;
  width: 50%;
  margin: 10px 0 0;
}
.tag table.tbl-spec th {
  vertical-align: middle;
}
.tag table.tbl-spec th,
.tag table.tbl-spec td {
  padding: 6px 13px;
  border: 1px solid #ccc;
}
.tag table.tbl-spec:nth-of-type(1) td {
  border-right: none;
}
.tag table.tbl-spec:nth-of-type(2) tr:last-child th,
.tag table.tbl-spec:nth-of-type(2) tr:last-child td {
  padding: 19px 13px;
}

.tag .spec-block2 {
  overflow: hidden;
}
.tag table.tbl-spec2 {
  float: left;
  width: 40%;
  margin: 0;
}
.tag table.tbl-spec2 th,
.tag table.tbl-spec2 td {
  border: 1px solid #999;
}
.tag table.tbl-spec2 th {
  background: #fff;
}
.tag .spec-block2 .spec {
  float: left;
  width: 40%;
  margin: 0;
}
.tag .spec-block2 .img {
  float: left;
  width: calc(100% - (70% + 30px));
  margin-right: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  text-align: center;
  overflow: hidden;
}
.tag .spec-block2 .img .item {
  margin: 0 auto;
}
.tag .spec-block2 .img .item .caption {
  text-align: center;
  margin: 2px 0 0;
  font-size: .8em;
}
.tag .spec-block3 {
  margin: 40px 0 0;
  overflow: hidden;
}
.tag .spec-block3 > div {
  float: left;
  width: calc(100% - (50% + 20px));
  margin: 0;
}
.tag .spec-block3 > div:first-child {
  margin-right: 20px;
}
.tag .spec-block3 .txt {
  border: solid 1px #aaa;
  float: left;
  width: 100%;
  margin: 0;
  padding: 30px 50px 30px 50px;
}
.tag .spec-block3 .img {
  float: right;
  width: calc(100% - (59%));
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  overflow: hidden;
}

.tag .spec-block4 {
  margin: 40px 0 0 15px;
  overflow: hidden;
}
.tag .spec-block4 > div {
  float: left;
  width: calc(100% - (30% + 20px));
  margin: 0;
}
.tag .spec-block4 > div:first-child {
  margin-right: 20px;
}
.tag .spec-block4 .txt {
  border: solid 1px #aaa;
  float: left;
  width: 100%;
  margin: 0;
  padding: 30px 50px 30px 50px;
}
.tag .spec-block4 .img {
  float: right;
  width: calc(100% - (71%));
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  overflow: hidden;
}
.tag .spec2 {
  width: calc(100% - 260px);
  margin: 10px 10px 0 40px;
}
.tag .spec2 p {
  margin-top: -30px;
}
.tag #catalog {
  overflow: hidden;
}
.tag .catalogBox {
  float: left;
}

.tag .flow-block {
  overflow: hidden;
  margin-bottom: 10px;
  display: flex;
}
.tag .flow-block div:first-child {
  float: left;
  width: 43%;
  padding: 20px;
}
.tag .flow-block div:nth-child(2) {
  float: left;
  width: 8%;
  padding: 20px;
  background-color: #fff;
}
.tag .flow-block div:last-child {
  float: right;
  width: 60%;
  background-color: #f0f0f0;
  padding: 20px;
  display: table-cell;
}
.tag .flow01 > div:first-child {
  border-left: solid 12px #d17056;
  background: #fff2f0;
}
.tag .flow02 > div:first-child {
  border-left: solid 12px #6480bf;
  background: #e9f1ff;
}
.tag .flow03 > div:first-child {
  border-left: solid 12px #61af61;
  background: #e8f9e8;
}

.tag .flow01 > div:last-child {
  border-left: solid 12px #d17056;
}
.tag .flow02 > div:last-child {
  border-left: solid 12px #6480bf;
}
.tag .flow03 > div:last-child {
  border-left: solid 12px #61af61;
}

.tag .flow01 div:nth-child(2) {
  background: url("../images/development/tag/flow01_arrow.png") no-repeat center center;
}
.tag .flow02 div:nth-child(2) {
  background: url("../images/development/tag/flow02_arrow.png") no-repeat center center;
}
.tag .flow03 div:nth-child(2) {
  background: url("../images/development/tag/flow03_arrow.png") no-repeat center center;
}
.tag .flow01 h3 a {
  color: #d17056;
  font-size: 1.1em;
}
.tag .flow02 h3 a {
  color: #6480bf;
  font-size: 1.1em;
}
.tag .flow03 h3 a {
  color: #61af61;
  font-size: 1.1em;
}

.tag .flow-block h3 {
  margin: 0 0 18px;
  font-size: 1.5em;
  font-weight: 500;
}
.tag .flow-block h3 a {
  text-decoration: underline;
}
.tag .flow-block ul {
  list-style-type: disc;
}
.tag .flow-block > div:first-child ul {
  line-height: 250%;
}
.tag .flow-block div:last-child ul {
  margin-bottom: 20px;
}
.tag .flow-block li {
  margin-left: 20px;;
  font-size: 1.15em;
}
.tag .flow-block span {
  display: block;
  font-size: .8em;
  margin-top: 5px;
}

.tab_area {
  overflow: hidden;
  display: flex;
  width: 100%;
  margin: 0;
  border-bottom: 6px solid #ccc;
}
.tab_area li {
  width: 32.222%;
  float: left;
  margin-right: 1%;
  margin-bottom: -2px;
  background: #f4f4f4;
  padding: 10px 0;
  text-align: center;
  cursor: pointer;
  font-size: 1.2em;
  color: #333;
}
.all_area {
  width: 100%;
  padding-top: 22px;
  overflow: hidden;
}
.all_area div.content_area {
  /*Tabの内容を表示するエリアの装飾*/
  padding: 20px 0 50px 0;
  margin-bottom: 20px;
  border: 6px solid #ccc;
  border-top: none;
}
.tab_area li:nth-child(1).select {
  /*アクティブタブの装飾*/
  background: #d17056;
  border: 1px solid #d17056;
  color: #fff;
}
.tab_area li:nth-child(3).select {
  /*アクティブタブの装飾*/
  background: #6480bf;
  border: 1px solid #6480bf;
  color: #fff;
}
.tab_area li:nth-child(2).select {
  /*アクティブタブの装飾*/
  background: #61af61;
  border: 1px solid #61af61;
  color: #fff;
}

.all_area div.content_area > h4 {
  margin-top: 25px;
}
.content_area h4,
.content_area ul,
.content_area .spec-block {
  width: 96%;
  margin-left: 2%;
  margin-right: 2%;
}
.content_area.typeB h4 {
  color: #fff;
  background: #d17056 !important;
}
.content_area.typeG h4 {
  color: #fff;
  background: #6480bf !important;
}
.content_area.typeC h4 {
  color: #fff;
  background: #61af61 !important;
}
.tag .imgbox {
  display: flex;
}
.hide {
  display: none;
}
.tag .imgbox .caption {
  font-size: 1em;
  text-align: center;
}
/* 設備チェックマン */
.setsubi #development-httl-block {
  background: #009a3e;
  color: #fff;
}
.setsubi #development-httl-block h2 {
  width: calc(100% - 310px);
  padding: 21px 0 10px 110px;
  background: url("../images/development/ico-setsubi.png") no-repeat 0 0;
}
.setsubi #development-httl-block .lead-box {
  width: calc(100% - 480px);
}
.setsubi #development-httl-block .lead-box h3 {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.setsubi h4 {
  background: #6ac28b;
}

/* 限界チェックマンⅡ */
.genkai #development-httl-block {
  background: #e8382f;
  color: #fff;
}
.genkai #development-httl-block h2 {
  width: calc(100% - 390px);
  padding: 21px 0 10px 110px;
  background: url("../images/development/ico-genkai.png") no-repeat 0 0;
}
.genkai #development-httl-block .lead-box {
  width: calc(100% - 390px);
}
.genkai #development-httl-block .lead-box h3 {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.genkai h4 {
  background: #f18882;
}
.genkai .sokutei-block {
  overflow: hidden;
}
.genkai .sokutei-block ul {
  float: left;
}
.genkai .sokutei-block .imgbox {
  float: right;
}
.genkai .spec-block {
  display: block;
}
.genkai .spec-block .img {
  float: right;
  margin-left: 30px;
}
.genkai .spec-block .img img {
  width: 100%;
}
.genkai .tbl-block {
  float: left;
  width: calc(100% - 620px);
}
.genkai table.tbl-spec {
  width: calc(100% - 2px);
  margin: 5px 0 0;
}
.genkai table.tbl-spec th {
  width: 150px;
  vertical-align: middle;
}
.genkai table.tbl-spec th,
.genkai table.tbl-spec td {
  padding: 6px 13px 7px;
  border: 1px solid #e8382f;
}
.genkai table.tbl-spec:nth-of-type(2) th {
  border-left: none;
}
.genkai .tbl-block .memo {
  margin-top: 8px;
}

/* 限界チェックマンⅡ */
.denshasen #development-httl-block {
  background: #0068b7;
  color: #fff;
}
.denshasen #development-httl-block h2 {
  width: calc(100% - 410px);
  padding: 21px 0 10px 110px;
  background: url("../images/development/ico-denshasen.png") no-repeat 0 0;
}
.denshasen #development-httl-block .lead-box {
  width: calc(100% - 300px);
}
.denshasen #development-httl-block .lead-box h3 {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.denshasen h4 {
  background: #66a4d4;
}
.denshasen .imgRight {
  overflow: hidden;
}
.denshasen .imgRight ul {
  float: left;
}
.denshasen .imgRight .imgbox {
  float: right;
}
.denshasen .spec-block {
  display: block;
  margin-bottom: 20px;
}
.denshasen .spec-block .img {
  float: right;
  width: 400px;
  margin-left: 30px;
}
.denshasen .spec-block .img img {
  width: 100%;
}
.denshasen .tbl-block {
  float: left;
  width: calc(100% - 450px);
}
.denshasen table.tbl-spec {
  width: calc(100% - 2px);
  margin: 5px 0 0;
}
.denshasen table.tbl-spec th {
  width: 150px;
  vertical-align: middle;
}
.denshasen table.tbl-spec th,
.denshasen table.tbl-spec td {
  padding: 6px 13px 7px;
  border: 1px solid #0068b7;
}
.denshasen table.tbl-spec:nth-of-type(2) th {
  border-left: none;
}
.denshasen ul.flt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}

/* トランス端子保護カバー */
.trans #development-httl-block {
  background: #fe921d;
}
.trans #development-httl-block h2 {
  width: calc(100% - 310px);
  padding: 21px 0 10px 0;
}
.trans #development-httl-block .lead-box {
  width: calc(100% - 310px);
}
.trans #development-httl-block .lead-box h3 {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.trans h4 {
  background: #eab881;
}
.trans .spec-block .img {
  margin-right: 0;
}
.trans .tbl-block {
  width: calc(100% - 260px);
}
.trans .spec {
  width: calc(100% - 647px);
  margin: 10px 10px 0 0;
}
.trans .img02 .item {
  width: 100%;
  margin-left: 0;
}
.trans .img02 .item img {
  width: 100%;
}
.trans .spec2 {
  width: calc(100% - 330px);
  margin: 10px 10px 0 0;
}
.trans .img01 .item {
  width: 308px;
  margin-left: 12px;
}

/* 転てつ機ロックモニタ */
.rockmonitor #development-httl-block {
  background: #e8382f;
  color: #fff;
}
.rockmonitor #development-httl-block h2 {
  width: calc(100% - 510px);
  padding: 21px 0 10px 0;
}
.rockmonitor #development-httl-block .lead-box {
  width: calc(100% - 510px);
}
.rockmonitor #development-httl-block .lead-box h3 {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.rockmonitor h4 {
  background: #f18882;
}
.rockmonitor .imgbox .img-item01 {
  margin: 0 15px;
}
.rockmonitor .spec-block .img {
  margin-right: 0;
}
.rockmonitor .tbl-block {
  width: calc(100% - 260px);
}
.rockmonitor .spec {
  float: left;
  width: 50%;
  margin: 10px 10px 0 0;
}
.rockmonitor .spec2 {
  float: left;
  width: 75.4%;
  margin: 10px 10px 0 0;
}
/* M6用端子キャップ */
.m6cap #development-httl-block {
  background: #009a3e;
  color: #fff;
}
.m6cap #development-httl-block h2 {
  width: calc(100% - 390px);
  padding: 21px 0 10px 0x;
}
.m6cap #development-httl-block .lead-box {
  width: calc(100% - 390px);
}
.m6cap #development-httl-block .lead-box h3 {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.m6cap h4 {
  background: #6ac28b;
}
.m6cap .spec {
  width: calc(100% - 481px);
  margin: 10px 10px 0 0;
}

@media (max-width: 1300px) {
  #development-httl-block .inbox {
    width: 95%;
    margin-left: 2.5%;
    margin-right: 2.5%;
  }
  .tag #development-httl-block .lead-box {
    width: calc(100% - 480px);
  }
  .tag .flow-block div:last-child img {
    width: 100%;
  }
  .tag .flow-block > div:first-child ul {
    line-height: 150%;
  }
  .development .imgbox {
    display: block;
    width: 100%;
    text-align: center;
  }
  .development .imgbox img {
    width: 100%;
  }
  .development .imgbox.flow img {
    width: 100%;
    height: 100%;
  }
  .denshasen .imgRight .imgbox {
    width: 273px;
  }
  .development .imgbox.flex {
    display: flex;
    justify-content: start;
  }
  .development .imgbox .img-item {
    width: calc((100% - 21px) / 4);
    margin: 0 7px 7px 0;
  }
  .development .imgbox .img-item:last-of-type {
    margin: 0 0 7px 0;
  }
  .rockmonitor .imgbox,
  .tag .imgbox {
    display: flex;
  }
  .rockmonitor .imgbox .img-item01 {
    width: 350px;
    margin: 0 15px;
  }
}
@media (max-width: 1050px) {
  .tag .imgbox img {
    width: 100%;
  }
  .tag .spec-block2 .img .item {
    width: 200px;
  }
  .tag .spec-block2 .img .item img {
    width: 100%;
  }
  .genkai .spec-block .img {
    width: 350px;
  }
  .genkai .tbl-block {
    width: calc(100% - 380px);
    margin: 5px 0 0;
  }
  .denshasen .imgRight ul {
    width: calc(100% - 300px);
  }
  .development.tag .imgbox .img-item {
    width: calc((100% - 21px) / 3);
    margin: 0 7px 7px 0;
  }
}
@media (max-width: 1000px) {
  .tag table.tbl-spec {
    float: none;
    width: 100%;
    margin: 0;
  }
  .tag table.tbl-spec:nth-of-type(2) {
    margin: 0 0 30px;
  }
  .tag table.tbl-spec:nth-of-type(1) td {
    border-right: 1px solid #ccc;
  }
  .tag table.tbl-spec:nth-of-type(1) tr:last-child th,
  .tag table.tbl-spec:nth-of-type(1) tr:last-child td {
    border-bottom: none;
  }
  .denshasen .spec-block .img {
    width: 300px;
  }
  .denshasen .tbl-block {
    width: calc(100% - 350px);
  }
  .trans .spec {
    width: 100%;
    margin: 0;
  }
  .trans .img02 {
    width: 637px;
    margin-left: auto;
    margin-right: auto;
  }
  .content_area h4,
  .content_area ul,
  .content_area .spec-block {
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
  }
  .tab_area li {
    padding: 5px 0;
    font-size: 1em;
  }
  .tag .spec-block2 .spec {
    width: 50%;
  }
  .all_area div.content_area {
    margin-bottom: 20px;
  }
  .tag .tbl-block.chap01 {
    width: 100%;
  }
  .tag .tbl-block.chap01 table {
    border-bottom: 1px solid #ccc;
  }
  .tag .imgbox .img-item {
    margin: 0 7px 7px 0;
  }
}
@media (max-width: 880px) {
  #development-httl-block {
    margin-bottom: 25px;
  }
  #development-httl-block .inbox {
    width: 100%;
    margin: 0 auto;
    padding: .5em 1em .8em;
    overflow: hidden;
  }
  #development-httl-block h2 {
    width: 100% !important;
    margin-bottom: 13px;
    padding: 23px 0 23px 100px !important;
  }
  .tag #development-httl-block h2 {
    width: 100% !important;
    margin-bottom: 13px;
    padding: 18px 0 14px 100px !important;
  }
  .trans #development-httl-block h2,
  .rockmonitor #development-httl-block h2,
  .m6cap #development-httl-block h2 {
    width: 100% !important;
    margin-bottom: 13px;
    padding: 12px 0 12px !important;
    text-align: center;
  }
  #development-httl-block .img {
    float: none;
    width: 100%;
    margin-bottom: 12px;
    text-align: center;
  }
  #development-httl-block .img .caption {
    text-align: center;
  }
  #development-httl-block .lead-box {
    float: none;
    width: 100% !important;
  }
  #development-httl-block .inbox h2 span br {
    display: block;
  }
  #development-httl-block .lead-box h3 {
    font-size: 1.222em;
    font-weight: 500;
  }
  #development-httl-block .lead-box h3 br {
    display: none;
  }
  #development-httl-block .inbox p {
    font-size: 1em;
    margin-bottom: 10px;
  }
  .tag h4 {
    margin: 0 0 26px;
  }
  .tag table.tbl-spec2 {
    margin: 0 0 30px;
  }
  .tag .spec-block2 .img .item {
    margin-bottom: 20px;
  }
  .tag .spec2 {
    width: 100%;
    margin: 10px 10px 0 1%;
  }
  .tag .flow-block {
    display: block;
    margin-bottom: 40px;
  }
  .tag .flow-block div:first-child,
  .tag .flow-block div:last-child {
    width: 100%;
    float: none;
  }
  .tag .flow-block div:nth-child(2) {
    display: none;
  }
  .tag .spec-block2 .spec {
    width: 60%;
  }
  .rockmonitor .imgbox .img-item01 {
    width: 300px;
    margin: 0 15px;
  }
  .content_area h4,
  .content_area ul,
  .content_area .spec-block {
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
  }
}
@media (max-width: 769px) {
  .development .spec-block {
    display: block;
  }
  .tag .spec-block .img {
    width: 96% !important;
    margin: 0 auto 20px;
  }
  .tag .tbl-block {
    width: 100%;
  }
  .tag table.tbl-spec2 {
    float: none;
    width: 100%;
  }
  .tag .spec-block3 {
    text-align: center;
    margin-bottom: 40px;
  }
  .tag .spec-block3 > div {
    overflow: hidden;
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .tag .spec-block3 .img {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .tag .spec-block3 .txt {
    text-align: left;
    width: 100%;
    margin: 0;
    padding: 20px;
  }
  .tag .spec-block3 .img .item {
    margin: 0 auto;
    text-align: center;
  }

  .tag .spec-block4 {
    text-align: center;
    margin-bottom: 40px;
  }
  .tag .spec-block4 > div {
    overflow: hidden;
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .tag .spec-block4 .img {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .tag .spec-block4 .txt {
    text-align: left;
    width: 100%;
    margin: 0;
    padding: 20px;
  }
  .tag .spec-block4 .img .item {
    margin: 0 auto;
    text-align: center;
  }
  .setsubi .memo {
    margin-bottom: 30px;
  }
  dl.catalogBox dt {
    float: none;
    margin: 0 auto 10px;
  }
  dl.catalogBox dt a:hover {
    float: none;
    margin: 0 auto 10px;
  }
  dl.catalogBox dd {
    width: 100%;
  }
  .genkai .spec-block .img {
    float: none;
    width: 500px;
    margin: 0 auto;
  }
  .genkai .tbl-block {
    float: none;
    width: 100%;
    margin: 20px 0 0;
  }
  .development .spec-block .img {
    float: none;
    width: 500px;
  }
  .denshasen .tbl-block {
    float: none;
    width: 100%;
  }
  .trans .spec-block {
    margin-top: 0;
  }
  .trans .spec2 {
    width: 100%;
    margin: 0;
  }
  .trans .img01 .item {
    width: 308px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
  .trans .img02 .item {
    margin-bottom: 30px;
  }
  .trans .img03 .item {
    width: 308px;
    margin: 0 auto 30px;
  }
  .m6cap .spec-block {
    margin-top: 0;
  }
  .m6cap .spec {
    width: 100%;
    margin: 10px 0 0;
  }
  .m6cap .spec-block .img {
    width: 471px;
    margin: 10px auto 30px;
  }
  .m6cap .spec-block .img img {
    width: 100%;
  }
  .tab_area li {
    padding: 5px 0;
    font-size: .8em;
  }
  .all_area {
    padding-top: 0;
  }
}
@media (max-width: 720px) {
  .trans .img02 {
    width: 100%;
  }
  .tag .catalogBox {
    float: none;
  }
}
@media (max-width: 570px) {
  .development .imgbox .img-item {
    width: calc((100% - 7px) / 2);
    margin: 0 7px 7px 0;
  }
  .development .imgbox .img-item:nth-of-type(2n) {
    margin: 0 0 7px 0;
  }
  .tag table {
    border-bottom: none;
  }
  .tag table.tbl-spec th,
  .tag table.tbl-spec td {
    border-bottom: none;
  }
  .tag table.tbl-spec:nth-of-type(1) th,
  .tag table.tbl-spec:nth-of-type(1) td {
    border-bottom: none;
  }
  .tag table.tbl-spec:nth-of-type(2) tr:last-child td {
    border-bottom: 1px solid #fabe00;
  }
  .tag table.tbl-spec2 {
    border-top: 1px solid #999;
  }
  .tag table.tbl-spec2 th,
  .tag table.tbl-spec2 td {
    border-top: none;
  }
  .tag .spec-block2 .img {
    justify-content: center;
  }
  .tag .spec-block2 .img .item {
    width: 150px;
  }
  .tag .flow-block h3 {
    margin: 0 0 18px;
    font-size: 1.2em;
    font-weight: 500;
  }
  .tag .flow-block li {
    margin-left: 20px;;
    font-size: 1em;
  }
  .development.tag .imgbox .img-item {
    width: 55%;
    margin: 0 auto 5px;
  }
  .tag .imgbox {
    display: block;
    font-size: 85%;
  }

  .tag .spec-block2 .spec {
    width: 70%;
  }
  .genkai .spec-block .img {
    float: none;
    width: 320px;
    height: auto;
    margin: 0 auto;
  }
  .genkai table.tbl-spec {
    border-top: 1px solid #e8382f;
    border-bottom: none;
  }
  .genkai table.tbl-spec th,
  .genkai table.tbl-spec td {
    border-top: none;
  }
  .denshasen .imgRight ul {
    float: none;
    width: 100%;
  }
  .denshasen .imgRight .imgbox {
    float: none;
    margin: 0 auto 30px;
  }
  .denshasen .spec-block .img {
    float: none;
    width: 350px;
    margin: 0 auto;
  }
  .denshasen .tbl-block {
    float: none;
    width: 100%;
    margin: 20px 0 0;
  }
  .denshasen table.tbl-spec {
    border-top: 1px solid #0068b7;
    border-bottom: none;
  }
  .denshasen table.tbl-spec th,
  .denshasen table.tbl-spec td {
    border-top: none;
  }
  .rockmonitor .imgbox .img-item01 {
    margin-bottom: 10px;
  }
  .m6cap .spec-block .img {
    width: 350px;
  }
}
@media (max-width: 550px) {
  .tab_area li:last-child {
    padding: 5px 0;
    font-size: .85em;
  }
  .tag .spec-block2 .img {
    float: none;
    width: 100%;
    display: block;
  }
  .tag .spec-block2 .img .item {
    width: 50%;
  }
  .tag .spec-block2 .spec {
    width: 100%;
  }
}

/*	資料ダウンロード
------------------------------------------------------------*/
#catalog {
  padding: 20px 0 100px;
}
#catalog h2 {
  font-size: 1.625em;
}
.docList {
  width: 1300px;
  margin: 0 auto 70px;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.docList .item {
  width: 400px;
  margin-right: 50px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.docList .item:last-of-type {
  margin-right: 0;
}
.docList .item-image {
  padding: 50px 0;
  text-align: center;
  background: #f2f2f2;
}
.docList .item-image img {
  object-fit: cover;
  width: 240px;
  height: auto;
  background-color: #000;
}
.docList .item h3 {
  margin: 8px 0;
  text-align: center;
  color: #000;
  font-size: 1.125em;
  font-weight: 500;
}
.docList .item .txt {
  margin: 0;
  text-align: center;
  font-size: .813em;
  color: #444;
}
.docList .item .txt span {
  padding: 0 0 6px 20px;
  background: url("../images/ico-pdf.svg") no-repeat 0 0;
  background-size: 20px auto;
}
.docList .item .btn {
  margin: 15px 0 0;
}
.docList .item .btn a {
  margin: 0;
  display: block;
  padding: 15px 0;
  color: #fff;
  text-align: center;
  background: #056cd3;
  background-size: 30px auto;
  text-decoration: none;
}
.docList .item .btn a:hover {
  filter: alpha(opacity=85);
  -moz-opacity: .85;
       opacity: .85;
}

@media (max-width: 1300px) {
  .docList {
    width: 100%;
  }
  .docList .item {
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
  }
  .docList .item:last-child {
    margin-right: 0;
  }
}
@media (max-width: 920px) {
  .docList .item-image img {
    width: 80%;
  }
}
@media (max-width: 769px) {
  #catalog {
    padding: 0 0 20px;
  }
}
@media (max-width: 500px) {
  .docList {
    display: block;
    margin: 0 auto 30px;
  }
  .docList .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }
  .docList .item-image {
    padding: 30px 0;
  }
}


/*	電設工業展
------------------------------------------------------------*/
.tenjikai-block {
  width: 1300px;
  margin: 0 auto 70px;
  overflow: hidden;
}
.tenjikai-block .img {
  float: right;
  width: 330px;
}
.tenjikai-block .img .caption {
  font-size: .625em;
  color: #444;
  margin-top: 5px;
}
.tenjikai-block .txt {
  float: left;
  width: calc(100% - 380px);
}
.tenjikai-block .txt table {
  width: 100%;
  margin-bottom: 30px;
}
.tenjikai-block .txt table th {
  background: #fff;
}
.tenjikai-block .txt .bnr {
  margin: 0;
  line-height: 3;
}
@media (max-width: 1300px) {
  .tenjikai-block {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .tenjikai-block .txt {
    width: calc(100% - 350px);
  }
  .tenjikai-block .txt table th {
    width: 20%;
  }
}
@media (max-width: 769px) {
  .tenjikai-block .img {
    width: 240px;
  }
  .tenjikai-block .img img {
    width: 100%;
  }
  .tenjikai-block .txt {
    width: calc(100% - 260px);
  }
}
@media (max-width: 650px) {
  .tenjikai-block .img {
    width: 160px;
  }
  .tenjikai-block .txt {
    width: calc(100% - 180px);
  }
}
@media (max-width: 570px) {
  .tenjikai-block {
    margin: 0 auto 30px;
  }
  .tenjikai-block .img {
    float: none;
    width: 330px;
    margin: 0 auto;
  }
  .tenjikai-block .txt {
    float: none;
    width: 100%;
  }
  .tenjikai-block .txt table th {
    background: #f2f2f2;
  }
}

/*	サイトポリシー
------------------------------------------------------------*/
#policy {
  padding: 20px 0 100px;
}
.policy h2 span {
  font-size: .615em;
}
.policy h3 {
  margin: 50px 0 15px;
  padding: 8px 12px 12px;
  font-size: 1.125em;
  background: #ccc;
}
.policy h3:first-of-type {
  margin: 0 0 15px;
}
.policy h4 {
  margin: 30px 0 15px;
  padding: 0;
  font-size: 1em;
  font-weight: 600;
}
.policy .infobox {
  margin: 30px 0;
  padding: 30px;
  background: #f2f2f2;
  border: 1px solid #ccc;
}
.policy .infobox br {
  display: none;
}

@media (max-width: 769px) {
  #policy {
    padding: 0 0 30px;
  }
  .policy h2 span {
    display: block;
    margin-top: 5px;
  }
}
@media (max-width: 500px) {
  .policy h3 {
    margin: 20px 0 15px;
  }
  .policy .infobox br {
    display: block;
  }
}


/*	サイトマップ
------------------------------------------------------------*/
#sitemap {
  padding: 0 0 100px;
}
#sitemap .dtl-contents {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
#sitemap .sitemap-block {
  width: 32%;
  margin-right: 1.5%;
}
#sitemap .sitemap-block:last-child {
  margin-right: 0;
}
#sitemap h2 {
  margin: 10px 0 15px;
  padding: 8px 12px 12px;
  font-size: 1.125em;
  color: #fff;
  background: #f60;
}
.sitemap-block ul {
  margin: 0 0 50px;
}
.sitemap-block ul li {
  margin: 0 17px 15px 0;
}
.sitemap-block ul li a {
  position: relative;
  padding-left: 17px;
  color: #000;
  font-size: .938em;/* 14px */
}
.sitemap-block ul li a::before,
.sitemap-block ul li a::after {
  position: absolute;
  top: 5px;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.sitemap-block ul li a::before {
  left: 4px;
  box-sizing: border-box;
  width: 6px;
  height: 6px;
  border: 6px solid transparent;
  border-left: 6px solid #333;
}
#sitemap h3 {
  width: 100%;
  padding: 8px 5px 12px;
  font-size: 1.375em;/* 22px */
  border-bottom: 2px solid #004a87;
}
@media (max-width: 500px) {
  #sitemap {
    padding: 0 0 30px;
  }
  #sitemap .dtl-contents {
    display: block;
  }
  #sitemap .sitemap-block {
    width: 100%;
    margin-right: 0;
  }
  .sitemap-block ul {
    margin: 0 0 25px;
  }
}


/*	ニュース
------------------------------------------------------------*/
#news {
  padding: 80px 0;
  margin-bottom: 100px;
}
#news-block dl {
  width: 1300px;
  margin: 0 auto;
}
#news dl {
  padding: 20px 2px;
  border-bottom: 1px solid #999;
  overflow: hidden;
}
#news dl:first-of-type {
  border-top: 1px solid #999;
}
#news dl dt {
  float: left;
  width: 180px;
}
#news dl dd {
  float: left;
  width: calc(100% -180px);
}
#news dl dt .new {
  margin-left: 10px;
  padding: 4px 7px;
  background: #cb0000;
  color: #fff;
  font-size: 10px;
  font-size: 1.0rem;
}
@media(max-width: 1460px) {
  #news {
    padding: 40px 0;
  }
}
@media(max-width: 769px) {
  #news {
    padding: 30px 0 40px;
  }
  #news dl {
    width: 100%;
    margin: 0;
    padding: 12px 0;
  }
  #news dl dt {
    float: none;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 5px;
  }
  #news dl dt,
  #news dl dd {
    font-size: 14px;
    font-size: 1.4rem;
  }
  #news dl dd {
    float: none;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
  #news dl dt .new {
    padding: 0 7px;
    background: #cb0000;
    color: #fff;
    font-size: 9px;
    font-size: .9rem;
  }
}
@media(max-width: 769px) {
  #news {
    padding: 25px 0 0;
  }
  #news h2 {
    margin-bottom: 10px;
  }
}

/*	layout：画像＋テキスト
------------------------------------------------------------*/
.imgRight {
  width: 100%;
  margin-bottom: 70px;
  overflow: hidden;
}
.imgRight .imgBox {
  float: right;
  width: 500px;
  margin-left: 20px;
}
.imgRight .imgBox img {
  width: 100%;
}
.imgRight .imgBox .caption {
  font-size: .825em;
  color: #444;
  margin-bottom: 5px;
  background-color: #fff;
}
.imgRight .txtBox {
  float: left;
  margin: 0 0 36px;
  width: calc(100% - 520px);
}
.imgRight .txtBox p {
  margin: 0 0 10px;
}
.imgRight table {
  width: 100%;
  margin-top: 0;
}
.imgRight p + table {
  margin-top: 30px;
}

@media (max-width: 769px) {
	.imgRight .imgBox {
		float: none;
		width: 100%;
		margin-left: 0;
	}
	.imgRight .txtBox {
		float: none;
		margin: 0 0 36px;
		width: 100%;
	}

}

/*** 画像左側＋テキスト ***/
.imgLeft {
  width: 100%;
  margin-bottom: 70px;
  overflow: hidden;
}
.imgLeft .imgBox {
  float: left;
  width: 300px;
  margin-right: 20px;
}
.imgLeft .imgBox img {
  width: 100%;
}
.imgLeft .imgBox .caption {
  font-size: .825em;
  color: #444;
  margin-bottom: 5px;
  background-color: #fff;
}
.imgLeft .txtBox {
  float: right;
  margin: 0 0 36px;
  width: calc(100% - 320px);
}
.imgLeft .txtBox p {
  margin: 0 0 10px;
}
.imgLeft table {
  width: 100%;
  margin-top: 0;
}
@media (max-width: 769px) {
	.imgLeft .imgBox {
		width: 30%;
	}
	.imgLeft .txtBox {
		margin: 0 0 36px;
		width: calc(100% - 38%);
	}

}

/*** 画像左側＋テキスト ***/
.imgLeftW {
  width: 100%;
  margin-bottom: 70px;
  overflow: hidden;
}
.imgLeftW .imgBox {
  float: left;
  width: 300px;
  margin-right: 20px;
}
.imgLeftW .imgBox img {
  width: 100%;
  padding-right:10px;
}
.imgLeftW .imgBox .caption {
  font-size: .825em;
  color: #444;
  margin-bottom: 5px;
  background-color: #fff;
}
.imgLeftW .txtBox {
  float: right;
  margin: 0 0 36px;
  width: calc(100% - 330px);
}
.imgLeftW .txtBox p {
  margin: 0 0 10px;
}
.imgLeftW table {
  width: 100%;
  margin-top: 0;
}
@media (max-width: 769px) {
	.imgLeftW .imgBox {
		width: 30%;
	}
	.imgLeftW .imgBox img {
		width: 100%;
		padding-bottom:10px;
	}
	.imgLeftW .txtBox {
		margin: 0 0 36px;
		width: calc(100% - 38%);
	}

}

/* 画像横並び */
/*** 画像1つパターン ***/
.itemListM-01 {
  width: 1300px;
  margin: 0 auto 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  overflow: hidden;
}
.itemListM-01 .item {
  width: 100%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.itemListM-01 .item-image {
  width: 625px;
  height: 420px;
  margin: 0 auto;
}
.itemListM-01 .item-image img {
  width: 100%;
}
.itemListM-01 .item h5 {
  margin: 20px 0 10px;
  text-align: center;
}
.itemListM-01 .item p {
  width: 625px;
  margin-left: auto;
  margin-right: auto;
}

.itemListL {
  width: 1300px;
  margin: 0 auto 20px;
}
.itemListL img {
  width: 100%;
}


/*** 画像2つパターン ***/
.itemListM-02 {
  width: 1300px;
  margin: 0 auto 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  overflow: hidden;
}
.itemListM-02 .item {
  width: 600px;
  margin-right: 50px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.itemListM-02 .item:last-of-type {
  margin-right: 0;
}
.itemListM-02 .item img {
  width: 100%;
  height: 100%;
}
.itemListM-02 .item h5 {
  margin: 20px 0 10px;
  text-align: center;
}
.itemListM-02 .item p {
  margin-left: auto;
  margin-right: auto;
}

.itemListM-02.wid60 {
  width: 1000px;
  margin: 0 auto 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  overflow: hidden;
}
.itemListM-02.wid60 .item {
  width: 450px;
  margin-right: 50px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
@media (max-width: 769px) {
	.itemListM-02.wid60 {
		width: 100%;
	}
	.itemListM-02.wid60 .item {
		width: 45%;
		margin-right: 10px;
	}

}

/*** 画像3つパターン ***/
.itemListM-03 {
  width: 1300px;
  margin: 0 auto 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  overflow: hidden;
}
.itemListM-03 .item {
  width: 400px;
  margin-right: 50px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.itemListM-03 .item:last-of-type {
  margin-right: 0;
}
.itemListM-03 .item-image img {
  width: 100%;
}
.itemListM-03 .item h5 {
  text-align: left;
  margin: 20px 0;
}

.itemListM-01:last-of-type,
.itemListM-02:last-of-type,
.itemListM-03:last-of-type,
.itemListM-04:last-of-type {
  margin: 0 auto 70px;
}

/*** 画像4つパターン ***/
.itemListM-04 {
  width: 1300px;
  margin: 0 auto 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  overflow: hidden;
}
.itemListM-04 .item {
  width: 310px;
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.itemListM-04 .item:last-of-type {
  margin-right: 0;
}
.itemListM-04 .item-image img {
  width: 100%;
}
.itemListM-04 .caption {
  background-color: #fff;
  color: #333;
  font-size: .825em;
  padding: 2rem 0;
}
@media (max-width: 1300px) {
  .itemListL,
  .itemListM-01,
  .itemListM-02,
  .itemListM-03 {
    width: 100%;
  }
  .itemListM-02 .item {
    width: 48.5%;
    margin-right: 1.5%;
  }
  .itemListM-02 .item-image {
    width: 100%;
    height: unset;
  }
  .itemListM-03 .item {
    width: 32%;
    margin-right: 2%;
  }
}
@media (max-width: 769px) {
  .itemListM-01,
  .itemListM-02,
  .itemListM-03 {
    width: 100%;
    margin: 0 auto 37px;
  }
  .itemListM-01:last-of-type,
  .itemListM-02:last-of-type,
  .itemListM-03:last-of-type {
    margin: 0 auto 37px;
  }
  .itemListM-02 .item:last-of-type,
  .itemListM-03 .item:last-of-type {
    margin-bottom: 0;
  }
  .itemListM-01 .item h5,
  .itemListM-02 .item h5,
  .itemListM-03 .item h5 {
    margin: 10px 0;
    text-align: center;
  }
  .itemListM-01 .item p,
  .itemListM-02 .item p {
    width: 100%;
  }
}
@media (max-width: 690px) {
  .itemListM-01 .item {
    width: 100%;
  }
  .itemListM-01 .item-image {
    width: 100%;
    height: auto;
  }
  .imgRight {
    margin: 0;
  }
  .imgRight .txtBox {
    float: none;
    width: 100%;
    margin: 0 0 10px;
  }
  .imgRight .imgBox {
    float: none;
    margin: 0 auto;
    width: 70%;
  }
}
@media (max-width: 500px) {
  .jigyo-annai h3 {
    margin: 20px 0 15px;
  }
  .itemListL,
  .itemListM-01 .item,
  .itemListM-02 .item,
  .itemListM-03 .item {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 400px) {
  .itemListM-03 .item-image {
    width: 100%;
    margin: 0 auto;
  }
  .itemListM-03 .item p {
    margin-bottom: 0;
  }
  .imgRight .imgBox {
    float: none;
    margin: 0 auto;
    width: 100%;
  }
}


/*	リスト
------------------------------------------------------------*/
/* ●リストスタイルなし */
ul.disc {
  list-style-type: disc;
  margin: 0 0 0 20px;
}
ul.disc li {
  margin-bottom: 8px;
}
ul.disc li span{
  font-weight:500;
  font-size:1.7rem;
  padding-top:3rem;
}

/* ●リストスタイルあり */
ul.normal {
  counter-reset: list;
  list-style-type: none;
  margin-bottom: 40px;
  padding: 0;
}
ul.normal li {
  position: relative;
  padding: 0 0 0 26px;
  margin: 0 0 15px 5px;
}
ul.normal li:before {
  counter-increment: list;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background: #666;
  top: 12px;
     -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 796px) {
	ul.disc ,
	ul.disc li {
	  width: 100%;
	}
}

/* 順番ありリスト
---------------------------------------------------------- */
ol {
  counter-reset: li;
  margin-bottom: 60px;
}
ol li {
  position: relative;
  margin: 0 0 15px 5px;
  padding-left: 1.75em;
}
ol li::before {
  color: #444;
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: li;
  content: counter(li) ".";
  font-size: 18px;
  font-weight: 600;
}

/* 製品紹介
---------------------------------------------------------- */
.bg_blue {
  background-color: #002859 !important;
}
.bg_gray {
  background-color: #ecf0f6 !important;
  margin-top: -40px;
  padding: 40px 40px 0;
}

.bg_gray .itemList-safety {
  width: 1220px;
  margin: 0 auto 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  overflow: hidden;
}

.itemList-safety .item {
  width: 228px;
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.itemList-safety .item:last-of-type {
  margin-right: 0;
}
.itemList-safety .item img {
  width: 100%;
}
.itemList-safety .caption {
  background-color: #ecf0f6;
  color: #333;
  font-size: .825em;
  display: block;
  margin-bottom :30px;
  height: 100%;
  padding: 5px;
}
@media (max-width: 1320px) {
  .bg_gray 	.itemList-safety {
		width: 100%;
    display: flex;
    justify-content: flex-start;
	}
	.itemList-safety .item {
		margin-right: 2%;
		width: 32%;
	}
  .itemList-safety .item:nth-child(3n) {
    margin-right: 0;
  }
}


.bg_gray .itemList-safety-three {
  width: 1220px;
  margin: 0 auto 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  overflow: hidden;
}
.itemList-safety-three .item {
  width: 228px;
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.itemList-safety-three .item:last-of-type {
  margin-right: 0;
}
.itemList-safety-three .item img {
  width: 100%;
}
.itemList-safety-three .caption {
  background-color: #ecf0f6;
  color: #333;
  font-size: .825em;
  padding: 0;
  display: block;
  margin-bottom :30px;
}
@media (max-width: 1320px) {
  .bg_gray 	.itemList-safety-three {
		width: 100%;
    display: flex;
    justify-content: flex-start;
	}
	.itemList-safety-three .item {
		margin-right: 1rem;
		width: 30%;
	}

}

.bg_gray .itemList-safety-four {
  width: 1220px;
  margin: 0 auto 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  overflow: hidden;
}
.itemList-safety-four .item {
  width: 228px;
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.itemList-safety-four .item:last-of-type {
  margin-right: 0;
}
.itemList-safety-four .item img {
  width: 100%;
}
.itemList-safety-four .caption {
  background-color: #ecf0f6;
  color: #333;
  font-size: .825em;
  padding: 0;
  display: block;
  margin-bottom :30px;
}
@media (max-width: 1320px) {
  .bg_gray 	.itemList-safety-four {
		width: 100%;
    display: flex;
    justify-content: flex-start;
	}
	.itemList-safety-four .item {
		margin-right: 2%;
		width: 23.5%;
	}

}














/* 工事関係
---------------------------------------------------------- */
.itemList-example:last-of-type {
  margin: 0 auto 70px;
}
.itemList-construction {
  width: 1000px;
  margin: 0 auto 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  overflow: hidden;
}
.itemList-construction .item {
  width: 300px;
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.itemList-construction .item:last-of-type {
  margin-right: 50px;
}

.itemList-construction .item img {
  width: 100%;
}

@media (max-width: 1000px) {
	.itemList-construction {
		width: 100%;
	}
  .itemList-construction .item:last-of-type {
    margin-right: 0;
  }
	.itemList-construction .item {
		margin-right: 1rem;
		width: 30%;
	}
}

.idea-bluebox {
  padding: 20px 50px;
  margin-bottom: 20px;
  line-height: 3rem;
  background: #1e3e6d;
}
.idea-bluebox p {
  color:#fff;
  font-size: 1.1em;
  text-align: center;
  margin-bottom: 0px;
}


/* レンタルの流れ
---------------------------------------------------------- */
.flow {
  width:50%;
  margin:2rem auto;
}
.flow li {
  background-color: #f9ad7a;
  line-height: 40px;
  padding: 0 1rem 0 1rem;
  color: #333;
  display: block;
  position: relative;
  text-align: center;
  font-size:1.4rem;
  font-weight:bold;
}
@media (max-width: 950px) {
  .flow li {
    font-size:1.1rem;
  }
}
@media (min-width: 769px) {
  .flow {
    list-style: none;
    overflow: hidden;
    margin: 40px 0;
    width:100%;
  }
  .flow li {
    float: left;
    width: calc(100%/8.05);
  line-height: 60px;
    padding: 0 2rem 0 1rem;
  }
}
.flow li:first-child {
  padding: 1rem;
}
@media (min-width: 769px) {
  .flow li:first-child {
    padding: 0 1rem 0 0;
  }
  .flow li:nth-child(6),
  .flow li:nth-child(7) {
    padding: 0 2rem 0 0rem;
  }
}

/* 三角形上部 */
.flow li::before {
  background-color: #ededed;
  border-bottom: 2px solid #fff;
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  bottom: 1rem;
  width: 50%;
  height: 0;
       -o-transform: skewY(5deg);
      -ms-transform: skewY(3deg);
     -moz-transform: skewY(3deg);
  -webkit-transform: skewY(3deg);
          transform: skewY(3deg);
}
@media (min-width: 769px) {
  .flow li::before {
    border-bottom: 0 solid #fff;
    border-right: 7px solid #fff;
    width: 0;
    height: 3rem;
    top: 0;
    left: calc(100% - 1.5rem);
         -o-transform: skew(30deg);
        -ms-transform: skew(30deg);
       -moz-transform: skew(30deg);
    -webkit-transform: skew(30deg);
            transform: skew(30deg);
  }
}

/* 三角形下部 */
.flow li::after {
  background-color: #ededed;
  border-bottom: 2px solid #fff;
  content: " ";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 1rem;
  width: 50%;
  height: 0;
       -o-transform: skewY(-3deg);
      -ms-transform: skewY(-3deg);
     -moz-transform: skewY(-3deg);
  -webkit-transform: skewY(-3deg);
          transform: skewY(-3deg);
}

@media (min-width: 769px) {
  .flow li::after {
    border-bottom: 0 solid #fff;
    border-right: 7px solid #fff;
    content: " ";
    top: 50%;
    left: calc(100% - 1.5rem);
    width: 0;
    height: 3rem;
         -o-transform: skew(-30deg);
        -ms-transform: skew(-30deg);
       -moz-transform: skew(-30deg);
    -webkit-transform: skew(-30deg);
            transform: skew(-30deg);
  }
}

.flow li:last-child::before,
.flow li:last-child::after {
  display: none;
}


/* 右端の設定 */
.flow .active {
  background-color: #17619c;
  color: #fff;
}
.flow .active::before,
.flow .active::after {
  background-color: #17619c;
}
.flowimage{
	width:100%;
}
.flowimage.sp{
	display:none;
}

@media (max-width: 698px) {
	.flowimage.sp{
		display:block;
	}
	.flowimage.pc{
		display:none;
	}
}

/* 施工例
---------------------------------------------------------- */
.itemList-example:last-of-type {
  margin: 0 auto 70px;
}
.itemList-example {
  width: 1300px;
  margin: 0 auto 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  overflow: hidden;
}
.itemList-example .item {
  width: 410px;
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.itemList-example .item:last-of-type {
  margin-right: 0;
}
.itemList-example .item img {
  width: 100%;
}
.itemList-example .caption {
  background-color: #fff;
  color: #333;
  font-size: .825em;
  padding: 2rem 0;
}
@media (max-width: 1300px) {
	.itemList-example {
		width: 100%;
	}
	.itemList-example .item {
		margin-right: 1rem;
		width: 30%;
	}

}


/* 運搬設備の比較
---------------------------------------------------------- */
.f-small {
  font-size: .85em;
}
.bg-point {
  font-weight:500;
  background-color: #f9eaeb;
  border-left:solid 2px #e4656e !important;
  border-right:solid 2px #e4656e !important;
}
th.bg-point {
  background-color: #f4bfc3;
}
.bg-point-top {
  border-top:solid 2px #e4656e !important;
}
.bg-point-bottom {
  border-bottom:solid 2px #e4656e !important;
}

/* 高圧ホース
---------------------------------------------------------- */
table th.ttl-rubber-products{
  background-image: url("../images/product/rubber-products/tbl_ttl.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 100%;

}
