
@import url("normalize.min.css");
@import url("https://www.kirinoikeuchi.co.jp/humidification/common/css/nav.css");
@import url("animate.css");
/* *****************************
*
*CSS
*
**************************** */
html {
  font-size: 10px;
}

body {
  position: relative;
  /* =14px */
  color: #2b2b2b;
  line-height: 1.7;
  background: #F1F1F1;
  font-weight: 300;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  body {
    font-weight: 400;
  }
}

body.top {
  background-image: linear-gradient(90deg, #fff 50%, #fffbef 50%, #fffbef);
}

a {
  display: inline-block;
  transition: 0.5s;
  text-decoration: none;
  color: #2b2b2b;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:hover {
  opacity: .7;
}

h3 {
  font-size: 2rem;
}

p {
  margin: 10px 0 0;
  text-indent: 1em;
}

img {
  box-sizing: border-box;
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

main {
  position: relative;
  font-weight: 400;
  line-height: 1.8;
  padding-bottom: 96px;
  margin: 0 auto;
}

article {
  box-sizing: border-box;
  margin-bottom: 10px;
  padding: 20px 20px 40px;
  background: #fff;
}

article h3 {
  margin: 30px 0 20px;
  border-bottom: 2px solid #8CB900;
  border-bottom: solid 3px #f1f1f1;
  position: relative;
}

article h3:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #8CB900;
  bottom: -3px;
  width: 20%;
}

article h4 {
  margin-top: 20px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #8CB900;
}

article.last-art {
  border-bottom: none;
  margin-bottom: 0;
}

div {
  box-sizing: border-box;
}

table.tbl1 tr:nth-child(even) {
  background: #f9f9f9;
}

table.tbl1 tr:nth-child(odd) {
  background: #dcdcdc;
}

table.tbl1 th,
table.tbl1 td {
  padding: 10px 10px;
}

table.tbl1.nwp1tr td:nth-of-type(1) {
  white-space: nowrap;
  text-align: center;
}

table.product_tbl {
  margin: 40px auto;
}

table.product_tbl tr {
  background: #f9f9f9;
}

table.product_tbl tr.even_tr {
  background: #dcdcdc;
}

table.product_tbl th,
table.product_tbl td {
  padding: 10px 10px;
}

@media screen and (max-width: 375px) {
  table.product_tbl th,
  table.product_tbl td {
    padding: 5px;
  }
}

table.product_tbl.nwp1tr td:nth-of-type(1) {
  white-space: nowrap;
  text-align: center;
}

table.product_tbl img {
  width: 100%;
  min-width: 80px;
  max-width: 150px;
}

@media screen and (max-width: 375px) {
  table.product_tbl img {
    min-width: 50px;
    max-width: 70px;
  }
}

table.product_tbl ul {
  margin-top: 10px;
  font-size: 1.2rem;
  list-style-type: disc;
  padding-left: 20px;
}

@media screen and (max-width: 768px) {
  table.product_tbl td {
    font-size: 1.2rem;
  }
}

section.sec_art {
  margin: 0;
  border-bottom: 2px solid #313131;
  align-items: flex-start;
}

.main_sec {
  float: left;
  width: 67%;
}

@media screen and (max-width: 768px) {
  .main_sec {
    clear: both;
    width: 100%;
  }
}

aside {
  box-sizing: border-box;
  position: relative;
  width: 32%;
  float: right;
  padding: 0;
  font-size: 1.2rem;
  margin-top: 50px;
}

aside h3 {
  position: relative;
  margin: 0;
  background: #2B1B10;
  color: #fff;
  text-align: center;
  padding: 15px 10px 10px;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0.1rem;
}

aside h3:before, aside h3:after {
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  content: '';
  background-image: url(../image/asid_h3.png);
  background-size: contain;
  vertical-align: middle;
  height: 2px;
  line-height: 2px;
  width: 100%;
}

aside h3:after {
  bottom: 5px;
  top: auto;
}

aside a.btn1 {
  position: relative;
  font-weight: 300;
  padding: 10px 10px;
  display: block;
  margin: 0 auto;
  max-width: 60%;
  padding-right: 30px;
  border-radius: 4px;
  font-size: 1.6rem;
}

aside a.btn1:after {
  position: absolute;
  top: 50%;
  right: 15px;
  line-height: 1;
  margin-top: -8px;
  font-size: 2rem;
  content: "\f0da";
  font-family: FontAwesome;
  padding-left: 10px;
}

aside .menu_box {
  border: 1px solid #2b1b10;
  margin-bottom: 10px;
}

aside .menu_box img {
  max-height: 120px;
}

aside .menu_box > div {
  background: #2b1b10;
  padding: 8px 0;
}

@media screen and (max-width: 768px) {
  aside {
    display: none;
  }
}

section#contact_area {
  margin-bottom: 0;
}

section#contact_area .fxblock {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 900px;
  margin: 0 auto;
}

section#contact_area p {
  text-indent: 0;
  font-weight: normal;
}

section#contact_area h3 {
  font-size: 3.6rem;
  margin: 0 0 20px;
  font-weight: normal;
  border-bottom: 2px solid #04A17E;
  border-bottom: solid 3px #f1f1f1;
  position: relative;
}

section#contact_area h3:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #04A17E;
  bottom: -3px;
  width: 20%;
}

@media screen and (max-width: 768px) {
  section#contact_area h3 {
    font-size: 2rem;
  }
}

section#contact_area .inner {
  padding: 20px;
  margin: 0 auto;
  background: #fff;
}

section#contact_area li {
  padding: 10px;
  font-size: 3rem;
  line-height: 1.3;
}

@media screen and (max-width: 768px) {
  section#contact_area li {
    font-size: 1.6rem;
    line-height: 1.7;
  }
  section#contact_area li .fs14 {
    font-size: 1.2rem;
  }
}

section#contact_area a[href^="tel:"] {
  font-size: 4.5rem;
  color: #04A17E;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  section#contact_area a[href^="tel:"] {
    font-size: 2rem;
  }
}

section#contact_area img.tel_img {
  margin: 0 auto;
  max-width: 70px;
}

section#form_area {
  z-index: 1;
  position: fixed;
  margin: 0 auto;
  max-width: 100%;
  bottom: 0;
  left: 0;
  height: 96px;
}

@media screen and (max-width: 768px) {
  section#form_area {
    height: 70px;
  }
}

section#form_area ul {
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 2rem;
  line-height: 1.4;
  color: #FFF;
}

@media screen and (max-width: 768px) {
  section#form_area ul {
    font-size: 1.3rem;
    line-height: 1.6;
  }
}

section#form_area ul li {
  white-space: nowrap;
  display: block;
  padding: 0 10px;
}

@media screen and (max-width: 768px) {
  section#form_area ul li {
    width: 45%;
    padding: 0 5px;
  }
}

section#form_area ul li a[href^="tel"] {
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
  padding-right: 5px;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  section#form_area ul li a[href^="tel"] {
    font-size: 1.6rem;
  }
}

section#form_area ul li#form1 {
  margin-top: 15px;
  transition: .5s;
}

@media screen and (max-width: 768px) {
  section#form_area ul li#form1 {
    width: 42%;
    padding-left: 10pxw;
    margin-top: 10px;
  }
  section#form_area ul li#form1.ln1 {
    margin-top: 20px;
  }
  section#form_area ul li#form1 a {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 768px) {
  section#form_area ul li#form2 {
    margin-top: 10px;
  }
}

section#form_area .inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 10px 0;
}

@media screen and (max-width: 768px) {
  section#form_area .inner {
    padding: 0;
  }
}

section#form_area h3 {
  margin: 0 0 10px;
  color: #fff;
  text-align: center;
}

section#form_area a.btn_form {
  position: relative;
  display: block;
  margin: 0 auto;
  text-align: center;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+50,ffffff+50,f1f1f1+51,f1f1f1+62,f1f1f1+62,f1f1f1+94,f1f1f1+94,d6d6d6+95 */
  background: #ffffff;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 50%, #ffffff 50%, #f1f1f1 51%, #f1f1f1 62%, #f1f1f1 62%, #f1f1f1 94%, #f1f1f1 94%, #d6d6d6 95%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d6d6d6', GradientType=0);
  /* IE6-9 */
  padding: 15px 40px 10px 20px;
  font-size: 1.8rem;
  font-weight: bold;
  border-radius: 4px;
}

section#form_area a.btn_form:after {
  position: absolute;
  top: 50%;
  right: 15px;
  line-height: 1;
  margin-top: -11px;
  font-size: 2.4rem;
  content: "\f0da";
  font-family: FontAwesome;
  padding-left: 15px;
}

@media screen and (max-width: 768px) {
  section#form_area a.btn_form {
    font-weight: normal;
    padding: 6px 30px 6px 10px;
    font-size: 1.4rem;
  }
  section#form_area a.btn_form span#formtxt {
    font-size: 1.1rem;
  }
  section#form_area a.btn_form:after {
    font-size: 2rem;
    margin-top: -10px;
    right: 5px;
    padding-left: 5px;
  }
}

section#form_area.btm ul li#form1 {
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.wrapper {
  max-width: 1000px;
  margin: 0 auto;
}

.fxblock {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.fxblock.text_thum div:first-child {
  width: 85%;
}

.fg3 > li {
  width: 32%;
}

.fg2 > li {
  width: 49%;
}

.fg2_1 > div,
.fg2_1 > section {
  width: 66%;
}

.fg2_1 > div:last-child,
.fg2_1 aside {
  width: 32%;
  max-width: 320px;
  right: 0;
}

aside #fixedmenu {
  box-sizing: border-box;
  width: 100%;
  max-width: 320px;
  background: #fff;
  padding: 10px;
}

aside #fixedmenu > img {
  max-height: 100px;
}

.panel > li {
  position: relative;
  background: #f9f9f9;
}

.panel > li:after {
  position: absolute;
  bottom: 5px;
  right: 10px;
  content: "\f0da";
  font-family: FontAwesome;
  font-size: 2.4rem;
  color: #8CB900;
  line-height: 20px;
  opacity: 0.6;
}

.panel > li h3 {
  margin: 20px 10px 15px;
  line-height: 1.1;
}

.panel > li p {
  font-size: 1.2rem;
  margin: 10px 10px 20px;
}

.panel > li ul {
  font-size: 1.2rem;
  margin: 10px 10px 20px 30px;
  list-style-type: disc;
}

.panel > li img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .panel > li {
    min-width: 340px;
  }
}

@media screen and (max-width: 768px) {
  .panel > li.fadeInUp {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  .panel {
    flex-direction: row;
    flex-flow: wrap;
    justify-content: space-around;
  }
}

dl {
  margin: 10px;
}

dl dt {
  margin: 10px 0 0;
  font-weight: bold;
}

dl dt:first-child {
  margin-top: 0;
}

dl dd {
  margin-left: 20px;
  margin-bottom: 10px;
}

dl dd.last {
  margin-bottom: 0;
}

.dl_txt {
  margin: 0 10px;
}

img.dl_img {
  padding: 5px;
  max-width: 150px;
}

@media screen and (max-width: 768px) {
  img.dl_img {
    width: 100%;
    min-width: 100px;
    max-width: 160px;
  }
}

.verticalcnt {
  align-items: center;
}

.pc_pc {
  display: inline-block !important;
}

.sp_sp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .pc_pc {
    display: none !important;
  }
  .sp_sp {
    display: inline-block !important;
  }
}

section {
  width: 100%;
  max-width: 1000px;
  margin: 50px auto 0;
  box-sizing: border-box;
}

section.last_sec {
  margin-bottom: 240px;
}

@media screen and (max-width: 768px) {
  section {
    margin: 40px auto 80px;
  }
  section.last_sec {
    margin-bottom: 100px;
  }
}

header {
  background: #FFF;
}

img.fix_img {
  position: absolute;
  top: 0;
  right: 1%;
  margin-top: -312px;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  img.fix_img {
    display: none;
  }
}

.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}

.is-hide {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

#wrapper {
  position: relative;
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}

.fixed {
  position: fixed;
  top: 10px;
  box-sizing: border-box;
}

/* *****************************
*header
**************************** */
.header_inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.header_inner h1 {
  margin: 0;
}

.header_inner h1 img {
  margin-top: 10px;
  max-width: 230px;
}

.header_inner ul {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.header_inner ul li {
  display: inline-block;
}

.header_inner ul#head-menu li {
  border-right: 1px solid #333;
}

.header_inner ul#head-menu li i {
  color: #666;
}

.header_inner ul#head-menu li a {
  margin: 5px 0;
  padding: 1px 10px;
  font-size: 1.3rem;
}

.header_inner ul#head-menu li:first-child {
  border-right: none;
  margin-right: auto;
}

.header_inner ul#head-menu li:first-child a {
  margin: 5px 0;
}

.header_inner ul#head-menu li:last-child {
  border-right: none;
}

.header_inner ul#head-menu li:last-child a {
  margin: 0 0 15px;
  padding: 0 20px;
  line-height: .1;
}

.header_inner nav#g_nav ul {
  margin-top: 0;
  font-size: 1.8rem;
  font-weight: bold;
}

.header_inner nav#g_nav ul li {
  position: relative;
  padding: 0 40px;
}

.header_inner nav#g_nav ul li:first-child :after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "|";
  margin-top: -15px;
  font-weight: 100;
}

.header_inner nav#g_nav ul li:last-child {
  margin-left: auto;
  padding: 0;
}

.header_inner nav#g_nav ul a {
  box-sizing: border-box;
  padding: 10px 20px 2px;
  border-bottom: 4px solid rgba(255, 255, 255, 0);
}

.header_inner nav#g_nav ul a:hover {
  border-bottom: 4px solid #63b95c;
}

.header_inner nav#g_nav ul a.btn1 {
  font-size: 1.4rem;
  padding: 4px 15px 2px;
  border-bottom: none;
}

.header_inner nav#g_nav ul a.btn1:hover {
  border-bottom: none;
}

.header_inner nav#g_nav ul a.btn1.ml {
  padding-right: 40px;
  letter-spacing: 0.1rem;
}

.header_inner nav#g_nav ul a.btn1.ml:after {
  position: absolute;
  top: 50%;
  line-height: 1;
  margin-top: -8px;
  font-size: 1.5rem;
  padding-left: 10px;
}

ul#lang a {
  color: #b7b7b7;
}

ul#lang #jlink a {
  padding-right: 5px;
}

ul#lang #link a {
  padding-left: 5px;
}

ul#lang.jn #jlink a,
ul#lang.en #link a {
  color: #8CB900;
  font-weight: bold;
}

@media screen and (max-width: 960px) {
  .form #breadCrumb {
    padding-top: 50px;
  }
  #rwdMenuWrap #head-menu li {
    font-size: 1.2rem;
    background: #fff;
  }
  #rwdMenuWrap #head-menu li h1 {
    margin: 0;
  }
  #rwdMenuWrap #head-menu li h1 img {
    max-height: 29px;
  }
  #rwdMenuWrap #head-menu li h1 a:after {
    border: none;
  }
  #rwdMenuWrap #head-menu li #lang li {
    border-bottom: none;
  }
  #rwdMenuWrap #head-menu li #lang a {
    display: inline-block;
  }
  #rwdMenuWrap #head-menu li #lang a:after {
    border: none;
  }
  #rwdMenuWrap #head-menu li#h_nav03 {
    display: none;
  }
  #rwdMenuWrap #head-menu li#h_nav05 {
    box-sizing: border-box;
    padding: 15px 20px 10px;
  }
  #rwdMenuWrap #head-menu li#h_nav05 a {
    padding: 0;
    margin-bottom: 5px;
    display: inline-block;
  }
  #rwdMenuWrap #head-menu li#h_nav05 a:after {
    border: none;
  }
  #rwdMenuWrap #g_nav04 {
    border-bottom: 1px solid #fff;
  }
  #rwdMenuWrap #g_nav04 a.btn1 {
    background: #8CB900;
  }
  #rwdMenuWrap #g_nav04 a.btn1:after {
    border-color: #fff;
  }
}

ul#breadCrumb {
  background-color: #8CB900;
}

ul#breadCrumb li {
  font-size: 1.2rem;
  padding: 0 20px 0 10px;
  position: relative;
  display: inline-block;
}

ul#breadCrumb li:after {
  position: absolute;
  top: 50%;
  right: 0;
  line-height: 1;
  margin-top: -9px;
  font-size: 1.5rem;
  content: "\f105";
  font-family: FontAwesome;
}

ul#breadCrumb li:first-child {
  margin-left: 20px;
}

ul#breadCrumb li.active strong {
  font-weight: normal;
  color: #666;
}

ul#breadCrumb li:last-child:after {
  content: "";
}

@media screen and (max-width: 768px) {
  ul#breadCrumb {
    padding-top: 50px;
  }
}

/* *****************************
*btn
**************************** */
a.btn1 {
  position: relative;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  background-color: #8CB900;
  padding: 7px 40px 3px 20px;
  text-shadow: 0 0 6px #494949;
  border-radius: 4px;
  font-weight: 200;
  letter-spacing: 0.1rem;
}

a.btn1:after {
  position: absolute;
  top: 50%;
  right: 15px;
  line-height: 1;
  margin-top: -10px;
  font-size: 2rem;
  content: "\f0da";
  font-family: FontAwesome;
}

img.img_figure {
  margin: 20px auto;
}

/* *****************************
*swiper
**************************** */
section#slider {
  max-width: 100%;
  max-height: 600px;
  overflow: hidden;
  margin: 0;
}

.swiper-slide,
.swiper-slide_one {
  background-size: cover;
  background-position: center;
}

.swiper-slide > div.inner,
.swiper-slide_one > div.inner {
  position: relative;
  height: 600px;
  overflow: hidden;
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .swiper-slide > div.inner,
  .swiper-slide_one > div.inner {
    height: 350px;
  }
}

.swiper-slide > div.inner .txt_area,
.swiper-slide_one > div.inner .txt_area {
  max-width: 652px;
  width: 60%;
  padding: 0 20px 20px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: url(../image/bk_mv_txt.png);
  font-size: 1.6rem;
}

.swiper-slide > div.inner .txt_area h3,
.swiper-slide_one > div.inner .txt_area h3 {
  margin: 30px 0 15px;
  font-size: 3rem;
  line-height: 1;
}

.swiper-slide > div.inner .txt_area a.btn1,
.swiper-slide_one > div.inner .txt_area a.btn1 {
  position: relative;
  float: right;
}

.swiper-slide > div.inner .txt_area a.btn1:after,
.swiper-slide_one > div.inner .txt_area a.btn1:after {
  margin-top: -8px;
}

@media screen and (max-width: 768px) {
  .swiper-slide > div.inner .txt_area,
  .swiper-slide_one > div.inner .txt_area {
    padding: 0 10px 10px;
    font-size: 1.2rem;
  }
  .swiper-slide > div.inner .txt_area h3,
  .swiper-slide_one > div.inner .txt_area h3 {
    margin: 15px 0 0;
    font-size: 1.6rem;
  }
  .swiper-slide > div.inner .txt_area a.btn1,
  .swiper-slide_one > div.inner .txt_area a.btn1 {
    padding: 3px 40px 3px 20px;
  }
  .swiper-slide > div.inner .txt_area a.btn1:after,
  .swiper-slide_one > div.inner .txt_area a.btn1:after {
    font-size: 1.6rem;
    margin-top: -7px;
  }
}

@media screen and (max-width: 768px) {
  #home-p section#slider {
    padding-top: 50px;
  }
}

.slide1 {
  background-image: url(../image/swipebg_dryfog.jpg);
}

.slide2 {
  background-image: url(../image/swipebg_insudtry.jpg);
}

.slide3 {
  background-image: url(../image/swipebg_electronics.jpg);
}

.slide4 {
  background-image: url(../image/swipebg_printing.jpg);
}

.slide5 {
  background-image: url(../image/swipebg_spinning.jpg);
}

.slide6 {
  background-image: url(../image/tp-banner.jpg);
}

/* *****************************
*footer
**************************** */
.a-footer {
    position: relative;
	color: #ffffff;
    background-color: #333333;
}

/*footer .inner {
  color: #FFF;
  text-align: center;
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 10px;
}*/

@media screen and (max-width: 768px) {
  footer .inner {
    padding: 10px;
    font-size: 1.1rem;
  }
}

[href^="tel"] {
  text-decoration: none;
  color: #333;
  cursor: default;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  [href^="tel"] {
    pointer-events: auto;
  }
}

/* *****************************
*pagetop
**************************** */
.pagetop {
  display: none;
  position: fixed;
  bottom: 140px;
  z-index: 3;
  right: 0px;
}

@media screen and (max-width: 768px) {
  .pagetop {
    bottom: 110px;
  }
}

.pagetop a {
  width: 60px;
  height: 60px;
  display: block;
  background-color: #000;
  text-align: center;
  color: #fff;
  font-size: 3rem;
  line-height: 2;
  text-decoration: none;
  padding: 5px 10px 5px 0px;
  filter: alpha(opacity=40);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

@media screen and (max-width: 768px) {
  .pagetop a {
    width: 30px;
    height: 30px;
    font-size: 1.5rem;
  }
}

.pagetop a:hover {
  display: block;
  background-color: #04A17E;
  text-align: center;
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

.clearfix:after {
  clear: both;
  content: '';
  display: block;
}

.fwM {
  font-weight: 500;
}

.imp_txt_r {
  color: #fe595d;
  font-size: 26px;
}

.txt_b {
  color: #007aff;
}

.txt_r {
  color: #fe595d;
}

.txt_s {
  font-size: 14px;
}

.mgT30 {
  margin-top: 30px;
}

.mgT40 {
  margin-top: 40px;
}

.fs14 {
  font-size: 1.4rem;
}

#a-header, #a-ghost_header, #a-billboard, #a-site_contents, #a-footer {
    max-width: 100%;
}

<!-------foot-------->


.-dress_po018b .a-footer {
    color: #ffffff;
    background-color: #333333;
}

.site_frame {
    margin: 0 auto;
}

.site_frame:before, .site_frame:after {
    display: table;
    line-height: 0;
    content: "";
}

.b-plain:before, .b-plain:after, .b-float:before, .b-float:after {
    display: table;
    line-height: 0;
    content: "";
}

.c-padding_normal>.g-column, .c-padding_normal>.column, .c-padding_normal>nav {
    padding: 30px;
}

.g-column>.column {
    float: left;
    position: relative;
}

.g-column:before, .g-column:after {
    display: table;
    line-height: 0;
    content: "";
}

.c-space_normal .g-column.-col2>.column:nth-child(1), .c-space_normal .g-column.-col2>.column:nth-child(2) {
    margin-top: 0;
}

.c-space_normal .g-column>.column.-column-lasts, .c-space_normal .g-column>.column:last-child {
    margin-right: 0;
}

.c-space_normal .g-column>.column.-column1, .c-space_normal .g-column>.column:first-child {
    margin-left: 0;
}

.b-plain .g-column>.column, .b-float .g-column>.column {
    min-height: 1px;
}

.c-right {
    text-align: right;
}

a.btn-primary {
    display: inline-block !important;
    background: transparent !important;
    color: #ffffff !important;
    border: 2px solid #ffffff !important;
    border-radius: 2em !important;
    min-width: 4.1em !important;
    max-width: 100% !important;
    font-size: 100% !important;
    line-height: 0.5 !important;
    text-align: center !important;
    text-decoration: none !important;
    cursor: pointer !important;
    padding: 1em !important;
    transition: all 0.2s !important;
}

a.btn-primary:hover {
    background: #ffffff !important;
    border-color: #ffffff !important;
    color: #434343 !important;
    text-decoration: none !important;
    opacity: 1 !important;
}