@charset "UTF-8";
* {
  letter-spacing: 0;
  box-sizing: border-box;
  margin: 0;
}

body {
  margin: 0;
  padding: 0;
  background-color: white;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-style: normal;
  font-size: 15px;
  font-weight: 400;
  color: #1a1a1a;
  min-width: 320px;
  line-height: 1.75;
}
@media (max-width: 599px) {
  body {
    font-size: 12px;
  }
}
body.page {
  margin: 0;
}
body #page {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}
h1 b, h2 b, h3 b, h4 b, h5 b, h6 b {
  font-weight: bold;
}

h1 {
  margin: 0;
}

iframe[src*='youtube'] {
  max-height: 54vmin;
}

a {
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
}

em {
  font-style: normal;
}

img {
  max-width: 100%;
}

ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
ul li {
  margin: 0;
  list-style: none;
  padding: 0;
}

div.wpcf7-response-output {
  border: none;
  text-align: center;
}

.global-btnWrap {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-justify-content: center;
  /* no prefix */
  display: flex;
  justify-content: center;
  padding: 1em 1em;
  max-width: 1200px;
  margin: 4em auto;
}
.global-btnWrap p {
  display: none;
}
@media (max-width: 599px) {
  .global-btnWrap {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

main.contents {
  display: block;
  position: relative;
}

.pagetop {
  position: fixed;
  right: 0.5rem;
  bottom: 0.5rem;
  display: none;
  font-size: 0;
  margin: 0;
  padding: 0;
  line-height: 1;
}
.pagetop::before {
  content: "\f0aa";
  font-family: "FontAwesome solid";
  vertical-align: baseline;
  font-size: 2rem;
  color: #333333;
}

.saboxplugin-wrap .label {
  background-color: #333333;
  color: white;
  font-size: 0.8em;
  font-weight: bold;
  padding: 0em 1em;
  line-hight: 1;
}
.saboxplugin-wrap .saboxplugin-authorname {
  font-weight: bold !important;
  margin-bottom: 1em !important;
}

main {
  width: 100%;
  overflow: hidden;
}

article.kaltec section header {
  background: url("../img/kaltec/title_bg.jpg");
  size: cover;
  position: center center;
}
article.kaltec section header h2 {
  color: white;
  font-size: 3em;
  font-weight: normal;
  padding: 2em 0;
  text-align: center;
}
article.kaltec section .contents {
  max-width: 1200px;
  margin: auto;
  padding: 1em;
}
article.kaltec section .contents h2 {
  font-size: 2.1em;
  margin: 1em 0;
}
@media (max-width: 599px) {
  article.kaltec section .contents h2 {
    font-size: 1.5em;
  }
}
article.kaltec section.main {
  position: relative;
}
article.kaltec section.main .main_title {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
article.kaltec section.main .main_title h1 {
  display: table;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 2em;
  margin: auto;
  position: relative;
}
@media (max-width: 999px) {
  article.kaltec section.main .main_title h1 img {
    max-width: 20em;
  }
}
@media (max-width: 599px) {
  article.kaltec section.main .main_title h1 img {
    max-width: 12em;
  }
}
article.kaltec section.main .main_title h1 .circle {
  position: absolute;
  display: table;
  right: -2em;
  top: -2em;
  background-color: #333333;
  color: white;
  width: 5em;
  height: 5em;
  border-radius: 50%;
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 599px) {
  article.kaltec section.main .main_title h1 .circle {
    font-size: 0.8em;
  }
}
article.kaltec section.main .main_title h1 .circle sup {
  font-size: 0.5em;
}
article.kaltec section.main .main_title h2 {
  font-size: 1.8em;
  text-align: center;
  margin: 1em;
  text-shadow: -2px -2px 2px white, 2px 2px 2px white, -2px 2px 2px white, 2px -2px 2px white, 0 0 4px white;
  word-break: keep-all;
}
@media (max-width: 999px) {
  article.kaltec section.main .main_title h2 {
    font-size: 1.3em;
  }
}
article.kaltec section.main .main_title .note {
  font-size: 0.8em;
  font-weight: bold;
  text-align: center;
  word-break: keep-all;
}
article.kaltec section.main .bg_wrapper {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  /* no prefix */
  display: flex;
  flex-wrap: wrap;
}
article.kaltec section.main .bg_wrapper > div {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  width: 50%;
  max-width: 50%;
}
article.kaltec section.main .bg_wrapper > div .imgWrap {
  position: relative;
  padding-top: 60%;
  overflow: hidden;
}
@media (max-width: 599px) {
  article.kaltec section.main .bg_wrapper > div .imgWrap {
    padding-top: 100%;
  }
  article.kaltec section.main .bg_wrapper > div .imgWrap img {
    height: 100%;
    max-width: 200%;
  }
}
article.kaltec section.main .bg_wrapper > div .imgWrap img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
article.kaltec section.nav {
  background-color: #333333;
}
article.kaltec section.nav * {
  color: white;
}
article.kaltec section.nav nav {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin: auto;
}
@media (max-width: 699px) {
  article.kaltec section.nav nav {
    display: -ms-flexbox;
    /* prefix -> -webkit- */
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: left;
    -webkit-align-items: center;
    /* no prefix */
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: center;
  }
}
article.kaltec section.nav nav a {
  padding: 1em 1em;
  -webkit-flex-basis: 20%;
  flex-basis: 20%;
  width: 20%;
  max-width: 20%;
}
@media (max-width: 699px) {
  article.kaltec section.nav nav a {
    -webkit-flex-basis: 33.33333%;
    flex-basis: 33.33333%;
    width: 33.33333%;
    max-width: 33.33333%;
    padding: 0.5em;
  }
}
@media (max-width: 499px) {
  article.kaltec section.nav nav a {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    width: 50%;
    max-width: 50%;
  }
}
article.kaltec section.nav nav a:hover {
  background-color: black;
}
article.kaltec section.nav nav a .wrap {
  display: table;
  margin: auto;
}
@media (max-width: 499px) {
  article.kaltec section.nav nav a .wrap {
    width: 90%;
  }
}
article.kaltec section.nav nav a .wrap > * {
  display: block;
}
article.kaltec section.nav nav a .wrap .en {
  font-size: 1.2em;
}
article.kaltec section.nav nav a .wrap .ja {
  font-size: 0.9em;
}
article.kaltec section.design {
  background-image: url("../img/kaltec/design_bg.jpg");
  background-position: center top;
  background-size: 100%;
  background-repeat: no-repeat;
}
article.kaltec section.design .contents {
  max-width: 1200px;
  margin: auto;
  padding: 2em;
}
article.kaltec section.design .contents .text {
  margin-bottom: 2em;
}
@media (min-width: 1000px) {
  article.kaltec section.design .contents .text {
    padding-left: 30%;
  }
}
article.kaltec section.design .contents .text h2 {
  margin: 1em 0;
}
article.kaltec section.design .contents .flexWrap {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  /* no prefix */
  display: flex;
  flex-wrap: wrap;
}
article.kaltec section.design .contents .flexWrap .image {
  -webkit-flex-basis: 33.33333%;
  flex-basis: 33.33333%;
  width: 33.33333%;
  max-width: 33.33333%;
  padding: 2em;
}
@media (max-width: 699px) {
  article.kaltec section.design .contents .flexWrap .image {
    padding: 1em;
  }
}
@media (max-width: 599px) {
  article.kaltec section.design .contents .flexWrap .image {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    width: 50%;
    max-width: 50%;
  }
}
@media (min-width: 600px) {
  article.kaltec section.design .contents .flexWrap .image:nth-of-type(2) {
    margin-right: 10em;
  }
}
article.kaltec section.design .contents .flexWrap .image:nth-of-type(3) {
  margin-left: auto;
}
article.kaltec section.feature .contents {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (min-width: 700px) {
  article.kaltec section.feature .contents .text {
    -webkit-flex-basis: 55%;
    flex-basis: 55%;
    width: 55%;
    max-width: 55%;
  }
}
article.kaltec section.feature .contents .text .txt {
  margin-bottom: 1em;
}
article.kaltec section.feature .contents .image {
  padding: 1em;
}
@media (min-width: 700px) {
  article.kaltec section.feature .contents .image {
    -webkit-flex-basis: 45%;
    flex-basis: 45%;
    width: 45%;
    max-width: 45%;
  }
}
@media (max-width: 699px) {
  article.kaltec section.feature .contents .image {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
}
article.kaltec section.filter {
  background-color: #f0f4f4;
}
article.kaltec section.filter .contents h2 small {
  font-size: 1.2rem;
  font-weight: normal;
}
@media (max-width: 599px) {
  article.kaltec section.filter .contents h2 small {
    font-size: 1rem;
  }
}
article.kaltec section.filter .contents .head {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  align-items: center;
}
@media (max-width: 699px) {
  article.kaltec section.filter .contents .head {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
article.kaltec section.filter .contents .head .bnr_video a {
  background-color: #adbdc3;
  border-radius: 0.5em;
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  align-items: center;
  padding: 0.5em;
}
article.kaltec section.filter .contents .head .bnr_video a .imgbox {
  width: 6em;
  height: 4em;
  overflow: hidden;
  position: relative;
}
article.kaltec section.filter .contents .head .bnr_video a .imgbox::after {
  content: "\f167";
  font-family: "FontAwesome brands";
  vertical-align: baseline;
  position: absolute;
  color: red;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 1.5em;
}
article.kaltec section.filter .contents .head .bnr_video a .imgbox img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
article.kaltec section.filter .contents .head .bnr_video a p {
  color: white;
  text-align: center;
  padding: 0 0.5em;
}
article.kaltec section.filter .contents .head .smell {
  margin-left: auto;
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  /* no prefix */
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 699px) {
  article.kaltec section.filter .contents .head .smell {
    margin-top: 1em;
  }
}
article.kaltec section.filter .contents .head .smell div {
  width: 5em;
  height: 5em;
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #91c8ea;
  color: white;
  margin: 0.5em;
  border-radius: 2.5em;
}
article.kaltec section.filter .contents .graph {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-justify-content: center;
  /* no prefix */
  display: flex;
  justify-content: center;
  margin: 2em 0;
}
@media (max-width: 699px) {
  article.kaltec section.filter .contents .graph {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
article.kaltec section.filter .contents .graph .image {
  -webkit-flex-basis: 33.33333%;
  flex-basis: 33.33333%;
  width: 33.33333%;
  max-width: 33.33333%;
  text-align: center;
  padding: 1em;
}
@media (max-width: 699px) {
  article.kaltec section.filter .contents .graph .image {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    width: 50%;
    max-width: 50%;
    text-align: center;
  }
}
@media (max-width: 599px) {
  article.kaltec section.filter .contents .graph .image {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
  }
}
article.kaltec section.lineup .product {
  padding: 2em;
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  /* no prefix */
  display: flex;
  max-width: 1340px;
  margin: 4em auto;
}
@media (max-width: 599px) {
  article.kaltec section.lineup .product {
    padding: 1em;
  }
}
@media (max-width: 899px) {
  article.kaltec section.lineup .product {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 900px) {
  article.kaltec section.lineup .product:nth-of-type(even) .overview {
    -webkit-order: 1;
    order: 1;
  }
}
@media (min-width: 900px) {
  article.kaltec section.lineup .product:nth-of-type(even) .spec {
    margin-left: 0;
    margin-right: 2em;
  }
}
@media (min-width: 900px) {
  article.kaltec section.lineup .product .overview {
    -webkit-flex-basis: 60%;
    flex-basis: 60%;
    width: 60%;
    max-width: 60%;
    max-width: 874px;
  }
}
article.kaltec section.lineup .product .overview > .image {
  margin-bottom: 1em;
  text-align: center;
}
article.kaltec section.lineup .product .overview .function {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  /* no prefix */
  display: flex;
}
@media (max-width: 599px) {
  article.kaltec section.lineup .product .overview .function {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
article.kaltec section.lineup .product .overview .function .block {
  -webkit-flex-basis: 33.33333%;
  flex-basis: 33.33333%;
  width: 33.33333%;
  max-width: 33.33333%;
}
@media (max-width: 599px) {
  article.kaltec section.lineup .product .overview .function .block {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
    display: -ms-flexbox;
    /* prefix -> -webkit- */
    display: -webkit-flex;
    /* no prefix */
    display: flex;
    margin: 0 0 1em;
  }
  article.kaltec section.lineup .product .overview .function .block .image {
    -webkit-flex-basis: 30%;
    flex-basis: 30%;
    width: 30%;
    max-width: 30%;
  }
  article.kaltec section.lineup .product .overview .function .block .txt {
    -webkit-flex-basis: 70%;
    flex-basis: 70%;
    width: 70%;
    max-width: 70%;
    padding-left: 0.5em;
  }
}
@media (min-width: 600px) {
  article.kaltec section.lineup .product .overview .function .block:nth-of-type(2) {
    margin: 0 1em;
  }
}
@media (min-width: 900px) {
  article.kaltec section.lineup .product .spec {
    -webkit-flex-basis: 40%;
    flex-basis: 40%;
    width: 40%;
    max-width: 40%;
    margin-left: 2em;
  }
}
@media (max-width: 899px) {
  article.kaltec section.lineup .product .spec {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
    margin: 2em 0 0;
  }
}
article.kaltec section.lineup .product .spec .myair {
  text-align: center;
  padding: 1em;
}
@media (max-width: 599px) {
  article.kaltec section.lineup .product .spec .myair img {
    max-width: 10em;
  }
}
article.kaltec section.lineup .product .spec .tableWrap {
  background-color: #f9f9f9;
  padding: 1em;
}
article.kaltec section.lineup .product .spec table {
  border-collapse: collapse;
  width: 100%;
}
article.kaltec section.lineup .product .spec table .memo {
  font-size: 0.6em;
  line-height: 1.2;
}
article.kaltec section.lineup .product .spec table th {
  border: solid #999999 1px;
  border-left: 0px;
  padding: 0.5em;
  vertical-align: middle;
}
article.kaltec section.lineup .product .spec table td {
  border: solid #999999 1px;
  border-right: 0px;
  padding: 0.5em;
  text-align: center;
  vertical-align: middle;
}
article.kaltec section.lineup .product .spec table tr.ul-bold {
  border-bottom: solid #999999 2px;
}
article.kaltec section.lineup .product .spec table tr.first th, article.kaltec section.lineup .product .spec table tr.first td {
  border-top: 0px;
}
article.kaltec section.lineup .product .spec table tr.first td div {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 1.2em;
  font-weight: bold;
}
article.kaltec section.lineup .product .spec table tr.first td div [src*=turnedk_logo] {
  max-height: 1.5rem;
  margin-right: 1em;
}
article.kaltec section.lineup .product .spec table tr.last * {
  border-bottom: 0px;
}
article.kaltec section.technology .contents {
  margin: 4em auto;
}
article.kaltec section.technology .contents h2 small {
  display: block;
  font-size: 1.2rem;
  font-weight: normal;
}
@media (max-width: 599px) {
  article.kaltec section.technology .contents h2 small {
    font-size: 1rem;
  }
}
article.kaltec section.technology .contents .txt {
  margin-bottom: 1em;
}
article.kaltec section.technology .contents.tech01 .image {
  display: table;
  margin-left: auto;
}
@media (min-width: 700px) {
  article.kaltec section.technology .contents.tech02 {
    display: -ms-flexbox;
    /* prefix -> -webkit- */
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-align-items: center;
    /* no prefix */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
@media (max-width: 699px) {
  article.kaltec section.technology .contents.tech02 h2 br {
    display: none;
  }
}
@media (min-width: 700px) {
  article.kaltec section.technology .contents.tech02 .text {
    -webkit-order: 1;
    order: 1;
    -webkit-flex-basis: 55%;
    flex-basis: 55%;
    width: 55%;
    max-width: 55%;
  }
}
@media (min-width: 700px) {
  article.kaltec section.technology .contents.tech02 .image {
    -webkit-order: 0;
    order: 0;
    -webkit-flex-basis: 45%;
    flex-basis: 45%;
    width: 45%;
    max-width: 45%;
    padding: 0 2em;
  }
}
article.kaltec section.technology .contents.tech03 h3 {
  font-size: 1.5em;
  font-weight: normal;
  margin-bottom: 1em;
}
article.kaltec section.technology .contents.tech03 table.first {
  border-collapse: collapse;
  margin-bottom: 2em;
}
article.kaltec section.technology .contents.tech03 table.first th, article.kaltec section.technology .contents.tech03 table.first td {
  border: solid #999999 1px;
  vertical-align: middle;
  text-align: center;
}
article.kaltec section.technology .contents.tech03 table.first thead th:first-of-type {
  background-color: #4d4d4d;
}
article.kaltec section.technology .contents.tech03 table.first thead th:nth-of-type(2) {
  background-color: #f2f2f2;
  width: 40%;
}
article.kaltec section.technology .contents.tech03 table.first thead th:nth-of-type(3) {
  background-color: #0071bb;
  color: white;
  width: 40%;
}
article.kaltec section.technology .contents.tech03 table.first tbody th {
  background-color: #333333;
  color: white;
}
article.kaltec section.technology .contents.tech03 .under {
  display: table;
  margin: auto;
  width: 100%;
  max-width: 800px;
}
article.kaltec section.technology .contents.tech03 .under table.sub {
  border-collapse: collapse;
  width: 100%;
  border: solid #999999 1px;
}
article.kaltec section.technology .contents.tech03 .under table.sub th, article.kaltec section.technology .contents.tech03 .under table.sub td {
  border: solid #999999 1px;
  border-top: 0;
  border-bottom: 0;
  vertical-align: middle;
  text-align: center;
}
article.kaltec section.technology .contents.tech03 .under table.sub thead {
  background-color: #f2f2f2;
}
article.kaltec section.technology .contents.tech03 .under table.sub tbody th {
  background-color: #f9f9f9;
}
article.kaltec section.technology .contents.tech03 .under table.sub tbody tr:nth-of-type(even) th {
  background-color: #eeeeee;
}
article.kaltec section.technology .contents.tech03 .under table.sub tbody tr:nth-of-type(even) td {
  background-color: #f9f9f9;
}
article.kaltec section.faq h3 {
  font-size: 1.5em;
  font-weight: normal;
  margin: 2em 0 1em;
}
article.kaltec section.faq ul li {
  border-bottom: solid #999999 1px;
  display: block;
}
article.kaltec section.faq ul li div {
  font-size: 1.1em;
  position: relative;
  padding: 0 0.5em;
  display: block;
}
article.kaltec section.faq ul li .q-txt {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  align-items: center;
  transition: 0.3s;
  cursor: pointer;
}
article.kaltec section.faq ul li .q-txt:hover {
  background-color: #eeeeee;
}
article.kaltec section.faq ul li .q-txt::before {
  content: "Q.";
  font-size: 2em;
  margin-right: 0.5rem;
}
@media (max-width: 599px) {
  article.kaltec section.faq ul li .q-txt::before {
    font-size: 1.5em;
  }
}
article.kaltec section.faq ul li .q-txt::after {
  content: "\f067";
  font-family: "FontAwesome solid";
  vertical-align: baseline;
  color: #999999;
  position: absolute;
  right: 0.5em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
article.kaltec section.faq ul li .q-txt.active::after {
  content: "\f068";
  font-family: "FontAwesome solid";
  vertical-align: baseline;
}
article.kaltec section.faq ul li .a-txt {
  display: none;
  padding: 0 0 0.5em 4em;
  text-indent: -2em;
  width: 100%;
}
article.kaltec section.faq ul li .a-txt::before {
  content: "A.";
  font-size: 2em;
  margin-right: 0.5rem;
}
@media (max-width: 599px) {
  article.kaltec section.faq ul li .a-txt::before {
    font-size: 1.5em;
  }
}
article.kaltec section.inquiry {
  padding: 4em 1em;
}
article.kaltec section.inquiry .contents {
  display: table;
}
article.kaltec section.inquiry a {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-justify-content: center;
  /* no prefix */
  display: flex;
  justify-content: center;
  margin: auto;
  box-shadow: 0 4px 6px gray;
  border-radius: 0.5em;
  overflow: hidden;
}
@media (max-width: 699px) {
  article.kaltec section.inquiry a {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
article.kaltec section.inquiry a:hover {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
  box-shadow: 0 10px 6px gray;
}
article.kaltec section.inquiry a .logo {
  display: block;
  background-color: #333333;
  padding: 1em 2em;
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 699px) {
  article.kaltec section.inquiry a .logo {
    width: 100%;
  }
}
article.kaltec section.inquiry a .text {
  font-size: 2em;
  background-color: #c1272d;
  color: white;
  position: relative;
}
@media (min-width: 600px) {
  article.kaltec section.inquiry a .text {
    padding: 1rem 6rem 1rem 1rem;
  }
}
@media (max-width: 599px) {
  article.kaltec section.inquiry a .text {
    font-size: 1.5em;
    padding: 1rem;
  }
}
article.kaltec section.inquiry a .text::after {
  content: url(../img/kaltec/mail.png);
  line-height: 1;
}
@media (min-width: 600px) {
  article.kaltec section.inquiry a .text::after {
    position: absolute;
    right: 1em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media (max-width: 599px) {
  article.kaltec section.inquiry a .text::after {
    display: block;
    text-align: center;
  }
}
article.kaltec section.inquiry a .text small {
  font-size: 0.8rem;
  display: block;
}
@media (max-width: 599px) {
  article.kaltec section.inquiry a .text small {
    margin: 1em 0;
  }
  article.kaltec section.inquiry a .text small br {
    display: none;
  }
}

.site-footer {
  background-color: #333333;
  padding: 1em 1em;
}
.site-footer * {
  color: white;
}
@media (max-width: 799px) {
  .site-footer {
    font-size: 0.8em;
  }
}
.site-footer address {
  padding: 1em 0;
  display: block;
  max-width: 1200px;
  margin: auto;
  font-style: normal;
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 699px) {
  .site-footer address .logo {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
  }
  .site-footer address .logo img {
    max-width: 15em;
  }
}
.site-footer address *:not(:last-child) {
  padding-right: 2em;
}
@media (max-width: 699px) {
  .site-footer address *:not(:last-child) {
    margin: 0.5em 0;
  }
}
.site-footer address .copyright {
  font-size: 0.8em;
  margin-left: auto;
}
@media (max-width: 599px) {
  .site-footer address .copyright {
    margin-top: 1em;
  }
}
