@charset "utf-8";
/* CSS Document */
main#terms-conditions{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto 100px;
    padding: 0 30px;
}
#terms-conditions h2{
    text-align: center;
}
#terms-conditions h2 span{
    font-size: 4.4rem;
    line-height: 72px;
    font-weight: bold;
    color: #000;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    background: white;
    background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, white), color-stop(50%, #f5f536));
    background: -webkit-linear-gradient(top, white 0%, white 50%, #f5f536 50%);
    background: -moz- oldlinear-gradient(top, white 0%, white 50%, #f5f536 50%);
    background: linear-gradient(180deg, white 0%, white 50%, #f5f536 50%);
    display: inline-block;
    margin: 60px auto 100px;
    
}
#terms-conditions h3{
    font-size: 3rem;
    line-height: 2.22;
    font-weight: 600;
}
#terms-conditions h3::after{
    content: '';
    display: block;
    width: 180px;
    height: 4px;
    background: #33A1DB;
    margin-bottom: 26px;
}
#terms-conditions p{ 
    margin-bottom: 40px;
}
#terms-conditions p, #terms-conditions li{
    font-size: 1.8rem;
    line-height: 2.22;
    font-weight: 400;
}
#terms-conditions ul li:last-child{
    margin-bottom: 30px;
}
@media screen and (max-width: 768px){
    #terms-conditions h2 span{
         font-size: 5.73vw;
        line-height: 1.63;
        margin: 50px auto;
        
    }
    #terms-conditions h3{
        font-size: 4vw;
    }
    #terms-conditions h3::after{
        width: 140px;
        height: 2px;
        margin-bottom: 22px;
    }
    #terms-conditions p{ 
        margin-bottom: 40px;
    }
    #terms-conditions p, #terms-conditions li{
        font-size: 2.5vw;
    }
    #terms-conditions ul li:last-child{
        margin-bottom: 24px;
    }
}