.jumbotron {
  background-color: #05a345;
}
.jumbotron .jumbotron-background {
  display: flex;
  height: 300px;
  margin-bottom: 40px;
}
.jumbotron .jumbotron-background .col {
  width: 500px;
  text-align: center;
  padding: 20px;
}

.jumbotron .jumbotron-background .col:first-child {
  flex: 1;
  width: auto;
  background-image: url(/webapp/img/contest_voting/header-bg__tiles.png);
  background-position: right bottom;
  background-size: auto;
  background-repeat: repeat-x;
}
.jumbotron .jumbotron-background .col:last-child {
  flex: 1;
  width: auto;
  background-image: url(/webapp/img/contest_voting/header-bg__tiles.png);
  background-position: left bottom;
  background-size: auto;
  background-repeat: repeat-x;
}
.jumbotron .jumbotron-container {
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
  padding: 0 20px;
}
.jumbotron .jumbotron-container .jumbotron-banner {
  position: relative;
  background-color: #65c43b;
  border-radius: 5px;
  padding: 25px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.jumbotron .jumbotron-container .jumbotron-banner .jumbotron-link {
  content: "";
  position: absolute;
  width: 492px;
  height: 58px;
  bottom: 55px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .jumbotron .jumbotron-container .jumbotron-banner .jumbotron-link {
    content: "";
    position: absolute;
    width: 85%;
    height: 19%;
    bottom: 16%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.jumbotron .jumbotron-container .jumbotron-banner img.bunner-message {
  width: 100%;
  margin-bottom: 20px;
}
.jumbotron .jumbotron-banner .jumbotron-banner__tape-rt {
  position: absolute;
  top: -30px;
  right: -20px;
  width: 106px;
  opacity: 0.6;
}
.jumbotron .jumbotron-banner .jumbotron-banner__tape-lb {
  position: absolute;
  bottom: -30px;
  left: -20px;
  width: 106px;
  opacity: 0.6;
}
.jumbotron .jumbotron-banner .jumbotron-banner__kirakira-lt {
  position: absolute;
  top: 30px;
  left: 20px;
  width: 88px;
}
.jumbotron .jumbotron-banner .jumbotron-banner__kirakira-rb {
  position: absolute;
  bottom: 30px;
  right: 20px;
  width: 88px;
}
.jumbotron .jumbotron-period {
  padding: 8px 60px;
  color: #fff;
  font-weight: 500;
  background: #08a245;
  border-radius: 50rem;
}
.jumbotron .jumbotron-container .jumbotron-voted {
  display: inline-block;
  margin: auto;
  min-width: 150px;
  min-height: 65px;
  padding: 0 45px;
  background: url(/webapp/img/contest_voting/header-voted__left.svg) no-repeat
      left center,
    url(/webapp/img/contest_voting/header-voted__right.svg) no-repeat right
      center;
  background-size: contain, contain;
}
.jumbotron .jumbotron-container .jumbotron-voted > div {
  display: flex;
  align-items: baseline;
}
.jumbotron .jumbotron-container .jumbotron-voted > div span {
  color: #fff;
  font-weight: 500;
}
.jumbotron .jumbotron-container .jumbotron-voted > div span:first-child {
  font-size: 1.2em;
  margin-right: 6px;
}
.jumbotron .jumbotron-container .jumbotron-voted > div span:nth-child(2) {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 3.5em;
  margin-right: 8px;
}
.jumbotron .jumbotron-container .jumbotron-voted > div span:last-child {
  font-size: 1.5em;
}
.jumbotron .jumbotron-container .jumbotron-voted__timestamp {
  display: block;
  font-size: 0.8rem;
  color: #fff;
}
.jumbotron .jumbotron-cityscape {
  height: 65px;
  background-image: url(/webapp/img/contest_voting/header-cityscape_w.svg);
  background-position: center bottom;
  background-size: auto;
  background-repeat: repeat-x;
}
.jumbotron .jumbotron-navigation {
  background: #fff;
  margin-top: -5px;
}
.jumbotron .jumbotron-navigation ul {
  max-width: 768px;
  margin: 0 auto;
  padding: 30px 0;
  display: flex;
  align-items: center;
}
.jumbotron .jumbotron-navigation ul li {
  flex: 1;
  text-align: center;
  position: relative;
}
.jumbotron .jumbotron-navigation ul li a {
  text-decoration: none;
  color: #05a345;
  width: 100%;
  height: 100%;
  display: block;
}
.jumbotron .jumbotron-navigation ul li a:hover {
  color: #05a345;
}
.jumbotron .jumbotron-navigation ul li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  height: 34px;
  width: 1px;
  background-color: #05a345;
  opacity: 0.9;
}
.jumbotron .jumbotron-navigation ul li:last-child::after {
  display: none;
}
.jumbotron .jumbotron-navigation ul li img.image__pc {
  padding-bottom: 4px;
}
.jumbotron .jumbotron-navigation ul li:last-child img.image__pc {
  padding-bottom: 0px !important;
}
.jumbotron .jumbotron-header .jumbotron-header__sidebar {
  display: none;
}
.image__sp {
  display: none;
}
.image__pc {
  display: inline-block;
}

.table-spec {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  margin-bottom: 20px;
}

.table-spec th,
.table-spec td {
  border: 1px solid #d0d0d0;
  text-align: left;
  padding: 6px 8px;
}

.table-spec th {
  text-align: center;
  vertical-align: middle;
  background-color: #f4f4f4;
}

.table-spec th:first-child,
.table-spec td:first-child {
  width: 130px;
}

.table-spec th:not(:first-child),
.table-spec td:not(:first-child) {
  width: calc((100% - 130px) / 4);
}
@media screen and (max-width: 767px) {
  .image__sp {
    display: inline-block;
    width: 100%;
    height: auto;
  }
  .image__pc {
    display: none;
  }
  .brand {
    text-align: left;
  }
  .jumbotron .jumbotron-header {
    display: flex;
  }
  .jumbotron .jumbotron-header .jumbotron-header__main {
    width: 80%;
  }
  .jumbotron .jumbotron-header .jumbotron-header__sidebar {
    display: block;
    flex: 1;
    background-image: url(/webapp/img/contest_voting/header-bg__sidebar2.png);
    background-position: left 50%;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .jumbotron .jumbotron-background {
    margin-bottom: 20px;
    height: auto;
  }
  .jumbotron .jumbotron-background .col {
    width: 100%;
  }
  .jumbotron .jumbotron-background .col img.logo {
    width: 100%;
  }
  .jumbotron .jumbotron-background .col:first-child {
    display: none;
  }
  .jumbotron .jumbotron-background .col:last-child {
    display: none;
  }
  .jumbotron .jumbotron-container .jumbotron-banner {
    padding: 20px;
  }
  .jumbotron .jumbotron-banner .jumbotron-banner__tape-rt {
    top: -20px;
    width: 86px;
  }
  .jumbotron .jumbotron-banner .jumbotron-banner__tape-lb {
    bottom: -20px;
    width: 86px;
  }
  .jumbotron .jumbotron-banner .jumbotron-banner__kirakira-lt {
    display: none;
  }
  .jumbotron .jumbotron-banner .jumbotron-banner__kirakira-rb {
    display: none;
  }
  .jumbotron .jumbotron-period {
    font-size: 0.8em;
    width: 100%;
    text-align: center;
    display: block;
    padding: 16px 5px;
    white-space: nowrap;
  }
  .jumbotron .jumbotron-container .jumbotron-voted > div span:first-child {
    font-size: 0.8em;
    margin-right: 6px;
    white-space: nowrap;
  }
  .jumbotron .jumbotron-container .jumbotron-voted > div span:nth-child(2) {
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 2.5em;
    margin-right: 8px;
  }
  .jumbotron .jumbotron-container .jumbotron-voted > div span:last-child {
    font-size: 1em;
  }
  .jumbotron .jumbotron-navigation ul {
    padding: 15px;
    align-items: baseline;
  }
  /* .jumbotron .jumbotron-navigation ul li {
    padding: 0 15px;
  } */
  .jumbotron .jumbotron-navigation ul li:first-child img.image__sp {
    padding-top: 9px;
  }
  .jumbotron .jumbotron-navigation ul li:last-child img.image__sp {
    padding-top: 1px;
  }
  /* .jumbotron .jumbotron-navigation ul li::after {
    top: 0;
    height: 100%;
  } */
  .jumbotron .jumbotron-navigation ul li.outline {
    flex: 10%;
  }
  .table-spec th,
  .table-spec td {
    font-size: 14px;
  }

  .table-spec th:first-child,
  .table-spec td:first-child {
    width: 80px;
  }
  .table-spec th:not(:first-child),
  .table-spec td:not(:first-child) {
    width: calc((100% - 80px) / 2);
  }
  .contest_vote.info section.tab_wrap .table table th,
  .contest_vote.info section.tab_wrap .table table td {
    font-size: 14px;
  }
  .contest_vote.info section.tab_wrap .table table th {
    width: 138px;
  }
}
