@charset "utf-8";

/*//////////////////////////////////////////////////////////////////////////////

	国内線搭乗・到着手続き

//////////////////////////////////////////////////////////////////////////////*/

/** 共通ファイルの継承 **/
@import url( "../../css/common.css" );


@media screen and (max-width: 767px) {
.procedure_child .contents > div .process li .text p {
    width: 100%;
    margin-right: 0;
}

.procedure_child .contents > div .process li .text {
    width: 57%;
    margin-right: 0;
}
}


