@charset "UTF-8";
/* adjusting
================================================== */
#contents .headSection {
  padding-bottom: 10px;
}
#contents .headSection .ttl {
  float: none;
  width: auto;
}
#contents .headSection .ttl h1 {
  display: block;
  padding: 0;
  background: none;
  font-size: 24px;
}
#contents .ff-yugo {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif" !important;
}
@media only screen and (max-width: 767px) {
  #contents {
    padding: 0;
  }
  #contents .headSection {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #contents .headSection .innerBlock {
    width: auto;
    padding: 0 10px;
  }
  #contents .headSection .ttl h1 {
    font-size: 14px;
  }
}

/* share
================================================== */
#contents .snsArea {
  padding: 50px 0 0;
}
#contents .share_title {
  font-size: 30px;
  text-align: center;
}
#contents .share_list {
  margin: 25px auto 0;
}
#contents .share_list ul {
  text-align: center;
}
#contents .share_list ul li {
  vertical-align: top;
  display: inline-block;
  position: relative;
  margin: 0 15px;
}
@media only screen and (max-width: 767px) {
  #contents .snsArea {
    padding: 30px 0;
  }
  #contents .share_title {
    font-size: 22px;
  }
  #contents .share_list {
    margin-top: 15px;
  }
}

/* common
================================================== */
/* grad-txt */
#contents.responsive .grad-txt {
  display: inline-block;
  color: #1e4586;
  background: -webkit-linear-gradient(0deg, #1e4586, #0094e9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#contents.responsive em {
  font-style: normal;
}
#contents.responsive .section {
  padding: 70px 0 60px 0;
}
#contents.responsive .section__title {
  width: 960px;
  margin: 0 auto 50px;
}
#contents.responsive .section__title h2 {
  font-size: 34px;
  line-height: 1.3;
}
#contents.responsive .section__title h2 sup {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
}
#contents.responsive .section__inner {
  width: 960px;
  margin: 0 auto;
}
#contents.responsive .section__notes {
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  #contents.responsive .section {
    padding: 40px 0 30px 0;
  }
  #contents.responsive .section__title {
    width: auto;
    margin: 0 0 30px;
    padding: 0 15px;
  }
  #contents.responsive .section__title h2 {
    display: flex;
    font-size: 24px;
  }
  #contents.responsive .section__title h2 sup {
    font-size: 12px;
    white-space: nowrap;
  }
  #contents.responsive .section__inner {
    width: auto;
  }
}

/* visual
================================================== */
#contents.responsive .visual {
  background: url(/products/environment/heatfree/images/visual_bg-pc.jpg) no-repeat center;
  background-size: cover;
}
#contents.responsive .visual__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 960px;
  height: 250px;
  margin: 0 auto;
}
#contents.responsive .visual__text {
  line-height: 1.2;
}
#contents.responsive .visual__text p {
  margin-bottom: .5em;
  font-size: 20px;
  font-weight: bold;
  color: #1e4586;
}
#contents.responsive .visual__text h2 {
  font-size: 38px;
}
#contents.responsive .visual__text h2 em {
  font-size: 48px;
}
@media only screen and (max-width: 767px) {
  #contents.responsive .visual {
    background: url(/products/environment/heatfree/images/visual_bg-sp.jpg) no-repeat center;
    background-size: cover;
  }
  #contents.responsive .visual__inner {
    display: block;
    width: auto;
    height: auto;
    padding: 35px 15px 20px;
  }
  #contents.responsive .visual__text p {
    font-size: 14px;
  }
  #contents.responsive .visual__text h2 {
    line-height: 1.3;
    font-size: 19px;
  }
  #contents.responsive .visual__text h2 em {
    font-size: 24px;
  }
  #contents.responsive .visual__logo p {
    margin-top: -1em;
    text-align: right;
  }
  #contents.responsive .visual__logo img {
    width: 130px;
    height: auto;
  }
}

/* desc
================================================== */
#contents.responsive .desc {
  padding: 40px 0;
  background: #e6f1f9;
  text-align: center;
}
#contents.responsive .desc__inner {
  width: 960px;
  margin: 0 auto;
}
#contents.responsive .desc__inner p {
  font-size: 16px;
  font-weight: bold;
  line-height: 2.25;
}
@media only screen and (max-width: 767px) {
  #contents.responsive .desc {
    padding: 30px 15px;
  }
  #contents.responsive .desc__inner {
    width: auto;
  }
  #contents.responsive .desc__inner p {
    font-size: 15px;
    line-height: 1.66;
  }
}

/* values
================================================== */
#contents.responsive .values {
  padding-bottom: 0;
}
#contents.responsive .values__section {
  margin-bottom: 70px;
  background: linear-gradient(90deg, #fff 0%, #fff 50%, #e6f1f9 50%, #e6f1f9 100%);
}
#contents.responsive .values__section--v2 {
  background: linear-gradient(90deg, #d1e5f4 0%, #d1e5f4 50%, #fff 50%, #fff 100%);
}
#contents.responsive .values__sections {
  background: linear-gradient(90deg, #e6f1f9 0%, #e6f1f9 50%, #d1e5f4 50%, #d1e5f4 100%);
}
#contents.responsive .values__sections__inner {
  display: flex;
  justify-content: space-between;
}
#contents.responsive .values__grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(90deg, #fff 0%, #fff 220px, #e6f1f9 220px, #e6f1f9 100%);
}
#contents.responsive .values__grid--v2 {
  flex-direction: row-reverse;
  background: linear-gradient(270deg, #fff 0%, #fff 220px, #d1e5f4 220px, #d1e5f4 100%);
}
#contents.responsive .values__grid__image {
  flex: 0 0 500px;
  box-shadow: 10px 10px 0 0 #1e4586;
}
#contents.responsive .values__grid__text {
  flex: 0 0 400px;
  padding: 65px 0;
}
#contents.responsive .values__grid__text p:nth-of-type(1) {
  margin-bottom: 25px;
  font-size: 70px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: right;
}
#contents.responsive .values__grid__text p:nth-of-type(2) {
  font-size: 16px;
}
#contents.responsive .values__grid__text h3 {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: bold;
  color: #1e4586;
  line-height: 1.4;
}
#contents.responsive .values__grid__text h3 i {
  margin-right: 15px;
}
#contents.responsive .values__grid__text--v2 p:nth-of-type(1) {
  text-align: left;
}
#contents.responsive .values__grid__text--other {
  flex: 0 0 420px;
  padding: 30px 0 50px;
}
#contents.responsive .values__grid__text--other p:nth-of-type(1) {
  text-align: left;
}
#contents.responsive .values__notes {
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  #contents.responsive .values__section {
    margin-bottom: 40px;
    background: none;
  }
  #contents.responsive .values__section--v2 {
    background: none;
  }
  #contents.responsive .values__sections {
    background: none;
  }
  #contents.responsive .values__sections__inner {
    display: block;
  }
  #contents.responsive .values__grid {
    display: block;
    background: none;
  }
  #contents.responsive .values__grid__image {
    position: relative;
    margin: 0 15px;
    box-shadow: 7px 7px 0 0 #1e4586;
    z-index: 2;
  }
  #contents.responsive .values__grid__text {
    position: relative;
    padding: 0 15px 40px;
    z-index: 1;
  }
  #contents.responsive .values__grid__text p:nth-of-type(1) {
    margin-bottom: 15px;
    font-size: 50px;
    text-align: left;
  }
  #contents.responsive .values__grid__text p:nth-of-type(2) {
    font-size: 15px;
  }
  #contents.responsive .values__grid__text h3 {
    font-size: 20px;
  }
  #contents.responsive .values__grid__text h3 i {
    margin-right: 10px;
  }
  #contents.responsive .values__grid__text h3 i img {
    width: 65px;
    height: auto;
  }
  #contents.responsive .values__grid__text--v1, #contents.responsive .values__grid__text--v3 {
    background: #e6f1f9;
  }
  #contents.responsive .values__grid__text--v2, #contents.responsive .values__grid__text--v4 {
    background: #d1e5f4;
  }
  #contents.responsive .values__grid__text--v1, #contents.responsive .values__grid__text--v2 {
    margin-top: -105px;
    padding-top: 130px;
  }
  #contents.responsive .values__grid__text--other {
    padding-top: 30px;
  }
  #contents.responsive .values__notes {
    margin-top: 10px;
    padding: 0 15px;
  }
}

/* piezo-inkjet
================================================== */
#contents.responsive .piezo-inkjet__text {
  margin-bottom: 1.25em;
  font-size: 16px;
}
#contents.responsive .piezo-inkjet__text strong {
  font-size: 18px;
}
#contents.responsive .piezo-inkjet__image {
  margin-top: 50px;
}
#contents.responsive .piezo-inkjet .c1 {
  color: #ef4644;
}
#contents.responsive .piezo-inkjet .c2 {
  color: #ea7120;
}
#contents.responsive .piezo-inkjet .c3 {
  color: #1e4586;
}
@media only screen and (max-width: 767px) {
  #contents.responsive .piezo-inkjet__inner {
    padding: 0 15px;
  }
  #contents.responsive .piezo-inkjet__text {
    font-size: 15px;
  }
  #contents.responsive .piezo-inkjet__text strong {
    font-size: 17px;
  }
  #contents.responsive .piezo-inkjet__image {
    margin-top: 30px;
  }
}

/* technology
================================================== */
#contents.responsive .technology {
  padding-top: 60px;
  padding-bottom: 70px;
  background: #1e4586;
  color: #fff;
}
#contents.responsive .technology__lead {
  margin-bottom: .75em;
  font-size: 20px;
  text-align: center;
}
#contents.responsive .technology__title {
  margin-bottom: 1.25em;
  font-size: 34px;
  line-height: 1.2;
  text-align: center;
}
#contents.responsive .technology__grid {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
}
#contents.responsive .technology__grid__image {
  flex: 0 0  500px;
  box-shadow: 10px 10px 0 0 #122950;
}
#contents.responsive .technology__grid__image a, #contents.responsive .technology__grid__image img {
  display: block;
}
#contents.responsive .technology__grid__text {
  flex: 0 0  415px;
}
#contents.responsive .technology__grid__text p {
  font-size: 16px;
}
#contents.responsive .technology__grid__text p + p {
  margin-top: 1.25em;
}
@media only screen and (max-width: 767px) {
  #contents.responsive .technology {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  #contents.responsive .technology__inner {
    padding: 0 15px;
  }
  #contents.responsive .technology__lead {
    font-size: 17px;
  }
  #contents.responsive .technology__title {
    font-size: 24px;
  }
  #contents.responsive .technology__grid {
    display: block;
  }
  #contents.responsive .technology__grid__image {
    margin-bottom: 40px;
    box-shadow: 7px 7px 0 0 #122950;
  }
  #contents.responsive .technology__grid__text p {
    font-size: 15px;
  }
}

/* products
================================================== */
#contents.responsive .products {
  padding-top: 70px;
  margin-bottom: 40px;
}
#contents.responsive .products h2 {
  text-align: center;
}
#contents.responsive .products__items {
  display: flex;
  text-align: center;
  margin-top: 40px;
}
#contents.responsive .products__items > li {
  flex: 1 0 0%;
}
#contents.responsive .products__item a {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}
#contents.responsive .products__item div {
  margin-bottom: 1.25em;
}
#contents.responsive .products__item div img {
  width: 170px;
  height: auto;
}
#contents.responsive .products__item p {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  height: 3em;
}
#contents.responsive .products__bnr {
  display: flex;
  justify-content: center;
  margin-top: 70px;
  text-align: center;
}
#contents.responsive .products__bnr > li + li {
  margin-left: 30px;
}
#contents.responsive .products__bnr > li a span {
  display: block;
  margin-top: .5em;
  max-width: 440px;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  #contents.responsive .products {
    padding-top: 40px;
  }
  #contents.responsive .products .section__title {
    margin-bottom: 0;
  }
  #contents.responsive .products__items {
    flex-wrap: wrap;
    margin-top: 0;
    padding: 0 15px;
  }
  #contents.responsive .products__items > li {
    margin-top: 40px;
    flex: 0 0 50%;
  }
  #contents.responsive .products__item div img {
    width: auto;
    max-width: 140px;
  }
  #contents.responsive .products__item p {
    height: auto;
    min-height: 5em;
  }
  #contents.responsive .products__item p.is-single {
    min-height: 1em;
  }
  #contents.responsive .products__bnr {
    display: block;
    margin-top: 50px;
    padding: 0 15px;
  }
  #contents.responsive .products__bnr > li + li {
    margin: 15px 0 0 0;
  }
}

/* Utility
================================================== */
@media (min-width: 768px) {
  #contents.responsive .forsp {
    display: none !important;
  }
}
@media print {
  #contents.responsive .forsp {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  #contents.responsive .forpc {
    display: none !important;
  }
}
#contents.responsive .oro {
  transition: opacity .3s ease;
}
#contents.responsive .oro:hover {
  opacity: .7;
}
#contents.responsive img.liquid {
  width: 100%;
  height: auto;
}
#contents.responsive img.liquid--mw {
  width: auto;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  #contents.responsive img.liquid--sp {
    width: 100%;
    height: auto;
  }
}

/* library
================================================== */
@keyframes modal-video {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes modal-video-inner {
  from {
    transform: translate(0, 100px);
  }
  to {
    transform: translate(0, 0);
  }
}
.modal-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 1000000;
  cursor: pointer;
  opacity: 1;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-name: modal-video;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  outline: none;
}

.modal-video-close {
  opacity: 0;
}

.modal-video-close .modal-video-movie-wrap {
  -webkit-transform: translate(0, 100px);
  -moz-transform: translate(0, 100px);
  -ms-transform: translate(0, 100px);
  -o-transform: translate(0, 100px);
  transform: translate(0, 100px);
}

.modal-video-body {
  max-width: 900px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: table;
}

.modal-video-inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.modal-video-movie-wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  background-color: #333;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-name: modal-video-inner;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -ms-transition: -ms-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal-video-movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-video-movie-wrap + p {
  margin-top: 10px;
  font-size: 12px;
  color: #fff;
}

.modal-video-close-btn {
  position: absolute;
  z-index: 2;
  top: -70px;
  right: 0;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  overflow: hidden;
  border: none;
  background: #fff;
  cursor: pointer;
}

.modal-video-close-btn:before {
  transform: rotate(45deg);
}

.modal-video-close-btn:after {
  transform: rotate(-45deg);
}

.modal-video-close-btn:before, .modal-video-close-btn:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 50%;
  top: 30px;
  left: 13px;
  margin-top: -1px;
  background: #444;
  border-radius: 5px;
  margin-top: -6px;
}

@media only screen and (max-width: 767px) {
  .modal-video-inner {
    padding: 0 15px;
  }

  .modal-video-close-btn {
    top: -55px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
  }

  .modal-video-close-btn:before, .modal-video-close-btn:after {
    top: 25px;
    left: 11px;
  }
}
