@charset "utf-8";

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

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

#kotsuSe1 h2,
#kotsuSe2 h2,
#kotsuSe3 h2 {
	display: inline-block;
	padding: 22px 48px;
	margin-bottom: 60px;
	position: relative;
	background-color: #ff9b0d;
	font-size: 350%;
	color: #FFFFFF;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
	-khtml-opacity: .0;
	-moz-opacity: .0;
}

#kotsuSe1 h2:after,
#kotsuSe2 h2:after,
#kotsuSe3 h2:after {
	width: 24px;
	height: 20px;
	display: block;
	content: "";
	position: absolute;
	bottom: -20px;
	left: 222px;
	background: url(../img/pc_kotsu_img1.png) 0 0 no-repeat;
}

#kotsuSe1inner,
#kotsuSe2inner,
#kotsuSe3inner {
	width: 675px;
	height: 353px;
	position: relative;
	margin: 0 auto 35px;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
	-khtml-opacity: .0;
	-moz-opacity: .0;
}

#kotsuSe1inner p,
#kotsuSe2inner p,
#kotsuSe3inner p {
	display: inline-block;
	position: absolute;
	font-size: 200%;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 2.3;
}

/* #kotsuSe1 */
/* -------------------------------------------------- */
#kotsuSe1 {
	width: 100%;
	padding-bottom: 100px;
	text-align: center;
}

#kotsuSe1inner {
	background: url(../img/pc_kotsu_img2.png) 0 0 no-repeat;
}

#kotsuSe1inner p {
	top: 100px;
	left: 80px;
}

.txt1 {
	width: 660px;
	display: inline-block;
	text-align: left;
	font-size: 167%;
	line-height: 1.3;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
	-khtml-opacity: .0;
	-moz-opacity: .0;
}

/* #kotsuSe2 */
/* -------------------------------------------------- */
#kotsuSe2 {
	width: 100%;
	padding: 100px 0;
	text-align: center;
	background-color: #f5ede1;
}

#kotsuSe2inner {
	background: url(../img/pc_kotsu_img3.png) 0 0 no-repeat;
}

#kotsuSe2inner p {
	top: 100px;
	left: 380px;
}

/* #kotsuSe3 */
/* -------------------------------------------------- */
#kotsuSe3 {
	padding: 90px 0;
	text-align: center;
}

#kotsuSe3inner {
	background: url(../img/pc_kotsu_img4.png) 0 0 no-repeat;
}

#kotsuSe3inner p {
	top: 70px;
	left: 55px;
}

/* #kotsuSe4 */
/* -------------------------------------------------- */
#kotsuSe4 {
	width: 100%;
	text-align: center;
}

#kotsuSe4 h2 {
	margin-bottom: 40px;
	font-family: "ttlFont";
	font-size: 350%;
	color: #333333;
	line-height: 1.3;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
	-khtml-opacity: .0;
	-moz-opacity: .0;
}

#kotsuSe4 h2 span {
	color: #da2805;
}

#kotsuSe4Btn {
	display: inline-block;
	margin-bottom: 110px;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
	-khtml-opacity: .0;
	-moz-opacity: .0;
}

#kotsuSe4Btn a {
	display: inline-block;
	position: relative;
	background-color: transparent;
	border: 1px solid #da2805;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
}

#kotsuSe4Btn a:before,
#kotsuSe4Btn a:after {
	width: 100%;
	height: 50%;
	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;
}

#kotsuSe4Btn a:before {
	top: 0;
}

#kotsuSe4Btn a:after {
	bottom: 0;
}

#kotsuSe4Btn a:hover:before,
#kotsuSe4Btn a:hover:after {
	height: 0;
}

#kotsuSe4Btn p {
	margin-bottom: 0;
}

#kotsuSe4Btn span {
	height: 60px;
	display: table-cell;
	position: relative;
	padding: 0 42px;
	z-index: 5;
	background: url(../img/pc_top_icon28_2.png) 94.5% center no-repeat;
	vertical-align: middle;
	font-size: 167%;
	font-weight: normal;
	color: #FFFFFF;
	font-weight: bold;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

#kotsuSe4Btn a:hover span {
	background-image: url(../img/pc_top_icon28.png);
	color: #da2805;
}


