@charset "UTF-8";
html {
  font-size: 10px;
}

body {
  min-height: 100vh;
  font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 400;
}

.wrapper {
  display: flex;
  min-height: calc(100vh - 60px);
}

picture {
  display: block;
}

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

a {
  display: block;
}

span {
  display: inline-block;
}

.l-header {
  grid-area: header;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 22.5px;
  padding-right: 31.5px;
  height: 60px;
  color: #fff;
  background-color: #5c94af;
}
.l-header__logo {
  font-size: 2.2rem;
  line-height: 1.5172413793;
}
.l-header__state {
  font-size: 1.3rem;
  line-height: 1.5;
  cursor: pointer;
}

.l-sidebar {
  flex-shrink: 0;
  width: 22.5rem;
  background-color: #5c94af;
/*  padding-top: 5.2rem;*/
}
.l-sidebar__item {
  position: relative;
  background-color: #5c94af;
}
.l-sidebar__item:first-of-type::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transform: scaleY(0.5);
  background-color: #d4d4d4;
}
.l-sidebar__item:first-of-type .l-sidebar__link {
  -moz-column-gap: 1.65rem;
       column-gap: 1.65rem;
  padding-left: 1.6rem;
}
.l-sidebar__item:first-of-type .l-sidebar__link img {
  width: 2.2875rem;
}
.l-sidebar__item:nth-of-type(2)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transform: scaleY(0.5);
  background-color: #d4d4d4;
}
.l-sidebar__item:nth-of-type(2) .l-sidebar__link {
  -moz-column-gap: 1.87rem;
       column-gap: 1.87rem;
  padding-left: 1.54rem;
}
.l-sidebar__item:nth-of-type(2) .l-sidebar__link img {
  width: 2.16675rem;
}
.l-sidebar__item:nth-of-type(3)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transform: scaleY(0.5);
  background-color: #d4d4d4;
}
.l-sidebar__item:nth-of-type(3) .l-sidebar__link {
  -moz-column-gap: 1.34rem;
       column-gap: 1.34rem;
  padding-left: 1.6rem;
}
.l-sidebar__item:nth-of-type(3) .l-sidebar__link img {
  width: 2.073rem;
}
.l-sidebar__item:nth-of-type(4) .l-sidebar__link {
  -moz-column-gap: 1.1rem;
       column-gap: 1.1rem;
  padding-left: 1.3rem;
}
.l-sidebar__item:nth-of-type(4) .l-sidebar__link img {
  width: 2.475rem;
}
.l-sidebar__item:last-of-type .l-sidebar__link {
  -moz-column-gap: 1.24rem;
       column-gap: 1.24rem;
  padding-left: 1.6rem;
}
.l-sidebar__item:last-of-type .l-sidebar__link img {
  width: 2.1465rem;
}
.l-sidebar__item--active {
  background-color: #245f89;
}
.l-sidebar__link {
  display: flex;
  align-items: center;
  width: 100%;
  height: 60px;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.5;
}
.l-sidebar__sub-list {
  background-color: #c7e2e9;
}
.l-sidebar__sub-link {
  display: flex;
  align-items: center;
  padding-left: 7.1rem;
  width: 100%;
  height: 62px;
  color: #2c5a7b;
  font-size: 1.5rem;
}

.l-main {
  width: 100%;
  background-color: #fff;
}
.l-main--products {
  background-color: #c7e2e9;
  border: 1px solid #707070;
}

.c-table {
  border-collapse: collapse;
}
.c-table tr {
  height: 60px;
}
.c-table tr:nth-of-type(odd) {
  background-color: #e9e9e9;
}
.c-table tr:nth-of-type(even) {
  background-color: #fff;
}
.c-table tr:first-of-type {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  background-color: #fff;
}
.c-table th {
  color: #707070;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
  vertical-align: middle;
}
@media screen and (max-width: 1200px) {
  .c-table th {
    font-size: 1.3rem;
  }
}
.c-table th.sort::after {
  content: "";
  display: inline-block;
  margin-left: 6px;
  width: 15.79px;
  height: 19.47px;
  vertical-align: middle;
  background-image: url(../images/sort-icon.svg);
  background-size: cover;
  cursor: pointer;
}
.c-table td {
  color: #000000;
  font-size: 1.4rem;
  line-height: 1.5;
  vertical-align: middle;
}
.c-table td.status {
  width: 60px;
}
.c-table td.status::after {
  display: inline-block;
  max-width: 100%;
  width: 100%;
  height: 31px;
  color: #fff;
  text-align: center;
  line-height: 31px;
}
@media screen and (max-width: 1200px) {
  .c-table td.status::after {
    width: 60px;
    font-size: 1.4rem;
  }
}
.c-table td.status.lending::after {
  content: "貸出中";
  background-color: #245f89;
}
.c-table td.status.returned::after {
  content: "返却済";
  background-color: #892424;
}

.c-form {
  margin-top: 59px;
  padding-right: 20px;
  padding-left: 20px;
  margin-left: auto;
  margin-right: auto;
  width: -moz-fit-content;
  width: fit-content;
  box-sizing: content-box;
}
@media screen and (max-width: 970px) {
  .c-form {
    width: 100%;
  }
}
.c-form__row {
  display: grid;
  grid-template-columns: 144px 523px;
  grid-template-rows: 48px;
  align-items: center;
  -moz-column-gap: 32px;
       column-gap: 32px;
}
@media screen and (max-width: 970px) {
  .c-form__row {
    grid-template-columns: 144px 1fr;
  }
}
.c-form__row:not(:first-of-type) {
  margin-top: 23px;
}
.c-form__row label {
  justify-self: flex-end;
  color: #707070;
  font-size: 1.8rem;
  line-height: 0.6666666667;
}
.c-form__row select,
.c-form__row input {
  padding: 0 3.9rem;
  height: 100%;
  font-size: 1.8rem;
  border: 0.5px solid #707070;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.16);
}
.c-form__row input {
  display: block;
}
.c-form__row input.max {
  width: 523px;
}
@media screen and (max-width: 970px) {
  .c-form__row input.max {
    width: 100%;
  }
}
.c-form__row input.min {
  width: 130px;
}
.c-form__row--textarea {
  align-items: flex-start;
  grid-template-rows: 126px;
}
.c-form__row--textarea label {
  display: inline-block;
  margin-top: 8px;
  line-height: 1.5;
}
.c-form__row--textarea textarea {
  height: 126px;
  border: 0.5px solid #707070;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.16);
  resize: none;
}
.c-form__select-wrapper {
  position: relative;
  height: 100%;
}
.c-form__select-wrapper::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 18px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 11.5px 0 11.5px;
  border-color: #d4d4d4 transparent transparent transparent;
  pointer-events: none;
}
.c-form__select-wrapper select {
  width: 523px;
  text-align: right;
  cursor: pointer;
}
@media screen and (max-width: 970px) {
  .c-form__select-wrapper select {
    width: 100%;
  }
}
.c-form__range {
  display: flex;
  align-items: center;
  -moz-column-gap: 32px;
       column-gap: 32px;
  height: 100%;
}
.c-form__range span {
  color: #707070;
  font-size: 1.8rem;
}
.c-form__range input {
  padding: 0 1rem;
}
.c-form__btn-wrapper {
  display: grid;
  grid-template-columns: 144px 523px;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 32px;
       column-gap: 32px;
}
.c-form__btn-wrapper.mt-24 {
  margin-top: 24px;
}
.c-form__btn-wrapper.mt-37 {
  margin-top: 37px;
}
.c-form__btn-wrapper.mt-59 {
  margin-top: 59px;
}
.c-form__btn-wrapper.mt-87 {
  margin-top: 87px;
}
.c-form__btn-wrapper.mt-107 {
  margin-top: 107px;
}
.c-form__btn-wrapper.mt-113 {
  margin-top: 113px;
}
.c-form__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 56px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
}
.c-form__btn--register {
  background-color: #245f89;
}
.c-form__btn--register.only {
  grid-column: 2/3;
  justify-self: center;
}
.c-form__btn--back {
  background-color: #a8a8a8;
}
.c-form--complete {
  position: relative;
}
.c-form--complete::before {
  content: "※登録されました";
  position: absolute;
  bottom: calc(100% + 27px);
  left: 0;
  color: #fe003d;
  font-size: 2.4rem;
  line-height: 1.5;
}
.c-form--complete span {
  justify-self: flex-end;
  color: #707070;
  font-size: 2.4rem;
  line-height: 0.6666666667;
}
.c-form--complete p {
  padding: 0 3.9rem;
  height: 100%;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 48px;
  background-color: #f2f2f2;
}
.c-form--complete input.min {
  width: 523px;
}
.c-form--complete .c-form__range p.min {
  padding-left: 3rem;
  padding-right: 3rem;
  width: 218px;
}
.c-form--complete .c-form__btn-wrapper {
  display: flex;
  -moz-column-gap: 48px;
       column-gap: 48px;
  transform: translateX(71px);
}
.c-form--edit input,
.c-form--edit select {
  font-weight: bold;
  border: none;
  background-color: #f2f2f2;
  box-shadow: none;
}
.c-form--edit .c-form__select-wrapper:has(select.changed)::before {
  display: none;
}
.c-form--edit .c-form__range input {
  padding-left: 3rem;
  padding-right: 3rem;
  width: 218px;
}
.c-form--edit .c-form__btn-wrapper {
  display: flex;
  -moz-column-gap: 36px;
       column-gap: 36px;
  justify-content: flex-end;
  transform: translateX(35px);
}
.c-form--edit .c-form__status {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 132px;
  height: 55px;
  color: #fff;
  font-size: 2.8rem;
}
.c-form--edit .c-form__status input[type=radio] {
  display: none;
}
.c-form--edit .c-form__status:has(:checked) {
  filter: brightness(1.5);
}
.c-form--edit .c-form__status--lending {
  background-color: #245f89;
}
.c-form--edit .c-form__status--returned {
  background-color: #892424;
}

.p-dashboard {
    padding-top: clamp(0px, 5.2083333333vw, 32px);
    padding-bottom: clamp(0px, 5.2083333333vw, 33px);
    padding-left: clamp(0px, 6.25vw, 32px);
    padding-right: clamp(0px, 6.25vw, 120px);
}
@media screen and (max-width: 1550px) {
  .p-dashboard {
    padding-top: clamp(20px, 1.516129vw, 70px);
    padding-bottom: clamp(40px, 2.516129vw, 70px);
    padding-left: clamp(0px, 1.5vw, 80px);
    padding-right: clamp(0px, 3.16129vw, 80px);
  }
}
@media screen and (max-width: 1200px) {
  .p-dashboard {
    padding: 30px;
  }
}
.p-dashboard__list {
    display: grid;
    grid-template-columns: clamp(325px, 30.679739vw, 500px) clamp(325px, 30.679739vw, 500px);
    grid-template-rows: clamp(200px, 14.27451vw, 232px) clamp(200px, 14.27451vw, 232px) clamp( 200px, 14.27451vw, 232px );
    -moz-column-gap: clamp(0px, 2.0833333333vw, 40px);
    column-gap: clamp(0px, 2.0833333333vw, 40px);
    row-gap: clamp(0px, 1.1979166667vw, 23px);
}
.p-dashboard__item {
  padding-top: 16px;
  padding-left: 16px;
  padding-right: clamp(16px, 2.0666666667vw, 31px);
  width: inherit;
  height: inherit;
  background-color: #eeeeee;
}
.p-dashboard__item:first-of-type .p-dashboard__link {
      padding-top: clamp(0px, 1.5vw, 29.8px);
    row-gap: clamp(0px, 1.32vw, 19.8px);
}
.p-dashboard__item:first-of-type .p-dashboard__link::before {
  width: clamp(32.8px, 3.192vw, 47.88px);
  height: clamp(40.38px, 3.692vw, 55.38px);
  background-image: url(../images/dashboard-file.svg);
}
.p-dashboard__item:nth-of-type(2) .p-dashboard__link {
  padding-top: clamp(0px, 2.16vw, 32.4px);
  row-gap: clamp(0px, 1.3533333333vw, 20.3px);
}
.p-dashboard__item:nth-of-type(2) .p-dashboard__link::before {
  width: clamp(37.23px, 3.482vw, 52.23px);
  height: clamp(37.26px, 3.484vw, 52.26px);
  background-image: url(../images/dashboard-times.svg);
}
.p-dashboard__item:nth-of-type(3) .p-dashboard__link-wrapper:first-of-type .p-dashboard__link {
  padding-top: clamp(0px, 1.74vw, 26.1px);
  row-gap: clamp(0px, 0.78vw, 11.7px);
}
.p-dashboard__item:nth-of-type(3) .p-dashboard__link-wrapper:first-of-type .p-dashboard__link::before {
  width: clamp(36.98px, 3.4653333333vw, 51.98px);
  height: clamp(40.19px, 3.6793333333vw, 55.19px);
  background-image: url(../images/dashboard-user.svg);
}
.p-dashboard__item:nth-of-type(3) .p-dashboard__link-wrapper:last-of-type .p-dashboard__link {
  padding-top: clamp(0px, 1.2533333333vw, 18.8px);
  row-gap: clamp(0px, 0.8vw, 12px);
}
.p-dashboard__item:nth-of-type(3) .p-dashboard__link-wrapper:last-of-type .p-dashboard__link::before {
  width: clamp(62.52px, 5.168vw, 77.52px);
  height: clamp(47.12px, 4.1413333333vw, 62.12px);
  background-image: url(../images/dashboard-user-plus.svg);
}
.p-dashboard__item:nth-of-type(4) .p-dashboard__link-wrapper:first-of-type .p-dashboard__link {
  padding-top: clamp(0px, 1.7533333333vw, 26.3px);
  row-gap: clamp(0px, 1.3266666667vw, 19.9px);
}
.p-dashboard__item:nth-of-type(4) .p-dashboard__link-wrapper:first-of-type .p-dashboard__link::before {
  width: clamp(67.97px, 5.5313333333vw, 82.97px);
  height: clamp(46.79px, 4.1133333333vw, 61.7px);
  background-image: url(../images/dashboard-helmet.svg);
}
.p-dashboard__item:nth-of-type(4) .p-dashboard__link-wrapper:last-of-type .p-dashboard__link {
  padding-top: clamp(0px, 1.2733333333vw, 19.1px);
  row-gap: clamp(0px, 1.3466666667vw, 20.2px);
}
.p-dashboard__item:nth-of-type(4) .p-dashboard__link-wrapper:last-of-type .p-dashboard__link::before {
  width: clamp(94.29px, 7.286vw, 109.29px);
  height: clamp(53.72px, 4.5813333333vw, 68.72px);
  background-image: url(../images/dashboard-helmet-plus.svg);
}
.p-dashboard__item:nth-of-type(5) .p-dashboard__link-wrapper:first-of-type .p-dashboard__link {
  padding-top: clamp(0px, 1.9066666667vw, 28.6px);
  row-gap: clamp(0px, 1.1vw, 16.5px);
}
.p-dashboard__item:nth-of-type(5) .p-dashboard__link-wrapper:first-of-type .p-dashboard__link::before {
  width: clamp(54.16px, 4.6106666667vw, 69.16px);
  height: clamp(43.9px, 3.9266666667vw, 58.9px);
  background-image: url(../images/dashboard-building.svg);
}
.p-dashboard__item:nth-of-type(5) .p-dashboard__link-wrapper:last-of-type .p-dashboard__link {
  padding-top: clamp(0px, 1.9066666667vw, 28.6px);
  row-gap: clamp(0px, 1.1vw, 16.5px);
}
.p-dashboard__item:nth-of-type(5) .p-dashboard__link-wrapper:last-of-type .p-dashboard__link::before {
  width: clamp(93.34px, 7.2226666667vw, 108.34px);
  height: clamp(43.9px, 3.9266666667vw, 58.9px);
  background-image: url(../images/dashboard-building-plus.svg);
}
.p-dashboard__item-head {
  padding-left: 10px;
  margin-bottom: 10px;
  color: #245f89;
  font-size: 1.8rem;
  line-height: 1.5;
}
.p-dashboard__item-head::before {
  content: "■";
}
.p-dashboard__links {
  display: flex;
  height: clamp(120px, 9vw, 150px);
  justify-content: space-between;
}
.p-dashboard__link-wrapper {
  width: clamp(135px, 13.3333333333vw, 200px);
  height: 100%;
}
.p-dashboard__link {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.5;
  text-align: center;
  border-radius: 29px;
}
.p-dashboard__link::before {
  content: "";
  display: block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.p-dashboard__link--navy {
  background-color: #245f89;
}
.p-dashboard__link--turquoise {
  background-color: #5c94af;
}

.p-page-header {
  padding-top: 52px;
  padding-right: 62px;
  padding-left: 83px;
}
.p-page-header__top {
  margin-bottom: 59px;
}
.p-page-header__bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.p-page-header__title {
  color: #245f89;
  font-size: 3rem;
  line-height: 1.5;
}
.p-page-header__btns {
  display: flex;
  -moz-column-gap: 19px;
       column-gap: 19px;
  align-items: center;
}
.p-page-header__btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-page-header__btn--back {
  width: 73px;
  height: 48px;
  color: #fff;
  font-size: 1.3rem;
  background-color: #a8a8a8;
}
.p-page-header__btn--register {
  -moz-column-gap: 5px;
       column-gap: 5px;
  width: 100px;
  height: 45px;
  color: #fff;
  font-size: 1.8rem;
  background-color: #245f89;
}
.p-page-header__btn--register::before {
  content: "+";
  display: inline-block;
  font-size: 3rem;
  font-weight: bold;
}
.p-page-header__btn--search {
  -moz-column-gap: 6.7px;
       column-gap: 6.7px;
  width: 100px;
  height: 45px;
  color: #060101;
  font-size: 1.8rem;
  background-color: #f1f1f1;
  border: 1px solid #707070;
}
.p-page-header__btn--search::before {
  content: "";
  display: block;
  width: 24.25px;
  height: 24px;
  background-image: url(../images/search-icon.svg);
  background-size: cover;
}

.p-lending-suggestion {
  padding-bottom: 482px;
}

.p-lending-status {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 36.3px;
  padding-bottom: 178px;
}
.p-lending-status__table {
  width: 100%;
}
.p-lending-status__table th,
.p-lending-status__table td {
  text-align: center;
}
.p-lending-status__table th:first-of-type {
  min-width: 55px;
}
.p-lending-status__table th:nth-of-type(11) {
  min-width: 80px;
}

.p-lending-registration {
  padding-bottom: 322px;
}

.p-lending-complete {
  padding-bottom: 370px;
}

.p-workshop {
  padding-left: clamp(0px, 2.484375vw, 47.7px);
  padding-right: clamp(0px, 3.28125vw, 63px);
  padding-bottom: clamp(0px, 21.7708333333vw, 418px);
  padding-top: clamp(0px, 1.890625vw, 36.3px);
}
.p-workshop__table {
  width: 100%;
}
.p-workshop__table th,
.p-workshop__table td {
  text-align: center;
}
.p-workshop__table th:first-of-type {
  padding-left: clamp(0px, 1.8229166667vw, 35px);
  text-align: left;
}
.p-workshop__table th:nth-of-type(2), .p-workshop__table th:nth-of-type(3), .p-workshop__table th:nth-of-type(4), .p-workshop__table th:nth-of-type(5) {
  text-align: left;
}
.p-workshop__table th:nth-of-type(4) {
  padding-right: clamp(0px, 2.6041666667vw, 50px);
  min-width: 120px;
  box-sizing: content-box;
}
.p-workshop__table th:nth-of-type(5) {
  min-width: 64px;
}
.p-workshop__table td:first-of-type {
  padding-left: clamp(0px, 1.8229166667vw, 35px);
  padding-right: clamp(0px, 3.125vw, 60px);
  text-align: left;
}
.p-workshop__table td:nth-of-type(2) {
  padding-right: clamp(0px, 3.125vw, 60px);
  text-align: left;
}
.p-workshop__table td:nth-of-type(3) {
  padding-right: clamp(0px, 2.0833333333vw, 40px);
  text-align: left;
}
.p-workshop__table td:nth-of-type(4) {
  padding-right: clamp(0px, 4.1666666667vw, 80px);
  text-align: left;
}
.p-workshop__table td:nth-of-type(5) {
  padding-right: 10px;
  text-align: left;
  box-sizing: content-box;
}
.p-workshop__table td:last-of-type {
  width: 74px;
}
.p-workshop__table td button {
  display: inline-block;
  max-width: 74px;
  width: 100%;
  height: 31px;
  color: #fff;
  font-size: 1.3rem;
  vertical-align: middle;
  text-align: center;
  background-color: #a8a8a8;
  line-height: 31px;
}
@media screen and (max-width: 1200px) {
  .p-workshop__table td button {
    width: 60px;
    font-size: 1.4rem;
  }
}

.p-workshop-registration {
  padding-bottom: 396px;
}

.p-workshop-complete {
  padding-bottom: 370px;
}

.p-products {
  padding-left: 47.7px;
  padding-right: 63px;
  margin-top: 36.3px;
  padding-bottom: 165.3px;
}
.p-products__table {
  width: 100%;
}
.p-products__table th,
.p-products__table td {
  text-align: center;
}
.p-products__table td button {
  display: inline-block;
  width: 74px;
  height: 31px;
  color: #fff;
  font-size: 1.3rem;
  vertical-align: middle;
  text-align: center;
  background-color: #245f89;
}

.p-products-registration {
  padding-bottom: 322px;
}
.p-products-registration input,
.p-products-registration select {
  background-color: #fff;
}
.p-products-registration .c-form__select-wrapper::before {
  border-color: #245f89 transparent transparent transparent;
}

.p-products-complete {
  padding-bottom: 370px;
}

.u-md--hidden {
  display: block;
}
@media screen and (max-width: 768px) {
  .u-md--hidden {
    display: none;
  }
}
.u-md--block {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-md--block {
    display: block;
  }
}