/* common */
section .red { color: #df606a; }
section .blue { color: #55bcbb; }
section .gold { color: #be894a; }
section .float-left { float: left; }
section .float-right { float: right; }

/* TOP */
div .common-inner,
section .common-inner {
	width: 1080px;
	height: auto;
	margin: 0 auto;
}
section#visual {
	width: 100%;
	height: auto;
	background-color: #eadac1;
}
section#visual .common-inner {
	position: relative;
	height: 500px;
	padding: 50px 0;
}
section#visual .main-title {
	font-size: 2.6em;
	color: #1b1b1b;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.1em;
	margin-bottom: 30px;
}
section#visual .illust-image {
	width: 50%;
	height: auto;
	margin: 0 auto;
}
section#visual .illust-image img {
	width: 100%;
	height: auto;
}
section#visual .company-theme-images {
	position: absolute;
	bottom: -40px;
	left: 0;
	width: 1080px;
	height: auto;
}
section#visual .company-theme-images .company-theme01 {
	width:800px;
	height: auto;
	margin: 0 auto;
}
section#visual .company-theme-images img {
	width: 100%;
	height: auto;
}

div#company-about {
	width: 100%;
	height: auto;
	background-color: #ffffff;
	padding: 100px 0;
}
div#company-about .company-lists {
    border-collapse: separate;
    border-spacing: 0px 1px;
	width: 85%;
	height: auto;
	margin: 0 auto;
}
div#company-about .company-lists th {
	color: #ffffff;
	background-color: #453d37;
	padding: 20px 0;
	text-align: center;
	width: 30%;
	height: auto;
}
div#company-about .company-lists td {
	padding: 20px 10px;
	border-top: 1px solid #453d37;
	border-right: 1px solid #453d37;
	border-bottom: 1px solid #453d37;
	width: 65%;
	height: auto;
}
div#company-about .company-lists td a,
div#company-about .company-lists td a:visited,
div#company-about .company-lists td a:active {
	color: #1b1b1b;
}
.contact-image01,
.contact-image02 {
	width: 60%;
	height: auto;
	margin: 50px auto;
}
.contact-image01 img,
.contact-image02  img {
	width: 100%;
	height: auto;
}

@media screen and (max-width: 768px) {
	br.only-pc { display: none; }
	div .common-inner,
	section .common-inner {
		width:94%;
		margin-left: auto;
		margin-right: auto;
	}
	section#visual .common-inner {
		height: 250px;
		padding: 100px 0 10px;
	}
	section#visual .main-title {
		font-size: 1.3em
	}
	section#visual .illust-image {
		width: 60%;
	}
	section#visual .company-theme-images {
		bottom: -15px;
		width: 100%;
	}
	section#visual .company-theme-images .company-theme01 {
		width: 90%;
	}
	div#company-about {
		padding: 60px 0;
	}
	div#company-about .company-lists {
		width: 90%;
	}
	.contact-image01, .contact-image02 {
		width: 90%;
	}
}