.text-center{
    text-align: center;
}
html{
    scroll-behavior: smooth;
}
.border-bottom{
    border-bottom: 1px solid #F3F3F3;
}
.bg-red{
    background-color: #CC0000;
}
.bg-gray{
    background-color: #797A7C;
}
.text-red{
    color: #CC0000;
}
.text-black{
    color: #202124;
}

/* TOP BANNER */
.layoutArea{
    margin-bottom: 40px;
}
section.contents{
    margin-top: 40px;
}
h2.contentsTitle{
    font-size: 3rem;
    font-weight: bold;
    text-decoration:none;
	height: 50px;
	line-height: 50px;
	text-indent: 15px;
    display:block;
    color: #000000;
	background:#ffffff url('../img/receive/title_point.png') left no-repeat;
    margin-bottom: 0;
}

A:visited {
    color: unset;
    color: #ffffff;
}
A:link {
    color: unset;
    color: #ffffff;
}
.btnOrderArea{
    margin: 30px 0;
}
.noticeBlock{
    background-color: #F6F6F6;
    /* width: 0; */
    margin-top: 15px;
    padding: 15px;
}
.noticeBlock img {
    max-width: 100px;
}
.noticeBlockTitle{
    font-size: 1.2rem;
    font-weight: 600;
}
.noticeBlockSubTitle{
    font-size: 1.4rem;
    font-weight: 600;
    color: #CC0000;
    padding-top: 10px;
}

.tbl_airport_02 .area_head th{
    scroll-margin-top: 140px;
}

.btn_airport_map_new {
	position: absolute;
	width: 120px;
	height:28px;
	padding: 3px 7px 3px 3px;
	border: solid #202124 1px;
	border-radius: 14px;
	background-color: #ffffff;
	text-align: center;
	color: #202124 !important;
	font-size: 1.3rem;
	font-weight: bold;
    transition: .3s;
}
.btn_airport_map_new:hover{
    color: #ffffff !important; 
    background-color: #202124;
    text-decoration: none;
}
.arrowSmall {
    position: relative;
    float: left;
}
.arrowSmall::after {
    position: absolute;
    left: 97px; 
    top: 5px; 
    content: '';
    width: 6px;
    height: 6px; 
    border-top: 1px solid #202124; 
    border-right: 1px solid #202124; 
    transform: rotate(135deg); /* 45:> , 225:< , 135:∨ , 315:∧ */
}
.btn_airport_map_new:hover .arrowSmall::after{
    border-color: #ffffff;
}

.apText{
    margin-left: 90px;
}
.mfp_win{
    border-radius: 8px;
}

@media screen and (max-width:799px) {
    .layoutArea .contents{
        width: 100%;
    }
    section.contents{
        padding: 0 15px;
        margin-top: 30px;
    }

    /* 空港カウンターとお申込期限 */
    h2.contentsTitle{
        font-size: 2.2rem;
        height: auto;
        text-indent: 0;
        padding-left: 15px;
        line-height: 1.2;
    }
    .en h2.contentsTitle{
        background-size: 5px 100%;
    }

    .airport_notice{
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 15px;
    }
    .airport_notice_area1, .airport_notice_area2, .airport_notice_area3{
        width: 100%;
    } 
    .airport_notice_area1{
        all:unset;
        font-size: 2rem;
        font-weight: 600;
        color: #CC0000;
    }
    .airport_notice_area3 {
        padding: 0;
    }
    .airport_notice_area3 table{
        width: 100% !important;
    }
    .airport_notice_area3 table td{
        text-align: center;
    }
    .notice_detail{
        margin-right: 0 !important;
    }
    .btn_airport_map_new{
        position: relative;
    }
    .airportArea{
        position: relative;
        width: 100%;
        background: url(/img/new/receive/img_airport.png);
        background-size: cover;
        background-position: center 100px;
        background-repeat: no-repeat;
        background-size: auto 55%;
        height: 520px;
        margin-top: 40px;
    }
    .noticeBlock{
        max-width: 58%;
    }
    .noticeBlockTitle{
        font-size: 1rem;
    }
    .txt_13{
        font-size: 1.5rem;
        width: 100%;
    }
    #static_contents article{
        width: 100%;
    }
    .tbl_airport_02 .area_head th{
        scroll-margin-top: 60px;
    }    
    .airportBtnArea{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
        padding: 10px 0 0 10px;
        position: absolute;
        bottom: 20px;
        width: 100%;
        margin: 0;
    }
    .airportBtnArea a{
        width: 90%;
        max-width: 120px;
    }
    .noticeBlock img{
        margin-top: 12px;
        max-width: 45%;
    }
}