@charset "utf-8";/* v.1.0.0 update.2015.08.27 * 会社概要 */ /* header */.header {	padding-bottom:30px;}.header .title {	background:#005BAC;}/* main */.main .center .article {	padding-bottom:20px;}.main .center .article .section{	margin:30px 10px 0;	padding:20px;	position:relative;}.main .center .article .section.br {	margin-top:150px;	border:3px solid #005BAC;	background:#fff;	padding:100px 20px 20px;}.main .center .article .section > .title {	width:50%;}.main .center .article .overview > .title {	position:absolute;	left:-50px;	top:-130px;}.list{	display:table;	width:100%;}.list .title ,.list .text {	font-size:200%;	line-height:1.4;	display:table-cell;	vertical-align:middle;}.list .title {	width:20%;	padding:20px;}.list .text{	width:71%;	padding:15px 20px;}.list .text p{	padding:5px 0;}.list .text img {	padding:0.5em 0;}.list .text .map {	margin:0 auto 20px;	height:250px;	border:8px solid #ddd;}.list .text .ggmap {	position: relative;	margin:0 auto 20px;	padding-bottom:50%;	padding-top: 30px;	height: 0;	overflow: hidden;	border:8px solid #ddd;}.ggmap iframe,.ggmap object,.ggmap embed {	position: absolute;	top: 0;	left: 0;	width: 100%;	height: 100%;}.list .title.c1 {	background:#E5F4FD;}.list .text.c1 {	background:#F9F9F9;}.list .title.c2{	background:#BBE3F9;}.list .text.c2{	background:#EFEFEF;}.main .center .article .section .image{	width:100%;}@media screen and (max-width: 800px){	.header {		padding-bottom:20px;	}	.main .center .article .fl,	.main .center .article .fr{		width:auto !important;		float:none;	}	.main .center .article .section.br {		margin:3% 0 0;		padding-top:3%;	}	.main .center .article .overview > .title {		position:relative;		left:0;		top:0;		padding-bottom:20px;	}	.list {		display:block;	}	.list .title,	.list .text {		display:block;		font-size:160%;		width:auto;	}	.list .text {		padding-left:10px;		padding-right:10px;	}	.list .text img {		width:16%;	}	.list .title.c1,	.list .title.c2 {		background:#BBE3F9;	}	.list .text.c1,	.list .text.c2 {		background:#fff;	}}