@charset "utf-8";
/* CSS Document */

.inner {
	width: 1000px;
    margin: 0 auto;
}

p {
	font-size: 15px;
	color: #252525;
	line-height: 1.6;
}

a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

/* ===================================
#pagenav
=================================== */
#pagenav {
}

#pagenav ul {
	overflow: hidden;
}

#pagenav ul li {
	float: left;
	background: url(../img/bg_pagenav_01.png) no-repeat center right;
	padding-right: 8px;
}

#pagenav ul li:last-child {
	background: none;
	padding: 0;
}

/* ===================================
#flowWrap
=================================== */
#flowWrap {
	background: url(../img/bg_flowTop_01.png) no-repeat top center #FFF;
	padding: 77px 30px 50px 20px;
	overflow: hidden;
	margin: 0 0 55px;
	border-radius: 5px;
    -webkit-border-radius: 5px;
}

#flowWrap .Lbox {
	float: left;
	width: 170px;
	
}

#flowWrap .Rbox {
	float: right;
	width: 780px;
}

#flowWrap .stepWrap {
	margin: 35px 0;
}

#flowWrap .stepWrap h2 {
	position: absolute;
    top: -54px;
    left: -50px;
	font-size: 18px;
	font-weight: bold;
	color: #B88B00;
	border: solid 3px #B88B00;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	background: url(../img/ico_flow_01.png) no-repeat left 5px center #FFF;
    padding: 8px 7px 7px 34px;
    width: 400px;
}

.stepWrap table {
	border-collapse: separate;
    border-spacing: 0 20px;
}

.stepWrap table th.tit {
	width: 170px;
	font-size: 18px;
	font-weight: bold;
	color: #B88B00;
	padding: 12px 0;
    box-sizing: border-box;
	background: #EEEEEE;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

.stepWrap table th.pad01 {
	padding: 30px 0px;
}

.stepWrap table th.pad02 {
	padding: 20px 0px;
}

.stepWrap table th.tit small {
	font-size: 15px;
	background: none;
	padding: 3px 0 0;
	font-weight: normal;
}

.stepWrap table td.txt {
	font-size: 15px;
	color: #252525;
	padding: 0 0 0 15px;
    line-height: 1.5;
}

#flowWrap .stepBox {
	border: solid 3px #B88B00;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	margin: 0 0 10px 30px;
    padding: 32px 15px 15px 20px;
}

/* ===================================
#step01
=================================== */
#step01 {
	background: url(../img/bg_step_01.png) repeat-y 68px;
	overflow: hidden;
	padding: 0 0 65px;
}

#step01 .txtBox {
	float: left;
	width: 380px;
}

#step01 .btnBox {
	float: right;
	width: 340px;
	background: url(../img/bg_photo_01.jpg) no-repeat top center;
	padding: 180px 0 0;
    text-align: center;
}

/* ===================================
#step02
=================================== */
#step02 {
	background: url(../img/bg_step_01.png) repeat-y 68px;
	overflow: hidden;
}

#step02 .stepBoxInner01 ,
#step02 .stepBoxInner02 {
	position: relative;
}

#step02 .stepBoxInner01 {
	margin: 0 0 20px;
}

#step02 .stepBoxInner01 dt{
	font-size: 13px;
    color: #252525;
    background: #DDDDDD;
    width: 3%;
    padding: 0 0px 0 10px;
    line-height: 30px;
	display: inline-block;
}

#step02 .stepBoxInner01 dd{
	font-size: 15px;
	color: #252525;
	background: #EEEEEE;
	width: 95%;
	box-sizing: border-box;
	padding: 0 0px 0 10px;
	margin-left: -4px;
    line-height: 30px;
	border-radius: 0 15px 15px 0;
	-webkit-border-radius: 0 15px 15px 0;
	display: inline-block;
}

#step02 .stepBoxInner02 {
	padding:55px 0 0; 
}

#step02 .stepBoxInner02 h2 {
	top: 0;
}

/* ===================================
#step03
=================================== */
#step03 {
	background: url(../img/bg_step_01.png) repeat-y 68px;
	overflow: hidden;
}

#step03 .stepBoxInner01 {
	position: relative;
}

#step03 h3 {
	font-size: 18px;
	font-weight: bold;
	color: #B88B00;
	background: url(../img/ico_flow_02.png) no-repeat left center #EEEEEE;
	padding: 10px 8px 10px 92px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
}

#step03 p {
	padding: 15px 10px 18px;
}

#step03 p:last-child {
	padding-bottom: 8px;
}

/* ===================================
#step04
=================================== */
#step04 {
	background: url(../img/bg_step_01.png) repeat-y 68px;
	overflow: hidden;
	padding: 0 0 20px;
}

#step04 .stepBoxInner01,
#step04 .stepBoxInner02,
#step04 .stepBoxInner03,
#step04 .stepBoxInner04,
#step04 .stepBoxInner05 {
	position: relative;
}

#step04 .stepBoxInner01 {
	margin: 0 0 70px;
}

#step04 .stepBoxInner02 {
	margin: 0 0 70px;
}

#step04 .stepBoxInner03 {
	margin: 0 0 75px;
}

#step04 .stepBoxInner04 {
	margin: 0 0 67px;
}

.check01 {
	background: url(../img/ico_flow_03.png) no-repeat left center;
	border-top: 1px solid #B88B00;
	margin: 5px 0 0;
}

.check01 p {
	font-size: 13px;
	padding: 7px 0 0 90px;
}

.check02 {
	background: url(../img/ico_flow_03.png) no-repeat left 12px;
	border-top: 1px solid #B88B00;
	margin: 5px 0 0;
}

.check02 p {
	font-size: 15px;
	padding: 17px 0 5px 90px;
}

dl.num {
	margin: 10px 0 0 92px;
}

dl.num dt {
	font-size: 12px;
	color: #B98C00;
	background: #DDDDDD;
	padding: 1px 9px;
    width: 27px;
	box-sizing: border-box;
	display: inline-block;
	margin: 0 0 8px;
}

dl.num dd {
	display: inline-block;
	width: 94%;
	font-size: 15px;
}

dl.num dd.small {
	padding: 3px 0;
	font-size: 13px;
	line-height: 1.5;
}
/* ===================================
#step05
=================================== */
#step05 {
	background: url(../img/bg_step_01.png) repeat-y 68px;
	overflow: hidden;
	padding: 0 0 20px;
}


p.mgBottom {
	margin: 0 0 34px;
}

#step05 .stepWrap table {
	border-spacing: 0 10px;
}

#step05 .stepBoxInner01,
#step05 .stepBoxInner02,
#step05 .stepBoxInner03 {
	position: relative;
}

#step05 .stepBoxInner01 {
	margin: 0 0 65px;
}

#step05 .stepBoxInner02 {
	margin: 0 0 70px;
}

#step05  ul {
	overflow: hidden;
	padding: 0 0 25px;
}

#step05  ul li {
	float: left;
	width: 130px;
	height: 70px;
    font-size: 18px;
    font-weight: bold;
    color: #B88B00;
    padding: 12px 0;
    box-sizing: border-box;
    background: #EEEEEE;
    border-radius: 5px;
    -webkit-border-radius: 5px;
	text-align: center;
}

#step05  ul li.arrow {
	background: url(../img/ico_arrow_01.png) no-repeat center;
	width: 40px;
	position: relative;
}

#step05  ul li.arrow img {
	position: absolute;
	bottom: -20px;
    left: -15px;
}

#step05  ul li:nth-child(5) {
	line-height: 49px;
}

#step05  ul li:last-child {
	width: 180px;
	padding: 8px 0;
}

#step05  ul li small{
	font-size: 12px;
	font-weight: normal;
	background: none;
	padding:0;
}

#step05 .check01 {
	border: none;
}

#step05 .check01 p {
	font-size: 15px;
	line-height: 1.2;
}

#step05 table.check03 {
	border-spacing: 0;
	margin: 10px 0 8px 90px;
}

table.check03 tr {
}

table.check03 th {
	font-size: 15px;
	color: #FFF;
	background: #AAAAAA;
	padding: 6px 15px;
	border-bottom: 1px solid #FFF;
}

table.check03 td {
	padding: 3px 0 3px 15px;
	font-size: 15px;
	border-bottom: 1px solid #EEEEEE;
}

table.check03 td.borderNone {
	border: none;
}

span.num {
	font-size: 12px;
	color: #B98C00;
	background: #DDDDDD;
	padding: 1px 9px;
    width: 27px;
	box-sizing: border-box;
	display: inline-block;
	margin: 4px 5px 4px 0;
}

/* ===================================
#step06
=================================== */
#step06 {
	background: url(../img/bg_step_01.png) repeat-y 68px;
	overflow: hidden;
	padding: 0 0 20px;
}

#step06 .stepBoxInner01,
#step06 .stepBoxInner02,
#step06 .stepBoxInner03,
#step06 .stepBoxInner04,
#step06 .stepBoxInner05,
#step06 .stepBoxInner06 {
	position: relative;
	margin: 0 0 70px;
}

#step06 .stepBoxInner06 {
	margin: 0 0 25px;
}

/* ===================================
#step07
=================================== */
#step07 {
	background: url(../img/bg_step_01.png) repeat-y 68px;
	overflow: hidden;
	padding: 0 0 15px;
}

#step07 .stepBoxInner01 {
}

.troubleBox {
	background: url(../img/bg_step07_01.png) no-repeat right bottom;
	padding: 0 0 55px;
}

.troubleBox p {
	margin: 0 0 15px; 
}

p.trouble {
	font-size: 18px;
	font-weight: bold;
	border-radius: 25px;
    -webkit-border-radius: 25px;
	width: 400px;
	background-color: rgba(0,0,0,0.1);
	padding: 7px 0 4px 18px;
    margin: 5px 0 10px;
}

#flowWrap #step07 .stepBox {
	position: relative;
	padding: 0 0 215px;
}

#flowWrap #step07 .stepWrap  h2 {
	top: -22px;
}

img.absolute {
	position: absolute;
	top: 0;
	left: 0;
}

#step07 ul {
	margin-top: 490px;
}

#step07 ul li {
	float: left;
}

/* ===================================
.searchArea
=================================== */
.searchArea {
	text-align: center;
}

.searchArea .btn {
	width: 973px;
	background: url(../img/searcharea02_btn_bg.png) no-repeat;
	padding: 7px 8px 8px;
	margin-left: -14px;
}

.searchArea .btn a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-khtml-opacity: 0.7;
	-moz-opacity: 0.7;
}
