@charset "UTF-8";
/* CSS Document */

/* -------------------------------- PC版のスタイルここから ------------------------------------*/

@media print, screen and (min-width: 751px) {
   
/* 特典一覧 */
    .wspass-benefits-list{
        width: 100%;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        moz-box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0;
        margin-bottom: 0;
    }
    
    .wspass-benefits-list li{
        width: 32%;
        margin-top: 24px;
        margin-left: 2%;
        border: 1px solid #CCCCCC;
        text-align: center;
        padding: 24px;
    }
    
    .wspass-benefits-list li:nth-child(3n+1){
        margin-left: 0;
    }
    
    .wspass-benefits-list li:nth-child(-n+3){
        margin-top: 0;
    }
    
    .wspass-benefits-list li dl{
        margin-bottom: 0;
    }
    
    .wspass-benefits-list li dl dt{
        font-weight: bold;
        font-size: 20px;
        line-height: 29px;
        text-align: left;
        margin-bottom: 16px;
    }
    
    .wspass-benefits-list li dl dt b{
        font-weight: bold;
        font-size: 16px;
        line-height: 29px;
        display: block;
        position: relative;
        margin-bottom: 16px;
        text-align: center;
    }
    
    .wspass-benefits-list li dl dt b:after{
        content: '';
        position: absolute;
        left: 50%;
        bottom:-8px;
        transform: translateX(-50%);
        width: 24px;
        height: 3px;
        background: #EBC34A;
    }
    
    .wspass-benefits-list li dl dd{
        font-size: 16px;
        line-height: 1.6em;
        text-align: left;
        margin-bottom: 0;
    }
    
/* ランク一覧 */
    
    .wspass-rank-list table{
        border: 1px solid #CCCCCC;
    }
    
    .wspass-rank-list table thead th{
        text-align: center;
        font-weight: bold;
        font-size: 26px;
        padding: 16px;
        position: relative;
    }
    
    .wspass-rank-list table thead th+th:before{
        width: 100%;
        height: 5px;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
    }
    
    .wspass-rank-list table thead th:nth-child(2):before{
        background: #1D315A;
    }
    
    .wspass-rank-list table thead th:nth-child(3):before{
        background: #EBC34A;
    }
    
    .wspass-rank-list table thead th:nth-child(4):before{
        background: #898989;
    }
    
    .wspass-rank-list table thead{
        border-bottom: 1px solid #CCCCCC;
    }
    .wspass-rank-list table thead th+th{
        border-left: 1px solid #CCCCCC;
    }
    
    .wspass-rank-list table tr+tr{
        border-top: 1px solid #CCCCCC;
    }
    
    .wspass-rank-list table tr th:first-child{
        width: 15%;
        text-align: left;
        font-weight: bold;
        font-size: 16px;
        padding: 16px;
    }
    
    .wspass-rank-list table td{
        width: 28.3%;
        text-align: left;
        font-size: 16px;
        padding: 16px;
        border-left: 1px solid #CCCCCC;
    }
    
    
    
    
}


/* -------------------------------- SP版のスタイルここから ------------------------------------*/

@media screen and (max-width: 750px) {
    
/* 特典一覧 */
    .wspass-benefits-list{
        width: 100%;
        padding: 0;
        margin-bottom: 0;
    }
    
    .wspass-benefits-list li{
        width: 100%;
        border: 1px solid #CCCCCC;
        text-align: center;
        padding: 16px;
    }
    
    .wspass-benefits-list li+li{
        margin-top: 16px;
    }
    
    .wspass-benefits-list li dl{
        margin-bottom: 0;
    }
    
    .wspass-benefits-list li dl dt{
        font-weight: bold;
        font-size: 16px;
        line-height: 1.6em;
        text-align: left;
        margin-bottom: 16px;
    }
    
    .wspass-benefits-list li dl dt b{
        font-weight: bold;
        font-size: 14px;
        line-height: 1.6em;
        display: block;
        position: relative;
        margin-bottom: 16px;
        text-align: left;
    }
    
    .wspass-benefits-list li dl dt b:after{
        content: '';
        position: absolute;
        left: 0;
        bottom:-8px;
        width: 24px;
        height: 3px;
        background: #EBC34A;
    }
    
    .wspass-benefits-list li dl dd{
        font-size: 14px;
        line-height: 1.6em;
        text-align: left;
        margin-bottom: 0;
    }

    
/* ランク一覧 */
    
    .wspass-rank-list div.acc-inner{
        display: none;
    }
    .wspass-rank-list dl{
        margin-bottom: 0;
    }
    
    .wspass-rank-list dl+dl{
        margin-top: 16px;
    }
    
    .wspass-rank-list dt{
        font-size: 16px;
    }
    
    .wspass-rank-list dd{
        font-size: 14px;
        line-height: 1.6em;
        margin-bottom: 0;
    }
    
   
}

