@charset "utf-8";

/* ==========================================================
	共通(element)
========================================================== */





/* ==========================================================
	共通(id,class)
========================================================== */





/* ==========================================================
	ビジュアル
========================================================== */
#visual {
	position: relative;
	height: 600px;
	background: url(./images/visual-pc.jpg) center no-repeat;
	background-size: cover;
}

/*  見出し
------------------------------*/
#visual .headline {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	margin: auto;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
}
#visual .headline .main {
	margin-bottom: 15px;
	font-size: 40px;
	font-weight: bold;
}
#visual .headline .sub {
	font-size: 18px;
	letter-spacing: 6px;
}





/* ==========================================================
	総轄代理店（＝TOUGH SHOP浜松）とネットワーク
========================================================== */
#message {
	margin-top: 60px;
}
#message > .title {
	margin-top: 40px;
	font-size: 15px;
	line-height: 1.4;
}
#message .text {
	margin-top: 20px;
	font-size: 15px;
	line-height: 1.4;
}





/* ==========================================================
	代理店一覧
========================================================== */
#agent {
	padding: 60px 0 90px;
}


/*  代理店リスト
------------------------------*/
#agent .agent-list {
	box-sizing: border-box;
	width: 960px;
	margin: 0 auto;
	padding: 1px;
	border: solid 1px #003F7F;
}
/*----- テーブル -----*/
#agent .agent-list table {
	width: 100%;
	border: solid 1px #003F7F;
	text-align: left;
}
#agent .agent-list table tr {
	border-bottom: solid 1px #003F7F;
}
#agent .agent-list table tr:nth-child(odd) {
	background: #EAF5FB;
}
#agent .agent-list table th,
#agent .agent-list table td {
	padding: 10px 20px;
	border-right: solid 1px #003F7F;
	font-size: 15px;
	vertical-align: middle;
	line-height: 1.4;
}
#agent .agent-list table th:nth-child(1),
#agent .agent-list table td:nth-child(1),
#agent .agent-list table th:nth-child(3),
#agent .agent-list table td:nth-child(3) {
	width: 30%;
}
#agent .agent-list table th:last-child,
#agent .agent-list table td:last-child {
	border-right: 0;
}
#agent .agent-list table th {
	font-weight: bold;
}