@charset 'utf-8';
/* --------------------------------------- */
/* マイページ用css */
/* --------------------------------------- */
/* 汎用 */
.c_red {
    color: #f00;
}
/* メインカラム */
.mypage .main_cont {
    float: left;
    width: 580px;
    margin: 20px 0;
}
/* 2階層目用 */
.mypage .main_cont:last-child {
    width: 800px;
}
/* マイページパンくず用*/
.mypage .pankuzu {
    display: inline-block;
    line-height: 1;
    margin-bottom: 0!important;
    vertical-align: top;
}
.mypage .pankuzu li {
    line-height: 20px;
}
.mypage .button.logout {
    float: right;
    height: 20px;
}
.mypage .button.logout img {
    display: block;
}
.box_setting {
    margin: 0 0 10px;
}
/* --------------------------------------- */
/* flex関連 */
.fl_base.jc_sb {
    justify-content: space-between;
}
.fl_base.ai_fe {
    align-items: flex-end;
}
/* --------------------------------------- */
/* 2階層目見出し */
.hl_main {
    font-size: 28px;
    margin-bottom: 20px;
    border-bottom: 2px solid #dbdbdb;
}
.hl_main + #article-sec2 {
    margin-top: 10px;
}
/* --------------------------------------- */
/* 絞込み見出し */
.hl_sub.refine {
    line-height: 1;
    padding: 0 0 8px 20px;
    background: url(../images/pages/article/search-list4.png) 0 0 no-repeat;
}
/* 絞り込み条件設定 */
.refine_settings {
    padding: 10px;
    border: 10px solid #dae2ed;
}
.refine_settings .cond {
    float: left;
    width: 160px;
    line-height: 18px;
}
.refine_settings .cond:first-child:nth-last-child(3),
.refine_settings .cond:first-child:nth-last-child(3) ~ .cond {
    width: 240px;
    margin-top: 14px;
}
.refine_settings .cond + .cond {
    padding-left: 10px;
}
/* 条件：セレクトボックス */
.refine_settings .lbl {
    display: inline-block;
    margin-bottom: 6px;
    padding-right: 10px;
}
.refine_settings select {
    height: 25px;
}
.refine_settings select {
    min-width: 150px;
    font-family: YuGothic, '游ゴシック', sans-serif;
}
.refine_settings select {
    padding-bottom: 3px;
}
/* 条件：チェックボックス */
.refine_settings .single_ckb {
    font-weight: bold;
    margin-top: 5px;
}
/* 決定ボタン */
.refine_settings .box_btn {
    float: right;
    margin-top: 6px;
}
/* --------------------------------------- */
/* モーダル内エラーメッセージ */
.mypage .box_msg {
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 6px;
}
.mypage .box_msg.error {
    color: #d1002d;
    padding-left: 30px;
    background-color: #fff7fa;
    background-image: url(../images/mypage/error_icon.png);
    background-repeat: no-repeat;
    background-position: left 8px center;
    background-size: 16px;
    border: 1px solid #ff6b8b;
}
/* --------------------------------------- */
/* ページ情報 */
.page_info .count {
    padding: 10px 0;
}
.page_info.clearfix .count {
    float: left;
    padding: 20px 0;
}
.page_info .count p {
    display: inline;
}
/* ページャー */
.page_info .pager li {
    display: inline-block;
    vertical-align: middle;
}
.pager .pager-rela.pager-to-first,
.pager .pager-rela.pager-prev,
.pager .pager-rela.pager-next,
.pager .pager-rela.pager-to-the-end {
    background: url(../images/fuzoku/btn_medium.png) no-repeat;
}
.pager li.inactive,
.pager li.inactive:hover {
    opacity: 0.5;
}
.pager .pager-rela {
    position: relative;
    width: 80px;
    height: 29px;
}
.pager .pager-rela.pager-to-first .text,
.pager .pager-rela.pager-next .text {
    left: 23px;
}
.pager .pager-rela .text {
    position: relative;
    left: 12px;
    width: 51px;
    line-height: 30px;
    text-align: left;
}
.pager .pager-rela.pager-to-first p:after {
    position: absolute;
    top: 8px;
    left: -18px;
    display: block;
    width: 15px;
    height: 13px;
    margin-bottom: -13px;
    background: url(../images/search/btn_arrow_begin_orange.png) no-repeat;
    content: '';
}
.page_info .pager {
    float: right;
    padding: 20px 0;
}
.page_info .pager li.number a {
    display: inline-block;
    width: 28px;
    height: 26px;
    color: #111;
    text-align: center;
    padding-top: 3px;
    background: url(../images/pages/article/pager-bk_off.jpg) no-repeat;
}
.page_info .pager li.number a:hover {
    opacity: 0.8;
    text-decoration: none;
}
.page_info .pager li.active a {
    color: #fff;
    background: url(../images/pages/article/pager-bk_on.jpg) no-repeat;
}
/* --------------------------------------- */
/* サイド　お知らせ */
.mypage #left_side .myp_side_info h2 {
    position: relative;
    font-size: 15px;
    color: #fff;
    text-align: center;
    padding: 2px 0 2px 0;
    background: linear-gradient(#4b4b4b, #070505);
    border: 1px solid #000;
}
.mypage #left_side .myp_side_info h2:before {
    position: absolute;
    top: 3px;
    left: 58px;
    display: block;
    content: url(../images/mypage/left_icon_info.png);
}
.myp_side_info ul {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
    border: 1px solid #b3b3b3;
    border-top: 3px solid #d4d2d3;
}
.myp_side_info li a {
    display: block;
    line-height: 14px;
    padding: 8px;
    word-break: break-all;
}
.myp_side_info li a:before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 0;
    margin-left: 0;
    border: transparent solid 4px;
    border-left-color: #111;
    content: '';
    vertical-align: 2px;
}
.myp_side_info li + li {
    border-top: 1px dotted #ccc;
}
.myp_side_chusen {
    position: relative;
}
.myp_side_chusen span {
    position: absolute;
    top: 17px;
    right: 0;
    bottom: 0;
    left: 0;
    font-size: 23px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin: auto;
    text-shadow: 0 0 7px #780e31;
}
/* --------------------------------------- */
/* オキニ嬢本日出勤 */
.shop_syukkin .shop_content .page_tab .item {
    width: 385px;
}
.shop_syukkin .shop_content .page_tab .item:last-child {
    margin-left: 22px;
}
.shop_syukkin .shop_content ul.syukkin_list li .content ul.cat_list {
    text-align: center;
}
/* --------------------------------------- */
/* オキニ店：本日出勤一覧 */
.myp_store_syukkinlist {
    margin-top: 12px;
    padding: 10px;
    background: #f2f0ed;
}
.myp_store_syukkinlist .syukin_cont {
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-top: 0;
}
.myp_store_syukkinlist .syukin_cont:last-child {
    margin-bottom: 0;
}
.myp_store_syukkinlist .syukin_cont .content {
    background: #fff;
    vertical-align: middle;
}
.myp_store_syukkinlist .cont_hl {
    position: relative;
    display: flex;
    padding: 6px 12px;
    background: #fff;
    border-top: 3px solid #005fc0;
    border-bottom: 1px solid #ccc;
    justify-content: center;
    align-items: center;
}
.cont_hl .link_syukin {
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding: 6px 0;
    background: #1875d2;
    border-radius: 6px;
    flex: 0 0 163px;
}
.link_syukin:hover {
    opacity: 0.8;
    text-decoration: none;
}
.myp_store_syukkinlist .cont_hl .inner_left {
    display: inline-block;
    width: 100%;
}
.myp_store_syukkinlist .cont_hl .inner_left h4 a {
    display: block;
    max-width: 580px;
    font-size: 19px;
    line-height: 27px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.myp_store_syukkinlist .cont_hl .inner_left .place {
    font-size: 12px;
}
.syukin_ninzu {
    font-size: 12px;
    line-height: 17px;
    color: #fff;
    margin-left: 7px;
    padding: 2px 8px;
    background: #e43030;
    border-radius: 4px;
}
.syukin_img {
    display: flex;
    background: #fff;
    clear: both;
    overflow: hidden;
    box-sizing: border-box;
    justify-content: flex-start;
}
.syukin_img li {
    display: inline-block;
    width: 155px;
    border-right: 1px solid #ccc;
    flex: 0 0 155px;
}
.syukin_img li > a {
    position: relative;
    display: block;
    width: 155px;
    height: 207px;
    background: #f5f5f5;
}
.syukin_img li img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 155px;
    max-height: 207px;
    margin: auto;
    box-sizing: border-box;
}
.myp_store_syukkinlist .content_detail {
    display: flex;
}
.syukin_head {
    font-size: 14px;
    font-weight: bold;
    color: #435284;
    margin-top: 8px;
    border-radius: 8px 8px 0 0;
    justify-content: space-between;
    align-items: center;
}
.syukin_head_inner {
    min-width: 200px;
    font-size: 14px;
    font-weight: bold;
    color: #2325a0;
    margin-bottom: -1px;
    padding: 8px 14px 7px;
    background: #edf8ff;
    border: 1px solid #bcbdf3;
    border-top: 3px solid #2526a0;
    border-bottom: 1px solid #eff6ff;
    box-sizing: border-box;
    align-self: flex-end;
}
.myp_syukin_txt {
    text-align: center;
    padding: 6px 4px 8px;
}
.myp_syukin_txt .name a {
    display: block;
    font-size: 13px;
    font-weight: bold;
    color: #005fc0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.myp_syukin_txt .time {
    font-size: 11px;
    line-height: 11px;
}
/* --------------------------------------- */
/* 設定へのリンク */
.link_setting {
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    margin: 5px 0;
    padding: 5px 10px 5px 23px;
    background-image: url(../images/mypage/setting_icon01.png);
    background-repeat: no-repeat;
    background-position: 9px center;
    border: 1px solid #c2c4c8;
    border-radius: 3px;
    box-shadow: 1px 1px 1px #ccc;
}
.link_setting:hover {
    text-decoration: none;
}
/* --------------------------------------- */
/* マイページオキニ嬢 */
.okinigirl_list_wrap {
    margin: 10px 0;
    background: #f8f5f2;
}
.okinigirl_list {
    display: flex;
    padding: 8px;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-start;
}
.okinigirl_list li {
    width: 190px;
    margin-right: 8px;
    margin-bottom: 8px;
    background: #fff;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
.okinigirl_list li:nth-of-type(4n) {
    margin-right: 0;
}
.okinigirl_list .img_box {
    position: relative;
    width: 188px;
    height: 254px;
    background: #f5f5f5;
}
.okini_sugujo {
    position: absolute;
    right: 3px;
    bottom: 3px;
    font-size: 12px;
    color: #f00;
    box-sizing: border-box;
}
.okini_sugujo .sugu_left {
    display: inline-block;
    font-weight: bold;
    line-height: 1.4;
    padding: 0 2px;
    background: #ffe94b;
    border: 2px solid #ffe94b;
    box-sizing: border-box;
}
.okini_sugujo .sugu_time {
    display: inline-block;
    line-height: 1.4;
    padding: 0 4px;
    background: #fff;
    border: 2px solid #ffe94b;
    border-left: none;
    box-sizing: border-box;
}
.okinigirl_list .today {
    position: absolute;
    right: 0;
    z-index: 2;
    display: inline-block;
    font-size: 11px;
    color: #fff;
    text-align: center;
    padding: 0 1px 0 17px;
    background-color: #f44336;
    background-image: url(../images/search/girl_search_time.png);
    background-repeat: no-repeat;
    background-position: left 3px center;
    background-size: 11px;
}
.okinigirl_list .taikin {
    position: absolute;
    right: 0;
    z-index: 2;
    display: inline-block;
    font-size: 11px;
    color: #fff;
    text-align: center;
    padding: 0 8px;
    background-color: #555;
}
.okinigirl_list .mutter {
    top: 206px;
    width: 184px;
    margin-top: 20px;
}
.mutter + .okini_sugujo {
    margin-bottom: 28px;
}
.okinigirl_list .detail-inner {
    padding: 6px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.okinigirl_list .detail-inner .name {
    font-size: 16px;
    font-weight: bold;
}
.okinigirl_list .detail-inner .age-size {
    font-size: 10.5px;
}
.okinigirl_list .detail-inner .shop_name {
    font-size: 13px;
    font-weight: bold;
    margin-top: 2px;
    padding-left: 20px;
    background: url(../images/fuzoku/girl/message/ico_02.png) no-repeat -3px 1px;
    background-size: 22px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.okinigirl_list .detail-inner .place {
    font-size: 12px;
    line-height: 1;
    color: #888;
}
.okinigirl_list .group {
    display: flex;
    font-size: 11px;
    margin: 4px 0;
    padding: 3px;
    background: #f2f2f2;
    border-radius: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    flex-wrap: wrap;
    align-items: center;
}
.okinigirl_list .group span {
    max-width: 168px;
    height: 15px;
    line-height: 15px;
    color: #555;
    margin: 3px 3px 2px 0;
    padding: 1px 4px;
    background: #d9eff3;
    border: 1px solid #97c0d4;
    border-radius: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.okinigirl_list .group .edit_btn {
    display: inline-block;
    color: #005fc0;
    margin-left: 4px;
    padding-left: 14px;
    background: url(../images/mypage/mypage_groupicon.png) no-repeat 0 center;
    border-bottom: 1px solid #005fc0;
    cursor: pointer;
    vertical-align: text-bottom;
    align-items: center;
    flex: 0;
}
.okinigirl_list .group.ptn2 .edit_btn {
    background: url(../images/mypage/mypage_groupicon2.png) no-repeat 0 center;
}
.okinigirl_list .memo {
    display: flex;
    font-size: 11px;
    margin: 4px 0;
    margin-bottom: 0;
    padding: 4px;
    background: #fff1f6;
    border-radius: 5px;
    overflow: hidden;
    white-space: normal;
    flex-wrap: wrap;
}
.okinigirl_list .memo p > span {
    margin-right: 4px;
}
.okinigirl_list .memo .edit_btn {
    display: inline-block;
    color: #ff4e91;
    padding-left: 14px;
    background: url('../images/mypage/mypage_memoicon.png') no-repeat 0 center;
    border-bottom: 1px solid #ff4e91;
    cursor: pointer;
}
.okinigirl_list .memo p + .edit_btn {
    margin-left: auto;
}
.okinigirl_list .edit_btn:hover {
    padding-bottom: 1px;
    border: none;
    text-decoration: none;
}
.main_photo {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 188px;
    max-height: 254px;
    margin: auto;
}
.parent_modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000;
    display: none;
    width: auto;
    height: auto;
    margin: auto;
}
.modal {
    width: 500px;
    color: #666;
    margin: 0;
    padding: 8px;
    background-color: #e6f6ff;
}
.memo_modal_box {
    background-color: #fff1f6;
}
.memo_modal {
    width: 410px;
    background-color: #fff7fa;
}
.group_modal .edit_detail {
    margin: 6px 0;
    padding: 8px;
    background: #fff;
    border-radius: 6px;
}
.modal .girl_name {
    font-size: 15px;
    font-weight: bold;
    color: #005ec0;
}
.now_group_txt {
    font-size: 12px;
    font-weight: bold;
    color: #b58b50;
    margin-top: 6px;
}
.modal .save_btn,
.modal .cancel_btn {
    width: 49%;
    font-size: 13px;
    padding: 8px 14px;
    border: none;
    border-radius: 4px;
}
.group_modal .save_btn {
    color: #fff;
    background: #1b74c7;
}
.memo_modal .save_btn {
    color: #fff;
    background: #f169a5;
}
.modal .cancel_btn {
    color: #333;
    background: #ccc;
}
.group_modal .edit_detail p {
    min-height: 1.2em;
    font-size: 13px;
    line-height: 1.2em;
    margin-left: 18px;
}
.memo_modal textarea {
    display: block;
    width: calc(100% - 15px);
    height: 200px;
    font-size: 13px;
    line-height: 1.5em;
    margin: 4px 0;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    resize: none;
}
.group_modal .edit_detail input[type=checkbox] {
    position: absolute;
    top: 0;
    bottom: 0;
    float: left;
    margin: auto;
    vertical-align: top;
}
.group_modal .edit_detail .entered input[type=checkbox] {
    top: 2px;
    bottom: auto;
}
.group_modal .edit_detail input[type=text] {
    width: 447px;
    font-size: 12px;
    margin-left: 18px;
    padding: 6px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: none;
}
.add_group_link {
    position: relative;
    display: block;
    color: #005ec0;
    margin-bottom: 8px;
    padding-left: 20px;
    cursor: pointer;
    text-decoration: underline;
}
.add_group_link:before {
    position: absolute;
    top: 3px;
    left: 0;
    display: block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    color: #fff;
    text-align: center;
    padding-bottom: 1px;
    padding-left: 1px;
    background: #005ec0;
    border-radius: 12px;
    content: '+';
}
.edit_detail div {
    position: relative;
    margin-bottom: 11px;
    clear: both;
    overflow: hidden;
}
div.edit_detail_inner {
    margin-bottom: 0;
}
.edit_detail .active p {
    font-weight: bold;
}
.modal .error {
    margin-bottom: 8px;
}
.memo_modal .error {
    width: 347px;
}
.group_modal .error {
    width: 438px;
}
.memo_modal-body {
    background-color: #fff1f6!important;
    min-width: 1px!important;
}
.cnt_check.over {
    background: #ffd7d7;
    border: 1px solid #f00;
}
.over_txt {
    color: #f00;
}
.group_modal .edit_detail .group_error input[type='text'] {
    width: 328px;
    background: #ffe5e8;
    border: 1px solid #f00;
}
.group_error_msg {
    position: absolute;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 29px;
    color: #f00;
    margin-bottom: 0;
    padding: 0 4px;
    border-radius: 0 4px 4px 0;
}
.memo_modal .counter {
    text-align: right;
    margin-bottom: 4px;
}
.memo_error_msg {
    height: 18px;
    font-size: 12px;
    font-weight: bold;
    color: #f00;
}
/* モーダル 背景エリア */
.modal-bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}
/* --------------------------------------- */
/* オキニ店一覧 */
/* --------------------------------------- */
.mypage .store_search .search_list {
    display: flex;
    margin-top: 12px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.mypage .search_border {
    width: 49%;
    background: none;
}
.mypage .search_list .search_border .search_title {
    padding: 8px 12px;
    border-radius: 6px 6px 0 0;
}
.mypage .store_search .search_border .search_cont {
    padding: 12px;
}
.mypage .search_list .search_border.one_photo .search_cont .text {
    float: right;
    width: calc(100% - 100px);
    width: 70%;
    width: -webkit-calc(100% - 100px);
    margin-left: 8px;
    overflow: hidden;
}
.mypage .store_search .search_list .search_border .search_cont .info {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.mypage .search_list .search_border.one_photo .search_cont .info li {
    display: block;
    margin-bottom: 4px;
}
.mypage .store_search .search_list .search_border:last-child {
    margin-bottom: 15px;
}
/* --------------------------------------- */
/* 設定 */
/* --------------------------------------- */
.setting .hl_main {
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    margin-bottom: 0;
    padding: 10px 15px;
    background: #4762b5;
    border: none;
}
.setting_frame {
    padding: 20px;
    background-color: #f8f6f4;
}
.setting .tbl {
    margin: auto;
    background: #fff;
    border: 1px solid #c2dcf2;
}
.setting .tbl th,
.setting .tbl td {
    border: 1px solid #c2dcf2;
}
.setting .tbl th {
    width: 180px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
    padding: 10px 15px;
    border-left: 3px solid #4b69c5;
    vertical-align: middle;
    text-align: left;
}
.setting .tbl th > span {
    font-size: 14px;
    font-weight: normal;
}
.setting .tbl td {
    padding: 10px 20px;
}
.setting_frame .button {
    display: block;
    width: 370px;
    height: 42px;
    font-size: 18px;
    font-weight: bold;
    line-height: 42px;
    color: #fff;
    text-align: center;
    margin: 20px auto 0;
    padding: 0;
    background: #ffa408;
    background: linear-gradient(to bottom, #ffa408 0%, #ff8e08 47%, #ff7a08 100%);
    border: 1px solid #ec9b4c;
    border-radius: 4px;
    cursor: pointer;
    letter-spacing: 2px;
    box-shadow: 0 3px 0 0 #da6c0e, inset 1px 1px 0 0 #ffdcac;
    text-shadow: 2px 0 1px #df7207;
}
/* --------------------------------------- */
/* 編集ボタン */
.setting_group.fl_base {
    align-items: center;
}
.setting_group .main.fl_inner {
    flex: 1 1 auto;
}
.setting_group .main {
    padding-right: 10px;
}
.setting_group .sub.fl_inner {
    flex: 0 0 auto;
}
.setting_group .sub {
    box-sizing: border-box;
}
/* --------------------------------------- */
/* メールマガジン受信設定 */
.basic.setting_frame .mm_list .lbl {
    width: 3em;
}
.basic.setting_frame .mm_list .lbl.fl_inner {
    flex: 0 0 auto;
}
.basic.setting_frame .mm_list .fl_inner:last-child {
    padding-left: 1em;
    text-indent: -1em;
}
/* --------------------------------------- */
/* 退会リンク */
.frame_leave {
    text-align: right;
    margin-top: 20px;
}
.frame_leave .link_arrow {
    padding-left: 14px;
    background-image: url(../images/mypage/setting_icon01.png);
    background-repeat: no-repeat;
    background-position: 0 4px;
}
/* 退会ボタン */
.setting_frame .button.leave {
    background-image: url(../images/mypage/setting_button02.png);
    text-shadow: 1px 1px 0 #f00;
}
/* --------------------------------------- */
/* 基本情報 */
.basic.setting_frame .setting_inner {
    width: 540px;
    margin: auto;
}
.basic.setting_frame .btn {
    margin-bottom: 30px;
}
.basic.setting_frame + .hl_main {
    margin-top: 30px;
}
/* ニックネーム */
.basic.setting_frame .form-parts.user-name {
    width: 280px;
    margin-bottom: 2px;
}
/* 性別 */
.basic.setting_frame .lbl {
    display: inline-block;
    width: 100px;
}
/* お住まい */

/* 注釈 */
.basic.setting_frame .txt_info {
    font-size: 12px;
    color: #666;
}
.basic.setting_frame .pass + .txt_info {
    vertical-align: text-top;
}
/* --------------------------------------- */
/* パスワード変更 */
.password.setting_frame .setting_inner {
    width: 60%;
    margin: auto;
}
.password.setting_frame .form-parts + .hl_sub {
    margin-top: 30px;
}
.password.setting_frame .txt_info {
    font-size: 13px;
}
.password.setting_frame .txt_info + .hl_sub {
    margin-top: 10px;
}
/* --------------------------------------- */
/* 配信メール */
.mail.setting_frame .setting_inner {
    width: 540px;
    margin: auto;
}
.mail.setting_frame .tbl th {
    width: 330px;
}
/* --------------------------------------- */
/* オキニ管理 */
.setting_btns .date {
    color: #666;
    margin-bottom: 20px;
}
.setting_btns .btn {
    display: block;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
    padding: 4px;
    border-radius: 3px;
    text-decoration: none;
}
.setting_btns .btn.notice_mail {
    color: #333;
    background-color: #dfdfdf;
    border: 1px solid #bcbcbc;
}
.setting_btns .btn.notice_mail.on::before,
.setting_btns .btn.notice_mail.off::before {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 4px;
    background-color: #00a82f;
    border-radius: 10px;
    box-sizing: border-box;
    content: '';
}
.setting_btns .btn.notice_mail.off::before {
    background-color: transparent;
    border: 2px solid #888;
}
.setting_btns .btn.del,
.select_del .btn {
    color: #fff;
    background-color: #ee1d22;
    border: 1px solid #c1272d;
}
.select_del {
    text-align: center;
}
.select_del .btn {
    width: 300px;
    height: 38px;
    font-size: 15px;
    font-weight: bold;
    line-height: 36px;
    padding: 0 6px;
    border-radius: 6px;
}
.select_del .btn[disabled] {
    background-color: #888;
    border-color: #666;
    opacity: 0.4;
}
/* オキニ店管理 確認画面 */
.box_confirm .btn {
    display: block;
    width: 300px;
    height: 50px;
    font-size: 18px;
    font-weight: bold;
    line-height: 50px;
    color: #333;
    text-align: center;
    margin: 10px auto;
    background-color: #f8f6f4;
    border: none;
    border-radius: 6px;
    box-sizing: border-box;
    cursor: pointer;
    vertical-align: middle;
    text-decoration: none;
    outline: 0;
    -webkit-appearance: none;
}
.box_confirm .btn_ok {
    color: #fff;
    margin-bottom: 20px;
    background-color: #f7931e;
    letter-spacing: 4px;
}
.box_confirm .btn:active {
    transform: translateY(3px);
}
.setting .box_btn {
    text-align: center;
}
.box_confirm .btn_del {
    color: #fff;
    background-color: #ee1d22;
}
.box_confirm .btn:not(:active) {
    box-shadow: 0 3px 0 #d1d0cf;
}
.box_confirm .btn_ok:not(:active) {
    box-shadow: 0 3px 0 #a54838;
}
.box_confirm .btn_del:not(:active) {
    box-shadow: 0 3px 0 #c1272d;
}
/* ボタン横並び(抽選会と共通) */
.box_btn.fl_base {
    display: flex;
    overflow: hidden;
    justify-content: center;
}
.list_opt + .box_btn.fl_base {
    margin-top: -10px;
}
.box_confirm .box_btn .btn {
    width: 100%;
    margin-bottom: 3px;
}
.box_confirm .box_btn.fl_base .fl_inner {
    width: 50%;
    box-sizing: border-box;
}
.box_confirm .box_btn.fl_base .fl_inner:first-child {
    padding-right: 2px;
}
.box_confirm .box_btn.fl_base .fl_inner:last-child {
    padding-left: 2px;
}
/* --------------------------------------- */
/* 女の子へのメッセージ 投稿履歴            */
/* --------------------------------------- */
/* 一覧 */
.girl_message_list {
    padding: 10px;
    background: #f2f0ed;
}
.girl_message_list .return_icon {
    position: relative;
    z-index: 0;
    font-size: 12px;
    color: #269a26;
    margin-left: 4px;
    padding: 4px 10px 4px 25px;
    background: #d7f1ce;
    border-radius: 6px;
}
.girl_message_list .return_icon:before {
    position: absolute;
    top: 10px;
    left: 4px;
    width: 12px;
    height: 10px;
    background: url(../images/mypage/icon_return.png) no-repeat;
    content: '';
}
.box_confirm .return_icon {
    position: relative;
    z-index: 0;
    font-size: 11px;
    color: #269a26;
    padding: 4px 5px 4px 20px;
    background: #d7f1ce;
    border-radius: 6px;
}
.box_confirm .return_icon:before {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 12px;
    height: 10px;
    background: url(../images/mypage/icon_return.png) no-repeat;
    content: '';
}
.girl_message_list .return_msg_btn {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #3782b7;
    text-align: center;
    margin-top: 8px;
    padding: 10px;
    background: #e5f4ff;
    border: 1px solid #97c3e4;
    border-radius: 6px;
    box-shadow: 0 2px 0 #97c3e4;
}
.girl_message_list .return_msg_btn:hover {
    -webkit-transform: translate3d(0, 3px, 0);
    transform: translate3d(0, 3px, 0);
    text-decoration: none;
    box-shadow: none;
}
.mdl_box.girl_message_mdl {
    height: 200px!important;
}
.girl_message_mdl {
    height: 150px!important;
}
/* --------------------------------------- */
/* 確認画面 */
/* --------------------------------------- */
/* 選択肢 */
.list_opt {
    margin: 10px auto;
    border: 1px solid #ccc;
    border-radius: 3px;
    overflow: hidden;
}
.list_opt .elm {
    position: relative;
    text-align: center;
}
.list_opt .elm:first-child:nth-last-child(2),
.list_opt .elm:first-child:nth-last-child(2) ~ .elm {
    width: 50%;
}
.list_opt .elm:first-child:nth-last-child(2) + .elm {
    border-left: 1px solid #ccc;
}
.list_opt .lbl {
    display: block;
    height: 36px;
    line-height: 36px;
}
.list_opt .rdb {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    margin: auto;
}
.list_opt .rdb:checked + .lbl {
    font-weight: bold;
    background-color: #e0f2f9;
}
/* --------------------------------------- */
/* モーダルウィンドウ内確認画面 */
/* --------------------------------------- */
.box_confirm.short {
    height: 170px;
}
.box_confirm.long {
    height: 250px;
}
/* テキスト */
.box_confirm .box_msg {
    overflow: hidden;
    flex: 1 0 auto;
}
.box_confirm .shopname,
.box_confirm .type {
    display: inline-block;
}
.box_confirm .type {
    font-size: 0.9em;
    color: #666;
}
.box_confirm .txt_info {
    margin-bottom: 4px;
    padding: 4px;
    background-color: #e8edef;
}
.box_confirm .shopname,
.box_confirm .name,
.box_confirm .shop_info {
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/* 選択削除 */
.select_del {
    margin: 10px auto 20px;
}
.select_del:first-child {
    margin-bottom: 10px;
}
.select_del.fl_base {
    justify-content: center;
}
.select_del.fl_base .fl_inner:first-child {
    text-align: left;
    margin-right: 20px;
}
.select_del .lbl {
    display: inline-block;
    height: 38px;
    line-height: 38px;
    padding: 0 20px;
    background-color: #f2f0ed;
    border-radius: 6px;
    user-select: none;
}
.select_del .ckb {
    margin-right: 2px;
}
/* 選択削除：確認画面 */
.box_selected {
    height: 140px;
    font-size: 12px;
    margin-top: 10px;
    overflow-x: hidden;
}
.box_selected ul {
    margin-right: 8px;
    margin-left: 20px;
    list-style: circle;
}
.box_selected li {
    margin-bottom: 4px;
}
/* --------------------------------------- */
/* オキニ店管理 */
/* --------------------------------------- */
/* 店名 */
.okini_shop .text_info {
    line-height: 10px;
}
.okini_shop .shopname {
    font-size: 1.2em;
    font-weight: bold;
    vertical-align: middle;
}
.okini_shop .btn_ok {
    margin-bottom: 0;
}
/* --------------------------------------- */
/* オキニ嬢管理 */
/* --------------------------------------- */
.okinigirl_list .setting_btns .date {
    font-size: 12px;
    margin: 6px 0 0;
}
.okinigirl_list .setting_btns .btn {
    margin-top: 4px;
}
.okini_item .name {
    font-size: 1.2em;
    font-weight: bold;
    margin-right: 2px;
}
.okini_item .shopname,
.okini_item .type {
    font-size: 12px;
    line-height: 1em;
    vertical-align: middle;
}
/* 選択削除：確認画面 */
.okini_item .box_selected .name {
    display: inline-block;
    max-width: 200px;
    line-height: 1em;
    vertical-align: middle;
}
/* --------------------------------------- */
/* グループ管理 */
/* --------------------------------------- */
.setting_group_btn {
    margin-top: 10px;
}
.setting_group_btn:not(:first-child) {
    margin-bottom: 20px;
}
.setting_group_btn > .fl_inner.main {
    text-align: left;
    flex-grow: 1;
}
.setting_group_btn .select_del {
    margin: 0;
}
/* 新規作成ボタン */
.setting_group_btn .btn.new {
    display: block;
    width: 200px;
    height: 38px;
    font-size: 15px;
    font-weight: bold;
    line-height: 36px;
    color: #333;
    text-align: center;
    margin: 0;
    padding: 0 6px;
    border: 1px solid #b3b3b3;
    border-radius: 6px;
    box-sizing: border-box;
    text-decoration: none;
}
/* 新規作成ボタン */
.setting_group_btn .btn.disabled {
    color: #fff;
    background-color: #888;
    border-color: #666;
    opacity: 0.4;
}
/* グループ一覧 */
.list_itemgroup {
    padding: 8px;
}
.list_itemgroup.fl_base {
    flex-wrap: nowrap;
}
.list_itemgroup .elm {
    line-height: 40px;
    padding: 4px;
    background-color: #fff;
    border: 1px solid #b3b3b3;
}
.list_itemgroup .elm:not(:last-child) {
    margin-bottom: 4px;
}
.list_itemgroup .fl_inner.sub {
    margin-right: auto;
}
.list_itemgroup .lbl {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-right: 4px;
    background-color: #eee;
    border-radius: 2px;
}
.list_itemgroup .name {
    display: inline-block;
    max-width: 420px;
    font-weight: bold;
    overflow: hidden;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.list_itemgroup .num {
    font-size: 0.9em;
    color: #777;
    padding-left: 4px;
}
.list_itemgroup .btn {
    display: inline-block;
    width: 120px;
    height: 38px;
    line-height: 36px;
    margin-top: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.list_itemgroup .btn.edit {
    color: #333;
    background-color: #dfdfdf;
    border: 1px solid #bcbcbc;
}
.group .box_confirm .num {
    display: inline-block;
    font-size: 12px;
    color: #666;
}
.group .box_selected .name {
    max-width: 300px;
}
/* --------------------------------------- */
/* グループ名変更 */
.group .box_confirm .form-parts {
    width: 100%;
    box-sizing: border-box;
}
.group .counter {
    text-align: right;
}
.form-parts.input_error {
    border: 1px solid #f00;
}
.group .notice_input_error {
    height: 18px;
    font-size: 12px;
    font-weight: bold;
}
/* --------------------------------------- */
/* vipmail管理 */
/* --------------------------------------- */
.vipmail .box_confirm .txt_info {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.vipmail .list_opt .elm {
    text-align: left;
}
.vipmail .list_opt .lbl {
    padding-left: 50px;
}
.vipmail .list_opt .mail {
    max-width: 280px;
    overflow: hidden;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/* --------------------------------------- */
/* メールマガジン */
/* --------------------------------------- */
.hl_main + .txt_info {
    margin-top: 10px;
}
.mm_settings {
    margin-bottom: 10px;
    padding: 8px;
    background: #f8f5f2;
}
.mm_settings .category {
    background-color: #fff;
    border: 1px solid #ccc;
}
.mm_settings .category + .category {
    margin-top: 10px;
}
.mm_settings .hl_sub {
    padding: 4px 8px 0;
    border-bottom: 2px solid #ccc;
}
.mm_settings .list_ckb > .elm:not(:last-child) {
    border-bottom: 1px solid #ccc;
}
.mm_settings .list_ckb .lbl.fl_inner {
    flex-shrink: 0;
}
.mm_settings .list_ckb > .elm > .lbl {
    font-weight: bold;
}
.mm_settings .list_ckb.type .lbl.fl_inner {
    width: 150px;
}
.mm_settings .list_ckb.kind .lbl {
    width: 220px;
}
.mm_settings .list_ckb.area .lbl.fl_inner {
    width: 80px;
}
.mm_settings .list_ckb.area > .elm:first-child {
    border-top: 1px solid #ccc;
}
.mm_settings .list_ckb_sub .elm {
    display: inline-block;
}
.mm_settings .category .lbl {
    display: inline-block;
    padding: 6px 10px 4px;
}
.mm_settings .list_ckb_sub .elm .lbl {
    padding-right: 20px;
}
.mm_settings .txt_info {
    font-size: 0.8em;
    padding: 6px;
}
.mm_settings .sml {
    font-size: 0.8em;
    margin-left: 2px;
}
/* --------------------------------------- */
/* 設定共通 */
/* --------------------------------------- */
.setting .ckb {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
.setting .box_msg.success {
    font-weight: bold;
    color: #007c51;
    background-color: #f7fff7;
    border: 1px solid #1dba57;
}
.setting .box_msg {
    font-size: 14px;
    margin: 10px auto;
    padding: 10px 20px;
    border-radius: 6px;
}
.setting_frame .box_msg.success {
    margin-top: 0;
    margin-bottom: 20px;
}
/* 必須入力 */
.mark_rq {
    font-size: 14px;
    font-weight: normal;
    color: #f00;
    margin: 0 2px;
}
/* --------------------------------------- */
/* メールアドレス管理 */
/* --------------------------------------- */
.setting_frame.email {
    padding: 20px 40px;
}
.setting_frame.email .form-parts {
    border: 1px solid #ccc;
}
.setting_frame.email .form-parts,
.setting_frame.email .box_info .registered {
    height: 36px;
    font-size: 13px;
    line-height: 36px;
    padding: 0 10px;
    border-radius: 6px;
    box-sizing: border-box;
}
.setting_frame.email .box_info .registered {
    font-weight: bold;
    margin: 4px auto;
    background-color: #fff;
}
.setting_frame.email .hl_sub {
    margin-top: 20px;
}
.setting_frame.email .caution {
    font-size: 12px;
    margin-top: 20px;
    padding-left: 1em;
    text-indent: -1em;
}
.setting_frame.email .note {
    color: #444;
    padding-left: 1em;
    text-indent: -1em;
}
/* モーダル用 */
.login.mdl .setting_frame.email .caution {
    margin-top: 26px;
    margin-bottom: 20px;
}
/* --------------------------------------- */
/* 商品券利用トラブルに関する通報 */
/* --------------------------------------- */
.w300 {
    width: 300px;
}
.sl.form-parts,
.txa.form-parts {
    width: auto;
    font-size: 13px;
    padding: 0 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-sizing: border-box;
}
.contact .form_tbl .shopName {
    background-image: url(../images/common/icon_tenpo.png);
    background-size: 26px;
}
.contact .form_tbl .date {
    background-image: url(../images/common/icon_rireki.png);
    background-size: 26px;
}
.form_tbl.cam_report h4 {
    margin-top: 10px;
    margin-bottom: 2px;
}
.form_tbl.cam_report .lbl {
    display: inline-block;
    font-size: 14px;
    margin-right: 20px;
    margin-bottom: 2px;
}
.cam_report.form_tbl {
    margin-top: 0;
    background-color: #fff;
}
.setting_frame .txt_info:first-child {
    margin-bottom: 10px;
}
.setting_frame .txt_info:last-child {
    font-size: 12px;
    color: #666;
}
.cam_report.form_tbl td {
    font-size: 15px;
}
.cam_report.form_tbl th {
    width: 160px;
}
.cam_report.form_tbl .txa {
    width: 100%;
}
.contact .btn {
    margin-bottom: 20px;
}
/* --------------------------------------- */
/* 口コミ一覧 */
/* --------------------------------------- */
.myp_reviewlist .post_list_comment {
    margin: 8px 22px;
}
.myp_reviewlist .stars-point {
    display: inline-block;
}
.myp_reviewlist .refine_conditions .store_name_txt {
    margin-top: 0;
}
.myp_reviewlist .pagination_menu p.count span.review_info {
    font-size: 12px;
    font-weight: normal;
    color: #666;
    margin-left: 12px;
}
.myp_reviewlist .review_txt {
    font-size: 13px;
    margin-bottom: 12px;
    padding: 1px 8px;
    background: #f2f8ff;
}
.myp_reviewlist .sort {
    display: inline-block;
    font-size: 14px;
    margin-right: 10px;
}
.myp_reviewlist .sort select {
    width: auto;
    max-width: inherit;
    height: 28px;
    font-size: inherit;
    line-height: 28px;
    color: inherit;
    margin: 0;
    padding: 0 12px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-sizing: content-box;
    box-shadow: none;
}
.review_txt_none {
    text-align: center;
    padding: 8px;
    background: #edf0f2;
}
/* --------------------------------------- */
/* 退会 */
/* --------------------------------------- */
.member_benefits {
    width: 300px;
    margin: 10px auto;
    list-style: circle;
}
.member_benefits + p {
    margin-bottom: 30px;
}
.member_benefits li {
    margin-bottom: 4px;
}
/* --------------------------------------- */
/* マイページ サイド　業界最高割引 */
/* --------------------------------------- */
.mypage #right_side .cont01 div.discount_value {
    position: relative;
    z-index: 0;
    height: auto;
    text-align: center;
    margin: 12px auto 0;
    padding: 16px 6px 6px;
    background-image: url(../images/pages/article/discount/bg_y_dot.png);
    border: 3px double #ffe059;
    box-sizing: border-box;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: justify;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.mypage #right_side .cont01 .discount {
    position: absolute;
    top: -12px;
    right: 1px;
    width: 75px;
    height: 18px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    padding-top: 6px;
    background: url(../images/mypage/discount_small_bg.png) top left no-repeat;
    background-size: 100%;
    overflow: inherit;
    white-space: inherit;
    text-overflow: inherit;
}
.mypage #right_side .cont01 .icon01 {
    position: absolute;
    top: -8px;
    left: 0;
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    text-align: center;
    margin-left: 2px;
    padding: 2px 5px;
    background: #7aba2f;
    border-bottom: 1px solid #5ca30a;
    border-radius: 2px;
}
.mypage #right_side .cont01 div.discount_value p {
    font-size: 20px;
    font-weight: bold;
    color: #f52011;
    text-align: center;
    padding-top: 0;
}
.mypage #right_side .cont01 .repeat .discount_value p {
    font-size: 16px;
}
.mypage #right_side .cont01 .icon02 {
    position: absolute;
    top: -6px;
    left: 0;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    text-align: center;
    margin-left: 2px;
    padding: 2px 5px;
    background: #ec407a;
    border-bottom: 1px solid #d1255f;
    border-radius: 2px;
}
.mypage #right_side .cont01 h3 {
    font-size: 14px;
    padding: 0;
}
.discount_shop {
    padding: 8px 8px 10px;
    border-bottom: 1px solid #ccc;
}
.mypage #right_side .cont01 div.discount_value .common_fee {
    font-size: 12px;
    font-weight: normal;
    color: #000;
    text-align: center;
    margin: auto;
    display: block;
}
.mypage #right_side .cont01 div.discount_value .common_fee span {
    font-weight: normal;
    text-decoration: line-through;
}
.mypage #right_side .cont01 .cate {
    width: 180px;
    font-size: 11px;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.mypage #right_side .cont01 div.discount_value p span.common_fee span {
    font-size: 12px;
    font-weight: normal;
    text-decoration: line-through;
}
.mypage #right_side .txt_free {
    font-size: 15px;
    color: #f52011;
}
/* フリー文言：2行目が存在する場合 */
.mypage #right_side .txt_free:nth-last-of-type(2) {
    display: block;
}
/* ======================================================
オキニ店一覧　業界最高割引一覧
====================================================== */
.myp_discount .discount_list {
    padding: 0;
    background-color: transparent;
}
.myp_discount .img_box {
    float: left;
    width: 110px;
    margin-right: 20px;
    overflow: hidden;
}
.myp_discount .img_box img {
    max-width: 110px;
}
.myp_discount .box_qr {
    border: none;
    margin-top: 14px;
    float: none;
    width: auto;
    height: auto;
}
.myp_discount .box_qr .lbl {
    font-weight: bold;
    font-size: 14px;
}
.myp_discount .box_qr .code {
    width: 67px;
    height: 67px;
}
.myp_discount .discount_list li {
    margin-bottom: 10px;
    padding: 20px;
    background: #fff;
    border: 1px solid #b3b3b3;
    border-radius: 5px;
}
.detail_discount .title {
    display: block;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}
.myp_discount .detail_discount.single .title {
    max-width: 630px;
}
.myp_discount .price02 {
    height: 90px;
    padding: 8px 0;
    text-align: center;
    border: 3px double #ffe059;
}
.myp_discount .detail_discount {
    min-width: 307px;
    flex: 1 1 auto;
}
.myp_discount .detail_discount:first-child:nth-last-child(2) {
    margin-right: 7px;
}
.myp_discount .detail_discount:last-child:nth-child(2) {
    margin-left: 7px;
}
.detail_discount a:hover {
    text-decoration: none;
}
/* フリー文言 */
.myp_discount .txt_free {
    font-size: 23px;
    font-weight: bold;
    color: #f52011;
}
/* フリー文言：1行のみ */
.myp_discount .txt_free:first-of-type:last-of-type {
    line-height: 68px;
    font-size: 26px;
}
/* フリー文言：2行目が存在する場合 */
.myp_discount .txt_free:nth-last-of-type(2) {
    display: block;
    margin-bottom: 0;
}
.myp_discount .border p {
    height: 84px;
}
.myp_discount .border p span {
    display: block;
    margin-right: 20px;
    background: url(../images/common/bg_dot-line.gif);
}
.myp_discount .discount_link_btn {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #4e5051;
    text-align: center;
    margin-top: 8px;
    padding: 10px;
    background: #eaf2f5;
    border: 1px solid #d2e3e9;
    border-radius: 6px;
    letter-spacing: 0.2em;
    box-shadow: 0 2px 0 #a9bcc4;
}
.myp_discount .discount_link_btn:hover {
    opacity: 0.8;
    -webkit-transform: translate3d(0, 3px, 0);
    transform: translate3d(0, 3px, 0);
    text-decoration: none;
    box-shadow: none;
}
.myp_discount .icon01,
.myp_discount .icon02 {
    font-size: 13px;
    color: #fff;
    padding: 1px 8px;
    background-color: #7aba2f;
    border: 1px solid #5ca30a;
    display: inline-block;
    margin-bottom: 10px;
}
.myp_discount .icon02 {
    background: #ec407a;
    border: 1px solid #d1255f;
}
.myp_discount .discount_percent {
    position: absolute;
    top: 10px;
    left: 6px;
    width: 64px;
    height: 64px;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.2em;
    color: #fff;
    text-align: center;
    padding-top: 18px;
    background-size: 100%;
    overflow: inherit;
    white-space: inherit;
    text-overflow: inherit;
}
.myp_discount .discount_percent > .num {
    font-size: 19px;
    color: #fff;
}
.price_inner_cont {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 312px;
    margin: 0 auto;
}
.myp_discount .input_price {
    position: absolute;
    font-size: 15px;
    color: #222;
    margin: 12px auto 0 85px;
}
.myp_discount .input_price .price01 {
    font-size: 14px;
}
.myp_discount .input_price .num {
    font-size: 28px;
    font-weight: bold;
    color: #f52010;
}
.myp_discount .qr {
    text-align: center;
    margin-top: 14px;
}
.myp_discount .qr p {
    font-size: 13px;
    font-weight: bold;
}
.detail_discount.single {
    width: 100%;
    margin-right: 0;
}
.discount_inner_wrap {
    float: left;
}
.discount_inner_wrap,
.detail_discount_wrap {
    width: 628px;
}
/* --------------------------------------- */
/* マイページ TOP 抽選会　　　　　　　　　 */
/* --------------------------------------- */
.campaign-area {
    margin-top: -10px;
    background-size: 580px;
}
.cp_block {
    min-height: 108px;
}
.cp_flbase {
    padding-top: 57px;
    padding-bottom: 10px;
}
.cp_head {
    font-size: 12px;
    padding: 2px 0 3px;
}
.cp_title {
    font-size: 14px;
}
.cp_day {
    font-size: 10px;
}
.cp_day::after {
    border: none;
}
/* --------------------------------------- */
/* マイページ 退会　ボタン　　　　　　　　 */
/* --------------------------------------- */
.box_btn.fl_base.leave_btn_wrap {
    justify-content: space-between
}
a.leave_btn {
    display: block;
    width: 250px;
    height: 50px;
    font-size: 18px;
    font-weight: bold;
    line-height: 50px;
    color: #fff;
    text-align: center;
    margin: 10px auto 13px;
    background-color: #f71e1e;
    background-image: none;
    border: none;
    border-radius: 6px;
    box-sizing: border-box;
    cursor: pointer;
    vertical-align: middle;
    text-decoration: none;
    outline: 0;
    text-shadow: 0 1px 0 rgb(177, 20, 73);
    -webkit-appearance: none;
    box-shadow: 0 3px 0 #a54838, 0 1px 0 rgba(255, 255, 255, 0.6) inset;
}
a.leave_btn.cancel {
    background: #3ba6c1;
    text-shadow: 0 1px 0 rgb(54, 108, 140);
    -webkit-appearance: none;
    box-shadow: 0 3px 0 #607D8B, 0 1px 0 rgba(255, 255, 255, 0.6) inset;
}
a.leave_btn:active {
    transform: translateY(3px);
    box-shadow: none;
}
/* --------------------------------------- */
/* オンライン金券リンク */
/* --------------------------------------- */
.mypage .button_ticket {
    margin-bottom: 10px;
}
.mypage .button_ticket .link_more {
    display: block;
    line-height: 1.2;
    padding: 8px 12px;
    background: url(../images/mypage/left_icon07.png) 200px center no-repeat;
    border: 2px solid #ffc42f;
    border-radius: 3px;
    text-decoration: none;
    font-weight: bold;
    color: #333;
    box-shadow: 0 1px 0 #ff0 inset, 0 -1px 0 #ff0 inset, 1px 0 0 #ff0 inset, -1px 0 0 #ff0 inset;
}
