
/* 読み込み中 */
#is-loading {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 8;
}
#loading {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  z-index: 9;
}


@-webkit-keyframes show {
  0% {-webkit-transform:translate(0,1em);opacity:0;}
  100% {-webkit-transform:translate(0,0);opacity:1;}
}
@-moz-keyframes show {
  0% {-moz-transform:translate(0,1em);opacity:0;}
  100% {-moz-transform:translate(0,0);opacity:1;}
}
@keyframes show {
  0% {transform:translate(0,1em);opacity:0;}
  100% {transform:translate(0,0);opacity:1;}
}

.appear {
  -webkit-transform-origin:center top;
  -webkit-animation:show 1s both;
  -moz-transform-origin:center top;
  -moz-animation:show 1s both;
  transform-origin:center top;
  animation:show 1s both;
}
.d1 {-webkit-animation-delay:4s;-moz-animation-delay:4s;animation-delay:4s;}
.d2 {-webkit-animation-delay:5s;-moz-animation-delay:5s;animation-delay:5s;}
.d3 {-webkit-animation-delay:5.5s;-moz-animation-delay:5.5s;animation-delay:5.5s;}
.d4 {-webkit-animation-delay:5.8s;-moz-animation-delay:5.8s;animation-delay:5.8s;}
.d5 {-webkit-animation-delay:6s;-moz-animation-delay:6s;animation-delay:6s;}
.d6 {-webkit-animation-delay:6.8s;-moz-animation-delay:6.8s;animation-delay:6.8s;}



/*===============================================
●画面の横幅が813px以上(タブレット・PC)
===============================================*/
@media screen and (min-width: 813px) {

  /* メイン画像
  ---------------------------------------------------------- */
  .main-img {
    position: relative;
  }

  .video-box {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    z-index: 1;
  }

  .video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  /* overlay */
  .overlay::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.4);
    z-index: 2;
  }

  /* text */
  .text-box {
    position: absolute;
    top: 45%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3;
  }

  .text-box h1 {
    font-size: 60px;
    font-weight: bold;
    line-height: 100%;
    text-align: center;
    color: #fff;
    letter-spacing: 0.04em;
  }

  .text-box img {
    display: inline-block;
    width: 160px;
    margin: 90px auto 0 auto;
  }

  .text-box span {
    position: absolute;
    margin: 0 auto;
    font-size: 40px;
    font-weight: bold;
    color: #fff;
  }

  .text-box span.machines {
    top: 140px;
    left: 0;
    right: 400px;
  }

  .text-box span.chemicals {
    top: 140px;
    left: 410px;
    right: 0;
  }

  .text-box span.consulting {
    top: 310px;
    left: 0;
    right: 0;
  }

  .scroll {
    display: block;
    position: absolute;
    width: 100px;
    height: 50px;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    line-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3;
  }

  .scroll:before {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    content: '';
    width: 15px;
    height: 15px;
    border: 3px solid;
    border-color:  transparent transparent #fff #fff;
    transform: rotate(-45deg);
  }


  /* デルテックサービス
  ---------------------------------------------------------- */
  .concept-box {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 100px 0;
    background: url(../images/about_bg.jpg) center center no-repeat;
    background-size: cover;
  }

  .concept-box > p {
    margin: 40px auto 0 auto;
    font-size: 20px;
    font-weight: bold;
    line-height: 220%;
  }

  .concept-box > p span {
    color: #b50011
  }

  .concept-box > ul {
    width: 960px;
    margin: 60px auto 0 auto;
  }

  .concept-box > ul li {
    width: 280px;
    height: 150px;
    margin: 0 60px 0 0;
  }

  .concept-box > ul li:nth-of-type(3n) {
    margin: 0;
  }

  .concept-box > ul li a {
    position: relative;
    display: block;
    width: 280px;
    height: 150px;
    padding: 20px 0 0 0;
    background-color: #fff;
    border: #333333 1px solid;
  }

  .concept-box > ul li a > p:nth-of-type(1) {
    font-size: 30px;
    font-weight: bold;
    line-height: 100%;
  }

  .concept-box > ul li a > span.line {
    display: block;
    width: 200px;
    margin: 10px auto;
    border-top: #333333 2px solid;
  }

  .concept-box > ul li a > p:nth-of-type(2) {
    font-size: 20px;
    font-weight: bold;
    line-height: 100%;
  }

  .concept-box > ul li a:before {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 15px;
    border-color: #333333 transparent transparent transparent;
  }


  /* お知らせ
  ---------------------------------------------------------- */
  .news-box {
    position: relative;
    width:100%;
    margin: 0 auto;
    padding: 80px 0;
    background-color: #EBE5E2;
  }

  .news-box > div {
    width: 860px;
    margin: 60px auto 0 auto;
    padding: 20px 0;
    background-color: #ffffff;
    border: #333333 1px solid;
  }

  .news-box > div > p {
    width: 800px;
    margin: 30px auto;
    font-size: 18px;
    text-align: left;
  }

  .news-box > div > ul {
    width: 800px;
    margin: 0 auto;
  }

  .news-box > div > ul li {
    width: 800px;
    margin: 0 auto;
  }

  .news-box > div > ul li a {
    display: block;
    width: 800px;
    padding: 20px 0;
    font-size: 0;
    text-align: left;
    border-bottom: #cccccc 1px solid;
  }

  .news-box > div > ul li:last-child a {
    border-bottom: none;
  }

  .news-box > div > ul li a > span:nth-of-type(1) {
    display: inline-block;
    width: 150px;
    padding: 0 0 0 20px;
    font-size: 18px;
    line-height: 160%;
    vertical-align: top;
  }

  .news-box > div > ul li a > span:nth-of-type(2) {
    display: inline-block;
    width: 650px;
    padding: 0;
    font-size: 18px;
    line-height: 160%;
    vertical-align: top;
  }

  .news-box > a.btn-list {
    position: relative;
    display: block;
    width: 250px;
    height: 60px;
    margin: 40px auto 0 auto;
    padding: 21px 0 0 0;
    font-size: 18px;
    color: #fff;
    line-height: 100%;
    background-color: #005B98
  }

  .news-box > a.btn-list:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 8px;
    border-color: transparent transparent transparent #fff;
  }


  /* 製品情報
  ---------------------------------------------------------- */
  .products-box {
    position: relative;
    width:100%;
    margin: 0 auto;
    padding: 80px 0 100px 0;
    background: url(../images/products_bg.jpg) center center no-repeat;
    background-size: cover;
  }

  .products-box h2 {
    color: #fff;
  }

  .products-box span.title-line {
    border-top: #fff 2px solid;
  }

  .products-box h3 {
    color: #fff;
  }

  .products-box div.wrap {
    width: 960px;
    margin: 30px auto 0 auto;
    padding: 30px;
    background-color: rgba(255,255,255,0.9);
  }

  .products-box div.wrap > p {
    width: 860px;
    margin: 0 auto;
    font-size: 18px;
    text-align: left;
    line-height: 100%;
  }

  .products-box table {
    width: 860px;
    margin: 20px auto 0 auto;
    border-top: #cccccc 1px solid;
    border-right: #cccccc 1px solid;
  }

  .products-box table th {
    width: 250px;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 100%;
    border-left: #cccccc 1px solid;
    border-bottom: #cccccc 1px solid;
    box-sizing: border-box;
  }

  .products-box table th.th-img {
    width: 220px;
  }

  .products-box table th.th-btn {
    width: 140px;
  }

  .products-box table td {
    position: relative;
    padding: 15px 20px;
    font-size: 16px;
    line-height: 160%;
    text-align: left;
    border-left: #cccccc 1px solid;
    border-bottom: #cccccc 1px solid;
    box-sizing: border-box;
  }

  .products-box table td img {
    width: 200px;
  }

  .products-box a.btn {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 22px 0 0 0;
    display: block;
    width: 100px;
    height: 60px;
    font-size: 14px;
    color: #fff;
    line-height: 100%;
    text-align: center;
    background-color: #005B98
  }


  /* 薬品情報
  ---------------------------------------------------------- */
  .chemicals-box {
    position: relative;
    width:100%;
    margin: 0 auto;
    padding: 80px 0;
    background-color: #EBE5E2;
  }

  .chemicals-box > img {
    position: absolute;
    top: 60px;
    left: 800px;
    right: 0;
    margin: 0 auto;
    width: 158px;
  }

  .chemicals-box > p {
    position: relative;
    width: 960px;
    margin: 60px auto 0 auto;
    padding: 0 0 0 35px;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    border-bottom: #cccccc 1px solid;
    line-height: 180%;
  }

  .chemicals-box > p:before {
    position: absolute;
    top: 12px;
    left: 0;
    content: '';
    width: 20px;
    height: 20px;
    background-color: #005B98;
  }

  .chemicals-box > div {
    width: 960px;
    margin: 30px auto 0 auto;
  }

  .chemicals-box > div > div:nth-of-type(1) {
    width: 670px;
    margin: 0 60px 0 0;
  }

  .chemicals-box > div > div:nth-of-type(1) table {
    width: 670px;
    margin: 0 auto;
    border-top: #cccccc 1px solid;
  }

  .chemicals-box > div > div:nth-of-type(1) table th {
    width: 150px;
    padding: 15px 0 15px 20px;
    font-size: 16px;
    font-weight: bold;
    line-height: 160%;
    background-color: #F3F2F1;
    border-left: #cccccc 1px solid;
    border-bottom: #cccccc 1px solid;
  }

  .chemicals-box > div > div:nth-of-type(1) table td {
    padding: 15px 20px;
    font-size: 16px;
    line-height: 160%;
    text-align: left;
    background-color: #F3F2F1;
    border-left: #cccccc 1px solid;
    border-right: #cccccc 1px solid;
    border-bottom: #cccccc 1px solid;
  }

  .chemicals-box > div > div:nth-of-type(2) {
    width: 230px;
    margin: 0;
  }

  .chemicals-box > div > div:nth-of-type(2) img {
    width: 230px;
  }

  .chemicals-box span.txt01 {
    margin: 0 0 0 15px;
    font-size:18px;
    font-weight:bold;
  }

  .chemicals-box span.color01 {
    color:#00F;
  }

  .chemicals-box span.color02 {
    color:#090;
  }

  .chemicals-box span.color03 {
    color:#F00;
  }


  /* コンサルティング
  ---------------------------------------------------------- */
  .consulting-box {
    position: relative;
    width:100%;
    margin: 0 auto;
    padding: 80px 0 60px 0;
    background: url(../images/consulting_bg.jpg) top center no-repeat;
    background-size: cover;
  }

  .consulting-box > p:nth-of-type(1) {
    width: 960px;
    margin: 60px auto 0 auto;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    line-height: 100%;
  }

  .consulting-box > p:nth-of-type(2) {
    width: 960px;
    margin: 30px auto 0 auto;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    line-height: 100%;
  }

  .consulting-box > ul {
    width: 960px;
    margin: 0 auto;
  }

  .consulting-box > ul li {
    position: relative;
    margin: 20px 0 0 0;
    padding: 0 0 0 35px;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    line-height: 160%;
  }

  .consulting-box > ul li:before {
    position: absolute;
    top: 0;
    left: 10px;
    content: '・';
  }

  .consulting-box > img {
    width: 500px;
    margin: 0 auto;
  }


  /* 会社概要
  ---------------------------------------------------------- */
  .company-box {
    position: relative;
    width:100%;
    margin: 0 auto;
    padding: 80px 0;
    background-color: #EBE5E2;
  }

  .company-box table {
    width: 860px;
    margin: 60px auto 0 auto;
    border-top: #cccccc 1px solid;
  }

  .company-box table th {
    width: 220px;
    padding: 15px 0 15px 20px;
    font-size: 16px;
    font-weight: bold;
    line-height: 160%;
    background-color: #F3F2F1;
    border-left: #cccccc 1px solid;
    border-bottom: #cccccc 1px solid;
  }

  .company-box table td {
    padding: 15px 20px;
    font-size: 16px;
    line-height: 160%;
    text-align: left;
    background-color: #F3F2F1;
    border-left: #cccccc 1px solid;
    border-right: #cccccc 1px solid;
    border-bottom: #cccccc 1px solid;
  }


  /* TELポップアップ */
  .remodal-tel {
    width: 800px !important;
    padding: 60px 0 !important;
  }

  .remodal-tel > div {
    width: 550px !important;
    margin: 0 auto;
  }

  .remodal-tel p.txt01 {
    margin: 0 auto;
    font-size: 25px;
    font-weight: bold;
    line-height: 100%;
  }

  .remodal-tel p.txt01 span:nth-of-type(1) {
    display: inline-block;
    margin: 0 10px 0 0;
    font-size: 30px;
    text-align: left;
  }

  .remodal-tel p.txt01 span:nth-of-type(2) {
    display: inline-block;
    margin: 0 10px 0 0;
    font-size: 40px;
  }

  .remodal-tel .remodal-close-bottom {
    display: block;
    width: 200px;
    margin: 40px auto 0 auto;
    padding: 15px 0;
    font-size: 16px;
    border: #cccccc 1px solid;
    background-color: #fff;
    border-radius: 5px;
  }

}


/*===============================================
●画面の横幅が812px以下(スマホのみ)
===============================================*/
@media screen and (max-width: 812px) {

  /* メイン画像
  ---------------------------------------------------------- */
  .main-img {
    position: relative;
  }

  .video-box {
    position: relative;
    overflow: hidden;
    width: 100%;
    z-index: 1;
  }

  .video {
    width: 100%;
  }

  /* overlay */
  .overlay::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.4);
    z-index: 2;
  }

  /* text */
  .text-box {
    position: absolute;
    top: 45%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3;
  }

  .text-box h1 {
    font-size: 20px;
    font-weight: bold;
    line-height: 100%;
    text-align: center;
    color: #fff;
    letter-spacing: 0.04em;
  }

  .text-box img {
    display: inline-block;
    width: 60px;
    margin: 40px auto 0 auto;
  }

  .text-box span {
    position: absolute;
    margin: 0 auto;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
  }

  .text-box span.machines {
    top: 50px;
    left: 0;
    right: 160px;
  }

  .text-box span.chemicals {
    top: 50px;
    left: 170px;
    right: 0;
  }

  .text-box span.consulting {
    top: 120px;
    left: 0;
    right: 0;
  }

  .scroll {
    display: none;
  }

  .scroll:before {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    content: '';
    width: 15px;
    height: 15px;
    border: 3px solid;
    border-color:  transparent transparent #fff #fff;
    transform: rotate(-45deg);
  }


  /* デルテックサービス
  ---------------------------------------------------------- */
  .concept-box {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 50px 0;
    background: url(../images/about_bg.jpg) center center no-repeat;
    background-size: cover;
  }

  .concept-box > p {
    width: 94%;
    margin: 20px auto 0 auto;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    line-height: 180%;
  }

  .concept-box > p span {
    color: #b50011
  }

  .concept-box > ul {
    width: 98%;
    margin: 30px auto 0 auto;
  }

  .concept-box > ul li {
    width: 31%;
    height: 100px;
    margin: 0 auto;
  }

  .concept-box > ul li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 15px 0 0 0;
    background-color: #fff;
    border: #333333 1px solid;
  }

  .concept-box > ul li a > p:nth-of-type(1) {
    font-size: 16px;
    font-weight: bold;
    line-height: 100%;
  }

  .concept-box > ul li a > span.line {
    display: block;
    width: 80%;
    margin: 10px auto;
    border-top: #333333 2px solid;
  }

  .concept-box > ul li a > p:nth-of-type(2) {
    font-size: 12px;
    font-weight: bold;
    line-height: 100%;
  }

  .concept-box > ul li a:before {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: #333333 transparent transparent transparent;
  }


  /* お知らせ
  ---------------------------------------------------------- */
  .news-box {
    position: relative;
    width:100%;
    margin: 0 auto;
    padding: 40px 0;
    background-color: #EBE5E2;
  }

  .news-box span.title-line {
    width: 100px;
  }

  .news-box > div {
    width: 94%;
    margin: 30px auto 0 auto;
    padding: 10px 0;
    background-color: #ffffff;
    border: #333333 1px solid;
  }

  .news-box > div > ul {
    width: 90%;
    margin: 0 auto;
  }

  .news-box > div > ul li {
    width: 100%;
    margin: 0 auto;
  }

  .news-box > div > ul li a {
    display: block;
    width: 100%;
    padding: 15px 0;
    font-size: 0;
    text-align: left;
    border-bottom: #cccccc 1px solid;
  }

  .news-box > div > ul li:last-child a {
    border-bottom: none;
  }

  .news-box > div > ul li a > span:nth-of-type(1) {
    display: block;
    margin: 0 0 5px 0;
    font-size: 14px;
    line-height: 160%;
    vertical-align: top;
  }

  .news-box > div > ul li a > span:nth-of-type(2) {
    display: block;
    font-size: 16px;
    line-height: 160%;
    vertical-align: top;
  }

  .news-box > a.btn-list {
    position: relative;
    display: block;
    width: 180px;
    height: 50px;
    margin: 30px auto 0 auto;
    padding: 16px 0 0 0;
    font-size: 16px;
    color: #fff;
    line-height: 100%;
    background-color: #005B98
  }

  .news-box > a.btn-list:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 12px;
    margin: auto;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 6px;
    border-color: transparent transparent transparent #fff;
  }


  /* 製品情報
  ---------------------------------------------------------- */
  .products-box {
    position: relative;
    width:100%;
    margin: 0 auto;
    padding: 40px 0 50px 0;
    background: url(../images/products_bg.jpg) center center no-repeat;
    background-size: cover;
  }

  .products-box h2 {
    color: #fff;
  }

  .products-box span.title-line {
    width: 150px;
  }

  .products-box span.title-line {
    border-top: #fff 2px solid;
  }

  .products-box h3 {
    color: #fff;
  }

  .products-box div.wrap {
    width: 94%;
    margin: 30px auto 0 auto;
    padding: 20px;
    text-align: left;
    background-color: rgba(255,255,255,0.9);
  }

  .products-box div.wrap > p {
    font-size: 16px;
    font-weight: bold;
    line-height: 100%;
  }

  .products-box table {
    width: 100%;
    margin: 20px auto 0 auto;
    border-top: #cccccc 1px solid;
    border-right: #cccccc 1px solid;
  }

  .products-box table th {
    padding: 10px;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    line-height: 100%;
    border-left: #cccccc 1px solid;
    border-bottom: #cccccc 1px solid;
    box-sizing: border-box;
  }

  .products-box table th.th01 {
    width: 100px;
  }

  .products-box table td {
    position: relative;
    padding: 10px;
    font-size: 13px;
    line-height: 160%;
    text-align: left;
    border-left: #cccccc 1px solid;
    border-bottom: #cccccc 1px solid;
    box-sizing: border-box;
  }

  .products-box table td img {
    width: 100%;
  }

  .products-box table td.td-btn {
    padding: 10px 0;
  }

  .products-box a.btn {
    margin: 0 auto;
    padding: 12px 0 0 0;
    display: block;
    width: 100px;
    height: 40px;
    font-size: 14px;
    color: #fff;
    line-height: 100%;
    text-align: center;
    background-color: #005B98
  }


  /* 薬品情報
  ---------------------------------------------------------- */
  .chemicals-box {
    position: relative;
    width:100%;
    margin: 0 auto;
    padding: 40px 0;
    background-color: #EBE5E2;
  }

  .chemicals-box span.title-line {
    width: 130px;
  }

  .chemicals-box > img {
    position: absolute;
    top: 40px;
    left: 220px;
    right: 0;
    margin: 0 auto;
    width: 60px;
  }

  .chemicals-box > p {
    position: relative;
    width: 94%;
    margin: 30px auto 0 auto;
    padding: 0 0 0 25px;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    border-bottom: #cccccc 1px solid;
    line-height: 180%;
  }

  .chemicals-box > p:before {
    position: absolute;
    top: 9px;
    left: 0;
    content: '';
    width: 15px;
    height: 15px;
    background-color: #005B98;
  }

  .chemicals-box > div {
    width: 94%;
    margin: 20px auto 0 auto;
  }

  .chemicals-box > div > div:nth-of-type(1) {
    width: 100%;
    margin: 0 auto;
  }

  .chemicals-box > div > div:nth-of-type(1) table {
    width: 100%;
    margin: 0 auto;
    border-top: #cccccc 1px solid;
  }

  .chemicals-box > div > div:nth-of-type(1) table th {
    width: 100px;
    padding: 10px 0 10px 15px;
    font-size: 14px;
    font-weight: bold;
    line-height: 160%;
    background-color: #F3F2F1;
    border-left: #cccccc 1px solid;
    border-bottom: #cccccc 1px solid;
  }

  .chemicals-box > div > div:nth-of-type(1) table td {
    padding: 10px 15px;
    font-size: 14px;
    line-height: 160%;
    text-align: left;
    background-color: #F3F2F1;
    border-left: #cccccc 1px solid;
    border-right: #cccccc 1px solid;
    border-bottom: #cccccc 1px solid;
  }

  .chemicals-box > div > div:nth-of-type(2) {
    width: 94%;
    margin: 20px auto 0 auto;
  }

  .chemicals-box > div > div:nth-of-type(2) img {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }

  .chemicals-box span.txt01 {
    margin: 0 0 0 15px;
    font-size:18px;
    font-weight:bold;
  }

  .chemicals-box span.color01 {
    color:#00F;
  }

  .chemicals-box span.color02 {
    color:#090;
  }

  .chemicals-box span.color03 {
    color:#F00;
  }


  /* コンサルティング
  ---------------------------------------------------------- */
  .consulting-box {
    position: relative;
    width:100%;
    margin: 0 auto;
    padding: 40px 0 30px 0;
    background: url(../images/consulting_bg.jpg) top center no-repeat;
    background-size: cover;
  }

  .consulting-box span.title-line {
    width: 150px;
  }

  .consulting-box > p:nth-of-type(1) {
    width: 94%;
    margin: 30px auto 0 auto;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    line-height: 160%;
  }

  .consulting-box > p:nth-of-type(2) {
    width: 94%;
    margin: 30px auto 0 auto;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    line-height: 160%;
  }

  .consulting-box > ul {
    width: 94%;
    margin: 0 auto;
  }

  .consulting-box > ul li {
    position: relative;
    margin: 10px 0 0 0;
    padding: 0 0 0 15px;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    line-height: 160%;
  }

  .consulting-box > ul li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '・';
  }

  .consulting-box > img {
    width: 250px;
    margin: 0 auto;
  }


  /* 会社概要
  ---------------------------------------------------------- */
  .company-box {
    position: relative;
    width:100%;
    margin: 0 auto;
    padding: 40px 0;
    background-color: #EBE5E2;
  }

  .company-box span.title-line {
    width: 130px;
  }

  .company-box table {
    width: 94%;
    margin: 30px auto 0 auto;
    border-top: #cccccc 1px solid;
  }

  .company-box table th {
    width: 120px;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    line-height: 160%;
    background-color: #F3F2F1;
    border-left: #cccccc 1px solid;
    border-bottom: #cccccc 1px solid;
  }

  .company-box table td {
    padding: 10px;
    font-size: 14px;
    line-height: 160%;
    text-align: left;
    background-color: #F3F2F1;
    border-left: #cccccc 1px solid;
    border-right: #cccccc 1px solid;
    border-bottom: #cccccc 1px solid;
  }



  /* TELポップアップ */
  .remodal-tel {
    width: 90% !important;
    padding: 30px 0 !important;
  }

  .remodal-tel > div {
    width: 90%;
    margin: 0 auto 30px auto;
  }

  .remodal-tel p.txt01 {
    margin: 0 auto;
    font-size: 18px;
    font-weight: bold;
    line-height: 100%;
  }

  .remodal-tel p.txt01 span:nth-of-type(1) {
    font-size: 15px;
  }

  .remodal-tel p.txt02 {
    margin: 20px 0 30px 0;
    font-size: 12px;
    line-height: 140%;
    text-align: left;
  }

  .remodal-tel .remodal-close-bottom {
    display: block;
    width: 150px;
    margin: 0 auto;
    padding: 15px 0;
    color: #231815;
    border: #cccccc 1px solid;
    background-color: #fff;
    border-radius: 5px;
  }


}
