@charset "UTF-8";
/*! normalize.css v8.0.1 | 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 iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  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
   ========================================================================== */
/**
 * 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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  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] {
  border-bottom: none; /* 1 */
  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-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 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;
}

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

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

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

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

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

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

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

.highlight .hll {
  background-color: #ffffcc;
}
.highlight .c {
  color: #87ceeb;
}
.highlight { /* Comment */ }
.highlight .err {
  color: #ffffff;
}
.highlight { /* Error */ }
.highlight .g {
  color: #ffffff;
}
.highlight { /* Generic */ }
.highlight .k {
  color: #f0e68c;
}
.highlight { /* Keyword */ }
.highlight .l {
  color: #ffffff;
}
.highlight { /* Literal */ }
.highlight .n {
  color: #ffffff;
}
.highlight { /* Name */ }
.highlight .o {
  color: #ffffff;
}
.highlight { /* Operator */ }
.highlight .x {
  color: #ffffff;
}
.highlight { /* Other */ }
.highlight .p {
  color: #ffffff;
}
.highlight { /* Punctuation */ }
.highlight .cm {
  color: #87ceeb;
}
.highlight { /* Comment.Multiline */ }
.highlight .cp {
  color: #cd5c5c;
}
.highlight { /* Comment.Preproc */ }
.highlight .c1 {
  color: #87ceeb;
}
.highlight { /* Comment.Single */ }
.highlight .cs {
  color: #87ceeb;
}
.highlight { /* Comment.Special */ }
.highlight .gd {
  color: #0000c0;
  font-weight: bold;
  background-color: #008080;
}
.highlight { /* Generic.Deleted */ }
.highlight .ge {
  color: #c000c0;
  text-decoration: underline;
}
.highlight { /* Generic.Emph */ }
.highlight .gr {
  color: #c0c0c0;
  font-weight: bold;
  background-color: #c00000;
}
.highlight { /* Generic.Error */ }
.highlight .gh {
  color: #cd5c5c;
}
.highlight { /* Generic.Heading */ }
.highlight .gi {
  color: #ffffff;
  background-color: #0000c0;
}
.highlight { /* Generic.Inserted */ }
.highlight span.go {
  color: #add8e6;
  font-weight: bold;
  background-color: #4d4d4d;
}
.highlight { /* Generic.Output, qualified with span to prevent applying this style to the Go language, see #1153. */ }
.highlight .gp {
  color: #ffffff;
}
.highlight { /* Generic.Prompt */ }
.highlight .gs {
  color: #ffffff;
}
.highlight { /* Generic.Strong */ }
.highlight .gu {
  color: #cd5c5c;
}
.highlight { /* Generic.Subheading */ }
.highlight .gt {
  color: #c0c0c0;
  font-weight: bold;
  background-color: #c00000;
}
.highlight { /* Generic.Traceback */ }
.highlight .kc {
  color: #f0e68c;
}
.highlight { /* Keyword.Constant */ }
.highlight .kd {
  color: #f0e68c;
}
.highlight { /* Keyword.Declaration */ }
.highlight .kn {
  color: #f0e68c;
}
.highlight { /* Keyword.Namespace */ }
.highlight .kp {
  color: #f0e68c;
}
.highlight { /* Keyword.Pseudo */ }
.highlight .kr {
  color: #f0e68c;
}
.highlight { /* Keyword.Reserved */ }
.highlight .kt {
  color: #bdb76b;
}
.highlight { /* Keyword.Type */ }
.highlight .ld {
  color: #ffffff;
}
.highlight { /* Literal.Date */ }
.highlight .m {
  color: #EAB289;
}
.highlight { /* Literal.Number */ }
.highlight .s {
  color: #EAB289;
}
.highlight { /* Literal.String */ }
.highlight .na {
  color: #8CF0E8;
}
.highlight { /* Name.Attribute */ }
.highlight .nb {
  color: #ffffff;
}
.highlight { /* Name.Builtin */ }
.highlight .nc {
  color: #ffffff;
}
.highlight { /* Name.Class */ }
.highlight .no {
  color: #ffa0a0;
}
.highlight { /* Name.Constant */ }
.highlight .nd {
  color: #ffffff;
}
.highlight { /* Name.Decorator */ }
.highlight .ni {
  color: #ffdead;
}
.highlight { /* Name.Entity */ }
.highlight .ne {
  color: #ffffff;
}
.highlight { /* Name.Exception */ }
.highlight .nf {
  color: #ffffff;
}
.highlight { /* Name.Function */ }
.highlight .nl {
  color: #ffffff;
}
.highlight { /* Name.Label */ }
.highlight .nn {
  color: #ffffff;
}
.highlight { /* Name.Namespace */ }
.highlight .nx {
  color: #ffffff;
}
.highlight { /* Name.Other */ }
.highlight .py {
  color: #ffffff;
}
.highlight { /* Name.Property */ }
.highlight .nt {
  color: #f0e68c;
}
.highlight { /* Name.Tag */ }
.highlight .nv {
  color: #98fb98;
}
.highlight { /* Name.Variable */ }
.highlight .ow {
  color: #ffffff;
}
.highlight { /* Operator.Word */ }
.highlight .w {
  color: #ffffff;
}
.highlight { /* Text.Whitespace */ }
.highlight .mf {
  color: #ffffff;
}
.highlight { /* Literal.Number.Float */ }
.highlight .mh {
  color: #ffffff;
}
.highlight { /* Literal.Number.Hex */ }
.highlight .mi {
  color: #ffffff;
}
.highlight { /* Literal.Number.Integer */ }
.highlight .mo {
  color: #ffffff;
}
.highlight { /* Literal.Number.Oct */ }
.highlight .sb {
  color: #ffffff;
}
.highlight { /* Literal.String.Backtick */ }
.highlight .sc {
  color: #ffffff;
}
.highlight { /* Literal.String.Char */ }
.highlight .sd {
  color: #ffffff;
}
.highlight { /* Literal.String.Doc */ }
.highlight .s2 {
  color: #ffffff;
}
.highlight { /* Literal.String.Double */ }
.highlight .se {
  color: #ffffff;
}
.highlight { /* Literal.String.Escape */ }
.highlight .sh {
  color: #ffffff;
}
.highlight { /* Literal.String.Heredoc */ }
.highlight .si {
  color: #ffffff;
}
.highlight { /* Literal.String.Interpol */ }
.highlight .sx {
  color: #ffffff;
}
.highlight { /* Literal.String.Other */ }
.highlight .sr {
  color: #ffffff;
}
.highlight { /* Literal.String.Regex */ }
.highlight .s1 {
  color: #ffffff;
}
.highlight { /* Literal.String.Single */ }
.highlight .ss {
  color: #ffffff;
}
.highlight { /* Literal.String.Symbol */ }
.highlight .bp {
  color: #ffffff;
}
.highlight { /* Name.Builtin.Pseudo */ }
.highlight .vc {
  color: #98fb98;
}
.highlight { /* Name.Variable.Class */ }
.highlight .vg {
  color: #98fb98;
}
.highlight { /* Name.Variable.Global */ }
.highlight .vi {
  color: #98fb98;
}
.highlight { /* Name.Variable.Instance */ }
.highlight .il {
  color: #ffffff;
}
.highlight { /* Literal.Number.Integer.Long */ }
.highlight .bash .nv {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.language-bash .highlight .nb {
  color: #99D4FF;
}

html {
  height: 100%;
  max-height: 100%;
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  height: 100%;
  max-height: 100%;
  font-family: "Cormorant Garamond", "游教科書体 横用", "YuKyokasho Yoko", "Noto Serif JP", "YuMincho", "Yu Mincho", serif;
  letter-spacing: 0.01rem;
  font-size: 1.8em;
  line-height: 1.75em;
  color: #3A4145;
  font-weight: 600;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  -o-font-feature-settings: "kern" 1;
  text-rendering: geometricPrecision;
}

h1,
h2,
h3,
h4,
h5,
h6,
input,
label,
select,
textarea,
table {
  -webkit-font-feature-settings: "dlig" 1, "liga" 1, "lnum" 1, "kern" 1;
  -moz-font-feature-settings: "dlig" 1, "liga" 1, "lnum" 1, "kern" 1;
  -o-font-feature-settings: "dlig" 1, "liga" 1, "lnum" 1, "kern" 1;
  font-family: "Open Sans", Hiragino Kaku Gothic ProN, sans-serif;
  text-rendering: geometricPrecision;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #5d8b2f;
  line-height: 1.15em;
  margin: 0 0 0.4em 0;
  font-weight: 600;
}

h1 {
  font-family: "Cormorant Garamond", "游教科書体 横用", "YuKyokasho Yoko", "Noto Serif JP", "YuMincho", "Yu Mincho", serif;
  font-size: 4rem;
  letter-spacing: -2px;
  text-indent: -3px;
}

h2 {
  font-family: "Cormorant Garamond", "游教科書体 横用", "YuKyokasho Yoko", "Noto Serif JP", "YuMincho", "Yu Mincho", serif;
  font-size: 3.6rem;
  letter-spacing: -1px;
}

h3 {
  font-size: 3rem;
}

h4 {
  font-size: 2.3rem;
}

h5 {
  font-size: 2rem;
}

h6 {
  font-size: 2rem;
}

a {
  color: #4A4A4A;
  transition: color 0.2s ease;
}

a:hover {
  color: #111;
}

p, .settings-panel-example,
ul,
ol,
dl,
figure {
  -webkit-font-feature-settings: "liga" 1, "onum" 1, "kern" 1;
  -moz-font-feature-settings: "liga" 1, "onum" 1, "kern" 1;
  -o-font-feature-settings: "liga" 1, "onum" 1, "kern" 1;
  margin: 0 0 1.25em 0;
  text-rendering: geometricPrecision;
}

ol,
ul {
  padding-left: 3rem;
}

ol ol,
ul ul,
ul ol,
ol ul {
  margin: 0 0 0.4em 0;
  padding-left: 2em;
}

dl dt {
  float: left;
  width: 180px;
  overflow: hidden;
  clear: left;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 700;
  margin-bottom: 1em;
}

dl dd {
  margin-left: 200px;
  margin-bottom: 1em;
}

li {
  margin: 0.4em 0;
}

li li {
  margin: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: #eee 1px solid;
  margin: 3.2em 0;
  padding: 0;
}

mark {
  background-color: #fdffb6;
}

kbd {
  display: inline-block;
  margin-bottom: 0.4em;
  padding: 1px 8px;
  border: #CCC 1px solid;
  color: #666;
  text-shadow: #FFF 0 1px 0;
  font-size: 0.9em;
  font-weight: 700;
  background: #F4F4F4;
  border-radius: 4px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 0 0 #fff inset;
}

@media only screen and (max-width: 900px) {
  blockquote {
    margin-left: 0;
  }
  hr {
    margin: 2.4em 0;
  }
  ol,
  ul {
    padding-left: 2em;
  }
  h1 {
    font-size: 4.5rem;
    text-indent: -2px;
  }
  h2 {
    font-size: 3.6rem;
  }
  h3 {
    font-size: 3.1rem;
  }
  h4 {
    font-size: 2.5rem;
  }
  h5 {
    font-size: 2.2rem;
  }
  h6 {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 500px) {
  hr {
    margin: 1.75em 0;
  }
  p, .settings-panel-example,
  ul,
  ol,
  dl {
    font-size: 0.95em;
    margin: 0 0 2.5rem 0;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 0 0 0.3em 0;
  }
  h1 {
    font-size: 2.8rem;
    letter-spacing: -1px;
  }
  h2 {
    font-size: 2.4rem;
    letter-spacing: 0;
  }
  h3 {
    font-size: 2.1rem;
  }
  h4 {
    font-size: 1.9rem;
  }
  h5 {
    font-size: 1.8rem;
  }
  h6 {
    font-size: 1.8rem;
  }
}
pre, code, tt {
  font-family: Inconsolata, Consolas, Courier, "Courier New", "Liberation Mono", monospace;
  font-size: 0.85em;
  white-space: pre-wrap;
  border-radius: 2px;
  line-height: 1.4;
  font-weight: 400;
  background-color: #464f3c;
  color: #e0e3da;
  border-radius: 2px;
}

pre {
  box-sizing: border-box;
  margin: 0 0 1.75em 0;
  width: 100%;
  padding: 10px;
  font-size: 0.9em;
  white-space: pre;
  overflow: auto;
  border-radius: 3px;
}
pre code, pre tt {
  font-size: inherit;
  white-space: pre-wrap;
  background: transparent;
  border: none;
  padding: 0;
}

blockquote > code,
li > code,
p > code,
.settings-panel-example > code {
  padding: 4px 6px;
  white-space: nowrap;
}

table {
  width: 100%;
  margin-bottom: 1.75em;
}

tr {
  border-bottom: 1px solid #EEE;
}

tr:nth-child(even) {
  background: #fcfcfc;
}

td, th {
  padding: 8px;
  text-align: left;
}

th {
  padding-bottom: 4px;
}

input::-ms-clear,
input::-ms-reveal {
  display: none !important;
}

html {
  font-size: 12px;
}

body {
  font-size: 16px;
}

body {
  width: auto;
  height: auto;
  overflow-x: hidden;
  background-color: #2B2E31;
}
body.nav-open {
  overflow: hidden;
}
body.nav-open nav,
body.nav-open header > form {
  display: block;
}
body.nav-open header {
  bottom: 0;
}
body::before {
  content: "";
  background-color: #91A772;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media (min-width: 700px) {
  body {
    padding: 0 0 0 300px;
  }
  body.nav-open {
    overflow: auto;
  }
  body::after, body::before {
    content: "";
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: -1;
  }
  body::after {
    left: 0;
    width: 300px;
    background-color: #d7ebc3;
  }
  body #search-input, body::after {
    box-shadow: inset -10px 0 10px -10px rgba(225, 227, 207, 0.5);
  }
  body::before {
    left: 300px;
    right: 0;
    background-color: #91A772;
  }
}

.main {
  margin-top: 80px;
  padding: 2rem;
}
@media (min-width: 700px) {
  .main {
    margin-top: 0;
  }
}

header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow-x: hidden;
  z-index: 1;
  background-color: #d7ebc3;
}
header ul {
  padding: 0;
  margin: 0;
}
header h1 {
  padding: 5px 20px;
  height: 60px;
  box-sizing: border-box;
  background-color: #d7ebc3;
  color: #2A5CAA;
  margin: 0;
  font-size: 3rem;
  line-height: 0.8;
  letter-spacing: 0;
  font-weight: 900;
  text-indent: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.075);
}
header h1 img {
  height: 50px;
  width: 50px;
  margin-right: 15px;
}
header .open-nav {
  background-image: url("/images/menu.svg");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 50px;
  height: 50px;
  border: 0;
  position: absolute;
  top: 5px;
  right: 20px;
  border-radius: 5px;
}
header .open-nav:focus {
  outline: none;
  background-color: rgba(0, 0, 0, 0.05);
}
header .open-nav:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
@media (min-width: 700px) {
  header {
    background-color: transparent;
    width: 300px;
    right: auto;
    bottom: auto;
  }
  header .open-nav {
    display: none;
  }
  header h1 {
    box-shadow: inset -10px 0 10px -10px rgba(0, 0, 0, 0.1);
  }
}

.content {
  position: relative;
  background-color: #91A772;
  color: #535c4b;
}

.content,
.page-header {
  max-width: 800px;
  padding: 0 25px 20px;
  margin: 0 auto;
}

.page-header h2,
.page-header h3 {
  margin: 0;
  line-height: 1.4;
  letter-spacing: 2px;
}
.page-header h2 {
  display: inline-block;
  font-size: 2rem;
  margin-left: 3rem;
  margin-right: 0;
  color: #2A5CAA;
  letter-spacing: 0;
  padding: 0.5rem 1.5rem;
  border-radius: 1rem;
  background-color: rgba(227, 246, 205, 0.5);
}
.page-header h3 {
  font-size: 4rem;
  margin-left: -4px;
  background-color: rgba(227, 246, 205, 0.5);
}
@media (min-width: 700px) {
  .page-header h2 {
    font-size: 2.65rem;
  }
  .page-header h3 {
    font-size: 4.5rem;
  }
}
@media (min-width: 1180px) {
  .page-header {
    margin-top: 55px;
  }
}

nav,
header > form {
  display: none;
}
@media (min-width: 700px) {
  nav,
  header > form {
    display: block;
  }
}

nav > ul {
  padding: 10px 0;
}
nav > ul + ul {
  border-top: 1px solid rgba(0, 0, 0, 0.075);
}

.nav-item {
  display: block;
  font-family: "Open Sans", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", Hiragino Kaku Gothic ProN, sans-serif;
  line-height: 1;
  margin: 0;
}
nav:not(.full-navigation) .nav-item > ul {
  display: none;
}
nav:not(.full-navigation) .nav-item.current > ul {
  display: block;
}
.nav-item > a {
  color: #666;
  text-decoration: none;
  font-size: 1.4rem;
  padding: 10px 0 10px 40px;
  display: block;
}
.nav-item > a:active,
.nav-item > a:hover {
  color: #292b26;
  background-color: #CFDBC5;
}
.nav-item.current > a {
  color: #292b26;
  background-color: #c2d6ae;
}
.nav-item.top-level > a {
  line-height: 1.5;
  font-weight: 600;
  padding-left: 20px;
}

.settings-panel-example {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.settings-panel-example .example {
  max-width: 300px;
  background-color: #fafafa;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 1;
  border-radius: 2px;
  overflow: hidden;
}
@media (min-width: 960px) {
  .settings-panel-example {
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .settings-panel-example .details {
    -webkit-flex: 1;
    flex: 1;
    margin-right: 20px;
  }
  .settings-panel-example p + .highlight > pre, .settings-panel-example .settings-panel-example + .highlight > pre {
    margin-bottom: 0;
  }
  .settings-panel-example .example {
    -webkit-flex: 0 0 300px;
    flex: 0 0 300px;
    max-width: 100%;
  }
}

.highlight {
  margin-left: 0;
  margin-right: 0;
}

h3 + .warning {
  margin-top: 1.75em;
}

h4 code {
  background: #d7ebc3;
  color: #535c4b;
  background-color: transparent;
  font-weight: 700;
  padding: 0;
  font-size: 1.1rem;
  line-height: 1;
}

h4 svg {
  vertical-align: middle;
  margin-right: 6px;
  position: relative;
  top: -2px;
  fill: #2E2E2E;
  height: 23px;
}

.required {
  position: relative;
}

.required::after {
  content: "REQUIRED";
  font-size: 12px;
  position: absolute;
  top: 5px;
  line-height: 1;
  color: #d7ebc3;
  padding-left: 5px;
}

#search-results {
  margin: 0;
  padding: 0;
}
#search-results li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#search-results li h4 {
  font-size: 2rem;
}
#search-results li p, #search-results li .settings-panel-example {
  line-height: 1.5;
}

#search-input {
  -webkit-appearance: none;
  display: block;
  margin: 0;
  padding: 10px 20px 10px 15px;
  width: 100%;
  box-sizing: border-box;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.075);
  border-left: 5px solid transparent;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.8;
}
#search-input:focus {
  outline: none;
  border-left-color: #d7ebc3;
}

.changelog,
.changelog > div {
  margin: 0;
  padding: 0;
  list-style: none;
}
.changelog .date {
  color: #5d8b2f;
  font-style: italic;
}

.badge {
  font-family: "Open Sans", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", Hiragino Kaku Gothic ProN, sans-serif;
  padding: 2px 5px;
  text-transform: uppercase;
  font-size: 0.8rem;
  border-radius: 2px;
  background: #eee;
  font-weight: bold;
}
.badge.major {
  background: #d7ebc3;
  color: #fff;
}

blockquote {
  border-left: 5px solid #FD0;
  padding: 10px 15px;
  margin-left: -15px;
  margin-right: -10px;
  background-color: rgb(152, 173.8, 122.1);
  border-color: #d7ebc3;
}
blockquote p:last-child, blockquote .settings-panel-example:last-child {
  margin-bottom: 0;
}
@media (max-width: 1180px) {
  blockquote {
    margin-left: 0;
    margin-right: 0;
  }
}

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

.editor-link {
  display: none;
  margin-top: 0;
}
.editor-link .btn {
  border: 0;
  border-radius: 2px;
  width: 100%;
  max-width: 500px;
  box-sizing: border-box;
  font-size: 2rem;
  text-decoration: none;
  padding: 10px 15px;
  margin: 0;
  font-size: 18px;
  cursor: pointer;
  background-color: #f7e064;
  color: #333;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.editor-link .btn:hover {
  background-color: #f4d525;
  color: #333;
}

.cms-editor-active .editor-link {
  display: block;
}

.pagination {
  position: fixed;
  bottom: 0;
  height: 2rem;
  width: 100%;
  padding: auto;
  margin: 0;
  background-color: rgba(230, 242, 223, 0.7);
  text-align: center;
}

.previous {
  position: absolute;
  right: 50%;
}

.next {
  position: absolute;
  left: 50%;
}

@media (min-width: 700px) {
  .pagination {
    z-index: 999;
  }
  .previous {
    position: relative;
    /* 本来なら変数を使うべきところ、決め打ちする */
    right: 160px;
  }
  .next {
    /* 本来なら変数を使うべきところ、決め打ちする */
    position: relative;
    left: -160px;
  }
}
p, .settings-panel-example {
  border-radius: 0.8rem;
  padding: 0.8rem 1.6rem;
  margin: 0;
}

.wakas {
  list-style: none;
  padding: 0;
  margin: 0;
}

.wakas > li {
  margin: 4rem 0;
}

.waka {
  list-style: none;
  padding: 2rem 2rem;
  border-left: 5px solid #d7ebc3;
  border-radius: 2rem;
  background-color: #B7CB8D;
  margin: 0;
}

.w_num {
  padding: 0.4rem 1rem;
  list-style: none;
  font-size: 150%;
  display: inline-block;
  background-color: rgba(227, 246, 205, 0.5);
  border-radius: 1rem;
}

.w_author {
  padding: 1rem;
  list-style: none;
  font-size: 120%;
  padding: 0.4rem;
  margin-left: 1rem;
  display: inline-block;
  vertical-align: top;
  background-color: rgba(227, 246, 205, 0.5);
  border-radius: 1rem;
}

.w_kotobagaki {
  list-style: none;
  text-align: right;
  padding: 1rem 2rem;
}

.w_kotobagaki > p, .w_kotobagaki > .settings-panel-example {
  display: inline-block;
  font-size: 100%;
  background-color: rgba(227, 246, 205, 0.5);
}

.w_kai {
  text-align: left;
  margin-top: 1rem;
  padding: 0.5rem;
}

.w_kai > p, .w_kai > .settings-panel-example {
  display: inline-block;
  list-style: none;
  font-size: 100%;
  margin-left: 3rem;
  margin-right: 3rem;
  background-color: rgba(227, 246, 205, 0.5);
  border-radius: 0.8rem;
}

.w_kaisetu {
  list-style: none;
  font-size: 100%;
  text-align: left;
  margin-top: 0.5rem;
  margin-left: 17%;
  padding: 0.5rem;
  border-radius: 0.8rem;
}

.w_kaisetu > p, .w_kaisetu > .settings-panel-example {
  display: inline-block;
  list-style: none;
  font-size: 100%;
  margin-left: 3rem;
  margin-right: 3rem;
  background-color: rgba(227, 246, 205, 0.5);
  border-radius: 0.8rem;
}

.w_waka {
  list-style: none;
  padding: 0.4rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-weight: 950;
  background-color: rgba(227, 246, 205, 0.5);
  border-radius: 1rem;
  line-height: 140%;
  font-size: 140%;
  padding: 0.6rem 1rem 0.6rem 2rem;
  text-align: left;
  text-indent: -1rem;
  pagging-left: 1.4rem;
}

.w_each_waka {
  list-style: none;
  padding: 0.4rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-weight: 950;
  background-color: rgba(227, 246, 205, 0.5);
  border-radius: 1rem;
  line-height: 140%;
  font-size: 140%;
  padding: 0.6rem 1rem 0.6rem 2rem;
  text-align: center;
}

.w1 {
  position: relative;
  left: -4rem;
}

.w2 {
  position: relative;
  left: -2rem;
}

.w3 {
  position: relative;
  left: 0;
}

.w4 {
  position: relative;
  left: 2rem;
}

.w5 {
  position: relative;
  left: 4rem;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
}

@media (max-width: 700px) {
  .w_each_waka {
    text-align: left;
  }
  .w1 {
    position: relative;
    left: 0;
  }
  .w2 {
    position: relative;
    left: 1rem;
  }
  .w3 {
    position: relative;
    left: 2rem;
  }
  .w4 {
    position: relative;
    left: 3rem;
  }
  .w5 {
    position: relative;
    left: 4rem;
  }
}

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