@charset "UTF-8";
@font-face {
  font-family: "Noto Sans JP";
  src: url("../../fonts/NotoSansJP-Bold.ttf") format("ttf"), url("../../fonts/NotoSansJP-Medium.ttf") format("ttf");
}
/*========================================
  Initialized
========================================*/
html,
body {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
}

html {
  container-type: scroll-state;
  font-size: 62.5%;
  /* 10px */
}

body {
  position: relative;
  min-height: 100dvh;
  line-height: normal;
  letter-spacing: 0.0671em;
  font-feature-settings: "palt";
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333;
  background-color: #EBF3EA;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  word-break: normal;
  box-sizing: border-box;
}

/* anchor */
a {
  color: #278330;
  text-decoration: none;
  transition: all 0.3s;
}
a:hover {
  text-decoration: none;
}

/* ul, ol */
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

svg {
  display: block;
}

/* placeholder */
:-moz-placeholder {
  color: #c2c2c2;
}
:placeholder-shown {
  color: #c2c2c2;
}

::-webkit-input-placeholder {
  color: #c2c2c2;
}

::-moz-placeholder {
  color: #c2c2c2;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #c2c2c2;
}

address {
  font-style: normal;
}

a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}

textarea {
  display: block;
}

.l-wrapper {
  width: 100%;
}

.l-wrapper:has(.p-header) {
  min-width: 160rem;
}

.l-main {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  row-gap: 4rem;
  padding: 4rem;
}

.l-main > * {
  width: 100%;
}

/* main */
.c-icon__main {
  fill: #278330;
}

.c-icon__main--dark {
  fill: #124517;
}

.c-icon__main--light {
  fill: #38ac43;
}

.c-icon__main--lighter {
  fill: #94D79A;
}

.c-icon__main--lightest {
  fill: #EBF3EA;
}

/* mono */
.c-icon__mono {
  fill: #fff;
}

.c-icon__mono--darkest {
  fill: #333;
}

.c-icon__mono--darker {
  fill: #555;
}

.c-icon__mono--dark {
  fill: #c2c2c2;
}

.c-icon__mono--light {
  fill: #ececec;
}

.c-icon__mono--lighter {
  fill: #f9f9f9;
}

.c-icon__mono--lightest {
  fill: #fff;
}

/* accent */
.c-icon__accent {
  fill: #CDA03E;
}

.c-icon__accent--dark {
  fill: #9C6B00;
}

.c-icon__accent--light {
  fill: #F6BC3D;
}

.c-icon__accent--lighter {
  fill: #FFE9BA;
}

.c-icon__accent--lightest {
  fill: #FBF8F3;
}

/* dander */
.c-icon__dander {
  fill: #C90000;
}

.c-icon__dander--dark {
  fill: #8F0000;
}

.c-icon__dander--light {
  fill: #EF4545;
}

.c-icon__dander--lighter {
  fill: #FFA7A7;
}

.c-icon__dander--lightest {
  fill: #FAEFEF;
}

/*=================================
  layout
=================================*/
.c-button {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: 0.8rem;
       column-gap: 0.8rem;
  row-gap: 0;
  border-radius: 0.4rem;
  border: 1px solid transparent;
  outline: 2px transparent;
  font-size: 1.6rem;
  font-weight: 500;
  transition: all 0.3s;
  cursor: pointer;
}

.c-button--middle {
  height: 4rem;
  padding: 1rem;
}

.c-button--large {
  height: 5rem;
  padding: 1rem 1.5rem;
}

.c-button--square {
  padding: 0.8rem;
  border-color: #c2c2c2;
}

/*=================================
  type  fill or line
=================================*/
/* fill */
[class$="--fill"] {
  color: #fff;
}

[class$="--fill"] .c-button__item__icon {
  fill: #fff;
}

/* line */
[class$="--line"] {
  background-color: #fff;
}

/*=================================
  color
=================================*/
/* default */
.c-button--default--fill {
  background-color: #38ac43;
}

.c-button--default--fill:hover {
  background-color: #94D79A;
}

.c-button--default--fill:focus {
  outline: 2px solid #94D79A;
}

.c-button--default--line {
  color: #38ac43;
  border-color: #38ac43;
}

.c-button--default--line:hover {
  color: #94D79A;
  border-color: #94D79A;
}

.c-button--default--line:focus {
  outline: 2px solid #94D79A;
}

.c-button--default--line .c-button__item__icon {
  fill: #38ac43;
}

.c-button--default--line:hover .c-button__item__icon {
  fill: #94D79A;
}

/* next */
.c-button--next--fill {
  background-color: #CDA03E;
}

.c-button--next--fill:hover {
  background-color: #FFE9BA;
}

.c-button--next--fill:focus {
  outline: 2px solid #FFE9BA;
}

.c-button--next--line {
  color: #CDA03E;
  border-color: #CDA03E;
}

.c-button--next--line:hover {
  color: #FFE9BA;
  border-color: #FFE9BA;
}

.c-button--next--line:focus {
  outline: 2px solid #FFE9BA;
}

.c-button--next--line .c-button__item__icon {
  fill: #CDA03E;
}

.c-button--next--line:hover .c-button__item__icon {
  fill: #FFE9BA;
}

/* delete */
.c-button--delete--fill {
  background-color: #EF4545;
}

.c-button--delete--fill:hover {
  background-color: #FFA7A7;
}

.c-button--delete--fill:focus {
  outline: 2px solid #FFA7A7;
}

.c-button--delete--line {
  color: #EF4545;
  border-color: #EF4545;
}

.c-button--delete--line:hover {
  color: #FFA7A7;
  border-color: #FFA7A7;
}

.c-button--delete--line:focus {
  outline: 2px solid #FFA7A7;
}

.c-button--delete--line .c-button__item__icon {
  fill: #EF4545;
}

.c-button--delete--line:hover .c-button__item__icon {
  fill: #FFA7A7;
}

/* disabled */
[class^=c-button--disabled] {
  pointer-events: none;
}

.c-button--disabled--fill {
  background-color: #c2c2c2;
}

.c-button--disabled--fill:hover {
  background-color: #ececec;
}

.c-button--disabled--fill:focus {
  outline: 2px solid #ececec;
}

.c-button--disabled--line {
  color: #c2c2c2;
  border-color: #c2c2c2;
}

.c-button--disabled--line:hover {
  color: #ececec;
  border-color: #ececec;
}

.c-button--disabled--line:focus {
  outline: 2px solid #ececec;
}

.c-button--disabled--line .c-button__item__icon {
  fill: #c2c2c2;
}

.c-button--disabled--line:hover .c-button__item__icon {
  fill: #ececec;
}

/*=================================
  icon
=================================*/
.c-button__item__icon {
  width: 1.4rem;
  height: 1.4rem;
}

.c-button__item__icon--close {
  transform: rotate(45deg);
}

.c-button__item__icon--asort {
  width: 2.2rem;
  height: 2.2rem;
}

.c-button__item__icon--ksort {
  width: 2.2rem;
  height: 2.2rem;
  transform: rotate(180deg);
}

.c-input-text {
  position: relative;
  width: 100%;
}

.c-input-text__item {
  width: 100%;
  padding: 0.6rem 1rem;
  border-radius: 4px;
  border: 1px solid #c2c2c2;
  font-size: 1.6rem;
  background-color: #fff;
}

.c-input-text__item:disabled {
  background-color: #f5f5f5 !important;
  color: #999 !important;
  border-color: #ddd !important;
  cursor: not-allowed !important;
}

.c-input-text__item:has(+ .c-input-text__icon--left) {
  padding-left: 3.2rem;
}

.c-input-text__item:has(+ .c-input-text__icon--right) {
  padding-right: 3.2rem;
}

.c-input-text__icon {
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
  width: 1.4rem;
  height: 1.4rem;
  fill: #333;
}

.c-input-text__icon--left {
  left: 1rem;
}

.c-input-text__icon--right {
  right: 1rem;
}

.c-textarea {
  min-height: 9.6rem;
  padding: 0.6rem 1rem;
  border-radius: 4px;
  border: 1px solid #c2c2c2;
  font-size: 1.6rem;
  background-color: #fff;
}

.c-select {
  position: relative;
  border-radius: 4px;
  border: 1px solid #c2c2c2;
  font-size: 1.6rem;
  background-color: #fff;
}

.c-select select {
  padding: 0.6rem 3rem 0.6rem 1rem;
  width: 100%;
  height: 100%;
}

.c-select select:disabled {
  background-color: #f5f5f5 !important;
  color: #999 !important;
  cursor: not-allowed !important;
}

.c-select:has(select:disabled) {
  background-color: #f5f5f5 !important;
  border-color: #ddd !important;
}

.c-select__icon {
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 1.4rem;
  height: 1.4rem;
  transform: translateY(-50%) rotate(0);
  fill: #333;
}

.c-select select:focus + .c-select__icon,
.c-select.is-open .c-select__icon {
  transform: translateY(-50%) rotate(180deg);
}

.c-checkbox {
  position: relative;
}

.c-checkbox__input {
  display: none;
}

.c-checkbox__label {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 0;
}

.c-checkbox__label::before {
  position: relative;
  display: block;
  flex-shrink: 0;
  content: "";
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 2px;
  border: 1px solid #555;
  background-color: #fff;
}

.c-checkbox__input:checked + .c-checkbox__label::before {
  border-color: #38ac43;
  background-color: #38ac43;
}

.c-checkbox__input:disabled + .c-checkbox__label::before {
  background-color: #c2c2c2;
}

.c-checkbox__icon {
  display: block;
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  width: 1.6rem;
  height: 1.6rem;
  fill: #fff;
}

.c-checkbox__input:disabled + .c-checkbox__label .c-checkbox__icon {
  display: none;
}

.c-checkbox-star__input {
  display: none;
}

.c-checkbox-star__label {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  row-gap: 0.5rem;
  color: #c2c2c2;
  cursor: pointer;
}

.c-checkbox-star__label svg {
  display: block;
  width: 2.6rem;
  height: 2.6rem;
  fill: #c2c2c2;
}

.c-checkbox-star__input:checked + .c-checkbox-star__label svg {
  fill: #F6BC3D;
}

.c-switch {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 1rem;
}

.c-switch--center {
  justify-content: center;
}

.c-switch--end {
  justify-content: flex-end;
}

.c-switch__item button {
  width: 4rem;
  justify-content: center;
}

.c-switch__item--disabled button {
  pointer-events: none;
}

/*=================================
  button
=================================*/
.c-button-action__input {
  display: none;
}

.c-button-action__label {
  display: grid;
  place-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 4px;
  border: 1px solid #CDA03E;
  background-color: #CDA03E;
  cursor: pointer;
}

.c-button-action__input:checked + .c-button-action__label {
  border: 1px solid #FFE9BA;
  background-color: #FFE9BA;
}

.c-button-action__label svg {
  width: 1.4rem;
  height: 1.4rem;
  fill: #fff;
}

/*=================================
  control
=================================*/
.c-button-action__control {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1000;
  min-width: 15rem;
  border-radius: 4px;
  border: 1px solid #CDA03E;
  background-color: #FBF8F3;
}

.c-button-action__input:checked ~ .c-button-action__control {
  display: block;
}

.c-button-action__control__item {
  display: block;
}

.c-button-action__control__item + .c-button-action__control__item {
  border-top: 1px solid #CDA03E;
}

.c-button-action__control__item__transition {
  display: block;
  padding: 0.8rem 1rem;
  color: #333;
  text-align: center;
}

.c-button-action {
  position: relative;
}

.c-title {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  row-gap: 0;
  width: 100%;
  padding-left: 1rem;
  padding-bottom: 1.6rem;
  border-bottom: 2px solid #c2c2c2;
  font-weight: 700;
}

.c-title--large {
  font-size: 2.4rem;
}

.c-title--middle {
  font-size: 2rem;
}

.c-title--require {
  padding-left: 1rem;
  color: #8F0000;
}

.c-title--icon {
  padding-left: 0;
}

.c-title__icon {
  width: 1.4rem;
  height: 1.4rem;
  fill: #333;
}

.c-input-term {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 2rem;
}

.c-input-term__item {
  position: relative;
}

.c-input-term__input {
  width: 22rem;
  height: 4rem;
  padding: 0.6rem 3.2rem 0.6rem 1rem;
  border-radius: 4px;
  border: 1px solid #c2c2c2;
  background-color: #fff;
}

.c-input-term__input::-webkit-calendar-picker-indicator {
  background: transparent;
  position: absolute;
  top: 50%;
  right: 1rem;
  z-index: 1;
  width: 1.4rem;
  height: 1.4rem;
  transform: translateY(-50%);
}

.c-input-term__icon {
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 1.4rem;
  height: 1.4rem;
  transform: translateY(-50%);
  fill: #333;
}

.c-tag {
  display: inline-block;
  min-width: 8rem;
  vertical-align: middle;
  margin-right: 1rem;
  padding: 0.3rem 1rem;
  border-radius: 4px;
  color: #fff;
  text-align: center;
}

.c-tag--default {
  background-color: #278330;
}

.c-tag--next {
  background-color: #CDA03E;
}

.c-tag--delete {
  background-color: #EF4545;
}

.c-tag--disabled {
  background-color: #c2c2c2;
}

.c-error-message {
  color: #e74c3c;
  font-size: 1.2rem;
  margin-top: 0.4rem;
  display: none;
}

.c-error-message--show {
  display: block !important;
}

.c-error-message--inline {
  color: #e74c3c;
  font-size: 1.2rem;
  white-space: nowrap;
  flex-shrink: 0;
  display: none;
}

.c-input-text__item--error,
.c-input-text .c-input-text__item--error,
input.c-input-text__item--error {
  border: 1px solid #ff9999 !important;
  background-color: #fff5f5 !important;
  outline: none;
}
.c-input-text__item--error:focus,
.c-input-text .c-input-text__item--error:focus,
input.c-input-text__item--error:focus {
  border-color: #ff9999 !important;
  background-color: #fff5f5 !important;
  box-shadow: 0 0 0 2px rgba(255, 153, 153, 0.2);
}

.p-modal__register__input--with-error {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  width: 100% !important;
  max-width: 100%;
}
.p-modal__register__input--with-error .c-input-text {
  flex: 0 0 22rem;
  min-width: 0;
  max-width: 22rem;
}

.p-header {
  display: grid;
  grid-template-columns: auto 1fr;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 0;
  width: 100%;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  background-color: #555;
}

/*=================================
  header logo
=================================*/
.p-header__logo {
  background-color: #fff;
}

.p-header__logo__item {
  display: grid;
  grid-template-columns: 15.1rem auto;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 0;
  align-items: center;
  padding: 0.8rem 1.5rem;
  height: 100%;
  font-style: unset;
  font-weight: 700;
  font-size: 1.6rem;
  font-family: unset;
  color: #278330;
}

.p-navigation {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 0;
  width: 100%;
}

.p-navigation__list {
  display: grid;
  grid-template-columns: repeat(7, auto);
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 0;
  flex-shrink: 0;
}

.p-navigation__item {
  flex-shrink: 0;
}

.p-navigation__item:hover,
.p-navigation__item--current {
  background-color: #38ac43;
}

.p-navigation__link {
  display: grid;
  grid-template-columns: repeat(2, auto);
  -moz-column-gap: 0.6rem;
       column-gap: 0.6rem;
  row-gap: 0;
  align-items: center;
  padding: 1.6rem;
  color: #fff;
}

.p-navigation__icon {
  width: 1.8rem;
  height: 1.8rem;
}

.p-balloon {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 0;
  padding: 3rem;
  border: 1px solid #CDA03E;
  border-radius: 0.4rem;
  color: #CDA03E;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
}
.p-balloon.info-balloon {
  transform: translateX(100%);
  opacity: 0;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}
.p-balloon.info-balloon.is-visible {
  transform: translateX(0);
  opacity: 1;
}
.p-balloon.info-balloon.is-fading {
  opacity: 0;
  transition: opacity 0.5s ease-out;
}

.p-balloon--alert {
  position: absolute;
  top: -2rem;
  right: 4rem;
  z-index: 10;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 50%;
}

.p-balloon__icon {
  width: 3.2rem;
  height: 3.2rem;
}

.p-page-title {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 1rem;
}

.p-page-title__item {
  font-size: 3.6rem;
  font-weight: 700;
}

.p-page-title__item--button {
  flex-shrink: 0;
}

.p-page-title__item--button:last-child {
  flex-shrink: 0;
  margin-left: auto;
}

.p-page-title__item--button:first-child {
  margin-right: 2rem;
}

.p-page-title__item--button:first-child [class*=icon] {
  fill: #333;
}

.p-page-title__item--icon [class*=icon] {
  width: 4rem;
  height: 4rem;
}

.p-contents {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  row-gap: 3rem;
  padding: 3rem;
  border-radius: 4px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  background-color: #fff;
}

.p-contents__item {
  padding: 2rem;
  width: 100%;
}

.p-contents__item--article {
  background-color: #f9f9f9;
}

.p-contents-search {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 2rem;
  grid-column: 1/4;
  width: 100%;
}

.p-contents-search__condition {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 1rem;
  width: 100%;
}

.p-contents-search__condition__item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 1rem;
  color: #c2c2c2;
}

.p-contents-search__condition__item__body {
  color: #278330;
}

.p-register-info {
  display: grid;
  grid-template-columns: repeat(3, calc((100% - 4rem) / 3));
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 2rem;
  align-items: start;
  width: 100%;
}

/*=================================
  cell
=================================*/
.p-register-info__item {
  padding: 2rem;
  background-color: #f9f9f9;
}

.p-register-info__item--col--1-2 {
  grid-column: 1/2;
}

.p-register-info__item--col--2-3 {
  grid-column: 2/3;
}

.p-register-info__item--col--3-4 {
  grid-column: 3/4;
}

.p-register-info__item--col--1-3 {
  grid-column: 1/3;
}

.p-register-info__item--col--2-4 {
  grid-column: 2/4;
}

.p-register-info__item--col--1-4 {
  grid-column: 1/4;
}

/*=================================
  parts
=================================*/
.p-register-info__body {
  display: grid;
  grid-template-columns: 22rem auto;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 2rem;
  align-items: center;
}

.p-register-info__label {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 0;
}

.p-register-info__input > * {
  width: 100%;
}

.p-register-info__require {
  color: #8F0000;
}

.p-register-info__default {
  color: #278330;
}

.p-pagination {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 0;
  width: 100%;
}

/*=================================
  number navigation
=================================*/
.p-pagination__nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 0;
}

.p-pagination__item {
  display: block;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 0;
  width: 4rem;
  height: 4rem;
  border-radius: 4px;
  border: 1px solid #38ac43;
  color: #38ac43;
}

.p-pagination__item--control {
  background-color: #38ac43;
}

.p-pagination__item--disable {
  border-color: #c2c2c2;
  background-color: #c2c2c2;
  color: #fff;
  pointer-events: none;
}

.p-pagination__item--current {
  border-color: #c2c2c2;
  background-color: #c2c2c2;
  color: #fff;
  pointer-events: none;
}

.p-pagination__item:hover {
  border-color: #94D79A;
  color: #94D79A;
}

.p-pagination__item--control:hover {
  border-color: #94D79A;
  background-color: #94D79A;
}

.p-pagination__icon {
  width: 1.4rem;
  height: 1.4rem;
  fill: #fff;
}

/*=================================
  direct paging
=================================*/
.p-pagination__direct {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 0;
  margin-left: auto;
}

.p-pagination__direct__input {
  width: 7rem;
  margin-left: auto;
}

.p-pagination__direct__button {
  width: 10rem;
}

.p-pagination__direct > p:nth-of-type(2) {
  text-align: right;
}

.p-pagination__direct input,
.p-pagination__direct button {
  width: 100%;
  justify-content: center;
}

.p-pagination__direct input {
  text-align: center;
}

.p-result-info {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  row-gap: 3rem;
  width: 100%;
  flex-wrap: wrap;
}

.p-result-info__item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 1rem;
}

.p-result-info__item:last-of-type {
  margin-left: auto;
  flex-basis: auto;
  justify-content: flex-end;
  align-items: center;
  height: var(--result-row-height);
}

.p-result-info .p-pagination {
  margin-top: 0;
  margin-bottom: 0;
}

.p-result-info__item .p-pagination {
  width: auto;
}

.p-result-info__item:nth-of-type(2) p {
  margin: 0;
}

.p-result-info__item:nth-of-type(2) > p:first-child {
  transform: none;
}

.p-result-info__item:nth-of-type(2) .p-pagination {
  margin-left: 0;
  width: auto;
}

.p-result-info__item:nth-of-type(2) .p-pagination__direct > p:first-child {
  position: static;
  left: auto;
  top: auto;
  transform: none;
  white-space: nowrap;
  margin-left: 0;
}

/*=================================
  sort
=================================*/
.p-result-info__sort {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 0;
}

/*=================================
  delete
=================================*/
.p-result-info__delete {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 0;
}

.p-result-info__delete__button button {
  justify-content: center;
  width: 100%;
}

/*=================================
  select
=================================*/
.p-result-info__select {
  width: 12rem;
}

.p-table-list {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}

.p-table-list__item {
  width: 30rem;
}

.p-table-list__item--disabled {
  background-color: #ececec;
}

.p-curriculum_table-list__item--disabled {
  background-color: #ececec;
}

/*=================================
  common cell
=================================*/
[class^=p-table-list__item__cell] {
  position: relative;
}

.p-table-list__item__cell--favorite {
  width: 10rem;
}

.p-table-list__item__cell--no {
  width: 9rem;
}

.p-table-list__item__cell--class {
  width: 30rem;
}

.p-table-list__item__cell--place {
  width: 20rem;
}

.p-table-list__item__cell--create {
  width: 16.5rem;
}

.p-table-list__item__cell--action {
  width: 11rem;
}

.p-table-list__item__cell--status {
  width: 12rem;
  text-align: center;
}

/*=================================
  table header
=================================*/
.p-table-list__header {
  color: #fff;
  background-color: #555;
}

.p-table-list__header__item {
  text-align: left;
  padding: 0.8rem 0.9rem;
}

/*=================================
  table body
=================================*/
.p-table-list__body__item {
  min-height: 8.8rem;
  padding: 1rem 0.9rem;
  border-bottom: 1px solid #c2c2c2;
}

.p-table-list__body__item div:not(:has([class*=checkbox__])) {
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}

.p-table-list__body__item [class*=action__control] {
  left: -7.5rem;
}

.p-table-list__item__cell--status > * {
  margin-left: 0;
}

.p-contents-tab {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 0;
}

/*=================================
  tab
=================================*/
.p-contents-tab__input {
  display: none;
}

.p-contents-tab__label {
  padding: 1.7rem 3rem;
  border-radius: 4px 4px 0 0;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  font-size: 2.4rem;
  color: #fff;
  background-color: #278330;
  cursor: pointer;
}

.p-contents-tab__label:first-of-type {
  margin-left: 1rem;
}

.p-contents-tab__label:last-of-type {
  margin-right: 1rem;
}

.p-contents-tab__input:checked + .p-contents-tab__label {
  color: #278330;
  background-color: #fff;
}

/*=================================
  tab body
=================================*/
[class^=p-contents-tab__contents--] {
  display: none;
  width: 100%;
}

#tab1:checked ~ .p-contents-tab__contents--1 {
  display: block;
}

#tab2:checked ~ .p-contents-tab__contents--2 {
  display: block;
}

#tab3:checked ~ .p-contents-tab__contents--3 {
  display: block;
}

#tab4:checked ~ .p-contents-tab__contents--4 {
  display: block;
}

#tab5:checked ~ .p-contents-tab__contents--5 {
  display: block;
}

#tab6:checked ~ .p-contents-tab__contents--6 {
  display: block;
}

#tab7:checked ~ .p-contents-tab__contents--7 {
  display: block;
}

#tab8:checked ~ .p-contents-tab__contents--8 {
  display: block;
}

#tab9:checked ~ .p-contents-tab__contents--9 {
  display: block;
}

#tab10:checked ~ .p-contents-tab__contents--10 {
  display: block;
}

#tab11:checked ~ .p-contents-tab__contents--11 {
  display: block;
}

#tab12:checked ~ .p-contents-tab__contents--12 {
  display: block;
}

#tab13:checked ~ .p-contents-tab__contents--13 {
  display: block;
}

#tab14:checked ~ .p-contents-tab__contents--14 {
  display: block;
}

#tab15:checked ~ .p-contents-tab__contents--15 {
  display: block;
}

#tab16:checked ~ .p-contents-tab__contents--16 {
  display: block;
}

#tab17:checked ~ .p-contents-tab__contents--17 {
  display: block;
}

#tab18:checked ~ .p-contents-tab__contents--18 {
  display: block;
}

#tab19:checked ~ .p-contents-tab__contents--19 {
  display: block;
}

#tab20:checked ~ .p-contents-tab__contents--20 {
  display: block;
}

.p-contents-col {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  row-gap: 4rem;
}

.p-contents-col__item--large {
  width: 66.6666666667%;
}

.p-contents-col__item--short {
  width: calc(33.3333333333% - 4rem);
}

.p-result-cards {
  container-type: inline-size;
  container-name: p-result-cards;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 2rem;
  width: 100%;
}

.p-result-cards__item {
  width: calc((100% - 4rem) / 3);
  overflow: hidden;
  border-radius: 4px;
  border: 1px solid #c2c2c2;
  background-color: #fff;
}

.p-result-cards--disable .p-result-cards__item {
  background-color: #ececec;
}

@container p-result-cards (max-width: 600px) {
  .p-result-cards {
    flex-direction: column;
    gap: 3rem;
    width: 100%;
  }
  .p-result-cards .p-result-cards__item {
    width: 100%;
  }
}
/*=================================
  header
=================================*/
.p-result-cards__header {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 0;
  padding: 2rem;
  color: #fff;
  background-color: #555;
}

.p-result-cards__header__item:last-child:has([class*=button]) {
  margin-left: auto;
}

.p-result-cards__header__number {
  font-size: 2.4rem;
  font-weight: 700;
}

/*=================================
  body
=================================*/
.p-result-cards__body {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 2rem;
}

.p-result-cards__body__item {
  position: relative;
  width: 100%;
}

.p-result-cards__body__item--favorite {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 2rem;
}

.p-result-cards__body__item [class*=action__control] {
  left: auto;
  right: 0;
}

.p-result-cards__body__thumbnail {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 15rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left top;
     object-position: left top;
}

.p-result-cards__body__text {
  display: -webkit-box;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.p-register-buttons {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  row-gap: 1.5rem;
  width: 100%;
}

.p-contents-float {
  position: fixed;
  top: 5.6rem;
  right: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  row-gap: 3rem;
  width: 60rem;
  height: calc(100% - 5.6rem);
  max-height: 100%;
  overflow-y: auto;
  padding: 3rem;
  border: 1px solid #c2c2c2;
  border-right: 0;
  border-bottom: 0;
  background-color: #fff;
}

@container scroll-state(scrollable: top) {
  .p-contents-float {
    top: 0;
    height: 100%;
  }
}
.p-contents-float--scroll {
  top: 0;
}

/*=================================
  header
=================================*/
.p-contents-float__header {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  row-gap: 3rem;
  width: 100%;
}

.p-contents-float__header__item {
  position: relative;
}

.p-contents-float__header__item:last-child {
  margin-left: auto;
}

.p-contents-float__header__item [class$=__control] {
  left: auto;
  right: 0;
}

/*=================================
  body
=================================*/
.p-contents-float__body__title {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 1rem;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 32.7rem;
  min-height: 6.1rem;
  padding: 1.6rem 2rem;
  border-radius: 4px 4px 0 0;
  background-color: #f9f9f9;
}

.p-contents-float__body__title__icon {
  flex-shrink: 0;
  width: 2.8rem;
  height: 2.8rem;
  fill: #278330;
}

.p-contents-float__body__title__text {
  word-break: break-all;
  font-size: 2.4rem;
}

.p-contents-float__body__contents {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 4rem;
  padding: 2rem;
  border-radius: 4px;
  background-color: #f9f9f9;
}

.p-contents-float__body__title + .p-contents-float__body__contents {
  border-radius: 0 4px 4px 4px;
}

.p-contents-float__body__contents__item {
  width: 100%;
}

.p-contents-float__body__contents__note {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 2rem;
}

.p-contents-float__body__contents__note__title {
  min-width: 7rem;
  font-weight: 700;
}

.p-homework {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 2rem;
}

.p-homework__item {
  width: 100%;
}

.p-homework__thumbnail {
  max-width: 100%;
  height: auto;
}

.p-homework__transition {
  color: #278330;
}

.p-register-homework {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  row-gap: 3rem;
}

/*=================================
  file
=================================*/
.p-register-homework__files {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 2rem;
  width: 100%;
  padding: 2rem;
  background-color: #f9f9f9;
}

.p-register-homework__files__item:has(.p-register-homework__files__thumbnail) {
  width: calc(100% - 10rem);
}

.p-register-homework__files__item:has(.p-register-homework__files__area--preview) {
  width: 100%;
}

.p-register-homework__files__switch {
  width: 10rem;
  font-weight: 700;
}

.p-register-homework__files__switch:has(svg) {
  padding-right: 3rem;
  padding-left: 3rem;
}

.p-register-homework__files__input {
  display: none;
}

.p-register-homework__files__area {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  row-gap: 3rem;
  border-radius: 4px;
  width: 100%;
  min-width: 80rem;
  padding: 3rem;
  border: 1px dashed #278330;
  text-align: center;
  color: #278330;
  background-color: #fff;
}

.p-register-homework__files__area:not(:has(.p-register-homework__files__thumbnail)) {
  justify-content: center;
  cursor: pointer;
}

.p-register-homework__files__area--preview {
  flex-direction: column;
  gap: 2rem;
  border-radius: 0;
  border: 0;
}

.p-register-homework__files__button--file {
  width: 22rem;
}

.p-register-homework__files__button--file > * {
  justify-content: center;
}

.p-register-homework__files__thumbnail {
  width: auto;
  max-width: 100rem;
  height: auto;
  max-height: 20rem;
}

.p-register-homework__files__area--preview .p-register-homework__files__thumbnail {
  max-width: 166rem;
  max-height: 50rem;
}

.p-register-homework__files__area__title {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 2rem;
}

/*=================================
  text
=================================*/
.p-register-homework__text {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 0;
  width: 100%;
  border: 1px solid #c2c2c2;
}

.p-register-homework__text__title {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 1rem;
  width: 20rem;
  padding: 2rem;
  border-right: 1px solid #c2c2c2;
  font-weight: 700;
  background-color: #f9f9f9;
}

.p-register-homework__text__require {
  color: #8F0000;
}

.p-register-homework__text__input {
  width: calc(100% - 20rem);
  padding: 2rem;
  background-color: #fff;
}

.p-register-homework__text__input__item {
  width: 50%;
  min-width: 73rem;
  max-width: 100%;
  min-height: 9.6rem;
  padding: 1rem;
  border-radius: 4px;
  border: 1px solid #c2c2c2;
  background-color: #fff;
}

.p-register-homework__text__input__item--preview {
  min-height: 0;
  padding: 0;
  border: 0;
}

.p-table-data {
  width: 100%;
}

/*=================================
  switch
=================================*/
.p-table-data__switch {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 2rem;
  margin-bottom: 3rem;
}

.p-table-data__input {
  display: none;
}

[for^=table-data] {
  justify-content: center;
  width: 16rem;
}

.p-table-data__item {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  row-gap: 3rem;
  width: 100%;
}

.p-table-data__switch ~ .p-table-data__item {
  display: none;
}

.p-table-data__switch:has(#table-data1:checked) ~ .p-table-data__item1 {
  display: flex;
}

.p-table-data__switch:has(#table-data2:checked) ~ .p-table-data__item2 {
  display: flex;
}

.p-table-data__switch:has(#table-data3:checked) ~ .p-table-data__item3 {
  display: flex;
}

.p-table-data__switch:has(#table-data4:checked) ~ .p-table-data__item4 {
  display: flex;
}

.p-table-data__switch:has(#table-data5:checked) ~ .p-table-data__item5 {
  display: flex;
}

.p-table-data__switch:has(#table-data6:checked) ~ .p-table-data__item6 {
  display: flex;
}

.p-table-data__switch:has(#table-data7:checked) ~ .p-table-data__item7 {
  display: flex;
}

.p-table-data__switch:has(#table-data8:checked) ~ .p-table-data__item8 {
  display: flex;
}

.p-table-data__switch:has(#table-data9:checked) ~ .p-table-data__item9 {
  display: flex;
}

.p-table-data__switch:has(#table-data10:checked) ~ .p-table-data__item10 {
  display: flex;
}

.p-table-data__switch:has(#table-data11:checked) ~ .p-table-data__item11 {
  display: flex;
}

.p-table-data__switch:has(#table-data12:checked) ~ .p-table-data__item12 {
  display: flex;
}

.p-table-data__switch:has(#table-data13:checked) ~ .p-table-data__item13 {
  display: flex;
}

.p-table-data__switch:has(#table-data14:checked) ~ .p-table-data__item14 {
  display: flex;
}

.p-table-data__switch:has(#table-data15:checked) ~ .p-table-data__item15 {
  display: flex;
}

.p-table-data__switch:has(#table-data16:checked) ~ .p-table-data__item16 {
  display: flex;
}

.p-table-data__switch:has(#table-data17:checked) ~ .p-table-data__item17 {
  display: flex;
}

.p-table-data__switch:has(#table-data18:checked) ~ .p-table-data__item18 {
  display: flex;
}

.p-table-data__switch:has(#table-data19:checked) ~ .p-table-data__item19 {
  display: flex;
}

.p-table-data__switch:has(#table-data20:checked) ~ .p-table-data__item20 {
  display: flex;
}

/*=================================
  table
=================================*/
.p-table-data__table {
  width: 100%;
  font-weight: 700;
}

.p-table-data__table__header,
.p-table-data__table__body {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 0;
  border: 1px solid #c2c2c2;
}

.p-table-data__table__header {
  background-color: #f9f9f9;
}

.p-table-data__table__header + .p-table-data__table__body {
  border-top: 0;
}

.p-table-data__table__body + .p-table-data__table__body {
  border-top: 0;
}

.p-table-data__table__item {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 1rem;
  word-break: break-all;
  padding: 2rem;
}

.p-table-data__table__item:not(:first-child) {
  border-left: 1px solid #c2c2c2;
}

.p-table-data__table__item:last-child {
  margin-left: auto;
}

.p-table-data__table__item--extra-short {
  width: 11.235%;
}

.p-table-data__table__item--short {
  width: 23.164%;
}

.p-table-data__table__item--middle {
  width: 17.752%;
}

.p-table-data__table__item--long {
  width: 29.887%;
}

.p-table-data__table__item--auto {
  width: auto;
  flex-shrink: 0;
}

.p-table-data__table__item__text--title {
  color: #278330;
}

.p-table-data__table__item__button {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 2rem;
  width: 100%;
}

.p-table-data__table__item__button button {
  justify-content: center;
  width: calc((100% - 2rem) / 2);
}

.p-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  row-gap: 3rem;
  width: 80rem;
  max-height: 90vh;
  overflow-y: auto;
  padding: 3rem;
  border-radius: 8px;
  transform: translate(-50%, -50%);
  background-color: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.p-modal__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.p-modal__item {
  width: 100%;
  padding: 2rem;
  background-color: #f9f9f9;
}

/*=================================
  condition
=================================*/
.p-modal__condition {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 2rem;
}

.p-modal__condition__item {
  width: 100%;
}

/*=================================
  register
=================================*/
.p-modal__register {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  row-gap: 1.5rem;
}

.p-modal__register__title {
  width: 15rem;
  font-weight: 500;
}

.p-modal__register__body {
  width: calc(100% - 15rem);
}

.p-modal__register__input {
  width: 20rem;
}

.p-modal__register__input--long {
  width: 100%;
}

.p-modal__register__input--short {
  width: 28%;
}

.p-modal__register__input--col {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 1rem;
  align-items: center;
}

.p-modal__register__input__checkbox [type=checkbox] + * {
  gap: 0.5rem;
}

.p-modal__register__input__checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  align-items: center;
  max-width: 100%;
}

.p-modal__register__input__checkbox .c-checkbox {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}

/*=================================
  list
=================================*/
.p-modal__list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 1rem;
}

.p-modal__list__item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 0;
}

/*=================================
  register buttons
=================================*/
.p-register-buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  -moz-column-gap: 1.2rem;
       column-gap: 1.2rem;
  row-gap: 1.2rem;
}

.p-login {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 52rem;
  margin-inline: auto;
  transform: translate(-50%, -50%);
}

.p-login--password {
  text-align: center;
}

.p-login--password .validation-error {
  text-align: left;
}

.p-login .validation-error {
  text-align: left;
}

.p-login__box {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  -moz-column-gap: 3.4rem;
       column-gap: 3.4rem;
  row-gap: 3.4rem;
  padding: 6rem;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
}

/*=================================
  logo
=================================*/
.p-login__logo {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  row-gap: 1.5rem;
  font-size: 1.8rem;
  font-weight: 700;
  color: #124517;
}

.p-login__text--large {
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
}

/*=================================
  register
=================================*/
.p-login__register {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  row-gap: 1.5rem;
  width: 100%;
}

/*=================================
  button
=================================*/
.p-login__button {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  row-gap: 1.5rem;
  margin-top: 2rem;
}

.p-login__button .c-button {
  width: 24rem;
  justify-content: center !important;
}

/*=================================
  list
=================================*/
.p-login__list {
  text-align: left;
  margin-top: 2rem;
}

.p-login__list li {
  list-style: disc inside;
}

.p-login__list ul {
  padding-left: 2rem;
}

.p-login__list__title {
  margin-bottom: 1.6rem;
  font-size: 1.8rem;
  font-weight: 700;
}

.p-dashboard {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  row-gap: 3rem;
  width: 121rem;
  margin-inline: auto;
}

.p-dashboard__item {
  container-type: inline-size;
  container-name: p-dashboard__item;
  width: calc((100% - 3rem) / 2);
}

.p-dashboard__item--large {
  width: 100%;
}

/*=================================
  list
=================================*/
.p-dashboard__list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 2rem;
  width: 100%;
  padding: 2rem;
  border-radius: 10px;
  border: 1px solid #c2c2c2;
  color: #333;
}

@container p-dashboard__item (min-width: 1210px) {
  .p-dashboard__list {
    width: calc((100% - 3rem) / 2);
  }
}
.p-dashboard__list__item {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  row-gap: 1.5rem;
  width: 100%;
}

.p-dashboard__list__item:has(.p-dashboard__list__icon) {
  width: auto;
}

.p-dashboard__list__icon {
  display: grid;
  place-content: center;
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
  background-color: #FBF8F3;
}

.p-dashboard__list__icon svg {
  width: 7rem;
  height: 7rem;
}

.p-dashboard__list__title {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #c2c2c2;
  font-size: 3.6rem;
  font-weight: 700;
}

.p-error {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 2rem;
  background-color: #f9f9f9;
}

.p-error__box {
  background: #fff;
  border-radius: 8px;
  padding: 4rem;
  max-width: 600px;
  width: 100%;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  text-align: center;
}

.p-error__item {
  margin-bottom: 2rem;
}
.p-error__item:last-child {
  margin-bottom: 0;
}

/*=================================
  logo
=================================*/
.p-error__logo {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 1rem;
  margin-bottom: 3rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #333;
}

/*=================================
  code
=================================*/
.p-error__code {
  font-size: 8rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 1rem;
}

.p-error__code--404 {
  color: #38ac43;
}

.p-error__code--403 {
  color: #CDA03E;
}

.p-error__code--500 {
  color: #C90000;
}

/*=================================
  title
=================================*/
.p-error__title {
  font-size: 2.4rem;
  font-weight: 500;
  color: #333;
  margin-bottom: 1.5rem;
}

/*=================================
  message
=================================*/
.p-error__message {
  font-size: 1.6rem;
  color: #555;
  line-height: 1.6;
  margin-bottom: 2rem;
}

/*=================================
  button
=================================*/
.p-error__button {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}

.u-error {
  background-color: #FAEFEF;
}

.u-error .p-register-homework__text__input {
  background-color: #FAEFEF !important;
}

.u-error__text {
  color: #C90000;
}

*:not(.u-error__text) + .u-error__text {
  margin-top: 1rem;
}

.validation-error {
  color: #C90000;
  font-size: 1.6rem;
  margin-top: 0.5rem;
}

.datepicker {
  width: 22rem;
}

.datepicker-dropdown .datepicker-picker {
  border-radius: 2px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
}

/*=================================
  header
=================================*/
.datepicker-header .datepicker-controls {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 0;
  padding: 2rem 2rem 0;
}

.datepicker-header .datepicker-controls .button {
  font-weight: 500;
}

.datepicker-header .datepicker-controls .button:hover {
  background-color: transparent;
}

.datepicker-controls .button {
  order: 2;
  justify-content: flex-start;
  height: auto;
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.4rem;
  color: #333;
  text-align: left;
  border: 0;
}

.datepicker-controls .view-switch {
  order: 1;
}

.datepicker-controls .next-button,
.datepicker-controls .prev-button {
  flex: 0;
  justify-content: center;
  align-items: center;
  width: 1.4rem;
  margin-left: 1rem;
  border-radius: 50%;
}

.js-datepicker__icon {
  width: 1.4rem;
  height: 1.4rem;
  fill: #555;
}

/*=================================
  main
=================================*/
.datepicker-main {
  padding: 1.2rem 2rem 0 2rem;
}

.datepicker-view {
  width: 100%;
}

.datepicker .days .dow,
.datepicker-cell {
  flex-basis: 14.2857142857%;
  width: 14.2857142857%;
  height: auto;
  aspect-ratio: 1;
}

.datepicker .dow {
  font-size: 1.4rem;
  font-weight: 500;
}

.datepicker .days {
  row-gap: 1rem;
}

.datepicker-grid {
  row-gap: 0.8rem;
}

.datepicker span {
  border-radius: 50%;
}

.datepicker-cell.selected,
.datepicker-cell.selected:hover {
  color: #fff;
  background-color: #278330;
}

.datepicker-cell:not(.disabled):hover {
  color: #555;
  background-color: #EBF3EA;
}

.datepicker-cell.focused:not(.selected),
.datepicker-cell.focused:not(.selected):hover {
  color: #fff;
  background-color: #278330;
}

/*=================================
  footer
=================================*/
.datepicker-footer {
  padding: 0.8rem 2rem 2rem 2rem;
  background-color: transparent;
  box-shadow: none;
}

.datepicker-footer .datepicker-controls .button {
  margin: 0;
  justify-content: flex-end;
  font-size: 0;
}

.datepicker-footer .datepicker-controls .button::before {
  content: "今日へ移動";
  font-size: 1.4rem;
}
