@media all and (min-width: 768px), print {
  .narrowDown__container__inner[aria-hidden="false"] .c-form__row__inner:first-child {
    border-top: calc(1 / var(--font-size) * 1rem) solid var(--sub-border-color);
    margin-top: calc(40 / var(--font-size)* 1rem);
  }
}

/* --------------------------------------------------------------------------
  FORM UPDATE（entry.cssからコピー）
-------------------------------------------------------------------------- */
@media all and (min-width: 768px), print {
  .c-form__row__inner {
    padding: calc(17 / var(--font-size)* 1rem) 0 calc(23 / var(--font-size)* 1rem) 0;
    padding-right: calc(40 / var(--font-size)* 1rem);
    gap: calc(24 / var(--font-size) * 1rem);
    flex-wrap: nowrap;
    border-bottom: calc(1 / var(--font-size)* 1rem) solid var(--color-gray_300);
  }
  .c-form__row__inner:first-child {
    border-top: calc(1 / var(--font-size)* 1rem) solid var(--color-gray_300);
}
  .c-form__row__inner:nth-last-of-type(1) {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .c-form__row__title {
    margin-top: calc(11 / var(--font-size) * 1rem);
    width: auto;
    flex-shrink: 0;
  }
  .c-form__row__title.--width-24 {
    width: 24%;
    flex-shrink: 1;
  }
  .c-form__row__title.--width-12 {
    width: 12%;
  }
  .c-form__row__title__inner {
  }
  .c-form__row__title.--width-24 .c-form__row__title__inner ,
  .c-form__row__title.--width-12 .c-form__row__title__inner {
  }
  .c-form__row__title__label {
    width: calc(247 / var(--font-size)* 1rem);
  }
  .c-form__row__title.--width-24 .c-form__row__title__label ,
  .c-form__row__title.--width-12 .c-form__row__title__label {
  }
  .c-form__row__title__label-icon {
  }
  .c-form__row__title.--width-24 .c-form__row__title__label-icon ,
  .c-form__row__title.--width-12 .c-form__row__title__label-icon {
  }
  .c-form__row__cell {
    width: 100%;
  }
  .c-form__row__cell__inner {
    width: 100%;
    gap: calc(20 / var(--font-size) * 1rem);
  }
  .c-form__row__cell__inner:has(.c-form-radio-list) ,
  .c-form__row__cell__inner:has(.c-form-checkbox-list) {
    margin-top: calc(13 / var(--font-size) * 1rem);
  }
  .c-form-component__outer {
    display: flex;
    align-items: center;
    width: 50%;
  }
  .c-form-component {
    margin-left: 0;
    width: 100%;
  }
  .c-form-text-unit {
    width: calc(38 / var(--font-size) * 1rem);
    flex-shrink: 0;
    display: flex;
    align-items: center;
  }
  .c-form-component.--size-s input[type="text"],
  .c-form-component.--size-l input[type="text"] {
    width: 100%;
  }
  .c-form-component.--size-s input[type="text"]::placeholder,
  .c-form-component.--size-l input[type="text"]::placeholder {
    color: var(--color-gray_400);
  }

  .--mail .c-form__row__cell {
    padding-left: calc(38 / var(--font-size) * 1rem);
  }

  .mail-text {
    font-weight: 600;
    margin-top: calc(20 / var(--font-size) * 1rem);
  }

  .mail-list {
    margin-top: calc(18 / var(--font-size) * 1rem);
    font-weight: 600;
  }

  .mail-note {
    margin-top: calc(18 / var(--font-size) * 1rem);
  }
  .mail-note li + li {
    margin-top: calc(8 / var(--font-size) * 1rem);
  }

  .mail-contact {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--color-gray_50);
    margin-top: calc(32 / var(--font-size) * 1rem);
    border-radius: calc(10 / var(--font-size) * 1rem);
    padding: calc(16 / var(--font-size) * 1rem) calc(32 / var(--font-size) * 1rem);
    gap: calc(20 / var(--font-size) * 1rem);
  }
  .mail-contact .c-text {

  }
  .mail-contact .c-btn {
  }

  body[data-step="2"] .c-form__row__title{
    margin-top: calc(6 / var(--font-size) * 1rem);
  }
}
@media all and (max-width: 767px), print {
  .c-form__row__inner {
    padding: calc(24 / var(--font-size)* 1rem) 0;
    gap: calc(8 / var(--font-size) * 1rem);
    border-bottom: calc(1 / var(--font-size)* 1rem) solid var(--color-gray_300);

  }
  .c-form__row__inner:first-child {
    border-top: calc(1 / var(--font-size)* 1rem) solid var(--color-gray_300);
  }
  .c-form__row__title {
    display: flex;
    width: auto;
    flex-shrink: 0;
    margin-bottom: 0;
  }
  .c-form__row__title.--width-24 {
  }
  .c-form__row__title.--width-12 {
  }
  .c-form__row__title__inner {
    gap: calc(7 / var(--font-size) * 1rem);
  }
  .c-form__row__title.--width-24 .c-form__row__title__inner ,
  .c-form__row__title.--width-12 .c-form__row__title__inner {
  }
  .c-form__row__title__label {
    /* width: calc(118 / var(--font-size)* 1rem); */
  }
  .c-form__row__title.--width-24 .c-form__row__title__label ,
  .c-form__row__title.--width-12 .c-form__row__title__label {
  }
  .c-form__row__title__label-icon {
    border-radius: 9999px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: calc(20 / var(--font-size) * 1rem);
    padding: 0 calc(8 / var(--font-size)* 1rem);
  }
  .c-form__row__title.--width-24 .c-form__row__title__label-icon ,
  .c-form__row__title.--width-12 .c-form__row__title__label-icon {
  }
  .c-form__row__cell {
    width: 100%;
  }
  .c-form__row__cell__inner {
    gap: calc(20 / var(--font-size) * 1rem);
  }
  .c-form-component__outer {
    display: flex;
    align-items: center;
    width: 50%;
  }
  .c-form-component {
    margin-left: 0;
    width: 100%;
  }
  .c-form-text-unit {
    width: calc(24 / var(--font-size) * 1rem);
    flex-shrink: 0;
    display: flex;
    align-items: center;
  }
  .c-form-component.--size-s input[type="text"],
  .c-form-component.--size-l input[type="text"] {
    width: 100%;
  }
  .c-form-component.--size-s input[type="text"]::placeholder,
  .c-form-component.--size-l input[type="text"]::placeholder {
    color: var(--color-gray_400);
  }
  .c-form__row__cell.--2col {
    display: block;
  }
  .c-form__row__cell__inner {
    width: 100%;
  }

  .--mail .c-form__row__cell {
  }
  .--mail .c-form__row__title {
    align-items: flex-start;
  }
  .--mail .c-form__row__title__inner {
  }

  .mail-text {
    margin-top: calc(20 / var(--font-size) * .875rem);
  }
  .mail-list {
    margin-top: calc(20 / var(--font-size) * 1rem);
  }
  .mail-list .c-list__ico {
    margin-right: 0;
  }
  .mail-list.c-list.--list-desc.--list-size-s > li > .c-list__ico:before {
    top: calc(-3 / var(--font-size)* 1rem);
  }
  [data-step="2"] .mail-list,
  [data-step="3"] .mail-list,
  [data-step="4"] .mail-list {
    margin-top: calc(10 / var(--font-size) * 1rem);
  }

  .mail-note {
    margin-top: calc(18 / var(--font-size) * 1rem);
  }
  .mail-note li + li {
    margin-top: calc(16 / var(--font-size) * 1rem);
  }

  .mail-contact {
    display: flex;
    flex-direction: column;
    background-color: var(--color-gray_50);
    margin-top: calc(28 / var(--font-size) * 1rem);
    border-radius: calc(10 / var(--font-size) * 1rem);
    padding: calc(28 / var(--font-size) * 1rem) calc(20 / var(--font-size) * 1rem);
    gap: calc(20 / var(--font-size) * 1rem);
  }
  .mail-contact .u-text--s {
    font-size: calc(12 / var(--font-size) * 1rem) !important;
  }
  .mail-contact .c-btn {
    width: calc();
  }
}

/* --------------------------------------------------------------------------
  SEARCH OVERRIDE（entry.cssからコピー）
-------------------------------------------------------------------------- */
/* entry__container */
@media all and (min-width: 768px), print {
  .entry__container {
    border-radius: calc(10 / var(--font-size)* 1rem);
  }
  .entry__container-heading-toggle {
    width: calc(21 / var(--font-size)* 1rem);
    height: calc(21 / var(--font-size)* 1rem);
  }
  .entry__container-heading-title + .entry__container-heading-toggle {
    margin-left: calc(20 / var(--font-size)* 1rem);
  }
  .entry__container-heading__icon {
    background-color: transparent;
    border: calc(2 / var(--font-size)* 1rem) solid var(--main-color);
  }
  .tab__term[aria-expanded="false"] .entry__container-heading__icon::before,
  .tab__term[aria-expanded="true"] .entry__container-heading__icon::before {
    height: calc(2 / var(--font-size)* 1rem);
    background-color: var(--main-color);
  }
  .tab__term[aria-expanded="false"] .entry__container-heading__icon::after,
  .tab__term[aria-expanded="true"] .entry__container-heading__icon::after {
    background-color: var(--main-color);
    width: calc(2 / var(--font-size)* 1rem);
  }
}
@media all and (max-width: 767px), print {
  .entry__container {
    border-radius: calc(10 / var(--font-size)* 1rem);
    padding: calc(30 / var(--font-size)* 1rem) calc(20 / var(--font-size)* 1rem) calc(32 / var(--font-size)* 1rem);
  }
  .entry__container-heading-toggle {
    width: calc(21 / var(--font-size)* 1rem);
    height: calc(21 / var(--font-size)* 1rem);
  }
  .tab__term {
    position: relative;
  }
  .entry__container-heading {
    display: block;
  }
  .entry__container-heading-title {
    text-align: center;
  }
  .entry__container-heading-toggle {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: calc(17 / var(--font-size)* 1rem);
    height: calc(17 / var(--font-size)* 1rem);
  }
  .entry__container-heading__icon {
    background-color: transparent;
    border: calc(1.5 / var(--font-size)* 1rem) solid var(--main-color);
  }
  .tab__term[aria-expanded="false"] .entry__container-heading__icon::before,
  .tab__term[aria-expanded="true"] .entry__container-heading__icon::before {
    height: calc(1.5 / var(--font-size)* 1rem);
    background-color: var(--main-color);
    width: calc(8 / var(--font-size)* 1rem);
  }
  .tab__term[aria-expanded="false"] .entry__container-heading__icon::after,
  .tab__term[aria-expanded="true"] .entry__container-heading__icon::after {
    background-color: var(--main-color);
    width: calc(1.5 / var(--font-size)* 1rem);
    height: calc(8 / var(--font-size)* 1rem);
  }
  .entry__block .u-text--s {
    line-height: 1.4;
  }
}

/* entry_caution */
@media all and (min-width: 768px), print {
  .entry_caution {
    margin: calc(24 / var(--font-size)* 1rem) 0 calc(20 / var(--font-size)* 1rem);
    border-radius: calc(10 / var(--font-size)* 1rem);
  }
  .entry_caution__body {
    padding: calc(28 / var(--font-size)* 1rem) calc(40 / var(--font-size)* 1rem) calc(24 / var(--font-size)* 1rem);
  }
  .entry_caution-heading {
    margin-bottom: calc(16 / var(--font-size)* 1rem);
    padding-bottom: 0;
    border-bottom: 0;
    font-size: calc(16 / var(--font-size)* 1rem);
    font-weight: bold;
    display: flex;
    gap: calc(12 / var(--font-size)* 1rem);
    line-height: 1.6;
  }
  .entry_caution-heading::before {
    content: "";
    display: block;
    width: calc(16 / var(--font-size) * 1rem);
    height: calc(16 / var(--font-size) * 1rem);
    border-radius: 50%;
    background-color: var(--main-accent-color);
    margin-top: calc((1lh -  16 / var(--font-size) * 1rem) / 2);
  }
  .entry_caution__block .c-list {
    font-weight: 600;
  }
  .entry__block .c-btn-list.--2col .c-btn {
    width: calc(250 / var(--font-size)* 1rem);
  }
  .entry__block .c-btn-list.--2col {
    gap: calc(24 / var(--font-size) * 1rem);
  }
  .entry__block .c-btn.--download .c-btn__inner {
    min-height: calc(64 / var(--font-size)* 1rem);
  }
  .entry__block .c-btn-list.--2col .c-btn + .c-btn {
    margin-left: 0;
  }

  .entry__container .c-btn.--download .c-btn__arrow__icon {
    width: calc(19 / var(--font-size)* 1rem);
    min-width: calc(19 / var(--font-size)* 1rem);
    height: calc(19 / var(--font-size)* 1rem);
  }
}
@media all and (max-width: 767px), print {
  .entry_caution {
    margin: calc(24 / var(--font-size)* 1rem) 0 calc(24 / var(--font-size)* 1rem);
    border-radius: calc(10 / var(--font-size)* 1rem);
    margin-bottom: 0;
  }
  .entry_caution__body {
    padding: calc(24 / var(--font-size)* 1rem) calc(20 / var(--font-size)* 1rem) calc(24 / var(--font-size)* 1rem);
  }
  .entry_caution-heading {
    margin-bottom: calc(16 / var(--font-size)* 1rem);
    padding-bottom: 0;
    border-bottom: 0;
    font-size: calc(16 / var(--font-size)* 1rem);
    font-weight: bold;
    display: flex;
    gap: calc(8 / var(--font-size)* 1rem);
    line-height: 1.6;
  }
  .entry_caution-heading::before {
    content: "";
    display: block;
    width: calc(15 / var(--font-size) * 1rem);
    height: calc(15 / var(--font-size) * 1rem);
    border-radius: 50%;
    background-color: var(--main-accent-color);
    margin-top: calc((1lh -  15 / var(--font-size) * 1rem) / 2);
  }
  .entry_caution__block .c-list {
    font-weight: 600;
  }
  .entry__block {
    margin-top: calc(24 / var(--font-size)* 1rem);
  }
  .entry__block .c-btn-list.--2col .c-btn {
    width: calc(222 / var(--font-size)* 1rem);
  }
  .entry__block .c-btn-list.--2col {
    gap: calc(16 / var(--font-size) * 1rem);
  }
  .entry__block .c-btn.--download .c-btn__inner {
    /* min-height: calc(64 / var(--font-size)* 1rem); */
  }
  .entry__block .c-btn-list.--2col .c-btn + .c-btn {
    margin-left: 0;
  }
  .entry_caution__block .c-list > li {
    line-height: 1.599;
    position: relative;
    font-size: calc(var(--text-size-xxs) / var(--font-size)* 1rem) !important;
  }
  .entry_caution__block .c-list__ico {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(3 / var(--font-size) * 1rem);
    height: calc(3 / var(--font-size) * 1rem);
    background-color: var(--alert-color);
    border-radius: 50%;
    margin-top: calc((1lh - 3 / var(--font-size) * 1rem) / 2);
  }
  .entry_caution__block .c-list.--list-desc.--list-size-xs > li > .c-list__ico:before {
    display: none;
  }
  .entry_caution__block .c-list__text {
    padding-left: calc(10 / var(--font-size) * 1rem);
  }

  .c-btn.--download.--download-sp .c-btn__inner {
    min-height: calc(56 / var(--font-size)* 1rem);
    padding-left: calc(61 / var(--font-size)* 1rem);
    padding-right: calc(47 / var(--font-size)* 1rem);
  }

  .c-btn.--circle-icon .c-btn__img {
    width: calc(42 / var(--font-size) * 1rem);
    height: calc(42 / var(--font-size) * 1rem);
    margin-left: calc(8 / var(--font-size)* 1rem);
  }
  .c-btn.--download.--download-sp .c-btn__text__label {
    font-size: calc(12 / var(--font-size)* 1rem);
  }

}

/* ==========================================================================
  detail（manufacturer.cssからコピー）
========================================================================== */

/* UPDATE */
.search_result_container {
  padding-top: calc(64 / var(--font-size) * 1rem);
  border-top: calc(1 / var(--font-size) * 1rem) solid var(--sub-border-color);
}
.search_result_title {
  margin-bottom: 2rem;
}
.search_result_title__label {
  font-size: 1.875rem;
  margin-right: 0.75rem;
  color: var(--main-color);
}

@media all and (min-width: 768px), print {
  .c-table--stick.c-table table {
    width: 72rem;
  }

  .search_result_container .search_result-table--wide .c-table__table {
    overflow-x: scroll;
  }
  .search_result_container .search_result-table--wide table {
    width: 80rem;
  }

  /** **/
  .maker-info {
    background-color: var(--color-gray_100);
    padding: calc(16 / var(--font-size) * 1rem) calc(16 / var(--font-size) * 1rem) calc(16 / var(--font-size) * 1rem) calc(16 / var(--font-size) * 1rem);
    border-radius: calc(10 / var(--font-size) * 1rem);
  }
  .maker-info__header {
    padding-top: calc(2 / var(--font-size) * 1rem);
  }
  .maker-info__header-title {
    font-size: calc(var(--text-size-m) / var(--font-size) * 1rem);
    font-weight: 700;
    text-align: center;
    color: var(--main-color);
  }
  .maker-info__detail {
    background-color: var(--color-white);
    padding: calc(16 / var(--font-size) * 1rem) calc(25 / var(--font-size) * 1rem) calc(16 / var(--font-size) * 1rem) calc(25 / var(--font-size) * 1rem);
    border-radius: calc(10 / var(--font-size) * 1rem);
    margin-top: calc(14 / var(--font-size) * 1rem);
  }
  .maker-info__company {
    padding-bottom: calc(12 / var(--font-size) * 1rem);
  }
  .maker-info__company-title {
    font-size: calc(var(--title-size-m) / var(--font-size) * 1rem);
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.07em;
  }
  .maker-info__contact {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: calc(16 / var(--font-size) * 1rem);
  }
  .maker-info__contact__name {
    font-size: calc(var(--text-size-s) / var(--font-size) * 1rem);
    font-weight: 700;
    line-height: 1.599;
  }
  .maker-info__contact__tel {
    width: 100%;
    font-size: calc(40 / var(--font-size) * 1rem);
    font-weight: 700;
    color: var(--main-color);
    position: relative;
    display: flex;
    align-items: center;
  }
  .maker-info__contact__box.--title {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .maker-info__footer {
    padding-top: calc(13 / var(--font-size) * 1rem);
    border-top: calc(1 / var(--font-size) * 1rem) solid var(--color-gray_300);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .maker-info__footer__list {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: calc(600 / var(--font-size) * 1rem);
  }
  .maker-info__footer__list__item {
    width: 100%;
  }
  .maker-info__footer__list__item__in {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: calc(10 / var(--font-size) * 1rem);
  }
  .maker-info__footer__list__item__header {
    background-color: var(--main-color);
    border-radius: calc(12 / var(--font-size) * 1rem);
    color: var(--color-white);
    max-width: calc(80 / var(--font-size) * 1rem);
    padding: calc(2 / var(--font-size) * 1rem) calc(13 / var(--font-size) * 1rem) calc(4 / var(--font-size) * 1rem);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
  .maker-info__footer__list__item__header-text {
    font-size: calc(var(--text-size-xs) / var(--font-size) * 1rem);
    font-weight: 700;
    line-height: 1;
  }
  .maker-info__footer__list__item__body {
    
  }
  .maker-info__footer__list__item-text {
    font-size: calc(var(--title-size-s) / var(--font-size) * 1rem);
    font-weight: 700;
    letter-spacing: 0;
  }
  .maker-info__footer__list__item-text.--tel {
    font-size: calc(var(--title-size-l) / var(--font-size) * 1rem);
    color: var(--main-color);
  }

  /** **/
  .detail-search {
    padding: 0 !important;
  }
  .detail-search > .c-form {
    padding-top: calc(40 / var(--font-size) * 1rem) !important;
  }
  .detail-search__table + .form-items--btn {
    padding-top: 0;
    margin-top: calc(40 / var(--font-size) * 1rem);
  }
  .detail-search__table .c-table__component > table th {
    padding: calc(16 / var(--font-size) * 1rem) calc(24 / var(--font-size) * 1rem);
  }
  .detail-search__table .c-table__component > table td {
    padding: calc(16 / var(--font-size) * 1rem) calc(38 / var(--font-size) * 1rem);
  }
  .detail-search__table .c-table__component .u-text-decoration-circle--s:before {
    top: calc(4 / var(--font-size) * 1rem);
  }
  .detail-search__table .c-table__component .c-form-checkbox-list {
    margin-left: calc(-32 / var(--font-size) * 1rem);
  }
  .detail-search__table .c-table__component .c-form-checkbox-list__checkbox {
    min-width: calc(60 / var(--font-size) * 1rem);
    margin-top: calc(15 / var(--font-size) * 1rem);
    margin-left: calc(32 / var(--font-size) * 1rem);
  }
  .c-form__row__cell.--width-full {
    width: 100%;
  }

  .manufacturer-result .c-table__component th {
    white-space: nowrap;
  }
  .manufacturer-result .c-table__component > table thead th,
  .manufacturer-result .c-table__component > table thead td {
    padding-bottom: calc(43 / var(--font-size) * 1rem);
  }
  .manufacturer-result .c-table__component > table thead th[rowspan="2"],
  .manufacturer-result .c-table__component > table thead td[rowspan="2"],
  .manufacturer-result .c-table__component > table thead th[colspan="2"],
  .manufacturer-result .c-table__component > table thead td[colspan="2"],
  .manufacturer-result .c-table__component > table thead th[colspan="3"],
  .manufacturer-result .c-table__component > table thead td[colspan="3"],
  .manufacturer-result .c-table__component > table thead th[colspan="4"],
  .manufacturer-result .c-table__component > table thead td[colspan="4"],
  .manufacturer-result .c-table__component > table thead th[colspan="5"],
  .manufacturer-result .c-table__component > table thead td[colspan="5"],
  .manufacturer-result .c-table__component > table thead th.--no-sort,
  .manufacturer-result .c-table__component > table thead td.--no-sort {
    padding-bottom: calc(15 / var(--font-size) * 1rem);
  }
  .manufacturer-result .c-table__component > table th,
  .manufacturer-result .c-table__component > table td {
    padding: calc(15 / var(--font-size) * 1rem) calc(14 / var(--font-size) * 1rem);
    position: relative;
  }
  .manufacturer-result .--max-width .c-table__component > table thead th,
  .manufacturer-result .--max-width .c-table__component > table thead td,
  .manufacturer-result .--wide .c-table__component > table thead th,
  .manufacturer-result .--wide .c-table__component > table thead td {
    padding-top: calc(33 / var(--font-size) * 1rem);
    padding-bottom: calc(33 / var(--font-size) * 1rem);
  }
}
@media all and (max-width: 767px), print {
  .c-table--stick.c-table table {
    width: 72rem;
  }

  .search_result_container {
    padding-top: calc(40 / var(--font-size) * 1rem);
    margin-top: calc(48 / var(--font-size) * 1rem);
  }

  .search_result_container .search_result-table--wide .c-table__table {
    overflow-x: scroll;
  }
  .search_result_container .search_result-table--wide table {
    width: 80rem;
  }
  /** **/
  .maker-info {
    background-color: var(--color-gray_100);
    padding: calc(12 / var(--font-size) * 1rem) calc(16 / var(--font-size) * 1rem) calc(16 / var(--font-size) * 1rem) calc(16 / var(--font-size) * 1rem);
    border-radius: calc(10 / var(--font-size) * 1rem);
  }
  .maker-info__header {
    padding-top: calc(2 / var(--font-size) * 1rem);
  }
  .maker-info__header-title {
    font-size: calc(var(--text-size-m) / var(--font-size) * 1rem);
    font-weight: 700;
    text-align: center;
    color: var(--main-color);
  }
  .maker-info__detail {
    background-color: var(--color-white);
    padding: calc(16 / var(--font-size) * 1rem) calc(16 / var(--font-size) * 1rem) calc(16 / var(--font-size) * 1rem) calc(16 / var(--font-size) * 1rem);
    border-radius: calc(10 / var(--font-size) * 1rem);
    margin-top: calc(14 / var(--font-size) * 1rem);
  }
  .maker-info__company {
    padding-bottom: calc(12 / var(--font-size) * 1rem);
  }
  .maker-info__company-title {
    font-size: calc(var(--title-size-xs) / var(--font-size) * 1rem);
    font-weight: 700;
    text-align: center;
    line-height: 1.422;
    letter-spacing: 0;
  }
  .maker-info__contact {
    padding-bottom: calc(18 / var(--font-size) * 1rem);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .maker-info__contact__name {
    font-size: calc(var(--text-size-s) / var(--font-size) * 1rem);
    font-weight: 700;
    line-height: 1.599;
    text-align: center;
  }
  .maker-info__contact__tel {
    width: 100%;
    font-size: calc(var(--title-size-l) / var(--font-size) * 1rem);
    font-weight: 700;
    color: var(--main-color);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .maker-info__contact__box.--title {
  }
  .maker-info__footer {
    padding-top: calc(13 / var(--font-size) * 1rem);
    border-top: calc(1 / var(--font-size) * 1rem) solid var(--color-gray_300);
  }
  .maker-info__footer__list {
    width: 100%;
  }
  .maker-info__footer__list__item {
    max-width: calc(300 / var(--font-size) * 1rem);
    margin: 0 auto;
  }
  .maker-info__footer__list__item__in {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: calc(10 / var(--font-size) * 1rem);
  }
  .maker-info__footer__list__item__header {
    background-color: var(--main-color);
    border-radius: calc(12 / var(--font-size) * 1rem);
    color: var(--color-white);
    max-width: calc(80 / var(--font-size) * 1rem);
    padding: calc(2 / var(--font-size) * 1rem) calc(13 / var(--font-size) * 1rem) calc(4 / var(--font-size) * 1rem);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
  .maker-info__footer__list__item__header-text {
    font-size: calc(var(--text-size-xs) / var(--font-size) * 1rem);
    font-weight: 700;
    line-height: 1;
  }
  .maker-info__footer__list__item__body {
    
  }
  .maker-info__footer__list__item-text {
    font-size: calc(var(--title-size-s) / var(--font-size) * 1rem);
    font-weight: 700;
    letter-spacing: 0;
  }
  .maker-info__footer__list__item-text.--tel {
    font-size: calc(var(--title-size-l) / var(--font-size) * 1rem);
    color: var(--main-color);
  }

  .detail-search {
    padding: 0 !important;
  }
  .detail-search > .c-form {
    padding-top: calc(40 / var(--font-size) * 1rem) !important;
  }
  .detail-search__table .c-table__component > table th {
    padding: calc(16 / var(--font-size) * 1rem) calc(24 / var(--font-size) * 1rem);
  }
  .detail-search__table .c-table__component > table td {
    padding: calc(16 / var(--font-size) * 1rem) calc(24 / var(--font-size) * 1rem);
  }
  .detail-search__table .c-table__component > table th,
  .detail-search__table .c-table__component > table td {
    border: 0;
    border-radius: 0;
    width: 100% !important;
    display: block;
  }
  .detail-search__table .c-table__component > table th,
  .detail-search__table .c-table__component > table tr:last-child th{
    border-top:1px solid var(--main-border-color);
    border-bottom: 1px solid var(--main-border-color);
  }
  .detail-search__table .c-table__component > table tr:first-child th{
    border-top:none;
  }
  .detail-search__table .c-table__component .u-text-decoration-circle--s:before {
    top: calc(4 / var(--font-size) * 1rem);
  }
  .detail-search__table .c-table__component .c-form-checkbox-list {
    margin-left: calc(-15 / var(--font-size) * 1rem);
  }
  .detail-search__table .c-table__component .c-form-checkbox-list__checkbox {
    align-items: flex-start;
    min-width: calc(60 / var(--font-size) * 1rem);
    margin-top: calc(15 / var(--font-size) * 1rem);
    margin-left: calc(15 / var(--font-size) * 1rem);
  }
  .c-form__row__cell.--width-full {
    width: 100%;
  }

  .manufacturer-result .c-table__component th {
    white-space: nowrap;
  }
  .manufacturer-result .c-table__component > table thead th,
  .manufacturer-result .c-table__component > table thead td {
    padding-bottom: calc(43 / var(--font-size) * 1rem);
  }
  .manufacturer-result .c-table__component > table thead th[rowspan="2"],
  .manufacturer-result .c-table__component > table thead td[rowspan="2"],
  .manufacturer-result .c-table__component > table thead th[colspan="2"],
  .manufacturer-result .c-table__component > table thead td[colspan="2"],
  .manufacturer-result .c-table__component > table thead th[colspan="3"],
  .manufacturer-result .c-table__component > table thead td[colspan="3"],
  .manufacturer-result .c-table__component > table thead th[colspan="4"],
  .manufacturer-result .c-table__component > table thead td[colspan="4"],
  .manufacturer-result .c-table__component > table thead th[colspan="5"],
  .manufacturer-result .c-table__component > table thead td[colspan="5"],
  .manufacturer-result .c-table__component > table thead th.--no-sort,
  .manufacturer-result .c-table__component > table thead td.--no-sort {
    padding-bottom: calc(15 / var(--font-size) * 1rem);
  }
  .manufacturer-result .c-table__component > table th,
  .manufacturer-result .c-table__component > table td {
    padding: calc(15 / var(--font-size) * 1rem) calc(14 / var(--font-size) * 1rem);
    position: relative;
  }
  .manufacturer-result .--max-width .c-table__component > table thead th,
  .manufacturer-result .--max-width .c-table__component > table thead td,
  .manufacturer-result .--wide .c-table__component > table thead th,
  .manufacturer-result .--wide .c-table__component > table thead td {
    padding-top: calc(33 / var(--font-size) * 1rem);
    padding-bottom: calc(33 / var(--font-size) * 1rem);
  }
}

/* ==========================================================================
  no-list
========================================================================== */
@media all and (min-width: 768px), print {
  .manufacturer-result {
    margin-top: calc(32 / var(--font-size) * 1rem);
  }
  .result-text + .manufacturer-result ,
  .manufacturer-result + .manufacturer-result {
    margin-top: 0;
  }
  .manufacturer-result__container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .manufacturer-result__container .c-form-component {
    white-space: nowrap;
  }
  .manufacturer-result__text {
    font-size: calc(18 / var(--font-size) * 1rem);
  }
  .manufacturer-result__container .manufacturer-result__text + * {
    flex-shrink: 0;
    width: auto;
    margin-left: auto;
  }
  .manufacturer-no-list {
    padding-top: calc(50 / var(--font-size) * 1rem);
    padding-bottom: calc(100 / var(--font-size) * 1rem);
  }
  .manufacturer-no-list__contents {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .manufacturer-no-list__contents__ico {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(62 / var(--font-size) * 1rem);
    height: calc(62 / var(--font-size) * 1rem);
    border-radius: calc(62 / var(--font-size) * 1rem);
    background: var(--color-gray_100);
  }
  .manufacturer-no-list__contents__ico svg {
    width: calc(24 / var(--font-size) * 1rem);
    height: calc(24 / var(--font-size) * 1rem);
    fill: var(--color-gray_400);
  }
  .manufacturer-no-list__contents__text {
    margin-top: calc(20 / var(--font-size) * 1rem);
    text-align: center;
    line-height: 1.8;
    font-size: calc(16 / var(--font-size) * 1rem);
    color: var(--color-gray_600);
  }
  .manufacturer-no-list__contents__text:first-child {
    margin-top: 0;
  }
  .manufacturer-no-list__contents__text em {
    font-size: calc(20 / 16 * 100%);
    font-weight: bold;
    color: var(--color-gray_600);
  }
}

@media all and (max-width: 767px), print {
  .manufacturer-result {
    margin-top: calc(32 / var(--font-size) * 1rem);
  }
  .result-text + .manufacturer-result ,
  .manufacturer-result + .manufacturer-result {
    margin-top: 0;
  }
  .manufacturer-result__container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .manufacturer-result__container:has(.c-tab__btn-list) {
    flex-wrap: wrap;
  }
  .manufacturer-result__container .c-form-component {
    white-space: nowrap;
  }
  .manufacturer-result__text {
    font-size: calc(18 / var(--font-size) * 1rem);
  }
  .manufacturer-result__container .manufacturer-result__text + * {
    flex-shrink: 0;
    width: auto;
    margin-left: auto;
  }
  .manufacturer-result__container .c-tab__btn-list {
    width: 100%;
    margin-left: 0;
  }
  .manufacturer-no-list {
    padding-top: calc(50 / var(--font-size) * 1rem);
    padding-bottom: calc(100 / var(--font-size) * 1rem);
  }
  .manufacturer-no-list__contents {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .manufacturer-no-list__contents__ico {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(62 / var(--font-size) * 1rem);
    height: calc(62 / var(--font-size) * 1rem);
    border-radius: calc(62 / var(--font-size) * 1rem);
    background: var(--color-gray_100);
  }
  .manufacturer-no-list__contents__ico svg {
    width: calc(24 / var(--font-size) * 1rem);
    height: calc(24 / var(--font-size) * 1rem);
    fill: var(--color-gray_400);
  }
  .manufacturer-no-list__contents__text {
    margin-top: calc(20 / var(--font-size) * 1rem);
    text-align: center;
    line-height: 1.8;
    font-size: calc(16 / var(--font-size) * 1rem);
    color: var(--color-gray_600);
  }
  .manufacturer-no-list__contents__text:first-child {
    margin-top: 0;
  }
  .manufacturer-no-list__contents__text em {
    font-size: calc(20 / 16 * 100%);
    font-weight: bold;
    color: var(--color-gray_600);
  }
}

/* ==========================================================================
  Result
========================================================================== */
@media all and (min-width: 768px), print {
  .result-text {
    margin-bottom: calc(8 / var(--font-size) * 1rem);
  }

  /* ソート */
  .result-table-sort {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .result-table-sort__in {
    width: calc(38 / var(--font-size) * 1rem);
    height: calc(18 / var(--font-size) * 1rem);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    position: absolute;
    left: 0;
    right: 0;
    bottom: calc(10 / var(--font-size) * 1rem);
    margin: 0 auto;
  }
  .result-table-sort__item {
  }
  .result-table-sort__item:first-child {
    margin-left: calc(4 / var(--font-size) * 1rem);
  }
  .result-table-sort__btn {
  }
  .result-table-sort__btn--active {
  }
  .result-table-sort__ico {
    background-color: var(--sub-color-03);
    border-radius: 100%;
    width: calc(18 / var(--font-size) * 1rem);
    height: calc(18 / var(--font-size) * 1rem);
    display: block;
    position: relative;
  }
  .result-table-sort__ico:before {
    content: "";
    background-color: var(--main-color);
    mask-image: url(/assets/img/common/ico_sort-cursor.svg);
    mask-size: calc(8 / var(--font-size) * 1rem) auto;
    mask-position: center center;
    mask-repeat: no-repeat;
    display: block;
    width: calc(8 / var(--font-size) * 1rem);
    height: calc(8 / var(--font-size) * 1rem);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .result-table-sort__ico svg {
    display: none;
  }
  .result-table-sort__item:nth-of-type(1) .result-table-sort__ico:before {
    transform: translate(-50%, -50%) rotate(180deg);
  }
  .result-table-sort__btn--active .result-table-sort__ico {
    background-color: var(--main-color);
  }
  .result-table-sort__btn--active .result-table-sort__ico:before {
    background-color: var(--color-white);
  }
  .manufacturer-result .--wide .result-table-sort__btn--active .result-table-sort__ico {
    background-color: var(--color-white);
  }
  .manufacturer-result .--wide .result-table-sort__ico:before {
    background-color: var(--main-color);
  }
}
@media all and (max-width: 767px), print {
  .result-text {
    margin-bottom: calc(16 / var(--font-size) * 1rem);
  }

  /* ソート */
  .result-table-sort {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .result-table-sort__in {
    width: calc(38 / var(--font-size) * 1rem);
    height: calc(18 / var(--font-size) * 1rem);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    position: absolute;
    left: 0;
    right: 0;
    bottom: calc(10 / var(--font-size) * 1rem);
    margin: 0 auto;
  }
  .result-table-sort__item {
  }
  .result-table-sort__item:first-child {
    margin-left: calc(4 / var(--font-size) * 1rem);
  }
  .result-table-sort__btn {
  }
  .result-table-sort__btn--active {
  }
  .result-table-sort__ico {
    background-color: var(--sub-color-03);
    border-radius: 100%;
    width: calc(18 / var(--font-size) * 1rem);
    height: calc(18 / var(--font-size) * 1rem);
    display: block;
    position: relative;
  }
  .result-table-sort__ico:before {
    content: "";
    background-color: var(--main-color);
    mask-image: url(/assets/img/common/ico_sort-cursor.svg);
    mask-size: calc(8 / var(--font-size) * 1rem) auto;
    mask-position: center center;
    mask-repeat: no-repeat;
    display: block;
    width: calc(8 / var(--font-size) * 1rem);
    height: calc(8 / var(--font-size) * 1rem);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .result-table-sort__ico svg {
    display: none;
  }
  .result-table-sort__item:nth-of-type(1) .result-table-sort__ico:before {
    transform: translate(-50%, -50%) rotate(180deg);
  }
  .result-table-sort__btn--active .result-table-sort__ico {
    background-color: var(--main-color);
  }
  .result-table-sort__btn--active .result-table-sort__ico:before {
    background-color: var(--color-white);
  }
  .manufacturer-result .--wide .result-table-sort__btn--active .result-table-sort__ico {
    background-color: var(--color-white);
  }
  .manufacturer-result .--wide .result-table-sort__ico:before {
    background-color: var(--main-color);
  }
}


/* --------------------------------------------------------------------------
  SEARCH_RESULT
-------------------------------------------------------------------------- */
@media all and (min-width: 768px), print {
  .manufacturer-result__table .c-table__component{
    width: calc(2800 / var(--font-size)* 1rem) !important;
  }
  .manufacturer-result__table th{
    font-size: calc(14 / var(--font-size)* 1rem);
    font-weight: 700;
    text-align: center;
    position: relative;
  }
  .manufacturer-result__table__thead__label{
    padding-bottom: calc(34 / var(--font-size)* 1rem) !important;
  }
  .c-business-ico {
    display: inline-block;
    color: #fff;
    font-size: calc(12 / var(--font-size) * 1rem);
    font-weight: bold;
    width: calc(64 / var(--font-size) * 1rem);
    text-align: center;
    border-radius: calc(20 / var(--font-size) * 1rem);
    line-height: 1.6;
  }
  .c-business-ico + .c-business-ico {
    margin-left: calc(4 / var(--font-size) * 1rem);
  }
  .c-business-ico.--kosodate {
    background-color: var(--main-color-jigyo02);
  }
  .c-business-ico.--mado {
    background-color: var(--main-color-jigyo03);
  }
  .c-business-ico.--kyutou {
    background-color: var(--main-color-jigyo04);
  }
  .c-business-ico.--chintai {
    background-color: var(--main-color-jigyo05);
  }

  .search-table-button{
    width:calc(180 / var(--font-size) * 1rem);
  }
  .search-table-button .c-btn__inner {
    min-height: calc(40 / var(--font-size)* 1rem);
  }
}

@media all and (max-width: 767px), print {
  .manufacturer-result__table .c-table .c-table__component,
  .manufacturer-result__table .c-table .c-table__component table{
    width: calc(2800 / var(--font-size)* 1rem) !important;
  }
  .manufacturer-result__table th{
    font-size: calc(14 / var(--font-size)* 1rem);
    font-weight: 700;
    text-align: center;
    position: relative;
  }
  .manufacturer-result__table__thead__label{
    padding-bottom: calc(34 / var(--font-size)* 1rem) !important;
  }
  .c-business-ico {
    display: inline-block;
    color: #fff;
    font-size: calc(12 / var(--font-size) * 1rem);
    font-weight: bold;
    width: calc(64 / var(--font-size) * 1rem);
    text-align: center;
    border-radius: calc(20 / var(--font-size) * 1rem);
    line-height: 1.6;
  }
  .c-business-ico + .c-business-ico {
    margin-left: calc(4 / var(--font-size) * 1rem);
  }
  .c-business-ico.--kosodate {
    background-color: var(--main-color-jigyo02);
  }
  .c-business-ico.--mado {
    background-color: var(--main-color-jigyo03);
  }
  .c-business-ico.--kyutou {
    background-color: var(--main-color-jigyo04);
  }
  .c-business-ico.--chintai {
    background-color: var(--main-color-jigyo05);
  }

  .search-table-button{
    width:calc(180 / var(--font-size) * 1rem);
  }
  .search-table-button .c-btn__inner {
    min-height: calc(40 / var(--font-size)* 1rem);
  }
}

/* ==========================================================================
  HERO
========================================================================== */

@media all and (min-width: 768px) {
  .business-list__container {
    margin-top: calc(16 / var(--font-size) * 1rem);
  }
  .business-list {
    display: flex;
    flex-wrap: wrap;
    gap: calc(8 / var(--font-size) * 1rem) calc(24 / var(--font-size) * 1rem);
  }
  .business-list-item {
  }
  .business-txt {
  }
  .business-txt-name {
    display: inline-block;
    line-height: calc(16 / var(--font-size) * 1rem);
    font-weight: 600;
  }
  .business-txt-name__label {
    font-size: calc(14 / var(--font-size) * 1rem);
  }
  .business-txt-category {
    display: inline-block;
    border-radius: 9999px;
    margin-left: calc(4 / var(--font-size) * 1rem);
    line-height: calc(16 / var(--font-size) * 1rem);
  }
  .business-list-item--kosodate .business-txt-category{
    background: var(--main-color-jigyo02);
  }
  .business-list-item--window .business-txt-category {
    background: var(--main-color-jigyo03);
  }
  .business-list-item--kyuto .business-txt-category {
    background: var(--main-color-jigyo04);
  }
  .business-list-item--chintai .business-txt-category {
    background: var(--main-color-jigyo05);
  }
  .business-list-item--gx .business-txt-category {
    background: var(--main-color-jigyo02-gx);
  }
  .business-txt-category__inner {
    padding: calc(2 / var(--font-size) * 1rem) calc(8 / var(--font-size) * 1rem);
  }
  .business-txt-category__label {
    color: var(--color-white);
    font-size: calc(12 / var(--font-size) * 1rem);
    font-weight: bold;
  }
}
@media all and (max-width: 767px) {
  .business-list__container {
    margin-top: calc(10 / var(--font-size) * 1rem);
  }
  .business-list {
    display: flex;
    flex-wrap: wrap;
    gap: calc(4 / var(--font-size) * 1rem) calc(18 / var(--font-size) * 1rem);
  }
  .business-list-item {
  }
  .business-txt {
  }
  .business-txt-name {
    display: inline-block;
    line-height: calc(12 / var(--font-size) * 1rem);
    font-weight: 600;
  }
  .business-txt-name__label {
    font-size: calc(12 / var(--font-size) * 1rem);
  }
  .business-txt-category {
    display: inline-block;
    border-radius: 9999px;
    margin-left: calc(2 / var(--font-size) * 1rem);
    line-height: calc(12 / var(--font-size) * 1rem);
  }
  .business-list-item--kosodate .business-txt-category{
    background: var(--main-color-jigyo02);
  }
  .business-list-item--window .business-txt-category {
    background: var(--main-color-jigyo03);
  }
  .business-list-item--kyuto .business-txt-category {
    background: var(--main-color-jigyo04);
  }
  .business-list-item--chintai .business-txt-category {
    background: var(--main-color-jigyo05);
  }
  .business-list-item--gx .business-txt-category {
    background: var(--main-color-jigyo02-gx);
  }
  .business-txt-category__inner {
    padding: calc(2 / var(--font-size) * 1rem) calc(6 / var(--font-size) * 1rem);
  }
  .business-txt-category__label {
    color: var(--color-white);
    font-size: calc(10 / var(--font-size) * 1rem);
    font-weight: bold;
  }
}
