/* 新ポイント表示 */

.number-box {
    background: #fff;
    display: flex;
    margin: 4px 5px;
    padding: 0 5px;
    border-radius: 15px;
}

.point-box {
    display: flex;
    position: relative;
    margin: 0 auto;
    background: #fff0cd;
    justify-content: space-around;
    padding: 4px 0;
}

.point-box-list {
    list-style: none;
    padding: 0 5px;
    margin-top: auto;
    margin-bottom: auto;
}

.point-box-list:last-child {
    position: relative;
    display: inline-block;
}

.point-box-list h3 {
    display: block;
    font-weight: bold;
    font-size: 0.8em;
    text-align: center;
}

.number-box .text {
    font-weight: bold;
    font-size: 13px;
    font-size: 1rem;
    text-align: right;
    margin-top: 25px;
    padding: 4px;
}

.point-box-list .btn__slim {
    font-size: 13px;
    font-size: 1rem;
    min-width: 100px;
    padding: 4px;
}

/* カルーセル */
.carousel {
    padding: 0;
  }
  .carousel__cell {
    width: 100%;
  }
  .carousel__cell img {
    width: 100%;
    height: auto;
  }
  .carousel .flickity-page-dots {
    bottom: 10px;
  }
  .carousel .flickity-page-dots .dot {
    opacity: 1;
    background: #595757;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .carousel .flickity-page-dots .dot.is-selected {
    background: #f05970;
    /* background: #e9b9be; */
  }  

/* 総合運テキスト */

.total-fortune_board {
    background: #f6f8f9;
    box-shadow: 0px 0px 0px 2px #f6f8f9;
    border: 2px solid #ffffff;
    margin-bottom: 2px;
}

.total-fortune_box {
    background: #fff;
    padding: 8px 4px;
}

.total-fortune_point {
    text-align: center;
    font-weight: 600;
    font-size: 15px;
    font-size: 1.1rem;
}

.total-fortune_point span {
    font-size: 20px;
    font-size: 1.5rem;
}

.total-fortune_title {
    text-align: center;
    font-weight: 600;
    font-size: 15px;
    font-size: 1.1rem;
}

.total-fortune_title span {
    background: linear-gradient(transparent 50%, #f4d1e2 50%);
}

.total-fortune_short-text {
    padding: 8px 0;
}

.total-fortune_text {
    display: none;
    padding: 8px 0;
}

.acd-btn {
    display: block;
    width: 60%;
    margin: 0 auto;
    text-align: center;
    padding: 8px 0;
    font-size: 13px;
    font-size: 0.8125rem;
    color: #fff;
    background: #ed89a5;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 20px;
}

/*結果テキスト*/
.fortune_text {
    text-align: center;
    font-weight: bold;
}