@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*, ::before, ::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-width: 0;
  border-style: solid;
}

/* 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 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

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

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

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  clear: both;
  /* 1 */
  overflow: visible;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  margin: 0;
  color: inherit;
  /* 2 */
  border-top-width: 1px;
}

/**
 * 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 {
  text-decoration: none;
  color: inherit;
  background-color: transparent;
}

/**
 * 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 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * 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: 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  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 {
  margin: 0;
  padding: 0;
  font: inherit;
  text-align: inherit;
  vertical-align: middle;
  color: inherit;
  border-radius: 0;
  outline: 0;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

[type=radio] {
  -webkit-appearance: radio;
  -moz-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;
  -moz-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 {
  padding: 0;
  border-style: none;
}

/**
 * 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 {
  min-width: 0;
  margin: 0;
  padding: 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 {
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  color: inherit;
  /* 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 {
  /* 1 */
  font: inherit;
  -webkit-appearance: button;
  /* 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;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

th {
  font-weight: bold;
  text-align: left;
}

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

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

html {
  font-size: clamp(1.5625%, 0.0833333333vw, 6.25%);
}
@media (max-width: 768px) {
  html {
    font-size: 0.2666666667vw;
  }
}

body {
  background-color: #fff;
  color: #222;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 16rem;
  font-family: "Noto Sans JP", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  line-height: 1.75;
  -webkit-font-feature-settings: unset;
          font-feature-settings: unset;
}
.post_main .button_area, .page_section .button_area, .single_main .button_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.post_main .wp-block-button, .page_section .wp-block-button, .single_main .wp-block-button,
.post_main .button_area .button,
.page_section .button_area .button,
.single_main .button_area .button {
  position: relative;
}
.post_main .wp-block-button::before, .page_section .wp-block-button::before, .single_main .wp-block-button::before,
.post_main .button_area .button::before,
.page_section .button_area .button::before,
.single_main .button_area .button::before {
  content: "";
}
.post_main .wp-block-table, .page_section .wp-block-table, .single_main .wp-block-table {
  font-size: 18rem;
}
@media (max-width: 768px) {
  .post_main .wp-block-table, .page_section .wp-block-table, .single_main .wp-block-table {
    font-size: 12rem;
  }
}
.post_main .wp-block-table *, .page_section .wp-block-table *, .single_main .wp-block-table * {
  border: 0;
}
.post_main .wp-block-table tr, .page_section .wp-block-table tr, .single_main .wp-block-table tr {
  border-bottom: 1px solid #c7c7c7;
}
@media (max-width: 768px) {
  .post_main .wp-block-table tr, .page_section .wp-block-table tr, .single_main .wp-block-table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40rem 0 30rem;
  }
}
.post_main .wp-block-table tr:first-child, .page_section .wp-block-table tr:first-child, .single_main .wp-block-table tr:first-child {
  padding-top: 0;
}
.post_main .wp-block-table td, .page_section .wp-block-table td, .single_main .wp-block-table td {
  padding: 50rem 0;
}
@media (max-width: 768px) {
  .post_main .wp-block-table td, .page_section .wp-block-table td, .single_main .wp-block-table td {
    display: block;
    padding: 0;
    width: 100%;
  }
  .post_main .wp-block-table td + td, .page_section .wp-block-table td + td, .single_main .wp-block-table td + td {
    margin-top: 15rem;
  }
}
.post_main .wp-block-table td:first-child, .page_section .wp-block-table td:first-child, .single_main .wp-block-table td:first-child {
  width: 280rem;
}
.post_main .wp-block-table + .wp-block-buttons, .page_section .wp-block-table + .wp-block-buttons, .single_main .wp-block-table + .wp-block-buttons {
  margin-top: 150rem;
}
@media (max-width: 768px) {
  .post_main .wp-block-table + .wp-block-buttons, .page_section .wp-block-table + .wp-block-buttons, .single_main .wp-block-table + .wp-block-buttons {
    margin-top: 80rem;
  }
}
.post_main ul, .page_section ul, .single_main ul {
  margin-top: 1em;
}
.post_main li::before, .page_section li::before, .single_main li::before {
  content: "・";
}
.post_main h3.wp-block-heading, .page_section h3.wp-block-heading, .single_main h3.wp-block-heading {
  font-size: 30rem;
  line-height: 2.5;
}
@media (max-width: 768px) {
  .post_main h3.wp-block-heading, .page_section h3.wp-block-heading, .single_main h3.wp-block-heading {
    font-size: 15rem;
  }
}
.post_main .wp-block-column p, .page_section .wp-block-column p, .single_main .wp-block-column p {
  margin-top: 25rem;
  font-weight: 400;
  font-size: 20rem;
  line-height: 2;
}
@media (max-width: 768px) {
  .post_main .wp-block-column p, .page_section .wp-block-column p, .single_main .wp-block-column p {
    font-size: 13rem;
  }
}

body a {
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
@media (hover: hover) {
  body a:hover {
    opacity: 0.6;
  }
}
body a:focus {
  text-decoration: none;
}
body a img {
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
body a[href^="tel:"] {
  color: inherit;
}
body img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
@media (max-width: 768px) {
  body *,
  body *::before,
  body *::after {
    max-width: 100%;
  }
}

@media (hover: hover) {
  .image_link:hover {
    opacity: 1;
  }
  .image_link:hover img {
    opacity: 1;
    -webkit-transition: 0.6s all;
    transition: 0.6s all;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.pagenation .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20rem;
}
.pagenation .wp-pagenavi .pages {
  display: none;
}
.pagenation .wp-pagenavi a,
.pagenation .wp-pagenavi span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40rem;
  height: 40rem;
  border-radius: 50%;
  background-color: #fff;
  color: #222;
  font-size: 14rem;
  font-family: "Marcellus", serif;
}
@media (max-width: 768px) {
  .pagenation .wp-pagenavi a,
  .pagenation .wp-pagenavi span {
    width: 30rem;
    height: 30rem;
    font-size: 12rem;
  }
}
.pagenation .wp-pagenavi .first,
.pagenation .wp-pagenavi .last {
  display: none;
}
.pagenation .wp-pagenavi .nextpostslink,
.pagenation .wp-pagenavi .previouspostslink {
  position: relative;
  display: block;
  overflow: hidden;
  border: none;
  background-color: transparent;
  color: #222;
  text-indent: -200%;
}
.pagenation .wp-pagenavi .nextpostslink::before,
.pagenation .wp-pagenavi .previouspostslink::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #696969;
  border-top: 0;
  border-left: 0;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.pagenation .wp-pagenavi .previouspostslink::before {
  -webkit-transform: translate(-50%, -50%) rotate(-225deg);
          transform: translate(-50%, -50%) rotate(-225deg);
}
.pagenation .wp-pagenavi .current {
  background-color: #c7c7c7;
  color: #fff;
  pointer-events: none;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 56rem;
  padding: 48rem 24rem 0rem;
  background: #f5f6f6;
  color: rgba(0, 0, 0, 0.87);
  font-size: 17rem;
  line-height: 1.7;
  overflow-wrap: anywhere;
}

.main {
  margin-bottom: 24rem;
  padding: 32rem 56rem;
  width: 820rem;
  border-radius: 8rem;
  background-color: #fff;
}
.main h1,
.main h2,
.main h3,
.main h4 {
  position: relative;
  font-weight: bold;
  cursor: pointer;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-margin-before: 0.83em;
          margin-block-start: 0.83em;
  -webkit-margin-after: 0.83em;
          margin-block-end: 0.83em;
}
.main h1 {
  margin-top: 8rem;
  word-break: break-all;
  font-weight: 600;
  font-size: 28rem;
  line-height: 1.4;
}
.main h1 span {
  display: block;
  font-size: 0.75em;
}
.main h2 {
  margin: 56rem 0 16rem;
  padding-bottom: 14rem;
  border-bottom: 1rem solid rgba(0, 0, 0, 0.12);
  font-size: 1.53em;
  line-height: 1.4;
}
.main h3 {
  margin: 40rem 0 16rem;
  font-size: 1.29em;
  line-height: 1.6;
}
.main h4 {
  margin: 40rem 0 16rem;
  font-size: 1.06em;
  line-height: 1.6;
}
.main h4::before {
  content: "- ";
}
.main time {
  margin-top: 8rem;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14rem;
}
.main p {
  margin: 16rem 0;
}
.main ul {
  margin: 16rem 0;
  padding-left: 1.5em;
  list-style-type: disc;
}

.sidebar {
  position: sticky;
  top: 16rem;
  padding-top: 24rem;
  padding-bottom: 24rem;
  max-height: 100vh;
  width: 300rem;
  argin-top: 24rem;
  will-change: transform;
}
.sidebar ul {
  overflow-y: auto;
  font-size: 14rem;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}
.sidebar ul a {
  display: block;
  padding: 4rem 8rem;
  border-radius: 4rem;
  color: rgba(0, 0, 0, 0.6);
  text-decoration: none;
  line-height: 1.5;
}
.sidebar ul a.focus {
  background-color: #edeeee;
  color: rgba(0, 0, 0, 0.87);
}
.sidebar ul ul {
  padding-left: 1em;
}

code[class*=language-],
pre[class*=language-] {
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
}

@media (min-width: 769px) {
  .pc_none {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .sp_none {
    display: none !important;
  }
}
/*# sourceMappingURL=style.css.map */