@charset "utf-8";

/* CSS Document */
br.sp {
	display: none;
}
@media screen and (max-width: 767px) {
	br.sp {
		display: block;
	}
}
main {
	width: inherit;
	margin: inherit;
}

.point_step {
	padding: 15px 20px 60px 20px;
}

.point_step .column_head {
	background-image: url(../img/column/column/h2_bg.png);
}

.column_head {
	padding-top: 20px;
	padding-bottom: 20px;
}
.column_head h2 {
	line-height: 1.2;
}
.column_head .sub_txt {
	font-size: 1.6rem;
	letter-spacing: 3px;
	margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
	.point_step {
		padding: 3% 3% 60px 3%;
	}
	.point_step .column_head {
		padding: 0;
		padding-left: 3%;
		background-size: auto 100%;
		background-position: top right;
		height: 70px;
	}
	.column_head h2 {
		flex-direction: column;
		font-size: 3vw;
		align-items: baseline;
	}
	.column_head .sub_txt {
		font-size: 2.4vw;
		box-sizing: border-box;
	}
}

.column-container {
	background-color: #f1f1f1;
	padding: 30px;
	width: 1000px;
	max-width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}
.column-container .contents {
	background-color: #ffffff;
	padding: 20px;
}
.column-container .column-list {
	background-color: #fff;
	padding: 20px;
}
.column-list li:not(:last-child) {
	padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eaeaea;
}
.column-list li a {
	display: flex;
    flex-direction: column;
}
.column-list li a span:first-child {
	font-size: 1.2rem;
    margin-bottom: 5px;
}
.column-list li a span:last-child {
    font-size: 1.6rem;
	line-height: 1.4;
    color: #55a93a;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
	.column-container {
		padding: 20px;
	}
}


.manual .ttl {
	text-align: center;
	font-size: 3rem;
	font-weight: bold;
	color: #55a93a;
	line-height: 1.4;
}

.column_just {
	margin-top: 25px;
	margin-bottom: 30px;
	padding: 20px;
	border: 1px solid #f1f1f1;
	background: #fdfdfd; /* Old browsers */
	background: -moz-linear-gradient(top,  #fdfdfd 0%, #fdfdfd 16%, #f5f4ee 61%, #f5f4ee 61%, #f5f4ee 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #fdfdfd 0%,#fdfdfd 16%,#f5f4ee 61%,#f5f4ee 61%,#f5f4ee 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #fdfdfd 0%,#fdfdfd 16%,#f5f4ee 61%,#f5f4ee 61%,#f5f4ee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#f5f4ee',GradientType=0 ); /* IE6-9 */
	display: flex;
}
.column_just dt {
	border-right: 2px solid #f1f1f1;
	font-weight: bold;
	margin-right: 15px;
	padding-right: 15px;
	display: inline-flex;
	flex-direction: column;
	justify-content: space-between;
	line-height: 1.7;
}
.column_just dd {
	line-height: 1.7;
}
@media screen and (max-width: 767px) {
	.column_just {
		display: block;
		margin-top: 10px;
		padding: 10px;
	}
	.manual .ttl {
		font-size: 4vw;
	}
	.column_just dt {
		border-right: none;
		margin-right: 0;
		padding-right: 0;
		display: block;
	}
	.column_just dt img {
		display: block;
		margin: 0 auto 10px;
	}
}



.column_title {
	font-size: 2rem;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 10px;
}
.column_title .date {
	font-size: 1.4rem;
	font-weight: normal;
}
.column_body {
	margin-top: 20px;
	line-height: 1.7;
	margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
	.column_title {
		flex-wrap: wrap;
		line-height: 1.4;
	}
	.column_title .date {
		align-self: flex-end;
	}
	.column_body {
		margin-bottom: 5vw;
	}
}


.btn_list {
	text-align: center;
	margin-bottom: 100px;
}
.contact.btn {
	width: 400px;
	max-width: 100%;
	background-color: #55a93a;
	font-size: 1.8rem;
	font-weight: bold;
	padding: 20px 0;
	color: #ffffff;
	display: inline-block;
}

@media screen and (max-width: 767px) {
	.btn_list {
		margin-bottom: 10vw;
	}
	.contact.btn {
		font-size: 3.5vw;
	}
}

.pager {
	display: flex;
	justify-content: space-between;
	color: #333333;
	font-weight: bold;
}


@media screen and (max-width: 767px) {
	.pager span {
		display: none;
	}
	.pager a {
		line-height: 1.4;
		font-size: 2.6vw;
	}
	.pager .right {
		text-align: right;
	}
}


.column-container .bnr {
	margin-top: 20px;
	display: block;
}
.column-container .bnr img {
	max-width: 100%;
}

.job_detail_reccomend {
	width: 1000px;
	max-width: 100%;
	margin: 70px auto 0;
	padding: 30px 20px;
	border: 1px solid #eaeaea;
	box-sizing: border-box;
}

.job_detail_reccomend h2 {
	margin-bottom: 20px;
	padding-bottom: 10px;
	display: block;
	text-align: center;
	font-size: 1.4rem;
	letter-spacing: 3px;
	border-bottom: 1px solid #333333;
}
.job_detail_reccomend h2 .abel {
	font-size: 4rem;
	display: block;
	line-height: 1.4;
}

.job_detail_reccomend li:not(:last-child) {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #eaeaea;
}

.job_detail_reccomend a {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.job_detail_reccomend dt {
	font-size: 1.2rem;
	margin-bottom: 5px;
}

.job_detail_reccomend dt span {
	padding-bottom: 5px;
}

.job_detail_reccomend dd {
	font-size: 1.6rem;
	color: #55a93a;
	font-weight: bold;
	line-height: 1.4;
}

.job_detail_reccomend dd p {
	line-height: 1.4;
}

.job_detail_reccomend dd span {
	font-size: 1.4rem;
	color: #333333;
	display: block;
	font-weight: normal;
}
.l_banner {
	text-align: center;
    border-top: inherit;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    padding: 0;
	margin-bottom: 60px;
}
.l_banner a {
	width: 1000px;
    margin: 0 auto;
    display: block;
}
.l_banner img {
    border: 1px solid #eaeaea;
	width: 1000px;
    margin: 0 auto;
}

@media screen and (max-width: 1000px) {
	.l_banner a {
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.job_detail_reccomend h2 .abel {
		font-size: 8vw;
	}
	.job_detail_reccomend {
		margin-top: 7vw;
	}
	.l_banner {
		width: 94%;
		margin-left: 3%;
		margin-right: 3%;
	}
	.l_banner img.sp {
		width: 100%;
		display: block;
	}
}