@charset "utf-8";
.job{
    padding-left: 25px;
    font-size: 1.8rem;
    font-weight: bold;
    color: #CC4B1F;
    background: url('../img/icon_job.png') no-repeat;
    background-size: 20px;
    background-position: left top;
}
/* デフォルト */
.contents .recruit table {
	width: 100%;
	border-collapse: separate;
	border-left: none;
	border-top: solid 1px #B3B3B3;
}
.recruit table th {
	padding: 20px 20px;
	border-right:none;
	border-bottom: solid 1px #B3B3B3;
	background: transparent;
	text-align: left;
    width: 20%;
    font-weight: bold;
}
.recruit table td {
	padding: 20px 20px 20px 0;
	vertical-align: top;
	border-right:none;
	border-bottom: solid 1px #B3B3B3;
}
@media screen and (max-width:767px){
    .recruit table th{
        display: block;
        width: 100%;
        border-bottom: none;
        padding: 20px 5%;
    }
    .recruit table td {
        display: block;
        padding-top: 0;
        padding: 0 5% 20px;
    }
}
/* 募集要項フォーム */
.formpointBlock h4 {
    color: #cc4b1f;
    letter-spacing: 0.04em;
    text-align: left;
}
.formpointBlock .cms_image .cms_caption_t {
    font-size: 1.8rem;
}
@media screen and (min-width:768px){
    .formpointBlock {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0 auto 40px;
        flex-wrap: wrap;
    }
    .formpointBlock::after {
        display: none;
    }
    .formpointBlock .cms_image {
        width: 590px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 30px;
    }
    .formpointBlock .cms_image .cms_caption_t {
        margin-bottom: 10px;
        margin-right: 15px;
        text-align: left;
    }
    .formpointBlock .cms_image img {
        width: 288px;
    }
}
@media screen and (max-width:767px){
    .formpointBlock .cms_text br {
        display: none;
    }
    .formpointBlock .cms_image {
        margin-bottom: 40px;
    }
}