@charset "UTF-8";

/* ############################################## */

.contents_wrap {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 12%;
}

/* ############################################## */

.contents_img_01 {
    width: 100%;
    padding-top: 57.98%;
    background: url("../sp_img/recruit/contents_img_001.jpg") no-repeat;
    background-size: cover;
    position: relative;
    margin-bottom: 12%;
}
.contents_img_01 p {
    width: 80%;
    position:absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
    text-align: center;
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
    color: #fff;
}

/* ############################################## */

.contents_title_01 {
    width: 100%;
    margin-bottom: 5.5%;
}
.contents_title_01 h3 {
    border-bottom: 1px solid #0d61c9;
    padding: 0 0 5.5% 0;
    font-size: 20px;
    line-height: 1;
    font-weight: bold;
    text-align: center;
}

.contents_table {
    width: 100%;
    margin: 0 auto;
}
.contents_table table {
    border-collapse: collapse;
    border-top: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
}
.contents_table th {
    background: #f3f6f8;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    font-size: 13px;
    line-height: 25px;
    font-weight: bold;
    text-align: center;
    padding: 4.5% 0;
    width: 100%;
    display: block;
    box-sizing: border-box;
}
.contents_table td {
    width: 100%;
    display: block;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    font-size: 13px;
    line-height: 25px;
    text-align: left;
    padding: 4.5%;
    box-sizing: border-box;
}