﻿
@font-face {
  font-family: "SeravekL";
  src: url("../font/Seravek-l.woff") format("woff");
}

@font-face {
  font-family: "SeravekR";
  src: url("../font/Seravek-r.woff") format("woff");
}

/* ===========================================
  産業用
    エミールとは
        エミールの仕組み
=========================================== */
/* ------------------------
* billboard
*/
@media screen and (max-width: 767px) {
  .cmnBillboard {
    background-image: url(../image/billboard_back-sp3.jpg);
  }
}

@media print, screen and (min-width: 768px) {
  .cmnBillboard {
    background-image: url(../image/billboard_back-pc3.jpg);
  }
}

/* ------------------------
*	section
*/
.section {
  position: relative;
}

@media screen and (max-width: 767px) {
  .section {
    padding: 55px 10% 0;
  }
}

@media print, screen and (min-width: 768px) {
  .section {
    margin-top: 133px;
  }
}

.section_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #047599;
}

@media screen and (max-width: 767px) {
  .section_head {
    margin: 0 -1em;
  }
}

.section_head--txt {
  line-height: 1.578;
  font-weight: 500;
  color: #047599;
}

@media screen and (max-width: 767px) {
  .section_head--txt {
    font-size: 1.9rem;
    letter-spacing: .025em;
  }
}

@media print, screen and (min-width: 768px) {
  .section_head--txt {
    font-size: 3.8rem;
    letter-spacing: .05em;
  }
}

@media print, screen and (min-width: 768px) {
  .section_head--txt {
    line-height: 1.7;
    font-weight: 600;
  }
}

@media screen and (max-width: 767px) {
  .section_content {
    margin-top: 25px;
  }
}

@media print, screen and (min-width: 768px) {
  .section_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 90px;
  }
}

.section_content-txt {
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .section_content-txt {
    line-height: 1.75;
    font-size: 1.4rem;
    letter-spacing: .025em;
  }
}

@media print, screen and (min-width: 768px) {
  .section_content-txt {
    line-height: 1.789;
    font-size: 1.9rem;
    letter-spacing: .075em;
  }
}

@media print, screen and (min-width: 768px) {
  .section_content-txt {
    width: 640px;
    padding-left: 50px;
    margin-left: 70px;
  }
}

.section_content-img {
  margin-top: 90px;
  margin-left: -50px;
}

@media screen and (max-width: 767px) {
  .section_img1 {
    min-height: 80vw;
    margin-top: 46px;
  }
}

@media print, screen and (min-width: 768px) {
  .section_img1 {
    width: 347px;
  }
  .section_img1 img {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .section_img2 {
    min-height: 60vw;
    margin-top: 40px;
  }
}

@media print, screen and (min-width: 768px) {
  .section_img2 {
    width: 1014px;
    margin: 200px auto 0;
  }
}

.section_hybrid {
  position: relative;
  padding-top: 1px;
  border: 1px solid #047599;
  border-top: 0;
}

@media screen and (max-width: 767px) {
  .section_hybrid {
    margin-top: 55px;
  }
}

@media print, screen and (min-width: 768px) {
  .section_hybrid {
    width: 1020px;
    margin: 95px auto 0;
  }
}

.section_hybrid::before, .section_hybrid::after {
  position: absolute;
  top: 0;
  content: "";
  height: 1px;
  background-color: #047599;
}

@media screen and (max-width: 767px) {
  .section_hybrid::before, .section_hybrid::after {
    width: calc(50% - 5.3em);
    font-size: 1.9rem;
  }
}

@media print, screen and (min-width: 768px) {
  .section_hybrid::before, .section_hybrid::after {
    width: calc(50% - 8em);
    font-size: 2.8rem;
  }
}

.section_hybrid::before {
  left: 0;
}

.section_hybrid::after {
  right: 0;
}

.section_hybrid-head {
  text-align: center;
  font-weight: 500;
  color: #047599;
}

@media screen and (max-width: 767px) {
  .section_hybrid-head {
    margin-top: -1.6em;
    line-height: 1.579;
    font-size: 1.9rem;
    letter-spacing: .025em;
  }
}

@media print, screen and (min-width: 768px) {
  .section_hybrid-head {
    line-height: 1;
    margin-top: -.5em;
    font-size: 2.8rem;
    letter-spacing: .05em;
  }
}

@media screen and (max-width: 767px) {
  .section_hybrid_wrap {
    padding: 17px 25px 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .section_hybrid_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 38px 50px 50px;
  }
}

@media print, screen and (min-width: 768px) {
  .section_hybrid_content {
    padding-right: 80px;
  }
}

.section_hybrid_content-txt1 {
  font-weight: 500;
  color: #047599;
}

@media screen and (max-width: 767px) {
  .section_hybrid_content-txt1 {
    line-height: 1.5625;
    font-size: 1.6rem;
  }
}

@media print, screen and (min-width: 768px) {
  .section_hybrid_content-txt1 {
    line-height: 1.7;
    font-size: 2rem;
  }
}

.section_hybrid_content-txt2 {
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .section_hybrid_content-txt2 {
    margin-top: 7px;
    line-height: 1.5625;
    font-size: 1.4rem;
  }
}

@media print, screen and (min-width: 768px) {
  .section_hybrid_content-txt2 {
    margin-top: 12px;
    line-height: 1.812;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .section_hybrid_content-img {
    margin-top: 16px;
  }
}

@media print, screen and (min-width: 768px) {
  .section_hybrid_content-img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 497px;
  }
}

.section_movie {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .section_movie {
    width: 100%;
    margin-top: 40px;
  }
}

@media print, screen and (min-width: 768px) {
  .section_movie {
    width: 1020px;
    margin-top: 200px;
  }
}

.section_movie video {
  width: 100%;
}

/* カチオン化 */
.section_cationic {
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .section_cationic {
    margin-top: 60px;
    padding: 40px 0;
  }
}

@media print, screen and (min-width: 768px) {
  .section_cationic {
    width: 1020px;
    margin: 190px auto 0;
    padding: 55px 70px 70px;
  }
}

.section_cationic-head {
  text-align: center;
  font-weight: 500;
  color: #047599;
}

@media screen and (max-width: 767px) {
  .section_cationic-head {
    line-height: 1.578;
    font-size: 1.9rem;
    letter-spacing: .025em;
  }
}

@media print, screen and (min-width: 768px) {
  .section_cationic-head {
    line-height: 2;
    font-size: 2.8rem;
    letter-spacing: .05em;
  }
}

.section_cationic-lead {
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .section_cationic-lead {
    margin-top: 20px;
    padding-left: 10%;
    padding-right: 10%;
    line-height: 1.75;
    font-size: 1.4rem;
    letter-spacing: .025em;
  }
}

@media print, screen and (min-width: 768px) {
  .section_cationic-lead {
    margin-top: 22px;
    line-height: 1.789;
    font-size: 1.9rem;
    letter-spacing: .075em;
  }
}

.section_cationic_figure {
  background-color: #EAF5FA;
}

@media screen and (max-width: 767px) {
  .section_cationic_figure {
    margin-top: 30px;
    padding: 25px 10% 37px;
  }
}

@media print, screen and (min-width: 768px) {
  .section_cationic_figure {
    margin-top: 63px;
  }
}

@media screen and (max-width: 767px) {
  .section_cationic_figure:nth-of-type(n + 2) {
    margin-top: 32px;
  }
}

@media print, screen and (min-width: 768px) {
  .section_cationic_figure:nth-of-type(n + 2) {
    margin-top: 35px;
  }
}

.section_cationic_figure-caption {
  width: 55px;
  padding-left: .05em;
  text-align: center;
  background-color: #047599;
  color: #fff;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 500;
  letter-spacing: .05em;
}

@media screen and (max-width: 767px) {
  .section_cationic_figure-caption {
    line-height: 26px;
    font-size: 1.2rem;
  }
}

@media print, screen and (min-width: 768px) {
  .section_cationic_figure-caption {
    line-height: 1.7;
  }
}

@media print, screen and (min-width: 768px) {
  .section_cationic_figure-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 20px 40px 35px;
  }
}

@media print, screen and (min-width: 768px) {
  .section_cationic_figure-content {
    width: 300px;
  }
}

.section_cationic_figure-head {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 500;
  color: #047599;
}

@media screen and (max-width: 767px) {
  .section_cationic_figure-head {
    margin-top: 18px;
    line-height: 1.88;
    font-size: 1.7rem;
    letter-spacing: .025;
  }
}

@media print, screen and (min-width: 768px) {
  .section_cationic_figure-head {
    line-height: 1.6;
    font-size: 2rem;
    letter-spacing: .075em;
  }
}

@media screen and (max-width: 767px) {
  .section_cationic_figure-txt, .section_cationic_figure-list {
    margin-top: 10px;
    line-height: 1.714;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: .025em;
  }
}

@media print, screen and (min-width: 768px) {
  .section_cationic_figure-txt, .section_cationic_figure-list {
    margin-top: 4px;
    margin-bottom: 12px;
    line-height: 1.8125;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: .05em;
  }
}

.section_cationic_figure-list li {
  padding-left: 1em;
  text-indent: -1em;
}

.section_cationic_figure-list li::before {
  content: "●";
  color: #047599;
}

@media screen and (max-width: 767px) {
  .section_cationic_figure-note {
    margin-top: 10px;
  }
}

.section_cationic_figure-note2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #047599;
  border-radius: 3px;
}

@media screen and (max-width: 767px) {
  .section_cationic_figure-note2 {
    margin-top: 10px;
    padding: 15px 0 15px 25px;
  }
}

@media print, screen and (min-width: 768px) {
  .section_cationic_figure-note2 {
    padding: 15px 0 15px 15px;
  }
}

.section_cationic_figure-note2--img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 102px;
}

.section_cationic_figure-note2--txt {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
  color: #047599;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .section_cationic_figure-note2--txt {
    line-height: 1.69;
    font-size: 1.3rem;
    letter-spacing: .02em;
  }
}

@media print, screen and (min-width: 768px) {
  .section_cationic_figure-note2--txt {
    padding: 5px;
    line-height: 1.6;
    font-size: 1.5rem;
    letter-spacing: .05em;
  }
}

@media print, screen and (min-width: 768px) {
  .section_cationic_figure-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 454px;
  }
}

.section_cationic_figure-dl dt {
  text-align: center;
  background-color: #047599;
  color: #fff;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .section_cationic_figure-dl dt {
    line-height: 1.88;
    font-size: 1.7rem;
    letter-spacing: .025em;
  }
}

@media print, screen and (min-width: 768px) {
  .section_cationic_figure-dl dt {
    padding: 5px;
    line-height: 1.6;
    font-size: 1.5rem;
    letter-spacing: .05em;
  }
}

.section_cationic_figure-dl dd {
  text-align: center;
}

.section_cationic-1, .section_cationic-2 {
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .section_cationic-1, .section_cationic-2 {
    margin-top: 25px;
  }
}

@media print, screen and (min-width: 768px) {
  .section_cationic-1, .section_cationic-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 214px;
    height: 242px;
  }
}

.section_cationic-1 dd, .section_cationic-2 dd {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section_cationic-2 dt {
  background-color: #ECAE19;
}

.section_cationic-3 {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .section_cationic-3 {
    margin-top: 30px;
  }
}

.section_cationic-3 dt {
  margin-bottom: 10px;
}

.section_cationic-3--1, .section_cationic-3--3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .section_cationic-3--1 {
    height: 80px;
  }
}

@media print, screen and (min-width: 768px) {
  .section_cationic-3--1 {
    height: 60px;
  }
}

.section_cationic-3--2 {
  display: block;
}

.section_cationic-3--2 img {
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .section_cationic-3--3 {
    height: 80px;
  }
}

@media print, screen and (min-width: 768px) {
  .section_cationic-3--3 {
    height: 110px;
  }
}

.section_cationic-4 {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .section_cationic-4 {
    margin-top: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .section_cationic-4 {
    margin-top: auto;
  }
}

.section_cationic-4 dt {
  margin-bottom: 10px;
}

.section_cationic-4 dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .section_cationic-4 dd {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.section_cationic-4--1, .section_cationic-4--3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .section_cationic-4--1, .section_cationic-4--3 {
    width: 100%;
    height: 115px;
  }
}

@media print, screen and (min-width: 768px) {
  .section_cationic-4--1, .section_cationic-4--3 {
    width: calc((100% - 11px) / 2);
    height: 120px;
  }
}
/*# sourceMappingURL=construction.css.map */