@charset "UTF-8";

section{
	margin: 0 auto 10vh auto;
	width: 900px;
}
#footer section{
  width: auto;
}
.pickup_wrap{
	text-align: center;
}
.pickup{
	margin-bottom: 50px;
	display: inline-block;
	font-size: 16px;
}
.pickup li{
	text-align: left;
}
.title.title_sub {
    margin-bottom: 0;
}
.pickup li:before {
    content: "";
    width: 5px;
    height: 1px;
    display: inline-block;
    background-color: #f84f34;
    border-radius: 50%;
    position: relative;
    top: -6px;
    margin-right: 5px;
}
.recruit p{
	text-align: center;
}

/*---------------------------------------------*/
/*768px以下*/
/*---------------------------------------------*/
@media only screen and (max-width: 768px) {
	section {
	    margin: 0 auto 10vh auto;
	    width: 100%;
	}
	.pickup{
		width: 95%;
		margin: 0 auto 50px auto;
		font-size: 14px;
	}
	.pickup li:before {
	    top: -4px;
	}
}

