@charset "UTF-8";
/* CSS Document */

#topImage {
    height: 200px;
    background-color: #00238C;
}
#topImage .inner {
    padding: 0px;
    height: 200px;
    width: 1080px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    background-image: url(images/contetop.png);
}
#topImage .inner h1 {
    text-align: left;
    font-size: 36px;
    font-weight: normal;
    line-height: 200px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 40px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    color: #000;
	letter-spacing: 0.1em;
}

#contents #cnt_01{
	clear:both;
	width:1080px;
	margin:0 auto 65px;
}
.contents_inner table {
	width:100%;
	line-height: 1.5em;
}
.contents_inner table tr th{
	width:19%;
    padding: 26px 0;
	border-bottom: 2px solid #000;
	vertical-align: middle;
}
.contents_inner table tr td{
	text-align:left;
	border-bottom: 1px solid #777;
	padding-left: 42px;
	vertical-align: middle;
}
.contents_inner table tr td ul{
	margin: 20px auto;
}
#contents #cnt_02{
	clear:both;
	width:1080px;
	margin:0 auto 65px;
}
#contents #cnt_02 h3{
	font-size:20px;
	margin-bottom: 10px;
	font-weight:bold;
}
#contents #cnt_02 p{
	font-size:16px;
	margin-top: 10px;
}
#contents #cnt_03{
	font-size:16px;
	margin-bottom: 100px;
}
.map{
	width:1080px;
	height:530px;
}
/******************************************************** スマホ用設定 */

@media screen and (min-width: 0px) and (max-width: 640px) {
#topImage .inner {
    padding: 0px;
    height: 200px;
    width: 100%;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    background-image: url(images/contetop_sp.jpg);
	background-size: cover;
	background-position-x: right;
}
#topImage .inner h1 {
    font-size: 34px;
    margin-left: 40px;
	letter-spacing: 0em;
}

#contents #cnt_01,
#contents #cnt_02 {
	clear:both;
	width:100%;
	margin:0 auto 65px;
}
.contents_inner table {
	width:100%;
	line-height: 1.5em;
	font-size:14px;
}
.contents_inner table tr th{
	width:105px;
}
.contents_inner table tr td{
	padding-left: 19px;
}
.contents_inner table tr td ul{
	margin: 20px auto;
}
#contents #cnt_02 h3{
	font-size:18px;
	margin-bottom: 10px;
	font-weight:bold;
}
#contents #cnt_02 p{
	font-size:14px;
	margin-top: 10px;
	line-height: 1.3em;
}
#contents #cnt_03{
	font-size:16px;
	margin-bottom: 100px;
}
.map{
	width: 100%;
	height: 200px;
}
}
@media screen and (min-width: 0px) and (max-width: 360px) {
#topImage .inner h1 {
    font-size: 30px;
    margin-left: 15px;
	text-shadow:0px 0px 10px #0069c2;
	color:#FFF;
}	
}
#contents .contents_inner ul.company{
	overflow: hidden;
	}
#contents .contents_inner ul.company li {
    float: left;
    margin-right: 60px;
    margin-bottom: 70px;
}
#contents .contents_inner ul.company  li:nth-child(3n) {
    margin-right: 0px;
}
#contents .contents_inner #cnt-img{
clear: both;
width: 1080px;
margin: 0 auto 65px;
}
