@charset "UTF-8";


/* 会社紹介 */
.com h2	{
	padding-bottom: 20px;
	font-weight:bold;
	font-size: 22px;
	color: #111111;
	letter-spacing: 0.1em	}
	
.com p {

}

.com ul {
	padding-top:10px;
	padding-bottom:10px;
		padding-left: 50px;
		border-top:solid 1px #dddddd;
		border-bottom:solid 1px #dddddd;

}

.com li {
		text-align: left;
	line-height: 2em;
	font-size: 14px;
	letter-spacing: 0.1em;

}

/* 会社概要・会社沿革 */

table.type01 {
	border-collapse: collapse;
	border-spacing: 1px;
	text-align: left;
	line-height: 1.5em;
	border-top: 1px solid #dddddd;
	font-size: 14px;
	letter-spacing: 0.1em;
}
table.type01 th {
	width: 20%;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom:10px;
	font-weight: bold;
	vertical-align: top;
	border-bottom: 1px solid #dddddd;
	color: #BD302E;
}
table.type01 td {
	width: 80%;
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: top;
	border-bottom: 1px solid #dddddd;
	color: #111111;

}
table.type01 p {
	float: left;
	width: 33%;
	line-height: 1.7;
}


table.type01 a{
	text-decoration: none;
	color:#846EAF;
}


table.type01 img {max-width: 100%;
	height: auto;
	margin-top: 5px;
}
	

/* グーグル */
.maps {
  	margin-top: 0px;
  	margin-bottom: 0px;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  
}
.maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 70% !important;
}


	
		
/* ########### 359px以下 ########### */
@media (max-width: 359px) {



}


/* ########### 599px以下 ########### */
@media (max-width: 599px) {


.com ul {
		padding-left: 20px;

}
table.type01 th, table.type01 td {
	width: 100%;
	display: block;
	padding-left: 0px;

	padding-top: 10px;
	border-top:none;
}

	
}

/* ########### 600px以上 ########### */
@media (min-width: 600px) {
	
	
	
}
/* ########### 768px以下 ########### */
@media (max-width: 768px) {


/* ボックスの左右 */
.box13, .box14
	{padding-left: 20px;
	padding-right: 20px}

/* ボックスの上下 */

.box13{
	margin-bottom: 20px;
	}
.box14	{
	margin-bottom: 0px;
	}

		
}
/* ########### 769px以上 ########### */
@media (min-width: 769px) {
	

/* ボックスの左右 */
.box13, .box14
{
	padding-left: 40px;
	padding-right: 40px;
	}

.box13{
	margin-bottom: 50px;
	}
.box14	{
	margin-bottom: 0px;
	}


	}
	
/* ########### 1190px以上 ########### */
@media (min-width: 1190px) {

/* 全体の横幅を固定 */
.box13, .box14
	{width: 1140px;
	margin-left: auto;
	margin-right: auto}


}

