@charset "utf-8";


#title {
	margin-bottom: 20px;
}
article > section {
	padding: 70px 20px;
	margin: 0 auto;
}
article section h3 {
	font-size: 32px;
	color: #222;
	margin-bottom: 40px;
}
article section a {
	text-decoration: underline;
	color: #888;
}

/* -- anchor -- */
#anc {
	margin-bottom: 60px;
}
#anc p {
	text-align: right;
	display: block;
	height: 45px;
}
#anc p a {
	font-size: 13px;
	line-height: 26px;
	color: #222;
	background: #F4DB2A;
	text-align: center;
	display: block;
	float: right;
	width: 230px;
	border-radius: 5px;
	box-shadow: 0 4px #bb900c;
}
#anc p a:after {
	content: "";
	background: url(/common/img/arw5.png) no-repeat;
	vertical-align: middle;
	display: inline-block;
	height: 13px;
	width: 14px;
	margin-left: 8px;
}
#anc > ul {
	background: #F5F5F5;
	display: block;
	padding: 30px 46px;
	height: 64px;
}
#anc > ul > li {
	float: left;
	display: block;
	padding: 0 12px;
	width: 243px;
	position: relative;
}
#anc > ul > li > a {
	line-height: 18px;
	font-weight: 600;
	height: 60px;
	width: 243px;
	padding-top: 22px;
	box-sizing: border-box;
	cursor: pointer;
	z-index: 2;
}
#anc > ul > li > a:after {
	background: url(/common/img/arw6.png) no-repeat;
	height: 9px;
	width: 13px;
	margin-top: -4px;
}

/* -- about -- */
#sec1:before {
	background: #fcf7e6;
}
#sec1 h4 {
	font-size: 24px;
	color: #ff9b1a;
	margin-bottom: 35px;
}
#sec1 p {
	font-size: 16px;
	line-height: 1.75;
	overflow: hidden;
}
#sec1 p img {
	float: right;
	margin-left: 80px;
}

/* -- message -- */
#sec2 div {
	background: #f6f4ef;
	padding: 55px;
	overflow: hidden;
}
#sec2 div p {
	font-size: 16px;
	line-height: 1.75;
}
#sec2 p img {
	float: right;
	margin-left: 80px;
}
#sec2 p:last-child {
	font-weight: bold;
	text-align: right;
	margin: 40px 460px 0 0;
}
#sec2 p:last-child b {
	font-size: 28px;
	display: block;
}

/* -- outline -- */
#sec3 table {
	width: 100%;
	border-top: solid 1px #dedbcb;
}
#sec3 table th,
#sec3 table td {
	font-size: 16px;
	line-height: 1.5;
	text-align: left;
	vertical-align: top;
	padding: 25px;
	border-bottom: solid 1px #dedbcb;
}
#sec3 table th {
	color: #ff9b1a;
	width: 200px;
}
#sec3 table td li {
	display: inline;
	margin-right: 15px;
}

/* -- access -- */
#sec4 > section {
	background: #FEFBEB;
	padding: 30px 25px;
	margin-bottom: 60px;
	border-top: 4px solid #FFA229;
	position: relative;
	overflow: hidden;
}
#sec4 .wrap  {
	background: #FFF;
	display: block;
	min-height: 370px;
	padding: 30px 30px 40px;
	border-radius: 5px;
	box-shadow: 0 2px 4px #dcdacc;
	position: relative;
	overflow: hidden;
}
#sec4 section h4 {
	font-size: 24px;
	line-height: 24px;
	color: #ff9b1a;
	display: block;
	padding: 17px 25px 13px 25px;
	margin-bottom: 25px;
	border: 2px solid #E4E4E4;
	box-sizing: border-box;
	position: relative;
}
#sec4 section h4:before {
	content: "";
	background: #ff9b1a;
	display: block;
	width: 12px;
	height: 4px;
	position: absolute;
	left: -2px;
	top: 25px;
}
#sec4 section address {
	font-size: 16px;
	line-height: 1.6;
}
#sec4 section h6 {
	font-size: 14px;
	margin: 5px 0;
}
#sec4 section ul {
	font-size: 14px;
	line-height: 1.5;
	margin-left: 20px;
	list-style: disc;
}
#sec4 section .map {
	height: 370px;
	position: absolute;
	top: 30px;
	right: 30px;
	background:#eee;
}
#sec4 section .map iframe {
	height: 100%;
	width: 100%;
}
#sec4 section.office .wrap > * {
	width: 505px;
}
#sec4 section.office address {
	margin-bottom: 40px;
}
#sec4 section.facility {
	margin-bottom: 0;
}
#sec4 section.facility .wrap div {
	width: 485px;
	float: left;
}
#sec4 section.facility .wrap div:last-child {
	float: right;
}
#sec4 section.facility h5 {
	font-size: 16px;
	margin-bottom: 5px;
}
#sec4 section.facility h5:before {
	content: "●";
	margin-right: 0.5em;
}
#sec4 section.facility address + p {
	font-size: 16px;
	line-height: 1.5;
	margin: 10px 0 30px;
}
#sec4 section.facility p:last-child {
	font-size: 14px;
	margin: 15px 0 0;
}
#sec4 section.facility p:last-child:before {
	content: "→";
}
