/* ===============================================
	▼トップページ用ＣＳＳ
=============================================== */
/* ━━━━ ▼トップメインイメージ ━━━━ */
#topSlide {
	display: none;
	width: 100%;
	background-color: #dde2e9;
	position: relative;
}

/* Slider */
.slick-loading .slick-list {
	background: url('../img/ajax-loader.gif') no-repeat center center;
}
/* Arrows */
.slick-prev,
.slick-next {
	display: block;
	width: 31px;
	height: 62px;
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	padding: 0;
	margin-top: -31px\9; /*lte IE 8*/
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	border: none;
	outline: none;
	z-index: 9999;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	outline: none;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: .25;
}
.slick-prev:before,
.slick-next:before {
	opacity: .75;
}
.slick-prev {
	background: url('../img/arrow_prev.png') no-repeat left top;
	margin-left: -475px;
}
.slick-next {
	background: url('../img/arrow_next.png') no-repeat left top;
	margin-left: 444px;
}

/* Dots */
.slick-slider {
	padding-top: 20px;
	padding-bottom: 40px;
	margin: 0;
}
.slick-dots {
	display: block;
	width: 100%;
	text-align: center;
	padding: 0;
	position: absolute;
	bottom: 15px;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 12px;
	height: 12px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
.slick-dots li button:before {
	line-height: 12px;
	position: absolute;
	top: 0;
	left: 0;
	width: 12px;
	height: 12px;
	content: ' ';
	background-color: #fff;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before,
.slick-dots li.slick-active button:before {
	background-color: #505f6f;
}

/* ━━━━ ▼トップメッセージ ━━━━ */
#topMessage {
	padding-top: 33px;
}
#topMessage .topMessageBox {
	text-align: center;
	background-color: #fff;
	border: 4px solid #ccc;
	padding: 20px;
}

/* ━━━━ ▼トップメニュー ━━━━ */
#topBlock {
	padding: 33px 0 55px;
}
#topBlock ul {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
#topBlock ul::before{
	content:"";
	display: block;
	width: 230px;
	order:1;
}
#topBlock ul::after{
	content:"";
	display: block;
	width: 230px;
}
#topBlock ul li {
	width: 230px;
	background-color: #fff;
	margin: 0 0 10px 0;
	position: relative;
}
#topBlock ul li.big2 {
	width: 470px;
}
/*#topBlock ul li:nth-child(4n) {
	margin-right: 0;
}*/
#topBlock ul li a {
	display: block;
	color: #888;
	height: 100%;
	text-align: center;
	text-decoration: none;
	padding: 5px 0 20px;
	position: relative;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
	box-sizing: border-box;
}
#topBlock ul li a figure {
	text-align: center;
	margin: 0 5px;
	position: relative;
	overflow: hidden;
}
#topBlock ul li a figure img {
	display: block;
	max-width: 220px;
	height: auto;
	-moz-transition: -moz-transform 0.3s linear;
	-webkit-transition: -webkit-transform 0.3s linear;
	-o-transition: -o-transform 0.3s linear;
	-ms-transition: -ms-transform 0.3s linear;
	transition: transform 0.3s linear;
}
#topBlock ul li.big2 a figure img {
	width: 460px;
	max-width: 460px;
}
#topBlock ul li a:hover figure img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
#topBlock ul li a p.label {
	display: block;
	width: 42%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 200;
}
#topBlock ul li a p.label img {
	width: 100%;
	height: auto;
}
#topBlock ul li a h4 {
	color: #333;
	font-size: 110%;
	font-weight: bold;
	padding: 7px;
}
#topBlock ul li a div.txt {
	color: #1e1e1e;
	font-size: 100%;
	text-align: left;
	padding: 0 10px;
}
#topBlock ul li a p.btn {
	position: absolute;
	right: 10px;
	bottom: 0;
}
#topBlock ul li a:hover {
	-webkit-box-shadow:0 0 30px 0 rgba(0,0,0,0.3);
	-moz-box-shadow:0 0 30px 0 rgba(0,0,0,0.3);
	-o-box-shadow:0 0 30px 0 rgba(0,0,0,0.3);
	-ms-box-shadow:0 0 30px 0 rgba(0,0,0,0.3);
	box-shadow:0 0 30px 0 rgba(0,0,0,0.3);
}
#topBlock ul li a:hover figure {
	background-color: #000;
}
#topBlock ul li a figure:before {
	content: "";
	position: absolute;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #000;
	opacity: 0;
	-moz-transition: opacity 0.3s ease-out;
	-webkit-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	-ms-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}
#topBlock ul li a:hover figure:before {
	opacity: .4;
}
#topBlock ul li a figure:after {
	content: "詳しく見る";
	position: absolute;
	z-index: 2;
	display: block;
	width: 150px;
	height: 40px;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: 83%;
	line-height: 40px;
	color: #fff;
	text-align: center;
	border: solid 1px #fff;
	opacity: 0;
	-moz-transform: scale(1.3);
	-webkit-transform: scale(1.3);
	-o-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
	-moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-out;
	-webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out, opacity 0.3s ease-out;
	-ms-transition: -ms-transform 0.3s ease-out, opacity 0.3s ease-out;
	transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}
#topBlock ul li a:hover figure:after {
	opacity: 1;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

/* ━━━━ ▼トップニュース ━━━━ */
#topNews {
	background-color: #fafafa;
	padding: 45px 0 38px;
}
#topNews h2 {
	border-bottom: 1px solid #bebebe;
	padding: 0 0 10px 30px;
}
#topNews ul li {
	color: #1e1e1e;
	border-bottom: 1px dotted #00233d;
	padding: 20px 0 20px 10em;
	position: relative;
}
#topNews ul li a {
	color: #1e1e1e;
	text-decoration: none;
}
#topNews ul li a:hover {
	text-decoration: underline;
}
#topNews ul li time {
	position: absolute;
	top: 20px;
	left: 30px;
}
#topNews p.btn {
	padding-top: 22px;
}

/* ===============================================
	▼レスポンシブル用　解像度1020以下ＣＳＳ
=============================================== */
@media screen and (max-width: 1020px) {


	/* ━━━━ ▼トップメインイメージ ━━━━ */
	#topSlide_3d_wrap {
		display: none;
	}
	#topSlide {
		display: block;
	}
	.slick-slide img {
		width: 100%;
		height: auto;
	}
	.slick-prev {
		background: url('../img/arrow_prev.png') no-repeat left top;
		margin-left: 0;
		left: 0;
	}
	.slick-next {
		background: url('../img/arrow_next.png') no-repeat left top;
		margin-left: 0;
		left: auto;
		right: 0;
	}

	/* ━━━━ ▼トップメニュー ━━━━ */
	#topBlock {
		padding: 33px 0 35px;
	}
	#topBlock ul {
		padding-bottom: 20px;
	}
	#topBlock ul li {
		width: 48%;
		margin: 0 0 4% 0;
	}
	#topBlock ul li.big2 {
		width: 100%;
	}
	#topBlock ul li:nth-child(even) {
		margin-right: 0;
	}
	#topBlock ul li a figure img {
		width: 100%;
		max-width: 100%;
	}
	#topBlock ul li.big2 a figure img {
		width: 100%;
	}


}
/*------------------------------------------------
	▼横幅641px～横幅1020px（タブレット）
------------------------------------------------*/
@media screen and (min-width: 641px) and (max-width: 1020px) {


}
/*------------------------------------------------
	▼横幅640px以下（スマホ）
------------------------------------------------*/
@media screen and (max-width: 640px) {

	/* ━━━━ ▼トップメインイメージ ━━━━ */
	#topSlide {
		background: #dde2e9 url(../img/sp_bg_shadow.png) no-repeat center top;
		background-size: 100%;
	}
	.slick-slider {
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 20px;
	}
	.slick-prev,
	.slick-next {
		width: 17px;
		height: 34px;
		margin-top: -17px\9; /*lte IE 8*/
		background-size: 100%;
	}
	.slick-dots {
		position: relative;
		top: 5px;
	}

	/* ━━━━ ▼トップメニュー ━━━━ */
	#topBlock ul li a figure:after {
		width: 100px;
		height: 30px;
		line-height: 30px;
	}

	/* ━━━━ ▼トップニュース ━━━━ */
	#topNews h2 {
		border-bottom: 1px solid #bebebe;
		padding: 0 0 10px 3%;
	}
	#topNews h2 img {
		width: 50%;
		max-width: 160px;
		height: auto;
	}
	#topNews ul li {
		border-bottom: 1px dotted #00233d;
		padding: 20px 0 20px 7.5em;
		position: relative;
	}
	#topNews ul li a {
		text-decoration: none;
	}
	#topNews ul li a:hover {
		text-decoration: underline;
	}
	#topNews ul li time {
		position: absolute;
		top: 20px;
		left: 3%;
	}


}