@charset "utf-8";

.fortune_cont {
    padding: 10px;
    border-bottom: 1px solid #BABABA;
}
.fortuneTab_panel {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.fortunePanel_group {
    width: 700px;
}

/* 占いランキング 今日の運勢・明日の運勢タブ*/
.fortunetitle {
    margin: 0 auto;
    text-align: center;
    padding: 6% 2% 4%;
}
.fortunetitle p {
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
}
.fortuneTab_group{
    display: flex;
    justify-content: center;
    padding: 0;
    background: #bfbfbf;
}
.fortuneTab{
    flex-grow: 1;
    list-style:none;
    text-align:center;
    cursor:pointer;
    color: #fff;
    line-height: 1rem;
    font-weight: bold;
    font-size: 14px;
}

.fortuneTab:has(#fortune_today_Date) {
    border-top:none;
}

.fortuneTab:has(#fortune_tomorrow_Date) {
    border-top:none;
}

.fortuneTab > p {
    margin: 13px 0px !important;
}
.fortunePanel{
    display:none;
}
.fortuneTab.is_current{
    background: #ffffff;
    color: #333;
    transition: all 0.2s ease-out;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    margin-top: 6px;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    position: relative;
}
.fortuneTab.is_current:first-child{
    border-left: 2px solid #bfbfbf;
}
.fortuneTab.is_current:last-child{
    border-right: 2px solid #bfbfbf;
}
.fortunePanel.is_show{
    display:block;
}

.fortuneTab_r-corners_left,
.fortuneTab_r-corners_right {
  display: none;
}

.fortuneTab.is_current .fortuneTab_r-corners_left,
.fortuneTab.is_current .fortuneTab_r-corners_right {
  display: block;
  background: #fff;
  width: 18px;
  height: 18px;
  position: absolute;
  bottom: 0;
  z-index: 1;
}

.fortuneTab.is_current .fortuneTab_r-corners_left {
  left: -18px;
}

.fortuneTab.is_current .fortuneTab_r-corners_right {
  right: -18px;
}

.fortuneTab.is_current .fortuneTab_r-corners_left::before,
.fortuneTab.is_current .fortuneTab_r-corners_right::before {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.fortuneTab.is_current .fortuneTab_r-corners_left::before {
  border-bottom-right-radius: 18px;
}

.fortuneTab.is_current .fortuneTab_r-corners_right::before {
  border-bottom-left-radius: 18px;
}

.fortuneTab.is_current .fortuneTab_r-corners_left::before,
.fortuneTab.is_current .fortuneTab_r-corners_right::before {
  background: #bfbfbf;
}

/* 占いランキング一覧 */
li.fortunelist {
    padding: 15px;
    border-bottom: solid 1px #CCC;
    list-style: none;
    height: 90px;
}
li.fortunelist a {
    display: flex;
    color: #333;
}
.fortune_thumbnail img {
    width: 100px;
    height: 100px;
    margin: 0 5px;
    position: relative;
    bottom:6px;
}
.fortune_title {
    font-size: 18px;
    font-weight: bold;
}
.fortune_rank {
    font-size: 28px;
    margin: 27px 0;
    letter-spacing: 1.5px;
    display: flex;
    font-weight: bold;
    width: 385px;
    justify-content: center;
}
.fortune_rank[data-rank="1"]:before,
.fortune_single_rank[data-rank="1"]:before {
    background-image: url("https://img2.bakusai.com/p/img/icons/fortune/rank_crown1.svg");
}
.fortune_rank[data-rank="2"]:before,
.fortune_single_rank[data-rank="2"]:before {
    background-image: url("https://img2.bakusai.com/p/img/icons/fortune/rank_crown2.svg");
}
.fortune_rank[data-rank="3"]:before,
.fortune_single_rank[data-rank="3"]:before {
    background-image: url("https://img2.bakusai.com/p/img/icons/fortune/rank_crown3.svg");
}
.fortune_rank[data-rank="1"]:before,
.fortune_rank[data-rank="2"]:before,
.fortune_rank[data-rank="3"]:before,
.fortune_single_rank[data-rank="1"]:before,
.fortune_single_rank[data-rank="2"]:before,
.fortune_single_rank[data-rank="3"]:before {
    content: "";
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 7px 6px 0 0;
}
li.fortunelist p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-size: 14px;
    line-height: 1.3rem;
    margin-top: 7px;
    width: 425px;
    text-align: justify;
}
span.fortune_place {
    font-size: 17px;
    padding: 7px 0 0 4px;
}
ul.fortuneTab_group {
    height: 65px;
    margin-top: 25px;
}
.fortune_ranking_title {
    display: flex;
    border-bottom: 4px solid #0d507e;
    justify-content: space-between;
    margin:0 0 10px;
    padding:10px 0px 10px 10px;
    position: sticky;
    align-items:center;
}

.fortune_ranking_title::after{
	position: absolute;
	left: 0;
	bottom: -4px;
	width: 10%;
	height: 4px;
	content: '';
	background: #bfcc38;
}
.fortune_resetting {
    margin: 0px 6px;
    display: flex;
    font-feature-settings: "palt" on;
    align-items: center;
}
button#fortune_area_button.fortune_ranking_button {
    margin-left: 4px;
    height: 17px;
    font-size: 15px;
    width: 50%;
    cursor: pointer;
}
.fortune_ranking_h1 {
    border-bottom: none;
    background: none;
    box-shadow: none;
    margin:0;
    padding:0;
    font-size: 20px;
    font-weight:bold;
}
.fortune_resetting p {
    margin-block-start: 3px;
    width: 165px;
    margin-bottom: 0px;
}

/* 占い詳細ページ 今日の運勢・明日の運勢タブ */
.fortune_single_result {
    display: flex;
    justify-content: center;
    margin: 25px auto;
}
.fortune_single_thumbnail img {
    width: 130px;
    height: 130px;
}
.fortune_single_content {
    display: flex;
    padding: 47px 0 0 0;
}
.fortune_single_rank[data-rank="1"]:before,
.fortune_single_rank[data-rank="2"]:before,
.fortune_single_rank[data-rank="3"]:before {
    width: 30px;
    height: 30px;
    margin: 0;
    position: relative;
    top: 5px;
    left: 14px;
}
span.fortune_single_place {
    font-size: 25px;
    vertical-align: 2px;
}
.fortune_single_rank {
    font-size: 45px;
    font-weight: bold;
    margin: 44px 0;
    letter-spacing: 5px;
    width: 120px;
    text-align: center;
}
.fortune_single_title {
    font-size: 23px;
    font-weight: bold;
    letter-spacing: -0.15em;
}
.fortune_single_period {
    font-size: 14px;
    font-weight: normal;
}

/* 今日と明日の総合・恋愛・金銭・仕事・健康タブ */
.luckTab_group{
    display: flex;
    justify-content: center;
    padding: 0;
    background: #bfbfbf;
    color: #fff;
    position: relative;
}
.td_luckTab,
.tm_luckTab{
    flex-grow: 1;
    padding: 13px 5px 11px;
    list-style: none;
    text-align: center;
    cursor: pointer;
    font-size: 13px;
}
.td_luckPanel,
.tm_luckPanel{
    display:none;
}
.td_luckTab.today_current,
.tm_luckTab.tomorrow_current{
    background: #fff;
    color: #000;
    font-weight: bold;
    font-size: 14px;
    margin-top: 5px;
    padding: 9px 5px 0;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
    position: relative;
}
.td_luckTab.today_current:first-child,
.tm_luckTab.tomorrow_current:first-child{
    border-left: 2px solid #bfbfbf;
}
.td_luckTab.today_current:last-child,
.tm_luckTab.tomorrow_current:last-child{
    border-right: 2px solid #bfbfbf;
}
.td_luckPanel.today_show,
.tm_luckPanel.tomorrow_show{
    display:block;
}
.luck_single_grade img {
    width: 250px;
    margin: 0 3px;
}
.luck_single_grade {
    margin: 40px;
    text-align: center;
}
.luck_single_content {
    padding: 0 10px;
    text-align: justify;
    position: relative;
}
.luck_single_content p {
    font-size: 14px;
    line-height: 1.3rem;
}
table.luck_lucky_board {
    width: calc(100% - 20px);
    margin: 15px 10px 20px;
    border: solid 1px #CCC;
    text-align: left;
    font-size: 14px;
    border-collapse: collapse;
}
table.luck_lucky_board th {
    width: 103px;
    padding: 15px 4px 15px 10px;
    background-color: #EDEDED;
}
table.luck_lucky_board td {
    padding: 15px 10px;
    border: 1px solid #BBB;
}
#fortune_today_Date,
#fortune_tomorrow_Date {
    font-size: 12px;
    font-weight: normal;
}
span.fortune_circle {
    background: #985aa9;
    border-radius: 50%;
    color: #fff;
    height: 35px;
    width: 35px;
    display: inline-block;
    line-height: 35px;
    margin: 0 0 7px;
    letter-spacing: -0.03em;
}
ul.fortune_articles {
    padding: 0;
}
.fortune_rank_box {
    text-align: center;
    margin: 40px 0 0;
}
.fortune_result_mask {
    position: absolute;
    left: 0;
    top: 21px;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, 0.2);
}
span.fortune_next {
    float: right;
    font-size: 12px;
    font-weight: bold;
}
span.fortune_next:hover {
    text-decoration: underline;
}
.td_luckTab_r-corners_left,
.td_luckTab_r-corners_right,
.tm_luckTab_r-corners_left,
.tm_luckTab_r-corners_right {
  display: none;
}
.td_luckTab.today_current .td_luckTab_r-corners_left,
.td_luckTab.today_current .td_luckTab_r-corners_right,
.tm_luckTab.tomorrow_current .tm_luckTab_r-corners_left,
.tm_luckTab.tomorrow_current .tm_luckTab_r-corners_right {
  display: block;
  background: #fff;
  width: 12px;
  height: 12px;
  position: absolute;
  bottom: 0;
  z-index: 1;
}
.td_luckTab.today_current .td_luckTab_r-corners_left,
.tm_luckTab.tomorrow_current .tm_luckTab_r-corners_left {
  left: -12px;
}
.td_luckTab.today_current .td_luckTab_r-corners_right,
.tm_luckTab.tomorrow_current .tm_luckTab_r-corners_right {
  right: -12px;
}
.td_luckTab.today_current .td_luckTab_r-corners_left::before,
.td_luckTab.today_current .td_luckTab_r-corners_right::before,
.tm_luckTab.tomorrow_current .tm_luckTab_r-corners_left::before,
.tm_luckTab.tomorrow_current .tm_luckTab_r-corners_right::before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.td_luckTab.today_current .td_luckTab_r-corners_left::before,
.tm_luckTab.tomorrow_current .tm_luckTab_r-corners_left::before {
  border-bottom-right-radius: 12px;
}
.td_luckTab.today_current .td_luckTab_r-corners_right::before,
.tm_luckTab.tomorrow_current .tm_luckTab_r-corners_right::before {
  border-bottom-left-radius: 12px;
}
.td_luckTab.today_current .td_luckTab_r-corners_left::before,
.td_luckTab.today_current .td_luckTab_r-corners_right::before,
.tm_luckTab.tomorrow_current .tm_luckTab_r-corners_left::before,
.tm_luckTab.tomorrow_current .tm_luckTab_r-corners_right::before {
  background: #bfbfbf;
}

/* 縦ラインのスタイルを追加 */
.td_luckTab_line,
.tm_luckTab_line {
    display: none; /* 初期は非表示 */
    width: 1px;
    height: 16px;
    background-color: #fff;
    position: absolute;
    top: 12px;
    z-index: 1;
}

.td_luckTab,
.tm_luckTab {
  position: relative;
  display: inline-block;
}

.td_luckTab_group,
.tm_luckTab_group {
  position: relative;
  display: flex;
}


/* pc_menu */
#fortune_box .fortune_select {
    text-align: center;
    width: 45%;
}
#fortune_box .fortune_select img {
    width: auto;
    max-width: 150px;
    height: 57px;
    margin: 3px 0px 2px;
}

/* ↓ PCメニュー カメレオン占いに改修 */ 
#fortune_box {
    content: "";
    background-color: #F6F6F6;
    border: 1px solid #c8cfd5;
    width: 190px;
    margin: 0 0 12px auto;
    box-sizing: border-box;
    display: block;
    min-height: 92px;
    height: auto;
    position: relative;
}

#fortune_name{
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    background-color: #0d507e;
    padding:4px 0px;
    color: #FFF;
    font-size: 15px;
    display: block;
    font-weight: bold;
    margin: 0px !important;
    letter-spacing: -1px;
}

.fortune_area{
    display: flex;
    padding: 5px 2px;
    justify-content: center;
    cursor: pointer;
    align-items: center;
}
#fortune-telling_leads{
    font-size: 13px;
    font-weight: bold;
    background: #ff0000;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    border: none;
    margin: 0px 0px 0px 5px;
    object-position: right;
    padding: 0px !important;
}

.fortune_area_result_02{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: auto;
}
.fortune_area_result_03{
    display: block;
}

/* ↑ PCメニュー カメレオン占いに改修 */ 

#fortune_box .fortune_select p {
    font-size: 10px;
    margin: 3px 0 0;
}
#fortune_box .fortune_area_result {
    padding: 0px 5px 0px 5px;
    width: auto;
}
#fortune_box p.fortune_area_rank {
    font-size: 20px;
    font-weight: bold;
    line-height: 16px;
    margin: 4px 0px 5px;
}
.mac {
      /* Mac OSのみ */
    #fortune_box p.fortune_area_rank {
        font-size: 18px;
    }
    .hororos_speech_bubble::after {
        top: 31px;
    }
    .hororos_speech_bubble::before {
        top: 68px;
    }
    /* MACのfirefox */
    _:lang(x)::-moz-placeholder, .hororos_speech_bubble::before {
        top: 70px !important;
      }
    
      _:lang(x)::-moz-placeholder, .hororos_speech_bubble::after {
        top: 32px !important;
      }
  }
/* firefox */
  _:lang(x)::-moz-placeholder, .hororos_speech_bubble::before {
    top: 58px !important;
  }

  _:lang(x)::-moz-placeholder, .hororos_speech_bubble::after {
    top: 30px !important;
  }

#fortune_box p.fortune_area_luck {
    font-size: 12px;
    margin: 5px 0;
}
#fortune_box button#fortune_area_button,
button#fortune_area_button {
    font-size: 15px;
    font-weight: bold;
    background: #ff0000;
    text-align: center;
    color: #fff;
    border-radius: 12px;
    width: 85px;
    border: none;
    height: 16px;
    line-height: 13px;
}
img#fortune_area_grade {
    width: 85px;
    height: 16px;
    display: block;
}
#fortune_box button#fortune_area_button::after {
    content: "";
    background-color: rgba(0,0,0,0);
    width: 170px;
    height: 65px;
    position: absolute;
    top: -3px;
    right: -10px;
}

/* 星座選択画面 */
#fortune_select_area {
    width: 100%;
    max-width: 200px;
    background: #fff;
    position: absolute;
    z-index: 100;
    top: 0;
    box-shadow: 0 10px 25px 0 rgb(0 0 0 / 30%);
}
#fortune_select_area ul img {
    width: auto;
    height: 28px;
    vertical-align: -10px;
    margin-right: 10px;
}
#fortune_select_area ul li {
    height: 35px;
    line-height: 36px;
    font-size: 12px;
    padding-left: 10px;
    border-bottom: solid 1px #ccc;
    list-style: none;
}
.fortune_selec {
    text-align: center;
    font-size: 15px;
    padding-inline-start: 40px;
}
span.fortune_selec_check {
    text-align: right;
    display: block;
    margin: 17px 10px;
}
p#fortune_headbtn {
    padding-inline-start: 8px;
    cursor: pointer;
}
#fortune_select_area li:nth-child(1) {
    border-top: solid 1px #ccc;
}
div#fortune_select_area li {
    cursor: pointer;
}
.fortune_after_click::after {
    content: "";
    background-color: rgba(0,0,0,0);
    width: 178px;
    height: 63px;
    position: absolute;
    top: -3px;
    left: -2px;
}
.fortune_area_result {
    position: relative;
}
div#fortune_select_area.fortune_select_ranking_area {
    right: 0;
    box-shadow: 0 10px 25px 0 rgb(0 0 0 / 30%);
}
.rSideBnr.sidebnr-setting {
    margin-top: 20px;
}
.fortune_ranking_area {
    position: relative;
}

/* ログイン */
#fortune_entry_guide .entry_link {
    border: solid 2rem #cbcbcb;
    padding: 1rem;
}
#fortune_entry_guide button.login_g {
    margin: 0 10px;
}
#fortune_entry_guide .entry_link {
    margin: 1rem auto 2rem;
}
.fortune_entry_text p {
    text-align: center;
}
p.fortune_entry_member {
    font-size: 17px;
    margin: 2rem auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
p.fortune_entry_login {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0;
}
p.fortune_entry_member:before, p.fortune_entry_member:after {
    border-top: solid 1px #666;
    content: "";
    width: 3em;
}
p.fortune_entry_member:before {
    margin-right: 1em;
}
p.fortune_entry_member:after {
    margin-left: 0.5rem;
}

/* 占いキャラクタープロフィール */
.fortune_telling_outline_wrapper {
    display: flex;
    margin: 40px auto;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
}

.fortune_telling_outline_wrapper img{
    width: auto;
    height: 150px;
}

.fortune_telling_character_outline{
    display: block;
}
.fortune_telling_character_outline h2{
    color: #333333;
    font-weight: bold !important;
    font-size: 18px;
    margin: 0px 0px 15px;
}

.fortune_telling_character_outline p {
    font-size: 14px;
    line-height: 1.3rem;
    white-space: normal;
}

.fortune_telling_character_outline a {
    display: block;
    font-size: 16px;
    background-color: #0d507e;
    border-radius: 5px;
    padding: 5px 20px;
    width: 170px;
}

.fortune_telling_character_outline a p {
    text-align: center;
    color: #FFF;
    margin: auto !important;
}


.fortune_telling_character_outline a p i.fa.fa-arrow-down{
    margin-left: 10px;
    display: initial;
}
/* キャラクター プロフィール欄 */
.hororos_speech_bubble_wrapper{
    margin: 40px;
    text-align: center;
    display: block;
    height: auto;
    position: relative;
}


.hororos_speech_bubble_wrapper img{
    position: absolute;
    margin: auto;
    top: 76px;
    z-index: 1;
    left: 255px;
}

.hororos_speech_bubble {
    position: relative;
    padding: 4px 8px;
    border: 2px solid #333;
    border-radius: 10px;
    max-width: -webkit-calc(100% - 120px);
    max-width: calc(100% - 120px);
    display: inline-block;
    margin: 0px auto;
    z-index: 2;
}

.hororos_speech_bubble::before{
    position: relative;
    content: '';
    border: 10px solid transparent;
    border-top: 10px solid #FFF;
    top: 52px;
    margin: auto;
    z-index: 1;
}

.hororos_speech_bubble::after {
    position: relative;
    z-index: 0;
    content: '';
    border: 12px solid transparent;
    border-top: 12px solid #333;
    top: 28px;
    margin: auto;
}

.hororos_speech_bubble p {
    margin: 0px auto;
    text-align: center;
    font-size: 14px;
    list-style: none;
}

.profile_border_wrapper{
    position: relative;
    margin: 6em 0 2em;
    padding: 43px 51px;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    background-color: #FFF;
}

.profile_border_wrapper:before,
.profile_border_wrapper:after {
    position: absolute;
    top:-12px;
    width: 1px;
    height: -webkit-calc(100% + 24px);
    height: calc(100% + 24px);
    background-color: #ccc;
    content:"";
}
.profile_border_wrapper:before{
    left:12px;
}
.profile_border_wrapper:after{
    right: 12px;
}

.profile_border_wrapper h2{
    color: #333333;
    font-weight: bold !important;
    font-size: 18px;
    margin: 45px auto 20px;
    text-align: center;
}

.profile_wrapper {
    font-size: 14px;
    line-height: 1.3rem;
    text-align: justify;
}

.profile_wrapper  p {
    margin: 0px !important;
}

/* 左メニュー星座選択後　ポップアップ表示 */
#fortune_popup_wrapper {
    display: none;
    border-radius: 6px;
    width: 174px;
    margin: 0px auto;
    position: absolute;
    z-index: 1;
    bottom: 68px;
    left: 93px;
    padding: 5px 5px;
    transform: translate(-50%, 0%);
    background-color: #FFF;
    border-top: 1px solid rgba(0, 0, 0, 0.35);
    border-right: 1px solid rgba(0, 0, 0, 0.15);
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    border-left: 1px solid rgba(0, 0, 0, 0.3);
    box-shadow: none !important;
    filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.3));
}

.hororos_today_message_wrap {
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 99%;
    width: fit-content;
}



#fortune_popup_wrapper::before {
    content: "";
    position: absolute;
    bottom: -16px;
    right: 8px;
    border: 8px solid transparent;
    border-top: 12px solid #FFF;
    z-index: 2;
}

#fortune_popup_wrapper::after {
    content: "";
    position: absolute;
    bottom: -15px;
    right: 10px;
    border: 6px solid transparent;
    border-top: 8px solid rgba(0, 0, 0, 0.15);
    z-index: 0;
}

#fortune_popup_wrapper i.fa.fa-times {
    position: relative;
    bottom: 5px;
    right: 5px;
}

.fortune_popup{
    display: flex;
    align-items: center;
    justify-content: center;

}
.fortune_popup_img {
    width: 42px;
    margin-right: 2px;
}
.selected_constellation_wrapper p{
    text-align: justify;
    margin: 0px !important;
    line-height: 13px;
}

/* 占いページ星座選択後　ポップアップ表示 */
.fortune_telling_outline_wrapper #fortune_popup_wrapper {
    display: none;
    border-radius: 2px;
    width: 300px;
    margin: 0px auto;
    position: absolute;
    z-index: 1;
    bottom: 150px;
    left: 380px;
    padding: 8px 10px;
    transform: translate(-50%, 0%);
    background-color: #FFF;
    border-top: 1px solid rgba(0, 0, 0, 0.35);
    border-right: 1px solid rgba(0, 0, 0, 0.15);
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    border-left: 1px solid rgba(0, 0, 0, 0.3);
    box-shadow: none !important;
}
.fortune_telling_outline_wrapper #fortune_popup_wrapper::before {
    content: "";
    position: absolute;
    bottom: -24px;
    left: 6%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-top: 12px solid #fff;
    z-index: 2;
    transform-origin: top;
    transform: skewX(-60deg);
    right: auto;
}


.fortune_telling_outline_wrapper #fortune_popup_wrapper::after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 18px;
    margin-left: -15px;
    border: 12px solid transparent;
    border-top: 12px solid rgba(0, 0, 0, 0.20);
    z-index: 1;
    transform-origin: top;
    transform: skewX(-60deg);
    right: auto;
}

.fortune_telling_outline_wrapper .fortune_popup{
    display: flex;
    align-items: center;
    justify-content: center;

}
.fortune_telling_outline_wrapper .fortune_popup_img {
    width: auto;
    margin-right: 8px;
    height: 60px;
}

.fortune_telling_outline_wrapper .fortune_popup_clause {
    position: absolute !important;
    display: inline-block;
    left: 6px !important;
    top: 6px !important;
    margin: 0px !important;
    cursor: pointer;
}

.fortune_popup p {
    text-align: justify;
    margin: 0px !important;
    line-height: 13px;
    letter-spacing: -0.5px;
    font-size: 12px;
}
.fortune_telling_outline_wrapper p{
    text-align: justify;
    line-height: 16px;
}

p.hororos_today_message {
    width: max-content;
    max-width: 174px;
    margin: 0px !important;
    display: none;
    line-height: 16px;
    padding: 5px 5px;
    position: relative;
    z-index: 1;
    transform: translate(-50%, 0%);
    background-color: #FAFFFA;
    box-shadow: none !important;
    filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.3));
    color: #4A7A2A;
    border: 2px solid #93BB77;
    top: 50%;
    right: 50%;
    border-radius: 6px;
    text-align: left;
}
br.hororos_today_message_br {
    display: none;
}

p.hororos_today_message::before {
    content: "";
    position: absolute;
    top: -16px;
    right: 26px;
    border: 8px solid transparent;
    border-bottom: 12px solid #FAFFFA;
    z-index: 2;
}

p.hororos_today_message::after {
    content: "";
    position: absolute;
    top: -20px;
    right: 26px;
    border: 8px solid transparent;
    border-bottom: 12px solid #93BB77;
    z-index: 0;
}