html{
    scroll-behavior: smooth;
}

.layoutArea p{
    font-size: 14px;
}
.layoutArea .wrapper{
    padding: 30px 10px;
}
.receive.smartpickup.clearfix-smp {
    margin: 0;
    width: auto;
}
h2.airportname_title{
    all: unset;
    font-size: 3rem;
    font-weight: bold;
	line-height: 30px;
	padding-left: 10px;
    display:block;
    border-left: 4px solid #cc0100;
    height: auto;
    margin: 10px 0 20px 0;
}
h2.bottom-line{
	display: inline-block;
	border-bottom: 2px solid #c80000;
	font-size: 2.3em;
	font-weight: bold;
	margin-bottom: 20px;
    width: auto;
    background: none;
    height: auto;
    color: #000;
    text-indent: 0;
}
.title_contents{
    text-align: center;
}

.about_contents{
	background: #c80000;
	border-radius: 15px;
	padding: 30px;
}
.about_text{
	background: #ffffff;
	color: #c80000;
	padding: 30px;
	border-radius: 15px;
	margin-bottom: 30px;
	font-size: 2rem;
	font-weight: bold;
    text-align: center;
}
.about_merit{
	display: flex;
}
.about_merit .about_box{
	width: 33.3%;
	color: #ffffff;
	padding: 10px 30px 10px 100px;
	position: relative;
}
.about_merit .about_box + .about_box{
	border-left: 1px solid #ffffff;
}
.about_merit .about_box::before{
	display: inline-block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	height: 100%;
}
.about_merit .about_box.about1::before{
	background: url('/img/receive/smartpickup/icon_check.png') top 20px center / 60px no-repeat;
}
.about_merit .about_box.about2::before{
	background: url('/img/receive/smartpickup/icon_airport.png') top 20px center / 60px no-repeat;
}
.about_merit .about_box.about3::before{
	background: url('/img/receive/smartpickup/icon_calender.png') top 20px center / 60px no-repeat;
}
.about_merit .about_box h4.title{
	font-weight: bold;
	font-size: 2rem;
	line-height: 1.2;
	margin-bottom: 10px;
}
.howto_contents{
	margin: 30px 0 50px;
	display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
}
.howto_contents .howto_box{
	width: 22%;
}
.howto_contents .howto_box .howto_top{
	position: relative;
	margin-bottom: 20px;
}
.howto_contents .howto_box .howto_top::before{
	content: "";
	width: 0;
    height: 0;
    border-left: 8px solid #cc0000;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
}
.howto_contents .howto_box:last-child .howto_top::before{
	display: none;
}
.howto_contents .howto_box .howto_top label{
    font-size: 1.5rem;
    text-align: center;
	display: inline-block;
	color: #ffffff;
	font-weight: bold;
	background: #c80000;
	border-radius: 30px;
    width: 50%;
	position: absolute;
	left: 50%;
	top: -10px;
	transform: translateX(-50%);
}
.howto_contents .howto_box .howto_top img{
	width: 100%;
}
.important_contents{
	border: 1px solid #c80000;
}
.important_contents h3{
	font-size: 2rem;
    background: #c80000;
    color: #ffffff;
    padding: 10px 0;
    text-align: center;
}
.important_box{
	padding: 30px;
}
.important_box .important_note, .important_box .important_note .important_img{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.important_box .important_note p, .important_box .important_note .important_img{
	width: 49%;
}
.important_box .important_note .important_img img{
	width: 23%;
}
.important_box ul{
	margin-top: 20px;
	list-style-type: disc;
}
.important_box ul li{
	display: flex;
	list-style-type: disc;
    font-size: 12px;
}
.important_box ul li::before{
	content: "・";
	padding: 0 5px;
}
.table_contents{
    display: flex;
}
.airport_locations_contents{
	background: #f0f0f0;
	border-radius: 15px;
    padding: 30px;
	margin-bottom: 50px;
}
.airport_locations_contents ul{
	display: flex;
	flex-wrap: wrap;
}
.airport_locations_contents ul li{
	margin: 5px 0;
}
.jp .airport_locations_contents ul li{
	width: 37%;
}
.jp .airport_locations_contents ul li.two{
	width: 26%;
}
.en .airport_locations_contents ul li{
	width: 31%;
}
.en .airport_locations_contents ul li.two{
	width: 38%;
}
.tw .airport_locations_contents ul li{
    width: 33.3%;
}
.airport_locations_contents ul li a{
	color: #000000;
	font-weight: bold;
	padding-left: 13px;
	position: relative;
	line-height: 1.2;
}
.airport_locations_contents ul li a::before{
	content: "";
	position: absolute;
	width: 0;
    height: 0;
    border-left: 5px solid #cc0000;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    left: 0;
    top: 4px;
}
.airport_locations_contents ul li a:hover{
	color: #cc0000;
}
.airport_locations_box{
	margin-bottom: 30px;
    scroll-margin-top: 140px;
}
.airport_locations_box .airport_name{
	display: flex;
	align-items: center;
	margin-bottom: 10px;
    flex-wrap: wrap;
}
.airport_locations_box .airport_name h4{
	padding-left: 30px;
	position: relative;
	font-weight: bold;
    font-size: 2rem;
}
.airport_locations_box .airport_name h4::before{
	content: "";
	position: absolute;
    width: 15px;
    height: 15px;
	background: #cc0000;
	top: 50%;
	left: 5px;
	transform: translateY(-50%);
}
.airport_locations_box .airport_name h4 span.coutner_label{
    background: #ba3030;
    color: #fff;
    padding: 5px 8px;
    border-radius: 3px;
    margin-right: 8px;
    font-size: 1.4rem;
}
.airport_locations_box .airport_name .btn_map{
    text-align: center;
	border-radius: 3px;
    padding-left: 0;
	margin-left: 15px;
	width: 80px;
	height: 25px;
	line-height: 25px;
    background: #000000;
    color: #ffffff;
    font-weight: bold;
}
.airport_locations_table{
    border-spacing: 0px;
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    width: 85%;
}
.airport_time_table{
    border-spacing: 0px;
    width: 20%;
    border-top: 1px solid #cccccc;
    border-left: none;
}
.airport_locations_table th, .airport_locations_table td,
.airport_time_table th, .airport_time_table td{
	text-align: center;
	vertical-align: middle;
	padding: 20px;
	line-height: 1.5;
    font-size: 14px;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}
.airport_locations_table th, .airport_time_table th{
	background: #f5f5f5;
    height: 62px;
}
.airport_locations_table th.location{
	width: 50%;
}
.airport_locations_table th.deadline{
	width: 19%;
}
.airport_locations_table td.counter{
	text-align: left;
}
.airport_locations_table td.short_name{
	width: 6%;
}
.btn_contents{
    margin-top: 50px;
}
.btn_contents .btnOrder{
    margin: 0 auto 30px;
}

@media screen and (max-width: 799px) {
    body{
        min-width: 100%;
    }

    .layoutArea .wrapper{
        padding: 30px 15px;
    }

    .layoutArea h2{
        font-size: 2.2rem;
        line-height: 1.2;
        margin-top: 0;
    }
    h2.bottom-line{
        padding-bottom: 3px;
    }

    .about_contents {
        padding: 15px;
    }
    .about_text{
        padding: 10px;
        border-radius: 10px;
        margin-bottom: 10px;
        font-size: 1.4rem;
    }
    .about_merit{
        flex-direction: column;
    }
    .about_merit .about_box{
        width: 100%;
        padding: 15px 0 15px 100px;
    }
    .about_merit .about_box + .about_box{
        border-left: none;
        border-top: 1px solid #ffffff;
    }
    .about_merit .about_box.about1::before{
        background: url('/img/receive/smartpickup/icon_check.png') center / 50px no-repeat;
    }
    .about_merit .about_box.about2::before{
        background: url('/img/receive/smartpickup/icon_airport.png') center / 50px no-repeat;
    }
    .about_merit .about_box.about3::before{
        background: url('/img/receive/smartpickup/icon_calender.png') center / 50px no-repeat;
    }
    .about_merit .about_box h4.title{
        font-size: 1.8rem;
        margin-bottom: 5px;
    }
    .howto_contents{
        margin: 30px 0 0;
    }
    .smartpickup .howto_contents .howto_box{
        width: 47%;
        margin-bottom: 30px;
    }
    .howto_contents .howto_box .howto_top{
        margin-bottom: 10px;
    }
    .howto_contents .howto_box .howto_top::before{
        content: "";
        right: -15px;
    }
    .howto_contents .howto_box:nth-child(even) .howto_top::before{
        display: none;
    }
    .howto_contents .howto_box .howto_top label{
        border-radius: 30px;
        top: -10px;
        width: 55%;
    }
    .howto_contents .howto_box .howto_top img{
        width: 100%;
    }
    .important_contents h3{
        font-size: 1.6rem;
        padding: 5px 0;
    }
    .important_box{
        padding: 15px;
    }
    .important_box .important_note{
        flex-direction: column-reverse
    }
    .important_box .important_note .important_img{
        margin-bottom: 20px;
    }
    .important_box .important_note .important_img, .important_box .important_note p{
        width: 100%;
    }
    .important_box .important_note .important_img img{
        width: 23%;
    }
    .important_box ul{
        margin: 20px 0 0;
        list-style-type: disc;
    }
    .important_box ul li{
        margin-bottom: 3px;
    }
    .airport_locations_contents{
        padding: 20px;
    }
    .airport_locations_contents ul{
        list-style: none;
        margin-bottom: 0;
    }
    .airport_locations_contents ul li{
        width: 100%!important;
        margin: 0;
        font-size: 1.4rem;
    }
    .airport_locations_contents ul li + li{
        margin-top: 10px;
    }
    .airport_locations_contents ul li a::before{
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-left: 5px solid #cc0000;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        left: 0;
        top: 5px;
    }
    .airport_locations_contents ul li a:hover{
        color: #cc0000;
    }
    .airport_locations_box{
        margin-bottom: 30px;
        scroll-margin-top: 60px;
    }
    .airport_locations_box .airport_name{
        position: relative;
        padding-left: 25px;
    }
    .airport_locations_box .airport_name::before{
        content: "";
        position: absolute;
        width: 13px;
        height: 13px;
        background: #cc0000;
        top: 5px;
        left: 5px;
    }
    .airport_locations_box .airport_name h4{
        padding-left: 0;
        font-size: 1.6rem;
        margin-right: 15px;
    }
    .airport_locations_box .airport_name h4::before{
        display: none;
    }
    .airport_locations_box .airport_name h4 span.coutner_label {
        font-size: 1.2rem;
    }
    .airport_locations_box .airport_name .btn_map{
        display: flex;
        align-items: center;
        justify-content: center;
        height: 20px;
        width: 60px;
        margin-left: 0;
    }
    .airport_locations_table{
        border: 1px solid #cccccc;
        width: 70%;
    }
    .airport_time_table{
        border-top: 1px solid #cccccc;
        width: 48%;
    }
    .airport_locations_table tr{
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .airport_locations_table th, .airport_locations_table td,
    .airport_time_table th, .airport_time_table td{
        padding: 10px;
        font-size: 12px;
    }
    .airport_locations_table th, .airport_locations_table td{
        border-bottom: none;
        border-right: none;
    }
    .airport_locations_table td.deadline{
        width: 70%;
    }
    .airport_locations_table tr.time_contents, .airport_locations_table th.time, .airport_locations_table td.short_name{
        width: 30%;
    }
    .airport_locations_table tr.location_contents, .airport_locations_table th.location, .airport_locations_table td.counter, .airport_locations_table tr.time_contents td{
        width: 100%;
    }
    .airport_locations_table tr.time_contents, .airport_locations_table th.time, .airport_locations_table td.deadline{
        border-left: 1px solid #cccccc;
    }
    .airport_locations_table th.time, .airport_locations_table td.counter, .airport_locations_table th.location{
        border-bottom: 1px solid #cccccc;
    }
    .airport_locations_table th.location, .airport_time_table th.time{
        height: 40px;
    }
    .airport_locations_table td.counter span{
        display: inline-block;
    }
    #area_kansai .airport_time_table .location_contents.height{
        height: 57px;
    }
    .en #area_kansai .airport_time_table .location_contents.height{
        height: 75px;
    }
    #area_expo2025 .airport_locations_table td.deadline{
        border-left: none;
        width: 100%;
    }
}
