@charset "utf-8";


article > section {
	padding: 45px 10px;
	margin: 0;
}
article section h3 {
	font-size: 20px;
	color: #222;
	line-height: 25px;
	margin-bottom: 25px;
}
article section a {
	text-decoration: underline;
	color: #888;
}

/* -- anchor -- */
#anc {
	padding: 20px 10px 0;
	margin-bottom: 45px;
}
#anc p {
	text-align: center;
	display: block;
	height: 45px;
}
#anc p a {
	font-size: 13px;
	line-height: 26px;
	color: #222;
	background: #F4DB2A;
	text-align: center;
	display: block;
	width: 230px;
	margin: auto;
	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: 25px;
}
#anc > ul > li {
	display: block;
	margin-bottom: 15px;
	position: relative;
}
#anc > ul > li > a {
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	display: block;
	height: 45px;
	width: 100%;
	margin: 0;
	padding-top: 17px;
	box-sizing: border-box;
	cursor: pointer;
	z-index: 2;
}
#anc > ul > li > a:after { transform: rotate(90deg); -webkit-transform: rotate(90deg); }

/* -- about -- */
#sec1 {
	background: #fcf7e6;
}
#sec1 h4 {
	font-size: 16px;
	line-height: 23px;
	color: #ff9b1a;
	margin-bottom: 20px;
}
#sec1 p {
	font-size: 14px;
	line-height: 22px;
}
#sec1 p img {
	display: block;
	width: 100%;
	margin-bottom: 20px;
}

/* -- message -- */
#sec2 div {
	background: #f6f4ef;
	padding: 45px 20px;
}
#sec2 p {
	font-size: 14px;
	line-height: 22px;
}
#sec2 p img {
	display: block;
	width: 190px;
	height: auto;
	margin: 0 auto 20px;
}
#sec2 p:last-child {
	font-size: 13px;
	font-weight: bold;
	text-align: right;
	margin: 30px 0 0;
}
#sec2 p:last-child b {
	font-size: 18px;
	display: block;
}

/* -- outline -- */
#sec3 table,
#sec3 table tbody,
#sec3 table tr,
#sec3 table th,
#sec3 table td {
	display: block;
	width: 100%;
}
#sec3 table {
	border-top: solid 1px #dedbcb;
}
#sec3 table th,
#sec3 table td {
	font-size: 14px;
	line-height: 1.5;
	text-align: left;
}
#sec3 table th {
	color: #ff9b1a;
	padding-top: 15px;
}
#sec3 table td {
	padding-bottom: 15px;
	border-bottom: solid 1px #dedbcb;
}

/* -- access -- */
#sec4 > section {
	background: #FEFBEB;
	margin-bottom: 30px;
	padding: 20px 10px;
	border-top: 3px solid #FFA229;
	overflow: hidden;
}
#sec4 .wrap  {
	background: #FFF;
	padding: 25px 20px;
	border-radius: 3px;
	box-shadow: 0 2px 4px #dcdacc;
}


#sec4 section h4 {
	font-size: 16px;
	line-height: 24px;
	color: #ff9b1a;
	display: block;
	padding: 10px 8px 6px 18px;
	margin-bottom: 15px;
	border: 2px solid #E4E4E4;
	position: relative;
}
#sec4 section h4:before {
	content: "";
	background: #ff9b1a;
	display: block;
	width: 9px;
	height: 3px;
	position: absolute;
	left: -2px;
	top: 50%;
}
#sec4 section address {
	font-size: 14px;
	line-height: 22px;
}
#sec4 section h6 {
	font-size: 13px;
	margin: 5px 0;
}
#sec4 section ul {
	font-size: 13px;
	line-height: 20px;
	margin-left: 18px;
	list-style: disc;
}
#sec4 section .map {
	width: 100%;
	height: 190px;
	margin-top: 20px;
	background:#eee;
}
#sec4 section .map iframe {
	height: 100%;
	width: 100%;
}
#sec4 section.office address {
	margin-bottom: 20px;
}
#sec4 section.facility {
	margin-bottom: 0;
}
#sec4 section.facility .wrap div:last-child {
	margin-top: 25px;
}

#sec4 section.facility h5 {
	font-size: 14px;
	margin-bottom: 5px;
}
#sec4 section.facility h5:before {
	content: "●";
	margin-right: 0.5em;
}
#sec4 section.facility address + p {
	font-size: 14px;
	line-height: 1.5;
	margin: 15px 0;
}
#sec4 section.facility p:last-child {
	font-size: 13px;
	line-height: 1.5;
	margin: 15px 0 0 1em;
	text-indent: -1em;
}
#sec4 section.facility p:last-child:before {
	content: "→";
}

/* -- access --
#sec4 section.office .wrap > * {
	width: 505px;
}
#sec4 section.facility .wrap div {
	width: 485px;
	float: left;
}
 */