@charset "UTF-8";
/*======================================================= 
    支払総額用スタイル
=======================================================*/
.sougaku-top{
    margin-bottom: 50px;
}
.sougaku-tit{
    font-size: 35px;
    font-weight: bold;
}
.sougaku-tit span{
    font-size: 1.5em;
}
h2.main-tit{
    font-size: 24px;
    margin-bottom: 0.5em;
}
.sougaku-item{
    margin-bottom: 50px;
}
.sougaku-content{
    margin-bottom: 20px;
}
.sougaku-content h3{
    font-size: 18px;
    margin: 0;
}
.white-box{
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 8px #adadad;
    padding: 20px;
    margin-bottom: 30px;
}
.sougaku-item .white-box:first-child{
    margin-top: 15px;
}
.white-box h3{
    font-size: 18px;
    margin-bottom: 0.5em;
}
.white-box li{
    background-color: #f8f8f8;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
}
.white-box li:last-child{
    margin: 0;
}

/*1000px以下*/
@media screen and (max-width: 1000px){
    
}
/*750px以下*/
@media screen and (max-width: 750px){
    .sougaku-tit {
        font-size: 24px;
    }
    .sougaku-item {
        margin-bottom: 30px;
    }
    h2.main-tit{
        font-size: 18px;
    }
    .sougaku-content h3 {
        font-size: 15px;
    }
    .white-box{
        padding: 15px;
        margin-bottom: 10px;
    }
    .white-box li{
        padding: 5px;
        margin-bottom: 5px;
    }
}

/*480px以下*/
@media screen and (max-width: 480px){
    
}