/* style.css */

body {
	color: #4d4d4d;
	font-size: 15px;
	line-height: 30px;
}

a {
	text-decoration: none;
	color: #00b8ee;
	padding: 2px;
	border-radius: 3px;
}

a:hover {
	background-color: #00b8ee;
	color: #fff;
}

ul {
	margin-left: -22px;
}

h1,
h2,
h3,
h4,
h5,
p {
	margin-bottom: 10px;
}
/* border */

.border-black {
	border-top: 1px solid #a7a7a7;
	margin-bottom: 20px;
}
/* button */

.b-button {
	color: #00b8ee;
	border: 2px solid #00b8ee;
	padding: 8px 30px;
	border-radius: 50px;
	font-weight: 800;
}

.b-button:hover {
	color: #fff;
	background-color: #00b8ee;
}
/* pure */

.l-box {
	padding: 15px 20px 15px 20px;
}
/* header */

.header {
	padding: 10px 0;
	max-width: 1140px;
	margin: 0 auto;
	overflow: hidden;
	min-height: 29px;
}

.header-content {
	padding: 0 20px;
}

.clogo-header {
	margin-top: 7px;
	display: block;
	float: left;
    background:none !important;
}
.clogo-header-sm{
	margin-top: 0px;
	margin-left: 10px;
	display: block;
	float: left;
	height: 29px
}

.menu-list {
	float: right;
	margin: 15px 0 0 0;
	list-style: none;
	font-weight: 800;
	display: table;
}

.menu-list li {
	display: table-cell;
	float: left;
	margin-left: 50px;
	bottom: 0;
}

menu-list li .cullent {
	border-bottom: 10px solid #00b8ee;
}
/* footer */

.footer {
	background-color: #f2a8c8;
}
/* content */

.splash-container {
	height: 88%;
	width: 100%;
	padding: 30px 0;
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
	background-image: url('../img/company-bg.png');
	background-color: #00b8ee;
}

.splash,
.content {
	max-width: 1140px;
	margin: 0 auto;
}

.mission {
	color: #fff;
	line-height: 35px;
	font-size: 18px;
	font-weight: 800;
	margin: 30px 0;
}

.splash-middle {
	margin: 30px 0;
	border: 2px solid #fff;
	padding: 15px 30px;
	color: #fff;
}

.splash-middle p {
	font-size: 15px;
	font-weight: 800;
}

.splash-illust {
	margin-top: 20px;
	width: 564px;
	max-height: 547px;
}

.content h3 {
	margin-bottom: 15px;
	margin-top: 0;
}

dl {
	overflow: hidden;
	margin: 0;
}

dt {
	width: 32%;
	float: left;
}
@media screen and (max-width: 35.438em) {
dt {
	width: 30%;
	float: left;
}
}
dd {
	float: left;
}

/* map */

.labelDiv {
  position : 'absolute';
  color: #000000;
  font-weight: bold;
  text-shadow:
		-1px -1px #fff,
		1px -1px #fff,
		-1px 1px #fff,
		1px 1px #fff;
}

/*company-form*/

.company-form {
	padding: 30px 70px;
	border-radius: 10px;
	border: 1px solid #e0e0e0;
}

@media screen and (max-width: 35.438em) {
	.company-form {
		padding: 10px 30px 40px 30px;
		border-radius: 10px;
		border: 1px solid #e0e0e0;
	}
}
/* pure-hidden-sm */

@media screen and (min-width: 35.5em) and (max-width: 47.938em) {
	.company-form {
		padding: 10px 30px;
		border-radius: 10px;
		border: 1px solid #e0e0e0;
	}
}

.mail-warning {
	font-size: 12px;
	line-height: 16px;
}

.footer {
	margin-top: 60px;
}