.contents_inner {
	width: 96.5%;
	margin: 0 auto;
}
/*クリアフィックス////////////////////////////////////////////*/

.cf:before, .cf:after {
	content: " ";
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
 *zoom: 1;
}
.clear {
	clear: both;
}
/*///アフターサービス///////////////////////////////////////////*/
#service {
	margin-bottom: 120px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#service div {
	display: inline-block;
	width: 538px;
	border: #E1E1E1 solid 1px;
	position: relative;
	height: 144px;
	margin-bottom: 20px;
}
#service div:nth-child(1) {
	background: url(../../images/service/service01.jpg) no-repeat;
}
#service div:nth-child(2) {
	background: url(../../images/service/service02.jpg) no-repeat;
}
#service dl {
	text-shadow: 0 2px 0 #fff, 2px 0 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 250px;
	height: 70px;
	padding-right: 20px;
}
#service dt {
	margin-bottom: 10px;
}
#service dt a {
	color: #E50012;
}
#service dd {
	font-size: 12px;
	line-height: 21px;
}
.mbottom {
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 35px;
}
.mbottom1 {
	display: inline-block;
	border: #F0F0F0 solid 3px;
	margin-top: 20px;
	margin-bottom: 35px;
}
.mbottom1 a {
	display: block;
	padding: 20px;
	padding-left: 60px;
	background: url(../../images/service/acb_iconmdpi.png) no-repeat;
	background-position: 20px 12px;
}
.dl_kaijo {
	border-top: #E2E2E2 solid 1px;
	padding-top: 20px;
}
.dl_kaijo dt {
	font-size: 16px;
	font-weight: bold;
	color: #CD4749;
}
.dl_kaijo dd p:nth-child(2) {
	margin-bottom: 20px;
}
.dl_kaijo dd p:nth-child(3) {
	font-size: 12px;
}
/*///会社案内///////////////////////////////////////////////////*/
#about_menu {
	margin-bottom: 120px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: space-between;
}
.gmap {
	margin-bottom: 40px;
}
#map_all {
	margin: 0 0 40px;
	min-height: 420px;
	width: 100%;
}
#about_menu div {
	word-break: break-all;
	display: inline-block;
	width: 31.5%;
	border: #E1E1E1 solid 1px;
	margin-bottom: 40px;
}
#about_menu img {
	width: 100%;
	height: auto;
}
#about_menu dl {
	padding: 20px 30px;
}
#about_menu dt {
	margin-bottom: 20px;
}
#about_menu dt a {
	color: #E50012;
	font-weight: bold;
}
#about_menu p a {
	color: #E50012;
	text-decoration: underline;
}
.fa-red:before {
	margin-right: 3px;
	color: #E50012;
}
.fa-white:before {
	margin-right: 3px;
	color: #fff;
}
.juden {
	display: inline-block;
	color: #FFFFFF;
	background: #0089AE;
	padding: 2px 20px;
	margin-top: 20px;
}
.chuko {
	display: inline-block;
	color: #fff;
	background: #000;
	padding: 2px 20px;
	margin-top: 20px;
}
.chuko a {
	display: block;
	color: #fff !important;
	text-decoration: none !important;
}
#about_menu dd {
	font-size: 12px;
	line-height: 21px;
}
.rinen_text {
	font-size: 20px;
	line-height: 35px;
	border: #F1F1F1 solid 5px;
	padding: 20px;
	text-align: center;
	margin-bottom: 1em;
}
.rinen_copy {
	line-height: 24.5px;
	margin-bottom: 48px;
}
.hoshin_zu {
	text-align: center;
	max-width: 451px;
	margin-bottom: 120px;
}
/*/---DL formテーブル---------------------------/*/
.contents_inner {
	line-height: 160%;
}
.mbottom a {
	color: #e50012;
	text-decoration: underline;
}
input.txt_normal {
	width: 60%;
}
input.txt_zip {
	width: 20%;
	margin-bottom: 10px;
}
input.txt_tel {
	width: 40%;
}
input.txt_toi {
	width: 60%;
	height: 115px;
}
textarea.txt_toi1 {
	width: 100%;
	height: 115px;
}
select　 {
	width: 30%;
}
dl.dl_fm_table {
	border-top: #E2E2E2 solid 1px;
	padding-top: 30px;
}
.dl_fm_table dt {
	padding: 10px 0;
}
.dl_fm_table dt span {
	color: #E20021;
}
.dl_fm_table dd {
	padding: 10px 0;
}
.dl_fm_table dt {
	display: block;
	line-height: 24.5px;
	font-weight: 900;
	clear: left;
	float: left;
	width: 15%;
}
.dl_fm_table dd {
	line-height: 24.5px;
	display: block;
	background: #fff;
	margin-left: 15%;
}
dt.border_none, dd.border_none {
	border-bottom: none;
}
input[type="button"], input[type="submit"] {
	font-size: 17px;
	font-weight: bold;
	background-color: #1F1F1F;
	color: #fff;
	border-radius: 5px;
	padding: 26px 144px;
	border: none;
	margin: 50px 0;
}
/*/---DL テーブル---------------------------/*/

dl.dl_table {
	background: #F1F1F1;
	border: 1px solid #E2E2E2;
	border-top: none;
	margin-bottom: 50px;
}
.dl_table dt, .dl_table dd {
	padding: 28px 20px;
}
.dl_table dt {
	display: block;
	line-height: 24.5px;
	font-weight: 900;
	color: #E20021;
	border-top: 1px solid #E2E2E2;
	clear: left;
	float: left;
	width: 17.6%;
}
.dl_table dd {
	line-height: 24.5px;
	display: block;
	background: #fff;
	border-left: 1px solid #E2E2E2;
	border-top: 1px solid #E2E2E2;
	margin-left: 17.6%;
}
dt.border_none, dd.border_none {
	border-bottom: none;
}
.font_bold {
	font-weight: bold;
}
.font_boldsub {
	font-weight: 900;
	color: #666666;
}
.shamei1 {
	font-size: 20px;
	font-weight: bold;
	line-height: 140%;
}
.show_juden, .wonderful {
	display: inline-block;
	color: #E50012;
	background: #FFFFFF;
	padding: 2px 20px;
	margin-bottom: 3px;
}
.maillink {
	margin-bottom: 40px;
}
.maillink a {
	color: #FFFFFF;
}
/*/---スタッフ紹介---------------------------/*/
#wrapper article #contents h2.staffh2 {
	margin-bottom: 20px;
}
.txt_right {
	text-align: right;
	margin-bottom: 20px;
}
#staff h3 {
	font-size: 16px;
	font-weight: bold;
	background: url(../../images/showroom/h3_bg.png) no-repeat;
	background-position: bottom right;
	padding-bottom: 14px;
	margin-bottom: 30px;
}
.staff_box_2col_child {
	width: 48.9436619%;
	display: inline-block;
}
.staff_box_2col_child_r {
	float: right;
	width: 48.9436619%;
	display: inline-block;
}
.staff_box_2col_child_in {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: space-between;
}
.staff_box {
	margin-bottom: 50px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: space-between;
}
.staff_box::before {
	content: "";
	display: block;
	width: 266px;
	order: 1;
}
.staff_box::after {
	content: "";
	display: block;
	width: 266px;
}
.staff_box_child {
	background: url(../../images/showroom/staff_box_child_bg.png) no-repeat #E60012;
	background-position: bottom right;
	/*height: 120px;*/
	width: 266px;
	/*display: table;*/
	margin-bottom: 20px;
}
.staff_box_child > img {
	width: 100%;
}
.staff_box_child_txt {
	/*display: table-cell;*/
	width: 100%;
	padding: 10px;
	vertical-align: middle;
}
.katagaki, .name, .comment {
	font-weight: bold;
	color: #FFFFFF;
}
.katagaki {
	font-size: 12px;
}
.name {
	margin-bottom: 10px;
	font-size: 16px;
}
.comment {
	font-size: 10px;
	line-height: 1.3;
}
.txticon {
	display: inline-block;
	font-size: 10px;
	line-height: 10px;
	padding: 5px;
	background: #FFFFFF;
	color: #E60012;
	margin-top: 5px;
}
/*/---フォトがラリー---------------------------/*/
#photogallery {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	margin-bottom: 120px;
}
.pg {
	width: 378px;
	height: auto;
	display: inline-block;
	position: relative;
}
.pg p {
	font-size: 20px;
}
.pg a {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 56px;
	height: 56px;
	background: #E60012;
	padding: 18px;
}
.shamei {
	display: inline-block;
	margin-left: 30px;
	line-height: 140%;
}
.shamei p:nth-child(1) {
	font-size: 20px;
	font-weight: bold;
	line-height: 140%;
}
.shamei p:nth-child(2) {
	font-size: 12px;
	margin-bottom: 30px;
}
.shamei p:nth-child(5) {
	margin-bottom: 30px;
}

#map_canvas {
	width: 41.5%;
	float: right;
	min-height: 567px;
}
.mb35 {
	margin-bottom: 35px;
}
