/*

Theme Name: iLnad
Author: designstub
Author URI: http://www.designstub.com
*/

/*--------------
 * Table of Contents
--------------*/

/*-----------------
1. Reset.css
2. Helper Classes
3. Home page banner
4. Pitch Section
5. Features Section
6. Review
7. Pricing
8. Subscribe form
9. Media Queries
------------------*/

/*----- 1. Reset.css -----*/

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

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

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

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

/* --- Common Styles ---*/

h1 {
  font-size: 16px;
}

/*----- Helper Classes -----*/

html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*
::-webkit-scrollbar {
	display: none;
}
*/

* {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif!important;/*Open Sans*/;
}

.hp_noPadding {
	padding: 0;
}

.custompadding {
	padding-left: 5px;
	padding-right: 5px;
}

.no-margin {
	margin-right: 0;
	margin-left: 0;
}

.underline {
	display: inline;
	border-bottom: 3px solid #111;
	padding-bottom: 0;
}

.after-line {
	height: 3px;
	width: 100px;
	background: #001CFF;
	margin-top: -10px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}

.sup-title {
	display: inline-block;
	font-size: 1em;
	padding: 4px;
	text-transform: uppercase;
	font-weight: bold;
	color: #FFFFFF;
	background: #000000;
	margin: 0 0 20px 0;
}

#loading {
   width: 100%;
   height: 100%;
   top: 0px;
   left: 0px;
   position: fixed;
   opacity: 1;
   background-color: #F2F2F2;
   z-index: 9999;
   text-align: center;
}

#loading-image {
	display: inline;
    top: 40%;
    position: relative;
  z-index: 9999;
}

.logo {
  margin: 0 auto;
	padding: 0px 0px;
	z-index: 111;
}

.logo:hover, .logo:focus {
	text-decoration: none;
	color: #FFF;
}

/* ------ Navbar Styling Starts ----- */

.navbar {
	font-size: 14px;
  font-family: Open Sans;
	font-weight: 400;
	text-transform: capitalize;
	padding-top: 25px;
	letter-spacing: 1px;
	height: 80px;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
	-webkit-backface-visibility: hidden;
}

.navbar-default {
  transition: all 0.6s ease;
	border-color: transparent;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-radius: 0px;
  border-color: transparent;
}

.navbar-default .navbar-toggle:hover {
  background-color: transparent;
}

.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #111111;
}

.navbar-default .navbar-brand .navbar-toggle .collapsed {
	padding: 4px 6px;
	font-size: 14px;
	color: #111111;
}

.navbar-default .navbar-brand {
	padding-top: 5px;
	color: #111111;
	-webkit-transition: 200ms;
	-moz-transition: 200ms;
	-o-transition: 200ms;
	transition: 200ms;
}

.navbar-default .navbar-brand:hover {
  transition: 1s;
}

.navbar-default .navbar-nav > li > a {
  /*color: #111111;*/
  color: #ffffff;
  -webkit-transition: all 0.5s;
	-moz-transition: all 0.5;
  transition: all 0.5s;
}

.navbar-default .navbar-nav > li > a:hover {
  color: #A1A1A1;
}

.navbar-default .navbar-nav > .active > a {
  background: transparent;
  color: #222222;
}

.navbar-default .navbar-nav > .active > a:hover {
    background: transparent;
    color: #333333;
}

.navbar-default .navbar-nav > .active > a:focus {
	background: transparent;
  color: #111111;
}

.navbar-default .navbar-collapse {
	border-color: transparent;
  background-color: transparent;
}

.navbar-default .navbar-nav .open .dropdown-toggle {
  color: #111111;
}

.navbar-default .nav-white > li > a {
	color: #FFFFFF;
}

.navbar-default .nav-white > li > a:hover {
	color: #999999;
}

.navbar-default .navbar-brand.nav-white {
	padding-top: 15px;
	color: #FFFFFF;
	font-size: 21px;
	letter-spacing: 1px;
	-webkit-transition: 200ms;
	-moz-transition: 200ms;
	-o-transition: 200ms;
	transition: 200ms;
}

/*---------- Media Queries ---------*/

@media only screen and (max-width: 767px) {

	.navbar {
		padding-top: 5px;
		height: 60px;
	}

	.navbar-default {
		border: 0px;
		background-color: transparent;
	}

	.navbar-default .navbar-collapse {
		text-align: center;
		border-color: transparent;
		background-color: #FFFFFF;
	}

	.navbar-default .navbar-collapse {
		border: 0;
		border-color: transparent;
	}

	.navbar-default .navbar-nav > li> a {
		color: #222222;
		margin-top: 10px;
	}

	.navbar-default .navbar-nav > li> a:hover {
		color: #222222;
	}

	.navbar-default .navbar-brand {
		color: #FFFFFF;
		padding: 7px 17px !important;
	}

	.navbar-default .navbar-brand.nav-white {
		color: #FFFFFF;
	}

	.navbar-default .navbar-toggle .icon-bar {
		/*background-color: #111111;*/
		background-color: #fff;
	}
}

@media only screen and (min-width: 240px) {

	.navbar.past-main {
		font-size: 14px;
		padding-top: 5px;
		height: 60px;
		background-color: rgba(255, 255, 255, 0.8);
		-webkit-transition: all 0.6s;
		-moz-transition: all 0.6s;
		-o-transition: all 0.6s;
		transition: all 0.6s;
	}

	.navbar-default.past-main .navbar-brand {
		color: #111111;
	}

	.navbar-default.past-main .navbar-toggle .icon-bar {
		background-color: #111111;
	}

	.navbar-default.past-main .navbar-nav > li > a {
		color: #222222;
		-webkit-transition: color 0.5s;
		transition: color 0.5s;
	}

	.navbar-default.past-main .navbar-nav > li > a:hover {
		color: #111111;
	}

	.navbar-default.past-main .navbar-nav > .active > a {
		background: transparent;
		color: #5924EC;
	}


	.navbar-default.past-main .navbar-nav > .active > a:hover {
		background: transparent;
		color: #222222;
	}

	.navbar-default.past-main .navbar-nav > .active > a:focus {
		background: transparent;
		color: #222222;
	}

}

.navbar-default .nav-white .navbar-toggle .icon-bar {
	background-color: #fff;
}

.navbar-default.past-main .nav-white .navbar-toggle .icon-bar {
	background-color: #111111;
}

/* ------------------------------------------------------
-------------- Main Section Styling Starts --------------
--------------------------------------------------------*/

#main {
  height: 100%;
}

/* ----- Hero Section Styling Starts ----- */

.hero-section {
	height: 100%;
	background: #FFFFFF;
	padding: 150px 0 0 0;
}

.hero-content {
	padding: 100px 0 100px 0;
	overflow: hidden;
}

.hero-content h1 {
	font-size: 34px;
	font-weight: 400;
	color: #262626;
	line-height: 1.2;
	letter-spacing: -1px;
	margin: 0 0 20px 0;
}

.hero-content p {
	font-size: 14px;
	color: #A1A1A1;
	font-weight: 400;
	line-height: 1.5;
	margin: 0 0 25px 0;
}

.btn-action {
	background-color: #1eb858;
	border: 1px solid #1eb858;
	border-radius: 0;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 1;
	padding: 10px 21px;
	text-transform: uppercase;
	outline: none;
	-webkit-transition: 200ms;
	-moz-transition: 200ms;
	-o-transition: 200ms;
	transition: 200ms;
}

.btn-action:hover, .btn-action:focus,
.btn-action:active, .btn-action:active:focus {
	background: transparent;
	outline: none;
	color: #1eb858;
	background: transparent;
	border-color: #1eb858;
}

.product .btn-action {
	background-color: transparent;
	border: 1px solid #82714a;
	color: #82714a;
}

.product .btn-action:hover, .product  .btn-action:focus {
	background: #92714A;
	color: #FFFFFF;
	border-color: #82714A;
}

/* ----------- App Home ---------*/

.software .hero-section {
	padding: 100px 0 0 0;
	background: #F9F9F9;
}

.software .hero-content h1 {
	font-size: 34px;
	font-weight: 600;
	color: #444444;
	margin: 0 0 20px 0;
}

.software .btn-action {
	background-color: #3f51b5;
	border: 1px solid #3f51b5;
	border-radius: 50px;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 2px;
	line-height: 1;
	padding: 12px 24px;
	text-transform: uppercase;
	outline: none;
	-webkit-transition: 200ms;
	-moz-transition: 200ms;
	-o-transition: 200ms;
	transition: 200ms;
}

.software .btn-action:hover, .software .btn-action:focus,
.software .btn-action:active, .software .btn-action:active:focus {
	background: transparent;
	outline: none;
	color: #3f51b5;
	background: transparent;
	border-color: #3f51b5;
}

.software .hero-section img {
	margin: 0 auto;
}

/*---------------- Form Home Styling ------------------- */

/*
.form .hero-section {
	background: #f3f3f3;
	background-size: cover;
	background-position: 50% 48%;
	padding: 150px 0 0 0;
	background-image: url(../images/keyvisual.jpg);
}
*/

.form .hero-section02 {
	background: #f3f3f3;
	background-size: cover;
	background-position: 50% 82%;
	padding: 100px 0 100px 0;
	background-image: url(../images/bg_airport.jpg);
}

/*
.form .hero-section03 {
	background: #f3f3f3;
	background-size: cover;
	background-position: 50% 55%;
	padding: 150px 0 0px 0;
	background-image: url(../images/beautiful-view-lake-landscape-1525042.jpg);
}
*/

.form .hero-content {
	padding: 50px 0 50px 0;
	overflow: hidden;
}

.form img {
	margin: 0 auto;
}

.form .hero-content h1 {
	font-size: 34px;
	font-weight: 700;
	color: #fff;
	line-height: 1.2;
	letter-spacing: -1px;
	margin: 0 0 20px 0;
}

.form .hero-content p {
	font-size: 14px;
	color: #A1A1A1;
	font-weight: 400;
	line-height: 1.5;
	margin: 0 0 25px 0;
}

.form .sub-form {
	padding: 30px 0 0 0;
	text-align: left;
}

.form .subscribe-form .submit-button {
	font-size: 0.9em;
	height: 40px;
	border: 2px solid;
	border-radius: 0 5px 5px 0;
	margin: 0;
	padding: 0 25px 0 25px;
	border-color: #1eb858;
	background-color: #1eb858;
	color: #FFFFFF;
	box-shadow: 0 0 1px transparent;
	outline: none;
	-webkit-transition: 500ms;
	-moz-transition: 500ms;
	transition: 500ms;
}

.form .subscribe-form .submit-button:hover {
	border-color: #1a9e4c;
	background-color: #1a9e4c;
	-webkit-transition: 500ms;
	-moz-transition: 500ms;
	transition: 500ms;
}

.form .btn-action {
	background: #1eb858;
	border-color: #1eb858;
	color: #FFFFFF;
}

.form .btn-action:hover {
	background: transparent;
	border-color: #1eb858;
	color: #1eb858;
}

/*-----------------------------------------------------
-------------- Image Bg Styling Starts ----------------
------------------------------------------------------*/

.image-bg .hero-section {
	background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2)), url(../images/image-bg.jpg) no-repeat center center;
	background-size: cover;
	padding: 150px 0 100px 0;
}

.image-bg .hero-content h1 {
	font-weight: 600;
	color: #FFFFFF;
}

.image-bg .hero-content p {
	color: #FFFFFF;
}

/* ------------ Signup Hero Section ------------ */

.signup .hero-section {
	background: linear-gradient(to right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7)), url(../images/app_bg.jpg) no-repeat center center;
	background-size: cover;
	padding: 150px 0 100px 0;
}

.signup .hero-content {
	padding: 50px 0 100px 0;
}

.signup .hero-content h1 {
	font-size: 34px;
	font-weight: 600;
	color: #FFFFFF;
	line-height: 1.2;
	letter-spacing: 0;
}

.signup .hero-content p {
	color: #FFFFFF;
}

.signup-form {
	padding: 25px 25px 30px 25px;
	background: #1eb858;
	-moz-border-radius: 0 0 4px 4px; -webkit-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px;
	text-align: left;
}

.signup-form h1 {
	font-weight: 600;
	font-size: 24px;
	color: #FFFFFF;
	letter-spacing: 0;
	line-height: 1.4;
	text-transform: capitalize;
	text-align: center;
	margin: 20px 0 30px 0;
}

.signup-form form textarea {
	height: 100px;
}

.signup-form form .input-error {
	border-color: #19b9e7;
}

.signup-form p {
	font-size: 12px;
	color: #DDDDDD;
	margin: 25px 0 10px 0;
}

.form-group {
	margin-bottom: 20px;
}

.signup .btn-action.btn-round {
	background: #1eb858;
	border-color: #1eb858;
	color: #FFFFFF;
	font-size: 15px;
	padding: 12px 24px;
	font-weight: 600;
	text-transform: capitalize;
	border: 2px solid #1eb858;
	border-radius: 30px;
}

.signup .btn-action.btn-round:hover, .signup .btn-action.btn-round:focus {
	background: transparent;
	color: #1eb858;
	border-color: #1eb858;
}

.signup .btn-action {
	background: #1eb858;
	border-color: #1eb858;
	color: #FFFFFF;
}

.signup .btn-action:hover {
	background: transparent;
	border-color: #1eb858;
	color: #1eb858;
}

input[type="text"],
textarea,
textarea.form-control {
	height: 45px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #F8F8F8;
    border: 1px solid #DDDDDD;
    font-size: 16px;
    font-weight: 300;
    line-height: 50px;
    color: #888888;
    -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

textarea,
textarea.form-control {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 30px;
}

input[type="text"]:focus,
textarea:focus,
textarea.form-control:focus {
	outline: 0;
	background: #FFFFFF;
    border: 1px solid #111;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

input[type="text"]:-moz-placeholder, textarea:-moz-placeholder, textarea.form-control:-moz-placeholder { color: #888; }
input[type="text"]:-ms-input-placeholder, textarea:-ms-input-placeholder, textarea.form-control:-ms-input-placeholder { color: #888; }
input[type="text"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, textarea.form-control::-webkit-input-placeholder { color: #888; }


.signup-form button.btn {
	height: 45px;
	margin: 0;
	padding: 0 20px;
	vertical-align: middle;
	background: #111111;
	border: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 45px;
	color: #FFFFFF;
	text-transform: uppercase;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
	text-shadow: none;
	-moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
	-o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

.signup-form button.btn:hover {
	opacity: 0.6; color: #FFFFFF;
}

.signup-form button.btn:active {
	outline: 0;
	opacity: 0.6;
	color: #FFFFFF;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.signup-form button.btn:focus {
	outline: 0;
	opacity: 0.6;
	background: #19b9e7;
	color: #fff;
}

.signup-form button.btn:active:focus, button.btn.active:focus {
	outline: 0;
	opacity: 0.6;
	background: #19b9e7;
	color: #fff;
}

@media only screen and (max-width: 991px) {
	.signup-form {
		max-width: 500px;
		margin: 0 auto;
	}
}

/*-------------------------------------------------------
---------------- Slider Section Styling -----------------
--------------------------------------------------------*/

.slider-pro .sp-slide {
	background: #222222;
}

.slider-pro h2.sp-layer {
	font-size: 44px !important;
	color: #111111;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 1.3;
	text-align: left;
}

.slider-pro p.sp-layer {
	font-size: 16px;
	color: #A1A1A1;
	line-height: 1.4;
}

.slider-pro a {
	text-decoration: none;
	color: #444444;
	-webkit-transition: 0.5s !important;
	-moz-transition: 0.5s !important;
	transition: 0.5s !important;
}

.slider-pro .link-color {
	text-decoration: none;
	color: #111;
	-webkit-transition: 0.5s !important;
	-moz-transition: 0.5s !important;
	transition: 0.5s !important;
}

.slider-pro a:hover {
	color: #999999;
}

@media only screen and (max-width: 768px) {

	.slider-pro h2.sp-layer {
		font-size: 34px !important;

	}
}

/* -----------------------------------------------------
--------------- App Home Styling starts ----------------
--------------------------------------------------------*/

.app .hero-section {
	padding: 50px 0 0 0;
}

.app .hero-content {
	padding: 100px 0 0 0;
}

.app img {
	margin: 0 auto;
}

.app-info h1 {
	font-size: 34px;
	font-weight: 600;
	color: #404040;
	margin-top: 30px !important;
}

.app-info h4 {
	font-size: 16px;
	font-weight: 300;
	color:  #3C4B5D;
	line-height: 1.4;
	margin-top: 20px;
}

.app-info i {
	margin-top: 15px;
	display: inline-block;
}

.app-info span {
	font-family: Open Sans;
	font-size: 12px;
	font-weight: 400;
	color: #222222;
}

.app-info .ion {
	font-size: 1em;
	color: #ff8000;
}

.download-buttons {
	margin-top: 25px;
	margin-bottom: 25px;
}

.download-buttons img {
	margin-left: 5px;
	margin-right: 5px;
}

.app .btn-action {
	color: #FFFFFF;
	background: #1eb858;
	border-color: #1eb858;
}

.app .btn-action:hover {
	color: #1eb858;
	background: transparent;
	border-color: #1eb858;
}

/*----------------------------------------------------
-------------- Split Home Coming Soon ----------------
-----------------------------------------------------*/

.cs-main .left-section {
	background-color: #F2F2F2;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 50%;
	height: 100%;
	overflow: hidden;
	z-index: 1;
}

.cs-main .right-section {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 0 20px 0 20px;
	width: 50%;
	height: 100%;
	background: #FFFFFF;
	z-index: 99;
	overflow: hidden;
	overflow-y: auto;
}

.cs-main .hero-section {
	padding: 120px 0 0 0;
	background: #FFFFFF !important;
}

.cs-main .hero-content {
	padding: 50px 0 0 0;
}

.cs-main .app-info h1 {
	font-weight: 600;
	font-size: 42px;
}

.cs-main .left-section {
	background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../images/split-bg.jpg) no-repeat center center;
	background-size: cover;
}

@media only screen and (max-width : 801px) {

	.cs-main .right-section{
		position: relative;
		width: 100%;
	}

	.cs-main .hero-section {
		padding: 50px 0 0 0;
	}


	.cs-main .left-section{
		position: relative;
		width: 100%;
		min-height: 100vh;
	}
}

/*-------------------------------------------------
----------- About Section Styling Starts ----------
--------------------------------------------------*/

.about {
	padding: 100px 0 100px 0;
	background: #F1F1F1;
}

.about-content {
	max-width: 800px;
	margin: 0 auto;
}

.about-content h2 {
	font-size: 24px;
	line-height: 1.2;
	color: #111111;
}

.about-content h3 {
	font-size: 21px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 1px;
	text-transform: capitalize;
	color: #111111;
	margin: 50px 0 0 0;
}


/* ----- Client Sectiion Styling ----- */

.client-section {
	background-color: #1eb858;
	padding: 5px 0 0 0;
}

.clients .single {
	padding: 25px 0 25px 0;
}

.clients .single img {
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
		opacity: 0.6;
}

/*----------------------------------------------------
----------- Pitch Section Styling Starts ----------
-----------------------------------------------------*/

.pitch {
	padding: 100px 0 100px 0;
	background: #F2F2F2;
}

.pitch-white {
	background: #fff;
}

.pitch-normal {
	padding: 80px 0 80px 0;
}

.pitch-asuka {
	padding: 80px 0 30px 0;
}

.pitch-asuka-white {
	padding: 80px 0 30px 0;
	background: #fff;
}

.pitch-asuka-white-narrow {
	padding: 20px 0 80px;
	background: #fff;
}

.pitch-no-false-positive {
	padding: 100px 0 50px;
	background-color: #fff;
}

.pitch-asuka-risks {
	padding:100px 0 80px;
	background-image:url(../images/world_white.png);
	background-position:center;
	background-color:rgba(0, 154, 214, 0.08);
}

@media (max-width: 767px) {
	.pitch-asuka-risks {
		padding:100px 0 50px;
		background-image:url(../images/world_white.png);
		background-position: -58% 50%;
		background-color:rgba(0, 154, 214, 0.08);
	}
}

.pitch-fraud {
	padding-top: 60px;
	padding-bottom: 30px;
}

.pitch-fraud h2 {
	font-size: 22px;
	font-weight: normal;
	letter-spacing: 0.2em;
}

.pitch-fraud .fraud-description {
	padding-bottom: 0px;
	color: #666;
}

.pitch-about-asuka,
.pitch-about-company {
	padding: 0px 0 50px;
	background-color: #fff;
}

.pitch-intro {
	max-width: 600px;
	margin: 0 auto;
	padding: 0 0 100px 0;
}

.pitch-intro-wide {
	max-width: 1080px;
	margin: 0 auto;
	padding: 0 0 0 0;
}

.pitch-intro-asuka {
	padding: 0 0 30px 0;
}

.pitch-intro-company {
	padding: 0 0 30px 0;
}

.pitch-intro-reset {
	padding: 0;
}

.pitch-intro h1 {
	font-size: 37px;
	font-weight: 900;
	line-height: 1.2;
	letter-spacing: -2px;
	color: #454545;
	margin: 0 0 30px 0;
}

.pitch-intro-wide h1 {
	font-size: 37px;
	font-weight: 900;
	line-height: 1.2;
	letter-spacing: -2px;
	color: #454545;
	margin: 0 0 30px 0;
}

.pitch-intro-asuka h1 {
	/*color: #009ad6;*/
	color: #024476;
	font-size: 32px;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 0.05em;
	margin: 0;
}

.pitch-intro-company h1 {
	color: #454545;
	font-size: 32px;
	font-weight: normal;
	line-height: 1.2;
	letter-spacing: 0.2em;
	margin: 0;
}

.pitch-intro p {
	font-size: 14px;
	line-height: 1.5;
	color: #A1A1A1;
	letter-spacing: 0;
}

.pitch-intro-wide p {
	font-size: 14px;
	line-height: 1.5;
	color: #A1A1A1;
	letter-spacing: 0;
}

.pitch-icon {
	margin: 0 0 10px 0;
	background: #009ad6;
	width: 60px;
	height: 60px;
	display: inline-block;
	border-radius: 50%;
}

.pitch-icon-trans {
	background: transparent;
}

.pitch-icon-trans i {
	color: #454545!important;
	font-size: 70px!important;
	top: 0!important;
}

.pitch-icon-trans img {
	width: 70px;
	height: 70px;
	display: inline-block;
}

.pitch-icon-trans-small i {
	color: #454545!important;
	font-size: 55px!important;
	top: 9px!important;
}

.pitch-icon-trans-no-false-positive {
	width: auto;
	height: auto;
	margin-bottom: 20px;
}

.pitch-icon-trans-asuka-logo {
	width: auto;
	height: auto;
	margin-bottom: 30px;
}

.pitch-icon-asuka-large {
	margin: 0 0 10px 0;
	width: 100%;
	height: auto;
	/*background: #009ad6;*/
	display: inline-block;
	border-radius: 50%;
	border: none;
}

.pitch-icon-asuka-large img {
	width: 100%;
	height: auto;
}

.pitch-icon i {
	font-size: 34px;
	color: #FFFFFF;
	position: absolute;
	left: 0;
	right: 0;
	top: 13px;
}

.pitch-icon-asuka-large i {
	font-size: 100px;
	color: #FFFFFF;
	position: absolute;
	left: 0;
	right: 0;
	top: 16px;
}

.pitch-icon-asuka-large i.icon_yen {
	font-size: 85px;
	color: #FFFFFF;
	position: absolute;
	left: 0;
	right: 0;
	top: 30px;
}

.pitch-content {
	padding: 10px 0 50px 0;
}

.pitch-content-asuka {
	padding: 10px 0 50px 0;
}

.pitch-content h1 {
	font-size: 21px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 0;
	color: #454545;
	margin: 0 0 10px 0;
}

.pitch-content-asuka h1 {
	font-size: 21px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 0;
	color: #454545;
	margin: 0 0 10px 0;
}

.pitch-content p {
	font-family: 'Open Sans';
	font-size: 16px;
	line-height: 1.6;
	color: #333;
	letter-spacing: 0;
}

.pitch-content-asuka p {
	font-size: 16px;
	line-height: 1.6;
	color: #333;
	letter-spacing: 0;
}

/*----------------------------------------------------
----------- Features Icon Styling Starts -------------
-----------------------------------------------------*/

.icon-features {
	padding: 100px 0 0 0;
}

.icon-features-intro {
	padding: 0 0 50px 0;
}

.icon-features-intro h1 {
	font-size: 34px;
	font-weight: 600;
	letter-spacing: -1px;
	margin: 0 0 10px 0;
	text-align: center;
}

.icon-features-intro p {
	font-size: 16px;
	color: #A1A1A1;
	text-align: center;
	margin: 0 0 30px 0;
}

.f-single {
	position: relative;
	padding: 10px 0 80px 0;
}

.f-icon i {
	font-size: 54px;
	font-weight: bold;
	position: absolute;
	left: 0;
}

.f-content {
	padding-left: 80px;
}

.f-content h2 {
	font-size: 21px;
	font-weight: 400;
	margin: 0 0 10px 0;
}

.f-content p {
	font-family: 'Open Sans';
	font-size: 14px;
	font-weight: 300;
	color: #4D4D4D;
	line-height: 1.5;
	text-align: left;
}

/*----------------------------------------------------
----------- Features Section Styling Starts ----------
-----------------------------------------------------*/

.features {
	padding: 25px 0 25px 0;
}

.features-inner {
	width: 100%;
}

.features .features-list {
	padding: 20px 0 0 0;
	text-align: center;
}

.features .features-list h1 {
	font-size: 26px;
	font-weight: 400;
	line-height: 1;
	color: #222222;
	margin: 0 0 30px 0;
}

.features .features-list ul {
	list-style-type: circle;
	padding-left: 20px;
	text-align: center;
}

.features .features-list ul li {
	display: block;
	margin: 0 0 15px 0;
	font-size: 16px;
	line-height: 1.2;
	color: #A1A1A1;
}

/* ----- App Features List ----- */

.software .features {
	padding: 100px 0 100px 0;
}

.software .features .features-list h1 {
	font-size: 26px;
	font-weight: 600;
	letter-spacing: -1px;
	line-height: 1.2;
	color: #222222;
	margin: 20px 0 20px 0;
}

.software .features-list p {
	margin: 0 0 25px 0;
	font-size: 18px;
	line-height: 1.2;
	color: #A1A1A1;
}

.software .features .features-list ul {
	list-style-type: disc;
	padding-left: 20px;
}

.software .features .features-list ul li {
	display: block;
	font-size: 13px;
	margin: 0 0 15px 0;
	color: #A1A1A1;
}

/* --------------- Feature Sub ------------ */

.feature-sub .sub-inner h1 {
	font-size: 27px;
	font-weight: 500;
	line-height: 1.5;
	color: #FFFFFF;
	margin: 0 0 30px 0;
}

.feature-sub .sub-inner .btn-action {
	color: #FFFFFF;
	background: #1eb858;
	border-color: #1eb858;
}

.feature-sub .sub-inner .btn-action:hover {
	color: #1eb858;
	background: transparent;
	border-color: #1eb858;
}

.feature-sub {
	background: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6)), url(../images/image-bg.jpg) no-repeat center center;
	background-size: cover;
	padding: 150px 0 150px 0;
}

.sub-inner {
	padding:0 10% 0 10%;
	text-align:center;
	float: left;
}

/* --------- App Features Sub ------- */

.software .feature-sub {
	background: linear-gradient(to right, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.99)), url(../images/app_bg1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 150px 0 150px 0;
}

.software .feature-sub .sub-inner h1 {
	font-family: 'Josefin Sans';
	font-size: 34px;
	font-weight: 300;
	line-height: 1.1;
	color: #FFF;
	margin: 0 0 30px 0;
}

/*  --------------------------------------------------
------------- Reviews Section Styling ----------------
-----------------------------------------------------*/

.app-features {
	background: #FFFFFF;
	padding: 100px 0 100px 0;
}

.app-features h1 {
	font-size: 37px;
	font-weight: 900;
	margin: 0 0 10px 0;
}

.app-features p {
	font-size: 16px;
	font-weight: 400;
	color: #A1A1A1;
	line-height: 1.4;
	margin: 10px 0 50px 0;
}

.app-features img {
	 margin: 0 auto;
}

.app-features .features-left, .app-features .features-right {
	padding: 50px 0 0 0;
}

.app-features .icon {
	margin-top: 10px;
	margin-bottom: 20px;
}

.app-features .icon i {
	font-size: 72px;
	color: #1eb858;
}

.app-features .feature-single {
	margin-left: 0;
	margin-bottom: 50px;
}

.app-features .feature-single h1 {
	font-size: 15px;
	font-weight: 600;
	color: #222222;
	margin: 0 0 10px 0;
	letter-spacing: 1px;
	text-transform:uppercase;
}

.app-features .feature-single p {
	font-size: 14px;
	color: #A1A1A1;
	line-height: 1.4;
	margin: 10px 0 0 0;
}

/*-------------------------------------------------------
------------- Split Features Section Styling ------------
--------------------------------------------------------*/

.split-features {
	background: #F9F9F9;
	padding: 50px 0 50px 0;
	overflow: hidden;
}

.signup .split-features {
	background: #F2F2F2;
}

.split-image img {
	margin: 0 auto;
}

.split-content {
	padding: 20px;
	text-align: center;
}

.split-content h1 {
	font-size: 37px;
	font-weight: 900;
	letter-spacing: -2px;
	margin: 0 0 20px 0;
}

.split-content p {
	font-size: 16px;
	line-height: 1.4;
	color: #A1A1A1;
	letter-spacing: 0;
}

.split-content ul {
	list-style-type: disc;
	display: inline-block;
	margin: 30px 0 0 0;
}

.split-content ul li {
	font-family: Open Sans;
	font-size: 16px;
	letter-spacing: 0;
	margin-bottom: 15px;
	margin-left: 15px;
	color: #A1A1A1;
}

.split-features2 {
	background: #FFFFFF;
	padding: 50px 0 50px 0;
	overflow: hidden;
}

.second {
	padding: 120px 10px 50px 350px;
}

/*  --------------------------------------------------
------------- Reviews Section Styling ----------------
-----------------------------------------------------*/

.review-section {
	padding: 150px 0 150px 0;
	text-align: center;
	background: #F4F4F4;
}


.reviews {
	width: 100%;
}


.review-single img {
	width:80px;
	height:80px;
}

.review-text h3 {
	font-family: Open Sans;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 1.5;
	color: #000000;
}

.review-text .ion {
	display: inline-block;
	margin-top: 20px;
	font-size: 14px;
	color: #ff8000;
}

.review-text p {
	font-family: Open Sans;
	font-size: 14px;
	font-weight: 300;
	padding: 20px 10px 20px 10px;
	letter-spacing: 1px;
	line-height: 1.5;
	color: #A1A1A1;
}

/*  --------------------------------------------------
------------- Pricing Section Styling ----------------
-----------------------------------------------------*/

.pricing {
	padding: 50px 0 100px 0;
}

.pricing-content {
	padding: 60px 0 0 0;
	text-align: center;
}

.pricing h1 {
	font-size: 28px;
	font-weight: 400;
	letter-spacing: -1px;
	line-height: 1.2;
}

.pricing h4 {
	font-size: 14px;
	font-weight: 400;
	color: #A1A1A1;
	margin: 10px 0 30px 0;
}

.pricing p {
	font-size: 14px;
	font-weight: 400;
	color: #444444;
	line-height: 1.4;
}

.pricing .btn-buy {
	padding: 40px 0 20px 0;
}

.pricing .btn-buy img {
	display: inline;
}

.pricing .price-tag h2 {
	font-size: 24px;
	font-weight: 400;
	color: #A1A1A1;
	margin: 0 0 20px 0;
}

/* ----- Pricing Tables Styling Starts ----- */

.pricing-section {
	width: 100%;
	height: 100%;
	padding-top: 100px;
	padding-bottom: 100px;
	background: #FFFFFF;
}

.pricing-intro {
	padding-bottom: 30px;
}

.pricing-intro h1 {
	font-size: 28px;
	color: #111111;
	font-weight: 600;
	line-height: 1.4;
}


.pricing-intro p {
	font-size: 15px;
	color: #303030;
	font-weight: 300;
	line-height: 1.4;
	letter-spacing: 1px;
	margin-top: 10px;
	margin-bottom: 50px;
}

.pricing-section .table-left, .pricing-section .table-right {
	padding: 20px 20px 50px 20px;
	margin: 0 auto;
	margin-bottom: 30px;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 80px 0px rgba(0,0,0,.1);
	border: transparent;
	max-width: 400px;
}

.table-left .icon, .table-right .icon {
	padding: 50px 50px 40px 50px;
}

.table-left .icon, .table-right .icon {
	font-size:60px;
	margin: 0 auto;
	color:#1eb858;
}

.table-left .pricing-details span, .table-right .pricing-details span {
	display: inline-block;
	font-size: 28px;
	font-weight: 400;
	color: #808080;
	margin-bottom: 20px;
}

.table-left .pricing-details h2, .table-right .pricing-details h2 {
	font-size: 18px;
	font-weight: 600;
	color: #505050;
	margin-bottom: 30px;
}

.table-left .pricing-details p, .table-right .pricing-details p {
	font-family: Open Sans;
	font-size: 14px;
	font-weight: 300;
	color: #505050;
	letter-spacing: 1px;
	line-height: 1.4;
}

.table-left .pricing-details ul, .table-right .pricing-details ul {
	margin-top: 30px;
	margin-bottom: 50px;
}

.table-left .pricing-details li, .table-right .pricing-details li {
	font-size: 14px;
	font-weight: 400;
	color: #505050;
	line-height: 1.4;
	margin-bottom: 10px;
}

.pricing-section .table-left:hover, .pricing-section .table-right:hover {
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.pricing-section .table-left, .pricing-section .table-right {
	margin-top: 20px;
}

.pricing-section .table-center {
	margin-top: 0;
}

/* ----- Pricing Section Styling Ends ----- */

/* ----- Counter Section Styling Starts -----*/

.counter-section {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
	background: #F1F1F1;
}

.counter-section h3  {
	font-size: 28px;
	font-weight: 400;
	color: #222222;
}

.counter-icon {
	padding: 15px;
}

.counter-icon i {
	font-size: 48px;
	color: #1eb858;
}

.counter-text {
	margin-top: 10px;
	margin-bottom: 20px;
}

.counter-text h4 {
	font-size: 16px;
	font-weight: 400;
	padding: 0.5em;
	color: #222222;
}

/* -------- Counter Section Styling Ends --------- */

/* ----- CTA Section Styling Starts ----- */

.cta-sub {
	padding-top: 150px;
	padding-bottom: 150px;
	background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.9)), url(../images/cta_bg.jpg) no-repeat center center;
	background-size: cover;
}

.cta-inner {
	text-align:center;
	float: none;
}

.cta-sub .cta-inner h1 {
	font-size: 36px;
	color: #FFFFFF;
	font-weight: 900;
	line-height: 1.2;
	margin-top: 10px;
	margin-bottom: 0;
	letter-spacing:-2px;
}

.cta-sub .cta-inner p {
	font-family: Open Sans;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: 300;
	line-height: 1.4;
	margin-top: 20px;
	margin-bottom: 40px;
}

.subscribe-form {
	text-align: left;
}

.center-form {
	text-align: center;
}

.subscribe-form .mail {
	background-color: #F9F9F9;
	border: none;
	border-radius: 5px 0 0 5px;
	outline: none;
	height: 40px;
	padding: 0 130px 0 20px;
	box-shadow: none;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	transition: all .3s;
}

.subscribe-form input {
	color: #222222;
	padding: 0;
	font-size: 0.9em;
}

.subscribe-form .submit-button {
	font-size: 0.9em;
	height: 40px;
	border: 2px solid;
	border-radius: 0 5px 5px 0;
	margin: 0;
	padding: 0 25px 0 25px;
	border-color: #FFFFFF;
	background-color: #927f54;
	color: #FFFFFF;
	box-shadow: 0 0 1px transparent;
	outline: none;
	-webkit-transition: 500ms;
	-moz-transition: 500ms;
	transition: 500ms;
}

.subscribe-form .submit-button:hover {
	border-color: #927f54;
	-webkit-transition: 500ms;
	-moz-transition: 500ms;
	transition: 500ms;
}

.product .subscribe-form .submit-button {
	border-color: #FFFFFF;
	background-color: #927f54;
}

.product .subscribe-form .submit-button:hover {
	border-color: #927f54;
}

.error_message {
	color:#fc6e51;
	font-family: Open Sans;
	padding-bottom:15px;
	font-size:13px;
	line-height:30px;
}

#success_page {
	color:#9ce726;
	font-family: Open Sans;
	padding-bottom:10px;
	font-size:12px;
}

#success_page h3 {
	font-size:17px;
	font-weight:400px;
	color:#4ab217;
}

#success_page p {
	font-size:12px;
	font-weight:400px;
	color:#b3b3b3;
}

/* ----- CTA Section Styling Ends ----- */

/* ------- Footer Section Styling Starts ------- */

.footer {
	background-color: #F3F3F3;
	width: 100%;
	height: 100%;
	overflow: hidden;
	padding-top: 75px;
	padding-bottom: 20px;
}

.footer-asuka-style {
	background-color: #333;
	padding: 30px 0 30px;
}

.footer-asuka-style .footer-text p {
	margin: 0;
	color: #fff;
}

.contact {
	text-align: left;
}

.contact i {
	font-size: 42px;
	color: #1eb858;
	text-align: left;
}

.contact h1 {
	font-size: 21px;
	font-weight: 400;
	color: #1eb858;
	margin: 10px 0 10px 0;
	text-align: left;
}

.contact p {
	font-size: 14px !important;
	font-weight: 400;
	color: #111111;
	line-height: 1.3;
	margin: 10px 0 20px 0 !important;
	text-align: left;
}

.contact a {
	font-size: 18px;
	font-weight: 400;
	color: #1eb858;
	text-decoration: none;
	display: inline-block;
}

.footer img {
	margin-bottom: 20px;
}

.footer-menu ul {
	list-style-type: none;
}

.footer-menu li {
	display: inline;
	line-height: 2;
	font-size: 14px;
	padding-right: 15px;
	text-transform: capitalize;
}

.footer-menu li a {
	color: #707570;
	text-decoration: none;
}

.footer p {
	font-size: 13px;
	font-weight: 400;
	color: #A1A1A1;
	line-height: 1.3;
	margin: 10px 0 30px 0;
}

.footer-text p {
	font-size: 12px;
	color: #009ad6;
	font-weight: 400;
	line-height: 1.4;
	margin-top: 10px;
}

.product .footer .contact h1, .product .contact i, .product .footer .contact a, .product .footer-text p  {
	color: #927f54;
}

/* -------------------------------------------------------
----------- Bact-to-Top Styling Starts Here --------------
---------------------------------------------------------*/

.back-to-top {
	background: rgba(0, 154, 214, 0.5);
	margin: 0;
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 35px;
	height: 35px;
	/*border-radius: 50%;*/
	z-index: 90;
	display: none;
	text-decoration: none;
	color: #0E1729;
}

.back-to-top i {
	position: relative;
	left: 13px;
	top: 8px;
	font-size: 24px;
	color: #FFFFFF;
	-webkit-transition: 200ms;
	-moz-transition: 200ms;
	-o-transition: 200ms;
	transition: 200ms;
}

.back-to-top img {
	position: relative;
	left: 6px;
	top: 6px;
	width: 24px;
	height: 24px;
	-webkit-transition: 200ms;
	-moz-transition: 200ms;
	-o-transition: 200ms;
	transition: 200ms;
}

.back-to-top:hover {
	background: rgba(0, 154, 214, 0.9);
	color: #FFFFFF;
}

.back-to-top:hover i {
	top: 6px;
}

.back-to-top:focus {
	color: #FFFFFF;
}

.product .back-to-top {
	background: rgba(146, 127, 84, 0.5);
}

.product .back-to-top:hover {
	background: rgba(146, 127, 84, 0.9);
}

/*----------------------------------------------------
------------- All ------------------------------------
--------------------- Media --------------------------
------------------------------- Queries --------------
-----------------------------------------------------*/

@media only screen and (min-width: 767px) {

	.logo {
		position: absolute;
		top: 20px;
		left: 20px;
	}

	.hero-section {
		padding: 150px 0 100px 0;
	}

	.form .hero-section {
		padding: 150px 0 50px 0;
	}

	.form .hero-content {
		padding: 50px 0 100px 0;
		overflow: hidden;
	}

	.form .hero-content h1 {
		font-size: 28px;
		letter-spacing: 0.1em;
	}

	.product .hero-content {
		padding: 150px 0 100px 0;
		text-align: left;
	}

	.hero-content h1 {
		font-size: 48px;
		margin: 0 0 20px 0;
	}

	.hero-content p {
		font-size: 14px;
	}

	.about-content h2 {
		font-size: 38px;
	}

	.software .hero-content h1 {
		font-size: 42px;
	}

	.image-bg .hero-content h1 {
		font-size: 54px;
	}

	.signup .hero-content h1 {
		font-size: 48px;
	}

	.features .features-list {
		padding: 100px 0 0 0;
		text-align: left;
	}

	.features .features-list ul li {
		font-size: 18px;
		display: list-item;
		text-align: left;
	}

	.software .features {
		padding: 100px 0 100px 0;
	}

	.software .features .features-list h1 {
		font-size: 34px;
	}

	.software .features .features-list {
		padding: 30px 0 0 0;
	}

	.software .features .features-list ul li {
		display: list-item;
		font-size: 14px;
		text-align: left;
	}

	.feature-sub {
		padding: 200px 0 200px 0;
	}

	.software .feature-sub .sub-inner h1 {
		font-size: 42px;
	}

	.split-content {
		padding: 120px 350px 50px 10px;
		text-align: left;
	}

	.split-content h1 {
		font-size: 37px;
	}

	.second {
		padding: 120px 10px 50px 350px;
	}

	.pricing {
		padding: 100px 0 100px 0;
	}

	.pricing-content {
		text-align: left;
	}

	.cta-sub .cta-inner h1 {
		font-size: 36px;
	}

	.contact h1 {
		font-size: 19px;
	}

	.contact p {
		font-size: 13px !important;
	}

	.contact a {
		font-size: 14px;
	}

}

@media only screen and (min-width: 767px) and (max-width: 1024px) {
	.features .features-list {
		padding: 80px 0 0 0;
	}

	.split-content {
		padding: 100px 100px 50px 50px;
		text-align: left;
	}
}

@media screen and (min-width: 400px) and (max-width: 600px) {

	.subscribe-form .mail {
		padding: 0 30px 0 20px;
		border-radius: 5px 0 0 5px;
	}

	.subscribe-form .submit-button {
		padding: 0 5px 0 5px;
		border-radius: 0 5px 5px 0;
	}
}

@media screen and (max-width: 399px) {

	.cta-sub {
		text-align: center;
	}

	.subscribe-form {
		text-align: center;
	}

	.subscribe-form .mail {
		text-align: center;
		padding: 0 0 0 0;
		border-radius: 5px 0 0 5px;
	}

	.subscribe-form .submit-button {
		padding: 0 5px 0 5px;
		border-radius: 0 5px 5px 0;
		margin-top: 15px;
	}

	.form .sub-form .subscribe-form {
		text-align: left;
	}

	.form .sub-form .subscribe-form .mail {
		text-align: center;
		padding: 0 0 0 0;
		border-radius: 5px 0 0 5px;
	}

	.form .sub-form .subscribe-form .submit-button {
		padding: 0 5px 0 5px;
		border-radius: 0 5px 5px 0;
		margin-top: 15px;
	}

	.back-to-top {
		right: 10px;
	}

}

@media only screen and (min-width: 991px) and (max-width: 1201px) {

	.app-features .features-left, .app-features .features-right {
		padding: 0 0 0 0;
	}

	.software .features .features-list {
		padding: 0 0 0 0;
	}

}


/*---------------------------------------------------
------- Media Queries for Split Layout Ends ---------
---------------------------------------------------*/

@media (max-width: 767px) {
	.navbar-nav {
		margin: 7.5px -15px 17.5px;
	}
}

.navbar-toggle {
	margin-bottom: 13px;
}

@media (max-width: 767px) {
	img.logo_white {
		position: relative;
		top: 4px;
	}
}

.past-main img.logo_white {
	display: none;
	position: relative;
	top: 4px;
}

.past-main img.logo_default {
	display: block!important;
	position: relative;
	top: 4px;
}

img.asuka_for_travel_logo {
	margin-top: 20px;
}

@media (max-width: 767px) {
	img.asuka_for_travel_logo {
		margin-top: 40px;
		width: 85%;
	}
}

@media (max-width: 767px) {
	.form .hero-content h1 {
		font-size: 28px;
		letter-spacing: 0.1em;
	}
}

.hp_txtBlue {
	color: #009ad6!important;
}

.hp_txtGreen {
	color: #159C4D!important;
}

.hp_txtDarkgray {
	color: #454545!important;
}

@media (max-width: 767px) {
	.hp_sp_txtCenter {
		text-align: center!important;
	}
}

@media (max-width: 991px) {
	.hp_tb_txtCenter {
		text-align: center!important;
	}
}

.btn-asuka-style {
	font-size: 18px;
	border-radius: 50px;
	background-color: #ef464f;
	color: #fff;
	padding: 0.5em 1.5em;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.hero-section .btn-asuka-style {
	margin-top: 30px;
}

@media (max-width: 767px) {
	.hero-section .btn-asuka-style {
		margin-top: 30px;
		margin-bottom: 60px;
	}
}

@media (max-width: 767px) {
	.form .hero-section {
		background-position: 65% 48%;
	}

}

@media (max-width: 767px) {
	.app .hero-content {
		padding: 50px 0 0 0;
	}
}

.sp_display_inline {
	display: block;
}

.sp_display_block {
	display: inline;
}

@media (max-width: 767px) {
	.sp_display_inline {
		display: inline;
	}
}

@media (max-width: 767px) {
	.sp_display_block {
		display: block;
	}
}

#detail {
	padding-top: 140px;
	margin-top: -140px;
}

#features,
#cost,
#about_asuka {
	padding-top: 140px;
	margin-top: -140px;
}

#risks {
	padding-top: 160px;
	margin-top: -160px;
}

.icon_airticket {
	position: absolute;
	width: 100px;
	left: 5px;
	top:-10px;
}

@media (max-width: 991px) {
	.icon_airticket {
		position: relative;
		width: 100px;
		left: 0px;
		top: 0px;
	}
}

.icon_pc {
	position: absolute;
	width: 100px;
	left: 5px;
	top: 0px;
}

@media (max-width: 991px) {
	.icon_pc {
		position: relative;
		width: 100px;
		left: 0px;
		top: 0px;
	}
}

.icon_tour {
	position: absolute;
	width: 110px;
	left: 0px;
	top: 15px;
}

@media (max-width: 991px) {
	.icon_tour {
		position: relative;
		width: 110px;
		left: 0px;
		top: 0px;
	}
}

.icon-no-false-positive {
	width: 90px;
	margin-bottom: 20px;
}

.pitch-icon-trans img.icon-asuka-logo {
	max-width: 430px;
	width: 100%;
	height: 100%;
}

.table-company tr td:first-child {
	white-space: nowrap;
}

@media (min-width:768px) and ( max-width:991px) {
	.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
		padding-right: 0;
	}

	.like-nav>li>a {
		padding: 10px 10px;
	}

	.past-main .like-nav>li>a {
		padding: 16px 10px;
	}

	.past-main .navbar-brand {
		padding-top: 7px;
	}
}

@media (min-width: 768px){
	/*.container {
		width: auto!important;
	}*/

	.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
		margin-left: 0!important;
	}
}





.loop_css {
  position: relative;
  display: -webkit-flex;
  display: flex;
  max-width: 100%;
  width: 100vw;
  /*height: 125px;*/
  height: 20vh;
  left: 50%;
  /*margin-left: -50vw;*/
  margin-left: -50%;
  overflow: hidden;
}

.loop_css img {
  width: auto;
  height: 100%;
}

/* 1つ目の画像 */
.loop_css img:first-child {
  -webkit-animation: loop 90s -45s linear infinite;
  animation: loop 90s -45s linear infinite;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
}

/* 2つ目の画像 */
.loop_css img + img {
  -webkit-animation: loop2 90s  linear infinite;
  animation: loop2 90s linear infinite;
}

/*アニメーション*/
@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}

@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}

.notLoop_css {
  position: relative;
  display: -webkit-flex;
  display: flex;
  max-width: 100%;
  width: 100vw;
  /*height: 125px;*/
  height: 30vh;
  /*left: 50%;*/
  /*margin-left: -50vw;*/
  /*margin-left: -50%;*/
  overflow: hidden;
}

.notLoop_css img {
  width: 100%;
  height: auto;
}

.notLoop_css_sp {
  position: relative;
  display: -webkit-flex;
  display: flex;
  max-width: 100%;
  width: 100vw;
  /*height: 125px;*/
  height: 100%;
  /*left: 50%;*/
  /*margin-left: -50vw;*/
  /*margin-left: -50%;*/
  overflow: hidden;
}

.notLoop_css_sp img {
  width: 100%;
  height: auto;
}



/* Asuka */
* {
	box-sizing:border-box!important;
}
*:focus{
	outline: none;
}



.bl_main_slider {

}

.bl_main_slider .slick-prev {
	left: 10px;
	width: 27px;
	height: 52px;
	z-index: 1000;
	top: 53%;
}

.bl_main_slider .slick-next {
	right: 10px;
	width: 27px;
	height: 52px;
	z-index: 1000;
	top: 53%;
}

@media screen and (max-width: 647px) {
	.bl_main_slider .slick-prev {
		top: 50%;
	}

	.bl_main_slider .slick-next {
		top: 50%;
	}
}

.bl_main_slider .slick-prev:before {
	content: "" !important;
}

.bl_main_slider .slick-prev:after {
	content: url(/lp/chargeback/assets/images/custom_arrow_left_white.png);
}

.bl_main_slider .slick-next:before {
	content: "" !important;
}

.bl_main_slider .slick-next:after {
	content: url(/lp/chargeback/assets/images/custom_arrow_right_white.png);
}

.bl_main_slider_area {
	width: 1170px;margin: 0 auto;display: block;float: none;text-align: left;height:70vh;
}

@media screen and (max-width: 647px) {
	.bl_main_slider_area {
		width: 100%;margin: 0 auto;display: block;float: none;text-align: left;height:70vh;
	}
}

.bl_main_slider_area_text {
	padding:0;
	height:70vh;
	vertical-align:middle;
	display:table-cell;
}

@media screen and (max-width: 647px) {
	.bl_main_slider_area_text {
		padding:0;
		height:70vh;
		/*vertical-align:middle;*/
		display:block;
		top: 10vh;
    position: relative;
	}
}

.bl_main_slider_area_copy_style {
	margin:30px 0 0 0;
	padding-left:15px;
	padding-top:0px;
	font-size: 20px;
	letter-spacing: 0.1em;
	font-weight: 700;
	color: #024476;
	line-height: 1.2;
}

@media screen and (max-width: 647px) {
	.bl_main_slider_area_copy_style {
		margin:0;
		padding-left:15px;
		padding-top:0px;
		font-size: 20px;
		letter-spacing: 0.1em;
		font-weight: 700;
		/*color: #fff;*/
		line-height: 1.2;
	}
}

.bl_main_slider_area_text_style {
	/*margin:30px 0 0 0;*/
	padding-left:15px;
	padding-right:15px;
	padding-top:0px;
	font-size: 28px;
	letter-spacing: 0.1em;
	font-weight: 700;
	color: #024476;
	line-height: 1.35;
}

.bl_main_slider_area_text_style_shadow {
	text-shadow: 0 0 5px rgb(255, 255, 255, 0.5), 0 0 5px rgb(255, 255, 255, 0.5), 0 0 5px rgb(255, 255, 255, 0.5), 0 0 5px rgb(255, 255, 255, 0.5), 0 0 5px rgb(255, 255, 255, 0.5), 0 0 5px rgb(255, 255, 255, 0.5), 0 0 5px rgb(255, 255, 255, 0.5), 0 0 5px rgb(255, 255, 255, 0.5), 0 0 5px rgb(255, 255, 255, 0.5), 0 0 5px rgb(255, 255, 255, 0.5), 0 0 5px rgb(255, 255, 255, 0.5), 0 0 5px rgb(255, 255, 255, 0.5), 0 0 5px rgb(255, 255, 255, 0.5), 0 0 5px rgb(255, 255, 255, 0.5), 0 0 5px rgb(255, 255, 255, 0.5), 0 0 5px rgb(255, 255, 255, 0.5);
}

@media screen and (max-width: 647px) {
	.bl_main_slider_area_text_style {
		margin:0;
		padding-left:15px;
		padding-top:0px;
		font-size: 28px;
		letter-spacing: 0.1em;
		font-weight: 700;
		/*color: #fff;*/
		line-height: 1.2;
		text-align: justify;
	}
}

.bl_main_slider_01 {
	background-image:url('/lp/chargeback/assets/images/top_slider_01.png'); 
	background-size:cover;
	background-position: center center;
	max-height:70vh;
}

@media screen and (max-width: 647px) {
	.bl_main_slider_01 {
		background-position: 67% center;

	}
}

.bl_main_slider_02 {
	background-image:url('/lp/chargeback/assets/images/top_slider_02.png'); 
	background-size:cover;
	background-position: center center;
	max-height:70vh;
}

@media screen and (max-width: 647px) {
	.bl_main_slider_02 {
		background-position: 74% center;

	}
}

.bl_main_slider_03 {
	background-image:url('/lp/chargeback/assets/images/top_slider_03.png'); 
	background-size:cover;
	background-position: center 0;
	max-height:70vh;
}

@media screen and (max-width: 647px) {
	.bl_main_slider_03 {
		background-position: 51% center;
	}
}

.bl_main_slider_04 {
	background-image:url('/lp/chargeback/assets/images/top_slider_04.png'); 
	background-size:cover;
	background-position: center center;
	max-height:70vh;
}

@media screen and (max-width: 647px) {
	.bl_main_slider_04 {
		background-position: 14% center;

	}	
}

.bl_main_slider_05 {
	background-image:url('/lp/chargeback/assets/images/top_slider_05.jpg');
	background-size:cover;
	background-position: center center;
	max-height:100vh;
	height:100vh;
}

@media screen and (max-width: 647px) {
	.bl_main_slider_05 {
		background-image:url('/lp/chargeback/assets/images/top_slider_05_sp.jpg');
		background-position: 100% 50%;
	}	
}

@media screen and (max-width: 647px) {
	.slick-slide {
		height: 630px!important;
	}
}

.bl_main_slider_07 {
	background-image:url('/lp/chargeback/assets/images/top_slider_07.png'); 
	background-size:cover;
	background-position: center center;
	max-height:70vh;
}

@media screen and (max-width: 647px) {
	.bl_main_slider_07 {
		background-position: center center;

	}	
}

.bl_main_slider_002 {
	background-image:url('/lp/chargeback/assets/images/top_slider_002.png'); 
	background-size:cover;
	background-position: center center;
	max-height:70vh;
}

@media screen and (max-width: 647px) {
	.bl_main_slider_002 {
		background-position: 74% center;

	}
}

.bl_main_slider_003 {
	background-image:url('/lp/chargeback/assets/images/top_slider_003.png'); 
	background-size:cover;
	background-position: center center;
	max-height:70vh;
}

@media screen and (max-width: 647px) {
	.bl_main_slider_003 {
		background-position: 74% center;

	}
}

.bl_main_slider_004 {
	background-image:url('/lp/chargeback/assets/images/top_slider_004.png'); 
	background-size:cover;
	background-position: center center;
	max-height:70vh;
}

@media screen and (max-width: 647px) {
	.bl_main_slider_004 {
		background-position: 74% center;

	}
}

/*.bl_main_slider_08 {
	background-image:url('/lp/chargeback/assets/images/top_slider_08.png'); 
	background-size:cover;
	background-position: center center;
	max-height:70vh;
}

@media screen and (max-width: 647px) {
	.bl_main_slider_08 {
		background-position: center center;

	}	
}*/

.bl_main_slider .el_btn_read_more {
	font-size: 18px;
	background-color: transparent;
	color: #fff;
	padding: 0.75em 1.75em;
	font-weight: normal;
	/*margin: 50px 0px;*/
	border-radius: 5px;
	letter-spacing: normal;
	border: solid 1px #fff;
}

.bl_main_slider .el_btn_read_more:hover {
	font-size: 18px;
	background-color: #fff;
	color: #333;
	padding: 0.75em 1.75em;
	font-weight: normal;
	/*margin: 50px 0px;*/
	border-radius: 5px;
	letter-spacing: normal;
	border: solid 1px #fff;
	text-decoration: none;
}

.bl_main_slider .el_btn_read_more_green_wrapper {
	padding-left: 15px;
}

@media screen and (max-width: 647px) {
	.bl_main_slider .el_btn_read_more_green_wrapper {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.bl_main_slider .el_btn_read_more_green {
	font-size: 18px;
	background-color: #159C4D;
	color: #fff;
	padding: 0.75em 1.75em;
	font-weight: normal;
	/*margin: 50px 0px;*/
	border-radius: 5px;
	letter-spacing: normal;
	border: solid 1px #159C4D;
	display: inline-block;
}

.bl_main_slider .el_btn_read_more_green:hover {
	font-size: 18px;
	background-color: #fff;
	color: #159C4D;
	padding: 0.75em 1.75em;
	font-weight: normal;
	/*margin: 50px 0px;*/
	border-radius: 5px;
	letter-spacing: normal;
	border: solid 1px #159C4D;
	text-decoration: none;
	display: inline-block;
}

@media screen and (max-width: 647px) {
	.bl_main_slider .el_btn_read_more_green {
		display: block;
		text-align: center;
	}
	.bl_main_slider .el_btn_read_more_green:hover {
		display: block;
		text-align: center;
	}
}

.el_btn_read_more_blue {
	font-size: 18px;
	background-color: transparent;
	color: #009ad6;
	padding: 0.75em 1.75em;
	font-weight: normal;
	margin: 50px 0px;
	border-radius: 5px;
	letter-spacing: normal;
	border: solid 1px #009ad6;
}

.el_btn_read_more_blue:hover {
	font-size: 18px;
	background-color: #009ad6;
	color: #fff;
	padding: 0.75em 1.75em;
	font-weight: normal;
	margin: 50px 0px;
	border-radius: 5px;
	letter-spacing: normal;
	border: solid 1px #009ad6;
	text-decoration: none;
}



.bl_features .el_features_image {
	border-radius: 10px;

}



.bl_case_study_slider .slick-prev {
	left: 10px;
	width: 27px;
	height: 52px;
	z-index: 1000;
}

@media screen and (max-width: 647px) {
	.bl_case_study_slider .slick-prev {
		left: 0px;
		width: 27px;
		height: 52px;
		z-index: 1000;
	}
}

.bl_case_study_slider .slick-next {
	right: 10px;
	width: 27px;
	height: 52px;
	z-index: 1000;
}

@media screen and (max-width: 647px) {
	.bl_case_study_slider .slick-next {
		right: 0px;
		width: 27px;
		height: 52px;
		z-index: 1000;
	}
}

.bl_case_study_slider .slick-prev:before {
	content: "" !important;
}

.bl_case_study_slider .slick-prev:after {
	content: url(/lp/chargeback/assets/images/custom_arrow_left.png);
}

.bl_case_study_slider .slick-next:before {
	content: "" !important;
}

.bl_case_study_slider .slick-next:after {
	content: url(/lp/chargeback/assets/images/custom_arrow_right.png);
}

.hp_txtWhite {
	color: #fff!important;
}
.el_logo_asuka {
	height: 45px;
}
@media screen and (max-width: 647px) {
	.el_logo_asuka {
		height: 32px;
	}
}



.bl_case_study {
	z-index:10;
	width:100%;
	max-width:1140px;
	padding-bottom:0;
}

@media screen and (max-width: 647px) {
	.bl_case_study {
		position:absolute;
		z-index:10;
		width:auto;
		left: 0;
		right: 0;
		padding-bottom:0;
	}
}

.bl_case_study_style {
	padding-top:50px;
}

@media screen and (max-width: 647px) {
	.bl_case_study_style {
		padding-top:100px;
		padding-left: 30px;
		padding-right: 30px;
		text-align: left;
	}
	.bl_case_study_style h1 {
		text-align: center;
	}
}



@media screen and (max-width: 647px) {
	.bl_solution_title {
		font-size: 21px!important;
	}
}

.bl_solution_style {
	display:flex;
	align-items:center;
	height:88px;
}

.bl_solution_style img {
	width: 100%;
}

@media screen and (max-width: 768px) {
	.bl_solution_style {
		display:flex;
		height:180px;
	}
	.bl_solution_style img {
		width: auto;
		padding-top: 20px;
	}
	.bl_solution_col_wrapper .col-md-6:nth-child(2) {
		margin-top: 30px;
	}
}

@media screen and (max-width: 647px) {
	.bl_solution_style {
		display:flex;
		align-items:center;
		height:auto;
	}

	.bl_solution_style img {
		width: auto;
		padding-top: 20px;
	}
}

@media screen and (max-width: 647px) {
	.bl_solution_col_wrapper .col-md-6:nth-child(2) {
		margin-top: 30px;
	}
}



.bl_buttons_layout_wrapper {
	/*width: 750px;*/
	display: flex;
	justify-content: center;
	margin: 0 auto;
}

.bl_buttons_layout {
	display: inline-block;
	margin: 0 10px;
}

@media screen and (max-width: 647px) {
	.bl_buttons_layout_wrapper {
		/*width: 750px;*/
		display: block;
		justify-content: center;
		margin: 0 auto;
	}

	.bl_buttons_layout {
		display: inline-block;
		margin: 0 10px;
	}
}

.bl_buttons .el_button_free_trial {
	width: 260px;
	margin: 50px 0px;
	visibility: visible;
	animation-delay: 0.2s;
	animation-name: fadeInUp;
	border-radius: 5px;
	letter-spacing: normal;
	padding: 1em 0em;
	font-size: 18px;
	background-color: #ef464f;
	color: #fff;
	font-weight: bold;
}

.bl_buttons .el_button_request_demo {
	width: 380px;
	margin: 50px 0px;
	visibility: visible;
	animation-delay: 0.2s;
	animation-name: fadeInUp;
	border-radius: 5px;
	letter-spacing: normal;
	padding: 1em 0em;
	font-size: 18px;
	border: solid 1px #459842;
	background-color: #459842;
	color: #fff;
	font-weight: bold;
}

.bl_buttons .el_button_request_demo:hover {
	width: 380px;
	margin: 50px 0px;
	visibility: visible;
	animation-delay: 0.2s;
	animation-name: fadeInUp;
	border-radius: 5px;
	letter-spacing: normal;
	padding: 1em 0em;
	/*font-size: 18px;*/
	border: solid 1px #459842;
	background-color: #fff;
	color: #459842;
	font-weight: bold;
}

.bl_buttons .el_button_dl_white_paper {
	width: 260px;
	margin: 50px 0px;
	visibility: visible;
	animation-delay: 0.2s;
	animation-name: fadeInUp;
	border-radius: 5px;
	letter-spacing: normal;
	padding: 1em 0em;
	font-size: 18px;
	background-color: #024476;
	color: #fff;
	font-weight: bold;
}

@media screen and (max-width: 647px) {
	.bl_buttons .el_button_free_trial {
		width: 250px;
		margin: 50px 0px 0;
		visibility: visible;
		animation-delay: 0.2s;
		animation-name: fadeInUp;
		border-radius: 5px;
		letter-spacing: normal;
		padding: 1em 0em;
		font-size: 18px;
		background-color: #ef464f;
		color: #fff;
		font-weight: bold;
	}

	.bl_buttons .el_button_request_demo {
		width: 280px;
		margin: 50px 0px 0;
		visibility: visible;
		animation-delay: 0.2s;
		animation-name: fadeInUp;
		border-radius: 5px;
		letter-spacing: normal;
		padding: 1em 0em;
		font-size: 18px;
		background-color: #459842;
		color: #fff;
		font-weight: bold;
	}

	.bl_buttons .el_button_request_demo_fix {
		margin: 30px 0px 30px;
	}

	.bl_buttons .el_button_dl_white_paper {
		width: 250px;
		margin: 30px 0px 50px;
		visibility: visible;
		animation-delay: 0.2s;
		animation-name: fadeInUp;
		border-radius: 5px;
		letter-spacing: normal;
		padding: 1em 0em;
		font-size: 18px;
		background-color: #024476;
		color: #fff;
		font-weight: bold;
	}
}

.bl_concept {
	background: #024476; /* Old browsers */
	background: -moz-linear-gradient(left,  #024476 0%, #0090d6 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #024476 0%,#0090d6 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #024476 0%,#0090d6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#024476', endColorstr='#0090d6',GradientType=1 ); /* IE6-9 */
}

.bl_concept_col_wrapper .el_ceo_img {
	width: 100%;
}

.bl_concept_col_wrapper .el_ceo_desc {
	text-align: left;
}

@media screen and (max-width: 991px) {
	.bl_concept_col_wrapper .col-md-3 {
		text-align: center;
		margin-bottom:30px;
	}

	.bl_concept_col_wrapper .el_ceo_desc {
		text-align: center;				
	}

	.bl_concept_col_wrapper .el_ceo_img {
		width: 60%;
	}
}

@media screen and (max-width: 647px) {
	.bl_concept_col_wrapper .el_ceo_img {
		width: 60%;
		margin: 0 auto;
		display: block;
	}

	.bl_concept_col_wrapper .el_ceo_desc {
		text-align: center;
	}
}

.bl_concept_col_wrapper .col-md-3 {
	padding-right: 30px;
}

@media screen and (max-width: 647px) {
	.bl_concept_col_wrapper .col-md-3 {
		margin-bottom:30px;
		padding-right: 15px;
	}
}

.bl_company [class^="col-md-"]:nth-child(3) {
	text-align: right;
}

@media screen and (max-width: 647px) {
	.bl_company .col-md-12 [class^="col-md-"]:nth-child(1) {
		margin-bottom: 1em;
	}

	.bl_company [class^="col-md-"]:nth-child(3) {
		margin-top: 2em;
		text-align: center;
	}
}

#detail_cs,#two,#three,#four {
	padding-top: 140px;
	margin-top: -140px;
}



@media screen and (max-width: 647px) {
	.asuka_table_container .col-md-12 {
		padding-right: 0;
		padding-left: 0;
	}
	.asuka_table_container .col-md-12 .col-md-12 {
		padding-right: 0;
		padding-left: 0;
	}
}

.asuka_table {
	border-collapse: collapse;
	/*border-spacing: 1px;*/
	/*background: #fff;*/
	/*border-radius: 10px;*/
}

.asuka_table tr td {
	font-size: 14px;
	padding: 1em 0.5em;
	vertical-align: middle;
	line-height: 1.4;
}

.asuka_table thead tr {
	background-color: #3592cc;
}

.asuka_table thead tr td {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}

.asuka_table thead tr td:nth-child(2) {
	width: 40%;
}

.asuka_table thead tr td:nth-child(3) {
	width: 40%;
}

@media screen and (max-width: 647px) {
	.asuka_table thead tr td:nth-child(2) {
		width: 38%;
	}

	.asuka_table thead tr td:nth-child(3) {
		width: 38%;
	}
}

/*
.asuka_table tbody tr:nth-child(2n+1) {
	background-color: #e7eef6;
}
*/

.asuka_table tbody tr td {
	text-align: left;
}

.asuka_table tbody tr td:nth-child(1)  {
	font-weight: bold;
	text-align: center;
}

.asuka_table tbody tr td:nth-child(3)  {
	font-weight: bold;
	/*color: #024476;*/
	color: #333;
}

.asuka_table tbody tr td ul {
	margin-left: 1.5em;
	list-style-type: disc;
}

.el-arrow-up:before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 30px);
  width: 0;
  height: 0;
  border-top: 30px solid #fff;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
}

.el-arrow-down-blue:after {
  content: "";
  position: absolute;
  bottom: -55px;
  left: calc(50% - 30px);
  width: 0;
  height: 0;
  border-top: 30px solid #024476;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
}



.hp_dispInlineBlock {
	display: inline-block!important;
}

.hp_spBlock {
	display: none;
}

@media screen and (max-width: 647px) {
	.hp_spBlock {
		display: block;
	}
}

.hp_pcNone {
	display: none!important;
}

@media screen and (max-width: 647px) {
	.hp_pcNone {
		display: inline-block!important;
	}
}

.hp_spNone {
	display: inline-block!important;
}

@media screen and (max-width: 647px) {
	.hp_spNone {
		display: none!important;
	}
}

.hp_spNoneFlex {
	display: flex!important;
}

@media screen and (max-width: 647px) {
	.hp_spNoneFlex {
		display: none!important;
	}
}


.hp_spTxtAlnL {
	text-align: ;
}

@media screen and (max-width: 647px) {
	.hp_spTxtAlnL {
		text-align: left;
	}
}

.hp_txtAlnL {
	text-align: left;
}

.hp_txtAlnR {
	text-align: right;
}

.hp_txtAlnC {
	text-align: center;
}

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

.hp_mgnTopSSS {
	margin-top: 5px!important;
}

.hp_mgnTopSS {
	margin-top: 10px!important;
}

.hp_mgnTopS {
	margin-top: 15px!important;
}

.hp_mgnTopM {
	margin-top: 30px!important;
}

.hp_mgnTopLL {
	margin-top: 80px!important;
}

.hp_mgnBtm0 {
	margin-bottom: 0px!important;
}

.hp_mgnBtmSSS {
	margin-bottom: 5px!important;
}

.hp_mgnBtmSS {
	margin-bottom: 10px!important;
}

.hp_mgnBtmS {
	margin-bottom: 15px!important;
}

.hp_mgnBtmM {
	margin-bottom: 30px!important;
}

.hp_mgnBtmLL {
	margin-bottom: 80px!important;
}

.hp_pdgBtm0 {
	padding-bottom: 0px!important;
}

.hp_pdgBtmLL {
	padding-bottom: 80px!important;
}

.hp_txtSizeNormal {
	font-size: 20px;
	line-height: 1.6;
	color: #333;
	letter-spacing: 0;
}

.hp_txtSizeL {
	font-size: 1.35em!important;
}

.hp_txtSizeS {
	font-size: 0.74em!important;
}



.hp_bgNone {
	background-image: none!important;
}

.hp_bgLogosWrapper {
	background-color: #f9fafd!important;
}

.hp_bgLogos {
	display: flex;
	align-items: center;
}

.hp_bgGray {
	background-color: #f0f0f0;
}



.hp_headingBlock {
	display: flex;
	justify-content: center;
}



.el_listFeatures {
	position: relative;
}

.el_listFeatures li {
	padding-left: 1.35em;
	position: relative;
	margin-bottom: 0.2em;
}

.el_listFeatures li:last-child {
	margin-bottom: 0;
}

.el_listFeatures li span {
	/*position: relative;*/
	position: absolute;
	top: 0.2em;
	left: 0;
}



.el_dlFlow {
	position: relative;
	display: flex;
	justify-content: left;
	align-items: center;
	background: #f0f0f0;
	padding: 1.5em;
}

@media screen and (max-width: 647px) {
	.el_dlFlow {
		display: block;
	}
}

.el_dlFlow dt {
	font-weight: bold;
	margin-bottom: 0.2em;
}



.el_circleCheck {
	position: relative;
	top: 0.33em;
	padding-right: 0.2em;
}



.qa-list dl {
	color: #212A41;
	position: relative;
	margin: 0;
	cursor: pointer;
	border-top: 1px solid #212A41;
}
.qa-list dl dt {
	position: relative;
	margin: 0;
	padding: 40px 60px 40px 80px;
	/*font-size: 24px;*/
	font-weight: bold;
}
.qa-list dl dt::before {
	font-size: 34px;
	line-height: 1;
	position: absolute;
	top: 42px;
	left: 20px;
	display: block;
	content: 'Q.';
	/*font-family: Helvetica , "Helvetica Neue", 'Noto Sans JP' , sans-serif!important;*/
	font-weight: lighter;
	color: #3285bf;
}
.qa-list dl dd {
	position: relative;
	margin: 0;
	padding: 40px 0px 40px 80px;
	/*font-size: 20px;*/
	font-weight: 400;
	background-image: linear-gradient(to right, #212A41, #212A41 1px, transparent 1px, transparent 4px);
	background-size: 5px 2px;
	background-position: top;
	background-repeat: repeat-x;
}
.qa-list dl dd::before {
	font-size: 34px;
	line-height: 1;
	position: absolute;
	left: 20px;
	display: block;
	content: 'A.';
	color: #3285bf;
	font-family: Helvetica , "Helvetica Neue", 'Noto Sans JP' , sans-serif!important;
}
.qa-list dl::after {
	position: absolute;
	top: 48px;
	right: 26px;
	display: block;
	width: 13px;
	height: 13px;
	margin: auto;
	content: '';
	transform: rotate(135deg);
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transition: .5s;
}
.qa-list .qalast {
	border-bottom: 1px solid #212A41;
}

@media screen and (max-width: 960px) {
	.qa-list dl dt {
		font-size: 18px;
		padding: 30px 60px 30px 75px;
	}
}
@media screen and (max-width: 767px) {
	.qa-list dl dt {
		padding: 20px 45px 20px 55px;
	}
}

@media screen and (max-width: 960px) {
	.qa-list dl dt::before {
		font-size: 26px;
		top: 32px;
	}
}
@media screen and (max-width: 767px) {
	.qa-list dl dt::before {
		left: 10px;
		top: 22px;
	}
}

@media screen and (max-width: 960px) {
	.qa-list dl dd {
		padding: 30px 0 30px 75px;
	}
}
@media screen and (max-width: 767px) {
	.qa-list dl dd {
		padding: 20px 0 20px 55px;
	}
}

@media screen and (max-width: 960px) {
	.qa-list dl dd::before {
		font-size: 26px;
	}
}
@media screen and (max-width: 767px) {
	.qa-list dl dd::before {
		left: 10px;
		top: 22px;
	}
}

@media screen and (max-width: 960px) {
	.qa-list dl dd p {
		font-size: 16px;
	}
}

@media screen and (max-width: 960px) {
	.qa-list dl::after {
		top: 38px;
	}
}
@media screen and (max-width: 767px) {
	.qa-list dl::after {
		right: 18px;
		top: 25px;
	}
}



.material-symbols-outlined {
	font-family: 'Material Symbols Outlined'!important;
	font-variation-settings:
	'FILL' 1,
	'wght' 400,
	'GRAD' 0,
	'opsz' 24
}



.el_fuanWrapper {
	background-color: #f0f0f0;
	position: relative;
}

.el_fuanUlWrapper {
	display: flex;
	justify-content: center;
}



.el_img800 {
	margin: 0 auto;
	display: block;
	width: 100%;
	max-width: 800px;
}

.el_img600 {
	margin:0 auto;
	display:block;
	width:100%;
	max-width:600px;
}



.el_fusei_case {
	line-height: 1.6!important;
}

.el_fusei_case div:nth-of-type(1) {
	font-size: 1.25em;
}

.el_fusei_case div:nth-of-type(2) {
	display: inline-block;
	background-color: #f0f0f0;
	padding: 0.5em;
	margin: 0.75em 0;
	border-radius: 5px;
}



.el_iconFB {
	position:relative!important;
	top:-5px!important;
	height:27px!important;
}

.el_iconX {
	position:relative!important;
	top:-2px!important;
	height:22px!important;
	margin-right:15px!important;
}



.lo_footer_upper {
	background-color:#3e3a39;
	padding:60px 0;
}



.lo_footer_lower {
	padding:40px 0 20px!important;
}

.lo_footer_lower_mark {
	position: relative;
	margin-bottom:30px;
}

.lo_footer_lower_mark .el_pmark {
	margin:0 10px;
	position:relative;
	top:-4px!important;
}

.lo_footer_lower_mark .el_iso {
	margin:0 10px;
}



.el_txtAddress {
	padding-top:6px;
	line-height:1.6;
}

.el_footer_icon_FB {
	position:relative;
	height:27px;
}

.el_footer_icon_X {
	position:relative;
	height:22px;
	margin-left:30px!important;
}



.hp_heightFix {
	min-height: calc(2em + 1.2em);
}

@media screen and (max-width: 647px) {
.hp_heightFix {
	min-height: auto;
}
}