/*
Theme Name: Localmotion Inc.
*/


/* ------------------------------
default
------------------------------ */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border-style: initial;
	-webkit-text-size-adjust: 100%;
}
html,body {
	height: 100%;
	width: 100%;
}
body {
  background-color:#f2f4f5;
	font-family: 'Noto Serif JP', serif;
	line-height: 2;
}
a {
	color: ;
	text-decoration: none;
	-webkit-transition: all linear 0.2s;
	transition: all linear 0.2s;
}
a:hover{
	opacity: 0.65;
}
img {
	height: auto;
	max-width: 100%;
}
/* input, button, select, textarea {
	-webkit-appearance: none;
} */
h2, ul, li{
	list-style: none;
	margin: 0;
	padding: 0;
}


/* --------------------------------
font
---------------------------------*/
.fontxl {
	font-size: 33px;
}
.fontll{
	font-size: 32px;
}
.fontl {
	font-size: 26px;
}
.fontm {
	font-size: 24px;
}
.fonts {
	font-size: 16px;
}
.fontss {
	font-size: 13px;
}


/* --------------------------------
共通
---------------------------------*/
.container{
	min-width: 900px;
}
.area {
	margin: 0 auto;
	max-width: 73%;
	position: relative;
	width: 100%;
}
.pc{
	display: block;
}
.sp{
	display: none;
}
.letterspacing{
	letter-spacing: .1em;
}
.clear {
	clear: both;
}

/* --------------------------------
header
---------------------------------*/
header{
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 9999;
}
.sitelogo a{
	color: #fff;
}
.sitelogo_black a{
	color: #000;
}
.sitelogo svg{
	width: 195px;
	position: absolute;
	top: 23px;
	left: 33px;
	fill: black;	
}
.logo-bk{
  width: 195px;
  position: absolute;
  top: 23px;
  left: 33px;
}
.hidden{
  display:none;
}

nav .open,
nav .close{
	width: 80px;
	height: 80px;
	background-color:#000;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 99;
}
nav a img{
	width: 23px;
	position: absolute;
	top: 50%;
	right: 50%;
	transform: translate(50%,-50%);
}
nav .close{
	display: none;
}
nav .menu{
	position: fixed;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: rgba(0,0,0,0.8);
	display: none;
}
nav .menu ul{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
nav .menu ul li{
	padding-bottom: 5px;
}
nav .menu a{
	color: #fff;
	display: inline-block;
	width: 100%;
}
nav .menu a:hover{
	border-bottom: 1px solid #fff; 
}
section{
  margin:80px 13% 62px;
  padding:96px 11%;
  background-color:#fff;
}
.contactUs{
  font-size:24px;
  font-weight:bold;
  text-align:center;
  margin-bottom:11%;
}
form{
  border-top:solid 1px #f2f4f4;
  border-bottom:solid 1px #f2f4f4;
  padding-top:20px;
}
input[type="text"],textarea{
   -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  padding: 0.4em 0.8em;
  width: 100%;
}
.name{
  font-size:0px;
}
.name div{
  font-size:16px;
  display:inline-block;
  width:49.1%;
}
.name div:first-child{
  margin-right:1.8%;
}
.rows{
  margin-bottom:20px;
  text-align: left;
}
.rows li{
  display:inline-block;
}
.rows li:first-child{
  width:30%;
  font-weight:bold;
  vertical-align:top;
}
.rows li:last-child{
  width:69%;
}
.require{
  color:#e14475;
  font-size:0.8em;
}
input[type="text"]:focus,textarea:focus{
  outline: 0;
  border-color: #83C9E6;
}
input::placeholder {
  color:#cdcdcd;
}
/* IE */
input:-ms-input-placeholder {
  color: #cdcdcd;
}
/* Edge */
input::-ms-input-placeholder {
  color: #cdcdcd;
}
label{
  display:block;
}
.checkbox {
  display: none;
}
.checkbox + span {
  cursor: pointer;
  display: inline-block;
  padding: 0 0 0 1.2em;
  position: relative;
}
.checkbox + span::before {
  -webkit-transform: translateY(-50%);
  background: #fff;
  border: 1px solid #bfbfbf;
  content: "";
  display: block;
  width: 15px;
  height: 12px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
}
.checkbox + span::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  content: "";
  display: block;
  height: 0.3em;
  left: 0;
  margin-top: -0.2em;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  transition: all 0.3s ease 0s;
  width: 1em;
}
.checkbox:checked + span::after {
  opacity: 1;
  color: #000;
}
.category{
  font-size:12px;
}
.submit{
  text-align:center;
  margin-top:9%;
}
#submit_btn{
  width:40%;
  height:50px;
  font-size:1em;
  background-color:#000;
  color:#fff;
  text-align:center;
}
#submit_btn:focus{
  outline:0;
  border-color:none;
}


/* --------------------------------
footer
---------------------------------*/
footer{
	text-align: center;
	background-color: #434749;
	padding: 44px 0;
	color: #f2f4f5;
	font-size: 14px;
}


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

  body{
    min-width:375px;
  }

	/* --------------------------------
	header
	---------------------------------*/
	.sitelogo svg {
    width: 141px;
    position: absolute;
    top: 18px;
    left: 13px;
  }
	nav .open,
	nav .close{
		width: 60px;
		height: 60px;
	}

  .container{
  min-width: 320px;
  }
  section{
    margin:60px 0;
    padding:11% 2.5% 9%;
    background-color:#fff;
  }
  .rows li:first-child{
    display:block;
    width:100%;
  }
  .rows li:last-child{
    width:100%;
  }
  .name div{
    display:block;
    width:100%;
  }
  .name div:first-child{
    margin-bottom:15px;
  }
  label{
    margin-bottom:5px;
  }
  .checkbox + span::before{
    width:20px;
    height:20px;
  }
  .checkbox + span::after{
    left:5px;
  }

  #submit_btn{
  width:50%;
}
}

@media screen and (max-width: 1120px) {
  section{
    padding:96px 7%;
  }
  #submit_btn {
    width: 70%;
  }
}