@charset "utf-8";

/* -------------------------------------------------- */
/* 初めての方へ */
/* -------------------------------------------------- */
/* メインイメージ */

.fv {
	background-image: url(../img/pc_s_zisseki_main.jpg);
}


/* #sZis1 */
/* -------------------------------------------------- */
#sZis1 {
	width: 980px;
	margin: 0 auto;
}

#sZis1 h2 {
	display: block;
	padding-bottom: 32px;
	margin-bottom: 60px;
	position: relative;
	text-align: center;
	font-size: 350%;
	font-weight: bold;
	color: #da2805;
}

#sZis1 h2:after {
	width: 310px;
	height: 1px;
	display: block;
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -155px;
	background-color: #da2805;
}

#sZis1 p {
	margin-bottom: 100px;
	font-size: 150%;
	color: #333333;
	line-height: 1.4;
}

#sZis1 dl {
	display: block;
	margin-bottom: 30px;
}

#sZis1 dt {
	width: 100%;
	display: block;
	clear: both;
	margin-bottom: 15px;
	font-size: 183.33%;
	font-weight: bold;
	color: #333333;
}

#sZis1 dd {
	float: left;
	margin: 0 15px 10px 0;
}

#sZis1 dd span {
	display: inline-block;
	padding: 15px 30px;
	border: 1px solid #da2805;
	font-size: 158.33%;
	color: #da2805;
}

/* #sZis2 */
/* -------------------------------------------------- */
#sZis2 {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-bottom: 125px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

#sZisseki2L {
	float: left;
	width: 50%;
}

#sZisseki2L img {
	width: 100%;
}

#sZisseki2R {
	width: 50%;
	right: 0;
	top:0;
}

#sZis2Rin {
	padding-top: 70px;
	text-align: center;
}

#sZis2Rin h2 {
	margin-top: 130px;
	position: relative;
	margin-bottom: 50px;
	font-family: "ttlFont";
	font-size: 350%;
	color: #da2805;
	line-height: 1;
}

#sZis2Rin h2:before {
	width: 44px;
	height: 46px;
	display: block;
	content: "";
	position: absolute;
	top: -50px;
	left: 50%;
	margin: 0 0 0 -22px;
	background: url(../img/pc_s_zisseki_img2.png) 0 0 no-repeat;
}

#sZis2Rin h2:after {
	width: 140px;
	height: 3px;
	display: block;
	content: "";
	position: absolute;
	bottom: -27px;
	left: 50%;
	margin: 0 0 0 -70px;
	background-color: #da2805;
}

#sZis2Rin p {
	padding: 0 0 40px;
	font-size: 200%;
	color: #da2805;
	line-height: 1.4;
	text-align: center;
}

#sZis2Rin div {
	font-size: 150%;
	color: #333333;
	line-height: 1.4;
	text-align: left;
	display: inline-block;
}

#buyPoint {
	padding: 150px 0;
	text-align: center;
}

#buyPoint h2 {
	position: relative;
	margin-bottom: 50px;
	font-family: "ttlFont";
	font-size: 350%;
	color: #da2805;
	line-height: 1;
}

#buyPoint h2:before {
	width: 44px;
	height: 46px;
	display: block;
	content: "";
	position: absolute;
	top: -50px;
	left: 50%;
	margin: 0 0 0 -22px;
	background: url(../img/pc_s_zisseki_img2.png) 0 0 no-repeat;
}

#buyPoint h2:after {
	width: 140px;
	height: 3px;
	display: block;
	content: "";
	position: absolute;
	bottom: -27px;
	left: 50%;
	margin: 0 0 0 -70px;
	background-color: #da2805;
}

#buyPoint p {
	padding: 0 0 40px;
	font-size: 200%;
	color: #da2805;
	line-height: 1.4;
	text-align: center;
}

#buyPoint div#buyPointTxt {
	font-size: 150%;
	color: #333333;
	line-height: 1.4;
	text-align: left;
	display: inline-block;
}

/* #sZis3 */
/* -------------------------------------------------- */
#sZis3 {
	width: 980px;
	margin: 0 auto;
}

#sZis3 h2 {
	display: inline-block;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 60px;
	font-size: 266%;
	font-weight: bold;
	color: #da2805;
	line-height: 1;
}

#sZis3 h2:after {
	width: 100%;
	height: 1px;
	display: block;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #da2805;
}

#ZissekiBtn1 {
	width: 258px;
	display: block;
	float: right;
	margin-bottom: 5px;
}

#ZissekiBtn1 a {
	width: 100%;
	display: inline-block;
	position: relative;
	background-color: transparent;
	border: 1px solid #da2805;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#ZissekiBtn1 a:before,
#ZissekiBtn1 a:after {
	width: 100%;
	height: 0;
	content: "";
	display: block;
	position: absolute;
	left: 0;
	z-index: 2;
	background-color: #da2805;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

#ZissekiBtn1 a:before {
	top: 0;
}

#ZissekiBtn1 a:after {
	bottom: 0;
}

#ZissekiBtn1 a:hover:before,
#ZissekiBtn1 a:hover:after {
	height: 50%;
}

#ZissekiBtn1 p {
	position: relative;
	z-index: 5;
	margin-bottom: 0;
	background-image: url(../img/pc_top_icon28.png);
	background-position: 94.5% center;
	background-repeat: no-repeat;
}

#ZissekiBtn1 p:hover {
	background-image: url(../img/pc_top_icon28_2.png);
}

#ZissekiBtn1 span {
	width: 258px;
	height: 38px;
	display: table-cell;
	position: relative;
	z-index: 5;
	vertical-align: middle;
	font-size: 167%;
	color: #da2805;
	text-align: center;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

#ZissekiBtn1 a:hover span {
	color: #FFFFFF;
}

/* slider */
#sZisSlider1 {
	margin: 0 0 120px;
}

.sliderItem {
	padding: 0 20px;
}

.slideP {
	height: 159px;
	overflow: hidden;
	position: relative;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	text-align: center;
}

.slideP img {
	height: 100%;
	display: inline;
}

.slideCont {
	padding: 20px 0 50px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

.slideDate {
	padding: 0 20px;
	margin-bottom: 10px;
	font-size: 117%;
}

.slideText {
	padding: 0 20px;
	font-size: 134%;
}

.catBot {
	display: block;
	padding: 5px 10px 5px 0;
	background-color: #da2805;
	text-align: right;
	font-size: 117%;
	color: #FFFFFF;
}

#sZisSlider1 button.slick-prev,
#sZisSlider1 button.slick-next {
	width: 40px;
	height: 40px;
	position: absolute;
	bottom: -60px;
	z-index: 5;
	border: none;
	background-color: transparent;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -9999px;
	cursor: pointer;
}

#sZisSlider1 button.slick-prev {
	right: 50px;
	background-image: url(../img/pc_s_zisseki_img4.jpg);
}

#sZisSlider1 button.slick-next {
	right: 0;
	background-image: url(../img/pc_s_zisseki_img5.jpg);
}

#sZisSlider1 .slick-list {
	margin: 0 -20px;
}

