#topbanner {
  margin-bottom: 0px; }
  #topbanner a {
    text-decoration: none !important; }
  #topbanner .bann {
    background-color: #1a9bf9;
    color: white !important;
    padding: 30px; }
    #topbanner .bann:hover {
      opacity: 0.8; }
    #topbanner .bann .title {
      font-weight: bold;
      font-size: 28px;
      text-transform: uppercase; }
    #topbanner .bann .text {
      font-size: 24px; }

#topbanner1 {
  text-align: center;
  margin-bottom: 40px; }
  #topbanner1 img {
    max-width: 100%; }
  #topbanner1 .pc {
    display: block; }
  #topbanner1 .tablet {
    display: none; }
  #topbanner1 .mobile {
    display: none; }

@media (max-width: 1000px) {
  #topbanner1 .pc {
    display: none; }
  #topbanner1 .tablet {
    display: block; }
  #topbanner1 .mobile {
    display: none; } }
@media (max-width: 767px) {
  #topbanner1 .pc {
    display: none; }
  #topbanner1 .tablet {
    display: none; }
  #topbanner1 .mobile {
    display: block; } }

/*# sourceMappingURL=topbanner.css.map */
