.dailymoon {
    background-color: #191650;
    color: #ffffff;
}

.dailymoon .catch__text {
    font-weight: normal;
}

.what-moon-calendar-text .catch__text {
    font-weight: bold;
}

.dailymoon div:not(.calendar) span {
    color: #ffd60c;
}

.sgtk-howto {
    text-align: left;
    padding: 0.25em;
}

.sgtk-howto table {
    width: 100%;
    margin: 0.75em auto;
}

.sgtk-howto table td {
    width: 40%;
    vertical-align: bottom;
    text-align: right;
}

.sgtk-howto table th {
    width: 60%;
    text-align: center;
    vertical-align: top;
}

.sgtk-howto table th .wrapper {
    width: 90%;
    text-align: left;
    font-size: 130%;
}

div:not(.calendar) .wrapper span {
    color: #ff0000;
    font-weight: bold;
}

.what-moon-calendar-text {
    text-align: center;
}

/* 毎日更新コーナー追加用 */
.dailycorner {
    background-color: #191650;
    color: #ffffff;
}

.dailycorner .corner_link {
    color: #ffd60c;
}

.dailycorner .corner_link_small {
    color: #ffd60c;
}

.mv.cornerTitle img {
    background-color: #ffee9a;
}

.dailycorner span {
    color: #ffd60c;
    font-weight: bold;
}
/* //毎日更新コーナー追加用 */

/* 訴求画像アコーディオン化 */
.acd-btn {
    display: block;
    width: 80%;
    margin: 20px auto;
    text-align: center;
    padding: 12px 0;
    font-size: 13px;
    font-size: 0.8125rem;
    color: #191650;
    font-weight: bold;
    background-color: #ffffff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 20px;
}

.accordion-box {
    display: block;
    width: 100%;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
}
/* //訴求画像アコーディオン化 */

/* 詳細画面に新月・満月日付追加 */
.next-moon-calendar-text {
    font-size: 18px;
    color: #ffd60c;
    text-align: center;
    font-weight: bold;
    padding: 16px;
}
.next-moon-calendar-text span{
    color: #ff0000;
}
.text-left {
    text-align: left;
}
/* //詳細画面に新月・満月日付追加 */

/* #49213 結果タグ表示改修 */
.moon-detail .age {
    padding: 8px 0;
}
.moon-detail .name {
    font-size: 140%;
    color: #ffd60c;
    text-align: center;
    font-weight: bold;
    display: block;
    margin: 0 auto 16px
}
.moon-detail .text {
    margin: 0 auto 16px;
    width: 100%;
    text-align: left;
    color: #ffffff;
    line-height: 1.3;
}
.moon-detail .new {
    color: #ffd60c;
    text-align: center;
    margin: 0 auto 16px
}
.moon-detail .next {
    font-size: 110%;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    margin: 16px;
}
.moon-detail .btn-play {
    display: block;
    padding: 16px 0;
    font-size: 16px;
    font-size: 1rem;
    color: #fff;
    text-align: center;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    overflow: hidden;
    background: #f0566e;
    position: relative;
    margin: 0 auto 16px;
}
.moon-detail .btn-play:after {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 16px;
    margin: auto;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/* //#49213 結果タグ表示改修 */