/* CSS Document */
/*
	loader
*/
@import url("https://fonts.googleapis.com/css?family=Nunito");
#skipper{
    position: fixed;
    left: 0px;
    height: 10px;
    width: 100%;
    z-index: 9999;
    font-size: 10pt;
    color:#767677;
    text-decoration:none;
    text-align: center;
    display:none;
    position: absolute;
}

#qLpercentage{
	font-family: 'Nunito', sans-serif;
	font-size:140px !important;
	width:500px !important;
	margin-left:-250px !important;
	top:40% !important;
	height:160px !important;
}
#qLoverlay:before {
	content: url(../img/box1/logo2.jpg);
	position:absolute;
	bottom:150px;
	left:50%;
	margin-left:-70px;
}
#qLoverlay:after {
	content: "Welcome to james";
	display:block;
	width:100%;
	font-size:19px !important;
	position:absolute;
	bottom:100px;
	color:#333;
	text-align:center;
}
/*
	common layout
*/

.clearfix {
    min-height: 1%;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline-table;
}
* html .clearfix {
    height: 1px;
}
.clearfix {
    display: block;
}

body {
	margin: 0;
	height: 7420px;
}
img {
	border: 0;
	display: inline-block;
}
h1, h2, h3, h4, h5, h6, p, a, ul, input {
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-weight: normal;
	font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
li {
	list-style: none;
}
#video{
	margin: auto;
	display: block;
	position: relative;
	z-index: 500;
	top: 120px;
    width:247px;
	height: auto;
	overflow:hidden;
    left:-1px;
}
button, #submit{
	cursor:pointer;
}
button{
	background-image: none;
	border: 1px solid transparent;
	padding: 6px 12px;
	font-size: 14px;
	border-radius: 4px;
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}
/*
	base
*/
#mainBox {
	/* position:fixed; */
	width:100%;
	left:0;
	top:0;
	/* height:100%; */
}
.box {
	position: relative;
}
.box .content {
    max-width: 1034px;
	width: 100%;
	margin: auto;
}
.box .content h4 {
	font-size: 33px;
	text-align: center;
	padding-top: 80px;
}
.box .content p {
	font-size: 18px;
	line-height: 36px;
	text-align: center;
	margin: 50px 0;
}
.box .content .animate {
	position: relative;
}
.box .content .animate img {
	position: absolute;
}
.box input[type="text"], .box textarea{
	height:45px;
	background:#FFFFFF;
	width:90%;
	display:block;
	max-width:600px;
	padding:0 10px;
	border:1px solid #BBBBBB;
	border-radius:5px;
	margin:15px auto;
	font-size:14px;
}
.box textarea{
	height:250px;
	padding:10px;
}
.box button{
	max-width:475px;
	height:75px;
	background:#185471;
	color:#FFFFFF;
	font-size:24px;
	margin:40px auto;
    border: none;
    width:90%;
    display: block;
}
/*
	header-menu
*/
#header-menu{
	position:fixed;
	width:100%;
	left:0;
	top:-65px;
	background:#ffffff;
	z-index:900;
    margin-top: -1px;
	border-bottom: 1px solid #F2F2F2;
    font-size: 6pt
}

#header-menu .head, #box1 .head {
	overflow: hidden;
	margin: 90px 0;
	padding: 0 4%;
}
#box1 .head{
    margin: 0 0 70px 0;
    padding-top: 10px;
}
#header-menu .head{
	margin:0;
    padding-top: 10px;
}
#header-menu .head a, #box1 .head a {
	float: right;
	color: #BABABA;
	font-size: 9pt;
	/*font-weight: bold;*/
	margin-left: 30px;
	padding: 16px 0px 18px 0px;
}
#header-menu .head a.logo, #box1 .head a.logo {
	float: left;
	margin: 0;
	padding: 12px 0 0 0;
}

#header-menu .head a.logo img, #box1 .head a.logo img{
	padding: 1px 0 1px 0;
	height: 26px;	
}


#header-menu .head span, #box1 .head span{
	color: #BABABA;
	margin:0  0 0 40px;
    line-height: 46px;
}
/*
	box1
*/
#box1 {
	height: 980px;
	overflow: hidden;
/*	background: url(../img/box1/bg.jpg) no-repeat center;*/
	background-size: cover;
	min-height:100%;
	border-bottom: 1px solid #F2F2F2;
}
#box1 .content {
	color: #FFFFFF;
	text-align: center;
}
#box1 h1 {
	font-size: 46px;
}
#box1 h2 {
	margin: 40px 0;
	font-size: 21px;
	line-height: 42px;
    padding: 0 20px;
}
#box1 ul {
	padding: 30px 0;
}
#box1 li {
	float: left;
	width: 24.3%;
	margin: 0 5%;
}
#box1 li.center {
	margin: 0 3%;
}
#box1 li h5 {
	font-size: 19px;
	margin: 30px 0;
	text-align: left;
}
#box1 li p {
	text-align: left;
	font-size: 14px;
	line-height: 26px;
	margin:0;
}


#box1 .head {	border-bottom:1px solid #ededed;
    font-size: 9pt;
}

#scrollDown{
    position: fixed;
    left: 0;
    bottom: 0;
    height: 10px;
    width: 100%;
    background-color: #fff;
    z-index:9999;
}

#scrollDown span{
    position: absolute;
	width:100px;
	height:40px;
	background:url(../img/box1/a_bg_circle.png) center 5px no-repeat;
	bottom:-5px;
	left:50%;
	margin-left:-50px;
	text-align:center;
	padding-top:15px;
	background-size: cover;
}
/*
	service
*/
#service  .content h4:first-child + p {margin-bottom: 20px}
#service .animate {
	height: 655px;
	top: 30px;
	height:680px;
	margin-bottom:50px;
}
#service .animate img {
	left: 50%;
	overflow: hidden;
}
/*
	box3
*/
#box3 {
	background: #f2f2f2 url(../img/box3/bg.png) center;
	min-height:960px;
}
#box3 .animate{
	height:250px;
}
#box3 ul {
	padding: 30px 0;
}
#box3 li {
	float: left;
	width: 26%;
	margin: 0 4%;
}
#box3 li div{margin-bottom: 20px;}

#box3 li img{
    display: inline-block;
	margin-right: 10px;
    vertical-align: middle;
}
#box3 li.center {
	margin: 0 3%;
}
#box3 li h5 {
	font-size: 20px;
	text-align: left;
    display: inline-block;
}
#box3 li p {
	text-align: left;
	font-size: 14px;
	line-height: 26px;
	margin:0;
}
#box3 .animate.car-box{
    position: relative;
    max-width: 2200px;
    left: 0;
}
#box3 .animate.car-box img{position: absolute}

#box3 .curve-line{
    background: url("../img/box3/curve_line_3.png") repeat-x 0 0;
    width: 100%;
    height: 70px;
    position: absolute;
    top: 150px;
    left: 0;
}


/*
	plans
*/
#plans { margin-bottom: 50px; }
#plans .content > div{
    float: left;
    margin: 0 2.5%;
    width: 45%;
}

#plans .content > div img{
    display:block;
    margin: 0 auto;
}

#plans .content div.center {
    float: left;
    margin: 0 2%;
    width: 28%;
}

#plans .content div p {
    text-align: left;
    font-size: 12px;
    line-height: 26px;
    text-align: center;
    margin:0;
}

#plans .content div p strong{
    font-size: 16px;
    line-height: 64px;
    text-align: center;
}
#plans > div strong.pc-price{ }
#plans > div strong.sp-price{ display: none; }

#plans .content h5{
    text-align: center;
    line-height: 52px;
    font-size: 18px;
}

#plans div.avail { margin: 15px 0; }
#plans div.avail > ul{
    background: #FCFCFC;
    border: 1px solid #F2F2F2;
    border-radius: 5px;
}

#plans div.avail ul li{
    border-top: 1px solid #F2F2F2;
    padding: 15px;
    line-height: 24px;
    color: #808080;
}

#plans div.request{
    background: #F4F8FF;
    border: 1px solid #F0F2F5;
    border-radius: 5px;
    margin: 15px 0;
}

#plans div.request p{
    font-size: 14px;
    margin: 10px 0;
}

#plans div.request div.realtime, div.realtime1, div.realtime2, div.realtime3{
    height:200px;
    overflow:hidden;
    overflow-y:scroll;
}

#plans div.request div.realtime ul li, div.realtime1 ul li, div.realtime2 ul li, div.realtime3 ul li{
    border-bottom: 1px solid #F0F2F5;
    padding: 15px;
    border: none;
}

#plans div.request div.realtime ul li, div.realtime1 ul li, div.realtime2 ul li, div.realtime3 ul li{
    border-bottom: 1px solid #F0F2F5;
    font-size: 12px;
    padding: 10px 15px;
    color: #9B9B9B;
}

#plans div.waiting {
    margin: 15px 0;
    padding: 15px;
    background: #FCFCFC;
    border: 1px solid #F2F2F2;
    border-radius: 5px;
}
#plans div.waiting span{display: inline-block; margin-top: 5px;}
#plans div.waiting p{ font-size: 20px; }

#plans li i{ float:right; font-style:normal}
#plans li i.marker{
    color: #000;
    margin-top: -9px;
    font-size: 26px;
}
#plans li i.green { color: #7AAF29; margin-right: -3px; }
#plans li i.text{
    color: #000;
    margin-top: -9px;
    font-size: 14px;
}

#plans ul li:first-child{ border: none; }

#plans .btn {
    display: block;
    border-radius: 3px;
    text-align: center;
    padding: 15px;
    color: #FFF;
}

#plans .btn-green { background: #70BB37; }
#plans .btn-green:hover {
    background: #70BB37;
    text-decoration: none;
}

#plans .btn-blue { background: #5FA1D9; }
#plans .btn-blue:hover {
    background: #5FA1D9;
    text-decoration: none;
}

#plans .btn-yellow { background: #EFBF39; }
#plans .btn-yellow:hover {
    background: #EFBF39;
    text-decoration: none;
}

#plans .btn-gray { background: #878787; }
#plans .btn-gray:hover {
    background: #878787;
    text-decoration: none;
}

#plans .row1 { display: none; }
#plans .row1 a{ padding: 8px; }

#plans span.gray-balloon {
    display: block;
    position: relative;
    background: #878787;
    border-radius: 3px;
    margin-bottom: 20px;
    width: 100%;
    padding: 8px;
    text-align: center;
    color: #fff;
}

#plans span.gray-balloon:after, span.gray-balloon:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

#plans span.gray-balloon:after {
    border-color: rgba(135, 135, 135, 0);
    border-top-color: #878787;
    border-width: 7px;
    margin-left: -7px;
}

#plans span.gray-balloon:before {
    border-color: rgba(0, 0, 0, 0);
    border-width: 13px;
    margin-left: -13px;
}

/*
	cases
*/
#cases {
	overflow:hidden;
	clear:both;
}
#cases ul {
	padding: 30px 0;
}
#cases li {
	float: left;
	width: 42%;
	margin: 0 4%;
	min-height:140px;
	font-size:18px;
	line-height:32px;
	position:relative;
	top:0;
	left:0;
}
#cases li img{
	float:left;
	margin-right:25px;
	margin-bottom:75px;
}
/*
	map_box map
*/
#map_box {
	overflow: hidden;
	background: url(../img/map_box/bg.gif) no-repeat center;
	background-size: cover;
}
#map_box .content{
	background:url(../img/map_box/circle.png) center no-repeat;
	height:560px;
	color:#FFFFFF;
	padding-top:140px;
	min-width:440px;
	position:relative;
}
#map_box .content h3{
	font-size:33px;
	text-align:center;
}
#map_box .content img{
	position:absolute;
}
#map_box .content p{
	text-align:center;
        margin-top:40px;
}
/*
	box6 photo
*/
#box6 {
}
#box6 .animate{
	height:500px;
}
#box6 .animate img{
	left:50%;
	border: 10px solid #fff;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
	behavior: url(css/PIE.htc);
	/*-webkit-transform: rotate(5deg);*/
}

#box6 .animate .img1,
#box6 .animate .img4,
#box6 .animate .img6{
    transform:rotate(-5deg);
    -ms-transform:rotate(-5deg); /* IE 9 */
    -webkit-transform:rotate(-5deg); /* Opera, Chrome, and Safari */
}

#box6 .animate .img3{
    transform:rotate(5deg);
    -ms-transform:rotate(5deg); /* IE 9 */
    -webkit-transform:rotate(5deg); /* Opera, Chrome, and Safari */
}

#box6 .animate .img8{
    transform:rotate(-5deg);
    -ms-transform:rotate(-5deg); /* IE 9 */
    -webkit-transform:rotate(-5deg); /* Opera, Chrome, and Safari */
}

#box6 .animate .img2,
#box6 .animate .img7{
    transform:rotate(5deg);
    -ms-transform:rotate(5deg); /* IE 9 */
    -webkit-transform:rotate(5deg); /* Opera, Chrome, and Safari */
}

/*
	contact
*/
#contact {
	background:#f2f2f2;
}
#contact .content{
	overflow:hidden;
	padding-bottom:50px;
}
/*
	box8 last
*/
#box8 {
	background: url(../img/box8/bg.png) center top no-repeat;
	height: 1100px;
}
#box8 p{
	height:60px;
	margin:0 auto;
	text-align:left;
	font-size:15px;
	line-height:24px;
}
#box8 p img{
	float:left;
	margin:0 40px 40px;
}
#box8 .content{
	padding:120px 0 0;
}
#box8 .animate{
	height:450px;
	overflow:hidden;
	margin-bottom:50px;
}
#box8 .animate img{
	left:50%;
}
#box8 .phoneBg{
	/*background:url(../img/box8/phone_bg.png);*/
	width:242px;
	height:281px;
	margin: auto;
	position: relative;
	top: 120px;
	left: 1px;
}
#box8 .phoneBg img {
	position: static;
}

#box8 #apps ul li{
    float: left;
    width: 20%;
}

#box8 #apps ul li > img{
    display: block;
    margin: 40px auto;
    width: 70%;
}

#box8 #apps ul li > a > img{
    display: block;
    margin: 40px auto;
    width: 50%;
}

#box8 #apps .label-light-gray{
    display: block;
    margin: 40px auto;
    width: 58%;
    padding: 5px;
    font-size: 10px;
    text-align: center;
    color: #fff;
    background: #777777;
    border-radius: 3px;
}


/*
	box9 footer
*/
#box9 {
	background: #185471;
	padding-top: 70px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 70px;
}

#box9 .content li{display: inline}
#box9 .content a{
	color:#FFFFFF;
	margin:0 15px;
}
#box9 .content p{
	color:#FFFFFF;
	font-size:12px;
	padding:5px;
	margin:0;
}
/*
	POPUP
*/
#popUp{
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: url(https://upload.wikimedia.org/wikipedia/commons/d/d3/Black_%2850%25_transparent%29.png);
	display:none;
}
#popUp #message{
	width:50%;
	margin:10% auto;
	background:#fff;
	padding:10px;
	overflow:hidden;
        border-radius: 6px;        /* CSS3草案 */
        -webkit-border-radius: 6px;    /* Safari,Google Chrome用 */
        -moz-border-radius: 6px;   /* Firefox用 */
}
#popUp h6{
	font-size:18px;
	padding:10px;
	border-bottom:1px solid #CCCCCC;
}
#popUp p{
	padding:10px;
	margin-bottom:20px;
	border-bottom:1px solid #CCCCCC;
}
#popUp button{
	float:right;
}

#mobile-menu{display: none}
/*
	resize
*/
@media screen and (max-width: 1020px) {
	#box1 li h5 {
		font-size: 18px;
		overflow: hidden;
	}
	#service p{
		font-size:14px;
	}
}
@media screen and (max-width: 800px) {
	#box1 h1 {
		font-size: 36px;
	}
}
@media screen and (max-width: 600px) {
	#box1 h1 {
		font-size: 30px;
	}
	#box1 h2 {
		font-size: 18px;
		margin:20px 0;
	}
	#box1 li p {
		font-size: 12px;
	}
}
@media screen and (max-width: 500px) {
	#box1 h1 {
		font-size: 25px;
	}
	#box1 h2 {
		font-size: 15px;
		line-height:32px;
	}
}
