body {
  font-family: "Hiragino Kaku Gothic ProN";
  font-style: normal;
  font-weight: 300;
  font-size: 17px;
  line-height: 27px;
  background-color: white;
}

p {
  word-break: break-all;
}

.bold {
  font-weight: bold;
}

.y-marker {
  background-color: #ffff99;
}
.y-b-marker {
  background: linear-gradient(transparent 65%, #ffff99 0%);
}
.b-marker {
  background-color: blue;
}

main {
  margin: 0 auto;
  letter-spacing: -0.4px;
  padding: 2%;
  max-width: 750px;
}

img {
  width: 100%;
}
.small-image {
  width: 50px;
  height: 50px;
}
.s-small-image {
  width: 100px;
  height: auto;
}
.s-s-small-image {
  width: 60px;
  height: auto;
}
.b-small-image {
  width: 140px;
  height: auto;
  margin-bottom: -6px;
}
.rankingicon-image {
  width: 60px;
  height: 50px;
  margin-bottom: -6px;
}

.bold {
  font-weight: bold;
}
.blue {
  color: #0000d1;
}
.red {
  color: #e60033;
}
.m-50 {
  margin: 50px 0;
}
.m-30 {
  margin: 30px 0;
}
.m-b-50 {
  margin-bottom: 50px;
}
.f-28 {
  font-size: 28px;
}
.f-22 {
  font-size: 22px;
}
.f-20 {
  font-size: 20px;
}
.f-18 {
  font-size: 18px;
}

.title {
  box-sizing: border-box;
  font-weight: 300;
  padding: 5px 0 5px 5px;
  margin-top: 0;
  font-size: 22px;
  border-left: solid 6px #e8c4ef;
  background-color: #fbf3fc;
  line-height: 32px;
}

.border-box {
  box-sizing: border-box;
  color: white;
  background: #f19fca;
  font-size: 24px;
  font-weight: 600;
  line-height: 31px;
  text-align: center;
  padding: 20px 7px;
  margin: 60px 0;
}

.border-bottom {
  border-bottom: solid 5px #f19fca;
}

.g-border-bottom {
  border-bottom: solid 5px #d9d9d9;
  font-size: 28px;
}

.center {
  text-align: center;
  font-weight: 600;
  line-height: 27px;
  margin: 30px;
}
a {
  text-decoration: none;
  color: inherit;
}

.table-container {
  display: flex;
  justify-content: center;
  overflow-x: auto;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 150px;
}

.table_sticky {
  width: max-content;
  border-collapse: collapse;
  text-align: center;
  white-space: nowrap;
}

.table_sticky th,
.table_sticky td {
  border: solid 1px black;
  padding: 8px;
  min-width: 120px;
}

.table_sticky thead th {
  position: sticky;
  top: 0;
  z-index: 10;
  background-color: #ffffff;
  border: solid 1px black;
}

.table_sticky th:nth-of-type(1) {
  background-color: #ebf6f7;
}

.table-border tr:nth-child(odd) {
  background-color: #fda1b2db;
  color: white;
}

.table-border td {
  border: solid 1px black;
  padding: 6px;
  width: 360px;
  height: 30px;
}
.table-border {
  width: auto;
  text-align: center;
  margin-bottom: 200px;
  border-spacing: 0px;
}

.btn-square {
  display: inline-block;
  padding: 0.4em 0.5em;
  text-decoration: none;
  background: #d9d9d9;
  color: black;
  border-bottom: solid 4px #b9b9b9;
  border-radius: 3px;
  border-radius: 7px;
}

.btn-beaumit {
  display: inline-block;
  padding: 0.4em 0.5em;
  text-decoration: none;
  background: rgb(25, 208, 55);
  background: linear-gradient(
    180deg,
    rgba(25, 208, 55, 1) 0%,
    rgba(14, 143, 35, 1) 100%
  );
  color: #fffd69;
  border-bottom: solid 4px #b9b9b9;
  border-radius: 3px;
  border-radius: 7px;
}

@media (max-width: 768px) {
  .table_sticky th,
  .table_sticky td {
    padding: 5px;
    font-size: 12px;
  }

  .table_sticky thead th {
    font-size: 14px;
  }
}
