@charset "UTF-8";

:root {
  --base-color: #b11516;
}

.root{
  font-size: 14px;
}
.root a:not([class]) {
  color: #c7171a;
  text-decoration: underline;
}
.root a:not([class]):hover {
  text-decoration: none;
}
.root .text-sm {
  font-size: 0.7142857143rem;
}
.root .text-base {
  font-size: 14px;
}
.root .text-md {
  font-size: 1.0714285714rem;
}
.root .text-lg {
  font-size: 1.0714285714rem;
}
.root .text-xl {
  font-size: 1.3571428571rem;
}

.root .text-strong {
  color: #ec9b00;
}
.root .text-attn {
  color: #b11516;
}
.root .text-note {
  color: #c7171a;
}

.root a:not([class]) {
  color: #c7171a;
  text-decoration: underline;
}
.root a:not([class]):hover {
  text-decoration: none;
}

.root {
  margin-right: auto;
  margin-left: auto;
  max-width: 630px;
}
.root table {
  border-collapse: collapse;
}
.root img {
  max-width: 100%;
  display: block;
}

.root .gutter {
  padding-left: 4.8239895698%;
  padding-right: 4.8239895698%;
}

.root .app-info-pane__icon {
  margin-right: auto;
  margin-left: auto;
}
.root .app-info-pane__detail {
  margin-top: 1rem;
}

.root .app-btn-pane {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.root .app-btn-pane li {
  width: 45%;
}
.root .app-btn-pane li:nth-of-type(n + 3) {
  margin-top: 1rem;
}

.root h1 {
  color: #b11516;
  font-weight: bold;
  text-align: center;
  padding-left: 4.8239895698%;
  padding-right: 4.8239895698%;
  font-size: 1.3571428571rem;
  padding-top: 1em;
  padding-bottom: 1em;
}
.root h1.is-fill {
  color: #fff;
  background-color: var(--base-color);
}

.root h2 {
  font-weight: bold;
  padding-left: 4.8239895698%;
  padding-right: 4.8239895698%;
  background-color: #f6f6f6;
  font-size: 1.0714285714rem;
  padding-top: 1em;
  padding-bottom: 1em;
}
.root h2.is-fill {
  color: #fff;
  background-color: var(--base-color);
}
.root h2.is-border {
  border-top: 2px dotted var(--base-color);
  border-bottom: 2px dotted var(--base-color);
  background-color: transparent;
}

.root h3 {
  color: #b11516;
  text-align: center;
  font-weight: bold;
  font-size: 1.3571428571rem;
}

.root .square-list{
  padding-left: 1em;
}
.root .square-list li{
  padding-left: .3em;
  list-style-type: "◆";
  color: #464646;
}

.root .arrow-link::before {
  content: "▶";
  display: inline-block;
  transform: scaleX(0.6);
  margin-right: 0.3em;
  color: #b11516;
}
.root .arrow-link:hover {
  text-decoration: underline;
}

.root hr {
  height: 0;
  margin: 0;
  border-top: 2px solid #f6f6f6;
}
.root hr.is-dotted {
  border-top: 2px dotted var(--base-color);
}
.root hr.is-dotted-light {
  border-top: 2px dotted #cbcbcb;
}

.root .rect-btn {
  margin-right: auto;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  font-weight: bold;
  border-radius: 4px;
  padding-top: 0.6em;
  padding-bottom: 0.6em;
  text-align: center;
  background-color: var(--base-color);
  width: 74.4525547445%;
  max-width: 320px;
  min-height: 3.5em;
  font-size: 1.0714285714rem;
  text-decoration: none !important;
}
.root .rect-btn > div {
  text-align: center;
}
.root .rect-btn:hover {
  color: #fff !important;
  text-decoration: none !important;
}
.root .rect-btn.is-mute {
  pointer-events: none;
  text-decoration: none !important;
  color: #cdcdcd;
  background-color: #8a8a8a;
}

.root .sub-info-box {
  background-color: #f6f6f6;
  margin-right: auto;
  margin-left: auto;
  padding: 1.4rem;
}

.root dl.headline-info {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.root dl.headline-info dt {
  color: #b11516;
  font-weight: bold;
}
.root .bullet-list{
  padding-left: 1em;
}
.root .bullet-list li{
  list-style-type: "・ ";
  padding-left: .3em;
  color: #464646;
}
.root .circle-list{
  padding-left: 1em;
}
.root .circle-list li{
  padding-left: .3em;
  list-style-type: "◯";
  color: #464646;
}
.root .note-list{
  padding-left: 1em;
}
.root .note-list li{
  padding-left: .3em;
  list-style-type: "※";
  color: #464646;
}

.root .stack-table {
  color: #444;
  border: 2px solid #dcdcdc;
}
.root .stack-table th,
.root .stack-table td {
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  padding-left: 1em;
  padding-right: 1em;
}
.root .stack-table th {
  background-color: #f6f6f6;
  font-weight: bold;
  text-align: left;
}

.root .separate-table {
  color: #444;
  border: 2px solid #dcdcdc;
}
.root .separate-table th,
.root .separate-table td {
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  padding-left: 1em;
  padding-right: 1em;
}
.root .separate-table th {
  background-color: #f6f6f6;
  font-weight: bold;
  text-align: left;
}
.root .separate-table tr {
  border-bottom: 2px solid #dcdcdc;
}
.root .separate-table tr:last-of-type {
  border-bottom: 0;
}

.root .app-info-box {
  background-color: #f6f6f6;
  border-top: 4px solid #b11516;
}
.root .app-info-box__head {
  color: #b11516;
  text-align: center;
  font-weight: bold;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.3571428571rem;
}
.root .app-info-box__body {
  padding-bottom: 2rem;
  padding-left: 9.6479791395%;
  padding-right: 9.6479791395%;
}
.root .app-info-box__spec > li {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px dotted #cbcbcb;
}
.root .app-info-box__spec > li:last-of-type {
  border-bottom: 0;
}
.root .app-info-box__footer {
  border-top: 2px dotted #cbcbcb;
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-align: center;
}
.root .app-info-box__footer ul {
  display: inline-block;
}
.root .app-info-box__footer ul li {
  text-align: left;
}

.root .primary-header img {
  width: 100%;
}

.root .copyright-box {
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: 0.7142857143rem;
  color: #444;
  text-align: center;
}

.root .visible {
  visibility: visible;
}

.root .collapse {
  visibility: collapse;
}

.root .static {
  position: static;
}

.root .relative {
  position: relative;
}

.root .sticky {
  position: sticky;
}

.root .mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.root .mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.root .mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.root .mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.root .mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.root .mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.root .mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.root .mx-7 {
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}

.root .mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.root .mx-9 {
  margin-left: 2.25rem;
  margin-right: 2.25rem;
}

.root .mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.root .mx-11 {
  margin-left: 2.75rem;
  margin-right: 2.75rem;
}

.root .mx-12 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.root .mx-14 {
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}

.root .mx-16 {
  margin-left: 4rem;
  margin-right: 4rem;
}

.root .mx-20 {
  margin-left: 5rem;
  margin-right: 5rem;
}

.root .mx-24 {
  margin-left: 6rem;
  margin-right: 6rem;
}

.root .mx-28 {
  margin-left: 7rem;
  margin-right: 7rem;
}

.root .mx-32 {
  margin-left: 8rem;
  margin-right: 8rem;
}

.root .mx-36 {
  margin-left: 9rem;
  margin-right: 9rem;
}

.root .mx-40 {
  margin-left: 10rem;
  margin-right: 10rem;
}

.root .mx-44 {
  margin-left: 11rem;
  margin-right: 11rem;
}

.root .mx-48 {
  margin-left: 12rem;
  margin-right: 12rem;
}

.root .mx-52 {
  margin-left: 13rem;
  margin-right: 13rem;
}

.root .mx-56 {
  margin-left: 14rem;
  margin-right: 14rem;
}

.root .mx-60 {
  margin-left: 15rem;
  margin-right: 15rem;
}

.root .mx-64 {
  margin-left: 16rem;
  margin-right: 16rem;
}

.root .mx-72 {
  margin-left: 18rem;
  margin-right: 18rem;
}

.root .mx-80 {
  margin-left: 20rem;
  margin-right: 20rem;
}

.root .mx-96 {
  margin-left: 24rem;
  margin-right: 24rem;
}

.root .mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.root .mx-0\.5 {
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}

.root .mx-1\.5 {
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}

.root .mx-2\.5 {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

.root .mx-3\.5 {
  margin-left: 0.875rem;
  margin-right: 0.875rem;
}

.root .\!mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.root .my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.root .my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.root .my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.root .my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.root .my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.root .my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.root .my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.root .my-7 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

.root .my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.root .my-9 {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

.root .my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.root .my-11 {
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
}

.root .my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.root .my-14 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.root .my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.root .my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.root .my-24 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.root .my-28 {
  margin-top: 7rem;
  margin-bottom: 7rem;
}

.root .my-32 {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.root .my-36 {
  margin-top: 9rem;
  margin-bottom: 9rem;
}

.root .my-40 {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.root .my-44 {
  margin-top: 11rem;
  margin-bottom: 11rem;
}

.root .my-48 {
  margin-top: 12rem;
  margin-bottom: 12rem;
}

.root .my-52 {
  margin-top: 13rem;
  margin-bottom: 13rem;
}

.root .my-56 {
  margin-top: 14rem;
  margin-bottom: 14rem;
}

.root .my-60 {
  margin-top: 15rem;
  margin-bottom: 15rem;
}

.root .my-64 {
  margin-top: 16rem;
  margin-bottom: 16rem;
}

.root .my-72 {
  margin-top: 18rem;
  margin-bottom: 18rem;
}

.root .my-80 {
  margin-top: 20rem;
  margin-bottom: 20rem;
}

.root .my-96 {
  margin-top: 24rem;
  margin-bottom: 24rem;
}

.root .my-0\.5 {
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}

.root .my-1\.5 {
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}

.root .my-2\.5 {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

.root .my-3\.5 {
  margin-top: 0.875rem;
  margin-bottom: 0.875rem;
}

.root .mt-0 {
  margin-top: 0px;
}

.root .mt-1 {
  margin-top: 0.25rem;
}

.root .mt-2 {
  margin-top: 0.5rem;
}

.root .mt-3 {
  margin-top: 0.75rem;
}

.root .mt-4 {
  margin-top: 1rem;
}

.root .mt-5 {
  margin-top: 1.25rem;
}

.root .mt-6 {
  margin-top: 1.5rem;
}

.root .mt-7 {
  margin-top: 1.75rem;
}

.root .mt-8 {
  margin-top: 2rem;
}

.root .mt-9 {
  margin-top: 2.25rem;
}

.root .mt-10 {
  margin-top: 2.5rem;
}

.root .mt-11 {
  margin-top: 2.75rem;
}

.root .mt-12 {
  margin-top: 3rem;
}

.root .mt-14 {
  margin-top: 3.5rem;
}

.root .mt-16 {
  margin-top: 4rem;
}

.root .mt-20 {
  margin-top: 5rem;
}

.root .mt-24 {
  margin-top: 6rem;
}

.root .mt-28 {
  margin-top: 7rem;
}

.root .mt-32 {
  margin-top: 8rem;
}

.root .mt-36 {
  margin-top: 9rem;
}

.root .mt-40 {
  margin-top: 10rem;
}

.root .mt-44 {
  margin-top: 11rem;
}

.root .mt-48 {
  margin-top: 12rem;
}

.root .mt-52 {
  margin-top: 13rem;
}

.root .mt-56 {
  margin-top: 14rem;
}

.root .mt-60 {
  margin-top: 15rem;
}

.root .mt-64 {
  margin-top: 16rem;
}

.root .mt-72 {
  margin-top: 18rem;
}

.root .mt-80 {
  margin-top: 20rem;
}

.root .mt-96 {
  margin-top: 24rem;
}

.root .mt-0\.5 {
  margin-top: 0.125rem;
}

.root .mt-1\.5 {
  margin-top: 0.375rem;
}

.root .mt-2\.5 {
  margin-top: 0.625rem;
}

.root .mt-3\.5 {
  margin-top: 0.875rem;
}

.root .mb-0 {
  margin-bottom: 0px;
}

.root .mb-1 {
  margin-bottom: 0.25rem;
}

.root .mb-2 {
  margin-bottom: 0.5rem;
}

.root .mb-3 {
  margin-bottom: 0.75rem;
}

.root .mb-4 {
  margin-bottom: 1rem;
}

.root .mb-5 {
  margin-bottom: 1.25rem;
}

.root .mb-6 {
  margin-bottom: 1.5rem;
}

.root .mb-7 {
  margin-bottom: 1.75rem;
}

.root .mb-8 {
  margin-bottom: 2rem;
}

.root .mb-9 {
  margin-bottom: 2.25rem;
}

.root .mb-10 {
  margin-bottom: 2.5rem;
}

.root .mb-11 {
  margin-bottom: 2.75rem;
}

.root .mb-12 {
  margin-bottom: 3rem;
}

.root .mb-14 {
  margin-bottom: 3.5rem;
}

.root .mb-16 {
  margin-bottom: 4rem;
}

.root .mb-20 {
  margin-bottom: 5rem;
}

.root .mb-24 {
  margin-bottom: 6rem;
}

.root .mb-28 {
  margin-bottom: 7rem;
}

.root .mb-32 {
  margin-bottom: 8rem;
}

.root .mb-36 {
  margin-bottom: 9rem;
}

.root .mb-40 {
  margin-bottom: 10rem;
}

.root .mb-44 {
  margin-bottom: 11rem;
}

.root .mb-48 {
  margin-bottom: 12rem;
}

.root .mb-52 {
  margin-bottom: 13rem;
}

.root .mb-56 {
  margin-bottom: 14rem;
}

.root .mb-60 {
  margin-bottom: 15rem;
}

.root .mb-64 {
  margin-bottom: 16rem;
}

.root .mb-72 {
  margin-bottom: 18rem;
}

.root .mb-80 {
  margin-bottom: 20rem;
}

.root .mb-96 {
  margin-bottom: 24rem;
}

.root .mb-0\.5 {
  margin-bottom: 0.125rem;
}

.root .mb-1\.5 {
  margin-bottom: 0.375rem;
}

.root .mb-2\.5 {
  margin-bottom: 0.625rem;
}

.root .mb-3\.5 {
  margin-bottom: 0.875rem;
}

.root .mr-0 {
  margin-right: 0px;
}

.root .mr-1 {
  margin-right: 0.25rem;
}

.root .mr-2 {
  margin-right: 0.5rem;
}

.root .mr-3 {
  margin-right: 0.75rem;
}

.root .mr-4 {
  margin-right: 1rem;
}

.root .mr-5 {
  margin-right: 1.25rem;
}

.root .mr-6 {
  margin-right: 1.5rem;
}

.root .mr-7 {
  margin-right: 1.75rem;
}

.root .mr-8 {
  margin-right: 2rem;
}

.root .mr-9 {
  margin-right: 2.25rem;
}

.root .mr-10 {
  margin-right: 2.5rem;
}

.root .mr-11 {
  margin-right: 2.75rem;
}

.root .mr-12 {
  margin-right: 3rem;
}

.root .mr-14 {
  margin-right: 3.5rem;
}

.root .mr-16 {
  margin-right: 4rem;
}

.root .mr-20 {
  margin-right: 5rem;
}

.root .mr-24 {
  margin-right: 6rem;
}

.root .mr-28 {
  margin-right: 7rem;
}

.root .mr-32 {
  margin-right: 8rem;
}

.root .mr-36 {
  margin-right: 9rem;
}

.root .mr-40 {
  margin-right: 10rem;
}

.root .mr-44 {
  margin-right: 11rem;
}

.root .mr-48 {
  margin-right: 12rem;
}

.root .mr-52 {
  margin-right: 13rem;
}

.root .mr-56 {
  margin-right: 14rem;
}

.root .mr-60 {
  margin-right: 15rem;
}

.root .mr-64 {
  margin-right: 16rem;
}

.root .mr-72 {
  margin-right: 18rem;
}

.root .mr-80 {
  margin-right: 20rem;
}

.root .mr-96 {
  margin-right: 24rem;
}

.root .mr-0\.5 {
  margin-right: 0.125rem;
}

.root .mr-1\.5 {
  margin-right: 0.375rem;
}

.root .mr-2\.5 {
  margin-right: 0.625rem;
}

.root .mr-3\.5 {
  margin-right: 0.875rem;
}

.root .ml-0 {
  margin-left: 0px;
}

.root .ml-1 {
  margin-left: 0.25rem;
}

.root .ml-2 {
  margin-left: 0.5rem;
}

.root .ml-3 {
  margin-left: 0.75rem;
}

.root .ml-4 {
  margin-left: 1rem;
}

.root .ml-5 {
  margin-left: 1.25rem;
}

.root .ml-6 {
  margin-left: 1.5rem;
}

.root .ml-7 {
  margin-left: 1.75rem;
}

.root .ml-8 {
  margin-left: 2rem;
}

.root .ml-9 {
  margin-left: 2.25rem;
}

.root .ml-10 {
  margin-left: 2.5rem;
}

.root .ml-11 {
  margin-left: 2.75rem;
}

.root .ml-12 {
  margin-left: 3rem;
}

.root .ml-14 {
  margin-left: 3.5rem;
}

.root .ml-16 {
  margin-left: 4rem;
}

.root .ml-20 {
  margin-left: 5rem;
}

.root .ml-24 {
  margin-left: 6rem;
}

.root .ml-28 {
  margin-left: 7rem;
}

.root .ml-32 {
  margin-left: 8rem;
}

.root .ml-36 {
  margin-left: 9rem;
}

.root .ml-40 {
  margin-left: 10rem;
}

.root .ml-44 {
  margin-left: 11rem;
}

.root .ml-48 {
  margin-left: 12rem;
}

.root .ml-52 {
  margin-left: 13rem;
}

.root .ml-56 {
  margin-left: 14rem;
}

.root .ml-60 {
  margin-left: 15rem;
}

.root .ml-64 {
  margin-left: 16rem;
}

.root .ml-72 {
  margin-left: 18rem;
}

.root .ml-80 {
  margin-left: 20rem;
}

.root .ml-96 {
  margin-left: 24rem;
}

.root .ml-0\.5 {
  margin-left: 0.125rem;
}

.root .ml-1\.5 {
  margin-left: 0.375rem;
}

.root .ml-2\.5 {
  margin-left: 0.625rem;
}

.root .ml-3\.5 {
  margin-left: 0.875rem;
}

.root .block {
  display: block;
}

.root .inline-block {
  display: inline-block;
}

.root .inline {
  display: inline;
}

.root .flex {
  display: flex;
}

.root .inline-flex {
  display: inline-flex;
}

.root .table {
  display: table;
}

.root .grid {
  display: grid;
}

.root .contents {
  display: contents;
}

.root .hidden {
  display: none;
}

.root .h-1 {
  height: 0.25rem;
}

.root .w-1\/2 {
  width: 50%;
}

.root .w-1\/3 {
  width: 33.333333%;
}

.root .w-2\/3 {
  width: 66.666667%;
}

.root .w-1\/4 {
  width: 25%;
}

.root .w-2\/4 {
  width: 50%;
}

.root .w-3\/4 {
  width: 75%;
}

.root .w-1\/5 {
  width: 20%;
}

.root .w-2\/5 {
  width: 40%;
}

.root .w-3\/5 {
  width: 60%;
}

.root .w-4\/5 {
  width: 80%;
}

.root .w-1\/6 {
  width: 16.666667%;
}

.root .w-2\/6 {
  width: 33.333333%;
}

.root .w-3\/6 {
  width: 50%;
}

.root .w-4\/6 {
  width: 66.666667%;
}

.root .w-5\/6 {
  width: 83.333333%;
}

.root .w-1\/12 {
  width: 8.333333%;
}

.root .w-2\/12 {
  width: 16.666667%;
}

.root .w-3\/12 {
  width: 25%;
}

.root .w-4\/12 {
  width: 33.333333%;
}

.root .w-5\/12 {
  width: 41.666667%;
}

.root .w-6\/12 {
  width: 50%;
}

.root .w-7\/12 {
  width: 58.333333%;
}

.root .w-8\/12 {
  width: 66.666667%;
}

.root .w-9\/12 {
  width: 75%;
}

.root .w-10\/12 {
  width: 83.333333%;
}

.root .w-11\/12 {
  width: 91.666667%;
}

.root .w-full {
  width: 100%;
}

.root .\!w-1\/2 {
  width: 50% !important;
}

.root .\!w-1\/3 {
  width: 33.333333% !important;
}

.root .\!w-2\/3 {
  width: 66.666667% !important;
}

.root .\!w-1\/4 {
  width: 25% !important;
}

.root .\!w-2\/4 {
  width: 50% !important;
}

.root .\!w-3\/4 {
  width: 75% !important;
}

.root .\!w-1\/5 {
  width: 20% !important;
}

.root .\!w-2\/5 {
  width: 40% !important;
}

.root .\!w-3\/5 {
  width: 60% !important;
}

.root .\!w-4\/5 {
  width: 80% !important;
}

.root .\!w-1\/6 {
  width: 16.666667% !important;
}

.root .\!w-2\/6 {
  width: 33.333333% !important;
}

.root .\!w-3\/6 {
  width: 50% !important;
}

.root .\!w-4\/6 {
  width: 66.666667% !important;
}

.root .\!w-5\/6 {
  width: 83.333333% !important;
}

.root .\!w-1\/12 {
  width: 8.333333% !important;
}

.root .\!w-2\/12 {
  width: 16.666667% !important;
}

.root .\!w-3\/12 {
  width: 25% !important;
}

.root .\!w-4\/12 {
  width: 33.333333% !important;
}

.root .\!w-5\/12 {
  width: 41.666667% !important;
}

.root .\!w-6\/12 {
  width: 50% !important;
}

.root .\!w-7\/12 {
  width: 58.333333% !important;
}

.root .\!w-8\/12 {
  width: 66.666667% !important;
}

.root .\!w-9\/12 {
  width: 75% !important;
}

.root .\!w-10\/12 {
  width: 83.333333% !important;
}

.root .\!w-11\/12 {
  width: 91.666667% !important;
}

.root .\!w-full {
  width: 100% !important;
}

.root .min-w-full {
  min-width: 100%;
}

.root .\!min-w-full {
  min-width: 100% !important;
}

.root .max-w-full {
  max-width: 100%;
}

.root .\!max-w-full {
  max-width: 100% !important;
}

.root .flex-1 {
  flex: 1 1 0%;
}

.root .flex-auto {
  flex: 1 1 auto;
}

.root .flex-initial {
  flex: 0 1 auto;
}

.root .flex-none {
  flex: none;
}

.root .\!flex-1 {
  flex: 1 1 0% !important;
}

.root .\!flex-auto {
  flex: 1 1 auto !important;
}

.root .\!flex-initial {
  flex: 0 1 auto !important;
}

.root .\!flex-none {
  flex: none !important;
}

.root .flex-shrink-0 {
  flex-shrink: 0;
}

.root .flex-shrink {
  flex-shrink: 1;
}

.root .\!flex-shrink-0 {
  flex-shrink: 0 !important;
}

.root .\!flex-shrink {
  flex-shrink: 1 !important;
}

.root .flex-grow-0 {
  flex-grow: 0;
}

.root .flex-grow {
  flex-grow: 1;
}

.root .\!flex-grow-0 {
  flex-grow: 0 !important;
}

.root .\!flex-grow {
  flex-grow: 1 !important;
}

.root .transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.root .cursor-auto {
  cursor: auto;
}

.root .cursor-default {
  cursor: default;
}

.root .cursor-pointer {
  cursor: pointer;
}

.root .cursor-wait {
  cursor: wait;
}

.root .cursor-text {
  cursor: text;
}

.root .cursor-move {
  cursor: move;
}

.root .cursor-help {
  cursor: help;
}

.root .cursor-not-allowed {
  cursor: not-allowed;
}

.root .cursor-none {
  cursor: none;
}

.root .cursor-context-menu {
  cursor: context-menu;
}

.root .cursor-progress {
  cursor: progress;
}

.root .cursor-cell {
  cursor: cell;
}

.root .cursor-crosshair {
  cursor: crosshair;
}

.root .cursor-vertical-text {
  cursor: vertical-text;
}

.root .cursor-alias {
  cursor: alias;
}

.root .cursor-copy {
  cursor: copy;
}

.root .cursor-no-drop {
  cursor: no-drop;
}

.root .cursor-grab {
  cursor: grab;
}

.root .cursor-grabbing {
  cursor: grabbing;
}

.root .cursor-all-scroll {
  cursor: all-scroll;
}

.root .cursor-col-resize {
  cursor: col-resize;
}

.root .cursor-row-resize {
  cursor: row-resize;
}

.root .cursor-n-resize {
  cursor: n-resize;
}

.root .cursor-e-resize {
  cursor: e-resize;
}

.root .cursor-s-resize {
  cursor: s-resize;
}

.root .cursor-w-resize {
  cursor: w-resize;
}

.root .cursor-ne-resize {
  cursor: ne-resize;
}

.root .cursor-nw-resize {
  cursor: nw-resize;
}

.root .cursor-se-resize {
  cursor: se-resize;
}

.root .cursor-sw-resize {
  cursor: sw-resize;
}

.root .cursor-ew-resize {
  cursor: ew-resize;
}

.root .cursor-ns-resize {
  cursor: ns-resize;
}

.root .cursor-nesw-resize {
  cursor: nesw-resize;
}

.root .cursor-nwse-resize {
  cursor: nwse-resize;
}

.root .cursor-zoom-in {
  cursor: zoom-in;
}

.root .cursor-zoom-out {
  cursor: zoom-out;
}

.root .\!cursor-auto {
  cursor: auto !important;
}

.root .\!cursor-default {
  cursor: default !important;
}

.root .\!cursor-pointer {
  cursor: pointer !important;
}

.root .\!cursor-wait {
  cursor: wait !important;
}

.root .\!cursor-text {
  cursor: text !important;
}

.root .\!cursor-move {
  cursor: move !important;
}

.root .\!cursor-help {
  cursor: help !important;
}

.root .\!cursor-not-allowed {
  cursor: not-allowed !important;
}

.root .\!cursor-none {
  cursor: none !important;
}

.root .\!cursor-context-menu {
  cursor: context-menu !important;
}

.root .\!cursor-progress {
  cursor: progress !important;
}

.root .\!cursor-cell {
  cursor: cell !important;
}

.root .\!cursor-crosshair {
  cursor: crosshair !important;
}

.root .\!cursor-vertical-text {
  cursor: vertical-text !important;
}

.root .\!cursor-alias {
  cursor: alias !important;
}

.root .\!cursor-copy {
  cursor: copy !important;
}

.root .\!cursor-no-drop {
  cursor: no-drop !important;
}

.root .\!cursor-grab {
  cursor: grab !important;
}

.root .\!cursor-grabbing {
  cursor: grabbing !important;
}

.root .\!cursor-all-scroll {
  cursor: all-scroll !important;
}

.root .\!cursor-col-resize {
  cursor: col-resize !important;
}

.root .\!cursor-row-resize {
  cursor: row-resize !important;
}

.root .\!cursor-n-resize {
  cursor: n-resize !important;
}

.root .\!cursor-e-resize {
  cursor: e-resize !important;
}

.root .\!cursor-s-resize {
  cursor: s-resize !important;
}

.root .\!cursor-w-resize {
  cursor: w-resize !important;
}

.root .\!cursor-ne-resize {
  cursor: ne-resize !important;
}

.root .\!cursor-nw-resize {
  cursor: nw-resize !important;
}

.root .\!cursor-se-resize {
  cursor: se-resize !important;
}

.root .\!cursor-sw-resize {
  cursor: sw-resize !important;
}

.root .\!cursor-ew-resize {
  cursor: ew-resize !important;
}

.root .\!cursor-ns-resize {
  cursor: ns-resize !important;
}

.root .\!cursor-nesw-resize {
  cursor: nesw-resize !important;
}

.root .\!cursor-nwse-resize {
  cursor: nwse-resize !important;
}

.root .\!cursor-zoom-in {
  cursor: zoom-in !important;
}

.root .\!cursor-zoom-out {
  cursor: zoom-out !important;
}

.root .resize {
  resize: both;
}

.root .snap-align-none {
  scroll-snap-align: none;
}

.root .flex-row {
  flex-direction: row;
}

.root .flex-row-reverse {
  flex-direction: row-reverse;
}

.root .flex-col {
  flex-direction: column;
}

.root .flex-col-reverse {
  flex-direction: column-reverse;
}

.root .flex-wrap {
  flex-wrap: wrap;
}

.root .flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.root .flex-nowrap {
  flex-wrap: nowrap;
}

.root .place-items-start {
  place-items: start;
}

.root .place-items-end {
  place-items: end;
}

.root .place-items-center {
  place-items: center;
}

.root .place-items-baseline {
  place-items: baseline;
}

.root .place-items-stretch {
  place-items: stretch;
}

.root .items-start {
  align-items: flex-start;
}

.root .items-end {
  align-items: flex-end;
}

.root .items-center {
  align-items: center;
}

.root .items-baseline {
  align-items: baseline;
}

.root .items-stretch {
  align-items: stretch;
}

.root .justify-start {
  justify-content: flex-start;
}

.root .justify-end {
  justify-content: flex-end;
}

.root .justify-center {
  justify-content: center;
}

.root .justify-between {
  justify-content: space-between;
}

.root .justify-around {
  justify-content: space-around;
}

.root .justify-evenly {
  justify-content: space-evenly;
}

.root .justify-items-start {
  justify-items: start;
}

.root .justify-items-end {
  justify-items: end;
}

.root .justify-items-center {
  justify-items: center;
}

.root .justify-items-stretch {
  justify-items: stretch;
}

.root .justify-self-auto {
  justify-self: auto;
}

.root .justify-self-start {
  justify-self: start;
}

.root .justify-self-end {
  justify-self: end;
}

.root .justify-self-center {
  justify-self: center;
}

.root .justify-self-stretch {
  justify-self: stretch;
}

.root .overflow-hidden {
  overflow: hidden;
}

.root .overflow-x-hidden {
  overflow-x: hidden;
}

.root .overflow-y-hidden {
  overflow-y: hidden;
}

.root .border {
  border-width: 1px;
}

.root .border-hidden {
  border-style: hidden;
}

.root .px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.root .px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.root .px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.root .px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.root .px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.root .px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.root .px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.root .px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.root .px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.root .px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.root .px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.root .px-11 {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

.root .px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.root .px-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.root .px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.root .px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.root .px-24 {
  padding-left: 6rem;
  padding-right: 6rem;
}

.root .px-28 {
  padding-left: 7rem;
  padding-right: 7rem;
}

.root .px-32 {
  padding-left: 8rem;
  padding-right: 8rem;
}

.root .px-36 {
  padding-left: 9rem;
  padding-right: 9rem;
}

.root .px-40 {
  padding-left: 10rem;
  padding-right: 10rem;
}

.root .px-44 {
  padding-left: 11rem;
  padding-right: 11rem;
}

.root .px-48 {
  padding-left: 12rem;
  padding-right: 12rem;
}

.root .px-52 {
  padding-left: 13rem;
  padding-right: 13rem;
}

.root .px-56 {
  padding-left: 14rem;
  padding-right: 14rem;
}

.root .px-60 {
  padding-left: 15rem;
  padding-right: 15rem;
}

.root .px-64 {
  padding-left: 16rem;
  padding-right: 16rem;
}

.root .px-72 {
  padding-left: 18rem;
  padding-right: 18rem;
}

.root .px-80 {
  padding-left: 20rem;
  padding-right: 20rem;
}

.root .px-96 {
  padding-left: 24rem;
  padding-right: 24rem;
}

.root .px-0\.5 {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

.root .px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

.root .px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.root .px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

.root .py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.root .py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.root .py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.root .py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.root .py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.root .py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.root .py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.root .py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.root .py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.root .py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.root .py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.root .py-11 {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

.root .py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.root .py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.root .py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.root .py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.root .py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.root .py-28 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.root .py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.root .py-36 {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.root .py-40 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.root .py-44 {
  padding-top: 11rem;
  padding-bottom: 11rem;
}

.root .py-48 {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.root .py-52 {
  padding-top: 13rem;
  padding-bottom: 13rem;
}

.root .py-56 {
  padding-top: 14rem;
  padding-bottom: 14rem;
}

.root .py-60 {
  padding-top: 15rem;
  padding-bottom: 15rem;
}

.root .py-64 {
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.root .py-72 {
  padding-top: 18rem;
  padding-bottom: 18rem;
}

.root .py-80 {
  padding-top: 20rem;
  padding-bottom: 20rem;
}

.root .py-96 {
  padding-top: 24rem;
  padding-bottom: 24rem;
}

.root .py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.root .py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.root .py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.root .py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.root .pt-0 {
  padding-top: 0px;
}

.root .pt-1 {
  padding-top: 0.25rem;
}

.root .pt-2 {
  padding-top: 0.5rem;
}

.root .pt-3 {
  padding-top: 0.75rem;
}

.root .pt-4 {
  padding-top: 1rem;
}

.root .pt-5 {
  padding-top: 1.25rem;
}

.root .pt-6 {
  padding-top: 1.5rem;
}

.root .pt-7 {
  padding-top: 1.75rem;
}

.root .pt-8 {
  padding-top: 2rem;
}

.root .pt-9 {
  padding-top: 2.25rem;
}

.root .pt-10 {
  padding-top: 2.5rem;
}

.root .pt-11 {
  padding-top: 2.75rem;
}

.root .pt-12 {
  padding-top: 3rem;
}

.root .pt-14 {
  padding-top: 3.5rem;
}

.root .pt-16 {
  padding-top: 4rem;
}

.root .pt-20 {
  padding-top: 5rem;
}

.root .pt-24 {
  padding-top: 6rem;
}

.root .pt-28 {
  padding-top: 7rem;
}

.root .pt-32 {
  padding-top: 8rem;
}

.root .pt-36 {
  padding-top: 9rem;
}

.root .pt-40 {
  padding-top: 10rem;
}

.root .pt-44 {
  padding-top: 11rem;
}

.root .pt-48 {
  padding-top: 12rem;
}

.root .pt-52 {
  padding-top: 13rem;
}

.root .pt-56 {
  padding-top: 14rem;
}

.root .pt-60 {
  padding-top: 15rem;
}

.root .pt-64 {
  padding-top: 16rem;
}

.root .pt-72 {
  padding-top: 18rem;
}

.root .pt-80 {
  padding-top: 20rem;
}

.root .pt-96 {
  padding-top: 24rem;
}

.root .pt-0\.5 {
  padding-top: 0.125rem;
}

.root .pt-1\.5 {
  padding-top: 0.375rem;
}

.root .pt-2\.5 {
  padding-top: 0.625rem;
}

.root .pt-3\.5 {
  padding-top: 0.875rem;
}

.root .pb-0 {
  padding-bottom: 0px;
}

.root .pb-1 {
  padding-bottom: 0.25rem;
}

.root .pb-2 {
  padding-bottom: 0.5rem;
}

.root .pb-3 {
  padding-bottom: 0.75rem;
}

.root .pb-4 {
  padding-bottom: 1rem;
}

.root .pb-5 {
  padding-bottom: 1.25rem;
}

.root .pb-6 {
  padding-bottom: 1.5rem;
}

.root .pb-7 {
  padding-bottom: 1.75rem;
}

.root .pb-8 {
  padding-bottom: 2rem;
}

.root .pb-9 {
  padding-bottom: 2.25rem;
}

.root .pb-10 {
  padding-bottom: 2.5rem;
}

.root .pb-11 {
  padding-bottom: 2.75rem;
}

.root .pb-12 {
  padding-bottom: 3rem;
}

.root .pb-14 {
  padding-bottom: 3.5rem;
}

.root .pb-16 {
  padding-bottom: 4rem;
}

.root .pb-20 {
  padding-bottom: 5rem;
}

.root .pb-24 {
  padding-bottom: 6rem;
}

.root .pb-28 {
  padding-bottom: 7rem;
}

.root .pb-32 {
  padding-bottom: 8rem;
}

.root .pb-36 {
  padding-bottom: 9rem;
}

.root .pb-40 {
  padding-bottom: 10rem;
}

.root .pb-44 {
  padding-bottom: 11rem;
}

.root .pb-48 {
  padding-bottom: 12rem;
}

.root .pb-52 {
  padding-bottom: 13rem;
}

.root .pb-56 {
  padding-bottom: 14rem;
}

.root .pb-60 {
  padding-bottom: 15rem;
}

.root .pb-64 {
  padding-bottom: 16rem;
}

.root .pb-72 {
  padding-bottom: 18rem;
}

.root .pb-80 {
  padding-bottom: 20rem;
}

.root .pb-96 {
  padding-bottom: 24rem;
}

.root .pb-0\.5 {
  padding-bottom: 0.125rem;
}

.root .pb-1\.5 {
  padding-bottom: 0.375rem;
}

.root .pb-2\.5 {
  padding-bottom: 0.625rem;
}

.root .pb-3\.5 {
  padding-bottom: 0.875rem;
}

.root .pr-0 {
  padding-right: 0px;
}

.root .pr-1 {
  padding-right: 0.25rem;
}

.root .pr-2 {
  padding-right: 0.5rem;
}

.root .pr-3 {
  padding-right: 0.75rem;
}

.root .pr-4 {
  padding-right: 1rem;
}

.root .pr-5 {
  padding-right: 1.25rem;
}

.root .pr-6 {
  padding-right: 1.5rem;
}

.root .pr-7 {
  padding-right: 1.75rem;
}

.root .pr-8 {
  padding-right: 2rem;
}

.root .pr-9 {
  padding-right: 2.25rem;
}

.root .pr-10 {
  padding-right: 2.5rem;
}

.root .pr-11 {
  padding-right: 2.75rem;
}

.root .pr-12 {
  padding-right: 3rem;
}

.root .pr-14 {
  padding-right: 3.5rem;
}

.root .pr-16 {
  padding-right: 4rem;
}

.root .pr-20 {
  padding-right: 5rem;
}

.root .pr-24 {
  padding-right: 6rem;
}

.root .pr-28 {
  padding-right: 7rem;
}

.root .pr-32 {
  padding-right: 8rem;
}

.root .pr-36 {
  padding-right: 9rem;
}

.root .pr-40 {
  padding-right: 10rem;
}

.root .pr-44 {
  padding-right: 11rem;
}

.root .pr-48 {
  padding-right: 12rem;
}

.root .pr-52 {
  padding-right: 13rem;
}

.root .pr-56 {
  padding-right: 14rem;
}

.root .pr-60 {
  padding-right: 15rem;
}

.root .pr-64 {
  padding-right: 16rem;
}

.root .pr-72 {
  padding-right: 18rem;
}

.root .pr-80 {
  padding-right: 20rem;
}

.root .pr-96 {
  padding-right: 24rem;
}

.root .pr-0\.5 {
  padding-right: 0.125rem;
}

.root .pr-1\.5 {
  padding-right: 0.375rem;
}

.root .pr-2\.5 {
  padding-right: 0.625rem;
}

.root .pr-3\.5 {
  padding-right: 0.875rem;
}

.root .pl-0 {
  padding-left: 0px;
}

.root .pl-1 {
  padding-left: 0.25rem;
}

.root .pl-2 {
  padding-left: 0.5rem;
}

.root .pl-3 {
  padding-left: 0.75rem;
}

.root .pl-4 {
  padding-left: 1rem;
}

.root .pl-5 {
  padding-left: 1.25rem;
}

.root .pl-6 {
  padding-left: 1.5rem;
}

.root .pl-7 {
  padding-left: 1.75rem;
}

.root .pl-8 {
  padding-left: 2rem;
}

.root .pl-9 {
  padding-left: 2.25rem;
}

.root .pl-10 {
  padding-left: 2.5rem;
}

.root .pl-11 {
  padding-left: 2.75rem;
}

.root .pl-12 {
  padding-left: 3rem;
}

.root .pl-14 {
  padding-left: 3.5rem;
}

.root .pl-16 {
  padding-left: 4rem;
}

.root .pl-20 {
  padding-left: 5rem;
}

.root .pl-24 {
  padding-left: 6rem;
}

.root .pl-28 {
  padding-left: 7rem;
}

.root .pl-32 {
  padding-left: 8rem;
}

.root .pl-36 {
  padding-left: 9rem;
}

.root .pl-40 {
  padding-left: 10rem;
}

.root .pl-44 {
  padding-left: 11rem;
}

.root .pl-48 {
  padding-left: 12rem;
}

.root .pl-52 {
  padding-left: 13rem;
}

.root .pl-56 {
  padding-left: 14rem;
}

.root .pl-60 {
  padding-left: 15rem;
}

.root .pl-64 {
  padding-left: 16rem;
}

.root .pl-72 {
  padding-left: 18rem;
}

.root .pl-80 {
  padding-left: 20rem;
}

.root .pl-96 {
  padding-left: 24rem;
}

.root .pl-0\.5 {
  padding-left: 0.125rem;
}

.root .pl-1\.5 {
  padding-left: 0.375rem;
}

.root .pl-2\.5 {
  padding-left: 0.625rem;
}

.root .pl-3\.5 {
  padding-left: 0.875rem;
}

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

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

.root .text-right {
  text-align: right;
}

.root .text-justify {
  text-align: justify;
}

.root .align-baseline {
  vertical-align: baseline;
}

.root .align-top {
  vertical-align: top;
}

.root .align-middle {
  vertical-align: middle;
}

.root .align-bottom {
  vertical-align: bottom;
}

.root .align-text-top {
  vertical-align: text-top;
}

.root .align-text-bottom {
  vertical-align: text-bottom;
}

.root .align-sub {
  vertical-align: sub;
}

.root .align-super {
  vertical-align: super;
}

.root .font-sans {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.root .font-serif {
  font-family: "YakuHanMPs_Noto", "Noto Serif JP", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.root .font-mono {
  font-family: "Noto Sans", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.root .\!font-sans {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif !important;
}

.root .\!font-serif {
  font-family: "YakuHanMPs_Noto", "Noto Serif JP", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif !important;
}

.root .\!font-mono {
  font-family: "Noto Sans", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.root .text-lg {
  font-size: 1.125rem;
}

.root .text-sm {
  font-size: 0.875rem;
}

.root .text-base {
  font-size: 1rem;
}

.root .font-thin {
  font-weight: 100;
}

.root .font-extralight {
  font-weight: 200;
}

.root .font-light {
  font-weight: 300;
}

.root .font-normal {
  font-weight: normal;
}

.root .font-medium {
  font-weight: 500;
}

.root .font-semibold {
  font-weight: 600;
}

.root .font-bold {
  font-weight: bold;
}

.root .font-extrabold {
  font-weight: 800;
}

.root .font-black {
  font-weight: black;
}

.root .\!font-thin {
  font-weight: 100 !important;
}

.root .\!font-extralight {
  font-weight: 200 !important;
}

.root .\!font-light {
  font-weight: 300 !important;
}

.root .\!font-normal {
  font-weight: 400 !important;
}

.root .\!font-medium {
  font-weight: 500 !important;
}

.root .\!font-semibold {
  font-weight: 600 !important;
}

.root .\!font-bold {
  font-weight: 700 !important;
}

.root .\!font-extrabold {
  font-weight: 800 !important;
}

.root .\!font-black {
  font-weight: 900 !important;
}

.root .tracking-tighter {
  letter-spacing: -0.05em;
}

.root .tracking-tight {
  letter-spacing: -0.025em;
}

.root .tracking-normal {
  letter-spacing: 0em;
}

.root .tracking-wide {
  letter-spacing: 0.025em;
}

.root .tracking-wider {
  letter-spacing: 0.05em;
}

.root .tracking-widest {
  letter-spacing: 0.1em;
}

.root .-tracking-tighter {
  letter-spacing: 0.05em;
}

.root .-tracking-tight {
  letter-spacing: 0.025em;
}

.root .-tracking-normal {
  letter-spacing: 0em;
}

.root .-tracking-wide {
  letter-spacing: -0.025em;
}

.root .-tracking-wider {
  letter-spacing: -0.05em;
}

.root .-tracking-widest {
  letter-spacing: -0.1em;
}

.root .\!tracking-tighter {
  letter-spacing: -0.05em !important;
}

.root .\!tracking-tight {
  letter-spacing: -0.025em !important;
}

.root .\!tracking-normal {
  letter-spacing: 0em !important;
}

.root .\!tracking-wide {
  letter-spacing: 0.025em !important;
}

.root .\!tracking-wider {
  letter-spacing: 0.05em !important;
}

.root .\!tracking-widest {
  letter-spacing: 0.1em !important;
}

.root .\!-tracking-tighter {
  letter-spacing: 0.05em !important;
}

.root .\!-tracking-tight {
  letter-spacing: 0.025em !important;
}

.root .\!-tracking-normal {
  letter-spacing: 0em !important;
}

.root .\!-tracking-wide {
  letter-spacing: -0.025em !important;
}

.root .\!-tracking-wider {
  letter-spacing: -0.05em !important;
}

.root .\!-tracking-widest {
  letter-spacing: -0.1em !important;
}

.root .blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.root .filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.root .transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

/**
 * ぶら下がりインデント
 */
.root .h-indent {
  text-indent: -1em;
  padding-left: 1em;
}

/* - ω - */
/*# sourceMappingURL=main.css.map */