body {
  padding: 0;
  margin: 0;
  font-family: "Source Sans Pro", Helvetica, sans-serif;
}
* {
  box-sizing: border-box;
}
img {
  max-width: 100%;
}
#wrapper {
  max-width: 750px;
  margin: 0 auto;
  background: #fff;
  overflow-x: hidden;
}
#wrapper img {
  display: block;
}
#header {
  position: relative;
}
#header .date {
  position: absolute;
  left: 2.3em;
  top: 6.3em;
  color: #000;
  font-weight: bold;
  font-size: 1.5em;
  z-index: 2;
}

#header .ranking_cv_logo {
  position: absolute;
  z-index: 2;
  transform: translateX(52%);
}
#header .ranking_cv_logo.cv1 {
  top: 53.0%;
  left: 5%;
}
#header .ranking_cv_logo.cv2 {
  top: 60.7%;
  left:25%;
  transform: scale(0.8);
}
#header .ranking_cv_logo.cv3 {
  top: 69.6%;
}
#header .ranking_cv_logo.cv4 {
  top: 79.3%;
  left: 1%;
}
#header .ranking_cv_logo.cv5 {
  top: 89%;
}

#header .ranking_cv_logo a:hover {
  opacity: 0.7;
}

@media (max-width: 749px) {
  #header .ranking_cv_logo {
    transform: translateX(25vw);
    width: 46%;
  }
  #header .ranking_cv_logo.cv1 {
    top: 121.5vw;
  }
  #header .ranking_cv_logo.cv2 {
    top: 141.9vw;
  }
  #header .ranking_cv_logo.cv3 {
    top: 163.4vw;
  }
  #header .ranking_cv_logo.cv4 {
    top: 183.5vw;
  }
  #header .ranking_cv_logo.cv5 {
    top: 204.3vw;
  }
}

.tab {
  display: flex;
  padding: 2em 3.5em 0;
}
.tab-item {
  width: 50%;
  text-align: center;
}
.tab-item a {
  color: #000;
  font-size: 1.8em;
  text-decoration: none;
  font-weight: 700;
  line-height: 1;
  padding: 0.8em 1em;
  display: block;
}
.tab-item.active {
  border-bottom: 6px solid #63d2b7;
}
.bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/emishia_hikaku_lp0912_11base.jpg);
}
.hide {
  display: none;
}
.table {
  font-family: "Noto Sans JP", sans-serif;
  padding: 0 0 0 3.4em;
}
.table-box {
  overflow-x: auto;
}
.table-box img {
  max-width: initial;
}
.space {
  height: 3em;
}
.table_notes{
  font-size: 12px;
  margin: 3em 5em;
}
.relative {
  position: relative;
}
.button {
  position: absolute;
  bottom: 2.5em;
  text-align: center;
}
.button a:hover {
  opacity: 0.9;
}
.accordion {
  position: absolute;
  bottom: 2.5em;
  padding: 1em 0;
  border-top: 2px dashed #f18482;
  border-bottom: 2px dashed #f18482;
  text-align: center;
  font-size: 2.2em;
  line-height: 1.6;
  font-weight: 700;
  cursor: pointer;
  max-width: 625px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.accordion-title span {
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 28px solid #000;
  position: relative;
  top: 34px;
  right: -15px;
}
.accordion.active .accordion-title span {
  border-bottom: 28px solid #000;
  border-top: none;
  top: -35px;
}
.triangle-border {
  width: 0;
  height: 0;
  border-left: 375px solid transparent;
  border-right: 375px solid transparent;
  border-top: 100px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.bg-border {
  padding-top: 100px;
}
.table-box::-webkit-scrollbar {
  height: 10px;
  width: 100px;
}
.table-box::-webkit-scrollbar-track {
  box-shadow: none;
  background: transparent;
}
.table-box::-webkit-scrollbar-thumb {
  background: #4d4d4d;
  border-radius: 10px;
  height: 3px;
  width: 100px;
}
.table-box::-webkit-scrollbar-thumb:hover {
  background: #000;
}
.bg-pink {
  background: #fff2f6;
  padding-bottom: 13.5em;
}
.bg-green {
  background: #e5f7f3;
  padding-bottom: 13.5em;
}
.bg-yellow {
  background: #fff0d9;
  padding-bottom: 13.5em;
}
.bg-purple {
  background: #f2eeff;
  padding-bottom: 13.5em;
}
.bg-blue {
  background: #e3f4ff;
  padding-bottom: 13.5em;
}
.top-3em {
  margin-top: -3em;
}
.accordion1 {
  max-width: 587px;
}
.twitter {
  max-width: 635px;
  margin: 0 auto;
}
.twitter .twitter-tweet {
  margin: 0 auto;
}
.table-box {
  text-align: center;
  padding-bottom: 1em;
}
.table-box a:hover {
  opacity: 0.9;
}
.table tr th,
.table tr td {
  padding: 5px 5px;
  width: 250px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
  border: 1px dashed #999493;
  vertical-align: top;
}
.small-note {
  font-size: 0.65em;
  font-weight: normal;
  line-height: 1.4;
  display: inline-block;
  margin-top: 2px;
}
.table tr th img {
  height: 50px;
  margin: 10px auto;
}
.table tr th:first-child,
.table tr td:first-child {
  border-left: none;
}
.table tr th:last-child,
.table tr td:last-child {
  border-right: none;
}
.table tr th {
  border-top: none;
  padding: 0;
}
.table tr td:first-child {
  vertical-align: middle;
}
.table tr:last-child td {
  border-bottom: none;
}
.table tr:nth-child(2n + 1) td {
  background: #fdd0cc;
}
table {
  border-collapse: collapse;
  width: 1402px;
  background: #fff;
}
.table tr th:first-child,
.table tr td:first-child {
  width: 150px;
}
.table img {
  max-width: 100%;
}
.table span {
  display: block;
}
.table .color-red {
  color: #f18180;
  font-size: 20px;
}
.table .color-orange {
  color: #fca500;
  font-size: 20px;
}
.table .text-left {
  text-align: left;
  padding-left: 20px;
}
.table .text-left span {
  text-align: center;
}

.table span.with-star {
  transform: translateX(-5px);
}
#footer {
  text-align: center;
  font-size: 16px;
  line-height: 1.2;
  color: #ffffff;
  background: #fed500;
  padding: 0 0 15px;
  margin-top: -2vw;
}
#footer .company-link {
  font-weight: 700;
  font-size: 24px;
  color: #ffffff;
}
#footer p.copyright {
  margin: 30px 0 0;
}
.page-content .container {
  padding: 0 15px;
  font-size: 14px;
}
.page-content h1 {
  font-size: 22px;
}
#footer.footer-page {
  margin: 0;
  padding: 15px 0;
}
@media (max-width: 749px) {
  #footer {
    font-size: 14px;
  }
  #footer .company-link {
    font-size: 18px;
  }
  #footer p.copyright {
    margin-top: 20px;
  }
  .twitter {
    padding: 0 8vw;
  }
  .twitter iframe {
    max-width: 100%;
  }
  .r-y54riw {
    min-width: 1px;
  }
  .tab {
    padding: 5vw 7.5vw 0;
  }
  .tab-item a {
    font-size: 4.5vw;
    padding: 4vw 2vw;
  }
  .tab-item.active {
    border-bottom: 1.5vw solid #63d2b7;
  }
  .table_notes{
  font-size: 2.5vw;
  margin: 3vw 5vw;
  }
  .accordion {
    bottom: 15vw;
    padding: 3vw 0;
    font-size: 4.2vw;
    margin: 0 4vw;
    margin: 0 8vw;
  }
  .accordion1 {
    margin: 0 11vw;
  }
  .accordion-title span {
    border-left: 2vw solid transparent;
    border-right: 2vw solid transparent;
    border-top: 3.5vw solid #000;
    top: 3.8vw;
    right: -2vw;
  }
  .accordion.active .accordion-title span {
    border-bottom: 3.5vw solid #000;
    border-top: none;
    top: -4vw;
  }
  .table {
    padding: 0 0 0 3.8vw;
  }
  .bg-pink,
  .bg-green,
  .bg-purple,
  .bg-yellow,
  .bg-blue {
    padding-bottom: 38vw;
  }
  .triangle-border {
    border-left: 50vw solid transparent;
    border-right: 50vw solid transparent;
    border-top: 15vw solid #fff;
  }
  .bg-border {
    margin-top: -10vw;
    padding-top: 15vw;
  }
  #header .date {
    left: 8vw;
    top: 20vw;
    font-size: 3.2vw;
  }
  .button {
    bottom: 6vw;
  }
  .relative .hide + .button {
    bottom: 11vw;
  }
  .top-3em {
    margin-top: -7vw;
  }
}

.ranking_cv_banner {
  position: absolute;
  z-index: 2;
  transform: translateX(8.3%);
  top: 17%;
  width: 86%;
}

.ranking_cv_banner.cv1 {
  position: absolute;
  z-index: 2;
  transform: translateX(8.3%);
  top: 16%;
  width: 86%;
}

.ranking_cv_banner.cv2 {
  top: 16%;
}

.ranking_cv_banner.cv3 {
  top: 21%;
}

.ranking_cv_banner.cv4 {
  top: 17%;
}

.ranking_cv_banner.cv5 {
  top: 19%;
}

.ranking_cv_banner a:hover {
  opacity: 0.9;
}

@media (max-width: 749px) {
  .ranking_cv_banner {
    transform: translateX(7vw);
    width: 86%;
    /* top: 34.5vw; */
  }
}
