/*
---
---------------------------------------------------------------------------*/
header .slick_index{
	padding: 0;
}
header .slick_index .slick-prev{
	left: 20px;
}
header .slick_index .slick-next{
	right: 20px;
}
header .slick_index .slick-slide{
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 580px;
}


/*
---
---------------------------------------------------------------------------*/
header .catch_copy{
	color: #fff;
	position: absolute;
	width: 100%;
	bottom: 20px;
	left: 0;
/*	z-index: 1;*/
}
header .catch_copy .posa{
	max-width: 960px;
	margin: 0 auto;
}
header .catch_copy .bg{
	background-image: url(../images/bg_check_blk_4x4.png);
	padding: 20px;
	-webkit-background-size: 4px;
	background-size: 4px;
	float: right;
	text-align: right;
}
header .catch_copy .main{
	font-size: 3.1rem;
	text-shadow: 2px 2px 2px #000;
}
header .catch_copy .sub{
	font-size: 2.7rem;
	text-shadow: 2px 2px 2px #000;
}


/*
---
---------------------------------------------------------------------------*/
.oshirase{
	margin-top: 10px;
	padding: 15px;
	border: 1px solid #FA7519;
}
.oshirase h2{
	color: #FA7519;
	padding-left: 26px;
	background-image: url(../images/icon_caution.gif);
	background-repeat: no-repeat;
	background-position: 0 7px;
}

.oshirase .free{
	margin-top: 20px;
}
.oshirase .pdf{
	margin-top: 20px;
}
.oshirase .pdf li{
	border-style: dashed;
	border-color: #E3E0CC;
	border-width: 1px 0 0;
}
.oshirase .pdf li:last-child{
	border-bottom-width: 1px;
}
.oshirase .pdf li a{
	display: block;
	padding: 15px 5px 15px 18px;
	background-image: url(../images/arrow_double_brown_8x8.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	-webkit-background-size: 8px auto;
	background-size: 8px auto;
	color: #68502A;
}
.oshirase .pdf li a:hover{
	background-color: #E3E0CC;
}



@media only screen and (max-width: 960px) {
	/*
	---
	---------------------------------------------------------------------------*/
	header .slick_index .slick-slide{
		height: auto!important;
	}
	header .slick_index .inbox{
		padding-bottom: 56.25%;
	}
}


@media only screen and (max-width: 767px) {
	/*
	---
	---------------------------------------------------------------------------*/
	header .slick_index .slick-prev{
		left: 5px;
	}
	header .slick_index .slick-next{
		right: 5px;
	}
	
	
	/*
	---
	---------------------------------------------------------------------------*/
	header .catch_copy{
		position: static;
		width: auto;
	}
	header .catch_copy .bg{
		padding: 15px;
		float: none;
		text-align: left;
	}
	header .catch_copy .main{
		font-size: 2.1rem;
	}
	header .catch_copy .sub{
		font-size: 1.7rem;
	}
}
