html {
  scroll-behavior: smooth;
}

.layout-contents__sidebar .c-category-title,
body {
  font-family:
    -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue",
    HelveticaNeue, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.c-article-title,
.c-category-title,
.c-list-title,
.p-contents-ranking-2020 ol li span {
  font-family:
    YakuHanJP,
    -apple-system,
    BlinkMacSystemFont,
    Roboto,
    "Segoe UI",
    "Helvetica Neue",
    HelveticaNeue,
    "Hiragino Kaku Gothic ProN",
    Meiryo,
    sans-serif;
}
body,
div,
figure,
h1,
h2,
h3,
input,
li,
ol,
p,
textarea,
ul {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
h2,
p {
  line-height: 1.7;
  padding: 1rem 0;
}
html {
  overflow-y: scroll;
}
h1,
h2,
h3 {
  font-size: 100%;
  font-weight: 400;
}
ol,
ul {
  list-style: none;
  box-sizing: border-box;
}
img {
  border: 0;
  user-select: none;
}
a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.13);
  overflow-wrap: break-word;
}
body {
  background: #fff;
  color: #1e2428;
  text-size-adjust: 100%;
  --wp--preset--color--black: #000000;
  --wp--preset--color--cyan-bluish-gray: #abb8c3;
  --wp--preset--color--white: #ffffff;
  --wp--preset--color--pale-pink: #f78da7;
  --wp--preset--color--vivid-red: #cf2e2e;
  --wp--preset--color--luminous-vivid-orange: #ff6900;
  --wp--preset--color--luminous-vivid-amber: #fcb900;
  --wp--preset--color--light-green-cyan: #7bdcb5;
  --wp--preset--color--vivid-green-cyan: #00d084;
  --wp--preset--color--pale-cyan-blue: #8ed1fc;
  --wp--preset--color--vivid-cyan-blue: #0693e3;
  --wp--preset--color--vivid-purple: #9b51e0;
  --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(
    135deg,
    rgba(6, 147, 227, 1) 0%,
    rgb(155, 81, 224) 100%
  );
  --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(
    135deg,
    rgb(122, 220, 180) 0%,
    rgb(0, 208, 130) 100%
  );
  --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(
    135deg,
    rgba(252, 185, 0, 1) 0%,
    rgba(255, 105, 0, 1) 100%
  );
  --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(
    135deg,
    rgba(255, 105, 0, 1) 0%,
    rgb(207, 46, 46) 100%
  );
  --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(
    135deg,
    rgb(238, 238, 238) 0%,
    rgb(169, 184, 195) 100%
  );
  --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(
    135deg,
    rgb(74, 234, 220) 0%,
    rgb(151, 120, 209) 20%,
    rgb(207, 42, 186) 40%,
    rgb(238, 44, 130) 60%,
    rgb(251, 105, 98) 80%,
    rgb(254, 248, 76) 100%
  );
  --wp--preset--gradient--blush-light-purple: linear-gradient(
    135deg,
    rgb(255, 206, 236) 0%,
    rgb(152, 150, 240) 100%
  );
  --wp--preset--gradient--blush-bordeaux: linear-gradient(
    135deg,
    rgb(254, 205, 165) 0%,
    rgb(254, 45, 45) 50%,
    rgb(107, 0, 62) 100%
  );
  --wp--preset--gradient--luminous-dusk: linear-gradient(
    135deg,
    rgb(255, 203, 112) 0%,
    rgb(199, 81, 192) 50%,
    rgb(65, 88, 208) 100%
  );
  --wp--preset--gradient--pale-ocean: linear-gradient(
    135deg,
    rgb(255, 245, 203) 0%,
    rgb(182, 227, 212) 50%,
    rgb(51, 167, 181) 100%
  );
  --wp--preset--gradient--electric-grass: linear-gradient(
    135deg,
    rgb(202, 248, 128) 0%,
    rgb(113, 206, 126) 100%
  );
  --wp--preset--gradient--midnight: linear-gradient(
    135deg,
    rgb(2, 3, 129) 0%,
    rgb(40, 116, 252) 100%
  );
  --wp--preset--font-size--small: 13px;
  --wp--preset--font-size--medium: 20px;
  --wp--preset--font-size--large: 36px;
  --wp--preset--font-size--x-large: 42px;
  --wp--preset--spacing--20: 0.44rem;
  --wp--preset--spacing--30: 0.67rem;
  --wp--preset--spacing--40: 1rem;
  --wp--preset--spacing--50: 1.5rem;
  --wp--preset--spacing--60: 2.25rem;
  --wp--preset--spacing--70: 3.38rem;
  --wp--preset--spacing--80: 5.06rem;
  --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
  --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--outlined:
    6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
  --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
}
.mobile_brgr,
.p-svgs {
  display: none;
}
@media (max-width: 1024px) {
  .layout-contents__sidebar,
  .svg_brgr,
  .tools {
    display: none !important;
  }
  .mobile_brgr {
    display: block;
  }
}
a:link {
  color: #007fff;
  text-decoration: underline;
}
a:active {
  color: #aa36ff;
}
a:visited {
  color: #6b808e;
}
h2 {
  font-size: 1.5rem;
}
p {
  font-size: 1.2rem;
}
.info__important {
  padding: 5px 8px;
  border-left: 4px solid #005fff;
}
.p-header {
  z-index: 1;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  transition: 0.5s;
  font-feature-settings: "palt";
}
.p-header-view {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  width: 100%;
  background-color: #fff;
}
.p-header-view::after {
  z-index: 1;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  background-color: indigo;
}
.p-header-view__contents {
  z-index: 2;
  display: grid;
  grid-template: "logo subnav all" 40px "belt belt belt" 40px / auto 1fr auto;
  gap: 0;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1280px;
  height: 100%;
  transition: 0.5s;
}
.p-header-view__contents .logo {
  grid-area: logo;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 8px;
}
.p-header-view__contents .logo img {
  height: 18px;
}
@media (max-width: 360px) {
  .p-header-view__contents .logo img {
    height: 14px;
  }
}
.p-header-view__contents .subnav {
  grid-area: subnav;
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
}
.p-header-view__contents .subnav .links {
  grid-area: links;
  display: none;
}
@media (min-width: 1130px) {
  .p-header-view__contents .subnav .links {
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    gap: 16px;
  }
}
.p-header-view__contents .subnav .links li span {
  font-size: 13px;
  color: #1e2428;
}
.p-header-view__contents .subnav .member {
  grid-area: member;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  gap: 0 8px;
}
.p-header-view__contents .subnav .member .subscribe {
  flex-shrink: 0;
}
.p-header-view__contents .subnav .member .subscribe span {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 0 10px;
  height: 24px;
  background-color: #ff7600;
  border: 1px solid #ff7600;
  border-radius: 2px;
  font-size: 0px;
  transition: 0.3s;
  color: indigo;
}
@media (max-width: 319px) {
  .p-header-view__contents .subnav .member .subscribe span {
    display: none;
  }
}
.p-header-view__contents .subnav .member .subscribe span::after {
  content: "購読申込";
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.1;
}
.p-header-view__contents .subnav .member .loginsignup {
  display: block;
  flex-shrink: 0;
}
.p-header-view__contents .subnav .member .loginsignup span {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 0 10px;
  height: 24px;
  background-color: #ff7600;
  border: 1px solid #ff7600;
  border-radius: 2px;
  font-size: 10px;
  transition: 0.3s;
  color: #fff;
  font-weight: 600;
}
.p-header-view__contents .subnav .member .login,
.p-header-view__contents .subnav .member .signup {
  display: none;
}
.p-header-view__contents .subnav .member .signup span {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 0 10px;
  height: 24px;
  border: 1px solid indigo;
  border-radius: 2px;
  font-size: 10px;
  transition: 0.3s;
  color: #fff;
}
.p-header-view__contents
  .subnav
  .member
  .mypage:has(#js-header-btn-mypage:checked)
  .mypage__modal {
  opacity: 1;
  pointer-events: all;
}
.p-header-view__contents .globalnav-all {
  grid-area: all;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 0 10px;
}
@media (min-width: 600px) {
  .p-header-view__contents .subnav {
    display: grid;
    grid-template-columns: 1fr repeat(2, auto);
    grid-template-areas: "tools weather member";
    -webkit-box-align: center;
    align-items: center;
    gap: 0 24px;
    padding-right: 10px;
  }
  .p-header-view__contents .globalnav-all {
    padding-right: 12px;
  }
}
@media (min-width: 1296px) {
  .p-header-view__contents .globalnav-all,
  .p-header-view__contents .logo {
    padding-left: 0;
  }
  .p-header-view__contents .subnav {
    padding-right: 0;
  }
}
.p-header-view__contents .globalnav-all label {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  font-size: 0px;
  cursor: pointer;
}
.p-header-view__contents .globalnav-all .svg_brgr {
  fill: rgb(255, 255, 255);
  display: block;
  content: "";
  width: 17px;
  height: auto;
  aspect-ratio: 17/15;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  background-color: #1e2428;
  transition: 0.3s;
}
.tools {
  display: flex;
}
.tools li {
  margin: 0 0.5rem;
}
.tools svg {
  fill: rgb(0, 0, 0);
  width: 20px;
}
#sidebar_ranking_access,
.links li {
  font-weight: 600;
}
.p-trends__list svg {
  width: 7px;
  fill: indigo;
  margin-left: 8px;
}
.p-header-view__contents .globalnav-all label div {
  margin: 4px 0 0;
  color: #1e2428;
  font-size: 7px;
  line-height: 1.1;
  transition: 0.3s;
}
.p-header-view__contents .globalnav-all label:hover::before {
  background-color: #1e2428;
}
.p-header-view__contents .globalnav-all label:has(:hover) div {
  color: #1e2428;
}
.p-header-view__contents .globalnav-belt {
  grid-area: belt;
  display: flex;
  overflow-x: auto;
  padding: 0 20px;
  max-width: 100%;
  scrollbar-width: none;
}
.p-header-view__contents .globalnav-belt::-webkit-scrollbar {
  display: none;
}
.p-header-view__contents .globalnav-belt > ul {
  display: flex;
  flex-shrink: 0;
  gap: 0 20px;
}
@media (min-width: 1280px) and (min-width: 1280px) {
  .p-header-view__contents .globalnav-belt > ul:first-child > li:first-child {
    margin-left: 2px;
  }
}
@media (min-width: 768px) {
  .p-header {
    height: 128px;
  }
  .p-header-view::after {
    height: 48px;
  }
  .p-header-view__contents {
    grid-template: "logo logo subnav subnav" 80px "all belt belt belt" 48px / auto auto 1fr 1fr;
    gap: 0;
    grid-auto-flow: row;
  }
  .p-header-view__contents .logo img {
    height: 38px;
  }
  .p-header-view__contents .subnav {
    grid-template-columns: 1fr repeat(3, auto);
    grid-template-areas: "links tools weather member";
  }
  .p-header-view__contents .subnav .member .subscribe span {
    height: 38px;
    border-radius: 3px;
  }
  .p-header-view__contents .subnav .member .subscribe span::after {
    content: "購読お申し込み";
    font-size: 13px;
  }
  .p-header-view__contents .subnav .member .loginsignup {
    display: none;
  }
  .p-header-view__contents .subnav .member .login,
  .p-header-view__contents .subnav .member .signup {
    display: block;
    flex-shrink: 0;
  }
  .p-header-view__contents .subnav .member .signup span {
    height: 38px;
    border-radius: 3px;
    font-size: 13px;
  }
  .p-header-view__contents .globalnav-all {
    padding-right: 14px;
  }
  .p-header-view__contents .globalnav-all label {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }
  .p-header-view__contents .globalnav-all label div {
    margin: 0 0 0 4px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
  }
  .p-header-view__contents .globalnav-all label:hover::before {
    background-color: #fff;
  }
  .p-header-view__contents .globalnav-all label:has(:hover) div {
    color: #fff;
    text-decoration: underline;
  }
  .p-header-view__contents .globalnav-belt {
    padding: 0;
  }
  .p-header-view__contents .globalnav-belt > ul::before {
    display: block;
    align-self: center;
    content: "";
    width: 1px;
    height: 16px;
    background-color: #fff;
  }
  .p-header-view__contents .globalnav-belt > ul:last-child {
    padding-right: 20px;
  }
}
.p-header-view__contents .globalnav-belt > ul:not(:first-child) {
  margin-left: 20px;
}
.p-header-view__contents .globalnav-belt > ul > li {
  flex-shrink: 0;
  position: relative;
  line-height: 1.1;
}
.p-header-view__contents .globalnav-belt > ul > li > span {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  height: 100%;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
}
@media (min-width: 1280px) {
  .p-header-view__contents .globalnav-belt {
    overflow: visible;
  }
  .p-header-view__contents .globalnav-belt > ul {
    gap: 0;
  }
  .p-header-view__contents .globalnav-belt > ul:first-child {
    -webkit-box-flex: 1;
    flex-grow: 1;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .p-header-view__contents .globalnav-belt > ul:last-child {
    padding-right: 0;
  }
  .p-header-view__contents .globalnav-belt > ul:not(:first-child) {
    margin-left: 0;
  }
  .p-header-view__contents .globalnav-belt > ul > li:first-child {
    margin-left: 6px;
  }
  .p-header-view__contents .globalnav-belt > ul > li:last-child {
    margin-right: 6px;
  }
  .p-header-view__contents .globalnav-belt > ul > li:has(.sub):hover > a:link,
  .p-header-view__contents
    .globalnav-belt
    > ul
    > li:has(.sub):hover
    > a:visited {
    color: #1e2428;
  }
  .p-header-view__contents
    .globalnav-belt
    > ul
    > li:has(.sub):hover
    > span::after {
    background-color: #fff;
  }
  .p-header-view__contents .globalnav-belt > ul > li:has(.sub):hover .sub {
    display: grid;
  }
  .p-header-view__contents .globalnav-belt > ul > li > span {
    padding: 0 8px;
  }
  .p-header-view__contents .globalnav-belt > ul > li > span::after {
    z-index: -1;
    display: block;
    content: "";
    position: absolute;
    inset: 6px 0px 0px;
    background-color: transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
}
.p-header:has(#js-header-btn-all:checked) {
  position: fixed;
  top: 0;
  left: 0;
}
.p-header:has(#js-header-btn-all:checked) .p-header-navall {
  opacity: 1;
  pointer-events: all;
}
.p-header-view__contents .globalnav-all label,
.p-header-view__contents .globalnav-all label div,
.p-trends::after {
  pointer-events: none;
}
.p-header-notice {
  padding: 0 16px;
  margin: 16px auto;
  width: 100%;
  max-width: 1280px;
}
.p-header-notice:empty {
  margin: 0 auto;
}
.p-footer {
  padding: 0 16px 50px;
  margin-top: 40px;
}
.p-footer .group-news__contents .list__group .item:has(.lead) {
  grid-template-rows: auto auto 1fr;
  grid-template-areas: "article-item-h-title article-item-h-thumb" "article-item-h-info article-item-h-thumb" "article-item-h-lead article-item-h-thumb";
}
.p-footer .copyright {
  margin-top: 32px;
  color: #b4b4b4;
  font-size: 0.75rem;
}
.p-footer .copyright .license {
  margin-top: 16px;
}
.p-giants-score__info:has(em) {
  padding: 0;
}
.p-trends {
  overflow: hidden;
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  margin: 20px 16px;
  width: 100%;
  max-width: calc(100% - 32px);
}
.p-trends::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.5) 30%,
    #fff
  );
}
.p-trends__title {
  display: none;
}
.p-trends__list {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  overflow-x: scroll;
  scrollbar-width: none;
  overscroll-behavior: none;
  padding-right: 30px;
  color: indigo;
  font-weight: 600;
}
.p-trends__list::-webkit-scrollbar {
  display: none;
}
@media (min-width: 1024px) {
  .p-trends::after {
    display: none;
  }
  .p-trends__list {
    overflow: visible;
    flex-wrap: wrap;
  }
}
.go3670563033,
.p-header-category {
  overflow: hidden;
}
.p-trends__list li {
  flex-shrink: 0;
  margin-right: 24px;
  font-size: 0.875rem;
}
.login {
  font-size: 13px;
  font-weight: 600;
  padding-right: 1rem;
}
@media (min-width: 768px) {
  .p-header:has(#js-header-btn-all:checked) {
    position: sticky;
  }
  .p-footer {
    margin-top: 64px;
  }
  .p-trends__title {
    display: block;
    flex-shrink: 0;
    margin-right: 24px;
    font-size: 0.8125rem;
    font-weight: 700;
  }
  .p-trends__list li span::after {
    margin-left: 8px;
    width: 8px;
  }
}
.p-headline__contents .list .hero .item:has(.lead) {
  grid-template-rows: auto auto auto 1fr;
  grid-template-areas: "article-item-v-thumb" "article-item-v-title" "article-item-v-info" "article-item-v-lead";
}
.p-headline__contents .list > div.item:has(.lead) {
  grid-template-rows: auto auto 1fr;
  grid-template-areas: "article-item-h-title article-item-h-thumb" "article-item-h-info article-item-h-thumb" "article-item-h-lead article-item-h-thumb";
}
.p-headline__ads .item:has(.lead) {
  grid-template-rows: auto auto 1fr;
  grid-template-areas: "article-item-h-title article-item-h-thumb" "article-item-h-info article-item-h-thumb" "article-item-h-lead article-item-h-thumb";
}
.p-selection__contents .list__group .item:has(.lead) {
  grid-template-rows: auto auto 1fr;
  grid-template-areas: "article-item-h-title article-item-h-thumb" "article-item-h-info article-item-h-thumb" "article-item-h-lead article-item-h-thumb";
}
.p-selection__ads .item:has(.lead) {
  grid-template-rows: auto auto 1fr;
  grid-template-areas: "article-item-h-title article-item-h-thumb" "article-item-h-info article-item-h-thumb" "article-item-h-lead article-item-h-thumb";
}
.p-latest-2col__contents .list > div.item:has(.lead) {
  grid-template-rows: auto auto 1fr;
  grid-template-areas: "article-item-h-title article-item-h-thumb" "article-item-h-info article-item-h-thumb" "article-item-h-lead article-item-h-thumb";
}
.layout-contents {
  display: block;
  padding: 0;
}
.c-article-header-date {
  display: inline-block;
  margin-right: 5px;
  color: #8e9193;
}
.c-list-title {
  font-weight: 700;
  margin-bottom: 0.2rem;
  line-height: 1.4;
}
.c-list-title--side {
  font-size: 0.8125rem;
}
.c-category-title {
  font-size: 1.25rem;
  border-top: 2px solid #1e2428;
  border-bottom: 1px solid #e5e5e5;
  font-weight: 700;
  padding: 0.8rem 0;
  line-height: 1.5rem;
}
.c-article-title {
  margin-bottom: 10px;
  font-size: 1.75rem;
  line-height: 1.3;
  font-weight: 700;
}
.p-article-header-item {
  position: relative;
  flex-basis: 100%;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
}
.p-article-header-item .c-article-header-date {
  margin-right: 10px;
  white-space: nowrap;
}
.p-article-header-item .p-article-action-btn-2020__article-head {
  white-space: nowrap;
}
.p-article-action-btn-2020__article-head {
  -webkit-box-flex: 1;
  flex-grow: 1;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  flex-basis: 100%;
  margin: 16px 0 0;
}
@media screen and (min-width: 600px) {
  .p-trends {
    padding: 0;
    margin: 24px auto;
    width: 1056px;
  }
  .layout-contents {
    display: grid;
    grid-template-columns: 1fr 300px;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin: auto;
    width: 1056px;
  }
  .layout-contents:has(.layout-contents__single) {
    grid-template-columns: 1fr;
    -webkit-box-pack: center;
    justify-content: center;
  }
  .layout-contents__main {
    width: 724px;
  }
  .layout-contents:has(.layout-contents-wrap),
  .layout-contents:not(:has(.layout-contents__main)):not(
      :has(.layout-contents__single)
    ) {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 10px 16px;
  }
  .c-article-header-date {
    font-size: 0.75rem;
  }
  .p-article-action-btn-2020__article-head {
    -webkit-box-pack: end;
    justify-content: flex-end;
    flex-basis: auto;
    margin: 8px 0;
  }
  .p-main-contents {
    font-size: 1rem;
  }
}
@media (max-width: 360px) {
  .p-header-view__contents .subnav .member .subscribe span {
    padding: 0 4px;
  }
  .p-article-action-btn-2020__article-head {
    flex-wrap: wrap;
  }
}
.p-main-contents::after {
  content: " ";
  display: block;
  clear: both;
}
.p-main-contents img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
.p-header-category-wrapper {
  z-index: 0;
  display: flex;
  -webkit-box-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  margin: 0 16px;
  width: 100%;
  padding: 0;
  flex-wrap: wrap;
}
.p-header-category-breadcrumbs {
  margin-bottom: 16px;
}
.p-header-category-breadcrumbs ul {
  flex-basis: 100%;
  flex-wrap: wrap;
  line-height: 1;
}
.p-header-category-breadcrumbs ul,
.p-header-category-breadcrumbs ul li {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.p-header-category-breadcrumbs ul li {
  gap: 0 6px;
  font-size: 0.8125rem;
}
.p-header-category-breadcrumbs ul li::before {
  content: "";
  display: block;
  margin-right: 6px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #8e9193;
  border-right: 1px solid #8e9193;
  transform: rotate(45deg);
}
.p-contents-ranking-2020 input,
.p-contents-ranking-2020 input:not(:checked) ~ ol,
.p-header-category-breadcrumbs ul li:first-child::before {
  display: none;
}
.p-header-category-breadcrumbs ul li span {
  color: #1e2428;
  font-weight: 400;
}
.p-header-category::after {
  margin-bottom: 20px;
}
.p-contents-ranking__tabs label:has(input[name="p-contents-ranking"]:checked) {
  font-weight: 700;
}
.p-contents-ranking:has(input[data-contents-ranking="daily"]:checked)
  .panel[data-contents-ranking="daily"] {
  display: block;
}
.p-contents-ranking:has(input[data-contents-ranking="weekly"]:checked)
  .panel[data-contents-ranking="weekly"] {
  display: block;
}
.p-contents-ranking:has(input[data-contents-ranking="video"]:checked)
  .panel[data-contents-ranking="video"] {
  display: block;
}
.p-contents-ranking-2020 {
  position: relative;
  margin: 25px 16px;
}
.p-contents-ranking-2020 h2 {
  font-size: 0.9375rem;
  line-height: 1.1;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
}
.p-contents-ranking-2020 h2::after {
  content: "";
  background-color: #e5e5e5;
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.p-contents-ranking-2020 h3 {
  border-bottom: 1px solid #e5e5e5;
  position: absolute;
  top: 0;
}
.p-contents-ranking-2020 ul > li:first-of-type h3 {
  right: 100px;
}
.p-contents-ranking-2020 ul > li:nth-of-type(2) h3 {
  right: 50px;
}
.p-contents-ranking-2020 ul > li:nth-of-type(3) h3 {
  right: 0;
}
.p-contents-ranking-2020 label {
  font-size: 13px;
  line-height: 15px;
  text-align: center;
  display: block;
  width: 50px;
  padding-bottom: 14px;
}
.p-contents-ranking-2020 input:checked + h3 {
  font-weight: 700;
}
.comment-block-input__button,
.p-contents-ranking-2020 input:not(:checked) + h3 label {
  cursor: pointer;
}
.p-contents-ranking-2020 ol {
  counter-reset: item 0;
}
.p-contents-ranking-2020 ol li {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 20px 0;
}
.p-contents-ranking-2020 ol li::before {
  flex-shrink: 0;
  color: indigo;
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, sans-serif;
  font-size: 20px;
  line-height: 1;
  counter-increment: item 1;
  content: counter(item);
  display: block;
  width: 24px;
  margin: -3.5px 0;
}
@media (min-width: 1200px) {
  .p-footer {
    margin: 64px auto 0;
    width: 1280px;
    max-width: 100vw;
    box-sizing: border-box;
  }
  .p-contents-ranking-2020 {
    margin-top: 25px;
  }
  .p-contents-ranking-2020 ol li {
    padding: 15px 0;
  }
}
.p-contents-ranking-2020 ol li:nth-of-type(n + 2) {
  border-top: 1px solid #e5e5e5;
}
.p-contents-ranking-2020 ol li span {
  -webkit-box-flex: 1;
  flex-grow: 1;
  display: block;
  color: #1e2428;
  font-size: 0.8125rem;
}
.p-contents-ranking-2020 ol li figure {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  align-self: flex-start;
  flex-shrink: 0;
  position: relative;
  margin-left: 16px;
  width: 64px;
  height: 48px;
  font-size: 0px;
  text-align: center;
}
.p-contents-ranking-2020 ol li figure img {
  max-height: 48px;
  max-width: 64px;
}
.p-sidebar-important-contents {
  background-color: #f4f4f4;
  padding: 10px 16px 6px;
  margin: 24px 16px 32px;
}
.p-sidebar-important-contents .p-list {
  padding-top: 10px;
}
.p-sidebar-important-contents .p-list-item {
  margin: 0 0 12px;
  padding: 0;
  border: none;
}
.p-sidebar-important-contents .c-category-title {
  padding: 8px 0 8px 24px;
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 16px 16px;
  border-top: none;
  font-size: 0.8125rem;
  line-height: 1.1;
}
.p-sidebar-important-contents .c-list-title {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  font-size: 0.8125rem;
}
.p-sidebar-important-contents .c-list-title::before {
  display: block;
  content: "";
  box-sizing: border-box;
  width: 3px;
  height: 3px;
  border-width: 3px;
  border-style: solid;
  border-color: transparent transparent transparent #8e9193;
  border-image: initial;
  padding-right: 4px;
}
.p-sidebar-important-contents .c-list-title--side {
  margin: 0;
}
.p-sidebar-important-contents .c-list-title span {
  margin: 0;
  font-weight: 400;
}
.p-list-item {
  border-bottom: 1px solid #e5e5e5;
  padding: 12px 0;
}
.uni-scrap button {
  border: none;
  background: 0 0;
  cursor: pointer;
  outline: 0;
  padding: 0;
}
.uni-scrap .scrap-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.uni-scrap .scrap-modal-screen {
  width: 100vw;
  height: 100vh;
  background-color: rgba(30, 36, 40, 0.5);
}
.uni-scrap .scrap-modal-common {
  position: absolute;
  display: none;
}
.uni-scrap .scrap-modal-common-head {
  padding: 20px;
  border-bottom: 1px solid #ddd;
}
.uni-scrap .scrap-modal-common-head__close {
  float: right;
  position: relative;
  width: 20px;
  height: 20px;
  padding: 0;
  overflow: hidden;
  color: transparent;
}
.uni-scrap .scrap-modal-common-head__close::after,
.uni-scrap .scrap-modal-common-head__close::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: #8e9193;
}
.uni-scrap .scrap-modal-common-head__close::before {
  top: 10px;
  left: 0;
  transform: rotate(-45deg);
}
.uni-scrap .scrap-modal-common-head__close::after {
  left: 0;
  top: 10px;
  transform: rotate(45deg);
}
.uni-scrap .scrap-modal-common-button button {
  width: 144px;
  height: 40px;
}
.uni-scrap .scrap-modal-common-button__cansel,
.uni-scrap .scrap-modal-edit-detail__title {
  color: #8e9193;
}
.uni-scrap .scrap-modal-common-button__perform {
  border-radius: 50px;
  color: #fff;
}
.uni-scrap .scrap-modal-common-button__perform--purple {
  background-color: indigo;
}
.uni-scrap .scrap-modal-common-button__perform:hover {
  opacity: 0.7;
}
.uni-scrap .scrap-modal-message-detail__text-caution {
  display: block;
  color: #fe5d4b;
}
.uni-scrap .scrap-modal-edit {
  left: calc(50% - 312.5px);
  top: calc(50% - 265.5px);
  width: 625px;
  height: 331px;
  background-color: #fff;
}
.uni-scrap .scrap-modal-edit-detail {
  padding: 30px;
}
.uni-scrap .scrap-modal-edit-detail__textarea {
  resize: none;
  width: 100%;
  height: 8rem;
  margin-top: 10px;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
}
@media screen and (min-width: 600px) {
  .p-header-category-wrapper {
    margin: 0 auto;
    width: 1056px;
  }
  .p-sidebar-important-contents {
    margin: 24px 0 0;
  }
  .p-ad-org-news-txt__item _:future {
    padding-top: 2px;
  }
  .uni-scrap .scrap-modal-common-button button,
  .uni-scrap .scrap-modal-common-head,
  .uni-scrap .scrap-modal-edit-detail {
    font-size: 0.875rem;
  }
  .uni-scrap .scrap-modal-common-button {
    position: absolute;
    bottom: 20px;
    right: 20px;
  }
  .uni-scrap .scrap-modal-message-detail__text-caution {
    font-size: 0.75rem;
  }
  .uni-scrap .scrap-modal-edit-detail__textarea {
    font-size: 1rem;
  }
}
.uni-scrap .scrap-modal-comp {
  position: absolute;
  left: calc(50% - 250px);
  top: calc(50% - 125px);
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  width: 500px;
  height: 250px;
  background-color: #fff;
}
@media screen and (max-width: 599px) {
  img {
    height: auto;
    max-width: 100%;
    width: auto;
  }
  p {
    line-height: 1.8;
  }
  .c-article-header-date,
  .uni-scrap .scrap-modal-message-detail__text-caution {
    font-size: 0.75rem;
  }
  .c-list-title--side,
  .uni-scrap .scrap-modal-edit-detail__textarea {
    font-size: 1rem;
  }
  .c-category-title {
    padding: 0.8rem 16px;
    line-height: 1.2rem;
  }
  .c-article-title {
    margin-top: 0.5rem;
    font-size: 1.4375rem;
  }
  .p-main-contents {
    font-size: 1rem;
    margin: 24px 0;
  }
  .article-content {
    padding: 0 16px;
  }
  .p-header-category-breadcrumbs ul li {
    font-size: 0.625rem;
  }
  .p-list-item {
    flex-basis: 100%;
    padding: 16px 0;
    margin: 0 16px;
  }
  .p-ad-org-news-txt__item _:future {
    padding-top: 2px;
  }
  .uni-scrap .scrap-modal-common-button button,
  .uni-scrap .scrap-modal-common-head {
    font-size: 0.875rem;
  }
  .uni-scrap .scrap-modal-common-button {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
    padding: 10px;
    background-color: rgba(75, 0, 130, 0.1);
  }
  .uni-scrap .scrap-modal-edit {
    left: 5%;
    top: 80px;
    width: 90%;
    height: auto;
  }
  .uni-scrap .scrap-modal-edit-detail {
    font-size: 0.875rem;
    padding: 20px 10px;
  }
  .uni-scrap .scrap-modal-comp {
    left: 5%;
    width: 90%;
  }
}
:where(.wp-block-button__link) {
  border-radius: 9999px;
  box-shadow: none;
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
  text-decoration: none;
}
.wp-block-button .wp-block-button__link:where(.has-border-color) {
  border-width: initial;
}
.wp-block-button .wp-block-button__link:where([style*="border-top-color"]) {
  border-top-width: medium;
}
.wp-block-button .wp-block-button__link:where([style*="border-right-color"]) {
  border-right-width: medium;
}
.wp-block-button .wp-block-button__link:where([style*="border-bottom-color"]) {
  border-bottom-width: medium;
}
.wp-block-button .wp-block-button__link:where([style*="border-left-color"]) {
  border-left-width: medium;
}
.wp-block-button .wp-block-button__link:where([style*="border-style"]) {
  border-width: initial;
}
.wp-block-button .wp-block-button__link:where([style*="border-top-style"]) {
  border-top-width: medium;
}
.wp-block-button .wp-block-button__link:where([style*="border-right-style"]) {
  border-right-width: medium;
}
.wp-block-button .wp-block-button__link:where([style*="border-bottom-style"]) {
  border-bottom-width: medium;
}
.wp-block-button .wp-block-button__link:where([style*="border-left-style"]) {
  border-left-width: medium;
}
.wp-block-calendar table:where(:not(.has-text-color)) {
  color: #40464d;
}
.wp-block-calendar table:where(:not(.has-text-color)) td,
.wp-block-calendar table:where(:not(.has-text-color)) th {
  border-color: #ddd;
}
:where(.wp-block-calendar table:not(.has-background) th) {
  background: #ddd;
}
:where(.wp-block-columns) {
  margin-bottom: 1.75em;
}
:where(.wp-block-columns.has-background) {
  padding: 1.25em 2.375em;
}
.wp-block-post-comments .comment-reply-title :where(small) {
  font-size: var(--wp--preset--font-size--medium, smaller);
  margin-left: 0.5em;
}
:where(.wp-block-post-comments input[type="submit"]) {
  border: none;
}
.wp-block-cover h1:where(:not(.has-text-color)),
.wp-block-cover h2:where(:not(.has-text-color)),
.wp-block-cover h3:where(:not(.has-text-color)),
.wp-block-cover h4:where(:not(.has-text-color)),
.wp-block-cover h5:where(:not(.has-text-color)),
.wp-block-cover h6:where(:not(.has-text-color)),
.wp-block-cover p:where(:not(.has-text-color)),
.wp-block-cover-image h1:where(:not(.has-text-color)),
.wp-block-cover-image h2:where(:not(.has-text-color)),
.wp-block-cover-image h3:where(:not(.has-text-color)),
.wp-block-cover-image h4:where(:not(.has-text-color)),
.wp-block-cover-image h5:where(:not(.has-text-color)),
.wp-block-cover-image h6:where(:not(.has-text-color)),
.wp-block-cover-image p:where(:not(.has-text-color)) {
  color: inherit;
}
:where(.wp-block-cover-image:not(.has-text-color)),
:where(.wp-block-cover:not(.has-text-color)) {
  color: #fff;
}
:where(.wp-block-cover-image.is-light:not(.has-text-color)),
:where(.wp-block-cover.is-light:not(.has-text-color)) {
  color: #000;
}
:where(.wp-block-file) {
  margin-bottom: 1.5em;
}
:where(.wp-block-file__button) {
  border-radius: 2em;
  display: inline-block;
  padding: 0.5em 1em;
}
:where(.wp-block-file__button):is(a):active,
:where(.wp-block-file__button):is(a):focus,
:where(.wp-block-file__button):is(a):hover,
:where(.wp-block-file__button):is(a):visited {
  box-shadow: none;
  color: #fff;
  opacity: 0.85;
  text-decoration: none;
}
h1.has-text-align-left[style*="writing-mode"]:where([style*="vertical-lr"]),
h1.has-text-align-right[style*="writing-mode"]:where([style*="vertical-rl"]),
h2.has-text-align-left[style*="writing-mode"]:where([style*="vertical-lr"]),
h2.has-text-align-right[style*="writing-mode"]:where([style*="vertical-rl"]),
h3.has-text-align-left[style*="writing-mode"]:where([style*="vertical-lr"]),
h3.has-text-align-right[style*="writing-mode"]:where([style*="vertical-rl"]),
h4.has-text-align-left[style*="writing-mode"]:where([style*="vertical-lr"]),
h4.has-text-align-right[style*="writing-mode"]:where([style*="vertical-rl"]),
h5.has-text-align-left[style*="writing-mode"]:where([style*="vertical-lr"]),
h5.has-text-align-right[style*="writing-mode"]:where([style*="vertical-rl"]),
h6.has-text-align-left[style*="writing-mode"]:where([style*="vertical-lr"]),
h6.has-text-align-right[style*="writing-mode"]:where([style*="vertical-rl"]) {
  rotate: 180deg;
}
.wp-block-image :where(.has-border-color) {
  border-style: solid;
}
.wp-block-image :where([style*="border-top-color"]) {
  border-top-style: solid;
}
.wp-block-image :where([style*="border-right-color"]) {
  border-right-style: solid;
}
.wp-block-image :where([style*="border-bottom-color"]) {
  border-bottom-style: solid;
}
.wp-block-image :where([style*="border-left-color"]) {
  border-left-style: solid;
}
.wp-block-image :where([style*="border-width"]) {
  border-style: solid;
}
.wp-block-image :where([style*="border-top-width"]) {
  border-top-style: solid;
}
.wp-block-image :where([style*="border-right-width"]) {
  border-right-style: solid;
}
.wp-block-image :where([style*="border-bottom-width"]) {
  border-bottom-style: solid;
}
.wp-block-image :where([style*="border-left-width"]) {
  border-left-style: solid;
}
.wp-lightbox-container button:focus-visible {
  outline: -webkit-focus-ring-color auto 3px;
  outline-offset: 3px;
}
.wp-lightbox-container button:not(:hover):not(:active):not(.has-background) {
  background-color: rgba(90, 90, 90, 0.25);
  border: none;
}
.wp-lightbox-overlay
  .close-button:not(:hover):not(:active):not(.has-background) {
  background: 0 0;
  border: none;
}
:where(
  .wp-block-latest-comments:not(
    [style*="line-height"] .wp-block-latest-comments__comment
  )
) {
  line-height: 1.1;
}
:where(
  .wp-block-latest-comments:not(
    [style*="line-height"] .wp-block-latest-comments__comment-excerpt p
  )
) {
  line-height: 1.8;
}
.has-dates :where(.wp-block-latest-comments:not([style*="line-height"])),
.has-excerpts :where(.wp-block-latest-comments:not([style*="line-height"])) {
  line-height: 1.5;
}
.wp-block-navigation:where(:not([class*="has-text-decoration"])) a {
  text-decoration: none;
}
.wp-block-navigation:where(:not([class*="has-text-decoration"])) a:active,
.wp-block-navigation:where(:not([class*="has-text-decoration"])) a:focus {
  text-decoration: none;
}
:where(
  .wp-block-navigation.has-background
    .wp-block-navigation-item
    a:not(.wp-element-button)
),
:where(
  .wp-block-navigation.has-background
    .wp-block-navigation-submenu
    a:not(.wp-element-button)
) {
  padding: 0.5em 1em;
}
:where(
  .wp-block-navigation
    .wp-block-navigation__submenu-container
    .wp-block-navigation-item
    a:not(.wp-element-button)
),
:where(
  .wp-block-navigation
    .wp-block-navigation__submenu-container
    .wp-block-navigation-submenu
    a:not(.wp-element-button)
),
:where(
  .wp-block-navigation
    .wp-block-navigation__submenu-container
    .wp-block-navigation-submenu
    button.wp-block-navigation-item__content
),
:where(
  .wp-block-navigation
    .wp-block-navigation__submenu-container
    .wp-block-pages-list__item
    button.wp-block-navigation-item__content
) {
  padding: 0.5em 1em;
}
.wp-block-navigation__responsive-container :where(.wp-block-navigation-item a) {
  color: inherit;
}
.has-drop-cap:not(:focus)::first-letter {
  float: left;
  font-size: 8.4em;
  font-style: normal;
  font-weight: 100;
  line-height: 0.68;
  margin: 0.05em 0.1em 0 0;
  text-transform: uppercase;
}
body.rtl .has-drop-cap:not(:focus)::first-letter {
  float: none;
  margin-left: 0.1em;
}
:where(p.has-text-color:not(.has-link-color)) a {
  color: inherit;
}
.wp-block-post-comments-form[style*="font-weight"]
  :where(.comment-reply-title) {
  font-weight: inherit;
}
.wp-block-post-comments-form[style*="font-family"]
  :where(.comment-reply-title) {
  font-family: inherit;
}
.wp-block-post-comments-form[class*="-font-size"] :where(.comment-reply-title),
.wp-block-post-comments-form[style*="font-size"] :where(.comment-reply-title) {
  font-size: inherit;
}
.wp-block-post-comments-form[style*="line-height"]
  :where(.comment-reply-title) {
  line-height: inherit;
}
.wp-block-post-comments-form[style*="font-style"] :where(.comment-reply-title) {
  font-style: inherit;
}
.wp-block-post-comments-form[style*="letter-spacing"]
  :where(.comment-reply-title) {
  letter-spacing: inherit;
}
.wp-block-post-comments-form .comment-reply-title :where(small) {
  font-size: var(--wp--preset--font-size--medium, smaller);
  margin-left: 0.5em;
}
:where(.wp-block-post-excerpt) {
  margin-bottom: var(--wp--style--block-gap);
  margin-top: var(--wp--style--block-gap);
}
.wp-block-post-featured-image:where(.alignleft, .alignright) {
  width: 100%;
}
:where(.wp-block-preformatted.has-background) {
  padding: 1.25em 2.375em;
}
:where(.wp-block-pullquote) {
  margin: 0 0 1em;
}
.wp-block-quote.is-large:where(:not(.is-style-plain)),
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) {
  margin-bottom: 1em;
  padding: 0 1em;
}
.wp-block-quote.is-large:where(:not(.is-style-plain)) p,
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) p {
  font-size: 1.5em;
  font-style: italic;
  line-height: 1.6;
}
.wp-block-quote.is-large:where(:not(.is-style-plain)) cite,
.wp-block-quote.is-large:where(:not(.is-style-plain)) footer,
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite,
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer {
  font-size: 1.125em;
  text-align: right;
}
:where(.wp-block-search__button) {
  border: 1px solid #ccc;
  padding: 6px 10px;
}
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
  border: 1px solid #949494;
  box-sizing: border-box;
  padding: 4px;
}
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper)
  .wp-block-search__input {
  border: none;
  border-radius: 0;
  padding: 0 4px;
}
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper)
  .wp-block-search__input:focus {
  outline: 0;
}
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper)
  :where(.wp-block-search__button) {
  padding: 4px 8px;
}
:where(.wp-block-term-description) {
  margin-bottom: var(--wp--style--block-gap);
  margin-top: var(--wp--style--block-gap);
}
:where(pre.wp-block-verse) {
  font-family: inherit;
}
:root {
  --wp--preset--font-size--normal: 16px;
  --wp--preset--font-size--huge: 42px;
  --grey: #81888c;
  --box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  --check-font-regular: "IBM Plex Mono", IBM Plex, monospace;
}
html :where(.has-border-color) {
  border-style: solid;
}
html :where([style*="border-top-color"]) {
  border-top-style: solid;
}
html :where([style*="border-right-color"]) {
  border-right-style: solid;
}
html :where([style*="border-bottom-color"]) {
  border-bottom-style: solid;
}
html :where([style*="border-left-color"]) {
  border-left-style: solid;
}
html :where([style*="border-width"]) {
  border-style: solid;
}
html :where([style*="border-top-width"]) {
  border-top-style: solid;
}
html :where([style*="border-right-width"]) {
  border-right-style: solid;
}
html :where([style*="border-bottom-width"]) {
  border-bottom-style: solid;
}
html :where([style*="border-left-width"]) {
  border-left-style: solid;
}
html :where(img[class*="wp-image-"]) {
  height: auto;
  max-width: 100%;
}
:where(figure) {
  margin: 0 0 1em;
}
html :where(.is-position-sticky) {
  --wp-admin--admin-bar--position-offset: var(
    --wp-admin--admin-bar--height,
    0px
  );
}
@media screen and (max-width: 600px) {
  html :where(.is-position-sticky) {
    --wp-admin--admin-bar--position-offset: 0px;
  }
}
:where(.is-layout-flex) {
  gap: 0.5em;
}
:where(.is-layout-grid) {
  gap: 0.5em;
}
body
  .is-layout-constrained
  > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: var(--wp--style--global--content-size);
  margin-left: auto !important;
  margin-right: auto !important;
}
.wp-block-navigation a:where(:not(.wp-element-button)) {
  color: inherit;
}
:where(.wp-block-post-template.is-layout-flex) {
  gap: 1.25em;
}
:where(.wp-block-post-template.is-layout-grid) {
  gap: 1.25em;
}
:where(.wp-block-columns.is-layout-flex) {
  gap: 2em;
}
:where(.wp-block-columns.is-layout-grid) {
  gap: 2em;
}
.go3670563033 {
  position: relative;
  display: none;
}
#onetrust-pc-sdk [type="checkbox"]:not(:checked) {
  pointer-events: initial;
}
.category-vendors-list-handler + a:focus-visible {
  outline: rgb(0, 0, 0) solid 2px;
}
.comments {
  margin-top: 2rem;
  font-size: 1rem;
}
.block {
  padding-top: 0.5rem;
}
.answer {
  padding-left: 3rem;
}
.answer-block {
  border-left: 4px solid #000;
  padding-top: 0.4rem !important;
}
.comments__title {
  font-weight: 700;
  color: #1b1b1b;
}
.comments__title::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  margin-bottom: 1rem;
}
.comments__block {
  border-bottom: 1px solid rgba(0, 0, 0, 0.28);
}
.block__input {
  display: flex;
  flex-direction: column;
  background-color: #f7f7f7;
  padding: 12px 16px 20px;
}
.block__input-top,
.info__name {
  display: flex;
  align-items: center;
}
.block__input-top {
  justify-content: space-between;
  padding-bottom: 1rem;
}
.block__input-top span:first-child {
  color: #000;
  font-weight: 700;
}
.block__input-top span:last-child {
  color: #3b5998;
}
.block__input-info {
  display: flex;
  gap: 0.4rem;
}
.block__input-info input {
  width: 100%;
  height: 80px;
  border-radius: 5px;
  border: 1px solid #1b1b1b;
  text-align: left;
}
.avatar__img {
  max-width: 50px;
  border-radius: 5px;
}
.block__row {
  padding: 0 10px;
  display: flex;
}
.block__info {
  flex: 1 1 90%;
  margin-left: 0.5rem;
}
.info__name {
  justify-content: space-between;
  font-weight: 600;
}
.info__like,
.info__name-dis {
  align-items: center;
  display: flex;
}
.info__name-dis {
  gap: 0.2rem;
  color: #4d4d4d;
  font-size: 0.9rem;
}
.info__text-text {
  text-align: left;
  font-size: 16px;
}
.info__like {
  justify-content: flex-end;
  padding-bottom: 5px;
}
.info__like-row {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 1rem;
  color: rgba(77, 77, 77, 0.467);
}
.info__like-row .fa-twitter {
  font-size: 0.8rem;
}
.block__info::after {
  margin-bottom: 1rem;
}
.reg {
  margin-top: 1rem;
  font-size: var(--text-size);
}
.reg__list {
  margin: 0 auto;
  font-size: var(--title-size);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  list-style: none;
  counter-reset: list-counter 0;
  width: 100%;
  padding-left: 0;
}
.reg__item,
.reg__item::before {
  display: flex;
  align-items: center;
}
.reg__item {
  counter-increment: list-counter 1;
  border: 1px solid #a198a5;
  box-shadow: #d7a5fa 0 1px 1px 0;
  padding: 10px;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 10px;
  line-height: 25px;
  font-size: 1.2rem;
}
.reg__item::before {
  content: counter(list-counter);
  border-radius: 50%;
  justify-content: center;
  width: 25px;
  height: 25px;
  flex-shrink: 0;
  line-height: 29px;
  text-align: center;
  font-weight: 700;
  margin-right: 10px;
  border: 2px solid #961eeb;
  color: #961eeb;
  font-family: ui-monospace;
}
.reg__item p {
  margin: 0;
  padding: 0;
}
.button-link {
  background-color: #007fff;
  display: block;
  margin: 2rem auto 1rem;
  max-width: 70%;
  padding: 15px;
  border-radius: 6px;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid transparent;
  animation: 2s ease-in-out infinite pulseAnimation;
  color: #fff !important;
  text-decoration: none !important;
}
@keyframes pulseAnimation {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.02);
  }
}
.reg__item::marker {
  color: indigo;
  font-size: 1.5rem;
}
@media (max-width: 580px) {
  .reg__list {
    max-width: 83%;
  }
}
.screenLock {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.msg {
  position: relative;
  width: 592px;
  background: linear-gradient(-45deg, #3c72b5, #7b9fcc);
  display: none;
  border: 5px solid #fff;
  border-radius: 7px;
  padding: 7px 7px 30px;
  box-sizing: border-box;
  max-width: 95vw;
}
h1.msg-title {
  font-size: 30px;
  font-family: Arial;
  text-align: center;
  color: #fff;
  font-weight: 700;
  margin: 20px 0 30px;
  line-height: 30px;
  text-transform: none;
}
.msg-text,
div.submit-popup {
  font-family: Verdana;
  color: #fff;
  line-height: 40px;
  text-align: center;
}
.msg-text {
  font-size: 27px;
  padding: 10px;
  margin: 40px auto 0;
  max-width: 500px;
}
.exit-cross,
div.submit-popup {
  font-size: 30px;
  cursor: pointer;
  font-weight: 700;
}
div.submit-popup {
  margin: 20px auto 0;
  width: 87%;
  display: block;
  background: #3c65b5;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 5px;
  text-decoration: none;
}
div.submit-popup:hover {
  background: #0c0;
}
.exit-cross {
  position: absolute;
  top: 5px;
  right: 5px;
  font-family: Arial;
  color: #c00;
}
@media (max-width: 650px) {
  .msg {
    width: 96vw;
    max-width: 96vw;
    padding: 5vw;
  }
  .highlight-line,
  .msg-text {
    padding: 3vw;
    font-size: 19px !important;
    line-height: 1.3 !important;
  }
  div.submit-popup {
    font-size: 19px;
    padding: 10px 0;
    line-height: 30px;
    width: 95%;
  }
}
.highlight-line {
  color: gold;
  font-weight: 700;
  margin-top: 40px !important;
  margin-bottom: 0 !important;
}
.info__text-text a,
p a {
  text-decoration: underline;
  color: #007fff !important;
}
.reg__list {
  max-width: 100%;
}
.info__text-text a:hover,
a:hover {
  text-decoration: underline;
  color: #e11229 !important;
}
.button-link:hover {
  background-color: #e11229;
  color: #fff !important;
}
.layout-contents__sidebar #sidebar_ranking_access label {
  cursor: unset;
}
.layout-contents {
  max-width: 1056px;
  width: 100%;
  gap: 10px;
}
.layout-contents__main {
  max-width: 724px;
  width: 100%;
}
.p-footer {
  max-width: 1280px;
  width: 100%;
  box-sizing: border-box;
}
@media (min-width: 600px) and (max-width: calc(1088px)) {
  .p-header-category-wrapper {
    padding: 0 16px;
  }
  .layout-contents {
    margin: 0;
    padding: 0 16px;
  }
}

#form-btn {
  scroll-margin-top: 200px;
}

.modal {
  z-index: 4;
  display: none;
  position: fixed;
  justify-content: center;
  align-items: center;
  padding: 10px;
  background-color: #00000088;
  inset: 0;
}

.modal-inner {
  max-width: 450px;
  width: 100%;
  position: relative;
}

#close {
  position: absolute;
  font-size: 24px;
  border: none;
  cursor: pointer;
  right: 0;
  font-weight: 700;
  background-color: transparent;
  border: none;
}
