@charset "UTF-8";

.anchorArea {
	padding: 16px 15px 14px;
	margin-bottom: 48px;
	border: 1px #c9dced solid;
}
.anchorArea li {
	float: left;
	padding-left: 15px;
	margin-right: 35px;
	background: url(../images/icon_down_blue.gif) left center no-repeat;
}

/* -----------------------------------------------------------
	#visualArea メイン画像
----------------------------------------------------------- */
#visualArea {
	margin-bottom: 48px;
}
#visualArea .inner {
	background: url(../../sds/images/mainimg_sds_top.jpg) left 0 no-repeat;
}
/* -----------------------------------------------------------
	.contactArea
----------------------------------------------------------- */
.contactArea {
	line-height: 1.4;
	margin-bottom: 48px;
}
.contactArea h3 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
.contactArea table {
	width: 100%;
	margin-bottom: 32px;
}
.contactArea table tr th,
.contactArea table tr td {
	vertical-align: middle;
	padding: 13px 13px 9px;
	border: 1px #c9dced solid;
}
.contactArea table tr th {
	text-align: center;
	background-color: #f2f5f7;
}
.contactArea table tr th:nth-child(1),
.contactArea table tr td:nth-child(1) {
	width: 190px;
}
.contactArea table tr th:nth-child(2),
.contactArea table tr td:nth-child(2) {
	width: 190px;
}
.contactArea table tr th:nth-child(3),
.contactArea table tr td:nth-child(3) {
	width: 150px;
}
.contactArea table tr th:nth-child(4),
.contactArea table tr td:nth-child(4) {
	width: 150px;
}
.contactArea table tr th:nth-child(5),
.contactArea table tr td:nth-child(5) {
	width: 134px;
}
.contactArea table tr th:nth-child(6),
.contactArea table tr td:nth-child(6) {
	width: 210px;
}
.contactArea table tr td a.icon {
	display: block;
	padding: 0 0 0 30px;
	background: url(../images/icon_mail.png) left center no-repeat;
}
.contactArea table.table01,
.contactArea table.table02 {
	margin-bottom: 40px;
}
.contactArea table.table03 {
	margin-bottom: 60px;
}
.contactArea.area03 table tr th:nth-child(1),
.contactArea.area03 table tr td:nth-child(1) {
	width: 124px;
}
.contactArea.area03 table tr th:nth-child(2),
.contactArea.area03 table tr td:nth-child(2) {
	width: 130px;
}
.contactArea.area03 table tr th:nth-child(3),
.contactArea.area03 table tr td:nth-child(3) {
	width: 240px;
}
.contactArea.area03 table tr th:nth-child(4),
.contactArea.area03 table tr td:nth-child(4) {
	width: 160px;
}
.contactArea.area03 table tr th:nth-child(5),
.contactArea.area03 table tr td:nth-child(5) {
	width: 160px;
}
.contactArea.area03 table tr th:nth-child(6),
.contactArea.area03 table tr td:nth-child(6) {
	width: 210px;
}
#mainColumn p {
	line-height: 1.8;
	margin-bottom: 25px;
}
/* ボタン */
.btnArea {
	text-align: center;
}
.btn {
	color: #ffffff;
	border: none;
  display: block;
	height: 50px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
	line-height: 1;
  margin: 0 auto 25px;
	vertical-align: top;
  background: #005bac url("../images/icon_cright_white.png") 95% 50% no-repeat;
  box-shadow: 0 3px 0 rgba(0,62,118,1);
}
.btn_confirm {
  width: 250px;
}
.btn_send {
	display: inline-block;
  width: 240px;
}
.btn_return {
	display: inline-block;
	width: 160px;
	color: #005bac;
	margin-right: 30px;
	background: #dbe1e6;
	box-shadow: 0 3px 0 rgba(192,197,201,1);
}
.btn:hover {
	opacity: 0.8;
}