._cp_component ._attributegroup ._attributes ._attribute ._count {
  display: none;
}

._cp_component ._items > ._item[class],
._cp_component ._items > ._item ._wrap[class] {
  margin: 0;
  padding: 0;
  width: unset;
}

._cp_component ._items > ._item ._wrap *[class^=_layoutgroup] {
  flex-direction: column !important;
}

.u-navigation-pager ._pagenator ._nav._page a {
  border: 1px solid var(--COLOR_BLUE_20);
  border-radius: 100rem;
  color: var(--COLOR_BLUE_100);
  display: grid !important;
  height: 40px;
  place-content: center;
  transition: background 0.3s ease, border 0.3s ease, color 0.3s ease;
  width: 40px;
}
@media (any-hover: hover) {
  .u-navigation-pager ._pagenator ._nav._page a:hover {
    background-color: var(--COLOR_BLUE_100);
    border: 1px solid var(--COLOR_BLUE_100);
    color: var(--COLOR_WHITE);
  }
}
.u-navigation-pager ._pagenator ._nav._page a:focus-visible {
  background-color: var(--COLOR_BLUE_100);
  border: 1px solid var(--COLOR_BLUE_100);
  color: var(--COLOR_WHITE);
}
.u-navigation-pager ._pagenator ._nav._page a:active {
  background-color: var(--COLOR_BLUE_100);
  border: 1px solid var(--COLOR_BLUE_100);
  color: var(--COLOR_WHITE);
}

.u-panel-search ._items ._item ._wrap ._thumbnail {
  grid-area: thumbnail;
  position: static !important;
}

._cp_component ._items > ._item ._wrap ._layoutgroup2 ._thumbnail {
  min-height: auto !important;
  min-width: auto !important;
}

._cp_component ._items ._item ._wrap ._thumbnail a:before,
._cp_component ._items ._item ._wrap ._thumbnail:before {
  content: none !important;
}

._cp_component ._items ._item ._wrap ._thumbnail a {
  height: auto !important;
  position: static !important;
}
._cp_component ._items ._item ._wrap ._thumbnail a::after {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.u-panel-search ._items ._item ._wrap ._thumbnail img {
  border-radius: var(--RADIUS);
  object-fit: cover;
}

._cp_component ._items ._item ._wrap ._thumbnail a img {
  aspect-ratio: 71/40;
  min-width: auto !important;
  object-fit: cover;
}
@media screen and (width >= 768px) {
  ._cp_component ._items ._item ._wrap ._thumbnail a img {
    aspect-ratio: 99/56;
  }
}

._cp_component ._pagenator[class],
._cp_component ._pagenator ._nav[class] {
  margin: 0 !important;
  padding: 0 !important;
}

._cp_component ._pagenator ._nav {
  flex: unset !important;
}

._cp_component ._attributegroup[class] {
  margin: 0;
  padding: 0;
}

._cp_component ._attributegroup ._attributes ._attribute[class] {
  margin: 0;
}

._recommendlinks._recommendlinks_type2 ._links ._link[class] {
  width: unset;
}

._recommendlinks._recommendlinks_type2[class] {
  border-bottom: none;
  margin-block: 32px 0;
}
@media screen and (width >= 768px) {
  ._recommendlinks._recommendlinks_type2[class] {
    margin-block: 64px 0;
  }
}

._recommendlinks._recommendlinks_type2 ._label[class] {
  font-size: 1.375rem;
  font-weight: var(--FONT_WEIGHT_BOLD);
  padding-block-end: 10px;
  position: relative;
  text-align: center;
}
._recommendlinks._recommendlinks_type2 ._label[class]::before, ._recommendlinks._recommendlinks_type2 ._label[class]::after {
  bottom: 0;
  content: "";
  height: 5px;
  left: 50%;
  position: absolute;
  width: 24px;
}
@media screen and (width >= 768px) {
  ._recommendlinks._recommendlinks_type2 ._label[class]::before, ._recommendlinks._recommendlinks_type2 ._label[class]::after {
    height: 6px;
    width: 32px;
  }
}
._recommendlinks._recommendlinks_type2 ._label[class]::before {
  background-color: var(--COLOR_ACCENT);
  transform: translateX(calc(-50% - 13px));
}
@media screen and (width >= 768px) {
  ._recommendlinks._recommendlinks_type2 ._label[class]::before {
    transform: translateX(calc(-50% - 17px));
  }
}
._recommendlinks._recommendlinks_type2 ._label[class]::after {
  background-color: var(--COLOR_PRIMARY);
  transform: translateX(calc(-50% + 13px));
}
@media screen and (width >= 768px) {
  ._recommendlinks._recommendlinks_type2 ._label[class]::after {
    transform: translateX(calc(-50% + 17px));
  }
}
@media screen and (width >= 768px) {
  ._recommendlinks._recommendlinks_type2 ._label[class] {
    font-size: 2.25rem;
    padding-block-end: 16px;
  }
}

.u-panel-search ._items > ._item ._wrap[class] {
  display: grid;
  grid-template-areas: "thumbnail" "title" "snippet";
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .u-panel-search ._items > ._item ._wrap[class]:hover {
    opacity: 0.7;
  }
}
.u-panel-search ._items > ._item ._wrap[class]:focus-visible {
  opacity: 0.7;
}
.u-panel-search ._items > ._item ._wrap[class]:active {
  opacity: 0.7;
}
@media screen and (width >= 768px) {
  .u-panel-search ._items > ._item ._wrap[class] {
    gap: 8px 24px;
    grid-template-areas: "thumbnail title" "thumbnail snippet";
    grid-template-columns: 198px 1fr;
  }
}

._recommendlinks._recommendlinks_type2 ._links ._link ._wrap[class] {
  display: grid;
  grid-template-areas: "image" "title" "summary";
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  ._recommendlinks._recommendlinks_type2 ._links ._link ._wrap[class]:hover {
    opacity: 0.7;
  }
}
._recommendlinks._recommendlinks_type2 ._links ._link ._wrap[class]:focus-visible {
  opacity: 0.7;
}
._recommendlinks._recommendlinks_type2 ._links ._link ._wrap[class]:active {
  opacity: 0.7;
}
@media screen and (width >= 768px) {
  ._recommendlinks._recommendlinks_type2 ._links ._link ._wrap[class] {
    gap: 8px 40px;
    grid-template-areas: "image title" "image summary";
    grid-template-columns: 320px 1fr;
    grid-template-rows: auto 1fr;
  }
}

._recommendlinks._recommendlinks_type2 ._links ._link ._wrap ._link_title[class] {
  grid-area: title;
  margin-block-start: 8px;
}
@media screen and (width >= 768px) {
  ._recommendlinks._recommendlinks_type2 ._links ._link ._wrap ._link_title[class] {
    margin-block-start: 0;
  }
}

._recommendlinks._recommendlinks_type2 ._links ._link ._wrap ._link_title[class] a {
  color: var(--COLOR_BLUE_100);
  font-size: 0.9375rem;
  font-weight: var(--FONT_WEIGHT_BOLD);
}
@media screen and (width >= 768px) {
  ._recommendlinks._recommendlinks_type2 ._links ._link ._wrap ._link_title[class] a {
    font-size: 1.125rem;
  }
}

._recommendlinks._recommendlinks_type2 ._links ._link ._wrap ._link_image[class] {
  background-color: transparent;
  grid-area: image;
}

._recommendlinks._recommendlinks_type2 ._links ._link ._wrap ._link_image[class] a {
  display: block;
  margin: auto;
  width: 100%;
}
._recommendlinks._recommendlinks_type2 ._links ._link ._wrap ._link_image[class] a::after {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

._recommendlinks._recommendlinks_type2 ._links ._link ._wrap ._link_summary[class] {
  font-size: 0.875rem;
  grid-area: summary;
  margin-block-start: 4px;
}
@media screen and (width >= 768px) {
  ._recommendlinks._recommendlinks_type2 ._links ._link ._wrap ._link_summary[class] {
    font-size: 1rem;
    margin-block-start: 0;
  }
}

._recommendlinks._recommendlinks_type2 ._links ._link ._wrap ._link_image img {
  aspect-ratio: 16/9;
  border-radius: var(--RADIUS);
  display: block;
  max-width: none !important;
  object-fit: cover;
  width: 100%;
}

.u-panel-search ._items[class] {
  display: grid;
  gap: 32px;
}
@media screen and (width >= 768px) {
  .u-panel-search ._items[class] {
    gap: 48px 40px;
    grid-template-columns: repeat(2, 1fr);
  }
}

.u-panel-search ._items:after {
  content: none !important;
}

.u-panel-search ._items ._item ._wrap :is(._title, ._thumbnail, ._snippet) {
  padding: 0 !important;
}

.u-panel-search ._items ._item ._wrap ._title {
  grid-area: title;
  margin-block-start: 8px !important;
}
@media screen and (width >= 768px) {
  .u-panel-search ._items ._item ._wrap ._title {
    margin-block-start: 0 !important;
  }
}

.u-panel-search ._items ._item ._wrap ._title a[href] {
  color: var(--COLOR_BLUE_100);
  font-size: 0.9375rem;
  font-weight: var(--FONT_WEIGHT_BOLD);
}
@media screen and (width >= 768px) {
  .u-panel-search ._items ._item ._wrap ._title a[href] {
    font-size: 1.125rem;
  }
}

.u-panel-search ._items ._item ._wrap ._snippet {
  grid-area: snippet;
  margin-block-start: 4px !important;
}
@media screen and (width >= 768px) {
  .u-panel-search ._items ._item ._wrap ._snippet {
    margin-block-start: 0 !important;
  }
}

.u-navigation-pager {
  margin-block-start: 32px;
}
@media screen and (width >= 768px) {
  .u-navigation-pager {
    margin-block-start: 40px;
  }
}

.u-navigation-pager ._pagenator[class] {
  gap: 16px;
}

.u-navigation-pager ._pagenator ._nav:is(._prev, ._next):has(._disable) {
  display: none;
}

.u-navigation-pager ._pagenator ._nav._page._current {
  background-color: var(--COLOR_BLUE_100);
  border: 1px solid var(--COLOR_BLUE_100);
  border-radius: 100rem;
  color: var(--COLOR_WHITE);
  display: grid !important;
  height: 40px;
  min-width: 40px;
  place-content: center;
  width: 40px;
}

.u-navigation-pager ._pagenator ._nav ._button[class] {
  background-color: transparent;
  border: 0;
  color: transparent;
  display: inline-block;
  height: 40px;
  padding: 0;
  position: relative;
  transition: opacity 0.3s ease;
  width: 40px;
}
.u-navigation-pager ._pagenator ._nav ._button[class]::after {
  content: "";
  display: inline-block;
  height: 16px;
  inset: 0;
  margin: auto;
  position: absolute;
  width: 9px;
}
@media (any-hover: hover) {
  .u-navigation-pager ._pagenator ._nav ._button[class]:hover {
    opacity: 0.5;
  }
}
.u-navigation-pager ._pagenator ._nav ._button[class]:focus-visible {
  opacity: 0.5;
}
.u-navigation-pager ._pagenator ._nav ._button[class]:active {
  opacity: 0.5;
}

.u-navigation-pager ._pagenator ._nav._first ._button[class]::after {
  background: url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.15907 2.43153C7.59841 2.87087 7.59841 3.58318 7.15907 4.02252L3.1816 8L7.15907 11.9775C7.59841 12.4168 7.59841 13.1291 7.15907 13.5685C6.71973 14.0078 6.00742 14.0078 5.56808 13.5685L0.795112 8.7955C0.355772 8.35616 0.355772 7.64384 0.795112 7.2045L5.56808 2.43153C6.00742 1.99219 6.71973 1.99219 7.15907 2.43153Z' fill='%23003C84'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.8876 2.43153C16.3269 2.87087 16.3269 3.58318 15.8876 4.02252L11.9101 8L15.8876 11.9775C16.3269 12.4168 16.3269 13.1291 15.8876 13.5685C15.4482 14.0078 14.7359 14.0078 14.2966 13.5685L9.52363 8.7955C9.08429 8.35616 9.08429 7.64384 9.52363 7.2045L14.2966 2.43153C14.7359 1.99219 15.4482 1.99219 15.8876 2.43153Z' fill='%23003C84'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: contain;
  height: 20px;
  width: 20px;
}

.u-navigation-pager ._pagenator ._nav._prev ._button[class]::after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='12' viewBox='0 0 8 12' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.69325 0.329483C7.13259 0.768823 7.13259 1.48113 6.69325 1.92047L2.71578 5.89795L6.69325 9.87542C7.13259 10.3148 7.13259 11.0271 6.69325 11.4664C6.25391 11.9058 5.5416 11.9058 5.10226 11.4664L0.329292 6.69344C-0.110048 6.2541 -0.110048 5.54179 0.329292 5.10245L5.10226 0.329483C5.5416 -0.109856 6.25391 -0.109857 6.69325 0.329483Z' fill='%23003C84'/%3E%3C/svg%3E") no-repeat;
  background-size: contain;
}

.u-navigation-pager ._pagenator ._nav._next ._button[class]::after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='12' viewBox='0 0 8 12' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.329208 0.329483C-0.110132 0.768823 -0.110132 1.48113 0.329208 1.92047L4.30668 5.89795L0.329208 9.87542C-0.110132 10.3148 -0.110132 11.0271 0.329208 11.4664C0.768548 11.9058 1.48086 11.9058 1.9202 11.4664L6.69317 6.69344C7.13251 6.2541 7.13251 5.54179 6.69317 5.10245L1.9202 0.329483C1.48086 -0.109856 0.768548 -0.109857 0.329208 0.329483Z' fill='%23003C84'/%3E%3C/svg%3E") no-repeat;
  background-size: contain;
}

.u-form-group {
  margin-block-start: 16px;
}
@media screen and (width >= 768px) {
  .u-form-group {
    margin-block-start: 32px;
  }
}

.u-form-group__item {
  border: 0;
}

.u-form-group__title,
.u-form-group ._attributegroup ._group[class] {
  font-size: 0.9375rem;
  font-weight: var(--FONT_WEIGHT_BOLD);
}
@media screen and (width >= 768px) {
  .u-form-group__title,
  .u-form-group ._attributegroup ._group[class] {
    font-size: 1.125rem;
  }
}

.u-form-group__content .m-form-checkboxList,
.u-form-group ._attributegroup ._attributes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-block-start: 8px;
}
@media screen and (width >= 768px) {
  .u-form-group__content .m-form-checkboxList,
  .u-form-group ._attributegroup ._attributes {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 40px;
  }
}

.u-form-group ._attributegroup ._attributes ._attribute label {
  --local-foreground: var(--COLOR_PRIMARY);
  --local-background: var(--COLOR_WHITE);
  --local-outline: var(--COLOR_BORDER);
  position: relative;
}
@media (any-hover: hover) {
  .u-form-group ._attributegroup ._attributes ._attribute label:hover ._label {
    color: var(--COLOR_PRIMARY);
    font-weight: var(--FONT_WEIGHT_BOLD);
  }
  .u-form-group ._attributegroup ._attributes ._attribute label:hover ._label::before {
    border-color: var(--COLOR_PRIMARY);
    border-width: 2px;
  }
}
.u-form-group ._attributegroup ._attributes ._attribute label:focus-visible ._label {
  color: var(--COLOR_PRIMARY);
  font-weight: var(--FONT_WEIGHT_BOLD);
}
.u-form-group ._attributegroup ._attributes ._attribute label:focus-visible ._label::before {
  border-color: var(--COLOR_PRIMARY);
  border-width: 2px;
}
.u-form-group ._attributegroup ._attributes ._attribute label:active ._label {
  color: var(--COLOR_PRIMARY);
  font-weight: var(--FONT_WEIGHT_BOLD);
}
.u-form-group ._attributegroup ._attributes ._attribute label:active ._label::before {
  border-color: var(--COLOR_PRIMARY);
  border-width: 2px;
}

.u-form-group ._attributegroup ._attributes ._attribute input[type=checkbox] {
  appearance: none;
  border: 0;
  height: 1px;
  opacity: 0;
  position: absolute;
  width: 1px;
}

.u-form-group ._attributegroup ._attributes ._attribute label ._label {
  display: inline-block;
  font-size: 0.875rem;
  padding-left: 24px;
  position: relative;
}
.u-form-group ._attributegroup ._attributes ._attribute label ._label::before, .u-form-group ._attributegroup ._attributes ._attribute label ._label::after {
  content: "";
  display: block;
  position: absolute;
}
.u-form-group ._attributegroup ._attributes ._attribute label ._label::before {
  background-color: var(--local-background);
  border: 1px solid var(--local-outline);
  border-radius: 2px;
  height: 16px;
  left: 0;
  top: 0.35em;
  width: 16px;
}
.u-form-group ._attributegroup ._attributes ._attribute label ._label::after {
  background-color: var(--COLOR_WHITE);
  height: 18px;
  left: -0.15em;
  mask-image: url("/common/images/icon-checkbox.svg");
  mask-repeat: no-repeat;
  mask-size: cover;
  opacity: 0;
  top: 0.3em;
  transform: scale(0.4);
  width: 20px;
}
@media screen and (width >= 768px) {
  .u-form-group ._attributegroup ._attributes ._attribute label ._label {
    font-size: 1rem;
  }
  .u-form-group ._attributegroup ._attributes ._attribute label ._label::before {
    top: 0.45em;
  }
  .u-form-group ._attributegroup ._attributes ._attribute label ._label::after {
    left: -0.1em;
    top: 0.4em;
  }
}

.u-form-group ._attributegroup ._attributes ._attribute input[type=checkbox]:disabled + ._label {
  color: var(--COLOR_DISABLE);
}

@media (any-hover: hover) {
  .u-form-group ._attributegroup ._attributes ._attribute._disable label:hover ._label {
    color: var(--COLOR_DISABLE);
    cursor: default;
    font-weight: normal;
  }
  .u-form-group ._attributegroup ._attributes ._attribute._disable label:hover ._label::before {
    border-color: var(--COLOR_DISABLE);
    border-width: 1px;
  }
}
.u-form-group ._attributegroup ._attributes ._attribute._disable label:focus-visible ._label {
  color: var(--COLOR_DISABLE);
  cursor: default;
  font-weight: normal;
}
.u-form-group ._attributegroup ._attributes ._attribute._disable label:focus-visible ._label::before {
  border-color: var(--COLOR_DISABLE);
  border-width: 1px;
}
.u-form-group ._attributegroup ._attributes ._attribute._disable label:active ._label {
  color: var(--COLOR_DISABLE);
  cursor: default;
  font-weight: normal;
}
.u-form-group ._attributegroup ._attributes ._attribute._disable label:active ._label::before {
  border-color: var(--COLOR_DISABLE);
  border-width: 1px;
}

.u-form-group ._attributegroup ._attributes ._attribute input[type=checkbox]:checked + ._label::before {
  --local-background: var(--COLOR_PRIMARY);
}
.u-form-group ._attributegroup ._attributes ._attribute input[type=checkbox]:checked + ._label::after {
  opacity: 1;
}

.u-form-group ._attributegroup ._attributes ._attribute input[type=checkbox]:focus-visible + ._label::before {
  border: 0;
  outline: medium solid currentColor;
}

.u-search-result {
  margin-block-start: 32px;
}
@media screen and (width >= 768px) {
  .u-search-result {
    margin-block-start: 48px;
  }
}

.u-search-result__iframe {
  border: none;
  width: 100%;
}