.result-side-content-wrapper {
    width: 250px;
    height: fit-content;
    background-color: #fff;
    margin-right: 10px;
}
.result-side-title {
    color: #1e73be;
    padding: 5px 5px 0 5px;
    font-weight: bold;
    border-top: solid 1px #DDD;
    text-align: center;
    margin-top: 20px;
    font-size: 20px;
}
.result-side-title:nth-child(1) {
    margin: 0;
}
.result-side-tag-wrapper {
    display: block;
    padding: 10px 0px 0px 10px;
    line-height: 2;
}
.result-side-pref-btn, .result-side-btn {
    text-align: center;
    width: 100%;
    color: #1e73be;
    padding: 10px 15px;
    border: solid 2px #1e73be;
    border-radius: 5px;
    cursor: pointer;
}
.result-side-btn {
    background-color: #1e73be;
    color: #FFF;
}
.result-side-banner {
    width: 100%;
}

@media (min-width: 0px) and (max-width: 511px){
  .result-side-content-wrapper {
    display: none;
  }
}

@media (min-width: 512px) and (max-width: 1023px){
  .result-side-content-wrapper {
    display: none;
  }
}

@media (min-width: 1024px){
}
