@charset "UTF-8";

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
}

* {
  letter-spacing: 1px;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
}

body {
  min-height: 100vh;
  padding: 0;
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  color: #454545;
  overflow-wrap: break-word;
  background-color: #fff;
}

article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  padding: 0;
  margin: 0;
  border: 0;
}

a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  background-color: transparent;
}

img,
video,
iframe,
object {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  border: none;
}

code,
kbd,
pre,
samp {
  font-family: monospace, sans-serif;
  font-size: inherit;
}

ul,
ol {
  list-style: none;
}

table {
  width: 100%;
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
  border: 1px solid #dadada;
}

th,
td {
  padding: 10px;
  font-size: 15px;
  vertical-align: top;
  text-align: left;
  border: 1px solid #dadada;
}

th {
  background-color: #e9f3f2;
}

address {
  font-style: inherit;
}

b,
strong {
  font-weight: 700;
}

[type="text"],
[type="search"],
[type="tel"],
[type="url"],
[type="email"],
[type="password"],
textarea {
  width: 100%;
  padding: 6px 12px;
  margin: 0;
  font-family: inherit;
  font-size: 14px;
  font-weight: inherit;
  line-height: 1.42;
  color: #555;
  outline: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-transition: background-color ease-in-out 0.15s, border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: background-color ease-in-out 0.15s, border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: background-color ease-in-out 0.15s, border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: background-color ease-in-out 0.15s, border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

[type="text"]:focus,
[type="search"]:focus,
[type="tel"]:focus,
[type="url"]:focus,
[type="email"]:focus,
[type="password"]:focus,
textarea:focus {
  border-color: #66afe9;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 7.5%), 0 0 8px rgb(102 175 233 / 60%);
          box-shadow: inset 0 1px 1px rgb(0 0 0 / 7.5%), 0 0 8px rgb(102 175 233 / 60%);
}

[type="text"]:disabled,
[type="search"]:disabled,
[type="tel"]:disabled,
[type="url"]:disabled,
[type="email"]:disabled,
[type="password"]:disabled,
textarea:disabled {
  background-color: #eee;
}

[type="text"]::-webkit-input-placeholder, [type="search"]::-webkit-input-placeholder, [type="tel"]::-webkit-input-placeholder, [type="url"]::-webkit-input-placeholder, [type="email"]::-webkit-input-placeholder, [type="password"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #999;
}

[type="text"]::-moz-placeholder, [type="search"]::-moz-placeholder, [type="tel"]::-moz-placeholder, [type="url"]::-moz-placeholder, [type="email"]::-moz-placeholder, [type="password"]::-moz-placeholder, textarea::-moz-placeholder {
  color: #999;
}

[type="text"]:-ms-input-placeholder, [type="search"]:-ms-input-placeholder, [type="tel"]:-ms-input-placeholder, [type="url"]:-ms-input-placeholder, [type="email"]:-ms-input-placeholder, [type="password"]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #999;
}

[type="text"]::-ms-input-placeholder, [type="search"]::-ms-input-placeholder, [type="tel"]::-ms-input-placeholder, [type="url"]::-ms-input-placeholder, [type="email"]::-ms-input-placeholder, [type="password"]::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #999;
}

[type="text"]::placeholder,
[type="search"]::placeholder,
[type="tel"]::placeholder,
[type="url"]::placeholder,
[type="email"]::placeholder,
[type="password"]::placeholder,
textarea::placeholder {
  color: #999;
}

textarea {
  height: 100%;
  min-height: 155px;
  overflow-y: hidden;
  resize: none;
}

button,
[type="button"],
[type="submit"],
[type="reset"] {
  padding: 0;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  background-color: transparent;
  border: none;
  border-radius: 0;
}

select {
  width: 145px;
  padding: 6px 12px;
  margin: 0;
  font-family: inherit;
  font-size: 14px;
  font-weight: inherit;
  line-height: 1.42;
  color: #555;
  outline: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-transition: background-color ease-in-out 0.15s, border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: background-color ease-in-out 0.15s, border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: background-color ease-in-out 0.15s, border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: background-color ease-in-out 0.15s, border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

select:focus {
  border-color: #66afe9;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 7.5%), 0 0 8px rgb(102 175 233 / 60%);
          box-shadow: inset 0 1px 1px rgb(0 0 0 / 7.5%), 0 0 8px rgb(102 175 233 / 60%);
}

.l-inner {
  width: calc(100% - 4% * 2);
  max-width: 1145px;
  height: inherit;
  padding: 0;
  margin-right: auto;
  margin-left: auto;
}

.l-inner.l-inner--header {
  max-width: 1320px;
}

.l-inner.l-inner--video {
  max-width: 910px;
}

.l-inner.l-inner--admin {
  max-width: 1365px;
}

.l-inner.l-inner--admin-login {
  max-width: 526px;
}

.l-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 76px;
  background-color: #fff;
  -webkit-box-shadow: 5px 5px 5px rgb(47 65 80 / 10%);
          box-shadow: 5px 5px 5px rgb(47 65 80 / 10%);
}

.l-header.l-header--admin {
  height: 76px;
  border-bottom: 4px solid #08c8ad;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.l-header__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: inherit;
}

.l-header__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.l-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 6px;
}

.l-header__nav li {
  font-size: 16px;
}

.l-header__nav a {
  font-weight: 700;
  -webkit-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
}

.l-header__user {
  text-align: center;
}

.l-header__user a {
  font-size: 14px;
  font-weight: 700;
}

.l-header__user.l-header__user--drawer {
  margin-top: 32px;
}

.l-header__admin {
  text-align: right;
}

.l-header__admin__user {
  font-weight: 700;
}

.l-footer {
  position: -webkit-sticky;
  position: sticky;
  top: 100vh;
}

.l-footer__content {
  padding: 35px 0;
  text-align: center;
  background-color: #f1f1f1;
}

.l-footer__content p {
  line-height: 1.75;
}

.l-footer__info p:not(:first-of-type) {
  margin-top: 5px;
}

.l-footer__info a {
  font-weight: 700;
  -webkit-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
}

.l-footer__system {
  margin-top: 45px;
}

.l-footer__copy {
  padding: 22px 0;
  text-align: center;
  background-color: #0ba28d;
}

.l-footer__copy small {
  font-size: 14px;
  color: #fff;
}

.l-main.l-main--form {
  background-color: #ececec;
}

.l-content__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.l-sidebar {
  overflow-y: scroll;
  scrollbar-width: none;
  background-color: #4e4e4e;
}

.l-sidebar::-webkit-scrollbar {
  display: none;
}

.l-sidebar__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.l-sidebar__item a {
  width: 100%;
  color: #fff;
  letter-spacing: normal;
  background-color: #4e4e4e;
  -webkit-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
}

.l-sidebar__item.l-sidebar__item--sub {
  position: relative;
}

.l-sidebar__item.l-sidebar__item--sub.l-sidebar__item--sub + .l-sidebar__item.l-sidebar__item--sub.l-sidebar__item--sub::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 95%;
  height: 1px;
  content: "";
  background-color: #fff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.l-sidebar__item.l-sidebar__item--sub a {
  color: #333;
  background-color: #d2d2d2;
}

.l-sidebar__item.l-sidebar__item--active span {
  display: inline-block;
  width: 100%;
  color: #333;
  letter-spacing: normal;
  background-color: #fff;
  border: 1px solid #707070;
}

.c-drawer {
  position: fixed;
  top: 15px;
  right: 4%;
  z-index: 40;
  -webkit-transition: top 0.3s ease-out;
  transition: top 0.3s ease-out;
}

.c-drawer__icon {
  position: relative;
  top: 0;
  right: 0;
  z-index: 41;
  display: block;
  width: 46px;
  height: 46px;
}

.c-drawer__icon::before, .c-drawer__icon::after {
  position: absolute;
  top: 50%;
  right: 9px;
  display: block;
  width: 28px;
  height: 3px;
  content: "";
  background-color: #08c8ad;
  -webkit-transition: width 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: width 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out, width 0.3s ease-out;
  transition: transform 0.3s ease-out, width 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.c-drawer__icon::before {
  -webkit-transform: translateY(calc(-50% - 9px));
          transform: translateY(calc(-50% - 9px));
}

.is-open .c-drawer__icon::before {
  -webkit-transform: translate(1px, -50%) rotate(-45deg);
          transform: translate(1px, -50%) rotate(-45deg);
}

.c-drawer__icon::after {
  -webkit-transform: translateY(calc(-50% + 9px));
          transform: translateY(calc(-50% + 9px));
}

.is-open .c-drawer__icon::after {
  -webkit-transform: translate(1px, -50%) rotate(45deg);
          transform: translate(1px, -50%) rotate(45deg);
}

.c-drawer__icon span {
  position: absolute;
  top: 50%;
  right: 9px;
  display: block;
  width: 28px;
  height: 3px;
  background-color: #08c8ad;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.is-open .c-drawer__icon span {
  opacity: 0;
}

.c-drawer__content {
  position: fixed;
  top: 76px;
  left: 0;
  z-index: 40;
  width: 100%;
  max-width: 100%;
  height: 0;
  padding: 0 20px;
  overflow: auto;
  color: #454545;
  background-color: #f7f7f7;
  -webkit-transition: height 0.3s ease-out, padding 0.3s ease-out;
  transition: height 0.3s ease-out, padding 0.3s ease-out;
}

.c-drawer__content::-webkit-scrollbar {
  display: none;
}

.is-open .c-drawer__content {
  height: calc(100% - 76px);
  padding: 20px;
}

.c-drawer__nav {
  width: 400px;
  max-width: 100%;
  margin: 0 auto;
}

.c-drawer__nav li:not(:first-child) {
  margin-top: 32px;
}

.c-drawer__nav a {
  font-size: 16px;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.c-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 100%;
  border-radius: 4px;
  -webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out;
  transition: color 0.3s ease-out, background-color 0.3s ease-out;
}

.c-button.c-button--top {
  width: 300px;
  height: 60px;
  font-weight: 700;
  color: #fff;
  background-color: #08c8ad;
}

.c-button.c-button--login {
  width: 300px;
  height: 62px;
  color: #fff;
  background-color: #08c8ad;
}

.c-button.c-button--logout {
  width: 300px;
  height: 62px;
  color: #08c8ad;
  background-color: #fff;
  border: 1px solid #08c8ad;
}

.c-button-more--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px 250px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-button-more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 6px;
  font-size: 15px;
  color: #08c8ad;
  border-bottom: 1px dotted #08c8ad;
  -webkit-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
}

.c-button-more::after {
  position: relative;
  top: 1px;
  display: inline-block;
  width: 13px;
  height: 13px;
  content: "";
  background: url(../images/common/arrow01.svg) no-repeat center center/cover;
}

.c-button-admin {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 100%;
  border-radius: 10px;
  -webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out;
  transition: color 0.3s ease-out, background-color 0.3s ease-out;
}

.c-button-admin.c-button-admin--back {
  width: 230px;
  color: #fff;
  background-color: #878787;
  -webkit-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
}

.c-button-admin.c-button-admin--medium01 {
  color: #fff;
  background-color: #08c8ad;
}

.c-button-admin.c-button-admin--medium02 {
  color: #fff;
  background-color: #08c8ad;
}

.c-button-admin.c-button-admin--large {
  color: #fff;
  background-color: #08c8ad;
}

.c-button-admin.c-button-admin--icon {
  position: relative;
  padding-right: 20px;
}

.c-button-admin.c-button-admin--icon::after {
  position: absolute;
  top: 50%;
  content: "";
  background: no-repeat center center/contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-button-admin.c-button-admin--csv::after {
  background-image: url(../images/common/icon_csv.png);
}

.c-button-admin.c-button-admin--mail::after {
  background-image: url(../images/common/icon_mail.png);
}

.c-button-admin.c-button-admin--test {
  background-color: #4ccbb9;
}

.c-button-admin.c-button-admin--test::after {
  top: calc(50% + 2px);
  background-image: url(../images/common/icon_test.png);
}

.c-button-admin.c-button-admin--small {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  background-color: #08c8ad;
  border-radius: 5px;
}

.c-button-admin.c-button-admin--status {
  width: 152px;
}

.c-button-admin.c-button-admin--detail {
  width: 98px;
}

.notice-card {
    margin: 20px 0;
    padding: 15px;
    font-weight: 700;
    border-radius: 5px;
}

.notice-card.notice-card-primary
{
    border: 1px solid #08c8ad;
    background-color: #ddf7f5;
    color: #08c8ad;
}

.notice-card.notice-card-danger
{
    border: 1px solid #e84c3d;
    background-color: #ffdddd;
    color: #e84c3d;
}

.notice-card a.button {
    padding: 4px 8px;
    border-radius: 5px;
}

.notice-card.notice-card-primary a.button-primary {
    background-color: #08c8ad;
    color: #fff;
}

.notice-card.notice-card-primary a.button-primary:hover {
    background-color: #0bbfba;
    color: #fff;
}

.notice-card.notice-card-primary a.button-secondary {
    background-color: #fff;
    border: 1px solid #08c8ad;
    color: #08c8ad;
}

.notice-card.notice-card-primary a.button-secondary:hover {
    background-color: #08c8ad;
    color: #fff;
}

.notice-card.notice-card-danger a.button-primary {
    background-color: #e84c3d;
    color: #fff;
}

.notice-card.notice-card-danger a.button-primary:hover {
    background-color: #ff665e;
    color: #fff;
}

.notice-card.notice-card-danger a.button-secondary {
    background-color: #fff;
    border: 1px solid #e84c3d;
    color: #e84c3d;
}

.notice-card.notice-card-danger a.button-secondary:hover {
    background-color: #e84c3d;
    color: #fff;
}

.c-heading {
  font-weight: 500;
}

.c-heading.c-heading--icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-heading.c-heading--arrow {
  font-size: 18px;
  font-weight: 700;
  color: #666;
}

.c-heading.c-heading--arrow img {
  position: relative;
  top: 1px;
  width: 16px;
}

.c-media--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 24px;
}

.c-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
  -webkit-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
}

.c-media:not(:first-of-type) {
  border-top: 1px dotted #e8e8e8;
}

.c-media img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 80px;
}

.c-media__body p {
  display: -webkit-box;
  margin-top: 4px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  font-size: 15px;
  color: #afafaf;
  -webkit-box-orient: vertical;
}

.c-media__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-media__meta h3 {
  font-size: 17px;
  font-weight: 700;
}

.c-media__meta time {
  font-size: 15px;
  color: #afafaf;
}

.c-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}

.c-modal__background {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 29;
  visibility: hidden;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 50%);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
}

.is-open .c-modal__background {
  visibility: visible;
  opacity: 1;
}

.c-modal__content {
  z-index: 31;
  visibility: hidden;
  width: 600px;
  max-width: 92%;
  padding: 15px;
  background-color: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
          box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
  opacity: 0;
  -webkit-transform: translate(0, -25%);
          transform: translate(0, -25%);
  -webkit-transition: opacity 0.3s ease-out, visibility 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out, visibility 0.3s ease-out;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out, visibility 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.is-open .c-modal__content {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}

.c-modal__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.c-modal--pass .c-modal__header {
  display: block;
}

.c-modal__header h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.42;
}

.c-modal__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-modal__close {
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  opacity: 0.2;
  -webkit-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
}

.c-modal__text {
  margin-top: 8px;
}

.c-modal__text p {
  font-size: 12px;
}

.c-modal__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 15px;
  width: 510px;
  max-width: 100%;
  padding: 20px 15px 15px;
  margin: 0 auto;
}

.c-modal__subject p {
  font-weight: 700;
}

.c-modal__radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  margin-top: 5px;
}

.c-modal__radio label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  cursor: pointer;
}

.c-modal__input label {
  display: inline-block;
  font-weight: 700;
}

.c-modal__input input {
  margin-top: 5px;
}

.c-modal__submit {
  text-align: center;
}

.c-modal__submit button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 78px;
  height: 34px;
  color: #fff;
  background-color: #08c8ad;
  border: 1px solid #08c8ad;
  border-radius: 4px;
  -webkit-transition: color 300ms ease-out, background-color 300ms ease-out;
  transition: color 300ms ease-out, background-color 300ms ease-out;
}

.c-modal__footer {
  padding: 15px;
}

.c-modal__footer p {
  font-size: 12px;
}

.c-modal__footer button {
  display: contents;
  font-weight: 700;
  -webkit-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
}

.error-msg {
  display: block;
  font-size: 0.875rem;
  font-weight: bold;
  color: #e84c3d;
}

.p-contents {
  padding: 75px 0 90px;
  background-color: #fff;
}

.p-contents h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  font-weight: 500;
}

.p-contents h4 img {
  position: relative;
  top: 2px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-contents.p-contents--pb0 {
  padding-bottom: 0;
}

.p-contents__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}

.p-contents__list h5 {
  padding-left: 1.3em;
  font-size: 16px;
  font-weight: 700;
}

.p-contents__list a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: 700;
  -webkit-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
}

.p-contents__list a::before {
  display: inline-block;
  width: 13px;
  height: 13px;
  content: "";
  background: url(../images/common/arrow02.svg) no-repeat center center/cover;
}

.p-contents__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 4px;
  margin-top: 16px;
}

.c-link-arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px;
  font-size: 15px;
  color: #08c8ad;
  border-bottom: 1px dotted #08c8ad;
  -webkit-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
}

.c-link-arrow::after {
  position: relative;
  top: 1px;
  display: inline-block;
  width: 13px;
  height: 13px;
  content: "";
  background: url(../images/common/arrow01.svg) no-repeat center center/cover;
}

.c-adobe {
  width: 864px;
  max-width: 100%;
  padding: 15px 0;
  margin: 0 auto;
  text-align: center;
  background-color: #f5f5f5;
  border-right: 7px double #ca010b;
  border-left: 7px double #ca010b;
}

.c-adobe p {
  padding: 0 20px;
  font-size: 15px;
  text-align: left;
}

.c-adobe p:not(:first-of-type) {
  margin-top: 6px;
}

.c-adobe a {
  margin-top: 8px;
  -webkit-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
}

.c-adobe.c-adobe--primary {
  border-color: #08c8ad;
}

.c-adobe.c-adobe--primary p {
  line-height: 1.8;
}

.c-adobe.c-adobe--primary a {
  margin: 0;
  font-weight: 700;
}

.c-adobe.c-adobe--note {
  width: 632px;
}

.c-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 32px;
  font-size: 17px;
}

.c-pagination a {
  text-decoration: underline;
  -webkit-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
}

.c-checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}

.c-checkbox [type="checkbox"] {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}

.c-checkbox [type="checkbox"] + span {
  position: relative;
  padding-left: 35px;
  font-size: 17px;
  cursor: pointer;
}

.c-checkbox [type="checkbox"] + span::before, .c-checkbox [type="checkbox"] + span::after {
  position: absolute;
  left: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 25px;
  height: 25px;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-checkbox [type="checkbox"] + span::before {
  top: 50%;
  background-color: #fff;
  border: 1px solid #707070;
}

.c-checkbox [type="checkbox"] + span::after {
  top: calc(50% - 1px);
  font-size: 17px;
  font-weight: 700;
  content: "✓";
  opacity: 0;
  -webkit-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
}

.c-checkbox [type="checkbox"]:checked + span::after {
  opacity: 1;
}

.c-status {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}

.c-status__background {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 29;
  visibility: hidden;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 70%);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
}

.is-open .c-status__background {
  visibility: visible;
  opacity: 1;
}

.c-status__content {
  z-index: 31;
  visibility: hidden;
  width: 724px;
  max-width: 92%;
  max-height: 90%;
  padding: 12px 16px 40px;
  overflow-y: auto;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: translate(0, -25%);
          transform: translate(0, -25%);
  -webkit-transition: opacity 0.3s ease-out, visibility 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out, visibility 0.3s ease-out;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out, visibility 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.is-open .c-status__content {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}

.c-status__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-status__header p {
  font-size: 20px;
  text-align: center;
}

.c-status__header p:last-of-type {
  margin-top: 20px;
}

.c-status__close {
  margin-left: auto;
  font-size: 30px;
  line-height: 1;
  color: #2d2d2d;
  -webkit-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
}

.c-status__form {
  margin-top: 35px;
}

.c-status__submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-status__submit a,
.c-status__submit button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 45px;
  font-size: 19px;
  color: #fff;
  border-radius: 10px;
  -webkit-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
}

.c-status__submit a:first-of-type,
.c-status__submit button:first-of-type {
  width: 135px;
  background-color: #a2a2a2;
}

.c-status__submit a:nth-of-type(2),
.c-status__submit button:nth-of-type(2) {
  width: 135px;
  background-color: #7b7b7b;
}

.c-status__submit a:nth-of-type(3),
.c-status__submit button:nth-of-type(3) {
  width: 290px;
  background-color: #08c8ad;
}

.c-status__note {
  margin-top: 25px;
  text-align: center;
}

.c-status__note small {
  font-size: 14px;
}

.c-status__body {
  width: 502px;
  max-width: 100%;
  margin: 35px auto 0;
}

.c-status__body p {
  font-size: 17px;
  font-weight: 700;
}

.c-status__body small {
  font-size: 16px;
}

.c-status__body textarea {
  padding: 12px;
  margin-top: 16px;
  font-size: 17px;
}

.c-detail {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}

.c-detail__background {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 29;
  visibility: hidden;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 70%);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
}

.is-open .c-detail__background {
  visibility: visible;
  opacity: 1;
}

.c-detail__content {
  z-index: 31;
  visibility: hidden;
  width: 1164px;
  max-width: 92%;
  max-height: 90%;
  overflow-y: auto;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: translate(0, -25%);
          transform: translate(0, -25%);
  -webkit-transition: opacity 0.3s ease-out, visibility 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out, visibility 0.3s ease-out;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out, visibility 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.is-open .c-detail__content {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}

.c-detail__dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 24px;
}

.c-detail__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px 60px;
}

.c-detail__row dd a {
  text-decoration: underline;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}

.c-detail__submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}

.c-detail__submit a,
.c-detail__submit button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  border-radius: 10px;
  -webkit-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
}

.c-detail__submit a:first-of-type,
.c-detail__submit button:first-of-type {
  width: 135px;
  background-color: #a2a2a2;
}

.c-detail__submit a:nth-of-type(2),
.c-detail__submit button:nth-of-type(2) {
  width: 290px;
  background-color: #08c8ad;
}

.p-mv-page {
  background: no-repeat center center/cover;
}

.p-mv-page.p-mv-page--01 {
  background-image: url(../images/common/mv_pic01.png);
}

.p-mv-page.p-mv-page--02 {
  background-image: url(../images/common/mv_pic02.png);
}

.p-mv-page.p-mv-page--03 {
  background-image: url(../images/common/mv_pic03.png);
}

.p-mv-page.p-mv-page--04 {
  background-image: url(../images/common/mv_pic04.png);
}

.p-mv-page.p-mv-page--05 {
  background-image: url(../images/common/mv_pic05.png);
}

.p-mv-page.p-mv-page--06 {
  background-image: url(../images/common/mv_pic06.png);
}

.p-mv-page.p-mv-page--07 {
  background-image: url(../images/common/mv_pic07.png);
}

.p-mv-page__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 26px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: inherit;
  color: #fff;
}

.p-mv-page__title h1 {
  text-align: center;
}

.p-link__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 100%;
}

.p-link__list li {
  padding: 0 1em;
}

.p-link__list a {
  font-size: 15px;
  font-weight: 700;
  -webkit-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
}

.p-post__heading h1 {
  font-weight: 700;
}

.p-post__heading time {
  display: block;
  margin-top: 16px;
  font-size: 15px;
  color: #afafaf;
}

.p-post__heading span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4px;
  margin-top: 12px;
  color: #fff;
  background-color: #08c8ad;
  border-radius: 5px;
}

.p-post__pic {
  margin-top: 8px;
}

.p-post__pic img {
  width: 100%;
}

.p-post__body {
  margin-top: 32px;
}

.p-post__body p {
  font-size: 15px;
  line-height: 1.8;
}

.p-post__body p:not(:first-of-type) {
  margin-top: 24px;
}

.p-post__body a {
  font-weight: 700;
  word-break: break-all;
  -webkit-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
}

.p-post__list {
  margin-left: 1.5em;
  list-style-type: auto;
}

.p-post__list.p-post__list--bracket li {
  position: relative;
  list-style: none;
  counter-increment: cnt;
}

.p-post__list.p-post__list--bracket li::before {
  position: absolute;
  top: 0.25em;
  left: -2em;
  content: "（" counter(cnt) "）";
}

.p-post__list.p-post__list--bracket li p {
  margin-left: 8px;
}

.p-post__sub-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}

.p-post__sub-list span:first-of-type {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-post__address {
  padding: 8px 0;
  margin-top: 40px;
  font-size: 15px;
  line-height: 1.8;
  border-top: 4px double #999;
  border-bottom: 4px double #999;
}

.p-form {
  background-color: #fff;
  border-radius: 25px;
}

.p-form__title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.6;
  color: #08c8ad;
  text-align: center;
}

.p-form__text {
  width: 860px;
  max-width: 100%;
  margin: 50px auto 0;
}

.p-form__text p {
  font-size: 16px;
  line-height: 1.5625;
}

.p-form__text p:not(:first-of-type) {
  margin-top: 6px;
}

.p-form--contact .p-form__text p {
  text-align: center;
}

.p-form--profile .p-form__text p {
  text-align: center;
}

.p-form__text p .orange {
  font-weight: 700;
  color: #e84c3d;
}

.p-form__list {
  width: 890px;
  max-width: 100%;
  padding-left: 1em;
  margin: 55px auto 0;
  font-size: 16px;
  list-style-type: disc;
}

.p-form__list li span {
  color: #e84c3d;
}

.p-form__survey {
  width: 860px;
  max-width: 100%;
  margin: 50px auto 0;
}

.p-form__survey p {
  font-size: 16px;
  line-height: 1.5625;
}

.p-form__survey p:not(:first-of-type) {
  margin-top: 16px;
}

.p-form__survey p span {
  text-decoration: underline;
}

.p-form__survey ul {
  padding-left: 1.2em;
  margin-top: 8px;
  list-style-type: disc;
}

.p-form__survey ul li {
  font-size: 16px;
  line-height: 1.5625;
}

.p-form__survey ul li span {
  color: #e84c3d;
}

.p-form__survey ol {
  padding-left: 1.2em;
  margin-top: 8px;
  list-style-type: decimal;
}

.p-form__survey ol li {
  font-size: 16px;
  line-height: 1.5625;
}

.p-form__survey__link {
  margin-top: 30px;
  text-align: center;
}

.p-form__content {
  width: 800px;
  max-width: 100%;
  margin: 60px auto 0;
  font-size: 15px;
}

.p-form__content p.alert {
    width: 800px;
    max-width: 100%;
    margin: 30px auto 30px;
    color: red;
}

.p-form__dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-form__dl dt:not(:first-of-type) {
  margin-top: 24px;
}

.p-form__dl dt span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 44px;
  height: 16px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  background-color: #08c8ad;
  border-radius: 4px;
}

.p-form--survey .p-form__dl dt span {
  font-weight: 400;
}

.p-form--survey .p-form__dl dt {
  font-weight: 700;
}

.p-form__dl dt label small {
  font-size: 15px;
  font-weight: 400;
}

.p-form__dl dd {
  margin-top: 8px;
}

.p-form__dl dd small {
  display: inline-block;
  margin-top: 16px;
  font-size: 15px;
  color: #e84c3d;
}

.p-form__dl dd span.required_if {
  background-color: #07C8AD;
  color: #FFF;
  padding: 1px 5px;
}

.sub_question {
  margin-left: 20px;
  padding-left: 10px;
  border-left: 2px solid #e0e0e0;
}

.p-form__dl__notes {
  margin-top: 6px;
}

.p-form__email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 8px;
}

.p-form__email label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-form__email input {
  width: 345px;
}

.p-form__radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 8px;
}

.p-form__radio label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  cursor: pointer;
}

.p-form--survey .p-form__radio label {
  font-weight: 400;
}

.p-form__checkbox label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.p-form__checkbox__parent,
.p-form__checkbox__children {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}

.p-form__checkbox__children {
  width: 600px;
  max-width: 100%;
  padding-left: 1em;
  margin-top: 30px;
}

.p-form__checkbox__children p {
  width: 100%;
  margin-bottom: -12px;
  font-weight: 700;
}

.p-form__file input {
  font-size: 15px;
}

.p-form__file p {
  margin-top: 4px;
}

.p-form__other {
  width: 100%;
}

.p-form__adobe {
  margin-top: 30px;
}

.p-form__download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 50px;
}

.p-form__submit {
  margin-top: 50px;
  text-align: center;
}

.p-form__submit a,
.p-form__submit button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 120px;
  height: 38px;
  font-size: 15px;
  color: #fff;
  background-color: #08c8ad;
  border-radius: 4px;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}

.p-form__submit.p-form__submit--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-form__submit.p-form__submit--print a,
.p-form__submit.p-form__submit--print button {
  width: 240px;
}

.p-form__table {
  width: 925px;
  max-width: 100%;
  margin: 50px auto 0;
}

.p-form__table tr > *:first-child {
  width: 15.3513513514%;
}

.p-form__table tr > *:nth-child(2) {
  width: 40.5%;
}

.p-form__table tr > *:nth-child(3) {
  width: 59.5%;
}

.p-form__table th {
  vertical-align: middle;
  text-align: center;
}

.p-form__table p {
  margin-top: 20px;
  font-size: 15px;
  text-align: center;
}

.p-form__table p > a {
  font-weight: 700;
  -webkit-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
}

.p-form__activities__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 48px;
     -moz-column-gap: 48px;
          column-gap: 48px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 24px 0 16px;
  font-size: 17px;
  font-weight: 700;
}

.p-form__activities__title button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 120px;
  height: 30px;
  font-size: 14px;
  color: #fff;
  background-color: #e74c3c;
  border-radius: 4px;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}

.p-form__activities__add {
  margin-top: 24px;
}

.p-form__activities__add button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 120px;
  height: 30px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background-color: #08c8ad;
  border-radius: 4px;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}

.p-form__pass {
  width: 350px;
  max-width: 100%;
  margin: 0 auto;
}

.p-form__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-form__name__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-form__name__row span {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 40px;
  font-size: 14px;
}

.p-form__print {
  width: 800px;
  max-width: 100%;
  margin: 32px auto 0;
  text-align: center;
}

.p-form__print p {
  font-weight: 700;
}

.p-mv-top {
  position: relative;
  background-color: #08c8ad;
}

.p-mv-top__content {
  padding: 60px 4% 24px;
}

.p-mv-top__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 500px;
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
  color: #fff;
}

.p-mv-top__text h1 {
  font-family: serif;
  font-weight: 500;
}

.p-mv-top__text ul {
  padding-left: 1.5em;
  list-style-type: disc;
}

.p-mv-top__text ul li {
  font-size: 16px;
}

.p-mv-top__text ul li:not(:first-of-type) {
  margin-top: 20px;
}

.p-mv-top__pic {
  position: relative;
}

.p-mv-top__pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  -webkit-transition: opacity 3s;
  transition: opacity 3s;
}

.p-mv-top__pic img.js-active {
  position: relative;
  opacity: 1;
}

.p-front {
  text-align: center;
}

.p-front p {
  display: inline-block;
  line-height: 2;
  text-align: left;
}

.p-front__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
}

.p-en__content:first-of-type {
  margin-top: 50px;
}

.p-en--news .p-en__content:first-of-type {
  margin-top: 0;
}

.p-en__content:not(:first-of-type) {
  margin-top: 80px;
}

.p-en__content > p {
  margin-top: 24px;
  font-size: 15px;
  line-height: 1.8;
}

.p-en__adobe {
  margin: 30px auto;
}

.p-course {
  margin-top: 50px;
}

.p-course h4 {
  margin-top: 40px;
}

.p-course h5:first-of-type {
  margin-top: 40px;
}

.p-course h5:not(:first-of-type) {
  margin-top: 16px;
}

.p-course__text {
  margin-top: 50px;
}

.p-course__text p {
  font-size: 15px;
  line-height: 1.8;
  text-indent: 1em;
}

.p-course__text p:not(:first-of-type) {
  margin-top: 32px;
}

.p-course__text p span {
  font-weight: 700;
}

.p-course__text.p-course__text--underline p span {
  font-weight: 400;
  text-decoration: underline;
}

.p-course__text.p-course__text--mt8 {
  margin-top: 8px;
}

.p-course__text.p-course__text--no-ti p {
  text-indent: 0;
}

.p-course__button {
  margin-top: 30px;
}

.p-course__adobe {
  margin: 50px auto;
}

.p-course__table-wrap {
  overflow-x: auto;
}

.p-course__table {
  width: 100%;
  margin-top: 24px;
}

.p-course__table th {
  vertical-align: middle;
  text-align: center;
}

.p-course__table td {
  line-height: 1.6;
  vertical-align: middle;
}

.p-course__table td a {
  font-weight: 700;
  color: #08c8ad;
  text-decoration: underline;
  -webkit-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
}

.p-course__table.p-course__table--01 tr > :first-of-type {
  width: 30.1310043668%;
}

.p-course__table.p-course__table--01 tr > :nth-of-type(2) {
  width: 69.8689956332%;
}

.p-course__table.p-course__table--02 tr > :first-of-type {
  width: 140px;
}

.p-course__table.p-course__table--02 tr > :nth-of-type(2) {
  width: calc(100% - 140px);
}

.p-course__table.p-course__table--03 tr > :first-of-type {
  width: 15.1091703057%;
}

.p-course__table.p-course__table--03 tr > :nth-of-type(2) {
  width: 17.9912663755%;
}

.p-course__table.p-course__table--03 tr > :nth-of-type(3) {
  width: 200px;
}

.p-course__table.p-course__table--03 tr > :nth-of-type(4) {
  width: 49.4323144105%;
}

.p-course__table.p-course__table--04 tr > :first-of-type {
  width: 15.0218340611%;
}

.p-course__table.p-course__table--04 tr > :nth-of-type(2) {
  width: 15.0218340611%;
}

.p-course__table.p-course__table--04 tr > :nth-of-type(3) {
  width: 20%;
}

.p-course__table.p-course__table--04 tr > :nth-of-type(4) {
  width: 49.9563318777%;
}

.p-course__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 12px;
  padding-left: 1.5em;
  margin-top: 24px;
  list-style-type: disc;
}

.p-course__list li {
  font-size: 15px;
}

.p-course__table__list {
  padding-left: 1.4em;
  list-style-type: disc;
}

.p-online {
  margin-top: 50px;
}

.p-online__text {
  margin-top: 50px;
}

.p-online__text p {
  font-size: 15px;
  line-height: 1.8;
}

.p-online__text p:not(:first-of-type) {
  margin-top: 32px;
}

.p-online__text p span {
  font-weight: 700;
}

.p-online__text.p-online__text--registerd {
  margin: 8px 0 50px;
}

.p-online__table {
  margin-top: 50px;
}

.p-online__table th {
  vertical-align: middle;
  text-align: center;
}

.p-online__table td {
  line-height: 1.6;
  vertical-align: middle;
}

.p-online__table.p-online__table--01 tr > :first-of-type {
  width: 58px;
  text-align: center;
}

.p-online__table.p-online__table--01 tr > :nth-of-type(2) {
  width: 49.9563318777%;
}

.p-online__table.p-online__table--01 tr > :nth-of-type(3) {
  width: 44.9781659389%;
}

.p-online__table.p-online__table--02 tr > :first-of-type {
  width: 19.6506550218%;
  text-align: center;
}

.p-online__table.p-online__table--02 tr > :nth-of-type(2) {
  width: 11.7903930131%;
}

.p-online__table.p-online__table--02 tr > :nth-of-type(3) {
  width: 68.5589519651%;
}

.p-online__table.p-online__table--03 tr > :first-of-type {
  width: 202px;
}

.p-online__table.p-online__table--03 tr > :nth-of-type(2) {
  width: calc(100% - 202px);
}

.p-online__note {
  margin: 50px auto;
}

.p-online__video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px;
}

.p-online__video a {
  -webkit-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
}

.p-online__video a img {
  -webkit-box-shadow: 0 4px 15px 0 rgb(0 0 0 / 12%);
          box-shadow: 0 4px 15px 0 rgb(0 0 0 / 12%);
}

.p-online__video a h3 {
  margin-top: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  font-weight: 700;
  color: #08c8ad;
  white-space: nowrap;
}

.p-online__video a p {
  display: -webkit-box;
  margin-top: 4px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  font-size: 15px;
  -webkit-box-orient: vertical;
  color: #afafaf;
}

.p-video__heading video {
  width: 100%;
  aspect-ratio: 1280/720;
  cursor: pointer;
  -webkit-box-shadow: 0 4px 15px 0 rgb(0 0 0 / 12%);
          box-shadow: 0 4px 15px 0 rgb(0 0 0 / 12%);
}

.p-video__heading h1 {
  margin-top: 40px;
}

.p-video__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 12px;
  font-size: 15px;
  color: #b9b9b9;
}

.p-video__note {
  margin-top: 30px;
}

.p-video__content {
  margin-top: 30px;
}

.p-video__content h2:not(:first-of-type) {
  margin-top: 40px;
}

.p-video__content p {
  margin-top: 24px;
  font-size: 15px;
  line-height: 1.6;
}

.p-video__content a {
  font-weight: 700;
  color: #08c8ad;
  -webkit-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
}

.p-video__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 12px;
  padding-left: 1.5em;
  margin-top: 24px;
  list-style-type: disc;
}

.p-video__list li {
  font-size: 15px;
}

.p-video__list li a {
  display: inline;
}

.p-video__list .is-active span {
  margin-left: 8px;
  color: #e84c3d;
}

.p-video__list.p-video__list--ls li {
  letter-spacing: 0.01em;
}

.p-video__list.p-video__list--bold li {
  font-weight: 700;
}

.p-video__list.p-video__list--mt-small {
  margin-top: 12px;
}

.p-video__pdf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 12px;
  font-size: 15px;
}

.p-video__pdf > span > span {
  padding-left: 4px;
  color: #e84c3d;
}

.p-video__pdf.p-video__pdf--margin {
  margin: 12px 0;
}

.p-video__red {
  font-weight: 700;
  color: #e84c3d;
}

.p-privacy__table {
  margin-top: 50px;
}

.p-privacy__table a {
  display: inline;
  font-weight: 700;
  color: #08c8ad;
  text-decoration: underline;
  -webkit-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
}

.p-privacy__content {
  margin-top: 50px;
  font-size: 15px;
}

.p-privacy__content p {
  line-height: 1.6;
}

.p-privacy__content > p {
  margin-top: 40px;
}

.p-privacy__content > p:last-of-type {
  line-height: 2;
}

.p-privacy__content a {
  font-weight: 700;
  -webkit-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
}

.p-privacy__list > li {
  margin-top: 40px;
  list-style-position: inside;
  list-style-type: decimal;
}

.p-privacy__list > li p:first-of-type {
  margin-top: 10px;
}

.p-privacy__list > li p:not(:first-of-type) {
  margin-top: 30px;
}

.p-privacy__list ul {
  margin-top: 10px;
  list-style-position: inside;
  list-style-type: disc;
}

.p-loginp {
  padding: 60px 0;
}

.p-loginp__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-admin__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-admin__left,
.p-admin__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-admin__heading h1 {
  font-weight: 700;
}

.p-admin__content h2 a {
  font-weight: 700;
  -webkit-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
}

.p-admin__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 2em;
}

.p-admin__list li a {
  -webkit-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
}

.p-admin--page .p-admin__list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-admin--page .p-admin__list li a {
  text-decoration: underline;
}

.p-admin__check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 24px;
  margin-top: 45px;
}

.p-admin__check__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px 30px;
  font-size: 17px;
}

.p-admin__check__row dt {
  font-weight: 700;
}

.p-admin__check__row dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
}

.p-admin__input {
  margin-top: 55px;
}

.p-admin__input dt {
  font-weight: 700;
}

.p-admin__input dt:not(:first-of-type) {
  margin-top: 40px;
}

.p-admin__input dd {
  margin-top: 24px;
}

.p-admin__input dd input,
.p-admin__input dd textarea {
  padding: 12px;
}

.p-admin__input dd input {
  height: 60px;
}

.p-admin__input dd textarea {
  min-height: 575px;
}

.p-admin__input dd a,
.p-admin__input dd button {
  text-decoration: underline;
  -webkit-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
}

.p-admin__thanks {
  margin-top: 45px;
}

.p-admin__thanks p {
  font-size: 17px;
}

.p-admin__thanks p a {
  text-decoration: underline;
  -webkit-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
}

.p-admin__notice {
  margin-top: 45px;
}

.p-admin__notice small {
  display: block;
  margin-bottom: 15px;
  font-size: 14px;
  text-align: right;
}

.p-admin__table {
  margin-top: 45px;
  overflow-x: auto;
  outline: 1px solid #707070;
}

.p-admin__notice + .p-admin__table {
  margin-top: 0;
}

.p-admin__table table {
  width: 100%;
  border: none;
}

.p-admin__table tr:nth-child(2) td {
  padding-top: 20px;
}

.p-admin__table tr:last-child td {
  padding-bottom: 20px;
}

.p-admin__table th,
.p-admin__table td {
  letter-spacing: normal;
  white-space: wrap;
  background-color: #fff;
  border: none;
}

.p-admin__table th {
  padding: 14px 16px;
  border-bottom: 1px solid #707070;
}

.p-admin__table td {
  padding: 10px 16px;
}

.p-admin__table td a,
.p-admin__table td button {
  display: inline;
  color: #454545;
  text-align: left;
  text-decoration: underline;
  -webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out;
  transition: color 0.3s ease-out, background-color 0.3s ease-out;
}

.p-admin__table.p-admin__table--students tr > :first-of-type {
  width: 4.4688644689%;
}

.p-admin__table.p-admin__table--students tr > :first-of-type > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 25px;
  height: 25px;
  border: 1px solid #707070;
}

.p-admin__table.p-admin__table--students tr > :nth-of-type(2) {
  width: 4.9084249084%;
}

.p-admin__table.p-admin__table--students tr > :nth-of-type(3) {
  width: 9.7435897436%;
}

.p-admin__table.p-admin__table--students tr > :nth-of-type(4) {
  width: 10.4029304029%;
}

.p-admin__table.p-admin__table--students tr > :nth-of-type(5) {
  width: 12.8937728938%;
}

.p-admin__table.p-admin__table--students tr > :nth-of-type(6) {
  width: 21.1721611722%;
}

.p-admin__table.p-admin__table--students tr > :nth-of-type(7) {
  width: 36.2637362637%;
}

.p-admin__table.p-admin__table--notifications-history tr > :first-of-type {
  width: 4.5421245421%;
}

.p-admin__table.p-admin__table--notifications-history tr > :nth-of-type(2) {
  width: 9.8901098901%;
}

.p-admin__table.p-admin__table--notifications-history tr > :nth-of-type(3) {
  width: 12.4542124542%;
}

.p-admin__table.p-admin__table--notifications-history tr > :nth-of-type(4) {
  width: 11.9413919414%;
}

.p-admin__table.p-admin__table--notifications-history tr > :nth-of-type(5) {
  width: 11.7216117216%;
}

.p-admin__table.p-admin__table--notifications-history tr > :nth-of-type(6) {
  width: 11.9413919414%;
}

.p-admin__table.p-admin__table--notifications-history tr > :nth-of-type(7) {
  width: 13.1868131868%;
}

.p-admin__table.p-admin__table--notifications-history tr > :nth-of-type(8) {
  width: 12.4542124542%;
}

.p-admin__table.p-admin__table--notifications-history tr > :nth-of-type(9) {
  width: 11.9413919414%;
}

.p-admin__table.p-admin__table--course-schedule-requests tr > :first-of-type {
  width: 4.9084249084%;
}

.p-admin__table.p-admin__table--course-schedule-requests tr > :nth-of-type(2) {
  width: 17.8021978022%;
}

.p-admin__table.p-admin__table--course-schedule-requests tr > :nth-of-type(3) {
  width: 13.1868131868%;
}

.p-admin__table.p-admin__table--course-schedule-requests tr > :nth-of-type(4) {
  width: 17.5824175824%;
}

.p-admin__table.p-admin__table--course-schedule-requests tr > :nth-of-type(5) {
  width: 14.652014652%;
}

.p-admin__table.p-admin__table--course-schedule-requests tr > :nth-of-type(6) {
  width: 16.8498168498%;
}

.p-admin__table.p-admin__table--course-schedule-requests tr > :nth-of-type(7) {
  width: 14.8717948718%;
}

.p-admin__table.p-admin__table--activity-schedule-requests tr > :first-of-type {
  width: 4.9084249084%;
}

.p-admin__table.p-admin__table--activity-schedule-requests tr > :nth-of-type(2) {
  width: 14.652014652%;
}

.p-admin__table.p-admin__table--activity-schedule-requests tr > :nth-of-type(3) {
  width: 27.5457875458%;
}

.p-admin__table.p-admin__table--activity-schedule-requests tr > :nth-of-type(4) {
  width: 52.7472527473%;
}

.p-admin__table.p-admin__table--contact tr > :first-of-type {
  width: 4.9084249084%;
}

.p-admin__table.p-admin__table--contact tr > :nth-of-type(2) {
  width: 17.0695970696%;
}

.p-admin__table.p-admin__table--contact tr > :nth-of-type(3) {
  width: 12.1611721612%;
}

.p-admin__table.p-admin__table--contact tr > :nth-of-type(4) {
  width: 19.0476190476%;
}

.p-admin__table.p-admin__table--contact tr > :nth-of-type(5) {
  width: 26.3736263736%;
}

.p-admin__table.p-admin__table--contact tr > :nth-of-type(6) {
  width: 10.2564102564%;
}

.p-admin__table.p-admin__table--contact tr > :nth-of-type(7) {
  width: 10.0366300366%;
}

.p-admin__table.p-admin__table--login-history tr > :first-of-type {
  width: 4.9084249084%;
}

.p-admin__table.p-admin__table--login-history tr > :nth-of-type(2) {
  width: 17.8021978022%;
}

.p-admin__table.p-admin__table--login-history tr > :nth-of-type(3) {
  width: 12.1611721612%;
}

.p-admin__table.p-admin__table--login-history tr > :nth-of-type(4) {
  width: 17.5824175824%;
}

.p-admin__table.p-admin__table--login-history tr > :nth-of-type(5) {
  width: 17.5824175824%;
}

.p-admin__table.p-admin__table--login-history tr > :nth-of-type(6) {
  width: 31.2820512821%;
}

.p-admin__table.p-admin__table--content tr > :first-of-type {
  width: 4.9084249084%;
}

.p-admin__table.p-admin__table--content tr > :nth-of-type(2) {
  width: 17.8021978022%;
}

.p-admin__table.p-admin__table--content tr > :nth-of-type(3) {
  width: 12.1611721612%;
}

.p-admin__table.p-admin__table--content tr > :nth-of-type(4) {
  width: 14.8717948718%;
}

.p-admin__table.p-admin__table--content tr > :nth-of-type(5) {
  width: 16.1172161172%;
}

.p-admin__table.p-admin__table--content tr > :nth-of-type(6) {
  width: 33.9926739927%;
}

.p-admin__table__bold {
  font-weight: 700;
}

.p-admin__csv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-admin__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.p-admin__button.p-admin__button--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 92%;
  margin-right: auto;
  margin-left: auto;
}

.p-admin-login__form label {
  display: block;
}

.p-admin-login__form input {
  margin-top: 8px;
}

.p-admin-login__submit {
  text-align: center;
}

.p-admin-login__submit button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 100%;
  color: #fff;
  background-color: #08c8ad;
  border-radius: 10px;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}

@media not screen and (min-width: 640px){
  .u-visible-sm {
    display: none;
  }
}

@media screen and (min-width: 640px){
  .u-invisible-sm {
    display: none;
  }
}

@media not screen and (min-width: 768px){
  .l-header__logo img {
    width: 285px;
  }

  .l-header--admin .l-header__logo img {
    width: 300px;
  }

  .l-header__admin__user {
    font-size: 14px;
  }

  .l-header__admin__user span {
    font-size: 18px;
  }

  .l-main {
    padding: 60px 0;
  }

  .l-main.l-main--link {
    padding: 30px 0 60px;
  }

  .l-sidebar__item a {
    padding: 30px 20px;
    font-size: 14px;
  }

  .l-sidebar__item.l-sidebar__item--sub a {
    padding: 30px 20px;
  }

  .l-sidebar__item.l-sidebar__item--active span {
    padding: 30px 20px;
    font-size: 14px;
  }

  .c-button.c-button--login {
    width: 270px;
  }

  .c-button.c-button--logout {
    width: 270px;
  }

  .c-button-admin {
    height: 48px;
  }

  .c-button-admin.c-button-admin--back {
    font-size: 18px;
  }

  .c-button-admin.c-button-admin--medium01 {
    width: 345px;
    font-size: 18px;
  }

  .c-button-admin.c-button-admin--medium02 {
    width: 345px;
    font-size: 18px;
  }

  .c-button-admin.c-button-admin--large {
    width: 345px;
    font-size: 18px;
  }

  .c-button-admin.c-button-admin--csv::after {
    right: 16px;
    width: 20px;
    height: 22px;
  }

  .c-button-admin.c-button-admin--mail::after {
    right: 8px;
    width: 27px;
    height: 20px;
  }

  .c-button-admin.c-button-admin--test::after {
    right: 12px;
    width: 35px;
    height: 20px;
  }

  .c-button-admin.c-button-admin--small {
    height: 32px;
    font-size: 14px;
  }

  .c-heading {
    font-size: 20px;
  }

  .c-detail__content {
    padding: 46px 24px;
  }

  .c-detail__dl {
    font-size: 16px;
  }

  .c-detail__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .c-detail__row dt {
    width: 100%;
  }

  .c-detail__row dd {
    width: 100%;
  }

  .c-detail__row dd input,
  .c-detail__row dd textarea,
  .c-detail__row dd select {
    font-size: 16px;
  }

  .c-detail__submit a,
  .c-detail__submit button {
    height: 40px;
    font-size: 17px;
  }

  .p-mv-page {
    height: 300px;
  }

  .p-mv-page__title h1 {
    font-size: 24px;
  }

  .p-mv-page__title p {
    font-size: 16px;
  }

  .p-link__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 8px;
  }

  .p-post__heading h1 {
    font-size: 20px;
  }

  .p-form {
    padding: 60px 24px;
  }

  .p-form__download {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 24px;
  }

  .p-form__name__row {
    width: 100%;
  }

  .p-mv-top__text h1 {
    font-size: 23px;
  }

  .p-course h2:not(:first-of-type) {
    margin-top: 60px;
  }

  .p-course h3 {
    margin-top: 60px;
  }

  .p-course h5 {
    font-size: 18px;
  }

  .p-course__table.p-course__table--03 {
    width: 1145px;
  }

  .p-online__video a {
    width: 100%;
  }

  .p-video__heading h1 {
    font-size: 24px;
  }

  .p-privacy__table th {
    width: 125px;
  }

  .p-admin__heading h1 {
    font-size: 18px;
  }

  .p-admin__content h2 a {
    font-size: 18px;
  }

  .p-admin__list {
    row-gap: 16px;
    margin-top: 24px;
  }

  .p-admin__list li a {
    font-size: 14px;
  }

  .p-admin__check__row dt {
    width: 100%;
  }

  .p-admin__check__row dd {
    width: 100%;
  }

  .p-admin__input dt {
    font-size: 15px;
  }

  .p-admin__input dd {
    font-size: 15px;
  }

  .p-admin__input dd input,
  .p-admin__input dd textarea {
    font-size: 15px;
  }

  .p-admin__table {
    min-height: 450px;
  }

  .p-admin__table table {
    min-width: 1180px;
  }

  .p-admin__table th,
  .p-admin__table td {
    font-size: 14px;
  }

  .p-admin__csv {
    margin-top: 64px;
  }

  .p-admin__button {
    margin-top: 40px;
  }

  .p-admin-login__form label {
    font-size: 16px;
  }

  .p-admin-login__form label:not(:first-child) {
    margin-top: 16px;
  }

  .p-admin-login__form input {
    min-height: 50px;
    font-size: 16px;
  }

  .p-admin-login__submit {
    margin-top: 32px;
  }

  .p-admin-login__submit button {
    width: 270px;
    height: 48px;
    font-size: 18px;
  }

  .u-visible-md {
    display: none;
  }
}

@media screen and (min-width: 768px){
  .l-header {
    height: 118px;
  }

  .l-header__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .l-header--admin .l-header__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .l-header__logo img {
    width: 420px;
  }

  .l-header--admin .l-header__logo img {
    width: 500px;
  }

  .l-header__nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
  }

  .l-header__admin__user {
    font-size: 17px;
  }

  .l-header__admin__user span {
    font-size: 24px;
  }

  .l-main {
    padding: 90px 0;
  }

  .l-main.l-main--link {
    padding: 30px 0 90px;
  }

  .l-sidebar__item a {
    padding: 30px 40px;
    font-size: 17px;
  }

  .l-sidebar__item.l-sidebar__item--sub a {
    padding: 24px 20px;
  }

  .l-sidebar__item.l-sidebar__item--active span {
    padding: 24px 20px;
    font-size: 17px;
  }

  .c-button.c-button--login {
    width: 420px;
  }

  .c-button.c-button--logout {
    width: 420px;
  }

  .c-button-admin {
    height: 56px;
  }

  .c-button-admin.c-button-admin--back {
    font-size: 24px;
  }

  .c-button-admin.c-button-admin--medium01 {
    width: 386px;
    font-size: 24px;
  }

  .c-button-admin.c-button-admin--medium02 {
    width: 432px;
    font-size: 24px;
  }

  .c-button-admin.c-button-admin--large {
    width: 478px;
    font-size: 24px;
  }

  .c-button-admin.c-button-admin--csv::after {
    right: 32px;
    width: 29px;
    height: 32px;
  }

  .c-button-admin.c-button-admin--mail::after {
    right: 20px;
    width: 40px;
    height: 30px;
  }

  .c-button-admin.c-button-admin--test::after {
    right: 20px;
    width: 42px;
    height: 24px;
  }

  .c-button-admin.c-button-admin--small {
    height: 39px;
    font-size: 16px;
  }

  .c-heading {
    font-size: 24px;
  }

  .c-detail__content {
    padding: 46px 60px;
  }

  .c-detail__dl {
    font-size: 20px;
  }

  .c-detail__row dt {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 170px;
  }

  .c-detail__row dd {
    width: calc(100% - 170px + 60px);
  }

  .c-detail__row dd input,
  .c-detail__row dd textarea,
  .c-detail__row dd select {
    font-size: 20px;
  }

  .c-detail__submit a,
  .c-detail__submit button {
    height: 45px;
    font-size: 19px;
  }

  .p-mv-page {
    height: 400px;
  }

  .p-mv-page__title h1 {
    font-size: 32px;
  }

  .p-mv-page__title p {
    font-size: 18px;
  }

  .p-post__heading h1 {
    font-size: 24px;
  }

  .p-form {
    padding: 100px 24px 60px;
  }

  .p-form__name__row {
    width: calc((100% - 32px) / 2);
  }

  .p-mv-top__text h1 {
    font-size: 32px;
  }

  .p-course h2:not(:first-of-type) {
    margin-top: 80px;
  }

  .p-course h3 {
    margin-top: 80px;
  }

  .p-course h5 {
    font-size: 22px;
  }

  .p-online__video a {
    width: calc((100% - 50px) / 2);
  }

  .p-video__heading h1 {
    font-size: 28px;
  }

  .p-privacy__table th {
    width: 176px;
  }

  .p-admin__heading h1 {
    font-size: 24px;
  }

  .p-admin__content h2 a {
    font-size: 24px;
  }

  .p-admin__list {
    row-gap: 32px;
    margin-top: 24px;
  }

  .p-admin__list li a {
    font-size: 17px;
  }

  .p-admin__check__row dt {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 80px;
  }

  .p-admin__check__row dd {
    width: calc(100% - 110px);
  }

  .p-admin__input dt {
    font-size: 17px;
  }

  .p-admin__input dd {
    font-size: 17px;
  }

  .p-admin__input dd input,
  .p-admin__input dd textarea {
    font-size: 17px;
  }

  .p-admin__table {
    min-height: 575px;
  }

  .p-admin__table table {
    min-width: 1365px;
  }

  .p-admin__table th,
  .p-admin__table td {
    font-size: 17px;
  }

  .p-admin__csv {
    margin-top: 115px;
  }

  .p-admin__button {
    margin-top: 60px;
  }

  .p-admin-login__form label {
    font-size: 20px;
  }

  .p-admin-login__form label:not(:first-child) {
    margin-top: 30px;
  }

  .p-admin-login__form input {
    min-height: 60px;
    font-size: 20px;
  }

  .p-admin-login__submit {
    margin-top: 64px;
  }

  .p-admin-login__submit button {
    width: 406px;
    height: 56px;
    font-size: 24px;
  }

  .u-invisible-md {
    display: none;
  }
}

@media not screen and (min-width: 1024px){
  .l-content__row .l-main {
    width: 100%;
  }

  .l-sidebar {
    width: 100%;
  }

  .p-mv-top__pic img {
    height: 290px;
  }

  .u-visible-lg {
    display: none;
  }
}

@media screen and (min-width: 1024px){
  .l-header {
    height: 76px;
  }

  .l-header__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .l-header__user {
    text-align: right;
  }

  .l-content__row .l-main {
    width: calc(100% - 370px);
  }

  .l-sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 76px;
    width: 370px;
    height: calc(100vh - 76px);
  }

  .p-mv-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .p-mv-top__content {
    width: 50%;
  }

  .p-mv-top__pic {
    width: 50%;
  }

  .p-mv-top__pic img {
    height: 500px;
  }

  .p-online__video a {
    width: calc((100% - 100px) / 3);
  }

  .u-invisible-lg {
    display: none;
  }
}

@media not screen and (min-width: 1280px){
  .p-admin__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .p-admin__left,
  .p-admin__right {
    row-gap: 30px;
    width: 100%;
  }

  .p-admin__right {
    margin-top: 30px;
  }

  .p-admin--page .p-admin__list li {
    width: 100%;
  }

  .u-visible-xl {
    display: none;
  }
}

@media screen and (min-width: 1280px){
  .p-mv-page {
    height: 528px;
  }

  .p-mv-page__title h1 {
    font-size: 48px;
  }

  .p-mv-page__title p {
    font-size: 20px;
  }

  .p-admin__left,
  .p-admin__right {
    row-gap: 40px;
    width: 45%;
  }

  .p-admin__content.p-admin__content--auto {
    margin-top: auto;
  }

  .p-admin__list {
    margin-top: 55px;
  }

  .p-admin--page .p-admin__list li {
    width: 45%;
  }

  .u-invisible-xl {
    display: none;
  }
}

@media not screen and (min-width: 1536px){
  .u-visible-xxl {
    display: none;
  }
}

@media screen and (min-width: 1536px){
  .u-invisible-xxl {
    display: none;
  }
}

@media (any-hover: hover){
  .l-header__logo a:hover {
    opacity: 0.8;
  }

  .l-header__nav a:hover {
    color: #08c8ad;
  }

  .l-footer__info a:hover {
    color: #08c8ad;
  }

  .l-sidebar__item a:hover {
    background-color: #3a3a3a;
  }

  .l-sidebar__item.l-sidebar__item--sub a:hover {
    background-color: #e2e2e2;
  }

  .c-drawer__nav a:hover {
    opacity: 0.8;
  }

  .c-button.c-button--top:hover {
    background-color: #05a48e;
  }

  .c-button.c-button--login:hover {
    background-color: #05a48e;
  }

  .c-button.c-button--logout:hover {
    color: #fff;
    background-color: #08c8ad;
  }

  .c-button-more:hover {
    opacity: 0.8;
  }

  .c-button-admin.c-button-admin--back:hover {
    opacity: 0.8;
  }

  .c-button-admin.c-button-admin--medium01:hover {
    background-color: #05a48e;
  }

  .c-button-admin.c-button-admin--medium02:hover {
    background-color: #05a48e;
  }

  .c-button-admin.c-button-admin--large:hover {
    background-color: #05a48e;
  }

  .c-button-admin.c-button-admin--small:hover {
    color: #fff;
    background-color: #05a48e;
  }

  .c-media:hover {
    opacity: 0.8;
  }

  .c-modal__close:hover {
    opacity: 0.5;
  }

  .c-modal__submit button:hover {
    color: #08c8ad;
    background-color: #fff;
  }

  .c-modal__footer button:hover {
    color: #08c8ad;
  }

  .p-contents__list a:hover {
    color: #08c8ad;
  }

  .c-link-arrow:hover {
    opacity: 0.8;
  }

  .c-adobe a:hover {
    opacity: 0.8;
  }

  .c-pagination a:hover {
    color: #08c8ad;
  }

  .c-status__close:hover {
    opacity: 0.5;
  }

  .c-status__submit a:hover,
  .c-status__submit button:hover {
    opacity: 0.8;
  }

  .c-detail__row dd a:hover {
    color: #08c8ad;
  }

  .c-detail__submit a:hover,
  .c-detail__submit button:hover {
    opacity: 0.8;
  }

  .p-link__list a:hover {
    color: #08c8ad;
  }

  .p-post__body a:hover {
    color: #08c8ad;
  }

  .p-form__submit a:hover,
  .p-form__submit button:hover {
    background-color: #05a48e;
  }

  .p-form__table p > a:hover {
    color: #08c8ad;
  }

  .p-form__activities__title button:hover {
    background-color: #c0392b;
  }

  .p-form__activities__add button:hover {
    background-color: #05a48e;
  }

  .p-course__table td a:hover {
    color: #05a48e;
  }

  .p-online__video a:hover {
    opacity: 0.8;
  }

  .p-video__content a:hover {
    color: #05a48e;
  }

  .p-privacy__table a:hover {
    opacity: 0.8;
  }

  .p-privacy__content a:hover {
    color: #08c8ad;
  }

  .p-admin__content h2 a:hover {
    color: #08c8ad;
  }

  .p-admin__list li a:hover {
    color: #08c8ad;
  }

  .p-admin__input dd a:hover,
  .p-admin__input dd button:hover {
    color: #08c8ad;
  }

  .p-admin__thanks p a:hover {
    color: #08c8ad;
  }

  .p-admin__table td a:hover,
  .p-admin__table td button:hover {
    color: #08c8ad;
  }

  .p-admin-login__submit button:hover {
    background-color: #05a48e;
  }
}

@media (any-hover: none){
  .l-header__logo a:active {
    opacity: 0.8;
  }

  .l-header__nav a:active {
    color: #08c8ad;
  }

  .l-footer__info a:active {
    color: #08c8ad;
  }

  .l-sidebar__item a:active {
    background-color: #3a3a3a;
  }

  .l-sidebar__item.l-sidebar__item--sub a:active {
    background-color: #e2e2e2;
  }

  .c-drawer__nav a:active {
    opacity: 0.8;
  }

  .c-button.c-button--top:active {
    background-color: #05a48e;
  }

  .c-button.c-button--login:active {
    background-color: #05a48e;
  }

  .c-button.c-button--logout:active {
    color: #fff;
    background-color: #08c8ad;
  }

  .c-button-more:active {
    opacity: 0.8;
  }

  .c-button-admin.c-button-admin--back:active {
    opacity: 0.8;
  }

  .c-button-admin.c-button-admin--medium01:active {
    background-color: #05a48e;
  }

  .c-button-admin.c-button-admin--medium02:active {
    background-color: #05a48e;
  }

  .c-button-admin.c-button-admin--large:active {
    background-color: #05a48e;
  }

  .c-button-admin.c-button-admin--small:active {
    color: #fff;
    background-color: #05a48e;
  }

  .c-media:active {
    opacity: 0.8;
  }

  .c-modal__close:active {
    opacity: 0.5;
  }

  .c-modal__submit button:active {
    color: #08c8ad;
    background-color: #fff;
  }

  .c-modal__footer button:active {
    color: #08c8ad;
  }

  .p-contents__list a:active {
    color: #08c8ad;
  }

  .c-link-arrow:active {
    opacity: 0.8;
  }

  .c-adobe a:active {
    opacity: 0.8;
  }

  .c-pagination a:active {
    color: #08c8ad;
  }

  .c-status__close:active {
    opacity: 0.5;
  }

  .c-status__submit a:active,
  .c-status__submit button:active {
    opacity: 0.8;
  }

  .c-detail__row dd a:active {
    color: #08c8ad;
  }

  .c-detail__submit a:active,
  .c-detail__submit button:active {
    opacity: 0.8;
  }

  .p-link__list a:active {
    color: #08c8ad;
  }

  .p-post__body a:active {
    color: #08c8ad;
  }

  .p-form__submit a:active,
  .p-form__submit button:active {
    background-color: #05a48e;
  }

  .p-form__table p > a:active {
    color: #08c8ad;
  }

  .p-form__activities__title button:active {
    background-color: #c0392b;
  }

  .p-form__activities__add button:active {
    background-color: #05a48e;
  }

  .p-course__table td a:active {
    color: #05a48e;
  }

  .p-online__video a:active {
    opacity: 0.8;
  }

  .p-video__content a:active {
    color: #05a48e;
  }

  .p-privacy__table a:active {
    opacity: 0.8;
  }

  .p-privacy__content a:active {
    color: #08c8ad;
  }

  .p-admin__content h2 a:active {
    color: #08c8ad;
  }

  .p-admin__list li a:active {
    color: #08c8ad;
  }

  .p-admin__input dd a:active,
  .p-admin__input dd button:active {
    color: #08c8ad;
  }

  .p-admin__thanks p a:active {
    color: #08c8ad;
  }

  .p-admin__table td a:active,
  .p-admin__table td button:active {
    color: #08c8ad;
  }

  .p-admin-login__submit button:active {
    background-color: #05a48e;
  }
}
/* R8 Survey Matrix Table */
.p-survey-matrix {
  width: 100%;
  margin: 10px 0;
  border-collapse: collapse;
}

.p-survey-matrix th,
.p-survey-matrix td {
  padding: 5px;
  text-align: center;
  border: 1px solid #ccc;
}
