/* CSS Document */


/* CSS Document */
/*@media screen and (max-width: 640px){
.header-block .title-block{
		padding-bottom: 40px;
	}
}*/

.info{
	font-size: 14px;
	margin-top: 30px;
}

.pic-wrap{
	margin-top: 25px;
	margin-bottom: 25px;
}
.pic-wrap a{
	display: block;
	float: left;
	width: 230px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.pic-wrap a:nth-child(4n){
	margin-right: 0;
}
.pic-wrap a .img{
	overflow: hidden;
	width: 230px;
	height: 230px;
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
	display:-ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari（PC）用 ---*/
	display:flex;
	flex-wrap: wrap;
	-ms-flex-wrap:wrap;
	-webkit-box-pack: justify;/*--- Androidブラウザ用 ---*/
	-ms-flex-pack: justify;/*--- IE10 ---*/
	-webkit-justify-content: space-between;/*--- safari（PC）用 ---*/
	-ms-justify-content: space-between;
	justify-content: space-between;/*--- safari（PC）用 ---*/
	-webkit-align-items:center;
	align-items: center;
}
.pic-wrap a .img img{
	width: 100%;
	transition: all .8s ease 0s;
	-moz-transition: all .8s ease 0s;
	-webkit-transition:all .8s ease 0s;
	-o-transition:all .8s ease 0s;
}

.pic-wrap a:hover .img img{
	transform: scale(1.1);
}
.pic-wrap a>p{
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.7;
	text-decoration: underline;
	color:#333;
	height: 48px;
}
.pic-wrap a>p .new{
	color:#c90000;
}
.pic-wrap a:hover{
	text-decoration: none;
}
.pic-wrap a:hover p{
	text-decoration: none;
}
.white-popup{
	position: relative;
	background: transparent;
	width: auto;
	max-width: 1200px;
	margin: 30px auto;
	color: #fff;
}
.white-popup .hd{

}
.white-popup .hd span{
	display: block;
	font-size: 14px;
	color: #999;
}
.white-popup .hd span b{
	font-weight: normal;
	font-size: 18px;
	color: #fff;
	margin-left: 15px;
}
.white-popup .hd h3{
	font-weight: normal;
	font-size: 28px;
	color: #fff;
	line-height: 1;
	margin-top: 20px;
}
.white-popup .bd{
	margin-top: 40px;
}
.white-popup .bd .lt{
	float: left;
	width: calc(100% - 285px - 35px);
	text-align: center;
}
.white-popup .bd .lt .img{
	width: 100%;
}
.white-popup .bd .lt .img img{
	width: 100%;
}
.white-popup .bd .lt .img.w50 img{
	width: 50%;
}
.white-popup .bd .lt .text{
	font-size: 14px;
	line-height: 28px;
	margin-top: 12px;
	text-align: left;
}
.white-popup .bd .lt .readmore-js-toggle{
	font-size: 14px;
	line-height: 28px;
	color: #fff;
	text-decoration: underline;
}
.white-popup .bd .lt .readmore-js-toggle:hover{
	text-decoration: none;
}
.white-popup .bd .rt{
	float: right;
	width: 285px;
}
.white-popup .bd .rt .theme{
	text-align: right;
	margin-top:-20px;
	font-size: 14px;
	margin-bottom:5px;
}
@media screen and (max-width: 750px){
	.white-popup .bd .rt .theme{
		margin-top:0px;
	}
}
.white-popup .bd .rt ul li{
	border-bottom: 1px solid #444;
	overflow: hidden;
	line-height: 1.4;
	font-size: 12px;
	padding:12px 0;
}
.white-popup .bd .rt ul li span{
	float: left;
	width: 50%;
	color: #999;
}
.white-popup .bd .rt ul li p{
	float: right;
	width: 50%;
	color: #fff;
}
.mfp-bg{
	opacity: .9;
	background: #000;
	z-index: 2042;
}
.mfp-wrap{
	z-index: 2043;
}
.mfp-close-btn-in .mfp-close{
	color: #fff;
	font-size: 40px;
	opacity: .9;
}

@media screen and (max-width: 750px){

	.info{
		font-size: 12px;
	}

	.pic-wrap{
		margin-top: 5%;
		margin-bottom: 3%;
		display:-webkit-box;/*--- Androidブラウザ用 ---*/
		display:-ms-flexbox;/*--- IE10 ---*/
		display: -webkit-flex;/*--- safari（PC）用 ---*/
		display:flex;
		flex-wrap: wrap;
		-ms-flex-wrap:wrap;
		-webkit-box-pack: justify;/*--- Androidブラウザ用 ---*/
		-ms-flex-pack: justify;/*--- IE10 ---*/
		-webkit-justify-content: space-between;/*--- safari（PC）用 ---*/
		-ms-justify-content: space-between;
		justify-content: space-between;/*--- safari（PC）用 ---*/
		-webkit-align-items:center;
		align-items: center;
	}
	.pic-wrap a{
		display: block;
		float: none;
		width: 50%;
		margin-right: 0;
		padding: 0 1%;
		margin-bottom: 2%;
		box-sizing: border-box;
	}
	.pic-wrap a:nth-child(4n){
		margin-right: 0;
	}
	.pic-wrap a .img{
		overflow: hidden;
		width: 100%;
		height: auto;
		display: block;
	}
	.pic-wrap a .img img{
		transition: all .8s ease 0s;
		-moz-transition: all .8s ease 0s;
		-webkit-transition:all .8s ease 0s;
		-o-transition:all .8s ease 0s;
	}

	.pic-wrap a:hover .img img{
		transform: scale(1.1);
	}
	.pic-wrap a>p{
		text-align: center;
		font-size: 12px;
		line-height: 1.92;
		text-decoration: underline;
	}
	.pic-wrap a:hover{
		text-decoration: none;
	}
	.pic-wrap a:hover p{
		text-decoration: none;
	}
	.white-popup{
		position: relative;
		background: transparent;
		width: 100%;
		max-width: none;
		margin: 0 auto;
		color: #fff;
	}
	.white-popup .hd{
		padding-top: 15%;
	}
	.white-popup .hd span{
		display: block;
		font-size: 9px;
		color: #999;
	}
	.white-popup .hd span b{
		font-weight: normal;
		font-size: 12px;
		color: #fff;
		margin-left: 5%;
	}
	.white-popup .hd h3{
		font-weight: normal;
		font-size: 16px;
		color: #fff;
		line-height: 1;
		margin-top: 2%;
	}
	.white-popup .bd{
		margin-top: 4%;
	}
	.white-popup .bd .lt{
		float: none;
		width: 100%;
	}
	.white-popup .bd .lt .img{
		width: 100%;
	}
	.white-popup .bd .lt .img img{
		width: 100%;
	}
	.white-popup .bd .lt .text{
		font-size: 12px;
		line-height: 1.67;
		margin-top: 2%;
	}
	.white-popup .bd .lt .readmore-js-toggle{
		font-size: 12px;
		line-height: 1.67;
		color: #fff;
		text-decoration: underline;
	}
	.white-popup .bd .lt .readmore-js-toggle:hover{
		text-decoration: none;
	}
	.white-popup .bd .rt{
		float: none;
		width: 100%;
	}
	.white-popup .bd .rt ul li{
		border-bottom: 1px solid #444;
		overflow: hidden;
		line-height: 1;
		padding: 4% 0;
		font-size: 12px;
	}
	.white-popup .bd .rt ul li span{
		float: left;
		width: 50%;
		color: #999;
	}
	.white-popup .bd .rt ul li p{
		float: right;
		width: 50%;
		color: #fff;
	}
	.mfp-bg{
		opacity: .9;
		background: #000;
		z-index: 2042;
	}
	.mfp-wrap{
		z-index: 2043;
	}
	.mfp-close-btn-in .mfp-close{
		color: #fff;
		font-size: 40px;
		opacity: .9;
	}
}

.banner-item{
	text-align: center;
}
.banner-item span{
	display: inline-block;
	line-height: 1.7;
	font-size: 14px;
	font-weight: bold;
}
.banner-item a img{
	max-width: 320px;
}
@media screen and (max-width: 750px){
	.banner-item img{
		width: 100%;
		max-width: auto;
	}
}