﻿@charset "UTF-8";
@font-face {
  font-family: 'fontello';
  src: url("../fonts/fontello.eot");
  src: url("../fonts/fontello.eot") format("embedded-opentype"), url("../fonts/fontello.woff2") format("woff2"), url("../fonts/fontello.woff") format("woff"), url("../fonts/fontello.ttf") format("truetype"), url("../fonts/fontello.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-key:before {
  content: '\e800'; }

/* '' */
.icon-globe:before {
  content: '\e801'; }

/* '' */
.icon-person:before {
  content: '\e802'; }

/* '' */
.icon-phone-circled:before {
  content: '\e803'; }

/* '' */
.icon-document:before {
  content: '\e819'; }

/* '' */
.icon-graph:before {
  content: '\e81a'; }

/* '' */
.icon-atom:before {
  content: '\e81b'; }

/* '' */
.icon-cancel:before {
  content: '\e81c'; }

/* '' */
.icon-pdf_file:before {
  content: '\e82b'; }

/* '' */
.icon-search:before {
  content: '\e82f'; }

/* '' */
.icon-download:before {
  content: '\e830'; }

/* '' */
.icon-circle_exclamation_mark:before {
  content: '\e835'; }

/* '' */
.icon-search_question:before {
  content: '\e836'; }

/* '' */
.icon-exclamation:before {
  content: '\e83e'; }

/* '' */
.icon-settings:before {
  content: '\e843'; }

/* '' */
.icon-folder:before {
  content: '\e845'; }

/* '' */
.icon-line-chart:before {
  content: '\e848'; }

/* '' */
.icon-website_link:before {
  content: '\e84c'; }

/* '' */
.icon-icn_electrical:before {
  content: '\e8ba'; }

/* '' */
.icon-icn_mechanical:before {
  content: '\e8bb'; }

/* '' */
.icon-icn_thermal:before {
  content: '\e8bc'; }

/* '' */
.icon-icn_chemical:before {
  content: '\e8bd'; }

/* '' */
.icon-mail-alt:before {
  content: '\f0e0'; }

/* '' */
.icon-angle-double-down:before {
  content: '\f103'; }

/* '' */
.icon-angle-left:before {
  content: '\f104'; }

/* '' */
.icon-angle-right:before {
  content: '\f105'; }

/* '' */
.icon-angle-up:before {
  content: '\f106'; }

/* '' */
.icon-angle-down:before {
  content: '\f107'; }

/* '' */
.icon-angle-circled-down:before {
  content: '\f13a'; }

/* '' */
.icon-building-filled:before {
  content: '\f1ad'; }

/* '' */
.icon-youtube-play:before {
  content: '\f16a'; }

/* '' */
.clearfix {
  *zoom: 1; }
  .clearfix:after {
    content: "";
    display: table;
    clear: both; }

/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d; }

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none; }

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

@media (max-width: 1280px) {
  .owl-theme .owl-nav {
    display: none; } }
.owl-theme .owl-nav [class*='owl-'] {
  position: absolute;
  top: 140px;
  z-index: 1;
  	/*
  	width: 30px;
  	height: 30px;
  */ }

.owl-theme .owl-nav .owl-prev {
  left: -80px; }

.owl-theme .owl-nav .owl-next {
  right: -80px; }

.owl-theme .owl-nav [class*='owl-']:before {
  color: #00275e;
  font-family: "fontello";
  font-size: 56px;
  display: inline-block; }

.owl-theme .owl-nav .owl-prev:before {
  content: '\e804'; }

.owl-theme .owl-nav .owl-next:before {
  content: '\e805'; }

.owl-theme .owl-nav [class*='owl-']:hover {
  	/*
  	background: #869791;
  	color: #FFF;
  	text-decoration: none;
  */ }

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline; }

.owl-theme .owl-dots .owl-dot span {
  width: 6px;
  height: 6px;
  margin: 5px 7px;
  background: #c9c9c9;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 50%; }

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #0d3266; }

/*--------------------
共通
--------------------*/
.fc_contents article {
  width: 100%; }
  .fc_contents article section {
    position: relative;
    width: 100%; }
    @media only screen and (max-width: 1023px) {
      .fc_contents article section {
        min-height: auto; } }
    .fc_contents article section:nth-child(even) {
      /*background: #f0f3f6;*/
      overflow: hidden; }
      .fc_contents article section#section1:nth-child(even){
          background: transparent;
      }
      .fc_contents article section:nth-child(even):before {
        position: absolute;
        z-index: -1;
        top: 0;
        left: -500px;
        content: "";
        display: block;
        width: 1000px;
        height: 1000px;
        background: #f0f3f6;
        border-top: 500px solid #f6f9fc;
        border-left: 500px solid #f6f9fc;
        border-bottom: 500px solid transparent;
        border-right: 500px solid transparent;
        display:none;}
    .fc_contents article section .container {
      width: 100%;
      max-width: 1440px;
      margin: 0 auto;
      padding: 30px 0;
      text-align: left;
      box-sizing: content-box; }
      @media only screen and (max-width: 1023px) {
        .fc_contents article section .container {
          max-width: calc(100% - 40px);
          padding: 40px 0; } }
      @media only screen and (max-width: 768px) {
        .fc_contents article section .container {
          max-width: calc(100% - 30px);
          padding: 20px 0; } }
      .fc_contents article section .container h1 {
        font-size: 42px; }
        @media only screen and (max-width: 1023px) {
          .fc_contents article section .container h1 {
            font-size: 36px; } }
        @media only screen and (max-width: 768px) {
          .fc_contents article section .container h1 {
            font-size: 22px; } }
      .fc_contents article section .container h1 + p {
        margin-top: 20px; }
        @media only screen and (max-width: 768px) {
          .fc_contents article section .container h1 + p {
            margin-top: 12px; } }
      .fc_contents article section .container p {
        font-size: 18px;
        line-height: 1.4; }
        @media only screen and (max-width: 768px) {
          .fc_contents article section .container p {
            font-size: 14px; } }
        .fc_contents article section .container p > span {
          font-size: 14px;
          color: #888; }
          .fc_contents article section .container p > span > span {
            display: inline-block;
            color: #e20226;
            margin-right: 4px; }
      .fc_contents article section .container .btn {
        margin-top: 30px;
        text-align: right; }
        .about-video .container .video-btn{
            float: right; }
        @media only screen and (max-width: 768px) {
          .fc_contents article section .container .btn {
            margin-top: 10px;
            text-align: center;
          	width: 100%; } }
        .fc_contents article section .container .btn a {
          position: relative;
          display: inline-block;
          display: flex;
          align-items: center;
          justify-content: center;
          width: 444px;
          font-size: 22px;
          color: #fff;
          line-height: 56px;
          text-align: center;
          background: #e20226;
          border-radius: 6px;
          transition: all .3s; }
          .fc_contents article section .container .btn a img{width:auto;height:30px;margin-right:20px;transform: scale(1)!important;}
          @media only screen and (max-width: 768px) {
            .fc_contents article section .container .btn a {
              width: 100%;
              font-size: 16px;
              line-height: 48px; } }
          .fc_contents article section .container .btn a:hover {
            background: #960119; }
          .fc_contents article section .container .btn a:after {
            position: absolute;
            top: 50%;
            right: 14px;
            transform: translateY(-50%);
            font-family: "fontello";
            font-style: normal;
            font-weight: normal;
            speak: none;
            display: inline-block;
            text-decoration: inherit;
            text-align: center;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "\F105";
            font-size: 18px;
            color: #fff; }

/*--------------------
メインビジュアル
--------------------*/
#main_visual {
  position: relative;
  width: 100%;
  height: 960px;
  /*margin-top: -53px;*/ }
  @media only screen and (max-width: 1023px) {
    #main_visual {
      height: 420px;
      margin-top: 0; } }
  @media only screen and (max-width: 768px) {
    #main_visual {
      height: 240px;
      margin-bottom: 40px!important;} }
  #main_visual .mv_slides {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
    height: 640px; }
    @media only screen and (max-width: 1023px) {
      #main_visual .mv_slides {
        width: 1280px;
        height: 420px; } }
    @media only screen and (max-width: 768px) {
      #main_visual .mv_slides {
        width: 720px;
        height: 240px; } }
    #main_visual .mv_slides .mv_slide {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 640px;
      opacity: 0;
      transition: all 2s; }
      @media only screen and (max-width: 1023px) {
        #main_visual .mv_slides .mv_slide {
          width: 1280px;
          height: 420px; } }
      @media only screen and (max-width: 768px) {
        #main_visual .mv_slides .mv_slide {
          width: 720px;
          height: 240px; } }
      #main_visual .mv_slides .mv_slide.active {
        opacity: 1; }
        #main_visual .mv_slides .mv_slide.active h1 {
          opacity: 1;
          top: 0;
          animation: h1_active 3s ease-out 1; }
      #main_visual .mv_slides .mv_slide img {
        width: 100%;
        height: auto; }
      #main_visual .mv_slides .mv_slide .bg, #main_visual .mv_slides .mv_slide h1 {
        position: absolute;
        top: 0;
        left: 0; }
      #main_visual .mv_slides .mv_slide h1 {
        top: 0;
        display: block;
        width: 1920px;
        height: 640px;
        opacity: 0;
        transition: all 3s; }
        @media only screen and (max-width: 1023px) {
          #main_visual .mv_slides .mv_slide h1 {
            width: 1280px;
            height: 420px; } }
        @media only screen and (max-width: 768px) {
          #main_visual .mv_slides .mv_slide h1 {
            width: 720px;
            height: 240px; } }
@keyframes h1_active {
  0% {
    top: 50px;
    opacity: 0; }
  25% {
    top: 50px;
    opacity: 0; }
  100% {
    top: 0;
    opacity: 1; } }
    #main_visual .mv_slides .mv_dots {
      position: absolute;
      bottom: 30px;
      left: 0;
      width: 100%;
      font-size: 0;
      text-align: center; }
      @media only screen and (max-width: 1023px) {
        #main_visual .mv_slides .mv_dots {
          width: 1280px; } }
      @media only screen and (max-width: 768px) {
        #main_visual .mv_slides .mv_dots {
          bottom: 15px;
          width: 720px; } }
      #main_visual .mv_slides .mv_dots li {
        display: inline-block;
        width: 12px;
        height: 12px;
        font-size: 100%;
        background: #ccc;
        border-radius: 50%;
        margin: 0 5px;
        transition: all 1s;
        cursor: pointer; }
        #main_visual .mv_slides .mv_dots li.active {
          background: #e20226;
          cursor: default; }

/*--------------------
About Kyocera
--------------------*/
.sec_overview .container ol {
  font-size: 0;
  margin: 30px -9px 0 -9px; }
  @media only screen and (max-width: 768px) {
    .sec_overview .container ol {
      margin: 20px -5px 0 -5px; } }
  .sec_overview .container ol li {
    display: inline-block;
    width: calc(20% - 18px);
    margin: 0 9px;
    height: 166px; }
    @media only screen and (max-width: 768px) {
      .sec_overview .container ol li {
        width: calc(50% - 10px);
        margin: 0 5px 15px;
        height: 110px; } }
    .sec_overview .container ol li:nth-child(1) a {
      background: url(../images/overview_bg2.jpg) no-repeat 0 0;
      background-size: cover; }
    .sec_overview .container ol li:nth-child(2) a {
      background: url(../images/overview_bg1.jpg) no-repeat 0 0;
      background-size: cover; }
    .sec_overview .container ol li:nth-child(3) a {
      background: url(../images/overview_bg3.jpg) no-repeat 0 0;
      background-size: cover; }
    .sec_overview .container ol li:nth-child(4) a {
      background: url(../images/overview_bg4.jpg) no-repeat 0 0;
      background-size: cover; }
    .sec_overview .container ol li:nth-child(5) a {
      background: url(../images/overview_bg5.jpg) no-repeat 0 0;
      background-size: cover; }
    .sec_overview .container ol li a {
      position: relative;
      display: block;
      width: 100%;
      height: 100%;
      border-radius: 6px;
      overflow: hidden;
      box-shadow: 0 0 12px rgba(0, 0, 0, 0.3), 0 0 18px rgba(0, 0, 0, 0), 0 0 24px rgba(0, 0, 0, 0);
      transition: all .3s; }
      .sec_overview .container ol li a:hover {
        box-shadow: 0 0 12px rgba(226, 2, 38, 0.3), 0 0 18px rgba(226, 2, 38, 0.3), 0 0 24px rgba(226, 2, 38, 0.3); }
      .sec_overview .container ol li a span {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        display: block;
        width: 100%;
        font-size: 20px;
        color: #fff;
        line-height: 1.2;
        text-align: center;
        text-shadow: 0 0 3px #555, 0 0 6px #555; }
        @media only screen and (max-width: 768px) {
          .sec_overview .container ol li a span {
            font-size: 16px; } }
.sec_overview .container .btn {
  margin-top: 40px !important; }
  @media only screen and (max-width: 768px) {
    .sec_overview .container .btn {
      margin-top: 10px !important; } }
.sec_overview .float_nav {
  position: absolute;
  top: 60px;
  left: calc((100% - 1200px) / 2);
  width: 240px;
  text-align: left;
  box-shadow: 0 0 10px #ccc;
  z-index: 99; }
  .sec_overview .float_nav.active {
    position: fixed;
    top: 60px; }
  @media only screen and (max-width: 1023px) {
    .sec_overview .float_nav {
      display: none; } }
  .sec_overview .float_nav ol li:last-child {
    border-bottom: none; }
  .sec_overview .float_nav ol li a {
    position: relative;
    display: block;
    width: 240px;
    height: 46px;
    font-size: 14px;
    color: #555;
    background: #fff;
    overflow: hidden;
    transition: all .3s; }
    .sec_overview .float_nav ol li a:before {
      position: absolute;
      top: 0;
      left: -250px;
      content: "";
      display: block;
      width: 250px;
      height: 46px;
      background: #e20226;
      transition: all .3s; }
    .sec_overview .float_nav ol li a:after {
      position: absolute;
      top: 0;
      right: 0;
      content: "";
      display: block;
      width: 46px;
      height: 46px;
      border-top: 23px solid transparent;
      border-right: 23px solid #fff;
      border-bottom: 23px solid #fff;
      border-left: 23px solid transparent; }
    .sec_overview .float_nav ol li a span {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      padding: 16px 14px 0;
      font-size: 16px;}
      .sec_overview .float_nav ol li a span:before {
        font-family: "fontello";
        font-style: normal;
        font-weight: normal;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        text-align: center;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\F105";
        color: #e20226;
        margin-right: 6px;
        transition: all .3s; }
    .sec_overview .float_nav ol li a:hover {
      color: #fff;
      background: #bbb; }
    .sec_overview .float_nav ol li a.active {
      color: #fff; }
      .sec_overview .float_nav ol li a.active:before {
        left: 0; }
        .sec_overview .float_nav ol li a.active:before:hover {
          background: #960119; }
      .sec_overview .float_nav ol li a.active span:before {
        color: #fff; }

/*--------------------
Product Search by Category
--------------------*/
.sec_products .container ol {
  font-size: 0;
  margin: 30px -15px 0 -15px; }
  @media only screen and (max-width: 768px) {
    .sec_products .container ol {
      margin: 20px -5px 0 -5px; } }
  .sec_products .container ol li {
    display: inline-block;
    width: 210px;
    margin: 0 10px 20px;
    vertical-align: top; }
    @media only screen and (max-width: 1023px) {
      .sec_products .container ol li {
        width: calc(25% - 20px); } }
    @media only screen and (max-width: 768px) {
      .sec_products .container ol li {
        width: calc(50% - 10px);
        margin: 0 5px 15px; } }
    .sec_products .container ol li a {
      display: block;
      background: #fff;
      border-radius: 6px;
      overflow: hidden;
      box-shadow: 0 0 12px rgba(0, 0, 0, 0.3), 0 0 18px rgba(0, 0, 0, 0), 0 0 24px rgba(0, 0, 0, 0);
      transition: all .3s; }
      .sec_products .container ol li a:hover {
        box-shadow: 0 0 12px rgba(226, 2, 38, 0.3), 0 0 18px rgba(226, 2, 38, 0.3), 0 0 24px rgba(226, 2, 38, 0.3); }
      .sec_products .container ol li a img {
        width: 100%;
        image-rendering: -moz-crisp-edges;
        image-rendering: -o-crisp-edges;
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
        -ms-interpolation-mode: nearest-neighbor;}
      .sec_products .container ol li a h2 {
        font-size: 14px;
        color: #555;
        line-height: 1.4;
        padding: 12px 16px 10px; }

/*--------------------
Product Search by Material
--------------------*/
.sec_material .container ol {
  font-size: 0;
  margin: 30px -15px 0 -15px; }
  @media only screen and (max-width: 768px) {
    .sec_material .container ol {
      margin: 20px -5px 0 -5px; } }
  .sec_material .container ol li {
    display: inline-block;
    width: 210px;
    margin: 0 10px 20px;
    vertical-align: top; }
    @media only screen and (max-width: 1023px) {
      .sec_material .container ol li {
        width: calc(25% - 20px); } }
    @media only screen and (max-width: 768px) {
      .sec_material .container ol li {
        width: calc(50% - 10px);
        margin: 0 5px 15px; } }
    .sec_material .container ol li a {
      display: block;
      background: #fff;
      border-radius: 6px;
      overflow: hidden;
      box-shadow: 0 0 12px rgba(0, 0, 0, 0.3), 0 0 18px rgba(0, 0, 0, 0), 0 0 24px rgba(0, 0, 0, 0);
      transition: all .3s; }
      .sec_material .container ol li a:hover {
        box-shadow: 0 0 12px rgba(226, 2, 38, 0.3), 0 0 18px rgba(226, 2, 38, 0.3), 0 0 24px rgba(226, 2, 38, 0.3); }
      .sec_material .container ol li a .material {
        position: relative;
        width: 120px;
        height: 120px;
        background: #004388;
        margin: 20px auto 0; }
        @media only screen and (max-width: 768px) {
          .sec_material .container ol li a .material {
            width: 100px;
            height: 80px; } }
        .sec_material .container ol li a .material > p {
          position: absolute;
          top: 50%;
          left: 0;
          transform: translateY(-50%);
          display: block;
          width: 100%;
          font-size: 30px;
          font-weight: 600;
          color: #fff;
          line-height: 1.1;
          text-align: center; }
          @media only screen and (max-width: 768px) {
            .sec_material .container ol li a .material > p {
              font-size: 22px; } }
          .sec_material .container ol li a .material > p > sub {
            font-size: 20px;
            color: #fff;
            vertical-align: middle;
            position: relative;
            top: 1px; }
            @media only screen and (max-width: 768px) {
              .sec_material .container ol li a .material > p > sub {
                font-size: 14px; } }
      .sec_material .container ol li a h2 {
        font-size: 14px;
        color: #555;
        line-height: 1.4;
        text-align: center;
        padding: 12px 16px 10px; }
      .sec_material .container ol li a figure {
        text-align: center;
        padding-top: 20px; }
        .sec_material .container ol li a figure img {
          width: auto;
          margin: 0 auto; }
        .sec_material .container ol li a figure figcaption {
          font-size: 14px;
          color: #555;
          line-height: 1.4;
          padding: 12px 16px 10px; }

/*--------------------
Product Search by Property
--------------------*/
.sec_property .container > ol {
  font-size: 0;
  margin: 30px -15px 0 -15px; }
  @media only screen and (max-width: 768px) {
    .sec_property .container > ol {
      margin: 20px 0 0; } }
  .sec_property .container > ol > li {
    position: relative;
    display: inline-block;
    width: 210px;
    margin: 0 10px 20px;
    vertical-align: top;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.3), 0 0 18px rgba(0, 0, 0, 0), 0 0 24px rgba(0, 0, 0, 0);
    transition: all .3s;
    padding: 20px 0; }
    @media only screen and (max-width: 1023px) {
      .sec_property .container > ol > li {
        width: calc(25% - 20px); } }
    @media only screen and (max-width: 768px) {
      .sec_property .container > ol > li {
        display: block;
        width: 100%;
        margin: 0 0 15px;
        padding: 15px 0; } }
    .sec_property .container > ol > li h2 {
      font-size: 24px;
      color: #555;
      text-align: center;
      margin-left: -10px; }
      @media only screen and (max-width: 768px) {
        .sec_property .container > ol > li h2 {
          font-size: 20px; } }
      .sec_property .container > ol > li h2 span {
        position: relative;
        padding-left: 32px; }
        @media only screen and (max-width: 768px) {
          .sec_property .container > ol > li h2 span {
            padding-left: 28px; } }
        .sec_property .container > ol > li h2 span:before {
          position: absolute;
          top: 50%;
          left: 0;
          transform: translateY(-52%);
          font-family: "fontello";
          font-style: normal;
          font-weight: normal;
          speak: none;
          display: inline-block;
          text-decoration: inherit;
          text-align: center;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-size: 28px;
          color: #e20226; }
          @media only screen and (max-width: 768px) {
            .sec_property .container > ol > li h2 span:before {
              font-size: 22px; } }
        .sec_property .container > ol > li h2 span.mechanical:before {
          content: "\E8BB"; }
        .sec_property .container > ol > li h2 span.thermal:before {
          content: "\E8BC"; }
        .sec_property .container > ol > li h2 span.electrical:before {
          content: "\E8BA"; }
        .sec_property .container > ol > li h2 span.chemical:before {
          content: "\E8BD"; }
    .sec_property .container > ol > li ol {
      margin-top: 14px;
      padding: 0 14px; }
      @media only screen and (max-width: 768px) {
        .sec_property .container > ol > li ol {
          margin-top: 10px; } }
      .sec_property .container > ol > li ol li a {
        position: relative;
        display: block;
        font-size: 14px;
        color: #555;
        line-height: 1.2;
        padding: 6px 6px 6px 16px;
        transition: all .3s; }
        .sec_property .container > ol > li ol li a:before {
          position: absolute;
          top: 5px;
          left: 6px;
          font-family: "fontello";
          font-style: normal;
          font-weight: normal;
          speak: none;
          display: inline-block;
          text-decoration: inherit;
          text-align: center;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: "\F105";
          color: #e20226; }
        .sec_property .container > ol > li ol li a:hover {
          color: #e20226;
          background: #eee; }

/*--------------------
Case Studies
--------------------*/
.sec_casestudies .container ol {
  font-size: 0;
  margin: 30px -10px 0 -10px; }
  @media only screen and (max-width: 768px) {
    .sec_casestudies .container ol {
      margin: 20px -5px 0 -5px; } }
  .sec_casestudies .container ol li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: calc(33.3% - 20px);
    margin: 0 10px; }
    @media only screen and (max-width: 768px) {
      .sec_casestudies .container ol li {
        width: calc(50% - 10px);
        margin: 0 5px 15px; } }
    .sec_casestudies .container ol li a {
      display: block;
      background: #fff;
      border-radius: 6px;
      overflow: hidden;
      box-shadow: 0 0 12px rgba(0, 0, 0, 0.3), 0 0 18px rgba(0, 0, 0, 0), 0 0 24px rgba(0, 0, 0, 0);
      padding: 20px 0 0;
      transition: all .3s; }
      .sec_casestudies .container ol li a:hover {
        box-shadow: 0 0 12px rgba(226, 2, 38, 0.3), 0 0 18px rgba(226, 2, 38, 0.3), 0 0 24px rgba(226, 2, 38, 0.3); }
      .sec_casestudies .container ol li a figure img {
        width: 100%; }
      .sec_casestudies .container ol li a figure figcaption {
        font-size: 14px;
        color: #555;
        line-height: 1.4;
        padding: 12px 16px 10px; }
        @media only screen and (max-width: 768px) {
          .sec_casestudies .container ol li a figure figcaption {
            padding: 10px 10px 10px; } }
.sec_casestudies .container .btn {
  margin-top: 40px !important; }
  @media only screen and (max-width: 768px) {
    .sec_casestudies .container .btn {
      margin-top: 10px !important; } }

/*--------------------
Catalogs
--------------------*/
.sec_catalogs .container ol {
  font-size: 0;
  margin: 30px -15px 0 -15px; }
  @media only screen and (max-width: 768px) {
    .sec_catalogs .container ol {
      margin: 20px -5px 0 -5px; } }
  .sec_catalogs .container ol li {
    display: inline-block;
    width: 210px;
    margin: 0 10px 20px;
    vertical-align: top; }
    @media only screen and (max-width: 1023px) {
      .sec_catalogs .container ol li {
        width: calc(25% - 20px); } }
    @media only screen and (max-width: 768px) {
      .sec_catalogs .container ol li {
        width: calc(100% - 10px);
        margin: 0 5px 15px; } }
    .sec_catalogs .container ol li a {
      position: relative;
      display: block;
      background: #fff;
      border-radius: 6px;
      text-align: center;
      overflow: hidden;
      box-shadow: 0 0 12px rgba(0, 0, 0, 0.3), 0 0 18px rgba(0, 0, 0, 0), 0 0 24px rgba(0, 0, 0, 0); }
      @media only screen and (max-width: 768px) {
        .sec_catalogs .container ol li a {
          text-align: left; } }
      .sec_catalogs .container ol li a:hover {
        box-shadow: 0 0 12px rgba(226, 2, 38, 0.3), 0 0 18px rgba(226, 2, 38, 0.3), 0 0 24px rgba(226, 2, 38, 0.3); }
        .sec_catalogs .container ol li a:hover .dl_pdf {
          opacity: 1; }
      .sec_catalogs .container ol li a img {
        height: 90px;
        border: solid #ccc 1px;
        margin: 20px auto 0; }
        @media only screen and (max-width: 768px) {
          .sec_catalogs .container ol li a img {
            height: 50px;
            margin: 10px; } }
      .sec_catalogs .container ol li a h2 {
        font-size: 14px;
        color: #555;
        line-height: 1.4;
        text-align: center;
        padding: 12px 16px 10px; }
        @media only screen and (max-width: 768px) {
          .sec_catalogs .container ol li a h2 {
            position: absolute;
            top: 50%;
            left: 50px;
            transform: translateY(-50%);
            text-align: left;
            padding: 0 10px; } }
      .sec_catalogs .container ol li a .dl_pdf {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.75);
        opacity: 0;
        transition: all .3s; }
        @media only screen and (max-width: 768px) {
          .sec_catalogs .container ol li a .dl_pdf {
            display: none; } }
        .sec_catalogs .container ol li a .dl_pdf > p {
          position: absolute;
          top: 45%;
          left: 50%;
          transform: translate(-50%, -50%);
          color: #fff;
          text-shadow: 0 0 4px #000, 0 0 8px #000; }
          .sec_catalogs .container ol li a .dl_pdf > p:before {
            font-family: "fontello";
            font-style: normal;
            font-weight: normal;
            speak: none;
            display: inline-block;
            text-decoration: inherit;
            text-align: center;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            display: block;
            content: "\F1C1";
            font-size: 48px; }

/*--------------------
News & Events
--------------------*/
.sec_news .container h1 {
  margin-bottom: 20px; }
  @media only screen and (max-width: 768px) {
    .sec_news .container h1 {
      margin-bottom: 12px; } }
.sec_news .container p + a {
  margin-top: 30px; }
.sec_news .container a {
  display: block;
  transition: all .3s; }
  .sec_news .container a:hover {
    background: #eee; }
    .sec_news .container a:hover dl dd {
      color: #e20226; }
  .sec_news .container a dl {
    display: table;
    border-bottom: 1px solid #ccc;
    padding: 16px 0; }
    @media only screen and (max-width: 768px) {
      .sec_news .container a dl {
        display: block; } }
    .sec_news .container a dl dt {
      display: table-cell;
      vertical-align: top;
      width: 250px;
      padding-left: 12px; }
      @media only screen and (max-width: 768px) {
        .sec_news .container a dl dt {
          display: block;
          width: auto;
          padding-left: 0; } }
      .sec_news .container a dl dt time {
        display: inline-block;
        width: 110px; }
      .sec_news .container a dl dt .tag_event {
        display: inline-block;
        width: 80px;
        font-size: 12px;
        color: #fff;
        text-align: center;
        background: #004388;
        padding: 4px 10px; }
    .sec_news .container a dl dd {
      display: table-cell;
      vertical-align: top;
      width: 650px;
      color: #555;
      line-height: 1.4;
      padding-top: 1px; }
      @media only screen and (max-width: 768px) {
        .sec_news .container a dl dd {
          display: block;
          width: auto;
          padding-top: 10px; } }
.sec_news .container .btn {
  margin-top: 40px !important; }
  @media only screen and (max-width: 768px) {
    .sec_news .container .btn {
      margin-top: 10px !important; } }

/*--------------------
Learn About Ceramics
--------------------*/
@media only screen and (max-width: 768px) {
  .sec_banners .container {
    min-height: auto; } }
.sec_banners .container ol {
  margin-top: 30px;
  font-size: 0; }
  @media only screen and (max-width: 768px) {
    .sec_banners .container ol {
      margin-top: 20px;
      text-align: center; } }
  .sec_banners .container ol li {
    display: inline-block;
    margin-right: 20px; }
    @media only screen and (max-width: 1023px) {
      .sec_banners .container ol li {
        width: calc(33.3% - 20px); } }
    @media only screen and (max-width: 768px) {
      .sec_banners .container ol li {
        display: block;
        width: auto;
        margin: 0 0 15px; } }
    .sec_banners .container ol li a:hover img {
      filter: brightness(140%); }
    .sec_banners .container ol li a img {
      transition: all .3s; }

/*--------------------
Contact Us
--------------------*/
.sec_contact .container {
  min-height: calc(100vh - 248px); }
  @media only screen and (max-width: 768px) {
    .sec_contact .container {
      min-height: auto; } }
  .sec_contact .container .tb {
    display: table;
    margin-top: 24px;
	width: 100%; }
    @media only screen and (max-width: 768px) {
      .sec_contact .container .tb {
        display: block;
        margin-top: 12px; } }
    .sec_contact .container .tb .cl {
      display: table-cell;
      vertical-align: top;
      position: relative; }
      .sec_contact .container .tb .cl:nth-child(1) {
        width: 436px; }
        @media only screen and (max-width: 768px) {
          .sec_contact .container .tb .cl:nth-child(1) {
            width: auto; } }
      @media only screen and (max-width: 768px) {
        .sec_contact .container .tb .cl {
          display: block;
          width: auto; } }
      .sec_contact .container .tb .cl p {
        padding-left: 20px; }
        @media only screen and (max-width: 768px) {
          .sec_contact .container .tb .cl p {
            padding-left: 0;
            margin-top: 12px; } }
      .sec_contact .container .tb .cl .btn {
        position: absolute;
        bottom: 0;
        right: 0; }
        @media only screen and (max-width: 768px) {
          .sec_contact .container .tb .cl .btn {
            position: static; } }
        .sec_contact .container .tb .cl .btn a span:before {
          font-family: "fontello";
          font-style: normal;
          font-weight: normal;
          speak: none;
          display: inline-block;
          text-decoration: inherit;
          text-align: center;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: "\F0E0";
          margin-right: 12px; }

/*--------------------
footer
--------------------*/
/*footer{
	width: 100%;
	height: 90px;
	background: #000;
	p {
		font-size: 14px;
		line-height: 90px;
		color: #fff;
	}
}*/

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