@charset "UTF-8";

/*---------------------------------------------------------------------------*/

#main {
	margin: 15px 0 0;
}
#main p {
	padding: 15px 2.5%;
	text-align: left;
}

.flow_box {
	width: 95%;
	margin: 0 2.5%;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	padding: 5px 0 0;
	text-align: left;
}
.flow_box .txt {
	padding-left: 50px;
}
.flow_box .txt li {
	padding: 8px 5px;
	border-bottom: solid 1px #ccc;
}
.flow_box .txt li.h_1 {
	padding-top: 10px;
}
.flow_box .txt li h3 {
	padding-left: 5px;
	font-size: 102%;
	line-height: 1.0;
	margin-bottom: 3px;
}
.flow_box .txt li p {
	font-size: 90%;
	padding-left: 8px;
	line-height: 1.3;
}
.flow_box .photo_list {
	padding: 15px 0;
	border-bottom: solid 1px #ccc;
	text-align: center;
}
.flow_box .photo_list li {
	display: inline-block;
	vertical-align: top;
	width: 49%;
}
.flow_box .photo_list li + li {
	margin-left: 2%;
}
.flow_box .to_top,
.flow_box .to_top a {
	display: block;
	width: 178px;
	height: 32px;
}
.flow_box .to_top {
	padding: 20px 0;
	margin: 0 auto;
	text-indent: -9999px;
}
.other_guide {
	text-align: left;
	padding: 20px 0;
}
.other_guide a {
	display: block;
	padding: 10px 2.5%;
	width: 100%;
}
.other_guide li {
	padding: 10px 2.5%;
}
.other_guide li + li {
	margin-top: 5px;
}
.other_guide li img {
	height: 1.5em;
	width: auto;
}

/* job1 */
#job1 .txt {
	background: url(../images/job01/flow_img.png) no-repeat left center;
	background-size: auto 100%;
}
#job1 .txt li h3 {
	border-left: solid 3px #52BC5C;
}
#job1 .to_top a {
	background: url(../images/job01/prev_btn.png) no-repeat;
	background-size: 100% auto;
}
.other_guide .job01 {
	background: #52BC5C url(../images/icon_job01.png) no-repeat;
	background-size: 28px;
	background-position: 95% center;
}

/* job2 */
#job2 .txt {
	background: url(../images/job02/flow_img.png) no-repeat left center;
	background-size: auto 100%;
}
#job2 .txt li h3 {
	border-left: solid 3px #f381af;
}
#job2 .txt li p {
	font-size: 80%;
}
#job2 .to_top a {
	background: url(../images/job02/prev_btn.png) no-repeat;
	background-size: 100% auto;
}
.other_guide .job02 {
	background: #f381af url(../images/icon_job02.png) no-repeat;
	background-size: 28px;
	background-position: 95% center;
}

/* job3 */
#job3 .txt {
	background: url(../images/job03/flow_img.png) no-repeat left center;
	background-size: auto 100%;
}
#job3 .txt li h3 {
	border-left: solid 3px #4dabdd;
}
#job3 .to_top a {
	background: url(../images/job03/prev_btn.png) no-repeat;
	background-size: 100% auto;
}
.other_guide .job03 {
	background: #4dabdd url(../images/icon_job03.png) no-repeat;
	background-size: 28px;
	background-position: 95% center;
}

/* job4 */
#job4 .txt {
	background: url(../images/job04/flow_img.png) no-repeat left center;
	background-size: auto 100%;
}
#job4 .txt li h3 {
	border-left: solid 3px #ff9b30;
}
#job4 .to_top a {
	background: url(../images/job04/prev_btn.png) no-repeat;
	background-size: 100% auto;
}
.other_guide .job04 {
	background: #ff9b30 url(../images/icon_job04.png) no-repeat;
	background-size: 28px;
	background-position: 95% center;
