.detail-btn-wrap {
    text-align: center;
}

.detail-btn {
    position: relative;
    line-height: 1;
    display: inline-block;
    margin: 20px 0;
    cursor: pointer;
    color: #003399;
    border-bottom: 1px solid #003399;
    font-size: 15px;
    padding-right: 20px;
}

.detail-btn:after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    border-top: 10px solid #003399;;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    top: 2px;
    right: 0px;
    margin: auto;
    transition: .3s;
}

.detail-btn.open:after {
    transform: rotate(180deg);
    top: 2px;
}

.detail-inner {
    margin-bottom: 30px;
}

.detail-inner table {
    width: 100%;
}

.detail-inner table th,td {
    border: 1px solid #ccc;
    font-size: 15px;
    padding: 10px 25px;
}

.detail-inner table th {
    background: #f2f2f2;
    width: 230px;
    text-align: center;
    font-weight: normal;
}

.detail-inner table th.month {
    width: 33%;
    padding: 0;
}

.monthy-detail {
    display: none;
}

.monthy-detail .detail-inner p {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 15px;
}

.monthy-detail .detail-inner .contents {
    font-size: 14px;
}

.monthy-detail .detail-inner .detail-calc {
    display: flex;
    flex-direction: column;
    row-gap: 7px;
}

.monthy-detail .detail-inner .detail-calc .sep {
    height: 1px;
    width: 320px;
    background-color: black;
    margin: 0 0;
}

.monthy-detail .detail-inner .detail-calc .tr {
    display: flex;
}

.monthy-detail .detail-inner .detail-calc .tr p {
    font-size: 13px;
    margin: 0;
}

.monthy-detail .detail-inner .detail-calc .tr.result .head,
.monthy-detail .detail-inner .detail-calc .tr.result .price {
    font-weight: bold;
}

.monthy-detail .detail-inner .detail-calc .head {
    font-weight: normal;
    text-align: center;
    width: 170px;
}

.monthy-detail .detail-inner .detail-calc .price {
    font-weight: normal;
    width: 100px;
    text-align: right;
}

#top .rankBox .moreBtnRow {
    margin-top: 0;
}

.annotation {
    width: 902px;
    margin: 15px auto 30px;
    color: #808080;
    font-size: 12px;
}

#top .rankBox.last {
    margin-bottom: 0;
}

#month .rankBox.last {
    margin-bottom: 0;
}

#month .rankBox .compareBox table thead tr th {
    width: 33%;
}

#month .rankBox .compareBox table tr td {
    font-size: 18px;
    line-height: 25px;
}

#month .rankBox .compareBox table tr td.normal {
    font-size: 14px;
    font-weight: normal;
    color: #333;
    line-height: 25px;
}

#month .rankBox .moreBtnRow a {
    margin-top: 0;
}

#month .box-table {
    display: flex;
}

#month .box-table .box-cont {
    width: 33.3%;
}

#month .box-table .box-cont .head {
    background: #f2f2f2;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0;
    text-align: center;
}

#month .box-table .box-cont .desc {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    text-align: center;
    color: #f90081;
    font-weight: bold;
    font-size: 18px;
    padding: 10px 0;
    line-height: 20px;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

#month .box-table .box-cont .desc.normal {
    font-weight: normal;
    font-size: 14px;
    color: #333;
    list-style: 20px;
}

#month .box-table .box-cont:last-child .head {
    border-right: 1px solid #ccc;
}

#month .box-table .box-cont:last-child .desc {
    border-right: 1px solid #ccc;
}

.sp-br {
    display: none;
}

@media screen and (max-width:1200px) {
    .numberTag {
        margin: 0 !important;
    }
    .rankBox {
        margin-bottom: 0 !important;
        padding: 5px !important;
    }
    .rankWhole {
        margin-top: 0px !important;
    }
}

@media screen and (max-width:480px) {
    .sp-br {
        display: initial;
    }
    .sp-hidden {
        display: none;
    }
    .detail-inner table th,td {
        font-size: 13px;
    }
    .detail-inner table th {
        width: 33%;
        padding: 10px 0;
    }
    .detail-inner table td {
        width: 67%;
        padding: 10px;
    }
    .annotation {
        width: 100%;
    }
    .rankBox {
        margin-bottom: 0;
    }
    .rankBox .moreBtnRow {
        margin-bottom: 20px !important;
    }
    .rankBox .moreBtnRow a {
        width: 100% !important;
        padding: 15px 0 !important;
        font-size: 13px !important;
    }
    #top .rankBox .inner .moreBtnRow {
        margin-top: 0px;
        margin-bottom: 0px !important;
    }
    .rankWhole.block01 {
        margin-top: 4px !important;
    }
    #month .rankBox .inner {
        width: 95%;
    }
    #month .rankBox .rightDesc {
        margin-bottom: 0;
    }
    #month .box-table {
        display: flex;
        flex-direction: column;
    }
    #month .box-table .box-cont {
        width: 100%;
    }
    #month .box-table .box-cont .head {
        background: #f2f2f2;
        border-top: 1px solid #ccc;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        font-size: 14px;
        font-weight: bold;
        padding: 10px 0;
        text-align: center;
    }

    #month .box-table .box-cont .desc {
        border-top: 1px solid #ccc;
        border-bottom: none;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        text-align: center;
        color: #f90081;
        font-weight: bold;
        font-size: 16px;
        padding: 10px 0;
        line-height: 22px;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

    #month .box-table .box-cont:last-child .desc {
        border-bottom: 1px solid #ccc;
    }

    .monthy-detail .detail-inner .detail-calc .sep {
        width: 100%;
    }

    .monthy-detail .detail-inner .detail-calc .head {
        width: 50%;
    }

    .monthy-detail .detail-inner .detail-calc .price {
        width: 63%;
    }

    .monthy-detail .detail-inner .detail-calc .tr p {
        font-size: 11px;
    }

    .annotation {
        margin-top: 0px;
    }
}
