@charset "utf-8";
/* CSS Document */


/* index_sample */
.areaImage{
    text-align: center;
}
.areaImage img{
	margin: 0 0 10px 0;
}
.recruitTitle{
	font-size: 20px;
    font-weight: bold;
    margin: 0 0 20px 0;
	border-bottom: 1px solid #2b2b2b;
	padding: 20px 0 0 0;
	text-align: center;
}
.recruitArea{
	font-size: 16px;
    margin: 0 0 10px 0;
    text-align: center;
}
/* area */

.facilityBox{
    margin: 30px 0
}
.jobLink{
    text-align: left;
    padding: 10px 19px;
    display: block;
    border-bottom:solid 1px #CCCCCC;
    position: relative;
}
.jobHead{
    display:flex ;
    align-items: center;
    font-size: 12px;
}
.companyName{
    flex-basis:200px;
}
.jobStatus{
    flex-basis:auto;
    font-size: 12px;
    line-height: 1.8;
    border-radius: 5px;
    background-color: #ccc;
    padding: 1px 20px;
}
.jobTitle{
    font-size: 14px;
    flex-basis: 150px;
}
.arrow{
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.jobClose{
    font-size: 14px;
    text-align: left;
    padding: 10px 19px;
}

/* job_sample */
table, td{
    border-collapse: collapse; border: 1px solid #C6C6C6; width: -webkit-fill-available;
}
table{
    width: 100%;
}
td{
    padding: 16px;
}
/* job list */
.jobList{
	text-align: left;
}
.jobList h1{
	font-size: 20px;
	margin: 10px 0;
	font-weight: bold;
	margin: 10px 0;
	font-weight:bold;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.jobList a{
    font-size: 14px;
    padding: 8px 20px;
    font-weight: bold;
    background-color: #c11725;
    color: #fff;
    max-width: 56px;
}
.jobList a:hover{
	opacity: 0.85;
}
iframe{
    width: 100%;
    height: auto;
}
.buttonBelow{
    text-align: center;
    margin: 20px 0 0 0;
}
.buttonBelow a{
    padding: 10px 50px;
}
.titleWrapper{
    width: 70%;
}
.titleWrapper .name{
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 0 5%;
}
.titleWrapper .title{
    font-size: 12px;
    font-weight: bold;
}

/* 応募するボタンのポップアップ */
#popup {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(51, 51, 51, 0.6);
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
}
.popupInner {
	padding: 30px;
	background: #fff;
	border-radius: 15px;
	box-shadow: 0px 0px 10px rgba(51, 51, 51, 0.6);
}
.popup__tel {
	font-size: 18px;
	display: inline-block;
	margin-top: .3em;
	text-decoration: underline;
}
.popup__tel:hover {
	text-decoration: none;
}
#popup p {
	font-size: 14px;
	text-align: center;
}
#close-button {
	display: block;
	margin: auto;
	width: 130px;
	margin-top: 1em;
}
