@charset "Shift_jis";

/*ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ

    2020/12 旅カード入会ページ修正に伴って既存のCSSの上書きと、新規CSSの追記用に作成
    以降の上書きと追記はこのCSSファイル内で行う事

ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ*/

/*ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ

	汎用クラス

ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ*/

.ilb {
	display: inline-block;
}

.pcnone {
	display: none;
}

/*ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ

コンテンツ部分

ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ*/

/************************************MV内の円************************************/

/* #top #bnr_nyukai {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    align-content: center;
    position: absolute;
    bottom: 8%;
    right: 4%;
    width: 240px;
    height: 240px;
    padding-bottom: 0;
    background-color: #9E3179;
    border: 3px solid #AD7366;
    border-radius: 50%;
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 18px;
    font-weight: bold;
    box-sizing: border-box;
    color: #fff;
    line-height: 1.2;
} */

/*******************************キャンペーン特典*******************************/

.cpn_text_empha01 {
    display: block;
    margin-top: 0.5em;
    font-size: 18px;
    font-weight: bold;
}

/*****************************************特典一覧*****************************************/

#points nav ul li.round4 p {
    position: relative;
    display: block;
    margin: 1px;
    border: 2px solid #76b708;
    height: 96px;
    font-size: 22px;
    color: #b11e27;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    padding-left: 90px;
    text-align: left;
    cursor: pointer;
}

#points nav ul li.round4 p:hover {
    opacity: 0.8;
}

#points nav ul li.round4 p span {
    position: absolute;
    top: 0;
    left: 0;
}

#points nav ul li.round4 p span.pnum {
    width: 60px;
    height: 60px;
    font-size: 36px;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    background: #088cb7;
    border-radius: 50% 50%;
    color: #fff;
    font-weight: 800;
    line-height: 60px;
    text-align: center;
}

#points nav ul li.round4 p span.pTitle {
    line-height: 1.5em;
    top: 50%;
    transform: translateY(-50%);
    left: 90px;
    font-weight: 900;
    font-size: 21px;
}

span.tri_b:after {
    content: " ";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 12px 0 12px;
    border-color: #221815 transparent transparent transparent;
}

#points nav ul li.round4 p span.tri_b:after {
    position: relative;
    left: 400px;
    top: 55px;
}

/************************************アコーディオン内部************************************/

.point_wrap {
    margin-bottom: 70px;
    padding: 20px 0;
    background: #B1E8D1;
}

/*注釈の設置*/

.txt_anno01 {
    position: absolute;
    right: 1em;
    bottom: 1em;
    color: #fff;
    font-size: 14px;
}

.txt_anno02 {
    display: inline-block;
    margin-left: 1em;
    font-size: 12px;
}

.txt_anno03 {
    position: absolute;
    right: 1em;
    bottom: 1em;
    color: #fff;
    font-size: 14px;
}

/************************************特典2************************************/

/* レイアウト変更に伴う位置の調整など */

.point #p2 .p2_bh .areaL {
    width: 440px;
}

.point #p2 .p2_bh .areaR {
    width: 445px;
}

#p2 .p2_bh div.round4 {
    width: 422px;
    height: 166px;
}

#p2 .p2_bh div.round4b {
    width: 420px;
    height: 164px;
}

#p2 table {
    width: 680px;
}

.point #p2 #p2_2_detail {
    left: -440px;
}

/************************************カード基本情報************************************/

.logo_rela {
    position: relative;
}

.logo_cf_sp {
    display: none;
}

.logo_rela .logo_cf {
    position: absolute;
    width: 100px;
    top: 27px;
    left: 17em;
}
