@charset "utf-8";

/* -------------------------------------------------- */
/* 初めての方へ */
/* -------------------------------------------------- */

#kotsuSe1 h2,
#kotsuSe2 h2,
#kotsuSe3 h2 {
	display: inline-block;
	padding: 22px 48px;
	margin-bottom: 12%;
	position: relative;
	background-color: #ff9b0d;
	font-size: 167%;
	color: #FFFFFF;
}

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

#kotsuSe1inner,
#kotsuSe2inner,
#kotsuSe3inner {
	width: 100%;
	/*height: 353px;*/
	position: relative;
	margin: 0 auto 35px;
}

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

.inner {
	width: 95%;
	margin: 0 auto;
}

/* #kotsuSe1 */
/* -------------------------------------------------- */
#kotsuSe1 {
	width: 100%;
	padding: 10% 0;
	margin: 0 auto;
	text-align: center;
}

#kotsuSe1inner {
	position: relative;
}

#kotsuSe1inner p {
	top: 30%;
	left: 7%;
}

.txt1 {
	/*width: 660px;*/
	display: inline-block;
	text-align: left;
	font-size: 100%;
	line-height: 1.3;
}

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

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

#kotsuSe2inner p {
	top: 32%;
	left: 52%;
}

/* #kotsuSe3 */
/* -------------------------------------------------- */
#kotsuSe3 {
	padding: 10% 0;
	text-align: center;
}

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

#kotsuSe3inner p {
	top: 26%;
	left: 3%;
}

/* #kotsuSe4 */
/* -------------------------------------------------- */
#kotsuSe4 {
	width: 95%;
	margin: 0 auto;
	text-align: center;
}

#kotsuSe4 h2 {
	margin-bottom: 5%;
	font-family: "ttlFont";
	font-size: 190%;
	color: #333333;
	line-height: 1.3;
}

#kotsuSe4 h2 span {
	color: #da2805;
}

#kotsuSe4Btn {
	width: 100%;
	display: block;
	margin-bottom: 10%;
}

#kotsuSe4Btn a {
	display: block;
	position: relative;
	padding: 5% 0;
	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 p {
	margin-bottom: 0;
}

#kotsuSe4Btn span {
	display: inline-block;
	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: 119%;
	font-weight: normal;
	color: #FFFFFF;
	font-weight: bold;
}


