@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap&subset=japanese");

html {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  line-height: 1.7;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}

body {
  margin: 0;
  position: relative;
  font-size: 0;
  color: #000000;
  letter-spacing: 1px;
}

.ov {
  transition: opacity 0.3s ease-out, background-color 0.3s ease-out, box-shadow 0.3s ease-out;
}

.ov:hover {
  opacity: 0.75;
}

.op {
  background-color: rgba(255, 255, 255, 0.9) !important;
  transition: opacity 0.3s ease-out, background-color 0.3s ease-out, box-shadow 0.3s ease-out;
}

.op:hover {
  background-color: rgb(255, 255, 255) !important;
}

.shadow {
  transition: opacity 0.3s ease-out, background-color 0.3s ease-out, box-shadow 0.3s ease-out;
}

.shadow:hover {
  box-shadow: 0px 3px 10px 0px #333333;
}

h2,
h3 {
  line-height: 1.3;
}

.h-line:before {
  content: "";
  width: 1em;
  border-top: solid 4px #009fe8;
  position: absolute;
  top: -5px;
  left: 0;
}

.h-line:after {
  content: "";
  width: 1em;
  border-top: solid 4px #009fe8;
  position: absolute;
  bottom: -7px;
  left: 0;
}

_:-ms-fullscreen,
:root .h-line {
  font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}

_:-ms-fullscreen:before,
:root .h-line:before {
  content: "";
  width: 1em;
  border-top: solid 4px #009fe8;
  position: absolute;
  top: -12px;
  left: 0;
}

_:-ms-fullscreen:after,
:root .h-line:after {
  content: "";
  width: 1em;
  border-top: solid 4px #009fe8;
  position: absolute;
  bottom: 1px;
  left: 0;
}

.inner {
  max-width: 1300px;
  min-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  .inner {
    width: 100%;
    min-width: 100%;
    padding: 0 5%;
  }
}

.wrapper {
  font-size: 1.6rem;
  min-width: 1000px;
  /* padding-top: 75px; */
}

@media screen and (max-width: 768px) {
  .wrapper {
    font-size: 1.4rem;
    min-width: 100%;
    padding-top: 60px;
  }
}

.dark {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2;
  display: none;
}

header {
  background-color: #ffffff;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  height: 76px;
  z-index: 50;
}

@media screen and (max-width: 768px) {
  header {
    height: auto;
  }
}

header nav.pc {
  width: 100%;
  min-width: 1000px;
  border-bottom: 1px solid #cccccc;
  z-index: 100;
}

header nav.pc>ul {
  width: 100%;
  display: flex;
  align-items: center;
}

header nav.pc>ul>li {
  margin-left: 33px;
}

@media screen and (max-width: 1100px) {
  header nav.pc>ul>li {
    margin-left: 21px;
  }
}

header nav.pc>ul>li:first-child {
  margin-left: 0;
  padding-left: 20px;
  margin-right: auto;
  width: 150px;
}

header nav.pc>ul>li:first-child a:after {
  display: none;
}

header nav.pc>ul>li:last-child a {
  padding: 0;
}

header nav.pc>ul>li:last-child a:hover:after {
  display: none;
}

header nav.pc>ul>li a {
  color: #000000;
  font-size: 15px;
  padding: 27px 0;
  position: relative;
  transition: transform 0.2s ease-out;
}

header nav.pc>ul>li a.hover {
  transition: none !important;
}

header nav.pc>ul>li a:after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #0093e8;
  position: absolute;
  bottom: 1px;
  left: 0;
  transform: scaleX(0);
  transition: all 0.2s ease-out;
}

header nav.pc>ul>li a:hover:after {
  transform: scaleX(1);
}

header nav.pc>ul>li em {
  color: #000000;
  font-size: 15px;
  padding: 27px 0;
  position: relative;
  transition: transform 0.2s ease-out;
  cursor: pointer;
}

header nav.pc>ul>li em:after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #0093e8;
  position: absolute;
  bottom: 1px;
  left: 0;
  transform: scaleX(0);
  transition: all 0.2s ease-out;
}

header nav.pc>ul>li em:hover:after {
  transform: scaleX(1);
}

header .pulldown-product {
  width: 100%;
  min-width: 1000px;
  position: fixed;
  top: 76px;
  left: 0;
  background-color: #d7ecf7;
  display: none;
  z-index: 10;
}

header .pulldown-product div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #d7ecf7;
}

header .pulldown-product div p.nav_heading {
  font-size: 24px;
  font-weight: bold;
  color: #0093e8;
  width: 20%;
  text-align: center;
  padding: 0 20px;
}

header .pulldown-product div nav {
  background-color: #eff9ff;
  width: 80%;
  padding: 0 40px;
  height: 350px;
  display: flex;
  align-items: center;
}

header .pulldown-product div nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  max-width: 1200px;
  width: 100%;
}

header .pulldown-product div nav ul li {
  cursor: pointer;
  max-width: 240px;
  width: 23.5%;
  margin: 15px 2% 5px 0;
}

header .pulldown-product div nav ul li:nth-child(4n) {
  margin-right: 0;
}

header .pulldown-product div nav ul li div {
  margin-bottom: 5px;
}

header .pulldown-product div nav ul li em {
  background: url(../img/icn_arw.png) no-repeat center left;
  padding-left: 25px;
  display: flex;
}

header .pulldown-product div nav ul li a {
  color: #000000;
}

header .pulldown-product2 {
  width: 100%;
  min-width: 1000px;
  position: fixed;
  top: 80px;
  /*76px;*/
  left: 0;
  background-color: #d7ecf7;
  display: none;
  z-index: 15;
}

header .pulldown-product2 div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #d7ecf7;
}

header .pulldown-product2 div p.nav_heading {
  font-size: 24px;
  font-weight: bold;
  color: #0093e8;
  width: 20%;
  text-align: center;
  padding: 0 20px;
}

header .pulldown-product2 div nav {
  background-color: #eff9ff;
  width: 100%;
  padding: 40px;
  min-height: 350px;
  display: flex;
  align-items: center;
}

header .pulldown-product2 div nav>ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
}

header .pulldown-product2 div nav>ul>li {
  width: 23.5%;
  margin: 15px 2% 15px 0;
}

header .pulldown-product2 div nav>ul>li:nth-child(4n) {
  margin-right: 0;
}

header .pulldown-product2 div nav>ul>li p.nav_sub_heading {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 3px;
}

header .pulldown-product2 div nav>ul>li ul li a {
  font-size: 14px;
  padding: 5px 0 0 20px;
  position: relative;
  color: #000000;
  display: inline-block;
}

header .pulldown-product2 div nav>ul>li ul li a:before {
  content: "";
  width: 7px;
  height: 7px;
  border: 0px;
  border-top: solid 1px #000000;
  border-right: solid 1px #000000;
  transform: rotate(45deg);
  position: absolute;
  top: 13px;
  left: 0;
  margin: 0;
}

header .pulldown-labo-engineering,
header .pulldown-clearize4,
header .pulldown-clearize5 {
  width: 100%;
  min-width: 1000px;
  position: fixed;
  top: 76px;
  left: 0;
  background-color: #d7ecf7;
  display: none;
  z-index: 10;
}

header .pulldown-labo-engineering div,
header .pulldown-clearize4 div,
header .pulldown-clearize5 div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #d7ecf7;
}

header .pulldown-labo-engineering div p.nav_heading,
header .pulldown-clearize4 div p.nav_heading,
header .pulldown-clearize5 div p.nav_heading {
  font-size: 24px;
  font-weight: bold;
  color: #0093e8;
  width: 20%;
  text-align: center;
  padding: 0 20px;
}

header .pulldown-labo-engineering div nav,
header .pulldown-clearize4 div nav,
header .pulldown-clearize5 div nav {
  background-color: #eff9ff;
  width: 80%;
  padding: 0 40px;
  height: 350px;
  display: flex;
  align-items: center;
}

header .pulldown-labo-engineering div nav ul,
header .pulldown-clearize4 div nav ul,
header .pulldown-clearize5 div nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  max-width: 1200px;
  width: 100%;
}

header .pulldown-labo-engineering div nav ul li,
header .pulldown-clearize4 div nav ul li,
header .pulldown-clearize5 div nav ul li {
  cursor: pointer;
  max-width: 240px;
  width: 23.5%;
  margin: 15px 2% 5px 0;
}

header .pulldown-labo-engineering div nav ul li:nth-child(4n),
header .pulldown-clearize4 div nav ul li:nth-child(4n),
header .pulldown-clearize5 div nav ul li:nth-child(4n) {
  margin-right: 0;
}

header .pulldown-labo-engineering div nav ul li a,
header .pulldown-clearize4 div nav ul li a,
header .pulldown-clearize5 div nav ul li a {
  margin-bottom: 5px;
  display: block;
  color: #000000;
}

header .pulldown-labo-engineering div nav ul li em,
header .pulldown-clearize4 div nav ul li em,
header .pulldown-clearize5 div nav ul li em {
  background: url(../img/icn_arw.png) no-repeat center left;
  padding-left: 25px;
  display: flex;
  margin-top: 5px;
}

header .search-area,
header .search-area-sp {
  width: 100%;
  min-width: 1000px;
  position: fixed;
  top: 76px;
  left: 0;
  background-color: #eff9ff;
  display: none;
  padding: 45px;
}

@media screen and (max-width: 768px) {

  header .search-area,
  header .search-area-sp {
    position: static;
    min-width: 100%;
    padding: 0 5%;
    display: block;
    background: none;
  }
}

header .search-area input[type=text],
header .search-area-sp input[type=text] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

header .search-area button,
header .search-area-sp button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

header .search-area .form,
header .search-area-sp .form {
  width: 700px;
  margin: 0 auto;
  border: 1px solid #cccccc;
  display: flex;
  justify-content: flex-start;
}

@media screen and (max-width: 768px) {

  header .search-area .form,
  header .search-area-sp .form {
    width: 100%;
    margin: 20px 0 0;
  }
}

header .search-area .search-box,
header .search-area-sp .search-box {
  width: calc(100% - 100px);
  margin: 0;
  height: 40px;
  background-color: #ffffff !important;
  line-height: 40px;
  font-size: 16px;
  padding: 0 5px !important;
}

@media screen and (max-width: 768px) {

  header .search-area .search-box,
  header .search-area-sp .search-box {
    width: calc(100% - 80px);
  }
}

header .search-area .search-btn,
header .search-area-sp .search-btn {
  background-color: #009fe8;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100px;
  height: 40px;
  line-height: 40px;
}

@media screen and (max-width: 768px) {

  header .search-area .search-btn,
  header .search-area-sp .search-btn {
    width: 80px;
  }
}

header .search-area .search-btn img,
header .search-area-sp .search-btn img {
  vertical-align: middle;
}

header .search-area .close,
header .search-area-sp .close {
  position: fixed;
  top: 100px;
  right: 25px;
}

header .navSP {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  background-color: #ffffff;
}

header .navSP a.logo {
  font-family: "Noto Sans JP", sans-serif;
  padding-left: 20px;
  line-height: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
  background-size: 45px;
  height: 100%;
  width: 150px;
}

header .navSP a.logo em span {
  display: block;
  font-size: 12px;
  font-weight: 500;
}

header .navSP a.logo em span.copy {
  display: block;
  font-size: 10px;
  margin-top: 5px;
  font-weight: 400;
}

header .navSP a.logo img {
  width: 150px;
}

header .navSP .menuBtn {
  width: 70px;
  cursor: pointer;
  position: relative;
  z-index: 1200;
  cursor: pointer;
}

header .menuSP {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  z-index: 1100;
  background-color: #ffffff;
}

header .menuSP ul.nav {
  margin-top: 58px;
}

header .menuSP ul.nav>li {
  border-top: 1px solid #dddddd;
  color: #000000;
  font-weight: bold;
}

header .menuSP ul.nav>li:nth-child(3),
header .menuSP ul.nav>li:nth-child(4),
header .menuSP ul.nav>li:nth-child(5),
header .menuSP ul.nav>li:nth-child(6) {
  padding: 14px 23px;
}

header .menuSP ul.nav>li span {
  cursor: pointer;
  display: block;
  font-weight: bold;
}

header .menuSP ul.nav>li span:before {
  content: "+";
  width: 12px;
  display: inline-block;
}

header .menuSP ul.nav>li span.open:before {
  content: "-" !important;
  width: 12px;
  display: inline-block;
}

header .menuSP ul.nav>li a {
  display: inline-block;
  width: 100%;
  /*height: 100%;*/
  font-size: 14px;
  padding: 14px 0 14px 40px;
  position: relative;
  color: #000000;
  font-weight: bold;
}

header .menuSP ul.nav>li a:before {
  content: "";
  width: 7px;
  height: 7px;
  border: 0px;
  border-top: solid 1px #000000;
  border-right: solid 1px #000000;
  transform: rotate(45deg);
  position: absolute;
  top: 22px;
  left: 22px;
  margin: 0;
}

header .menuSP ul.nav>li>ul {
  margin-left: 15px;
  display: none;
}

header .menuSP ul.nav>li>ul>li {
  border: none;
  margin-top: 15px;
}

header .menuSP ul.nav>li>ul>li:last-child {
  border-bottom: none !important;
}

header .menuSP ul.nav>li>ul>li div {
  display: none;
  margin-left: 15px;
}

header .menuSP ul.nav>li>ul>li div p.nav_sub_heading {
  margin-top: 20px;
  font-size: 14px;
}

header .menuSP ul.nav>li>ul>li div a {
  padding: 5px 0 0 17px;
  display: inline-block;
  width: 100%;
  /*height: 100%;*/
  font-size: 14px;
  position: relative;
  color: #000000;
  font-weight: normal;
}

header .menuSP ul.nav>li>ul>li div a:before {
  content: "";
  top: 13px;
  left: 0px;
}

header .menuSP ul.nav>li.second a {
  padding: 0 0 0 17px;
  display: inline-block;
  width: 100%;
  /*height: 100%;*/
  font-size: 14px;
  position: relative;
  color: #000000;
  font-weight: normal;
}

header .menuSP ul.nav>li.second a:before {
  content: "";
  top: 8px;
  left: 0px;
}

.hero {
  position: relative;
  background-color: #d7ecf7 !important;
}

@media screen and (max-width: 768px) {
  .hero {
    background: #d7ecf7 !important;
  }
}

.hero .bg {
  display: none;
}

@media screen and (max-width: 768px) {
  .hero .bg {
    display: block;
    width: 100%;
    height: 120px;
    opacity: 0.4;
    background-size: cover !important;
  }
}

.hero .inner {
  height: 180px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .hero .inner {
    display: block;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.hero h2 {
  color: #646464;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .hero h2 {
    font-size: 14px;
    text-shadow: 1px 1px 5px #d7ecf7, 1px 1px 5px #d7ecf7, 1px 1px 5px #d7ecf7;
  }
}

.hero h1 {
  color: #0093e8;
  font-size: 32px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .hero h1 {
    font-size: 24px;
    text-shadow: 1px 1px 5px #d7ecf7, 1px 1px 5px #d7ecf7, 1px 1px 5px #d7ecf7;
  }
}

.breadcrumb {
  background-color: #eff9ff;
  padding: 7px 0;
}

.breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
}

.breadcrumb ul li {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .breadcrumb ul li {
    font-size: 12px;
  }
}

.breadcrumb ul li:after {
  content: ">";
  color: #000000;
  padding: 0 5px;
  pointer-events: none;
}

.breadcrumb ul li:last-child:after {
  content: "";
}

.breadcrumb ul li a {
  color: #0093e8;
}

.breadcrumb ul li strong {
  font-weight: normal;
}

.pagetop {
  position: fixed;
  bottom: 90px;
  right: 20px;
  transition: opacity 0.3s ease-out;
  pointer-events: none;
  opacity: 0;
  z-index: 1;
}

.pagetop.active {
  opacity: 1;
  pointer-events: auto;
}

.floatBnr {
  position: fixed;
  bottom: 0;
  left: 0;
  transition: opacity 0.3s ease-out;
  pointer-events: none;
  opacity: 0;
  z-index: 1;
  width: 100%;
  /*background-color: rgba(0,35,98,0.85);*/
}

@media screen and (max-width: 768px) {
  .floatBnr {
    padding: 0;
    /*background-color: #002362;*/
  }
}

.floatBnr.active {
  opacity: 1;
  pointer-events: auto;
}

.floatBnr>.txt {
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  margin-bottom: 10px;
}

.floatBnr .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 820px;
  margin: 0 auto 2px;
  height: 70px;
  min-width: 1000px;
}

@media screen and (max-width: 768px) {
  .floatBnr .inner {
    min-width: 100%;
    max-width: 100%;
    height: 50px;
    padding: 0;
  }
}

.floatBnr .inner .txt {
  color: #ffffff;
  font-size: 20px;
  margin-right: 40px;
}

@media screen and (max-width: 768px) {
  .floatBnr .inner .btn {
    width: 50%;
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
  }
}

.floatBnr .inner .btn a {
  display: block;
  padding: 5px 20px;
  margin-right: 30px;
  background-color: #002362;
  color: #ffffff;
  font-size: 17px;
  text-align: center;
  transition: background-color 0.3s ease-out;
  margin-right: 15px;
}

@media screen and (max-width: 768px) {
  .floatBnr .inner .btn a {
    font-size: 14px;
    margin: 0;
    padding: 16px 2%;
    line-height: 1.4;
    width: 100%;
    border-right: 1px solid #ffffff;
  }
}

.floatBnr .inner .btn a:hover {
  background-color: #ffffff;
  color: #0093e8;
}

.floatBnr .inner .tel {
  color: #ffffff;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  background-color: #002362;
}

@media screen and (max-width: 768px) {
  .floatBnr .inner .tel {
    width: 50%;
    font-size: 16px;
    text-align: center;
  }
}

.floatBnr .inner .tel img {
  vertical-align: top;
  padding-right: 5px;
}

@media screen and (max-width: 768px) {
  .floatBnr .inner .tel img {
    padding-right: 2px;
    width: 32px;
    vertical-align: bottom;
  }
}

.floatBnr .inner .tel a {
  color: #ffffff;
  font-weight: bold;
  display: block;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .floatBnr .inner .tel a {
    line-height: 1.3;
    padding: 8px 3%;
  }
}

.floatBnr .inner .tel a .small {
  display: block;
  font-size: 12px;
}

.floatBnr .inner .tel .small {
  font-size: 14px;
  font-weight: bold;
}

footer {
  margin-top: 150px;
}

@media screen and (max-width: 768px) {
  footer {
    margin-top: 120px;
  }
}

footer .contact {
  background: url(../img/bg_contact.gif) repeat-x center left;
  padding: 100px 20px;
}

@media screen and (max-width: 1130px) {
  footer .contact {
    padding: 60px 20px;
  }
}

@media screen and (max-width: 768px) {
  footer .contact {
    background: url(../img/bg_contact_sp.gif) repeat left top;
    background-size: 38px;
    padding: 30px 5%;
  }
}

footer .contact .inner {
  background-color: #ffffff;
  padding: 30px 20px;
  min-width: 960px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 768px) {
  footer .contact .inner {
    min-width: 100%;
    display: block;
    padding: 30px 5% 20px;
  }
}

footer .contact .inner h2 {
  width: 320px;
  text-align: center;
  line-height: 1.3;
}

@media screen and (max-width: 768px) {
  footer .contact .inner h2 {
    width: 100%;
  }
}

footer .contact .inner h2 span {
  position: relative;
  font-weight: bold;
  font-size: 32px;
  line-height: 1.3;
}

@media screen and (max-width: 768px) {
  footer .contact .inner h2 span {
    font-size: 24px;
    width: 100%;
  }
}

footer .contact .inner h2 span.h-line:before {
  content: "";
  width: 1em;
  width: 1em;
  border-top: solid 4px #009fe8;
  position: absolute;
  top: -2px;
  left: 0;
}

footer .contact .inner h2 span.h-line:after {
  content: "";
  width: 1em;
  border-top: solid 4px #009fe8;
  background-color: #009fe8;
  position: absolute;
  bottom: -5px;
  left: 0;
}

footer .contact .inner h2 span _:-ms-fullscreen,
:root footer .contact .inner h2 span.h-line {
  font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}

footer .contact .inner h2 span _:-ms-fullscreen:before,
:root footer .contact .inner h2 span.h-line:before {
  content: "";
  width: 1em;
  border-top: solid 4px #009fe8;
  position: absolute;
  top: -6px !important;
  left: 0;
}

footer .contact .inner h2 span _:-ms-fullscreen:after,
:root footer .contact .inner h2 span.h-line:after {
  content: "";
  width: 1em;
  border-top: solid 4px #009fe8;
  position: absolute;
  bottom: 6px !important;
  left: 0;
}

footer .contact .inner .txtBox {
  width: calc(100% - 320px);
  border-left: 1px solid #d6d6d6;
  padding: 30px 0 30px 80px;
}

@media screen and (max-width: 768px) {
  footer .contact .inner .txtBox {
    width: 100%;
    border-left: none;
    padding: 20px 0 0;
  }
}

footer .contact .inner .txtBox .telBox {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media screen and (max-width: 768px) {
  footer .contact .inner .txtBox .telBox {
    display: block;
  }
}

footer .contact .inner .txtBox .telBox img {
  vertical-align: bottom;
  padding-right: 7px;
}

@media screen and (max-width: 768px) {
  footer .contact .inner .txtBox .telBox img {
    vertical-align: sub;
  }
}

footer .contact .inner .txtBox .telBox .btn a {
  display: block;
  padding: 15px 60px;
  max-width: 400px;
  margin-right: 30px;
  color: #0093e8;
  border: 1px solid #0093e8;
  font-size: 20px;
  text-align: center;
  transition: all 0.3s ease-out;
}

@media screen and (max-width: 768px) {
  footer .contact .inner .txtBox .telBox .btn a {
    display: block;
    max-width: 100%;
    margin-right: 0;
    padding: 10px 5%;
    font-size: 16px;
  }
}

footer .contact .inner .txtBox .telBox .btn a:hover {
  background-color: #0093e8;
  color: #ffffff;
}

footer .contact .inner .txtBox .telBox p {
  color: #838383;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  footer .contact .inner .txtBox .telBox p {
    font-size: 22px;
    text-align: center;
    margin-top: 20px;
  }
}

footer .contact .inner .txtBox .telBox p .small {
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  footer .contact .inner .txtBox .telBox p .small {
    font-size: 17px;
  }
}

footer .contact .inner .txtBox .telBox p .telLink {
  font-weight: bold;
}

footer .contact .inner .txtBox .telBox p .telLink a {
  color: #838383 !important;
  font-weight: bold;
}

footer nav.inner {
  max-width: 1340px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  footer nav.inner {
    max-width: 100%;
    display: block;
  }
}

footer nav .foot-logo {
  width: 150px;
}

@media screen and (max-width: 768px) {
  footer nav .foot-logo {
    padding-top: 30px;
    margin: 0 auto;
  }
}

footer nav ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 65px 0;
  width: calc(100% - 150px);
}

@media screen and (max-width: 768px) {
  footer nav ul {
    padding: 30px 0 15px;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }
}

footer nav ul li {
  padding: 5px 0 5px 40px;
}

@media screen and (max-width: 768px) {
  footer nav ul li {
    padding: 0;
    text-align: center;
    margin-bottom: 15px;
    width: 50%;
  }
}

footer nav ul li a {
  color: #000000;
  font-size: 15px;
}

@media screen and (max-width: 768px) {
  footer nav ul li a {
    font-size: 14px;
  }
}

footer .copy {
  border-top: 1px solid #d6d6d6;
  padding: 10px 0;
}

footer .copy small {
  display: block;
  text-align: right;
  color: #838383;
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  footer .copy small {
    font-size: 11px;
    text-align: center;
  }
}

.clearfix {
  min-height: 1px;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
  overflow: hidden;
  font-size: 0.1em;
}

* html .clearfix {
  height: 1px;
  /*짜*/
  /*/
height: auto;
overflow: hidden;
/**/
}

/*--pc > 769px--*/
@media screen and (min-width: 769px) {
  .pc {
    display: block !important;
  }

  .pcImg {
    display: inline-block !important;
  }

  .sp {
    display: none !important;
  }

  .spImg {
    display: none !important;
  }
}

/*--sp < 768px--*/
@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }

  .spImg {
    display: inline-block !important;
  }

  .pc {
    display: none !important;
  }

  .pcImg {
    display: none !important;
  }
}

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