.topbox.free_special{
    padding: 30px 40px;
}
.topbox .inner{
    display: flex;
    gap: 40px;
    margin-bottom: 30px;
}
.topbox .ttl{
    font-size: 26px;
    font-weight: 700;
    color: #6653c6;
    margin-bottom: 30px;
}
.topbox .txt{
    font-size: 20px;
    font-weight: 600;
    line-height: 1.8;
}
.topbox .txtset{
    width: calc(100% - 340px);
}
.topbox .image{
    min-width: 300px;
}