@charset "utf-8";

a:focus,
*:focus {
	/* outline: none; */
}

/* =========== headline =========== */
.ttlWrap .contentsTtl {
	font-size: 30px;
	padding-top: 22px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	padding-bottom: 10px;
	width: 440px;
	position: relative;
	z-index: 1;
	line-height: 1;
}

.ttlWrap .lead {
	border-top: 0px;
	font-size: 15px;
	padding-top: 10px;
	width: 440px;
	position: relative;
	z-index: 1;
}

/* =========== new_accordion =========== */
.new_accordion>li {
	overflow: hidden;
}

.new_accordion .content {
	border: 3px solid #cc0000;
	border-top: none;
	padding: 17px;
	display: none;
}

.new_accordion .head {
	background: #cc0000;
	padding: 6px 6px 6px 9px;
	cursor: pointer;
}

.new_accordion .head .headTtl {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align: left;
	line-height: 1.5;
	float: left;
}

.new_accordion .head .js_accordion_btn:focus {
	text-decoration: underline;
}

.new_accordion .head .js_accordion_btn,
.new_accordion .head .js_accordion_btn.opened {
	border: 0;
	float: right;
	padding: 5px 5px 5px 30px;
	line-height: 1;
	background-color: #fff;
	background-image: url(/commonY15/img/icon_reveal_red.png);
	color: #0f0f69;
	background-position: 5px center;
	background-repeat: no-repeat;
	font-family: "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "MS UI Gothic", "Tahoma", "Lucida Grande", "ヒラギノ丸ゴ Pro W4", "Osaka", sans-serif;
}

.new_accordion .head .js_accordion_btn.closed {
	background-image: url(/commonY15/img/icon_hide_red.png);
}

.new_accordion .head .js_accordion_btn.opened,
.new_accordion .head .js_accordion_btn.closed {
	font-family: "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "MS UI Gothic", "Tahoma", "Lucida Grande", "ヒラギノ丸ゴ Pro W4", "Osaka", sans-serif;
	cursor: pointer;
}

/*new_accordion type_normal*/
.new_accordion.type_normal .head {
	background: #fff;
	border: 1px solid #d0d0d0;
}

.new_accordion.type_normal .head .headTtl {
	color: #333;
}

.new_accordion.type_normal .content {
	border: 1px solid #d0d0d0;
	border-top: none;
}


/* button */
.btnWT,
.btnBK,
.btnRD,
.btnCL,
.btnCP,
.btnCP_big {
	display: inline-block;
	color: #0f0f69;
	text-decoration: none;
	text-align: center;
	padding: 10px 20px !important;
	background-image: none !important;
}

.btnWT.sml,
.btnBK.sml,
.btnRD.sml,
.btnCL.sml {
	padding-top: 1px !important;
	padding-bottom: 1px !important;
	font-size: 12px;
}

.btnWT.full,
.btnBK.full,
.btnRD.full,
.btnCL.full {
	display: block;
}

.btnWT {
	background-color: #fff;
	border: 1px solid #d0d0d0;
}

.btnWT:link {
	color: #0f0f69;
	text-decoration: none;
}

.btnWT:visited {
	color: #0f0f69;
}

.btnWT:hover,
.btnWT:focus {
	color: #cc0000;
	text-decoration: underline;
}

.btnWT:hover span,
.btnWT:focus span {
	text-decoration: underline;
	cursor: pointer;
}

.btnWT span {
	padding-left: 10px;
	display: inline-block;
	line-height: 24px;
	background: url(/commonY15/img/icon_arrow_right_red_01.png) 0 7px no-repeat;
}

.btnWT span b {
	color: #cc0000;
}

.btnWT.iconOther span {
	padding-left: 0;
	background: none;
	position: relative;
	width: 142px;
}


.btnWT.iconOther span>i {
	display: none;
	speak: normal;
}

.btnWT.iconOtherImg span {
	padding-left: 0;
	background: none;
	vertical-align: middle;
}

.btnWT.iconOtherImg .extIcon {
	vertical-align: middle;
	margin-right: 5px;
}

.btnWT.iconBack span {
	padding-left: 10px;
	background: url(/commonY15/img/icon_arrow_left_red_01.png) 0 7px no-repeat;
}

.btnWT.iconDown span {
	padding-left: 15px;
	background: url(/commonY15/img/icon_anchor_red_01.png) 0 7px no-repeat;
}

.btnWT.iconUp span {
	padding-left: 15px;
	background: url(/commonY15/img/icon_anchor_up_red_01.png) 0 7px no-repeat;
}

.btnWT.iconPdf span {
	padding-left: 20px;
	background: url(/commonY15/img/icon_pdf_red_01.png) 0 3px no-repeat;
}

.btnWT.fs12 {
	font-size: 12px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.btnWT.fs12 span {
	background-position: 0 7px;
}

.btnWT.disable b {
	color: #666;
}

.btnWT.disable span {
	padding-left: 10px;
	background: url(/commonY15/img/icon_arrow_right_grey_01.png) 0 7px no-repeat;
}

.btnWT.disable:hover span,
.btnWT.disable:focus span {
	text-decoration: none;
	cursor: default;
}

/* =========== square-block =========== */
.square-block {
	display: flex;
	flex-wrap: wrap;
}

.square-block img {
	max-width: 100%;
	height: auto;
}

.square-block .square-box {
	margin-right: 20px;
	border-radius: 6px;
	width: calc(25% - 15px);
	overflow: hidden;
}

.square-block .square-box:nth-child(4n) {
	margin-right: 0;
}

.square-block .square-box:nth-child(n+5) {
	margin-top: 20px;
}

.square-block .square-box a {
	display: inline-block;
	width: 100%;
	height: 100%;
	cursor: pointer;
	position: relative;
}
.square-block .square-box a:focus {
	outline-offset: -1px;
}
.square-box-inr {
	font-size: 1.6rem;
	line-height: 1.5;
	color: #fff;
	width: 100%;
	height: 100%;
	padding: 8px 8px 12px 8px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0)57%, rgba(0, 0, 0, 0.4)67%, rgba(0, 0, 0, 0.65)75%, rgba(0, 0, 0, 0.8)100%) 0 0 no-repeat;
	position: absolute;
	box-sizing: border-box;
}

.square-box-inr:after {
	content: "";
	display: inline-block;
	width: 10px;
	height: 20px;
	background: url(/jp/ja/commonY20/img_sites/icon_bnr_arrow.svg)no-repeat 0 0;
	position: absolute;
	right: 12px;
	bottom: 12px;
}

.square-box .square-box-inr.other-window:after {
	content: none;
}

.other-window-icon {
	position: absolute;
	width: 24px;
	height: 24px;
}

.square-box .other-window-icon {
	bottom: 9px;
	right: 8px;
	z-index: 1;
}

.square-mdl {
	font-size: 0.88rem;
	line-height: 1.4 !important;
	padding: 0 4px;
	height: 64px;
}


.fx-col-btm {
	position: absolute;
	bottom: 8px;
}
.fx-col-btm .icon_links_other_WH {
    position: absolute;
    right: 20px;
    bottom: 8px;
}


/* =========== tabsBox =========== */
.tabsBox .tbL {
	float: none;
	width: 100%;
}

.tabs_parent {
	width: 100%;
	display: block;
	display: flex;
}

.tabs_parent>li {
	width: 20%;
	box-sizing: border-box;
	padding: 0;
}
.tab_flight .tabs_parent>li:first-child,
.tab_card .tabs_parent>li:nth-child(4),
.tab_hotel .tabs_parent>li:nth-child(2),
.tab_car .tabs_parent>li:nth-child(3),
.tab_retails .tabs_parent>li:last-child {
	background: #b10000;
	position: relative;
}

.tab_flight .tabs_parent>li:first-child>a,
.tab_card .tabs_parent>li:nth-child(4)>a,
.tab_hotel .tabs_parent>li:nth-child(2)>a,
.tab_car .tabs_parent>li:nth-child(3)>a,
.tab_retails .tabs_parent>li:last-child>a {
	background: #b10000;
	color: #ffffff;
	position: relative;
}

.tabs_parent > li > a {
	display: inline-block;
	height: 100%;
	width:100%;
	box-sizing: border-box;
    padding: 12px 0 5px;
}
.tabs_parent > li > a:focus {
	outline-offset: -1px;
}
.tabs_parent > li > a > span {
	height: 44px;
	line-height: 44px;
}
.tabs_parent > li:nth-child(2) > a > span {
	line-height: 1.3333;
}
.tabs_parent > li:last-child > a > span {
	line-height: 1.3333;
}
.tabs_parent > li > a > span::after {
    content: none;
}
.tabs_parent > li > a > span> span::after {
    display: inline-block;
    content: "";
    width: 11px;
    height: 6px;
    background-image: url(/world/commonY16/img/icon_arrow_btm_red_01.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    vertical-align: middle;
    margin-left: 5px;
}
.tab_flight .tabs_parent>li:first-child>a:visited,
.tab_card .tabs_parent>li:nth-child(4)>a:visited,
.tab_hotel .tabs_parent>li:nth-child(2)>a:visited,
.tab_car .tabs_parent>li:nth-child(3)>a:visited,
.tab_retails .tabs_parent>li:last-child>a:visited,
.tab_flight .tabs_parent>li:first-child a:focus,
.tab_card .tabs_parent>li:nth-child(4) a:focus,
.tab_hotel .tabs_parent>li:nth-child(2) a:focus,
.tab_car .tabs_parent>li:nth-child(3) a:focus,
.tab_retails .tabs_parent>li:last-child a:focus {
	color: #ffffff
}
.tab_flight .tabs_parent>li:first-child a:focus,
.tab_card .tabs_parent>li:nth-child(4) a:focus,
.tab_hotel .tabs_parent>li:nth-child(2) a:focus,
.tab_car .tabs_parent>li:nth-child(3) a:focus,
.tab_retails .tabs_parent>li:last-child a:focus {
	outline-offset: -2px;
    outline-color: #ffffff;
}
.tab_flight .tabs_parent>li:first-child>a:hover,
.tab_card .tabs_parent>li:nth-child(4)>a:hover,
.tab_hotel .tabs_parent>li:nth-child(2)>a:hover,
.tab_car .tabs_parent>li:nth-child(3)>a:hover,
.tab_retails .tabs_parent>li:last-child>a:hover {
	color: #ffffff
}

.tab_flight .tabs_parent>li:first-child>a span span::after,
.tab_card .tabs_parent>li:nth-child(4)>a span span::after,
.tab_hotel .tabs_parent>li:nth-child(2)>a span span::after,
.tab_car .tabs_parent>li:nth-child(3)>a span span::after,
.tab_retails .tabs_parent>li:last-child>a span span::after {
	width: 11px;
	height: 6px;
	background-image: url(/world/commonY16/img/icon_arrow_btm_white_01.png);
}

.tab_flight .tabs_parent>li:first-child::after,
.tab_card .tabs_parent>li:nth-child(4)::after,
.tab_hotel .tabs_parent>li:nth-child(2)::after,
.tab_car .tabs_parent>li:nth-child(3)::after,
.tab_retails .tabs_parent>li:last-child::after {
	position: absolute;
	content: "";
	bottom: -10px;
	left: 50%;
	margin-left: -10px;
	width: 20px;
	height: 10px;
	background: url(/world/commonY16/img/icon_arrow_btm_red_03.png) 0 0 no-repeat;
}

.tabs_parent>li>a::before {
	content: "";
	display: block;
	width: 110px;
	height: 40px;
	margin: 0 auto;
	background: url(/world/ja/jmb/Y16/img/tabs_bg.png);
	background-repeat: no-repeat;
	background-size: 550px 80px;
}

.tabs_parent>li:first-child>a::before {
	background-position: left top;
}

.tab_flight .tabs_parent>li:first-child>a::before {
	background-position: left -39px;
}

.tabs_parent>li:nth-child(2)>a::before {
	background-position: -220px top;
}

.tab_hotel .tabs_parent>li:nth-child(2)>a::before {
	background-position: -220px -44px;
}

.tabs_parent>li:nth-child(3)>a::before {
	background-position: -330px top;
}

.tab_car .tabs_parent>li:nth-child(3)>a::before {
	background-position: -330px -41px;
}

.tabs_parent>li:nth-child(4)>a::before {
	background-position: -110px top;
}

.tab_card .tabs_parent>li:nth-child(4)>a::before {
	background-position: -110px -43px;
}

.tabs_parent>li:last-child>a::before {
	background-position: right top;
}

.tab_retails .tabs_parent>li:last-child>a::before {
	background-position: right -44px;
}

/* =========== colmn =========== */
.colmn02,
.colmn03,
.colmn04 {
	display: flex;
	flex-wrap: wrap;
	padding: 0 0 20px;
}
.colmn02 {
	justify-content: space-between;
}

.colmn02>* {
	width: 48%;
}

.colmn03>* {
	width: 32%;
}

.colmn04>* {
	width: 23%;
}
.colmn02 a,
.colmn03 a,
.colmn04 a {
	display: inline-block;
}
.hotelBnr {
    margin-top: 20px;
    background-color: #eee;
    padding: 15px;
    display: table;
    width: 920px;
}
.hotelBnr > .bnrPic {
    display: table-cell;
    width: 180px;
    vertical-align: top;
    padding-right: 20px;
}
.hotelBnr > .bnrTxt {
    display: table-cell;
    vertical-align: middle;
}
#contents .col {
	margin-top: 20px;
	box-sizing: border-box;
}

#contents .col .contTxt {
	padding: 5px;
}

#contents .col .heading {
	font-size: 16px;
	margin-top: 10px;
	font-weight: bold;
}

#contents .col .content {
	margin-top: 5px;
}

#contents .col a img {
	border: none;
}

#contents .col a .heading {
	text-align: left;
	padding-left: 16px;
	position: relative;
}

#contents .col a .heading:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	background-image: url(/content/dam/sites/global/Y18/img/icons_utility.svg);
	background-repeat: no-repeat;
	background-size: 100px auto;
	position: absolute;
	top: 0.75em;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px;
	height: 12px;
	background-position: 0 0;
}

#contents .col a .heading_another_window {
	text-align: left;
	padding-left: 16px;
	position: relative;
	font-size: 16px;
	margin-top: 10px;
	font-weight: bold;
}

#contents .col a .heading_another_window:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	background-image: url(/content/dam/sites/global/Y18/img/icons_utility.svg);
	background-repeat: no-repeat;
	background-size: 100px auto;
	position: absolute;
	top: 0.75em;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 15px;
	height: 12px;
	background-position: 0 -70px;
}

/* =========== .colmn04 =========== */

.by_content .colmn04 {
	width: 103%;
}
.by_content .colmn04>.col {
	margin-right: 2%;
}
.by_content .colmn04>.col>a {
	padding: 16px 14px;
	border: 1px solid #d0d0d0;
	box-shadow: 1px 1px 2px rgb(0 0 0 / 20%), -1px -1px 2px rgb(0 0 0 / 10%);
	margin-right: calc(8% / 3);
	display: flex;
	flex-direction: column;
	/*孫要素高さ揃え*/
	position: relative;
    height: 100%;
    box-sizing: border-box;
}

.by_content .colmn04>.col>a:hover {
	color: #000000;
	text-decoration: none;
}

.by_content .colmn04>.col>a:hover .clm_btn>.btnWT>span {
	color: #cc0000;
	text-decoration: underline;
}

.by_content .colmn04>.col>a:hover .clm_btn>.btnWT>span>span {
	color: #cc0000;
	text-decoration: underline;
}

.by_content .colmn04>.col picture {
	flex: 2;
	height: 100%;
	min-height: 150px;
	display: flex;
	align-items: center;
	padding: 16px 0;
	box-sizing: border-box;
}

.by_content .colmn04>.col picture.tag::before {
	content: attr(data-tag);
	display: inline-block;
	position: absolute;
	top: 5px;
	left: 5px;
	line-height: 1.6;
	min-width: 4em;
	height: 1.6em;
	text-align: center;
	background: #aaa;
	color: #fff;
	border-radius: 3px;
	padding: 0 10px;
	box-sizing: border-box;
}


.by_content .colmn04>.col picture>img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.by_content .colmn04>.col .clm_btn {
	flex: 1;
	height: 100%;
	min-height: 0%;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	box-sizing: border-box;
}

/*.by_content .colmn04>.col>p {
	margin-top: -1.6em;
}
.by_content .colmn04>.col>p.l2 {
	margin-top: -3.2em;
}
.by_content .colmn04>.col>p.l3 {
	margin-top: -4.8em;
}*/

.by_content .colmn04>.col .clm_btn>div {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin: auto auto;
	box-sizing: border-box;
	height: 68px;
	position: relative;
}
.by_content .colmn04>.col .clm_btn>div>span {
	line-height: 1.3;
}
.by_content .colmn04>.col .clm_btn_icf-outside>div::before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url(/commonY15/img/icon_ext_red_01.png)no-repeat 0 0;
	position: absolute;
	top: 50%;
    left: 10px;
	-webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.by_content .colmn04>.col .clm_btn_icf-link>div::before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url(/commonY15/img/icon_arrow_right_red_01.png)no-repeat 0 0;
	position: absolute;
	top: 50%;
    left: 12px;
	-webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.by_content .colmn04>.col .clm_btn>div>span>span {
	font-size: 0.8em;
	background: none;
	padding: 0;
	line-height: 1.5;
}

.by_content .bnr {
	lline-height: 1;
}

.by_content .btnWT {
	padding: 10px !important;
}
/* =========== margin =========== */
.mgb30{
	margin-bottom: 30px!important;
}
.mgb50{
	margin-bottom: 50px!important;
}

/* =========== flight =========== */

.by_content.by_flight .new_accordion .content {
	padding: 0 17px;
}

/* =========== bnr for_wm =========== */
.for_wm {
	background-size: cover;
	margin: 15px 0 0;
}

.by_hotel .for_wm {
	background: url("/world/ja/jalmile/hotel/Y22/img/hotel_950x300.png") no-repeat center center;
	border:solid 1px #ccc;
}

.by_car .for_wm {
	background: url("/world/ja/jalmile/car/Y22/img/car_950x300.png") no-repeat center center;
	border:solid 1px #ccc;
}

.by_retails .for_wm {
	background: url("/world/ja/jalmile/retails/Y22/img/retails_950x300.png") no-repeat center center;
}

.for_wm a {
	display: flex;
	justify-content: left;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	height: 100%;
	color: #000;
	padding: 20px;
	box-sizing: border-box;
}

.for_wm a picture {
	display: inline-block;
}

.for_wm a picture img {
	max-width: 100%;
	height: auto;
}

.for_wm a picture:first-child {
	width: 388px;
}

.for_wm a picture:nth-child(2) {
	width: 357px;
	padding-left: 20px;
}

.for_wm a p:last-child {
	width: 100%;
	padding-top: 20px;
	padding-left: 20px;
	text-align: left;
	position: relative;
}

.for_wm_retails::after {
	left: 232px!important;
}
.for_wm_car::after {
	left: 255px!important;
}
/* =========== card =========== */


/* =========== hotel =========== */
/* =========== car =========== */
/* =========== retails =========== */
.serchBox {
	display: flex;
	justify-content: end;
}

.serchBox>p {
	margin-right: 0.5em;
	display: flex;
	justify-content: center;
	align-items: center;
}

.serchBox>p>span {
	display: inline-block;
}

.serchBox .serch {
	display: inline-block;
	border: 1px solid #d0d0d0;
	vertical-align: middle;
}

.serchBox .serch select {
	position: relative;
	appearance: none;
	padding: 11px 30px 11px 15px;
	border: none;
	outline: 0;
	background: #fff;
	background-image: none;
	box-shadow: none;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	cursor: pointer;
}
.serchBox .serch select:focus {
	outline: auto;
}
.serchBox .serch select::before {
	position: absolute;
	top: 18px;
	right: 16px;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	border-top: 10px solid #bdbdbd;
	border-bottom: 0;
}


.serchBox .serch select::-ms-expand {
	display: none;
}

.icon_partner {
    text-align: center;
    position: absolute;
    top: 5px;
    right: 5px;
	line-height: 1.6;
	height: 1.6em;
	display: inline-block;
    color: #333333;
}

.mile {
    display: table;
    border: 1px solid #ccc;
    padding: 20px;
    width: 910px;
    margin-top: 100px;
}

.mile-text, .mile-logo {
    display: table-cell;
    vertical-align: top;
}