@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  background-repeat: no-repeat;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

/* General elements */
hr {
  height: 0;
  overflow: visible;
}

details,
main {
  display: block;
}

summary {
  display: list-item;
  margin: 0;
  padding: 0;
  list-style: none;
  cursor: pointer;
}

ol,
ul,
dl {
  list-style: none;
}

em {
  font-style: normal;
}

small {
  font-size: 0.875em;
}

[hidden] {
  display: none;
}

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  border-bottom: none;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

code,
kbd,
pre,
samp {
  font-family: monospace;
}

pre {
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Forms */
input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: bold;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  color: inherit;
  cursor: pointer;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button,
input,
select,
textarea {
  border-style: none;
  background-color: transparent;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  color: inherit;
  font-size: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  color: inherit;
  font: inherit;
  -webkit-appearance: button;
}

/* Specify media element style */
img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not([fill]) {
  fill: #866121;
}

/* Accessibility */
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 1056px;
  min-height: 100vh;
  color: #1a1a1a;
  font-family: "Noto Sans JP", "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  background-color: #ffffff;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
}

img {
  max-width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

a {
  color: #1a1a1a;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-in-out, border-color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, border-color 0.15s ease-in-out, background-color 0.15s ease-in-out;
}
a img {
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}

button {
  border: none;
  cursor: pointer;
}

hr {
  height: 1px;
  margin: 4rem auto;
  border: none;
  background-color: #cccccc;
}

a:focus-visible, button:focus-visible, textarea:focus-visible, select:focus-visible, input:focus-visible, summary:focus-visible {
  outline-color: #BE8A2F;
  outline-style: auto;
}
button:focus-visible, .c-button:focus-visible, .l-footer-pagetop a:focus-visible {
  outline-offset: 3px;
}

@-moz-document url-prefix() {
  a:focus-visible, button:focus-visible, textarea:focus-visible, select:focus-visible, input:focus-visible, summary:focus-visible {
    outline-style: solid;
    outline-width: 1.5px;
  }
}
.l-header {
  border-bottom: 1px solid #cccccc;
}
.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 1056px;
  min-height: 8rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
}
.l-header__logo {
  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;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  letter-spacing: 0;
}
.l-header__menu {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.l-header__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.l-header__menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  padding-right: 1em;
  padding-left: 1em;
}
.l-header__menu a::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #996F26;
  content: "";
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}
.l-header__menu a:not(:focus-visible):hover {
  background-color: #f0e6cf;
}
.l-header__menu a:not(:focus-visible):hover::after {
  opacity: 1;
}
.l-header__menu a[aria-current=true] {
  color: #996F26;
}
.l-header__menu a[aria-current=true]:hover {
  color: #866121;
}
.l-header__menu a[aria-current=true]::after {
  height: 5px;
  opacity: 1;
}

.l-footer {
  position: relative;
  margin-top: auto;
  padding-top: 10.4rem;
  padding-bottom: 11.2rem;
}
.l-footer::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6.4rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), color-stop(0.01%, #FFFFFF), to(#D7B67D));
  background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 0.01%, #D7B67D 100%);
  content: "";
  pointer-events: none;
}
.l-footer__inner {
  width: 100%;
  max-width: 1056px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
}
.l-footer__logo-top {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0em;
  text-align: center;
}
.l-footer__logo-bottom {
  margin-top: 6.8rem;
}
.l-footer__logo-bottom img {
  display: block;
  margin: 0 auto;
}
.l-footer__menu {
  margin-top: 2rem;
}
.l-footer__menu > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1.6rem;
}
.l-footer__menu a {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
  text-decoration: underline;
}
.l-footer__menu a:not(:focus-visible):hover {
  color: #996F26;
  text-decoration: none;
}
.l-footer__copylight {
  margin-top: 1.2rem;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
  text-align: center;
}
.l-footer-pagetop {
  z-index: 9999;
  position: fixed;
  right: 3.2rem;
  bottom: 3.2rem;
}
.l-footer-pagetop a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  aspect-ratio: 1/1;
  width: 6.4rem;
  border: 1px solid #996F26;
  border-radius: 50%;
  background-color: #FFFFFF;
}
.l-footer-pagetop a:not(:focus-visible):hover {
  background-color: #f0e6cf;
}
.l-footer-pagetop a:not(:focus-visible):active, .l-footer-pagetop a:focus-visible:active {
  outline-width: 0;
  background-color: #E7D4B2;
}
.l-footer-pagetop a svg {
  fill: #996F26;
}
.l-footer-pagetop a:hover svg {
  fill: #866121;
}
.l-contents--head {
  margin-bottom: 4rem;
}
.l-contents__inner {
  width: 100%;
  max-width: 1056px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
}

.l-breadcrumb__list {
  display: block;
  padding-top: 1.6rem;
}
.l-breadcrumb__item {
  display: inline;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
.l-breadcrumb__link[href] {
  color: #0055AD;
  text-decoration: underline;
  -webkit-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}
.l-breadcrumb__link[href]:not(:focus-visible):hover {
  color: #00428C;
  text-decoration: none;
}
/* .l-breadcrumb__link[href]:focus-visible:visited, .l-breadcrumb__link[href]:not(:focus-visible):visited {
  color: #8B008B;
} */
.l-breadcrumb__separator {
  padding-right: 0.8rem;
  padding-left: 0.8rem;
}

/* .c-blk */
.c-blk-head:has(.c-heading-lv1) {
  margin-top: 6.4rem;
}
.c-blk-head:has(.c-heading-lv2) {
  margin-top: 6.4rem;
}
.c-blk-head:has(.c-heading-lv3) {
  margin-top: 4rem;
}
.c-blk-head:has(.c-heading-lv4) {
  margin-top: 4rem;
}
.c-blk-head:has(.c-heading-lv5) {
  margin-top: 3.2rem;
}
.c-blk-cont:not(:first-child) {
  margin-top: 6.4rem;
}
.l-contents--head .c-blk-cont:first-child {
  margin-top: 6.4rem;
}
.c-blk-txt:not(:first-child) {
  margin-top: 1.6rem;
}
.c-blk-txt--lg:not(:first-child) {
  margin-top: 2.4rem;
}
.c-blk-txt--sm:not(:first-child) {
  margin-top: 0.8rem;
}
.c-blk-txt--split > * + * {
  margin-top: 0.8rem;
}

/* 令和7年度で利用 */
.c-blk-txt--top-space{
  margin-top: 4.0rem;
}

/* 令和7年度で利用 */
.c-blk-txt--border-padding {
  padding-left: 20px;
  padding-right: 20px;
}

/* 令和7年度で利用*/
.bordered-element {
  /*width: 260px; /* 幅を指定 */
  width: fit-content;
  border: 1px solid black; 
}

/* 令和7年度で利用*/
.c-blk-small-fontsize {
    font-size: 1.2rem;
}


/* .c-box */
.c-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem;
  gap: 1.6rem;
  border: 3px solid #1a1a1a;
  border-radius: 1.2rem;
}
.c-box--alert {
  border-color: #C74700;
}
.c-box__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.8rem;
}
.c-box__lead {
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
/* .c-button */
.c-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 0.4rem;
  -moz-column-gap: 0.4rem;
  column-gap: 0.4rem;
  border-radius: 0.8rem;
  background-color: #996F26;
  color: #FFFFFF;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
}
.c-button:not(:focus-visible):hover {
  background-color: #866121;
  text-decoration: underline;
}
.c-button:not(:focus-visible):active, .c-button:focus-visible:active {
  background-color: #74541D;
  text-decoration: underline;
}
.c-button:disabled, [aria-disabled=true].c-button {
  background-color: #949494 !important;
  font-weight: normal !important;
  pointer-events: none;
}

.c-button {
  min-width: 9.6rem;
  min-height: 4.8rem;
  padding: 1.2rem 2rem;
  font-weight: 500;
}
.c-button__icon {
  display: grid;
  place-content: stretch;
  aspect-ratio: 1/1;
  width: 2.4rem;
}
.c-button__icon:first-child {
  margin-left: -0.4rem;
}
.c-button__icon:last-child {
  margin-right: -0.4rem;
}
.c-button--sm .c-button__icon {
  width: 1.5rem;
}
.c-button--xsm .c-button__icon {
  width: 1.2rem;
}
.c-button__icon svg {
  width: 100%;
}
.c-button--lg {
  min-width: 13.6rem;
  min-height: 5.6rem;
  padding: 1.6rem 2.4rem;
  font-weight: 700;
}
.c-button--sm {
  min-width: 8rem;
  min-height: 3.6rem;
  padding: 0.8rem 1.6rem;
}
.c-button--xsm {
  min-width: 7.2rem;
  min-height: 2.8rem;
  padding: 0.2rem 1.2rem;
  border-radius: 0.4rem;
  font-size: 1.4rem;
}
.c-button--xsm:has(.c-icon) {
  padding: 0.2rem 0.8rem;
}
.c-button--secondary {
  border: 0.1rem solid #996F26;
  background-color: #FFFFFF;
  color: #996F26;
}
.c-button--secondary:not(:focus-visible):hover {
  border-color: #866121;
  background-color: #f0e6cf;
  text-decoration: underline;
  color: #866121;
}
.c-button--secondary:not(:focus-visible):active, .c-button--secondary:focus-visible:active {
  border-color: #74541D;
  background-color: #F0E6CF;
  text-decoration: underline;
}
.c-button--secondary:disabled, .c-button--secondary[aria-disabled=true] {
  border-color: #949494 !important;
  background-color: #FFFFFF !important;
  color: #949494 !important;
  pointer-events: none;
}
.c-button--tertiary {
  border-color: transparent;
  background-color: transparent;
  color: #996F26;
  text-decoration: underline;
}
.c-button--tertiary:not(:focus-visible):hover {
  background-color: #f0e6cf;
  color: #866121;
}
.c-button--tertiary:not(:focus-visible):active, .c-button--tertiary:focus-visible:active {
  background-color: #F0E6CF;
}
.c-button--tertiary:disabled, .c-button--tertiary[aria-disabled=true] {
  background-color: transparent !important;
  color: #949494 !important;
  text-decoration: none !important;
  pointer-events: none;
}

/* .c-card */
.c-card {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
}

.c-card-container {
  display: grid;
}

/* .c-contact */
.c-contact-input {
  max-width: 67.2rem;
  margin-right: auto;
  margin-left: auto;
  padding-top: 6.4rem;
  padding-bottom: 6.4rem;
}
.c-contact-confirm, .c-contact-complete {
  max-width: 72.1rem;
  margin-right: auto;
  margin-left: auto;
  padding-top: 6.4rem;
  padding-bottom: 6.4rem;
}

/* .c-flex */
.c-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
.c-flex--between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.c-flex__fix {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.c-flex__grow {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

/* .c-form */
.c-form__submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 4rem;
  gap: 2.4rem;
  text-align: center;
}
.c-form__agreement {
  text-align: center;
}
.c-form__agreement:not(:first-child) {
  margin-top: 4rem;
}
.c-form__agreement .c-check-wrap {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-form__agreement .c-check-wrap label {
  padding: 0.8rem 0.8rem 0.8rem 3.2rem;
}
.c-form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.8rem;
}
.c-form-item__label {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.c-form-item__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
}
.c-form-item__detail {
  word-wrap: break-word;
}
.c-form-item__input__separate {
  margin-right: 0.8rem;
  margin-left: 0.8rem;
}
.c-form-item > fieldset {
  display: contents;
}
.c-form-item__description {
  margin-left: 1.2rem;
  padding-left: 2rem;
  border-left: 1px solid #949494;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
.c-form-item__description:empty {
  margin-top: -.8rem !important;
}
.c-form-item__term {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-form-item__support {
  color: #626264;
  font-size: 1.2rem;
}
.c-form-item__required {
  margin-left: 0.8rem;
  color: #CE0000;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.7;
  letter-spacing: 0.02em;
}
.c-form--separate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  row-gap: 0.8rem;
  flex-direction: column;
}
.c-form--separate .c-form-item + .c-form-item {
  margin-top: 1.6rem;
  padding-top: 2.4rem;
  border-top: 1px dashed #949494;
}
.c-form-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.4rem;
}
.c-form-list--confirm {
  padding-top: 2.4rem;
  border-top: 0.1rem solid #cccccc;
}
.c-form-list--confirm .c-form-item {
  padding-bottom: 2.4rem;
  border-bottom: 0.1rem solid #cccccc;
}

input::-webkit-input-placeholder {
  color: #767676;
}

input::-moz-placeholder {
  color: #767676;
}

input:-ms-input-placeholder {
  color: #767676;
}

input::-ms-input-placeholder {
  color: #767676;
}

input::placeholder {
  color: #767676;
}

/* .c-checkbox */
.c-check-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-check-wrap input[type=checkbox] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.c-check-wrap label {
  position: relative;
  padding-left: 3.2rem;
  cursor: pointer;
}
.c-check-wrap label::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  -webkit-transform: translateY(-50%);
  aspect-ratio: 1/1;
  width: 1.7rem;
  margin: 0 0.35rem;
  transform: translateY(-50%);
  border: 1px solid #1a1a1a;
  border-radius: 0.2rem;
  background-color: #fff;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.c-check-wrap input[type=checkbox]:checked + label::before {
  border-color: #996F26;
  background-color: #996F26;
}
.c-check-wrap input[type=checkbox]:focus-visible + label::before {
  outline: 2px solid #BE8A2F;
  outline-offset: -2px;
}
.c-check-wrap input[type=checkbox]:checked + label::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 0.45rem;
  aspect-ratio: 6/9;
  width: 6px;
  border-right: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  content: "";
  -webkit-transform: translate(75%, -60%) rotate(45deg);
  transform: translate(75%, -60%) rotate(45deg);
}

/* .c-checkbox-table */
.c-checkbox-table-head {
  padding: 0.8rem;
  border: 1px solid #cccccc;
  background-color: #e6e6e6;
  font-weight: 500;
}
.c-checkbox-table-body {
  display: grid;
}
.c-checkbox-table-body--col2 {
  grid-template-columns: 1fr 1fr;
}
.c-checkbox-table-body--col2 .c-checkbox-table-body__cell:nth-child(2n) {
  border-left: none;
}
.c-checkbox-table-body--col3 {
  grid-template-columns: 1fr 1fr 1fr;
}
.c-checkbox-table-body--col3 .c-checkbox-table-body__cell:nth-child(3n-1), .c-checkbox-table-body--col3 .c-checkbox-table-body__cell:nth-child(3n) {
  border-left: none;
}
.c-checkbox-table-body--col4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.c-checkbox-table-body--col4 .c-checkbox-table-body__cell:nth-child(4n-2), .c-checkbox-table-body--col4 .c-checkbox-table-body__cell:nth-child(4n-1), .c-checkbox-table-body--col4 .c-checkbox-table-body__cell:nth-child(4n) {
  border-left: none;
}
.c-checkbox-table-body__cell {
  align-content: center;
  padding: 0.8rem;
  border: 1px solid #cccccc;
  border-top: none;
  background-color: #FFFFFF;
}
.c-checkbox-table-body--gray .c-checkbox-table-body__cell {
  background-color: #f2f2f2;
}
.c-checkbox-table + .c-checkbox-table .c-checkbox-table-head {
  border-top: none;
}

/* .c-input-text */
.c-input-text {
  width: 100%;
  height: 5.6rem;
  padding: 1.2rem 1.6rem;
  gap: 0.8rem;
  border: 1px solid #1a1a1a;
  border-radius: 0.8rem;
  font-size: 1.6rem;
/*  cursor: pointer;*/
}
.c-input-text[aria-invalid=true] {
  border-color: #CE0000 !important;
}
.c-input-text[aria-invalid=true]:focus-visible {
  outline-color: #CE0000 !important;
}

/* .c-input-textarea */
.c-input-textarea {
  display: block;
  width: 100%;
  height: 24rem;
  min-height: 10rem;
  padding: 1.2rem 1.6rem;
  gap: 0.8rem;
  border: 1px solid #1a1a1a;
  border-radius: 0.8rem;
  font-size: 1.6rem;
/*  cursor: pointer;*/
}
.c-input-textarea[aria-invalid=true] {
  border-color: #CE0000 !important;
}
.c-input-textarea[aria-invalid=true]:focus-visible {
  outline-color: #CE0000 !important;
}

/* .c-select */
.c-select {
  width: 100%;
  height: 5.6rem;
  padding: 1.2rem 3.5rem 1.2rem 1.6rem;
  gap: 0.8rem;
  border: 1px solid #1a1a1a;
  border-radius: 0.8rem;
  background: url("/assets/img/common/icon_selectbox.svg");
  background-position: right 1.6rem center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.c-select option[value=""] {
  color: #767676;
}
.c-select-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
}
.c-select-wrap__unit {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.75;
  letter-spacing: 0.04em;
}
.c-select--year {
  width: 10.8rem;
  height: 4.3rem;
  padding: 0.7rem 3.2rem 0.7rem 1.6rem;
}

.c-form-flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-right: auto;
  margin-left: auto;
}
.c-form-flow:not(:last-child) {
  margin-bottom: 4rem;
}
.c-form-flow__step {
  display: grid;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 0.8rem;
  padding-left: 0.8rem;
}
.c-form-flow__step::after {
  z-index: -1;
  position: absolute;
  top: 2rem;
  width: 100%;
  border-top: 0.2rem solid #cccccc;
  content: "";
}
.c-form-flow__step:first-child::after {
  right: 0;
  width: 50%;
}
.c-form-flow__step:last-child::after {
  left: 0;
  width: 50%;
}
.c-form-flow__step-mark {
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  z-index: 1;
  place-self: center;
  align-items: center;
  aspect-ratio: 1/1;
  width: 4rem;
  border: 0.4rem solid transparent;
  border-radius: 50%;
  background-color: #949494;
  color: #FFFFFF;
  font-size: 2rem;
  line-height: 1;
  text-align: center;
}
[aria-current=step] .c-form-flow__step-mark {
  width: 4.8rem;
  margin: -0.4rem;
  background-color: #996F26;
}
.c-form-flow__step-text {
  margin-top: 1.6rem;
  font-size: 1.6rem;
  line-height: 1.7;
  text-align: center;
}

/* .c-grid */
.c-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 3.2rem;
}
.c-grid--col2 > * {
  grid-column: span 6;
}
.c-grid--col3 > * {
  grid-column: span 4;
}
.c-grid--col4 > * {
  grid-column: span 3;
}
.c-grid__item-1fr {
  grid-column: span 1 !important;
}
.c-grid__item-2fr {
  grid-column: span 2 !important;
}
.c-grid__item-3fr {
  grid-column: span 3 !important;
}
.c-grid__item-4fr {
  grid-column: span 4 !important;
}
.c-grid__item-5fr {
  grid-column: span 5 !important;
}
.c-grid__item-6fr {
  grid-column: span 6 !important;
}
.c-grid__item-7fr {
  grid-column: span 7 !important;
}
.c-grid__item-8fr {
  grid-column: span 8 !important;
}
.c-grid__item-9fr {
  grid-column: span 9 !important;
}
.c-grid__item-10fr {
  grid-column: span 10 !important;
}
.c-grid__item-11fr {
  grid-column: span 11 !important;
}
.c-grid__item-12fr {
  grid-column: span 12 !important;
}

/* .c-heading */
.c-heading-lv1 {
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.c-heading-lv2 {
  font-weight: 500;
  font-size: 2.8rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.c-heading-lv3 {
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.c-heading-lv4 {
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.c-heading-lv5 {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

/* .c-icon */
.c-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.c-icon svg {
  height: 100%;
}
.c-icon-text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 0.5em;
  vertical-align: middle;
}
.c-icon-text--ml {
  margin-right: 0;
  margin-left: 0.5em;
}
.c-icon-text--mrl {
  margin-right: 0.5em;
  margin-left: 0.5em;
}
.c-icon-text svg {
  height: 100%;
}

/* .c-link-text */
.c-link-text {
  color: #0055AD;
  text-decoration: underline;
  -webkit-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}
.c-link-text:not(:focus-visible):hover {
  color: #00428C;
  text-decoration: none;
}
.c-link-text:focus-visible:visited, .c-link-text:not(:focus-visible):visited {
  color: #8B008B;
}

/* .c-link-card */
.c-link-card {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  place-content: baseline;
  -webkit-box-pack: normal;
  -ms-flex-pack: normal;
  row-gap: 1.6rem;
  justify-content: normal;
  padding: 2.4rem;
  border: 0.1rem solid #FFFFFF;
  border-radius: 2.4rem;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0.2rem 0.8rem 0.1rem rgba(0, 0, 0, 0.1), 0 0.1rem 0.5rem 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0.2rem 0.8rem 0.1rem rgba(0, 0, 0, 0.1), 0 0.1rem 0.5rem 0 rgba(0, 0, 0, 0.3);
}
.c-link-card:not(:focus-visible):hover {
  border-color: #996F26;
  -webkit-box-shadow: 0 0.2rem 0.8rem 0.1rem rgba(153, 111, 38, 0.1), 0 0.1rem 0.5rem 0 rgba(153, 111, 38, 0.3);
  box-shadow: 0 0.2rem 0.8rem 0.1rem rgba(153, 111, 38, 0.1), 0 0.1rem 0.5rem 0 rgba(153, 111, 38, 0.3);
  color: #996F26;
}
.c-link-card__ttl {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.7;
}
.c-link-card__cont {
  font-size: 1.4rem;
  line-height: 1.7;
}
.c-link-card__icon {
  display: block;
  height: 2rem;
  text-align: right;
}

/* .c-list */
.c-list-dots > * {
  padding-left: 1.7em;
  text-indent: -1.7em;
}
.c-list-dots > *::before {
  margin-right: 0.5em;
  margin-left: 0.2em;
  content: "繝ｻ";
}
.c-list-dots--split > * + * {
  margin-top: 0.8rem;
}
.c-list-annotation > * {
  padding-left: 1em;
  text-indent: -1em;
}
.c-list-annotation--split > * + * {
  margin-top: 0.8rem;
}

/* .c-list-term */
.c-list-term__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.4rem;
  -moz-column-gap: 0.4rem;
  column-gap: 0.4rem;
}
.c-list-term__term {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.c-list-term__desc {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.c-list-term--split > * + * {
  margin-top: 0.8rem;
}

/* .c-list-order */
.c-list-order {
  display: grid;
  grid-template-columns: auto 1fr;
  row-gap: 1.6rem;
}
.c-list-order .c-list-order {
  margin-top: 1.6rem;
}
.c-list-order > * {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 2;
  -webkit-column-gap: 0.4rem;
  -moz-column-gap: 0.4rem;
  column-gap: 0.4rem;
}
.c-list-order__num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  max-width: 4.4rem;
}
.c-list-order__indent0 {
  grid-column: 1/-1;
}

/* .c-modal */
.c-modal {
  z-index: 10000;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  width: 84.8rem;
  height: 64rem;
  margin: 0;
  transform: translate(-50%, -50%);
  border: none;
  outline: 0;
}
.c-modal-card {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: white;
}
.c-modal-close {
  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;
  padding: 0.7rem 0 0.8rem;
  border-bottom: 1px solid #cccccc;
}
.c-modal-body {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 5.7rem);
  padding: 4rem 3.6rem;
  overflow: auto;
}
.c-modal-inner {
  width: 73.6rem;
  margin: 0 auto;
}
.c-modal::-ms-backdrop {
  background: rgba(0, 0, 0, 0.5);
}
.c-modal::backdrop {
  background: rgba(0, 0, 0, 0.5);
}

/* .c-modal */
.c-pagination {
  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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  gap: 1.6rem;
}
.c-pagination__item > a, .c-pagination__item button {
  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: 4.8rem;
  height: 4.8rem;
  padding: 1.2rem 0.8rem;
  border: 1px solid #cccccc;
  border-radius: 50%;
  background-color: #FFFFFF;
  color: #996F26;
}
.c-pagination__item > a:not(:focus-visible):hover, .c-pagination__item button:not(:focus-visible):hover {
  border-color: #866121;
  background-color: #f0e6cf;
  color: #866121;
}
.c-pagination__item > a:not(:focus-visible):active, .c-pagination__item > a:focus-visible:active, .c-pagination__item button:not(:focus-visible):active, .c-pagination__item button:focus-visible:active {
  border-color: #866121;
  outline-width: 0;
  background-color: #F0E6CF;
  color: #866121;
}
.c-pagination__item > a[aria-current=page], .c-pagination__item button[aria-current=page] {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-color: transparent !important;
  background-color: transparent !important;
  color: #1a1a1a !important;
  pointer-events: none;
}

/* .c-panel */
.c-panel {
  max-width: 84.8rem;
  margin-right: auto;
  margin-left: auto;
  border-radius: 1.6rem;
  -webkit-box-shadow: 0 0.2rem 0.8rem 0.1rem rgba(0, 0, 0, 0.1), 0 0.1rem 0.5rem 0rem rgba(0, 0, 0, 0.3);
  box-shadow: 0 0.2rem 0.8rem 0.1rem rgba(0, 0, 0, 0.1), 0 0.1rem 0.5rem 0rem rgba(0, 0, 0, 0.3);
}

/* .c-result */
.c-result-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  line-height: 1.5;
}
.c-result-item:not(:first-child) {
  margin-top: 3.2rem;
}
.c-result-item__num {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 4rem;
  font-weight: 500;
}
.c-result-item__group {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.6rem;
}
.c-result-item__head {
  font-weight: 500;
}
.c-result-item__head--lv2 {
  display: inline-block;
  padding-left: 1em;
}
.c-result-item__head--lv3 {
  display: inline-block;
  padding-left: 2em;
}
.c-result-item__head--lv4 {
  display: inline-block;
  padding-left: 3em;
}
.c-result-item__head--lv5 {
  display: inline-block;
  padding-left: 4em;
}
.c-result-item__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem;
}
.c-result-item__detail-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.6rem;
}
.c-result-item__detail__label {
  -ms-flex-negative: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-shrink: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 7.2rem;
  height: 2.8rem;
}
.c-result-item__detail__label:not(:has(.c-button)) {
  padding: 0.4rem 1.2rem;
  border: 1px solid #996F26;
  border-radius: 0.4rem;
  color: #996F26;
  font-weight: 500;
  font-size: 1.4rem;
}
.c-result-item__detail__thumb {
  display: none;
  position: fixed;
  top: 50%;
  left: max(169px, 50% - 359px);
  width: 872px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.c-result-item__detail__thumb img {
  width: auto;
  height: auto;
  min-height: 470px;
  max-height: calc(100vh - 80px);
  -webkit-box-shadow: 0 1.4rem 4rem 0.7rem rgba(0, 0, 0, 0.1), 0 0.3rem 1.6rem 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1.4rem 4rem 0.7rem rgba(0, 0, 0, 0.1), 0 0.3rem 1.6rem 0 rgba(0, 0, 0, 0.3);
}
a:hover + .c-result-item__detail__thumb {
  display: block;
  -webkit-animation: fadeIn 0.15s ease-in-out both;
  z-index: calc(infinity);
  animation: fadeIn 0.15s ease-in-out both;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 100%;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 100%;
  }
}
.c-result-item__detail__text mark {
  background-color: #BE8A2F;
}

/* .c-search */
.c-search-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.6rem;
  -moz-column-gap: 1.6rem;
  column-gap: 1.6rem;
}
.c-search-input {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.c-search-button {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.c-search-detail__head {
  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%;
  height: 5.6rem;
  padding: 1.6rem 2.2rem 1.6rem 3.2rem;
  gap: 0.7rem;
  border: 1px solid #866121;
  border-radius: 0.8rem 0.8rem 0px 0px;
  background-color: #FFFFFF;
  color: #996F26;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
  -webkit-transition: background-color 0.15s ease-in-out;
  cursor: pointer;
  transition: background-color 0.15s ease-in-out;
}
.c-search-detail__head:not(:focus-visible):hover {
  border-color: #866121;
  background-color: #f0e6cf;
  color: #866121;
  text-decoration: underline;
}
.c-search-detail__head:not(:focus-visible):active, .c-search-detail__head:focus-visible:active {
  border-color: #74541D;
  outline-width: 0;
  background-color: #F0E6CF;
}
[open] .c-search-detail__head {
  border-color: #866121;
  background-color: #f0e6cf;
  color: #866121;
}
[open] .c-search-detail__head:not(:focus-visible):hover {
  border-color: #74541D;
  background-color: #E7D4B2;
  color: #74541D;
}
.c-search-detail__body {
  width: 100%;
  padding: 2.4rem 3.2rem;
  border: 1px solid #949494;
  border-top: none;
  border-radius: 0px 0px 0.8rem 0.8rem;
}
.c-search-detail:not([open]) .c-search-detail__head {
  border-radius: 0.8rem;
}

/* .c-sort */
.c-sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-sort > * {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.c-sort__text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 8rem;
  min-height: 2.8rem;
  padding: 0.2rem 1.2rem;
  border-radius: 0.4rem;
  font-size: 1.4rem;
  line-height: 1.5;
}
.c-sort > * + * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-sort > * + *::before {
  display: block;
  width: 0.1rem;
  height: 1.6rem;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  background-color: #000000;
  content: "";
}

/* .c-tab */
.c-tab-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 0.8rem;
  border-bottom: 2px solid #996F26;
}
.c-tab-head > * {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.c-tab-head > * button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  min-height: 5.9rem;
  border-top: 1px solid #996F26;
  border-right: 1px solid #996F26;
  border-left: 1px solid #996F26;
  border-radius: 8px 8px 0px 0px;
  background-color: #FFFFFF;
  color: #996F26;
  font-weight: 500;
}
.c-tab-head > * button[aria-selected=true] {
  min-height: 6.7rem;
  background-color: #996F26;
  color: #FFFFFF;
  font-weight: 700;
  pointer-events: none;
}
.c-tab-head > * button:not([aria-selected=true]):not(:focus-visible):hover {
  border-color: #866121;
  background-color: #f0e6cf;
  color: #866121;
  text-decoration: underline;
}
/* .c-tab-head > * button:not([aria-selected=true]):not(:focus-visible):active, .c-tab-head > * button:not([aria-selected=true]):focus-visible:active {
  border-color: #74541D;
  outline-width: 0;
  background-color: #E7D4B2;
  color: #74541D;
  text-decoration: underline;
} */
.c-tab-head > * button:not([aria-selected=true])[aria-disabled="true"] {
  border-color: #949494;
  background-color: #FFFFFF;
  color: #949494;
  pointer-events: none;
}

.c-tab-contents > * {
  padding-top: 6.4rem;
}
.c-tab-contents > *[aria-hidden=true] {
  display: none;
}

/*--- table ---*/
.c-table {
  width: 100%;
  border-top: 0.1rem solid #cccccc;
  border-left: 0.1rem solid #cccccc;
  border-collapse: collapse;
  color: #1a1a1a;
  text-align: left;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
.c-table th {
  background-color: #e6e6e6;
  font-weight: 500;
}
.c-table th, .c-table td {
  padding: 0.8rem 1.6rem;
  border-right: 0.1rem solid #cccccc;
  border-bottom: 0.1rem solid #cccccc;
  vertical-align: middle;
}
.c-table__head, .c-table__head tr, .c-table__head th {
  background-color: #e6e6e6;
}
.c-table__body {
  background-color: #FFFFFF;
}
.c-table__caption {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.c-table__caption:not(:first-child) {
  margin-top: 1.6rem;
}
.c-table__caption:not(:last-child) {
  margin-bottom: 1.6rem;
}
.c-table__caption--hide {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
}

/* .c-text */
.c-text--sm {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
.c-text-note {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.7;
  letter-spacing: 0.02em;
}
.c-text-note--sm {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
.c-text-indent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-text-indent__fix {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.c-text--error {
  color: #CE0000 !important;
  font-size: 1.2rem;
  letter-spacing: 0.02em;
}

.u-sp {
  display: none !important;
}
/* display */
.u-d-none {
  display: none !important;
}

.u-d-block {
  display: block !important;
}

.u-d-inline {
  display: inline !important;
}

.u-d-i-block {
  display: inline-block !important;
}

.u-d-table {
  display: table !important;
}

.u-d-t-row {
  display: table-row !important;
}

.u-d-t-cell {
  display: table-cell !important;
}

.u-d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.u-d-i-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

/* overflow */
.u-of-auto {
  overflow: auto;
}
.u-of-hidden {
  overflow: hidden;
}

/* visibility */
.u-hidden {
  visibility: hidden !important;
}

.u-visible {
  visibility: visible !important;
}

/* hover */
.u-hover-opacity {
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}
.u-hover-opacity:not(:focus-visible):hover {
  opacity: 0.8;
}

/* screenReader only */
.u-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  white-space: nowrap;
}

/* float */
.u-fl-left {
  float: left !important;
}
.u-fl-right {
  float: right !important;
}
.u-fl-none {
  float: none !important;
}

/* clearfix */
.u-clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.u-clear-both {
  clear: both !important;
}

/* font-weight */
.u-fw-400 {
  font-weight: 400 !important;
}
.u-fw-500 {
  font-weight: 500 !important;
}

/* font-size */
.u-fs-sm {
  font-size: 1.4rem !important;
}
.u-fs-md {
  font-size: 1.6rem !important;
}
.u-fs-lg {
  font-size: 1.8rem !important;
}
.u-fs-xl {
  font-size: 2rem !important;
}
.u-fs-xxl {
  font-size: 2.2rem !important;
}

/* margin */
.u-m-auto {
  margin: 0 auto !important;
}

.u-mt-0 {
  margin-top: 0px !important;
}

.u-mb-0 {
  margin-bottom: 0px !important;
}

.u-ml-0 {
  margin-left: 0px !important;
}

.u-mr-0 {
  margin-right: 0px !important;
}

.u-mt-5 {
  margin-top: 5px !important;
}

.u-mb-5 {
  margin-bottom: 5px !important;
}

.u-ml-5 {
  margin-left: 5px !important;
}

.u-mr-5 {
  margin-right: 5px !important;
}

.u-mt-10 {
  margin-top: 10px !important;
}

.u-mb-10 {
  margin-bottom: 10px !important;
}

.u-ml-10 {
  margin-left: 10px !important;
}

.u-mr-10 {
  margin-right: 10px !important;
}

.u-mt-15 {
  margin-top: 15px !important;
}

.u-mb-15 {
  margin-bottom: 15px !important;
}

.u-ml-15 {
  margin-left: 15px !important;
}

.u-mr-15 {
  margin-right: 15px !important;
}

.u-mt-20 {
  margin-top: 20px !important;
}

.u-mb-20 {
  margin-bottom: 20px !important;
}

.u-ml-20 {
  margin-left: 20px !important;
}

.u-mr-20 {
  margin-right: 20px !important;
}

.u-mt-25 {
  margin-top: 25px !important;
}

.u-mb-25 {
  margin-bottom: 25px !important;
}

.u-ml-25 {
  margin-left: 25px !important;
}

.u-mr-25 {
  margin-right: 25px !important;
}

.u-mt-30 {
  margin-top: 30px !important;
}

.u-mb-30 {
  margin-bottom: 30px !important;
}

.u-ml-30 {
  margin-left: 30px !important;
}

.u-mr-30 {
  margin-right: 30px !important;
}

.u-mt-35 {
  margin-top: 35px !important;
}

.u-mb-35 {
  margin-bottom: 35px !important;
}

.u-ml-35 {
  margin-left: 35px !important;
}

.u-mr-35 {
  margin-right: 35px !important;
}

.u-mt-40 {
  margin-top: 40px !important;
}

.u-mb-40 {
  margin-bottom: 40px !important;
}

.u-ml-40 {
  margin-left: 40px !important;
}

.u-mr-40 {
  margin-right: 40px !important;
}

.u-mt-45 {
  margin-top: 45px !important;
}

.u-mb-45 {
  margin-bottom: 45px !important;
}

.u-ml-45 {
  margin-left: 45px !important;
}

.u-mr-45 {
  margin-right: 45px !important;
}

.u-mt-50 {
  margin-top: 50px !important;
}

.u-mb-50 {
  margin-bottom: 50px !important;
}

.u-ml-50 {
  margin-left: 50px !important;
}

.u-mr-50 {
  margin-right: 50px !important;
}

.u-mt-55 {
  margin-top: 55px !important;
}

.u-mb-55 {
  margin-bottom: 55px !important;
}

.u-ml-55 {
  margin-left: 55px !important;
}

.u-mr-55 {
  margin-right: 55px !important;
}

.u-mt-60 {
  margin-top: 60px !important;
}

.u-mb-60 {
  margin-bottom: 60px !important;
}

.u-ml-60 {
  margin-left: 60px !important;
}

.u-mr-60 {
  margin-right: 60px !important;
}

.u-mt-65 {
  margin-top: 65px !important;
}

.u-mb-65 {
  margin-bottom: 65px !important;
}

.u-ml-65 {
  margin-left: 65px !important;
}

.u-mr-65 {
  margin-right: 65px !important;
}

.u-mt-70 {
  margin-top: 70px !important;
}

.u-mb-70 {
  margin-bottom: 70px !important;
}

.u-ml-70 {
  margin-left: 70px !important;
}

.u-mr-70 {
  margin-right: 70px !important;
}

.u-mt-75 {
  margin-top: 75px !important;
}

.u-mb-75 {
  margin-bottom: 75px !important;
}

.u-ml-75 {
  margin-left: 75px !important;
}

.u-mr-75 {
  margin-right: 75px !important;
}

.u-mt-80 {
  margin-top: 80px !important;
}

.u-mb-80 {
  margin-bottom: 80px !important;
}

.u-ml-80 {
  margin-left: 80px !important;
}

.u-mr-80 {
  margin-right: 80px !important;
}

.u-mt-85 {
  margin-top: 85px !important;
}

.u-mb-85 {
  margin-bottom: 85px !important;
}

.u-ml-85 {
  margin-left: 85px !important;
}

.u-mr-85 {
  margin-right: 85px !important;
}

.u-mt-90 {
  margin-top: 90px !important;
}

.u-mb-90 {
  margin-bottom: 90px !important;
}

.u-ml-90 {
  margin-left: 90px !important;
}

.u-mr-90 {
  margin-right: 90px !important;
}

.u-mt-95 {
  margin-top: 95px !important;
}

.u-mb-95 {
  margin-bottom: 95px !important;
}

.u-ml-95 {
  margin-left: 95px !important;
}

.u-mr-95 {
  margin-right: 95px !important;
}

.u-mt-100 {
  margin-top: 100px !important;
}

.u-mb-100 {
  margin-bottom: 100px !important;
}

.u-ml-100 {
  margin-left: 100px !important;
}

.u-mr-100 {
  margin-right: 100px !important;
}

.u-mt-xs {
  margin-top: 4px !important;
}
.u-mt-sm {
  margin-top: 8px !important;
}
.u-mt-md {
  margin-top: 16px !important;
}
.u-mt-lg {
  margin-top: 24px !important;
}
.u-mt-xl {
  margin-top: 32px !important;
}

.u-mr-xs {
  margin-right: 4px !important;
}
.u-mr-sm {
  margin-right: 8px !important;
}
.u-mr-md {
  margin-right: 16px !important;
}
.u-mr-lg {
  margin-right: 24px !important;
}
.u-mr-xl {
  margin-right: 32px !important;
}

.u-mb-xs {
  margin-bottom: 4px !important;
}
.u-mb-sm {
  margin-bottom: 8px !important;
}
.u-mb-md {
  margin-bottom: 16px !important;
}
.u-mb-lg {
  margin-bottom: 24px !important;
}
.u-mb-xl {
  margin-bottom: 32px !important;
}

.u-ml-xs {
  margin-left: 4px !important;
}
.u-ml-sm {
  margin-left: 8px !important;
}
.u-ml-md {
  margin-left: 16px !important;
}
.u-ml-lg {
  margin-left: 24px !important;
}
.u-ml-xl {
  margin-left: 32px !important;
}

/* padding */
.u-pt-0 {
  padding-top: 0px !important;
}

.u-pb-0 {
  padding-bottom: 0px !important;
}

.u-pl-0 {
  padding-left: 0px !important;
}

.u-pr-0 {
  padding-right: 0px !important;
}

.u-pt-5 {
  padding-top: 5px !important;
}

.u-pb-5 {
  padding-bottom: 5px !important;
}

.u-pl-5 {
  padding-left: 5px !important;
}

.u-pr-5 {
  padding-right: 5px !important;
}

.u-pt-10 {
  padding-top: 10px !important;
}

.u-pb-10 {
  padding-bottom: 10px !important;
}

.u-pl-10 {
  padding-left: 10px !important;
}

.u-pr-10 {
  padding-right: 10px !important;
}

.u-pt-15 {
  padding-top: 15px !important;
}

.u-pb-15 {
  padding-bottom: 15px !important;
}

.u-pl-15 {
  padding-left: 15px !important;
}

.u-pr-15 {
  padding-right: 15px !important;
}

.u-pt-20 {
  padding-top: 20px !important;
}

.u-pb-20 {
  padding-bottom: 20px !important;
}

.u-pl-20 {
  padding-left: 20px !important;
}

.u-pr-20 {
  padding-right: 20px !important;
}

.u-pt-25 {
  padding-top: 25px !important;
}

.u-pb-25 {
  padding-bottom: 25px !important;
}

.u-pl-25 {
  padding-left: 25px !important;
}

.u-pr-25 {
  padding-right: 25px !important;
}

.u-pt-30 {
  padding-top: 30px !important;
}

.u-pb-30 {
  padding-bottom: 30px !important;
}

.u-pl-30 {
  padding-left: 30px !important;
}

.u-pr-30 {
  padding-right: 30px !important;
}

.u-pt-35 {
  padding-top: 35px !important;
}

.u-pb-35 {
  padding-bottom: 35px !important;
}

.u-pl-35 {
  padding-left: 35px !important;
}

.u-pr-35 {
  padding-right: 35px !important;
}

.u-pt-40 {
  padding-top: 40px !important;
}

.u-pb-40 {
  padding-bottom: 40px !important;
}

.u-pl-40 {
  padding-left: 40px !important;
}

.u-pr-40 {
  padding-right: 40px !important;
}

.u-pt-45 {
  padding-top: 45px !important;
}

.u-pb-45 {
  padding-bottom: 45px !important;
}

.u-pl-45 {
  padding-left: 45px !important;
}

.u-pr-45 {
  padding-right: 45px !important;
}

.u-pt-50 {
  padding-top: 50px !important;
}

.u-pb-50 {
  padding-bottom: 50px !important;
}

.u-pl-50 {
  padding-left: 50px !important;
}

.u-pr-50 {
  padding-right: 50px !important;
}

.u-pt-55 {
  padding-top: 55px !important;
}

.u-pb-55 {
  padding-bottom: 55px !important;
}

.u-pl-55 {
  padding-left: 55px !important;
}

.u-pr-55 {
  padding-right: 55px !important;
}

.u-pt-60 {
  padding-top: 60px !important;
}

.u-pb-60 {
  padding-bottom: 60px !important;
}

.u-pl-60 {
  padding-left: 60px !important;
}

.u-pr-60 {
  padding-right: 60px !important;
}

.u-pt-65 {
  padding-top: 65px !important;
}

.u-pb-65 {
  padding-bottom: 65px !important;
}

.u-pl-65 {
  padding-left: 65px !important;
}

.u-pr-65 {
  padding-right: 65px !important;
}

.u-pt-70 {
  padding-top: 70px !important;
}

.u-pb-70 {
  padding-bottom: 70px !important;
}

.u-pl-70 {
  padding-left: 70px !important;
}

.u-pr-70 {
  padding-right: 70px !important;
}

.u-pt-75 {
  padding-top: 75px !important;
}

.u-pb-75 {
  padding-bottom: 75px !important;
}

.u-pl-75 {
  padding-left: 75px !important;
}

.u-pr-75 {
  padding-right: 75px !important;
}

.u-pt-80 {
  padding-top: 80px !important;
}

.u-pb-80 {
  padding-bottom: 80px !important;
}

.u-pl-80 {
  padding-left: 80px !important;
}

.u-pr-80 {
  padding-right: 80px !important;
}

.u-pt-85 {
  padding-top: 85px !important;
}

.u-pb-85 {
  padding-bottom: 85px !important;
}

.u-pl-85 {
  padding-left: 85px !important;
}

.u-pr-85 {
  padding-right: 85px !important;
}

.u-pt-90 {
  padding-top: 90px !important;
}

.u-pb-90 {
  padding-bottom: 90px !important;
}

.u-pl-90 {
  padding-left: 90px !important;
}

.u-pr-90 {
  padding-right: 90px !important;
}

.u-pt-95 {
  padding-top: 95px !important;
}

.u-pb-95 {
  padding-bottom: 95px !important;
}

.u-pl-95 {
  padding-left: 95px !important;
}

.u-pr-95 {
  padding-right: 95px !important;
}

.u-pt-100 {
  padding-top: 100px !important;
}

.u-pb-100 {
  padding-bottom: 100px !important;
}

.u-pl-100 {
  padding-left: 100px !important;
}

.u-pr-100 {
  padding-right: 100px !important;
}

/* text-align */
.u-text-center {
  text-align: center !important;
}
.u-text-left {
  text-align: left !important;
}
.u-text-right {
  text-align: right !important;
}

/* vertical-align */
.u-va-top {
  vertical-align: top !important;
}
.u-va-middle {
  vertical-align: middle !important;
}
.u-va-bottom {
  vertical-align: bottom !important;
}

/* white-space */
.u-ws-nowrap {
  white-space: nowrap !important;
}

/* width(px) 5-400 */
.u-w-5 {
  width: 5px !important;
}

.u-w-10 {
  width: 10px !important;
}

.u-w-15 {
  width: 15px !important;
}

.u-w-20 {
  width: 20px !important;
}

.u-w-25 {
  width: 25px !important;
}

.u-w-30 {
  width: 30px !important;
}

.u-w-35 {
  width: 35px !important;
}

.u-w-40 {
  width: 40px !important;
}

.u-w-45 {
  width: 45px !important;
}

.u-w-50 {
  width: 50px !important;
}

.u-w-55 {
  width: 55px !important;
}

.u-w-60 {
  width: 60px !important;
}

.u-w-65 {
  width: 65px !important;
}

.u-w-70 {
  width: 70px !important;
}

.u-w-75 {
  width: 75px !important;
}

.u-w-80 {
  width: 80px !important;
}

.u-w-85 {
  width: 85px !important;
}

.u-w-90 {
  width: 90px !important;
}

.u-w-95 {
  width: 95px !important;
}

.u-w-100 {
  width: 100px !important;
}

.u-w-105 {
  width: 105px !important;
}

.u-w-110 {
  width: 110px !important;
}

.u-w-115 {
  width: 115px !important;
}

.u-w-120 {
  width: 120px !important;
}

.u-w-125 {
  width: 125px !important;
}

.u-w-130 {
  width: 130px !important;
}

.u-w-135 {
  width: 135px !important;
}

.u-w-140 {
  width: 140px !important;
}

.u-w-145 {
  width: 145px !important;
}

.u-w-150 {
  width: 150px !important;
}

.u-w-155 {
  width: 155px !important;
}

.u-w-160 {
  width: 160px !important;
}

.u-w-165 {
  width: 165px !important;
}

.u-w-170 {
  width: 170px !important;
}

.u-w-175 {
  width: 175px !important;
}

.u-w-180 {
  width: 180px !important;
}

.u-w-185 {
  width: 185px !important;
}

.u-w-190 {
  width: 190px !important;
}

.u-w-195 {
  width: 195px !important;
}

.u-w-200 {
  width: 200px !important;
}

.u-w-205 {
  width: 205px !important;
}

.u-w-210 {
  width: 210px !important;
}

.u-w-215 {
  width: 215px !important;
}

.u-w-220 {
  width: 220px !important;
}

.u-w-225 {
  width: 225px !important;
}

.u-w-230 {
  width: 230px !important;
}

.u-w-235 {
  width: 235px !important;
}

.u-w-240 {
  width: 240px !important;
}

.u-w-245 {
  width: 245px !important;
}

.u-w-250 {
  width: 250px !important;
}

.u-w-255 {
  width: 255px !important;
}

.u-w-260 {
  width: 260px !important;
}

.u-w-265 {
  width: 265px !important;
}

.u-w-270 {
  width: 270px !important;
}

.u-w-275 {
  width: 275px !important;
}

.u-w-280 {
  width: 280px !important;
}

.u-w-285 {
  width: 285px !important;
}

.u-w-290 {
  width: 290px !important;
}

.u-w-295 {
  width: 295px !important;
}

.u-w-300 {
  width: 300px !important;
}

.u-w-305 {
  width: 305px !important;
}

.u-w-310 {
  width: 310px !important;
}

.u-w-315 {
  width: 315px !important;
}

.u-w-320 {
  width: 320px !important;
}

.u-w-325 {
  width: 325px !important;
}

.u-w-330 {
  width: 330px !important;
}

.u-w-335 {
  width: 335px !important;
}

.u-w-340 {
  width: 340px !important;
}

.u-w-345 {
  width: 345px !important;
}

.u-w-350 {
  width: 350px !important;
}

.u-w-355 {
  width: 355px !important;
}

.u-w-360 {
  width: 360px !important;
}

.u-w-365 {
  width: 365px !important;
}

.u-w-370 {
  width: 370px !important;
}

.u-w-375 {
  width: 375px !important;
}

.u-w-380 {
  width: 380px !important;
}

.u-w-385 {
  width: 385px !important;
}

.u-w-390 {
  width: 390px !important;
}

.u-w-395 {
  width: 395px !important;
}

.u-w-400 {
  width: 400px !important;
}

/* width(%) 5-100 */
.u-w-5per {
  width: 5% !important;
}

.u-w-10per {
  width: 10% !important;
}

.u-w-15per {
  width: 15% !important;
}

.u-w-20per {
  width: 20% !important;
}

.u-w-25per {
  width: 25% !important;
}

.u-w-30per {
  width: 30% !important;
}

.u-w-35per {
  width: 35% !important;
}

.u-w-40per {
  width: 40% !important;
}

.u-w-45per {
  width: 45% !important;
}

.u-w-50per {
  width: 50% !important;
}

.u-w-55per {
  width: 55% !important;
}

.u-w-60per {
  width: 60% !important;
}

.u-w-65per {
  width: 65% !important;
}

.u-w-70per {
  width: 70% !important;
}

.u-w-75per {
  width: 75% !important;
}

.u-w-80per {
  width: 80% !important;
}

.u-w-85per {
  width: 85% !important;
}

.u-w-90per {
  width: 90% !important;
}

.u-w-95per {
  width: 95% !important;
}

.u-w-100per {
  width: 100% !important;
}

/* width(em) 5-20 */
.u-w-1em {
  width: 1em !important;
}

.u-w-2em {
  width: 2em !important;
}

.u-w-3em {
  width: 3em !important;
}

.u-w-4em {
  width: 4em !important;
}

.u-w-5em {
  width: 5em !important;
}

.u-w-6em {
  width: 6em !important;
}

.u-w-7em {
  width: 7em !important;
}

.u-w-8em {
  width: 8em !important;
}

.u-w-9em {
  width: 9em !important;
}

.u-w-10em {
  width: 10em !important;
}

.u-w-11em {
  width: 11em !important;
}

.u-w-12em {
  width: 12em !important;
}

.u-w-13em {
  width: 13em !important;
}

.u-w-14em {
  width: 14em !important;
}

.u-w-15em {
  width: 15em !important;
}

.u-w-16em {
  width: 16em !important;
}

.u-w-17em {
  width: 17em !important;
}

.u-w-18em {
  width: 18em !important;
}

.u-w-19em {
  width: 19em !important;
}

.u-w-20em {
  width: 20em !important;
}

/* width auto*/
.u-w-auto {
  width: auto !important;
}
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
  .u-sp {
    display: block !important;
  }
}