@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,900);
body {
  font-family: 'ΰSVbNΜ', 'Yu Gothic', "qMmpS ProN W3", "Hiragino Kaku Gothic ProN", "CI", Meiryo, sans-serif;
  color: #666666;
  -webkit-font-smoothing: antialiased;
}
a {
  font-family: 'ΰSVbNΜ', 'Yu Gothic', "qMmpS ProN W3", "Hiragino Kaku Gothic ProN", "CI", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
}
div.content {
  overflow: hidden ;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
@margin: 0;
@padding:0;
  color: #000000;
}

h1 {
  font-size: 60px;
  font-weight: 400;
}

h1.type01 {
  font-size: 60px;
  font-weight: 400;
}

h1.type02 {
  font-size: 55px;
  font-weight: 400;
}

h1.type03 {
  font-size: 40px;
  font-weight: 400;
}

h1.type04 {
  font-size: 16px;
  font-weight: 400;
}

strong.col01 {
  color: #000000;
  font-size: 16px;
}

.wrapper {
  margin: 0 auto 0 auto;
  padding: 0;
}

span.col01 {
  color: #ff7777;
}

/*__________________________________________________

  header
  __________________________________________________*/
header {
  background: #ffffff;
  min-height: 100px;
}

header .navbar-default {
  height: 80px;
  margin: 0 0 0 0;
  background: #C6FFEF;
  border: none;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

header h1 {
  margin: 10px 0 10px 0;
  font-size: 12px;
  color: #22d1b3;
}

header .logo {
  margin: 0;
}

header .infobox {
  margin: 0;
  padding: 0;
  text-align: right;
}

header .navbox {
  margin: 0;
  padding: 0;
}

header .navbox ul {
  margin: 0 auto;
  padding: 0;
}

header .navbox ul li {
  float: left;
  list-style-type: none;
  margin: 10px 0 0 0;
  padding: 0 10px 0 10px;
}

header .navbox ul li a {
  font-weight: bold;
  font-size: 16px;
  color: #126d5d;
}

header .navbar-default p {
  color: #22d1b3;
  font-weight: bold;
  }

section .section-heading .divider:after {
  background: #22d1b3;
}

section#about .about-item i.fa {
  border: 2px solid #22d1b3;
  color: #22d1b3;
}

section#about .about-item:hover i.fa {
  color: #ffffff;
  background: #22d1b3;
}

section#about .about-item h3 {
  color: #000000;
  font-size: 18px;
}

section#about .about-item:hover h3 {
  color: #22d1b3;
}

section#screens header h1:after {
  background: #22d1b3;
}

section#screens .slider div img {
  border: 2px solid #e5e5e5;
}

section#screens .slider div h4 {
  color: #999999;
}

section#screens .slider .slick-dots li button {
  background: #999999;
}

section#screens .slider .slick-dots li.slick-active button {
  background: #f6231c;
}

section#screens .filter a {
  border: 2px solid #cccccc;
  color: #999999;
}

section#screens .filter a:hover {
  color: #ffffff;
  background: #f6231c;
  border-color: #f6231c;
}

section#screens .filter a.active {
  color: #ffffff;
  background: #f6231c;
  border-color: #f6231c;
}  


.scrollpoint {
  opacity: 0;
}

.scrollpoint.active {
  opacity: 1 \0;
}

.hanging-phone {
  position: absolute;
  right: 0;
  z-index: -1;
  bottom: -70px;
}

.section-heading {
  margin: 40px 0 40px 0;
  text-align: center;
}

.section-heading h1 {
  display: inline-block;
  font-size: 35px;
  font-weight: 300;
  margin-bottom: 0;
}

.section-heading h2 {
  display: inline-block;
  font-size: 35px;
  font-weight: 300;
  margin-bottom: 0;
}

.section-heading h2.title01 {
  display: inline-block;
  font-size: 35px;
  font-weight: 300;
  margin-bottom: 0;
}

.section-heading p {
  margin: 40px 0 40px 0;
  font-size: 16px;
  color: #999999;
  font-weight: 300;
  text-align: left;
}

.section-heading p.txt02 {
  margin: 40px 0 40px 0;
  font-size: 25px;
  color: #999999;
  font-weight: 300;
  text-align: center;
}

.section-heading .divider:after {
  content: "";
  position: relative;
  height: 4px;
  width: 100%;
  display: block;
  text-align: center;
  margin: 13px auto;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em;
}

.section-heading .divider2:after {
  content: "";
  position: relative;
  height: 4px;
  width: 200px;
  display: block;
  text-align: center;
  margin: 13px auto;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em;
}

.section-heading.inverse h1,
.section-heading.inverse p {
  color: #30495e;
}

.section-heading.inverse .divider:after {
  background: #30495e;
}

.section-heading.inverse .divider2:after {
  background: #30495e;
}

/*__________________________________________________

  vis
  __________________________________________________*/
section#vis {
  position: relative;
  margin: 0;
  padding: 0;
}

.vis {
	/*position: relative;
	top: 110px;*/
	width: 100%;
	margin: 0 auto 0 auto;
	padding: 0;
	background: #ffffff;
	/*background: #ffffff url("../img/main_vis.png") 0 0 no-repeat;*/
	text-align: center;
	}

.resizeimage-contents01 {
	margin: 0 auto;
	max-width: 1140px;
	min-width: 240px;
	background: #ffffff;
	}

.resizeimage-contents01 img {
	width: 100%;
	background: #ffffff;
	}

.contact {
	margin: 10px 0 0 0;
	padding: 0;
	text-align: center;
}

/*__________________________________________________

  about
  __________________________________________________*/
section#about {
  position: relative;
  margin: 0;
  padding: 0;
}

section#about .about-item {
  text-align: center;
  font-size: 14px;
  line-height: 25px;
  color: #999999;
}

section#about .about-item p {
  text-align: left;
  font-size: 14px;
  line-height: 25px;
  color: #999999;
}

section#about .about-item i.fa {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding: 35px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 104px;
}

section#about p.txtbox01 {
  width: 83%;
  margin: 0 auto;
  font-size: 16px;
}

/*__________________________________________________

  point
  __________________________________________________*/
section#point {
  position: relative;
  margin-top: -100px;
  padding-top: 100px;
}

.pointBox h3.point {
 color: #30495e;
 text-align: left;
}

.pointBox h3.point-sp {
 color: #30495e;
 text-align: left;
 font-size: 20px;
 font-weight: bold;
}

.pointBox p {
  color: #30495e;
}

.mb40 {
  margin: 0 0 40px 0;
}

/*__________________________________________________

  flow
  __________________________________________________*/
section#flow {
  position: relative;
  margin-top: -100px;
  padding-top: 100px;
}

.sponly {
    display: none;
  }

/*__________________________________________________

  contact
  __________________________________________________*/
section.contact {
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 0 0 70px 0;
  margin-top: 60px;
  z-index: 2;
  /*background: url("../img/bg01.jpg");*/
  background: #c6ffef;
}

section.contact .platforms {
  margin: 0px auto 0px auto;
  text-align: center;
}

section.contact .platforms .btn {
  margin-right: 10px;
  margin-bottom: 0px;
}

section.contact header {
  color: #30495e;
}

section.contact .section-heading p {
  position: relative;
  text-align: center;
}

section.contact h2 {
  color: #30495e;
}

section.contact header h2:after {
  background: #30495e;
}

section.contact .platforms {
  color: #30495e;
}

section.contact .platforms a i {
  color: #30495e;
}

section.contact .platforms a div.media-body {
  color: #30495e;
}

section.contact .platforms a:hover {
  background: #30495e;
}

section.contact .platforms .media:hover a i,
section.contact .platforms .media:hover a div.media-body {
  color: #30495e;
}

.resizeimage-contents02 {
	margin: 0 auto;
	max-width: 640px;
	min-width: 240px;
	}

.resizeimage-contents02 img {
	width: 100%;
	}

.resizeimage-contents03 {
	margin: 0 auto;
	max-width: 640px;
	min-width: 240px;
	}

.resizeimage-contents03 img {
	width: 100%;
	}

.resizeimage-contents04 {
	margin: 0 auto;
	max-width: 320px;
	min-width: 240px;
	}

.resizeimage-contents04 img {
	width: 100%;
	}

/*__________________________________________________

  footer
  __________________________________________________*/
footer {
  bottom: 0;
  padding: 20px 0;
  text-align: center;
}

footer a > img {
  width: 100px;
}

footer .social {
  display: block;
  margin-top: 30px;
}

footer .social a {
  margin: 0 8px;
  padding: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

footer .social a i {
  width: 1em;
}

footer .rights {
  margin-top: 30px;
}

footer .rights a {
  text-decoration: underline;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  font-weight: bold;
}

footer .rights a:hover {
  text-decoration: none;
}

section {
  position: relative;
  padding-bottom: 90px;
}

footer {
  background: #f6231c;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #dbdbdb 0%, #dbdbdb 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #dbdbdb), color-stop(100%, #dbdbdb));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg, #dbdbdb 0%, #dbdbdb 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg, #dbdbdb 0%, #dbdbdb 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg, #dbdbdb 0%, #dbdbdb 100%);
  /* IE10+ */
  background: linear-gradient(-45deg, #dbdbdb 0%, #dbdbdb 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#dbdbdb, endColorstr=#dbdbdb, GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}

footer .social a {
  border: 2px solid #ffffff;
}

footer .social a i {
  color: #ffffff;
}

footer .social a:hover {
  background: #ffffff;
}

footer .social a:hover i {
  color: #f6231c;
}

footer .rights {
  color: #666666;
}

footer .rights a {
  color: #ffffff;
  font-weight: 300;
  text-decoration: none;
}

.navbar-toggle {
  background-color: #CCC;
  /*border: 1px solid rgba(0, 0, 0, 0);*/
}

.btn.btn-primary-top {
  color: #ffffff;
  background: #FF7D81;
  border-color: #ff6b70;
}

.btn.btn-primary-top:hover {
  color: #ffffff;
  background: #ff9194;
  border-color: #ff6b70;
}

.btn.btn-primary-top.inverse {
  color: #ffffff;
  background: #FF7D81;
  border-color: #ff6b70;
}

.btn.btn-primary-top.inverse:hover {
  color: #ffffff;
  background: #ff9194;
  border-color: #ff6b70;
}

.btn.btn-primary {
  color: #ffffff;
  border-color: #ff6b70;
}

.btn.btn-primary:hover {
  color: #ffffff;
  background: #ff9194;
  border-color: #ff6b70;
}

.btn.btn-primary.inverse {
  color: #ffffff;
  background: #FF7D81;
  border-color: #ff6b70;
}

.btn.btn-primary.inverse:hover {
  color: #ffffff;
  background: #ff9194;
  border-color: #ff6b70;
}

.btn.btn-default {
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #ffffff), color-stop(100%, #cccccc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* IE10+ */
  background: linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#cccccc, GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  color: #336799;
}

.btn.btn-default:hover {
  color: #336799;
}

section#form {
  position: relative;
  margin-top: -100px;
  padding-top: 100px;
}

form .form-control:focus {
  border-color: #f6231c;
  color: #999999;
}

/*__________________________________________________

  common style for pseudo-elements
  __________________________________________________*/
.mobileonly {
  displany: none;
  }

section::before,
section::after {
  position: absolute;
  content: '';
  pointer-events: none;
  overflow: hidden;
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

.tp-caption {
  font-family: 'ΰSVbNΜ', 'Yu Gothic', "qMmpS ProN W3", "Hiragino Kaku Gothic ProN", "CI", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.tp-caption.large_white_bold {
  color: #000000;
  font-size: 60px;
  font-weight: 400;
}

.tp-caption.large_white_light {
  margin: 50px 0 0 0;
  color: #000000;
  font-size: 30px;
  font-weight: 400;
  font-weight: 300;
}

.btn {
  -webkit-border-radius: 3em;
  -moz-border-radius: 3em;
  -ms-border-radius: 3em;
  -o-border-radius: 3em;
  border-radius: 3em;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 5px 25px;
}

.btn.btn-primary {
  color: #ffffff;
  background: #FF7D81;
  border-color: #ff6b70;
}

.btn.btn-primary:hover {
  color: #ffffff;
  background: #ff9194;
  border-color: #ff6b70;
}

.btn.btn-default {
  border: none;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #ffffff), color-stop(100%, #cccccc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* IE10+ */
  background: linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#cccccc, GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}

.btn.btn-lg {
  padding: 20px 15px;
}

.btn.btn-lg2 {
  padding: 10px 35px;
}

.btn:hover {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

form .form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em;
  height: 40px;
  line-height: 40px;
  padding: 10px 20px;
  color: #cfcfcf;
  border: 2px solid #cccccc;
  font-weight: 300;
}

form textarea.form-control {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  height: auto;
  line-height: normal;
}

.bold {
	font-weight:bold;
	}

.alignL {
	text-align:left;
	}

.alignR {
	text-align:right;
	}

.alignC {
	text-align:center;
	}

.valignT {
	vertical-align:top;
	}

.valignB {
	vertical-align:bottom;
	}

.valignM {
	vertical-align:middle;
	}

.floatL {
	float:left;
	}

.floatR {
	float:right;
	}

.clear {
	clear:both;
	}

/* --margin-- */
.m0 { margin:0px!important;}

.mt04 { margin-top:4px!important; }
.mt05 { margin-top:5px!important; }
.mt10 { margin-top:10px!important; }
.mt15 { margin-top:15px!important; }
.mt20 { margin-top:20px!important; }
.mt25 { margin-top:25px!important; }
.mt30 { margin-top:30px!important; }
.mt35 { margin-top:35px!important; }
.mt40 { margin-top:40px!important; }
.mt80 { margin-top:80px!important; }

.mr05 { margin-right:5px!important; }
.mr07 { margin-right:7px!important; }
.mr10 { margin-right:10px!important; }
.mr12 { margin-right:12px!important; }
.mr13 { margin-right:13px!important; }
.mr15 { margin-right:15px!important; }
.mr16 { margin-right:16px!important; }
.mr20 { margin-right:20px!important; }
.mr25 { margin-right:25px!important; }
.mr30 { margin-right:30px!important; }
.mr35 { margin-right:35px!important; }
.mr37 { margin-right:37px!important; }
.mr46 { margin-right:46px!important; }

.mb04 { margin-bottom:4px!important; }
.mb05 { margin-bottom:5px!important; }
.mb10 { margin-bottom:10px!important; }
.mb15 { margin-bottom:15px!important; }
.mb20 { margin-bottom:20px!important; }
.mb25 { margin-bottom:25px!important; }
.mb30 { margin-bottom:30px!important; }
.mb35 { margin-bottom:35px!important; }
.mb40 { margin-bottom:40px!important; }
.mb60 { margin-bottom:60px!important; }

.ml01 { margin-left:1px!important; }
.ml05 { margin-left:5px!important; }
.ml10 { margin-left:10px!important; }
.ml13 { margin-left:13px!important; }
.ml15 { margin-left:15px!important; }
.ml20 { margin-left:20px!important; }
.ml25 { margin-left:25px!important; }
.ml30 { margin-left:30px!important; }
.ml35 { margin-left:35px!important; }
.ml45 { margin-left:45px!important; }
.ml55 { margin-left:55px!important; }
.ml60 { margin-left:60px!important; }
.ml120 { margin-left:120px!important; }
.ml200 { margin-left:200px!important; }
.ml400 { margin-left:400px!important; }
.ml415 { margin-left:415px!important; }
.ml525 { margin-left:525px!important; }


/* --padding-- */
.p0 { padding:0px!important; }

.pt05 { padding-top:5px!important; }
.pt10 { padding-top:10px!important; }
.pt15 { padding-top:15px!important; }
.pt20 { padding-top:20px!important; }
.pt25 { padding-top:25px!important; }
.pt30 { padding-top:30px!important; }
.pt35 { padding-top:35px!important; }

.pr05 { padding-right:5px!important; }
.pr10 { padding-right:10px!important; }
.pr15 { padding-right:15px!important; }
.pr20 { padding-right:20px!important; }
.pr25 { padding-right:25px!important; }
.pr30 { padding-right:30px!important; }
.pr35 { padding-right:35px!important; }

.pb05 { padding-bottom:5px!important; }
.pb10 { padding-bottom:10px!important; }
.pb15 { padding-bottom:15px!important; }
.pb20 { padding-bottom:20px!important; }
.pb25 { padding-bottom:25px!important; }
.pb30 { padding-bottom:30px!important; }
.pb35 { padding-bottom:35px!important; }
.pb42 { padding-bottom:42px!important; }

.pl05 { padding-left:5px!important; }
.pl10 { padding-left:10px!important; }
.pl15 { padding-left:15px!important; }
.pl20 { padding-left:20px!important; }
.pl25 { padding-left:25px!important; }
.pl30 { padding-left:30px!important; }
.pl35 { padding-left:35px!important; }
.pl45 { padding-left:45px!important; }

.privacybox {
	width: 100%;
	height: 200px;
	margin: 0 auto 20px auto;
	padding: 10px;
	border: 1px solid #eeeeee;
	overflow: auto;
	}

/*__________________________________________________

  pre-loader
  __________________________________________________*/
.pre-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  ackground: #336799;
  z-index: 9999999;
  display: none;
}

.pre-loader .load-con {
  margin: 20% auto;
  position: relative;
  text-align: center;
}

.spinner {
  margin: 50px auto 0;
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

/*__________________________________________________

  form
  __________________________________________________*/

section#form {
  position: relative;
  margin: 0;
  padding: 0;
  background: #ffffff;
}

input.txt01 {
  width: 100%;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

textarea.txt01 {
  width: 100%;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

#contact .box01 {
  text-align: left;
}

#contact .box02 {
  text-align: center;
}

#contact .box02 button {
  background: none;
  border: none;
}

#contact span.col01 {
  color: #ff0000;
}

table {
  margin: 0 0 40px 0;
  padding: 0;
}

table {
  border: 1px #ddd solid;
  width: 100%;
}

table th {
  width: 30%;
  padding: 8px 10px;
  border: #ddd solid 1px;
}
table td {
  padding: 8px 10px;
  border: #ddd solid 1px;
}


/*__________________________________________________

  media screen
  __________________________________________________*/
@media screen and (max-width: 998px) {
  header {
  background: #C6FFEF;
  min-height: 100%;
  }
  .slick-next {
    right: 0;
  }
  .slick-prev {
    left: 0;
  }
  .contact-details {
    margin-top: 20px;
  }
  .section-heading h2 {
    display: inline-block;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 0;
  }
  .pconly {
    display: none;
  }
  .sponly {
    display: inline;
  }
  .flowBox {
    clear: both;
    width: 100%;
    height: 100%;
    margin: 0 auto 0 auto;
    padding: 10px;
    background: #ffffff;
    border: 3px solid #ff77aa;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-align: left;
  }

  .flowBox h3 {
    margin: 10px 0 0 0;
    padding: 0;
    font-size: 16px;
  }

  .flowBox p {
    margin: 10px 0 0 0;
    padding: 0;
    color: #666666;
  }
  section.contact {
  margin-top: -60px;
  z-index: 2;
  /*background: url("../img/bg01.jpg");*/
  background: #c6ffef;
  }
}

@media screen and (max-width: 640px) {
  .android .wrapper {
    margin: 80px auto 0 auto; /*Google AndroidΜέ*/
    padding: 0;
  }
  .iphone .wrapper {
    margin: 80px auto 0 auto; /*iPhoneΜέ*/
    padding: 0;
  }
  header .navbar-default {
  height: 80px;
  background: #C6FFEF;
  }
  header .navbar-default.scrolled {
  height: 80px;
  background: #C6FFEF;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  padding: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  }
  img {
@@width:100%;
@}
  .section-heading {
  margin: 0px 0 0px 0;
  text-align: center;
  }
  .section-heading h2.title01 {
  display: inline-block;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 0;
  }
  section.contact {
  position: relative;
  margin-top: 0px;
  z-index: 2;
  /*background: url("../img/bg01.jpg");*/
  background: #c6ffef;
  }
  section.contact h2 {
  font-size: 16px;
  }
  section#point {
  position: relative;
  margin-top: 0;
  padding-top: 0;
  }
  section#flow {
  position: relative;
  margin-top: 0;
  padding-top: 0;
  }
  section#form {
  position: relative;
  margin-top: 0;
  padding-top: 0;
  }
  .android section#point {
  position: relative;
  margin-top: 0;
  padding-top: 0;
  }
  .android section#flow {
  position: relative;
  top: -80px;
  margin-top: 0;
  padding-top: 0;
  }
  .android section#form {
  position: relative;
  top: -130px;
  margin-top: 0;
  padding-top: 0;
  }
}

@media screen and (max-width: 320px) {
  header {
  height: 80px;
  background: #C6FFEF;
  background-size:contain;
  }
  header .navbar-default.scrolled {
  height: 80px;
  background: #C6FFEF;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  padding: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  }
  img {
@@width:100%;
@}
  .tp-banner {
  position: relative;
  margin-top: 0;
  }
  .section-heading {
  margin: 0px 0 0px 0;
  text-align: center;
  }
  .section-heading h2.title01 {
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 0;
  }
  section.contact {
  position: relative;
  margin-top: 0px;
  z-index: 2;
  background: url("../img/bg01.jpg");
  }
  section#point {
  position: relative;
  margin-top: 0;
  padding-top: 0;
  }
  section#flow {
  position: relative;
  top: -80px;
  margin-top: 0;
  padding-top: 0;
  }
  section#form {
  position: relative;
  top: -80px;
  margin-top: 0;
  padding-top: 0;
  }
}