/* ============================================================================
 * Base
 * ========================================================================= */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
  list-style: none;
}

::-webkit-details-marker {
  display: none;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* ----------------------------------------------------------------------------
 * Base
 * ------------------------------------------------------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, input, button, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, main, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-style: normal;
  box-sizing: border-box;
}

html.is-fontSizeM .header,
html.is-fontSizeM .footer {
  font-size: 77.8%;
}

html.is-fontSizeL .header,
html.is-fontSizeL .footer {
  font-size: 70%;
}

body {
  min-width: 320px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 87.5%;
  color: #222;
  text-align: left;
  line-height: 1.5;
  word-break: break-all;
  overflow-x: hidden;
  background-color: #108192;
}

header,
main,
footer {
  max-width: 440px;
  margin: auto;
}

@media screen and (min-width: 768px) {
  header {
    max-width: 100%;
  }
  main,
  footer {
    max-width: 960px;
  }
}
main {
  background-color: #FFFFFF;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
}
main > section {
  width: 100%;
  padding-inline: min(25px, 2px + 23 * (100vw - 320px) / 73);
}

@media screen and (min-width: 768px) {
  main > section {
    padding-inline: 56px;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

p {
  margin: 30px 0 0;
}

li {
  list-style: none;
}

b, em, strong {
  font-weight: bold;
}

a {
  color: #108192;
  text-decoration: underline;
  cursor: pointer;
}

a:hover, a:focus, a:active {
  text-decoration: none;
}

a[href*="tel:"] {
  cursor: default;
}

a[href*="tel:"]:hover, a[href*="tel:"]:focus, a[href*="tel:"]:active {
  text-decoration: none !important;
}

a, button {
  cursor: pointer;
}

@-moz-document url-prefix() {
  *:hover, *:focus, *:active {
    outline-color: #222;
  }
}
input,
select,
button {
  font-family: "Noto Sans JP", sans-serif;
}

input::-ms-clear, input::-ms-reveal {
  visibility: hidden;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  transition: 0.3s all ease;
}

@media print {
  .header,
  .footer {
    display: none !important;
  }
}
.pc {
  display: none !important;
}
.pc-flex {
  display: none !important;
}

.sp {
  display: block !important;
}
.sp-inline {
  display: inline-block !important;
}
.sp-flex {
  display: flex !important;
}

@media screen and (min-width: 768px) {
  .pc {
    display: block !important;
  }
  .pc-flex {
    display: flex !important;
  }
  .sp {
    display: none !important;
  }
  .sp-inline {
    display: none !important;
  }
  .sp-flex {
    display: none !important;
  }
}
.header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 999;
  width: 100%;
  background-color: #FFFFFF;
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 60px;
  padding-left: 13px;
  border-bottom: 1px solid #A4A4A4;
}
.header__logo {
  flex-shrink: 0;
}
.header__logo img {
  height: 34px;
}
.header__logo:hover {
  opacity: 0.5;
}
.header__hmenu {
  display: block;
  width: 59px;
  height: 59px;
  border: initial;
  background-color: initial;
}
.header__hmenu span {
  position: relative;
  display: block;
  height: 3px;
  width: 27px;
  margin: auto;
  background-color: #108192;
  transition: 0.5s all ease;
}
.header__hmenu span::before, .header__hmenu span::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  height: 3px;
  width: 27px;
  margin: auto;
  background-color: #108192;
  transition: 0.5s all ease;
}
.header__hmenu span::before {
  bottom: 8px;
}
.header__hmenu span::after {
  top: 8px;
}
.header__gnav {
  position: absolute;
  width: 100%;
  padding-inline: min(24px, 2px + 22 * (100vw - 320px) / 73);
  text-align: center;
  overflow: hidden;
  height: 0;
  background: #FFFFFF;
  transition: 0.5s all ease;
}
.header__gnav ul {
  padding-top: 24px;
}
.header__gnav ul li {
  border-bottom: 1px solid #ddd;
}
.header__gnav ul li a {
  display: inline-block;
  width: 100%;
  padding-block: 16px;
  font-size: 1.07em;
  font-weight: bold;
  color: #108192;
}
.header__simulink {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: nowrap;
  white-space: pre;
  height: 50px;
  width: 100%;
  border-radius: 6px;
  margin-top: 40px;
  font-size: 1.15em;
  color: #FFFFFF;
  background-color: #108192;
}
.header__simulink::after {
  content: "";
  display: block;
  width: 12px;
  height: 9px;
  background-image: url("/kouteki_nenkin_simulator_guide/common/images/btn_ico_01.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(-90deg);
}
.header.is-active .header__hmenu span {
  width: 33px;
  height: 5px;
  background-color: transparent;
}
.header.is-active .header__hmenu span::before, .header.is-active .header__hmenu span::after {
  height: 5px;
  width: 33px;
  border-radius: 50px;
}
.header.is-active .header__hmenu span::before {
  bottom: 0;
  transform: rotate(45deg);
}
.header.is-active .header__hmenu span::after {
  top: 0;
  transform: rotate(-45deg);
}
.header.is-active .header__gnav {
  height: 432px;
}

@media screen and (min-width: 768px) {
  .header {
    width: 100%;
    border-bottom: 1px solid #A4A4A4;
  }
  .header__inner {
    max-width: 960px;
    margin: auto;
    min-height: 100px;
    padding-bottom: 8px;
    padding-left: 0;
    border-bottom: initial;
  }
  .header__logo img {
    height: 49px;
  }
  .header__gnav {
    position: static;
    flex-shrink: 0;
    width: auto;
    max-width: auto;
    height: auto;
    padding-inline: 0;
    background-color: initial;
    overflow: visible;
    transition: initial;
  }
  .header__gnav.pc-flex {
    display: flex;
    align-items: flex-end;
    font-size: 1em;
    font-weight: 500;
    color: #108192;
  }
  .header__gnav.pc-flex p {
    margin: 0;
    line-height: 1.57;
  }
  .header__gnav.pc-flex a {
    font-size: 1em;
    font-weight: 500;
    color: #108192;
    padding-inline: 12px;
    line-height: 1.28;
    margin-bottom: 2px;
  }
  .header__gnav ul {
    display: flex;
    justify-content: center;
    padding-top: 0;
  }
  .header__gnav ul li {
    border-bottom: initial;
  }
  .header__gnav ul li a {
    display: inline-block;
    width: auto;
    padding-block: 0;
    border-left: 1px solid #AFE3E7;
    font-size: 1em;
    font-weight: 500;
    line-height: 1.28;
    color: #108192;
  }
  .header__gnav ul li:last-child a {
    border-right: 1px solid #AFE3E7;
  }
  .header__user-support {
    display: flex;
    align-items: center;
    gap: 10px 30px;
    padding-top: 10px;
    flex-wrap: wrap;
  }
  .header.is-active .header__hmenu span {
    width: 33px;
    height: 5px;
    background-color: transparent;
  }
  .header.is-active .header__hmenu span::before, .header.is-active .header__hmenu span::after {
    height: 5px;
    width: 33px;
    border-radius: 50px;
  }
  .header.is-active .header__hmenu span::before {
    bottom: 0;
    transform: rotate(45deg);
  }
  .header.is-active .header__hmenu span::after {
    top: 0;
    transform: rotate(-45deg);
  }
  .header.is-active .header__gnav {
    height: 432px;
  }
}
.footer {
  padding: 40px 25px;
  color: #FFFFFF;
  background-color: #0A6370;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
}
.footer__corporate-number {
  margin-top: 0;
  font-size: 0.85em;
  text-align: right;
  color: #FFFFFF;
}
.footer__links li a {
  font-size: 0.85em;
  color: #FFFFFF;
}
.footer__links li a::after {
  content: "";
  display: inline-block;
  width: 0.65em;
  height: 0.65em;
  margin-left: 4px;
  margin-bottom: 0px;
  background-image: url("/kouteki_nenkin_simulator_guide/common/images/btn_ico_01.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transform: rotate(-90deg);
}
.footer__links li a:visited {
  color: #d1d1d1;
}
.footer__copyright {
  display: block;
  margin-top: 24px;
  font-size: 0.5em;
  font-weight: 100;
}

.page-header {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70px;
  font-size: 1.57em;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.05em;
  text-align: center;
  color: #FFFFFF;
  background-color: #108192;
}
.page-header .bg-yellow {
  display: inline-block;
  padding-left: 2.5px;
  padding-right: 1.6px;
  padding-top: 1.9px;
  padding-bottom: 3.3px;
  font-weight: 600;
  line-height: 1;
  border-radius: 2px;
  color: #0A6370;
  background-color: #F6DB46;
  margin-right: 2.5px;
}

.breadcrumb-list {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.85em;
  line-height: 1;
  color: #222222;
}
.breadcrumb-list li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.breadcrumb-list li + li::before {
  content: ">";
}

.overview__header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.overview__header img {
  height: 78px;
}

.page-tit {
  font-size: 2.3em;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 3px;
  text-align: center;
  color: #108192;
}

.section-tit {
  margin-bottom: 29px;
  font-size: 2.3em;
  font-weight: 900;
  line-height: 1.5;
  color: #0A6370;
}
.section-tit .fs24 {
  font-size: 0.75em;
}
.section-tit .fs28 {
  font-size: 0.87em;
}
.section-tit .fs29 {
  font-size: 0.9em;
}
.section-tit::after {
  content: "";
  display: block;
  width: auto;
  height: 2px;
  margin-top: 6px;
  border-left: 30px solid #F6DB46;
  background-color: #AFE3E7;
}

.video-tit {
  margin-bottom: 8px;
  font-size: 1.43em;
  font-weight: 700;
  line-height: 1.5;
  color: #108192;
}

.video-box-group {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  gap: 24px;
}

.video-box-wrapper {
  max-width: 327px;
  width: 100%;
}

.video-box {
  position: relative;
  max-width: 327px;
  height: 183px;
  margin: auto;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.1882352941);
}
.video-box__cover {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  gap: 16px;
  margin: auto;
  text-align: center;
  cursor: pointer;
  z-index: 1;
}
.video-box__cover.short.rourei {
  background: linear-gradient(rgba(68, 68, 68, 0.862745098), rgba(68, 68, 68, 0.862745098)), url("/kouteki_nenkin_simulator_guide/common/images/thumbnail-short-rourei_img_01.webp") no-repeat center/contain;
}
.video-box__cover.short.shougai {
  background: linear-gradient(rgba(68, 68, 68, 0.862745098), rgba(68, 68, 68, 0.862745098)), url("/kouteki_nenkin_simulator_guide/common/images/thumbnail-short-shougai_img_01.webp") no-repeat center/contain;
}
.video-box__cover.short.ideco {
  background: linear-gradient(rgba(68, 68, 68, 0.862745098), rgba(68, 68, 68, 0.862745098)), url("/kouteki_nenkin_simulator_guide/common/images/thumbnail-short-ideco_img_01.webp") no-repeat center/contain;
}
.video-box__cover.short.gimon {
  background: linear-gradient(rgba(68, 68, 68, 0.862745098), rgba(68, 68, 68, 0.862745098)), url("/kouteki_nenkin_simulator_guide/common/images/thumbnail-short-gimon_img_01.webp") no-repeat center/contain;
}
.video-box__cover.long.rourei {
  background: linear-gradient(rgba(68, 68, 68, 0.862745098), rgba(68, 68, 68, 0.862745098)), url("/kouteki_nenkin_simulator_guide/common/images/thumbnail-rourei_img_01.webp") no-repeat center/contain;
}
.video-box__cover.long.shougai {
  background: linear-gradient(rgba(68, 68, 68, 0.862745098), rgba(68, 68, 68, 0.862745098)), url("/kouteki_nenkin_simulator_guide/common/images/thumbnail-shougai_img_01.webp") no-repeat center/contain;
}
.video-box__cover.long.ideco {
  background: linear-gradient(rgba(68, 68, 68, 0.862745098), rgba(68, 68, 68, 0.862745098)), url("/kouteki_nenkin_simulator_guide/common/images/thumbnail-ideco_img_01.webp") no-repeat center/contain;
}
.video-box__cover.long.gimon {
  background: linear-gradient(rgba(68, 68, 68, 0.862745098), rgba(68, 68, 68, 0.862745098)), url("/kouteki_nenkin_simulator_guide/common/images/thumbnail-gimon_img_01.webp") no-repeat center/contain;
}
.video-box__cover.long.operation {
  background: linear-gradient(rgba(68, 68, 68, 0.862745098), rgba(68, 68, 68, 0.862745098)), url("/kouteki_nenkin_simulator_guide/common/images/thumbnail-operation_img_01.webp") no-repeat center/contain;
}
.video-box__cover.is-hidden {
  display: none;
}
.video-box__cover img {
  width: 39px;
  height: 39px;
  scale: 1;
  transition: 0.5s all ease;
}
.video-box__cover:hover img {
  scale: 1.25;
}
.video-box__description {
  margin-top: 0;
  font-size: 1.22em;
  line-height: 1.2;
  color: #F4F4F4;
}
.video-box video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 4px;
  background-color: #000;
}

.cta-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: fit-content;
  min-width: 440px;
  margin: auto;
  padding-block: 15px;
  padding-inline: 15px;
  border-top: 1px solid #A4A4A4;
  border-bottom: 1px solid #A4A4A4;
  color: #FFFFFF;
  background-color: #108192;
  box-sizing: border-box;
  text-decoration: none;
}
.cta-btn::before, .cta-btn::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.cta-btn::before {
  width: 32px;
  height: 27px;
  background-image: url("/kouteki_nenkin_simulator_guide/common/images/cta_ico_01.webp");
}
.cta-btn::after {
  width: 10px;
  height: 7px;
  background-image: url("/kouteki_nenkin_simulator_guide/common/images/btn_ico_01.webp");
  transform: rotate(-90deg);
}
.cta-btn__title {
  position: relative;
  min-width: 300px;
  padding-bottom: 9px;
  font-size: 1.15em;
  line-height: 1;
  white-space: pre;
}
.cta-btn__note {
  position: absolute;
  bottom: -3px;
  left: -18px;
  display: block;
  width: fit-content;
  margin: auto;
  padding-left: 1px;
  font-size: 0.6em;
  font-weight: 300;
  transform: scale(0.9);
}
.cta-btn__note img {
  width: 9.5px;
  height: 10px;
  margin-bottom: -1px;
  object-fit: contain;
  vertical-align: baseline;
}
.cta-btn.sticky {
  position: sticky;
  bottom: 0;
  z-index: 998;
}
.cta-btn:hover {
  background-color: #0A6370;
}

.page-top {
  margin-block: 50px;
}
.page-top a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1px;
  font-size: 1.7em;
  font-weight: 300;
  color: #108192;
}
.page-top a::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  margin-bottom: -4px;
  background-color: #108192;
  background-image: url("/kouteki_nenkin_simulator_guide/common/images/btn_ico_01.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 8px;
  transform: rotate(180deg);
}

.toggle-box + .toggle-box {
  margin-top: 24px;
}
.toggle-box__summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  height: 42px;
  padding-inline: 10px;
  font-size: 1.45em;
  font-weight: 500;
  line-height: 1.5;
  color: #FFFFFF;
  background-color: #108192;
  cursor: pointer;
}
.toggle-box__summary::after {
  content: "";
  flex-shrink: 0;
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("/kouteki_nenkin_simulator_guide/common/images/toggle_ico_01.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.toggle-box__summary:hover {
  background-color: #0A6370;
}
.toggle-box[open] .toggle-box__summary::after {
  background-image: url("/kouteki_nenkin_simulator_guide/common/images/toggle_ico_02.webp");
}
.toggle-box__content {
  padding: 24px 16px;
  background-color: #FFFFFF;
}
.toggle-box__content section + section {
  margin-top: 40px;
}
.toggle-box__content section * + * {
  margin-top: 16px;
}
.toggle-box__content section *:first-child {
  margin-top: 0;
}
.toggle-box__content section .youtube {
  margin-top: 8px;
}
.toggle-box__content section img {
  width: 100%;
  height: auto;
  object-fit: contain;
  padding: 10px;
  background-color: #AFE3E7;
}
.toggle-box__content section p {
  font-size: 1.15em;
  line-height: 1.5;
  color: #222222;
}
.toggle-box__content section h4 {
  color: #108192;
  font-size: 1.15em;
  font-weight: 500;
  line-height: 1.5;
}
.toggle-box__content section a[href^="https://"]::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 4px;
  margin-bottom: -2px;
  background-image: url("/kouteki_nenkin_simulator_guide/common/images/link_ico_01.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.toggle-box.qa + .toggle-box, .toggle-box.links + .toggle-box {
  margin-top: 29px;
}
.toggle-box.qa .toggle-box__summary, .toggle-box.links .toggle-box__summary {
  height: auto;
  padding: 16px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-size: 1.15em;
}
.toggle-box.qa .toggle-box__summary::before, .toggle-box.links .toggle-box__summary::before {
  content: "";
  flex-shrink: 0;
  display: block;
  width: 36px;
  height: 36px;
  background-image: url("/kouteki_nenkin_simulator_guide/common/images/qa_ico_01.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.toggle-box.qa .toggle-box__content, .toggle-box.links .toggle-box__content {
  display: flex;
  gap: 12px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #F6F6F6;
}
.toggle-box.qa .toggle-box__content section > :first-child, .toggle-box.links .toggle-box__content section > :first-child {
  margin-top: 0;
}
.toggle-box.qa .toggle-box__content section > p, .toggle-box.links .toggle-box__content section > p {
  font-size: 1em;
  color: #333;
}
.toggle-box.qa .toggle-box__content section > h4, .toggle-box.links .toggle-box__content section > h4 {
  font-size: 1em;
  font-weight: 400;
}
.toggle-box.qa .toggle-box__content section > h4 + *, .toggle-box.links .toggle-box__content section > h4 + * {
  margin-top: 0;
}
.toggle-box.qa .toggle-box__content::before, .toggle-box.links .toggle-box__content::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  background-image: url("/kouteki_nenkin_simulator_guide/common/images/qa_ico_02.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.toggle-box.links .toggle-box__summary::before, .toggle-box.links .toggle-box__content::before {
  display: none;
}
.toggle-box.links .toggle-box__content {
  display: block;
}
.toggle-box.links .toggle-box__content > .more-link::after {
  bottom: 27px;
}
.toggle-box.links .toggle-box__content > .more-link + .more-link {
  margin-top: 29px;
}
.toggle-box.links .more-link strong {
  font-size: 1.15em;
}
.toggle-box.video .toggle-box__content {
  padding: 16px 8px;
}

.tips-box {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px;
  outline: 2px solid #F6F6F6;
  outline-offset: -2px;
  border-radius: 6px;
  font-size: 1.15em;
  line-height: 1.5;
  color: #108192 !important;
  background-color: #FFFFFF;
}
.tips-box::before {
  content: "";
  flex-shrink: 0;
  display: block;
  width: 28px;
  height: 28px;
  background-image: url("/kouteki_nenkin_simulator_guide/common/images/note_ico_01.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.more-link {
  position: relative;
  display: block;
  padding: 24px 32px 24px 16px;
  border-radius: 6px;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
  color: #222222;
  background-color: #FFFFFF;
  outline: 1px solid #D0D0D0;
  outline-offset: -1px;
  text-decoration: none;
}
.more-link::after {
  content: "";
  position: absolute;
  right: 16px;
  bottom: 24px;
  display: block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
  background-image: url("/kouteki_nenkin_simulator_guide/common/images/btn_ico_02.webp");
  transform: rotate(-90deg);
}
.more-link[target=_blank]::after {
  background-image: url("/kouteki_nenkin_simulator_guide/common/images/link_ico_01.webp");
  transform: initial;
}
.more-link strong {
  font-size: 1.45em;
  font-weight: 500;
  line-height: 1.5;
  color: #108192;
}
.more-link span {
  display: block;
  max-width: 260px;
}
.more-link.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.more-link.disabled::after {
  display: none;
}
.more-link-group {
  display: flex;
  gap: 29px;
  flex-direction: column;
}
.more-link:hover {
  outline: 3px solid #0A6370;
  outline-offset: -3px;
}

.feedback-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px;
  border-radius: 6px;
  outline: 2px solid #108192;
  outline-offset: -2px;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
  color: #108192;
  text-decoration: none;
}
.feedback-link::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
  background-image: url("/kouteki_nenkin_simulator_guide/common/images/btn_ico_02.webp");
  transform: rotate(-90deg);
}
.feedback-link:hover {
  outline: 2px solid #AFE3E7;
  outline-offset: -2px;
}

.screen-reader {
  position: relative;
  width: 50px;
  height: 50px;
  padding: 10px;
  border: initial;
  border-radius: 100%;
  background-color: #FFFFFF;
}
.screen-reader img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.screen-reader__text {
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  font-size: 0.75em;
  color: #108192;
}
.screen-reader.is-active {
  background-color: #AFE3E7;
}
.screen-reader:hover {
  opacity: 0.5;
}

.fontsize-change {
  font-size: 85.7%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.fontsize-change dt {
  margin: 0 10px 0 0;
  font-weight: bold;
  color: #108192;
}
.fontsize-change dd {
  min-width: 44px;
  min-height: 24px;
  display: table-cell;
  border: 1px solid #108192;
}
.fontsize-change dd + dd {
  border-left: none;
}
.fontsize-change dd:first-of-type {
  border-radius: 15px 0 0 15px;
}
.fontsize-change dd:first-of-type button {
  border-radius: 15px 0 0 15px;
}
.fontsize-change dd:first-of-type + dd {
  border-left: none;
}
.fontsize-change dd:last-child {
  border-radius: 0 15px 15px 0;
  border-left: none;
}
.fontsize-change dd:last-child button {
  border-radius: 0 15px 15px 0;
}
.fontsize-change dd button {
  width: 100%;
  height: 100%;
  padding: 0 5px;
  line-height: 22px;
  text-align: center;
  text-decoration: none;
  display: block;
  box-sizing: border-box;
  border: none;
  outline: none;
  color: #108192;
  background-color: initial;
  appearance: none;
  transition: none;
}
.fontsize-change dd button:hover, .fontsize-change dd button:focus, .fontsize-change dd button:active {
  text-decoration: underline;
}
.fontsize-change dd button.is-current {
  color: #fff;
  cursor: default;
  text-decoration: none;
  background: #0A6370;
}
.fontsize-change dd button.is-current.tsReset:hover, .fontsize-change dd button.is-current.tsReset:focus, .fontsize-change dd button.is-current.tsReset:active {
  cursor: pointer;
  text-decoration: underline;
}

.page-main {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: flex-end;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.6;
  color: #108192;
}
.page-main::before {
  content: "";
  display: block;
  width: 9px;
  height: 6px;
  background-image: url("/kouteki_nenkin_simulator_guide/common/images/btn_ico_02.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 9px 6px;
}

.read-aloud-toggle.is-active {
  font-weight: bold !important;
}

.read-aloud-target {
  outline: 3px solid #333 !important;
  outline-offset: 4px !important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

@media screen and (min-width: 768px) {
  .page-header {
    min-height: 100px;
  }
  .cta-btn {
    border-radius: 6px;
  }
  .cta-btn::before {
    width: 45px;
    height: 38px;
  }
  .cta-btn::after {
    width: 14px;
    height: 9.5px;
  }
  .cta-btn.sticky {
    min-width: 100%;
    border-radius: initial;
  }
  .cta-btn__title {
    font-size: 1.6em;
    padding-bottom: 20px;
  }
  .cta-btn__note {
    left: 0;
    bottom: 0;
    font-size: 0.55em;
    transform: scale(1);
  }
  .overview__header {
    gap: 30px;
  }
  .overview__header img {
    height: 108px;
  }
  .page-tit {
    font-size: 3.43em;
  }
  .toggle-box__content section > img {
    max-width: 311px;
  }
  .toggle-box.qa .toggle-box__summary, .toggle-box.links .toggle-box__summary {
    position: relative;
    padding-right: 32px;
    justify-content: flex-start;
  }
  .toggle-box.qa .toggle-box__summary::after, .toggle-box.links .toggle-box__summary::after {
    position: absolute;
    right: 16px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .more-link-group {
    flex-direction: row;
    justify-content: space-between;
    gap: 26px;
  }
  .more-link-group .more-link {
    flex: 1;
  }
  .video-box-group {
    gap: 32px 40px;
  }
  .video-box__cover {
    flex-wrap: wrap;
  }
}
.bg-gray {
  background-color: #F6F6F6;
}

.red {
  font-size: 0.87em;
  color: #C20000;
}

.bold {
  font-weight: 700;
}

.text-center {
  text-align: center;
}

/* TOP */
#fv,
#video,
#thema {
  padding-inline: min(32px, 2px + 30 * (100vw - 320px) / 73);
}

#fv {
  padding-block: 15px;
}
#fv > p {
  margin-top: 16px;
  font-size: 1.15em;
  font-weight: 400;
  color: #108192;
  text-align: center;
}
#fv .fv-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 4px solid #AFE3E7;
  outline-offset: -4px;
  border-radius: 10px;
  text-align: center;
  text-decoration: none;
  background-color: #F6F6F6;
}
#fv .fv-btn:hover {
  outline-color: #0A6370;
}
#fv .fv-btn img {
  object-fit: contain;
}
#fv .fv-btn.wide {
  gap: 8.5px;
  width: auto;
  padding-block: 28px;
  color: #0A6370;
}
#fv .fv-btn.wide .fv-btn__ico {
  width: 33px;
}
#fv .fv-btn.wide .fv-btn__category {
  min-width: 42px;
  min-height: 44px;
  padding: 4px;
  border-radius: 4px;
  font-size: 1.15em;
  font-weight: 400;
  line-height: 1.1;
  color: #FFFFFF;
  background-color: #0A6370;
}
#fv .fv-btn.wide .fv-btn__title {
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.1;
  color: #0A6370;
}
#fv .fv-btn.wide .fv-btn__title strong {
  font-size: 1.26em;
  font-weight: 600;
  line-height: 1.1;
  color: #0A6370;
}
#fv .fv-btn.wide .fv-btn__arrow {
  width: 20px;
  height: 12px;
  transform: rotate(-90deg);
}
#fv .fv-btn.narrow {
  flex-direction: column;
  flex: 1;
  padding-block: 14px;
  color: #0A6370;
}
#fv .fv-btn.narrow .fv-btn__ico {
  height: 30px;
}
#fv .fv-btn.narrow .fv-btn__category {
  min-width: 64px;
  margin-top: 3px;
  line-height: 22px;
  border-radius: 50px;
  font-size: 0.85em;
  font-weight: 500;
  color: #FFFFFF;
  background-color: #0A6370;
}
#fv .fv-btn.narrow .fv-btn__category.yellow {
  color: #222222;
  background-color: #F6DB46;
}
#fv .fv-btn.narrow .fv-btn__title {
  font-size: 0.86em;
  font-weight: 400;
  color: #0A6370;
}
#fv .fv-btn.narrow .fv-btn__title strong {
  font-size: 1.5em;
  font-weight: 600;
  color: #0A6370;
}
#fv .fv-btn.narrow .fv-btn__arrow {
  width: 7px;
  height: 4px;
  vertical-align: middle;
  margin-bottom: 2px;
  transform: rotate(-90deg);
}
#fv .fv-btn-wrapper {
  margin-top: 8px;
}
#fv .fv-btn-group {
  display: flex;
  gap: 4px;
  margin-top: 4px;
}

#thema,
#video,
#operation {
  padding-block: 40px;
}

#thema .thema-heading {
  display: flex;
  align-items: flex-end;
  gap: 9px;
  font-size: 1.22em;
  font-weight: 500;
  line-height: 1.5;
  color: #108192;
}
#thema .thema-heading img {
  margin-bottom: -5px;
  height: 64px;
  object-fit: contain;
}
#thema .thema-heading.center {
  justify-content: center;
}
#thema .thema-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: auto;
  height: 60px;
  margin-top: 4.5px;
  padding-inline: 12px;
  border-radius: 10px;
  font-size: 1.08em;
  font-weight: 400;
  text-decoration: none;
}
#thema .thema-link::after {
  content: "";
  display: block;
  width: 18px;
  height: 10.5px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#thema .thema-link.fill {
  color: #FFFFFF;
  outline: 5px solid #0A6370;
  outline-offset: -5px;
  background-color: #108192;
}
#thema .thema-link.fill::after {
  background-image: url("/kouteki_nenkin_simulator_guide/common/images/btn_ico_01.webp");
}
#thema .thema-link.fill:hover {
  outline-color: #108192;
}
#thema .thema-link.border {
  outline: 4px solid #AFE3E7;
  outline-offset: -4px;
  color: #108192;
  background-color: #FFFFFF;
}
#thema .thema-link.border::after {
  background-image: url("/kouteki_nenkin_simulator_guide/common/images/btn_ico_02.webp");
}
#thema .thema-link.border:hover {
  outline-color: #0A6370;
}
#thema .thema-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  outline: 3px solid #108192;
  outline-offset: -3px;
  padding-block: 16px;
  border-radius: 10px;
  text-align: center;
  background-color: #FFFFFF;
  color: #108192;
  text-decoration: none;
}
#thema .thema-btn:hover {
  outline-color: #AFE3E7;
}
#thema .thema-btn__title {
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1.1;
}
#thema .thema-btn__description {
  font-size: 1.15em;
  font-weight: 400;
  line-height: 1;
}
#thema .thema-btn__ico {
  object-fit: contain;
}
#thema .thema-btn__arrow {
  width: 12px;
  height: 6px;
  vertical-align: middle;
  margin-bottom: 4px;
  transform: rotate(-90deg);
}
#thema .thema-btn.wide {
  width: auto;
}
#thema .thema-btn.wide .thema-btn__ico {
  height: 71.5px;
}
#thema .thema-btn.narrow {
  flex: 1;
}
#thema .thema-btn-wrapper {
  margin-top: 16px;
}
#thema .thema-btn-group {
  display: flex;
  gap: 8px;
  margin-top: 8px;
}
#thema .thema-btn-group .thema-btn .thema-btn__title {
  max-width: 135px;
}
#thema .thema-btn-group .thema-btn .thema-btn__ico {
  height: 72px;
}

#video .video-box-group {
  margin-top: 24px;
}

@media screen and (min-width: 768px) {
  #fv {
    padding-block: 40px 24px;
  }
  #fv .video-box {
    max-width: 570px;
    height: 320px;
    border-radius: 6px;
  }
  #fv .video-box__cover img {
    width: 68.5px;
    height: 68.5px;
  }
  #fv .video-box__description {
    font-size: 2.12em;
    line-height: 1.3;
  }
  #fv .video-box video {
    border-radius: 6px;
  }
  #fv > p {
    margin-top: 24px;
    font-size: 1.85em;
  }
  #fv .fv-btn {
    flex-wrap: wrap;
  }
  #fv .fv-btn-wrapper {
    display: flex;
    gap: 4px;
    margin: 16px auto 0;
  }
  #fv .fv-btn.wide {
    width: 100%;
    flex: 1;
  }
  #fv .fv-btn.wide .fv-btn__title {
    margin-bottom: -2px;
    font-size: 0.86em;
    font-weight: 400;
    line-height: 1.6;
  }
  #fv .fv-btn.wide .fv-btn__title strong {
    font-size: 1.5em;
    font-weight: 600;
  }
  #fv .fv-btn.narrow {
    flex-direction: row;
    gap: 8.5px;
    width: 100%;
    flex: 1;
  }
  #fv .fv-btn.narrow .fv-btn__ico {
    width: auto;
    height: 40px;
  }
  #fv .fv-btn.narrow .fv-btn__category {
    margin-top: 0;
    min-width: 42px;
    min-height: 44px;
    padding: 4px;
    border-radius: 4px;
    font-size: 1.15em;
    font-weight: 400;
    line-height: 1.1;
  }
  #fv .fv-btn.narrow .fv-btn__category.yellow {
    font-weight: 600;
  }
  #fv .fv-btn.narrow .fv-btn__title {
    position: relative;
    padding-right: 22px;
    text-align: left;
  }
  #fv .fv-btn.narrow .fv-btn__arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -5px;
    margin: auto;
    width: 20px;
    height: 12px;
    vertical-align: initial;
  }
  #fv .fv-btn__ico {
    width: auto;
    height: 40px;
  }
  #fv .fv-btn-group {
    flex: 2;
    margin: 0;
  }
  #fv + .cta-btn {
    min-width: 550px;
    padding-block: 24px;
    margin-bottom: 40px;
  }
  #thema,
  #video,
  #operation {
    padding-block: 40px;
  }
  #thema .thema-link-wrapper {
    display: flex;
    gap: 30px;
    margin-top: 56px;
  }
  #thema .thema-link-wrapper + .thema-heading {
    margin-top: 56px;
  }
  #thema .thema-link-item {
    width: fit-content;
  }
  #thema .thema-heading.center {
    justify-content: flex-start;
  }
  #thema .thema-btn-wrapper {
    display: flex;
    gap: 8px;
  }
  #thema .thema-btn {
    flex: 1;
  }
  #thema .thema-btn-group {
    flex: 2;
    margin: 0;
  }
  #video .video-box-group {
    margin-top: 56px;
  }
}
/* pages */
#overview,
#qa,
#more,
#feedback {
  padding-block: 20px 40px;
}

#overview .section-tit {
  margin-top: 16px;
}

@media screen and (min-width: 768px) {
  #overview {
    padding-block: 26px 40px;
  }
  #operation .toggle-box__content section,
  #video .toggle-box__content section {
    display: flex;
    align-items: flex-start;
    gap: 16px;
  }
  #operation .toggle-box__content section + section,
  #video .toggle-box__content section + section {
    margin-top: 29px;
  }
  #operation .toggle-box__content section .toggle-box__text-wrapper,
  #video .toggle-box__content section .toggle-box__text-wrapper {
    margin-top: 0;
  }
  #operation .toggle-box__content section .toggle-box__text-wrapper > *:first-child,
  #video .toggle-box__content section .toggle-box__text-wrapper > *:first-child {
    margin-top: 0;
  }
}/*# sourceMappingURL=style.css.map */