@charset "UTF-8";

.uniq-text a {
  color: #397c46;
  text-decoration: underline;
}
.uniq-text a:hover, .uniq-text a:focus, .uniq-text a:active {
  text-decoration: none;
}
.uniq-text em,
.uniq-text b,
.uniq-text strong {
  font-weight: bold;
}

.uniq-text-12 {
  font-size: 1.2rem;
}

.uniq-text-14 {
  font-size: 1.2rem;
}

.uniq-hdg-lv4 {
  position: relative;
  margin-top: 16px;
  padding: 3px 0 3px 17px;
  line-height: 1.4;
}
.uniq-hdg-lv4::before, .uniq-hdg-lv4::after {
  display: block;
  position: absolute;
  left: 0;
  width: 3px;
  height: calc(50% - 1.5px);
  content: "";
}
.uniq-hdg-lv4::before {
  top: 0;
  background-color: #397c46;
}
.uniq-hdg-lv4::after {
  bottom: 0;
  background-color: #009cc8;
}
.uniq-hdg-lv4__title {
  font-size: 1.4rem;
}
.uniq-hdg-lv4__title > a {
  background: linear-gradient(#397c46, #397c46) 0 100%/0 1px no-repeat;
  background-size: 100% 1px;
  color: #397c46;
  transition: background 0.2s ease;
}
.uniq-hdg-lv4__title > a:hover, .uniq-hdg-lv4__title > a:focus, .uniq-hdg-lv4__title > a:active {
  background-size: 0 1px;
  color: #397c46;
}

.uniq-hdg-lv5 {
  position: relative;
  padding-left: 18px;
  line-height: 1.4;
}
.uniq-hdg-lv5 + * {
  margin-top: 8px !important;
}
.uniq-hdg-lv5::before {
  display: block;
  position: absolute;
  top: calc(0.5em - 4px);
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #397c46;
  content: "";
}
.uniq-hdg-lv5__title {
  font-size: 1.2rem;
}
.uniq-hdg-lv5__title > a {
  background: linear-gradient(#397c46, #397c46) 0 100%/0 1px no-repeat;
  background-size: 100% 1px;
  color: #397c46;
  transition: background 0.2s ease;
}
.uniq-hdg-lv5__title > a:hover, .uniq-hdg-lv5__title > a:focus, .uniq-hdg-lv5__title > a:active {
  background-size: 0 1px;
  color: #397c46;
}

.uniq-description {
  display: flex;
  flex-wrap: wrap;
  margin-top: 16px;
}
.uniq-description[data-col-wide="1"] .uniq-description__text {
  width: 100%;
}
.uniq-description[data-col-wide="1"] .uniq-description__title {
  width: 100%;
}
.uniq-description[data-column=row] .uniq-description__col {
  flex-direction: row !important;
}
.uniq-description__col {
  display: flex;
  flex-direction: row;
  align-items: center;
  min-height: 29px;
}
.uniq-description__col > :first-child {
  margin-top: 0;
}
.uniq-description__col > :last-child {
  margin-bottom: 0;
}
.uniq-description__col[data-column=row] {
  flex-direction: row !important;
}
.uniq-description__title {
  display: flex;
  align-items: center;
  width: 50%;
  padding: 6px;
  border-radius: 2px;
  background-color: #f2f2f2;
  font-weight: normal;
  font-size: 1.2rem;
  text-align: left;
}
.uniq-description__text {
  padding: 6px;
  font-size: 1.2rem;
}
.uniq-description__text > :first-child {
  margin-top: 0;
}
.uniq-description__text > :last-child {
  margin-bottom: 0;
}
.uniq-description + .uniq-description {
  margin-top: 2px;
}

.uniq-toggle {
  display: flex;
  flex-direction: column;
  margin-top: 24px;
  gap: 16px;
}
.uniq-toggle__inner, .uniq-toggle__btn {
  padding: 0 16px;
}
.uniq-toggle__title {
  font-size: 1.6rem;
}
.uniq-toggle__btn {
  display: block;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: transparent;
  background-color: #ebf6ed;
  color: #333333;
  font-weight: bold;
  line-height: 1.4;
  text-align: left;
  transition: color 0.2s ease;
}
html[data-script-enabled=true] .uniq-toggle__btn {
  background-color: #ffffff;
}
.uniq-toggle__btn[aria-expanded] .uniq-toggle-view {
  display: inline-flex;
  position: relative;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  height: 36px;
  margin: 16px auto 0;
  border-top: 1px solid #d3d3d3;
  font-size: 1.4rem;
  opacity: 1;
  transition: height 0.2s ease, opacity 0.2s ease;
}
.uniq-toggle__btn[aria-expanded] .uniq-toggle-view::after {
  display: block;
  position: absolute;
  right: -100px;
  bottom: 2px;
  left: 0;
  width: 16px;
  height: 16px;
  margin: auto;
  border-radius: 2px;
  background-color: #397c46;
  content: "";
}
.uniq-toggle__btn[aria-expanded] .uniq-toggle-view > span {
  position: relative;
}
.uniq-toggle__btn[aria-expanded] .uniq-toggle-view > span::before, .uniq-toggle__btn[aria-expanded] .uniq-toggle-view > span::after {
  display: block;
  z-index: 5;
  position: absolute;
  top: 0;
  right: -100px;
  bottom: 0;
  left: 0;
  width: 10px;
  height: 2px;
  margin: auto;
  background-color: #ffffff;
  content: "";
}
html[data-script-enabled=true] .uniq-toggle__btn[aria-expanded=true] {
  background-color: #ebf6ed;
}
.uniq-toggle__btn[aria-expanded=true] .uniq-brand-system {
  padding-bottom: 0;
  border-bottom: none;
}
.uniq-toggle__btn[aria-expanded=true] .uniq-brand-system-hdg > span {
  background-color: #397c46;
  color: #ffffff;
}
.uniq-toggle__btn[aria-expanded=true] .uniq-toggle-view {
  display: none;
  visibility: hidden;
  height: 0;
  opacity: 0;
}
.uniq-toggle__btn[aria-expanded=true] .uniq-toggle-view > span {
  display: none;
}
.uniq-toggle__btn[aria-expanded=true] .uniq-toggle-view > span::after {
  display: none;
}
.uniq-toggle__btn[aria-expanded=true] .uniq-toggle-view::after {
  display: none;
}
.uniq-toggle__btn[aria-expanded=false] .uniq-toggle-view > span::before {
  transform: rotate(-90deg);
}
.uniq-toggle__close {
  display: flex;
  position: relative;
  justify-content: center;
  width: 100%;
  padding: 14px 0 16px;
  background-color: transparent;
  color: #333333;
}
.uniq-toggle__close::before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: calc(100% - 32px);
  height: 1px;
  margin: 0 auto;
  background-color: #d3d3d3;
  content: "";
}
.uniq-toggle__close > span {
  position: relative;
  padding-right: 26px;
}
.uniq-toggle__close > span::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 16px;
  height: 16px;
  margin: auto 0;
  border-radius: 2px;
  background-color: #808080;
  content: "";
}
.uniq-toggle__close > span > span::before {
  display: block;
  z-index: 5;
  position: absolute;
  top: 0;
  right: 4px;
  bottom: 0;
  width: 9px;
  height: 2px;
  margin: auto 0;
  background-color: #ffffff;
  content: "";
}
.uniq-toggle__inner {
  padding-top: 24px;
  padding-bottom: 24px;
}
.uniq-toggle__inner > :first-child {
  margin-top: 0;
}
.uniq-toggle__inner > :last-child {
  margin-bottom: 0;
}
.uniq-toggle__item {
  overflow: hidden;
  border: 1px solid #397c46;
  border-radius: 6px;
}
html[data-script-enabled=true] .uniq-toggle__item {
  position: relative;
}
html[data-script-enabled=true] .uniq-toggle__item:not(.is-open) {
  border: 1px solid #d3d3d3;
  border-radius: 0 6px 6px 0;
  border-left-color: #397c46;
  background-color: #ffffff;
}

.uniq-lyt-grid {
  display: grid;
  grid-template-rows: 1fr;
  margin-top: 24px;
}
.uniq-lyt-grid__col > :first-child {
  margin-top: 0;
}
.uniq-lyt-grid__col > :last-child {
  margin-bottom: 0;
}
.uniq-lyt-grid__col .m-form-select {
  max-width: 100%;
}
.uniq-lyt-grid__col .m-box-hdg-2 + * {
  margin-top: 10px;
}
.uniq-lyt-grid__col-row {
  display: flex;
  flex-direction: row;
  margin-top: 10px;
}
.uniq-lyt-grid__col-row .uniq-inline-unit {
  margin-top: 0 !important;
}
.uniq-lyt-grid__col-row .uniq-inline-unit-sub {
  margin-left: 5px;
}
.uniq-lyt-grid-top-border {
  position: relative;
  padding-top: 24px;
}
.uniq-lyt-grid-top-border::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 1px;
  margin: 0 auto;
  background-image: linear-gradient(to right, #d3d3d3, #d3d3d3 3px, transparent 3px, transparent 6px);
  background-size: 6px 1px;
  background-repeat: repeat-x;
  content: "";
}
.uniq-lyt-grid-bottom-border {
  position: relative;
  padding-bottom: 24px;
}
.uniq-lyt-grid-bottom-border::after {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  margin: 0 auto;
  background-image: linear-gradient(to right, #d3d3d3, #d3d3d3 3px, transparent 3px, transparent 6px);
  background-size: 6px 1px;
  background-repeat: repeat-x;
  content: "";
}
.uniq-lyt-grid .m-form-input,
.uniq-lyt-grid .m-form-input-date {
  margin-top: 10px;
}
.uniq-inline-unit {
  display: inline-flex;
  width: calc(100% - 92px);
}
.uniq-inline-unit-sub {
  display: inline-flex;
  align-items: center;
  height: 100%;
  margin-top: 0;
}

html[lang=en] .uniq-inline-unit {
  width: calc(100% - 114px);
}

.uniq-box-960 {
  margin-top: 32px;
}

.uniq-search-intro {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
  gap: 10px;
}
.uniq-search-intro__col > :first-child {
  margin-top: 0;
}
.uniq-search-intro__col > :last-child {
  margin-bottom: 0;
}

.uniq-table-nowrap {
  white-space: nowrap;
}

.uniq-lyt-grid-border {
  display: grid;
  grid-template-rows: 1fr;
  margin-top: 32px;
}
.uniq-lyt-grid-border__col {
  padding-bottom: 16px;
  background-image: linear-gradient(to right, #d3d3d3 0 3px, transparent 3px 6px);
  background-position: left bottom;
  background-size: 6px 1px;
  background-repeat: repeat-x;
}
.uniq-lyt-grid-border__col > :first-child {
  margin-top: 0;
}
.uniq-lyt-grid-border__col > :last-child {
  margin-bottom: 0;
}

.uniq-hdg-lv2 {
  position: relative;
  padding-bottom: 22px;
}
.uniq-hdg-lv2 + * {
  margin-top: 24px;
}
.uniq-hdg-lv2::before, .uniq-hdg-lv2::after {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 6px;
  height: 6px;
  margin: 0 auto;
  border-radius: 50%;
  content: "";
}
.uniq-hdg-lv2::before {
  transform: translateX(calc(-50% - 4px));
  background-color: #397c46;
}
.uniq-hdg-lv2::after {
  transform: translateX(calc(50% + 4px));
  background-color: #009cc8;
}
.uniq-hdg-lv2__title {
  font-weight: normal;
  font-size: 2rem;
  text-align: center;
}

.uniq-end-content {
  margin-top: 24px;
  padding-top: 24px;
  background-image: linear-gradient(to right, #88b891 0 3px, transparent 3px 6px);
  background-position: left top;
  background-size: 6px 1px;
  background-repeat: repeat-x;
}
.uniq-end-content > :first-child {
  margin-top: 0;
}
.uniq-end-content > :last-child {
  margin-bottom: 0;
}

.uniq-toggle--description {
  margin-top: 24px;
}
.uniq-toggle--description .m-toggle__item:not(.is-open) {
  border-radius: 0 6px 6px 0 !important;
  border-left-color: #397c46 !important;
}
.uniq-toggle--description .m-toggle__btn[aria-expanded] {
  position: relative;
}
.uniq-toggle--description .m-toggle__btn[aria-expanded=true] .uniq-brand-hdg > span {
  background-color: #397c46;
  color: #ffffff;
}
.uniq-toggle--description .m-toggle__btn:hover, .uniq-toggle--description .m-toggle__btn:focus, .uniq-toggle--description .m-toggle__btn:active {
  color: #333333;
}

.uniq-brand {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.uniq-brand-hdg > span {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 2px;
  background-color: #f2f2f2;
  font-weight: normal;
  font-size: 1.2rem;
}
.uniq-brand-name {
  font-size: 1.4rem;
}
.uniq-brand-info {
  display: flex;
  flex-direction: column;
  margin-top: 6px;
  gap: 4px;
}
.uniq-brand-info__col {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 10px;
  font-size: 1.2rem;
}
.uniq-brand-info__title {
  position: relative;
  font-weight: bold;
}
.uniq-brand-info__title::after {
  display: block;
  position: absolute;
  top: 0;
  right: -5px;
  bottom: 0;
  margin: auto;
  content: "";
  content: ":";
}
.uniq-brand-info__text {
  font-weight: normal;
}

.uniq-search-intro {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
  gap: 10px;
}
.uniq-search-intro__col > :first-child {
  margin-top: 0;
}
.uniq-search-intro__col > :last-child {
  margin-bottom: 0;
}

.uniq-checkbox-date .m-box-hdg-2 {
  position: relative;
}
.uniq-checkbox-date .m-form-checkbox {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 0;
}

.uniq-link-list__text {
  margin-right: 20px;
}

.uniq-mt-80 {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .uniq-text-14 {
    font-size: 1.4rem;
  }
  .uniq-hdg-lv4 {
    margin-top: 32px;
    padding-left: 20px;
    font-size: 1.6rem;
  }
  .uniq-hdg-lv4::before, .uniq-hdg-lv4::after {
    width: 4px;
  }
  .uniq-hdg-lv4__title {
    font-size: 1.6rem;
  }
  .uniq-hdg-lv5 {
    padding-left: 24px;
  }
  .uniq-hdg-lv5::before {
    width: 14px;
    height: 14px;
  }
  .uniq-hdg-lv5__title {
    font-size: 1.4rem;
  }
  .uniq-description[data-col-wide="1"] {
    gap: 40px;
  }
  .uniq-description[data-col-wide="1"] .uniq-description__col {
    width: 100%;
  }
  .uniq-description[data-col-wide="2"] {
    gap: 40px;
  }
  .uniq-description[data-col-wide="2"] .uniq-description__col {
    width: calc((100% - 40px) / 2);
  }
  .uniq-description[data-col-wide="3"] {
    gap: 40px;
  }
  .uniq-description[data-col-wide="3"] .uniq-description__col {
    width: calc((100% - 80px) / 3);
  }
  .uniq-description[data-col-wide="4"] {
    gap: 40px;
  }
  .uniq-description[data-col-wide="4"] .uniq-description__col {
    width: calc((100% - 120px) / 4);
  }
  .uniq-description[data-col-wide] {
    gap: 2px 40px;
  }
  .uniq-description[data-col-wide="1"] .uniq-description__text {
    width: calc(100% - 176px);
  }
  .uniq-description[data-col-wide="1"] .uniq-description__title {
    width: 50%;
  }
  .uniq-description__title {
    flex-shrink: 0;
    max-width: 277px;
    height: 100%;
    border-radius: 4px;
    font-size: 1.4rem;
  }
  .uniq-description__text {
    min-width: 50%;
    font-size: 1.4rem;
  }
  .uniq-toggle {
    margin-top: 32px;
    gap: 24px;
  }
  .uniq-toggle__inner, .uniq-toggle__btn {
    padding: 0 32px;
  }
  .uniq-toggle__title {
    font-size: 2.4rem;
  }
  .uniq-toggle__btn {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .uniq-toggle__btn[aria-expanded] .uniq-toggle-view::after {
    bottom: 0;
    width: 20px;
    height: 20px;
  }
  .uniq-toggle__btn[aria-expanded] .uniq-toggle-view > span::before, .uniq-toggle__btn[aria-expanded] .uniq-toggle-view > span::after {
    right: -100px;
    width: 12px;
  }
  .uniq-toggle__close::before {
    width: calc(100% - 80px);
  }
  .uniq-toggle__close > span {
    padding-right: 28px;
  }
  .uniq-toggle__close > span::after {
    width: 20px;
    height: 20px;
  }
  .uniq-toggle__close > span > span::before {
    right: 4px;
    width: 12px;
    height: 2px;
  }
  .uniq-toggle__inner {
    padding-top: 40px;
    padding-bottom: 32px;
  }
  .uniq-lyt-grid[data-col-wide="1"] {
    grid-template-columns: 100%;
  }
  .uniq-lyt-grid[data-col-wide="2"] {
    grid-template-columns: repeat(2, 1fr);
  }
  .uniq-lyt-grid[data-col-wide="3"] {
    grid-template-columns: repeat(3, 1fr);
  }
  .uniq-lyt-grid[data-col-wide="4"] {
    grid-template-columns: repeat(4, 1fr);
  }
  .uniq-lyt-grid[data-col-wide="5"] {
    grid-template-columns: repeat(5, 1fr);
  }
  .uniq-lyt-grid {
    margin-top: 32px;
  }
  .uniq-lyt-grid[data-col-wide] {
    gap: 32px 40px;
  }
  .uniq-lyt-grid.type-auto-fill-col2 {
    grid-template-columns: repeat(auto-fill, minmax(345px, 1fr)) !important;
  }
  .uniq-lyt-grid.type-auto-fill-col3 {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)) !important;
  }
  .uniq-lyt-grid-top-border {
    padding-top: 34px;
  }
  .uniq-lyt-grid-bottom-border {
    padding-bottom: 34px;
  }
  .uniq-box-960 {
    margin-top: 56px;
  }
  .uniq-box-960 {
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
  }
  .uniq-search-intro {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 80px;
  }
  .uniq-lyt-grid-border[data-col-wide="1"] {
    grid-template-columns: 100%;
  }
  .uniq-lyt-grid-border[data-col-wide="2"] {
    grid-template-columns: repeat(2, 1fr);
  }
  .uniq-lyt-grid-border[data-col-wide="3"] {
    grid-template-columns: repeat(3, 1fr);
  }
  .uniq-lyt-grid-border[data-col-wide="4"] {
    grid-template-columns: repeat(4, 1fr);
  }
  .uniq-lyt-grid-border[data-col-wide="5"] {
    grid-template-columns: repeat(5, 1fr);
  }
  .uniq-lyt-grid-border {
    margin-top: 56px;
  }
  .uniq-lyt-grid-border[data-col-wide] {
    gap: 2px 40px;
  }
  .uniq-lyt-grid-border__col {
    padding-bottom: 24px;
  }
  .uniq-hdg-lv2 {
    padding-bottom: 42px;
  }
  .uniq-hdg-lv2 + * {
    margin-top: 48px;
  }
  .uniq-hdg-lv2::before, .uniq-hdg-lv2::after {
    width: 10px;
    height: 10px;
  }
  .uniq-hdg-lv2::before {
    transform: translateX(calc(-50% - 7px));
  }
  .uniq-hdg-lv2::after {
    transform: translateX(calc(50% + 7px));
  }
  .uniq-hdg-lv2__title {
    font-size: 3.6rem;
  }
  .uniq-description.uniq-description-width-small .uniq-description__title {
    width: 50%;
    max-width: 128px !important;
  }
  .uniq-description.uniq-description-width-medium .uniq-description__title {
    max-width: 176px !important;
  }
  .uniq-description.uniq-description-width-large .uniq-description__title {
    max-width: 277px !important;
  }
  .uniq-end-content {
    margin-top: 32px;
    padding-top: 32px;
  }
  .uniq-toggle--description {
    margin-top: 32px;
  }
  .uniq-toggle--description .m-toggle__btn {
    padding: 16px 54px 16px 24px;
  }
  .uniq-brand {
    display: grid;
    grid-template-columns: 110px 1fr;
    gap: 16px;
  }
  .uniq-brand-hdg > span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0 4px;
    font-size: 1.4rem;
  }
  .uniq-brand-name {
    font-size: 1.8rem;
  }
  .uniq-brand-info {
    flex-direction: row;
    gap: 16px;
  }
  .uniq-search-intro {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 80px;
  }
  .uniq-mt-80 {
    margin-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  .uniq-description[data-col="1"] {
    gap: 16px;
  }
  .uniq-description[data-col="1"] .uniq-description__col {
    width: 100%;
  }
  .uniq-description[data-col] {
    gap: 2px 0;
  }
  .uniq-description[data-col-wide="1"] .uniq-description__col {
    flex-direction: column;
  }
  .uniq-description[data-col-wide="1"] .uniq-description__text .uniq-lyt-grid-border[data-col] {
    gap: 0 10px;
  }
  .uniq-description__title {
    min-width: 50%;
  }
  .uniq-lyt-grid[data-col="1"] {
    grid-template-columns: 100%;
  }
  .uniq-lyt-grid[data-col="2"] {
    grid-template-columns: repeat(2, 1fr);
  }
  .uniq-lyt-grid[data-col] {
    gap: 24px 10px;
  }
  .uniq-lyt-grid__col .uniq-hdg-lv5 {
    margin-top: -8px;
  }
  .uniq-lyt-grid-border[data-col="1"] {
    grid-template-columns: 100%;
  }
  .uniq-lyt-grid-border[data-col="2"] {
    grid-template-columns: repeat(2, 1fr);
  }
  .uniq-lyt-grid-border[data-col] {
    gap: 32px 10px;
  }
  .uniq-description__text .uniq-lyt-grid-border {
    margin-bottom: 10px;
  }
  .uniq-link-list__text {
    display: block;
  }
}
