@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700,900);
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body {
  font-family: "メイリオ",Meiryo,sans-serif !important;
  -webkit-font-smoothing: antialiased;
}
a {
  /*font-family: 'Lato', Arial;*/
  -webkit-font-smoothing: antialiased;
}

.between_box {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
}

.between_box02 {
  display: flex;
  max-width: 1000px;
  align-items: center;
  margin: 40px 0 60px 0 !important;
}

.note-text {
  font-size: 16px;
  border: solid 4px #0caf0b;
  padding: 20px;
  margin: 30px 0 30px 170px;
  display: inline-block;
  border-radius: 10px;
}

.note-text i {
  color: #ff0000;
  font-size: 1.2em;
  margin-right: 5px;
}

.point-block ul {
  max-width: 800px;
  font-size: 15px;
  font-weight: 300;
  list-style: none;
  border: solid 2px #337ab7;
  padding: 30px 30px;
  margin: 0;
}

.point-block ul li:not(:last-child) {
  margin-bottom: 20px;
}

.point-block ul li {
  display: flex;
  align-items: baseline;
  xtext-indent: -15px;
  xpadding-left: 30px;
}

.point-block ul li dl {
  display: flex;
  margin-bottom: 0;
  width: 100%;
}

.point-block ul li dl dt {
  display: flex;
  align-items: center;
  font-weight: normal;
  flex: 0 1 18em;
}

.point-block ul li dl dt:after {
  background-color: #337ab7;
  content: "";
  flex: 1 1 auto;
  height: 1px;
  margin-left: 0.5em;
  margin-right: 0.5em;
}

.point-block ul li dl dd {
  flex: 1 1;
}

.point-title {
  color: #fff;
  padding: 6px 15px;
  display: inline-block;
  background-color: #337ab7;
}

.fa-check-circle {

  font-size: 20px;
  margin-right: 5px;
}

table.price{
	border-collapse: collapse;
	margin:20px;
}
table.price th{
	padding: 10px 40px;
	text-align: left;
	color: #333;
	background-color: #fff;
	border: 1px solid #b9b9b9;
	font-weight:normal;
	font-size:16px;
}
table.price td{
	padding: 10px 40px;
	background-color: #fff;
	border: 1px solid #b9b9b9;
	font-size:18px;
}
table.price td span.number{
	display:inline-block;
	text-align:right;
	font-size:18px;
	/* width:80px; */
	margin-right:5px;
}
table.price td span.unit{
	font-size:14px;
}



div.content {
  overflow: hidden ;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {

}
h2{
	font-size:36px;
	margin-bottom:10px;
}
header .navbar-default {
  background: transparent;
  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 .navbar-default .logo{
    width: 145px;
    margin-left: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
}
header .navbar-default ul.navbar-nav {
  overflow-x:auto;
	overflow-y:hidden;
	/* max-height:1200px; */ /* この記述のためにメニュー下部が表示されていなかった*/
  /*padding-top: 30px;*/
	width:100%;
	margin-bottom:30px;

  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);

  /*background-color:#d24726;*/
border-right: 1px solid #e3e3e3;
}
header .navbar-default ul.navbar-nav li{
  float: none !important;
  border-bottom:1px dotted #ffffff;
	background-color: #0076D1;
  padding-left: 10px;
height: 40px;
}
header .navbar-default ul.navbar-nav li:last-child{
  border-bottom:none;
}
header .navbar-default ul.navbar-nav li a {
	line-height:22px;
	color:#ffffff !important;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 15px;
  padding: 6px 15px;
  -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;
  letter-spacing:0.03em;
}
header .navbar-default ul.navbar-nav li: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;
  background-color:#ff897b;
}
header .navbar-default ul.navbar-nav li a:hover:after {
  background: #ffffff;
}
header .navbar-default ul.navbar-nav li a.getApp {
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em;
  -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 .navbar-default ul.navbar-nav li a.getApp:after {
  display: none;
}
header .navbar-default ul.navbar-nav li a:focus {
  color: #ffffff;
}
header .navbar-default .navbar-brand {
  height: auto;
  padding: 0;
}
header .navbar-default.scrolled {
	height:auto;
  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;
}
header .navbar-default.scrolled .navbar-brand img {
  width: 175px;
}
header .navbar-default.scrolled ul.navbar-nav {
  padding-top: 0;
}

.hanging-phone {
  position: absolute;
  right: 0;
  z-index: 0;
  bottom: -70px;
}
.section-heading {
  margin: 0px 0 20px;
  text-align: left;
}
.section-heading h1 {
  display: inline-block;
  font-size: 50px;
  font-weight: 300;
  margin-bottom: 20px;
}
.section-heading p {
	margin-left:40px;
  font-size: 20px;
  font-weight: 300;
margin-right: 40px;
}
.section-heading ul {
	margin-left:40px;
}
.section-heading .divider:after {
  content: "";
  position: relative;
  height: 4px;
  width: 200px;
  display: block;
  text-align: left;
  margin: 13px 0;
  -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: #ffffff;
}
.section-heading.inverse .divider:after {
  background: #ffffff;
}
section#about {
  position: relative;
}
section#about .about-item {
  text-align: center;
  font-size: 17px;
  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#features .media i.fa {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding: 20px;
  -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: 2.6em;
  text-align: center;
}
section#features .media .media-heading {
  padding-top: 10px;
  font-weight: 300;
}
section#features .media .media-heading h3{
	font-size:24px;
}
section#features .media .media-body {
  color: #999999;
}
section#features .media.feature {
  margin-top: 25px;
}
section#features .media.feature:first-child {
  margin-top: 0;
}
section#features img {
  margin: 0 auto 20px;
}
section#reviews {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
section#reviews .review-filtering {
  margin: 20px 0 100px 0;
}
section#reviews .review-filtering .review .review-person {
  width: 100%;
}
section#reviews .review-filtering .review .review-person img {
  width: 110px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin: 10px auto;
}
section#reviews .review-filtering .review .review-comment {
  width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  padding: 5px 40px 20px;
  position: relative;
}
section#reviews .review-filtering .review .review-comment h3 {
  margin-bottom: 15px;
}
section#reviews .review-filtering .review .review-comment p {
  font-size: 16px;
  color: #999999;
}
section#reviews .review-filtering .review .review-comment p span {
  margin-left: 10px;
}
section#reviews .review-filtering .review .review-comment:after {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-width: 15px;
  margin-top: -10px;
}
section#reviews .review-filtering .review .review-person,
section#reviews .review-filtering .review .review-comment {
  float: left;
}
section#reviews .review-filtering .slick-dots {
  bottom: -80px;
}
section#reviews .review-filtering .slick-dots li button {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
section#reviews .review-filtering .slick-dots li button:before {
  display: none;
}
section#screens .slider {
  margin: 50px 0;
}
section#screens .slider div img {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  padding: 10px;
  display: inline;
}
section#screens .slider div h4 {
  text-align: center;
  margin-top: 40px;
  font-size: 16px;
}
section#screens .slider .slick-dots li button {
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em;
}
section#screens .slick-prev,
section#screens .slick-next {
  width: 50px;
  height: 50px;
  top: 44%;
}
section#screens .slick-slide {
  text-align: center;
}
section#screens .slick-prev:before {
  content: "\f104";
}
section#screens .slick-next:before {
  content: "\f105";
}
section#screens .slick-prev:before,
section#screens .slick-next:before {
  font-size: 34px;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em;
  line-height: 45px;
  color: #CCC;
  border: 2px solid #CCC;
  width: 50px;
  display: inline-block;
  height: 50px;
  text-align: center;
}
section#screens .filter {
  text-align: center;
}
section#screens .filter a {
  display: inline-block;
  padding: 7px 20px;
  text-decoration: none;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em;
  margin: 10px 5px;
  text-transform: uppercase;
  -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;
}
/* demo video Section */
section#demo .video-container {
  padding: 20px;
  border: 1px solid #b3b3b3;
  min-height: 450px;
  overflow: hidden;
}
section#demo iframe {
  width: 100%;
  height: 100%;
  border: none;
}
section#demo a.back{
	padding:6px 14px;
	margin:0 8px 0 14px;
	font-size:16px;
	vertical-align:super;
}
section#demo a.back i{
	margin-right:10px;
}
/* Get app Section */
section#getApp {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 70px 0;
}
section#getApp .platforms {
  margin: 5px auto 120px auto;
  text-align: center;
}
section#getApp .platforms .btn {
  margin-right: 10px;
  margin-bottom: 20px;
}
/* support section */
section#support {
  padding: 0 0 150px 0;
}
section#support .media {
  margin-bottom: 10px;
}
section#support .media i.fa {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding: 10px;
  -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: 1.9em;
  text-align: center;
}
section#support .media .media-heading {
  padding-top: 15px;
  font-weight: 300;
}
section#support .media .media-heading a {
  font-weight: 400;
}
/* footer section */
footer {
  padding: 16px 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: 10px;
  padding-left:196px;
}
/* Common style for pseudo-elements */
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: "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif !important;
  font-weight: bold !important;
  -webkit-font-smoothing: antialiased;
}
.tp-caption.large_bold {
  color: #555555;
  font-size: 50px;
  font-weight: 400;
}
.tp-caption.large_light {
  color: #555555;
  font-size: 48px;
  font-weight: 400;
  font-weight: 300;
}
.tp-caption.middle_light {
  color: #555555;
  font-size: 40px;
  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 {
  border: 2px solid #ffffff;
  background: none;
  color: #ffffff;
}
.btn.btn-primary:hover {
  color: #ffffff;
}
.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: 10px 25px;
}
.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;
}
@media screen and (max-width: 1200px) {
  #faq pre.pcomm{
    font-size:14px !important;
    font-weight: normal !important;
  }
  #faq h3 .fa{
    margin-left:12px !important;
  }
  #faq h3,
  #faq dl{
    margin-left:0 !important;
  }
}
@media screen and (max-width: 768px) {
  .wrapper{
    margin-top:60px !important;
  }
  .section-heading div,
  .section-heading p,
  .section-heading img{
    margin-left:0 !important;
  }
}
@media screen and (max-width: 640px) {
  .logo {
    width: 100px;
    height: auto;
  }
  .slick-next {
    right: 0;
  }
  .slick-prev {
    left: 0;
  }
  .contact-details {
    margin-top: 20px;
  }
  header .navbar-default {
    padding: 0;
  }
  header .navbar-default .navbar-toggle {
    margin-top: 0px;
    margin-right: 0px;
    background: none;
    border: 2px solid #ffffff;
    color: #ffffff;
    -webkit-border-radius: 5em;
    -moz-border-radius: 5em;
    -ms-border-radius: 5em;
    -o-border-radius: 5em;
    border-radius: 5em;
  }
  header .navbar-default .navbar-toggle:hover,
  header .navbar-default .navbar-toggle:focus {
    background: none;
  }
  header .navbar-default ul.navbar-nav {
    padding-top: 0;
    margin: 0;
  }
  header .navbar-default ul.navbar-nav li a {
    padding: 10px;
    text-align: center;
  }
  header .navbar-default ul.navbar-nav li a.getApp {
    background: none !important;
    -webkit-border-radius: 0em;
    -moz-border-radius: 0em;
    -ms-border-radius: 0em;
    -o-border-radius: 0em;
    border-radius: 0em;
  }
  header .navbar-default .navbar-collapse {
    border-color: transparent;
  }
  header .navbar-default.scrolled .navbar-collapse {
    border-color: transparent;
  }
  header .navbar-default.scrolled ul.navbar-nav {
    padding-top: 0;
    margin: 0;
  }
  header .navbar-default.scrolled .navbar-toggle {
    /*margin-top: 11px;
    margin-right: 20px;*/
    background: none;
    border: 2px solid #ffffff;
    color: #ffffff;
    -webkit-border-radius: 5em;
    -moz-border-radius: 5em;
    -ms-border-radius: 5em;
    -o-border-radius: 5em;
    border-radius: 5em;
  }
  #faq pre.pcomm{
    font-size:12px !important;
    font-weight: normal !important;
  }
}
.pre-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  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);
  }
}
header .navbar-default ul.navbar-nav li a {
  color: #ffffff;
  background: none;
	padding-top: 10px;
}
header .navbar-default ul.navbar-nav li a.getApp {
  color: #3c79b4;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(180deg, #ffffff 0%, #e0e0e0 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #ffffff), color-stop(100%, #e0e0e0));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(180deg, #ffffff 0%, #e0e0e0 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(180deg, #ffffff 0%, #e0e0e0 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(180deg, #ffffff 0%, #e0e0e0 100%);
  /* IE10+ */
  background: linear-gradient(180deg, #ffffff 0%, #e0e0e0 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#e0e0e0, GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
header .navbar-default ul.navbar-nav li a.getApp:hover {
  color: #4081bf;
  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 */
  -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 .navbar-default ul.navbar-nav li a:hover {
  color: #ffffff;
  -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 .navbar-default.scrolled {
  /*border-bottom: 3px solid #d24726;*/
}
header .navbar-default.scrolled ul.navbar-nav li a {
  color: #d24726;
}
header .navbar-default.scrolled ul.navbar-nav li a:hover {
  color: #d24726;
}
header .navbar-default.scrolled ul.navbar-nav li a:hover:after {
  background: #d24726;
}
header .navbar-default.scrolled .navbar-brand {
  background: none;
}
section .section-heading .divider:after {
  background: #ff897b;
  margin-bottom:20px;
  width: 100%;
}
section#about .about-item i.fa {
  border: 2px solid #ffb6b1;
  color: #ffb6b1;
}
section#about .about-item:hover i.fa {
  color: #ffffff;
  background: #ffb6b1;
}
section#about .about-item:hover h3 {
  color: #ffb6b1;
}
section#features {
  background: #f6f6f6;
}
section#features header h1:after {
  background: #ffb6b1;
}
section#features .media i.fa {
  border: 2px solid #ffb6b1;
  color: #ffb6b1;
}
section#features .media:hover i.fa {
  color: #ffffff;
  background: #ffb6b1;
}
section#features .media:hover h3 {
  color: #ffb6b1;
}
section#features .media.active i.fa {
  color: #ffffff;
  background: #ffb6b1;
}
section#features .media.active .media-heading {
  color: #ffb6b1;
}
section#reviews {
  background: url("../img/freeze/bk-freeze.jpg");
}
section#reviews header {
  color: #ffffff;
}
section#reviews header h1:after {
  background: #ffffff;
}
section#reviews .review-filtering .review .review-person img {
  border: 3px solid #ffffff;
}
section#reviews .review-filtering .review .review-comment {
  background: #ffffff;
}
section#reviews .review-filtering .review .review-comment h3 {
  color: #ffb6b1;
}
section#reviews .review-filtering .review .review-comment p span i {
  color: #ffb6b1;
}
section#reviews .review-filtering .review .review-comment:after {
  border-right-color: #ffffff;
}
section#reviews .review-filtering .slick-dots li button {
  background: #ffffff;
  border: 2px solid #ffffff;
}
section#reviews .review-filtering .slick-dots li.slick-active button {
  background: #ffb6b1;
}
section#screens header h1:after {
  background: #ffb6b1;
}
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: #ffb6b1;
}
section#screens .filter a {
  border: 2px solid #cccccc;
  color: #999999;
}
section#screens .filter a:hover {
  color: #ffffff;
  background: #ffb6b1;
  border-color: #ffb6b1;
}
section#screens .filter a.active {
  color: #ffffff;
  background: #ffb6b1;
  border-color: #ffb6b1;
}
/* demo video Section */
section#demo {
  background: #f6f6f6;
}
section#demo header h1:after {
  background: #ffb6b1;
}
/* Get app Section */
section#getApp {
  background: url("../img/freeze/bk-freeze-ga.jpg");
}
section#getApp header {
  color: #ffffff;
}
section#getApp header h1:after {
  background: #ffffff;
}
section#getApp .platforms .media {
  border: 2px solid #ffffff;
  color: #ffffff;
}
section#getApp .platforms .media a i {
  color: #ffffff;
}
section#getApp .platforms .media a div.media-body {
  color: #ffffff;
}
section#getApp .platforms .media:hover {
  background: #ffffff;
}
section#getApp .platforms .media:hover a i,
section#getApp .platforms .media:hover a div.media-body {
  color: #ffb6b1;
}
/* support section */
section#support header h1:after {
  background: #ffb6b1;
}
section#support .media i.fa {
  border: 2px solid #ffb6b1;
  color: #ffb6b1;
}
section#support .media a {
  color: #ffb6b1;
}
section#support .media:hover i.fa {
  color: #ffffff;
  background: #ffb6b1;
}
section#support .media:hover h3 {
  color: #ffb6b1;
}
/* footer section */
footer {
  background: #ffb6b1;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #ffb6b1 0%, #d24726 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #ffb6b1), color-stop(100%, #d24726));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg, #ffb6b1 0%, #d24726 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg, #ffb6b1 0%, #d24726 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg, #ffb6b1 0%, #d24726 100%);
  /* IE10+ */
  background: linear-gradient(-45deg, #ffb6b1 0%, #d24726 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffb6b1, endColorstr=#d24726, 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: #ffb6b1;
}
footer .rights {
  color: #ffffff;
  font-size:14px;
}
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 {
  color: #ffb6b1;
  border-color: #ffb6b1;
}
.btn.btn-primary:hover {
  color: #ffffff;
  background: #ffb6b1;
  border-color: #ffb6b1;
}
.btn.btn-primary.inverse {
  color: #ffffff;
  border-color: #ffffff;
}
.btn.btn-primary.inverse:hover {
  color: #ffffff;
  background: #ffb6b1;
  border-color: #ffb6b1;
}
.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: #d24726;
}
.btn.btn-default:hover {
  color: #d24726;
}
form .form-control:focus {
  border-color: #ffb6b1;
  color: #999999;
}
@media screen and (max-width: 640px) {
  header .navbar-default .navbar-toggle:hover,
  header .navbar-default .navbar-toggle:focus {
    background: none;
  }
  header .navbar-default ul.navbar-nav li a {
    color: #ffffff;
    border-bottom: 1px solid #376fa4;
  }
  header .navbar-default ul.navbar-nav li a.getApp {
    color: #ffffff;
  }
  header .navbar-default ul.navbar-nav li a:after {
    display: none;
  }
  header .navbar-default ul.navbar-nav li a:hover {
    color: #ffb6b1;
  }
  header .navbar-default .navbar-collapse {
    background: #d24726;
  }
  header .navbar-default.scrolled {
    background: #d24726;
  }
  header .navbar-default.scrolled ul.navbar-nav li a {
    color: #ffffff;
  }
  header .navbar-default.scrolled ul.navbar-nav li a:hover {
    color: #ffb6b1;
  }
}
.pre-loader {
  background: #d24726;
}

footer.bottom{
	position:fixed;
	bottom:0;
	width:100%;
}

.tech{
	height:238px;
}
.tech:nth-child(even){
	padding-top:10px;
	background-color:aliceblue;
}
table.original {
	margin:0 60px;
}

table.original thead tr{
	border:1px solid #275e8d;
}
table.original thead th{
	background-color: #275e8d;
    color: #ffffff;
	padding:10px 15px;
	font-size:20px;
	font-weight:normal;
	border-right:1px dotted #ffffff;
}
table.original tbody tr{
	border:1px solid #275e8d;
}
table.original tbody tr:nth-child(even){background-color:aliceblue;}
table.original tbody th{
	font-size:20px;
	vertical-align: top;
	max-width:300px;
	padding:10px 20px;
	border-right:1px dotted #999999;
}
table.original tbody th img{
	margin:10px;
	display:block;
	clear:both;
}
table.original tbody td{
	vertical-align: top;
	padding:16px 10px 10px 10px;
}
table.original tbody h3{
	font-size:18px;
	margin-top:0;
	margin-left:10px;
}
table.original tbody p{
	font-size:14px;
	margin-left:30px;
}
table.original tbody li{
	font-size:14px;
	margin-left:10px;
}
#section02 h3{font-size:30px;font-weight:300;margin-top:0;margin-left:30px;}
#section02 h3 .fa{margin-right:14px;color:#d24726;/*font-size:50px;*/}
#section02 .media-heading {
	display:inline-block;
	padding:4px 30px 4px 10px;
	font-size:18px;
	margin-bottom:0;
	background-color:#275e8d;
	color:#ffffff;
}
#section02 .media-heading i.fa{
	margin-right:10px;
}
#section02 h4.media-heading {
	padding:0;
	line-height:36px;
	font-size:20px;
	background-color:transparent;
}
#faq{
	background:none !important;
}
#faq .section-heading{
	margin-top:10px;
}
#faq h1 {font-size:54px;margin-bottom:10px;}
#faq h1 span {font-size:32px;}
#faq h2{
	font-size:28px;
	margin:0;
	padding:14px 14px 14px 20px;
	color:#ffffff;
	cursor:pointer;
	border-bottom:1px solid #ffffff;
	background:#d24726 url('../img/wall_line.png') repeat;
}
#faq h3{
	font-size:22px;
	margin:0 0 0 60px;
	padding:10px;
	color:#ffffff;
	cursor:pointer;
	border-bottom:1px solid #ffffff;
	background:#ff897b url('../img/wall_line.png') repeat;
}
#faq h2 .fa{margin-right:18px;color:#ffffff;}
#faq h3 .fa{margin-left:4px;margin-right:16px;color:#ffffff;}
#faq dl{
	margin:0 0 0 100px;
}
#faq dt{
	font-size:20px;

	background:url('../img/question.png') no-repeat 14px 32px;
	padding:32px 20px 6px 56px;
}
#faq dd{
	font-size:14px;
	background: url('../img/answer.png') no-repeat 14px 2px;
	padding:6px 20px 32px 56px;
	border-bottom:1px solid #cccccc;
}
#faq dd:last-child{
	border-bottom:none;
}

#faq dd ul{
	margin-top:10px;
	font-size:15px;

}
#faq .wrap_old{
	background-color:#fafafa;
	margin-top:20px;
	padding-bottom:10px;
}
#faq .wrap_dynamic{
	background-color:aliceblue;
	margin-top:20px;
	padding-bottom:10px;
}
#faq h4{
	font-size:16px;
	padding:6px 10px;
}
#faq h4 i {
	margin-right:10px;
}
#faq .wrap_old,
#faq .wrap_dynamic{
	margin-left:30px;
}
#faq .wrap_old h4{
	color:#ffffff;
	background-color:#708090;
}
#faq .wrap_dynamic h4{
	color:#ffffff;
	background-color:#399ecf;
}
#faq p{
	font-size:14px;
}
#faq  .yellow_frame{
	margin:16px 16px 0 16px;
	padding:10px 20px;
	background-color:#fffff0;
	border:1px solid #fff462;
}
.section-heading ul {
	font-size:22px;
  color: #333333;
  font-weight: 300;
}
.media .media-body p {
	padding:10px;
	line-height:1.4em;
  font-size: 17px;
  color: #888888;
  font-weight: 300;
}
.about-item p{
  font-size: 20px;
  margin-left:0;
}
.navbar{
width: 196px;
}
.navbar-header{
	padding-top:10px;
	padding-bottom:10px;
	background-color:#ffffff;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  width:196px;
}
.navbar-header span.fa{
}
.navbar a.banner{
	clear:both;
	display:block;
	margin-bottom:10px;
}
.arrow{
	cursor:pointer;
}
.row{
	margin-left:40px;
}
ul.evo{
	font-size:22px;
	list-style:none;
	padding-left:20px;
}
ul.evo li{
	margin-bottom:4px;
}
ul.evo i.fa{
	font-size:30px !important;
	width:30px;
	margin-right:10px;
	color:#337ab7;
	text-align:center;
}
ul.evo img{
	margin-left:4px;
}
ul.evo span{
	margin-left:10px;
	font-size:16px;
}
.example_button{
    background-color: #d24726;
    border-radius: 4px;
    color: #ffffff;
    cursor: pointer;
    margin-left: 4px;
    padding: 2px 8px;
	text-decoration:none;
}
.example_button:hover {
    background: rgba(0, 0, 0, 0) linear-gradient(#d24726, #ff897b) repeat scroll 0 0;
    color: #ffffff;
    text-decoration: none;
}

.wrap_button_center{
	text-align:center;
	clear:both;
	margin-top:40px;
}
.wrap_button{
	display:block;
	margin:0 90px 0 90px;
	clear:both;
	border-bottom:1px dotted #cccccc;
}
.wrap_button_center .button_blue,
.wrap_button_center .button_red,
.wrap_button_center .button_green{
	font-size:26px;
	padding:15px 25px;
	width:auto;
}
.wrap_button .button_blue,
.wrap_button .button_red,
.wrap_button .button_green{
	display:inline-block;
	width:210px;
	padding-left:15px;
	padding-right:15px;
}
.wrap_button div {
	margin-left:10px;
	display:inline-block;
	vertical-align:middle;
	font-size:14px;
}
.button_blue{
	cursor:pointer;
	color:#ffffff;
	background-color:#399ecf;
	padding:10px 20px;
	font-size:20px;
	border-radius:4px;
	margin:8px;
	border:none;
}
.button_blue:hover{
	color:#ffffff;
	background: linear-gradient(#399ecf, #337ab7);
	text-decoration:none;
	border-radius:4px solid #337ab7;
}
.button_red{
	cursor:pointer;
	color:#ffffff;
	background-color:#ae0023;
	padding:10px 20px;
	font-size:20px;
	border-radius:4px;
	margin:8px;
}
.button_red:hover{
	color:#ffffff;
	background: linear-gradient(#ae0023, #cc0000);
	text-decoration:none;
	border-radius:4px solid #cc0000;
}
.button_green{
	cursor:pointer;
	color:#ffffff;
	background-color:#5dc300;
	padding:10px 20px;
	font-size:20px;
	border-radius:4px;
	margin:8px;
}
.button_green:hover{
	color:#ffffff;
	background: linear-gradient(#5dc300, #6be000);
	text-decoration:none;
	border-radius:4px solid #6be000;
}
.example{
	display:none;
	position:absolute;
	border:1px solid #d24726;
	background-color:#ffffff;
	border-radius:6px;
}
.example h3{
	color:#ffffff;
	padding:10px 20px;
	font-size:24px;
	margin-top:0;
	margin-bottom:0;
	background:#d24726 url('../img/wall_line.png') repeat;
	border-radius:6px 6px 0 0;
}
.example img{
	padding:5px;
}
.example .close{
	font-size:28px;
	color:#ffffff;
	opacity:1;
}
.example .close:hover{
	background-color:#ff897b;
}

.extra-nav a{
	font-size:14px !important;
	line-height:20px !important;
}
.extra-nav a i{
	margin-right:8px;
}

.source{
	background-color:#147ee8;
	margin-right:14px;
	float:right;
	font-size:18px;
	margin-top:6px;
	display:none;
}
.source:hover{
	background: linear-gradient(#1a8dff, #147ee8);
}

pre.pcomm>span.emp{
    color: #25de31 !important;
}
span.emp{
	color:#337ab7;
  font-size:1.1em;
}
span.emp2{
	color:#337ab7;
}
dl.toggle {
    background-color: aliceblue;
    border: 1px solid #cccccc;
	margin:40px;
}
dl.toggle>dt {
    background-image: url("/jpn/news/image/close.png");
    background-position: 8px 18px;
    background-repeat: no-repeat;
    color: #003399;
    cursor: pointer;
    font-size: 20px;
	font-weight:normal;
    text-indent: 24px;
	padding:20px 10px;
}
dl.toggle>dt.open {
    background-image: url("/jpn/news/image/open.png");
    border-bottom: 1px dotted #cccccc;
    margin-bottom: 0;
}
dl.toggle>dt span.description {
    font-size:14px;
	margin-left:10px;
}
dl.toggle>dd {
    background-position: 98% 94%;
    background-repeat: no-repeat;
    display: none;
    font-size: 16px;
    padding: 10px 0 10px 40px;
    width: 100%;
}
dl.toggle ul {
	margin:10px 0 0 10px;
    font-size:16px;
}
dl.toggle ul li{
	margin-bottom:6px;
}
dl.sub dt{
	margin-top:15px;
	margin-bottom:4px;
	font-size:20px;
	font-weight:normal;
}
dl.sub dd{
	margin-left:30px;
	font-size:14px;
	color:#888888;
}

header .navbar-default ul.navbar-nav li.sub{
    background-color: #E2EEFF !important;
	color:#666;
	margin-left:0;
	padding-left:0;
	padding-right:0;
	border-bottom:1px solid #FF897B;
}
header .navbar-default ul.navbar-nav li.sub_top{
	border-top:1px solid #ffcccc;
}
header .navbar-default ul.navbar-nav li.sub a{
	padding-right:0;
	color:#666 !important;
	font-size:13px;
}
header .navbar-default ul.navbar-nav li.sub a span.sub_icon{
	margin-right:4px;
}
header .navbar-default ul.navbar-nav li.sub a: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;
  background-color:#ffcccc;
}
header .navbar-default ul.navbar-nav li.sub a:hover:after {
  background: #ffffff;
}
header .navbar-default ul.navbar-nav li.subsub a {
  padding-left:65px;
}
div.media-body p.description{
  padding: 15px 5px 5px 20px ;
  margin-bottom:0;
  font-size: 16px;
  line-height: 1.5em;
}
.h1_automobile{
	margin:0 !important;
	padding:20px 0 20px 130px;
	float:left;
	background:url("../img/automobile/icon_mobile.png") no-repeat 0 50%;
}

.option{
  border-left:2px solid #007cd7;
  border-top:2px solid #007cd7;
  border-right:2px solid #007cd7;
  border-bottom:3px solid #007cd7;
  color:#007cd7;
  padding:6px 16px 2px 20px;
  float:right;
  font-size: 22px;
  letter-spacing: 0.05em;
  margin-right:20px;
  line-height:32px;
  background-color:#f5faff;
  border-radius:10px;
}
.option2{
  border-left:2px solid #007cd7;
  border-top:2px solid #007cd7;
  border-right:2px solid #007cd7;
  border-bottom:3px solid #007cd7;
  color:#007cd7;
  padding:6px 16px 2px 20px;
  float:right;
  font-size: 22px;
  letter-spacing: 0.05em;
  margin-top:40px;
  margin-right:120px;
  line-height:32px;
  background-color:#f5faff;
  border-radius:10px;
}
.option_service{
  border-left:2px solid #f08300;
  border-top:2px solid #f08300;
  border-right:2px solid #f08300;
  border-bottom:3px solid #f08300;
  color:#ea5506;
  background-color:#FFFAF0;
}
.option i{
  margin-right:10px;
  font-size: 28px;
  display: none;
}
#faq pre.pcomm {
    background-color: #000000;
    clear: both;
    color: #25de31;
    display: inline-block;
    font-family: Monaco,monospace;
    font-size: 19px;
    font-weight: bold;
    margin: 10px 0;
    padding: 10px;
    width: auto;
}





.toggleArea{display:none;}
.red{color:crimson !important;}
.green{color:#00b050 !important;}
.blue{color:#337ab7 !important;}
.border_blue{border:1px solid #337ab7;}
.border_gray{border:1px solid #cccccc;}

.font_bold{font-weight: bold !important;}

.font8 { font-size: 8px !important; }
.font9 { font-size: 9px !important; }
.font10 { font-size: 10px !important; }
.font11 { font-size: 11px !important; }
.font12 { font-size: 12px !important; }
.font13 { font-size: 13px !important; }
.font14 { font-size: 14px !important; }
.font15 { font-size: 15px !important; }
.font16 { font-size: 16px !important; }
.font17 { font-size: 17px !important; }
.font18 { font-size: 18px !important; }
.font19 { font-size: 19px !important; }
.font20 { font-size: 20px !important; }
.font21 { font-size: 21px !important; }
.font22 { font-size: 22px !important; }
.font23 { font-size: 23px !important; }
.font24 { font-size: 24px !important; }
.font25 { font-size: 25px !important; }
.font26 { font-size: 26px !important; }
.font27 { font-size: 27px !important; }
.font28 { font-size: 28px !important; }
.font29 { font-size: 29px !important; }
.font30 { font-size: 30px !important; }
.font32{font-size:32px !important;}
.font34{font-size:34px !important;}

.mt0{margin-top:0px !important;}
.mt10{margin-top:10px !important;}
.mt20{margin-top:20px !important;}
.mt30{margin-top:30px !important;}
.mt40{margin-top:40px !important;}
.mt60{margin-top:60px !important;}
.mt80{margin-top:80px !important;}
.mb0{margin-bottom:0px !important;}
.mb10{margin-bottom:10px !important;}
.mb20{margin-bottom:20px !important;}
.mb40{margin-bottom:40px !important;}
.mb60{margin-bottom:60px !important;}
.mb80{margin-bottom:80px !important;}
.ml0{margin-left:0px !important;}
.ml10{margin-left:10px !important;}
.ml20{margin-left:20px !important;}
.ml40{margin-left:40px !important;}
.ml60{margin-left:60px !important;}
.ml80{margin-left:80px !important;}
.mr0{margin-right:0px !important;}
.mr10{margin-right:10px !important;}
.mr20{margin-right:20px !important;}
.mr40{margin-right:40px !important;}
.mr60{margin-right:60px !important;}
.mr80{margin-right:80px !important;}
.mr90{margin-right:90px !important;}
.mr100{margin-right:100px !important;}

.p0{padding:0 !important;}
.p10{padding:10px !important;}
.p20{padding:20px !important;}
.p30{padding:30px !important;}
.p40{padding:40px !important;}
.p50{padding:50px !important;}
.p60{padding:60px !important;}
.p70{padding:70px !important;}
.p80{padding:80px !important;}
.p90{padding:90px !important;}
.p100{padding:100px !important;}
.pl0{padding-left:0 !important;}
.pl10{padding-left:10px !important;}
.pl20{padding-left:20px !important;}
.pl30{padding-left:30px !important;}
.pl40{padding-left:40px !important;}
.pl50{padding-left:50px !important;}
.pl60{padding-left:60px !important;}
.pl70{padding-left:70px !important;}
.pl80{padding-left:80px !important;}
.pl90{padding-left:90px !important;}
.pl100{padding-left:100px !important;}
.pr0{padding-right:0 !important;}
.pr10{padding-right:10px !important;}
.pr20{padding-right:20px !important;}
.pr30{padding-right:30px !important;}
.pr40{padding-right:40px !important;}
.pr50{padding-right:50px !important;}
.pr60{padding-right:60px !important;}
.pr70{padding-right:70px !important;}
.pr80{padding-right:80px !important;}
.pr90{padding-right:90px !important;}
.pr100{padding-right:100px !important;}
.pt0{padding-top:0 !important;}
.pt10{padding-top:10px !important;}
.pt20{padding-top:20px !important;}
.pt30{padding-top:30px !important;}
.pt40{padding-top:40px !important;}
.pt50{padding-top:50px !important;}
.pt60{padding-top:60px !important;}
.pt70{padding-top:70px !important;}
.pt80{padding-top:80px !important;}
.pt90{padding-top:90px !important;}
.pt100{padding-top:100px !important;}
.pb0{padding-bottom:0 !important;}
.pb10{padding-bottom:10px !important;}
.pb20{padding-bottom:20px !important;}
.pb30{padding-bottom:30px !important;}
.pb40{padding-bottom:40px !important;}
.pb50{padding-bottom:50px !important;}
.pb60{padding-bottom:60px !important;}
.pb70{padding-bottom:70px !important;}
.pb80{padding-bottom:80px !important;}
.pb90{padding-bottom:90px !important;}
.pb100{padding-bottom:100px !important;}

.marker_yellow{
	background: linear-gradient(transparent 60%, #ffff99 70%);
}
.marker_blue{
	background: linear-gradient(transparent 60%, #99ccff 70%);
}

/* automobile 追加時 */

/* -------------------------------------------
               アコーディオン用
------------------------------------------- */
/*ボックス全体*/
.accbox {
	width:600px;
	margin:0 0 40px 20px;
	padding: 0;
}
.accbox p{
	font-size:14px;
}
/*ラベル*/
.accbox label{
	display: block;
	margin: 1.5px 0;
	padding : 13px 12px;
	color: #333333;
	font-weight: bold;
	background: #eeeeee;
	cursor :pointer;
	border:#eeeeee 1px solid;
	border-radius:5px;
}

/*アイコンを表示*/
.accbox label:before {
	content: '\f0d7';
	font-family: 'FontAwesome';
	margin-left: 540px;
	line-height:1;
	font-size:30px;
}

/*ラベルホバー時*/
.accbox label:hover {
/*	background:rgba(238, 238, 238, 0.6); */
	border:#0CA4EF 1px solid;
	border-radius:5px;
}

/*チェックは隠す*/
.accbox input {
	display: none;
}

/*中身を非表示にしておく*/
.accbox .accshow {
	height: 0;
	padding: 0;
	overflow: hidden;
	opacity: 0;
	border:solid 1px #eeeeee;
	border-radius:5px;
}

/*クリックで中身表示*/
.cssacc:checked + label + .accshow {
	height: auto;
	padding: 20px;
	background: #ffffff;
	opacity: 1;
}

/*アイコンを入れ替える*/
.cssacc:checked + label:before {
	content: '\f0d8';
}

.comment h5{
	padding: 10px 0 0 15px;
	background:url("../img/bluedot.png") no-repeat left 70%;
	font-size:16px;
}
.comment p{
	margin:0 0 10px 20px;
	font-size:14px;
}
.comments{
	margin:0 80px 0 0;
	text-align:right;
	font-size:14px !important;
}
.local_list li{
	list-style:none;
	padding: 0 0 0 15px;
	margin-bottom:10px;
	background:url("../img/bluedot.png") no-repeat left 10%;
	font-size:16px;
	color:#888888;
}

.hidden{
	display:none;
}


/* ---------------------------------------------------------- */
dl.dl_mobile{
	margin:0 0 0 40px;
	padding:20px 0;
}
dl.dl_mobile dt{
	width:640px;
	margin-bottom:10px;
	font-weight:normal;
	font-size:24px;
	color:#337ab7;
	border-bottom:2px solid #d24726;
}
dl.dl_mobile dd{
	margin:0 0 20px 20px;
	font-size:20px;
}
.small-p{
	width:460px;
	margin:10px auto;
	padding:10px;
	font-size:14px !important;
	background-color:#fafafa;
	border:1px solid #dadada;
	border-radius:12px;
}
.automobile_last{
	width:100%;
	margin:40px 0;
	padding:20px 0;
	border-top:2px solid #0099ff;
	border-bottom:2px solid #0099ff;
	background-color:rgba(0,153,255,0.1);
}
.automobile_last p:first-child{
	width:420px;
	margin:0 auto;
}
.automobile_last p:last-child{
	width:440px;
	margin:0 auto;
	padding:50px 0;
	font-size:36px;
	background:url("../img/automobile/icon_mobile.png") no-repeat 100% 50%;
}
/* --------------- オート・モバイルのアイコン一覧 -------------------- */
.mobile_icon{
	width:600px;
	overflow:hidden;
}
.mobile_icon p{
	margin:12px;
	padding:0;
	float:left;
	width:96px;
	height:96px;
	border-radius:16px;
	overflow:hidden;
}
.mobile_icon p:last-child{
	padding:130px 0 0 20px;
}
/* -------------------------------------------------------------------- */
.mobile_intro p{
	width:86%;
	padding:180px 0 150px;
	font-size:14px !important;
  line-height: 1.8em;
}
.mobile_intro {
	background:url("../img/automobile/automobile_backimage.jpg") no-repeat bottom right;
  background-size:contain;
  margin-top:-100px;
}
.h2_printer{
	width:280px;
	padding:60px 0 0 0;
	background:url("../img/automobile/printer.png") no-repeat right bottom;
}
.dt_5250handler{
	width:280px;
	padding:60px 0 0 0;
	background:url("../img/nav_icon_5250handler.PNG") no-repeat 64% 89%;

}
.dt_heikou{
	width:280px;
	padding:60px 0 0 0;
	background:url("../img/automobile/printer.png") no-repeat 38% bottom;

}


/*2018/06/21 追加*/
.aw-subtitle {
	display: block;
	margin-top: 20px;
	margin-bottom: 5px;
}
.aw-subtitle:before {
	content: "●";
	margin-right: 5px;
}


/*190319-データ転送-アップロード追加*/
.autoweb-upload-info {
  border-top: 1px solid #cacaca;
  margin-top: 30px;
  padding-top: 50px;
}
.data-transport-3point {
  margin-left: 50px;
  margin-top: 50px;
}
.data-transport-3point h3 {
  font-size: 36px;
  margin-left: -50px;
  border-bottom: 4px solid #ff897b;
  padding-bottom: 5px;
  margin-bottom: 30px;
}
.data-transport-3point h3 span {
  font-weight: bold;
  font-style: italic;
  font-size: 1.5em;
  color: #ff897b;
  margin-left: -5px;
  -webkit-transform: skewX(-15deg);
  -moz-transform: skewX(-15deg);
  -o-transform: skewX(-15deg);
  transform: skewX(-15deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=-0.26794919243112214, M21=0, M22=1, SizingMethod='auto expand')";
  margin-right: -5px;
}
.data-transport-3point dl {
  margin-left: 50px;
  margin-bottom: 30px;
  position: relative;
}
.data-transport-3point dl:nth-child(2):before {
  content: "";
  position: absolute;
  width: 55px;
  height: 40px;
  background: url(../img/data/data-transport-icon-powershell.png) no-repeat right;
  background-size: cover;
  top: -8px;
  left: -62px;
}
.data-transport-3point dl:nth-child(3):before {
  content: "";
  position: absolute;
  width: 100px;
  height: 50px;
  background: url(../img/data/data-transport-icon-poi.png) no-repeat right;
  background-size: cover;
  top: -18px;
  left: -108px;
}
.data-transport-3point dl:nth-child(4):before {
  content: "";
  position: absolute;
  width: 60px;
  height: 45px;
  background: url(../img/data/data-transport-icon-database.png) no-repeat right;
  background-size: cover;
  top: -10px;
  left: -59px;
}
.data-transport-3point dt {
}
.data-transport-3point dt h4 {
  font-weight: bold;
  font-size: 25px;
  color: #ff897b;
}
.data-transport-3point dd {
  margin-left: 15px;
  padding-left: 15px;
  border-left: 3px solid #ffd2cc;
  font-size: 16px;
  line-height: 1.75em;
}
.support-xlsx {
  margin-left: 40px;
  margin-top: 50px;
}
.support-xlsx h3 {
  font-weight: bold;
  margin-top: 0;
  font-size: 30px;
  margin-left: 40px;
  border-bottom: 3px solid #ffe5e9;
}
.support-xlsx h3::before {
  content: "\f138";
  margin-right: 5px;
  font: 1.3em FontAwesome;
  vertical-align: -3px;
  margin-left: -40px;
  color: #ffb2be;
}
.support-xlsx p {
  font-size: 16px;
  color: #515151;
}
.support-xlsx ul {
  font-size: 18px;
  background-color: #ffe5e9;
  display: inline-block;
  padding-right: 15px;
  border-radius: 10px;
}
.support-xlsx ul li {
  line-height: 2em;
  font-weight: bold;
  color: #6c6c6c;
}
.note {
  margin-left: 40px;
  font-size: 14px;
  margin-top: 10px;
  border: 1px solid #cacaca;
  border-radius: 10px;
  padding: 10px 15px;
  width: 47em;
}
.note dt {
}
.note dt span {
  font-size: 18px;
}
.note dt:before {
  content: "※";
  vertical-align: middle;
  margin-left: -5px;
  margin-right: 5px;
}
.note dd {
  padding-left: 2em;
}

/*190319-データ転送-アップロード追加*/

/* 20210224 ddsdesign */
.ddsdesign {
  margin-bottom:25px;
}
.ddsdesign li{
  font-size: 12pt;
  color:#888888;
}

/* 20210218 top 四季 */
.autoweblogo{
  opacity: 0;
}

.top_fourseason div{
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size:cover;
  z-index:-1;

  position:absolute;
  top:0;
  left: 0;
  height:100vh;
  width:100%;
}


/* Small screen */
@media screen and (max-width:900px){
  .spring{
    background-image:url("../img/main/season_spring_S.jpg");
    opacity: 0;
    z-index:-1;

  }
  .summer{
    background-image:url("../img/main/season_summer_S.jpg");
    opacity: 0;
    z-index:-1;

  }
  .autumn{
    background-image:url("../img/main/season_autumn_S.jpg");
    opacity: 0;
    z-index:-1;

  }
  .top_fourseason div.winter{
    background-image:url("../img/main/season_winter_S.jpg");
    background-position: center top;
    opacity: 0;
    z-index:-1;

  }
}

/* Large screen */
@media screen and (min-width:900px){
  .spring{
    background-image:url("../img/main/season_spring_L.jpg");
    opacity: 0;
  }
  .summer{
    background-image:url("../img/main/season_summer_L.jpg");
    opacity: 0;
  }
  .autumn{
    background-image:url("../img/main/season_autumn_L.jpg");
    opacity: 0;
  }
  .top_fourseason div.winter{
    background-image:url("../img/main/season_winter_L.jpg");
    background-position: center top;
    opacity: 0;
  }
}



/* scroll down */
.top div a {
  position: absolute;
  bottom: 1px;
  left: calc(50% + 90px);
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-decoration: none;

  padding-top: 50px;
}
.top div a span{
  position: absolute;
  top: 0;
  left: 50%;
  width: 36px;
  height: 36px;
  margin-left: -18px;
  border: 1px solid #fff;
  border-radius: 100%;
  box-sizing: border-box;
}
.top div a span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 14px;
  height: 14px;
  margin: -10px 0 0 -7px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}
.top div a span::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: '';
  width: 36px;
  height: 36px;
  box-shadow: 0 0 0 0 rgba(255,255,255,.1);
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: scrolldown_anima 3s infinite;
  animation: scrolldown_anima 3s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes scrolldown_anima {
  0% { opacity: 0; }
  30% { opacity: 1; }
  60% { box-shadow: 0 0 0 50px rgba(255,255,255,.1);  opacity: 0; }
  100% { opacity: 0; }
}
@keyframes scrolldown_anima {
  0% { opacity: 0; }
  30% { opacity: 1; }
  60% { box-shadow: 0 0 0 50px rgba(255,255,255,.1); opacity: 0; }
  100% { opacity: 0; }
}
/* scroll down end */

p.hilight{
    font-size:26px;
    color:#4369c1; /* #4369c1 */
    font-weight: 700;
    font-family: 游明朝,'Yu Mincho',YuMincho,'Hiragino Mincho ProN','Hiragino Mincho Pro',HGS明朝E,メイリオ,Meiryo,serif;
}

/* 20211206  AutoWeb FAQ */
.faq_table table {
  width: auto;
}

.faq_table table , td, th {
  border: 1px solid #cacaca;
  border-collapse: collapse;
}

.faq_table td, th {
  padding: 8px 10px;
  font-weight: 500;
}

.faq_table th {
  font-weight: 700;
  font-style: normal;
}

.faq_table th:nth-child(1) {
  width: 8em;
}

.faq_table th:nth-child(2) {
  background: #B3424A;
  color: #fff;
  width: 12em;
}

.faq_table th:nth-child(3) {
  background: #337ab7;
  color: #fff;
  width: 19em;
}

.faq_table td:nth-child(1) {
  background-color: #f4f4f4;
  padding-right: 0;
}

.faq_table td:nth-child(2) {
  background-color: #fff2f4;
  color: #B3424A;
}

.faq_table td:nth-child(3) {
  background-color: #edf7ff;
  color: #005dae;
}

.faq_adjust {
  margin-right: 21px;
}

table.original tbody .thumbtack {
   padding-left:0px;
   margin-top: 26px;
   margin-left: 0px;
}

table.original tbody .thumbtack li {
   color:#333;
   font-size:22px;
   margin:15px 10px 18px;
   list-style: none;
   background: url('../../assets/img/win10/pin.png') no-repeat scroll top left;
   background-size:13px;
   padding-left: 25px;
}
section#toho {
    background: #FAFAFA;
    padding-top: 1px;
}

.top.main-visual{
    margin-top: 140px;
}
img.w100 { width: 100%; }

.swiper-button-next, .swiper-button-prev {
    color: #a97f62;
}
#section05 img {
    float: right !important;
}
.swiper-button-next, .swiper-button-prev {
    color: #a97f62 !important;
}
#section04 img,#section05 img {  width: 430px; }

#section05 .box {
    float: left;
    width: 660px;
}
#section05 p.font_w {
    font-size: 23px;
    margin-top: 22px;
    font-weight: bold;
    margin-left: 80px;
}
#section05 p.text {
	font-size: 18px;
    margin-left: 80px; }
#section05 p.text {
    display: inline-block;
}
.balloon_r::before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    right: -15px;
    top: 20px;
    border-left: 15px solid #EFF5FB;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}
.balloon_r::before {
    right: -16px;
    top: 40px;
    border-left: 15px solid #a0d8ef;
    border-top: 1px solid transparent;
    border-bottom: 6px solid transparent;
}

.autoweblogo {
    position: absolute;
    bottom: 73px;
    margin-left: 150px;
}


.accordion-container {
  position: relative;
  width: 100%;
  border-top: none;
  outline: 0;
  cursor: pointer
}

.accordion-container .article-title {
  display: block;
  position: relative;
  margin: 0;
  padding: 0.625em 0.625em 0.625em 2em;
  font-size: 1.25em;
  font-weight: normal;
  color: #fff;
  background: #07439E;
  cursor: pointer;
  border-bottom: 1px solid #FFF;
}

.accordion-container .article-title:hover,
.accordion-container .article-title:active,
.accordion-container .content-entry.open .article-title {
  background-color: #0CA4EF;
  color: white;
}

.accordion-container .article-title:hover i:before,
.accordion-container .article-title:hover i:active,
.accordion-container .content-entry.open i {
  color: white;
}

.article-title{
  position: relative;
}

.article-title:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 38%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.article-title.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}

.accordion-content {
  display: none;
  padding: 0 30px;
}

/* CSS for CodePen */
.accordion-container {
  width: 1200px;
  margin: 1.875em auto;
  background: #FFF;
  border-right: 1px solid #DDD;
  border-left: 1px solid #DDD;

}

.boxQA {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 0.5em;
    background: #EDF1F5;/*A文章部分背景色*/
    border-radius: 10px;
}

.boxQA .box-title {
    position: relative;
    background: #fff;/*Q文章部分背景色*/
    padding: 10px 5px 10px 40px;
    color: #454545;/*Q文章文字色*/
    border-radius: 10px;
    font-size: 19px;
}
.boxQA .box-title:before {
    content: "Q";
    display: inline-block;
    line-height: 40px;
    position: absolute;
    padding: 0em;
    color: white;/*Q文字色*/
    background: #0CA4EF;/*Q背景色*/
    font-weight: bold;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    left: -1.2em;
    top: 20px;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: solid 3px white; 
    border-radius: 50%;
}
.boxQA .box-title:after {
    content: "A";
    display: inline-block;
    line-height: 40px;
    position: absolute;
    padding: 0em;
    color: white;/*A文字色*/
    background: #FFAB8B;/*A背景色*/
    font-weight: bold;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    left: -1.2em;
    bottom: -80px;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: solid 3px white; 
    border-radius: 50%;
}

.boxQA .ans {
    padding: 20px 20px 15px 40px;
    margin: 0;
    font-size: 14px;
    line-height: 26px;
}

.boxQA ul {
  padding: 20px;
  position: relative;
}
.boxQA ul li {
  line-height: 1.5;
  padding: 0.5em 0 0.5em 4.2em;
  list-style-type: none!important;
}
.boxQA ul li:before {
  font-family: "Font Awesome 5 Free";/*FontAwesome/*/
  content: "\f138";/*アイコン種類*/
  position: absolute;
  left : 3.5em;
  color: #07439E; /*Aのリストのアイコンの色*/
  font-weight: 900;
}

.img_cent {
	margin: 20px auto;
	width: 80%;
}

.img_cent img {
	width: 100%;
}

.qa {
background-image: url(../images/bg_main.jpg);
background-size: cover;
background-attachment: fixed;
background-position: top center;
background-repeat: no-repeat;
}

/*.qa .fixed ul li:nth-of-type(1) a {*/
.windows_page .fixed ul li:nth-of-type(1) a {
    padding: 0;
}

.qa .topicpass ul {
	display: flex;
	list-style: none;
	padding: 13px 10px 10px 10px;
	background: #ECECFB;
	border-bottom: 1px solid #DDD;
}

.qa .topicpass ul li {
	font-size: 13px;
	list-style: none;
}

.qa .topicpass ul li a {
	color: #000;
}

.qa .topicpass ul li:before {
	content: "＞";
	margin: 0 10px;
}

.qa .topicpass ul li:nth-of-type(1):before {
	content: none;
}

.boxQA .box-title {
    position: relative;
    background: #fff;/*Q文章部分背景色*/
    padding: 10px 5px 10px 40px;
    color: #454545;/*Q文章文字色*/
    border-radius: 10px;
    font-size: 19px;
}
.boxQA .box-title:before {
    content: "Q";
    display: inline-block;
    line-height: 40px;
    position: absolute;
    padding: 0em;
    color: white;/*Q文字色*/
    background: #0CA4EF;/*Q背景色*/
    font-weight: bold;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    left: -1.2em;
    top: 20px;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: solid 3px white; 
    border-radius: 50%;
}

.boxQA .ans img {
    width: 60%;
    margin-left: 30px;
    margin-top: 12px;
    margin-bottom: 12px;
}
.boxQA .ans table {
    background: #fff;
    margin-top: 15px;
    margin-bottom: 15px;
}

.code {
    margin-top: 12px;
    margin-left: 24px;
    padding: 15px 20px;
    border-left: solid 6px #558ABB;
    min-width: 530px;
    color: #006B00;
    background-color: #F3F4F5;
    line-height: 1.4;
    overflow: auto;
    max-width: max-content;
    margin-bottom: 12px;
}

.green_box {
    border: #00b050 1px solid;
    width: 495px;
    background: #f3fdf8;
    margin-bottom: 30px;
    padding: 15px;
}

.pink_box {
    background: #fff3f3;
    border: #ff7777 1px solid;
   width: 495px;
    padding: 15px;
}

span.pink {
    color: #ff7777;
    font-weight: bold;
}

span.green {
    font-weight: bold;
}