@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cardo:ital,wght@0,400;0,700;1,400&family=Noto+Sans+JP:wght@100..900&family=Roboto+Condensed:wght@600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-optical-sizing: auto;
  font-style: normal;
  /*
  -webkit-transform: rotate(0.02deg);
  transform: rotate(0.02deg);
  */
}
*:before, *:after {
  pointer-events: none;
  transition: 0.5s;
}

html {
  font-size: 62.5%;
}

select,
input,
body {
  color: #323c41;
  font-size: 1.6rem;
  line-height: 1.8;
  position: relative;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  transition: unset;
  overflow-x: hidden;
  font-feature-settings: "palt";
}

table {
  border-collapse: collapse;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

sup {
  font-size: 50%;
}

.formbox select {
  border: 1px solid rgba(50, 60, 65, 0.3);
  border-radius: 6px;
  padding: 1em 2em;
  background: white;
}
.formbox input[type=date],
.formbox input[type=text],
.formbox input[type=password] {
  border: 1px solid rgba(50, 60, 65, 0.3);
  border-radius: 6px;
  padding: 1em 2em;
}
.formbox input[type=submit],
.formbox button[type=button],
.formbox button[type=submit] {
  border: none;
  font-size: 1.4rem;
  color: white;
  background: #1f5fa8;
  padding: 1em 2em;
  cursor: pointer;
  transition: 0.3s;
}
.formbox input[type=submit].decision,
.formbox button[type=button].decision,
.formbox button[type=submit].decision {
  background: #4f013a;
}
.formbox input[type=submit].gray,
.formbox button[type=button].gray,
.formbox button[type=submit].gray {
  background: #323c41;
}
.formbox input[type=submit]:hover,
.formbox button[type=button]:hover,
.formbox button[type=submit]:hover {
  background: #f4a74b;
}
.formbox input[type=submit]:disabled,
.formbox button[type=button]:disabled,
.formbox button[type=submit]:disabled {
  opacity: 0.2;
  pointer-events: none;
}

a {
  color: #4f013a;
  text-decoration: none;
  transition: 0.5s;
}
a:hover {
  color: #f4a74b;
}
a.tel {
  pointer-events: none;
  text-decoration: none;
  color: #323c41;
}
@media screen and (max-width: 768px) {
  a.tel {
    color: #4f013a;
    text-decoration: underline;
    pointer-events: all;
  }
  a.tel:hover {
    color: #f4a74b;
  }
}
a.btn {
  display: inline-block;
  font-size: 1.4rem;
  color: white;
  background: #323c41;
  padding: 0.25em 1em;
}
a.btn::after {
  font-family: "Material Symbols Outlined";
  content: "\f591";
  vertical-align: middle;
  font-size: 150%;
  font-weight: 200;
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
  margin-left: 0.25em;
}
a.btn.decision {
  background: #4f013a;
}
a.btn:hover {
  background: #f4a74b;
}
a.btn2 {
  color: white;
}
a.btn2::after {
  font-family: "Material Symbols Outlined";
  content: "\f591";
  vertical-align: middle;
  font-size: 150%;
  font-weight: 200;
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
  margin-left: 0.25em;
  font-size: 100%;
}
a.btn2:hover {
  color: #f4a74b;
}

li {
  list-style: none;
}

#spsitenav-check,
.globalsubnav-check {
  display: none;
}

img,
svg {
  display: block;
}

.pc,
.tb,
.sp {
  display: none;
}

@media screen and (min-width: 1348.3684210526px) {
  .pc {
    display: inline-block;
  }
}
@media screen and (min-width: 961px) and (max-width: 1422.2222222222px) {
  .pc {
    display: inline-block;
  }
}
@media only screen and (min-width: 769px) and (max-width: 960px) {
  .tb {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .sp {
    display: inline-block;
  }
}
.large {
  font-size: 2.4rem;
}

.medium {
  font-size: 1.6rem;
}

.small {
  font-size: 1.2rem;
  display: inline-block;
  line-height: 1.5;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .center.spleft {
    text-align: left;
  }
}

.right {
  text-align: right;
}

.maincolor {
  color: #1f5fa8;
}

strong,
.redtext {
  color: #a53425;
}

.letterspacing {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .letterspacing {
    letter-spacing: 0;
  }
}

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flex.itemcenter {
  align-items: center;
}
.flex.left {
  justify-content: left;
  align-items: center;
}
.flex.left > *:not(:last-child) {
  margin-right: 1em;
}
.flex.c2 > * {
  width: calc((100% - 6rem) / 2);
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .flex.c2.onecolumn > * {
    width: 100%;
  }
  .flex.c2.onecolumn > *:last-child {
    margin-bottom: 0;
  }
}
.flex.c3 > * {
  width: calc((100% - 12rem) / 3);
  margin-bottom: 1rem;
}
.flex.c4 > * {
  width: calc((100% - 18rem) / 4);
  margin-bottom: 1rem;
}

.initbox {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
}

.unitbox {
  padding: 10rem 0;
}
@media screen and (max-width: 768px) {
  .unitbox {
    padding: 5rem 0;
  }
}
.unitbox + .unitbox {
  padding-top: 0;
}

.designbox1 {
  border: 3px solid rgba(50, 60, 65, 0.3);
  padding: 1.5em;
}

.cautionbox {
  background: #ebebeb;
  padding: 1.5em;
}
.cautionbox.yellow {
  background: rgba(231, 187, 94, 0.5);
}

.pt0 {
  padding-top: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt05 {
  margin-top: 0.5em;
}

.mt1 {
  margin-top: 1em;
}

.mt2 {
  margin-top: 2em;
}

.pb0 {
  padding-bottom: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb05 {
  margin-bottom: 0.5em;
}

.mb1 {
  margin-bottom: 1em;
}

.mb2 {
  margin-bottom: 2em;
}

.mbL {
  margin-bottom: 8rem;
}
@media only screen and (min-width: 769px) and (max-width: 960px) {
  .mbL {
    margin-bottom: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .mbL {
    margin-bottom: 6rem;
  }
}

.mbM {
  margin-bottom: 4.5rem !important;
}
@media only screen and (min-width: 769px) and (max-width: 960px) {
  .mbM {
    margin-bottom: 4.5rem !important;
  }
}
@media screen and (max-width: 768px) {
  .mbM {
    margin-bottom: 3rem !important;
  }
}

.mbS {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 769px) and (max-width: 960px) {
  .mbS {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .mbS {
    margin-bottom: 1rem;
  }
}

.cautionUl li {
  text-align: left;
  list-style: none;
  margin-left: 1em;
  text-indent: -1em;
}

.ggmap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
@media screen and (max-width: 768px) {
  .ggmap {
    padding-top: 75%;
  }
}
.ggmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#breadcrumbs {
  padding: 1rem 0;
}
#breadcrumbs ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: left;
  align-items: center;
}
#breadcrumbs ul li {
  font-size: 1.2rem;
  line-height: 1;
  list-style: none;
}
#breadcrumbs ul li:first-child::before {
  font-family: "Material Symbols Outlined";
  content: "\e88a";
  vertical-align: middle;
  font-size: 150%;
  font-weight: 200;
}
#breadcrumbs ul li:not(:last-child)::after {
  font-family: "Material Symbols Outlined";
  content: "\e5cc";
  vertical-align: middle;
  font-size: 150%;
  font-weight: 200;
  display: inline-block;
}
#breadcrumbs ul li a {
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  #breadcrumbs {
    overflow-x: auto;
  }
  #breadcrumbs ul li {
    white-space: nowrap;
  }
}

#page-skip {
  position: relative;
}
#page-skip a {
  position: absolute;
  width: 1px;
  height: 1px;
  clip: rect(1px 1px 1px 1px);
}

.flash {
  position: fixed;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  width: 80%;
  min-height: 30vh;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(50, 60, 65, 0.1);
  border-radius: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
}

body {
  position: relative;
}

#header {
  background: #1f5fa8;
}
#header .sitehead {
  flex-wrap: nowrap;
  justify-content: right;
  align-items: center;
  padding: 1.5rem 0;
}
#header .sitehead .titlebox {
  flex: 1;
}
#header .sitehead .titlebox h1 {
  color: white;
  padding-left: 2em;
  position: relative;
}
#header .sitehead .titlebox h1::before {
  content: "";
  display: block;
  width: 1.8em;
  height: 1.8em;
  background: #FFF url(../img/apple-touch-icon.png) no-repeat 50% 50%;
  background-size: 1.5em;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 6px;
}
#header .sitehead .titlebox h1 a {
  color: white;
}
#header .sitehead .titlebox h1 .produceby {
  justify-content: left;
  flex-wrap: nowrap;
  align-items: center;
}
#header .sitehead .titlebox h1 .produceby a {
  font-family: "Roboto", serif;
  margin-left: 0.5rem;
  font-size: 1.8rem;
  font-weight: 900;
  font-style: italic;
}
#header .sitehead .mydatabox {
  color: white;
  line-height: 1.25;
  padding-left: 3em;
  position: relative;
}
#header .sitehead .mydatabox::before {
  font-family: "Material Symbols Outlined";
  content: "\e853";
  vertical-align: middle;
  font-size: 150%;
  font-weight: 200;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  #header .sitehead {
    flex-wrap: wrap;
  }
  #header .sitehead .titlebox {
    width: 100%;
    margin-bottom: 1rem;
  }
  #header .sitehead .titlebox h1 {
    font-size: 2.4rem;
  }
  #header .sitehead .mydatabox {
    width: 100%;
  }
}
#header #global {
  background: rgba(255, 255, 255, 0.7);
}
#header #global .mainnavi {
  justify-content: left;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #header #global .mainnavi {
    justify-content: space-between;
  }
}
#header #global .mainnavi > li {
  position: relative;
  line-height: 1;
}
#header #global .mainnavi > li:not(:first-child) {
  margin-left: 1em;
}
@media screen and (max-width: 768px) {
  #header #global .mainnavi > li:not(:first-child) {
    margin-left: 0;
  }
}
#header #global .mainnavi > li a {
  padding: 1em 0;
  display: block;
  color: #323c41;
}
#header #global .mainnavi > li .submenu {
  display: none;
  position: absolute;
  white-space: nowrap;
  top: 3em;
  left: -1em;
}
#header #global .mainnavi > li:hover .submenu {
  display: block;
  background: #ebebeb;
}
#header #global .mainnavi > li:hover .submenu li {
  padding: 0.5em 1em;
}
#header #global .mainnavi > li.caution {
  flex: 1;
  text-align: right;
  font-size: 1.2rem;
}
#header #global .mainnavi > li.caution a {
  color: #a53425;
}
@media screen and (max-width: 768px) {
  #header #global .mainnavi > li.caution {
    text-align: left;
    padding-left: 2em;
  }
}
#header.fixed #global {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}
#header.fixed #subnavi .contactbox,
#header.fixed #subnavi .downloadbox {
  position: fixed;
  top: 50%;
  right: 0;
  writing-mode: vertical-rl;
  z-index: 3;
}
#header.fixed #subnavi .contactbox a,
#header.fixed #subnavi .downloadbox a {
  padding: 1em 0.25em;
}
#header.fixed #subnavi .contactbox a::after,
#header.fixed #subnavi .downloadbox a::after {
  margin: 0.25em 0 0 0;
}
#header.fixed #subnavi .contactbox {
  transform: translateY(calc(-50% - 1em));
}
#header.fixed #subnavi .downloadbox {
  transform: translateY(calc(50% + 1em));
}

#contents {
  min-height: 50vh;
}
#contents h3 {
  text-align: center;
  font-size: 3rem;
  margin-bottom: 1em;
}
#contents h3.linetitle {
  text-align: left;
  border-bottom: 1px solid #1f5fa8;
}
#contents h3 .bgtitle {
  position: relative;
  z-index: 1;
  text-shadow: 0 0 3px rgba(50, 60, 65, 0.3);
}
#contents h3 .bgtitle::before {
  content: attr(data-title) "";
  font-size: 10rem;
  font-weight: 300;
  font-family: "Cardo", serif;
  color: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  display: inline-block;
  line-height: 1;
  transform: translate(-50%, -70%);
  letter-spacing: 0.01em;
}
#contents h4 {
  font-size: 2.4rem;
  margin-bottom: 1em;
  color: #1f5fa8;
}
#contents h4.linetitle {
  border-bottom: 1px solid #1f5fa8;
}
#contents h5 {
  font-size: 1.8rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 1em;
}
#contents h6 {
  font-size: 1.6rem;
}
#contents .huge {
  font-size: 3.4rem;
  font-weight: bold;
}
#contents table.dTable00 tbody tr th {
  text-align: left;
}
#contents table.dTable00 tbody tr td {
  padding: 0.5em 1em;
}
@media screen and (max-width: 768px) {
  #contents table.dTable00 tr,
  #contents table.dTable00 th,
  #contents table.dTable00 td {
    display: block;
    width: 100%;
  }
}
#contents table.dTable01 {
  width: 100%;
}
#contents table.dTable01 thead tr th {
  font-size: 1.2rem;
  font-weight: normal;
}
#contents table.dTable01 thead tr th:first-child {
  text-align: left;
}
#contents table.dTable01 tbody tr {
  border-bottom: 1px dotted rgba(50, 60, 65, 0.5);
}
#contents table.dTable01 tbody tr th {
  text-align: left;
  font-weight: normal;
}
#contents table.dTable01 tbody tr th .large {
  font-size: 2rem;
}
#contents table.dTable01 tbody tr td {
  text-align: center;
}
#contents table.dTable01 tbody tr td input {
  width: 5rem;
}
#contents table.dTable01 tbody tr td.left {
  text-align: left;
}
#contents table.dTable01 tbody tr + tr th,
#contents table.dTable01 tbody tr + tr td {
  padding-top: 1.5em;
}
@media screen and (max-width: 768px) {
  #contents table.dTable01.spcardTable colgroup,
  #contents table.dTable01.spcardTable thead {
    display: none;
  }
  #contents table.dTable01.spcardTable tbody tr,
  #contents table.dTable01.spcardTable tbody th,
  #contents table.dTable01.spcardTable tbody td {
    width: 100%;
    display: block;
    margin-bottom: 1px;
  }
  #contents table.dTable01.spcardTable tbody tr {
    border: 1px solid rgba(50, 60, 65, 0.5);
    padding: 1em;
    border-radius: 8px;
    text-align: left;
  }
  #contents table.dTable01.spcardTable tbody tr:not(:last-child) {
    margin-bottom: 1em;
  }
  #contents table.dTable01.spcardTable tbody tr th {
    line-height: 1.5;
    padding-bottom: 0.5rem;
    border-bottom: 1px dotted #323c41;
    margin-bottom: 0.5rem;
  }
  #contents table.dTable01.spcardTable tbody tr td {
    text-align: left;
  }
  #contents table.dTable01.spcardTable tbody tr td[data-title]::before {
    content: attr(data-title) "";
    background: rgba(50, 60, 65, 0.1);
    padding: 0.5em 1em;
    margin-right: 1em;
    font-size: 1.2rem;
    display: inline-block;
  }
  #contents table.dTable01.spcardTable tbody tr + tr th,
  #contents table.dTable01.spcardTable tbody tr + tr td {
    padding-top: 0;
  }
}
#contents table.lastBtnTable tr td:last-child {
  width: 1%;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  #contents table.lastBtnTable tr td:last-child {
    width: 100%;
  }
  #contents table.lastBtnTable tr td:last-child a {
    margin-top: 1em;
    width: 100%;
  }
}
#contents .modalbox label {
  display: inline-block;
  font-size: 1.2rem;
  background: #ebebeb;
  padding: 0.25em 1em;
  cursor: pointer;
}
#contents .modalbox label:hover {
  background: #f4a74b;
}
#contents .modalbox input[type=checkbox] {
  display: none;
}
#contents .modalbox input[type=checkbox]:checked ~ .modal_detail {
  display: flex;
  justify-content: center;
  align-items: center;
}
#contents .modalbox .modal_detail {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 5;
}
#contents .modalbox .modal_detail form {
  padding: 2em;
  background: rgba(255, 255, 255, 0.9);
  display: inline-block;
}
#contents .modalbox .modal_detail::after {
  content: "";
  width: 100vw;
  height: 100vh;
  display: block;
  background: rgba(50, 60, 65, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
#contents #footcontent {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding: 10rem 0;
  background: url(../img/common/contact_bg.jpg) no-repeat 50% 50%;
  background-size: cover;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#contents #footcontent .flex .contactbox a,
#contents #footcontent .flex .downloadbox a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
#contents #footcontent .flex .telbox a {
  color: white;
}
#contents ol.step {
  counter-reset: stepnum;
}
#contents ol.step li {
  margin-left: 3em;
  position: relative;
}
#contents ol.step li::before {
  counter-increment: stepnum;
  content: counter(stepnum);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5em;
  height: 2.5em;
  background: #1f5fa8;
  color: white;
  border-radius: 50%;
  position: absolute;
  top: -0.25em;
  left: -3em;
}

#loginbox .formbox input[type=text],
#loginbox .formbox input[type=password] {
  min-width: 40vw;
}

#footer {
  padding: 6rem 0;
  background: #1f5fa8;
  color: white;
  position: relative;
}
#footer::after {
  content: "";
  display: block;
  width: 15%;
  max-width: 187px;
  aspect-ratio: 187/194;
  background: url(../img/character.png) no-repeat 50% 50%;
  background-size: contain;
  animation: shake-up 2s infinite ease-in-out;
  position: absolute;
  top: -2em;
  right: 2em;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #footer::after {
    width: 20%;
  }
}
#footer a {
  color: white;
}
#footer a:hover {
  color: #f4a74b;
}
#footer .flex h1 {
  font-size: 1.8rem;
  margin-bottom: 1em;
  text-indent: -2000em;
  background: url(../img/logo.png) no-repeat 0 0;
  background-size: contain;
  width: 120px;
  aspect-ratio: 522/512;
}
#footer .flex .textbox {
  flex: 1;
}
#footer .flex .footernav .flex ul {
  margin-left: 8rem;
}
#footer .flex .footernav .flex ul li a::before {
  font-family: "Material Symbols Outlined";
  content: "\e5cc";
  vertical-align: middle;
  font-size: 150%;
  font-weight: 200;
  margin-right: 0.25em;
  line-height: 1;
  font-size: 100%;
}
#footer .flex .footernav .flex ul li ul {
  margin-left: 1em;
}

@keyframes shake-up {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(15px);
  }
}
#content__admin #header {
  background: #0d7567;
}
#content__admin #header .sitehead .mydatabox::before {
  content: "\ea12";
}
#content__admin #contents h3.linetitle {
  border-bottom-color: #0d7567;
}
#content__admin #contents h4 {
  color: #0d7567;
}
#content__admin #contents input[type=submit],
#content__admin #contents button[type=submit] {
  background: #0d7567;
}
#content__admin #contents input[type=submit].decision,
#content__admin #contents button[type=submit].decision {
  background: #4f013a;
}
#content__admin #contents input[type=submit].gray,
#content__admin #contents button[type=submit].gray {
  background: #323c41;
}
#content__admin #contents input[type=submit]:hover,
#content__admin #contents button[type=submit]:hover {
  background: #f4a74b;
}
@media screen and (max-width: 768px) {
  #content__admin #contents input[type=submit],
  #content__admin #contents button[type=submit] {
    width: 100%;
  }
}
#content__admin #contents .cautionbox.yellow input[type=checkbox] {
  margin-right: 0.25em;
}
#content__admin #footer {
  background: #0d7567;
}

.tt {
  position: relative;
}
.tt::before {
  font-family: "Material Symbols Outlined";
  content: "\e575";
  vertical-align: middle;
  font-size: 150%;
  font-weight: 200;
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
  color: #e7bb5e;
}
.tt:hover::after {
  content: attr(data-tt) "";
  padding: 1em;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 3px rgba(50, 60, 65, 0.5);
  display: inline-block;
  min-width: 250px;
  position: absolute;
  top: 1em;
  left: 0;
  font-size: 1.2rem;
  color: #323c41;
  text-align: left;
  z-index: 10;
  border: 2px solid #e7bb5e;
  text-indent: 0;
}
.tt.left:hover::after {
  left: 0;
}
.tt.center:hover::after {
  left: 50%;
  transform: translateX(-50%);
}
.tt.right:hover::after {
  transform: translateX(-100%);
}

.alert {
  padding: 0.5em 1em;
}
.alert.alert-danger {
  background: #a53425;
  color: white;
}

@media screen and (max-width: 768px) {
  #content__Shopping-index .calcTd {
    position: relative;
  }
  #content__Shopping-index .calcTd:has(input)::after {
    content: "購入数を入力してください";
    background: white;
    font-size: 1rem;
    position: absolute;
    bottom: -0.5em;
    right: 0;
    z-index: 1;
    padding-left: 0.5em;
  }
  #content__Shopping-index .calcTd input[type=number] {
    width: 100%;
  }
  #content__Shopping-index button {
    width: 100%;
  }
  #content__Shopping-confirm .formbox .flex.left > * {
    width: 100%;
    margin-right: 0;
  }
  #content__Shopping-confirm .formbox .flex.left > *:not(:first-child) {
    margin-top: 1em;
  }
  #content__Shopping-confirm .formbox .flex.left > * button {
    width: 100%;
  }
  #content__admin .dTable00 {
    width: 100%;
  }
  #content__admin .dTable00 input {
    margin-bottom: 0.2rem;
  }
  #content__admin #Confirm-view .flex.c2.mb1 > div {
    width: 100%;
  }
  #content__admin #Confirm-view .flex.c2.mb1 > div a {
    width: 100%;
  }
  #content__admin #Confirm-view .formbox {
    width: 100%;
  }
  #content__admin #Confirm-view .formbox button {
    width: 100%;
  }
}
.pagination {
  display: flex;
  justify-content: center;
}
.pagination .page-item {
  margin: 0 0.5em;
  line-height: 1;
}
.pagination .page-item.active {
  background: #4f013a;
  color: white;
  width: 2em;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.pagination .page-item a {
  background: #ebebeb;
  width: 2em;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.pagination .page-item a:hover {
  background: #f4a74b;
  color: white;
}/*# sourceMappingURL=style.css.map */