@charset "UTF-8";
/*===============================================
●画面の横幅が770px以上
===============================================*/
@media screen and (min-width: 770px){
#main_img {
	background-image: url(../img/company/main_img.jpg);
}

#conts_01 {
	padding-top: 105px;
}
#conts_01 .auto {
	width: 874px;
}
#conts_01 table {
	border-top: 1px solid #879986;
}
#conts_01 table tr {
	border-bottom: 1px solid #879986;
}
#conts_01 table th {
	width: 212px;
	padding: 23px 32px 21px 50px;
}
#conts_01 table td {
	padding: 23px 32px 21px 0;
	line-height: 28px;
}
#conts_01 table td .gmap {
	width: 612px;
	height: 324px;
	position: relative;
	overflow: hidden;
    margin: 8px 0 6px;
}
#conts_01 table td .gmap iframe {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
}

/*===============================================
●画面の横幅が769pxまで（iPhone6 横向きまで）
===============================================*/
@media screen and (max-width:769px){
#main_img {
	background-image: url(../img/company/main_img.jpg);
}

#conts_01 {
	padding-top: 68px;
}
#conts_01 a {
	color: #fff;
}
#conts_01 table {
    display: block;
    border-left: 1px solid #829381;
    border-right: 1px solid #829381;
    border-bottom: 1px solid #829381;
}
#conts_01 table tbody {
	display: block;
}
#conts_01 table tr {
	display: block;
}
#conts_01 table th {
    width: 100%;
    display: block;
    text-align: center;
    background-color: #5d735c;
    padding: 14px 5% 11px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 1px solid #829381;
    border-bottom: 1px solid #829381;
}
#conts_01 table td {
	width: 100%;
	display: block;
	padding: 10px 16px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1.8;
}
#conts_01 table td .gmap {
	width: 100%;
	height: 0;
	padding-top: 53%;
	position: relative;
	overflow: hidden;
    margin: 8px 0 6px;
}
#conts_01 table td .gmap iframe {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
}



/* 役員欄：役職と氏名を全角スペースではなく幅で揃える */
#conts_01 table td p.role_line {
	display: flex;
	flex-wrap: wrap;
}
#conts_01 table td p.role_line .role {
	display: inline-block;
	min-width: 6.5em;
	flex-shrink: 0;
}
