@import url('//fonts.googleapis.com/css?family=Oswald:300,400');
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing : border-box;
	-moz-box-sizing : border-box;
	box-sizing : border-box;
}
html {
	-webkit-text-size-adjust: none; /* iPhone */
}
ul, li {
	list-style: none;
}
img, a img {
	border: none;
}
img, iframe {
	vertical-align: bottom;
}
a img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: all 0.1s ease-in-out;
}
a:hover img {
    filter: alpha(opacity=80);
    -moz-opacity: 0.80;
    opacity: 0.80;
}
.cbox {
	zoom: 1;/*for IE 5.5-7*/
}
.cbox:after {/*for modern browser*/
	content: ".";
	display: block;
	height: 0px;
	line-height: 0;
	clear: both;
	visibility: hidden;
}
body {
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
	font-family: Meiryo, YuGothic, "Yu Gothic", "游ゴシック", "游ゴシック体", 'MS PGothic', sans-serif;
	font-size: 20px;
	line-height: 1;
	color: #000;
	background-color: #fff;
}
iframe {
	z-index: 1;
}
.taR {
	text-align: right;
}
#container {
	position: relative;
}
#contentWrapper {
	margin: 0 auto;
}
.section {
	width: 1080px;
	margin: 0 auto;
}
.content {
	padding: 1em;
}
.page-top {
	position: fixed;
	bottom: 5%;
	right: 1%;
	cursor: pointer;
}

#content01 {
	background: url(../images/bg_sec01.jpg) no-repeat center top;
	height: 629px;
	position: relative;
}
.select-language {
	font-size: 75%;
	float: left;
	padding: .5em 0 0;
}
.select-language li {
	display: inline-block;
}
.select-language li:first-child:after {
	content: " /";
}
.select-language li a {
	color: #000;
	text-decoration: none;
}
.select-language li a:hover {
	text-decoration: underline;
}
.sns-btn {
	float: right;
}
.sns-btn li {
	display: inline-block;
}

@import url(../api/-family-entypo.css);
/* entypo */
[class*="entypo-"]::before {
  font-family: 'FontAwesome', sans-serif;
}

.wrapper {
  width: 80%;
  height: 100%;
  margin: 0 auto;
}

.share {
  /*position: absolute;
  top: 50%;
  left: 50%;*/
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  /*margin-top: -17px;*/
  /*margin-left: -70px;*/
  font-weight: 700;
  text-align: center;
}
.share span {
  font-weight: 400;
}
.share li {
  display: inline-block;
}
.share li a {
  display: block;
  width: 2em;
  color: #fff;
  text-decoration: none;
  border-bottom-width: .3em;
  border-bottom-style: solid;
  border-radius: .3em;
  padding: .4em 0;
  -webkit-transition: .025s all ease-in-out;
  transition: .025s all ease-in-out;
}
.share li a:active {
  border-bottom: 0;
  box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.025);
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}
.share li.twitter a {
  background-color: #00aced;
  border-color: #0087ba;
}
.share li.twitter a:hover, .share li.twitter a:focus {
  background-color: #21c2ff;
  border-color: #00aced;
}
.share li.twitter a:active {
  background-color: #0087ba;
}
.share li.facebook a {
  background-color: #3b5998;
  border-color: #2d4373;
}
.share li.facebook a:hover, .share li.facebook a:focus {
  background-color: #4c70ba;
  border-color: #3b5998;
}
.share li.facebook a:active {
  background-color: #2d4373;
}
.share li.googleplus a {
  background-color: #cc3732;
  border-color: #a32c28;
}
.share li.googleplus a:hover, .share li.googleplus a:hover, .share li.googleplus a:focus {
  background-color: #d75e5a;
  border-color: #cc3732;
}
.share li.googleplus a:active {
  background-color: #a32c28;
}
.share li.instagram a {
  background-color: #cf2c93;
  border-color: #8e1e65;
}
.share li.instagram a:hover, .share li.instagram a:hover, .share li.instagram a:focus {
  background-color: #f537a1;
  border-color: #b42680;
}
.share li.instagram a:active {
  background-color: #8e1e65;
}
.entypo-twitter:before {
    content: "\f099";
}
.entypo-facebook:before {
    content: "\f09a";
}
.entypo-gplus:before {
    content: "\f0d5";
}
.entypo-instagram:before {
    content: "\f16d";
}


.sub-copy {
	margin: 100px 0 40px;
	text-align:  center;
}
.logo-locobee {
	margin: 0 0 80px;
	text-align: center;
}
.btn-app {
	text-align:  center;
}
.btn-app li {
	display: inline-block;
	padding: 0 10px;
}
#content01 .icon-locobee {
	/*position: absolute;
	top: 407px;
	left: 766px;*/
	text-align: center;
}
.pocket-image {
	margin: -140px 0 0 1em;
	width: 306px;
}
.lead {
	margin: 1em 1em 2em 380px;
	line-height: 1.7;
}

.sec-title {
	font-family: 'Oswald', sans-serif;
	font-size: 250%;
	letter-spacing: .03em;
}
.sec-description {
	/*font-size: 75%;*/
	line-height: 1.8;
	text-shadow: 1px 1px 1px rgba(255,255,255,1.0);
}
#content02 {
	background: url(../images/forums_line.png) no-repeat right bottom, url(../images/bg_sec02.jpg) no-repeat center top;
	height: 600px;
}
#content02 .sec-info {
	float: right;
}
#content02 .sec-title {
	margin: 135px 28px 50px 0;
}
#content02 .sec-description {
	margin: 0 20px 0 0;
	width: 300px;
}
#content02 .profile-image {
	float: right;
	margin: 50px 0 0;
	padding: 0;
}

#content03 {
	background: url(../images/forums_line.png) no-repeat right bottom, url(../images/bg_sec03.jpg) no-repeat center top;
	height: 600px;
}
#content03 .sec-info {
	float: right;
}
#content03 .sec-title {
	margin: 135px 28px 50px 0;
}
#content03 .sec-description {
	margin: 0 20px 0 0;
	width: 300px;
}
#content03 .forums-image {
	float: right;
	margin: 50px 0 0;
	padding: 0;
}

#content04 {
	background: url(../images/map_line.png) no-repeat 32px bottom, url(../images/bg_sec04.jpg) no-repeat center top;
	height: 600px;
}
#content04 .sec-info {
	float: left;
}
#content04 .sec-title {
	margin: 100px 0 50px 44px;
}
#content04 .sec-description {
	/*font-size: 70%;*/
	margin: 0 0 0 44px;
	width: 300px;
}
#content04 .map-image {
	margin: 50px 0 0;
	padding: 0 0 0 370px;
}

#content05 {
	padding: 0 0 80px;
}
#content05 .what-copy {
	background: url(../images/bg_what_copy.png) no-repeat center top;
	font-family: 'Oswald', sans-serif;
	font-size: 250%;
	letter-spacing: .03em;
	padding: .3em 0;
	text-align: center;
}
#content05 .solution-box {
	margin: 0 0 30px;
	text-align: center;
}
/*COMPANY*/
.header-inner {
	padding: 15px 23px 18px;
}
.header-logo {
	float: left;
	margin: 0 1em 0 0;
}
.header-language {
	float: left;
}
.header-language a {
	display: block;
	color: #000;
	font-size: 70%;
	text-decoration: none;
	border:  1px solid #000;
	padding: .3em 1em;
}
.header-logo-wrap {
	float: left;
}
.header-logo img {
	width: 100px;
	height: auto;
}
.header-nav {
	float: right;
}
.header-nav li {
	display: inline-block;
	text-align: right;
	font-size: 65%;
	padding: 0 2em;
}
.header-nav li a {
	color: #000;
	text-decoration: none;
}
.header-nav li a:hover {
	text-decoration: underline;
}
#c-content01 {
	background-color: #fff000;
	padding: 10em 0;
}
#c-content01 .logo-locobee {
	margin: 0;
}
#c-content01 .logo-locobee img {
	width: 60%;
}
#c-content02 {
	background: url(https://locobee.com/images/bg_c_content02.jpg) no-repeat center bottom;
	background-size: cover;
	padding: 11.5em 0;
}
#c-content02 .copy {
	color: #fff;
	text-align: center;
 	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}
.c-heading {
    font-family: 'Oswald', sans-serif;
    font-size: 150%;
	font-weight: 300;
    letter-spacing: .08em;
	text-align: center;
	padding: 1em 0;
}
#c-sec03 .c-heading {
	box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.6);
}
#c-content03 {
	padding: 3.5em 0;
}
#c-content03 .sec-photo {
	float: left;
	margin: 0 1em 0 0;
}
#c-content03 .sec-sentence {
	color: #535353;
	font-size: 80%;
}
#c-content03 .sec-sentence p {
	line-height: 1.9;
}
#c-sec04 .c-heading {
	background-color: #f7f7f7;
}
#c-content04 {
	background: url(https://locobee.com/images/bg_c_content04.jpg) no-repeat center -5em;
	background-size: 100%;
	padding: 5em 10em;
}
.company-profile-box {
	background: rgba(255,255,255,0.95);
	padding: 2em 5em;
	font-size: 75%;
}
.company-profile-box h3 {
	margin: 0 0 1em;
	padding: 0 .5em;
}
.company-profile-box td {
	padding: .5em;
	line-height: 1.4;
}
#c-sec05 .c-heading {
	background-color: #f7f7f7;
}
#c-content05 {
	background: #fef200 url(https://locobee.com/images/bg_c_content05.jpg) no-repeat right top;
	background-size: contain;
	padding: 6.5em 1.5em;
}
.business-list {
	font-size: 75%;
	line-height: 2.5;
}
#c-sec06 .c-heading {
	background-color: #f7f7f7;
	box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.6);
}
#c-content06 {
	background: url(https://locobee.com/images/bg_c_content06.png) repeat center bottom;
	padding: 4em 10em;
}
.contact-form {
	font-size: 80%;
}
.contact-form .form-group {
	margin: 0 0 .8em;
}
.contact-form .form-group p {
	margin: 0 0 .4em;
}
.contact-form .form-half input {
	width: 50%;
	padding: 1em;
	font-size: 90%;
}
.contact-form .form-all textarea {
	width: 100%;
	height: 12em;
	padding: 1em;
	font-size: 90%;
}
.contact-form .form-button {
	text-align: center;
}
.contact-form .form-group button {
	-webkit-appearance: none;
	background-color: #fef200;
	border: none;
	padding: 1em 4em;
	font-size: 100%;
	cursor: pointer;
}
/*POLICY*/
#policy-page {
	padding: 3em 0;
}
#policy-page h1 {
	text-align: center;
	font-size: 140%;
	margin: 0 0 1em;
}
#policy-page h2 {
	font-size: 110%;
	line-height: 1.2;
	margin: 0 0 1em;
}
#policy-page>p {
	font-size: 90%;
	line-height: 1.8;
	margin: 0 0 1em;
}
#policy-page li p {
	font-size: 100%;
	line-height: 1.8;
	margin: 0 0 1em;
}
#policy-page>ol,
#policy-page>ul{
	font-size: 90%;
	margin: 0 0 1.5em 1.5em;
}
#policy-page>ol>li {
	list-style-type: decimal;
	line-height: 1.8;
	margin: 0 0 0.5em;
}
#policy-page>ul>li {
	line-height: 1.8;
	margin: 0 0 0.5em;
}
#policy-page>ol>li>ul,
#policy-page>ul>li>ul {
	margin: 0 0 1em 1em;
}
#policy-page>ol>li>ul>li {
	list-style: none;
	margin: 0 0 0.5em 2em;
	text-indent: -1.85em;
}
#policy-page>ol>li>ul>li>ul {
	margin: 0 0 1em 1em;
}
.foot-nav {
	text-align: center;
	font-size: 80%;
	padding: 0 0 5em;
}
.foot-nav li {
	display: inline-block;
}
.foot-nav li:after {
	content: " | ";
}
.foot-nav li:last-child:after {
	content: "";
}
.footer {
	background-color: #fef200;
	text-align: center;
	padding: 2em 0;
}
.footer address {
	font-style: normal;
	font-size: 60%;
	color: #535353;
}
.sp-box {
	display: none;
}

@media screen and (max-width: 768px) {
	.pc-box {
		display: none;
	}
	.sp-box {
		display: inline-block;
	}
	body {
		font-size: 3.6vw;
	}
	img {
		max-width: 100%;
		height: auto;
	}
	.section {
		width: 100%;
	}
	.content {
		padding: 2em 1em;
	}
	.select-language {
		font-size: 1.2em;
		margin: 0 0 1em;
	}
	.share {
		font-size: 1em;
	}
	.sub-copy {
		margin: 4em 0 1em;
		font-size: 120%;
	}
	#content01 {
		background-position: right top;
		background-size: cover;
		height: auto;
	}
	.logo-locobee {
		width: 80%;
		margin: 0 auto 2em;
	}
	.btn-app {
		margin: 0 0 2em;
	}
	.btn-app li {
		display: block;
		margin: 0 auto 1em;
		padding: 0;
		width: 50%;
	}
	#content01 .icon-locobee {
		position: relative;
		top: inherit;
		left: inherit;
		text-align: center;
		width: 20%;
		margin: 0 auto 2em;
	}
	.pocket-image {
		margin: 0 auto;
		width: 70%;
		text-align: center;
	}
	.lead {
		margin: 1em;
		line-height: 1.7;
		font-size: 110%;
	}
	.sec-description {
		font-size: 110%;
	}
	.sec-info {
		float: none;
	}
	#content02 {
		background: none;
		background: url(../images/bg_sec02.jpg) no-repeat left top;
		background-size: cover;
		height: auto;
	}
	#content02 .sec-info {
		float: none;
	}
	#content02 .sec-title {
		margin: 1em 0;
	}
	#content02 .sec-description {
		margin: 0 0 2em;
		width: inherit;
	}
	#content02 .profile-image {
		float: none;
		width: 70%;
		margin: 0 auto;
		padding: 0;
		text-align: center;
	}
	#content02 .profile-image img {
		padding: 0 0 0 6%;
	}
	#content03 {
		background: none;
		background: url(../images/bg_sec03.jpg) no-repeat 80% top;
		background-size: cover;
		height: auto;
	}
	#content03 .sec-info {
		float: none;
	}
	#content03 .sec-title {
		margin: 1em 0;
	}
	#content03 .sec-description {
		margin: 0 0 2em;
		width: inherit;
	}
	#content03 .forums-image {
		float: none;
		width: 70%;
		margin: 0 auto;
		padding: 0;
		text-align: center;
	}
	#content03 .forums-image img {
		padding: 0 0 0 6%;
	}
	#content04 {
		background: none;
		background: url(../images/bg_sec04.jpg) no-repeat 90% top;
		background-size: cover;
		height: auto;
	}
	#content04 .sec-info {
		float: none;
	}
	#content04 .sec-title {
		margin: 1em 0;
		color: #fff;
	}
	#content04 .sec-description {
		font-size: 110%;
		color: #fff;
		text-shadow: none;
		margin: 0 0 2em;
		width: inherit;
	}
	#content04 .map-image {
		float: none;
		width: 70%;
		margin: 0 auto;
		padding: 0;
		text-align: center;
	}
	#content04 .map-image img {
		padding: 0 0 0 6%;
	}
	#content05 {
		padding: 0 0 1em;
	}
	.page-top {
		width: 15%;
	}
	/*COMPANY*/
	.header-inner {
		padding: 5%;
	}
	.header-logo-wrap {
		float: none;
		margin: 0 0 1em;
	}
	.header-language {
		float: right;
	}
	.header-nav {
		float: none;
	}
	.header-nav ul {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		border-top: 1px solid #000;
		border-left: 1px solid #000;
	}
	.header-nav li {
		display: block;
		width: 50%;
		padding: 0;
		text-align: center;
	}
	.header-nav li a {
		display: block;
		padding: 1em;
		border-right: 1px solid #000;
		border-bottom: 1px solid #000;
	}
	#c-content01 .logo-locobee {
		margin: 0 auto;
	}
	#c-content02 {
		padding: 10em 0;
	}
	#c-content02 .copy {
		margin: 0 3em;
		font-size: 115%;
		line-height: 2.0;
	}
	#c-content03 {
		padding: 2em 1em;
	}
	#c-content03 .sec-photo {
		float: none;
		margin: 0 0 1em;
	}
	#c-content04 {
		background-position: center -2em;
		padding: 4em 1em 2em;
	}
	.company-profile-box {
		padding: 2em 1em;
	}
	#c-content05 {
		background-size: cover;
		padding: 4em 1em;
	}
	.business-list {
		background-color: rgba(254,242,0,0.9);
		padding: 2em 1em;
	}
	#c-content06 {
		padding: 4em 1em;
		background-size: 90%;
	}
	.contact-form .form-half input {
		width: 100%;
		font-size: 100%;
	}
	.contact-form .form-all textarea {
		font-size: 100%;
	}
	.contact-form .form-button {
		text-align: left;
	}
	#policy-page {
		padding: 3em 1em;
	}
	
}