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

/*=================================
ページコンテンツ
=================================*/
/* 会社概要 */
#about_company {
margin-bottom: 1.1rem;
}

/* 空港施設概要 */
#about_facility {
margin-bottom: 0.6rem;
}

/* テーブル用 */
.about_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;
}
.about_table tr:nth-child(even) {
background: #F2F2F2;
}

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

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

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

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

@media(max-width: 767px){
.about_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;
}
}

/* 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.03rem;
text-decoration: none;
color: #fff;
position: relative;
top:-3px;
}

@media(max-width: 767px){
.about_table td a {
position: relative;
top:0;
display: block;
margin-left: 0;
margin-top: 0.1rem;
max-width: 100px;
}
}

.about_table td a i {
padding-left: 0.1rem;
}
.about_table td a:hover {
opacity: 0.8;
}