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

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

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

/* 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;
  height: 0;
  /* 1 */
  margin: 0;
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  box-sizing: content-box;
  /* 1 */
  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-size: inherit;
  /* 2 */
  font-family: monospace, monospace;
  /* 1 */
}

address {
  font-style: inherit;
}

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

/**
 * 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.
 */
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-size: inherit;
  /* 2 */
  font-family: monospace, monospace;
  /* 1 */
}

/**
 * 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;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: inherit;
  vertical-align: middle;
  outline: 0;
  -webkit-appearance: none;
  appearance: none;
}

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

/**
 * 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-collapse: collapse;
  border-spacing: 0;
}

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: 62.5%;
}

body {
  text-align: center;
  font-size: 1.6rem;
  color: #000000;
  -webkit-font-smoothing: antialiased;
}

a {
  text-decoration: none;
}

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

@font-face {
  font-family: "SourceHanSansJP-Medium";
  src: url("../font/SB_SourceHanSansJP-Medium.otf") format("opentype");
  src: url("../font/SB_SourceHanSansJP-Medium.woff2") format("woff2");
  src: url("../font/SB_SourceHanSansJP-Medium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "SourceHanSansJP-Regular";
  src: url("../font/SB_SourceHanSansJP-Regular.otf") format("opentype");
  src: url("../font/SB_SourceHanSansJP-Regular.woff2") format("woff2");
  src: url("../font/SB_SourceHanSansJP-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "SourceHanSansJP-Bold";
  src: url("../font/SB_SourceHanSansJP-Bold.otf") format("opentype");
  src: url("../font/SB_SourceHanSansJP-Bold.woff2") format("woff2");
  src: url("../font/SB_SourceHanSansJP-Bold.woff") format("woff");
  font-display: swap;
}
.l-footer {
  position: relative;
}

.l-header {
  position: relative;
}

.l-body__inner {
  box-shadow: 0px 0px 18px 4px rgba(12, 12, 12, 0.3);
}
.l-body__inner.u-container {
  width: 850px;
}
@media screen and (max-width: 900px) {
  .l-body__inner.u-container {
    margin: 0 25px;
  }
}

.l-main {
  padding: 20px 25px;
}
.l-main__ttl {
  font-weight: bold;
  padding: 0.4em 0.2em;
  background: #F1EA92;
  color: #585421;
  font-size: 2.4rem;
  text-align: left;
  margin-bottom: 25px;
}

.c-list01 {
  display: grid;
  gap: 20px 26px;
}
.c-list01__item a {
  display: block;
  text-align: center;
  border: 1px solid #5e5e5e;
  border-radius: 3px;
  background: #ededed;
  line-height: 1.6;
  padding-top: 3px;
  font-size: 14px;
}
.c-list01__item a:focus {
  background: #dfdfdf;
}
@media (hover: hover) and (pointer: fine) {
  .c-list01__item a:hover {
    background: #dfdfdf;
  }
}

.c-list01--top {
  grid-template-columns: repeat(auto-fit, minmax(180px, 180px));
  margin-bottom: 35px;
}

.c-list01--page {
  grid-template-columns: repeat(auto-fit, minmax(250px, 250px));
  margin-bottom: 35px;
  column-gap: 0;
}
.c-list01--page .c-list01__item a {
  width: 200px;
  margin-right: auto;
  margin-left: auto;
}

.c-list02 {
  border-collapse: separate;
  border-spacing: 2px;
  border-style: none;
  margin-left: 100px;
  margin-bottom: 35px;
}
.c-list02 th {
  padding: 3px;
  background: #B4D3ED;
}
.c-list02 td {
  padding: 3px;
  background: #E0EEF8;
  text-align: left;
}
.c-list02__th01 {
  white-space: nowrap;
}
.c-list02__th02 {
  width: 400px;
}

.c-no-item {
  text-align: center;
  margin-bottom: 35px;
}

.c-link {
  text-decoration: underline;
  color: #0000ee;
  text-align: center;
  display: block;
}
.c-link__archive {
  margin-bottom: 35px;
}
.c-link:focus {
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  .c-link:hover {
    text-decoration: none;
  }
}

.p-top {
  position: relative;
}
.p-top__txt {
  font-size: calc((18 * .1rem) + (1vw - 0.768rem) * 100 * (20 - 18) / 1152);
}
.p-top__txt::after {
  content: "";
  width: 15px;
  height: 15px;
  border-style: solid;
  border-width: 2px;
  transform: rotate(45deg);
  border-color: red red transparent transparent;
}
.p-top__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-top__ttl {
  transition: opacity 0.3s ease;
}
.p-top__ttl::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent blue;
}

.u-container {
  width: 900px;
  margin-right: auto;
  margin-left: auto;
}

/*# sourceMappingURL=style.css.map */
