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

/* ------ title -------------------------------- */

.page-title{
	background: url(../images/bg_h1.jpg) no-repeat center center;
	background-size: cover;
	text-align:left;
}
.page-title p.logo{
	float: left;
}
.page-title h1{
	float: left;
	margin: 50px 0 0 25px;
}


.withinList{
	margin: 0 0 25px 0;
	padding: 0 0 15px 0;
	border-bottom: #8fc31f solid 1px;
}
.withinList ul{
	margin: 0;
}
.withinList ul li{
	float: left;
	width: 50%;
}
.withinList ul li a{
	display: block;
	background: url(../images/icon_arrow.png) no-repeat left 0.4em;
	padding: 3px 0 3px 25px;
}


.mainvisal .leftBox{
	width: 350px;
	float: left;
}
.mainvisal .rightBox{
	width: 325px;
	float: right;
}


.content h2{
	font-size: 186%;
	font-weight: normal;
	margin: 70px 0 20px 0;
	padding: 25px 0 5px 40px;
	background: url(../images/bg_h2.png) no-repeat left center;
}

.content dl{
	width: 670px;
	margin: 0 auto;
}

.content dl dt{
	clear:left;
	float:left;
	width: 170px;
}

.content dl dd{
	padding:0 0 10px 170px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #b5b5b6;
}

.content dl dd a.arrow{
	background: url(../images/icon_arrow.png) no-repeat left 0.35em;
	padding: 3px 0 3px 25px;
}

.content dl dd a[href$='pdf']{
	background: none;
	padding-right: 0;
}

.content p.facility{
	width: 670px;
	margin: 10px auto 0 auto;
	text-align: right;
}



.content ul.list li{
	padding: 0 0 0 20px;
	background: url(../images/icon_list.png) no-repeat left center;
}


.flow{
	margin: 0 0 0 -15px;
}
.flow.first{
	margin: 90px 0 100px -15px;
}
.flow .Box{
	position: relative;
	width: 194px;
	margin: 0 0 0 15px;
	padding: 50px 14px 20px 14px;
	float: left;
	border: #8fc31f solid 1px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.flow.first .Box{
	padding: 50px 14px;
}
.flow .Box p.number{
	position: absolute;
	left: 50%;
	width: 45px;
	margin-left: -22px;
	top: -22px;
}
.flow .Box h4{
	text-align: center;
	margin: 0 0 20px 0;
	padding: 0;
	border-left: none;
}
.flow .Box p{
	margin: 0;
}
.flow .Box p span{
	color: #fff;
	margin: 0 5px 0 0;
    padding: 1px 7px;
	background: #8fc31f;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}
.flow .Box p.tel{
	margin: 10px 0 0 0;
	text-align: center;
}

.flow .Box p.fukidashi001{
	position: absolute;
	top: -52px;
	left: 155px;
}
.flow .Box p.fukidashi002{
	position: absolute;
	bottom: -53px;
	left: 16px;
}
.flow .Box p.fukidashi003{
	position: absolute;
	bottom: -52px;
    left: 152px;
}
.flow .Box p.fukidashi004{
	position: absolute;
	top: -42px;
	left: -8px;
}
.flow .Box p.fukidashi005{
	position: absolute;
	top: -72px;
	left: 140px;
}
.flow .Box p.fukidashi006{
	position: absolute;
	bottom: -30px;
	left: 117px;
}


p.money{
	margin: 50px 0 0 0;
}
p.money span{
	margin: 0 10px 0 0;
	padding: 5px 15px 3px 15px;
	color: #fff;
	background: #727171;
}
p.money a{
	color: #8fc31f;
}
p.money a[href$='pdf']{
	background: none;
	padding-right: 0;
}
.content p.caution{
	font-size: 86%;
	margin: 10px 0 0 0;
}