@charset "UTF-8";
/**
  @fonts
--------------------------------------------------------
  setting/_font.scss
--------------------------------------------------------
■日本語フォント
- Noto Sans Japanese
https://fonts.google.com/noto/specimen/Noto+Sans+JP

- Yaku Han JP
https://yakuhanjp.qranoko.jp/

■英字フォント
- Roboto
https://fonts.google.com/specimen/Roboto
-------------------------------------------------------- */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-style: normal;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

p, li, dt, dd, a, th, td, h1, h2, h3, h4, h5 {
  letter-spacing: 0.16em;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  color: inherit;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

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

hr {
  display: block;
  height: 0;
  border: none;
  margin: 0;
  padding: 0;
  background: none;
}

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

b, strong {
  font-weight: 700;
}

i, em {
  font-style: normal;
}

sup {
  font-size: 70%;
  vertical-align: top;
  position: relative;
}

:root {
  --scrollbar: 0;
  --vw: calc(100vw - var(--scrollbar));
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  height: 100%;
  word-wrap: normal;
  overflow-wrap: anywhere;
  line-break: strict;
}

body {
  color: #231815;
  font-family: YakuHanJP, "Roboto", "Noto Sans JP", sans-serif;
  line-height: 1;
}

a {
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
a[class] {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}

:root {
  --body-width: calc(100vw - var(--scrollbar));
  --fz-3: 0.625rem;
  --fz-2: 0.75rem;
  --fz-1: 0.875rem;
  --fz0: clamp(1rem, 1rem + 0vw, 1rem);
  --fz1: clamp(1.125rem, 1.0708rem + 0.2312vw, 1.25rem);
  --fz2: clamp(1.2656rem, 1.1369rem + 0.5491vw, 1.5625rem);
  --fz3: clamp(1.4238rem, 1.1944rem + 0.979vw, 1.9531rem);
  --fz4: clamp(1.6018rem, 1.2378rem + 1.553vw, 2.4414rem);
  --fz5: clamp(1.802rem, 1.2602rem + 2.3116vw, 3.0518rem);
  --fz6: clamp(2.0273rem, 1.2524rem + 3.3062vw, 3.8147rem);
  --fz7: clamp(2.2807rem, 1.2022rem + 4.6015vw, 4.7684rem);
}

/* =========================================================
 header
========================================================= */
.l-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-inline: min(50px, 5vw);
  height: 80px;
}
.l-header-logo a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
}
.l-header-logo img {
  height: min(30px, 5vw);
}

.l-footer {
  margin-top: min(100px, 15vw);
  padding-block: min(50px, 5vw);
  border-top: 1px solid #ccc;
}
.l-footer-rmark {
  display: -ms-grid;
  display: grid;
  gap: 10px;
}
.l-footer-rmark li {
  font-size: var(--fz-2);
}
.l-footer-btm {
  margin-top: min(80px, 10vw);
}
@media screen and (max-width: 767px) {
  .l-footer-btm {
    display: -ms-grid;
    display: grid;
    gap: 30px;
  }
}
@media screen and (min-width: 768px) {
  .l-footer-btm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
}
.l-footer-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
@media screen and (max-width: 575px) {
  .l-footer-link {
    display: -ms-grid;
    display: grid;
  }
}
.l-footer-link li {
  font-size: var(--fz-2);
}
.l-footer-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer-link a:hover {
    color: #202c52;
  }
}
.l-footer-link i {
  width: 1em;
  aspect-ratio: 1/1;
  background: url("/order-form/assets/images/icon-blank.svg") no-repeat top center;
  background-size: cover;
  opacity: 0.5;
}
.l-footer-credit {
  display: -ms-grid;
  display: grid;
  gap: 15px;
}
.l-footer-credit__logo img {
  height: 20px;
}
.l-footer-credit__copyright {
  font-size: var(--fz-3);
}

.l-main {
  width: 100%;
  max-width: 780px;
  margin-inline: auto;
  padding-inline: min(40px, 5vw);
}
.l-main ::-moz-selection {
  background-color: #202c52;
  color: #fff;
}
.l-main ::selection {
  background-color: #202c52;
  color: #fff;
}
.l-main * {
  letter-spacing: 0.1em;
}
.l-main p, .l-main li {
  line-height: 1.6;
}

.c-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 200px;
  height: 60px;
  border-radius: 6px;
  background: #202c52;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  line-height: 1;
}
@media screen and (max-width: 413px) {
  .c-btn {
    width: 100%;
    height: 50px;
  }
}
@media screen and (min-width: 992px) {
  .c-btn:hover {
    background: #0b0e1b;
  }
}
.c-btn * {
  position: relative;
  z-index: 3;
}
.c-btn span {
  margin-top: 2px;
  line-height: 1;
}
.c-btn i {
  line-height: 0;
}
.c-btn svg {
  width: 1.5em;
  aspect-ratio: 1/1;
  fill: #fff;
}
.c-btn--fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-inline: 30px;
}
.c-btn--sub:after {
  background: #6b6047;
}
.c-btn--wht {
  border: 1px solid #202c52;
  color: #202c52;
}
.c-btn--wht:after {
  background: #fff;
}
.c-btn--wht svg {
  fill: #202c52;
}
.c-btn--wht:hover {
  background: #202c52;
  color: #fff;
}
.c-btn--wht:hover i[class*=arrow] {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}
.c-btn--wht:hover i[class*=arrow] svg {
  fill: #fff;
}
.c-btn--cta svg {
  width: 30px;
  aspect-ratio: 1/1;
}
.c-btn-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 34px;
  padding-inline: 20px;
  border-radius: 17px;
  background: #000;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: none;
  line-height: 1;
}
@media screen and (min-width: 992px) {
  .c-btn-more:hover {
    background: #202c52;
  }
  .c-btn-more:hover i[class*=arrow] {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }
}
.c-btn-txt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 60px;
  margin-top: clamp(1.875rem, 1.307rem + 2.42vw, 3.125rem);
  margin-left: auto;
  color: #231815;
  font-weight: 700;
  text-decoration: none;
  line-height: 1;
}
@media screen and (max-width: 575px) {
  .c-btn-txt {
    gap: 10px;
  }
}
@media screen and (min-width: 992px) {
  .c-btn-txt {
    gap: 10px;
    padding-right: 40px;
  }
}
.c-btn-txt * {
  z-index: 10;
}
.c-btn-txt .c-icon-arrow {
  width: 60px;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 575px) {
  .c-btn-txt .c-icon-arrow {
    width: 40px;
  }
}
.c-btn-txt:after {
  content: "";
  display: block;
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background: #202c52;
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
@media screen and (max-width: 575px) {
  .c-btn-txt:after {
    width: 40px;
    height: 40px;
  }
}
@media screen and (min-width: 992px) {
  .c-btn-txt:hover {
    color: #fff;
  }
}
@media screen and (min-width: 992px) {
  .c-btn-txt:hover svg {
    -webkit-transform: translateX(22px);
            transform: translateX(22px);
  }
}
@media screen and (min-width: 992px) {
  .c-btn-txt:hover:after {
    width: 100%;
  }
}
.c-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: min(50px, 6vw);
}
.c-btn-wrap:has(.c-btn-more) {
  padding-top: 30px;
}
.c-btn-list {
  padding-top: min(50px, 6vw);
}
@media screen and (max-width: 767px) {
  .c-btn-list {
    display: -ms-grid;
    display: grid;
    gap: 15px;
  }
}
@media screen and (min-width: 768px) {
  .c-btn-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px;
  }
}

/**
  @forms
---------------------------------------------------------
  elements/_forms.scss
--------------------------------------------------------- */
.c-form {
  display: -ms-grid;
  display: grid;
  gap: min(80px, 10vw);
  margin-inline: auto;
  /* Firefox 対応 */
}
.c-form-wrap {
  margin-top: clamp(1.875rem, 1.307rem + 2.42vw, 3.125rem);
  background: #f9f8f5;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .c-form-wrap {
    padding: 40px;
  }
}
@media screen and (max-width: 575px) {
  .c-form-wrap {
    padding-block: 10vw;
    padding-inline: 5vw;
  }
}
@media screen and (min-width: 768px) {
  .c-form-wrap {
    padding-block: 60px;
    padding-inline: 80px;
  }
}
.c-form-item {
  display: -ms-grid;
  display: grid;
  gap: min(50px, 6vw);
}
.c-form-txt__info {
  display: block;
  width: 100%;
  margin: 0;
  margin-top: 5px;
  font-weight: 500;
  font-size: var(--fz-2);
}
.c-form-txt__attention {
  margin-left: 1em;
  text-indent: -1em;
  color: #ad0306;
  font-size: var(--fz-1);
  line-height: 1.5;
}
.c-form-block {
  margin-bottom: 0;
}
.c-form-block--privacy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
}
.c-form-block--privacy:has(.formrun-has-error) i {
  border: solid 1px #ad0306;
  background: rgba(173, 3, 6, 0.1);
}
@media screen and (max-width: 767px) {
  .c-form-block--btn {
    display: -ms-grid;
    display: grid;
    gap: 15px;
  }
}
@media screen and (min-width: 768px) {
  .c-form-block--btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px;
  }
}
@media screen and (max-width: 575px) {
  .c-form-block--btn .c-btn {
    width: 100%;
  }
}
@media screen and (min-width: 576px) {
  .c-form-block--btn .c-btn {
    width: 300px;
  }
}
.c-form [class^=js-branch] {
  display: none;
}
.c-form [class^=js-branch].is-show {
  display: block;
}
.c-form-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: min(2.6vw,15px);
}
.c-form-head > span {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  display: block;
  font-weight: 700;
  line-height: 1;
}
.c-form-head small {
  font-weight: 400;
  font-size: 75%;
  margin-left: 0.5em;
}
.c-form-head__icon {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 4em;
  height: 2em;
  border-radius: 1em;
  background: #808080;
  color: #fff;
  font-size: clamp(0.625rem, 0.568rem + 0.24vw, 0.75rem);
  font-weight: 700;
  line-height: 1;
}
.c-form-head__icon:before {
  content: "任意";
}
.c-form-block:has(.c-form-error) .c-form-head__icon {
  background: #b94a48;
}
.c-form-block:has(.c-form-error) .c-form-head__icon:before {
  content: "必須";
}
.c-form-cnt__rows {
  display: -ms-grid;
  display: grid;
  gap: 15px;
}
.c-form-cnt__rows .c-form-error {
  margin-top: -5px;
}
.c-form-cnt__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-form-cnt__column input {
  width: 100px !important;
}
@media screen and (max-width: 575px) {
  .c-form-cnt__column input {
    width: 80px !important;
  }
}
.c-form-cnt__column i {
  display: block;
  margin-inline: 8px;
  width: 10px;
  height: 1px;
  background: #231815;
}
.c-form input[type=text], .c-form input[type=tel], .c-form input[type=email], .c-form input[type=number], .c-form select {
  height: min(60px, 14vw);
  line-height: 1;
}
.c-form input[type=text], .c-form input[type=tel], .c-form input[type=email], .c-form input[type=number], .c-form textarea, .c-form-select {
  background: #fff;
  -webkit-transition: border 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: border 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  border: solid 1px #ccc;
  border-radius: 6px;
}
.c-form input[type=text]:hover, .c-form input[type=text]:focus, .c-form input[type=tel]:hover, .c-form input[type=tel]:focus, .c-form input[type=email]:hover, .c-form input[type=email]:focus, .c-form input[type=number]:hover, .c-form input[type=number]:focus, .c-form textarea:hover, .c-form textarea:focus, .c-form-select:hover, .c-form-select:focus {
  border-color: #000;
}
.c-form input[type=text], .c-form input[type=tel], .c-form input[type=email], .c-form input[type=number], .c-form textarea, .c-form select, .c-form button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  outline: none;
  font-size: 1rem;
}
.c-form input[type=text], .c-form input[type=tel], .c-form input[type=email], .c-form input[type=number], .c-form textarea, .c-form select {
  width: 100%;
  color: #231815;
  font-family: YakuHanJP, "Roboto", "Noto Sans JP", sans-serif;
  vertical-align: baseline;
}
.c-form input[type=text]:focus, .c-form input[type=tel]:focus, .c-form input[type=email]:focus, .c-form input[type=number]:focus, .c-form textarea:focus, .c-form select:focus {
  outline: none;
}
.c-form input[type=text], .c-form input[type=tel], .c-form input[type=email], .c-form input[type=number], .c-form textarea {
  padding: 1em;
}
.c-form textarea {
  height: clamp(100px, 25vw, 200px);
  padding: 1em;
}
.c-form input[type=text].formrun-has-error, .c-form input[type=tel].formrun-has-error, .c-form input[type=email].formrun-has-error, .c-form input[type=number].formrun-has-error, .c-form textarea.formrun-has-error {
  border-color: #ad0306;
  background: rgba(173, 3, 6, 0.1);
}
.c-form input[type=text]::-webkit-input-placeholder, .c-form input[type=tel]::-webkit-input-placeholder, .c-form input[type=email]::-webkit-input-placeholder, .c-form input[type=number]::-webkit-input-placeholder, .c-form textarea::-webkit-input-placeholder {
  color: #dfdfdf;
}
.c-form input[type=text]::-moz-placeholder, .c-form input[type=tel]::-moz-placeholder, .c-form input[type=email]::-moz-placeholder, .c-form input[type=number]::-moz-placeholder, .c-form textarea::-moz-placeholder {
  color: #dfdfdf;
}
.c-form input[type=text]:-ms-input-placeholder, .c-form input[type=tel]:-ms-input-placeholder, .c-form input[type=email]:-ms-input-placeholder, .c-form input[type=number]:-ms-input-placeholder, .c-form textarea:-ms-input-placeholder {
  color: #dfdfdf;
}
.c-form input[type=text]::-ms-input-placeholder, .c-form input[type=tel]::-ms-input-placeholder, .c-form input[type=email]::-ms-input-placeholder, .c-form input[type=number]::-ms-input-placeholder, .c-form textarea::-ms-input-placeholder {
  color: #dfdfdf;
}
.c-form input[type=text]::placeholder, .c-form input[type=tel]::placeholder, .c-form input[type=email]::placeholder, .c-form input[type=number]::placeholder, .c-form textarea::placeholder {
  color: #dfdfdf;
}
.c-form input[type=number]::-webkit-outer-spin-button,
.c-form input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.c-form input[type=number] {
  -moz-appearance: textfield;
}
.c-form input.short {
  width: 200px;
}
.c-form input.zip {
  width: 100px;
}
.c-form input.num {
  width: 80px;
}
.c-form button {
  border: none;
  width: 300px;
}
.c-form-list {
  display: -ms-grid;
  display: grid;
  gap: 15px;
  width: 100%;
}
.c-form-list--inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.c-form-error {
  display: block;
  width: 100%;
  margin-top: 10px;
  color: #b94a48;
  font-size: var(--fz-2);
  font-weight: 700;
  line-height: 1;
}
.c-form-error--privacy {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-form-select {
  position: relative;
  width: 100%;
  height: min(60px, 14vw);
  border: 1px solid #ccc;
  background: #fff;
  z-index: 10;
}
.c-form-select:has(.formrun-has-error) {
  border-color: #ad0306;
  background: rgba(173, 3, 6, 0.1);
}
.c-form-select:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 1em;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  margin: 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid #ccc;
  border-right: 2px solid #ccc;
  z-index: 11;
}
.c-form-select select {
  position: relative;
  padding: 0 1em;
  border: none;
  background: none;
  vertical-align: middle;
  z-index: 15;
}
.c-form-select select::-ms-expand {
  display: none;
}
.c-form-list {
  display: -ms-grid;
  display: grid;
  gap: 15px;
}
@media screen and (max-width: 575px) {
  .c-form-list {
    gap: 10px;
  }
}
.c-form-list__hn {
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
.c-form-list__vt .c-form-error {
  margin-top: -5px;
}
.c-form-list__label {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  height: min(60px, 14vw);
  padding-inline: 20px;
  border: 1px solid #ccc;
  border-radius: 6px;
}
@media screen and (max-width: 575px) {
  .c-form-list__label {
    padding-inline: 1em;
  }
}
.c-form-list__label:has(.formrun-has-error) {
  border-color: #ad0306;
  background: rgba(173, 3, 6, 0.1);
}
.c-form-list__label:has(.formrun-has-error) i {
  border: 1px solid #ad0306;
}
.c-form-check {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.c-form-check--summary {
  display: -ms-grid !important;
  display: grid !important;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
  padding-block: 20px;
}
@media screen and (max-width: 575px) {
  .c-form-check--summary {
    padding-block: 1em;
  }
}
.c-form-check__txt {
  -ms-grid-column-span: 2;
  grid-column: span 2/span 2;
  font-size: var(--fz-1);
}
@media screen and (max-width: 575px) {
  .c-form-check__txt {
    font-size: var(--fz-2);
  }
}
.c-form-check i {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  aspect-ratio: 1/1;
  background: #e6e6e6;
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.c-form-check i:before {
  opacity: 0;
  content: "";
  display: block;
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.c-form-check span {
  line-height: 1;
}
.c-form-check:has(input:checked) i {
  background: #202c52;
}
.c-form-check:has(input:checked) i:before {
  opacity: 1;
}
.c-form-check:has(input[type=radio]) i {
  border-radius: 100%;
}
.c-form-check:has(input[type=radio]) i:before {
  width: 10px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background: #fff;
}
.c-form-check:has(input[type=checkbox]) i:before {
  width: 8px;
  height: 12px;
  margin-top: -4px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-form-check input {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.formrun-system-confirm .c-form-head__icon {
  display: none;
}

.swal2-container .x-mark {
  height: 100%;
}
.swal2-container .swal2-modal {
  padding-block: 40px !important;
}
.swal2-container .swal2-modal .swal2-title {
  font-size: var(--fz2);
}
.swal2-container .swal2-modal .swal2-content {
  font-size: var(--fz0);
}
.swal2-container .swal2-icon {
  width: 50px;
  height: 50px;
  margin: 0;
  margin-inline: auto;
  margin-bottom: 20px;
}
.swal2-container .swal2-icon.swal2-error .line {
  width: 30px;
  height: 4px;
  top: calc(50% - 2px);
}
.swal2-container .swal2-icon.swal2-error .line.right {
  right: calc(50% - 15px);
}
.swal2-container .swal2-icon.swal2-error .line.left {
  left: calc(50% - 15px);
}

/*  c-modal
--------------------------------------------- */
.c-modal {
  pointer-events: none;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  z-index: 99999999;
}
.c-modal.is-open {
  pointer-events: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
}
.c-modal-container {
  position: relative;
  width: 90vw;
  height: 90vh;
  background: #fff;
  border-radius: 10px;
  z-index: 10;
}
@media screen and (min-width: 992px) {
  .c-modal-container {
    max-width: 800px;
  }
}
.c-modal-container__inner {
  overflow: auto;
  height: 100%;
  padding: min(40px, 6vw);
}
.c-modal-close {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background: #231815;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  z-index: 20;
}
@media screen and (max-width: 575px) {
  .c-modal-close {
    width: 40px;
  }
}
.c-modal-close:before, .c-modal-close:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 2px;
  margin-top: -1px;
  margin-left: -25%;
  background: #fff;
}
.c-modal-close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-modal-close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.c-modal-close__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  height: 50px;
  margin-top: 30px;
  margin-inline: auto;
  padding-inline: 20px;
  background: #202c52;
  border-radius: 6px;
  color: #fff;
}
.c-modal-close__btn i {
  position: relative;
  width: 16px;
  aspect-ratio: 1/1;
}
.c-modal-close__btn i:before, .c-modal-close__btn i:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
}
.c-modal-close__btn i:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-modal-close__btn i:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* Modal Animation Style　(アニメーション不要の場合は削除)
--------------------------------------------- */
.c-modal[aria-hidden=false] {
  -webkit-animation: mmfadeIn 0.8s cubic-bezier(0, 0.7, 0.22, 1);
          animation: mmfadeIn 0.8s cubic-bezier(0, 0.7, 0.22, 1);
}
.c-modal[aria-hidden=true] {
  -webkit-animation: mmfadeOut 0.8s cubic-bezier(0, 0.7, 0.22, 1);
          animation: mmfadeOut 0.8s cubic-bezier(0, 0.7, 0.22, 1);
}
.c-modal__overlay, .c-modal__container {
  will-change: transform;
}

@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes mmslideIn {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes mmslideIn {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes mmslideOut {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(15%);
            transform: translateX(15%);
  }
}
@keyframes mmslideOut {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(15%);
            transform: translateX(15%);
  }
}
.c-link-u {
  text-decoration: underline !important;
}
@media (hover: hover) and (pointer: fine) {
  .c-link-u:hover {
    text-decoration: none !important;
  }
}
.c-link-line {
  position: relative;
}
.c-link-line:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 0;
  height: 1px;
  background: rgba(35, 24, 21, 0.6);
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
@media (hover: hover) and (pointer: fine) {
  .c-link-line:hover:after {
    width: 100%;
  }
}
.c-link-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 30px;
  color: #231815;
  text-decoration: none;
}
@media screen and (max-width: 575px) {
  .c-link-txt {
    margin-top: 20px;
  }
}
.c-link-txt:has(.c-icon-map) {
  gap: 5px;
}
.c-link-txt > span {
  overflow: hidden;
  position: relative;
  display: block;
  padding-block: 5px;
  line-height: 1.3;
}
.c-link-txt > span:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #835a4e;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.c-link-txt p {
  margin: 0 !important;
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 992px) {
  .c-link-txt:hover span:after {
    -webkit-animation: underline 0.4s cubic-bezier(0.29, 0.65, 0.62, 1) forwards;
            animation: underline 0.4s cubic-bezier(0.29, 0.65, 0.62, 1) forwards;
  }
}
.c-link-txt .c-icon-circle {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
.c-link-txt__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px 30px;
  margin-top: 30px;
}
.c-link-txt__list--right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.c-link-txt__list--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-link-txt__list .c-link-txt {
  margin-top: 0;
}
.c-link-pdf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 60px;
  padding: 1em;
  border-radius: 10px;
  border: 1px solid #ccc;
  background: #fff;
}
@media screen and (max-width: 413px) {
  .c-link-pdf {
    min-height: 50px;
  }
}
@media (hover: hover) {
  .c-link-pdf:hover {
    border-color: #202c52;
  }
}
.c-link-pdf i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background: #202c52;
}
.c-link-pdf i svg {
  width: 16px;
  aspect-ratio: 1/1;
  fill: #fff;
}
.c-link-pdf__list {
  display: -ms-grid;
  display: grid;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .c-link-pdf__list {
    gap: 10px;
  }
}
@media screen and (min-width: 768px) {
  .c-link-pdf__list {
    grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
  }
}
.c-link-pdf__list .c-link-pdf {
  width: 100%;
}
.c-link-tel {
  letter-spacing: 0.05em;
}

@-webkit-keyframes underline {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  37% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 1;
  }
  38% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
  39% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
  40% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes underline {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  37% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 1;
  }
  38% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
  39% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
  40% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
.c-list {
  display: -ms-grid;
  display: grid;
}
.c-list:has(> li) {
  gap: 0.5em;
}
.c-list:not(:last-child) {
  margin-bottom: 1.6em;
}
.c-list > li, .c-list > dt {
  position: relative;
  padding-left: 15px;
  line-height: 1.6;
}
.c-list > li:before, .c-list > dt:before {
  position: absolute;
  display: block;
  content: "";
  top: 0.8em;
  left: 0;
  width: 6px;
  margin-top: -3px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background: #202c52;
}
.c-list dt {
  margin-bottom: 5px;
}
.c-list dt:not(:first-child) {
  margin-top: 1rem;
}
.c-list dd {
  padding-left: 15px;
}
.c-list dd ul {
  display: -ms-grid;
  display: grid;
  gap: 5px;
}
.c-list-num {
  display: -ms-grid;
  display: grid;
  gap: 0.8em;
  counter-reset: calc-ex9;
}
.c-list-num:not(:last-child) {
  margin-bottom: 1.6em;
}
.c-list-num > li, .c-list-num > dt {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 5px 1fr;
  grid-template-columns: auto 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 5px;
  counter-increment: calc-ex9;
  line-height: 1.6;
}
.c-list-num > li:last-child, .c-list-num > dt:last-child {
  margin-bottom: 0;
}
.c-list-num > li:before, .c-list-num > dt:before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  content: counter(calc-ex9) ".";
  display: inline-block;
  width: 2em;
  text-indent: 0;
}
.c-list-num > li ol.c-list-num, .c-list-num > dt ol.c-list-num {
  margin-block: 10px;
}
.c-list-num > li ol.c-list-num li:before, .c-list-num > dt ol.c-list-num li:before {
  content: "（" counter(calc-ex9) "）";
}
.c-list-num > dt {
  margin-bottom: 5px;
  line-height: 1.3;
}
.c-list-num > dd {
  padding-left: calc(2em + 5px);
}
.c-list-num > dd:not(:last-child) {
  margin-bottom: 10px;
}
.c-list-num--parenthesis > li:before, .c-list-num--parenthesis > dt:before {
  content: "（" counter(calc-ex9) "）";
}
.c-list--def dt {
  margin-bottom: 5px;
}
.c-list--def dt:not(:first-child) {
  margin-top: 1rem;
}

.c-sentence {
  text-align: justify;
  line-height: 2;
  letter-spacing: 0.16em;
}
.c-sentence:not(:last-child) {
  margin-bottom: 1.5em;
}
.c-sentence-note {
  display: -ms-grid;
  display: grid;
  margin-top: 5px;
}
.c-sentence-note p, .c-sentence-note li, .c-sentence-note dt {
  margin-left: 1em;
  text-indent: -1em;
  font-size: var(--fz-2);
  line-height: 1.6;
}
.c-sentence-note p:not(:last-child) {
  margin-bottom: 5px !important;
}
.c-sentence-note dd {
  margin-left: 1em;
  font-size: var(--fz-2);
}
.c-sentence-lead {
  color: #202c52;
  font-size: var(--fz2);
  font-weight: 500;
}
.c-sentence-lead:not(:last-child) {
  margin-bottom: 0.8em;
}
.c-sentence-emphasis {
  margin-bottom: 0.8em;
  font-size: var(--fz1);
  font-weight: 500;
}

ul.c-sentence-note {
  gap: 5px;
}

.p-page-header {
  display: -ms-grid;
  display: grid;
  gap: 15px;
  margin-bottom: min(100px, 15vw);
  text-align: center;
}
.p-page-header__ttl {
  font-size: var(--fz4);
  font-weight: 700;
  line-height: 1;
}
.p-page-header__en {
  color: #202c52;
  font-size: var(--fz-2);
  font-weight: 700;
  line-height: 1;
}
.p-page-container {
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: min(40px, 5vw);
}
.p-page-container--full {
  max-width: none;
}
@media screen and (min-width: 992px) {
  .p-page-container--full {
    padding-inline: 60px;
  }
}
@media screen and (min-width: 1400px) {
  .p-page-container--full {
    padding-inline: 80px;
  }
}
.p-page-section + .p-page-section {
  margin-top: min(100px, 15vw);
}
.p-page-article {
  position: relative;
}
.p-page-article + .p-page-article {
  margin-top: min(80px, 10vw);
}
.p-page-article__block + .p-page-article__block {
  margin-top: min(60px, 8vw);
}
.p-page-article--short {
  max-width: 800px;
}

.p-order a:not([class]) {
  color: #3d539b;
}
@media (hover: hover) and (pointer: fine) {
  .p-order a:not([class]):hover {
    text-decoration: none;
  }
}
.p-order-flow {
  overflow: hidden;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: min(50px, 6vw);
}
@media screen and (max-width: 575px) {
  .p-order-flow {
    gap: 10px;
  }
}
.p-order-flow__item:first-child figure:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100vw;
  height: 4px;
  margin-top: -2px;
  background: #202c52;
  z-index: -1;
}
@media screen and (max-width: 575px) {
  .p-order-flow__item:first-child figure:after {
    height: 2px;
    margin-top: -1px;
  }
}
.p-order-flow__img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  aspect-ratio: 1/1;
  background: #e3e7f4;
  border-radius: 100%;
}
.is-active .p-order-flow__img, .is-current .p-order-flow__img {
  background: #f7e5e6;
}
.p-order-flow__img img {
  width: 40%;
}
.p-order-flow__img-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  aspect-ratio: 1/1;
  padding-top: 4px;
  background: #202c52;
  border-radius: 100%;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 575px) {
  .p-order-flow__img-num {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    -webkit-transform-origin: left top;
            transform-origin: left top;
    padding-top: 2px;
  }
}
.is-active .p-order-flow__img-num, .is-current .p-order-flow__img-num {
  background: #ad0306;
}
.p-order-flow__img-num small, .p-order-flow__img-num span {
  line-height: 1;
}
.p-order-flow__img-num small {
  font-size: 10px;
}
.p-order-flow__img-num span {
  font-size: 20px;
}
.p-order-flow__ttl {
  margin-top: 0.8em;
  color: #202c52;
  font-weight: 700;
  text-align: center;
  line-height: 1.3 !important;
}
@media screen and (max-width: 575px) {
  .p-order-flow__ttl {
    font-size: 0.812rem;
  }
}
.is-active .p-order-flow__ttl, .is-current .p-order-flow__ttl {
  color: #ad0306;
}
.p-order-message {
  padding: 1.5em;
  background: #ffefd1;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 575px) {
  .p-order-message {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 576px) {
  .p-order-message {
    margin-bottom: 50px;
  }
}
.p-order-ttl {
  margin-bottom: 1em;
  font-size: var(--fz2);
  font-weight: 700;
}
.p-order-form__head {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-order-form__head-link {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  font-size: var(--fz-1);
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-order-form__head-link {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p-order-form__head-link {
    margin-left: auto;
  }
}
.p-order-form__head-link i {
  line-height: 0;
}
.p-order-form__head-link svg {
  width: 1em;
  aspect-ratio: 1/1;
  fill: #2e4077;
}
.p-order-form__head-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  color: #2e4077;
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .p-order-form__head-link a:hover {
    text-decoration: none;
  }
}
.p-order-product__item {
  display: none;
}
.p-order-product__item:nth-of-type(1) {
  display: -ms-grid;
  display: grid;
}
.p-order-product__item:nth-of-type(1) .p-order-del {
  display: none;
  pointer-events: none;
}
.p-order-product__item:has(.p-order-add__input:checked) {
  display: -ms-grid;
  display: grid;
  padding-top: min(50px, 6vw);
}
.p-order-product__item:last-of-type .p-order-add {
  pointer-events: none;
  display: none;
}
.p-order-product .c-form-item {
  padding: min(40px, 5vw);
  border: 1px solid #202c52;
  border-top: none;
}
.p-order-product:has(#product02:checked) .p-order-add[for=product02] {
  display: none;
}
.p-order-product:has(#product03:checked) .p-order-add[for=product03] {
  display: none;
}
.p-order-product:has(#product04:checked) .p-order-add[for=product04] {
  display: none;
}
.p-order-product:has(#product05:checked) .p-order-add[for=product05] {
  display: none;
}
.p-order-product:has(#product06:checked) .p-order-add[for=product06] {
  display: none;
}
.p-order-product:has(#product07:checked) .p-order-add[for=product07] {
  display: none;
}
.p-order-product:has(#product08:checked) .p-order-add[for=product08] {
  display: none;
}
.p-order-product:has(#product09:checked) .p-order-add[for=product09] {
  display: none;
}
.p-order-product:has(#product10:checked) .p-order-add[for=product10] {
  display: none;
}
.p-order-product__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: min(60px, 10vw);
  padding-inline: 20px;
  background: #202c52;
  color: #fff;
  font-size: var(--fz1);
  line-height: 1;
}
.p-order-product__data-wrap {
  display: none;
  gap: 8px;
  padding-top: 1.5em;
}
.p-order-product__data-wrap:has(.is-selected) {
  display: -ms-grid;
  display: grid;
}
.p-order-product__data-size {
  pointer-events: none;
  height: auto !important;
  padding: 0;
  border: 0;
  color: #ad0306 !important;
}
.p-order-product__layout.has-danger .c-form-cnt {
  padding: 1em 1.5em;
  border: 1px solid #ad0306;
  background: rgba(173, 3, 6, 0.1);
  border-radius: 6px;
}
.p-order-product__layout.has-danger .c-form-cnt .c-form-error {
  text-align: center;
}
.p-order-product__layout-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 50px;
  padding-inline: 20px;
  margin-top: 1em;
  margin-inline: auto;
  padding-inline: 20px;
  background: #202c52;
  border-radius: 6px;
  color: #fff;
}
.p-order-product__layout-txt {
  display: none;
  padding: 1em;
  height: 60px;
  margin-top: 1em;
  border: 1px solid #ccc;
  border-radius: 6px;
}
.p-order-product__layout-txt:has(input:checked) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-order-product__layout-txt input {
  display: none;
}
.p-order-product__layout-list {
  display: -ms-grid;
  display: grid;
  gap: 15px;
  margin-top: 20px;
}
.p-order-product__layout-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 1em;
  color: #202c52;
  font-size: var(--fz2);
  font-weight: 700;
}
.p-order-product__layout-ttl i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  aspect-ratio: 1/1;
  padding-left: 1px;
  background: #202c52;
  border-radius: 100%;
  color: #fff;
  font-size: var(--fz1);
  font-weight: 700;
  line-height: 1;
}
.p-order-product__option.has-danger .c-form-cnt {
  padding: 1em 1.5em;
  border: 1px solid #ad0306;
  background: rgba(173, 3, 6, 0.1);
  border-radius: 6px;
}
.p-order-product__option.has-danger .c-form-cnt .c-form-error {
  text-align: center;
}
.p-order-product__option-list {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 15px;
  margin-top: 20px;
}
.p-order-product__option-list label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 15px;
  text-align: center;
}
.p-order-product__option-list label img {
  width: 200px;
}
.p-order-product__option-list label.is-disabled {
  pointer-events: none;
  background: #f2f2f2;
}
.p-order-product__option-list label.is-disabled img {
  opacity: 0.3;
}
.p-order-product__option-list label.is-disabled p {
  opacity: 0.3;
}
.p-order-product__option-attention {
  display: none;
}
.c-form-cnt:has(input[value=アルミイーゼル]:checked) .p-order-product__option-attention {
  display: block;
  margin-top: 10px;
}
body.formrun-system-confirm .p-order-product__option-attention {
  display: none !important;
}
.p-order-product__memo textarea {
  height: 100px;
}
.p-order-product__modal-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 50px;
  padding-inline: 20px;
  margin-top: 1em;
  margin-inline: auto;
  padding-inline: 20px;
  background: #202c52;
  border-radius: 6px;
  color: #fff;
  line-height: 1;
}
.p-order-product__modal-btn span:before {
  content: attr(data-label);
}
.p-order-product__layout:has(input:checked) .p-order-product__modal-btn span:before {
  content: "変更する";
}
.p-order-product__option:has(input:checked) .p-order-product__modal-btn span:before {
  content: "変更する";
}
.p-order-product__modal-txt {
  display: none;
  padding: 1em;
  height: 60px;
  margin-top: 1em;
  border: 1px solid #ccc;
  border-radius: 6px;
  line-height: 1;
}
.p-order-product__modal-txt:has(input:checked) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-order-product__modal-txt input {
  display: none;
}
.p-order-product__modal-label {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 10px;
  padding: min(40px, 5vw);
}
.p-order-product__modal-label:before, .p-order-product__modal-label:after {
  pointer-events: none;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.p-order-product__modal-label:before {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
}
.p-order-product__modal-label:after {
  content: "選択中";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 30px;
  padding-inline: 1em;
  background: #ad0306;
  color: #fff;
  font-size: var(--fz-1);
  font-weight: 700;
  line-height: 1;
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  .p-order-product__modal-label:hover:before {
    border-color: #202c52;
  }
}
.p-order-product__modal-label.is-checked {
  -webkit-box-shadow: 0 0 10px 0px rgba(32, 44, 82, 0.2);
          box-shadow: 0 0 10px 0px rgba(32, 44, 82, 0.2);
  background: rgba(32, 44, 82, 0.1);
}
.p-order-product__modal-label.is-checked:before {
  border: 3px solid #202c52;
}
.p-order-product__modal-label.is-checked:after {
  opacity: 1;
}
.p-order-product__modal-label--other {
  height: 100px !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-order-add, .p-order-del {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
}
.p-order-add i, .p-order-del i {
  position: relative;
  width: 12px;
  aspect-ratio: 1/1;
}
.p-order-add i:before, .p-order-add i:after, .p-order-del i:before, .p-order-del i:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
}
.p-order-add {
  height: 50px;
  margin-top: 30px;
  margin-inline: auto;
  padding-inline: 20px;
  background: #202c52;
  border-radius: 6px;
  color: #fff;
}
.p-order-add:has(input:checked) {
  display: none;
}
.p-order-add i:before, .p-order-add i:after {
  background: #fff;
}
.p-order-add i:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.p-order-add__input {
  display: none;
}
.p-order-del {
  height: 30px;
  padding-inline: 10px;
  background: #fff;
  color: #231815;
  border-radius: 6px;
}
.p-order-del span {
  font-size: var(--fz-1);
}
.p-order-del i:before {
  background: #202c52;
}
.p-order-del i:after {
  display: none;
}
.p-order-agree__list {
  padding: min(40px, 5vw);
  border: 1px solid #ccc;
}
@media screen and (max-width: 575px) {
  .p-order-agree__list li {
    font-size: var(--fz-1);
  }
}
.p-order-thanks {
  padding-top: min(40px, 5vw);
  text-align: center;
}
.p-order-thanks__ttl {
  margin-bottom: 1em;
  font-size: var(--fz2);
  font-weight: 700;
}
.p-order-thanks p {
  text-align: center;
}

.p-order-product__item .c-modal-close {
  background: #ad0306;
}

.formrun-system-confirm .p-order-user .c-form-item, .formrun-system-confirm .p-order-delivery .c-form-item {
  padding: min(40px, 5vw);
  border: 1px solid #ccc;
}
.formrun-system-confirm .p-order-user .c-form-item .c-form-item, .formrun-system-confirm .p-order-delivery .c-form-item .c-form-item {
  padding: 0;
  border: none;
}
.formrun-system-confirm .p-order-agree .c-form-block--privacy {
  padding: min(40px, 5vw);
  border: 1px solid #ccc;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

/**
  @hide
---------------------------------------------------------
  utility/_hide.scss
--------------------------------------------------------- */
.u-d-none {
  display: none !important;
}

.u-d-inline {
  display: inline !important;
}

.u-d-inline-block {
  display: inline-block !important;
}

.u-d-block {
  display: block !important;
}

.u-d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

@media screen and (max-width: 413px) {
  .u-d-xs-none {
    display: none !important;
  }
  .u-d-xs-inline {
    display: inline !important;
  }
  .u-d-xs-inline-block {
    display: inline-block !important;
  }
  .u-d-xs-block {
    display: block !important;
  }
  .u-d-xs-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
}
@media screen and (max-width: 575px) {
  .u-d-sm-none {
    display: none !important;
  }
  .u-d-sm-inline {
    display: inline !important;
  }
  .u-d-sm-inline-block {
    display: inline-block !important;
  }
  .u-d-sm-block {
    display: block !important;
  }
  .u-d-sm-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
}
@media screen and (max-width: 767px) {
  .u-d-md-none {
    display: none !important;
  }
  .u-d-md-inline {
    display: inline !important;
  }
  .u-d-md-inline-block {
    display: inline-block !important;
  }
  .u-d-md-block {
    display: block !important;
  }
  .u-d-md-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
}
@media screen and (max-width: 991px) {
  .u-d-lg-none {
    display: none !important;
  }
  .u-d-lg-inline {
    display: inline !important;
  }
  .u-d-lg-inline-block {
    display: inline-block !important;
  }
  .u-d-lg-block {
    display: block !important;
  }
  .u-d-lg-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
}
@media screen and (max-width: 1199px) {
  .u-d-xl-none {
    display: none !important;
  }
  .u-d-xl-inline {
    display: inline !important;
  }
  .u-d-xl-inline-block {
    display: inline-block !important;
  }
  .u-d-xl-block {
    display: block !important;
  }
  .u-d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media screen and (max-width: 1399px) {
  .u-d-xxl-none {
    display: none !important;
  }
  .u-d-xxl-inline {
    display: inline !important;
  }
  .u-d-xlx-inline-block {
    display: inline-block !important;
  }
  .u-d-xxl-block {
    display: block !important;
  }
  .u-d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
/**
  @spacing
---------------------------------------------------------
  utility/_spacing.scss
------------------------------------------------------ */
.u-mt0 {
  margin-top: 0px !important;
}

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

.u-mr0 {
  margin-right: 0px !important;
}

.u-ml0 {
  margin-left: 0px !important;
}

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

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

.u-pr0 {
  padding-right: 0px !important;
}

.u-pl0 {
  padding-left: 0px !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-mr5 {
  margin-right: 5px !important;
}

.u-ml5 {
  margin-left: 5px !important;
}

.u-pt5 {
  padding-top: 5px !important;
}

.u-pb5 {
  padding-bottom: 5px !important;
}

.u-pr5 {
  padding-right: 5px !important;
}

.u-pl5 {
  padding-left: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mr10 {
  margin-right: 10px !important;
}

.u-ml10 {
  margin-left: 10px !important;
}

.u-pt10 {
  padding-top: 10px !important;
}

.u-pb10 {
  padding-bottom: 10px !important;
}

.u-pr10 {
  padding-right: 10px !important;
}

.u-pl10 {
  padding-left: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-mr15 {
  margin-right: 15px !important;
}

.u-ml15 {
  margin-left: 15px !important;
}

.u-pt15 {
  padding-top: 15px !important;
}

.u-pb15 {
  padding-bottom: 15px !important;
}

.u-pr15 {
  padding-right: 15px !important;
}

.u-pl15 {
  padding-left: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-ml20 {
  margin-left: 20px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-pr20 {
  padding-right: 20px !important;
}

.u-pl20 {
  padding-left: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-mr25 {
  margin-right: 25px !important;
}

.u-ml25 {
  margin-left: 25px !important;
}

.u-pt25 {
  padding-top: 25px !important;
}

.u-pb25 {
  padding-bottom: 25px !important;
}

.u-pr25 {
  padding-right: 25px !important;
}

.u-pl25 {
  padding-left: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mr30 {
  margin-right: 30px !important;
}

.u-ml30 {
  margin-left: 30px !important;
}

.u-pt30 {
  padding-top: 30px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

.u-pr30 {
  padding-right: 30px !important;
}

.u-pl30 {
  padding-left: 30px !important;
}

@media screen and (max-width: 575px) {
  .u-mt-sm-0 {
    margin-top: 0px !important;
  }
  .u-mb-sm-0 {
    margin-bottom: 0px !important;
  }
  .u-pt-sm-0 {
    padding-top: 0px !important;
  }
  .u-pb-sm-0 {
    padding-bottom: 0px !important;
  }
  .u-mt-sm-5 {
    margin-top: 5px !important;
  }
  .u-mb-sm-5 {
    margin-bottom: 5px !important;
  }
  .u-pt-sm-5 {
    padding-top: 5px !important;
  }
  .u-pb-sm-5 {
    padding-bottom: 5px !important;
  }
  .u-mt-sm-10 {
    margin-top: 10px !important;
  }
  .u-mb-sm-10 {
    margin-bottom: 10px !important;
  }
  .u-pt-sm-10 {
    padding-top: 10px !important;
  }
  .u-pb-sm-10 {
    padding-bottom: 10px !important;
  }
  .u-mt-sm-15 {
    margin-top: 15px !important;
  }
  .u-mb-sm-15 {
    margin-bottom: 15px !important;
  }
  .u-pt-sm-15 {
    padding-top: 15px !important;
  }
  .u-pb-sm-15 {
    padding-bottom: 15px !important;
  }
  .u-mt-sm-20 {
    margin-top: 20px !important;
  }
  .u-mb-sm-20 {
    margin-bottom: 20px !important;
  }
  .u-pt-sm-20 {
    padding-top: 20px !important;
  }
  .u-pb-sm-20 {
    padding-bottom: 20px !important;
  }
  .u-mt-sm-25 {
    margin-top: 25px !important;
  }
  .u-mb-sm-25 {
    margin-bottom: 25px !important;
  }
  .u-pt-sm-25 {
    padding-top: 25px !important;
  }
  .u-pb-sm-25 {
    padding-bottom: 25px !important;
  }
  .u-mt-sm-30 {
    margin-top: 30px !important;
  }
  .u-mb-sm-30 {
    margin-bottom: 30px !important;
  }
  .u-pt-sm-30 {
    padding-top: 30px !important;
  }
  .u-pb-sm-30 {
    padding-bottom: 30px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt-md-0 {
    margin-top: 0px !important;
  }
  .u-mb-md-0 {
    margin-bottom: 0px !important;
  }
  .u-pt-md-0 {
    padding-top: 0px !important;
  }
  .u-pb-md-0 {
    padding-bottom: 0px !important;
  }
  .u-mt-md-5 {
    margin-top: 5px !important;
  }
  .u-mb-md-5 {
    margin-bottom: 5px !important;
  }
  .u-pt-md-5 {
    padding-top: 5px !important;
  }
  .u-pb-md-5 {
    padding-bottom: 5px !important;
  }
  .u-mt-md-10 {
    margin-top: 10px !important;
  }
  .u-mb-md-10 {
    margin-bottom: 10px !important;
  }
  .u-pt-md-10 {
    padding-top: 10px !important;
  }
  .u-pb-md-10 {
    padding-bottom: 10px !important;
  }
  .u-mt-md-15 {
    margin-top: 15px !important;
  }
  .u-mb-md-15 {
    margin-bottom: 15px !important;
  }
  .u-pt-md-15 {
    padding-top: 15px !important;
  }
  .u-pb-md-15 {
    padding-bottom: 15px !important;
  }
  .u-mt-md-20 {
    margin-top: 20px !important;
  }
  .u-mb-md-20 {
    margin-bottom: 20px !important;
  }
  .u-pt-md-20 {
    padding-top: 20px !important;
  }
  .u-pb-md-20 {
    padding-bottom: 20px !important;
  }
  .u-mt-md-25 {
    margin-top: 25px !important;
  }
  .u-mb-md-25 {
    margin-bottom: 25px !important;
  }
  .u-pt-md-25 {
    padding-top: 25px !important;
  }
  .u-pb-md-25 {
    padding-bottom: 25px !important;
  }
  .u-mt-md-30 {
    margin-top: 30px !important;
  }
  .u-mb-md-30 {
    margin-bottom: 30px !important;
  }
  .u-pt-md-30 {
    padding-top: 30px !important;
  }
  .u-pb-md-30 {
    padding-bottom: 30px !important;
  }
}
@media screen and (max-width: 991px) {
  .u-mt-lg-0 {
    margin-top: 0px !important;
  }
  .u-mb-lg-0 {
    margin-bottom: 0px !important;
  }
  .u-pt-lg-0 {
    padding-top: 0px !important;
  }
  .u-pb-lg-0 {
    padding-bottom: 0px !important;
  }
  .u-mt-lg-5 {
    margin-top: 5px !important;
  }
  .u-mb-lg-5 {
    margin-bottom: 5px !important;
  }
  .u-pt-lg-5 {
    padding-top: 5px !important;
  }
  .u-pb-lg-5 {
    padding-bottom: 5px !important;
  }
  .u-mt-lg-10 {
    margin-top: 10px !important;
  }
  .u-mb-lg-10 {
    margin-bottom: 10px !important;
  }
  .u-pt-lg-10 {
    padding-top: 10px !important;
  }
  .u-pb-lg-10 {
    padding-bottom: 10px !important;
  }
  .u-mt-lg-15 {
    margin-top: 15px !important;
  }
  .u-mb-lg-15 {
    margin-bottom: 15px !important;
  }
  .u-pt-lg-15 {
    padding-top: 15px !important;
  }
  .u-pb-lg-15 {
    padding-bottom: 15px !important;
  }
  .u-mt-lg-20 {
    margin-top: 20px !important;
  }
  .u-mb-lg-20 {
    margin-bottom: 20px !important;
  }
  .u-pt-lg-20 {
    padding-top: 20px !important;
  }
  .u-pb-lg-20 {
    padding-bottom: 20px !important;
  }
  .u-mt-lg-25 {
    margin-top: 25px !important;
  }
  .u-mb-lg-25 {
    margin-bottom: 25px !important;
  }
  .u-pt-lg-25 {
    padding-top: 25px !important;
  }
  .u-pb-lg-25 {
    padding-bottom: 25px !important;
  }
  .u-mt-lg-30 {
    margin-top: 30px !important;
  }
  .u-mb-lg-30 {
    margin-bottom: 30px !important;
  }
  .u-pt-lg-30 {
    padding-top: 30px !important;
  }
  .u-pb-lg-30 {
    padding-bottom: 30px !important;
  }
}
/**
  @text
---------------------------------------------------------
  utility/_text.scss
--------------------------------------------------------- */
.u-text-red {
  color: #ad0306;
}
.u-text-blu {
  color: #202c52;
}
.u-text-gry {
  color: #999999;
}
.u-text-left {
  text-align: left !important;
}
.u-text-right {
  text-align: right !important;
}
.u-text-center {
  text-align: center !important;
}
.u-text-mid {
  font-weight: 500;
}
.u-text-bold {
  font-weight: 700;
}
.u-text-lg {
  font-size: var(--fz2);
}
.u-text-md {
  font-size: var(--fz1);
}
.u-text-small {
  font-size: var(--fz-1);
}
.u-text-xs {
  font-size: var(--fz-2);
}
.u-text-sep {
  display: inline-block;
}
.u-text-sup {
  font-size: 10px;
}