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

/*--------------------------------------------*/
/*モバイル*/
/*--------------------------------------------*/

/*jumbotron*/
.jumbotron {
	background:url(../images/other/image25_1200_300.jpg) no-repeat scroll center center / cover;
}


/*会社概要*/

table {
  border: 1px solid #ddd;
  width: 100%;
}

th {
	background-color: #ddd;
	border-bottom: 1px solid #ccc;
	padding: 20px;
	width: 30%;
}

td {
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 10px 20px;
	width: 70%;
}

td p {
	margin-bottom: 0.2rem;
}

td .contact {
	text-align: right;
}

td .contact a {

	background-color: #0056a8;
	color: #fff;
	display: inline-block;
	margin-bottom: 0;
	padding: 5px 10px;
	text-decoration: none;
}

td .contact a:hover {
	opacity: 0.8;
}


/*Google Map*/

.map {
	border: 1px solid #ddd;
	width: 100%;
	height: auto;
	padding: 0;
}



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

	/*デバイス幅767px以下限定*/
	th {
		font-size: 14px;
		display: block;
		padding: 10px 20px;
		width: 100%;
	}

	td {
		border-left: none;
		font-size: 14px;
		display: block;
		padding: 15px 20px;
		width: 100%;
	}

}



/*--------------------------------------------*/
/*スマホ横/タブレット（576px～）*/
/*--------------------------------------------*/

@media only screen and (min-width: 576px) {

	td p {
		margin-bottom: 0;
	}



}


/*--------------------------------------------*/
/*スマホ横/タブレット横/PC/(768px～)*/
/*--------------------------------------------*/

@media only screen and (min-width: 768px) {



}


/*--------------------------------------------*/
/*タブレット横/PC/(992px～)*/
/*--------------------------------------------*/


@media only screen and (min-width: 992px) {



}


/*--------------------------------------------*/
/*PC(1200px～)*/
/*--------------------------------------------*/

@media only screen and (min-width: 1200px) {


}
