@charset "utf-8";
/* CSS Document */

/* ===================================
コンテンツ
=================================== */
.aboutContents {
	margin: 0 auto;
	clear: both;
}
.aboutContents .big {
	font-size: 18px;
    margin-bottom: 5px;
}
.greeting {
	overflow: hidden;
	margin: 0 0 30px;
}
.greeting .txtBox {
	overflow: hidden;
}
.greeting p {
	font-size: 15px;
	line-height: 1.8;
	float: right;
}
.greetingCome,
.greetingName {
	line-height: 160%;
}
.greetingName {
	padding: 30px 0 0;
	text-align: right;
}
.greetingName span {
	line-height: 160%;
	font-size: 27px;
}
.greetingName img {
	margin-bottom: 12px;
	width: 192px;
}

.aboutContentsInner {
	padding: 20px;
	overflow: hidden;
    background: #FFF;
    border: 1px solid #E2E2E2;
}

/* ===================================
代表挨拶
=================================== */
#introduce_ceo .inner {
  margin-bottom: 60px;
  overflow: hidden;
  box-sizing: border-box;
}
#introduce_ceo .textBox {
  margin: 0 20px;
}
#introduce_ceo .heading {
  color: #333;
  font-size: 25px;
  font-weight: bold;
  margin: 25px 0 20px;
}
#introduce_ceo p {
  font-size: 15px;
  color: #333;
  line-height: 1.8;
}
#introduce_ceo .name {
  text-align: right;
  margin: 30px 0 0;
}
#introduce_ceo .name span {
  font-size: 20px;
  display: block;
  margin: 8px 0 0;
}


/* ===================================
会社概要
=================================== */
.aboutList {
	line-height: 1.8;
	font-size: 15px;
}
.aboutList dt {
	color: #333;
	font-weight: bold;
	padding-top: 15px;
}
.aboutList dd {
	color: #212121;
	border-bottom: 1px solid #E6E6E6;
	padding-bottom: 15px;
}
.aboutList dd:last-child {
	border-bottom: none;
}
.aboutList dd a {
	text-decoration: underline;
	color: #427C95;
}
.aboutList dd .infoTxt {
	display: block;
}
.aboutList dd .mgBottom {
	margin-bottom: 12px;
}

/* 写真 */
.aboutPic {
	margin-top: 10px;
}
.aboutPic li {
	margin-bottom: 10px;
}
.aboutPic li img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

/* ===================================
アクセス
=================================== */
#access {
	padding-bottom: 0;
	border: none;
	margin-top: 40px;
	margin-bottom: 60px;
}
.accessBox iframe {
	width: 100%;
	height: 400px;
	margin: 0;
	display: block;
}