@charset "UTF-8";
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
/* 12px/12px-Regular */
/* 14px/14px-Regular */
/* 14px/14px-Bold */
/* 16px/16px-Regular */
/* 16px/16px-bold */
/* 20px/20px-bold */
/* 24px/24px-bold */
/* 28px/28px-black */
/* 36px/36px-bold */
/* 40px/40px-black */
/* 数字/16px-Regular */
/* 数字/48px-bold */
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
/* 12px/12px-Regular */
/* 14px/14px-Regular */
/* 14px/14px-Bold */
/* 16px/16px-Regular */
/* 16px/16px-bold */
/* 20px/20px-bold */
/* 24px/24px-bold */
/* 28px/28px-black */
/* 36px/36px-bold */
/* 40px/40px-black */
/* 数字/16px-Regular */
/* 数字/48px-bold */
/*=============================================================
  01_base
=============================================================*/
html {
  width: 100%;
  height: 100%;
}

body {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
  color: #1E1E1E;
  -webkit-text-size-adjust: 100%;
  text-align: justify;
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
  }
}
body a {
  color: #1E1E1E;
  text-decoration: none;
  transition: 0.5s all;
}
body a[href^="tel:"] {
  pointer-events: none;
}
body a:hover {
  opacity: 0.7;
  transition: 0.5s all;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

/* --------------------------------------------------
-------------------------------------------------- 共通クラス */
main {
  background-color: #FFF481;
  background-repeat: repeat-y;
  background-size: contain;
  background-position: center;
}

.inner {
  width: calc(100% - 48px);
  max-width: 752px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  gap: 24px;
  position: relative;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .inner {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.inner .i_ttl {
  font-size: 40px;
  font-weight: 900;
  line-height: 140%; /* 56px */
}
.inner .i_ttl_sub {
  font-family: "Noto Sans JP";
  font-size: 28px;
  font-style: normal;
  font-weight: 900;
  line-height: 140%; /* 39.2px */
}
.inner .i_note {
  color: #757575;
  position: relative;
  text-align: left;
  width: 100%;
  padding-left: 14px;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 16.8px */
}
.inner .i_note_wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.inner .i_note::before {
  content: "※";
  position: absolute;
  left: 0;
  display: inline-block;
}

.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.txt-red {
  color: #FF1269;
}
.txt-blue {
  color: #1573FA;
}
.txt-yellow {
  color: #FFF481;
}
.txt-gray {
  color: #757575;
}

.txt-link {
  color: #1573FA;
  background-image: linear-gradient(90deg, #1573FA, #1573FA);
  background-size: 100% 1px;
  background-position: bottom;
  background-repeat: no-repeat;
  transition: 0.2s all;
  cursor: pointer;
}
.txt-link:hover {
  opacity: 1;
  background-size: 100% 0;
  transition: 0.2s all;
}

.emphasis {
  font-weight: 700;
}

/*=============================================================
  02_layout
=============================================================*/
/* --------------------------------------------------
-------------------------------------------------- header */
.content {
  background-image: url(../img/bg_default-sp.png);
  background-repeat: repeat-y;
  background-size: contain;
  padding-bottom: 112px;
}
@media screen and (min-width: 768px) {
  .content {
    background-image: url(../img/bg_default-pc.png);
  }
}

.cta {
  background-color: #ffffff;
  margin-top: 24px;
  text-align: center;
}
.cta .wrap {
  padding-right: 0;
  padding-left: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .cta .wrap {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.cta_note {
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 16.8px */
}

.accordion {
  padding: 6px 24px;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  border-radius: 24px;
  border: 2px solid #E6EFFC;
  background: #ffffff;
  text-align: left;
  width: calc(100% - 52px);
}
.accordion:hover {
  cursor: pointer;
}
.accordion_ttl {
  display: flex;
  align-items: center;
  padding: 8px 32px 8px 0px;
  color: #1573FA;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  position: relative;
  width: calc(100% - 18px);
}
.accordion_ttl::after {
  content: "";
  background: url(../img/ico_arrow_blue.svg);
  width: 32px;
  height: 32px;
  right: 0;
  position: absolute;
}
.accordion_txt {
  padding: 8px 0;
}
.accordion.open .accordion_ttl::after {
  transform: rotate(180deg);
  transition: 0.5s all;
}

#sponsorship {
  position: relative;
}
#sponsorship .sl {
  gap: 16px;
  flex-direction: column;
}
#sponsorship .sl_item {
  gap: 16px;
  flex-direction: column;
}
#sponsorship .bl {
  gap: 8px;
  justify-content: center;
}
#sponsorship .bl_item {
  width: 154px;
}
@media screen and (min-width: 768px) {
  #sponsorship .bl_item {
    width: 200px;
  }
}
#sponsorship .s_note {
  font-size: 12px;
  line-height: 140%;
  /* 16.8px */
  margin-top: 48px;
  font-weight: 400;
  text-align: left;
}

/* --------------------------------------------------
-------------------------------------------------- footer */
#pagetop {
  position: fixed;
  right: 8px;
  bottom: 30px;
  cursor: pointer;
  z-index: 999;
  opacity: 0;
  transition: opacity 0.5s;
  width: 56px;
}
@media screen and (min-width: 768px) {
  #pagetop {
    width: 80px;
    right: 40px;
  }
}
#pagetop.active {
  opacity: 1;
}
#pagetop.stop {
  position: absolute;
  bottom: 336px;
}
@media screen and (min-width: 768px) {
  #pagetop.stop {
    bottom: 254px;
  }
}

#footer {
  background-color: #1573FA;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  color: #ffffff;
  position: relative;
  border-top: solid 1px #1573FA;
  padding-right: 0;
  padding-left: 0;
  padding-top: 32px;
  padding-bottom: 32px;
}
@media screen and (min-width: 768px) {
  #footer {
    padding-right: 40px;
    padding-left: 40px;
  }
}
#footer::before, #footer::after {
  content: "";
  position: absolute;
  top: -80px;
  background-color: #1573FA;
  height: 80px;
  width: 50%;
  z-index: 1;
}
#footer::before {
  left: 0;
  clip-path: polygon(0 0, 100% 100%, 0 100%);
}
#footer::after {
  right: 0;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
#footer .share {
  font-family: "Oswald";
  font-size: 24px;
  line-height: 140%; /* 33.6px */
}
#footer .sn {
  gap: 16px;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
}
#footer .sn_item {
  width: 40px;
}
#footer .logo {
  display: flex;
  height: 22.933px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  aspect-ratio: 160/22.93;
  margin-top: 70.8px;
}
#footer .logo img {
  width: 160.262px;
  height: 22.4px;
  aspect-ratio: 160.26/22.4;
}
#footer small {
  margin-top: 24px;
  font-size: 10px;
  font-weight: 400;
  line-height: 140%; /* 14px */
}

/* --------------------------------------------------
-------------------------------------------------- nav */
.nav {
  position: fixed;
  z-index: 1000;
  display: flex;
  gap: 8px;
  flex-direction: column;
  align-items: flex-end;
  right: 16px;
  top: 16px;
}
@media screen and (min-width: 768px) {
  .nav {
    width: 64px;
    height: 64px;
  }
}
.nav .btn-nav {
  position: relative;
  width: 48px;
  height: 48px;
  min-height: 48px;
  cursor: pointer;
  border-radius: 10.667px;
  background: #1E1E1E;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  right: 0;
  top: 0;
  z-index: 1000;
}
@media screen and (min-width: 768px) {
  .nav .btn-nav {
    width: 64px;
    height: 64px;
    min-height: 64px;
  }
}
.nav .btn-nav span {
  transition: 0.5s all;
  height: 2px;
  width: 24px;
  border-radius: 50px;
  background-color: #ffffff;
}
.nav_wrap {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
@media screen and (min-width: 768px) {
  .nav_wrap {
    width: 318px;
    height: 100%;
    right: 0;
    margin: 0 0 0 auto;
    top: 84px;
  }
}
.nav_box {
  border-radius: 24px;
  border: 2px solid #1E1E1E;
  background: #ffffff;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  display: flex;
  padding: 32px;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  transition: 0.5s all;
  position: relative;
  top: 72px;
  width: 250px;
  margin: 0 auto;
  opacity: 0;
  transition: 0.5s all;
}
@media screen and (min-width: 768px) {
  .nav_box {
    right: 16px;
    margin: 0 0 0 auto;
    position: absolute;
    top: 0;
    right: 0;
  }
}
.nav .nl {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
.nav .nl_i {
  display: flex;
  justify-content: left;
  align-items: baseline;
  gap: 8px;
  padding: 4px 0px;
  width: 100%;
}
.nav .nl_i::before {
  content: "";
  background-image: url(../img/deco_blue.svg);
  background-repeat: no-repeat;
  width: 8px;
  height: 8px;
}
.nav .nl_i a {
  width: 100%;
}
.nav .btn-set {
  padding-top: 16px;
  gap: 16px;
  background: url(../img/hr_dotted.svg);
  background-repeat: no-repeat;
}
.nav_sns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
}
.nav_sns .snsl {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

@media screen and (max-width: 768px) {
  html.active {
    overflow-y: hidden;
  }
}
@media screen and (max-width: 768px) {
  html.active .nav {
    top: 0;
    left: 0;
    right: auto;
    width: 100%;
    height: 100vh;
  }
}
html.active .nav_wrap {
  display: block;
}
@media screen and (max-width: 768px) {
  html.active .nav_wrap {
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
  }
}
@media screen and (max-width: 768px) {
  html.active .btn-nav {
    top: 16px;
    right: 16px;
  }
}
html.active .btn-nav span {
  width: 17.752px;
}
html.active .btn-nav span:nth-of-type(1) {
  transform: translateY(6px) rotate(-45deg);
}
html.active .btn-nav span:nth-of-type(2) {
  transform: translateY(-6px) rotate(45deg);
}
html.active .nav_box {
  opacity: 1;
  transition: 0.5s all;
}

.anime-fadeIn {
  animation: fadeIn 1.5s ease-out forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.anime-slideIn {
  animation: slideIn 1.5s ease-out forwards;
}

@keyframes slideIn {
  from {
    opacity: 1;
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  to {
    opacity: 1;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
/* --------------------------------------------------
-------------------------------------------------- button */
.btn-set {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin: 0 auto;
}

.btn-cta,
.btn-cta-sm {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #ffffff;
  margin: 0 auto;
  padding: 16px 32px;
  width: 263px;
  border-radius: 1000px;
  background: #FF005E;
  transition: 0.5s all;
}
.btn-cta img,
.btn-cta-sm img {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 16px;
  top: calc(50% - 12px);
}
@media screen and (min-width: 768px) {
  .btn-cta,
  .btn-cta-sm {
    width: 336px;
  }
}
.btn-cta:not(.disabled):hover,
.btn-cta-sm:not(.disabled):hover {
  background-color: #B50D4B;
  opacity: 1;
}
.btn-cta.disabled,
.btn-cta-sm.disabled {
  background-color: #D4D4D4;
  box-shadow: unset;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 28px */
}

.btn-cta {
  box-shadow: 0 4px 0 0 #1E1E1E;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 28px */
}
.btn-cta .txt-sm {
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
@media screen and (min-width: 768px) {
  .btn-cta {
    font-family: "Noto Sans JP";
    font-size: 36px;
    font-style: normal;
    font-weight: 900;
    line-height: 140%; /* 39.2px */
  }
  .btn-cta .txt-sm {
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
  }
}

.btn-cta-sm {
  width: 216px;
  padding: 16px;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 28px */
}

.btn-default {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  background-color: #1E1E1E;
  height: 65px;
  min-width: 263px;
  max-width: 400px;
  padding: 16px 32px;
  margin: 0 auto;
  border-radius: 1000px;
  color: #ffffff;
  position: relative;
  transition: 0.5s all;
}
.btn-default p {
  font-weight: 400;
  line-height: 140%;
}
.btn-default span {
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
}
.btn-default .ico_blank {
  position: absolute;
  right: 24px;
  width: 22px;
}
.btn-default .logo_x {
  position: absolute;
  left: 32px;
  width: 40px;
}
.btn-default .ico_eye {
  position: absolute;
  left: 32px;
  width: 40px;
}
.btn-default .logo_youtube {
  position: absolute;
  left: 32px;
  width: 40px;
}
.btn-default:hover {
  opacity: 0.7;
  cursor: pointer;
  transition: 0.5s all;
}
.btn-default.btn-x {
  background-color: #000;
}
.btn-default.btn-youtube {
  background-color: #1E1E1E;
  text-align: center;
}
.btn-default.disabled {
  background-color: #D4D4D4;
}
.btn-default.disabled:hover {
  opacity: 1;
  cursor: default;
}

.btn-read {
  height: 44px;
  background-color: #FF005E;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  margin: 0 auto;
  padding: 16px 32px;
  border-radius: 1000px;
  transition: 0.5s all;
  position: relative;
  width: calc(100% - 64px);
  box-shadow: 0 4px 0 0 #1E1E1E;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
.btn-read .ico_eye {
  width: 40px;
  position: absolute;
  left: 12px;
}
.btn-read .ico_blank {
  width: 22px;
  position: absolute;
  right: 24px;
}
.btn-read:not(.disabled):hover {
  background-color: #B50D4B;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .btn-read {
    margin: 16px auto;
    height: 56px;
    max-width: 336px;
    font-family: "Noto Sans JP";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 28px */
  }
  .btn-read .ico_eye {
    width: 56px;
  }
}

/*=============================================================
  result
=============================================================*/
/* --------------------------------------------------
-------------------------------------------------- kv */
#resultKv {
  position: relative;
  background-color: #E6EFFC;
  width: 100%;
  overflow: hidden;
  display: grid;
  place-items: center;
}
#resultKv h1 {
  position: relative;
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #resultKv h1 {
    max-width: 1000px;
  }
}
#resultKv .kv_bg {
  position: absolute;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  bottom: 0;
}
#resultKv .kv_content {
  position: relative;
  z-index: 1;
}

/* --------------------------------------------------
-------------------------------------------------- content */
#resultIntro {
  background-color: #ffffff;
  padding: 16px 0;
}
#resultIntro .inner {
  padding: 0 24px;
  gap: 8px;
}

#awardItem {
  background-color: #0062E1;
  background-image: url(../img/result/bg_result-sp.webp);
  background-size: contain;
  background-position: center;
  background-repeat: repeat-y;
  background-position: top;
}
@media screen and (min-width: 768px) {
  #awardItem {
    background-image: url(../img/result/bg_result-pc.webp);
  }
}
#awardItem .inner {
  padding-top: 96px;
}
#awardItem .al {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  gap: 96px;
}
#awardItem .al_i {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
#awardItem .al_i::before {
  content: "";
  background-color: #FFF481;
  width: 190px;
  height: 175px;
  top: -45px;
  display: block;
  position: absolute;
  border-radius: 100%;
}
#awardItem .al_i::after {
  content: "";
  width: 58px;
  height: 21px;
  position: absolute;
  top: -22px;
  background-image: url(../img/result/deco_star.svg);
  background-repeat: no-repeat;
  z-index: 10;
}
#awardItem .al_i_inner {
  width: 100%;
  z-index: 10;
  overflow: hidden;
  border-radius: 24px;
  background-color: #E6EFFC;
  position: relative;
}
#awardItem .al_i .hgr {
  padding: 32px 24px 24px;
  background-color: #FFF481;
  display: flex;
  justify-content: center;
  gap: 4px;
}
@media screen and (min-width: 768px) {
  #awardItem .al_i .hgr {
    gap: 72px;
  }
}
#awardItem .al_i .hgr_deco {
  width: 22px;
}
#awardItem .al_i .hgr_inner {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  #awardItem .al_i .hgr_inner {
    width: calc(100% - 70px);
  }
}
#awardItem .al_i .hgr .hc img {
  height: 39px;
  width: auto;
}
@media screen and (min-width: 768px) {
  #awardItem .al_i .hgr .hc img {
    height: 50px;
  }
}
#awardItem .al_i .hgr .hc_sub span {
  background-color: #ffffff;
  padding: 4px 16px;
  border-radius: 64px;
  margin-top: 14px;
}
@media screen and (max-width: 768px) {
  #awardItem .al_i .hgr .award_02 .hc img {
    height: 78px;
  }
}
#awardItem .al_i .pl {
  padding: 24px 24px;
}
#awardItem .al_i .pl_i {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  max-width: 326px;
  margin: 0 auto;
}
#awardItem .al_i .pl_i dt {
  color: #1573FA;
  width: 28px;
}
#awardItem .al_i .pl_i dd {
  width: calc(100% - 36px);
}
#awardItem .al_i .pl_i .ddl {
  text-align: left;
}
#awardItem .al_i .pl_i .ddl_i {
  position: relative;
  padding-left: 16px;
}
#awardItem .al_i .pl_i .ddl_i::before {
  content: "・";
  display: inline-block;
  position: absolute;
  left: 0;
}
#awardItem .al_i .mdetail {
  background-color: #ffffff;
  border-radius: 24px;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-right: 24px;
  padding-left: 24px;
  display: flex;
  gap: 16px;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  #awardItem .al_i .mdetail {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media screen and (min-width: 768px) {
  #awardItem .al_i .mdetail {
    padding-right: 56px;
    padding-left: 56px;
  }
}
#awardItem .al_i .mdetail figure {
  border: solid 2px #FF005E;
}
#awardItem .al_i .mdetail_hgr {
  display: flex;
  gap: 8px;
  flex-direction: column;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
#awardItem .al_i .mdetail_hgr .hc {
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 28px */
}
#awardItem .al_i .mdetail_hgr .hc::before {
  content: "『";
}
#awardItem .al_i .mdetail_hgr .hc::after {
  content: "』";
}
#awardItem .al_i .mdetail .mdetail_item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: left;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
}
#awardItem .al_i .mdetail .synopsis_hl {
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  color: #1573FA;
}
#awardItem .al_i .mdetail .rl {
  background: url(../img/hr_dotted.svg);
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  padding-top: 24px;
}
#awardItem .al_i .mdetail .rl_i {
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: left;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
}
#awardItem .al_i .mdetail .rl_i_hl {
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
#awardItem .al_i .mdetail .rl_i_hl span {
  padding: 4px 8px;
}
#awardItem .al_i .mdetail .rl_i_hl span.yellow {
  background-color: #FFF481;
}
#awardItem .al_i .mdetail .rl_i_hl span.red {
  background-color: #FFE7F0;
}
#awardItem .al_i .mdetail .rl_i .txt-sm {
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 16.8px */
}/*# sourceMappingURL=result.css.map */