.ranking__head-img {
  width: 100%;
  object-fit: contain;
}

.ranking__button-campaign {
  width: 95%;
  max-width: 400px;
  margin: 5px auto 8px;
  background: #32ceb6;
  box-shadow: 0 5px 0 #009b81;
  color: #fff;
  font-size: 1.6rem;
}
.note-text {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .ranking__button-campaign {
    font-size: 1.8rem;
  }
}

.ranking {
  position: relative;
}

.ranking__title {
  display: block;
  width: 100%;
  object-fit: contain;
  margin-top: 20px;
}

.ranking__sub-title {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #ecebe5;
  font-size: 1rem;
  padding: 2px 3px;
}

.ranking__banner-container {
  display: none;
}

@media screen and (min-width: 768px) {
  .ranking__sub-title {
    padding: 8px 12px;
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: 1px;
    border-radius: 2px;
  }
}

.ranking-item__head {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 98%;
  margin: 15px auto 0;
  padding: 0.2em 0.5em 0.1em 70px;
  background: var(--theme-head-color);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
}
.ranking-item__head-2 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 98%;
  margin: 15px auto 0;
  padding: 0.2em 0.5em 0.1em 1.5em;
  background: var(--theme-head-color);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
}
.ranking-item__badge {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 50px;
  object-fit: contain;
}
.ranking-item__name {
  color: #fff;
  font-size: 2.6rem;
}
.ranking-item__tagline {
  width: 100%;
  color: #dce2e6;
  font-size: 1.2rem;
  font-weight: normal;
}
.ranking-item__type {
  display: inline-flex;
  align-items: center;
  padding: 0 0.5em;
  background: #fff;
  border-radius: 3px;
  color: var(--theme-head-color);
}
.ranking-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  width: 98%;
  margin: 0 auto 5px;
  padding-top: 15px;
  border: solid 2px var(--theme-head-color);
  background: #fff;
}
.ranking-item__star {
  display: none;
  align-items: center;
  width: 100%;
  padding: 0.5em 1em;
  color: red;
  font-weight: bold;
}
.ranking-item__star-head {
  margin-right: 0.5em;
  padding: 0.1em 0.5em;
  border: solid 1px #843c0c;
  color: #843c0c;
  font-weight: bold;
}

.ranking-item__mainimg {
  display: flex;
  max-width: 98%;
  max-height: 220px;
}
.ranking-item__mainimg > img {
  width: 100%;
  object-fit: contain;
}
.ranking-item-wrapper__info {
  width: 50%;
}
.ranking-item__info {
  width: 98%;
}
.ranking-item__campaign-title {
  display: none;
  width: 98%;
  margin: 10px auto 0;
  padding: 0.2em 0 0.1em;
  background: var(--theme-bg-color);
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
}
.ranking-item__campaign-text {
  display: none;
  width: 98%;
  margin: 0 auto;
  padding: 0.5em;
  background: #fee3d2;
  border: solid 2px var(--theme-bg-color);
  text-align: center;
}
.ranking-item__campaign-text > img {
  max-width: 100%;
  object-fit: contain;
}
@media screen and (min-width: 768px) {
  .ranking__title {
    height: 190px;
    font-size: 3.2rem;
  }
  .ranking-item__head {
    padding: 0.2em 0 0.1em 80px;
    font-size: 2.4rem;
  }
  .ranking-item__badge {
    left: 15px;
  }
  .ranking-item__mainimg {
    max-width: 45%;
  }
  .ranking-item__info {
    width: 98%;
  }
  /* display only in sp screen */
  .comparing-item-sp__info {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .ranking-item-wrapper__info {
    width: 100%;
    display: flex !important;
    flex-direction: column;
    align-items: center;
  }
  /* display only in pc screen */
  .comparing-item-pc__info {
    display: none;
  }
  .ranking-item__head-2 {
    padding: 0.2em 0.5em 0.1em 0.5em;
  }

  .ranking__banner-container {
    display: block;
    width: 100%;
    margin: 10px auto;
    background-color: #205b84;
    color: white;
    text-align: center;
    padding: 24px 8px;
    font-size: 18px;
    font-weight: 700;
    margin-top: -10px;
  }

  span.line-1 {
    background: linear-gradient(transparent 60%, #ffff59 60%);
  }
  .ranking__banner-items a {
    text-decoration: none;
  }
  .ranking__banner {
    flex: 1 1 0%;
  }
  .ranking__banner-image {
    display: flex;
    align-items: center;
    justify-content: start;
    flex: 1 1 0%;
  }
  .ranking__banner-text {
    font-size: 13px;
    line-height: 26px;
    color: #205b84;
    text-align: left;
  }

  .ranking__banner-para {
    font-size: 24px;
    letter-spacing: 0.3rem;
  }
  .ranking__banner-container .ranking__banner-title {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .ranking__banner-container .ranking__banner-sub {
    border: 1px solid white;
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 20px;
  }

  .ranking__banner-container .ranking__banner-top {
    color: #ffff59;
    font-size: 28px;
  }

  .ranking__banner-container .ranking__banner-number {
    color: #ffff59;
    font-size: 32px;
  }
  .ranking__banner-items {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 12px;
  }
  .ranking__banner-items .ranking__banner-item {
    display: flex;
    background-color: #ffffff;
    align-items: center;
    border-radius: 8px;
    padding: 8px;
    gap: 8px;
    box-shadow: 4px 4px 4px hsl(218, 50%, 3%);
  }

  .ranking__banner-badge {
    display: block;
    height: 40px;
  }
  .ranking__banner-logo {
    margin-left: 12px;
    flex: 1 1 0%;
    height: 40px;
  }

  .ranking__banner-logo img {
    height: 40px;
    width: 100%;
  }

  .ranking__banner-arrow {
    display: block;
    width: 24px;
    height: 24px;
  }
}

.ranking-point {
  display: flex;
  justify-content: space-around;
  width: 98%;
  margin-top: 8px;
  color: #843c0c;
}
.ranking-point__img {
  display: none;
}
.ranking-point__wrapper {
  width: 98%;
}
.ranking-point__title {
  position: relative;
  padding: 10px 5px;
  background: #205b84;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

.ranking-point__title::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
  right: 0;
  width: 0;
  margin: 0 auto;
  border: solid 7.5px transparent;
  border-top: solid 13px #205b84;
}

.ranking-point__head {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 95%;
  margin: 0.5em auto 0;
  padding: 0.3em 0.6em;
  border-radius: 1.2em;
  background: var(--theme-head-color);
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
}

.ranking-point__block {
  width: 100%;
  margin: 0px auto 8px;
  padding: 20px 10px 5px;
  background: #fff9e7;
  position: relative; 
}

.ranking-point__block li {
  margin-bottom: 5px;
  padding: 0.2em 0 0.1em 38px;
  background-image: url(/images/check.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 23px;
  font-size: 14px;
  list-style: none;
}

.ranking-point__block .tooltip-link {
  position: absolute; 
  bottom: 8px;
  right: 10px;
  color: #007bff; 
  text-decoration: none;
  font-size: 14px;
  font-weight: normal;
}

.ranking-point__block .tooltip-link:hover {
  text-decoration: underline;
}

.ranking-point__block .tooltip-text {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%; 
  right: 0;
  background-color: #faf2d8;
  border: 1px solid #ccc;
  color: #000;
  text-align: left;
  padding: 8px;
  border-radius: 10px;
  font-size: 12px;
  z-index: 10;
  transition: opacity 0.3s ease-in-out;
  white-space: normal;
  width: 350px;
  word-wrap: break-word;
}

.ranking-point__block .tooltip-link:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .ranking-point__title {
    padding: 0.5em 0 0.2em 0.5em;
    background-image: none;
    font-size: 1.8rem;
    /* margin: 0 0 0.8em; */
  }

  .ranking-point__wrapper {
    width: 100%;
  }
}

.simple-ranking {
  width: 100%;
}

.simple-ranking__title {
  background: linear-gradient(150deg, #fb858b 0%, #e04a3f 50%, #bf5d97 100%);
  color: white;
  padding: 10px;
  display: block;
  text-align: center;
  font-size: 20px;
}

.simple-ranking__title--big {
  font-size: 35px;
  font-weight: bold;
}

.simple-ranking__link {
  display: flex;
  padding: 8px;
  flex-direction: column;
}

.simple-ranking__link-tips {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 3px 0;
  border-bottom: 1px solid #d9d9d9;
}

.simple-ranking__under-text {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  color: white;
  display: block;
  background: url(/images/ranking/simple-ranking_bg_2.png) no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 1rem;
  padding-bottom: 3rem;
}

.ranking__marquee {
  width: 95%;
  margin: 5px auto;
  padding: 0.2em 0;
  border-radius: 5px;
  background: #333;
  color: #fff;
}

.link-tips__text {
  font-size: 20px;
}

.link-tips__star {
  display: flex;
  align-items: center;
}

.link-tips__left {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 2px 10px;
}

.link-tips__icon {
  grid-row: 1/3;
  width: 100%;
  object-fit: contain;
}

.link-tips__star-icon {
  width: 27px;
  object-fit: contain;
}

.link-tips__star-text {
  color: #ff5677;
  font-weight: bold;
}

.link-tips__star-text--big {
  font-size: 20px;
}

.ranking__marquee {
  width: 95%;
  margin: 5px auto;
  padding: 0.2em 0;
  border-radius: 5px;
  background: #333;
  color: #fff;
}

.ranking-campaign {
  position: relative;
  width: 95%;
  margin: 8px auto;
}
.ranking-campaign__head {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.2em 0;
  background: var(--theme-bg-color);
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
}
.ranking-campaign__icon {
  height: 1em;
  margin-right: 5px;
  object-fit: contain;
}
.ranking-campaign__text {
  padding: 0.8em;
  border: solid 1px var(--theme-bg-color);
  background: #ebeff1;
  text-align: center;
  color: #4e555d;
}
.ranking-campaign__bottom {
  border: solid 46vw transparent;
  border-top: solid 35px var(--theme-bg-color);
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  .ranking-campaign {
    width: 80%;
  }
  .ranking-campaign__bottom {
    border: solid 260px transparent;
    border-top: solid 40px var(--theme-bg-color);
    border-bottom: none;
  }
}

.ranking-review {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.ranking-review__title {
  width: 98%;
  margin: 1em auto 0;
  padding: 0.2em 0 0.2em 30px;
  background-image: url(../images/ranking/review_head.png);
  background-repeat: no-repeat;
  background-size: 26px;
  background-position: left;
  border-bottom: solid 2px var(--theme-bg-color);
  color: #333;
  font-size: 2rem;
  font-weight: bold;
}
.ranking-review__list {
  margin: 20px 0 10px;
}
.ranking-review__item {
  display: grid;
  grid-template-columns: 66px 1fr 1fr;
  grid-template-rows: 66px minmax(8.5em, 1fr);
  gap: 5px 10px;
  align-items: center;
  width: 90%;
  margin: 0 auto;
  padding: 3px 8px;
  border-radius: 15px;
  border: solid 1px #aaa;
  position: relative;
}
@media screen and (min-width: 480px) {
  .ranking-point__table {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .ranking-review__item {
    grid-template-rows: 66px minmax(5em, 1fr);
  }
}

.ranking-review__item-inner {
  display: flex;
  flex-direction: column;
  grid-column: 2/3;
}

.ranking-review__icon {
  display: block;
  width: 90%;
  object-fit: contain;
  margin-left: 0.5em;
}
.ranking-review__prof {
  font-size: 1.6rem;
}
.ranking-review__star {
  display: flex;
  gap: 2px;
  justify-content: flex-start;
  align-items: center;
}
.ranking-review__text {
  grid-column: 1/-1;
  padding: 0.2em;
  height: 100%;
  border-top: solid 1px #aaa;
}
/* swiper */
.swiper-button-prev {
  left: 3px;
  top: 50%;
}
.swiper-button-next {
  right: 3px;
  top: 50%;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  color: white;
  font-size: 15px;
  font-weight: bold;
  background: var(--theme-head-color);
  border-radius: 30px;
  padding: 0.5em 0.8em;
}

.ranking-recommend__title {
  display: block;
  width: 95%;
  margin: 8px auto 0;
  padding: 5px 0;
  image-rendering: -webkit-optimize-contrast;
}
.ranking-recommend {
  width: 85%;
  margin: 0 auto;
}
.ranking-recommend__item {
  display: grid;
  grid-template-columns: 50px 1fr 100px;
  grid-template-rows: 60px;
  gap: 15px;
  justify-items: center;
  align-items: center;
  border-bottom: solid 1px #e7e6e6;
  padding: 8px 0;
}
.ranking-recommend__item:last-of-type {
  border-bottom: none;
}
.ranking-recommend__badge {
  width: 100%;
  object-fit: contain;
}
.ranking-recommend__logo {
  display: block;
  width: 80%;
  object-fit: contain;
  margin: auto;
}

/* ranking-compare */
.ranking-compare__title {
  display: block;
  width: 95%;
  margin: 8px auto 0;
  padding: 5px 0;
  image-rendering: -webkit-optimize-contrast;
}
.ranking-compare__wrapper {
  overflow-x: auto;
  overflow-y: visible;
  width: 98%;
  margin: 8px auto 0;
}
.ranking-compare {
  width: max-content;
  background: #fff;
  font-size: 1.4rem;
}
.ranking-compare__th,
.ranking-compare__td {
  border: solid 1px var(--theme-head-color);
}
.ranking-compare__th {
  position: sticky;
  z-index: 2;
  left: 0;
  width: 10%;
  background: var(--theme-head-color);
  border-left: none;
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
  min-width: 95px;
}

.ranking-compare__th.tab_2::after,
.ranking-compare__th.tab_2::before {
  background: var(--theme-secondary-color);
}

.ranking-compare__th::after,
.ranking-compare__th::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--theme-head-color);
}
.ranking-compare__th::after {
  bottom: -1px;
  top: unset;
}
.table_tab_1 .ranking-compare__th.tab_1 {
  background: var(--theme-head-color);
}
.table_tab_2 .ranking-compare__th.tab_2 {
  background: var(--theme-secondary-color);
  border: solid 1px var(--theme-secondary-color);
}
.ranking-compare__td {
  width: 45vw;
  padding: 0.2em 0.4em;
  text-align: center;
  color: #484d45;
  vertical-align: top;
  font-weight: bold;
}
.ranking-compare__td--campaign {
  vertical-align: middle;
  color: var(--theme-head-color);
}
.ranking-compare__td--group-top {
  border-bottom: dotted 1px var(--theme-head-color);
}
.ranking-compare__td--group-bottom {
  border-top: none;
}
.ranking-compare__td-head {
  display: grid;
  grid-template-columns: 1fr 3fr;
  align-items: center;
}
.ranking-compare__badge {
  display: block;
  height: 40px;
  object-fit: contain;
  margin: 0 auto;
}
.ranking-compare__logo {
  display: block;
  width: 95%;
  height: 40px;
  object-fit: contain;
  margin: 5px auto;
}
.ranking-compare .compare-img {
  display: block;
  width: 20%;
  object-fit: contain;
  margin: 5px auto;
}
.ranking-compare__star {
  display: flex;
  justify-content: center;
  align-items: center;
  color: gold;
  font-size: 1.8rem;
  font-weight: bold;
}
.ranking-compare__star--big {
  font-size: 2.6rem;
}
.ranking-compare__toggle {
  color: blue;
  text-decoration: underline;
  cursor: pointer;
}
.ranking-compare__list {
  padding: 0.2em 0.2em 0.2em 1em;
  text-align: left;
}

.ranking-point__table {
  position: relative;
  padding: 15px 10px;
  background: #205b84;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  width: 98%;
  margin-top: 8px;
}
.button-jump--small {
  width: 95%;
  height: 3.5em;
  font-size: 1.4rem;
}

.reflection-2 {
  height: 100%;
  width: 30px;
  position: absolute;
  top: -180px;
  left: 0;
  background-color: #fff;
  opacity: 0;
  transform: rotate(45deg);
  animation: reflection 3s cubic-bezier(0, 0.3, 0.6, 0) infinite;
  -webkit-transform: rotate(45deg);
  -webkit-animation: reflection 2.5s cubic-bezier(0, 0.3, 0.6, 0) infinite;
  -moz-transform: rotate(45deg);
  -moz-animation: reflection 2s cubic-bezier(0, 0.3, 0.6, 0) infinite;
  -ms-transform: rotate(45deg);
  -ms-animation: reflection 2s cubic-bezier(0, 0.3, 0.6, 0) infinite;
  -o-transform: rotate(45deg);
  -o-animation: reflection 2s cubic-bezier(0, 0.3, 0.6, 0) infinite;
}

@keyframes reflection {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@-webkit-keyframes reflection {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@-moz-keyframes reflection {
  0% {
    -moz-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -moz-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -moz-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@-ms-keyframes reflection {
  0% {
    -ms-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -ms-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -ms-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -ms-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@-o-keyframes reflection {
  0% {
    -o-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -o-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -o-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -o-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
.ranking-compare__help {
  display: inline-block;
  height: 1.2em;
  margin-bottom: -2px;
}
@media screen and (min-width: 768px) {
  .ranking-compare__th {
    width: 100px;
  }
  .ranking-compare__td {
    width: 170px;
  }
}

.ranking-search {
  width: 100%;
  font-size: 1.6rem;
}
.ranking-search__head {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.4em 0;
  background: #e88596;
  color: #fff;
}
.ranking-search__arrow {
  width: 24px;
  margin-left: 5px;
}
.ranking-search__arrow--close {
  display: none;
}
.ranking-search__box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 8px;
}
.ranking-search__select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 48%;
  padding: 1.1em 0.4em;
  border-radius: 3px;
  background-image: url(/images/ranking/search_select.png);
  background-repeat: no-repeat;
  background-size: 1.2em;
  background-position: right 0.5em top 50%;
  color: #333;
}
.ranking-search__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 3.5em;
  background: #5da396;
  box-shadow: 2px 2px 4px #aaa;
  border-radius: 8px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
}
.ranking-search__icon {
  width: 24px;
  margin-right: 5px;
}

.tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 98%;
  margin: 8px auto 0;
  text-align: center;
  gap: 3px;
}
.tabs .tabs__item.active {
  opacity: 1;
}

.tabs .tabs__item {
  width: 100%;
  height: 60px;
  line-height: 31.86px;
  border-radius: 8px 8px 0px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  font-weight: 700;
  opacity: 0.3;
  color: #fff;
  text-decoration: none;
}
.tabs .tabs__item img {
  width: 27px;
  height: 30px;
  margin-right: 10px;
}

.tabs__item-1 {
  background: var(--theme-head-color);
}
.tabs__item-2 {
  background: var(--theme-secondary-color);
}

.hidden {
  display: none;
}

table.ranking-compare.table_tab_1 .tab_2 {
  display: none;
}

table.ranking-compare.table_tab_2 .tab_1 {
  display: none;
}

/* Tooltip - Start */
.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 300px;
  background-color: #f9f3d8;
  border: 1px solid orange;
  color: black;
  border-radius: 20px;
  padding: 10px;
  font-size: 12px;
  text-align: start;

  /* Position the tooltip */
  position: absolute;
  z-index: 2;
  top: 25px;
  right: -50px;
  font-weight: normal;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}
.tooltip-top::after {
  content: "";
  height: 20px;
  width: 20px;
  position: absolute;
  background-color: #f9f3d8;
  top: -12px;
  left: 42%;
  border-top: orange solid 1px;
  border-left: orange solid 1px;
  transform: rotate(45deg);
}
.tooltip-top__sp::after {
  content: "";
  height: 20px;
  width: 20px;
  position: absolute;
  background-color: #f9f3d8;
  top: -12px;
  right: 11%;
  border-top: orange solid 1px;
  border-left: orange solid 1px;
  transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  .tooltip .tooltiptext {
    right: 0;
  }
}
/* Tooltip - End */

.top_content_wrap {
  width: 98%;
}

.top_content_wrap .description_top_content {
  margin: 0;
  text-wrap: wrap;
}

.top_content_wrap .description_top_content div.title {
  position: relative;
  width: 100%;
  margin: 12px 0;
  padding: 0.2em 0.5em;
  border-top: solid 5px var(--theme-head-color);
  font-size: 2rem;
  font-weight: bold;
}

.top_content_wrap .description_top_content div.title::before {
  content: ' ';
  position: absolute;
  top: -5px;
  right: 0;
  width: 55%;
  border-top: solid 5px #ddd;
}

.top_content_wrap .description_top_content ul{
  padding: 8px 30px;
  border: solid 2px var(--theme-head-color);
  background: #fffbec;
}

@media screen and (max-width: 768px) {
  .top_content_wrap .description_top_content {
    padding: 0 10px;
  }
}