@charset "utf-8";

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

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

.moreBtn {
	position: absolute;
	top: -80px;
	right: 0;
}

.moreBtn a {
	padding: 10px 20px;
	display: block;
	font-size: 1.077rem;
	font-weight: bold;
	color: #da2805;
	border: 1px #da2805 solid;
	border-radius: 5px;
}

.moreBtn a:hover {
	padding: 10px 20px;
	display: block;
	font-size: 1.077rem;
	font-weight: bold;
	color: #FFFFFF;
	background: #da2805;
	border-radius: 5px;
}



/* #flowSe1 */
/* -------------------------------------------------- */
#flowPageLink {
	width: 980px;
	display: block;
	margin: 0 auto 123px;
}

#flowPageLink li {
	float: right;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
	-khtml-opacity: .0;
	-moz-opacity: .0;
}

#flowPageLink a {
	-webkit-transition: all 0.3s ease-out;
	transition:all 0.3s ease-out;
}

#flowPageLink a:hover {
	opacity: .75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha(opacity=75)";
	-khtml-opacity: .75;
	-moz-opacity: .75;
}

#flowPageLink li:first-child {
	float: left;
}

/* contents common */
#flowSe1 h2,
#flowSe2 h2 {
	width: 980px;
	display: block;
	margin: 0 auto 40px;
	font-size: 350%;
	font-weight: bold;
	color: #da2805;
	line-height: 1;
}

.outer {
	width: 380px;
	padding: 30px;
	float: right;
	position: relative;
	background-color: #fff;
	box-shadow:rgba(218, 41, 5, 0.498039) 2px 2px 0px 0px;
	-webkit-box-shadow:rgba(218, 41, 5, 0.498039) 2px 2px 0px 0px;
	-moz-box-shadow:rgba(218, 41, 5, 0.498039) 2px 2px 0px 0px;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
	-khtml-opacity: .0;
	-moz-opacity: .0;
}

.innerTtl {
	width: 100%;
	height: 75px;
	display: table;
	margin-bottom: 10px;
}

h3 {
	display: table-cell;
	padding-left: 130px;
	background-position: 0 0;
	background-repeat: no-repeat;
	vertical-align: middle;
	font-size: 200%;
	font-weight: bold;
	color: #da2805;
	line-height: 1.2;
}

#flowSe1 .inner,
#flowSe2 .inner {
	width: 916px;
	padding: 30px 32px;
	background-color: #f6f6f6;
}

.outer p {
	line-height: 1.625;
}

.outer .txt1 {
	padding-top: 170px;
	margin-bottom: 25px;
	background: url(../img/pc_flow_img6.jpg) center top no-repeat;
	font-size: 134%;
	color: #666666;
}

.outer .txt2 {
	padding-top: 170px;
	background: url(../img/pc_flow_img7.jpg) center top no-repeat;
	font-size: 134%;
	color: #666666;
}

.txt2 a {
	color: #da2805;
}

.txt2 a:hover {
	text-decoration: underline;
}

.outer .txt3 {
	padding-top: 200px;
	background: url(../img/pc_flow_img11.jpg) center top no-repeat;
	font-size: 134%;
	color: #666666;
}

.txt3 span {
	color: #da2805;
}

.outer .txt4 {
	padding-top: 200px;
	background: url(../img/pc_flow_img10.jpg) center top no-repeat;
	font-size: 134%;
	color: #666666;
}

.txt4 span {
	color: #da2805;
}

.outer .txt5 {
	padding-top: 210px;
	margin-bottom: 20px;
	background: url(../img/pc_flow_img13.jpg) center top no-repeat;
	font-size: 134%;
	color: #666666;
}

.outer .txt6 {
	padding-top: 210px;
	background: url(../img/pc_flow_img12.jpg) center top no-repeat;
	font-size: 134%;
	color: #666666;
}

.txt6 span {
	font-weight: bold;
}

.outer .txt7 {
	padding-top: 230px;
	background: url(../img/pc_flow_img14.jpg) center top no-repeat;
	font-size: 134%;
	color: #666666;
}

/* #flowSe1 */
#flowSe1 {
	position: relative;
	margin-bottom: 85px;
}

#flowStep1 {
	float: left;
	margin-bottom: 40px;
}

#flowStep2 {
	margin-bottom: 40px;
}

#flowStep3 {
	float: left;
}

#flowStep4 {
}

#flowStep5 {
	margin-bottom: 40px;
}

#flowStep6 {
	margin-bottom: 40px;
}

#flowStep7 {
}

#flowStep1 h3 {
	background-image: url(../img/pc_flow_img4.jpg);
}

#flowStep2 h3 {
	background-image: url(../img/pc_flow_img5.jpg);
}

#flowStep3 h3 {
	background-image: url(../img/pc_flow_img8.jpg);
}

#flowStep4 h3 {
	background-image: url(../img/pc_flow_img9.jpg);
}

#flowStep1 li {
	margin-bottom: 20px;
	font-size: 134%;
	color: #666666;
	letter-spacing: 0.5em;
}

#flowStep1 li:first-child {
	color: #da2805;
	font-weight: bold;
	letter-spacing: 0;
}

#flowStep1 #flowTel {
	font-size: 350%;
	color: #da2805;
	font-weight: bold;
	letter-spacing: 0;
}

/* step1 btn */
#flowStep1Btn {
	width: 100%;
	display: inline-block;
}

#flowStep1Btn a {
	width: 100%;
	display: block;
	padding: 12px 0;
	margin: 0 auto 0;
	text-align: center;
	background-color: #ffee30;
	background-image: url(../img/pc_flow_img15.png);
	background-position: 350px 20px;
	background-repeat: no-repeat;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	box-shadow:rgb(209, 202, 128) 0px 4px 0px 0px;
	-webkit-box-shadow:rgb(209, 202, 128) 0px 4px 0px 0px;
	-moz-box-shadow:rgb(209, 202, 128) 0px 4px 0px 0px;
	font-size: 150%;
	font-weight: bold;
	color: #13293f;
	line-height: 1.4;
}

#flowStep1Btn a:hover {
	margin-top: 4px;
	box-shadow:#ffee30 0px 4px 0px 0px;
	-webkit-box-shadow:#ffee30 0px 4px 0px 0px;
	-moz-box-shadow:#ffee30 0px 4px 0px 0px;
}

/* step4 btn */
#flowStep4Btn {
	position: absolute;
	right: 24px;
	bottom: 27px;
}

#flowStep4Btn a {
	display: inline-block;
	position: relative;
	border: 1px solid #da2805;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#flowStep4Btn a:before,
#flowStep4Btn 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;
}

#flowStep4Btn a:before {
	top: 0;
}

#flowStep4Btn a:after {
	bottom: 0;
}

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

#flowStep4Btn p {
	margin-bottom: 0;
}

#flowStep4Btn p:after {
	width: 100%;
	height: 100%;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	background: url(../img/pc_flow_img16.png) 94.5% center no-repeat;
}

#flowStep4Btn span {
	width: 150px;
	height: 29px;
	display: table-cell;
	position: relative;
	z-index: 5;
	vertical-align: middle;
	font-size: 117%;
	font-weight: bold;
	color: #da2805;
	text-align: center;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

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

#flowStep4Btn a:hover p:after {
	background-image: url(../img/pc_flow_img17.png);
}

#se5Point {
	width: 100%;
	display: inline-block;
	margin-bottom: 25px;
	font-size: 134%;
	font-weight: bold;
	color: #da2805;
}

#se5Point span {
	float: left;
	margin-right: 12px;
}

/* step5 btn */
#flowStep5Btn {
	position: absolute;
	right: 24px;
	bottom: 27px;
}

#flowStep5Btn a {
	display: inline-block;
	position: relative;
	border: 1px solid #da2805;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#flowStep5Btn a:before,
#flowStep5Btn 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;
}

#flowStep5Btn a:before {
	top: 0;
}

#flowStep5Btn a:after {
	bottom: 0;
}

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

#flowStep5Btn p {
	margin-bottom: 0;
}

#flowStep5Btn p:after {
	width: 100%;
	height: 100%;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	background: url(../img/pc_flow_img16.png) 97% center no-repeat;
}

#flowStep5Btn span {
	width: 380px;
	height: 29px;
	display: table-cell;
	position: relative;
	z-index: 5;
	vertical-align: middle;
	font-size: 117%;
	font-weight: bold;
	color: #da2805;
	text-align: center;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

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

#flowStep5Btn a:hover p:after {
	background-image: url(../img/pc_flow_img17.png);
}


/*#flowSe2  */
#flowSe2 {
	position: relative;
	margin-bottom: 110px;
}

#flowStep5 {
	float: left;
}

#flowStep5 h3 {
	background-image: url(../img/pc_flow_img4.jpg);
}


#flowStep6 h3 {
	background-image: url(../img/pc_flow_img5.jpg);
}

#flowStep7 {
	float: left;
}

#flowStep7 h3 {
	background-image: url(../img/pc_flow_img8.jpg);
}





