@charset "utf-8";
section.home-job-description .home-job-description_dl{
	display: flex;
	flex-wrap: wrap;
}
section.home-job-description .home-job-description_dl dd{
	border: none;
    border-radius: 0;
    width: 70%;
    margin-bottom: 0;
    font-size: 1em;
    border-bottom: 1px solid #ffa700;
}
section.home-job-description .home-job-description_dl dt{
	    font-weight: 600;
    border-radius: 0;
    width: 30%;
    font-size: 1em;
    border-bottom: 1px solid #fff;
}
@media screen and (min-width: 768px), print{
.add_photo.column3{
margin-top: 50px;
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-column-gap: 16px;
}
}

@media screen and (max-width: 767px){
.add_photo.column3{
margin-top: 30px;
}
.add_photo.column3 div + div{
	margin-top: 16px;
}
}

