@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;600;700;800;900&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: inherit;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 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 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 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: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

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

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

/**
 * 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: inherit; /* 2 */
}

/**
 * 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 */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * 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;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 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 {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

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

/**
 * 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 outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[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 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

:root {
  --black: #231815;
  --beige: #fcf9ed;
  --cream: #eada98;
  --gray: #eee;
  --darkgray: #707070;
  --red: #e71f19;
  --keiai-col: #004896;
  --pregnancy-col: #eca1b3;
  --childbirth-col: #f4a36f;
  --postpartum-col: #38b5b2;
  --baby-col: #fcc800;
  --helpful-col: #c28461;
  --gap-min: 8px;
  --gap-xs: 16px;
  --gap-s: 24px;
  --gap-m: 32px;
  --gap-l: 40px;
  --gap-xl: 48px;
  --pd-contents: 20px;
  --fs-base: 1.6rem;
  --fs-s: 1.4rem;
  --fs-m: 1.8rem;
  --fs-l: 2rem;
  --fs-xl: 2.4rem;
  --first-term-col: #efb2c0;
  --first-term-col-light: #f8dce3;
  --first-term-bg-light: #fef5f7;
  --middle-term-col: #bba1c6;
  --middle-term-col-light: #e5dcea;
  --middle-term-bg-light: #f9f5f9;
  --second-term-col: #6f9fc5;
  --second-term-col-light: #cedbea;
  --second-term-bg-light: #f0f5f9;
}

html {
  font-size: 10px;
  scroll-padding-top: 80px;
  scroll-behavior: smooth;
}

body {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: var(--fs-base);
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  max-width: 640px;
  margin: 0 auto;
  color: #252525;
  overflow: visible;
}
body.menu-open {
  overflow: hidden;
}

h2 {
  font-weight: 500;
  line-height: 1;
}

h4 {
  font-size: var(--fs-m);
}

img {
  width: 100%;
  display: block;
}

figure figcaption {
  margin-top: 1em;
  font-size: var(--fs-s);
}

.header {
  position: fixed;
  width: 100%;
  z-index: 999;
}
.header__inner {
  position: relative;
  max-width: 640px;
  height: 60px;
  display: flex;
  align-items: center;
  padding: 0.5em var(--pd-contents);
  background: #fff;
  border-bottom: 1px solid var(--keiai-col);
}
.header__inner h1 {
  width: 160px;
}

.menu {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99999;
  background: var(--keiai-col);
  cursor: pointer;
}
.menu__bar {
  display: inline-block;
  width: 60%;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.5s;
}
.menu__bar:first-child {
  top: 20px;
}
.menu__bar:nth-child(2) {
  top: 28px;
}
.menu__bar:last-child {
  top: 36px;
}

.menu--open .menu__bar {
  top: 50%;
}
.menu--open .menu__bar:first-child {
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.menu--open .menu__bar:nth-child(2) {
  display: none;
}
.menu--open .menu__bar:last-child {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

nav {
  display: none;
  background: #fff;
  position: absolute;
  top: 0;
  width: 100%;
  max-width: 640px;
  height: 100vh;
  z-index: 9999;
  padding-bottom: calc(var(--gap-xl) * 2);
  overflow-y: scroll;
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}
nav > ul {
  padding: 100px 0 0;
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  justify-content: center;
  align-items: center;
}
nav > ul > li:not(.link-top):not(.anchor-link) {
  width: 90%;
  border-width: 1px;
  border-style: solid;
}
nav > ul > li:not(.link-top):not(.anchor-link) dl dt {
  display: flex;
  justify-content: space-between;
  padding: 0.7em 1em;
  font-size: var(--fs-l);
  font-weight: 500;
  color: #fff;
}
nav > ul > li:not(.link-top):not(.anchor-link) dl dd > div {
  display: flex;
  flex-direction: column;
  row-gap: 2em;
  margin: 0 var(--gap-xs);
  padding: var(--gap-s) 0;
}
nav > ul > li:not(.link-top):not(.anchor-link) dl dd > div div {
  display: flex;
  flex-direction: column;
  row-gap: calc(var(--gap-m) / 2);
}
nav > ul > li:not(.link-top):not(.anchor-link) dl dd > div div span {
  display: block;
  padding: 0.5em 0;
  text-align: center;
  color: #fff;
  font-size: var(--fs-m);
  font-weight: 500;
}
nav > ul > li:not(.link-top):not(.anchor-link) dl dd > div div a {
  position: relative;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 1em;
  width: 100%;
  padding: 0.1em 0.5em;
  color: var(--darkgray);
}
nav > ul > li:not(.link-top):not(.anchor-link) dl dd > div div a::after {
  content: "\f35a";
  font-family: "Font Awesome 6 Pro";
}
nav > ul > li:not(.link-top):not(.anchor-link).link-pregnancy {
  color: var(--pregnancy-col);
  border-color: var(--pregnancy-col);
}
nav > ul > li:not(.link-top):not(.anchor-link).link-pregnancy dl dt {
  background: var(--pregnancy-col);
}
nav > ul > li:not(.link-top):not(.anchor-link).link-pregnancy dl dd div div a::after {
  color: var(--pregnancy-col);
}
nav > ul > li:not(.link-top):not(.anchor-link).link-pregnancy dl dd div div.link-first-term span {
  background: var(--first-term-col);
}
nav > ul > li:not(.link-top):not(.anchor-link).link-pregnancy dl dd div div.link-first-term a:after {
  color: var(--first-term-col);
}
nav > ul > li:not(.link-top):not(.anchor-link).link-pregnancy dl dd div div.link-middle-term span {
  background: var(--middle-term-col);
}
nav > ul > li:not(.link-top):not(.anchor-link).link-pregnancy dl dd div div.link-middle-term a:after {
  color: var(--middle-term-col);
}
nav > ul > li:not(.link-top):not(.anchor-link).link-pregnancy dl dd div div.link-second-term span {
  background: var(--second-term-col);
}
nav > ul > li:not(.link-top):not(.anchor-link).link-pregnancy dl dd div div.link-second-term a:after {
  color: var(--second-term-col);
}
nav > ul > li:not(.link-top):not(.anchor-link).link-childbirth {
  border-color: var(--childbirth-col);
}
nav > ul > li:not(.link-top):not(.anchor-link).link-childbirth dl dt {
  background: var(--childbirth-col);
}
nav > ul > li:not(.link-top):not(.anchor-link).link-childbirth dl dd div div a::after {
  color: var(--childbirth-col);
}
nav > ul > li:not(.link-top):not(.anchor-link).link-postpartum {
  border-color: var(--postpartum-col);
}
nav > ul > li:not(.link-top):not(.anchor-link).link-postpartum dl dt {
  background: var(--postpartum-col);
}
nav > ul > li:not(.link-top):not(.anchor-link).link-postpartum dl dd div div a::after {
  color: var(--postpartum-col);
}
nav > ul > li:not(.link-top):not(.anchor-link).link-baby {
  border-color: var(--baby-col);
}
nav > ul > li:not(.link-top):not(.anchor-link).link-baby dl dt {
  background: var(--baby-col);
}
nav > ul > li:not(.link-top):not(.anchor-link).link-baby dl dd div div a::after {
  color: var(--baby-col);
}
nav > ul > li:not(.link-top):not(.anchor-link).link-helpful {
  border-color: var(--helpful-col);
}
nav > ul > li:not(.link-top):not(.anchor-link).link-helpful a {
  width: 100%;
  color: #fff;
  background: var(--helpful-col);
  display: flex;
  justify-content: space-between;
  padding: 0.7em 1em;
  font-size: var(--fs-l);
  font-weight: 500;
}
nav > ul > li:not(.link-top):not(.anchor-link).link-helpful a::after {
  content: "\f35a";
  font-family: "Font Awesome 6 Pro";
}
nav > ul .link-top {
  width: 50%;
  margin-bottom: 2rem;
}
nav > ul .anchor-link {
  margin-bottom: 2rem;
}
nav > ul .anchor-link div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 90%;
  column-gap: 2%;
  row-gap: calc(var(--gap-m) / 2);
  margin: 0 auto;
}
nav > ul .anchor-link div a {
  text-align: center;
  background: #eee;
  padding: 0.5em 1em;
  display: flex;
  column-gap: 1em;
  color: #fff;
  font-weight: 500;
  border-radius: 10px;
}
nav > ul .anchor-link div a::after {
  content: "\f107";
  font-family: "Font Awesome 6 Pro";
}
nav > ul .anchor-link div a:first-of-type {
  background: var(--pregnancy-col);
}
nav > ul .anchor-link div a:nth-of-type(2) {
  background: var(--childbirth-col);
}
nav > ul .anchor-link div a:nth-of-type(3) {
  background: var(--postpartum-col);
}
nav > ul .anchor-link div a:nth-of-type(4) {
  background: var(--baby-col);
}
nav > ul .anchor-link div a:last-of-type {
  background: var(--helpful-col);
}
nav .logo-keiai {
  margin: var(--gap-l) auto 0;
  width: 40%;
}

main {
  margin: 0 auto;
  max-width: 640px;
  padding-top: 60px;
  position: relative;
}

main:not(.pregnancy):not(.top) .lead {
  padding: 0 var(--pd-contents);
}

h3 {
  color: var(--darkgray);
}

.contents h3 {
  font-size: var(--fs-xl);
  font-weight: 500;
  text-align: center;
  margin-bottom: var(--gap-l);
}
.contents .lead {
  display: flex;
  flex-direction: column;
  row-gap: var(--gap-s);
  margin-bottom: var(--gap-s);
}
.contents .lead div:first-of-type {
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}

.heading {
  position: relative;
  padding: 0 6rem;
  margin-bottom: var(--gap-l);
  color: #fff;
  font-size: var(--fs-l);
  font-weight: 500;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 100%;
}
.heading::before, .heading::after {
  content: "";
  display: block;
  width: 20px;
  height: 100%;
  background: #efefef;
  position: absolute;
  top: 0;
  background-size: auto;
  background-color: transparent;
  background-image: repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5) 10px, transparent 10px, transparent 20px);
}
.heading::before {
  left: 0;
}
.heading::after {
  right: 0;
}

footer {
  margin-top: var(--gap-xl);
  padding: var(--gap-l) 0;
  border-top: 1px solid var(--keiai-col);
}
footer img {
  width: 40%;
  margin: 0 auto;
}
footer .copy {
  text-align: center;
  font-size: 12px;
  margin-top: var(--gap-min);
}

.article {
  display: flex;
  flex-direction: column;
  row-gap: var(--gap-l);
}

.block {
  margin-bottom: var(--gap-s);
}
.block > dt {
  font-size: var(--fs-m);
  font-weight: 500;
}
.block > dt.add-remark {
  display: flex;
  align-items: center;
  column-gap: var(--gap-min);
}
.block > dt.add-remark .remark {
  display: inline-block;
  font-size: var(--fs-s);
  padding: 0.1em 0.5em;
  color: #fff;
  border-radius: 10px;
}
.block > dd {
  margin-top: var(--gap-min);
}

.text {
  margin: var(--gap-s) auto;
}

.btn {
  display: block;
  margin-top: var(--gap-m);
  border: 1px solid var(--black);
  padding: 0.5em 1em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.btn::after {
  content: "\f35a";
  font-family: "Font Awesome 6 Pro";
}

.beside-padding {
  padding-left: var(--pd-contents);
  padding-right: var(--pd-contents);
}

.vertical-padding {
  padding-top: var(--pd-contents);
  padding-bottom: var(--pd-contents);
}

.indent {
  padding-left: 1.25em;
}

.ttl-a {
  padding: 0.5em 1em;
  border-radius: 10px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  margin-bottom: var(--gap-s);
}

.ttl-b {
  font-size: var(--fs-m);
  font-weight: 500;
  border-bottom: 4px dotted var(--black);
  padding-bottom: calc(var(--gap-s) / 4);
}

.ttl-c {
  padding: 0.5em 1em;
  border-radius: 100vmax;
  color: #fff;
  font-weight: 500;
  text-align: center;
  margin-bottom: var(--gap-s);
}

.ttl-d {
  padding: 0.5em 1em;
  text-align: center;
  font-weight: 500;
}

.ttl-e {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  padding: var(--gap-s);
  margin-bottom: var(--gap-l);
}

.ttl-f {
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: var(--gap-s);
}

.radius-box {
  border-radius: 20px;
  padding: 1em;
  border-width: 2px;
  border-style: solid;
}

.list-flex-beside {
  display: flex;
  flex-wrap: wrap;
  column-gap: 2em;
}

.circle-icon {
  display: flex;
  column-gap: 4px;
}
.circle-icon::before {
  content: "●";
}
.circle-icon.circle-icon-pregnancy::before {
  color: var(--pregnancy-col);
}
.circle-icon.circle-icon-cream::before {
  color: var(--cream);
}

.circle-number {
  display: flex;
  flex-direction: column;
  row-gap: 0.5em;
}
.circle-number li {
  display: flex;
  column-gap: 0.2em;
}
.circle-number li .list-number {
  width: 1em;
  flex-shrink: 0;
}
.circle-number.gap-none {
  row-gap: 0;
}

.after-slash::after {
  content: "／";
  display: inline;
}

.asterisk {
  display: flex;
}
.asterisk::before {
  content: "＊";
}

.kome {
  display: flex;
}
.kome::before {
  content: "※";
}

.midpoint {
  display: flex;
  column-gap: 0.25em;
}
.midpoint::before {
  content: "•";
}

.notice-a {
  background: var(--beige);
  padding: var(--gap-xs);
}
.notice-a > dt {
  margin-bottom: calc(var(--gap-s) / 4);
}

.flex-image {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flex-image img {
  width: 50%;
  flex-shrink: 0;
}
.flex-image img.w40 {
  width: 40%;
}
.flex-image figcaption {
  font-size: var(--fs-base);
}

.flex-list {
  display: flex;
  flex-direction: column;
  row-gap: calc(var(--gap-xs) / 4);
}
.flex-list dl:not(.no-flex) {
  display: flex;
}
.flex-list dl dt {
  width: 6em;
  flex-shrink: 0;
  font-weight: 500;
}

.flex-text {
  display: flex;
  margin-top: var(--gap-min);
}
.flex-text span {
  width: 4em;
}

.flex-ex {
  display: flex;
  column-gap: 0.25em;
}

.text-link {
  display: inline-block;
  text-decoration: underline;
}

.no-margin {
  margin: 0 !important;
}

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

.left {
  text-align: left !important;
}

.w100 {
  width: 100%;
}

.fw-b {
  font-weight: 500;
}

.fw-n {
  font-weight: 400;
}

.col-red {
  color: var(--red);
}

.col-dark-gray {
  color: #898989;
}

.bg-beige {
  background: var(--beige);
}

.bg-cream {
  background: var(--cream);
}

.bg-gray {
  background: var(--gray);
}

.gap-min {
  margin-bottom: var(--gap-min);
}

.gap-xs {
  margin-bottom: var(--gap-xs);
}

.gap-s {
  margin-bottom: var(--gap-s);
}

.gap-m {
  margin-bottom: var(--gap-m);
}

.gap-l {
  margin-bottom: var(--gap-m);
}

.gap-xl {
  margin-bottom: var(--gap-m);
}

.fs-base {
  font-size: var(--fs-base) !important;
}

.fs-s {
  font-size: var(--fs-s);
}

.fs-m {
  font-size: var(--fs-m);
}

.fs-l {
  font-size: var(--fs-l);
}

.fs-xl {
  font-size: var(--fs-xl);
}

.toc-list {
  display: flex;
  flex-direction: column;
  row-gap: calc(var(--gap-s) / 2);
  padding: 0 var(--pd-contents);
}
.toc-list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1em;
  font-weight: 500;
  column-gap: 1em;
}
.toc-list li a::after {
  content: "\f35a";
  font-family: "Font Awesome 6 Pro";
}/*# sourceMappingURL=style.css.map */