@charset "utf-8";

/***************************************************************************
	共通スタイル
***************************************************************************/
:root {
  --color-base: #231815;
  --color-gold: #bf9f4b;
  --font-size-base: min(3.7vw, 14px);
  --line-height-base: 1.6; /*ベースの行間*/
  /*カラー*/
  --color-logo1: #0a1a32; /* ロゴ色1 */
  --color-logo2: #bf9f4b; /* ロゴ色2 */
  --color-logo1-1: #f2f3f4; /* ロゴ色1薄 */
  --color-logo2-1: #faf8f2; /* ロゴ色2薄 */
  --color-bg: rgba(191, 159, 75, 0.4);
  --color-white: #fff; /* 白 */
  --color-text: #231815; /* ロゴ色 */
  --color-inactive1: #eeeeee; /* ロゴ色 */
  --color-inactive2: #cccccc; /* ロゴ色 */
  --color-error: #b11226; /* エラーテキスト */
  --color-errorbg: #f8e8ea; /* エラーテキスト */

  /*フォントサイズ*/
  --font-size-base: min(3.7vw, 14px); /*  14px */
  --font-size-l: min(4.23vw, 16px); /*   16px */
  --font-size-xl: min(4.76vw, 18px); /*  18px */

  /*隙間*/
  --spacing-xs: 5px;
  --spacing-s: 10px;
  --spacing-m: 15px;
  --spacing-l: 20px;
  --spacing-xl: 30px;
  --spacing-xxl: 40px;

  /* timer用 */
  --rotate-duration: 30s; /* デフォルト値 */
}
/* @view-transition {
  navigation: auto;
} */
/* .checkList {
  view-transition-name: checklist;
}
::view-transition-old(checklist) {
  animation: 1s ease-out slide-out;
}
::view-transition-new(checklist) {
  animation: 1s ease-in slide-in;
}
@keyframes slide-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
} */

html {
  /* smooth scroll css */
  scroll-behavior: smooth;
}
html {
  font-size: 62.5%; /* font-sizeは16pxの62.5%の10px */
  scroll-behavior: smooth;
}
body {
  font-size: 1.6rem; /*font-size : 16px と同等*/
  overflow-x: hidden;
}

::-ms-reveal {
  display: none;
}
picture,
figure {
  text-align: center;
}
button {
  cursor: pointer;
}
.center {
  text-align: center !important;
}
.relative {
  position: relative;
}
.bottom-xs {
  margin-bottom: var(--spacing-xs) !important;
}
.bottom-s {
  margin-bottom: var(--spacing-s) !important;
}
.bottom-m {
  margin-bottom: var(--spacing-m) !important;
}
.bottom-l {
  margin-bottom: var(--spacing-l) !important;
}
.bottom-xl {
  margin-bottom: var(--spacing-xl) !important;
}
.bottom-xxl {
  margin-bottom: var(--spacing-xxl) !important;
}

.noteList li,
.note {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 12px;
  line-height: 1.4;
  text-align: left;
}
.noteList,
.note {
  margin-bottom: 20px;
}
.noteList li:before,
.note:before {
  content: "※";
  font-size: 12px;
}
.note2 {
  margin-bottom: 10px;
}
.note2:before {
  content: "※";
  font-size: 12px;
}
.wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 100dvh;
  width: 100%;
  font-weight: 500;
  font-family: "Noto Sans Jp", sans-serif;
}
@media screen and (min-width: 768px) {
  .wrap {
    max-width: 468px;
    margin: 0 auto;
  }
}
.header {
  background: var(--color-logo1);
  width: 100vw;
  max-height: 54px;
  padding: 20px;
}
body#ranking .header .headerContents {
  max-width: 468px;
  margin: 0 auto;
  text-align: center;
}
body#ranking .header nav ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
body#ranking .header a {
  font-size: 16px;
  color: var(--color-white);
  text-decoration: none;
}

/* 模擬検定 */
#try.header {
  height: 54px;
  padding: 3px;
}
#try .headerContents {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
#try .hMockTest {
  line-height: 1;
  font-size: 12px;
  width: 47px;
  height: 47px;
  border: 1px solid var(--color-white);
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#try .hMockTest span {
  color: var(--color-white);
}
#try .hTimeLimit {
  background: var(--color-white);
  border-radius: 100vmax;
  width: calc(100% - 100px);
  padding: 0 5px;
  text-align: center;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#try .hTimeLimit p {
  font-size: 10px;
  width: 100%;
  border-radius: 100vmax;
  background: #ccc;
  color: var(--color-logo1);
}
#try .hQuestionList {
  line-height: 1;
  width: 47px;
  height: 47px;
  background: var(--color-white);
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
}
#try .hQuestionList a {
  position: relative;
  color: var(--color-logo1);
  font-size: 9px;
  text-align: center;
}
#try .hQuestionList a:before {
  content: "";
  display: inline-block;
  background: url(/lib/images/ico_list1.svg);
  background-size: cover;
  width: 37px;
  height: 22px;
  margin-bottom: 5px;
}
#try .hQuestionList.rev a:before {
  content: "";
  display: inline-block;
  background: url(/lib/images/ico_revC.svg);
  background-size: cover;
  width: 39px;
  height: 22px;
  margin-bottom: 5px;
}
/* .btnResult {
	background: var(--color-gold);
	border-radius: 100vmax;
	width: 335px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
} */
.btnResult a,
.btnResult button {
  background: var(--color-gold);
  border-radius: 100vmax;
  color: var(--color-white);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 335px;
  height: 60px;
  font-size: 18px;
  text-decoration: none;
  margin: 0 auto;
}
.btnResult button {
  font-family: inherit;
}
.btnResult a:before,
.btnResult button:before {
  content: url(/lib/images/ico_result.svg);
  display: inline-block;
  width: 25px;
  height: 30px;
  margin-right: 10px;
}
.btnResult a:after,
.btnResult button:after {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  content: "";
  background: url(/lib/images/ico_proceed.svg);
  background-size: cover;
  display: inline-block;
  width: 30px;
  height: 30px;
}
.menuStepExam .btn .btnHat {
  background: var(--color-gold);
  border-radius: 100vmax;
  color: var(--color-white);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 500px;
  height: 60px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  max-width: 468px;
  margin: 0 auto;
}
.menuStepExam .btn .btnHat span {
  font-size: 14px;
}
.menuStepExam .btn .btnHat:before {
  content: url(/lib/images/ico_hat.svg);
  display: inline-block;
  width: 30px;
  height: 20px;
  margin-right: 10px;
}
body.menuStepExam.beforeMock .icoClank:before {
  content: "";
  display: inline-block;
  background: url(/lib/images/ico_clank.svg);
  background-size: cover;
  width: 28px;
  height: 30px;
  margin-right: 5px;
}
body.menuStepExamAnswer #finish.btnD {
  background: var(--color-logo1);
  width: 215px;
}

/* footer */
.countdownBarContainer {
  width: 100%;
  text-align: center;
}
.countdownBar {
  position: relative;
  height: var(--height);
  height: 5px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 999px;
  overflow: hidden;
}
/* 中のシームレスに縮む要素（GPU加速のため transform: scaleX を使う） */
.bar-inner {
  height: 100%;
  transform-origin: left center; /* 左端から縮む */
  transform: scaleX(1);
  will-change: transform, background;
  display: flex;
  align-items: center;
  border-radius: inherit;
  background: linear-gradient(90deg, #10b981 0%, #3b82f6 40%, #7c3aed 100%);
  transition: background 200ms linear;
}
/* 薄い光のライン */
.bar-inner::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.08),
    rgba(255, 255, 255, 0.02)
  );
  mix-blend-mode: overlay;
  pointer-events: none;
}
/* 色をフェードさせるためのユーティリティクラス（JSで切替） */
.almost-out {
  background: linear-gradient(
    90deg,
    #f59e0b 0%,
    #f97316 40%,
    #ef4444 100%
  ) !important;
}
.out {
  background: linear-gradient(90deg, #ef4444 0%, #dc2626 100%) !important;
}
.menuStepExamAnswer footer,
.menuStepExamQuestion footer {
  position: fixed;
  bottom: 0;
  width: 100%;
}
.footer {
  width: 100%;
  margin-top: auto;
  /* position: fixed;
	bottom: 0; */
}
.footerBg {
  background: var(--color-logo1);
}
@media screen and (min-width: 768px) {
  .footerBg {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}
.footer .btnWrap {
  max-width: 468px;
  margin: 0 auto;
  padding: 20px;
  display: flex;
  justify-content: space-between;
}
.footer .btnWrap:not(:has(.btnPrev)) {
  justify-content: flex-end;
}
.footer .btnWrap button {
  background: var(--color-white);
  color: var(--color-logo1);
  width: 130px;
  height: 54px;
  display: flex;
  align-items: center;
  border-radius: 100vmax;
  position: relative;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
}
.footer .btnWrap button.btnPrev {
  padding: 0 20px 0 40px;
}
.footer .btnWrap button.btnNext {
  padding: 0 40px 0 20px;
}
.footer .btnWrap button.btnPrev:before {
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  background: url(/lib/images/ico_left.svg);
  background-size: cover;
  width: 20px;
  height: 20px;
}
.footer .btnWrap button.btnNext:after {
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  background: url(/lib/images/ico_right.svg);
  background-size: cover;
  width: 20px;
  height: 20px;
}
.footer .btnWrap a.btnFinish {
  background: #fff;
  color: var(--color-logo1);
  width: 160px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100vmax;
  position: relative;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
}
.footer .btnWrap a.btnFinish:before {
  content: "";
  display: inline-block;
  background: url(/2026/lib/images/ico_clapboard.svg);
  background-size: cover;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.footer .btnWrap button.btnFinal {
  padding: 0;
  background: var(--color-gold);
  color: var(--color-white);
  width: 185px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .btnWrap button.btnFinal:before {
  content: "";
  display: inline-block;
  background: url(/lib/images/ico_checked.svg);
  background-size: cover;
  width: 20px;
  height: 20px;
}
.footer .btnWrap button.btnFinal:after {
  content: none;
}

.footer .btnWrap a {
  background: var(--color-white);
  color: var(--color-logo1);
  /* width: 130px; */
  height: 54px;
  display: flex;
  align-items: center;
  border-radius: 100vmax;
  position: relative;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
}
.footer .btnWrap a.btnPrev {
  padding: 0 20px 0 40px;
}
.footer .btnWrap a.btnNext {
  padding: 0 16px 0 16px;
  background: none;
  border: 1px solid var(--color-white);
  color: var(--color-white);
}
.footer .btnWrap a.btnPrev:before {
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  background: url(/lib/images/ico_revA.svg);
  background-size: cover;
  width: 20px;
  height: 20px;
}
.footer .btnWrap a.btnNext:after {
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  background-size: cover;
  width: 20px;
  height: 20px;
}
.footer .copy {
  color: var(--color-white);
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 10px;
  border-top: 1px solid var(--color-white);
}
.criterion {
  display: flex;
  align-items: center;
  gap: 5px;
}
.criterion .timeLimit {
  font-size: 10px;
  font-weight: 600;
  padding-bottom: 3px;
  padding-left: 20px;
  background: var(--color-white);
  max-width: 468px;
  margin: 0 auto;
  color: var(--color-base);
  text-align: left;
}

.footer .footerLink {
  padding: 20px 20px 10px;
}
.footer .footerLink ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.footer .footerLink ul li:after {
  content: "|";
  display: inline-block;
  margin: 0 10px;
}
.footer .footerLink ul li:last-child:after {
  content: none;
}
.footer .footerLink ul li a {
  font-size: 11px;
  font-weight: 600;
  color: var(--color-base);
  text-decoration: none;
}

main {
  padding: 20px 20px 50px;
  width: 100%;
}
.menuStepExam:has(#try) main {
  padding: 20px 10px 50px;
}
.menuStepExamAnswer main,
.menuStepExamQuestion main {
  padding: 20px 20px 150px;
}

/*	コンテンツ幅
******************************************************/

/*	header
*******************************************************/

/*	footer
*******************************************************/

/*	タイトル
*******************************************************/

/* コンポーネント */
/* icon */
/* 前にアイコン */
.proceed.before:before {
  content: "";
  display: inline-block;
  background: url(/lib/images/ico_proceed.svg);
  background-size: cover;
}
.reverse.before:before {
  content: "";
  display: inline-block;
  background: url(/lib/images/ico_proceed.svg);
  background-size: cover;
}
.link.before:before {
  content: "";
  display: inline-block;
  background: url(/lib/images/ico_proceed.svg);
  background-size: cover;
}
.list.before:before {
  content: "";
  display: inline-block;
  background: url(/lib/images/ico_proceed.svg);
  background-size: cover;
}
.mypage.before:before {
  content: "";
  display: inline-block;
  background: url(/lib/images/ico_proceed.svg);
  background-size: cover;
}
/* 後ろにアイコン */
.proceed.after:after {
  content: "";
  display: inline-block;
  background: url(/lib/images/ico_proceed.svg);
  background-size: cover;
}
.reverse.after:after {
  content: "";
  display: inline-block;
  background: url(/lib/images/ico_proceed.svg);
  background-size: cover;
}
.link.after:after {
  content: "";
  display: inline-block;
  background: url(/lib/images/ico_proceed.svg);
  background-size: cover;
}
.list.after:after {
  content: "";
  display: inline-block;
  background: url(/lib/images/ico_proceed.svg);
  background-size: cover;
}
.mypage.after:after {
  content: "";
  display: inline-block;
  background: url(/lib/images/ico_proceed.svg);
  background-size: cover;
}
/* header link */
.settings:before {
  content: "";
  display: inline-block;
  background: url(/lib/images/ico_settings.svg);
  background-size: cover;
  width: 14px;
  height: 14px;
  margin-right: 2px;
}
.faq:before {
  content: "";
  display: inline-block;
  background: url(/lib/images/ico_faq.svg);
  background-size: cover;
  width: 14px;
  height: 14px;
  margin-right: 2px;
}
.logout:after {
  content: "";
  display: inline-block;
  background: url(/lib/images/ico_logout_white.svg);
  background-size: cover;
  width: 14px;
  height: 14px;
  margin-left: 2px;
}
.icoMypage,
.icoRevA,
.icoRevB {
  color: var(--color-logo1);
  text-decoration: underline;
  font-size: 12px;
  display: flex;
  align-items: center;
  margin-bottom: 13px;
  margin-left: 20px;
}
.icoRevA:before {
  content: "";
  display: inline-block;
  background: url(/lib/images/ico_revA.svg);
  background-size: cover;
  width: 14px;
  height: 14px;
  margin-left: 2px;
}
.icoRevB:before {
  content: "";
  display: inline-block;
  background: url(/lib/images/ico_revB.svg);
  background-size: cover;
  width: 14px;
  height: 14px;
  margin-left: 2px;
}
.icoMypage:before {
  content: "";
  display: inline-block;
  background: url(/lib/images/ico_mypageB.svg);
  background-size: cover;
  width: 16px;
  height: 16px;
  margin-right: 2px;
}
.footer .flexWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.btmBtn .icoMypage {
  margin-left: 10px;
}
.btmBtn .icoSkip {
  color: var(--color-logo1);
  text-decoration: underline;
  font-size: 12px;
  display: flex;
  align-items: center;
  margin-bottom: 13px;
  margin-right: 10px;
  text-decoration: underline;
}
.btmBtn .icoSkip:after {
  content: "";
  display: inline-block;
  background: url(/lib/images/tutorial/ico_skip.svg);
  background-size: cover;
  width: 16px;
  height: 16px;
  margin-left: 2px;
}
/* 最後のスライドの時はskip非表示 */
/* body:has(.slider .slick-slide.slick-current.slick-active[data-slick-index="5"]) .icoSkip.btn {
  display: none;
} */

/* button */
.btn {
  margin-bottom: 20px;
}
/* .btn:has(.icoClank) {
	margin-bottom: 0;
	flex-shrink: 0;
	width: 220px;
} */
.btn .btnA {
  position: relative;
  display: flex;
  max-width: 295px;
  margin: 0 auto;
  width: 100%;
  height: 58px;
  justify-content: center;
  align-items: center;
  background: var(--color-gold);
  color: var(--color-white);
  border-radius: 100vmax;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
}
.btn .btnB {
  position: relative;
  display: flex;
  max-width: 295px;
  margin: 0 auto;
  width: 100%;
  height: 58px;
  justify-content: center;
  align-items: center;
  background: var(--color-white);
  color: var(--color-gold);
  border: 2px solid var(--color-gold);
  border-radius: 100vmax;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
}
.btn .btnD {
  /* 検定前スライド用 */
  position: relative;
  display: flex;
  max-width: 295px;
  margin: 0 auto;
  width: 100%;
  height: 58px;
  justify-content: center;
  align-items: center;
  background: var(--color-gold);
  color: var(--color-white);
  border-radius: 100vmax;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
}
.btnD.icoClank {
  position: relative;
  display: flex;
  max-width: 295px;
  margin: 0;
  width: 100%;
  height: 58px;
  justify-content: center;
  align-items: center;
  background: var(--color-gold);
  color: var(--color-white);
  border-radius: 100vmax;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  flex-shrink: 0;
  width: 220px;
}
.btnD.icoClank:after {
  content: none;
}
.btnRev a,
.btnRev button {
  border-radius: 100vmax;
  position: relative;
  width: 260px;
  height: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  background: var(--color-logo1);
  transition: 0.2s;
}
.btnRev a:hover,
.btnRev button:hover {
  opacity: 0.7;
  cursor: pointer;
}
@media screen and (max-width: 787px) {
  .btnRev a,
  .btnRev button {
    width: 100%;
  }
}

.btn .btnProceed:after {
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  background: url(/lib/images/ico_proceed.svg);
  background-size: cover;
  width: 30px;
  height: 30px;
}
.btn .btnReverse:before {
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  background: url(/lib/images/ico_reverse.svg);
  background-size: cover;
  width: 30px;
  height: 30px;
}
.btn .btnMypage:before {
  content: "";
  display: inline-block;
  background: url(/lib/images/ico_mypage.svg);
  background-size: cover;
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.btn .btnChange {
  background: var(--color-logo1);
  color: var(--color-white);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 96px;
  height: 54px;
  border-radius: 100vmax;
}
.btn .btnEntry:before {
  content: "";
  display: inline-block;
  background: url(/lib/images/ico_entry.svg);
  background-size: cover;
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.btn .btnTicket:before {
  content: "";
  display: inline-block;
  background: url(/lib/images/ico_ticketA.svg);
  background-size: cover;
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

/** ラジオボタン/チェックボックス  **/
input[type="radio"],
input[type="checkbox"] {
  display: none;
}
input[type="radio"] + label,
input[type="checkbox"] + label {
  position: relative;
  background: var(--color-inactive1);
  color: var(--color-text);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: 44px;
  padding: 10px 10px 10px 54px;
  border-radius: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  transition: 0.2s;
  cursor: pointer;
}
input[type="radio"]:checked + label,
input[type="checkbox"]:checked + label {
  background: var(--color-gold);
  color: var(--color-white);
}
input[type="radio"] + label:last-child,
input[type="checkbox"] + label:last-child {
  margin-bottom: 0;
}
input[type="radio"] + label::before,
input[type="checkbox"] + label::before {
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  background: url(/lib/images/ico_unchecked.svg);
  background-size: cover;
  width: 30px;
  height: 30px;
}
input[type="radio"]:checked + label::before,
input[type="checkbox"]:checked + label::before {
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  background: url(/lib/images/ico_checked.svg);
  background-size: cover;
  width: 30px;
  height: 30px;
}
input[type="text"] {
  color: var(--color-logo1);
  border: 1px solid var(--color-logo1);
  background: var(--color-inactive1);
  border-radius: 5px;
  padding: 15px 10px;
  width: 100%;
  line-height: 1;
}
textarea {
  color: var(--color-logo1);
  border: 1px solid var(--color-logo1);
  background: var(--color-inactive1);
  border-radius: 5px;
  padding: 15px 10px;
  width: 100%;
  height: 100px;
  font-size: 14px;
  line-height: 1;
}

/* title */
.title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin: 30px 0 20px;
  line-height: 1.4;
  color: var(--color-logo1);
}
.titleA {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.titleC {
  font-size: 14px;
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--color-base);
}
.titleFlex .titleC {
  /* 砂時計付 */
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.scoreTitle {
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  position: relative;
  padding-bottom: 5px;
}
.titleH {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  color: var(--color-white);
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
}
header#try .titleH {
  font-size: 16px;
}

.titleI {
  color: var(--color-logo1);
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -1.52px;
  padding: 10px 0;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.titleI:has(+ .note2) {
  padding: 10px 0 0;
}
.titleI .note2 {
  color: var(--color-logo1);
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.132px;
}

/*  */
.sentense {
  line-height: 1.5;
  font-size: 14px;
  width: 100%;
  margin: 0 auto 30px;
}




/* 模擬検定 */
.overview {
  border: 1px solid var(--color-text);
  border-radius: 5px;
  margin-bottom: 5px;
}
.overview ul li {
  text-align: center;
  padding: 5px;
}
.overview ul li:first-child {
  border-bottom: 1px solid var(--color-text);
}
.overview + .note {
  margin-bottom: 30px;
}
.column .imgLogo {
  text-align: center;
  margin-bottom: 30px;
}
.icoHat

/* 開始前 */
.beforeMock .examWrap {
  position: fixed;
  left: 0;
  width: 100%;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .beforeMock .examWrap {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    width: 468px;
    padding: 0 20px;
  }
}
.slider {
  opacity: 0;
}
.slick-initialized {
  animation: slide 1s ease-in 0.1s forwards;
}
.slider .slick-slide {
  margin: 0 10px;
}
.btnPrevNextWrap {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.customNext,
.readyNext {
  width: 220px;
  flex-shrink: 0;
}
.customNext span,
.readyNext span {
  position: relative;
  display: flex;
  max-width: 295px;
  margin: 0 auto;
  width: 100%;
  height: 58px;
  justify-content: center;
  align-items: center;
  background: var(--color-gold);
  color: var(--color-white);
  border-radius: 100vmax;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  width: 220px;
}
.customNext span:after,
.readyNext span:after {
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  background: url(/lib/images/ico_proceed.svg);
  background-size: cover;
  width: 30px;
  height: 30px;
}
.readyNext {
  font-family: inherit;
}
.customPrev {
  width: 110px;
  flex-shrink: 0;
}
.customPrev span {
  position: relative;
  display: flex;
  max-width: 295px;
  margin: 0 auto;
  width: 100%;
  height: 58px;
  justify-content: center;
  align-items: center;
  background: var(--color-gold);
  color: var(--color-white);
  border-radius: 100vmax;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  width: 110px;
  padding: 0 0 0 30px;
}
.customPrev span:after {
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  background: url(/lib/images/ico_prev.svg);
  background-size: cover;
  width: 30px;
  height: 30px;
}
@keyframes slide {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.tutorial {
  margin-top: 30px;
}
.tutorial .slider figure {
  margin-bottom: 20px;
}
.txtTutorial .note:before {
  content: "※";
}
@media screen and (min-width: 768px) {
  .tutorial .slick-slide figure img {
    width: 70%;
    margin: 0 auto;
  }
}
.slick-dots {
  top: -40px;
  bottom: inherit !important;
}
.slick-dots li {
  width: 16px !important;
  height: 15px !important;
  margin: 0 2px !important;
}
.slick-dots li button {
  border: 2px solid var(--color-logo1) !important;
  background: var(--color-white) !important;
  border-radius: 100%;
  width: 15px !important;
  height: 15px !important;
}
.slick-dots li.slick-active button {
  border: 2px solid var(--color-logo1) !important;
  background: var(--color-logo1) !important;
  border-radius: 100%;
}
.slick-dots li button:before {
  color: #fff !important;
}
.slick-dots li.slick-active button:before {
  opacity: 0 !important;
}

.txtTutorial {
  font-size: 14px;
  font-weight: 500;
}
.txtTutorial p {
  margin-bottom: 10px;
  line-height: 1.4;
}
.txtTutorial .no1,
.txtTutorial .no2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  display: flex;
  align-items: center;
}
.txtTutorial .no1::before {
  content: url(/lib/images/tutorial/1.svg);
}
.txtTutorial .no2::before {
  content: url(/lib/images/tutorial/2.svg);
}
.txtTutorial .no1::before,
.txtTutorial .no2::before {
  border-radius: 100%;
  width: 20px;
  height: 20px;
  margin-bottom: 5px;
}
.tutorial8 .txtTutorial p {
  text-align: center;
}
.tutorial8 .txtTutorial p.strong {
  font-size: 14px;
  font-weight: 700;
}
.tutorial .slick-dots {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  background: var(--color-logo1-1);
  margin-top: -10px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*  */
.checkList li {
  margin-bottom: 10px;
}
.borderR {
  border: 1px solid var(--color-logo1);
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 10px;
}
.paragraph {
  font-size: 14px;
  line-height: 1.4;
}

.checkList {
  opacity: 0;
}
.checkList.answerAnim {
  animation: answerAnim 0.2s ease-in 0.1s forwards;
}
@keyframes answerAnim {
  0% {
    opacity: 0;
    filter: blur(2px);
    /* transform: translateX(30px); */
  }
  100% {
    opacity: 1;
    filter: blur(0px);
    /* transform: translateX(0); */
  }
}

/*  */
.questionImage {
  margin: 10px 20px 0 20px;
}
.questionText {
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid var(--color-base);
}
.questionText p {
  font-size: 14px;
  line-height: 1.8;
}
.scoreLevelText{
  margin-top: 20px;
  text-align: right;
}
.questionList a {
  text-decoration: none;
}
.questionList li.unviewed {
  pointer-events: none;
}
.questionList li {
  margin-bottom: 10px;
}
.question div:nth-child(2) span {
  font-size: 14px;
  width: 52px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}
/*
解答済み⇒answered
未解答⇒unanswered
未閲覧⇒unviewed
 */
.answered .question div:nth-child(2) span {
  /* 解答済 */
  background: var(--color-inactive1);
  color: var(--color-inactive2);
}
.unanswered .question div:nth-child(2) span {
  /* 未解答 */
  background: var(--color-gold);
  color: var(--color-white);
}
.unviewed .question div:nth-child(2) span {
  /* 未閲覧 */
  background: var(--color-inactive2);
  color: var(--color-inactive1);
}
.questionList .question {
  background: var(--color-logo1);
  border: 1px solid var(--color-logo1);
  border-radius: 5px;
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 1.4;
  position: relative;
}
.unanswered .question {
  background: var(--color-logo1);
  border: 1px solid var(--color-logo1);
}
.unviewed .question {
  background: var(--color-inactive2);
  border: 1px solid var(--color-inactive2);
}
.questionList .question:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%) rotate(45deg);
  border-top: solid 2px var(--color-white);
  border-right: solid 2px var(--color-white);
  width: 10px;
  height: 10px;
}
.questionList .question div:first-child {
  color: var(--color-white);
  display: block;
  text-align: center;
  width: 46px;
  line-height: 1.4;
}
.questionList .question div:first-child span {
  display: block;
}
.questionList .question div:nth-child(2) {
  background: var(--color-white);
  color: var(--color-logo1);
  display: flex;
  gap: 20px;
  padding: 10px;
  width: calc(100% - 65px);
  line-height: 1.4;
}
.unviewed .question div:nth-child(2) {
  background: var(--color-inactive1);
}
.questionList .question div:nth-child(2) p {
  width: calc(100% - 70px);
  line-height: 1.4;
  min-height: 34px;
}

/* 模擬検定終了 */
.imgWrap {
  text-align: center;
  margin-bottom: 30px;
}
.scoreWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  margin-bottom: 30px;
}
.score .scoreArea {
  line-height: 1.1;
}
.score:before {
  content: "";
  display: inline-block;
  width: 48px;
  height: 90px;
  background: url(/2026/lib/images/leaf_l.svg) left center no-repeat;
  background-size: cover;
  margin-right: 10px;
}
.score:after {
  content: "";
  display: inline-block;
  width: 48px;
  height: 90px;
  background: url(/2026/lib/images/leaf_r.svg) left center no-repeat;
  background-size: cover;
  margin-left: 10px;
}
.icoScore {
  background: var(--color-gold);
  color: var(--color-white);
  font-size: 14px;
  border-radius: 5px;
  width: 38px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 10px 0 0;
}
.score {
  display: flex;
  align-items: center;
}
.score .scorePoints {
  font-size: 60px;
  font-weight: 700;
  color: var(--color-gold);
  line-height: 1;
  display: inline-block;
}
.score span {
  color: var(--color-gold);
}
.nextChallenge {
  text-align: center;
  margin-bottom: 50px;
}
.commentWrap {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  border-top: 2px solid var(--color-base);
}
.commentArea {
  background: var(--color-logo2-1);
  padding: 20px;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
.commentArea p:not(.title) {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}
.paragraphCenter {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}
.wrapBorder {
  border: 2px solid var(--color-logo1);
  border-radius: 10px;
  padding: 10px 20px;
  margin-bottom: 5px;
}
.wrapBorderGold {
  border: 2px solid var(--color-gold);
  border-radius: 10px;
  padding: 10px 20px;
  margin-bottom: 5px;
}
body.menuStepExamResult .wrapBorder ul li,
body.menuStepExamResult .wrapBorderGold ul li {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.6;
  font-size: 14px;
}
.wrapBorder ul li:before,
.wrapBorderGold ul li:before {
  content: "・";
}
body.menuStepExamResult .title {
  letter-spacing: -0.42px;
}
body.menuStepExamResult main {
  padding: 0 0 120px;
}
body.menuStepExamResult .resultMainImg {
  margin: 30px 0;
}
body.menuStepExamResult .resultWrap {
  position: relative;
  padding: 20px 20px 40px;
  background: var(--color-logo2-1);
  border-radius: 0 0 10px 10px;
}

.resultWrap::before,
.resultWrap::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  aspect-ratio: 41.13 / 1;
  background: url(/2026/lib/images/border_result.svg) no-repeat;
  background-size: cover;
}
.resultWrap::before {
  top: 0;
}
.resultWrap::after {
  bottom: 0;
  transform: scaleY(-1);
}
body.menuStepExamResult .resultWrap h4 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  font-family: "Noto Serif JP", sans-serif;
  margin: 20px 0 10px;
}
body.menuStepExamResult .totalScore {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 30px 0;
  margin-bottom: 46px;
}
body.menuStepExamResult .totalScore::before,
body.menuStepExamResult .totalScore::after {
  content: "";
  position: absolute;
  left: 50%;
  display: inline-block;
  width: 100%;
  height: 10px;
  background: url(/lib/images/img_score_ornament_02.svg) no-repeat;
  background-size: cover;
}
body.menuStepExamResult .totalScore::before {
  top: 0;
  transform: translateX(-50%);
}
body.menuStepExamResult .totalScore::after {
  bottom: 0;
  transform: translateX(-50%) scaleY(-1);
}
body.menuStepExamResult .totalScore .scoreText {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 15px;
}
body.menuStepExamResult .totalScore .scoreText .myScore {
  font-size: 46px;
  font-weight: bold;
  color: var(--color-logo2);
}
body.menuStepExamResult .totalScore .scoreText span.point {
  font-size: 14px;
}
body.menuStepExamResult .totalScore .scoreText span.myScore + span.point {
  color: var(--color-logo2);
}
body.menuStepExamResult .totalScore .scoreLabel {
  width: 100%;
  margin-bottom: 15px;
}
body.menuStepExamResult .totalScore .scoreLabel p {
  position: relative;
  width: 100%;
  font-size: 24px;
  color: var(--color-logo2);
  text-align: center;
}
body.menuStepExamResult .totalScore .scoreLabel p::before,
body.menuStepExamResult .totalScore .scoreLabel p::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 47px;
  height: 12px;
  background: url(/lib/images/img_score_ornament_01.svg) no-repeat;
  background-size: cover;
}
body.menuStepExamResult .totalScore .scoreLabel p::before {
  left: 18px;
  transform: translateY(-50%) scaleX(-1);
}
body.menuStepExamResult .totalScore .scoreLabel p::after {
  right: 18px;
  transform: translateY(-50%);
}
body.menuStepExamResult .totalScore .scoreLabel rt {
  display: block;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  margin-top: 5px;
}
body.menuStepExamResult .totalScore .toolTip {
  position: absolute;
  bottom: -22px;
  right: -2px;
}
body.menuStepExamResult .totalScore .toolTip .info {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  color: #2196F3;
  line-height: 1.5;
  font-family: 'Noto Sans JP';
}
body.menuStepExamResult .totalScore .toolTip .info::before {
  content:"";
  width: 15px;
  height: 15px;
  background: url(/lib/images/ico_tool_tip.svg) no-repeat;
  background-size: cover;
  margin-right: 3px;
}
body.menuStepExamResult .rankingTtl {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
body.menuStepExamResult .rankingTtl h4 {
  width: 100%!important;
  margin: 0!important;
}
body.menuStepExamResult .rankingTtl .icon {
  width: 40px;
  margin-right: 5px;
}
body.menuStepExamResult .rankingTtl .name {
  font-size: 14px;
  font-weight: bold;
}
body.menuStepExamResult .rankingTtl .after {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  font-family: 'Noto Serif JP';
}
body.menuStepExamResult .rankingTtl .after span {
  font-size: 12px;
  font-family: 'Noto Sans JP';
}
body.menuStepExamResult .rankingTtl .after.officialIcon span::after {
  content: "";
  display: inline-block;
  background: url(/lib/images/ico_official.svg);
  background-size: cover;
  width: 10px;
  height: 14px;
  margin-right: 5px;
}
body.menuStepExamResult .ranking {
  margin-bottom: 20px;
}
body.menuStepExamResult .getStar {
  width: 35%;
  max-width: 200px;
  margin: 0 auto;
}
body.menuStepExamResult .ranking .myRank {
  position: relative;
  font-size: 14px;
  font-weight: bold;
  color: var(--color-logo2);
  text-align: center;
  padding: 10px 0;
  border-radius: 10px 10px 0 0;
}
body.menuStepExamResult .ranking .myRank .number {
  display: inline-block;
  font-size: 40px;
  border-bottom: 2px solid var(--color-logo2);
  line-height: 1.2;
}
body.menuStepExamResult .ranking .myRank a {
  color: var(--color-logo2)!important;
  text-decoration: none;
}
body.menuStepExamResult .ranking .approval {
  padding: 25px 20px 20px;
  background: var(--color-inactive1);
  border-radius: 0 0 10px 10px;
}
body.menuStepExamResult .ranking .approval p {
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 10px;
}
body.menuStepExamResult .ranking .approval input[type="checkbox"] + label {
  height: 36px;
  font-size: 14px;
  color: var(--color-text);
  padding: 0 0 0 31px;
  background: var(--color-white);
  border: 1px solid var(--color-inactive2);
  border-radius: 5px;
  cursor: pointer;
  margin-bottom: 10px;
}
body.menuStepExamResult
  .ranking
  .approval
  input[type="checkbox"]
  + label::before {
  background: var(--color-inactive1);
  left: 10px;
  width: 16px;
  height: 16px;
  border-radius: 2px;
}
body.menuStepExamResult
  .ranking
  .approval
  input[type="checkbox"]:checked
  + label::before {
  background: #2196f3;
}
body.menuStepExamResult
  .ranking
  .approval
  input[type="checkbox"]:checked
  + label::after {
  content: "";
  position: absolute;
  left: 15px;
  top: calc(50% - 1px);
  width: 5px;
  height: 10px;
  border: solid var(--color-white);
  border-width: 0 2px 2px 0;
  transform: translateY(-50%) rotate(45deg);
}
body.menuStepExamResult .ranking .approval .noteList {
  margin-bottom: 0;
}
body.menuStepExamResult .skill {
  background: var(--color-white);
  padding: 20px;
  margin-bottom: 20px;
}
body.menuStepExamResult .specialty {
  padding: 20px;
  background: var(--color-white);
  border-radius: 10px;
  margin-bottom: 20px;
}
body.menuStepExamResult .specialty ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
body.menuStepExamResult .specialty ul li {
  font-size: 14px;
  text-align: center;
  padding: 5px 0;
  background: var(--color-inactive1);
  border-radius: 5px;
}
body.menuStepExamResult .shareBtn {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* max-width: 295px; */
  width: 100%;
  margin: 0 auto;
  height: 58px;
  background: var(--color-logo1);
  border-radius: 100vmax;
  font-size: 18px;
  color: var(--color-white);
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
  margin-bottom: 40px;
}
body.menuStepExamResult .shareBtn span {
  font-size: 13px;
  margin-bottom: 5px;
}
body.menuStepExamResult .resultBottom {
  padding: 0 20px 20px;
}
body.menuStepExamResult .resultBottom h4 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  font-family: "Noto Serif JP", sans-serif;
  margin: 40px 0 20px;
}
body.menuStepExamResult .resultBottom h4::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 20px;
  background: url(/2026/lib/images/ico_certificate.svg) no-repeat;
  background-size: cover;
  margin-right: 10px;
}
body.menuStepExamResult .resultBottom .downloadBtn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 295px;
  width: 100%;
  margin: 0 auto;
  height: 58px;
  background: var(--color-logo1);
  border-radius: 100vmax;
  font-size: 18px;
  color: var(--color-white);
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
}
body.menuStepExamResult .resultBottom .downloadBtn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: url(/lib/images/ico_download.svg) no-repeat;
  background-size: cover;
}
body.menuStepExamResult .resultBottom figure {
  text-align: center;
  margin-bottom: 20px;
}
body.menuStepExamResult .resultBottom .bottomTextA {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  font-family: "Noto Serif JP", sans-serif;
  padding: 0 20px;
  margin-bottom: 10px;
}
body.menuStepExamResult .resultBottom .bottomTextB {
  font-size: 14px;
  line-height: 1.5;
  padding: 0 20px;
  margin-bottom: 20px;
}
body.menuStepExamResult .revMypageBtn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 335px;
  width: 100%;
  margin: 20px auto;
  height: 58px;
  background: var(--color-gold);
  border-radius: 100vmax;
  font-size: 18px;
  color: var(--color-white);
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
}
body.menuStepExamResult .revMypageBtn::before {
  content: "";
  width: 30px;
  height: 30px;
  background: url(/lib/images/ico_login.svg) no-repeat;
  background-size: cover;
  margin-right: 10px;
}
body.menuStepExamResult #titlesModal {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
body.menuStepExamResult #titlesModal.open {
  opacity: 1;
  visibility: visible;
}
body.menuStepExamResult #titlesModal .modalOverlay {
  will-change: backdrop-filter;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
body.menuStepExamResult #titlesModal .modalContent {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 8px;
  padding: 0 20px;
  min-width: 100%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  min-height: 100dvh;
}
body.menuStepExamResult #titlesModal .modalBody {
  position: relative;
  margin: 0 auto;
  max-width: 468px;
  padding-top: 80px;
}
body.menuStepExamResult #titlesModal .modalCloseBtn {
  position: absolute;
  top: 10px;
  right: -10px;
  width: 40px;
  height: 40px;
}
body.menuStepExamResult #titlesModal .modalCloseBtn button {
  width: 100%;
  height: 100%;
  background: var(--color-logo1);
  border-radius: 100vmax;
}
body.menuStepExamResult #titlesModal .modalCloseBtn button::after,
body.menuStepExamResult #titlesModal .modalCloseBtn button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 20px;
  border-radius: 100vmax;
  background: var(--color-white);
}
body.menuStepExamResult #titlesModal .modalCloseBtn button::after {
  transform: translate(-50%, -50%) rotate(45deg);
}
body.menuStepExamResult #titlesModal .modalCloseBtn button::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
body.menuStepExamResult #titlesModal h3 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 37px;
}
body.menuStepExamResult #titlesModal p {
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  line-height: 1.6;
  margin-bottom: 40px;
}
body.menuStepExamResult #titlesModal .ttlListTable {
  margin: 0 auto 40px;
}
body.menuStepExamResult #titlesModal .ttlListTable th,
body.menuStepExamResult #titlesModal .ttlListTable td {
  font-size: 13px;
  padding: 10px 6px;
}
body.menuStepExamResult #titlesModal .ttlListTable thead th {
  font-size: 14px;
  font-weight: bold;
  color: var(--color-text);
  text-align: center;
}
body.menuStepExamResult #titlesModal .ttlListTable tbody th {
  color: var(--color-white);
  text-align: right;
  background: var(--color-base);
}
body.menuStepExamResult
  #titlesModal
  .ttlListTable
  tbody
  tr:not(:last-child)
  th {
  border-bottom: 1px solid var(--color-white);
}
body.menuStepExamResult #titlesModal .ttlListTable tbody tr:first-child th {
  border-top: 1px solid var(--color-base);
}
body.menuStepExamResult #titlesModal .ttlListTable tbody tr:last-child th {
  border-bottom: 1px solid var(--color-base);
}
body.menuStepExamResult #titlesModal .ttlListTable tbody th span {
  margin-left: 5px;
}
body.menuStepExamResult #titlesModal .ttlListTable tbody td {
  border-top: 1px solid var(--color-base);
  border-right: 1px solid var(--color-base);
  border-bottom: 1px solid var(--color-base);
}

body.menuStepExamResult #titlesModal .ttlListWrap {
  margin: 0 auto 40px;
}
body.menuStepExamResult #titlesModal .ttlListWrap ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
body.menuStepExamResult #titlesModal .ttlListWrap .point {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: var(--color-text);
  width: 100%;
  margin-bottom: 0;
  overflow: hidden;
}
body.menuStepExamResult #titlesModal .ttlListWrap .point span {
  position: relative;
  z-index: 1;
  padding: 0 0.5em;
}
body.menuStepExamResult #titlesModal .ttlListWrap .point span::before,
body.menuStepExamResult #titlesModal .ttlListWrap .point span::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: calc((100vw - 100%) / 2);
  height: 2px;
  background: var(--color-gold);
  z-index: 0;
}
body.menuStepExamResult #titlesModal .ttlListWrap .point span::before {
  left: 100%;
}
body.menuStepExamResult #titlesModal .ttlListWrap .point span::after {
  right: 100%;
}
body.menuStepExamResult #titlesModal .ttlListWrap .pointTtl {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 0;
}
body.menuStepExamResult #titlesModal .ttlListWrap .pointTtl p {
  position: relative;
  width: 100%;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.0;
  color: var(--color-gold);
  text-align: center;
  margin-bottom: 5px;
}
body.menuStepExamResult #titlesModal .ttlListWrap .pointTtl p::before,
body.menuStepExamResult #titlesModal .ttlListWrap .pointTtl p::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 41px;
  height: 10px;
  background: url(/lib/images/img_score_ornament_01.svg) no-repeat;
  background-size: cover;
}
body.menuStepExamResult #titlesModal .ttlListWrap .pointTtl p::before {
  left: 18px;
  transform: translateY(-50%) scaleX(-1);
}
body.menuStepExamResult #titlesModal .ttlListWrap .pointTtl p::after {
  right: 18px;
  transform: translateY(-50%);
}
body.menuStepExamResult #titlesModal .ttlListWrap .pointTtl rt {
  font-size: 12px;
  font-weight: bold;
  color: var(--color-text);
}
body.menuStepExamResult #titlesModal .titlesInner {
  height: calc(100svh - 80px);
  overflow-y: auto;
  padding-bottom: 50px;
}

@media screen and (min-width: 768px) {
  .commentWrap {
    width: 100%;
    margin: 0 auto;
  }
  .commentArea {
    width: 100%;
    margin: 0 auto;
  }
}
.comment {
  padding: 0 20px;
}

/* timer */
.timerCircleBorder {
  position: relative;
}
.timerCircleWrap {
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  width: 24px;
  height: 24px;
  z-index: 1;
  box-sizing: border-box;
}
.cWrap {
  position: absolute;
}
.timerCircle {
  position: relative;
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  overflow: hidden;
  z-index: 1;
}
.timerCircle::before {
  content: "";
  position: absolute;
  top: 0;
  left: -12px;
  width: 24px;
  height: 24px;
  background: #999;
  transform-origin: right 12px;
  z-index: 2;
  animation: rotate-timerCircle-left var(--rotate-duration) linear forwards;
}
.timerCircle::after {
  content: "";
  position: absolute;
  top: 0;
  left: 12px;
  width: 24px;
  height: 24px;
  background: #999;
  transform-origin: left 12px;
  z-index: 3;
  animation: rotate-timerCircle-right var(--rotate-duration) linear forwards;
}
@keyframes rotate-timerCircle-right {
  0% {
    transform: rotate(0deg);
    background: #999;
  }
  50% {
    transform: rotate(180deg);
    background: #999;
  }
  50.01% {
    transform: rotate(360deg);
    background: #fff;
  }
  100% {
    transform: rotate(360deg);
    background: #fff;
  }
}

@keyframes rotate-timerCircle-left {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}

/* countdown */

.countDownWrap {
  position: relative;
  width: 100%;
  height: 100dvh;
  background: #f6f0e5;
  overflow: hidden;
  animation: black-out 1s 3s linear;
}
.countDown p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  line-height: 1;
  color: #231815;
  font-size: 150px;
  font-weight: bold;
  opacity: 0;
  font-family: "Oswald", sans-serif;
}
.countDown p:nth-child(1) {
  animation: countDown-down 1s 0s;
}
.countDown p:nth-child(2) {
  animation: countDown-down 1s 1s;
}
.countDown p:nth-child(3) {
  animation: countDown-down 1s 2s;
}
@keyframes countDown-down {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* circle */

.countDownWrap {
  position: relative;
  width: 100%;
  height: 100dvh;
  background: #f6f0e5;
  overflow: hidden;
  animation: black-out 1s 3s linear;
}
.countDown p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0 0 15px 5px;
  line-height: 1;
  color: #231815;
  font-size: 150px;
  font-weight: bold;
  opacity: 0;
}
.countDown p:nth-child(1) {
  animation: countDown-down 1s 0s;
}
.countDown p:nth-child(2) {
  animation: countDown-down 1s 1s;
}
.countDown p:nth-child(3) {
  animation: countDown-down 1s 2s;
}
@keyframes countDown-down {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* circle */
.circleWrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 350px;
  height: 350px;
  border: 1px solid #231815;
  border-radius: 50%;
}
.circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 310px;
  height: 310px;
  border: 1px solid #231815;
  border-radius: 50%;
}
.beside {
  /* 横線 */
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #231815;
}
.vertical {
  /* 縦線 */
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #231815;
}

.exclamationWrap {
  border: 3px solid var(--color-logo1);
  border-radius: 10px;
  background: var(--color-logo1-1);
  width: 140px;
  height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto 40px;
}
.exclamationWrap figure {
  margin-bottom: 10px;
}
.exclamationWrap p {
  font-size: 14px;
  margin-bottom: 0;
}

strong {
  color: var(--color-base);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}
.strong {
  color: var(--color-logo1);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

/*タブレット向け調整*/
@media screen and (max-width: 1200px) and (min-width: 768px) {
}
/*スマホ向け調整*/
@media screen and (max-width: 767px) {
}

/* ランキングページ */
.rankingTitle {
  position: relative;
  width: 225px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 20px 0 5px;
  margin: 0 auto 20px;
  color: var(--color-logo1);
  background: url(/2026/lib/images/bg_ranking_title.svg);
  background-size: cover;
}
.rankingTitle::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  width: 15px;
  height: 11px;
  background: url(/2026/lib/images/ico_ranking_title.svg);
  background-size: cover;
}
#ranking .sentense {
  margin: 0 auto 10px;
}
.rankingTable {
  width: 100%;
  background: #fff;
  overflow: hidden;
}
.rankingTable table {
  width: 100%;
  border-collapse: collapse;
}
.rankingTable th,
.rankingTable td {
  padding: 10px;
  text-align: center;
  vertical-align: middle;
}
.rankingTable tr {
  border-bottom: 1px solid #eee;
}
.rankingTable th {
  font-weight: bold;
  color: var(--color-white);
  font-size: 10px;
  background: var(--color-logo1);
  padding: 10px 0;
  margin-bottom: 5px;
}
.rankingTable th:first-child {
  border-radius: 5px 0 0 5px;
}
.rankingTable th:last-child {
  width: 70px;
  border-radius: 0 5px 5px 0;
}
.rankingTable td {
  font-size: 12px;
  font-weight: bold;
  color: var(--color-base);
}
.rankingTable tbody tr:hover {
  background: #f9f9f9;
}
.rankingTable a {
  color: var(--color-text);
}
.rankingTable .nicknameText{
  width: calc(100% - 37px);
}
/* 順位列 */
.rankCell {
  width: 60px;
  text-align: center !important;
}
td.rankCell {
  font-size: 14px;
  text-align: right !important;
}
.rankCell.rank1,
.rankCell.rank2,
.rankCell.rank3 {
  position: relative;
}
.rankCell.rank1::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  width: 15px;
  height: 11px;
  background: url(/2026/lib/images/ico_rank1.svg);
  background-size: cover;
}
.rankCell.rank2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  width: 15px;
  height: 11px;
  background: url(/2026/lib/images/ico_rank2.svg);
  background-size: cover;
}
.rankCell.rank3::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  width: 15px;
  height: 11px;
  background: url(/2026/lib/images/ico_rank3.svg);
  background-size: cover;
}

/* ニックネーム */
td.nicknameCell {
  display: flex;
  align-items: center;
  font-weight: bold;
  color: var(--color-logo1);
  text-align: left;
  word-break: break-all;
}
.rankingTable .officialIcon::after {
  content: "";
  display: inline-block;
  background: url(/lib/images/ico_official.svg);
  background-size: cover;
  width: 14px;
  height: 20px;
  margin: 0 0 0 5px;
  vertical-align: middle;
}

.accountIcoImg{
  width: 20px;
  margin-right: 3px;
}
.accountIcoImg{
  width: 20px;
  margin-right: 3px;
}
.rankingTable .rankText{
  font-size: 10px;
}

/* ページネーション */
.pagination {
  margin: 30px 0 10px;
  text-align: center;
  background: var(--color-logo1-1);
  border-radius: 10px;
  padding: 10px;
  width: 100%;
}

.pagination ul {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  gap: 5px;
}

.pagination a {
  display: block;
  font-size: max(0.6vw, 10px);
  padding: 8px 2px;
  border: 1px solid var(--color-logo1);
  border-radius: 5px;
  color: var(--color-logo1);
  text-decoration: none;
  background: var(--color-white);
  transition: all 0.3s;
}

.pagination a:hover {
  background: rgba(10, 26, 50, 0.1);
  border-color: var(--color-logo1);
}

.pagination a.current {
  background: var(--color-logo1);
  color: #fff;
  border-color: var(--color-logo1);
  pointer-events: none;
}

.pagination a.page_feed {
  position: relative;
  width: 26px;
  height: 26px;
  font-weight: bold;
  padding: 0;
}
.pagination a.page_feed::before,
.pagination a.page_feed::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 1px;
  background: #000;
  top: 50%;
  left: 50%;
  transform-origin: left center;
}
.pagination a.page_feed::before {
  transform: translate(-50%, -50%) rotate(35deg);
}

.pagination a.page_feed::after {
  transform: translate(-50%, -50%) rotate(-35deg);
}
.pagination a.page_feed.next::before {
  left: calc(50% - -10px);
  transform: translate(-50%, -50%) rotate(215deg);
}

.pagination a.page_feed.next::after {
  left: calc(50% - -10px);
  transform: translate(-50%, -50%) rotate(-215deg);
}
#ranking .btnRev {
  margin: 30px auto 0;
}
.mogiLink {
  text-align: center;
  margin-top: 4svh;
  margin-bottom: 20px;
}
.mogiLink a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  color: var(--color-logo1);
}
.mogiLink a::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/2026/lib/images/ico_mogi_link.svg);
  background-size: cover;
  margin-right: 5px;
}
.menuStepExam .slick-dotted.slick-slider {
  margin-bottom: 0;
}

/* ページネーション省略記号 */
.pagination .page_ellipsis {
  display: block;
  padding: 8px 0;
  color: var(--color-logo1);
}

/* データなし */
.no-data {
  text-align: center;
  padding: 60px 20px;
  color: #999;
  font-size: 16px;
}

/* 検定開始ページ serialcode.php */
.menuStepExam.beforeMock .startExam {
  padding: 0 10px;
}
.menuStepExam.beforeMock .startExam p {
  line-height: 1.5;
}
.menuStepExam.beforeMock .startExam p.errorText {
  color: var(--color-error);
}
.menuStepExam.beforeMock .startExam .inputTtl {
  font-size: 16px;
  font-weight: bold;
}
.menuStepExam.beforeMock .startExam .inputTtl + input {
  font-size: 16px;
}
.menuStepExam.beforeMock .startExam .btnD {
  width: 100%;
  max-width: 335px;
  margin: 0 auto;
}
.menuStepExam.beforeMock .startExam .ticketWrap {
  background: #f6f0e5;
  border-radius: 10px;
  padding: 20px;
}
.menuStepExam.beforeMock .startExam .ticketWrap p {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.menuStepExam.beforeMock .startExam .ticketWrap a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 18px;
  font-weight: bold;
  color: var(--color-white);
  text-decoration: none;
  width: 100%;
  max-width: 295px;
  height: 58px;
  margin: 0 auto;
  background: var(--color-logo1);
  border-radius: 100vmax;
}
.menuStepExam.beforeMock .startExam .ticketWrap a::before {
  content: "";
  width: 26px;
  height: 26px;
  background: url(/lib/images/ico_ticket.svg);
  background-size: cover;
}
.serialOverlay {
  width: 100%;
  height: 100dvh;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(5px);
  position: fixed;
  left: 0;
  right: 0;
}
.serialModalArea {
  width: 100%;
  height: 100%;
  max-width: 428px;
  position: fixed;
  transform: translateX(-50%);
  top: 0;
  left: 50%;
  padding: 60px 40px 0;
}
.serialModalArea figure {
  width: 40%;
  margin: 0 auto 40px;
}
.serialModalArea p {
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 40px;
}
.serialModalArea .btn .btnA {
  font-family: inherit;
}
.serialModalArea .btnRev button {
  width: 100%;
  max-width: 295px;
}



	body#shareDetail main {
		padding: 0;
	}
	body#shareDetail .bg {
    max-width: 468px;
    margin: 0 auto;
	}
	body#shareDetail .shareDetail {
		/* background: url(/2026/lib/images/ranking/bg_top.png) center top no-repeat;
		background-size: cover;
		padding: 30px 12.5px; */
		position: relative;
	}
	/* body#shareDetail .shareDetail .bgTop img {
    object-fit: cover;
    width: 468px;
    height: 361px;
  } */
	body#shareDetail .absolute {
		position: absolute;
		top: 10%;
		left: 0;
		width: 100%;
	}
	body#shareDetail .imgLogo {
    position: absolute;
    top: 37px;
    left: 12px;
		width: 25vw;
    max-width: 100px;
		margin: 0 auto 10px;
	}
	body#shareDetail .iconArea {
		position: relative;
		margin-bottom: 5px;
    height: 42vw;
	}
  @media screen and (min-width:375px) {
    body#shareDetail .iconArea {
      height: 42vw;
      max-height: 200px;
    }  
  }
	body#shareDetail .iconArea figure .icon {
    width: 29%;
    margin: 0 auto;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    aspect-ratio: 1 / 1;
    transform: translate(-50%, 23%);
    border: 2px solid #000;
	}
	/* .iconArea figure img:after {
		content: "";
		display: inline-block;
		width: 131.35px;
		height: 113.775px;
		background: url(/2026/lib/images/ranking/bg_icon.png) center top no-repeat;
		background-size: cover;
	} */
	body#shareDetail .iconArea figure .bgIcon {
		position: absolute;
		left: 50%;
		transform: translate(-50%,0);
    width: 48%;
		margin: 0 auto;
    aspect-ratio: 1 / 0;
	}
	body#shareDetail .nameArea {
		color: #fff;
    text-align: center;
		font-family: "Noto Sans JP";
		font-size: 11px;
		font-weight: 700;
		line-height: 12.5px;
    max-width: 95%;
    margin: 0 auto 10px;
	}
	body#shareDetail .nameArea.officialIcon {
    position: relative;
  }
	body#shareDetail .nameArea.officialIcon:after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 20px;
    vertical-align: middle;
    background: url(/lib/images/ico_official.svg) 0% 0% / cover;
    margin: -5px 0px 0px 5px;
  }

	body#shareDetail .nameArea .name {
		font-size: 15px;
    word-break: break-all;
	}
	body#shareDetail .rankNameWrap {
		color: var(--2, #BF9F4B);
		font-family: "Noto Sans JP";
		font-size: clamp(12px, 6vw, 30px);
		font-weight: 400;
		line-height: 100%; /* 25px */
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 6px;
    position: relative;
	}
	body#shareDetail .rankNameWrap p span {
		border-radius: 20.833px;
		background: linear-gradient(270deg, #996C28 0%, #CD9540 50%, #996C28 100%);
		display: flex;
		padding: 4px 25px;
		justify-content: center;
		align-items: center;
		gap: 4px;
		color: #FFF;
		text-align: center;
		font-family: "Noto Serif JP";
		font-size: 12px;
		font-style: normal;
		font-weight: 700;
		line-height: 100%;
		letter-spacing: 1px;
	}
	body#shareDetail .rankNameWrap p.rankName {
		position: relative;
		padding: 0 70px;
    text-align: center;
    width: 84%;
	}
	body#shareDetail .rankNameWrap:before {
		content: "";
		display: inline-block;
    width: 35px;
    height: 70px;
		aspect-ratio: 171.09/168.28;
		background: url(/2026/lib/images/ranking/img_deco_l.svg) no-repeat;
		background-size: contain;
		position: absolute;
		left: 30px;
		top: 50%;
		transform: translateY(-50%);
	}
	body#shareDetail .rankNameWrap:after {
		content: "";
		display: inline-block;
    width: 35px;
    height: 70px;
		aspect-ratio: 171.09/168.28;
		background: url(/2026/lib/images/ranking/img_deco_r.svg) no-repeat;
		background-size: contain;
		position: absolute;
		right: 30px;
		top: 50%;
		transform: translateY(-50%);
	}
	body#shareDetail .radarWrap {
		/* display: flex;
		padding: 4.167px;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 4px;
		flex: 1 0 0;
		align-self: stretch;border-radius: 8.333px;
		border: 0.417px solid #FFF;
		background: rgba(0, 0, 0, 0.50); */
		background:  url(/2026/lib/images/ranking/bg_radar.png) center center no-repeat;
    background-size: cover;
    padding: 20px 20px 10px 20px;
    border: 1px solid #fff;
    border-radius: 10px;
    width: 330px;
    height: 230px;
    display: flex;
    justify-content: center;
    align-items: center;
	}
  body#shareDetail #chart-wrapper-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0 0 0;
  }
	body#shareDetail .gradesWrap {
    background: #000 url(/2026/lib/images/ranking/bg_bottom.png) center top no-repeat;
    background-size: contain;
		margin-bottom: 20px;
	}
	body#shareDetail .grades {
		display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 20px;
    align-items: center;
	}
	body#shareDetail .examScore {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 7.583px;
		flex: 1 0 0;
		align-self: stretch;
	}
	body#shareDetail .ttlTotalScore {
		color: #FFF;
		text-align: center;
		font-family: "Noto Serif JP";
		font-size: 12.5px;
		font-weight: 600;
		line-height: 1;
	}
	body#shareDetail .totalScore {
		color: #FFF;
		font-family: "Noto Sans JP";
		font-size: 12px;
		font-weight: 500;
		line-height: 1;
	}
	body#shareDetail .totalScore span {
		font-size: 34px;
		font-weight: 700;
	}
  body#shareDetail .ttlSpecialtyField {
    color: #FFF;
    text-align: center;
    font-family: "Noto Serif JP";
    font-size: 12px;
    font-weight: 600;
    line-height: 100%;
  }
  body#shareDetail .comprehensiveWrap {
    display: flex;
    flex-direction: column;

    gap: 8px;
  }
  body#shareDetail .ttlComprehensive {
    color: #FFF;
    text-align: center;
    font-family: "Noto Serif JP";
    font-size: 12px;
    font-weight: 600;
    line-height: 100%;
  }
	body#shareDetail .tag {
		background: linear-gradient(180deg,rgba(2, 28, 63, 1) 0%, rgba(0, 0, 0, 1) 100%);
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 12px;
	}
	body#shareDetail .tag ul {
		position: relative;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		gap: 6px;
		padding: 0 25px;
    min-height: 20px;
	}
	body#shareDetail .tag ul:before {		
		content: "";
		display: inline-block;
		width: 171px;
		height: 168px;
		aspect-ratio: 171.09/168.28;
		background: url(/2026/lib/images/ranking/img_left.png);
		background-size: cover;
		position: absolute;
    left: -10px;
		transform: translateY(-50%);
	}
	body#shareDetail .tag ul:after {
		content: "";
		display: inline-block;
    width: 171px;
		height: 168px;
		aspect-ratio: 171.09/168.28;
		background: url(/2026/lib/images/ranking/img_right.png);
		background-size: cover;
		position: absolute;
		right: -10px;
		transform: translateY(-50%);
	}
	body#shareDetail .tag ul li {
		width: fit-content;
    padding: 0 14px;
		position: relative;
		height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
	}
	body#shareDetail .tag ul li span {
		display: block;
		width: 100%;
		color: var(--2, #BF9F4B);
		text-align: center;
		font-family: "Noto Serif JP";
		font-size: 12px;
		font-style: normal;
		font-weight: 700;
		line-height: 100%; /* 6.667px */
	}
	body#shareDetail .tag ul li:before {
		content: "";
		display: inline-block;
		width: 8.182px;
		height: 18.75px;
		background: url(/2026/lib/images/ranking/img_deco_l.svg);
		background-size: cover;
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
	}
	body#shareDetail .tag ul li:after {
		content: "";
		display: inline-block;
		width: 8.182px;
		height: 18.75px;
		background: url(/2026/lib/images/ranking/img_deco_r.svg);
		background-size: cover;
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
	}

	
	body#shareDetail .sns {
		width: 335px;
		margin: 0 auto 40px;
		display: flex;
		padding: 10px 20px;
		flex-direction: column;
		align-items: center;
		gap: 10px;
		flex: 1 0 0;
		border-radius: 20px;
		background: var(--color-logo1-1);
	}
  body#shareDetail .snsBtnWrap {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    position: relative;
  }
  body#shareDetail .snsBtnWrap:before {
    content: "";
    display: inline-block;
    background: #000;
    width: 1px;
    height: 70px;
    position: absolute;
    top: 0;
    left: 50%;
  }
  body#shareDetail .shareWrap {}
  body#shareDetail .followWrap {}
  body#shareDetail .shareWrap p,
  body#shareDetail .followWrap p {
    text-align: center;
    margin-bottom: 10px;
  }
	body#shareDetail .sns p {
		font-size: 12px;
		font-weight: 700;
	}
	body#shareDetail .sns ul {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 20px;
		align-self: stretch;
	}
	body#shareDetail .sns ul li {
		width: 50px;
	}
	body#shareDetail .btnRev {
    width: 335px;
    margin: 0 auto 20px;
  }
  body.menuStepExamGrade .finText {
    margin-bottom: 10px;
  }
  body.menuStepExamGrade .finText.tr {
    text-align: right;
    margin-bottom: 30px;
  }