@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::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;
  font-weight: inherit;
  margin: 0;
}

/* 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 {
  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] {
  -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 {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

/**
 * 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. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -webkit-appearance: textfield;
          appearance: textfield;
  -moz-appearance: textfield;
}

/**
 * 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]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

/* fontFamily
=========================*/
/* Klee One
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Klee+One&family=Vollkorn:wght@400;700&display=swap" rel="stylesheet">
*/
.text-wave-anim span {
  display: inline-block;
}
.text-wave-anim span:nth-child(1) {
  animation-name: bounce-20h;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-delay: -1.85s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
.text-wave-anim span:nth-child(2) {
  animation-name: bounce-20h;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-delay: -1.7s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
.text-wave-anim span:nth-child(3) {
  animation-name: bounce-20h;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-delay: -1.55s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
.text-wave-anim span:nth-child(4) {
  animation-name: bounce-20h;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-delay: -1.4s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
.text-wave-anim span:nth-child(5) {
  animation-name: bounce-20h;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-delay: -1.25s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
.text-wave-anim span:nth-child(6) {
  animation-name: bounce-20h;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-delay: -1.1s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
.text-wave-anim span:nth-child(7) {
  animation-name: bounce-20h;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-delay: -0.95s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

@keyframes bounce-20h {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20%);
  }
  60% {
    transform: translateY(-20%);
  }
  100% {
    transform: translateY(0);
  }
}
/* utility
プロパティ単位で設定する. */
.u-bg-gradation-darkblue {
  background-image: linear-gradient(rgba(102, 107, 207, 0.2), rgba(30, 30, 105, 0.2));
}

.u-bg-whiteAlpha {
  background-color: rgba(255, 255, 255, 0.2);
}

.u-bg-black {
  background-color: rgb(44, 44, 44);
}

.u-bg-blackAlpha {
  background-color: rgba(0, 0, 0, 0.2);
}

.u-bg-darkgreen {
  background-color: #045032;
}

.u-bg-bisque {
  background-color: bisque;
}

/* flex
====================================*/
.u-flex, .worklist-parent, .l-main-flex {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 960px) {
  .u-flex, .worklist-parent, .l-main-flex {
    flex-direction: row;
  }
}

.u-flex-row {
  display: flex;
  flex-direction: row;
}

.u-flex-column {
  display: flex;
  flex-direction: column;
}

/* wrap
====================================*/
.u-flex-wrap {
  flex-wrap: wrap;
}

.u-flex-nowrap {
  flex-wrap: nowrap;
}

/* justify-content
====================================*/
.u-flex-jfC-center {
  justify-content: center;
}

.u-flex-jfC-start {
  justify-content: flex-start;
}

.u-flex-jfC-end {
  justify-content: flex-end;
}

.u-flex-jfC-spaceAround {
  justify-content: space-around;
}

.u-flex-jfC-spaceBetween {
  justify-content: space-between;
}

/* align-content
====================================*/
.u-flex-alC-center {
  align-content: center;
}

.u-flex-alC-start {
  align-content: flex-start;
}

.u-flex-alC-end {
  align-content: flex-end;
}

.u-flex-alC-stretch {
  align-content: stretch;
}

.u-flex-alC-spaceAround {
  align-content: space-around;
}

.u-flex-alC-spaceBetween {
  align-content: space-between;
}

/* align-items
====================================*/
.u-flex-alI-stretch {
  align-items: stretch;
}

.u-flex-alI-start {
  align-items: flex-start;
}

.u-flex-alI-end {
  align-items: flex-end;
}

.u-flex-alI-center {
  align-items: center;
}

.u-flex-alI-baseline {
  align-items: baseline;
}

/* font-size
=======================*/
.u-font-sm, .c-pankuzu {
  font-size: 12px;
}
@media screen and (min-width: 960px) {
  .u-font-sm, .c-pankuzu {
    font-size: 14px;
  }
}

.u-font-md, html {
  font-size: 14px;
}
@media screen and (min-width: 960px) {
  .u-font-md, html {
    font-size: 16px;
  }
}

.u-font-lg {
  font-size: 17px;
}
@media screen and (min-width: 960px) {
  .u-font-lg {
    font-size: 19px;
  }
}

.u-font-xl {
  font-size: 19px;
}
@media screen and (min-width: 960px) {
  .u-font-xl {
    font-size: 21px;
  }
}

/* font-weight
=======================*/
.u-font-bold {
  font-weight: bold;
}

.u-font-lighter {
  font-weight: lighter;
}

/* align
========================*/
.u-text-align-left {
  text-align: left;
}

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

.u-text-align-right {
  text-align: right;
}

/* shadow
========================*/
.u-text-shadow-5px-black {
  text-shadow: 2px 2px 5px black;
}

.u-text-shadow-2px-black {
  text-shadow: 1px 1px 2px black;
}

/* color
========================*/
.u-text-c-white {
  color: white;
}

.u-text-c-black {
  color: black;
}

.u-text-c-lightgreen {
  color: lightgreen;
}

.u-text-c-lightyellow {
  color: rgb(253, 253, 161);
}

.u-border-1px-solid {
  border: 1px solid;
}

.u-border-bottom1-left2 {
  border-width: 0px 0px 1px 2px;
}

.u-border-bottom05 {
  border-width: 0px 0px 0.5px 0px;
}

.u-border-bottom2 {
  border-width: 0px 0px 2px 0px;
}

.u-border-color-lightgray {
  border-color: rgb(185, 185, 185);
}

/* color
=======================*/
.u-color-lightcyan {
  color: lightcyan;
}

.u-color-dodgerblue {
  color: dodgerblue;
}

/* 定数.
=======================*/
/* タグ類
=======================*/
body {
  background-color: #333;
  font-family: "Klee One", sans-serif;
  color: white;
  line-height: 1.3;
}

h1 {
  display: block;
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 2rem;
  letter-spacing: 0.05em;
}

h2 {
  display: block;
  position: relative;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  letter-spacing: 0.05em;
}

h3 {
  display: block;
  position: relative;
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  letter-spacing: 0.05em;
}

/* margin
=======================*/
.mt1rem {
  margin-top: 1rem;
}

.mr1rem {
  margin-right: 1rem;
}

.mb1rem {
  margin-bottom: 1rem;
}

.ml1rem {
  margin-left: 1rem;
}

.mt2rem {
  margin-top: 2rem;
}

.mr2rem {
  margin-right: 2rem;
}

.mb2rem {
  margin-bottom: 2rem;
}

.ml2rem {
  margin-left: 2rem;
}

/* padding
=======================*/
.pt1rem {
  padding-top: 1rem;
}

.pr1rem {
  padding-right: 1rem;
}

.pb1rem {
  padding-bottom: 1rem;
}

.pl1rem {
  padding-left: 1rem;
}

.pt2rem {
  padding-top: 2rem;
}

.pr2rem {
  padding-right: 2rem;
}

.pb2rem {
  padding-bottom: 2rem;
}

.pl2rem {
  padding-left: 2rem;
}

.pt3rem {
  padding-top: 3rem;
}

.pr3rem {
  padding-right: 3rem;
}

.pb3rem {
  padding-bottom: 3rem;
}

.pl3rem {
  padding-left: 3rem;
}

.pt4rem {
  padding-top: 4rem;
}

.pr4rem {
  padding-right: 4rem;
}

.pb4rem {
  padding-bottom: 4rem;
}

.pl4rem {
  padding-left: 4rem;
}

.pt5rem {
  padding-top: 5rem;
}

.pr5rem {
  padding-right: 5rem;
}

.pb5rem {
  padding-bottom: 5rem;
}

.pl5rem {
  padding-left: 5rem;
}

.pt6rem {
  padding-top: 6rem;
}

.pr6rem {
  padding-right: 6rem;
}

.pb6rem {
  padding-bottom: 6rem;
}

.pl6rem {
  padding-left: 6rem;
}

.pt7rem {
  padding-top: 7rem;
}

.pr7rem {
  padding-right: 7rem;
}

.pb7rem {
  padding-bottom: 7rem;
}

.pl7rem {
  padding-left: 7rem;
}

.pt8rem {
  padding-top: 8rem;
}

.pr8rem {
  padding-right: 8rem;
}

.pb8rem {
  padding-bottom: 8rem;
}

.pl8rem {
  padding-left: 8rem;
}

.pt9rem {
  padding-top: 9rem;
}

.pr9rem {
  padding-right: 9rem;
}

.pb9rem {
  padding-bottom: 9rem;
}

.pl9rem {
  padding-left: 9rem;
}

.pt10rem {
  padding-top: 10rem;
}

.pr10rem {
  padding-right: 10rem;
}

.pb10rem {
  padding-bottom: 10rem;
}

.pl10rem {
  padding-left: 10rem;
}

.pt11rem {
  padding-top: 11rem;
}

.pr11rem {
  padding-right: 11rem;
}

.pb11rem {
  padding-bottom: 11rem;
}

.pl11rem {
  padding-left: 11rem;
}

.pt12rem {
  padding-top: 12rem;
}

.pr12rem {
  padding-right: 12rem;
}

.pb12rem {
  padding-bottom: 12rem;
}

.pl12rem {
  padding-left: 12rem;
}

.pt13rem {
  padding-top: 13rem;
}

.pr13rem {
  padding-right: 13rem;
}

.pb13rem {
  padding-bottom: 13rem;
}

.pl13rem {
  padding-left: 13rem;
}

.pt14rem {
  padding-top: 14rem;
}

.pr14rem {
  padding-right: 14rem;
}

.pb14rem {
  padding-bottom: 14rem;
}

.pl14rem {
  padding-left: 14rem;
}

.pt15rem {
  padding-top: 15rem;
}

.pr15rem {
  padding-right: 15rem;
}

.pb15rem {
  padding-bottom: 15rem;
}

.pl15rem {
  padding-left: 15rem;
}

.pt16rem {
  padding-top: 16rem;
}

.pr16rem {
  padding-right: 16rem;
}

.pb16rem {
  padding-bottom: 16rem;
}

.pl16rem {
  padding-left: 16rem;
}

.pt17rem {
  padding-top: 17rem;
}

.pr17rem {
  padding-right: 17rem;
}

.pb17rem {
  padding-bottom: 17rem;
}

.pl17rem {
  padding-left: 17rem;
}

.pt18rem {
  padding-top: 18rem;
}

.pr18rem {
  padding-right: 18rem;
}

.pb18rem {
  padding-bottom: 18rem;
}

.pl18rem {
  padding-left: 18rem;
}

.pt19rem {
  padding-top: 19rem;
}

.pr19rem {
  padding-right: 19rem;
}

.pb19rem {
  padding-bottom: 19rem;
}

.pl19rem {
  padding-left: 19rem;
}

.pt20rem {
  padding-top: 20rem;
}

.pr20rem {
  padding-right: 20rem;
}

.pb20rem {
  padding-bottom: 20rem;
}

.pl20rem {
  padding-left: 20rem;
}

.pt21rem {
  padding-top: 21rem;
}

.pr21rem {
  padding-right: 21rem;
}

.pb21rem {
  padding-bottom: 21rem;
}

.pl21rem {
  padding-left: 21rem;
}

.pt22rem {
  padding-top: 22rem;
}

.pr22rem {
  padding-right: 22rem;
}

.pb22rem {
  padding-bottom: 22rem;
}

.pl22rem {
  padding-left: 22rem;
}

.pt23rem {
  padding-top: 23rem;
}

.pr23rem {
  padding-right: 23rem;
}

.pb23rem {
  padding-bottom: 23rem;
}

.pl23rem {
  padding-left: 23rem;
}

.pt24rem {
  padding-top: 24rem;
}

.pr24rem {
  padding-right: 24rem;
}

.pb24rem {
  padding-bottom: 24rem;
}

.pl24rem {
  padding-left: 24rem;
}

.pt25rem {
  padding-top: 25rem;
}

.pr25rem {
  padding-right: 25rem;
}

.pb25rem {
  padding-bottom: 25rem;
}

.pl25rem {
  padding-left: 25rem;
}

.pt26rem {
  padding-top: 26rem;
}

.pr26rem {
  padding-right: 26rem;
}

.pb26rem {
  padding-bottom: 26rem;
}

.pl26rem {
  padding-left: 26rem;
}

.pt27rem {
  padding-top: 27rem;
}

.pr27rem {
  padding-right: 27rem;
}

.pb27rem {
  padding-bottom: 27rem;
}

.pl27rem {
  padding-left: 27rem;
}

.pt28rem {
  padding-top: 28rem;
}

.pr28rem {
  padding-right: 28rem;
}

.pb28rem {
  padding-bottom: 28rem;
}

.pl28rem {
  padding-left: 28rem;
}

.pt29rem {
  padding-top: 29rem;
}

.pr29rem {
  padding-right: 29rem;
}

.pb29rem {
  padding-bottom: 29rem;
}

.pl29rem {
  padding-left: 29rem;
}

.pt30rem {
  padding-top: 30rem;
}

.pr30rem {
  padding-right: 30rem;
}

.pb30rem {
  padding-bottom: 30rem;
}

.pl30rem {
  padding-left: 30rem;
}

.pt31rem {
  padding-top: 31rem;
}

.pr31rem {
  padding-right: 31rem;
}

.pb31rem {
  padding-bottom: 31rem;
}

.pl31rem {
  padding-left: 31rem;
}

.pt32rem {
  padding-top: 32rem;
}

.pr32rem {
  padding-right: 32rem;
}

.pb32rem {
  padding-bottom: 32rem;
}

.pl32rem {
  padding-left: 32rem;
}

.pt33rem {
  padding-top: 33rem;
}

.pr33rem {
  padding-right: 33rem;
}

.pb33rem {
  padding-bottom: 33rem;
}

.pl33rem {
  padding-left: 33rem;
}

.pt34rem {
  padding-top: 34rem;
}

.pr34rem {
  padding-right: 34rem;
}

.pb34rem {
  padding-bottom: 34rem;
}

.pl34rem {
  padding-left: 34rem;
}

.pt35rem {
  padding-top: 35rem;
}

.pr35rem {
  padding-right: 35rem;
}

.pb35rem {
  padding-bottom: 35rem;
}

.pl35rem {
  padding-left: 35rem;
}

.pt36rem {
  padding-top: 36rem;
}

.pr36rem {
  padding-right: 36rem;
}

.pb36rem {
  padding-bottom: 36rem;
}

.pl36rem {
  padding-left: 36rem;
}

.pt37rem {
  padding-top: 37rem;
}

.pr37rem {
  padding-right: 37rem;
}

.pb37rem {
  padding-bottom: 37rem;
}

.pl37rem {
  padding-left: 37rem;
}

.pt38rem {
  padding-top: 38rem;
}

.pr38rem {
  padding-right: 38rem;
}

.pb38rem {
  padding-bottom: 38rem;
}

.pl38rem {
  padding-left: 38rem;
}

.pt39rem {
  padding-top: 39rem;
}

.pr39rem {
  padding-right: 39rem;
}

.pb39rem {
  padding-bottom: 39rem;
}

.pl39rem {
  padding-left: 39rem;
}

.pt40rem {
  padding-top: 40rem;
}

.pr40rem {
  padding-right: 40rem;
}

.pb40rem {
  padding-bottom: 40rem;
}

.pl40rem {
  padding-left: 40rem;
}

.pt41rem {
  padding-top: 41rem;
}

.pr41rem {
  padding-right: 41rem;
}

.pb41rem {
  padding-bottom: 41rem;
}

.pl41rem {
  padding-left: 41rem;
}

.pt42rem {
  padding-top: 42rem;
}

.pr42rem {
  padding-right: 42rem;
}

.pb42rem {
  padding-bottom: 42rem;
}

.pl42rem {
  padding-left: 42rem;
}

.pt43rem {
  padding-top: 43rem;
}

.pr43rem {
  padding-right: 43rem;
}

.pb43rem {
  padding-bottom: 43rem;
}

.pl43rem {
  padding-left: 43rem;
}

.pt44rem {
  padding-top: 44rem;
}

.pr44rem {
  padding-right: 44rem;
}

.pb44rem {
  padding-bottom: 44rem;
}

.pl44rem {
  padding-left: 44rem;
}

.pt45rem {
  padding-top: 45rem;
}

.pr45rem {
  padding-right: 45rem;
}

.pb45rem {
  padding-bottom: 45rem;
}

.pl45rem {
  padding-left: 45rem;
}

.pt46rem {
  padding-top: 46rem;
}

.pr46rem {
  padding-right: 46rem;
}

.pb46rem {
  padding-bottom: 46rem;
}

.pl46rem {
  padding-left: 46rem;
}

.pt47rem {
  padding-top: 47rem;
}

.pr47rem {
  padding-right: 47rem;
}

.pb47rem {
  padding-bottom: 47rem;
}

.pl47rem {
  padding-left: 47rem;
}

.pt48rem {
  padding-top: 48rem;
}

.pr48rem {
  padding-right: 48rem;
}

.pb48rem {
  padding-bottom: 48rem;
}

.pl48rem {
  padding-left: 48rem;
}

.pt49rem {
  padding-top: 49rem;
}

.pr49rem {
  padding-right: 49rem;
}

.pb49rem {
  padding-bottom: 49rem;
}

.pl49rem {
  padding-left: 49rem;
}

/* layout
描画位置やサイズ、形式などのレイアウトを設定する. */
.l-header-top {
  display: block;
  position: relative;
  overflow: hidden;
  height: 150px;
  border-bottom: 3px solid rgb(22, 22, 26);
}
@media screen and (min-width: 960px) {
  .l-header-top {
    border-bottom: none;
  }
}

.l-header-top-logo {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  position: relative;
  z-index: 1;
  padding-top: 32px;
}

.l-header-top-description {
  display: block;
  margin-top: 0rem;
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
  z-index: 1;
  text-align: center;
}

.l-header-simple {
  display: block;
  position: relative;
  overflow: hidden;
}

.l-header-simple-logo {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  position: relative;
  z-index: 1;
  padding: 20px 10px;
}

.l-main {
  padding-top: 20px;
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1920px;
}

.l-main-flex {
  align-items: flex-start;
  flex-wrap: nowrap;
  -moz-column-gap: 12px;
       column-gap: 12px;
  row-gap: 1rem;
}

.l-main-single {
  padding: 1.5rem;
  border-radius: 1rem;
}

.l-main-withSidebar-container {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 960px) {
  .l-main-withSidebar-container {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
  }
}
.l-main-withSidebar-sidebar {
  display: block;
  position: fixed;
  z-index: 31;
  overflow-y: scroll;
  top: 0;
  left: 0;
  width: 260px;
  height: 100%;
  padding-bottom: 5rem;
  background-color: rgb(44, 44, 44);
  transition: all 0.7s ease-in-out;
  transform: translateX(-250px);
}
.l-main-withSidebar-sidebar.inview {
  transform: none;
}
@media screen and (min-width: 960px) {
  .l-main-withSidebar-sidebar {
    position: sticky;
    z-index: 0;
    overflow-y: scroll;
    top: 0;
    width: 300px;
    height: 100vh;
    background-color: transparent;
    transition: none;
    transform: none;
  }
}
.l-main-withSidebar-mobileContainer {
  display: block;
  position: relative;
  top: 0;
  left: 0;
}
.l-main-withSidebar-mobileContainer-tab {
  display: block;
  position: fixed;
  overflow: hidden;
  z-index: 31;
  top: 20%;
  left: 0;
  width: 20px;
  height: 100px;
  pointer-events: auto;
  transition: all 0.7s ease-in-out;
  transform: none;
}
.l-main-withSidebar-mobileContainer-tab::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 31;
  background-color: rgb(0, 71, 112);
  top: 0;
  left: 0;
  width: 20px;
  height: 60px;
  border-top: 2px solid rgb(0, 109, 172);
  border-right: 2px solid rgb(0, 109, 172);
}
.l-main-withSidebar-mobileContainer-tab::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 31;
  background-color: rgb(0, 71, 112);
  top: 60px;
  left: 0;
  width: 20px;
  height: 40px;
  border-right: 2px solid rgb(0, 109, 172);
  transform: rotate(26.6deg);
  transform-origin: 100% 0%;
}
.l-main-withSidebar-mobileContainer-tab p {
  position: relative;
  z-index: 32;
  padding: 6px 2px;
}
.l-main-withSidebar-mobileContainer-backBlind {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 30;
  background-color: rgba(0, 0, 0, 0.8);
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
  pointer-events: none;
}
.l-main-withSidebar-mobileContainer.active .l-main-withSidebar-mobileContainer-tab {
  transform: translateX(250px);
}
.l-main-withSidebar-mobileContainer.active .l-main-withSidebar-mobileContainer-backBlind {
  opacity: 1;
  pointer-events: auto;
}
@media screen and (min-width: 960px) {
  .l-main-withSidebar-mobileContainer {
    display: none;
  }
}
.l-main-withSidebar-content {
  width: 100%;
  height: 100%;
  padding: 1rem;
}
@media screen and (min-width: 960px) {
  .l-main-withSidebar-content {
    width: calc(100% - 250px);
    padding: 1rem 2rem;
  }
}

#global-container.active .l-main-withSidebar-mobileContainer-tab {
  pointer-events: none;
}

.l-footer {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 10px 0px;
  border-top: 2px solid rgb(22, 22, 26);
}

.l-footer-menu {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  font-weight: lighter;
}

.l-footer-copylight {
  position: relative;
  z-index: 1;
  margin-top: 20px;
  text-align: center;
}

/* component
title, button, label, slider などのパーツごとに設定する. */
/* 定数.
=======================*/
/* メニューバー.
=======================*/
.c-menubar-parent {
  display: none;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media screen and (min-width: 960px) {
  .c-menubar-parent {
    display: flex;
  }
}

.c-menubar-child {
  position: relative;
  background-color: rgb(82, 79, 109);
  flex-basis: 20%;
  height: 2.5rem;
  transition: all 0.3s;
}
.c-menubar-child:hover {
  background-color: rgb(42, 37, 97);
}
.c-menubar-child:not(:first-child)::before {
  content: "";
  position: absolute;
  background-color: rgb(62, 59, 104);
  width: 1px;
  height: 100%;
  top: 0;
  left: 0;
}
.c-menubar-child > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: white;
  text-decoration: none;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  transition: font-size 0.2s;
}
.c-menubar-child:hover > a {
  font-size: 1.3rem;
}
.c-menubar-child:hover .c-dropdown-parent {
  visibility: visible;
}
.c-menubar-child:hover .c-dropdown-child:nth-child(1) {
  transition: visibility 0s linear 0s, background-color 0.3s linear 0s;
}
.c-menubar-child:hover .c-dropdown-child:nth-child(2) {
  transition: visibility 0s linear 0.03s, background-color 0.3s linear 0s;
}
.c-menubar-child:hover .c-dropdown-child:nth-child(3) {
  transition: visibility 0s linear 0.06s, background-color 0.3s linear 0s;
}
.c-menubar-child:hover .c-dropdown-child:nth-child(4) {
  transition: visibility 0s linear 0.09s, background-color 0.3s linear 0s;
}
.c-menubar-child:hover .c-dropdown-child:nth-child(5) {
  transition: visibility 0s linear 0.12s, background-color 0.3s linear 0s;
}
.c-menubar-child:hover .c-dropdown-child:nth-child(6) {
  transition: visibility 0s linear 0.15s, background-color 0.3s linear 0s;
}
.c-menubar-child:hover .c-dropdown-child:nth-child(7) {
  transition: visibility 0s linear 0.18s, background-color 0.3s linear 0s;
}
.c-menubar-child:hover .c-dropdown-child:nth-child(8) {
  transition: visibility 0s linear 0.21s, background-color 0.3s linear 0s;
}

/* ドロップダウン.
=======================*/
.c-dropdown-parent {
  visibility: hidden;
  position: absolute;
  width: 100%;
  top: 2.5rem;
  left: 0px;
}

.c-dropdown-child {
  position: relative;
  z-index: 10;
  background-color: rgb(82, 79, 109);
  left: 1px;
  width: calc(100% - 1px);
  height: 1.5rem;
  text-align: center;
}
.c-dropdown-child:hover {
  background-color: rgb(42, 37, 97);
}
.c-dropdown-child:nth-last-child(1) {
  transition: visibility 0s linear 0s, background-color 0.3s linear 0s;
}
.c-dropdown-child:nth-last-child(2) {
  transition: visibility 0s linear 0.03s, background-color 0.3s linear 0s;
}
.c-dropdown-child:nth-last-child(3) {
  transition: visibility 0s linear 0.06s, background-color 0.3s linear 0s;
}
.c-dropdown-child:nth-last-child(4) {
  transition: visibility 0s linear 0.09s, background-color 0.3s linear 0s;
}
.c-dropdown-child:nth-last-child(5) {
  transition: visibility 0s linear 0.12s, background-color 0.3s linear 0s;
}
.c-dropdown-child:nth-last-child(6) {
  transition: visibility 0s linear 0.15s, background-color 0.3s linear 0s;
}
.c-dropdown-child:nth-last-child(7) {
  transition: visibility 0s linear 0.18s, background-color 0.3s linear 0s;
}
.c-dropdown-child:nth-last-child(8) {
  transition: visibility 0s linear 0.21s, background-color 0.3s linear 0s;
}
.c-dropdown-child > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: white;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  transition: font-size 0.2s;
}
.c-dropdown-child:hover > a {
  font-size: 1.05rem;
}

.c-dropdown-child::before {
  content: "";
  position: absolute;
  background-color: rgb(62, 59, 104);
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
}

.c-news {
  position: relative;
  display: inline-block;
  padding: 30px 30px;
  background-color: rgb(44, 44, 44);
  width: 100%;
  height: 320px;
  border-radius: 1rem;
}
@media screen and (min-width: 960px) {
  .c-news {
    width: 60%;
    height: 360px;
  }
}

.c-news-header {
  background-color: #045032;
  padding-top: 2px;
  padding-bottom: 5px;
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
}

.c-news-dt {
  margin-top: 1rem;
  font-weight: bold;
  text-align: left;
}

.c-news-dd {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  border-width: 0px 0px 2px 0px;
  border-color: rgb(185, 185, 185);
  padding-top: 0.2rem;
  padding-bottom: 0.3rem;
}

.c-news-dd-left {
  font-size: 1rem;
}

.c-news-dd-right {
  font-size: 0.75rem;
}

.c-changelog {
  position: relative;
  display: inline-block;
  padding: 30px 30px;
  background-color: rgb(44, 44, 44);
  width: 100%;
  height: 320px;
  border-radius: 1rem;
}
@media screen and (min-width: 960px) {
  .c-changelog {
    width: 40%;
    height: 360px;
  }
}

.c-changelog-header {
  background-color: #045032;
  padding-top: 2px;
  padding-bottom: 5px;
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
}

.c-changelog-dt {
  margin-top: 1rem;
  font-weight: bold;
  text-align: left;
}

.c-changelog-dd {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  border-width: 0px 0px 2px 0px;
  border-color: rgb(185, 185, 185);
  margin-top: 0.2rem;
  padding-bottom: 0.3rem;
}

.c-changelog-dd-left {
  font-size: 1rem;
}

.c-changelog-dd-right {
  font-size: 0.75rem;
}

.c-article ul {
  list-style-type: disc;
}
.c-article ul > ul {
  list-style-type: circle;
}
.c-article h2 {
  border-bottom: 3px solid #f5f5f5;
}
.c-article h3 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #545454;
}

.c-article-header {
  display: inline-block;
  position: relative;
  padding: 0 1.5rem 0.75rem 1.5rem;
}

.c-article-header::before {
  content: "";
  position: absolute;
  bottom: -3px;
  background: #00b1d4;
  left: 0px;
  width: 100%;
  height: 3px;
}

.c-article-body {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.c-pankuzu {
  display: inline-block;
  list-style-type: none;
  margin-bottom: 0.3rem;
}
.c-pankuzu-item {
  display: inline-block;
}
.c-pankuzu-item:not(:first-child)::before {
  content: ">";
}

.c-paginate-container {
  font-size: 0.8rem;
}
.c-paginate-right {
  position: absolute;
  right: 30px;
  bottom: 0.2rem;
}
.c-paginate-center {
  position: absolute;
  left: 50%;
  bottom: 0.2rem;
  transform: translateX(-50%);
}
.c-paginate-left {
  position: absolute;
  left: 30px;
  bottom: 0.2rem;
}

#global-container .global-item {
  position: relative;
  z-index: 10;
  background-color: #222;
  transition: transform 0.7s ease-in-out, box-shadow 0.7s ease-in-out;
  box-shadow: none;
}
#global-container.active .global-item {
  transform: translate(-260px, 60px);
  box-shadow: 20px 30px 20px rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 600px) {
  #global-container.active .global-item {
    transform: translate(-300px, 60px);
  }
}
#global-container.active .global-item::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 15;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(36, 36, 36, 0.6117647059);
  pointer-events: auto;
}

.c-hamburger-button {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 20;
  width: 30px;
  height: 33px;
  overflow: hidden;
}
.c-hamburger-button span {
  display: block;
  width: 30px;
  height: 3px;
  margin: 8px 0px;
  background-color: rgb(221, 221, 221);
  border-radius: 30%;
  transform: none;
  transition: all 0.7s ease-in-out;
}
.c-hamburger-button.active span:nth-of-type(1) {
  width: 16.5px;
  transform: translateX(13px) translateY(5px) rotate(405deg);
}
.c-hamburger-button.active span:nth-of-type(2) {
  transform: translateX(-1.5px);
}
.c-hamburger-button.active span:nth-of-type(3) {
  width: 16.5px;
  transform: translateX(13px) translateY(-5px) rotate(-405deg);
}
@media screen and (min-width: 960px) {
  .c-hamburger-button {
    display: none;
  }
}
.c-hamburger-menu {
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  width: 260px;
  padding: 80px 40px;
  transition: opacity 0.7s ease-in-out;
}
@media screen and (min-width: 600px) {
  .c-hamburger-menu {
    width: 300px;
  }
}
.c-hamburger-menu.inview {
  opacity: 1;
}

.c-mobile-menu-mainItem {
  font-size: 1.7rem;
  margin-bottom: 1.7rem;
}
.c-mobile-menu-mainItem > a {
  padding-bottom: 0.1rem;
  border-bottom: 1px solid rgb(80, 80, 80);
}
.c-mobile-menu-subList {
  font-size: 1rem;
  padding-top: 0.4rem;
  padding-left: 1rem;
}
.c-mobile-menu-subItem {
  padding-top: 0.4rem;
}

/* page
ページ単位でユニークな設定をまとめる. */
.l-main-withSidebar-sidebar h3 {
  font-family: "Vollkorn", sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  padding-left: 0.5rem;
  letter-spacing: 0.05rem;
  border-bottom: 2px solid white;
}
.l-main-withSidebar-sidebar p {
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 1.5rem;
  margin-bottom: 0.8rem;
  padding-left: 0.5rem;
}
.l-main-withSidebar-sidebar ul {
  padding-left: 1rem;
}
.l-main-withSidebar-sidebar ul ul {
  padding-left: 0rem;
}
.l-main-withSidebar-sidebar ul ul li {
  margin-left: 1.5rem;
  padding-left: 0rem;
  margin-bottom: 0.3rem;
}
.l-main-withSidebar-content table {
  border-color: lightgray;
  border-width: 2px;
  color: black;
  margin: 0.5rem 0;
}
.l-main-withSidebar-content th {
  border-color: lightgray;
  border-width: 2px;
  background-color: wheat;
  color: black;
  padding: 0.2rem;
}
.l-main-withSidebar-content td {
  border-color: lightgray;
  border-width: 2px;
  background-color: aliceblue;
  color: black;
  padding: 0.2rem;
}
.l-main-withSidebar-content td.blue {
  background-color: #aaffe5;
}
.l-main-withSidebar-content td.red {
  background-color: #ffaaaa;
}
.l-main-withSidebar-content td.silver {
  background-color: silver;
}
.l-main-withSidebar-content dt {
  font-weight: bold;
  padding: 5px 0px;
  color: limegreen;
}
.l-main-withSidebar-content dt.aqua {
  color: aqua;
}
.l-main-withSidebar-content dd {
  padding-left: 1rem;
}
.l-main-withSidebar-content ol {
  list-style: decimal;
}
.l-main-withSidebar-content ol li {
  margin-left: 1.5rem;
  padding-left: 0.5rem;
}
.l-main-withSidebar-content ol li::marker {
  font-weight: bold;
  color: #a1ffff;
}
.l-main-withSidebar-content ul li {
  margin-left: 1.5rem;
  padding-left: 0rem;
}
.l-main-withSidebar-content ul ul li {
  list-style: square;
  font-size: 90%;
}
.l-main-withSidebar-content .w50 {
  min-width: 50px;
}
.l-main-withSidebar-content .w100 {
  min-width: 100px;
}
.l-main-withSidebar-content .caution-text {
  color: rgb(255, 52, 52);
}
.l-main-withSidebar-content .caution-text-big {
  color: rgb(255, 52, 52);
  font-size: 1.2rem;
}
.l-main-withSidebar-content .caution-text-small {
  color: rgb(255, 52, 52);
  font-size: 0.8rem;
}
.l-main-withSidebar-content .header-content > h3 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.l-main-withSidebar-content img {
  max-width: 100%;
  padding: 0.5rem 0;
}
.l-main-withSidebar-content .code-container {
  display: flex;
  margin: 0.5rem 0rem;
  flex-direction: column;
  align-items: flex-start;
}
.l-main-withSidebar-content .code-container .code-title {
  display: block;
  text-align: left;
  padding: 2px 0.5rem;
  background-color: #5e5679;
  color: rgb(224, 224, 224);
  border-top: 2px solid #272044;
  border-left: 2px solid #272044;
  border-right: 2px solid #272044;
}
.l-main-withSidebar-content .code-container pre {
  display: block;
  width: 100%;
  background-color: #1e1e1e;
}

.common-bg-ribbon {
  display: block;
  position: absolute;
  background-image: url("../images/jpstyle-ribbon.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  background-clip: border-box;
  width: 1920px;
  height: 524px;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
}

.common-bg-screentone {
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.4) radial-gradient(rgba(0, 0, 0, 0.3) 20%, transparent 0) center/5px 5px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.simple-header-logo {
  font-size: 32px;
}
@media screen and (min-width: 600px) {
  .simple-header-logo {
    font-size: 36px;
  }
}
@media screen and (min-width: 960px) {
  .simple-header-logo {
    font-size: 40px;
  }
}
.simple-header-logo > span {
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}

.top-header-logo {
  font-size: 40px;
}
@media screen and (min-width: 600px) {
  .top-header-logo {
    font-size: 48px;
  }
}
@media screen and (min-width: 960px) {
  .top-header-logo {
    font-size: 56px;
  }
}
.top-header-logo > span {
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}

.profile-container {
  text-align: center;
}
.profile-container h3 {
  font-size: 1.3rem;
  padding-top: 1rem;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #545454;
}
.profile-container dt:not(:first-child) {
  margin-top: 0.5rem;
}

.user-icon-img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
}
@media screen and (min-width: 960px) {
  .user-icon-img {
    width: 200px;
    height: 200px;
  }
}

.udemy-history-grid {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 630px) {
  .udemy-history-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 910px) {
  .udemy-history-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 1210px) {
  .udemy-history-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 1510px) {
  .udemy-history-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 1810px) {
  .udemy-history-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}
.udemy-history-item {
  display: flex;
  flex-direction: column;
  padding: 1rem 0.5rem;
}

.worklist-parent {
  flex-wrap: wrap;
  justify-content: space-around;
}
.worklist-child {
  display: block;
  position: relative;
  width: 100%;
  min-width: 280px;
  padding: 1rem 0;
  overflow: hidden;
}
@media screen and (min-width: 1487px) {
  .worklist-child {
    width: 50%;
  }
}
.worklist-child::before {
  content: "";
  display: block;
  position: absolute;
  background-color: rgba(0, 14, 31, 0.4);
  top: 50%;
  left: 50%;
  width: 95%;
  height: 95%;
  transform: translate(-50%, -50%) skew(1.5deg, 0deg);
}
.worklist-child::after {
  content: "";
  display: block;
  position: absolute;
  background-color: rgba(0, 14, 31, 0.4);
  top: 50%;
  left: 50%;
  width: 95%;
  height: 95%;
  transform: translate(-50%, -50%) skew(-1.5deg, 0deg);
}

.work-item {
  display: block;
  position: relative;
  overflow: visible;
  text-align: center;
  z-index: 1;
  width: 100%;
  padding: 1rem 30px;
}
@media screen and (min-width: 960px) {
  .work-item {
    padding: 1rem 50px;
  }
}
.work-item-img {
  width: 200px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 480px) {
  .work-item-img {
    width: 270px;
    height: 135px;
  }
}
@media screen and (min-width: 600px) {
  .work-item-img {
    width: 400px;
    height: 200px;
  }
}
@media screen and (min-width: 960px) {
  .work-item-img {
    width: 700px;
    height: 350px;
  }
}
@media screen and (min-width: 1487px) {
  .work-item-img {
    width: 500px;
    height: 250px;
  }
}
.work-item h3 {
  font-size: 1.3rem;
  padding-top: 0.2rem;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #545454;
}

.notebooks-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 30px;
}
@media screen and (min-width: 600px) {
  .notebooks-container {
    grid-template-columns: repeat(4, 1fr);
    row-gap: 40px;
  }
}
@media screen and (min-width: 960px) {
  .notebooks-container {
    grid-template-columns: repeat(5, 1fr);
    row-gap: 50px;
  }
}

.notebook-container {
  overflow: hidden;
}
.notebook-pgicon {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80px;
  height: 80px;
}
@media screen and (min-width: 600px) {
  .notebook-pgicon {
    width: 100px;
    height: 100px;
  }
}
@media screen and (min-width: 960px) {
  .notebook-pgicon {
    width: 120px;
    height: 120px;
  }
}
@media screen and (min-width: 1280px) {
  .notebook-pgicon {
    width: 150px;
    height: 150px;
  }
}
.notebook-pgname {
  font-family: "Vollkorn", sans-serif;
  display: block;
  text-align: center;
  font-size: 0.8rem;
  margin-top: 0.2rem;
}
@media screen and (min-width: 600px) {
  .notebook-pgname {
    font-size: 1rem;
  }
}
@media screen and (min-width: 960px) {
  .notebook-pgname {
    font-size: 1.2rem;
  }
}

.contact-container ul li {
  list-style: circle;
  margin-left: 1rem;
  padding-left: 0rem;
}/*# sourceMappingURL=style.css.map */