@charset "UTF-8";
/*OPACITY*/
/*TRANSITION*/
/*TRANSFORM*/
/*FLEXBOX*/
/*BORDER RADIUS*/
/*BOX SHADOW*/
/*BOX SIZING*/
/*FILTER*/
/*OPACITY*/
/*TRANSITION*/
/*TRANSFORM*/
/*FLEXBOX*/
/*BORDER RADIUS*/
/*BOX SHADOW*/
/*BOX SIZING*/
/*FILTER*/
/*...VARIABLE...*/
/* CUSTOM VARIABLE */
/*BREAKPOINT*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
  display: inline-block;
  vertical-align: bottom;
}

#ifrm {
  display: none;
}

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

.h1, .h2, .h3, h1, h2, h3 {
  margin: 0;
  padding: 0;
}

.h4, .h5, .h6, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

a:focus {
  color: inherit;
  text-decoration: none;
}

.cont {
  width: 1024px;
  margin: auto;
}

@media screen and (max-width: 1024px) {
  .cont {
    width: 90%;
    margin: 0 5%;
  }
}

.hv-o {
  -webkit-transition: 0.15s ease opacity;
  -moz-transition: 0.15s ease opacity;
  -ms-transition: 0.15s ease opacity;
  -o-transition: 0.15s ease opacity;
  transition: 0.15s ease opacity;
}

.hv-o:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.hv-u:hover {
  text-decoration: underline;
}

.breadcrumb > li + li:before {
  display: none;
}

/*BG-SET*/
.bg-set {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bold {
  font-weight: bold;
}

.d-mobile {
  display: none;
}

@media screen and (max-width: 767px) {
  .d-mobile {
    display: block;
  }
}

/* Bounce To Right */
.hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  border-radius: 42px;
  -webkit-border-radius: 42px;
  -moz-border-radius: 42px;
  overflow: hidden;
}

.hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #bce9ff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 42px;
  -webkit-border-radius: 42px;
  -moz-border-radius: 42px;
}

.hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
  color: #013f5e !important;
  border-radius: 42px;
  -webkit-border-radius: 42px;
  -moz-border-radius: 42px;
}

.hvr-bounce-to-right:hover .triangle, .hvr-bounce-to-right:focus .triangle, .hvr-bounce-to-right:active .triangle {
  border-left: 7px solid #013f5e;
}

.hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  border-radius: 42px;
  -webkit-border-radius: 42px;
  -moz-border-radius: 42px;
}

/* Bounce To Right No Rounded*/
.hvr-bounce-to-right-no-rounded {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  overflow: hidden;
}

.hvr-bounce-to-right-no-rounded:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #29a6e6;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-bounce-to-right-no-rounded:hover, .hvr-bounce-to-right-no-rounded:focus, .hvr-bounce-to-right-no-rounded:active {
  color: white;
}

.hvr-bounce-to-right-no-rounded:hover p, .hvr-bounce-to-right-no-rounded:focus p, .hvr-bounce-to-right-no-rounded:active p {
  color: white !important;
}

.hvr-bounce-to-right-no-rounded:hover:before, .hvr-bounce-to-right-no-rounded:focus:before, .hvr-bounce-to-right-no-rounded:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Radial Out */
.hvr-radial-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  background: #FFF;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-radial-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #29a6e6;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-radial-out:hover, .hvr-radial-out:focus, .hvr-radial-out:active {
  color: white;
}

.hvr-radial-out:hover:before, .hvr-radial-out:focus:before, .hvr-radial-out:active:before {
  -webkit-transform: scale(2);
  transform: scale(2);
}

/* Shrink */
.hvr-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.btnBox .button {
  width: 150px;
  height: 42px;
  border: 1px solid #cdcdcd;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background-color: #FFF;
  border-radius: 42px;
  -webkit-border-radius: 42px;
  -moz-border-radius: 42px;
}

.btnBox .button span {
  font-weight: bold;
  margin-right: 5px;
  word-break: keep-all;
}

.btnBox .button:hover {
  border: 1px solid #29a6e6;
}

.headingTop {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 20px;
}

.headingTop .orn {
  width: 150px;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .headingTop .title {
    height: 24px;
  }
  .headingTop .orn {
    width: 100px;
  }
}

/*...VARIABLE...*/
/* CUSTOM VARIABLE */
/*BREAKPOINT*/
body {
  margin: 0;
  padding: 0;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  color: #212121;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: hidden;
  font-feature-settings: "palt";
  font-size: 16px;
}

#AllBox {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

/* base font
===============================================================*/
/*
10px = 63%   |   17px = 106%   |   28px = 175%   
11px = 69%   |   18px = 113%   |   30px = 188%
12px = 75%   |   19px = 119%   |   32px = 20%
13px = 81%   |   20px = 125%
14px = 88%   |   22px = 138%
15px = 94%   |   24px = 150%
16px = 100%  |   25px = 156%
*/
/* HEADER */
#header {
  width: 100%;
  top: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 99;
  background-color: rgba(255, 255, 255, 0.9);
}

@media screen and (max-width: 768px) {
  #header {
    background-color: #FFF;
  }
}

#header.fixed {
  position: fixed;
}

#header .inner {
  width: 100%;
  height: 130px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 0 30px;
}

@media screen and (max-width: 1024px) {
  #header .inner {
    height: 100px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 768px) {
  #header .inner {
    height: 80px;
    padding-left: 0;
    padding-right: 0;
  }
}

#header .inner .logo {
  width: 250px;
  padding-left: 15px;
  margin-right: 15px;
}

#header .inner .logo p {
  font-size: 69%;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  #header .inner .logo p {
    display: none;
  }
}

#header .inner .logo a img {
  height: 50px;
}

@media screen and (max-width: 768px) {
  #header .inner .logo a img {
    height: 45px;
  }
}

#header .inner .rightSide {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 1024px) {
  #header .inner .rightSide {
    display: none;
  }
}

#header .inner .rightSide .topSide {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 10px;
}

#header .inner .rightSide .topSide .fontSize {
  margin-right: 20px;
}

#header .inner .rightSide .topSide .fontSize .btnBox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

#header .inner .rightSide .topSide .fontSize .btnBox a {
  border: 1px solid #cdcdcd;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-color: #FFF;
  margin-right: 5px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 30px;
  height: 30px;
}

#header .inner .rightSide .topSide .fontSize .btnBox a.small {
  font-size: 8px;
}

#header .inner .rightSide .topSide .fontSize .btnBox a.middle {
  font-size: 12px;
}

#header .inner .rightSide .topSide .fontSize .btnBox a.large {
  font-size: 16px;
}

#header .inner .rightSide .topSide .fontSize .btnBox a:last-child {
  margin-right: 0;
}

#header .inner .rightSide .topSide .fontSize .btnBox a:hover {
  border: 1px solid #29a6e6;
  background-color: #29a6e6;
  color: #FFF;
}

#header .inner .rightSide .topSide .searchBox form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

#header .inner .rightSide .topSide .searchBox form .text {
  border: 1px solid #cdcdcd;
  padding: 2px 15px;
  font-size: 13px;
  border-radius: 25px 0 0 25px;
  -webkit-border-radius: 25px 0 0 25px;
  -moz-border-radius: 25px 0 0 25px;
  width: 125px;
}

#header .inner .rightSide .topSide .searchBox form .text::placeholder {
  color: #cdcdcd;
}

#header .inner .rightSide .topSide .searchBox form .text:focus {
  outline: none;
}

#header .inner .rightSide .topSide .searchBox form button {
  width: 40px;
  height: 25px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #FFF;
  background-color: #29a6e6;
  border-radius: 0 25px 25px 0;
  -webkit-border-radius: 0 25px 25px 0;
  -moz-border-radius: 0 25px 25px 0;
  border: 1px solid #29a6e6;
}

#header .inner .rightSide .topSide .searchBox form button i {
  font-size: 12px;
}

#header .inner .rightSide .topSide .btnBox .button {
  margin-left: 20px;
  width: 150px;
  height: 42px;
  border: 1px solid #cdcdcd;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background-color: #FFF;
  border-radius: 42;
  -webkit-border-radius: 42;
  -moz-border-radius: 42;
}

#header .inner .rightSide .topSide .btnBox .button span {
  font-weight: bold;
  margin-right: 5px;
  word-break: keep-all;
}

#header .inner .rightSide .topSide .telp {
  margin-left: 20px;
}

#header .inner .rightSide .topSide .telp img {
  height: 60px;
}

#header .inner .rightSide .bottomSide {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

#header .inner .rightSide .bottomSide .navigation {
  max-width: 1041px;
  width: 100%;
}

#header .inner .rightSide .bottomSide .navigation ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  height: 40px;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

#header .inner .rightSide .bottomSide .navigation ul li {
  width: 17%;
  height: 100%;
  position: relative;
}

#header .inner .rightSide .bottomSide .navigation ul li a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
}

#header .inner .rightSide .bottomSide .navigation ul li a span {
  margin-right: 5px;
}

#header .inner .rightSide .bottomSide .navigation ul li a:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  background-color: #cdcdcd;
  right: 0;
  top: 10px;
}

#header .inner .rightSide .bottomSide .navigation ul li a:hover {
  color: #29a6e6;
}

#header .inner .rightSide .bottomSide .navigation ul li .childMenu {
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  display: none;
  position: absolute;
  top: 100%;
  left: -15px;
  width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  background-color: #eee;
  height: auto;
  z-index: 10;
  border-top: 1px dashed #CDCDCD;
  width: 165px;
}

#header .inner .rightSide .bottomSide .navigation ul li .childMenu li {
  width: 100%;
  margin: 0;
  border-bottom: 1px dashed #CDCDCD;
}

#header .inner .rightSide .bottomSide .navigation ul li .childMenu li .childItem {
  display: block;
  width: 100%;
  text-align: left;
  padding: 10px 15px;
  position: relative;
  background-color: #eee;
  font-size: 88%;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}

#header .inner .rightSide .bottomSide .navigation ul li .childMenu li .childItem:before {
  display: none;
}

#header .inner .rightSide .bottomSide .navigation ul li:hover .childMenu {
  display: block;
  opacity: 1;
  filter: alpha(opacity=100);
}

#header .inner .rightSide .bottomSide .navigation ul li:last-child a:before {
  display: none;
}

#header .inner .iconNav {
  display: none;
}

@media screen and (max-width: 1024px) {
  #header .inner .iconNav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    height: 60px;
    width: 60px;
    background-color: #29a6e6;
    margin-right: 15px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
  }
}

@media screen and (max-width: 768px) {
  #header .inner .iconNav {
    height: 50px;
    width: 50px;
  }
}

#header .inner .iconNav .hamburger {
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
}

#header .inner .iconNav .hamburger:focus {
  outline: none;
}

#header .inner .iconNav .hamburger:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

#header .inner .iconNav .hamburger .hamburger-box {
  width: 25px;
  height: 20px;
}

#header .inner .iconNav .hamburger .hamburger-box .hamburger-inner {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  width: 25px;
  height: 2px;
  background-color: #FFF;
}

#header .inner .iconNav .hamburger .hamburger-box .hamburger-inner:before {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  width: 25px;
  top: -8px;
  height: 2px;
  background-color: #FFF;
}

#header .inner .iconNav .hamburger .hamburger-box .hamburger-inner:after {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  width: 25px;
  height: 2px;
  background-color: #FFF;
}

#header .inner .iconNav .hamburger.hamburger--collapse .hamburger-inner:after {
  top: -16px;
}

#header .inner .iconNav .hamburger.is-active:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

#header .inner .iconNav .hamburger.is-active .hamburger-inner:before {
  top: 0;
}

#header .inner .iconNav .hamburger.is-active .hamburger-inner:after {
  top: 0;
}

#header .inner .iconNav .hamburger.is-active .textMenu {
  display: none;
}

#header .inner .iconNav .hamburger.is-active .textClose {
  display: block;
}

/* NAVIGATION */
#nav {
  display: none;
}

@media screen and (max-width: 950px) {
  #nav {
    display: none;
  }
}

#nav .navigation {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FFF;
}

#nav .navigation .cont ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  height: 50px;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

#nav .navigation .cont ul li {
  width: 17%;
  height: 100%;
  position: relative;
}

#nav .navigation .cont ul li a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
}

#nav .navigation .cont ul li a span {
  margin-right: 5px;
}

#nav .navigation .cont ul li a:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  background-color: #cdcdcd;
  right: 0;
  top: 15px;
}

#nav .navigation .cont ul li .childMenu {
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  background-color: #eee;
  height: auto;
  z-index: 10;
  border-top: 1px dashed #CDCDCD;
}

#nav .navigation .cont ul li .childMenu li {
  width: 100%;
  margin: 0;
  border-bottom: 1px dashed #CDCDCD;
}

#nav .navigation .cont ul li .childMenu li .childItem {
  display: block;
  width: 100%;
  text-align: left;
  padding: 10px 15px;
  position: relative;
  background-color: #eee;
  font-size: 88%;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}

#nav .navigation .cont ul li .childMenu li .childItem:before {
  display: none;
}

#nav .navigation .cont ul li:hover .childMenu {
  display: block;
  opacity: 1;
  filter: alpha(opacity=100);
}

#nav .navigation .cont ul li:last-child a:before {
  display: none;
}

/* NAV SP */
.navSp {
  display: none;
}

@media screen and (max-width: 1024px) {
  .navSp {
    position: fixed;
    top: 100px;
    width: 100%;
    height: 100%;
    z-index: 100;
    padding: 15px 0 130px;
    overflow-y: auto;
    background-color: #FFF;
  }
}

@media screen and (max-width: 768px) {
  .navSp {
    top: 80px;
  }
}

.navSp .top {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  padding: 0 15px;
}

.navSp .top .fontSize {
  margin-right: 20px;
}

.navSp .top .fontSize .btnBox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.navSp .top .fontSize .btnBox a {
  border: 1px solid #cdcdcd;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-color: #FFF;
  margin-right: 1.5px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 25px;
  height: 25px;
}

.navSp .top .fontSize .btnBox a.small {
  font-size: 8px;
}

.navSp .top .fontSize .btnBox a.middle {
  font-size: 12px;
}

.navSp .top .fontSize .btnBox a.large {
  font-size: 16px;
}

.navSp .top .fontSize .btnBox a:last-child {
  margin-right: 0;
}

.navSp .top .fontSize .btnBox a:hover {
  border: 1px solid #29a6e6;
  background-color: #29a6e6;
  color: #FFF;
}

.navSp .top .searchBox form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.navSp .top .searchBox form .text {
  border: 1px solid #cdcdcd;
  padding: 2px 15px;
  font-size: 13px;
  border-radius: 25px 0 0 25px;
  -webkit-border-radius: 25px 0 0 25px;
  -moz-border-radius: 25px 0 0 25px;
}

.navSp .top .searchBox form .text::placeholder {
  color: #cdcdcd;
}

.navSp .top .searchBox form .text:focus {
  outline: none;
}

.navSp .top .searchBox form button {
  width: 40px;
  height: 25px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #FFF;
  background-color: #29a6e6;
  border-radius: 0 25px 25px 0;
  -webkit-border-radius: 0 25px 25px 0;
  -moz-border-radius: 0 25px 25px 0;
  border: 1px solid #29a6e6;
}

.navSp .top .searchBox form button i {
  font-size: 12px;
}

.navSp .middleBox {
  margin-bottom: 30px;
}

.navSp .middleBox ul.firstRow {
  width: 100%;
  margin-bottom: 30px;
  border-top: 1px solid #CDCDCD;
}

.navSp .middleBox ul.firstRow li {
  width: 100%;
  line-height: 50px;
  border-bottom: 1px solid #CDCDCD;
  position: relative;
}

.navSp .middleBox ul.firstRow li .linkSp {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  position: relative;
  padding: 0 15px;
  letter-spacing: 1px;
}

.navSp .middleBox ul.firstRow li .linkSp span {
  font-size: 94%;
  word-break: keep-all;
}

.navSp .middleBox ul.firstRow li .linkSp i {
  font-size: 13px;
}

.navSp .middleBox ul.firstRow li .linkSp i.up {
  display: none;
}

.navSp .middleBox ul.firstRow li .linkSp.hasChild {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

.navSp .middleBox ul.firstRow li .linkSp.hasChild .link {
  width: 120px;
}

.navSp .middleBox ul.firstRow li .linkSp.hasChild .click {
  height: 50px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}

.navSp .middleBox ul.firstRow li .subMenu {
  display: none;
  width: 100%;
  -webkit-transition: opacity 1s ease-out;
  -moz-transition: opacity 1s ease-out;
  -ms-transition: opacity 1s ease-out;
  -o-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
}

.navSp .middleBox ul.firstRow li .subMenu.active {
  -webkit-transition: opacity 1s ease-out;
  -moz-transition: opacity 1s ease-out;
  -ms-transition: opacity 1s ease-out;
  -o-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
}

.navSp .middleBox ul.firstRow li .subMenu li {
  line-height: 1;
}

.navSp .middleBox ul.firstRow li .subMenu li:first-child {
  border-top: 1px solid #cdcdcd;
}

.navSp .middleBox ul.firstRow li .subMenu li:last-child {
  border-bottom: 0;
}

.navSp .middleBox ul.firstRow li .subMenu li a {
  padding: 15px;
  padding-left: 35px;
  width: 100%;
  display: block;
  position: relative;
}

.navSp .middleBox ul.firstRow li .nav-change {
  border-radius: 11px 11px 0 0;
  -webkit-border-radius: 11px 11px 0 0;
  -moz-border-radius: 11px 11px 0 0;
}

.navSp .middleBox ul.firstRow li .nav-change i.down {
  display: none;
}

.navSp .middleBox ul.firstRow li .nav-change i.up {
  display: block;
}

.navSp .below {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.navSp .below .telp {
  margin-top: 15px;
}

.navSp .below .telp img {
  height: 70px;
}

#footer .navFooter {
  position: relative;
  background-color: #29a6e6;
  position: relative;
}

@media screen and (max-width: 768px) {
  #footer .navFooter {
    display: none;
  }
}

#footer .navFooter .bg .left {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 24px;
  z-index: 1;
}

#footer .navFooter .bg .right {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 24px;
  z-index: 1;
}

#footer .navFooter ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  height: 50px;
  position: relative;
  z-index: 1;
}

#footer .navFooter ul.bottom {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

#footer .navFooter ul li {
  width: 15%;
  color: #FFF;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

@media screen and (max-width: 768px) {
  #footer .copyright {
    background-color: #29a6e6;
    position: relative;
  }
}

#footer .copyright .bg {
  display: none;
}

@media screen and (max-width: 768px) {
  #footer .copyright .bg {
    display: block;
  }
}

#footer .copyright .bg .left {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 15px;
  z-index: 1;
}

#footer .copyright .bg .right {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 15px;
  z-index: 1;
}

#footer .copyright .inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 60px;
}

@media screen and (max-width: 950px) {
  #footer .copyright .inner {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    height: auto;
    padding: 30px 0;
  }
}

@media screen and (max-width: 768px) {
  #footer .copyright .inner {
    padding: 14px 0;
  }
}

#footer .copyright .inner p {
  font-size: 12px;
}

@media screen and (max-width: 950px) {
  #footer .copyright .inner p {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  #footer .copyright .inner p {
    margin-bottom: 0;
    text-align: center;
    color: #FFF;
    position: relative;
    z-index: 1;
  }
}

#footer .copyright .inner ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  #footer .copyright .inner ul {
    display: none;
  }
}

#footer .copyright .inner ul li {
  margin-left: 40px;
  word-break: keep-all;
}

#footer .copyright .inner ul li a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 12px;
  color: #5fad91;
}

#footer .copyright .inner ul li a img {
  height: 12px;
  margin-right: 5px;
}

.kanameGroup {
  padding: 85px 3% 75px;
}

@media screen and (max-width: 1300px) {
  .kanameGroup {
    padding: 70px 3%;
  }
}

@media screen and (max-width: 1200px) {
  .kanameGroup {
    padding: 60px 3%;
  }
}

@media screen and (max-width: 1000px) {
  .kanameGroup {
    padding: 40px 3% 20px;
  }
}

@media screen and (max-width: 767px) {
  .kanameGroup {
    padding: 50px 3% 40px;
  }
}

.kanameGroup .inner {
  max-width: 1237px;
  width: 100%;
  margin: auto;
  text-align: center;
}

.kanameGroup .inner .headingKanameGroup {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: normal;
  margin-bottom: 40px;
}

.kanameGroup .inner .headingKanameGroup h2 {
  font-size: 36px;
}

@media screen and (max-width: 1200px) {
  .kanameGroup .inner .headingKanameGroup h2 {
    font-size: 32px;
  }
}

@media screen and (max-width: 767px) {
  .kanameGroup .inner .headingKanameGroup h2 {
    font-size: 22px;
  }
}

.kanameGroup .inner .headingKanameGroup p {
  color: #939393;
  font-size: 14px;
}

@media screen and (max-width: 1200px) {
  .kanameGroup .inner .headingKanameGroup p {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .kanameGroup .inner .headingKanameGroup p {
    font-size: 14px;
  }
}

.kanameGroup .inner ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 1200px) {
  .kanameGroup .inner ul {
    flex-direction: column;
    align-items: center;
  }
}

.kanameGroup .inner ul li {
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .kanameGroup .inner ul li {
    margin-bottom: 30px;
  }
}

.kanameGroup .inner ul li a img {
  margin-bottom: 10px;
}

.kanameGroup .inner ul li a h3 {
  text-align: center;
  font-size: 19px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .kanameGroup .inner ul li a h3 {
    font-size: 13px;
  }
}

.kanameGroup .inner ul li.kaname a img {
  width: 215px;
}

@media screen and (max-width: 767px) {
  .kanameGroup .inner ul li.kaname a img {
    width: 152px;
  }
}

.kanameGroup .inner ul li.kaname a h3 {
  color: #428B3C;
}

.kanameGroup .inner ul li.estate a img {
  width: 263px;
}

@media screen and (max-width: 767px) {
  .kanameGroup .inner ul li.estate a img {
    width: 186px;
  }
}

.kanameGroup .inner ul li.estate a h3 {
  color: #6C462B;
}

.kanameGroup .inner ul li.andaqua a img {
  width: 197px;
}

@media screen and (max-width: 767px) {
  .kanameGroup .inner ul li.andaqua a img {
    width: 139px;
  }
}

.kanameGroup .inner ul li.andaqua a h3 {
  color: #007DD7;
}

.kanameGroup .inner ul li.red a img {
  width: 270px;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .kanameGroup .inner ul li.red a img {
    width: 191px;
  }
}

#mainvisual.subMv {
  margin-top: 100px;
}

@media screen and (max-width: 1024px) {
  #mainvisual.subMv {
    margin-top: 80px;
  }
}

#mainvisual.subMv .inner {
  position: relative;
  background-image: url(../img/background/bg.png);
  height: 28.3vw;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  #mainvisual.subMv .inner {
    height: 30vw;
  }
}

@media screen and (max-width: 768px) {
  #mainvisual.subMv .inner {
    height: 40vw;
  }
}

@media screen and (max-width: 480px) {
  #mainvisual.subMv .inner {
    height: 50vw;
  }
}

#mainvisual.subMv .inner .box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

#mainvisual.subMv .inner .box .text {
  height: 50px;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  #mainvisual.subMv .inner .box .text {
    height: 24px;
  }
}

#mainvisual.subMv .inner .box h2 {
  font-size: 100px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  #mainvisual.subMv .inner .box h2 {
    font-size: 50px;
  }
}

#mainvisual.subMv .inner .box .orn {
  width: 150px;
}

@media screen and (max-width: 768px) {
  #mainvisual.subMv .inner .box .orn {
    width: 120px;
  }
}

@media screen and (max-width: 768px) {
  #mainvisualTop {
    margin-top: 80px;
  }
}

#mainvisualTop .swiper-container {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  #mainvisualTop .swiper-container {
    height: auto;
  }
}

#mainvisualTop .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#mainvisualTop .swiper-slide > .swiper-slide-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  #mainvisualTop .swiper-slide > .swiper-slide-cover {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }
}

#mainvisualTop .swiper-container {
  width: 100vw;
  height: 100vh;
  margin: 0;
}

@media screen and (max-width: 768px) {
  #mainvisualTop .swiper-container {
    width: 100%;
    height: auto;
  }
}

#mainvisualTop .swiper-slide .slide1 {
  background-image: url(../img//mainvisual/mv1.png);
  transform-origin: 0 25%;
}

@media screen and (max-width: 768px) {
  #mainvisualTop .swiper-slide .slide1 {
    background-image: none;
    transform-origin: unset;
  }
}

#mainvisualTop .swiper-slide .slide2 {
  background-image: url(../img//mainvisual/mv2.png);
  transform-origin: 0 25%;
}

@media screen and (max-width: 768px) {
  #mainvisualTop .swiper-slide .slide2 {
    background-image: none;
    transform-origin: unset;
  }
}

#mainvisualTop .swiper-slide .slide3 {
  background-image: url(../img//mainvisual/mv3.png);
  transform-origin: 0 25%;
}

@media screen and (max-width: 768px) {
  #mainvisualTop .swiper-slide .slide3 {
    background-image: none;
    transform-origin: unset;
  }
}

#mainvisualTop .swiper-slide .slide4 {
  background-image: url(../img//mainvisual/mv4.png);
  transform-origin: 0 25%;
}

@media screen and (max-width: 768px) {
  #mainvisualTop .swiper-slide .slide4 {
    background-image: none;
    transform-origin: unset;
  }
}

#mainvisualTop .swiper-slide .slide5 {
  background-image: url(../img//mainvisual/mv5.png);
  transform-origin: 0 25%;
}

@media screen and (max-width: 768px) {
  #mainvisualTop .swiper-slide .slide5 {
    background-image: none;
    transform-origin: unset;
  }
}

#mainvisualTop .swiper-scale-effect .swiper-slide-cover {
  transition: 10s ease-out;
  transform: scale(1);
}

@media screen and (max-width: 768px) {
  #mainvisualTop .swiper-scale-effect .swiper-slide-cover {
    transform: unset;
  }
}

#mainvisualTop .swiper-slide .swiper-slide-cover img {
  display: none;
}

@media screen and (max-width: 768px) {
  #mainvisualTop .swiper-slide .swiper-slide-cover img {
    display: block;
  }
}

#mainvisualTop .swiper-scale-effect .swiper-slide.swiper-slide-active .swiper-slide-cover {
  transform: scale(1.05);
}

@media screen and (max-width: 768px) {
  #mainvisualTop .swiper-scale-effect .swiper-slide.swiper-slide-active .swiper-slide-cover {
    transform: unset;
  }
}

/*-----BREADCRUMB-----*/
.breadcrumbPage {
  height: 50px;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background-color: #f4f4f4;
}

@media screen and (max-width: 768px) {
  .breadcrumbPage {
    display: none;
  }
}

.breadcrumbPage ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  word-break: keep-all;
}

@media screen and (max-width: 480px) {
  .breadcrumbPage ul {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.breadcrumbPage ul li {
  font-size: 14px;
  letter-spacing: 1px;
  color: #707070;
  margin-right: 35px;
}

.breadcrumbPage ul li a img {
  height: 18px;
  position: relative;
  top: -2px;
}

.breadcrumbPage ul li a.active {
  text-decoration: underline;
}

.breadcrumbPage ul li a:hover {
  text-decoration: underline;
}

.breadcrumbPage ul li.arrow {
  position: relative;
}

.breadcrumbPage ul li.arrow:before {
  position: absolute;
  top: 50%;
  left: -20px;
  display: block;
  content: '';
  height: 8px;
  width: 8px;
  border: 1px solid #888;
  border-left-width: 0;
  border-top-width: 0;
  -webkit-transform: translate(0, -50%) rotate(-45deg);
  -ms-transform: translate(0, -50%) rotate(-45deg);
  transform: translate(0, -50%) rotate(-45deg);
}

#main {
  /* CONTENT TOP PAGE */
  /*PARTNER PAGE*/
  /*PRIVACY PAGE*/
  /*ERROR PAGE*/
  /*CONTENT SERVICE PAGE*/
  /* CONTACT PAGE */
  /*RESULTS PAGE*/
  /*PARTNER PAGE*/
}

#main.topPage {
  /*MAINVISUAL*/
  /* NAVIGATION */
  /* NEWS */
  /* Industry */
  /*MESSAGE*/
  /* COMPANY*/
}

#main.topPage #slideTop {
  overflow-x: hidden;
  position: relative;
}

@media screen and (max-width: 950px) {
  #main.topPage #slideTop {
    padding: 15px 0;
  }
}

@media screen and (max-width: 768px) {
  #main.topPage #slideTop {
    padding: 0;
  }
}

#main.topPage #slideTop .slick-slider {
  padding-bottom: 25px;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  #main.topPage #slideTop .slick-slider {
    padding-bottom: 0;
  }
}

#main.topPage #slideTop .slick-slider .slick-list {
  overflow: initial;
}

#main.topPage #slideTop .slick-slider .slick-list .slick-track {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

@media screen and (max-width: 768px) {
  #main.topPage #slideTop .slick-slider .slick-list .slick-track {
    display: block;
  }
}

#main.topPage #slideTop .slick-slider .slick-list .slick-track .slick-slide {
  position: relative;
  top: 40px;
  transform: scale(1, 0.9);
  transition: transform 0.3s;
}

@media screen and (max-width: 768px) {
  #main.topPage #slideTop .slick-slider .slick-list .slick-track .slick-slide {
    transform: none;
    top: auto;
  }
}

#main.topPage #slideTop .slick-slider .slick-list .slick-track .slick-slide a {
  display: block;
}

#main.topPage #slideTop .slick-slider .slick-list .slick-track .slick-slide a img {
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border: 2px solid #29a6e6;
}

@media screen and (max-width: 768px) {
  #main.topPage #slideTop .slick-slider .slick-list .slick-track .slick-slide a img {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border: 0;
  }
}

@media screen and (max-width: 480px) {
  #main.topPage #slideTop .slick-slider .slick-list .slick-track .slick-slide a img.PC {
    display: none;
  }
}

#main.topPage #slideTop .slick-slider .slick-list .slick-track .slick-slide a img.SP {
  display: none;
}

@media screen and (max-width: 480px) {
  #main.topPage #slideTop .slick-slider .slick-list .slick-track .slick-slide a img.SP {
    display: block;
  }
}

#main.topPage #slideTop .slick-slider .slick-list .slick-track .slick-slide.slick-center {
  position: relative;
  top: 0;
  transform: scale(1, 1);
}

@media screen and (max-width: 768px) {
  #main.topPage #slideTop .slick-slider .slick-list .slick-track .slick-slide.slick-center {
    transform: none;
  }
}

#main.topPage #slideTop .slick-slider .slick-list .slick-track .slick-slide.slick-active a {
  margin: 0 3%;
}

@media screen and (max-width: 768px) {
  #main.topPage #slideTop .slick-slider .slick-list .slick-track .slick-slide.slick-active a {
    margin: 0;
  }
}

#main.topPage #slideTop .slick-slider .slick-dots {
  bottom: 20px;
}

@media screen and (max-width: 768px) {
  #main.topPage #slideTop .slick-slider .slick-dots {
    bottom: 10px;
  }
}

#main.topPage #slideTop .slick-slider .slick-dots li {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

@media screen and (max-width: 768px) {
  #main.topPage #slideTop .slick-slider .slick-dots li {
    width: 10px;
    height: 10px;
  }
}

#main.topPage #slideTop .slick-slider .slick-dots li button {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  padding: 0;
  margin-right: 0;
  background-color: #FFFFFF;
  border: 2px solid #CDCDCD;
}

@media screen and (max-width: 768px) {
  #main.topPage #slideTop .slick-slider .slick-dots li button {
    width: 10px;
    height: 10px;
    border-width: 1px;
  }
}

#main.topPage #slideTop .slick-slider .slick-dots li button:before {
  display: none;
}

#main.topPage #slideTop .slick-slider .slick-dots li.slick-active button {
  background-color: #cdcdcd;
}

#main.topPage #nav {
  position: absolute;
  width: 100%;
  height: 50px;
}

@media screen and (max-width: 950px) {
  #main.topPage #nav {
    display: none;
  }
}

#main.topPage #nav.sticky {
  z-index: 99;
  position: fixed;
  top: 143px;
  width: 100%;
  background-color: #FFF;
}

#main.topPage #nav .navigation_1 {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FFF;
}

#main.topPage #nav .navigation_1 .cont ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  height: 50px;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

#main.topPage #nav .navigation_1 .cont ul li {
  width: 17%;
  height: 100%;
  position: relative;
}

#main.topPage #nav .navigation_1 .cont ul li a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
}

#main.topPage #nav .navigation_1 .cont ul li a span {
  margin-right: 5px;
}

#main.topPage #nav .navigation_1 .cont ul li a:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  background-color: #cdcdcd;
  right: 0;
  top: 15px;
}

#main.topPage #nav .navigation_1 .cont ul li .childMenu {
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  background-color: #FFF;
  height: auto;
  z-index: 10;
  border-top: 1px dashed #CDCDCD;
}

#main.topPage #nav .navigation_1 .cont ul li .childMenu li {
  width: 100%;
  margin: 0;
  border-bottom: 1px dashed #CDCDCD;
}

#main.topPage #nav .navigation_1 .cont ul li .childMenu li .childItem {
  display: block;
  width: 100%;
  text-align: left;
  padding: 10px 15px;
  position: relative;
  background-color: #eee;
  font-size: 88%;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}

#main.topPage #nav .navigation_1 .cont ul li .childMenu li .childItem:before {
  display: none;
}

#main.topPage #nav .navigation_1 .cont ul li:hover .childMenu {
  display: block;
  opacity: 1;
  filter: alpha(opacity=100);
}

#main.topPage #nav .navigation_1 .cont ul li:last-child a:before {
  display: none;
}

#main.topPage #news {
  margin-top: 50px;
  padding: 45px 0 60px;
}

@media screen and (max-width: 950px) {
  #main.topPage #news {
    margin-top: 0;
    padding: 40px 0 30px;
  }
}

#main.topPage #news .inner {
  max-width: 950px;
  width: 100%;
  margin: auto;
}

#main.topPage #news .inner ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

#main.topPage #news .inner ul a {
  width: 48.5%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  #main.topPage #news .inner ul a {
    width: 100%;
  }
}

#main.topPage #news .inner ul a .img {
  width: 280px;
  height: 200px;
  margin-right: 15px;
}

@media screen and (max-width: 768px) {
  #main.topPage #news .inner ul a .img {
    width: 38%;
    height: 23vw;
    overflow-y: hidden;
  }
}

#main.topPage #news .inner ul a .img div {
  width: 100%;
  height: 100%;
}

#main.topPage #news .inner ul a .content {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#main.topPage #news .inner ul a .content span {
  display: block;
  margin-bottom: 10px;
  font-size: 10px;
}

@media screen and (max-width: 768px) {
  #main.topPage #news .inner ul a .content span {
    margin-bottom: 0px;
  }
}

#main.topPage #news .inner ul a .content h2 {
  max-height: 48px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

@media screen and (max-width: 768px) {
  #main.topPage #news .inner ul a .content h2 {
    font-size: 14px;
  }
}

#main.topPage #news .inner .btnBox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

#main.topPage #industry {
  margin-top: 50px;
  padding: 45px 0 60px;
}

@media screen and (max-width: 950px) {
  #main.topPage #industry {
    margin-top: 0;
    padding: 40px 0 30px;
  }
}

#main.topPage #industry .inner {
  max-width: 950px;
  width: 100%;
  margin: auto;
}

#main.topPage #industry .inner #rss-cont {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

#main.topPage #industry .inner #rss-cont a {
  width: 30%;
  display: inline-block;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  #main.topPage #industry .inner #rss-cont a {
    width: 100%;
  }
}

#main.topPage #industry .inner #rss-cont a .img {
  width: 280px;
  height: 200px;
  margin-right: 15px;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  #main.topPage #industry .inner #rss-cont a .img {
    width: 100%;
    overflow-y: hidden;
  }
}

#main.topPage #industry .inner #rss-cont a .img div {
  width: 100%;
  height: 100%;
}

#main.topPage #industry .inner #rss-cont a .text {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

@media screen and (max-width: 768px) {
  #main.topPage #industry .inner #rss-cont a .text {
    font-size: 14px;
  }
}

#main.topPage #industry .inner #rss-cont a .text p {
  height: 24px;
  display: inline-block;
  margin-right: 10px;
  font-size: 10px;
  background-color: red;
  padding: 5px;
  color: white;
}

#main.topPage #industry .inner #rss-cont a .text h2 {
  max-height: 48px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

#main.topPage #industry .inner .btnBox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

#main.topPage #messageTop {
  padding: 60px 0;
  position: relative;
}

@media screen and (max-width: 950px) {
  #main.topPage #messageTop {
    padding: 30px 0;
  }
}

#main.topPage #messageTop #message {
  position: absolute;
  top: -200px;
}

#main.topPage #messageTop .inner .banner {
  margin-bottom: 15px;
}

#main.topPage #messageTop .inner .text {
  line-height: 1.8;
}

#main.topPage #messageTop .inner .text .date {
  margin: 15px 0 0;
  text-align: right;
}

#main.topPage #messageTop .inner .text .right {
  text-align: right;
}

#main.topPage #messageTop .inner .text .right h2 {
  line-height: 2;
}

#main.topPage #messageTop .inner .text .right h3 {
  line-height: 2;
}

#main.topPage #companyTop {
  position: relative;
  padding: 60px 0;
  background-image: url(../img/common/bg_water.png);
}

@media screen and (max-width: 950px) {
  #main.topPage #companyTop {
    padding: 30px 0;
  }
}

#main.topPage #companyTop #company {
  position: absolute;
  top: -200px;
}

#main.topPage #companyTop .table {
  max-width: 920px;
  width: 100%;
  margin: auto;
}

#main.topPage #companyTop .table table {
  width: 100%;
}

#main.topPage #companyTop .table table tr th {
  background-color: #29a6e6;
  width: 156px;
  padding: 6px 30px;
  color: #FFF;
  vertical-align: middle;
  border-bottom: 1px solid #FFF;
}

@media screen and (max-width: 768px) {
  #main.topPage #companyTop .table table tr th {
    width: 100%;
    display: block;
    text-align: center;
  }
}

#main.topPage #companyTop .table table tr .titleTable {
  background-color: #29a6e6;
  width: 156px;
  padding: 6px 30px;
  color: #FFF;
  vertical-align: baseline;
  border-bottom: 1px solid #FFF;
}

@media screen and (max-width: 768px) {
  #main.topPage #companyTop .table table tr .titleTable {
    width: 100%;
    display: block;
    text-align: center;
  }
}

#main.topPage #companyTop .table table tr td {
  padding: 6px 30px;
  border-bottom: 1px solid #CDCDCD;
  background-color: #FFF;
}

@media screen and (max-width: 768px) {
  #main.topPage #companyTop .table table tr td {
    width: 100%;
    display: block;
    padding: 6px 15px;
  }
}

#main.topPage #companyTop .table table tr td p {
  line-height: 2;
}

#main.topPage #companyTop .table table tr td p a {
  color: #5fad91;
}

#main.topPage #companyTop .table table tr td p img.map {
  height: 15px;
  vertical-align: middle;
  margin-left: 5px;
}

#main.topPage #companyTop .table table tr td .tel1 {
  padding-left: 55px;
}

@media screen and (max-width: 768px) {
  #main.topPage #companyTop .table table tr td .tel1 {
    padding-left: 0;
  }
}

#main.topPage #companyTop .table table tr td .tel2 {
  padding-left: 55px;
}

@media screen and (max-width: 768px) {
  #main.topPage #companyTop .table table tr td .tel2 {
    padding-left: 0;
  }
}

#main.topPage #companyTop .table table tr td .green {
  color: #5fad91;
}

#main.topPage #companyTop .table table tr td ul {
  padding-left: 20px;
}

#main.topPage #companyTop .table table tr td ul li {
  list-style-type: decimal;
  line-height: 2;
}

#main.topPage #companyTop .table table tr td ul li ul {
  padding-left: 0;
}

#main.topPage #companyTop .table table tr td ul li ul li {
  list-style-type: unset;
}

#main.topPage #companyTop .table table tr:first-child th {
  border-radius: 10px 0 0 0;
  -webkit-border-radius: 10px 0 0 0;
  -moz-border-radius: 10px 0 0 0;
}

@media screen and (max-width: 768px) {
  #main.topPage #companyTop .table table tr:first-child th {
    border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
  }
}

#main.topPage #companyTop .table table tr:first-child td {
  border-radius: 0 10px 0 0;
  -webkit-border-radius: 0 10px 0 0;
  -moz-border-radius: 0 10px 0 0;
}

@media screen and (max-width: 768px) {
  #main.topPage #companyTop .table table tr:first-child td {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
  }
}

#main.topPage #companyTop .table table tr:last-child th {
  border-bottom: 0;
  border-radius: 0 0 0 10px;
  -webkit-border-radius: 0 0 0 10px;
  -moz-border-radius: 0 0 0 10px;
}

@media screen and (max-width: 768px) {
  #main.topPage #companyTop .table table tr:last-child th {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
  }
}

#main.topPage #companyTop .table table tr:last-child td {
  border-bottom: 0;
  border-radius: 0 0 10px 0;
  -webkit-border-radius: 0 0 10px 0;
  -moz-border-radius: 0 0 10px 0;
}

@media screen and (max-width: 768px) {
  #main.topPage #companyTop .table table tr:last-child td {
    border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
  }
}

#main.partner .firstRow {
  padding: 50px 0 40px;
}

@media screen and (max-width: 768px) {
  #main.partner .firstRow {
    padding: 30px 0;
  }
}

#main.partner .firstRow .inner .firstText {
  max-width: 960px;
  width: 100%;
  margin: auto;
  text-align: center;
  line-height: 2;
  margin-bottom: 20px;
}

@media screen and (max-width: 850px) {
  #main.partner .firstRow .inner .firstText p {
    display: inline;
  }
}

#main.partner .firstRow .inner .boxBorder {
  max-width: 960px;
  width: 100%;
  margin: auto;
  border: 1px solid #CDCDCD;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 30px;
}

@media screen and (max-width: 850px) {
  #main.partner .firstRow .inner .boxBorder {
    padding: 5%;
  }
}

#main.partner .firstRow .inner .boxBorder .inner {
  max-width: 853px;
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  position: relative;
}

@media screen and (max-width: 768px) {
  #main.partner .firstRow .inner .boxBorder .inner {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

#main.partner .firstRow .inner .boxBorder .inner .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  #main.partner .firstRow .inner .boxBorder .inner .icon {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    text-align: center;
    width: 100%;
  }
}

#main.partner .firstRow .inner .boxBorder .inner .icon img {
  width: 50px;
  height: 50px;
  z-index: 1;
}

@media screen and (max-width: 850px) {
  #main.partner .firstRow .inner .boxBorder .inner .icon img {
    width: 25px;
    height: 25px;
  }
}

@media screen and (max-width: 768px) {
  #main.partner .firstRow .inner .boxBorder .inner .icon img {
    width: 40px;
    height: 40px;
  }
}

#main.partner .firstRow .inner .boxBorder .inner .box {
  width: 380px;
  border: 1px solid #29a6e6;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

@media screen and (max-width: 850px) {
  #main.partner .firstRow .inner .boxBorder .inner .box {
    width: 47.5%;
  }
}

@media screen and (max-width: 768px) {
  #main.partner .firstRow .inner .boxBorder .inner .box {
    width: 100%;
    margin-bottom: 30px;
  }
  #main.partner .firstRow .inner .boxBorder .inner .box:last-child {
    margin-bottom: 0;
    margin-top: 35px;
  }
}

#main.partner .firstRow .inner .boxBorder .inner .box .heading {
  background-color: #29a6e6;
  position: relative;
  border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 50px;
}

#main.partner .firstRow .inner .boxBorder .inner .box .heading h2 {
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
}

@media screen and (max-width: 850px) {
  #main.partner .firstRow .inner .boxBorder .inner .box .heading h2 {
    font-size: 18px;
  }
}

#main.partner .firstRow .inner .boxBorder .inner .box .heading img {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 14px;
}

#main.partner .firstRow .inner .boxBorder .inner .box .content.content1 {
  padding: 40px 15px 50px;
  text-align: center;
}

@media screen and (max-width: 850px) {
  #main.partner .firstRow .inner .boxBorder .inner .box .content.content1 {
    padding: 30px 15px;
  }
}

#main.partner .firstRow .inner .boxBorder .inner .box .content.content1 p {
  font-size: 24px;
  font-weight: bold;
  color: #707070;
  margin-bottom: 30px;
}

@media screen and (max-width: 850px) {
  #main.partner .firstRow .inner .boxBorder .inner .box .content.content1 p {
    font-size: 22px;
  }
}

@media screen and (max-width: 768px) {
  #main.partner .firstRow .inner .boxBorder .inner .box .content.content1 p {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

#main.partner .firstRow .inner .boxBorder .inner .box .content.content1 p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 850px) {
  #main.partner .firstRow .inner .boxBorder .inner .box .content.content1 p:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  #main.partner .firstRow .inner .boxBorder .inner .box .content.content1 p:last-child {
    margin-bottom: 0;
  }
}

#main.partner .firstRow .inner .boxBorder .inner .box .content.content2 {
  padding: 18px 20px;
}

@media screen and (max-width: 850px) {
  #main.partner .firstRow .inner .boxBorder .inner .box .content.content2 {
    padding: 15px;
  }
  #main.partner .firstRow .inner .boxBorder .inner .box .content.content2 img {
    width: 100%;
  }
}

@media screen and (max-width: 850px) and (max-width: 768px) {
  #main.partner .firstRow .inner .boxBorder .inner .box .content.content2 img {
    width: auto;
  }
}

#main.partner .firstRow .inner .boxBorder .inner .box .content.content2 .one {
  margin-bottom: 20px;
  position: relative;
  left: 16px;
}

@media screen and (max-width: 850px) {
  #main.partner .firstRow .inner .boxBorder .inner .box .content.content2 .one {
    left: auto;
  }
}

#main.partner .firstRow .inner .boxBorder .inner .box .content.content2 .two {
  margin-bottom: 25px;
  position: relative;
  left: 30px;
}

@media screen and (max-width: 850px) {
  #main.partner .firstRow .inner .boxBorder .inner .box .content.content2 .two {
    left: auto;
  }
}

#main.partner .firstRow .inner .boxBorder .inner .box .content.content2 .three {
  margin-bottom: 18px;
  position: relative;
  left: 17px;
}

@media screen and (max-width: 850px) {
  #main.partner .firstRow .inner .boxBorder .inner .box .content.content2 .three {
    left: auto;
  }
}

#main.partner .firstRow .inner .boxBorder .points ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

@media screen and (max-width: 768px) {
  #main.partner .firstRow .inner .boxBorder .points ul {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}

#main.partner .firstRow .inner .boxBorder .points ul li {
  width: 280px;
  height: 50px;
  position: relative;
  background-color: #29a6e6;
  color: #FFF;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 0 5px;
  margin-top: 30px;
}

@media screen and (max-width: 950px) {
  #main.partner .firstRow .inner .boxBorder .points ul li {
    width: 32%;
  }
}

@media screen and (max-width: 768px) {
  #main.partner .firstRow .inner .boxBorder .points ul li {
    width: 280px;
    margin-top: 15px;
  }
}

#main.partner .firstRow .inner .boxBorder .points ul li p {
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  #main.partner .firstRow .inner .boxBorder .points ul li p {
    font-size: 18px;
  }
}

@media screen and (max-width: 400px) {
  #main.partner .firstRow .inner .boxBorder .points ul li p {
    font-size: 16px;
  }
}

#main.partner .firstRow .inner .boxBorder .points ul li img {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 14px;
}

#main.partner .firstRow .inner .boxBorder .points ul.second {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

#main.partner .firstRow .inner .boxBorder .points ul.second li {
  width: 450px;
}

@media screen and (max-width: 768px) {
  #main.partner .firstRow .inner .boxBorder .points ul.second li {
    width: 100%;
  }
}

#main.partner .secondRow {
  padding: 40px 0 100px;
}

@media screen and (max-width: 480px) {
  #main.partner .secondRow .headingTop .title {
    height: auto;
    width: 100%;
  }
}

#main.partner .secondRow .inner {
  max-width: 1010px;
  width: 100%;
  margin: auto;
}

#main.partner .secondRow .inner .desc {
  text-align: center;
  line-height: 2;
  margin-bottom: 15px;
}

@media screen and (max-width: 950px) {
  #main.partner .secondRow .inner .stepBox {
    display: none;
  }
}

#main.partner .secondRow .inner .stepBox .steps {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

#main.partner .secondRow .inner .stepBox .steps li {
  background-image: url(../img/partner/step_arrow.png);
  width: 186px;
  height: 211px;
  padding-top: 60px;
  padding-left: 10px;
  color: #FFF;
  font-weight: bold;
}

#main.partner .secondRow .inner .stepBox .steps li h3 {
  font-size: 22px;
}

@media screen and (max-width: 950px) {
  #main.partner .secondRow .inner .stepBox .steps li h3 {
    font-size: 18px;
  }
}

#main.partner .secondRow .inner .stepBox .steps li span {
  font-weight: normal;
  font-size: 14px;
}

#main.partner .secondRow .inner .stepBox .steps li.last {
  background-image: url(../img/partner/step_last.png);
  width: 132px;
}

#main.partner .secondRow .inner .stepBoxSP {
  display: none;
}

@media screen and (max-width: 950px) {
  #main.partner .secondRow .inner .stepBoxSP {
    display: block;
  }
}

#main.partner .secondRow .inner .stepBoxSP .swiper-container .swiper-wrapper .swiper-slide {
  width: auto;
}

#main.partner .secondRow .inner .stepBoxSP .swiper-container .swiper-wrapper .swiper-slide .itemList {
  background-image: url(../img/partner/step_arrow.png);
  width: 186px;
  height: 211px;
  padding-top: 60px;
  padding-left: 10px;
  color: #FFF;
  font-weight: bold;
}

#main.partner .secondRow .inner .stepBoxSP .swiper-container .swiper-wrapper .swiper-slide .itemList h3 {
  font-size: 22px;
}

@media screen and (max-width: 950px) {
  #main.partner .secondRow .inner .stepBoxSP .swiper-container .swiper-wrapper .swiper-slide .itemList h3 {
    font-size: 18px;
  }
}

#main.partner .secondRow .inner .stepBoxSP .swiper-container .swiper-wrapper .swiper-slide .itemList span {
  font-weight: normal;
  font-size: 14px;
}

#main.partner .secondRow .inner .stepBoxSP .swiper-container .swiper-wrapper .swiper-slide .itemList.last {
  background-image: url(../img/partner/step_last.png);
  width: 132px;
}

#main.partner .secondRow .inner .stepBoxSP .swiper-container .swiper-pagination {
  position: relative;
  bottom: auto;
  margin-top: 10px;
}

#main.partner .secondRow .inner .stepBoxSP .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #29a6e6;
}

#main.partner .secondRow .inner .btnBox {
  margin-top: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

#main.partner .secondRow .inner .btnBox .button {
  width: 285px;
  height: 60px;
  font-size: 22px;
}

#main.partner .secondRow .inner .btnBox .button span {
  margin-right: 10px;
}

#main.privacy .firstRow {
  padding: 50px 0;
}

@media screen and (max-width: 480px) {
  #main.privacy .firstRow {
    padding: 30px 0;
  }
}

#main.privacy .firstRow .inner {
  max-width: 920px;
  width: 100%;
  margin: auto;
}

#main.privacy .firstRow .inner .firstText {
  margin-bottom: 50px;
  line-height: 2;
  letter-spacing: 1px;
}

@media screen and (max-width: 480px) {
  #main.privacy .firstRow .inner .firstText {
    margin-bottom: 30px;
  }
}

#main.privacy .firstRow .inner .list .item {
  margin-bottom: 50px;
}

@media screen and (max-width: 480px) {
  #main.privacy .firstRow .inner .list .item {
    margin-bottom: 30px;
  }
}

#main.privacy .firstRow .inner .list .item .heading {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background-color: #29a6e6;
  font-size: 113%;
  font-weight: bold;
  padding: 8px 15px;
  margin-bottom: 15px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  color: #FFF;
}

#main.privacy .firstRow .inner .list .item .heading img {
  width: 30px;
  margin-right: 15px;
}

#main.privacy .firstRow .inner .list .item .text {
  line-height: 2;
}

#main.privacy .firstRow .inner .list .item .text ul {
  padding-left: 20px;
}

#main.privacy .firstRow .inner .list .item .text ul li {
  list-style-type: decimal;
}

#main.privacy.anti .firstRow ul {
  padding-left: 20px;
}

#main.privacy.anti .firstRow ul li {
  list-style-type: decimal;
}

#main.privacy.anti .firstRow .right {
  text-align: right;
}

#main.privacy.anti .firstRow .right h2 {
  line-height: 1;
  font-size: 18px;
  font-weight: bold;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-bottom: 15px;
}

#main.privacy.anti .firstRow .right h3 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  line-height: 1;
  font-size: 18px;
  font-weight: bold;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

#main.privacy.anti .firstRow .right h3 img {
  height: 20px;
  margin-left: 10px;
}

#main.privacy.cookie .firstRow .right {
  text-align: right;
}

#main.privacy.cookie .firstRow .right h2 {
  line-height: 1;
  font-size: 18px;
  font-weight: bold;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-bottom: 15px;
}

#main.privacy.cookie .firstRow .right h3 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  line-height: 1;
  font-size: 18px;
  font-weight: bold;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

#main.privacy.cookie .firstRow .right h3 img {
  height: 20px;
  margin-left: 10px;
}

#main.privacy.cookie .firstRow .inner .list .item .text ul li ul {
  padding-left: 0;
}

#main.privacy.cookie .firstRow .inner .list .item .text ul li ul li {
  list-style-type: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}

#main.privacy.cookie .firstRow .inner .list .item .text ul li ul li span {
  width: 50px;
}

#main.privacy.cookie .firstRow .inner .list .item .text ul li ul li p {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#main.privacy.cookie .firstRow .inner .list .item .text ul a {
  color: #29a6e6;
}

#main.error404 .firstRow {
  padding: 60px 0;
}

#main.error404 .firstRow .boxOuter {
  background-color: #FFF;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  padding: 50px;
}

@media screen and (max-width: 1024px) {
  #main.error404 .firstRow .boxOuter {
    padding: 30px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
  }
}

@media screen and (max-width: 768px) {
  #main.error404 .firstRow .boxOuter {
    padding: 5%;
    padding-bottom: 30px;
    font-size: 94%;
  }
}

#main.error404 .firstRow .boxOuter .inner {
  max-width: 800px;
  width: 100%;
  margin: auto;
  text-align: center;
}

#main.error404 .firstRow .boxOuter .inner h2 {
  font-size: 818%;
  font-weight: bold;
}

@media screen and (max-width: 480px) {
  #main.error404 .firstRow .boxOuter .inner h2 {
    font-size: 630%;
  }
}

#main.error404 .firstRow .boxOuter .inner p {
  font-size: 125%;
}

@media screen and (max-width: 480px) {
  #main.error404 .firstRow .boxOuter .inner p {
    font-size: 113%;
  }
}

#main.comingsoon .firstRow {
  padding: 60px 0;
}

#main.comingsoon .firstRow .boxOuter {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  padding: 50px;
}

@media screen and (max-width: 1024px) {
  #main.comingsoon .firstRow .boxOuter {
    padding: 30px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
  }
}

@media screen and (max-width: 768px) {
  #main.comingsoon .firstRow .boxOuter {
    padding: 5%;
    padding-bottom: 30px;
    font-size: 94%;
  }
}

#main.comingsoon .firstRow .boxOuter .inner {
  max-width: 800px;
  width: 100%;
  margin: auto;
  text-align: center;
}

#main.comingsoon .firstRow .boxOuter .inner h2 {
  font-size: 818%;
  font-weight: bold;
}

@media screen and (max-width: 480px) {
  #main.comingsoon .firstRow .boxOuter .inner h2 {
    font-size: 630%;
  }
}

#main.comingsoon .firstRow .boxOuter .inner p {
  font-size: 125%;
}

@media screen and (max-width: 480px) {
  #main.comingsoon .firstRow .boxOuter .inner p {
    font-size: 113%;
  }
}

#main.contact .firstRow {
  padding: 50px 0 100px;
}

@media screen and (max-width: 768px) {
  #main.contact .firstRow {
    padding: 30px 0 70px;
  }
}

#main.contact .firstRow .inner {
  max-width: 920px;
  width: 100%;
  margin: auto;
}

#main.contact .firstRow .inner .privacy-policy {
  width: 100%;
  background-color: #EEEEEE;
  height: 250px;
  overflow-y: scroll;
  padding: 30px;
  color: #555555;
  margin-bottom: 50px;
  line-height: 1.7;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

@media screen and (max-width: 768px) {
  #main.contact .firstRow .inner .privacy-policy {
    height: 200px;
    padding: 20px 15px;
    font-size: 14px;
    margin-bottom: 30px;
  }
}

#main.contact .firstRow .inner .privacy-policy h4 {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  #main.contact .firstRow .inner .privacy-policy h4 {
    font-size: 16px;
  }
}

#main.contact .firstRow .inner .privacy-policy .mb-10 {
  margin-bottom: 10px;
}

#main.contact .firstRow .inner .privacy-policy ul {
  padding-left: 20px;
}

#main.contact .firstRow .inner .privacy-policy ul li {
  list-style-type: decimal;
}

#main.contact .firstRow .inner .privacy-policy ul li h5 {
  margin: 10px 0;
  text-decoration: underline;
}

#main.contact .firstRow .inner .privacy-policy ul li ol {
  margin-left: 20px;
}

#main.contact .firstRow .inner .below {
  margin-bottom: 50px;
  text-align: center;
  font-size: 18px;
  letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
  #main.contact .firstRow .inner .below {
    margin-bottom: 30px;
  }
}

#main.contact .firstRow .inner .box-form-step {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  #main.contact .firstRow .inner .box-form-step {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 480px) {
  #main.contact .firstRow .inner .box-form-step {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
}

#main.contact .firstRow .inner .box-form-step .box-form-step__item {
  flex: 0 1 250px;
  padding: 15px 0;
  font-size: 16px;
  text-align: center;
  background: #EEEEEE;
  color: #333333;
  position: relative;
  margin: 0 5px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

@media screen and (max-width: 480px) {
  #main.contact .firstRow .inner .box-form-step .box-form-step__item {
    width: 32%;
    font-size: 12px;
    margin: 0;
    flex: unset;
  }
}

#main.contact .firstRow .inner .box-form-step .box-form-step__item .arrow-right {
  position: absolute;
  right: 15px;
}

@media screen and (max-width: 480px) {
  #main.contact .firstRow .inner .box-form-step .box-form-step__item .arrow-right {
    display: none;
  }
}

#main.contact .firstRow .inner .box-form-step .box-form-step__item.active {
  background: #29a6e6;
  color: #FFF;
}

#main.contact .firstRow .inner .boxForm form table {
  width: 100%;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  #main.contact .firstRow .inner .boxForm form table tr {
    border-bottom: 0;
  }
}

#main.contact .firstRow .inner .boxForm form table tr th {
  width: 275px;
  position: relative;
  background-color: #29a6e6;
  padding: 10px 15px;
  color: #FFF;
  vertical-align: middle;
  border-bottom: 1px solid #CDCDCD;
}

@media screen and (max-width: 950px) {
  #main.contact .firstRow .inner .boxForm form table tr th {
    width: 230px;
  }
}

@media screen and (max-width: 768px) {
  #main.contact .firstRow .inner .boxForm form table tr th {
    width: 100%;
    display: block;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
  }
}

#main.contact .firstRow .inner .boxForm form table tr th div {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

#main.contact .firstRow .inner .boxForm form table tr th div .req {
  background-color: #c72f22;
  color: #FFF;
  display: inline-block;
  font-size: 13px;
  line-height: 1.715;
  padding: 0 5px;
  width: 36px;
}

#main.contact .firstRow .inner .boxForm form table tr th div p {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#main.contact .firstRow .inner .boxForm form table tr th div .little {
  font-size: 12px;
}

#main.contact .firstRow .inner .boxForm form table tr td {
  padding: 10px 30px;
  border-bottom: 1px solid #CDCDCD;
}

@media screen and (max-width: 1024px) {
  #main.contact .firstRow .inner .boxForm form table tr td {
    padding: 10px 15px;
  }
}

@media screen and (max-width: 768px) {
  #main.contact .firstRow .inner .boxForm form table tr td {
    display: block;
    width: 100%;
    padding: 15px;
  }
}

#main.contact .firstRow .inner .boxForm form table tr td .inputBox {
  width: 100%;
}

#main.contact .firstRow .inner .boxForm form table tr td .inputBox .inputText {
  background-color: #FFFFFF;
  display: inline-block;
  line-height: 1.715;
  padding: 6px 15px;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #a3a3a4;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

#main.contact .firstRow .inner .boxForm form table tr td .inputBox input[type="radio"]:checked ~ label {
  color: #c85b5c;
}

#main.contact .firstRow .inner .boxForm form table tr td .inputBox .radioBox .item .radio input[type="radio"]:checked ~ .check {
  border: 2px solid #c85b5c !important;
}

#main.contact .firstRow .inner .boxForm form table tr td .inputBox input[type="radio"]:checked ~ .check::before {
  background: #c85b5c;
}

#main.contact .firstRow .inner .boxForm form table tr td .inputBox.doubleName {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

#main.contact .firstRow .inner .boxForm form table tr td .inputBox.doubleName div {
  width: 48.5%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

#main.contact .firstRow .inner .boxForm form table tr td .inputBox.doubleName div span {
  width: 40px;
}

#main.contact .firstRow .inner .boxForm form table tr td .inputBox.doubleName div input {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#main.contact .firstRow .inner .boxForm form table tr td .inputBox .listAddress {
  margin-bottom: 15px;
}

#main.contact .firstRow .inner .boxForm form table tr td .inputBox .listAddress .inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

#main.contact .firstRow .inner .boxForm form table tr td .inputBox .listAddress .inner span {
  width: 60px;
}

#main.contact .firstRow .inner .boxForm form table tr td .inputBox .listAddress .inner span.post {
  width: 40px;
}

#main.contact .firstRow .inner .boxForm form table tr td .inputBox .listAddress .inner .zip {
  width: 25px;
}

#main.contact .firstRow .inner .boxForm form table tr td .inputBox .listAddress .inner .inputText {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#main.contact .firstRow .inner .boxForm form table tr td .inputBox .radioBox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

#main.contact .firstRow .inner .boxForm form table tr td .inputBox .radioBox .item {
  margin-right: 30px;
  position: relative;
  width: 100px;
}

#main.contact .firstRow .inner .boxForm form table tr td .inputBox .radioBox .item .radio {
  position: relative;
  margin: 0;
}

#main.contact .firstRow .inner .boxForm form table tr td .inputBox .radioBox .item .radio input {
  position: absolute;
  visibility: hidden;
}

#main.contact .firstRow .inner .boxForm form table tr td .inputBox .radioBox .item .radio label {
  display: block;
  position: relative;
  padding: 0 0 0 20px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

#main.contact .firstRow .inner .boxForm form table tr td .inputBox .radioBox .item .radio .check {
  display: block;
  position: absolute;
  border: 2px solid #CCCCCC;
  border-radius: 100%;
  height: 15px;
  width: 15px;
  top: 5px;
  left: 0;
  z-index: 5;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

#main.contact .firstRow .inner .boxForm form table tr td .inputBox .radioBox .item .radio .check:before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 100%;
  height: 7px;
  width: 7px;
  top: 1.5px;
  left: 1.5px;
  margin: auto;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

@media screen and (max-width: 1024px) {
  #main.contact .firstRow .inner .boxForm form table tr td .inputBox .radioBox .item .radio .check:before {
    top: 2px;
    left: 2px;
  }
}

#main.contact .firstRow .inner .boxForm form table tr td .inputBox .radioBox .item .radio:hover label {
  color: #c85b5c;
}

#main.contact .firstRow .inner .boxForm form table tr td .inputBox .radioBox .item .radio:hover .check {
  border: 3px solid #c85b5c;
}

@media screen and (max-width: 768px) {
  #main.contact .firstRow .inner .boxForm form table tr td .inputBox .radioBox.three {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 768px) {
  #main.contact .firstRow .inner .boxForm form table tr td .inputBox .radioBox.three .item {
    width: 30%;
    margin-bottom: 5px;
  }
}

#main.contact .firstRow .inner .boxForm form table tr td .inputBox .radioBox.three .item.last {
  width: 155px;
}

#main.contact .firstRow .inner .boxForm form table tr td .inputBox .selectBox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

#main.contact .firstRow .inner .boxForm form table tr td .inputBox .selectBox .selectText {
  width: 100px;
  padding: 6px 25px;
  border: 1px solid #a3a3a4;
  background-color: #FFF;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

#main.contact .firstRow .inner .boxForm form table tr td .inputBox .selectBox span {
  margin-left: 15px;
}

#main.contact .firstRow .inner .boxForm form table tr td .inputBox textarea {
  background-color: #FFFFFF;
  display: block;
  padding: 15px;
  border: 1px solid #a3a3a4;
  height: 100px;
  resize: none;
  width: 100%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

#main.contact .firstRow .inner .boxForm form table tr td .inputBox.addressBox .postal {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 10px;
}

#main.contact .firstRow .inner .boxForm form table tr td .inputBox.addressBox .postal span {
  width: 50px;
}

#main.contact .firstRow .inner .boxForm form table tr td .inputBox.addressBox .postal .inputText {
  width: 200px;
}

#main.contact .firstRow .inner .boxForm form table tr td .inputBox #anotherDocument {
  margin-top: 22px;
}

#main.contact .firstRow .inner .boxForm form table tr td .inputBox .checkBoxHidden {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}

#main.contact .firstRow .inner .boxForm form table tr td .inputBox .checkBoxHidden .select {
  width: 47%;
  margin-right: 2%;
}

@media screen and (max-width: 768px) {
  #main.contact .firstRow .inner .boxForm form table tr td .inputBox .checkBoxHidden .select {
    width: 100%;
    margin-right: 0;
  }
}

#main.contact .firstRow .inner .boxForm form table tr td .inputBox .checkBoxHidden.conf {
  display: block;
}

#main.contact .firstRow .inner .boxForm form table tr td .inputBox .checkBoxHidden.conf span {
  display: block;
}

#main.contact .firstRow .inner .boxForm form table tr td .inputBox .checkBoxHidden .container_radio {
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  word-break: keep-all;
}

#main.contact .firstRow .inner .boxForm form table tr td .inputBox .checkBoxHidden .container_radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

#main.contact .firstRow .inner .boxForm form table tr td .inputBox .checkBoxHidden .container_radio input[type="radio"] + .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 50%;
}

#main.contact .firstRow .inner .boxForm form table tr td .inputBox .checkBoxHidden .container_radio input[type="checkbox"] + .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #fff;
  border: 1px solid #eee;
}

#main.contact .firstRow .inner .boxForm form table tr td .inputBox .checkBoxHidden .container_radio:hover input ~ .checkmark {
  background-color: #fff;
}

#main.contact .firstRow .inner .boxForm form table tr td .inputBox .checkBoxHidden .container_radio input:checked ~ .checkmark {
  background-color: #29a6e6;
}

#main.contact .firstRow .inner .boxForm form table tr td .inputBox .checkBoxHidden .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

#main.contact .firstRow .inner .boxForm form table tr td .inputBox .checkBoxHidden .container_radio input:checked ~ .checkmark:after {
  display: block;
}

#main.contact .firstRow .inner .boxForm form table tr td .inputBox .checkBoxHidden .container_radio .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#main.contact .firstRow .inner .boxForm form table tr td .err {
  margin-top: 5px;
  display: block;
  color: red;
  font-size: 13px;
  font-weight: bold;
}

#main.contact .firstRow .inner .boxForm form table tr:first-child th {
  border-radius: 10px 0 0 0;
  -webkit-border-radius: 10px 0 0 0;
  -moz-border-radius: 10px 0 0 0;
}

@media screen and (max-width: 768px) {
  #main.contact .firstRow .inner .boxForm form table tr:first-child th {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
  }
}

#main.contact .firstRow .inner .boxForm form table tr:first-child td {
  border-radius: 0 10px 0 0;
  -webkit-border-radius: 0 10px 0 0;
  -moz-border-radius: 0 10px 0 0;
}

@media screen and (max-width: 768px) {
  #main.contact .firstRow .inner .boxForm form table tr:first-child td {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
  }
}

#main.contact .firstRow .inner .boxForm form table tr:last-child {
  border-bottom: 0;
}

#main.contact .firstRow .inner .boxForm form table tr:last-child th {
  border-radius: 0 0 0 10px;
  -webkit-border-radius: 0 0 0 10px;
  -moz-border-radius: 0 0 0 10px;
}

@media screen and (max-width: 768px) {
  #main.contact .firstRow .inner .boxForm form table tr:last-child th {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
  }
}

#main.contact .firstRow .inner .boxForm form table tr:last-child td {
  border-radius: 0 0 10px 0;
  -webkit-border-radius: 0 0 10px 0;
  -moz-border-radius: 0 0 10px 0;
}

@media screen and (max-width: 768px) {
  #main.contact .firstRow .inner .boxForm form table tr:last-child td {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
  }
}

#main.contact .firstRow .inner .boxForm form .btnBox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

#main.contact .firstRow .inner .boxForm form .btnBox .button {
  width: 300px;
  height: 55px;
}

#main.contact .firstRow .inner .congrats {
  text-align: center;
  line-height: 2;
  font-size: 20px;
}

#main.results .firstRow {
  padding: 25px 0 40px;
}

@media screen and (max-width: 768px) {
  #main.results .firstRow {
    padding: 30px 0;
  }
}

#main.results .firstRow .inner .firstText {
  max-width: 960px;
  width: 100%;
  margin: auto;
  text-align: center;
  line-height: 2;
  margin-bottom: 20px;
}

@media screen and (max-width: 850px) {
  #main.results .firstRow .inner .firstText p {
    display: inline;
  }
}

#main.results .firstRow .inner .boxBorder {
  max-width: 960px;
  width: 100%;
  margin: auto;
  border: 1px solid #CDCDCD;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 30px;
}

@media screen and (max-width: 850px) {
  #main.results .firstRow .inner .boxBorder {
    padding: 5%;
  }
}

#main.results .firstRow .inner .boxBorder .inner {
  max-width: 853px;
  width: 100%;
  margin: auto;
}

@media screen and (max-width: 768px) {
  #main.results .firstRow .inner .boxBorder .inner {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

#main.results .secondRow {
  padding: 40px 0 100px;
}

@media screen and (max-width: 480px) {
  #main.results .secondRow .headingTop .title {
    height: auto;
    width: 100%;
  }
}

#main.results .secondRow .inner {
  max-width: 1010px;
  width: 100%;
  margin: auto;
}

#main.results .secondRow .inner .desc {
  text-align: center;
  line-height: 2;
  margin-bottom: 15px;
}

#main.results .secondRow .inner .btnBox {
  margin-top: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

#main.results .secondRow .inner .btnBox .button {
  width: 285px;
  height: 60px;
  font-size: 22px;
}

#main.results .secondRow .inner .btnBox .button span {
  margin-right: 10px;
}

#main.product #section1 {
  position: absolute;
  top: -200px;
}

#main.product #section2 {
  position: absolute;
  top: -200px;
}

#main.product #section3 {
  position: absolute;
  top: -200px;
}

#main.product .firstRow {
  margin: 60px 0 60px;
}

@media screen and (max-width: 768px) {
  #main.product .firstRow {
    margin: 30px 0;
  }
}

#main.product .firstRow .inner .title {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

#main.product .firstRow .inner .title h2 {
  font-size: 150%;
  font-weight: bolder;
  text-align: center;
  letter-spacing: 2px;
}

@media screen and (max-width: 480px) {
  #main.product .firstRow .inner .title h2 {
    font-size: 20px;
  }
}

#main.product .firstRow .inner .box {
  padding: 50px 0 0px;
  margin: 0 -25px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

#main.product .firstRow .inner .box .card-box {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border: 1px solid #8ec2e6;
  width: 100%;
  max-width: 253px;
  height: 170px;
  margin: 0 25px;
  position: relative;
}

#main.product .firstRow .inner .box .card-box .title-box {
  background-image: url(../img/product/backScene.png);
  background-repeat: no-repeat;
  background-size: cover;
  left: 15%;
  position: absolute;
  width: 100%;
  max-width: 169px;
  height: 33px;
  top: -18px;
}

#main.product .firstRow .inner .box .card-box .title-box p {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-top: 5px;
  color: #FFFFFF;
  font-size: bold;
}

#main.product .firstRow .inner .box .card-box .content-box {
  position: relative;
  height: 120px;
}

#main.product .firstRow .inner .box .card-box .content-box .text {
  margin-top: 35px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  font-size: 24px;
}

#main.product .firstRow .inner .box .card-box .content-box .text.editBox2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  padding: 0px 5% 5px;
  font-weight: bold;
}

#main.product .firstRow .inner .box .card-box .content-box .text.editBox2 img {
  width: 60px;
  height: auto;
  margin-left: 20px;
  object-fit: contain;
}

#main.product .firstRow .inner .box .card-box .content-box .text.editBox2 p {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  font-size: 17px;
}

#main.product .firstRow .inner .box .card-box .content-box .text.editBox2 p:last-child {
  margin: 5px 0;
  font-size: 24px;
}

#main.product .firstRow .inner .box .card-box .content-box .image {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

#main.product .firstRow .inner .box .card-box .content-box .image .sub-image1 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 10px;
}

#main.product .firstRow .inner .box .card-box .content-box .image .sub-image1 .logoLesmini {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  width: 46px;
  height: auto;
  margin-top: -17px !important;
  margin-bottom: -7px !important;
}

#main.product .firstRow .inner .box .card-box .content-box .image .sub-image1 .logoProtect {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  width: 100px;
  height: auto;
  margin-top: -10px !important;
}

#main.product .firstRow .inner .box .card-box .content-box .image .sub-image2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 10px;
}

#main.product .firstRow .inner .box .card-box .content-box .image .sub-image2 img {
  width: 47.5%;
}

#main.product .firstRow .inner .box .card-box .arrow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-top: 18px;
}

#main.product .firstRow .inner .box .card-box .arrow .arrow-down {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #4e968b;
}

@media screen and (max-width: 990px) {
  #main.product .firstRow .inner .box .card-box {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 950px) {
  #main.product .firstRow .inner .box .card-box {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media screen and (max-width: 880px) {
  #main.product .firstRow .inner .box .card-box {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 850px) {
  #main.product .firstRow .inner .box .card-box .text {
    font-size: 17px !important;
  }
}

@media screen and (max-width: 800px) {
  #main.product .firstRow .inner .box .card-box .title-box {
    left: 13%;
  }
}

@media screen and (max-width: 750px) {
  #main.product .firstRow .inner .box .card-box {
    height: 195px;
  }
  #main.product .firstRow .inner .box .card-box .title-box {
    left: 11%;
  }
  #main.product .firstRow .inner .box .card-box .sub-image2 {
    padding: 5% 5% !important;
  }
  #main.product .firstRow .inner .box .card-box .content-box .image .sub-image2 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px;
  }
  #main.product .firstRow .inner .box .card-box .content-box .image .sub-image2 img {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
  }
  #main.product .firstRow .inner .box .card-box .arrow {
    margin-top: 45px;
  }
}

@media screen and (max-width: 700px) {
  #main.product .firstRow .inner .box .card-box .title-box {
    left: 7%;
  }
}

@media screen and (max-width: 670px) {
  #main.product .firstRow .inner .box .card-box .title-box {
    left: 5%;
  }
  #main.product .firstRow .inner .box .card-box .text {
    font-size: 16px !important;
  }
  #main.product .firstRow .inner .box .card-box .text.editBox2 p {
    font-size: 16px !important;
  }
  #main.product .firstRow .inner .box .card-box .text.editBox2 p:last-child {
    font-size: 16px !important;
  }
  #main.product .firstRow .inner .box .card-box .arrow {
    margin-top: 55px;
  }
}

@media screen and (max-width: 650px) {
  #main.product .firstRow .inner .box .card-box {
    margin-left: 7px;
    margin-right: 7px;
  }
  #main.product .firstRow .inner .box .card-box .title-box {
    left: 10%;
    max-width: 140px;
  }
}

@media screen and (max-width: 550px) {
  #main.product .firstRow .inner .box {
    padding: 0px 0 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #main.product .firstRow .inner .box .card-box {
    margin-top: 80px;
    max-width: 300px;
  }
  #main.product .firstRow .inner .box .card-box .title-box {
    left: 27%;
  }
  #main.product .firstRow .inner .box .card-box .content-box .text {
    font-size: 24px !important;
    margin-top: 40px;
  }
  #main.product .firstRow .inner .box .card-box .content-box .text.editBox2 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
  #main.product .firstRow .inner .box .card-box .content-box .text.editBox2 p {
    font-size: 18px !important;
  }
  #main.product .firstRow .inner .box .card-box .content-box .text.editBox2 p:last-child {
    font-size: 24px !important;
  }
  #main.product .firstRow .inner .box .card-box .content-box .image .sub-image2 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media screen and (max-width: 330px) {
  #main.product .firstRow .inner .box .card-box {
    margin-top: 80px;
    max-width: 280px;
  }
  #main.product .firstRow .inner .box .card-box .title-box {
    left: 25%;
  }
}

#main.product .secondRow {
  margin: 150px 0 60px;
}

@media screen and (max-width: 768px) {
  #main.product .secondRow {
    margin: 120px 0;
  }
}

@media screen and (max-width: 550px) {
  #main.product .secondRow {
    margin: 100px 0;
  }
}

#main.product .secondRow .inner .title {
  position: relative;
}

#main.product .secondRow .inner .title h2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  font-size: 24px;
  color: #29a6e6;
  font-weight: bolder;
}

#main.product .secondRow .inner .title h1 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  font-size: 36px;
  font-weight: bolder;
  text-align: center;
}

@media screen and (max-width: 480px) {
  #main.product .secondRow .inner .title h1 {
    font-size: 24px;
  }
}

#main.product .secondRow .inner .title .image-title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-top: 10px;
}

#main.product .secondRow .inner .box {
  margin-top: 30px;
  border: 1px solid #c4c4c4;
  padding: 74px 40px 70px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
}

@media screen and (max-width: 768px) {
  #main.product .secondRow .inner .box {
    padding: 50px 25px 70px;
  }
}

@media screen and (max-width: 380px) {
  #main.product .secondRow .inner .box {
    padding: 30px 0px 00px;
    border: 0px solid #c4c4c4;
  }
}

#main.product .secondRow .inner .box .card-first {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

#main.product .secondRow .inner .box .card-first .image-card {
  width: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

#main.product .secondRow .inner .box .card-first .image-card div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

#main.product .secondRow .inner .box .card-first .image-card div img.title {
  max-width: 345px;
  width: 100%;
}

@media screen and (max-width: 990px) {
  #main.product .secondRow .inner .box .card-first .image-card div img {
    width: 85%;
    height: auto;
  }
  #main.product .secondRow .inner .box .card-first .image-card div img.title {
    width: 85%;
  }
}

#main.product .secondRow .inner .box .add-text {
  font-size: 18px;
  line-height: 30px;
  margin: 20px 0 74px;
}

@media screen and (max-width: 768px) {
  #main.product .secondRow .inner .box .add-text {
    margin: 20px 0 50px;
  }
}

@media screen and (max-width: 480px) {
  #main.product .secondRow .inner .box .add-text {
    font-size: 16px;
  }
}

#main.product .secondRow .inner .box .card-second {
  margin-top: 10px;
  position: relative;
}

#main.product .secondRow .inner .box .card-second .section1 {
  position: absolute;
  left: 0;
  z-index: -1;
}

#main.product .secondRow .inner .box .card-second .section1 img {
  object-fit: contain;
}

@media screen and (max-width: 762px) {
  #main.product .secondRow .inner .box .card-second .section1 img {
    width: 90%;
  }
}

@media screen and (max-width: 650px) {
  #main.product .secondRow .inner .box .card-second .section1 img {
    width: 70%;
  }
}

@media screen and (max-width: 600px) {
  #main.product .secondRow .inner .box .card-second .section1 {
    top: -0.4%;
  }
}

@media screen and (max-width: 550px) {
  #main.product .secondRow .inner .box .card-second .section1 {
    top: 0%;
  }
  #main.product .secondRow .inner .box .card-second .section1 img {
    width: 60%;
  }
}

@media screen and (max-width: 520px) {
  #main.product .secondRow .inner .box .card-second .section1 {
    display: none;
  }
}

#main.product .secondRow .inner .box .card-second .section2 {
  padding: 8px;
  position: relative;
  z-index: 1;
  margin-left: 15px;
}

#main.product .secondRow .inner .box .card-second .section2 .span1 {
  color: #ffffff;
}

#main.product .secondRow .inner .box .card-second .section2 .text-top {
  font-size: 18px;
  margin-left: 80px;
}

#main.product .secondRow .inner .box .card-second .section2 .text-middle {
  font-size: 36px;
}

#main.product .secondRow .inner .box .card-second .section2 .text-down {
  font-size: 48px;
  font-weight: bold;
}

@media screen and (max-width: 785px) {
  #main.product .secondRow .inner .box .card-second .section2 .text-down {
    font-size: 46px;
    font-weight: bold;
  }
}

@media screen and (max-width: 762px) {
  #main.product .secondRow .inner .box .card-second .section2 .text-down {
    font-size: 42px;
    font-weight: bold;
  }
}

@media screen and (max-width: 720px) {
  #main.product .secondRow .inner .box .card-second .section2 {
    margin-left: 20px;
  }
  #main.product .secondRow .inner .box .card-second .section2 .text-top {
    font-size: 18px;
    margin-left: 50px;
  }
  #main.product .secondRow .inner .box .card-second .section2 .text-middle {
    font-size: 24px !important;
  }
  #main.product .secondRow .inner .box .card-second .section2 .text-down {
    font-size: 36px;
    font-weight: bold;
  }
}

@media screen and (max-width: 650px) {
  #main.product .secondRow .inner .box .card-second .section2 {
    margin-left: 20px;
  }
  #main.product .secondRow .inner .box .card-second .section2 .text-top {
    font-size: 18px;
    margin-left: 50px;
  }
  #main.product .secondRow .inner .box .card-second .section2 .text-down {
    letter-spacing: 0.7px;
    font-size: 24px;
    font-weight: bold;
  }
}

@media screen and (max-width: 650px) {
  #main.product .secondRow .inner .box .card-second .section2 .text-top {
    font-size: 16px;
    margin-left: 25px;
  }
}

@media screen and (max-width: 520px) {
  #main.product .secondRow .inner .box .card-second .section2 {
    margin-left: -10px;
  }
  #main.product .secondRow .inner .box .card-second .section2 .text-top {
    margin-left: 0px;
    font-size: 18px;
  }
  #main.product .secondRow .inner .box .card-second .section2 .span1 {
    color: #29a6e6;
  }
}

@media screen and (max-width: 480px) {
  #main.product .secondRow .inner .box .card-second .section2 .text-top {
    margin-left: 0px;
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  #main.product .secondRow .inner .box .card-second .section2 .text-down {
    letter-spacing: 0px;
    font-size: 24px;
    font-weight: bold;
  }
}

#main.product .secondRow .inner .box .card-second .section3 img {
  width: 100%;
}

@media screen and (max-width: 600px) {
  #main.product .secondRow .inner .box .card-second .section3 {
    margin-top: 10px;
  }
}

#main.product .secondRow .inner .box .card-second .section4 {
  width: 100%;
  position: relative;
  margin: 40px 0 5px;
}

#main.product .secondRow .inner .box .card-second .section4 div {
  background-image: url(../img/product/second-image6.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  height: 76px;
}

#main.product .secondRow .inner .box .card-second .section4 div h1 {
  width: 100%;
  font-size: 28px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: absolute;
  margin-top: 0.8%;
  font-weight: bold;
  color: #1e2082;
}

@media screen and (max-width: 900px) {
  #main.product .secondRow .inner .box .card-second .section4 div h1 {
    margin-top: 0;
    font-size: 20px;
    margin-top: 0.9%;
  }
}

@media screen and (max-width: 750px) {
  #main.product .secondRow .inner .box .card-second .section4 div {
    background-image: none !important;
    height: auto;
  }
  #main.product .secondRow .inner .box .card-second .section4 div h1 {
    position: relative;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
  }
}

#main.product .secondRow .inner .box .card-second .section4 p {
  margin-top: 15px;
  font-size: 17.4px;
  line-height: 35px;
}

@media screen and (max-width: 768px) {
  #main.product .secondRow .inner .box .card-second .section4 p {
    margin-top: 5px;
  }
}

@media screen and (max-width: 480px) {
  #main.product .secondRow .inner .box .card-second .section4 p {
    line-height: 1.7;
    font-size: 15px;
  }
}

#main.product .secondRow .inner .box .card-second .section5 {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}

#main.product .secondRow .inner .box .card-second .section5::before, #main.product .secondRow .inner .box .card-second .section5::after {
  box-sizing: border-box;
}

@media screen and (max-width: 480px) {
  #main.product .secondRow .inner .box .card-second .section5 {
    margin-left: -6px;
    margin-right: -6px;
  }
}

#main.product .secondRow .inner .box .card-second .section5 .card {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 33%;
  padding: 30px 12px 0px;
  height: 100%;
}

@media screen and (max-width: 768px) {
  #main.product .secondRow .inner .box .card-second .section5 .card {
    padding: 30px 7px 0px;
  }
}

@media screen and (max-width: 480px) {
  #main.product .secondRow .inner .box .card-second .section5 .card {
    width: 50%;
  }
}

#main.product .secondRow .inner .box .card-second .section5 .card .image div {
  width: 100%;
  height: 100%;
}

#main.product .secondRow .inner .box .card-second .section5 .card .image div .animetOver {
  position: relative;
  width: 100%;
  max-width: 300px;
  height: 230px;
}

#main.product .secondRow .inner .box .card-second .section5 .card .image div .animetOver .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000000;
  opacity: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  transition: .4s ease;
}

@media screen and (max-width: 900px) {
  #main.product .secondRow .inner .box .card-second .section5 .card .image div .animetOver {
    height: 200px;
  }
}

@media screen and (max-width: 768px) {
  #main.product .secondRow .inner .box .card-second .section5 .card .image div .animetOver {
    height: 180px;
  }
}

@media screen and (max-width: 700px) {
  #main.product .secondRow .inner .box .card-second .section5 .card .image div .animetOver {
    height: 50%;
  }
}

@media screen and (max-width: 480px) {
  #main.product .secondRow .inner .box .card-second .section5 .card .image div .animetOver {
    height: 160px;
  }
}

@media screen and (max-width: 390px) {
  #main.product .secondRow .inner .box .card-second .section5 .card .image div .animetOver {
    height: 140px;
  }
}

#main.product .secondRow .inner .box .card-second .section5 .card .image div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#main.product .secondRow .inner .box .card-second .section5 .card .image div p {
  margin-top: 10px;
  width: 100%;
  color: #000000;
  font-weight: bolder;
  font-size: 18px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

#main.product .secondRow .inner .box .card-second .section6 {
  margin-top: 40px;
}

#main.product .secondRow .inner .box .card-second .section6 p {
  font-size: 18px;
}

#main.product .secondRow .inner .box .card-second .section7 {
  width: 100%;
  margin-top: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

#main.product .secondRow .inner .box .card-second .section7::before, #main.product .secondRow .inner .box .card-second .section7::after {
  box-sizing: border-box;
}

@media screen and (max-width: 510px) {
  #main.product .secondRow .inner .box .card-second .section7 {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#main.product .secondRow .inner .box .card-second .section7 .banner-button {
  background: #F4C41D;
  margin: 0px 38px;
  width: 100%;
  max-width: 340px;
  height: 55px;
}

@media screen and (max-width: 920px) {
  #main.product .secondRow .inner .box .card-second .section7 .banner-button:nth-child(1) {
    margin: 0px;
    margin-right: 12px;
    height: 65px;
  }
  #main.product .secondRow .inner .box .card-second .section7 .banner-button:nth-child(2) {
    margin: 0px;
    margin-left: 12px;
    height: 65px;
  }
}

@media screen and (max-width: 510px) {
  #main.product .secondRow .inner .box .card-second .section7 .banner-button:nth-child(1) {
    margin: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  #main.product .secondRow .inner .box .card-second .section7 .banner-button:nth-child(2) {
    margin: auto;
    margin-left: auto;
  }
}

#main.product .secondRow .inner .box .card-second .section7 .banner-button a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 20px;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 750px) {
  #main.product .secondRow .inner .box .card-second .section7 .banner-button a {
    padding: 25px;
  }
}

#main.product .secondRow .inner .box .card-second .section7 .banner-button p {
  font-size: 18px;
  color: #000000;
  font-weight: bolder;
}

@media screen and (max-width: 755px) {
  #main.product .secondRow .inner .box .card-second .section7 .banner-button p {
    font-size: 16px;
  }
}

#main.product .secondRow .inner .box .card-second .section7 .arrow-right {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid white;
  margin-left: 20px;
}

#main.product .thirdRow {
  margin: 80px 0 60px;
}

@media screen and (max-width: 768px) {
  #main.product .thirdRow {
    margin: 30px 0;
  }
}

#main.product .thirdRow .inner .title {
  position: relative;
}

#main.product .thirdRow .inner .title h2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  font-size: 24px;
  color: #29a6e6;
  font-weight: bolder;
}

#main.product .thirdRow .inner .title h1 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  font-size: 36px;
  font-weight: bolder;
  text-align: center;
}

@media screen and (max-width: 480px) {
  #main.product .thirdRow .inner .title h1 {
    font-size: 24px;
  }
}

#main.product .thirdRow .inner .title .image-title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-top: 10px;
}

#main.product .thirdRow .inner .title .text-image {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

#main.product .thirdRow .inner .title .text-image img {
  margin: 5px 0px 5px 10px;
  width: 80px;
  height: auto;
}

#main.product .thirdRow .inner .box {
  margin-top: 20px;
  border: 1px solid #c4c4c4;
  padding: 50px 40px 50px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
}

@media screen and (max-width: 768px) {
  #main.product .thirdRow .inner .box {
    padding: 50px 25px 70px;
  }
}

@media screen and (max-width: 380px) {
  #main.product .thirdRow .inner .box {
    padding: 30px 0px 40px;
    border: 0px solid #c4c4c4;
  }
}

#main.product .thirdRow .inner .box .add-text {
  padding: 0px 40px 40px;
  font-size: 18px;
  margin-top: 10px;
  line-height: 35px;
}

@media screen and (max-width: 768px) {
  #main.product .thirdRow .inner .box .add-text {
    padding: 0px 0px 0px;
    margin: 0px 0 50px;
    line-height: 1.7;
    font-size: 15px;
  }
}

@media screen and (max-width: 480px) {
  #main.product .thirdRow .inner .box .add-text {
    font-size: 16px;
    margin: 0px 0 40px;
  }
}

#main.product .thirdRow .inner .box .card-first {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

#main.product .thirdRow .inner .box .card-first div.image {
  width: 128px;
  padding-left: 40px;
}

@media screen and (max-width: 768px) {
  #main.product .thirdRow .inner .box .card-first div.image {
    padding-left: 0;
    width: 88px;
  }
}

@media screen and (max-width: 480px) {
  #main.product .thirdRow .inner .box .card-first div.image {
    width: 60px;
  }
}

#main.product .thirdRow .inner .box .card-first div.image img {
  width: 100%;
}

#main.product .thirdRow .inner .box .card-first div.text {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 42px;
  margin-left: 20px;
  font-weight: bolder;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

@media screen and (max-width: 1024px) {
  #main.product .thirdRow .inner .box .card-first div.text {
    font-size: 36px;
  }
}

@media screen and (max-width: 900px) {
  #main.product .thirdRow .inner .box .card-first div.text {
    font-size: 26px;
  }
}

@media screen and (max-width: 480px) {
  #main.product .thirdRow .inner .box .card-first div.text {
    font-size: 24px;
  }
}

#main.product .thirdRow .inner .box .card-second {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  margin-top: 10px;
}

#main.product .thirdRow .inner .box .section-button {
  width: 100%;
  margin-top: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

#main.product .thirdRow .inner .box .section-button .banner-button {
  background: #F4C41D;
  margin: 0px 38px;
  width: 100%;
  max-width: 340px;
  height: 55px;
}

@media screen and (max-width: 920px) {
  #main.product .thirdRow .inner .box .section-button .banner-button:nth-child(1) {
    margin: 0px;
    margin-right: 12px;
    height: 65px;
  }
  #main.product .thirdRow .inner .box .section-button .banner-button:nth-child(2) {
    margin: 0px;
    margin-left: 12px;
    height: 65px;
  }
}

@media screen and (max-width: 510px) {
  #main.product .thirdRow .inner .box .section-button .banner-button:nth-child(1) {
    margin: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  #main.product .thirdRow .inner .box .section-button .banner-button:nth-child(2) {
    margin: auto;
    margin-left: auto;
  }
}

#main.product .thirdRow .inner .box .section-button .banner-button a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 20px;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 750px) {
  #main.product .thirdRow .inner .box .section-button .banner-button a {
    padding: 25px;
  }
}

#main.product .thirdRow .inner .box .section-button .banner-button p {
  font-size: 18px;
  color: #000000;
  font-weight: bolder;
}

@media screen and (max-width: 755px) {
  #main.product .thirdRow .inner .box .section-button .banner-button p {
    font-size: 16px;
  }
}

#main.product .thirdRow .inner .box .section-button .arrow-right {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid white;
  margin-left: 20px;
}

#main.product .fourthRow {
  margin: 80px 0 0px;
}

@media screen and (max-width: 768px) {
  #main.product .fourthRow {
    margin: 30px 0;
  }
}

#main.product .fourthRow .inner .title {
  position: relative;
}

#main.product .fourthRow .inner .title h2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  font-size: 24px;
  color: #29a6e6;
  font-weight: bolder;
}

#main.product .fourthRow .inner .title .text-image {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 5px 0 20px;
}

#main.product .fourthRow .inner .title .text-image img {
  width: 100%;
  max-width: 250px;
  height: auto;
}

@media screen and (max-width: 768px) {
  #main.product .fourthRow .inner .title .text-image img {
    max-width: 200px;
  }
}

#main.product .fourthRow .inner .title h1 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  font-size: 36px;
  font-weight: bolder;
}

@media screen and (max-width: 480px) {
  #main.product .fourthRow .inner .title h1 {
    font-size: 24px;
  }
}

#main.product .fourthRow .inner .title .image-title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-top: 10px;
}

#main.product .fourthRow .inner .box {
  margin-top: 20px;
  border: 1px solid #c4c4c4;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
}

@media screen and (max-width: 380px) {
  #main.product .fourthRow .inner .box {
    border: 0px solid #c4c4c4;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
  }
}

#main.product .fourthRow .inner .box .sub-box1 {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  width: 100%;
  height: auto;
  padding: 50px 40px 50px;
}

@media screen and (max-width: 768px) {
  #main.product .fourthRow .inner .box .sub-box1 {
    padding: 50px 25px 0px;
  }
}

@media screen and (max-width: 380px) {
  #main.product .fourthRow .inner .box .sub-box1 {
    padding: 30px 0px 0px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
  }
}

#main.product .fourthRow .inner .box .sub-box1.background {
  background-image: url(../img/product/fourth-image1.png);
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: left top;
}

#main.product .fourthRow .inner .box .sub-box1 div:nth-child(1) {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

@media screen and (max-width: 700px) {
  #main.product .fourthRow .inner .box .sub-box1 div:nth-child(1) {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}

#main.product .fourthRow .inner .box .sub-box1 div:nth-child(1) .card-first {
  width: 70%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 16px;
  margin-top: 50px;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}

@media screen and (max-width: 700px) {
  #main.product .fourthRow .inner .box .sub-box1 div:nth-child(1) .card-first {
    width: 70%;
    display: block;
    margin-top: 30px;
  }
}

@media screen and (max-width: 570px) {
  #main.product .fourthRow .inner .box .sub-box1 div:nth-child(1) .card-first {
    margin-top: 0px;
  }
}

@media screen and (max-width: 480px) {
  #main.product .fourthRow .inner .box .sub-box1 div:nth-child(1) .card-first {
    width: 100%;
  }
}

#main.product .fourthRow .inner .box .sub-box1 div:nth-child(1) .card-second {
  margin-top: 270px;
  width: 30%;
  margin-left: 50px;
}

@media screen and (max-width: 1000px) {
  #main.product .fourthRow .inner .box .sub-box1 div:nth-child(1) .card-second {
    margin-top: 200px;
    margin-left: 0px;
  }
}

@media screen and (max-width: 768px) {
  #main.product .fourthRow .inner .box .sub-box1 div:nth-child(1) .card-second {
    margin-top: 100px;
  }
}

@media screen and (max-width: 700px) {
  #main.product .fourthRow .inner .box .sub-box1 div:nth-child(1) .card-second {
    margin-top: 0;
    width: 100%;
  }
}

@media screen and (max-width: 570px) {
  #main.product .fourthRow .inner .box .sub-box1 div:nth-child(1) .card-second {
    margin-top: 0;
    width: 100%;
  }
}

#main.product .fourthRow .inner .box .sub-box1 div:nth-child(1) .card-second ul li {
  background: #29a6e6;
  margin: 15px 0px 0px 0px;
  width: 100%;
  max-width: 258px;
  height: 100%;
  padding: 5px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: bold;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
}

@media screen and (max-width: 700px) {
  #main.product .fourthRow .inner .box .sub-box1 div:nth-child(1) .card-second ul li {
    margin: 15px auto 0;
  }
}

#main.product .fourthRow .inner .box .sub-box1 div:nth-child(1) .card-second ul li p {
  font-size: 24px;
  height: 100%;
  width: 100%;
  margin-left: 20px;
}

@media screen and (max-width: 900px) {
  #main.product .fourthRow .inner .box .sub-box1 div:nth-child(1) .card-second ul li p {
    font-size: 18px;
  }
}

#main.product .fourthRow .inner .box .sub-box1 div:nth-child(1) .card-second ul li.color1 {
  background: #c5dff2;
  background: linear-gradient(180deg, rgba(197, 223, 242, 0.85) 0%, #c5dff2 87%);
}

#main.product .fourthRow .inner .box .sub-box1 div:nth-child(1) .card-second ul li.color2 {
  background: #acd2ed;
  background: linear-gradient(180deg, rgba(172, 210, 237, 0.85) 0%, #acd2ed 75%);
}

#main.product .fourthRow .inner .box .sub-box1 div:nth-child(1) .card-second ul li.color3 {
  background: #8ec2e6;
  background: linear-gradient(180deg, rgba(142, 194, 230, 0.85) 0%, #8ec2e6 57%);
}

#main.product .fourthRow .inner .box .sub-box1 div:nth-child(1) .card-second ul li.color4 {
  background: #68a6d1;
  background: linear-gradient(180deg, rgba(104, 166, 209, 0.85) 0%, #68a6d1 55%);
}

#main.product .fourthRow .inner .box .add-text {
  padding: 10px 40px 0px;
  font-size: 18px;
  line-height: 35px;
}

@media screen and (max-width: 768px) {
  #main.product .fourthRow .inner .box .add-text {
    padding: 40px 25px 20px;
  }
}

@media screen and (max-width: 768px) {
  #main.product .fourthRow .inner .box .add-text {
    font-size: 15px;
    line-height: 1.7;
  }
  #main.product .fourthRow .inner .box .add-text p br {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  #main.product .fourthRow .inner .box .add-text {
    font-size: 16px;
  }
}

@media screen and (max-width: 380px) {
  #main.product .fourthRow .inner .box .add-text {
    padding: 30px 0px 20px;
  }
}

#main.product .fourthRow .inner .box .sub-box2 {
  width: 100%;
  height: auto;
  padding: 50px 40px 0px;
}

@media screen and (max-width: 768px) {
  #main.product .fourthRow .inner .box .sub-box2 {
    padding: 10px 25px 10px;
  }
}

@media screen and (max-width: 380px) {
  #main.product .fourthRow .inner .box .sub-box2 {
    padding: 10px 0px 10px;
  }
}

#main.product .fourthRow .inner .box .sub-box2 .background {
  background-image: url(../img/product/fourth-image2.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 55px;
  position: relative;
}

@media screen and (max-width: 620px) {
  #main.product .fourthRow .inner .box .sub-box2 .background {
    background-position: center;
  }
}

@media screen and (max-width: 520px) {
  #main.product .fourthRow .inner .box .sub-box2 .background {
    height: 100px;
  }
}

#main.product .fourthRow .inner .box .sub-box2 .background div:nth-child(1) {
  font-size: 24px;
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  margin-left: 150px;
  color: #fff;
}

@media screen and (max-width: 620px) {
  #main.product .fourthRow .inner .box .sub-box2 .background div:nth-child(1) {
    margin-left: 20px;
  }
}

@media screen and (max-width: 520px) {
  #main.product .fourthRow .inner .box .sub-box2 .background div:nth-child(1) {
    margin-top: -20px;
  }
}

#main.product .fourthRow .inner .box .sub-box2 .background div:nth-child(2) {
  font-size: 18px;
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}

#main.product .fourthRow .inner .box .sub-box2 .background div:nth-child(2) p {
  margin-right: 20px;
  color: #fff;
}

@media screen and (max-width: 520px) {
  #main.product .fourthRow .inner .box .sub-box2 .background div:nth-child(2) {
    top: 20px;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    margin-left: 20px;
  }
}

#main.product .fourthRow .inner .box .sub-box3 {
  width: 100%;
  height: auto;
  padding: 0px 30px 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

#main.product .fourthRow .inner .box .sub-box3::before, #main.product .fourthRow .inner .box .sub-box3::after {
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  #main.product .fourthRow .inner .box .sub-box3 {
    padding: 0px 15px 40px;
  }
}

@media screen and (max-width: 380px) {
  #main.product .fourthRow .inner .box .sub-box3 {
    padding: 0px 0px 30px;
  }
}

#main.product .fourthRow .inner .box .sub-box3 > .card-section {
  width: 50%;
  padding: 30px 10px 0px;
}

@media screen and (max-width: 380px) {
  #main.product .fourthRow .inner .box .sub-box3 > .card-section {
    padding: 30px 0px 0px;
  }
}

#main.product .fourthRow .inner .box .sub-box3 > .card-section:nth-child(1n+0) {
  padding-right: 7px;
}

#main.product .fourthRow .inner .box .sub-box3 > .card-section:nth-child(2n+0) {
  padding-left: 7px;
  padding-right: 0px;
}

#main.product .fourthRow .inner .box .sub-box3 > .card-section .image {
  width: 100%;
}

#main.product .fourthRow .inner .box .sub-box3 > .card-section .image img {
  width: 100%;
}

#main.product .fourthRow .inner .box .sub-box3 > .card-section .text {
  width: 100%;
}

#main.product .fourthRow .inner .box .sub-box3 > .card-section .text h1 {
  margin-top: 10px;
  font-size: 24px;
  font-weight: bold;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

@media screen and (max-width: 480px) {
  #main.product .fourthRow .inner .box .sub-box3 > .card-section .text h1 {
    font-size: 18px;
  }
}

#main.product .fourthRow .inner .box .sub-box3 > .card-section .text p {
  line-height: 30px;
  font-size: 18px;
}

@media screen and (max-width: 480px) {
  #main.product .fourthRow .inner .box .sub-box3 > .card-section .text p {
    display: inline;
    font-size: 15px;
    line-height: 1.6;
  }
}

#main.product .fourthRow .inner .box .section-button {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

#main.product .fourthRow .inner .box .section-button .banner-button {
  background: #F4C41D;
  margin: 0px 38px;
  width: 100%;
  max-width: 340px;
  height: 55px;
}

@media screen and (max-width: 920px) {
  #main.product .fourthRow .inner .box .section-button .banner-button:nth-child(1) {
    margin: 0px;
    margin-right: 12px;
    height: 65px;
  }
  #main.product .fourthRow .inner .box .section-button .banner-button:nth-child(2) {
    margin: 0px;
    margin-left: 12px;
    height: 65px;
  }
}

@media screen and (max-width: 510px) {
  #main.product .fourthRow .inner .box .section-button .banner-button:nth-child(1) {
    margin: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  #main.product .fourthRow .inner .box .section-button .banner-button:nth-child(2) {
    margin: auto;
    margin-left: auto;
  }
}

#main.product .fourthRow .inner .box .section-button .banner-button a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 20px;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 750px) {
  #main.product .fourthRow .inner .box .section-button .banner-button a {
    padding: 25px;
  }
}

#main.product .fourthRow .inner .box .section-button .banner-button p {
  font-size: 18px;
  color: #000000;
  font-weight: bolder;
}

@media screen and (max-width: 755px) {
  #main.product .fourthRow .inner .box .section-button .banner-button p {
    font-size: 16px;
  }
}

#main.product .fourthRow .inner .box .section-button .arrow-right {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid white;
  margin-left: 20px;
}

#main.product .fourthRow .inner .arrow-down {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

@media screen and (max-width: 380px) {
  #main.product .fourthRow .inner .arrow-down {
    margin-top: -35px;
  }
}

#main.product .fifthRow {
  background-image: url(../img/product/fifth-background.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 310px;
  margin-bottom: 40px;
}

@media screen and (max-width: 665px) {
  #main.product .fifthRow {
    height: 390px;
  }
}

@media screen and (max-width: 400px) {
  #main.product .fifthRow {
    height: 385px;
  }
}

#main.product .fifthRow .box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
}

@media screen and (max-width: 800px) {
  #main.product .fifthRow .box {
    padding-top: 10px;
  }
}

@media screen and (max-width: 600px) {
  #main.product .fifthRow .box {
    padding-top: 0px;
  }
}

#main.product .fifthRow .box .column1 {
  width: 20%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

@media screen and (max-width: 768px) {
  #main.product .fifthRow .box .column1 {
    width: 25%;
  }
}

@media screen and (max-width: 600px) {
  #main.product .fifthRow .box .column1 {
    display: none;
  }
}

#main.product .fifthRow .box .column1 img {
  margin-top: 3px;
}

@media screen and (max-width: 1100px) {
  #main.product .fifthRow .box .column1 img {
    margin-top: 5%;
  }
}

@media screen and (max-width: 1050px) {
  #main.product .fifthRow .box .column1 img {
    margin-top: 10%;
  }
}

@media screen and (max-width: 980px) {
  #main.product .fifthRow .box .column1 img {
    margin-top: 15%;
    margin-left: 5%;
  }
}

@media screen and (max-width: 925px) {
  #main.product .fifthRow .box .column1 img {
    margin-top: 30%;
    margin-left: 5%;
  }
}

@media screen and (max-width: 925px) {
  #main.product .fifthRow .box .column1 img {
    margin-top: 42%;
    margin-left: 10%;
  }
}

@media screen and (max-width: 768px) {
  #main.product .fifthRow .box .column1 img {
    margin-top: 10%;
    margin-left: 10%;
  }
}

@media screen and (max-width: 700px) {
  #main.product .fifthRow .box .column1 img {
    margin-top: 30%;
    margin-left: 15%;
  }
}

#main.product .fifthRow .box .column2 {
  width: 80%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}

@media screen and (max-width: 1980px) {
  #main.product .fifthRow .box .column2 {
    margin-left: -5%;
  }
}

@media screen and (max-width: 768px) {
  #main.product .fifthRow .box .column2 {
    width: 75%;
  }
}

@media screen and (max-width: 600px) {
  #main.product .fifthRow .box .column2 {
    margin-left: 0%;
    width: 100%;
  }
}

#main.product .fifthRow .box .column2 .inner {
  position: relative;
}

#main.product .fifthRow .box .column2 .inner .title {
  position: relative;
}

#main.product .fifthRow .box .column2 .inner .title h1 {
  font-size: 48px;
  padding-top: 35px;
  font-weight: bolder;
  color: #FFFFFF;
  letter-spacing: 3px;
  margin: 0 5%;
}

#main.product .fifthRow .box .column2 .inner .title h1 span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}

@media screen and (max-width: 1980px) {
  #main.product .fifthRow .box .column2 .inner .title h1 {
    margin: 0 10% 0 5%;
  }
}

@media screen and (max-width: 1550px) {
  #main.product .fifthRow .box .column2 .inner .title h1 {
    margin: 0 5% 0 5%;
  }
}

@media screen and (max-width: 1366px) {
  #main.product .fifthRow .box .column2 .inner .title h1 {
    letter-spacing: 2px;
    font-size: 46px;
  }
}

@media screen and (max-width: 1290px) {
  #main.product .fifthRow .box .column2 .inner .title h1 {
    margin: 0 0% 0 5%;
  }
}

@media screen and (max-width: 1150px) {
  #main.product .fifthRow .box .column2 .inner .title h1 {
    font-size: 42px;
  }
}

@media screen and (max-width: 1024px) {
  #main.product .fifthRow .box .column2 .inner .title h1 {
    font-size: 38px;
  }
}

@media screen and (max-width: 900px) {
  #main.product .fifthRow .box .column2 .inner .title h1 {
    font-size: 32px;
  }
}

@media screen and (max-width: 900px) {
  #main.product .fifthRow .box .column2 .inner .title h1 {
    font-size: 28px;
  }
}

@media screen and (max-width: 600px) {
  #main.product .fifthRow .box .column2 .inner .title h1 {
    text-align: center;
    margin: 0 5%;
  }
}

@media screen and (max-width: 480px) {
  #main.product .fifthRow .box .column2 .inner .title h1 {
    font-size: 20px;
    letter-spacing: 0px;
  }
}

@media screen and (max-width: 400px) {
  #main.product .fifthRow .box .column2 .inner .title h1 {
    padding-top: 25px;
  }
}

#main.product .fifthRow .box .column2 .inner div:nth-child(2) {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: -20px;
  position: absolute;
  width: 100%;
}

@media screen and (max-width: 1100px) {
  #main.product .fifthRow .box .column2 .inner div:nth-child(2) {
    margin-top: -10px;
  }
}

@media screen and (max-width: 950px) {
  #main.product .fifthRow .box .column2 .inner div:nth-child(2) {
    margin-top: 0px;
  }
}

@media screen and (max-width: 800px) {
  #main.product .fifthRow .box .column2 .inner div:nth-child(2) {
    margin-top: 5px;
  }
}

@media screen and (max-width: 700px) {
  #main.product .fifthRow .box .column2 .inner div:nth-child(2) {
    margin-top: 10px;
  }
}

@media screen and (max-width: 665px) {
  #main.product .fifthRow .box .column2 .inner div:nth-child(2) {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 20px;
  }
}

#main.product .fifthRow .box .column2 .inner div:nth-child(2) .button {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  padding-top: 30px;
  width: 100%;
  margin-right: -70px;
}

@media screen and (max-width: 768px) {
  #main.product .fifthRow .box .column2 .inner div:nth-child(2) .button {
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
    padding-top: 35px;
    width: 100%;
    margin-right: 0px;
  }
}

@media screen and (max-width: 668px) {
  #main.product .fifthRow .box .column2 .inner div:nth-child(2) .button {
    padding-top: 10px;
  }
}

#main.product .fifthRow .box .column2 .inner div:nth-child(2) .button a {
  margin-left: 100px;
  position: relative;
  width: 100%;
  max-width: 470px;
  font-size: 22px;
  background-color: #C10000;
  color: #ffffff;
  font-weight: bolder;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 10px;
  height: 55px;
  border: 0px solid white;
  box-sizing: border-box;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
}

@media screen and (max-width: 1366px) {
  #main.product .fifthRow .box .column2 .inner div:nth-child(2) .button a {
    max-width: 380px;
  }
}

@media screen and (max-width: 1024px) {
  #main.product .fifthRow .box .column2 .inner div:nth-child(2) .button a {
    margin-left: 80px;
    max-width: 360px;
  }
}

@media screen and (max-width: 900px) {
  #main.product .fifthRow .box .column2 .inner div:nth-child(2) .button a {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  #main.product .fifthRow .box .column2 .inner div:nth-child(2) .button a {
    margin-left: 70px;
    width: 100%;
  }
}

@media screen and (max-width: 700px) {
  #main.product .fifthRow .box .column2 .inner div:nth-child(2) .button a {
    font-size: 16px;
  }
}

@media screen and (max-width: 600px) {
  #main.product .fifthRow .box .column2 .inner div:nth-child(2) .button a {
    font-size: 18px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 400px) {
  #main.product .fifthRow .box .column2 .inner div:nth-child(2) .button a {
    margin: 0 5%;
  }
}

#main.product .fifthRow .box .column2 .inner div:nth-child(2) .button a .triangle {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #ffffff;
  margin-left: 10px;
}

#main.product .fifthRow .box .column2 .inner div:nth-child(2) .numberTelp {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 1366px) {
  #main.product .fifthRow .box .column2 .inner div:nth-child(2) .numberTelp {
    margin-left: 100px;
  }
}

@media screen and (max-width: 1300px) {
  #main.product .fifthRow .box .column2 .inner div:nth-child(2) .numberTelp {
    margin-left: 100px;
  }
}

@media screen and (max-width: 768px) {
  #main.product .fifthRow .box .column2 .inner div:nth-child(2) .numberTelp {
    margin-left: 30px;
  }
}

@media screen and (max-width: 600px) {
  #main.product .fifthRow .box .column2 .inner div:nth-child(2) .numberTelp {
    margin: 0px;
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  #main.product .fifthRow .box .column2 .inner div:nth-child(2) .numberTelp {
    margin-top: 30px;
  }
}

#main.product .fifthRow .box .column2 .inner div:nth-child(2) .numberTelp p {
  position: relative;
  font-size: 18px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  color: #ffffff;
  letter-spacing: 1px;
}

@media screen and (max-width: 665px) {
  #main.product .fifthRow .box .column2 .inner div:nth-child(2) .numberTelp p {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    margin: 0 16% 0 5%;
  }
}

@media screen and (max-width: 625px) {
  #main.product .fifthRow .box .column2 .inner div:nth-child(2) .numberTelp p {
    margin-left: 30px;
  }
}

@media screen and (max-width: 600px) {
  #main.product .fifthRow .box .column2 .inner div:nth-child(2) .numberTelp p {
    margin: 0px;
    margin-top: 25px;
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  #main.product .fifthRow .box .column2 .inner div:nth-child(2) .numberTelp p {
    margin-top: 0px;
  }
}

@media screen and (max-width: 400px) {
  #main.product .fifthRow .box .column2 .inner div:nth-child(2) .numberTelp p {
    margin-top: -10px;
  }
}

#main.product .fifthRow .box .column2 .inner div:nth-child(2) .numberTelp .image {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-top: 10px;
}

@media screen and (max-width: 600px) {
  #main.product .fifthRow .box .column2 .inner div:nth-child(2) .numberTelp .image a {
    margin-left: auto;
    margin-right: auto;
    width: 340px;
  }
}

@media screen and (max-width: 480px) {
  #main.product .fifthRow .box .column2 .inner div:nth-child(2) .numberTelp .image a {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 400px) {
  #main.product .fifthRow .box .column2 .inner div:nth-child(2) .numberTelp .image a {
    width: 300px;
  }
}

@media screen and (max-width: 340px) {
  #main.product .fifthRow .box .column2 .inner div:nth-child(2) .numberTelp .image a {
    width: 290px;
  }
}

@media screen and (max-width: 300px) {
  #main.product .fifthRow .box .column2 .inner div:nth-child(2) .numberTelp .image a {
    width: 280px;
  }
}

#main.product .fifthRow .box .column2 .inner div:nth-child(2) .numberTelp .image img {
  position: relative;
  width: 400px;
}

@media screen and (max-width: 1100px) {
  #main.product .fifthRow .box .column2 .inner div:nth-child(2) .numberTelp .image img {
    width: 350px;
  }
}

@media screen and (max-width: 900px) {
  #main.product .fifthRow .box .column2 .inner div:nth-child(2) .numberTelp .image img {
    width: 300px;
  }
}

@media screen and (max-width: 665px) {
  #main.product .fifthRow .box .column2 .inner div:nth-child(2) .numberTelp .image img {
    margin-left: 67px;
  }
}

@media screen and (max-width: 625px) {
  #main.product .fifthRow .box .column2 .inner div:nth-child(2) .numberTelp .image img {
    margin-left: 65px;
  }
}

@media screen and (max-width: 600px) {
  #main.product .fifthRow .box .column2 .inner div:nth-child(2) .numberTelp .image img {
    margin-left: 0px;
    width: 100%;
  }
}

#main.water-dispenser .secondRow {
  margin: 60px 0;
}

@media screen and (max-width: 768px) {
  #main.water-dispenser .secondRow {
    margin: 40px 0;
  }
}

#main.water-dispenser .secondRow .inner .titlePage {
  position: relative;
}

#main.water-dispenser .secondRow .inner .titlePage .big {
  background: #65bfa1;
  background: -moz-linear-gradient(left, #65bfa1 0%, rgba(0, 138, 156, 0.88) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #65bfa1), color-stop(100%, rgba(0, 138, 156, 0.88)));
  background: -webkit-linear-gradient(left, #65bfa1 0%, rgba(0, 138, 156, 0.88) 100%);
  background: -o-linear-gradient(left, #65bfa1 0%, rgba(0, 138, 156, 0.88) 100%);
  background: -ms-linear-gradient(left, #65bfa1 0%, rgba(0, 138, 156, 0.88) 100%);
  background: linear-gradient(to right, #65bfa1 0%, rgba(0, 138, 156, 0.88) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#65bfa1', endColorstr='#008a9c', GradientType=1 );
  width: 100%;
  padding: 20px;
  position: relative;
}

#main.water-dispenser .secondRow .inner .titlePage .big h1 {
  line-height: 1;
  font-weight: bold;
  font-size: 40px;
  color: #FFF;
}

@media screen and (max-width: 768px) {
  #main.water-dispenser .secondRow .inner .titlePage .big h1 {
    font-size: 30px;
  }
}

#main.water-dispenser .secondRow .inner .titlePage .big p {
  color: #FFF;
  font-size: 14px;
  padding-left: 5px;
  margin-top: 5px;
}

@media screen and (max-width: 768px) {
  #main.water-dispenser .secondRow .inner .titlePage .big p {
    font-size: 12px;
  }
}

#main.water-dispenser .secondRow .inner .titlePage .big span {
  width: 0;
  height: 0;
  border-bottom: 50px solid #FFF;
  border-left: 50px solid transparent;
  position: absolute;
  bottom: 0px;
  right: 160px;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  #main.water-dispenser .secondRow .inner .titlePage .big span {
    display: none;
  }
}

#main.water-dispenser .secondRow .inner .titlePage .half-rounded {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  background-color: #FFF;
  width: 200px;
  height: 200px;
  border-left: 5px solid #008B9C;
  border-bottom: 5px solid #008B9C;
  border-radius: 0% 0 0 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  text-align: right;
}

@media screen and (max-width: 768px) {
  #main.water-dispenser .secondRow .inner .titlePage .half-rounded {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 3px solid #008B9C;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    display: none;
  }
}

#main.water-dispenser .secondRow .inner .titlePage .half-rounded p {
  font-size: 22px;
  font-weight: bold;
  color: #008B9C;
  padding-top: 35px;
  padding-right: 15px;
  letter-spacing: 1px;
}

@media screen and (max-width: 768px) {
  #main.water-dispenser .secondRow .inner .titlePage .half-rounded p {
    text-align: center;
    font-size: 14px;
    padding-top: 0;
    padding-right: 0;
  }
}

#main.water-dispenser .secondRow .inner .headline {
  position: relative;
  z-index: 5;
  margin-top: -10px;
}

@media screen and (max-width: 768px) {
  #main.water-dispenser .secondRow .inner .headline {
    margin-top: 0;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  #main.water-dispenser .secondRow .inner .headline img.PC {
    display: none;
  }
}

#main.water-dispenser .secondRow .inner .headline img.SP {
  display: none;
}

@media screen and (max-width: 768px) {
  #main.water-dispenser .secondRow .inner .headline img.SP {
    display: block;
  }
}

#main.water-dispenser .secondRow .inner .features h2 {
  text-align: center;
  color: #FFF;
  font-weight: bold;
  background-color: #008B9C;
  font-size: 30px;
  letter-spacing: 2px;
  padding: 15px;
  border-radius: 45px;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  #main.water-dispenser .secondRow .inner .features h2 {
    font-size: 24px;
  }
}

#main.water-dispenser .secondRow .inner .features ul {
  padding: 0 30px;
}

@media screen and (max-width: 768px) {
  #main.water-dispenser .secondRow .inner .features ul {
    padding: 0 15px;
  }
}

#main.water-dispenser .secondRow .inner .features ul li h3 {
  text-align: center;
  color: #008B9C;
  font-weight: bold;
  font-size: 18px;
  border: 2px solid #008B9C;
  border-radius: 50px;
  padding: 10px;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  #main.water-dispenser .secondRow .inner .features ul li h3 {
    font-size: 16px;
  }
}

@media screen and (max-width: 480px) {
  #main.water-dispenser .secondRow .inner .features ul li h3 {
    padding: 10px 30px;
  }
}

#main.water-dispenser .secondRow .inner .features ul li p {
  padding: 0 30px;
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  #main.water-dispenser .secondRow .inner .features ul li p {
    padding: 0 15px;
    font-size: 14px;
  }
}

#main.water-dispenser .secondRow .inner .flow {
  position: relative;
  margin-top: 75px;
}

@media screen and (max-width: 768px) {
  #main.water-dispenser .secondRow .inner .flow {
    margin-top: 50px;
  }
}

#main.water-dispenser .secondRow .inner .flow h2 {
  color: #FFF;
  font-weight: bold;
  background-color: #EC6D74;
  font-size: 30px;
  letter-spacing: 1px;
  padding: 15px 75px;
  border-radius: 45px;
  margin-bottom: 30px;
}

@media screen and (max-width: 850px) {
  #main.water-dispenser .secondRow .inner .flow h2 {
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  #main.water-dispenser .secondRow .inner .flow h2 {
    font-size: 24px;
    padding: 15px;
  }
}

#main.water-dispenser .secondRow .inner .flow .flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  padding: 0 75px;
}

@media screen and (max-width: 850px) {
  #main.water-dispenser .secondRow .inner .flow .flex {
    padding: 0 50px;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
}

@media screen and (max-width: 768px) {
  #main.water-dispenser .secondRow .inner .flow .flex {
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 0 15px;
  }
}

#main.water-dispenser .secondRow .inner .flow .flex .text {
  width: 350px;
  line-height: 1.8;
  font-weight: bold;
  margin-right: 75px;
}

@media screen and (max-width: 850px) {
  #main.water-dispenser .secondRow .inner .flow .flex .text {
    margin-right: 0;
    width: 47.5%;
  }
}

@media screen and (max-width: 768px) {
  #main.water-dispenser .secondRow .inner .flow .flex .text {
    width: 100%;
    font-size: 15px;
    margin-right: 0;
    margin-top: 20px;
  }
}

#main.water-dispenser .secondRow .inner .flow .flex .img {
  width: 400px;
  border: 2px solid #EC6D74;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 15px;
  position: relative;
  top: -150px;
  background-color: #FFF;
  z-index: 3;
}

@media screen and (max-width: 850px) {
  #main.water-dispenser .secondRow .inner .flow .flex .img {
    top: 0;
    width: 47.5%;
  }
}

@media screen and (max-width: 768px) {
  #main.water-dispenser .secondRow .inner .flow .flex .img {
    width: 100%;
  }
}

#main.water-dispenser .secondRow .inner .flow .flex .img img {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

#main.water-dispenser .secondRow .inner .box {
  margin-top: 30px;
  border: 1px solid #c4c4c4;
  padding: 40px 40px 70px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  margin-top: -75px;
}

@media screen and (max-width: 850px) {
  #main.water-dispenser .secondRow .inner .box {
    margin-top: 50px;
  }
}

@media screen and (max-width: 768px) {
  #main.water-dispenser .secondRow .inner .box {
    padding: 50px 25px 70px;
  }
}

@media screen and (max-width: 480px) {
  #main.water-dispenser .secondRow .inner .box {
    margin-top: 0;
  }
}

@media screen and (max-width: 380px) {
  #main.water-dispenser .secondRow .inner .box {
    padding: 30px 0px 00px;
    border: 0px solid #c4c4c4;
  }
}

#main.water-dispenser .secondRow .inner .box .card-first {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

#main.water-dispenser .secondRow .inner .box .card-first .image-card {
  width: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

#main.water-dispenser .secondRow .inner .box .card-first .image-card div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

#main.water-dispenser .secondRow .inner .box .card-first .image-card div img.title {
  max-width: 345px;
  width: 100%;
}

@media screen and (max-width: 990px) {
  #main.water-dispenser .secondRow .inner .box .card-first .image-card div img {
    width: 85%;
    height: auto;
  }
  #main.water-dispenser .secondRow .inner .box .card-first .image-card div img.title {
    width: 85%;
  }
}

#main.water-dispenser .secondRow .inner .box .add-text {
  font-size: 18px;
  line-height: 30px;
  margin: 20px 0 74px;
}

@media screen and (max-width: 768px) {
  #main.water-dispenser .secondRow .inner .box .add-text {
    margin: 20px 0 50px;
  }
}

@media screen and (max-width: 480px) {
  #main.water-dispenser .secondRow .inner .box .add-text {
    font-size: 16px;
  }
}

#main.water-dispenser .secondRow .inner .box .card-second {
  margin-top: 10px;
  position: relative;
}

#main.water-dispenser .secondRow .inner .box .card-second .section1 {
  position: absolute;
  left: 0;
  z-index: -1;
}

#main.water-dispenser .secondRow .inner .box .card-second .section1 img {
  object-fit: contain;
}

@media screen and (max-width: 762px) {
  #main.water-dispenser .secondRow .inner .box .card-second .section1 img {
    width: 90%;
  }
}

@media screen and (max-width: 650px) {
  #main.water-dispenser .secondRow .inner .box .card-second .section1 img {
    width: 70%;
  }
}

@media screen and (max-width: 600px) {
  #main.water-dispenser .secondRow .inner .box .card-second .section1 {
    top: -0.4%;
  }
}

@media screen and (max-width: 550px) {
  #main.water-dispenser .secondRow .inner .box .card-second .section1 {
    top: 0%;
  }
  #main.water-dispenser .secondRow .inner .box .card-second .section1 img {
    width: 60%;
  }
}

@media screen and (max-width: 520px) {
  #main.water-dispenser .secondRow .inner .box .card-second .section1 {
    display: none;
  }
}

#main.water-dispenser .secondRow .inner .box .card-second .section2 {
  padding: 8px;
  position: relative;
  z-index: 1;
  margin-left: 15px;
}

#main.water-dispenser .secondRow .inner .box .card-second .section2 .span1 {
  color: #ffffff;
}

#main.water-dispenser .secondRow .inner .box .card-second .section2 .text-top {
  font-size: 18px;
  margin-left: 80px;
}

#main.water-dispenser .secondRow .inner .box .card-second .section2 .text-middle {
  font-size: 36px;
}

#main.water-dispenser .secondRow .inner .box .card-second .section2 .text-down {
  font-size: 48px;
  font-weight: bold;
}

@media screen and (max-width: 785px) {
  #main.water-dispenser .secondRow .inner .box .card-second .section2 .text-down {
    font-size: 46px;
    font-weight: bold;
  }
}

@media screen and (max-width: 762px) {
  #main.water-dispenser .secondRow .inner .box .card-second .section2 .text-down {
    font-size: 42px;
    font-weight: bold;
  }
}

@media screen and (max-width: 720px) {
  #main.water-dispenser .secondRow .inner .box .card-second .section2 {
    margin-left: 20px;
  }
  #main.water-dispenser .secondRow .inner .box .card-second .section2 .text-top {
    font-size: 18px;
    margin-left: 50px;
  }
  #main.water-dispenser .secondRow .inner .box .card-second .section2 .text-middle {
    font-size: 24px !important;
  }
  #main.water-dispenser .secondRow .inner .box .card-second .section2 .text-down {
    font-size: 36px;
    font-weight: bold;
  }
}

@media screen and (max-width: 650px) {
  #main.water-dispenser .secondRow .inner .box .card-second .section2 {
    margin-left: 20px;
  }
  #main.water-dispenser .secondRow .inner .box .card-second .section2 .text-top {
    font-size: 18px;
    margin-left: 50px;
  }
  #main.water-dispenser .secondRow .inner .box .card-second .section2 .text-down {
    letter-spacing: 0.7px;
    font-size: 24px;
    font-weight: bold;
  }
}

@media screen and (max-width: 650px) {
  #main.water-dispenser .secondRow .inner .box .card-second .section2 .text-top {
    font-size: 16px;
    margin-left: 25px;
  }
}

@media screen and (max-width: 520px) {
  #main.water-dispenser .secondRow .inner .box .card-second .section2 {
    margin-left: -10px;
  }
  #main.water-dispenser .secondRow .inner .box .card-second .section2 .text-top {
    margin-left: 0px;
    font-size: 18px;
  }
  #main.water-dispenser .secondRow .inner .box .card-second .section2 .span1 {
    color: #29a6e6;
  }
}

@media screen and (max-width: 480px) {
  #main.water-dispenser .secondRow .inner .box .card-second .section2 .text-top {
    margin-left: 0px;
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  #main.water-dispenser .secondRow .inner .box .card-second .section2 .text-down {
    letter-spacing: 0px;
    font-size: 24px;
    font-weight: bold;
  }
}

#main.water-dispenser .secondRow .inner .box .card-second .section3 img {
  width: 100%;
}

@media screen and (max-width: 600px) {
  #main.water-dispenser .secondRow .inner .box .card-second .section3 {
    margin-top: 10px;
  }
}

#main.water-dispenser .secondRow .inner .box .card-second .section4 {
  width: 100%;
  position: relative;
  margin: 40px 0 5px;
}

#main.water-dispenser .secondRow .inner .box .card-second .section4 div {
  background-image: url(../img/product/second-image6.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  height: 76px;
}

#main.water-dispenser .secondRow .inner .box .card-second .section4 div h1 {
  width: 100%;
  font-size: 28px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: absolute;
  margin-top: 0.8%;
  font-weight: bold;
  color: #1e2082;
}

@media screen and (max-width: 900px) {
  #main.water-dispenser .secondRow .inner .box .card-second .section4 div h1 {
    margin-top: 0;
    font-size: 20px;
    margin-top: 0.9%;
  }
}

@media screen and (max-width: 750px) {
  #main.water-dispenser .secondRow .inner .box .card-second .section4 div {
    background-image: none !important;
    height: auto;
  }
  #main.water-dispenser .secondRow .inner .box .card-second .section4 div h1 {
    position: relative;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
  }
}

#main.water-dispenser .secondRow .inner .box .card-second .section4 p {
  margin-top: 15px;
  font-size: 17.4px;
  line-height: 35px;
}

@media screen and (max-width: 768px) {
  #main.water-dispenser .secondRow .inner .box .card-second .section4 p {
    margin-top: 5px;
  }
}

@media screen and (max-width: 480px) {
  #main.water-dispenser .secondRow .inner .box .card-second .section4 p {
    line-height: 1.7;
    font-size: 15px;
  }
}

#main.water-dispenser .secondRow .inner .box .card-second .section5 {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}

#main.water-dispenser .secondRow .inner .box .card-second .section5::before, #main.water-dispenser .secondRow .inner .box .card-second .section5::after {
  box-sizing: border-box;
}

@media screen and (max-width: 480px) {
  #main.water-dispenser .secondRow .inner .box .card-second .section5 {
    margin-left: -6px;
    margin-right: -6px;
  }
}

#main.water-dispenser .secondRow .inner .box .card-second .section5 .card {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 33%;
  padding: 30px 12px 0px;
  height: 100%;
}

@media screen and (max-width: 768px) {
  #main.water-dispenser .secondRow .inner .box .card-second .section5 .card {
    padding: 30px 7px 0px;
  }
}

@media screen and (max-width: 480px) {
  #main.water-dispenser .secondRow .inner .box .card-second .section5 .card {
    width: 50%;
  }
}

#main.water-dispenser .secondRow .inner .box .card-second .section5 .card .image div {
  width: 100%;
  height: 100%;
}

#main.water-dispenser .secondRow .inner .box .card-second .section5 .card .image div .animetOver {
  position: relative;
  width: 100%;
  max-width: 300px;
  height: 230px;
}

#main.water-dispenser .secondRow .inner .box .card-second .section5 .card .image div .animetOver .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000000;
  opacity: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  transition: .4s ease;
}

@media screen and (max-width: 900px) {
  #main.water-dispenser .secondRow .inner .box .card-second .section5 .card .image div .animetOver {
    height: 200px;
  }
}

@media screen and (max-width: 768px) {
  #main.water-dispenser .secondRow .inner .box .card-second .section5 .card .image div .animetOver {
    height: 180px;
  }
}

@media screen and (max-width: 700px) {
  #main.water-dispenser .secondRow .inner .box .card-second .section5 .card .image div .animetOver {
    height: 50%;
  }
}

@media screen and (max-width: 480px) {
  #main.water-dispenser .secondRow .inner .box .card-second .section5 .card .image div .animetOver {
    height: 160px;
  }
}

@media screen and (max-width: 390px) {
  #main.water-dispenser .secondRow .inner .box .card-second .section5 .card .image div .animetOver {
    height: 140px;
  }
}

#main.water-dispenser .secondRow .inner .box .card-second .section5 .card .image div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#main.water-dispenser .secondRow .inner .box .card-second .section5 .card .image div p {
  margin-top: 10px;
  width: 100%;
  color: #000000;
  font-weight: bolder;
  font-size: 18px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

#main.water-dispenser .secondRow .inner .box .card-second .section6 {
  margin-top: 40px;
}

#main.water-dispenser .secondRow .inner .box .card-second .section6 p {
  font-size: 18px;
}

#main.water-dispenser .secondRow .inner .box .card-second .section7 {
  width: 100%;
  margin-top: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

#main.water-dispenser .secondRow .inner .box .card-second .section7::before, #main.water-dispenser .secondRow .inner .box .card-second .section7::after {
  box-sizing: border-box;
}

@media screen and (max-width: 510px) {
  #main.water-dispenser .secondRow .inner .box .card-second .section7 {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#main.water-dispenser .secondRow .inner .box .card-second .section7 .banner-button {
  background: #F4C41D;
  margin: 0px 38px;
  width: 100%;
  max-width: 340px;
  height: 55px;
}

@media screen and (max-width: 920px) {
  #main.water-dispenser .secondRow .inner .box .card-second .section7 .banner-button:nth-child(1) {
    margin: 0px;
    margin-right: 12px;
    height: 65px;
  }
  #main.water-dispenser .secondRow .inner .box .card-second .section7 .banner-button:nth-child(2) {
    margin: 0px;
    margin-left: 12px;
    height: 65px;
  }
}

@media screen and (max-width: 510px) {
  #main.water-dispenser .secondRow .inner .box .card-second .section7 .banner-button:nth-child(1) {
    margin: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  #main.water-dispenser .secondRow .inner .box .card-second .section7 .banner-button:nth-child(2) {
    margin: auto;
    margin-left: auto;
  }
}

#main.water-dispenser .secondRow .inner .box .card-second .section7 .banner-button a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 20px;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 750px) {
  #main.water-dispenser .secondRow .inner .box .card-second .section7 .banner-button a {
    padding: 25px;
  }
}

#main.water-dispenser .secondRow .inner .box .card-second .section7 .banner-button p {
  font-size: 18px;
  color: #000000;
  font-weight: bolder;
}

@media screen and (max-width: 755px) {
  #main.water-dispenser .secondRow .inner .box .card-second .section7 .banner-button p {
    font-size: 16px;
  }
}

#main.water-dispenser .secondRow .inner .box .card-second .section7 .arrow-right {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid white;
  margin-left: 20px;
}

#main.water-dispenser .linkBox {
  margin: 30px 0 80px;
}

@media screen and (max-width: 480px) {
  #main.water-dispenser .linkBox {
    margin: 50px 0 80px;
  }
}

#main.water-dispenser .linkBox .inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

@media screen and (max-width: 480px) {
  #main.water-dispenser .linkBox .inner {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#main.water-dispenser .linkBox .inner .button {
  width: 250px;
  height: 50px;
  border: 1px solid #cdcdcd;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background-color: #FFF;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  margin: 0 25px;
}

@media screen and (max-width: 768px) {
  #main.water-dispenser .linkBox .inner .button {
    font-size: 13px;
  }
}

@media screen and (max-width: 480px) {
  #main.water-dispenser .linkBox .inner .button {
    margin-bottom: 20px;
    font-size: 16px;
  }
}

#main.water-dispenser .linkBox .inner .button span {
  font-weight: bold;
  margin-right: 5px;
  word-break: keep-all;
}

#main.water-dispenser .linkBox .inner .button:hover {
  border: 1px solid #29a6e6;
}

#main.water-dispenser .fifthRow {
  background-image: url(../img/product/fifth-background.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 310px;
  margin-bottom: 40px;
}

@media screen and (max-width: 665px) {
  #main.water-dispenser .fifthRow {
    height: 390px;
  }
}

@media screen and (max-width: 400px) {
  #main.water-dispenser .fifthRow {
    height: 385px;
  }
}

#main.water-dispenser .fifthRow .box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
}

@media screen and (max-width: 800px) {
  #main.water-dispenser .fifthRow .box {
    padding-top: 10px;
  }
}

@media screen and (max-width: 600px) {
  #main.water-dispenser .fifthRow .box {
    padding-top: 0px;
  }
}

#main.water-dispenser .fifthRow .box .column1 {
  width: 20%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

@media screen and (max-width: 768px) {
  #main.water-dispenser .fifthRow .box .column1 {
    width: 25%;
  }
}

@media screen and (max-width: 600px) {
  #main.water-dispenser .fifthRow .box .column1 {
    display: none;
  }
}

#main.water-dispenser .fifthRow .box .column1 img {
  margin-top: 3px;
}

@media screen and (max-width: 1100px) {
  #main.water-dispenser .fifthRow .box .column1 img {
    margin-top: 5%;
  }
}

@media screen and (max-width: 1050px) {
  #main.water-dispenser .fifthRow .box .column1 img {
    margin-top: 10%;
  }
}

@media screen and (max-width: 980px) {
  #main.water-dispenser .fifthRow .box .column1 img {
    margin-top: 15%;
    margin-left: 5%;
  }
}

@media screen and (max-width: 925px) {
  #main.water-dispenser .fifthRow .box .column1 img {
    margin-top: 30%;
    margin-left: 5%;
  }
}

@media screen and (max-width: 925px) {
  #main.water-dispenser .fifthRow .box .column1 img {
    margin-top: 42%;
    margin-left: 10%;
  }
}

@media screen and (max-width: 768px) {
  #main.water-dispenser .fifthRow .box .column1 img {
    margin-top: 10%;
    margin-left: 10%;
  }
}

@media screen and (max-width: 700px) {
  #main.water-dispenser .fifthRow .box .column1 img {
    margin-top: 30%;
    margin-left: 15%;
  }
}

#main.water-dispenser .fifthRow .box .column2 {
  width: 80%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}

@media screen and (max-width: 1980px) {
  #main.water-dispenser .fifthRow .box .column2 {
    margin-left: -5%;
  }
}

@media screen and (max-width: 768px) {
  #main.water-dispenser .fifthRow .box .column2 {
    width: 75%;
  }
}

@media screen and (max-width: 600px) {
  #main.water-dispenser .fifthRow .box .column2 {
    margin-left: 0%;
    width: 100%;
  }
}

#main.water-dispenser .fifthRow .box .column2 .inner {
  position: relative;
}

#main.water-dispenser .fifthRow .box .column2 .inner .title {
  position: relative;
}

#main.water-dispenser .fifthRow .box .column2 .inner .title h1 {
  font-size: 48px;
  padding-top: 35px;
  font-weight: bolder;
  color: #FFFFFF;
  letter-spacing: 3px;
  margin: 0 5%;
}

#main.water-dispenser .fifthRow .box .column2 .inner .title h1 span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}

@media screen and (max-width: 1980px) {
  #main.water-dispenser .fifthRow .box .column2 .inner .title h1 {
    margin: 0 10% 0 5%;
  }
}

@media screen and (max-width: 1550px) {
  #main.water-dispenser .fifthRow .box .column2 .inner .title h1 {
    margin: 0 5% 0 5%;
  }
}

@media screen and (max-width: 1366px) {
  #main.water-dispenser .fifthRow .box .column2 .inner .title h1 {
    letter-spacing: 2px;
    font-size: 46px;
  }
}

@media screen and (max-width: 1290px) {
  #main.water-dispenser .fifthRow .box .column2 .inner .title h1 {
    margin: 0 0% 0 5%;
  }
}

@media screen and (max-width: 1150px) {
  #main.water-dispenser .fifthRow .box .column2 .inner .title h1 {
    font-size: 42px;
  }
}

@media screen and (max-width: 1024px) {
  #main.water-dispenser .fifthRow .box .column2 .inner .title h1 {
    font-size: 38px;
  }
}

@media screen and (max-width: 900px) {
  #main.water-dispenser .fifthRow .box .column2 .inner .title h1 {
    font-size: 32px;
  }
}

@media screen and (max-width: 900px) {
  #main.water-dispenser .fifthRow .box .column2 .inner .title h1 {
    font-size: 28px;
  }
}

@media screen and (max-width: 600px) {
  #main.water-dispenser .fifthRow .box .column2 .inner .title h1 {
    text-align: center;
    margin: 0 5%;
  }
}

@media screen and (max-width: 480px) {
  #main.water-dispenser .fifthRow .box .column2 .inner .title h1 {
    font-size: 20px;
    letter-spacing: 0px;
  }
}

@media screen and (max-width: 400px) {
  #main.water-dispenser .fifthRow .box .column2 .inner .title h1 {
    padding-top: 25px;
  }
}

#main.water-dispenser .fifthRow .box .column2 .inner div:nth-child(2) {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: -20px;
  position: absolute;
  width: 100%;
}

@media screen and (max-width: 1100px) {
  #main.water-dispenser .fifthRow .box .column2 .inner div:nth-child(2) {
    margin-top: -10px;
  }
}

@media screen and (max-width: 950px) {
  #main.water-dispenser .fifthRow .box .column2 .inner div:nth-child(2) {
    margin-top: 0px;
  }
}

@media screen and (max-width: 800px) {
  #main.water-dispenser .fifthRow .box .column2 .inner div:nth-child(2) {
    margin-top: 5px;
  }
}

@media screen and (max-width: 700px) {
  #main.water-dispenser .fifthRow .box .column2 .inner div:nth-child(2) {
    margin-top: 10px;
  }
}

@media screen and (max-width: 665px) {
  #main.water-dispenser .fifthRow .box .column2 .inner div:nth-child(2) {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 20px;
  }
}

#main.water-dispenser .fifthRow .box .column2 .inner div:nth-child(2) .button {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  padding-top: 30px;
  width: 100%;
  margin-right: -70px;
}

@media screen and (max-width: 768px) {
  #main.water-dispenser .fifthRow .box .column2 .inner div:nth-child(2) .button {
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
    padding-top: 35px;
    width: 100%;
    margin-right: 0px;
  }
}

@media screen and (max-width: 668px) {
  #main.water-dispenser .fifthRow .box .column2 .inner div:nth-child(2) .button {
    padding-top: 10px;
  }
}

#main.water-dispenser .fifthRow .box .column2 .inner div:nth-child(2) .button a {
  margin-left: 100px;
  position: relative;
  width: 100%;
  max-width: 470px;
  font-size: 22px;
  background-color: #C10000;
  color: #ffffff;
  font-weight: bolder;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 10px;
  height: 55px;
  border: 0px solid white;
  box-sizing: border-box;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
}

@media screen and (max-width: 1366px) {
  #main.water-dispenser .fifthRow .box .column2 .inner div:nth-child(2) .button a {
    max-width: 380px;
  }
}

@media screen and (max-width: 1024px) {
  #main.water-dispenser .fifthRow .box .column2 .inner div:nth-child(2) .button a {
    margin-left: 80px;
    max-width: 360px;
  }
}

@media screen and (max-width: 900px) {
  #main.water-dispenser .fifthRow .box .column2 .inner div:nth-child(2) .button a {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  #main.water-dispenser .fifthRow .box .column2 .inner div:nth-child(2) .button a {
    margin-left: 70px;
    width: 100%;
  }
}

@media screen and (max-width: 700px) {
  #main.water-dispenser .fifthRow .box .column2 .inner div:nth-child(2) .button a {
    font-size: 16px;
  }
}

@media screen and (max-width: 600px) {
  #main.water-dispenser .fifthRow .box .column2 .inner div:nth-child(2) .button a {
    font-size: 18px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 400px) {
  #main.water-dispenser .fifthRow .box .column2 .inner div:nth-child(2) .button a {
    margin: 0 5%;
  }
}

#main.water-dispenser .fifthRow .box .column2 .inner div:nth-child(2) .button a .triangle {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #ffffff;
  margin-left: 10px;
}

#main.water-dispenser .fifthRow .box .column2 .inner div:nth-child(2) .button a .triangle:hover {
  border-left: 7px solid #013f5e;
}

#main.water-dispenser .fifthRow .box .column2 .inner div:nth-child(2) .numberTelp {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 1366px) {
  #main.water-dispenser .fifthRow .box .column2 .inner div:nth-child(2) .numberTelp {
    margin-left: 100px;
  }
}

@media screen and (max-width: 1300px) {
  #main.water-dispenser .fifthRow .box .column2 .inner div:nth-child(2) .numberTelp {
    margin-left: 100px;
  }
}

@media screen and (max-width: 768px) {
  #main.water-dispenser .fifthRow .box .column2 .inner div:nth-child(2) .numberTelp {
    margin-left: 30px;
  }
}

@media screen and (max-width: 600px) {
  #main.water-dispenser .fifthRow .box .column2 .inner div:nth-child(2) .numberTelp {
    margin: 0px;
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  #main.water-dispenser .fifthRow .box .column2 .inner div:nth-child(2) .numberTelp {
    margin-top: 30px;
  }
}

#main.water-dispenser .fifthRow .box .column2 .inner div:nth-child(2) .numberTelp p {
  position: relative;
  font-size: 18px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  color: #ffffff;
  letter-spacing: 1px;
}

@media screen and (max-width: 665px) {
  #main.water-dispenser .fifthRow .box .column2 .inner div:nth-child(2) .numberTelp p {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    margin: 0 16% 0 5%;
  }
}

@media screen and (max-width: 625px) {
  #main.water-dispenser .fifthRow .box .column2 .inner div:nth-child(2) .numberTelp p {
    margin-left: 30px;
  }
}

@media screen and (max-width: 600px) {
  #main.water-dispenser .fifthRow .box .column2 .inner div:nth-child(2) .numberTelp p {
    margin: 0px;
    margin-top: 25px;
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  #main.water-dispenser .fifthRow .box .column2 .inner div:nth-child(2) .numberTelp p {
    margin-top: 0px;
  }
}

@media screen and (max-width: 400px) {
  #main.water-dispenser .fifthRow .box .column2 .inner div:nth-child(2) .numberTelp p {
    margin-top: -10px;
  }
}

#main.water-dispenser .fifthRow .box .column2 .inner div:nth-child(2) .numberTelp .image {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-top: 10px;
}

@media screen and (max-width: 600px) {
  #main.water-dispenser .fifthRow .box .column2 .inner div:nth-child(2) .numberTelp .image a {
    margin-left: auto;
    margin-right: auto;
    width: 340px;
  }
}

@media screen and (max-width: 480px) {
  #main.water-dispenser .fifthRow .box .column2 .inner div:nth-child(2) .numberTelp .image a {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 400px) {
  #main.water-dispenser .fifthRow .box .column2 .inner div:nth-child(2) .numberTelp .image a {
    width: 300px;
  }
}

@media screen and (max-width: 340px) {
  #main.water-dispenser .fifthRow .box .column2 .inner div:nth-child(2) .numberTelp .image a {
    width: 290px;
  }
}

@media screen and (max-width: 300px) {
  #main.water-dispenser .fifthRow .box .column2 .inner div:nth-child(2) .numberTelp .image a {
    width: 280px;
  }
}

#main.water-dispenser .fifthRow .box .column2 .inner div:nth-child(2) .numberTelp .image img {
  position: relative;
  width: 400px;
}

@media screen and (max-width: 1100px) {
  #main.water-dispenser .fifthRow .box .column2 .inner div:nth-child(2) .numberTelp .image img {
    width: 350px;
  }
}

@media screen and (max-width: 900px) {
  #main.water-dispenser .fifthRow .box .column2 .inner div:nth-child(2) .numberTelp .image img {
    width: 300px;
  }
}

@media screen and (max-width: 665px) {
  #main.water-dispenser .fifthRow .box .column2 .inner div:nth-child(2) .numberTelp .image img {
    margin-left: 67px;
  }
}

@media screen and (max-width: 625px) {
  #main.water-dispenser .fifthRow .box .column2 .inner div:nth-child(2) .numberTelp .image img {
    margin-left: 65px;
  }
}

@media screen and (max-width: 600px) {
  #main.water-dispenser .fifthRow .box .column2 .inner div:nth-child(2) .numberTelp .image img {
    margin-left: 0px;
    width: 100%;
  }
}

#main.space-sterilization .secondRow {
  margin: 60px 0;
}

@media screen and (max-width: 768px) {
  #main.space-sterilization .secondRow {
    margin: 40px 0;
  }
}

#main.space-sterilization .secondRow .inner .titlePage {
  position: relative;
}

#main.space-sterilization .secondRow .inner .titlePage .big {
  background: #65bfa1;
  background: -moz-linear-gradient(left, #65bfa1 0%, rgba(0, 138, 156, 0.88) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #65bfa1), color-stop(100%, rgba(0, 138, 156, 0.88)));
  background: -webkit-linear-gradient(left, #65bfa1 0%, rgba(0, 138, 156, 0.88) 100%);
  background: -o-linear-gradient(left, #65bfa1 0%, rgba(0, 138, 156, 0.88) 100%);
  background: -ms-linear-gradient(left, #65bfa1 0%, rgba(0, 138, 156, 0.88) 100%);
  background: linear-gradient(to right, #65bfa1 0%, rgba(0, 138, 156, 0.88) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#65bfa1', endColorstr='#008a9c', GradientType=1 );
  width: 100%;
  padding: 20px;
  position: relative;
}

#main.space-sterilization .secondRow .inner .titlePage .big h1 {
  line-height: 1;
  font-weight: bold;
  font-size: 40px;
  color: #FFF;
}

@media screen and (max-width: 768px) {
  #main.space-sterilization .secondRow .inner .titlePage .big h1 {
    font-size: 30px;
  }
}

#main.space-sterilization .secondRow .inner .titlePage .big p {
  color: #FFF;
  font-size: 14px;
  padding-left: 5px;
  margin-top: 5px;
}

@media screen and (max-width: 768px) {
  #main.space-sterilization .secondRow .inner .titlePage .big p {
    font-size: 12px;
  }
}

#main.space-sterilization .secondRow .inner .titlePage .big span {
  width: 0;
  height: 0;
  border-bottom: 50px solid #FFF;
  border-left: 50px solid transparent;
  position: absolute;
  bottom: 0px;
  right: 160px;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  #main.space-sterilization .secondRow .inner .titlePage .big span {
    display: none;
  }
}

#main.space-sterilization .secondRow .inner .titlePage .half-rounded {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  background-color: #FFF;
  width: 200px;
  height: 200px;
  border-left: 5px solid #008B9C;
  border-bottom: 5px solid #008B9C;
  border-radius: 0% 0 0 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  text-align: right;
}

@media screen and (max-width: 768px) {
  #main.space-sterilization .secondRow .inner .titlePage .half-rounded {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 3px solid #008B9C;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    display: none;
  }
}

#main.space-sterilization .secondRow .inner .titlePage .half-rounded p {
  font-size: 22px;
  font-weight: bold;
  color: #008B9C;
  padding-top: 35px;
  padding-right: 15px;
  letter-spacing: 1px;
}

@media screen and (max-width: 768px) {
  #main.space-sterilization .secondRow .inner .titlePage .half-rounded p {
    text-align: center;
    font-size: 14px;
    padding-top: 0;
    padding-right: 0;
  }
}

#main.space-sterilization .secondRow .inner .desc {
  padding: 0 50px;
  margin-top: 15px;
  line-height: 1.8;
  font-size: 18px;
  letter-spacing: 2px;
}

@media screen and (max-width: 1024px) {
  #main.space-sterilization .secondRow .inner .desc {
    padding-right: 185px;
    padding-left: 30px;
  }
  #main.space-sterilization .secondRow .inner .desc p {
    display: inline;
  }
}

@media screen and (max-width: 768px) {
  #main.space-sterilization .secondRow .inner .desc {
    padding: 0 15px;
    font-size: 16px;
    letter-spacing: 1px;
  }
}

@media screen and (max-width: 480px) {
  #main.space-sterilization .secondRow .inner .desc {
    line-height: 1.5;
    padding: 0;
    font-size: 15px;
    margin-bottom: 15px;
  }
}

#main.space-sterilization .secondRow .inner .headImg {
  max-width: 768px;
  width: 100%;
  margin: auto;
  margin-top: -30px;
}

@media screen and (max-width: 1024px) {
  #main.space-sterilization .secondRow .inner .headImg {
    margin-top: 0;
  }
}

#main.space-sterilization .secondRow .inner .descImg {
  max-width: 768px;
  width: 100%;
  margin: auto;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  #main.space-sterilization .secondRow .inner .descImg {
    margin-top: 15px;
  }
}

#main.space-sterilization .secondRow .inner .descImg h2 {
  font-weight: bold;
  font-size: 26px;
  line-height: 1;
  margin-bottom: 20px;
}

@media screen and (max-width: 480px) {
  #main.space-sterilization .secondRow .inner .descImg h2 {
    font-size: 24px;
    text-align: center;
  }
}

#main.space-sterilization .secondRow .inner .descImg ul li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 15px;
}

@media screen and (max-width: 480px) {
  #main.space-sterilization .secondRow .inner .descImg ul li {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
}

#main.space-sterilization .secondRow .inner .descImg ul li div {
  background-color: #F3981D;
  padding: 5px 15px;
  color: #FFF;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-weight: bold;
  width: 90px;
  border-radius: 20px 0 0 20px;
  -webkit-border-radius: 20px 0 0 20px;
  -moz-border-radius: 20px 0 0 20px;
  margin-right: 20px;
}

@media screen and (max-width: 480px) {
  #main.space-sterilization .secondRow .inner .descImg ul li div {
    margin-bottom: 5px;
    margin-right: 15px;
  }
}

#main.space-sterilization .secondRow .inner .descImg ul li div span {
  background-color: #FFF;
  color: #F3981D;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 13px;
}

#main.space-sterilization .secondRow .inner .descImg ul li p {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bold;
}

@media screen and (max-width: 480px) {
  #main.space-sterilization .secondRow .inner .descImg ul li p {
    font-size: 14px;
  }
}

#main.space-sterilization .secondRow .inner .ultrasonic h1 {
  text-align: center;
  font-weight: bold;
  font-size: 26px;
  background-color: #F9BB00;
  padding: 10px 15px;
  letter-spacing: 2px;
  margin-bottom: 30px;
}

@media screen and (max-width: 480px) {
  #main.space-sterilization .secondRow .inner .ultrasonic h1 {
    font-size: 20px;
  }
}

#main.space-sterilization .secondRow .inner .ultrasonic .flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

@media screen and (max-width: 480px) {
  #main.space-sterilization .secondRow .inner .ultrasonic .flex {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#main.space-sterilization .secondRow .inner .ultrasonic .flex img {
  width: 47.5%;
}

@media screen and (max-width: 480px) {
  #main.space-sterilization .secondRow .inner .ultrasonic .flex img {
    width: 100%;
  }
  #main.space-sterilization .secondRow .inner .ultrasonic .flex img:first-child {
    margin-bottom: 15px;
  }
}

#main.space-sterilization .linkBox {
  margin: 30px 0 80px;
}

@media screen and (max-width: 480px) {
  #main.space-sterilization .linkBox {
    margin: 50px 0 80px;
  }
}

#main.space-sterilization .linkBox .inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

@media screen and (max-width: 480px) {
  #main.space-sterilization .linkBox .inner {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#main.space-sterilization .linkBox .inner .button {
  width: 250px;
  height: 50px;
  border: 1px solid #cdcdcd;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background-color: #FFF;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  margin: 0 25px;
}

@media screen and (max-width: 768px) {
  #main.space-sterilization .linkBox .inner .button {
    font-size: 13px;
  }
}

@media screen and (max-width: 480px) {
  #main.space-sterilization .linkBox .inner .button {
    margin-bottom: 20px;
    font-size: 16px;
  }
}

#main.space-sterilization .linkBox .inner .button span {
  font-weight: bold;
  margin-right: 5px;
  word-break: keep-all;
}

#main.space-sterilization .linkBox .inner .button:hover {
  border: 1px solid #29a6e6;
}

#main.space-sterilization .fifthRow {
  background-image: url(../img/product/fifth-background.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 310px;
  margin-bottom: 40px;
}

@media screen and (max-width: 665px) {
  #main.space-sterilization .fifthRow {
    height: 390px;
  }
}

@media screen and (max-width: 400px) {
  #main.space-sterilization .fifthRow {
    height: 385px;
  }
}

#main.space-sterilization .fifthRow .box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
}

@media screen and (max-width: 800px) {
  #main.space-sterilization .fifthRow .box {
    padding-top: 10px;
  }
}

@media screen and (max-width: 600px) {
  #main.space-sterilization .fifthRow .box {
    padding-top: 0px;
  }
}

#main.space-sterilization .fifthRow .box .column1 {
  width: 20%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

@media screen and (max-width: 768px) {
  #main.space-sterilization .fifthRow .box .column1 {
    width: 25%;
  }
}

@media screen and (max-width: 600px) {
  #main.space-sterilization .fifthRow .box .column1 {
    display: none;
  }
}

#main.space-sterilization .fifthRow .box .column1 img {
  margin-top: 3px;
}

@media screen and (max-width: 1100px) {
  #main.space-sterilization .fifthRow .box .column1 img {
    margin-top: 5%;
  }
}

@media screen and (max-width: 1050px) {
  #main.space-sterilization .fifthRow .box .column1 img {
    margin-top: 10%;
  }
}

@media screen and (max-width: 980px) {
  #main.space-sterilization .fifthRow .box .column1 img {
    margin-top: 15%;
    margin-left: 5%;
  }
}

@media screen and (max-width: 925px) {
  #main.space-sterilization .fifthRow .box .column1 img {
    margin-top: 30%;
    margin-left: 5%;
  }
}

@media screen and (max-width: 925px) {
  #main.space-sterilization .fifthRow .box .column1 img {
    margin-top: 42%;
    margin-left: 10%;
  }
}

@media screen and (max-width: 768px) {
  #main.space-sterilization .fifthRow .box .column1 img {
    margin-top: 10%;
    margin-left: 10%;
  }
}

@media screen and (max-width: 700px) {
  #main.space-sterilization .fifthRow .box .column1 img {
    margin-top: 30%;
    margin-left: 15%;
  }
}

#main.space-sterilization .fifthRow .box .column2 {
  width: 80%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}

@media screen and (max-width: 1980px) {
  #main.space-sterilization .fifthRow .box .column2 {
    margin-left: -5%;
  }
}

@media screen and (max-width: 768px) {
  #main.space-sterilization .fifthRow .box .column2 {
    width: 75%;
  }
}

@media screen and (max-width: 600px) {
  #main.space-sterilization .fifthRow .box .column2 {
    margin-left: 0%;
    width: 100%;
  }
}

#main.space-sterilization .fifthRow .box .column2 .inner {
  position: relative;
}

#main.space-sterilization .fifthRow .box .column2 .inner .title {
  position: relative;
}

#main.space-sterilization .fifthRow .box .column2 .inner .title h1 {
  font-size: 48px;
  padding-top: 35px;
  font-weight: bolder;
  color: #FFFFFF;
  letter-spacing: 3px;
  margin: 0 5%;
}

#main.space-sterilization .fifthRow .box .column2 .inner .title h1 span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}

@media screen and (max-width: 1980px) {
  #main.space-sterilization .fifthRow .box .column2 .inner .title h1 {
    margin: 0 10% 0 5%;
  }
}

@media screen and (max-width: 1550px) {
  #main.space-sterilization .fifthRow .box .column2 .inner .title h1 {
    margin: 0 5% 0 5%;
  }
}

@media screen and (max-width: 1366px) {
  #main.space-sterilization .fifthRow .box .column2 .inner .title h1 {
    letter-spacing: 2px;
    font-size: 46px;
  }
}

@media screen and (max-width: 1290px) {
  #main.space-sterilization .fifthRow .box .column2 .inner .title h1 {
    margin: 0 0% 0 5%;
  }
}

@media screen and (max-width: 1150px) {
  #main.space-sterilization .fifthRow .box .column2 .inner .title h1 {
    font-size: 42px;
  }
}

@media screen and (max-width: 1024px) {
  #main.space-sterilization .fifthRow .box .column2 .inner .title h1 {
    font-size: 38px;
  }
}

@media screen and (max-width: 900px) {
  #main.space-sterilization .fifthRow .box .column2 .inner .title h1 {
    font-size: 32px;
  }
}

@media screen and (max-width: 900px) {
  #main.space-sterilization .fifthRow .box .column2 .inner .title h1 {
    font-size: 28px;
  }
}

@media screen and (max-width: 600px) {
  #main.space-sterilization .fifthRow .box .column2 .inner .title h1 {
    text-align: center;
    margin: 0 5%;
  }
}

@media screen and (max-width: 480px) {
  #main.space-sterilization .fifthRow .box .column2 .inner .title h1 {
    font-size: 20px;
    letter-spacing: 0px;
  }
}

@media screen and (max-width: 400px) {
  #main.space-sterilization .fifthRow .box .column2 .inner .title h1 {
    padding-top: 25px;
  }
}

#main.space-sterilization .fifthRow .box .column2 .inner div:nth-child(2) {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: -20px;
  position: absolute;
  width: 100%;
}

@media screen and (max-width: 1100px) {
  #main.space-sterilization .fifthRow .box .column2 .inner div:nth-child(2) {
    margin-top: -10px;
  }
}

@media screen and (max-width: 950px) {
  #main.space-sterilization .fifthRow .box .column2 .inner div:nth-child(2) {
    margin-top: 0px;
  }
}

@media screen and (max-width: 800px) {
  #main.space-sterilization .fifthRow .box .column2 .inner div:nth-child(2) {
    margin-top: 5px;
  }
}

@media screen and (max-width: 700px) {
  #main.space-sterilization .fifthRow .box .column2 .inner div:nth-child(2) {
    margin-top: 10px;
  }
}

@media screen and (max-width: 665px) {
  #main.space-sterilization .fifthRow .box .column2 .inner div:nth-child(2) {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 20px;
  }
}

#main.space-sterilization .fifthRow .box .column2 .inner div:nth-child(2) .button {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  padding-top: 30px;
  width: 100%;
  margin-right: -70px;
}

@media screen and (max-width: 768px) {
  #main.space-sterilization .fifthRow .box .column2 .inner div:nth-child(2) .button {
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
    padding-top: 35px;
    width: 100%;
    margin-right: 0px;
  }
}

@media screen and (max-width: 668px) {
  #main.space-sterilization .fifthRow .box .column2 .inner div:nth-child(2) .button {
    padding-top: 10px;
  }
}

#main.space-sterilization .fifthRow .box .column2 .inner div:nth-child(2) .button a {
  margin-left: 100px;
  position: relative;
  width: 100%;
  max-width: 470px;
  font-size: 22px;
  background-color: #C10000;
  color: #ffffff;
  font-weight: bolder;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 10px;
  height: 55px;
  border: 0px solid white;
  box-sizing: border-box;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
}

@media screen and (max-width: 1366px) {
  #main.space-sterilization .fifthRow .box .column2 .inner div:nth-child(2) .button a {
    max-width: 380px;
  }
}

@media screen and (max-width: 1024px) {
  #main.space-sterilization .fifthRow .box .column2 .inner div:nth-child(2) .button a {
    margin-left: 80px;
    max-width: 360px;
  }
}

@media screen and (max-width: 900px) {
  #main.space-sterilization .fifthRow .box .column2 .inner div:nth-child(2) .button a {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  #main.space-sterilization .fifthRow .box .column2 .inner div:nth-child(2) .button a {
    margin-left: 70px;
    width: 100%;
  }
}

@media screen and (max-width: 700px) {
  #main.space-sterilization .fifthRow .box .column2 .inner div:nth-child(2) .button a {
    font-size: 16px;
  }
}

@media screen and (max-width: 600px) {
  #main.space-sterilization .fifthRow .box .column2 .inner div:nth-child(2) .button a {
    font-size: 18px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 400px) {
  #main.space-sterilization .fifthRow .box .column2 .inner div:nth-child(2) .button a {
    margin: 0 5%;
  }
}

#main.space-sterilization .fifthRow .box .column2 .inner div:nth-child(2) .button a .triangle {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #ffffff;
  margin-left: 10px;
}

#main.space-sterilization .fifthRow .box .column2 .inner div:nth-child(2) .button a .triangle:hover {
  border-left: 7px solid #013f5e;
}

#main.space-sterilization .fifthRow .box .column2 .inner div:nth-child(2) .numberTelp {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 1366px) {
  #main.space-sterilization .fifthRow .box .column2 .inner div:nth-child(2) .numberTelp {
    margin-left: 100px;
  }
}

@media screen and (max-width: 1300px) {
  #main.space-sterilization .fifthRow .box .column2 .inner div:nth-child(2) .numberTelp {
    margin-left: 100px;
  }
}

@media screen and (max-width: 768px) {
  #main.space-sterilization .fifthRow .box .column2 .inner div:nth-child(2) .numberTelp {
    margin-left: 30px;
  }
}

@media screen and (max-width: 600px) {
  #main.space-sterilization .fifthRow .box .column2 .inner div:nth-child(2) .numberTelp {
    margin: 0px;
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  #main.space-sterilization .fifthRow .box .column2 .inner div:nth-child(2) .numberTelp {
    margin-top: 30px;
  }
}

#main.space-sterilization .fifthRow .box .column2 .inner div:nth-child(2) .numberTelp p {
  position: relative;
  font-size: 18px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  color: #ffffff;
  letter-spacing: 1px;
}

@media screen and (max-width: 665px) {
  #main.space-sterilization .fifthRow .box .column2 .inner div:nth-child(2) .numberTelp p {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    margin: 0 16% 0 5%;
  }
}

@media screen and (max-width: 625px) {
  #main.space-sterilization .fifthRow .box .column2 .inner div:nth-child(2) .numberTelp p {
    margin-left: 30px;
  }
}

@media screen and (max-width: 600px) {
  #main.space-sterilization .fifthRow .box .column2 .inner div:nth-child(2) .numberTelp p {
    margin: 0px;
    margin-top: 25px;
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  #main.space-sterilization .fifthRow .box .column2 .inner div:nth-child(2) .numberTelp p {
    margin-top: 0px;
  }
}

@media screen and (max-width: 400px) {
  #main.space-sterilization .fifthRow .box .column2 .inner div:nth-child(2) .numberTelp p {
    margin-top: -10px;
  }
}

#main.space-sterilization .fifthRow .box .column2 .inner div:nth-child(2) .numberTelp .image {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-top: 10px;
}

@media screen and (max-width: 600px) {
  #main.space-sterilization .fifthRow .box .column2 .inner div:nth-child(2) .numberTelp .image a {
    margin-left: auto;
    margin-right: auto;
    width: 340px;
  }
}

@media screen and (max-width: 480px) {
  #main.space-sterilization .fifthRow .box .column2 .inner div:nth-child(2) .numberTelp .image a {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 400px) {
  #main.space-sterilization .fifthRow .box .column2 .inner div:nth-child(2) .numberTelp .image a {
    width: 300px;
  }
}

@media screen and (max-width: 340px) {
  #main.space-sterilization .fifthRow .box .column2 .inner div:nth-child(2) .numberTelp .image a {
    width: 290px;
  }
}

@media screen and (max-width: 300px) {
  #main.space-sterilization .fifthRow .box .column2 .inner div:nth-child(2) .numberTelp .image a {
    width: 280px;
  }
}

#main.space-sterilization .fifthRow .box .column2 .inner div:nth-child(2) .numberTelp .image img {
  position: relative;
  width: 400px;
}

@media screen and (max-width: 1100px) {
  #main.space-sterilization .fifthRow .box .column2 .inner div:nth-child(2) .numberTelp .image img {
    width: 350px;
  }
}

@media screen and (max-width: 900px) {
  #main.space-sterilization .fifthRow .box .column2 .inner div:nth-child(2) .numberTelp .image img {
    width: 300px;
  }
}

@media screen and (max-width: 665px) {
  #main.space-sterilization .fifthRow .box .column2 .inner div:nth-child(2) .numberTelp .image img {
    margin-left: 67px;
  }
}

@media screen and (max-width: 625px) {
  #main.space-sterilization .fifthRow .box .column2 .inner div:nth-child(2) .numberTelp .image img {
    margin-left: 65px;
  }
}

@media screen and (max-width: 600px) {
  #main.space-sterilization .fifthRow .box .column2 .inner div:nth-child(2) .numberTelp .image img {
    margin-left: 0px;
    width: 100%;
  }
}

#main.electrolyzed .firstRow {
  padding: 60px 0 120px;
}

@media screen and (max-width: 768px) {
  #main.electrolyzed .firstRow {
    padding: 40px 0 60px;
  }
}

#main.electrolyzed .firstRow .inner .powerSection .titlePage {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  #main.electrolyzed .firstRow .inner .powerSection .titlePage {
    margin-bottom: 30px;
  }
}

#main.electrolyzed .firstRow .inner .powerSection .titlePage .big {
  background: #65bfa1;
  background: -moz-linear-gradient(left, #65bfa1 0%, rgba(0, 138, 156, 0.88) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #65bfa1), color-stop(100%, rgba(0, 138, 156, 0.88)));
  background: -webkit-linear-gradient(left, #65bfa1 0%, rgba(0, 138, 156, 0.88) 100%);
  background: -o-linear-gradient(left, #65bfa1 0%, rgba(0, 138, 156, 0.88) 100%);
  background: -ms-linear-gradient(left, #65bfa1 0%, rgba(0, 138, 156, 0.88) 100%);
  background: linear-gradient(to right, #65bfa1 0%, rgba(0, 138, 156, 0.88) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#65bfa1', endColorstr='#008a9c', GradientType=1 );
  width: 100%;
  padding: 20px;
  position: relative;
}

#main.electrolyzed .firstRow .inner .powerSection .titlePage .big h1 {
  line-height: 1;
  font-weight: bold;
  font-size: 40px;
  color: #FFF;
}

@media screen and (max-width: 850px) {
  #main.electrolyzed .firstRow .inner .powerSection .titlePage .big h1 {
    font-size: 32px;
  }
}

@media screen and (max-width: 768px) {
  #main.electrolyzed .firstRow .inner .powerSection .titlePage .big h1 {
    font-size: 30px;
  }
}

@media screen and (max-width: 480px) {
  #main.electrolyzed .firstRow .inner .powerSection .titlePage .big h1 {
    line-height: 1.3;
  }
}

#main.electrolyzed .firstRow .inner .powerSection .titlePage .big p {
  color: #FFF;
  font-size: 14px;
  padding-left: 5px;
  margin-top: 5px;
}

@media screen and (max-width: 768px) {
  #main.electrolyzed .firstRow .inner .powerSection .titlePage .big p {
    font-size: 12px;
  }
}

#main.electrolyzed .firstRow .inner .powerSection .titlePage .big span {
  width: 0;
  height: 0;
  border-bottom: 50px solid #FFF;
  border-left: 50px solid transparent;
  position: absolute;
  bottom: 0px;
  right: 0;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  #main.electrolyzed .firstRow .inner .powerSection .titlePage .big span {
    display: none;
  }
}

#main.electrolyzed .firstRow .inner .powerSection .desc {
  line-height: 2;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  #main.electrolyzed .firstRow .inner .powerSection .desc {
    font-size: 16px;
    line-height: 1.7;
  }
  #main.electrolyzed .firstRow .inner .powerSection .desc p {
    display: inline;
  }
}

#main.electrolyzed .firstRow .inner .powerSection .boxImg1 {
  max-width: 768px;
  width: 100%;
  margin: auto;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}

@media screen and (max-width: 850px) {
  #main.electrolyzed .firstRow .inner .powerSection .boxImg1 {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#main.electrolyzed .firstRow .inner .powerSection .boxImg1 img {
  width: 31%;
}

@media screen and (max-width: 850px) {
  #main.electrolyzed .firstRow .inner .powerSection .boxImg1 img {
    margin: 10px 0;
    width: 100%;
  }
}

#main.electrolyzed .firstRow .inner .powerSection h3 {
  max-width: 1000px;
  width: 100%;
  margin: auto;
  color: #FFF;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
  background-color: #EC6D74;
  padding: 8px 5px;
  letter-spacing: 2px;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  #main.electrolyzed .firstRow .inner .powerSection h3 {
    font-size: 18px;
    padding: 8px 25px;
  }
}

#main.electrolyzed .firstRow .inner .powerSection .boxImg2 {
  max-width: 1000px;
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

@media screen and (max-width: 768px) {
  #main.electrolyzed .firstRow .inner .powerSection .boxImg2 {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#main.electrolyzed .firstRow .inner .powerSection .boxImg2 img:first-child {
  width: 55%;
}

@media screen and (max-width: 768px) {
  #main.electrolyzed .firstRow .inner .powerSection .boxImg2 img:first-child {
    width: 100%;
    margin-bottom: 30px;
  }
}

#main.electrolyzed .firstRow .inner .powerSection .boxImg2 img:nth-child(2) {
  width: 40%;
}

@media screen and (max-width: 768px) {
  #main.electrolyzed .firstRow .inner .powerSection .boxImg2 img:nth-child(2) {
    width: 100%;
  }
}

#main.electrolyzed .firstRow .inner .rangeSection {
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  #main.electrolyzed .firstRow .inner .rangeSection {
    margin-top: 60px;
  }
}

#main.electrolyzed .firstRow .inner .rangeSection .titlePage {
  position: relative;
}

#main.electrolyzed .firstRow .inner .rangeSection .titlePage .big {
  background: #65bfa1;
  background: -moz-linear-gradient(left, #65bfa1 0%, rgba(0, 138, 156, 0.88) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #65bfa1), color-stop(100%, rgba(0, 138, 156, 0.88)));
  background: -webkit-linear-gradient(left, #65bfa1 0%, rgba(0, 138, 156, 0.88) 100%);
  background: -o-linear-gradient(left, #65bfa1 0%, rgba(0, 138, 156, 0.88) 100%);
  background: -ms-linear-gradient(left, #65bfa1 0%, rgba(0, 138, 156, 0.88) 100%);
  background: linear-gradient(to right, #65bfa1 0%, rgba(0, 138, 156, 0.88) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#65bfa1', endColorstr='#008a9c', GradientType=1 );
  width: 100%;
  padding: 20px;
  position: relative;
}

#main.electrolyzed .firstRow .inner .rangeSection .titlePage .big h1 {
  line-height: 1;
  font-weight: bold;
  font-size: 40px;
  color: #FFF;
}

@media screen and (max-width: 768px) {
  #main.electrolyzed .firstRow .inner .rangeSection .titlePage .big h1 {
    font-size: 30px;
  }
}

#main.electrolyzed .firstRow .inner .rangeSection .titlePage .big p {
  color: #FFF;
  font-size: 14px;
  padding-left: 5px;
  margin-top: 5px;
}

@media screen and (max-width: 768px) {
  #main.electrolyzed .firstRow .inner .rangeSection .titlePage .big p {
    font-size: 12px;
  }
}

#main.electrolyzed .firstRow .inner .rangeSection .titlePage .big span {
  width: 0;
  height: 0;
  border-bottom: 50px solid #FFF;
  border-left: 50px solid transparent;
  position: absolute;
  bottom: 0px;
  right: 160px;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  #main.electrolyzed .firstRow .inner .rangeSection .titlePage .big span {
    display: none;
  }
}

#main.electrolyzed .firstRow .inner .rangeSection .titlePage .half-rounded {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  background-color: #FFF;
  width: 200px;
  height: 200px;
  border-left: 5px solid #008B9C;
  border-bottom: 5px solid #008B9C;
  border-radius: 0% 0 0 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  text-align: right;
}

@media screen and (max-width: 768px) {
  #main.electrolyzed .firstRow .inner .rangeSection .titlePage .half-rounded {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 3px solid #008B9C;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    display: none;
  }
}

#main.electrolyzed .firstRow .inner .rangeSection .titlePage .half-rounded p {
  font-size: 22px;
  font-weight: bold;
  color: #008B9C;
  padding-top: 35px;
  padding-right: 15px;
  letter-spacing: 1px;
}

@media screen and (max-width: 768px) {
  #main.electrolyzed .firstRow .inner .rangeSection .titlePage .half-rounded p {
    text-align: center;
    font-size: 14px;
    padding-top: 0;
    padding-right: 0;
  }
}

#main.electrolyzed .firstRow .inner .rangeSection .desc {
  line-height: 2;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  max-width: 620px;
  width: 100%;
  margin: auto;
  margin-top: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

@media screen and (max-width: 768px) {
  #main.electrolyzed .firstRow .inner .rangeSection .desc {
    font-size: 16px;
    text-align: center;
    line-height: 1.7;
  }
}

#main.electrolyzed .firstRow .inner .rangeSection .desc div {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 30px;
}

@media screen and (max-width: 768px) {
  #main.electrolyzed .firstRow .inner .rangeSection .desc div {
    -webkit-box-flex: unset;
    -moz-box-flex: unset;
    -webkit-flex: unset;
    -ms-flex: unset;
    flex: unset;
    width: 100%;
    padding-right: 0;
  }
}

#main.electrolyzed .firstRow .inner .rangeSection .desc img {
  width: 200px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  #main.electrolyzed .firstRow .inner .rangeSection .desc img {
    display: none;
  }
}

#main.electrolyzed .firstRow .inner .rangeSection h3 {
  font-size: 24px;
  color: #FFF;
  font-weight: bold;
  background-color: #EC6D74;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  padding: 10px 15px;
  text-align: center;
  letter-spacing: 2px;
  margin-top: -30px;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  #main.electrolyzed .firstRow .inner .rangeSection h3 {
    margin-top: 30px;
  }
}

#main.electrolyzed .firstRow .inner .rangeSection h4 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-weight: bold;
  font-size: 40px;
  margin-bottom: 20px;
}

@media screen and (max-width: 850px) {
  #main.electrolyzed .firstRow .inner .rangeSection h4 {
    font-size: 30px;
  }
}

@media screen and (max-width: 768px) {
  #main.electrolyzed .firstRow .inner .rangeSection h4 {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 1.3;
    font-size: 24px;
  }
}

#main.electrolyzed .firstRow .inner .rangeSection h4 span {
  color: #EC6D74;
  font-size: 50px;
}

@media screen and (max-width: 850px) {
  #main.electrolyzed .firstRow .inner .rangeSection h4 span {
    font-size: 40px;
  }
}

@media screen and (max-width: 768px) {
  #main.electrolyzed .firstRow .inner .rangeSection h4 span {
    font-size: 30px;
  }
}

#main.electrolyzed .firstRow .inner .rangeSection h5 {
  font-weight: bold;
  background-color: #FFF;
  border: 2px solid #000000;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  text-align: center;
  padding: 10px;
  font-size: 20px;
  max-width: 900px;
  width: 100%;
  margin: auto;
  margin-bottom: 30px;
}

#main.electrolyzed .firstRow .inner .rangeSection .flexImg {
  max-width: 900px;
  width: 100%;
  margin: auto;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

#main.electrolyzed .firstRow .inner .rangeSection .flexImg img {
  width: 31%;
}

#main.electrolyzed .firstRow .inner .rangeSection ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  #main.electrolyzed .firstRow .inner .rangeSection ul {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
  }
}

#main.electrolyzed .firstRow .inner .rangeSection ul li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-weight: bold;
  font-size: 18px;
  margin-right: 20px;
}

@media screen and (max-width: 850px) {
  #main.electrolyzed .firstRow .inner .rangeSection ul li {
    font-size: 15px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 768px) {
  #main.electrolyzed .firstRow .inner .rangeSection ul li {
    padding: 0 5px;
    margin-right: 0;
    width: 25%;
  }
}

@media screen and (max-width: 480px) {
  #main.electrolyzed .firstRow .inner .rangeSection ul li {
    width: 33%;
    font-size: 14px;
  }
}

#main.electrolyzed .firstRow .inner .rangeSection ul li span {
  background-color: #F3981D;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

@media screen and (max-width: 850px) {
  #main.electrolyzed .firstRow .inner .rangeSection ul li span {
    width: 15px;
    height: 15px;
  }
}

#main.price .firstRow {
  padding: 60px 0 120px;
}

@media screen and (max-width: 768px) {
  #main.price .firstRow {
    padding: 40px 0 60px;
  }
}

#main.price .firstRow .inner .titlePage {
  position: relative;
  margin-bottom: 30px;
}

#main.price .firstRow .inner .titlePage .big {
  background: #65bfa1;
  background: -moz-linear-gradient(left, #65bfa1 0%, rgba(0, 138, 156, 0.88) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #65bfa1), color-stop(100%, rgba(0, 138, 156, 0.88)));
  background: -webkit-linear-gradient(left, #65bfa1 0%, rgba(0, 138, 156, 0.88) 100%);
  background: -o-linear-gradient(left, #65bfa1 0%, rgba(0, 138, 156, 0.88) 100%);
  background: -ms-linear-gradient(left, #65bfa1 0%, rgba(0, 138, 156, 0.88) 100%);
  background: linear-gradient(to right, #65bfa1 0%, rgba(0, 138, 156, 0.88) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#65bfa1', endColorstr='#008a9c', GradientType=1 );
  width: 100%;
  padding: 20px;
  position: relative;
}

#main.price .firstRow .inner .titlePage .big h1 {
  line-height: 1;
  font-weight: bold;
  font-size: 40px;
  color: #FFF;
}

@media screen and (max-width: 850px) {
  #main.price .firstRow .inner .titlePage .big h1 {
    font-size: 32px;
  }
}

@media screen and (max-width: 768px) {
  #main.price .firstRow .inner .titlePage .big h1 {
    font-size: 30px;
  }
}

@media screen and (max-width: 480px) {
  #main.price .firstRow .inner .titlePage .big h1 {
    line-height: 1.3;
  }
}

#main.price .firstRow .inner .titlePage .big p {
  color: #FFF;
  font-size: 14px;
  padding-left: 5px;
  margin-top: 5px;
}

@media screen and (max-width: 768px) {
  #main.price .firstRow .inner .titlePage .big p {
    font-size: 12px;
  }
}

#main.price .firstRow .inner .titlePage .big span {
  width: 0;
  height: 0;
  border-bottom: 50px solid #FFF;
  border-left: 50px solid transparent;
  position: absolute;
  bottom: 0px;
  right: 160px;
  z-index: 1;
}

@media screen and (max-width: 850px) {
  #main.price .firstRow .inner .titlePage .big span {
    right: 130px;
  }
}

@media screen and (max-width: 768px) {
  #main.price .firstRow .inner .titlePage .big span {
    display: none;
  }
}

#main.price .firstRow .inner .titlePage .half-rounded {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  background-color: #FFF;
  width: 200px;
  height: 200px;
  border-left: 5px solid #008B9C;
  border-bottom: 5px solid #008B9C;
  border-radius: 0% 0 0 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  text-align: right;
}

@media screen and (max-width: 850px) {
  #main.price .firstRow .inner .titlePage .half-rounded {
    width: 175px;
    height: 175px;
  }
}

@media screen and (max-width: 768px) {
  #main.price .firstRow .inner .titlePage .half-rounded {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 3px solid #008B9C;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    display: none;
  }
}

#main.price .firstRow .inner .titlePage .half-rounded p {
  font-size: 22px;
  font-weight: bold;
  color: #008B9C;
  padding-top: 35px;
  padding-right: 15px;
  letter-spacing: 1px;
}

@media screen and (max-width: 850px) {
  #main.price .firstRow .inner .titlePage .half-rounded p {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  #main.price .firstRow .inner .titlePage .half-rounded p {
    text-align: center;
    font-size: 14px;
    padding-top: 0;
    padding-right: 0;
  }
}

#main.price .firstRow .inner .descSection {
  text-align: center;
  font-size: 18px;
  line-height: 2;
  margin-bottom: 30px;
}

@media screen and (max-width: 850px) {
  #main.price .firstRow .inner .descSection {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  #main.price .firstRow .inner .descSection {
    font-size: 15px;
    text-align: left;
  }
  #main.price .firstRow .inner .descSection p {
    display: inline;
  }
}

#main.price .firstRow .inner .priceSection .titlePrice {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  #main.price .firstRow .inner .priceSection .titlePrice {
    margin-bottom: 30px;
  }
}

#main.price .firstRow .inner .priceSection .titlePrice hr {
  width: 100%;
  border-top: 3px solid #008B9C;
}

#main.price .firstRow .inner .priceSection .titlePrice h2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  text-align: center;
  font-weight: bold;
  font-size: 26px;
  color: #008B9C;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #FFF;
  z-index: 1;
  padding: 0 30px;
  word-break: keep-all;
}

@media screen and (max-width: 768px) {
  #main.price .firstRow .inner .priceSection .titlePrice h2 {
    padding: 0 20px;
    font-size: 22px;
  }
}

#main.price .firstRow .inner .priceSection .titlePrice h2 span {
  border: 1px solid #008B9C;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  line-height: 1;
  font-size: 22px;
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  #main.price .firstRow .inner .priceSection .titlePrice h2 span {
    width: 30px;
    height: 30px;
    font-size: 18px;
  }
}

#main.price .firstRow .inner .priceSection .list {
  margin-bottom: 30px;
}

#main.price .firstRow .inner .priceSection .list li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  #main.price .firstRow .inner .priceSection .list li {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 40px;
  }
}

#main.price .firstRow .inner .priceSection .list li .img {
  width: 23%;
  padding-right: 30px;
  padding-top: 50px;
}

@media screen and (max-width: 768px) {
  #main.price .firstRow .inner .priceSection .list li .img {
    width: 100%;
    text-align: center;
    padding-top: 0;
    padding-right: 0;
    margin-bottom: 30px;
  }
}

#main.price .firstRow .inner .priceSection .list li .content {
  width: 77%;
}

@media screen and (max-width: 768px) {
  #main.price .firstRow .inner .priceSection .list li .content {
    width: 100%;
  }
}

#main.price .firstRow .inner .priceSection .list li .content .top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  #main.price .firstRow .inner .priceSection .list li .content .top {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}

@media screen and (max-width: 768px) {
  #main.price .firstRow .inner .priceSection .list li .content .top .logo {
    margin-bottom: 20px;
  }
}

#main.price .firstRow .inner .priceSection .list li .content .top .logo img {
  height: 75px;
}

#main.price .firstRow .inner .priceSection .list li .content .top .prices {
  width: 238px;
}

#main.price .firstRow .inner .priceSection .list li .content .top .prices .suggest {
  font-weight: bold;
  font-size: 17px;
  padding: 8px 20px;
  width: 100%;
  text-align: center;
  border: 1px solid #000;
  margin-bottom: 10px;
}

#main.price .firstRow .inner .priceSection .list li .content .top .prices .price {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 22px;
  font-weight: bold;
}

#main.price .firstRow .inner .priceSection .list li .content .top .prices .price span {
  font-weight: normal;
  margin-left: 5px;
  font-size: 16px;
}

#main.price .firstRow .inner .priceSection .list li .content .bottom .tables {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 15px;
}

#main.price .firstRow .inner .priceSection .list li .content .bottom .tables .item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
}

#main.price .firstRow .inner .priceSection .list li .content .bottom .tables .item:nth-child(odd) {
  width: 40%;
}

@media screen and (max-width: 768px) {
  #main.price .firstRow .inner .priceSection .list li .content .bottom .tables .item:nth-child(odd) {
    width: 100%;
    border-right: 1px solid #000;
  }
}

#main.price .firstRow .inner .priceSection .list li .content .bottom .tables .item:nth-child(odd).border-top-0 {
  border-top: none !important;
}

#main.price .firstRow .inner .priceSection .list li .content .bottom .tables .item span {
  width: 125px;
  height: 100%;
  text-align: center;
  border-right: 1px solid #000;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 5px 0;
  word-break: break-all;
}

@media screen and (max-width: 768px) {
  #main.price .firstRow .inner .priceSection .list li .content .bottom .tables .item span {
    padding: 7.5px 0;
  }
}

#main.price .firstRow .inner .priceSection .list li .content .bottom .tables .item p {
  height: 100%;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 5px 5px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  word-break: break-all;
}

@media screen and (max-width: 1024px) {
  #main.price .firstRow .inner .priceSection .list li .content .bottom .tables .item p {
    padding: 5px 10px;
  }
}

@media screen and (max-width: 768px) {
  #main.price .firstRow .inner .priceSection .list li .content .bottom .tables .item p {
    padding: 7.5px 15px;
  }
}

#main.price .firstRow .inner .priceSection .list li .content .bottom .tables .item:nth-child(even) {
  width: 60%;
  border-right: 1px solid #000;
}

@media screen and (max-width: 768px) {
  #main.price .firstRow .inner .priceSection .list li .content .bottom .tables .item:nth-child(even) {
    width: 100%;
  }
}

#main.price .firstRow .inner .priceSection .list li .content .bottom .tables .item:nth-child(even).border-top-0 {
  border-top: none;
}

@media screen and (max-width: 425px) {
  #main.price .firstRow .inner .priceSection .list li .content .bottom .tables .item:nth-child(even).border-top-0 {
    border-top: 1px solid #000;
  }
}

@media screen and (max-width: 425px) {
  #main.price .firstRow .inner .priceSection .list li .content .bottom .tables .item:nth-child(even).border-top-xs-0 {
    border-top: none;
  }
}

#main.price .firstRow .inner .priceSection .list li .content .bottom .tables .item:nth-child(11), #main.price .firstRow .inner .priceSection .list li .content .bottom .tables .item:nth-child(12) {
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 425px) {
  #main.price .firstRow .inner .priceSection .list li .content .bottom .tables .item:nth-child(11), #main.price .firstRow .inner .priceSection .list li .content .bottom .tables .item:nth-child(12) {
    border-top: 1px solid #000;
  }
}

@media screen and (max-width: 768px) {
  #main.price .firstRow .inner .priceSection .list li .content .bottom .tables .item:last-child {
    display: none;
  }
}

#main.price .firstRow .inner .priceSection .list li.second .img {
  position: relative;
}

#main.price .firstRow .inner .priceSection .list .les-mini .content {
  margin: auto;
}

#main.price .firstRow .inner .priceSection .list .les-mini .content .top .logo img {
  height: auto;
}

#main.price .firstRow .inner .priceSection .list .les-mini .content .bottom .price {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: block;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 22px;
  font-weight: bold;
}

#main.price .firstRow .inner .priceSection .list .les-mini .content .bottom .price span {
  font-weight: normal;
  margin-left: 5px;
  font-size: 16px;
}

#main.price .firstRow .inner .priceSection .list .les-mini .content .bottom .suggest {
  font-weight: bold;
  font-size: 17px;
  padding: 8px 20px;
  width: fit-content;
  text-align: center;
  border: 1px solid #000;
  margin-bottom: 10px;
}

#main.price .firstRow .inner .priceSection .secondList {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

@media screen and (max-width: 850px) {
  #main.price .firstRow .inner .priceSection .secondList {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}

#main.price .firstRow .inner .priceSection .secondList .leftSec {
  width: 45%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

@media screen and (max-width: 850px) {
  #main.price .firstRow .inner .priceSection .secondList .leftSec {
    width: 460px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  #main.price .firstRow .inner .priceSection .secondList .leftSec {
    width: 100%;
  }
}

#main.price .firstRow .inner .priceSection .secondList .leftSec h1 {
  width: 150px;
  height: 150px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #FFF;
  background-color: #008B9C;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  font-size: 22px;
  font-weight: bold;
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  #main.price .firstRow .inner .priceSection .secondList .leftSec h1 {
    width: 120px;
    height: 120px;
    font-size: 18px;
    margin-right: 15px;
  }
}

#main.price .firstRow .inner .priceSection .secondList .leftSec .text {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-top: 5px;
}

#main.price .firstRow .inner .priceSection .secondList .leftSec .text h3 {
  font-size: 20px;
  font-weight: bold;
  color: #008B9C;
  margin-bottom: 15px;
}

@media screen and (max-width: 480px) {
  #main.price .firstRow .inner .priceSection .secondList .leftSec .text h3 {
    font-size: 18px;
  }
}

#main.price .firstRow .inner .priceSection .secondList .leftSec .text .desc {
  font-weight: bold;
  margin-bottom: 10px;
}

#main.price .firstRow .inner .priceSection .secondList .leftSec .text .desc p {
  font-size: 18px;
}

@media screen and (max-width: 480px) {
  #main.price .firstRow .inner .priceSection .secondList .leftSec .text .desc p {
    font-size: 16px;
  }
}

#main.price .firstRow .inner .priceSection .secondList .leftSec .text .desc span {
  font-size: 14px;
}

@media screen and (max-width: 480px) {
  #main.price .firstRow .inner .priceSection .secondList .leftSec .text .desc span {
    font-size: 13px;
  }
}

#main.price .firstRow .inner .priceSection .secondList .leftSec .text .note {
  color: #008B9C;
  font-size: 14px;
  font-weight: bold;
}

@media screen and (max-width: 480px) {
  #main.price .firstRow .inner .priceSection .secondList .leftSec .text .note {
    font-size: 13px;
  }
}

#main.price .firstRow .inner .priceSection .secondList .rightSec {
  width: 55%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  padding-left: 30px;
}

@media screen and (max-width: 850px) {
  #main.price .firstRow .inner .priceSection .secondList .rightSec {
    padding-left: 0;
    width: 530px;
  }
}

@media screen and (max-width: 768px) {
  #main.price .firstRow .inner .priceSection .secondList .rightSec {
    width: 100%;
  }
}

#main.price .firstRow .inner .priceSection .secondList .rightSec .item {
  width: 50%;
  padding: 0 7.5px;
}

#main.price .firstRow .inner .priceSection .secondList .rightSec .item .img {
  text-align: right;
}

@media screen and (max-width: 768px) {
  #main.price .firstRow .inner .priceSection .secondList .rightSec .item .img {
    text-align: left;
  }
}

#main.price .firstRow .inner .priceSection .secondList .rightSec .item .text {
  position: relative;
  margin-top: -50px;
}

@media screen and (max-width: 768px) {
  #main.price .firstRow .inner .priceSection .secondList .rightSec .item .text {
    margin-top: 15px;
  }
}

#main.price .firstRow .inner .priceSection .secondList .rightSec .item .text h4 {
  font-weight: bold;
  font-size: 22px;
  line-height: 1.1;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  #main.price .firstRow .inner .priceSection .secondList .rightSec .item .text h4 {
    font-size: 20px;
  }
}

#main.price .firstRow .inner .priceSection .secondList .rightSec .item .text h4 span {
  font-size: 15px;
}

@media screen and (max-width: 768px) {
  #main.price .firstRow .inner .priceSection .secondList .rightSec .item .text h4 span {
    font-size: 14px;
  }
}

#main.price .firstRow .inner .priceSection .secondList .rightSec .item .text .price div {
  font-size: 12px;
  border: 1px solid #000;
  padding: 5px 10px;
  margin-bottom: 5px;
  display: inline;
}

@media screen and (max-width: 768px) {
  #main.price .firstRow .inner .priceSection .secondList .rightSec .item .text .price div {
    font-size: 10px;
  }
}

#main.price .firstRow .inner .priceSection .secondList .rightSec .item .text .price p {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 22px;
  font-weight: bold;
  margin-top: 5px;
}

@media screen and (max-width: 768px) {
  #main.price .firstRow .inner .priceSection .secondList .rightSec .item .text .price p {
    font-size: 20px;
  }
}

#main.price .firstRow .inner .priceSection .secondList .rightSec .item .text .price p span {
  font-size: 15px;
  font-weight: normal;
  margin-left: 5px;
}

@media screen and (max-width: 768px) {
  #main.price .firstRow .inner .priceSection .secondList .rightSec .item .text .price p span {
    font-size: 14px;
  }
}

#main.price .firstRow .inner .priceSection .secondList .rightSec .item:last-child .text {
  margin-top: -30px;
}

@media screen and (max-width: 768px) {
  #main.price .firstRow .inner .priceSection .secondList .rightSec .item:last-child .text {
    margin-top: 30px;
  }
}

#main.price .firstRow .inner .contractSection {
  margin-top: 100px;
}

#main.price .firstRow .inner .contractSection .titlePrice {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  margin-bottom: 30px;
}

#main.price .firstRow .inner .contractSection .titlePrice hr {
  width: 100%;
  border-top: 3px solid #008B9C;
}

#main.price .firstRow .inner .contractSection .titlePrice h2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  text-align: center;
  font-weight: bold;
  font-size: 26px;
  color: #008B9C;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #FFF;
  z-index: 1;
  padding: 0 30px;
  word-break: keep-all;
}

@media screen and (max-width: 768px) {
  #main.price .firstRow .inner .contractSection .titlePrice h2 {
    padding: 0 20px;
    font-size: 22px;
  }
}

#main.price .firstRow .inner .contractSection .titlePrice h2 span {
  border: 1px solid #008B9C;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  line-height: 1;
  font-size: 22px;
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  #main.price .firstRow .inner .contractSection .titlePrice h2 span {
    width: 30px;
    height: 30px;
    font-size: 18px;
  }
}

#main.price .firstRow .inner .contractSection .desc {
  text-align: center;
  font-size: 18px;
  margin-bottom: 30px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  #main.price .firstRow .inner .contractSection .desc {
    font-size: 16px;
  }
}

#main.price .firstRow .inner .contractSection .prices {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 30px;
  font-weight: bold;
}

@media screen and (max-width: 850px) {
  #main.price .firstRow .inner .contractSection .prices {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#main.price .firstRow .inner .contractSection .prices .left {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-weight: bold;
  margin-right: 50px;
}

@media screen and (max-width: 850px) {
  #main.price .firstRow .inner .contractSection .prices .left {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

#main.price .firstRow .inner .contractSection .prices .left h2 {
  font-size: 40px;
}

@media screen and (max-width: 768px) {
  #main.price .firstRow .inner .contractSection .prices .left h2 {
    font-size: 30px;
  }
}

#main.price .firstRow .inner .contractSection .prices .left p {
  font-size: 25px;
}

@media screen and (max-width: 768px) {
  #main.price .firstRow .inner .contractSection .prices .left p {
    font-size: 18px;
  }
}

@media screen and (max-width: 850px) {
  #main.price .firstRow .inner .contractSection .prices .right {
    font-size: 14px;
  }
}

#main.price .firstRow .inner .contractSection .product {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  #main.price .firstRow .inner .contractSection .product {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 0;
  }
}

#main.price .firstRow .inner .contractSection .product .item {
  width: 30%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #main.price .firstRow .inner .contractSection .product .item {
    width: 100%;
    margin-bottom: 30px;
  }
}

#main.price .firstRow .inner .contractSection .product .item div {
  width: 100%;
  height: 225px;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  #main.price .firstRow .inner .contractSection .product .item div {
    height: 175px;
  }
}

#main.price .firstRow .inner .contractSection .product .item img {
  height: 100%;
}

#main.price .firstRow .inner .contractSection .product .item img.mini-premium {
  width: 270px;
  height: auto;
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  #main.price .firstRow .inner .contractSection .product .item img.mini-premium {
    margin-top: 60px;
  }
}

@media screen and (max-width: 425px) {
  #main.price .firstRow .inner .contractSection .product .item img.mini-premium {
    width: 200px;
    margin-top: 15px;
  }
}

#main.price .firstRow .inner .contractSection .product .item h2 {
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  #main.price .firstRow .inner .contractSection .product .item h2 {
    font-size: 16px;
  }
}

#main.price .firstRow .inner .contractSection .costSection h1 {
  text-align: center;
  font-weight: bold;
  color: #008B9C;
  font-size: 20px;
  padding: 10px 15px;
  border: 2px solid #008B9C;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  margin-bottom: 30px;
}

#main.price .firstRow .inner .contractSection .costSection .cost {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  max-width: 800px;
  width: 100%;
  margin: auto;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  #main.price .firstRow .inner .contractSection .costSection .cost {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#main.price .firstRow .inner .contractSection .costSection .cost .pin {
  width: 150px;
  margin-right: 50px;
}

@media screen and (max-width: 850px) {
  #main.price .firstRow .inner .contractSection .costSection .cost .pin {
    margin-right: 25px;
    width: 130px;
  }
}

@media screen and (max-width: 768px) {
  #main.price .firstRow .inner .contractSection .costSection .cost .pin {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

#main.price .firstRow .inner .contractSection .costSection .cost .pin span {
  width: 100%;
  color: #FFF;
  font-weight: bold;
  background-color: #008B9C;
  font-size: 20px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  padding: 5px 10px;
  display: block;
  text-align: center;
}

#main.price .firstRow .inner .contractSection .costSection .cost ul {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 18px;
}

@media screen and (max-width: 1280px) {
  #main.price .firstRow .inner .contractSection .costSection .cost ul {
    font-size: 16px;
  }
}

@media screen and (max-width: 850px) {
  #main.price .firstRow .inner .contractSection .costSection .cost ul {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  #main.price .firstRow .inner .contractSection .costSection .cost ul {
    -webkit-box-flex: unset;
    -moz-box-flex: unset;
    -webkit-flex: unset;
    -ms-flex: unset;
    flex: unset;
    width: 100%;
    font-size: 15px;
  }
}

#main.price .firstRow .inner .contractSection .costSection .cost ul li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}

#main.price .firstRow .inner .contractSection .costSection .cost ul li .first {
  width: 90px;
  margin-right: 30px;
}

@media screen and (max-width: 768px) {
  #main.price .firstRow .inner .contractSection .costSection .cost ul li .first {
    width: 75px;
    margin-right: 20px;
  }
}

#main.price .firstRow .inner .contractSection .costSection .cost ul li .second {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#main.price .firstRow .inner .contractSection .costSection .cost ul li .second div .type {
  display: inline;
}

#main.price .firstRow .inner .contractSection .costSection .cost ul li .second div .prize {
  display: inline;
  position: relative;
  margin-left: -5px;
}

#main.price .firstRow .inner .contractSection .costSection .cost ul li .second div .prize span {
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 1280px) {
  #main.price .firstRow .inner .contractSection .costSection .cost ul li .second div .prize span {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  #main.price .firstRow .inner .contractSection .costSection .cost ul li .second div .prize span {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  #main.price .firstRow .inner .contractSection .costSection .cost ul li .second .PC {
    display: none;
  }
}

#main.price .firstRow .inner .contractSection .costSection .cost ul li .second .SP {
  display: none;
}

@media screen and (max-width: 768px) {
  #main.price .firstRow .inner .contractSection .costSection .cost ul li .second .SP {
    display: block;
  }
}

#main.price .firstRow .inner .contractSection .costSection .cost.two ul li .second .prize {
  color: #C10000;
}

@media screen and (max-width: 768px) {
  #main.price .firstRow .inner .contractSection .costSection .table {
    overflow: auto;
  }
}

#main.price .firstRow .inner .contractSection .costSection .table table {
  max-width: 768px;
  width: 100%;
  margin: auto;
  font-size: 18px;
}

@media screen and (max-width: 1280px) {
  #main.price .firstRow .inner .contractSection .costSection .table table {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  #main.price .firstRow .inner .contractSection .costSection .table table {
    font-size: 16px;
    width: 600px;
    overflow: auto;
  }
}

@media screen and (max-width: 480px) {
  #main.price .firstRow .inner .contractSection .costSection .table table {
    font-size: 14px;
  }
}

#main.price .firstRow .inner .contractSection .costSection .table table tr th,
#main.price .firstRow .inner .contractSection .costSection .table table tr td {
  border: 1px solid #000;
  text-align: center;
  width: 20%;
  padding: 8px 5px;
}

#main.price .firstRow .inner .contractSection .costSection .table table tr th {
  background-color: #61B7D9;
  color: #FFF;
}

#main.price .firstRow .inner .contractSection .costSection .table table tr .prize {
  font-weight: bold;
}

#main.system .secondRow {
  margin: 60px 0;
}

@media screen and (max-width: 768px) {
  #main.system .secondRow {
    margin: 40px 0;
  }
}

#main.system .secondRow .inner .titlePage {
  position: relative;
}

#main.system .secondRow .inner .titlePage .big {
  background: #65bfa1;
  background: -moz-linear-gradient(left, #65bfa1 0%, rgba(0, 138, 156, 0.88) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #65bfa1), color-stop(100%, rgba(0, 138, 156, 0.88)));
  background: -webkit-linear-gradient(left, #65bfa1 0%, rgba(0, 138, 156, 0.88) 100%);
  background: -o-linear-gradient(left, #65bfa1 0%, rgba(0, 138, 156, 0.88) 100%);
  background: -ms-linear-gradient(left, #65bfa1 0%, rgba(0, 138, 156, 0.88) 100%);
  background: linear-gradient(to right, #65bfa1 0%, rgba(0, 138, 156, 0.88) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#65bfa1', endColorstr='#008a9c', GradientType=1 );
  width: 100%;
  padding: 20px;
  position: relative;
}

#main.system .secondRow .inner .titlePage .big h1 {
  line-height: 1;
  font-weight: bold;
  font-size: 40px;
  color: #FFF;
}

@media screen and (max-width: 850px) {
  #main.system .secondRow .inner .titlePage .big h1 {
    font-size: 32px;
  }
}

@media screen and (max-width: 768px) {
  #main.system .secondRow .inner .titlePage .big h1 {
    font-size: 30px;
  }
}

@media screen and (max-width: 480px) {
  #main.system .secondRow .inner .titlePage .big h1 {
    line-height: 1.3;
  }
}

#main.system .secondRow .inner .titlePage .big p {
  color: #FFF;
  font-size: 14px;
  padding-left: 5px;
  margin-top: 5px;
}

@media screen and (max-width: 768px) {
  #main.system .secondRow .inner .titlePage .big p {
    font-size: 12px;
  }
}

#main.system .secondRow .inner .titlePage .big span {
  width: 0;
  height: 0;
  border-bottom: 50px solid #FFF;
  border-left: 50px solid transparent;
  position: absolute;
  bottom: 0px;
  right: 160px;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  #main.system .secondRow .inner .titlePage .big span {
    display: none;
  }
}

#main.system .secondRow .inner .titlePage .half-rounded {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  background-color: #FFF;
  width: 200px;
  height: 200px;
  border-left: 5px solid #008B9C;
  border-bottom: 5px solid #008B9C;
  border-radius: 0% 0 0 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  text-align: right;
}

@media screen and (max-width: 768px) {
  #main.system .secondRow .inner .titlePage .half-rounded {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 3px solid #008B9C;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    display: none;
  }
}

#main.system .secondRow .inner .titlePage .half-rounded p {
  font-size: 22px;
  font-weight: bold;
  color: #008B9C;
  padding-top: 35px;
  padding-right: 15px;
  letter-spacing: 1px;
}

@media screen and (max-width: 768px) {
  #main.system .secondRow .inner .titlePage .half-rounded p {
    text-align: center;
    font-size: 14px;
    padding-top: 0;
    padding-right: 0;
  }
}

#main.system .secondRow .inner .headTitle {
  text-align: center;
  margin: 30px 0;
}

#main.system .secondRow .inner .headTitle h2 {
  font-weight: bold;
  color: #008B9C;
  font-size: 40px;
  margin-bottom: 20px;
}

@media screen and (max-width: 850px) {
  #main.system .secondRow .inner .headTitle h2 {
    font-size: 30px;
  }
}

@media screen and (max-width: 768px) {
  #main.system .secondRow .inner .headTitle h2 {
    font-size: 24px;
  }
}

@media screen and (max-width: 480px) {
  #main.system .secondRow .inner .headTitle h2 br {
    display: none;
  }
}

#main.system .secondRow .inner .headTitle p {
  font-size: 20px;
  line-height: 2;
  font-weight: bold;
}

@media screen and (max-width: 850px) {
  #main.system .secondRow .inner .headTitle p {
    font-size: 18px;
    line-height: 1.7;
  }
}

@media screen and (max-width: 768px) {
  #main.system .secondRow .inner .headTitle p {
    font-size: 16px;
    display: inline;
  }
}

@media screen and (max-width: 480px) {
  #main.system .secondRow .inner .headTitle p {
    font-size: 15px;
  }
}

#main.system .secondRow .inner .boxImg1 {
  max-width: 768px;
  width: 100%;
  margin: auto;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  #main.system .secondRow .inner .boxImg1 {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#main.system .secondRow .inner .boxImg1 .left {
  margin-right: 30px;
}

@media screen and (max-width: 768px) {
  #main.system .secondRow .inner .boxImg1 .left {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 480px) {
  #main.system .secondRow .inner .boxImg1 .left {
    width: 50%;
  }
}

#main.system .secondRow .inner .boxImg1 .left img {
  width: 200px;
}

@media screen and (max-width: 480px) {
  #main.system .secondRow .inner .boxImg1 .left img {
    width: 100%;
  }
}

#main.system .secondRow .inner .boxImg1 .right img {
  width: 400px;
}

#main.system .secondRow .inner .boxImg2 {
  max-width: 768px;
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  margin-bottom: 30px;
}

#main.system .secondRow .inner .boxImg2 img:first-child {
  width: 45%;
}

#main.system .secondRow .inner .boxImg2 img:nth-child(2) {
  width: 30%;
}

#main.system .secondRow .inner .boxImg2 img:nth-child(3) {
  width: 28%;
}

#main.system .secondRow .inner .boxImg3 {
  max-width: 900px;
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  #main.system .secondRow .inner .boxImg3 {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

#main.system .secondRow .inner .boxImg3 img {
  width: 23.5%;
}

@media screen and (max-width: 768px) {
  #main.system .secondRow .inner .boxImg3 img {
    width: 45%;
    margin-bottom: 30px;
  }
}

#main.system .secondRow .inner .box {
  margin-top: 30px;
  border: 1px solid #c4c4c4;
  padding: 74px 40px 70px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
}

@media screen and (max-width: 768px) {
  #main.system .secondRow .inner .box {
    padding: 50px 25px 70px;
  }
}

@media screen and (max-width: 380px) {
  #main.system .secondRow .inner .box {
    padding: 30px 0px 00px;
    border: 0px solid #c4c4c4;
  }
}

#main.system .secondRow .inner .box .card-first {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

#main.system .secondRow .inner .box .card-first .image-card {
  width: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

#main.system .secondRow .inner .box .card-first .image-card div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

#main.system .secondRow .inner .box .card-first .image-card div img.title {
  max-width: 345px;
  width: 100%;
}

@media screen and (max-width: 990px) {
  #main.system .secondRow .inner .box .card-first .image-card div img {
    width: 85%;
    height: auto;
  }
  #main.system .secondRow .inner .box .card-first .image-card div img.title {
    width: 85%;
  }
}

#main.system .secondRow .inner .box .add-text {
  font-size: 18px;
  line-height: 30px;
  margin: 20px 0 74px;
}

@media screen and (max-width: 768px) {
  #main.system .secondRow .inner .box .add-text {
    margin: 20px 0 50px;
  }
}

@media screen and (max-width: 480px) {
  #main.system .secondRow .inner .box .add-text {
    font-size: 16px;
  }
}

#main.system .secondRow .inner .box .card-second {
  margin-top: 10px;
  position: relative;
}

#main.system .secondRow .inner .box .card-second .section1 {
  position: absolute;
  left: 0;
  z-index: -1;
}

#main.system .secondRow .inner .box .card-second .section1 img {
  object-fit: contain;
}

@media screen and (max-width: 762px) {
  #main.system .secondRow .inner .box .card-second .section1 img {
    width: 90%;
  }
}

@media screen and (max-width: 650px) {
  #main.system .secondRow .inner .box .card-second .section1 img {
    width: 70%;
  }
}

@media screen and (max-width: 600px) {
  #main.system .secondRow .inner .box .card-second .section1 {
    top: -0.4%;
  }
}

@media screen and (max-width: 550px) {
  #main.system .secondRow .inner .box .card-second .section1 {
    top: 0%;
  }
  #main.system .secondRow .inner .box .card-second .section1 img {
    width: 60%;
  }
}

@media screen and (max-width: 520px) {
  #main.system .secondRow .inner .box .card-second .section1 {
    display: none;
  }
}

#main.system .secondRow .inner .box .card-second .section2 {
  padding: 8px;
  position: relative;
  z-index: 1;
  margin-left: 15px;
}

#main.system .secondRow .inner .box .card-second .section2 .span1 {
  color: #ffffff;
}

#main.system .secondRow .inner .box .card-second .section2 .text-top {
  font-size: 18px;
  margin-left: 80px;
}

#main.system .secondRow .inner .box .card-second .section2 .text-middle {
  font-size: 36px;
}

#main.system .secondRow .inner .box .card-second .section2 .text-down {
  font-size: 48px;
  font-weight: bold;
}

@media screen and (max-width: 785px) {
  #main.system .secondRow .inner .box .card-second .section2 .text-down {
    font-size: 46px;
    font-weight: bold;
  }
}

@media screen and (max-width: 762px) {
  #main.system .secondRow .inner .box .card-second .section2 .text-down {
    font-size: 42px;
    font-weight: bold;
  }
}

@media screen and (max-width: 720px) {
  #main.system .secondRow .inner .box .card-second .section2 {
    margin-left: 20px;
  }
  #main.system .secondRow .inner .box .card-second .section2 .text-top {
    font-size: 18px;
    margin-left: 50px;
  }
  #main.system .secondRow .inner .box .card-second .section2 .text-middle {
    font-size: 24px !important;
  }
  #main.system .secondRow .inner .box .card-second .section2 .text-down {
    font-size: 36px;
    font-weight: bold;
  }
}

@media screen and (max-width: 650px) {
  #main.system .secondRow .inner .box .card-second .section2 {
    margin-left: 20px;
  }
  #main.system .secondRow .inner .box .card-second .section2 .text-top {
    font-size: 18px;
    margin-left: 50px;
  }
  #main.system .secondRow .inner .box .card-second .section2 .text-down {
    letter-spacing: 0.7px;
    font-size: 24px;
    font-weight: bold;
  }
}

@media screen and (max-width: 650px) {
  #main.system .secondRow .inner .box .card-second .section2 .text-top {
    font-size: 16px;
    margin-left: 25px;
  }
}

@media screen and (max-width: 520px) {
  #main.system .secondRow .inner .box .card-second .section2 {
    margin-left: -10px;
  }
  #main.system .secondRow .inner .box .card-second .section2 .text-top {
    margin-left: 0px;
    font-size: 18px;
  }
  #main.system .secondRow .inner .box .card-second .section2 .span1 {
    color: #29a6e6;
  }
}

@media screen and (max-width: 480px) {
  #main.system .secondRow .inner .box .card-second .section2 .text-top {
    margin-left: 0px;
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  #main.system .secondRow .inner .box .card-second .section2 .text-down {
    letter-spacing: 0px;
    font-size: 24px;
    font-weight: bold;
  }
}

#main.system .secondRow .inner .box .card-second .section3 img {
  width: 100%;
}

@media screen and (max-width: 600px) {
  #main.system .secondRow .inner .box .card-second .section3 {
    margin-top: 10px;
  }
}

#main.system .secondRow .inner .box .card-second .section4 {
  width: 100%;
  position: relative;
  margin: 40px 0 5px;
}

#main.system .secondRow .inner .box .card-second .section4 div {
  background-image: url(../img/product/second-image6.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  height: 76px;
}

#main.system .secondRow .inner .box .card-second .section4 div h1 {
  width: 100%;
  font-size: 28px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: absolute;
  margin-top: 0.8%;
  font-weight: bold;
  color: #1e2082;
}

@media screen and (max-width: 900px) {
  #main.system .secondRow .inner .box .card-second .section4 div h1 {
    margin-top: 0;
    font-size: 20px;
    margin-top: 0.9%;
  }
}

@media screen and (max-width: 750px) {
  #main.system .secondRow .inner .box .card-second .section4 div {
    background-image: none !important;
    height: auto;
  }
  #main.system .secondRow .inner .box .card-second .section4 div h1 {
    position: relative;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
  }
}

#main.system .secondRow .inner .box .card-second .section4 p {
  margin-top: 15px;
  font-size: 17.4px;
  line-height: 35px;
}

@media screen and (max-width: 768px) {
  #main.system .secondRow .inner .box .card-second .section4 p {
    margin-top: 5px;
  }
}

@media screen and (max-width: 480px) {
  #main.system .secondRow .inner .box .card-second .section4 p {
    line-height: 1.7;
    font-size: 15px;
  }
}

#main.system .secondRow .inner .box .card-second .section5 {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}

#main.system .secondRow .inner .box .card-second .section5::before, #main.system .secondRow .inner .box .card-second .section5::after {
  box-sizing: border-box;
}

@media screen and (max-width: 480px) {
  #main.system .secondRow .inner .box .card-second .section5 {
    margin-left: -6px;
    margin-right: -6px;
  }
}

#main.system .secondRow .inner .box .card-second .section5 .card {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 33%;
  padding: 30px 12px 0px;
  height: 100%;
}

@media screen and (max-width: 768px) {
  #main.system .secondRow .inner .box .card-second .section5 .card {
    padding: 30px 7px 0px;
  }
}

@media screen and (max-width: 480px) {
  #main.system .secondRow .inner .box .card-second .section5 .card {
    width: 50%;
  }
}

#main.system .secondRow .inner .box .card-second .section5 .card .image div {
  width: 100%;
  height: 100%;
}

#main.system .secondRow .inner .box .card-second .section5 .card .image div .animetOver {
  position: relative;
  width: 100%;
  max-width: 300px;
  height: 230px;
}

#main.system .secondRow .inner .box .card-second .section5 .card .image div .animetOver .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000000;
  opacity: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  transition: .4s ease;
}

@media screen and (max-width: 900px) {
  #main.system .secondRow .inner .box .card-second .section5 .card .image div .animetOver {
    height: 200px;
  }
}

@media screen and (max-width: 768px) {
  #main.system .secondRow .inner .box .card-second .section5 .card .image div .animetOver {
    height: 180px;
  }
}

@media screen and (max-width: 700px) {
  #main.system .secondRow .inner .box .card-second .section5 .card .image div .animetOver {
    height: 50%;
  }
}

@media screen and (max-width: 480px) {
  #main.system .secondRow .inner .box .card-second .section5 .card .image div .animetOver {
    height: 160px;
  }
}

@media screen and (max-width: 390px) {
  #main.system .secondRow .inner .box .card-second .section5 .card .image div .animetOver {
    height: 140px;
  }
}

#main.system .secondRow .inner .box .card-second .section5 .card .image div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#main.system .secondRow .inner .box .card-second .section5 .card .image div p {
  margin-top: 10px;
  width: 100%;
  color: #000000;
  font-weight: bolder;
  font-size: 18px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

#main.system .secondRow .inner .box .card-second .section6 {
  margin-top: 40px;
}

#main.system .secondRow .inner .box .card-second .section6 p {
  font-size: 18px;
}

#main.system .secondRow .inner .box .card-second .section7 {
  width: 100%;
  margin-top: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

#main.system .secondRow .inner .box .card-second .section7::before, #main.system .secondRow .inner .box .card-second .section7::after {
  box-sizing: border-box;
}

@media screen and (max-width: 510px) {
  #main.system .secondRow .inner .box .card-second .section7 {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#main.system .secondRow .inner .box .card-second .section7 .banner-button {
  background: #F4C41D;
  margin: 0px 38px;
  width: 100%;
  max-width: 340px;
  height: 55px;
}

@media screen and (max-width: 920px) {
  #main.system .secondRow .inner .box .card-second .section7 .banner-button:nth-child(1) {
    margin: 0px;
    margin-right: 12px;
    height: 65px;
  }
  #main.system .secondRow .inner .box .card-second .section7 .banner-button:nth-child(2) {
    margin: 0px;
    margin-left: 12px;
    height: 65px;
  }
}

@media screen and (max-width: 510px) {
  #main.system .secondRow .inner .box .card-second .section7 .banner-button:nth-child(1) {
    margin: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  #main.system .secondRow .inner .box .card-second .section7 .banner-button:nth-child(2) {
    margin: auto;
    margin-left: auto;
  }
}

#main.system .secondRow .inner .box .card-second .section7 .banner-button a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 20px;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 750px) {
  #main.system .secondRow .inner .box .card-second .section7 .banner-button a {
    padding: 25px;
  }
}

#main.system .secondRow .inner .box .card-second .section7 .banner-button p {
  font-size: 18px;
  color: #000000;
  font-weight: bolder;
}

@media screen and (max-width: 755px) {
  #main.system .secondRow .inner .box .card-second .section7 .banner-button p {
    font-size: 16px;
  }
}

#main.system .secondRow .inner .box .card-second .section7 .arrow-right {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid white;
  margin-left: 20px;
}

#main.system .linkBox {
  margin: 30px 0 80px;
}

@media screen and (max-width: 480px) {
  #main.system .linkBox {
    margin: 50px 0 80px;
  }
}

#main.system .linkBox .inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

@media screen and (max-width: 480px) {
  #main.system .linkBox .inner {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#main.system .linkBox .inner .button {
  width: 250px;
  height: 50px;
  border: 1px solid #cdcdcd;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background-color: #FFF;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  margin: 0 25px;
}

@media screen and (max-width: 768px) {
  #main.system .linkBox .inner .button {
    font-size: 13px;
  }
}

@media screen and (max-width: 480px) {
  #main.system .linkBox .inner .button {
    margin-bottom: 20px;
    font-size: 16px;
  }
}

#main.system .linkBox .inner .button span {
  font-weight: bold;
  margin-right: 5px;
  word-break: keep-all;
}

#main.system .linkBox .inner .button:hover {
  border: 1px solid #29a6e6;
}

#main.system .thirdRow {
  margin: 80px 0 60px;
}

@media screen and (max-width: 768px) {
  #main.system .thirdRow {
    margin: 30px 0;
  }
}

#main.system .thirdRow .inner .title {
  position: relative;
}

#main.system .thirdRow .inner .title h2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  font-size: 24px;
  color: #29a6e6;
  font-weight: bolder;
}

#main.system .thirdRow .inner .title h1 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  font-size: 36px;
  font-weight: bolder;
  text-align: center;
}

@media screen and (max-width: 480px) {
  #main.system .thirdRow .inner .title h1 {
    font-size: 24px;
  }
}

#main.system .thirdRow .inner .title .image-title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-top: 10px;
}

#main.system .thirdRow .inner .title .text-image {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

#main.system .thirdRow .inner .title .text-image img {
  margin: 5px 0px 5px 10px;
  width: 80px;
  height: auto;
}

#main.system .thirdRow .inner .box {
  margin-top: 20px;
  border: 1px solid #c4c4c4;
  padding: 50px 40px 50px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
}

@media screen and (max-width: 768px) {
  #main.system .thirdRow .inner .box {
    padding: 50px 25px 70px;
  }
}

@media screen and (max-width: 380px) {
  #main.system .thirdRow .inner .box {
    padding: 30px 0px 0px;
    border: 0px solid #c4c4c4;
  }
}

#main.system .thirdRow .inner .box .add-text {
  padding: 0px 40px 40px;
  font-size: 18px;
  margin-top: 10px;
  line-height: 35px;
}

@media screen and (max-width: 768px) {
  #main.system .thirdRow .inner .box .add-text {
    padding: 0px 0px 0px;
    margin: 0px 0 50px;
    line-height: 1.7;
    font-size: 15px;
  }
}

@media screen and (max-width: 480px) {
  #main.system .thirdRow .inner .box .add-text {
    font-size: 16px;
    margin: 0px 0 40px;
  }
}

#main.system .thirdRow .inner .box .sub-box2 {
  width: 100%;
  height: auto;
  padding: 0 30px 0px;
}

@media screen and (max-width: 768px) {
  #main.system .thirdRow .inner .box .sub-box2 {
    padding: 0 25px 10px;
  }
}

@media screen and (max-width: 380px) {
  #main.system .thirdRow .inner .box .sub-box2 {
    padding: 0 0px 10px;
  }
}

#main.system .thirdRow .inner .box .sub-box2 .background {
  background-image: url(../img/product/fourth-image2.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 55px;
  position: relative;
}

@media screen and (max-width: 620px) {
  #main.system .thirdRow .inner .box .sub-box2 .background {
    background-position: center;
  }
}

@media screen and (max-width: 520px) {
  #main.system .thirdRow .inner .box .sub-box2 .background {
    height: 100px;
  }
}

#main.system .thirdRow .inner .box .sub-box2 .background div:nth-child(1) {
  font-size: 24px;
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  margin-left: 150px;
  color: #fff;
}

@media screen and (max-width: 620px) {
  #main.system .thirdRow .inner .box .sub-box2 .background div:nth-child(1) {
    margin-left: 20px;
  }
}

@media screen and (max-width: 520px) {
  #main.system .thirdRow .inner .box .sub-box2 .background div:nth-child(1) {
    margin-top: -20px;
  }
}

#main.system .thirdRow .inner .box .sub-box2 .background div:nth-child(2) {
  font-size: 18px;
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}

#main.system .thirdRow .inner .box .sub-box2 .background div:nth-child(2) p {
  margin-right: 20px;
  color: #fff;
}

@media screen and (max-width: 520px) {
  #main.system .thirdRow .inner .box .sub-box2 .background div:nth-child(2) {
    top: 20px;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    margin-left: 20px;
  }
}

#main.system .thirdRow .inner .box .sub-box3 {
  width: 100%;
  height: auto;
  padding: 0px 30px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

#main.system .thirdRow .inner .box .sub-box3::before, #main.system .thirdRow .inner .box .sub-box3::after {
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  #main.system .thirdRow .inner .box .sub-box3 {
    padding: 0px 15px 0;
  }
}

@media screen and (max-width: 380px) {
  #main.system .thirdRow .inner .box .sub-box3 {
    padding: 0px 0px 0;
  }
}

#main.system .thirdRow .inner .box .sub-box3 > .card-section {
  width: 50%;
  padding: 30px 10px 0px;
}

@media screen and (max-width: 380px) {
  #main.system .thirdRow .inner .box .sub-box3 > .card-section {
    padding: 30px 0px 0px;
  }
}

#main.system .thirdRow .inner .box .sub-box3 > .card-section:nth-child(1n+0) {
  padding-right: 7px;
  padding-left: 0;
}

#main.system .thirdRow .inner .box .sub-box3 > .card-section:nth-child(2n+0) {
  padding-left: 7px;
  padding-right: 0px;
}

#main.system .thirdRow .inner .box .sub-box3 > .card-section .image {
  width: 100%;
}

#main.system .thirdRow .inner .box .sub-box3 > .card-section .image img {
  width: 100%;
}

#main.system .thirdRow .inner .box .sub-box3 > .card-section .text {
  width: 100%;
}

#main.system .thirdRow .inner .box .sub-box3 > .card-section .text h1 {
  margin-top: 10px;
  font-size: 24px;
  font-weight: bold;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

@media screen and (max-width: 480px) {
  #main.system .thirdRow .inner .box .sub-box3 > .card-section .text h1 {
    font-size: 18px;
  }
}

#main.system .thirdRow .inner .box .sub-box3 > .card-section .text p {
  line-height: 30px;
  font-size: 18px;
}

@media screen and (max-width: 480px) {
  #main.system .thirdRow .inner .box .sub-box3 > .card-section .text p {
    display: inline;
    font-size: 15px;
    line-height: 1.6;
  }
}

#main.system .thirdRow .inner .box .section-button {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

#main.system .thirdRow .inner .box .section-button .banner-button {
  background: #F4C41D;
  margin: 0px 38px;
  width: 100%;
  max-width: 340px;
  height: 55px;
}

@media screen and (max-width: 920px) {
  #main.system .thirdRow .inner .box .section-button .banner-button:nth-child(1) {
    margin: 0px;
    margin-right: 12px;
    height: 65px;
  }
  #main.system .thirdRow .inner .box .section-button .banner-button:nth-child(2) {
    margin: 0px;
    margin-left: 12px;
    height: 65px;
  }
}

@media screen and (max-width: 510px) {
  #main.system .thirdRow .inner .box .section-button .banner-button:nth-child(1) {
    margin: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  #main.system .thirdRow .inner .box .section-button .banner-button:nth-child(2) {
    margin: auto;
    margin-left: auto;
  }
}

#main.system .thirdRow .inner .box .section-button .banner-button a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 20px;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 750px) {
  #main.system .thirdRow .inner .box .section-button .banner-button a {
    padding: 25px;
  }
}

#main.system .thirdRow .inner .box .section-button .banner-button p {
  font-size: 18px;
  color: #000000;
  font-weight: bolder;
}

@media screen and (max-width: 755px) {
  #main.system .thirdRow .inner .box .section-button .banner-button p {
    font-size: 16px;
  }
}

#main.system .thirdRow .inner .box .section-button .arrow-right {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid white;
  margin-left: 20px;
}

#main.system .thirdRow .inner .box .card-first {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

#main.system .thirdRow .inner .box .card-first div.image {
  width: 128px;
  padding-left: 40px;
}

@media screen and (max-width: 768px) {
  #main.system .thirdRow .inner .box .card-first div.image {
    padding-left: 0;
    width: 88px;
  }
}

@media screen and (max-width: 480px) {
  #main.system .thirdRow .inner .box .card-first div.image {
    width: 60px;
  }
}

#main.system .thirdRow .inner .box .card-first div.image img {
  width: 100%;
}

#main.system .thirdRow .inner .box .card-first div.text {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 42px;
  margin-left: 20px;
  font-weight: bolder;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

@media screen and (max-width: 1024px) {
  #main.system .thirdRow .inner .box .card-first div.text {
    font-size: 36px;
  }
}

@media screen and (max-width: 900px) {
  #main.system .thirdRow .inner .box .card-first div.text {
    font-size: 26px;
  }
}

@media screen and (max-width: 480px) {
  #main.system .thirdRow .inner .box .card-first div.text {
    font-size: 24px;
  }
}

#main.system .thirdRow .inner .box .card-second {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  margin-top: 10px;
}

#main.system .thirdRow .inner .box .section-button {
  width: 100%;
  margin-top: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

#main.system .thirdRow .inner .box .section-button .banner-button {
  background: #F4C41D;
  margin: 0px 38px;
  width: 100%;
  max-width: 340px;
  height: 55px;
}

@media screen and (max-width: 920px) {
  #main.system .thirdRow .inner .box .section-button .banner-button:nth-child(1) {
    margin: 0px;
    margin-right: 12px;
    height: 65px;
  }
  #main.system .thirdRow .inner .box .section-button .banner-button:nth-child(2) {
    margin: 0px;
    margin-left: 12px;
    height: 65px;
  }
}

@media screen and (max-width: 510px) {
  #main.system .thirdRow .inner .box .section-button .banner-button:nth-child(1) {
    margin: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  #main.system .thirdRow .inner .box .section-button .banner-button:nth-child(2) {
    margin: auto;
    margin-left: auto;
  }
}

#main.system .thirdRow .inner .box .section-button .banner-button a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 20px;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 750px) {
  #main.system .thirdRow .inner .box .section-button .banner-button a {
    padding: 25px;
  }
}

#main.system .thirdRow .inner .box .section-button .banner-button p {
  font-size: 18px;
  color: #000000;
  font-weight: bolder;
}

@media screen and (max-width: 755px) {
  #main.system .thirdRow .inner .box .section-button .banner-button p {
    font-size: 16px;
  }
}

#main.system .thirdRow .inner .box .section-button .arrow-right {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid white;
  margin-left: 20px;
}

#main.system .fifthRow {
  background-image: url(../img/product/fifth-background.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 310px;
  margin-bottom: 40px;
}

@media screen and (max-width: 665px) {
  #main.system .fifthRow {
    height: 390px;
  }
}

@media screen and (max-width: 400px) {
  #main.system .fifthRow {
    height: 385px;
  }
}

#main.system .fifthRow .box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
}

@media screen and (max-width: 800px) {
  #main.system .fifthRow .box {
    padding-top: 10px;
  }
}

@media screen and (max-width: 600px) {
  #main.system .fifthRow .box {
    padding-top: 0px;
  }
}

#main.system .fifthRow .box .column1 {
  width: 20%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

@media screen and (max-width: 768px) {
  #main.system .fifthRow .box .column1 {
    width: 25%;
  }
}

@media screen and (max-width: 600px) {
  #main.system .fifthRow .box .column1 {
    display: none;
  }
}

#main.system .fifthRow .box .column1 img {
  margin-top: 3px;
}

@media screen and (max-width: 1100px) {
  #main.system .fifthRow .box .column1 img {
    margin-top: 5%;
  }
}

@media screen and (max-width: 1050px) {
  #main.system .fifthRow .box .column1 img {
    margin-top: 10%;
  }
}

@media screen and (max-width: 980px) {
  #main.system .fifthRow .box .column1 img {
    margin-top: 15%;
    margin-left: 5%;
  }
}

@media screen and (max-width: 925px) {
  #main.system .fifthRow .box .column1 img {
    margin-top: 30%;
    margin-left: 5%;
  }
}

@media screen and (max-width: 925px) {
  #main.system .fifthRow .box .column1 img {
    margin-top: 42%;
    margin-left: 10%;
  }
}

@media screen and (max-width: 768px) {
  #main.system .fifthRow .box .column1 img {
    margin-top: 10%;
    margin-left: 10%;
  }
}

@media screen and (max-width: 700px) {
  #main.system .fifthRow .box .column1 img {
    margin-top: 30%;
    margin-left: 15%;
  }
}

#main.system .fifthRow .box .column2 {
  width: 80%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}

@media screen and (max-width: 1980px) {
  #main.system .fifthRow .box .column2 {
    margin-left: -5%;
  }
}

@media screen and (max-width: 768px) {
  #main.system .fifthRow .box .column2 {
    width: 75%;
  }
}

@media screen and (max-width: 600px) {
  #main.system .fifthRow .box .column2 {
    margin-left: 0%;
    width: 100%;
  }
}

#main.system .fifthRow .box .column2 .inner {
  position: relative;
}

#main.system .fifthRow .box .column2 .inner .title {
  position: relative;
}

#main.system .fifthRow .box .column2 .inner .title h1 {
  font-size: 48px;
  padding-top: 35px;
  font-weight: bolder;
  color: #FFFFFF;
  letter-spacing: 3px;
  margin: 0 5%;
}

#main.system .fifthRow .box .column2 .inner .title h1 span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}

@media screen and (max-width: 1980px) {
  #main.system .fifthRow .box .column2 .inner .title h1 {
    margin: 0 10% 0 5%;
  }
}

@media screen and (max-width: 1550px) {
  #main.system .fifthRow .box .column2 .inner .title h1 {
    margin: 0 5% 0 5%;
  }
}

@media screen and (max-width: 1366px) {
  #main.system .fifthRow .box .column2 .inner .title h1 {
    letter-spacing: 2px;
    font-size: 46px;
  }
}

@media screen and (max-width: 1290px) {
  #main.system .fifthRow .box .column2 .inner .title h1 {
    margin: 0 0% 0 5%;
  }
}

@media screen and (max-width: 1150px) {
  #main.system .fifthRow .box .column2 .inner .title h1 {
    font-size: 42px;
  }
}

@media screen and (max-width: 1024px) {
  #main.system .fifthRow .box .column2 .inner .title h1 {
    font-size: 38px;
  }
}

@media screen and (max-width: 900px) {
  #main.system .fifthRow .box .column2 .inner .title h1 {
    font-size: 32px;
  }
}

@media screen and (max-width: 900px) {
  #main.system .fifthRow .box .column2 .inner .title h1 {
    font-size: 28px;
  }
}

@media screen and (max-width: 600px) {
  #main.system .fifthRow .box .column2 .inner .title h1 {
    text-align: center;
    margin: 0 5%;
  }
}

@media screen and (max-width: 480px) {
  #main.system .fifthRow .box .column2 .inner .title h1 {
    font-size: 20px;
    letter-spacing: 0px;
  }
}

@media screen and (max-width: 400px) {
  #main.system .fifthRow .box .column2 .inner .title h1 {
    padding-top: 25px;
  }
}

#main.system .fifthRow .box .column2 .inner div:nth-child(2) {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: -20px;
  position: absolute;
  width: 100%;
}

@media screen and (max-width: 1100px) {
  #main.system .fifthRow .box .column2 .inner div:nth-child(2) {
    margin-top: -10px;
  }
}

@media screen and (max-width: 950px) {
  #main.system .fifthRow .box .column2 .inner div:nth-child(2) {
    margin-top: 0px;
  }
}

@media screen and (max-width: 800px) {
  #main.system .fifthRow .box .column2 .inner div:nth-child(2) {
    margin-top: 5px;
  }
}

@media screen and (max-width: 700px) {
  #main.system .fifthRow .box .column2 .inner div:nth-child(2) {
    margin-top: 10px;
  }
}

@media screen and (max-width: 665px) {
  #main.system .fifthRow .box .column2 .inner div:nth-child(2) {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 20px;
  }
}

#main.system .fifthRow .box .column2 .inner div:nth-child(2) .button {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  padding-top: 30px;
  width: 100%;
  margin-right: -70px;
}

@media screen and (max-width: 768px) {
  #main.system .fifthRow .box .column2 .inner div:nth-child(2) .button {
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
    padding-top: 35px;
    width: 100%;
    margin-right: 0px;
  }
}

@media screen and (max-width: 668px) {
  #main.system .fifthRow .box .column2 .inner div:nth-child(2) .button {
    padding-top: 10px;
  }
}

#main.system .fifthRow .box .column2 .inner div:nth-child(2) .button a {
  margin-left: 100px;
  position: relative;
  width: 100%;
  max-width: 470px;
  font-size: 22px;
  background-color: #C10000;
  color: #ffffff;
  font-weight: bolder;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 10px;
  height: 55px;
  border: 0px solid white;
  box-sizing: border-box;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
}

@media screen and (max-width: 1366px) {
  #main.system .fifthRow .box .column2 .inner div:nth-child(2) .button a {
    max-width: 380px;
  }
}

@media screen and (max-width: 1024px) {
  #main.system .fifthRow .box .column2 .inner div:nth-child(2) .button a {
    margin-left: 80px;
    max-width: 360px;
  }
}

@media screen and (max-width: 900px) {
  #main.system .fifthRow .box .column2 .inner div:nth-child(2) .button a {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  #main.system .fifthRow .box .column2 .inner div:nth-child(2) .button a {
    margin-left: 70px;
    width: 100%;
  }
}

@media screen and (max-width: 700px) {
  #main.system .fifthRow .box .column2 .inner div:nth-child(2) .button a {
    font-size: 16px;
  }
}

@media screen and (max-width: 600px) {
  #main.system .fifthRow .box .column2 .inner div:nth-child(2) .button a {
    font-size: 18px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 400px) {
  #main.system .fifthRow .box .column2 .inner div:nth-child(2) .button a {
    margin: 0 5%;
  }
}

#main.system .fifthRow .box .column2 .inner div:nth-child(2) .button a .triangle {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #ffffff;
  margin-left: 10px;
}

#main.system .fifthRow .box .column2 .inner div:nth-child(2) .button a .triangle:hover {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #013f5e;
  margin-left: 10px;
}

#main.system .fifthRow .box .column2 .inner div:nth-child(2) .numberTelp {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 1366px) {
  #main.system .fifthRow .box .column2 .inner div:nth-child(2) .numberTelp {
    margin-left: 100px;
  }
}

@media screen and (max-width: 1300px) {
  #main.system .fifthRow .box .column2 .inner div:nth-child(2) .numberTelp {
    margin-left: 100px;
  }
}

@media screen and (max-width: 768px) {
  #main.system .fifthRow .box .column2 .inner div:nth-child(2) .numberTelp {
    margin-left: 30px;
  }
}

@media screen and (max-width: 600px) {
  #main.system .fifthRow .box .column2 .inner div:nth-child(2) .numberTelp {
    margin: 0px;
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  #main.system .fifthRow .box .column2 .inner div:nth-child(2) .numberTelp {
    margin-top: 30px;
  }
}

#main.system .fifthRow .box .column2 .inner div:nth-child(2) .numberTelp p {
  position: relative;
  font-size: 18px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  color: #ffffff;
  letter-spacing: 1px;
}

@media screen and (max-width: 665px) {
  #main.system .fifthRow .box .column2 .inner div:nth-child(2) .numberTelp p {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    margin: 0 16% 0 5%;
  }
}

@media screen and (max-width: 625px) {
  #main.system .fifthRow .box .column2 .inner div:nth-child(2) .numberTelp p {
    margin-left: 30px;
  }
}

@media screen and (max-width: 600px) {
  #main.system .fifthRow .box .column2 .inner div:nth-child(2) .numberTelp p {
    margin: 0px;
    margin-top: 25px;
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  #main.system .fifthRow .box .column2 .inner div:nth-child(2) .numberTelp p {
    margin-top: 0px;
  }
}

@media screen and (max-width: 400px) {
  #main.system .fifthRow .box .column2 .inner div:nth-child(2) .numberTelp p {
    margin-top: -10px;
  }
}

#main.system .fifthRow .box .column2 .inner div:nth-child(2) .numberTelp .image {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-top: 10px;
}

@media screen and (max-width: 600px) {
  #main.system .fifthRow .box .column2 .inner div:nth-child(2) .numberTelp .image a {
    margin-left: auto;
    margin-right: auto;
    width: 340px;
  }
}

@media screen and (max-width: 480px) {
  #main.system .fifthRow .box .column2 .inner div:nth-child(2) .numberTelp .image a {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 400px) {
  #main.system .fifthRow .box .column2 .inner div:nth-child(2) .numberTelp .image a {
    width: 300px;
  }
}

@media screen and (max-width: 340px) {
  #main.system .fifthRow .box .column2 .inner div:nth-child(2) .numberTelp .image a {
    width: 290px;
  }
}

@media screen and (max-width: 300px) {
  #main.system .fifthRow .box .column2 .inner div:nth-child(2) .numberTelp .image a {
    width: 280px;
  }
}

#main.system .fifthRow .box .column2 .inner div:nth-child(2) .numberTelp .image img {
  position: relative;
  width: 400px;
}

@media screen and (max-width: 1100px) {
  #main.system .fifthRow .box .column2 .inner div:nth-child(2) .numberTelp .image img {
    width: 350px;
  }
}

@media screen and (max-width: 900px) {
  #main.system .fifthRow .box .column2 .inner div:nth-child(2) .numberTelp .image img {
    width: 300px;
  }
}

@media screen and (max-width: 665px) {
  #main.system .fifthRow .box .column2 .inner div:nth-child(2) .numberTelp .image img {
    margin-left: 67px;
  }
}

@media screen and (max-width: 625px) {
  #main.system .fifthRow .box .column2 .inner div:nth-child(2) .numberTelp .image img {
    margin-left: 65px;
  }
}

@media screen and (max-width: 600px) {
  #main.system .fifthRow .box .column2 .inner div:nth-child(2) .numberTelp .image img {
    margin-left: 0px;
    width: 100%;
  }
}

.cc-compliance {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* Bounce To Right */
}

.cc-compliance .cc-btn {
  border: 1px solid #cdcdcd;
  border-radius: 42px;
  -webkit-border-radius: 42px;
  -moz-border-radius: 42px;
  background-color: #FFF !important;
  margin-right: 1.5px !important;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 25px;
  height: 40px;
}

.cc-compliance .cc-btn.small {
  font-size: 8px;
}

.cc-compliance .cc-btn.middle {
  font-size: 12px;
}

.cc-compliance .cc-btn.large {
  font-size: 16px;
}

.cc-compliance .cc-btn:last-child {
  margin-right: 0;
}

.cc-compliance .cc-btn:hover {
  border: 1px solid #29a6e6;
  background-color: #29a6e6;
  color: #FFF !important;
}

.cc-compliance .cc-dismiss {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  border-radius: 42px;
  -webkit-border-radius: 42px;
  -moz-border-radius: 42px;
  overflow: hidden;
}

.cc-compliance .cc-dismiss:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #29a6e6;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 42px;
  -webkit-border-radius: 42px;
  -moz-border-radius: 42px;
}

.cc-compliance .cc-dismiss:hover, .cc-compliance .cc-dismiss:focus, .cc-compliance .cc-dismiss:active {
  color: white;
  border-radius: 42px;
  -webkit-border-radius: 42px;
  -moz-border-radius: 42px;
}

.cc-compliance .cc-dismiss:hover:before, .cc-compliance .cc-dismiss:focus:before, .cc-compliance .cc-dismiss:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  border-radius: 42px;
  -webkit-border-radius: 42px;
  -moz-border-radius: 42px;
}

@media screen and (max-width: 480px) {
  .hideSP {
    display: none;
  }
}

#pdf h4 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #013f5e;
}

@media screen and (max-width: 480px) {
  #pdf h4 {
    font-size: 16px;
  }
}

#pdf h4 a:hover {
  color: #8dd9ff;
}

/* MAP */
#mapTop {
  position: relative;
  padding: 60px 0 0;
  margin-bottom: 30px;
}

@media screen and (max-width: 950px) {
  #mapTop {
    padding: 30px 0 0;
  }
}

#mapTop #map {
  position: absolute;
  top: -200px;
}

#mapTop .inner .row .big {
  border: #e2f5ff 1px solid;
  padding: 20px;
}

@media screen and (max-width: 480px) {
  #mapTop .inner .row .big {
    border: none;
  }
}

#mapTop .inner .row .big .title {
  font-size: 24px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

#mapTop .inner .row .big .img img {
  height: auto;
  width: 48.5%;
  margin: auto;
}

#mapTop .inner .row .big .map {
  width: 100%;
  height: 479px;
  overflow: hidden;
  position: relative;
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  #mapTop .inner .row .big .map {
    height: 230px;
  }
}

#mapTop .inner .row .big .map iframe {
  width: 100%;
  height: 476px;
}

@media screen and (max-width: 768px) {
  #mapTop .inner .row .big .map iframe {
    height: 230px;
  }
}

#mapTop .inner .row .big .box {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.5);
  color: #FFF;
  padding: 30px 20px;
}

@media screen and (max-width: 768px) {
  #mapTop .inner .row .big .box {
    display: none;
  }
}

#mapTop .inner .row .big .box h2 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
}

#mapTop .inner .row .little .little-content {
  border: #e2f5ff 1px solid;
  padding: 20px;
}

@media screen and (max-width: 480px) {
  #mapTop .inner .row .little .little-content {
    border: none;
    padding: 20px 0;
  }
}

#mapTop .inner .row .little .little-content .title {
  font-size: 24px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

#mapTop .inner .row .little .little-content .img img {
  height: 120px;
  margin: auto;
}

#mapTop .inner .row .little .little-content .map {
  width: 100%;
  height: 220px;
  overflow: hidden;
  position: relative;
  margin-top: 15px;
  padding: 0;
}

@media screen and (max-width: 768px) {
  #mapTop .inner .row .little .little-content .map {
    height: 230px;
  }
}

#mapTop .inner .row .little .little-content .map iframe {
  width: 100%;
  height: 220px;
}

@media screen and (max-width: 768px) {
  #mapTop .inner .row .little .little-content .map iframe {
    height: 230px;
  }
}

@media screen and (max-width: 425px) {
  #mapTop .inner .row .little .little-content {
    margin-top: 0 !important;
  }
}

#mapTop .inner .row .little .box {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.5);
  color: #FFF;
  padding: 30px 20px;
}

@media screen and (max-width: 768px) {
  #mapTop .inner .row .little .box {
    display: none;
  }
}

#mapTop .inner .row .little .box h2 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
}

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