@charset "utf-8";

body {
  font-size: 16px;
}
p {
  line-height: 2;
}
a:hover {
  text-decoration: underline;
}
a img {
  transition: .3s;
}
a:hover img {
  opacity: 0.8;
  transition: .3s;
}
input[type="text"], input[type="email"], input[type="password"], input[type="number"], input[type="tel"], textarea, select {
  padding: 20px;
  font-size: 16px;
}
.sp {
  display: none;
}


/* basic layout---------------- */
#wrapper {
  position: relative;
  width: 100%;
  text-align: center;
}
#container_top {
  position: relative;
}
#container {
  position: relative;
  padding-top: 80px;
}
.main {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.flex {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}


/* header---------------- */
#head_top {
  position: fixed;
  width: 100%;
  min-width: 1000px;
  height: 80px;
  z-index: 200;
  transition: .5s;
}
#head {
  position: fixed;
  width: 100%;
  min-width: 1000px;
  height: 80px;
  background: rgba(255,255,255,1);
  z-index: 200;
}
.fixed {
  background: rgba(255,255,255,0.9);
  transition: .5s;
}
.head_in {
  margin: 20px 40px 0 40px;
}
.head_in:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
#head_logo {
  width: 30%;
  max-width: 270px;
  float: left;
  text-align: left;
}
#head_menu {
  width: 70%;
  max-width: 650px;
  float: right;
  padding-top: 9px;
}
#head_logo a {
  display: block;
  width: 270px;
  height: 45px;
  text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(../img/head_logo.png) no-repeat;
}
#head #head_logo a, .fixed #head_logo a {
	background: url(../img/head_logo_fixed.png) no-repeat;
}

.menu {
  position: relative;
  width: 100%;
  height: 24px;
  font-size: 15px;
}
.menu > li {
  float: left;
  width: 97px;
  line-height: 24px;
}
.menu > li:nth-child(4) {
  width: 207px;
}
.menu > li a {
  display: block;
  height: 51px;
  color: #fff;
}
#head .menu > li > a, .fixed .menu > li > a {
  color: #282828;
}
#head .menu > li > a:hover, .fixed .menu > li > a:hover {
  color: #00A0CE;
}
.menu > li:last-child {
  width: 43px;
  margin-left: 10px;
}
.menu > li:last-child a {
  height: 24px;
  font-size: 14px;
  color: #282828;
  background: #fff;
}
#head .menu > li:last-child > a, .fixed .menu > li:last-child > a {
  color: #fff;
  background: #00A0CE;
}
.menu > li a:hover {
  color: #00A0CE;
}
ul.menu__second-level {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}
ul.menu__third-level {
  visibility: hidden;
  opacity: 0;
}
ul.menu__fourth-level {
  visibility: hidden;
  opacity: 0;
}
.menu > li:hover {
  -webkit-transition: all .3s;
  transition: all .3s;
}
.menu__second-level li a {
  padding: 20px 15px;
  text-align: left;
}
.menu__second-level li a:hover, .menu__third-level li a:hover, .menu__fourth-level li a:hover {
  text-decoration: none;
  color: #00A0CE;
  background: #fff;
  transition: .3s;
}
.menu:before, .menu:after {
  content: " ";
  display: table;
}
.menu:after {
  clear: both;
}
.menu {
  *zoom: 1;
}
.menu > li.menu__single {
  position: relative;
}
li.menu__single ul.menu__second-level {
  position: absolute;
  top: 51px;
  width: 160px;
  background: #00A0CE;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
li.menu__single:hover ul.menu__second-level {
  visibility: visible;
  opacity: 1;
}
#sp_navi, .sp_navi_btn {
  display: none;
}


/* footer----------------- */
#foot {
  color: #fff;
  background: #1A1D1E;
}
#foot01 {
  background: #101415;
}
#pagetop a {
  display: block;
  padding: 5px;
}
#foot02 {
  padding: 50px 0 40px;
}
.foot_col01 {
  width: 20%;
  margin-right: 13%;
}
.foot_col02 {
  width: 67%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  text-align: left;
}
.foot_logo {
  margin-bottom: 15px;
}
.foot_btn a {
  display: block;
  width: 100%;
  line-height: 42px;
  font-size: 16px;
  font-weight: 600;
  color: #282828;
  background: #D3D3D3 url("../img/arrow02.png") no-repeat;
  background-position: right 15px center;
  border-radius: 21px;
  transition: .3s;
}
.foot_btn a:hover {
  text-decoration: none;
  opacity: .7;
  transition: .3s;
}
.foot_col02_01 {
  width: 170px;
}
.foot_col02_02 {
  width: 160px;
}
.foot_col02 h3 {
  margin-bottom: 15px;
  font-size: 16px;
}
.foot_col02 ul li {
  line-height: 2;
  font-size: 13px;
}
.foot_col02 ul li a {
  color: #fff;
}
#copyright {
  padding-bottom: 15px;
}
#copyright small {
  font-size: 12px;
}


/* top---------------- */
#top_main {
  position: relative;
  width: 100%;
  height: 100vh;
}
.top_main_t {
  position: absolute;
  top: 45%;
  width: 100%;
  text-align: center;
  color: #fff;
  z-index: 10;
}
.top_main_t h1 {
  margin-bottom: 20px;
  line-height: 2;
  font-size: 40px;
}
.top_main_t p {
  font-family: "Lato";
  font-size: 18px;
  font-weight: 600;
}
.swiper-container {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.slide-img {
  width: 100%;
  height: 100vh;
  text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.slide01 {
  background: url("../img/top_slide01.jpg") no-repeat;
  background-size: cover;
}
.slide02 {
  background: url("../img/top_slide02.jpg") no-repeat;
  background-size: cover;
}
.slide03 {
  background: url("../img/top_slide03.jpg") no-repeat;
  background-size: cover;
}
.slide04 {
  background: url("../img/top_slide04.jpg") no-repeat;
  background-size: cover;
}
.slide05 {
  background: url("../img/top_slide05.jpg") no-repeat;
  background-size: cover;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img{
  animation: zoomUp 10s linear 0s 1 normal both;
}
.slide-img img {
  display: block;
}
.scroll_btn {
  position: absolute;
  bottom: 65px;
  left: 0;
  right: 0;
  width: 80px;
  margin: 0 auto;
  z-index: 10;
}

#top_about {
  padding: 85px 0 50px;
  background: #FAFAFA;
}
.logo01 {
  margin-bottom: 20px;
}
#top_about p {
  margin-bottom: 2em;
}

#top_business {
  color: #fff;
  background: #101415;
}
.h2_01 {
  margin-bottom: 30px;
  font-size: 24px;
}
.bg01 {
  padding: 85px 0 100px;
  background: url("../img/bg01.jpg") no-repeat;
  background-size: cover;
  transition: .3s;
}
.bg02 {
  padding: 85px 0 100px;
  background: url("../img/bg02.jpg") no-repeat;
  background-size: cover;
  transition: .3s;
}
.bg03 {
  padding: 85px 0 100px;
  background: url("../img/bg03.jpg") no-repeat;
  background-size: cover;
  transition: .3s;
}
.bg04 {
  padding: 85px 0 100px;
  background: url("../img/bg04.jpg") no-repeat;
  background-size: cover;
  transition: .3s;
}
.bg05 {
  padding: 85px 0 100px;
  background: url("../img/bg05.jpg") no-repeat;
  background-size: cover;
  transition: .3s;
}
.bg06 {
  padding: 85px 0 100px;
  background: url("../img/bg06.jpg") no-repeat;
  background-size: cover;
  transition: .3s;
}
.bg07 {
  padding: 85px 0 100px;
  background: url("../img/bg07.jpg") no-repeat;
  background-size: cover;
  transition: .3s;
}
.bg08 {
  padding: 85px 0 100px;
  background: url("../img/bg08.jpg") no-repeat;
  background-size: cover;
  transition: .3s;
}
.top_col01 {
  width: 49.1%;
  margin-right: 1.8%;
  margin-bottom: 18px;
}
.top_col02 {
  width: 49.1%;
  margin-bottom: 18px;
}
.top_col03 {
  width: 32.2%;
  margin-right: 1.7%;
  margin-bottom: 18px;
}
.top_col04 {
  width: 32.2%;
  margin-bottom: 18px;
}
.top_business_b01 {
  position: relative;
}
.top_business_b01 a {
  display: block;
  color: #fff;
}
.top_business_txt {
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10;
}
.top_business_txt h3 {
  margin-bottom: 10px;
  font-family: "Lato";
  font-size: 28px;
}
.btn01 {
  display: block;
  width: 83px;
  margin: 0 auto;
  line-height: 26px;
  font-size: 10px;
  border: 1px solid #fff;
  border-radius: 13px;
  color: #fff;
  background: url("../img/arrow01.png") no-repeat;
  background-position: right 10px center;
  transition: .3s;
}
.top_business_b01 a:hover .btn01 {
  text-decoration: none;
  color: #00A0CE;
  background: #fff url("../img/arrow01_h.png") no-repeat;
  background-position: right 10px center;
  transition: .3s;
}
.top_business_cover {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  z-index: 1;
}


/* lower page---------------- */
.title01 {
  width: 100%;
  height: 184px;
  padding-top: 70px;
  color: #fff;
  background: #000 url("../img/title_bg01.jpg") no-repeat;
  background-size: cover;
}
.title01 h1 {
  font-size: 36px;
}
.navi01 {
  width: 100%;
  max-width: 1000px;
  height: 78px;
  margin: 0 auto;
  padding-top: 28px;
}
.navi01 ul li {
  position: relative;
  display: inline;
  margin-right: 1em;
  padding-right: 1em;
  line-height: 1;
  color: #00A0CE;
}
.navi01 ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.navi01 ul li:after {
  position: absolute;
  top: 0.5em;
  right: 0;
  display: inline;
  content: "";
  width: 1px;
  height: 10px;
  background: #282828;
}
.navi01 ul li:last-child:after {
  display: none;
}
.navi02 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px 0;
  font-size: 15px;
  background: #F9F9F9;
}
.navi02 ul li {
  display: inline;
  margin-right: 2em;
  line-height: 1;
  color: #00A0CE;
}
.navi02 ul li:last-child {
  margin-right: 0;
}
.navi02 ul li.on {
  text-decoration: underline;
}
.navi01 ul li a, .navi02 ul li a {
  color: #282828;
}
.h2_02 {
  margin-bottom: 25px;
  font-family: "Lato", sans-serif;
  font-size: 35px;
}


/* Brand */
#brand01 {
  min-height: 890px;
  color: #fff;
  background: url("../img/brand_bg01.jpg") no-repeat;
  background-size: cover;
}
#brand01_01 {
  position: relative;
  padding-top: 170px;
}
#brand01_01_01 {
  width: 100%;
  max-width: 535px;
  text-align: left;
}
#brand01_01_01 p {
  font-size: 18px;
}
#brand01_t01 {
  position: absolute;
  top: 95px;
  right: 175px;
  font-size: 24px;
  font-weight: 600;
}
#brand01_logo {
  position: absolute;
  top: 143px;
  right: 45px;
}
#brand01_t02 {
  position: absolute;
  top: 470px;
  right: 315px;
  width: 260px;
  font-size: 24px;
  font-weight: 600;
}
#brand01_t03 {
  position: absolute;
  top: 470px;
  right: 0;
  font-size: 24px;
  font-weight: 600;
}
#brand01_btn {
  position: absolute;
  top: 515px;
  right: 315px;
  width: 260px;
}
.btn02 a {
  display: block;
  width: 260px;
  line-height: 42px;
  font-size: 17px;
  text-decoration: none;
  color: #00A0CE;
  background: #E6E7ED url("../img/arrow03.png") no-repeat;
  background-position: right 14px center;
  border-radius: 21px;
  transition: .3s;
}
.btn02 a:hover {
  opacity: 0.8;
  transition: .3s;
}
.content01 {
  padding: 105px 0 100px;
}
.main01 {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
.logo02 {
  margin-bottom: 35px;
}
.p01 {
  margin-bottom: 2em;
}


/* Technology */

/* Nanofiber */
.content02 {
  padding: 60px 0 120px;
}
.main02 {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  text-align: left;
}
.h2_03 {
  margin-bottom: 30px;
  text-align: center;
  font-size: 30px;
  color: #00A0CE;
}
.p02 {
  margin-bottom: 30px;
}
.img01 {
  margin-bottom: 100px;
}

/* Electrospinning */
.content03 {
  padding: 60px 0 90px;
}
.content04 {
  margin-bottom: 100px;
  padding: 70px 0;
  background: #F9F9F9;
}
.img03 {
  margin-bottom: 50px;
}

/* Feature */
.ul01 {
  display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.ul01 li {
  position: relative;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 35px;
  text-align: center;
  color: #fff;
}
.ul01 li:nth-child(3n) {
  margin-right: 0;
}
.ul01 li .ul01_t01 {
  position: absolute;
  top: 15px;
  width: 100%;
  font-size: 14px;
}
.ul01 li .ul01_t02 {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 8px;
  font-size: 16px;
  background: rgba(0,0,0,0.3);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}


/* Business Area---------------- */

/* Filtration */
.title02 {
  width: 100%;
  height: 420px;
  padding-top: 170px;
  color: #fff;
}
.title02 h1 {
  margin-bottom: 10px;
  font-size: 40px;
}
.title_t01 {
  font-size: 18px;
}
#title_business1 {
  background: url("../img/title_business1_bg.jpg") no-repeat;
  background-size: cover;
}
.content05 {
  padding: 90px 0;
}
.img04 {
  width: 100%;
  max-width: 890px;
  margin: 0 auto;
}
.main03 {
  width: 100%;
  max-width: 655px;
  margin: 0 auto;
}
.ul02 {
  display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.ul02 li {
  width: 47%;
  margin-right: 6%;
  margin-bottom: 25px;
}
.ul02 li:nth-child(2n) {
  margin-right: 0;
}
.ul02 li img {
  margin-bottom: 5px;
}
.ul02_t01 {
  font-size: 14px;
}

/* Sanitary */
#title_business4 {
  background: url("../img/title_business4_bg.jpg") no-repeat;
  background-size: cover;
}
.h3_01 {
  margin-bottom: 30px;
  text-align: center;
  font-size: 22px;
  color: #00A0CE;
}
.col01_01 {
  width: 48.25%;
  margin-right: 3.5%;
  margin-bottom: 30px;
}
.col01_02 {
  width: 48.25%;
  margin-bottom: 30px;
}
.col01_03 {
  width: 48.25%;
  margin-right: 3.5%;
  margin-bottom: 30px;
  padding-top: 10px;
}
.h4_01 {
  margin-bottom: 5px;
  font-size: 17px;
}
.col02_01 {
  width: 49.4%;
  margin-right: 1.2%;
}
.col02_02 {
  width: 49.4%;
}
.img05 {
  margin-bottom: 5px;
}
.p03 {
  line-height: 1.5;
  text-align: center;
  font-size: 14px;
}
.p04 {
  line-height: 1.5;
  text-align: center;
  font-size: 14px;
  color: #CE0606;
}
.content06 {
  padding: 70px 0;
  background: #F9F9F9;
}
.content07 {
  padding: 70px 0 100px;
}

/* Technical Textile */
#title_business2 {
  background: url("../img/title_business2_bg.jpg") no-repeat;
  background-size: cover;
}
.img06 {
  width: 360px;
}
.col03_01 {
  width: 64.5%;
  margin-right: 3%;
  margin-bottom: 60px;
}
.col03_02 {
  width: 32.5%;
  margin-bottom: 60px;
}
.main04 {
  width: 100%;
  max-width: 310px;
}
.h4_02 {
  margin-bottom: 5px;
  font-size: 14px;
  color: #00A0CE;
}
.p05 {
  margin-bottom: 30px;
  font-size: 14px;
}
.p06 {
  font-size: 14px;
}
.col04_01 {
  width: 49.5%;
  margin-right: 1%;
  text-align: center;
}
.col04_02 {
  width: 49.5%;
  text-align: center;
}
.col05_01 {
  width: 32.1%;
  margin-right: 1.3%;
  text-align: center;
}
.col05_02 {
  width: 66.6%;
}

/* Electronics */
#title_business3 {
  background: url("../img/title_business3_bg.jpg") no-repeat;
  background-size: cover;
}
.img07 {
  margin-bottom: 90px;
}
.col05_03 {
  width: 65.5%;
  margin-right: 2%;
}
.col05_04 {
  width: 32.5%;
  text-align: center;
}
.ul03 {
  margin-left: 20px;
}
.ul03 li {
  line-height: 2;
  list-style: disc;
  font-size: 14px;
}
.img08 {
  margin-bottom: 20px;
}
.main05 {
  width: 100%;
  max-width: 655px;
  margin: 0 auto 30px;
}
.h4_03 {
  margin-bottom: 10px;
  padding-left: 0.5em;
  font-size: 14px;
  color: #00A0CE;
  border-left: 3px solid #00A0CE;
}
.img09 {
  margin-bottom: 70px;
}
.col06_01 {
  width: 31.25%;
  margin-right: 2%;
}
.col06_02 {
  width: 31.25%;
  margin-right: 3%;
}
.col06_03 {
  width: 32.5%;
}
.h4_04 {
  margin-bottom: 5px;
  font-size: 14px;
}

/* Medical */
#title_business5 {
  background: url("../img/title_business5_bg.jpg") no-repeat;
  background-size: cover;
}


/* Company---------------- */
.content08 {
  padding: 100px 0;
}
.table01 {
  width: 100%;
  text-align: left;
}
.table01 th {
  width: 25%;
  padding: 25px;
  color: #00A0CE;
  border-bottom: 1px solid #313131;
}
.table01 td {
  width: 75%;
  padding: 25px;
  border-bottom: 1px solid #E1E1E1;
  word-break: break-all;
}
.table01 tr:first-child th {
  border-top: 1px solid #313131;
}
.table01 tr:first-child td {
  border-top: 1px solid #E1E1E1;
}
a.link01 {
  color: #282828;
}


/* Research and Development---------------- */
.content09 {
  padding: 35px 0 50px;
}
.content10 {
  padding: 50px 0 150px;
}
.ul04 {
  display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.ul04 li {
  position: relative;
  width: 48.2%;
  margin-right: 3.6%;
  text-align: center;
  color: #fff;
}
.ul04 li:nth-child(2n) {
  margin-right: 0;
}
.ul04 li .ul04_t01 {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 8px;
  font-size: 16px;
  background: rgba(0,0,0,0.5);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.p07 {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
}


/* Contact---------------- */
.p08 {
  margin-bottom: 30px;
  text-align: center;
}
.col07_01 {
  width: 50%;
  margin-bottom: 20px;
  text-align: center;
}
.img10 {
  margin-bottom: 10px;
}
.txt01 {
  margin-bottom: 10px;
  font-size: 23px;
  font-weight: 600;
  color: #00A0CE;
}
.txt02 {
  font-size: 20px;
  font-weight: 600;
}
a.link02 {
  display: block;
  text-decoration: none;
  color: #282828;
  transition: .3s;
}
a.link02:hover {
  opacity: 0.7;
  transition: .3s;
}

.content05 .main02 {
	max-width: 660px;
}

.p08.headline {
	font-size: 24px;
	color:#00A0CE;
}
.airqueen .p08.headline {
	margin-top: 50px;
}



/* 404---------------- */
.content11 {
  padding: 70px 0 150px;
}
.h2_04 {
  margin-bottom: 40px;
  text-align: center;
  font-size: 30px;
}
.btn03 a {
  display: block;
  width: 200px;
  margin: 0 auto;
  line-height: 42px;
  text-align: center;
  font-size: 16px;
  text-decoration: none;
  color: #282828;
  background: #E6E7ED url("../img/arrow02.png") no-repeat;
  background-position: right 14px center;
  border-radius: 21px;
  transition: .3s;
}
.btn03 a:hover {
  opacity: 0.8;
  transition: .3s;
}



/* General style---------------- */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.clear {
  clear: both;
}
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.img100 img {
  width: 100%;
  height: auto;
}


/* 生分解 */
#title_biodegradation {
  background: url("../img/title_biodegradation_bg.jpg") center no-repeat;
  background-size: cover;
  position: relative;
}
#title_biodegradation .sdgs {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 300px;
}
#title_biodegradation .sdgs img {
  width: 100%;
}
#biodegradation_01 .col01_04 {
  width: 44%;
  margin: 20px 4% 20px 0;
}
#biodegradation_01 .col01_05 {
  width: 52%;
  margin: 20px auto;
}
#biodegradation_01 .col01_06 {
  width: 36%;
  margin: 20px 4% 20px 0;
}
#biodegradation_01 .col01_07 {
  width: 60%;
  margin: 20px auto;
}
#biodegradation_01 h3.h3_01 {
  margin: 60px auto 10px;
}

/* 農業 */
#title_agriculture {
  background: url("../img/title_agriculture_bg.jpg") center no-repeat;
  background-size: cover;
}
#agriculture_01 .main02:first-child {
  margin-bottom: 100px;
}
#agriculture_01 .col01_04 {
  width: 38%;
  margin: 20px 4% 20px 0;
}
#agriculture_01 .col01_05 {
  width: 57%;
  margin: 20px auto;
}
#agriculture_01 .col01_06 {
  width: 49.5%;
  margin: 20px 4% 20px 0;
}
#agriculture_01 .col01_07 {
  width: 46%;
  margin: 20px auto;
}

#downloadform .list dt {
  margin: 30px 0 0;
}
#downloadform .list dd {
  margin: 10px 0 0;
}
#downloadform .list dt .required {
  display: inline-block;
  background: red;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5rem;
  text-align: center;
  padding: 2px 10px;
  margin-left: 20px;
}
#downloadform .list input[type="text"],#downloadform .list input[type="tel"],#downloadform .list input[type="email"] {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #d3d3d3;
  padding: 14px;
  font-size: 16px;
  line-height: 20px;
  margin-top: 10px;
}
#downloadform .list textarea {
  display: block;
  width: 100%;
  max-width: 100%;
  border: 1px solid #d3d3d3;
  padding: 14px;
  font-size: 16px;
  height: 200px;
  vertical-align: top;
}
#downloadform .btSubmit {
  margin: 60px auto 0;
  display: block;
  width: 40%;
  background: #00A0CE;
  border: 1px #00A0CE solid;
  color: #fff;
  font-size: 20px;
  line-height: 60px;
  text-align: center;
  -webkit-transition: .4s;
  transition: .4s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}
#downloadform .btSubmit:hover {
  background: #fff;
  border: 1px #00A0CE solid;
  color: #00A0CE;
}

.catalog {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 10px auto 40px;
}
.catalog li {
  width: 22%;
}
.catalog li label {
  display: block;
  line-height: 1.5;
}
.catalog li img {
  width: 100%;
  border: 1px #000 solid;
  margin-bottom: 10px;
}

.formbtn {
  margin: 0 0 100px;
}
.formbtn a {
  margin: 0 auto;
  padding: 20px 0;
  display: block;
  width: 60%;
  background: #00A0CE;
  border: 1px #00A0CE solid;
  color: #fff;
  font-size: 20px;
  text-align: center;
  -webkit-transition: .4s;
  transition: .4s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  text-decoration: none;
}
.formbtn a:hover {
  background: #fff;
  border: 1px #00A0CE solid;
  color: #00A0CE;
}
