@charset "utf-8";

.guide{
	border: 1px solid #BCB26D;
	background-color: #FFF;
	padding: 30px;
	margin-top: 180px;
	font-size:14px;
}
.guide-back1 { background: url(../img/guide/buck-guide.jpg) no-repeat center 0px;}
.guide-back2 { background: url(../img/recruit/back-guide.jpg) no-repeat center 0px;}
.guide-back3 { background: url(../img/recruit/back-guide.jpg) no-repeat center 0px;}

h3 {
	font-size: 16px;
	color: #FFF;
	background-color: #B9AF68;
	padding: 5px;
	margin-bottom: 10px;
}
.flow {	text-align: center;}

.jigyousyo-box{
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 20px;
	border: 1px solid #BDBDBD;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.tensen{
	font-weight: bold;
	font-size: large;
	color: #000000;
	padding: 20px;
	border: 1px dotted #000;
	background: #FCF5DA;
	}
.link-eria{
	margin-bottom: 30px;
}
.link-eria .col-md-6,.link-eria .col-md-12{
	margin-bottom: 10px;
}
@media (max-width: 767px) {
.guide{ margin-top: 100px; padding: 10px;}
.guide-back1 { background-position:center -20px; background-size:200%;}
.guide-back2 { background-position:center -20px; background-size:200%;}
.guide-back3 { background-position:center -20px; background-size:200%;}
}