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

@media screen and (min-width:768px){
/*pc・タブレットcss*/

/*====================================================================

company.css

======================================================================


/*--------------------------------------------------------------------/
	table1
/--------------------------------------------------------------------*/
table.table1 {
	margin: 0 auto 15px;
	background: url(../img/common_line_01.gif) repeat-x 0 0;
	width: 730px;
}
table.table1 th,
table.table1 td {
	padding: 13px 10px;
	background: url(../img/common_line_01.gif) repeat-x 0 100%;
	vertical-align: top;
	line-height: 1.5;
	text-align: left;
}
table.table1 th {
	width: 130px;
	font-weight: normal;
}
table.table1 td {
	width: auto;
}


/*--------------------------------------------------------------------/
	table2
/--------------------------------------------------------------------*/
table.table2 {
	margin: 0 auto 15px;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	width: 730px;
}
table.table2 th,
table.table2 td {
	padding: 13px 15px;
	border-bottom: 1px solid #ddd;
	vertical-align: top;
	line-height: 1.5;
	text-align: left;
}
table.table2 th {
	width: 130px;
	background: url(../img/common_bg_02.gif);
	font-weight: normal;
}
table.table2 td {
	width: auto;
}


/*--------------------------------------------------------------------/
	map
/--------------------------------------------------------------------*/
section.box iframe {
	margin-left: 1px;
	padding: 7px;
	border: 1px solid #ddd;
}

/*--------------------------------------------------------------------/
	gyousya
/--------------------------------------------------------------------*/
.gyousya {
	overflow: hidden;
	margin-bottom: 20px;
}
.gyousya .photoL {
	float: left;
	width: 218px;
}
.gyousya .gyousyaTxt {
	float: right;
	width: 519px;
	height: 232px;
	border: 3px solid #cacaca;
	border-left: 0;
	background: url(../img/company_bg01.jpg);
}
.gyousya .gyousyaTxt p.name {
	padding: 30px 0 30px 30px;
	height: 53px;
}
.gyousya .gyousyaTxt p.name img {
	float: left;
}
.gyousya .gyousyaTxt p.comment {
	padding: 0 30px;
	font-size: 16px;
	line-height: 1.8;
}

}

@media screen and (max-width:767px){
/*スマホ用css*/

/*====================================================================

company.css

======================================================================


/*--------------------------------------------------------------------/
	table1
/--------------------------------------------------------------------*/
table.table1 {
	margin: 0 auto 15px;
	background: url(../img/common_line_01.gif) repeat-x 0 0;
	width: 100%;
	box-sizing: border-box;
}
table.table1 th,
table.table1 td {
	display: block;
	width: 100%;
	padding: 10px;
	background: url(../img/common_line_01.gif) repeat-x 0 100%;
	vertical-align: top;
	line-height: 1.5;
	text-align: left;
	box-sizing: border-box;
}
table.table1 th {
	font-weight: normal;
	text-align: center;
}
table.table1 td {
}


/*--------------------------------------------------------------------/
	table2
/--------------------------------------------------------------------*/
table.table2 {
	margin: 0 auto 15px;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	width: 100%;
	box-sizing: border-box;
}
table.table2 th,
table.table2 td {
	display: block;
	width: 100%;
	padding: 10px;
	border-bottom: 1px solid #ddd;
	vertical-align: top;
	line-height: 1.5;
	text-align: left;
	box-sizing: border-box;
}
table.table2 th {
	background: url(../img/common_bg_02.gif);
	font-weight: normal;
	text-align: center;
}
table.table2 td {
	width: auto;
}


/*--------------------------------------------------------------------/
	map
/--------------------------------------------------------------------*/
section.box iframe {
	margin-left: 1px;
	padding: 7px;
	border: 1px solid #ddd;
}

/*--------------------------------------------------------------------/
	gyousya
/--------------------------------------------------------------------*/
.box .mm_b {
	padding: 0;
}
.box .mm_b img {
	width: 100%;
}
.gyousya_box {
	-webkit-display: flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.gyousya {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
	margin-bottom: 20px;
	box-sizing: border-box;
}
.gyousya:nth-child(odd) {
    padding-right: 5px;
}
.gyousya:nth-child(even) {
    padding-left: 5px;
}
.gyousya .photoL {
	margin: auto;
}
.gyousya .photoL img {
	width:100%;
	height: auto;
	border-right: 3px solid #cacaca;
	box-sizing: border-box;
}
.gyousya .gyousyaTxt {
	padding: 15px;
	border: 3px solid #cacaca;
	background: url(../img/company_bg01.jpg);
	box-sizing: border-box;
}
.gyousya .gyousyaTxt p.name {
	text-align: center;
	padding: 0;
	margin-bottom: 10px;
}
.gyousya .gyousyaTxt p.name img {
	width: 100%;
}
.gyousya .gyousyaTxt p.comment {
	padding: 0;
	font-size: 14px;
	line-height: 1.8;
}

.box .mm_l {
	float: none;
	margin: 0 auto;
}
.box .mm_l img {
	width: 100%;
	max-width: 330px;
	margin: 0 auto;
}

.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-sizing: border-box;
}

}