*,
::after,
::before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box
}

.mainArea{
height: 258px;
background-image: url(/arl/en/japanflight/assets/img/usa-banner.jpg);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}

.mainArea.aus{
height: 258px;
background-image: url(/arl/en/japanflight/assets/img/aus-banner.jpg);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}

.mainArea .mainInr{
width: 950px;
margin: 0 auto;
padding: 60px 0;
}

.mainHeader{
color: #fff;
font-family: Avenir;
font-weight: 700;
font-size: 55px;
font-weight: 800;
line-height: 64px;
text-transform: uppercase;
margin: 0;
text-align: center;
font-size: 69px;
line-height: 69.12px;
text-align: left;
letter-spacing: -0.4em;
}
.mainHeader span{
letter-spacing: normal;
}
.mainHeader .arrTxt{
margin-right: 20px;
}

.mainHeader .dot {
width: 9px;
height: 9px;
background-color: #fff;
opacity: .5;
display: inline-block;
border-radius: 50%;
vertical-align: middle;
position: relative;
top: -7px;
}
.mainHeader .dot.dot01{opacity: .5;}
.mainHeader .dot.dot02{margin-left: 10px; opacity: .8;}
.mainHeader .dot.dot03{opacity: .8;}
.mainHeader .dot.dot04{opacity: .5; margin-left: 10px;}
.mainHeader .dot.dot05{opacity: .2; margin-left: 10px;}

.mainHeader .svg-icon {
width: 16px;
height: 16px;
background: 0 0;
fill: currentColor;
display: inline-block;
vertical-align: text-bottom;
width: 55px;
height: 55px;
vertical-align: middle;
margin: 0 10px;
position: relative;
top: -7px;
}
.mainHeader .depTxt{
display: block;
}

.moduleWrap{
padding-top: 70px;
width: 950px;
margin: 0 auto;
}

.seatBoxWrap{
padding-top:30px;
width: 950px;
margin: 0 auto;
}

.headBoxOuter{
overflow: hidden;
}
.headBoxOuter > .headBox{
float: left;
}
.headBoxOuter > .priceSeal{
float: left;
background: url(/arl/en/japanflight/assets/img/price-seal.png) no-repeat center center;
width: 156px;
height: 152px;
text-align: center;
position: relative;
margin-left: 30px;
}
.headBoxOuter > .priceSeal .price-seal-content {
    position: absolute;
    top: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}
.headBoxOuter > .priceSeal .price-seal-content .price-amount {
    color: #000;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    letter-spacing: .16px;
}
.headBoxOuter > .priceSeal .price-seal-content .price-label {
    margin-top: 7px;
    color: #000;
    font-size: 13px;
    letter-spacing: .16px;
    line-height: 14px;
}

.headBox{
width: 620px;
}

.seatClassHead{
color: #454553;
font-weight: 700;
letter-spacing: -.94px;
margin: 20px 0;
font-size: 30px;
line-height: 23.32px;
}

.leadTxt{
margin: 20px 0;
color: #202124;
font-size: 16px;
line-height: 23px;
letter-spacing: .07px;
}
.classHeadSub{
text-decoration: none;
display: inline-block;
color: #fff!important;
background: #cd0001;
font-weight: 600;
border-radius: 0;
border: 0;
line-height: 45px;
font-size: 20px;
padding: 0 30px;
text-align: center;
white-space: nowrap;
vertical-align: middle;
}


.itemList{
overflow: hidden;
margin: 45px 0 0 0;
}
.itemList > .item{
float: left;
margin-left: 40px;
width: 290px;
border: 1px solid #d0d0d0;
}
.itemList > .item:first-child{
margin-left: 0;
}
.itemList > .item .image img{
width: 100%;
height: auto;
display: block;
}

.itemList > .item .more-info {
padding: 15px;
}
.itemList > .item .more-info a {
color: #0f0f68;
font-size: 14px;
font-weight: 700;
line-height: 23px;
letter-spacing: .06px;
position: relative;
padding-left: 15px;
}
.itemList > .item .more-info a:before {
content: "";
border: 3.5px solid transparent;
border-left-color: #cf1818;
display: inline-block;
margin-right: 7px;
position: absolute;
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
transform: translateY(-50%);
}
.itemList > .item .more-info span {
color: #0f0f68;
font-size: 14px;
font-weight: 700;
line-height: 23px;
letter-spacing: .06px;
position: relative;
padding-left: 15px;
}
.itemList > .item .more-info span:before {
content: "";
border: 3.5px solid transparent;
border-left-color: #cf1818;
display: inline-block;
margin-right: 7px;
position: absolute;
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
transform: translateY(-50%);
}


.reviewsWrap{
background: #fff url(/arl/en/japanflight/assets/img/reviews-bg.jpg) no-repeat center center;
-webkit-background-size: cover;
background-size: cover;
margin-top: 45px;
padding: 50px 0  85px 0;
}
.reviewsWrap .wrapInr{
width: 950px;
margin: 0 auto;
}


.reviewsLogo{
text-align: center;
line-height: 1;
font-size: 0;
}

.headTxt{
color: #fff;
font-size: 32px;
font-weight: 700;
line-height: 41px;
letter-spacing: .14px;
text-align: center;
max-width: 460px;
margin: 20px auto 0;
}

.reviewItemList{
overflow: hidden;
padding-top: 25px;
}
.reviewItemList > .reviewItem{
float: left;
width: 460px;
margin-right: 30px;
background-color: rgba(255,255,255,.8);
border-radius: 10px;
padding: 30px;
color: #202124;
letter-spacing: .11px;
line-height: 22px;
text-align: center;
margin-top: 20px;
height: 200px;
}
.reviewItemList > .reviewItem:nth-child(2n){
margin-right: 0;
}

.reviewItemList > .reviewItem .itemHead {
font-size: 20px;
font-weight: 700;
letter-spacing: .11px;
line-height: 26px;
margin-bottom: 10px;
}
.reviewItemList > .reviewItem .itemTxt{
margin-bottom: 1rem;
}

.mapArea{
position: relative;
}
.mapArea img.map{
width: 100%;
height: auto;
}

.mapArea > .wrapInr{
width: 950px;
position: absolute;
top: 0;
left: 50%;
margin-left: -475px;
height: 100%;
}

.mapArea > .wrapInr .header{
padding-top: 35px;

}

.aircraftPic{
position: absolute;
left: 49%;
bottom: 20%;
}

.fareaArea > .wrapInr{
width: 950px;
margin: 0 auto;
}
.fareaArea > .wrapInr .heading{
text-align: center;
margin: 50px 0 45px;
}

.fareaArea > .wrapInr .tableResponsive {
display: block;
width: 100%;
}

.fareaArea > .wrapInr .tableResponsive table.bkTable{
width: 100%;
max-width: 100%;
margin-bottom: 1rem;
background-color: #f5f5f5;
color: #202124;
font-size: 18px;
line-height: 52px;
letter-spacing: -.83px;
}

.fareaArea > .wrapInr .tableResponsive table.bkTable thead th {
padding: 0 .75rem;
text-align: center;
vertical-align: middle;
border-width: 1px;
background: #333;
border-color: #333;
color: #fff;
font-family: Arial;
font-size: 17px;
font-weight: 700;
letter-spacing: -.23px;
line-height: 50px;
}
.fareaArea > .wrapInr .tableResponsive table.bkTable td{
padding: 0 .75rem;
border-color: #d9d9d9;
text-align: center;
vertical-align: middle;
line-height: 40px;
border: 1px solid #dee2e6;
}

.fareTerms{
color: #202124;
font-size: 16px;
line-height: 23px;
letter-spacing: 0.1px;
margin: 10px 0;
}
.fareTerms p{
margin: 0;
}
.fareTerms p:not(:first-child){
margin-top: 7px;
}

.pcNon{
display: none!important;
}

.fareTable{
width: 950px;
margin: 50px auto;
}
.fareTable .fareHeader{
background: #cd0001;
padding: 19px 30px;
}
.fareTable .fareHeader .header{
color: #fff;
font-size: 20px;
font-weight: 500;
line-height: 23.32px;
letter-spacing: -.93px;
margin-bottom: 0;
}

.fareBody{
background-color: #f5f5f5;
color: #202124;
font-size: 18px;
line-height: 52px;
letter-spacing: -.83px;
}
.fareBody .row {
    padding-left: 15px;
    padding-right: 15px;
	overflow: hidden;
}
.fareBody .row:not(:first-child) {
border-top: 1px solid #d9d9d9;
}

.fareBody .row .col{
float: left;
padding: 0 15px;
}
.fareBody .row .col.className{ width: 41.666667%;}
.fareBody .row .col.date{ width: 25%;}
.fareBody .row .col.linkTxt{ width: 33.333333%;}


.fareTable .fareTerms {
    color: #202124;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.1px;
    margin: 10px 0;
}

.content-wrap .ticket-class-row .price-seal {
    background: url(/arl/en/japanflight/assets/img/price-seal.png) no-repeat center center;
    width: 156px;
    height: 152px;
    text-align: center;
    position: relative;
}

.flyHeader{
text-align: center;
padding-top: 35px;
}

.flyInfo{
    color: #000;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: .14px;
}

.book-now {
    margin: 40px 15px 0 15px;
}
.book-now a {
    -webkit-box-shadow: -5px -5px 20px rgba(69,69,83,.05);
    box-shadow: -5px -5px 20px rgba(69,69,83,.05);
    background-color: #cd0001;
    line-height: 66px;
    display: block;
    text-align: center;
    color: #fff;
    font-family: Avenir;
    font-size: 32px;
    font-weight: 800;
    text-transform: uppercase;
    width: 500px;
    height: 75px;
    line-height: 75px;
    margin: 0 auto;
}

.book-now a:focus {
    outline: 2px dotted #000;
}