@charset "utf-8";

/* style.css */

body {
    font-family: 'Arial', sans-serif;
    scroll-behavior: smooth;
    /* background-color: rgb(253, 250, 208); */
    /* background: linear-gradient(180deg, rgb(253, 250, 208), #fff 56%, rgb(255, 228, 198)); */
    background: linear-gradient(180deg, #fff, #fff 76%, rgb(255, 228, 198) 100%);
    background-repeat: no-repeat;
    min-height: 100vh;
    background-position: top center;
    background-size: cover;
    font-family: "Zen Maru Gothic", serif;
    color: #05161a;
    margin: 0;
}


/* main{
  background: linear-gradient(180deg, #fff, #fff 76%, rgb(255, 228, 198) 100%);
  background-repeat: no-repeat;
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left:0;

  z-index: -2;
} */

header {
    max-width: 100%;
    background-image: linear-gradient(55deg, rgba(255, 103, 0, 0.86), rgba(255, 199, 159, 0.91) 20%, rgba(255, 158, 26, 0.99));
    opacity: .9;
    padding: 10px 40px;
    z-index: 99;
    position: sticky;
    top: 0;
    /* height: 80px; */
}


/* フッター */

#section-71 .c-inner--lg {
    padding: 25px 0 5px 0;
}

#section-71 .row-item-gutter--lg>[class*='col-'] {
    line-height: 2rem;
    display: grid;
}

#section-71 .c-wrapper {
    max-width: 700px;
}

#section-22 {
    background-color: #ecaf32;
    color: #fff;
}

.p-footer__inner {
    padding-top: 20px;
    padding-bottom: 20px;
    height: 130px;
}

#section-71 [data-custom-pc-fontsize="48px"] {
    font-size: 66px !important;
}

@media only screen and (max-width: 480px) and (min-width: 1px) {
    #section-71 [data-custom-pc-fontsize="48px"] {
        font-size: 28px !important;
    }

    #section-71 .row-item-gutter--lg>[class*='col-'] {
        display: inline-block;
        line-height: .5rem;
    }

    #section-71 .col-xs-12:nth-of-type(1) {
        flex-basis: 26%;
        max-width: 26%;
        padding-right: 0;
    }

    #section-71 .col-xs-12:nth-of-type(2) {
        flex-basis: 70%;
        max-width: 70%;
        padding: 20px;
    }
}

.c-list-horizon {
    /* display: flex; */
    gap: 30px;
}

.c-list-horizon li {
    display: inline-block;
    margin: 10px;
    vertical-align: top;
    letter-spacing: normal;
}

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

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

.c-wrapper {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 960px;
    margin: 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 100%;
}

#menu-btn-check {
    display: none;
}

.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 80;
    background-color: #ECAF32;
}

.menu-content ul {
    padding: 70px 10px 0;
}

.menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
}

.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color: #ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
}

.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
}

.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 80;
    transition: all 0.5s;
}

#menu-btn-check:checked~.menu-content {
    left: 0;
}

.is-pc {
    display: block;
}

.is-sp {
    display: none;
}

a,
select {
    text-decoration: none;
    cursor: pointer;
    color: #05161a;
}

ul {
    list-style: none;
}

.side-nav ul {
    padding-bottom: 10px;
}

.side-nav .side-nav-item,
.side-nav li>a {
    appearance: auto;
    text-rendering: auto;
    color: buttontext;
    letter-spacing: normal;
    word-spacing: normal;
    line-height: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: center;
    cursor: default;
    box-sizing: border-box;
    background-color: buttonface;
    margin: 0em;
    padding-block: 1px;
    padding-inline: 6px;
    border-width: 1px;
    border-style: outset;
    border-color: buttonborder;
    border-image: initial;
    margin-bottom: 10px;
}

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

.logo img {
    width: 300px;
}

.container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: auto;
    align-items: center;
    height: 80px;
}

nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

nav a {
    text-decoration: none;
    color: #05161a;
    padding: 10px;
}

.inner {
    max-width: 100%;
    width: 1280px;
    margin: 40px auto;
}

.wrapper {
    /* max-width: 100%; */
    max-width: 1100px;
    margin: 0 auto;
}

.apiKeys.index.wrapper {
    max-width: 100%;
    /* max-width: 1100px; */
    margin: 0 auto;
    padding: 0 20px;
}

.footer-info {
    text-align: center;
}

@media (width <=768px) {
    .is-pc {
        display: none;
    }

    .is-sp {
        display: block;
    }

    .menu-btn {
        position: fixed;
        top: 5px;
        right: 10px;
        display: flex;
        height: 60px;
        width: 60px;
        justify-content: center;
        align-items: center;
        z-index: 90;
        /* background-color: #3584bb; */
    }

    .menu-btn span,
    .menu-btn span:before,
    .menu-btn span:after {
        content: '';
        display: block;
        height: 3px;
        width: 25px;
        border-radius: 3px;
        background-color: #333;
        position: absolute;
    }

    .menu-btn span:before {
        bottom: 8px;
    }

    .menu-btn span:after {
        top: 8px;
    }
}

@media screen and (max-width:480px) {
    header {
        width: 100%;
        background-color: #ECAF32;
        padding: 10px 5px;
        z-index: 99;
    }

    .logo img {
        width: 250px;
    }
}


/* top.css */

.hero {
    text-align: center;
    position: relative;
}

.hero img {
    max-width: 80%;
    height: auto;
    top: 0;
    left: 0;
}

.hero h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #eaa823;
    text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.474);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
    font-size: 60px;
    letter-spacing: 12px;
}


/*========= レイアウトのためのCSS ===============*/

.main-text {
    margin-top: 30px;
}

.area {
    position: relative;
    margin: 0 auto 20%;
    padding: 0 30px;
    max-width: 1000px;
    width: 100%;
}

.contents {
    /* margin: 0 auto; */
    max-width: 850px;
}

.flex {
    margin: 50px 0;
    display: flex;
    gap: 30px;
    width: 100%;
    justify-content: center;
    /* align-items: center; */
}

.area-text {
    margin-top: 300px;
    width: 400px;
}

.area figure {
    position: relative;
    left: 0;
    top: 0;
    line-height: 0;
    max-width: 400px;
}

.area:nth-child(2n) figure {
    left: 50%;
}

.area .box {
    position: absolute;
    top: 40%;
    left: 30%;
    background: #fff;
    padding: 30px;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.374);
    border: 3px solid #ECAF32;
}

.area .box h2 {
    margin-bottom: 20px;
}

.area .box p {
    margin-bottom: 30px;
}

.area:nth-child(2n) .box {
    left: inherit;
    right: 45%;
}


/* kokuban section */

.p-article-img-left--blackboard__inner {
    position: relative;
    background: #1c4c14;
    padding: 20px 20px 0 20px;
    border: solid 10px #916e23;
    border-top: solid 10px #a7802f;
    border-right: solid 10px #836018;
    border-bottom: solid 15px #916e23;
    color: #fff;
    border-radius: 4px;
    /* margin-top: 70px; */
}

.p-article-img-left--blackboard__inner:before {
    display: block;
    position: absolute;
    content: "";
    right: 70px;
    bottom: 0;
    width: 30px;
    height: 8px;
    background-color: #f5a9da;
}

.p-article-img-left--blackboard__inner:after {
    position: absolute;
    display: block;
    content: "";
    right: 30px;
    bottom: 0;
    width: 30px;
    height: 8px;
    background-color: #e1de91;
}

.c-bg-img--cover {
    background-size: cover;
}

.c-bg-img {
    background-position: center center;
    background-repeat: no-repeat;
}

.c-wrapper {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 960px;
    margin: 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 100%;
}

.text {
    margin-bottom: 20px;
    font-size: 15px;
}

.c-inner--one-elem.c-inner--lg {
    padding-bottom: 40px;
}

.c-inner--vertical {
    padding-left: 0;
    padding-right: 0;
}

.u-mbmd {
    margin-bottom: 20px;
}

.c-heading {
    font-size: 2.8rem;
    line-height: 1.3;
}

.p-article-img-left--blackboard__inner h1 {
    font-weight: 400;
    font-size: 30px;
    margin-bottom: 20px;
}

.grid-wrapper--full {
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
}

.grid-wrapper {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 960px;
    margin: 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 100%;
    overflow: hidden;
}

.center-xs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
}

.row-item-gutter--lg {
    margin-left: -2rem;
    margin-right: -2rem;
}

.row {
    justify-content: center;
    gap: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* margin-right: -1rem;
  margin-left: -1rem; */
}

.row-item-gutter--lg>[class*=col-] {
    padding-left: 2rem;
    padding-right: 2rem;
}

.u-mbmd {
    margin-bottom: 20px;
}

.c-img--responsive img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.c-img img {
    display: inline-block;
    vertical-align: top;
}


/* 
.c-btn:not([class^=c-btn--ghost]):not([class*=" c-btn--ghost"]) a {
  -webkit-box-shadow: 0 -3px rgba(0, 0, 0, 0.5) inset;
  box-shadow: 0 -3px rgba(0, 0, 0, 0.5) inset;
  border-radius: 300px;
  font-size: 15px;
} */

.c-btn a {
    background-color: #ECAF32;
    color: #fff;
    display: inline-block;
    font-size: 1.6rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-align: center;
    text-shadow: none;
    border: 0;
    cursor: pointer;
    font-weight: normal;
    padding: 0.8em 1.8em;
    min-width: 30%;
    line-height: 1.2;
    -webkit-box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.5) inset;
    box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.5) inset;
    border-radius: 300px;
    font-size: 15px;
    display: inline-block;
}

.c-btn a:hover {
    background-color: rgba(236, 175, 50, .96);
    transform: translateY(2px);
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.5) inset;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.5) inset;
}

#section1 {
    margin-bottom: 100px;
}

#luxy #section2 a.btn-move {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 300px;
    margin: auto;
    padding: 10px 20px;
    font-weight: bold;
    border: 2px solid #27acd9;
    background: #27acd9;
    color: #fff;
    border-radius: 5px;
    transition: 0.5s;
    animation: move_c 2s infinite;
}

@keyframes move_c {

    0%,
    100% {
        transform: translate(0px, 0) rotateZ(-1deg)
    }

    50% {
        transform: translate(0px, 0) rotateZ(3deg)
    }
}

#luxy #section2 a.btn-move:hover {
    color: #27acd9;
    background: #fff;
}

#luxy #section2 {
    margin-top: 30px;
}

#section4 {
    margin-top: 30%;
    margin-bottom: 50px;
}


/*＝＝＝＝＝＝＝＝＝＝＝タブレット以下の見え方＝＝＝＝＝＝＝＝＝＝＝＝＝*/

@media screen and (max-width:768px) {
    h2 {
        text-align: center;
        margin-bottom: 20px;
    }

    .area:nth-child(2n) figure {
        left: 0;
    }

    .area figure {
        width: 100%;
        margin: 0 auto;
    }

    .contents {
        margin: 0 auto;
    }

    .area .box,
    .area:nth-child(2n) .box {
        position: relative;
        top: 0;
        left: 0;
        right: inherit;
        padding: 20px;
    }

    #section4 {
        margin-top: 20%;
        margin-bottom: 50px;
    }
}

@media screen and (max-width:480px) {
    .flex {
        display: block;
    }

    .p-article-img-left--blackboard__inner {
        margin-top: 30px;
    }

    .p-article-img-left--blackboard__inner h2 {
        font-weight: 400;
        font-size: 20px;
        margin-bottom: 20px;
    }

    .text {
        margin-bottom: 20px;
        font-size: 13px;
    }
}

.dropdown {
    margin: 20px 0;
    max-width: 250px;
    width: 100%;
    border-radius: 4px;
    margin: 0 auto 30px;
}

.dropdown .region-select {
    display: block;
}

#classroom-info p {
    color: #333;
    font-size: 16px;
    margin-bottom: 40px;
}

.search-instructor-img {
    width: 70px;
}

select {
    text-align: center;
    max-width: 100%;
    width: 280px;
    padding: 7px 0;
    margin-left: 15px;
}

.search-box {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    width: 300px;
    margin: 0 auto;
    padding: 10px;
    gap: 30px;
    text-align: center;
    justify-content: center;
}

.dropdown #region-select {
    border: solid 2px #1c4c14;
    padding: 10px;
    border-radius: 3px;
}

.p-list__box--bdr {
    background-color: #fff;
}

.c-border {
    border: solid 1px #ECAF32;
}

.c-inner {
    padding: 20px 20px 1px;
}

.c-symbol {
    background-color: #ECAF32;
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
    text-align: center;
    overflow: hidden;
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    width: 30px;
}

.u-mrsm {
    margin-right: 10px;
}

.u-mbxs {
    margin-bottom: 5px;
}

.u-float-left {
    float: left;
}

.c-symbol--sm {
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    height: 20px;
    width: 20px;
}

.u-mbxs {
    margin-bottom: 5px;
}

.c-list-v ul {
    padding-left: 0;
    list-style-type: none;
}

.u-float-left {
    float: left;
}

.u-clearfix::after {
    content: "";
    display: block;
    clear: both;
}

#section4 .c-wrapper ul li {
    margin-bottom: 30px;
}


/* register.css */

#register.login-page {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -20%);
}

.form button {
    text-transform: uppercase;
    outline: 0;
    background: rgb(244, 126, 0);
    width: 100%;
    max-width: 200px;
    border: 0;
    padding: 15px;
    color: #FFFFFF;
    font-size: 14px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
}

.form button:hover {
    background: #ecaf32;
}

.name-flex .text {
    width: 100%;
}

.text {
    margin-bottom: 0;
}

.edit-box {
    padding: 20px;
}

.agreement_check {
    /* display: flex; */
    /* width: 100%; */
    justify-content: center;
    margin-bottom: 30px;
}

input {
    padding: 7px 0;
    text-align: center;
}

.agreement_check label,
.agreement_check input {
    cursor: pointer;
}

.agreement_check input {
    width: 50px !important;
}

#agreement_check {
    max-width: 30px;
    font-size: 9px;
    margin: auto 0;
}

label a {
    width: 100%;
    color: #00f;
    text-decoration: solid #00f;
}

.qr-section {
    text-align: center;
    justify-content: center;
}

.qr-section img {
    width: 150px;
}


/* login.css */

.login-page {
    /* width: 460px;
  padding: 8% 0 0;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%); */
}

#register-form {
    /* position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -30%); */
    /* width: 500px; */
    margin: 0 auto;
}

#login .form {
    /* position: relative;
  z-index: 1; */
    background: #FFFFFF;
    border-radius: 30px;
    max-width: 500px;
    margin: 0px auto 100px;
    padding: 45px;
    text-align: center;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

.login-page h1 {
    margin-bottom: 40px;
}

.form input {
    outline: 0;
    /* background: #f2f2f2; */
    background: rgba(241, 241, 241, .6);
    width: 100%;
    border: 0;
    margin: 0 0 15px;
    padding: 15px 0;
    box-sizing: border-box;
    font-size: 13px;
    border-radius: 30px;
}

.form button {
    text-transform: uppercase;
    outline: 0;
    background: rgb(244, 126, 0);
    width: 100%;
    border: 0;
    padding: 15px;
    color: #FFFFFF;
    font-size: 14px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
}

.form button:hover,
.form button:active,
.form button:focus {
    background: #ecaf32;
}

.form .link {
    margin: 15px 0 0;
    color: #000;
    font-size: 15px;
}

.form .link a {
    color: #4459c4;
    text-decoration: none;
    font-weight: 600;
}

.login-btn {
    color: white;
}

.form .input.select {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.form .input.checkbox label {
    display: flex;
    justify-content: center;
    /* 左詰め（お好みで調整） */
    align-items: center;
    gap: 0.5em;
    margin: 15px 0;
}

.form input[type="checkbox"] {
    width: 10px;
    margin: auto 0;
}

.apiKeys.form form {
    width: 600px;
}

.trainingClasses.form form {
    width: 900px;
}


/* user-top.css */

#users {
    margin-top: 30px;
}

#user-top h4 {
    margin-top: 20px;
}

table {
    width: 100%;
    border-collapse: collapse;
    height: auto;
    margin-bottom: 100px;
}

#user-top th:nth-child(7) {
    left: 50%;
}

#calendar h2 {
    text-align: center;
}

.today {
    background-color: rgba(222, 222, 222, 0.293);
}

.saturday {
    color: #00f;
}

.sunday {
    color: #f00;
}

.btn-right {
    text-align: right;
    padding: 10px;
    display: flex;
    justify-content: end;
    gap: 21px;
}

.calendar-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#user-top h1,
#gurdians h1,
#users h1 {
    margin: 30px auto 70px;
    text-align: center;
    font-size: 30px;
    position: relative;
    border-bottom: 3px solid #333;
    display: inline-block;
    width: 300px;
}

#user-top h1:before,
#gurdians h1:before,
#users h1:before {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) skew(-25deg);
    height: 20px;
    width: 10px;
    border-right: 3px solid #333;
    background-color: white;
    content: "";
}


/* instructor-top.css */

#user-top h4 {
    margin-top: 20px;
}

table {
    width: 100%;
    border-collapse: collapse;
    height: auto;
    margin-bottom: 100px;
}

th {
    padding: 10px;
    border: 2px solid #ddd;
    text-align: center;
    background-color: rgba(228, 233, 237, 0.5);
}

.candidates.index .table-title {
    font-size: 14px;
}

.candidates.index .table-title th {
    padding: 10px 0;
}

#user-top th:nth-child(7) {
    left: 50%;
}

td {
    padding: 10px 20px;
    border: 2px solid #ddd;
    text-align: center;
}

#calendar-body td {
    padding: 20px;
    text-align: left;
}

#calendar h2 {
    text-align: center;
}

.today {
    background-color: rgba(222, 222, 222, 0.293);
}

.saturday {
    color: #00f;
}

.sunday {
    color: #f00;
}

.btn-right {
    text-align: right;
    padding: 10px;
    display: flex;
    justify-content: end;
    gap: 21px;
}

#user-top button {
    padding: 5px 15px;
    border-style: solid;
    gap: 10px;
}

.calendar-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


/* gurdians */

#gurdians .input {
    padding: 0 20px;
}

.guardians {
    max-width: 600px;
}

#gurdians fieldset {
    padding: 10px 20px;
    background-color: white;
    /* background: linear-gradient(60deg, #fff, #fff 76%, rgb(255, 228, 198) 100%); */
    margin-bottom: 20px;
}


/* .instructor-profile */

#instructor-profile #section1 {
    margin: 30px auto 150px;
}

#instructor-profile #section1 div {
    text-align: center;
}

.instructor-detail {
    margin-top: 40px;
}

.profile {
    display: flex;
    width: 600px;
    max-width: 100%;
    margin: 0 auto;
    gap: 20px;
}

.profile h2 {
    margin-bottom: 20px;
}

@media screen and (max-width:768px) {
    .flex {
        display: block;
    }

    #register .form {
        width: 400px;
    }
}

legend {
    padding: 10px 30px;
}

.wrap {
    position: relative;
}

.wrap label {
    display: block;
    color: green;
    cursor: pointer;
}

.wrap input[type="checkbox"] {
    display: none;
}

.wrap .content {
    height: 0;
    padding: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.switch:checked+.content {
    height: auto;
    /* padding: 8px; */
    position: absolute;
    /* background: #f7f7f7; */
}

.table-responsive {
    max-width: 100%;
    overflow-x: auto;
    overflow-y: auto;
    margin-bottom: 40px;
}

.table-responsive table {
    white-space: nowrap;
    margin: 10px 0;
    flex-shrink: 0;
}

.table-responsive::-webkit-scrollbar {
    height: 14px;
    /* スクロールバーの高さ */
}

.table-responsive::-webkit-scrollbar-thumb {
    background: #d2b48c;
    /* ツマミの色 */
    border-radius: 7px;
    /* ツマミ両端の丸み */
}

.table-responsive::-webkit-scrollbar-track {
    background: #f5deb3;
    /* トラックの色 */
    border-radius: 7px;
    /* トラック両端の丸み */
}

.paginator {
    text-align: center;
}

.pagination {
    display: flex;
    gap: 30px;
    justify-content: center;
    margin-bottom: 10px;
}

.pagination li {
    outline: 0;
    background: rgba(244, 126, 0, .6);
    width: 100%;
    max-width: 100px;
    border: 0;
    border-radius: 20px;
    padding: 10px 20px;
    color: #FFFFFF;
    font-size: 14px;
    -webkit-transition: all 0.3 ease;
    transition: all 0.3 ease;
    cursor: pointer;
}

.pagination li:hover,
.pagination li:active,
.pagination li:focus {
    background: #ecaf32;
}

td.actions a {
    color: blue;
    text-decoration: underline;
    padding: 0 10px;
}

tbody {
    font-size: 15px;
}

.test {
    border-collapse: collapse;
    width: 100%;
}

.test thead th {
    position: sticky;
    top: 0;
    z-index: 2;
    padding: 8px;
    border: 1px solid #ccc;
}

/* tbody をスクロールさせる */
.test tbody {
    display: block;
    max-height: 300px;
    width: 100%;
    /* 表示させたい高さに調整 */
    overflow-y: scroll;
    overflow-x: hidden;
    scrollbar-width: none;
    /* Firefox */
}

.test tbody::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari, Edge */
}

/* tbody 内の行・列の幅調整 */
.test tbody tr {
    display: table;
    table-layout: fixed;
    width: 100%;
    background-color: white;
}

.test thead tr {
    display: table;
    table-layout: fixed;
    width: 100%;
}

/* セルの基本スタイル */
.test th,
.test td {
    /* padding: 8px; */
    /* border: 1px solid #ccc; */
    /* text-align: left; */
    border: 1px solid #ccc;
}

.index table.test {
    border: 1px solid #ccc;
}

.index input {
    width: 100%;
}

table tr:hover {
    opacity: .6;
}

thead tr:first-child:hover {
    opacity: 1;
    color: #000;
}


thead {
    background-color: rgba(228, 233, 237, 0.5);
}

.side-nav {
    margin-bottom: 20px;
}


/* wave-header */

.wave-header {
    /* position: absolute;
  top: 0;
  left: 0; */
    width: 100%;
    height: 100%;
    z-index: -1;
    text-align: center;
    background: linear-gradient(70deg, rgba(253, 250, 208, .7) 40%, rgba(244, 126, 0, .3) 100%);
}

.waves {
    position: relative;
    width: 100%;
    height: 15vh;
    margin-bottom: -7px;
    min-height: 100px;
    max-height: 150px;
}

.parallax>use {
    animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}

.parallax>use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
}

.parallax>use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
}

.parallax>use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
}

.parallax>use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
}

@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0);
    }

    100% {
        transform: translate3d(85px, 0, 0);
    }
}

@media (max-width: 768px) {
    .waves {
        height: 40px;
        min-height: 40px;
    }
}

.mainvisual {
    position: relative;
    top: 0;
    left: 0;
}

#register .wave-header {
    height: 100vh;
}

@media screen and (max-width:768px) {
    .inner-header {
        height: 30vh;
    }
}

@media screen and (max-width:480px) {
    .inner-header {
        height: 15vh;
    }
}

.u-align-top {
    vertical-align: top
}

.u-inline {
    display: inline
}

.p-top-main__catch {
    letter-spacing: .08em
}

.u-lh-1 {
    line-height: 1.5
}

.u-font-semibold,
.wp-block-button .wp-block-button__link {
    font-weight: 600;
    font-family: "Bauziet", "こぶりなゴシック W6 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", Meiryo, sans-serif
}

.js-type__item {
    display: none
}

.js-type__body {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 20%);
    /* inset: 0-.3em auto 0; */
    padding-top: .2em;
    pointer-events: none
}

.js-type__base {
    opacity: 0
}

.js-type__line {
    display: none;
    position: relative;
    top: .1em;
    width: 1px;
    height: 1em;
    margin-left: .1em;
    /* background: var(--text-color); */
    animation: lineEffect 1s steps(1) infinite
}

.js-type__line.is-active {
    display: inline-block
}

.p-top-main {
    position: relative;
    height: 100vh;
}

.p-top-main__catch {
    /* margin-block: -32px 120px; */
    font-size: 4.5rem
}

@media only screen and (min-width: 782px) {
    .p-top-main__block {
        width: 747px;
        margin: -32px auto 0;
        transform: translateX(25px)
    }

    .p-top-main__catch~.p-top-main__block {
        margin-top: 0
    }

    .p-top-main__catch {
        /* margin-block: -32px 120px; */
        font-size: 4.5rem
    }
}

@media not screen and (min-width: 782px) {
    .p-top-main__catch {
        margin: -.2em 0 62px -1.0256410256vw;
        font-size: 2.25rem
    }

    .p-top-main {
        height: 40vh;
        margin: 0 auto;
        width: 300px;
    }
}

.center {
    text-align: center;
}

.course-view {
    width: 500px;
    margin: 0 auto 100px;
}

.side-nav a {
    color: blue;
    border-bottom: 1px solid blue;
}

.users-edit input {
    width: 300px;
}

@media not screen and (min-width: 782px) {
    .guardians {
        max-width: 380px;
    }
}

.logo-login {
    width: 40px;
}

.container b {
    text-align: center;
}

.required label::after {
    content: "*";
    color: #d33c43;
    margin-left: 0.3em;
}


/* Flash messages */

.message {
    padding: 1rem;
    background: #eff8ff;
    color: #2779bd;
    border-color: #6cb2eb;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    margin-bottom: 2rem;
}

.message.hidden {
    display: none;
}

.message.success {
    background: #e3fcec;
    color: #1f9d55;
    border-color: #51d88a;
}

.message.warning {
    background: #fffabc;
    color: #8d7b00;
    border-color: #d3b800;
}

.message.error {
    background: #fcebea;
    color: #cc1f1a;
    border-color: #ef5753;
}


/* テーブル行アラート */

.manage.success {
    background: #e3fcec;
    color: #1f9d55;
}

.manage.warning {
    background: #fffabc;
    color: #8d7b00;
}

.manage.error {
    background: #fcebea;
    color: #cc1f1a;
}


/* 入力フォームエラー */

.input.error {
    color: #cc1f1a;
}