/* アクセス */
.lead {
	padding: 0 10px 30px;
}
#sec01 {
	padding: 20px 0 20px;
	background: rgba(255,255,255,.6);
}
#sec02 {
	margin-bottom: 30px;
	background: rgba(255,255,255,.6);
}
#sec03 {
	background: rgba(255,255,255,.6);
}
h3.access {
	position: relative;
	padding: 20px 0;
	font-size: 15px;
	text-align: center;
	color: #00417D;
	background: rgba(63,43,20,.1);
}
h3.access:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -3px;
	width: 100%;
	height: 10px;
	background: url(../img/bg_nami.png) no-repeat center top;
	background-size: cover;
}
#sec01 .gmap {
	width: 100%;
	margin: 0 auto;
}
#sec01 .btn {
	display: block;
	margin-top: 20px;
	padding: 25px 10px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 1.1;
	background: url(../img/icn_sec1_01.png) no-repeat right 10% center, #534741;
	background-size: 22px;
	box-shadow: 0 0 0 3px #534741 inset, 0 0 0 4px #fff inset;
}
#sec01 .btn:before {
	content: ;
	padding-right: 5px;
}
#sec02 .container,
#sec03 .container {
	padding-top: 20px;
	padding-bottom: 30px;
	background: rgba(255,255,255,.9);
}
dl.process {
	margin-bottom: 15px;
}
dl.process dt {
	padding-left: 6px;
	color: #00417D;
	line-height: 1.4;
	background: url(../img/icn_sec2_01.png) no-repeat left center;
	background-size: 4px auto;
}
dl.process dd {
	padding: 5px 0 0 10px;
}
#sec02 .caption {
	margin: 20px auto 20px;
	text-align: center;
	color: #00417D;
}
#sec02 table {
	width: 100%;
	margin: 0 auto;
	border-bottom: 1px solid;
	border-color: rgba(63,43,20,.2);
}
#sec02 table th,
#sec02 table td {
	display: block;
	line-height: 1.4;
	box-sizing: border-box;
}
#sec02 table th {
	padding: 4px 10px;
	line-break: strict;
	border-top: 1px solid;
	border-color: rgba(63,43,20,.2);
	background: rgba(0,84,162,.2);
}
#sec02 table td {
	padding: 5px 0;
	text-align: center;
	word-break: break-all;
}
#sec02 table td.mini {
	font-size: 8px;
}