.l-hero {
	overflow: hidden;
	background: #efefef;
	text-align: center;
}

.l-hero .l-slider {
	display: none;
}

.l-hero .l-slider.slick-initialized {
	display: block;
}

.l-hero .l-slider .slide a {
	display: block;
}

.l-hero .l-slider .slide-img {
	position: relative;
}

.l-hero .l-slider .slide-caption {
	display: table;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background: rgba(0, 0, 0, .5);
}

.l-hero .l-slider .slide-text {
	display: table-cell;
	color: #fff;
	font-size: 1.8rem;
	text-align: center;
	vertical-align: middle;
}

.l-hero .l-slider button {
	margin: 0;
	padding: 0;
	border: none;
	background-color: transparent;

	-webkit-appearance: none;
	   -moz-appearance: none;
	    -ms-appearance: none;
	        appearance: none;
}

.l-hero .l-slider .slick-slide {
	position: relative;
}

.l-hero .l-slider .slick-slide:after {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	content: '';
}

.l-hero .l-slider .slick-slide.slick-current:after {
	display: none;
}

.l-hero .l-slider .slick-arrow,
.l-hero .l-slider .slick-dots button {
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	cursor: pointer;
}

.l-hero .l-slider .slick-arrow {
	position: absolute;
	z-index: 2;
	top: 50%;
	width: 44px;
	height: 44px;
	margin-top: -22px;
	background-repeat: no-repeat;
	background-position: center center;
}

.l-hero .l-slider .slick-arrow.slick-prev {
	left: 20px;
	background-image: url('/joho-hiroba/img/top/btn_slider_prev.png');
}

.l-hero .l-slider .slick-arrow.slick-next {
	right: 20px;
	background-image: url('/joho-hiroba/img/top/btn_slider_next.png');
}

.l-hero .l-slider .slick-dots {
	display: table;
	width: auto;
	margin: 10px auto;
	line-height: 0;
}

.l-hero .l-slider .slick-dots > * {
	display: table-cell;
	padding: 0 10px;
	vertical-align: middle;
}

.l-hero .l-slider .slick-dots > * button {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #60b7e4;
}

.l-hero .l-slider .slick-dots > *.slick-active button {
	background: #003b96;
}

.l-banner {
	padding-top: 30px;
	padding-bottom: 30px;
	background: #60b7e4;
}

.banner-unit {
	display: table;
	margin: 0 auto;
}

.banner-unit li {
	display: table-cell;
	width: 33.333%;
	text-align: center;
}

.banner-unit a {
	display: inline-block;
	margin-right: 15px;
	margin-left: 15px;
}

.l-article {
	display: block;
	overflow: hidden;
	border-radius: 3px;
	background: #fff;
}

.l-article + .l-article {
	margin-top: 20px;
}

.l-article .article-body,
.l-article .article-footer,
.l-article .article-header,
.l-article .article-update,
.l-article .article-category,
.l-article .article-text,
.l-article .article-ttl {
	display: block;
}

.l-article .article-text,
.l-article p:not([class]) {
	margin-top: .8em;
	color: #666;
}

.l-article .article-body {
	padding: 16px 20px;
}

.l-article .article-footer {
	display: table;
	width: 100%;
	padding: 16px 20px;
	background: #efefef;
	font-size: 1.3rem;
}

.l-article .article-footer-head,
.l-article .article-footer-body {
	display: table-cell;
}

.l-article .article-footer-head {
	width: 5em;
}

.l-article .article-footer-body {
	width: auto;
}

.l-article .article-header {
	overflow: hidden;
	margin-bottom: 1em;
}

.l-article .article-update {
	float: left;
	font-size: 1.3rem;
}

.l-article .article-category {
	float: right;
}

.l-article .article-ttl {
	color: #007ac5;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.25;
}

.l-access {
	overflow: hidden;
}

.access-img {
	float: left;
	width: 57.57576%;
	text-align: center;
}

.access-info {
	float: right;
	width: 42.42424%;
	padding-left: 10px;
}

.access-info dt,
.access-info dd {
	padding-right: 5.6338%;
	padding-left: 5.6338%;
}

.access-info dt {
	margin-bottom: .4em;
	padding-top: .9em;
	border-top: 1px solid #bbb;
	color: #007ac5;
	font-size: 1.8rem;
	font-weight: bold;
}

.access-info dd {
	font-size: 1.5rem;
}

.access-info dd:last-child {
	padding-bottom: 1em;
	border-bottom: 1px solid #bbb;
}

.access-info dd + dt {
	margin-top: 1em;
}

@media screen and (max-width: 768px) {
	.l-hero .l-slider .slide-caption {
		display: none;
	}

	.l-hero .l-slider .slick-dots {
		margin: 5px auto;
	}

	.l-hero .l-slider .slick-dots > * button {
		width: 5px;
		height: 5px;
	}

	.l-banner {
		padding-top: 40px;
		padding-bottom: 60px;
	}

	.banner-unit {
		display: block;
		padding-right: 8%;
		padding-left: 8%;
	}

	.banner-unit li {
		display: block;
		width: auto;
	}

	.banner-unit li + li {
		margin-top: 15px;
	}

	.banner-unit a {
		margin-right: auto;
		margin-left: auto;
	}

	.access-img {
		float: none;
		width: auto;
	}

	.access-info {
		float: none;
		width: auto;
		margin-top: 15px;
		padding-right: 2.66667%;
		padding-left: 2.66667%;
	}

	.access-info dt {
		font-size: 1.6rem;
	}

	.twitter-timeline {
		width: 100% !important;
	}
}
