/*=================================
メインビジュアル画像
=================================*/
#recruit {
background: url("../img/page_main_airport.jpg") no-repeat center center;
background-size: cover;
}

/*=================================
ページコンテンツ
=================================*/
/* テーブルタイトル*/
h4.table_ttl {
font-family: 'Roboto', AppleSystem, 'ヒラギノ角ゴシック','Hiragino Sans','メイリオ', Meiryo,sans-serif;
font-size: 0.2rem;
color: #fff;
padding-top: 0.15rem;
padding-bottom: 0.15rem;
padding-left: 0.2rem;
}

/* テーブル用 */
.recruit_table table {
font-family: 'Roboto', AppleSystem, 'ヒラギノ角ゴシック','Hiragino Sans','メイリオ', Meiryo,sans-serif;
font-size: 0.16rem;
text-align: left;
width: 100%;
border-collapse: collapse ;
border-top: 1px solid #000;
border-bottom: 1px solid #000;
margin-bottom: 0.2rem;
line-height: 1.8;
}

.recruit_table tr:nth-child(even) {
background: #F2F2F2;
}

@media(max-width: 767px){
.recruit_table tr:nth-child(even) {
background: none;
}
}

.recruit_table th {
width: 20%;
font-weight: bold;
background: url("../img/circle_green.png") no-repeat;
background-position :  0.2rem 0.21rem;
padding-top: 0.15rem;
padding-bottom: 0.15rem;
padding-left: 0.4rem;
vertical-align: top;
}

@media(max-width: 767px){
.recruit_table th {
width: 100%;
padding-left: 0.3rem;
display: block;
background: #F2F2F2 url("../img/circle_green.png") no-repeat;
background-position :  0.1rem center; 
box-sizing: border-box;
}
}

.recruit_table td {
width: 80%;
padding-top: 0.15rem;
padding-bottom: 0.15rem;
}

@media(max-width: 767px){
.recruit_table td {
width: 100%;
display: block;
padding-top: 0.15rem;
padding-left: 0.3rem;
padding-right: 0.1rem;
line-height: 1.6;
box-sizing: border-box;
}
}

.recruit_table td ul {
list-style-type: decimal;
list-style-position: inside;
}
.recruit_table td li {
line-height: 1.8;
padding-left: 0.16rem;
text-indent: -0.16rem;
}

.recruit_table h5 {
margin-top: 0.4rem;
	font-size: 0.2rem;
	font-family: 'Roboto', AppleSystem, 'ヒラギノ角ゴシック','Hiragino Sans','メイリオ', Meiryo,sans-serif;
	font-weight: 700;
padding: 0.1rem;
	background: #999;
	color: #FFF;
}

/* 応募方法 */
.recruit_application {
background: rgba(140,198,68,0.1);
padding-top: 0.2rem;
padding-bottom: 0.2rem;
}
h4.application_ttl {
font-size: 0.24rem;
border-bottom: 1px solid #000;
padding-bottom: 0.05rem;
margin-bottom: 0.1rem;
margin-left: 0.2rem;
margin-right: 0.2rem;
}
.recruit_application table {
font-family: 'Roboto', AppleSystem, 'ヒラギノ角ゴシック','Hiragino Sans','メイリオ', Meiryo,sans-serif;
font-size: 0.16rem;
text-align: left;
width: 100%;
border-collapse: collapse ;
line-height: 1.8;
}
.recruit_application th {
width: 20%;
font-weight: bold;
background: url("../img/circle_green.png") no-repeat;
background-position :  0.2rem 0.16rem;
padding-top: 0.1rem;
padding-bottom: 0.1rem;
padding-left: 0.4rem;
vertical-align: top;
}
.recruit_application td {
width: 80%;
padding-top: 0.1rem;
padding-bottom: 0.1rem;
}
.recruit_application td ul {
list-style-type: decimal;
list-style-position: inside;
}
.recruit_application td li {
line-height: 1.8;
padding-left: 0.16rem;
text-indent: -0.16rem;
}


/* 2019年4月採用社員募集要項 */
#recruit_new {
margin-bottom: 0.7rem;
}
#recruit_new h4.table_ttl {
background: #009245;
}

/* GoogleMapボタン */
.about_table td a {
background: #39B54A;
padding-top: 0.05rem;
padding-bottom: 0.05rem;
padding-left: 0.2rem;
padding-right: 0.1rem;
margin-left: 0.2rem;
border-radius: 0.1rem;
text-decoration: none;
color: #fff;
transition: all 0.3s ease;
}
.about_table td a i {
padding-left: 0.3rem;
}
.about_table td a:hover {
opacity: 0.8;
}