@media screen and (max-width: 768px) {
    .simulation-top-cont{
        
        height: inherit !important;
    }

    .price-list {
        color: #000 !important;
    }

    .note {
        color: #000 !important;
    }

    .top-ft-nav li span {
        color: #000 !important;
    }

    .simulation-top h1 span {
        margin-top: 15px;
        font-size: 1.2rem;
        color: #6a3906;
        text-align: center;
    }

    .simulation-top .top-ft-nav a {
        padding: 3px 0 4px 12px;
        background: url(../images/common/arw_nav_bk.svg) no-repeat left center !important;
        background-size: 6px auto;
        color: #FFF;
        line-height: 1;
        font-size: 1.1rem;
  }
    .simulation-top .top-ft-nav a[target="_blank"] span {
        padding-right: 15px;
        background: url(../images/common/ico_blank_bk.svg) no-repeat right top 5px !important;
        background-size: 11px auto;
    }
}
