@charset "UTF-8";

.change .airport_group dl{
	width: 295px;
}

.change .airport_group dt{
	padding: 5px 0px;
}

.change .airport_group dd{
    padding: 10px;
    height: 160px;
    margin-bottom: 20px;
}

.img_step {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

.img_step .-item {
    width: 215px;
    background: #07308c;
    border-radius: 10px;
    border: 1px solid #07308c;
    border-bottom-width: 3px;
    transition: 0.3s;
    overflow: hidden;
}

.img_step .-item:hover {
	text-decoration: none;
	opacity: 0.8;
}

.img_step .-item .-num {
    color: #ffffff;
    font-size: 2.2rem;
    text-align: center;
    padding: 2px 0;
    font-weight: 700;
    overflow: hidden;
}

.img_step .-item .-txt {
background: #ffffff;
    color: #000000;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    border-radius: 0 0 10px 10px;
    display: flex;
    height: 70px;
    align-items: center;
    justify-content: center;
    padding-right: 40px;
    position: relative;
    line-height: 1.2;
    padding: 5px;
}

.img_step .-item .-txt:after {
    content: "\f0d7";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 100%;
    line-height: 1;
    color: #07308c;
}

.pc_flexbox{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.module-inner {
    padding: 0 25px 35px;
}