

.pc-fee{
    display: block;
}

.sp-fee{
    display: none;
}

.info-fee{
    font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    font-size:14px;
    line-height: 1.4;
}

.info-fee h3{
color:#da1010;
font-size:1.6em;
margin-bottom:30px;
}

.info-fee p{
    font-size:1.0em;
}

.info-fee ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0 auto;
    list-style: none;
}

.info-fee ul li{
    margin:20px;
}

.info-fee ul li a{
   display:flex;
   flex-wrap: wrap;
   align-items: center;
   justify-content: center;
    width:230px;
    height:65px;
    padding:5px 5px 5px 43px;
    text-align: center;
    color:#fff;
    background-image: url(/wp-content/themes/habakiri-child/info_fee/images/ticket-ico.png);
    background-repeat: no-repeat;
    background-size: 35px;
    background-position: 18px center;
}

.current-fee{
    background-color: #4eb2d1;
    
}

.feature-fee{
    background-color: #ff0198;
}

.info-fee ul li a:link{
text-decoration: none;
opacity: 1;
}

.info-fee ul li a:visited{
    text-decoration: none;
    opacity: 1;
}

.info-fee ul li a:hover{
    text-decoration: none;
    opacity: 0.6;
}

.closebtn{
    border-radius: 20px;
    border:1px solid #cccccc;
    padding:4px 20px 2px 35px;
    font-size: 0.8em;
    background-color: #fff;
    background-image: url(/wp-content/themes/habakiri-child/info_fee/images/close-ico.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 12px center;
}

.fee-border{
  padding-bottom:10px !important;
  margin-bottom:20px !important;
  border-bottom:1px solid #ccc;
}



@media screen and (max-width: 520px) {

    .pc-fee{
        display: none;
    }
    .sp-fee{
        display: block;
    }

    .remodal {
        padding: 30px 15px !important;
    }

    .info-fee h3{
        font-size:1.4em;
        }

    .info-fee ul{
        width: 100%;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 0;
        margin: 0 auto;
    }

    .info-fee ul li{
        margin:10px 0;
        width: calc(100%/2 - 5px);
    }
    
    .info-fee ul li a{
        width:100%;
        padding:5px 5px 5px 25px;
        background-position: 7px center;
        font-size: 11px;
        background-size: 20px;
        letter-spacing: 0;
    }

}