@charset "UTF-8";
.swiper-container__wrapper.-generic {
  background-color: #ffffff;
}

.swiper-container.-generic {
  padding-top: 20px;
}
.swiper-container.-generic:not(.swiper-container-initialized) {
  padding: 20px 16px 0;
}
.swiper-container.-generic:not(.swiper-container-initialized) .swiper-slide {
  margin-right: 16px;
}
.swiper-container.-generic:not(.swiper-container-initialized) .swiper-button-next,
.swiper-container.-generic:not(.swiper-container-initialized) .swiper-button-prev,
.swiper-container.-generic:not(.swiper-container-initialized) .swiper-pagination {
  display: none;
}
.swiper-container.-generic.swiper-container-free-mode .swiper-pagination {
  display: none;
}
.swiper-container.-generic .swiper-slide {
  width: 200px;
  border: solid 1px #e5e5e5;
  box-sizing: border-box;
}
.swiper-container.-generic .swiper-slide a:hover img {
  opacity: 0.85;
}
.swiper-container.-generic .swiper-slide__label {
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
  white-space: nowrap;
}
.swiper-container.-generic .swiper-slide__label.-event {
  background-color: #355298;
}
.swiper-container.-generic .swiper-slide__label.-promotion {
  background-color: #008479;
}
.swiper-container.-generic .swiper-slide__label.-partner {
  background-color: #2a579a;
}
.swiper-container.-generic .swiper-slide__image {
  max-width: 198px;
}
.swiper-container.-generic .swiper-button-next,
.swiper-container.-generic .swiper-button-prev {
  display: none;
}
.swiper-container.-generic .swiper-button-next.swiper-button-disabled,
.swiper-container.-generic .swiper-button-prev.swiper-button-disabled {
  display: none;
}
.swiper-container.-generic .swiper-button-next {
  right: -13px;
}
.swiper-container.-generic .swiper-button-prev {
  left: -13px;
}
.swiper-container.-generic .swiper-pagination-fraction {
  position: static;
  margin-bottom: 8px;
  text-align: right;
}
.swiper-container.-generic .swiper-pagination-fraction ~ .swiper-button-next,
.swiper-container.-generic .swiper-pagination-fraction ~ .swiper-button-prev {
  top: calc(50% + 32px);
}
.swiper-container.-generic .swiper-pagination-bullets {
  position: static;
  margin-top: 20px;
  font-size: 10px;
  line-height: 1;
}
.swiper-container.-generic .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #c8c8c8;
  opacity: 1;
}
.swiper-container.-generic .swiper-pagination-bullet:hover {
  opacity: 0.85;
}
.swiper-container.-generic .swiper-pagination-bullet-active {
  background-color: #16160e;
}
.swiper-container.-generic .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

.tab-menu-list {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.tab-menu-list__item {
  width: 100%;
}

.tab-menu-list__label {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.tab-menu-control,
.tab-menu-content {
  display: none;
}

.tab-menu-control:nth-of-type(3):checked ~ .tab-menu-content:nth-of-type(3), .tab-menu-control:nth-of-type(2):checked ~ .tab-menu-content:nth-of-type(2), .tab-menu-control:nth-of-type(1):checked ~ .tab-menu-content:nth-of-type(1) {
  display: block;
}

.tab-menu.-rounded .tab-menu-list {
  border-bottom: 2px solid #c8c8c8;
}
.tab-menu.-rounded .tab-menu-list__item {
  max-width: calc((100% - 8px * (3 - 1)) / 3);
}
.tab-menu.-rounded .tab-menu-list__item:not(:last-of-type) {
  margin-right: 8px;
}
.tab-menu.-rounded .tab-menu-list__label {
  height: 44px;
  margin-bottom: -2px;
  padding: 3px 8px 0;
  border: solid #c8c8c8;
  border-width: 0 0 2px;
  border-radius: 6px 6px 0 0;
  background-color: #f6f6f6;
  font-size: 16px;
  text-align: center;
  line-height: 1.2;
  box-sizing: border-box;
}
.tab-menu.-rounded .tab-menu-list__label:hover {
  color: rgba(22, 22, 14, 0.85);
}
.tab-menu.-rounded .tab-menu-control:nth-of-type(3):checked ~ .tab-menu-list > .tab-menu-list__item:nth-of-type(3) > .tab-menu-list__label, .tab-menu.-rounded .tab-menu-control:nth-of-type(2):checked ~ .tab-menu-list > .tab-menu-list__item:nth-of-type(2) > .tab-menu-list__label, .tab-menu.-rounded .tab-menu-control:nth-of-type(1):checked ~ .tab-menu-list > .tab-menu-list__item:nth-of-type(1) > .tab-menu-list__label {
  padding: 1px 8px 2px;
  border-width: 2px 2px 0;
  background-color: #ffffff;
  font-weight: bold;
}

.banners-section {
  background-color: #ffffff;
  padding-bottom: 40px;
}

.banners-section__header {
  padding: 4px 0 10px;
  border-top: 2px solid #16160e;
  text-align: center;
}

.banners-section__title {
  padding-top: 14px;
  border-top: 1px dotted #16160e;
  font-size: 24px;
  line-height: 1.3333333333;
}

p.top-banners-secdtion__lead sup {
  font-size: 0.75em;
  vertical-align: top;
}

.banners-section__contents {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.banners-section__item > a {
  display: block;
}
.banners-section__item > a:hover {
  opacity: 0.85;
}
.banners-section__item > a > img {
  width: 100%;
  height: auto;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
}

.banners-section-abtest-a {
  padding: 24px 0;
  border-top: 4px solid #f6f6f6;
}
.banners-section-abtest-a .banners-section__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  border: none;
  text-align: left;
}
.banners-section-abtest-a .banners-section__title {
  padding-top: 0;
  border: none;
  font-size: 20px;
}
.banners-section-abtest-a .banners-section__left {
  display: flex;
  align-items: center;
  gap: 16px;
}
.banners-section-abtest-a .btn-normal-more-link {
  color: #1e50a2;
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
}
.banners-section-abtest-a .feature-banners {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr 16px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.banners-section-abtest-a .feature-banners .feature-banners__item {
  border: 1px solid #efefef;
  box-sizing: border-box;
}
.banners-section-abtest-a .feature-banners.is-expanded .feature-banners__item {
  display: block;
}
.banners-section-abtest-a .banners-buttons {
  display: none;
}

.local-government-introduce-section {
  background-color: #ffffff;
}
.local-government-introduce-section .text-right {
  margin-top: 16px;
}

.local-government-introduce-section__header {
  padding: 4px 0 10px;
  border-top: 2px solid #16160e;
  text-align: center;
}
.local-government-introduce-section__header .local-government-introduce-section__title {
  padding-top: 14px;
  border-top: 1px dotted #16160e;
  font-size: 24px;
  line-height: 1.3333333333;
}

p.top-banners-secdtion__lead sup {
  font-size: 0.75em;
  vertical-align: top;
}

.local-government-introduce-section__contents {
  display: -ms-grid;
  display: grid;
  grid-gap: 16px;
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr;
}
.local-government-introduce-section-card .local-government-introduce-section_item {
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  display: block;
  height: 100%;
  background-color: #fcf7f0;
}
.local-government-introduce-section_left-content .local-government-introduce-section_content {
  padding: 12px;
}
.local-government-introduce-section_left-content .local-government-introduce-section_content-title {
  display: flex;
}
.local-government-introduce-section_left-content .local-government-introduce-section_content-title .symbol-image {
  width: 36px;
  height: 36px;
  border: solid 1px #e5e5e5;
  border-radius: 50%;
}
.local-government-introduce-section_left-content .local-government-introduce-section_content-title .local-government-introduce-section_content-name {
  font-weight: bold;
  align-items: center;
  display: flex;
}
.local-government-introduce-section_left-content .local-government-introduce-section_description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  letter-spacing: normal;
  overflow: hidden;
  margin-top: 8px;
}

.tax-return-guide__wrap {
  position: relative;
  border: 1px solid #c8c8c8;
  border-radius: 4px;
}

.tax-return-guide__heading {
  padding: 24px 0 16px;
  background: #028760;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
}

.tax-return-guide__bubble {
  position: absolute;
  top: -18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 204px;
}

.tax-return-guide__inner {
  padding: 0 8px 8px;
}

.tax-return-guide__links {
  display: flex;
  justify-content: center;
}

.tax-return-guide__list {
  padding-top: 24px;
  font-weight: bold;
}
.tax-return-guide__list li:first-child {
  margin-bottom: 12px;
}
.tax-return-guide__list a {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-right: 24px;
  font-size: 16px;
}
.tax-return-guide__list a::before, .tax-return-guide__list a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.tax-return-guide__list a::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2px 0 2px 3px;
  border-color: transparent transparent transparent #ffffff;
  z-index: 1;
  right: 5px;
}
.tax-return-guide__list a::after {
  width: 14px;
  height: 14px;
  background-color: #028760;
  border-radius: 50%;
  right: 0;
}

.tax-return-guide__img {
  max-width: 103px;
}

.tax-return-guide__contents {
  padding: 24px 16px;
  background: #f6f6f6;
  border-radius: 3px;
  text-align: center;
}

.tax-return-guide__lead {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: bold;
}

.tax-return-guide__title {
  width: 240px;
  margin: 0 auto 16px;
}

.tax-return-guide__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 48px;
  margin-bottom: 16px;
  text-align: center;
  background: #ffffff;
  color: #028760;
  border: 2px solid #028760;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  box-sizing: border-box;
}
.tax-return-guide__button + .i-arrow {
  font-size: 16px;
}

.list-link {
  padding: 0 6px 8px 32px;
  font-size: 14px;
}
.list-link a {
  position: relative;
  display: flex;
  align-items: center;
}
.list-link a:hover {
  opacity: 0.85;
}
.list-link a:hover .list-link__text,
.list-link a:hover .list-link__number {
  text-decoration: underline;
  color: #1e50a2;
}
.list-link a .list-link__icon {
  display: inline-flex;
  margin: 0 0 0 auto;
}
.list-link .list-link__img {
  flex: 0 0 40px;
  width: 40px;
  margin-right: 8px;
}
.list-link .list-link__text {
  padding: 12px 0;
}
.list-link .list-link__text .list-link__number {
  display: inline-block;
}

.bx-tooltip {
  display: inline-block;
  position: relative;
}
.bx-tooltip.-kift .bx-tooltip__img {
  width: 136px;
  margin: 0 auto;
  min-width: 136px;
}
.bx-tooltip.-kift .bx-tooltip__wrap {
  background-color: #ffffff;
  padding: 0;
  color: #16160e;
  bottom: 48px;
}
.bx-tooltip.-kift .bx-tooltip__link:hover, .bx-tooltip.-kift .bx-tooltip__link:focus, .bx-tooltip.-kift .bx-tooltip__link:active {
  background-color: transparent;
  color: #6b6b6b;
}
.bx-tooltip.-kift .bx-tooltip__top {
  padding: 24px 32px 16px 24px;
}
.bx-tooltip.-kift .bx-tooltip__bottom {
  padding: 32px 16px 16px;
  background-color: #fffade;
  border-radius: 0 0 4px 4px;
  font-size: 14px;
  font-weight: normal;
}
.bx-tooltip.-kift .bx-tooltip__bottom .bold {
  display: inline-block;
  width: 136px;
  margin: 0 16px 0 0;
  font-weight: bold;
}
.bx-tooltip.-kift .bx-tooltip__arrow::before, .bx-tooltip.-kift .bx-tooltip__arrow::after {
  background-color: #ffffff;
}
.bx-tooltip.-kift .bx-tooltip__close {
  color: #6b6b6b;
}
.bx-tooltip.-kift .bx-tooltip__close:hover, .bx-tooltip.-kift .bx-tooltip__close:focus, .bx-tooltip.-kift .bx-tooltip__close:active {
  color: #6b6b6b;
  background-color: transparent;
}
.bx-tooltip.-kift .i-arrow {
  font-weight: normal;
  display: inline;
}
.bx-tooltip.-kift .i-arrow:hover, .bx-tooltip.-kift .i-arrow:focus, .bx-tooltip.-kift .i-arrow:active {
  background-color: transparent;
}

.bx-tooltip__link {
  color: #6b6b6b;
  display: inline-block;
  position: relative;
}
.bx-tooltip__link:hover, .bx-tooltip__link:focus, .bx-tooltip__link:active {
  opacity: 0.6;
}
.bx-tooltip__link .icn-help {
  display: inline-block;
  width: 1em;
  margin-left: 0;
}

.bx-tooltip__wrap {
  color: #ffffff;
  width: calc(100vw - 40px);
  max-width: 370px;
  background-color: #6b6b6b;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  padding: 30px 16px 20px;
  position: absolute;
  left: 0;
  bottom: 38px;
  z-index: 9999;
  box-sizing: border-box;
  display: none;
}
.bx-tooltip__wrap.is-active {
  display: block;
}
.bx-tooltip__wrap[tabindex]:focus {
  outline: none;
}
.bx-tooltip__wrap .txt-link.-bottom {
  margin-top: 4px;
  text-align: center;
}
.bx-tooltip__wrap .txt-link.-bottom a {
  color: #fff;
  text-decoration: underline;
}

.bx-tooltip__inner2 {
  display: flex;
}

.bx-tooltip__img-area {
  width: 33%;
  margin-right: 16px;
}

.bx-tooltip__arrow {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 20px;
  height: 20px;
}
.bx-tooltip__arrow::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.4);
  background-color: #6b6b6b;
}
.bx-tooltip__arrow::after {
  content: "";
  position: absolute;
  top: -16px;
  left: -20px;
  display: block;
  width: 40px;
  height: 16px;
  background-color: #6b6b6b;
}

.bx-tooltip__text {
  font-size: 12px;
  line-height: 1.7;
  white-space: normal;
  font-weight: normal;
  text-align: left;
}
.bx-tooltip__text:not(:first-child) {
  margin-top: 10px;
}
.bx-tooltip__text a {
  color: #ffffff;
  text-decoration: underline;
}
.bx-tooltip__text a:hover, .bx-tooltip__text a:focus, .bx-tooltip__text a:active {
  color: #ffffff;
  text-decoration: none;
}

.bx-tooltip__close {
  font-size: 16px;
  position: absolute;
  top: 11px;
  right: 11px;
  color: #c8c8c8;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
}
.bx-tooltip__close::before {
  content: "\e025";
  font-family: "iconfont";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

.link-box {
  margin-bottom: 30px;
}

.link-box__wrap {
  padding: 10px 10px 16px;
  border: 1px solid #c8c8c8;
  border-radius: 4px;
}

.link-box__title {
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 16px;
  text-align: center;
}
.link-box__title > [class^=mf-] {
  margin-right: 6px;
  font-size: 20px;
  line-height: 1;
  vertical-align: middle;
}

.link-box__list {
  padding: 17px 0 0 10px;
  font-size: 14px;
}
.link-box__list > li {
  line-height: 1.4285714286;
}
.link-box__list > li:not(:last-child) {
  margin-bottom: 14px;
}

.-service .link-box__wrap {
  padding: 10px 10px 16px;
}

.-service .link-box__title {
  border-bottom: none;
  padding-bottom: 12px;
}
.-service .link-box__title > [class^=mf-] {
  color: #ad0003;
}

.-service .link-box__list {
  padding: 0;
}
.-service .link-box__list > li {
  margin-bottom: 8px;
}

.link-box__content {
  display: block;
  border-radius: 4px;
}
.link-box__content:hover {
  opacity: 0.85;
}
.link-box__content.-gcf {
  background-color: #2e792d;
}
.link-box__content.-saigai {
  background-color: #d45700;
}
.link-box__content.-gcf, .link-box__content.-saigai {
  padding: 12px 0 24px;
  color: #ffffff;
  text-align: center;
}
.link-box__content.-service {
  border: 1px solid #e0e0e0;
  overflow: hidden;
}

.link-box__icon {
  display: inline-flex;
  align-items: center;
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 1;
}

.link-box__logo {
  margin: 0 auto 16px;
}
.link-box__logo img {
  height: 20px;
}

.link-box__desc {
  font-size: 12px;
}

.link-box__inner {
  padding: 12px 16px 20px;
}

.link-box__lead {
  display: flex;
  align-items: center;
  font-weight: bold;
  margin-bottom: 12px;
}
.link-box__lead .link-box__icon {
  color: #ad0003;
  margin-right: 6px;
  margin-bottom: 0;
}

.card--disaster {
  border: solid 1px #e5e5e5;
  border-bottom: solid 3px #e5e5e5;
  border-radius: 4px;
  height: calc(100% - 4px);
}
.card--disaster:hover .card--disaster__image {
  opacity: 0.85;
}
.card--disaster:hover .card--disaster__title {
  color: #1e50a2;
  text-decoration: underline;
}
.card--disaster .card--disaster__image img {
  width: 100%;
}
.card--disaster .card--disaster__content {
  padding: 16px;
}
.card--disaster .card--disaster__title {
  font-weight: bold;
}
.card--disaster dt {
  display: inline-block;
}
.card--disaster .card--disaster__money {
  font-weight: bold;
  display: inline-block;
}
.card--disaster .card--disaster__city {
  font-size: 14px;
  color: #6b6b6b;
  margin-top: 16px;
}

.flag--new {
  background-color: #16160e;
  border-radius: 1em;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  padding: 4px 8px;
  margin-right: 2px;
  position: relative;
}

.card-product__subtitle {
  background: transparent;
}
.card-product__subtitle-inner {
  padding: 0;
}

.card-product__price {
  font-size: 16px;
}
.speed-shipping-label__wrap {
  padding: 0 10px 16px;
}
.speed-shipping-label__wrap .speed-shipping-label {
  margin: 0 0 1px 0;
}
.speed-shipping-label__wrap .speed-shipping-label__sub {
  color: #6b6b6b;
  font-size: 12px;
  padding: 0;
}

.sendiconlist {
  margin: -4px 0 0 0;
  padding: 0 10px 16px;
}
.sendiconlist + .speed-shipping-label__wrap {
  margin-top: -8px;
}

.card-product__link:hover .speed-shipping-label__sub {
  color: #1e50a2;
  text-decoration: underline;
}

.card-product__code {
  margin: 0;
}

.speed-shipping-label__sub.card-product__code {
  margin-top: 8px;
}

.card-product__comment {
  margin-top: 0px;
  padding: 0 8px 8px;
  color: #1e50a2;
}
.card-product__comment:hover {
  text-decoration: underline;
}

.card-product__icn-message {
  display: inline-block;
}

.speed-shipping-label {
  font-size: 14px;
}

.simulation-recommend-inlay[hidden] {
  display: none !important;
}
.simulation-recommend-inlay .sld {
  margin-bottom: 13px;
}
.simulation-recommend-inlay .sld .sld__list {
  min-height: 200px;
}
.simulation-recommend-inlay .sld .sld__item {
  margin-right: 6px;
  padding-top: 6px;
  padding-right: 6px;
  position: relative;
  width: 167px;
  transition: opacity 0.2s, width 0.2s 0.2s, padding-right 0.2s 0.2s;
  box-sizing: border-box;
}
.simulation-recommend-inlay .sld .sld__item.is-delete {
  opacity: 0;
  padding-right: 0;
  width: 0;
}
.simulation-recommend-inlay .sld .sld__item .card-product {
  width: 159px;
}
.simulation-recommend-inlay .sld .btn-sld {
  box-sizing: content-box;
  top: 95px;
}
.simulation-recommend-inlay .sld .u-loader {
  top: calc(50% - 20px);
  left: calc(50% - 20px);
}
.simulation-recommend-inlay.is-products-null .simulation-recommend-inlay__result {
  display: none;
}
.simulation-recommend-inlay.is-products-null .simulation-recommend-inlay__null-result {
  display: block;
}
.simulation-recommend-inlay.is-result-null .simulation-recommend-inlay__result {
  display: none;
}
.simulation-recommend-inlay.is-result-null .simulation-recommend-inlay__no-result {
  display: block;
}
.simulation-recommend-inlay.is-products-loading .sld__wrap,
.simulation-recommend-inlay.is-products-loading .btn-sld {
  opacity: 0;
}
.simulation-recommend-inlay.is-products-loading .simulation-recommend-inlay__button {
  display: none;
}
.simulation-recommend-inlay.is-products-not-enough .simulation-recommend-inlay__result .btn-recommend-inlay-change {
  display: none;
}
.simulation-recommend-inlay.is-products-not-enough .simulation-recommend-inlay__null-result .simulation-recommend-inlay__products-enough {
  display: none;
}
.simulation-recommend-inlay.is-products-not-enough .simulation-recommend-inlay__null-result .simulation-recommend-inlay__products-not-enough {
  display: block;
}

.simulation-recommend-inlay__select {
  margin-bottom: 18px;
  text-align: center;
}

.simulation-recommend-inlay__select__inner {
  font-size: 16px;
}
.simulation-recommend-inlay__select__inner > label {
  display: block;
  border: solid 1px #e5e5e5;
  border-radius: 4px;
  background-color: #ffffff;
  position: relative;
  z-index: 0;
}
.simulation-recommend-inlay__select__inner > label > span {
  position: absolute;
  top: calc(50% - 0.75em);
  left: 14px;
  z-index: -1;
}
.simulation-recommend-inlay__select__inner > label > select {
  border: 0;
  padding: 13px 10px 13px 110px;
  background-color: transparent;
  width: 100%;
}

.simulation-recommend-inlay__total {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-size: 16px;
}
.simulation-recommend-inlay__total strong {
  color: #ad0003;
  font-size: 24px;
  font-weight: bold;
}

.simulation-recommend-inlay__total-label {
  background-color: #f2f2f2;
  border-radius: 1.5em;
  display: block;
  -ms-grid-row-align: center;
      align-self: center;
  font-size: 14px;
  flex-shrink: 0;
  line-height: 1;
  padding: 6px 10px;
  margin-right: 10px;
}

.simulation-recommend-inlay__result .simulation-recommend-inlay__button {
  margin-top: 20px;
}
.simulation-recommend-inlay__result .simulation-recommend-inlay__button .btn-normal,
.simulation-recommend-inlay__result .simulation-recommend-inlay__button .btn-positive {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 14px;
}
.simulation-recommend-inlay__result .simulation-recommend-inlay__button .btn-normal::before,
.simulation-recommend-inlay__result .simulation-recommend-inlay__button .btn-positive::before {
  font-size: 20px;
  margin-right: 10px;
}
.simulation-recommend-inlay__result .simulation-recommend-inlay__button .btn-normal {
  margin-bottom: 12px;
}

.simulation-recommend-inlay__null-result {
  background-color: #f6f6f6;
  border-radius: 4px;
  display: none;
  padding: 24px 16px;
}
.simulation-recommend-inlay__null-result p {
  font-size: 16px;
  margin-bottom: 16px;
}
.simulation-recommend-inlay__null-result .simulation-recommend-inlay__button {
  margin-top: 20px;
  text-align: center;
}
.simulation-recommend-inlay__null-result .simulation-recommend-inlay__button .btn-normal {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 14px;
}
.simulation-recommend-inlay__null-result .simulation-recommend-inlay__button .btn-normal::before {
  font-size: 20px;
  margin-right: 10px;
}
.simulation-recommend-inlay__null-result .simulation-recommend-inlay__products-not-enough {
  display: none;
}

.simulation-recommend-inlay__no-result {
  background-color: #f6f6f6;
  border-radius: 4px;
  display: none;
  padding: 24px 16px;
  margin-top: 24px;
}
.simulation-recommend-inlay__no-result p {
  font-size: 16px;
  margin-bottom: 16px;
}
.simulation-recommend-inlay__no-result .simulation-recommend-inlay__button {
  margin-top: 18px;
}
.simulation-recommend-inlay__no-result .simulation-recommend-inlay__button .btn-normal {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 14px;
}
.simulation-recommend-inlay__no-result .simulation-recommend-inlay__button .btn-normal:first-child {
  margin-bottom: 12px;
}

.simulation-recommend-inlay__note {
  color: #666;
  font-size: 14px;
  margin-top: 10px;
}

[data-modal-id=modal-simulation-recommend-failure] p:not(:last-child),
[data-modal-id=modal-simulation-recommend-inlay-failure] p:not(:last-child) {
  margin-bottom: 12px;
}
[data-modal-id=modal-simulation-recommend-failure] strong,
[data-modal-id=modal-simulation-recommend-inlay-failure] strong {
  color: #ad0003;
  font-weight: bold;
}

/* rank アイコンv */
.label--exclusive.-sticker, .label--exclusive.-rectangle {
  background: #ad0003;
  color: #ffffff;
  font-weight: bold;
  line-height: 1;
}
.label--exclusive.-sticker:hover, .label--exclusive.-rectangle:hover {
  text-decoration: none;
}

.label--exclusive.-rectangle {
  padding: 5px 0;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 14px;
}

.label--exclusive.-sticker, .label--exclusive.-rectangle {
  background: #ad0003;
  color: #ffffff;
  font-weight: bold;
  line-height: 1;
}
.label--exclusive.-sticker:hover, .label--exclusive.-rectangle:hover {
  text-decoration: none;
}

.label--exclusive.-sticker {
  position: absolute;
  top: 6px;
  left: 6px;
  font-size: 12px;
  padding: 5px;
  border-radius: 50%;
}

.card-product {
  display: flex;
  flex-direction: column;
  height: calc(100% - 4px);
  position: relative;
  background: #fff;
  box-shadow: 0 2px 0 0 #e5e5e5;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  overflow: hidden;
  /* pickup */
  /* 準備中・品切れ・受付終了サイン */
}
.card-product__link {
  min-height: 0%;
  flex-grow: 1;
  display: flex;
  width: 100%;
  flex-direction: column;
}
.card-product__link:hover .card-product__img {
  opacity: 0.85;
}
.card-product__link:hover .card-product__title,
.card-product__link:hover .card-product__txt {
  color: #1e50a2;
  text-decoration: underline;
}
.card-product__image {
  position: relative;
}
.card-product__img {
  width: 100%;
  max-height: 100%;
  border-bottom: 0;
  display: block;
}
.card-product__title {
  color: #2b2b2b;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0;
  margin: -1px;
  border-radius: 4px 4px 0 0;
}
.card-product__status {
  position: absolute;
  z-index: 1;
}
.card-product__contents {
  padding: 12px 8px;
}
.card-product__contents .lst-icon {
  margin-top: 4px;
  display: none;
}
.card-product__contents .lst-icon.none {
  margin: 0;
}
.card-product__img {
  text-align: center;
}
.card-product__status {
  position: absolute;
}
.card-product__subtitle {
  margin-top: 8px;
}
.card-product__subtitle-inner {
  padding: 8px;
  font-size: 16px;
  font-weight: bold;
  color: #ad0003;
  box-sizing: border-box;
}
.card-product__price-text {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}
.card-product__price {
  margin-right: 4px;
}
.card-product__point {
  font-size: 12px;
  color: #16160e;
  font-weight: normal;
}
.card-product__price-option {
  color: #16160e;
  font-weight: normal;
}
.card-product__price-option img {
  height: 14px;
  min-width: 73px;
}
.card-product__price-option span {
  vertical-align: middle;
  font-size: 12px;
}
.card-product .sts-type3 {
  background: #d59300;
  color: #fff;
  padding: 2px 8px;
  border-radius: 0 4px 4px 0;
  position: absolute;
  left: -1px;
  bottom: 4px;
  font-size: 10px;
}
.card-product .sts-type4,
.card-product .sts-type5,
.card-product .sts-type6 {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-radius: 3px 3px 0 0;
  font-size: 18px;
  text-align: center;
  position: absolute;
  opacity: 1;
  top: 0;
  left: 0;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.card-product .sts-type7 {
  text-align: center;
  line-height: 1;
  top: 0;
  left: 0;
  font-size: 14px;
}
.card-product .sts-type7:before {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  left: 0;
  border-top: 20px solid #d3d3d3;
  border-left: 20px solid #d3d3d3;
  border-bottom: 20px solid transparent;
  border-right: 20px solid transparent;
}
.card-product .sts-type7 .icn-ranking {
  display: none;
}
.card-product .sts-type7 span {
  position: absolute;
  min-width: 24px;
  top: 6px;
  font-weight: bold;
  white-space: nowrap;
}
.card-product .sts-type7.item-rank1 {
  background-color: #b78c00;
}
.card-product .sts-type7.item-rank1::before {
  border-color: #b78c00;
}
.card-product .sts-type7.item-rank2 {
  background-color: #557088;
}
.card-product .sts-type7.item-rank2::before {
  border-color: #557088;
}
.card-product .sts-type7.item-rank3 {
  background-color: #bc7421;
}
.card-product .sts-type7.item-rank3::before {
  border-color: #bc7421;
}
.card-product .sts-type7.item-rank1, .card-product .sts-type7.item-rank2, .card-product .sts-type7.item-rank3 {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  width: 26px;
  top: 0;
  left: 10px;
}
.card-product .sts-type7.item-rank1 .icn-ranking, .card-product .sts-type7.item-rank2 .icn-ranking, .card-product .sts-type7.item-rank3 .icn-ranking {
  display: block;
  font-size: 14px;
  margin: 2px 0 4px;
  font-size: 0.9em;
}
.card-product .sts-type7.item-rank1 .icn-ranking::before, .card-product .sts-type7.item-rank2 .icn-ranking::before, .card-product .sts-type7.item-rank3 .icn-ranking::before {
  position: relative;
  top: 3px;
}
.card-product .sts-type7.item-rank1 span, .card-product .sts-type7.item-rank2 span, .card-product .sts-type7.item-rank3 span {
  position: static;
  -webkit-transform: none;
          transform: none;
  z-index: 1;
  line-height: 1;
}
.card-product .sts-type7.item-rank1::before, .card-product .sts-type7.item-rank2::before, .card-product .sts-type7.item-rank3::before {
  content: "";
  position: absolute;
  bottom: -11px;
  border-width: 13px;
  border-bottom: 4px solid transparent;
}
.card-product__text {
  color: #6b6b6b;
  font-size: 14px;
  margin-top: 8px;
  display: none;
}
.card-product__text.none {
  margin: 0;
}
.card-product__text .txt {
  font-size: inherit;
}
.card-product__txt {
  font-size: inherit;
  max-height: 168px;
  overflow: hidden;
}
.card-product__code {
  color: #6b6b6b;
  margin: 8px 0 0 auto;
  font-size: 12px;
  order: 1;
  display: none;
}
.card-product__comment {
  color: #1e50a2;
  font-size: 14px;
  padding: 0 10px 10px;
  width: 100%;
}
.card-product__comment:hover {
  text-decoration: underline;
}
.card-product__comment::before {
  color: #1e50a2;
  display: inline-block;
  margin-right: 4px;
  vertical-align: middle;
}
.card-product__icn-message {
  position: relative;
  padding-left: 20px;
}
.card-product__icn-message:before {
  color: #1e50a2;
  position: absolute;
  margin-left: -16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.card-product__heart {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  background: none;
  border: 0;
  margin: 0;
  padding: 8px;
}
.card-product__heart > img {
  width: 28px;
}
.card-product__city {
  display: flex;
  height: 40px;
  padding: 8px;
  border-top: 1px solid #e5e5e5;
  box-sizing: content-box;
  color: #1e50a2;
  font-size: 14px;
  align-items: center;
}
.card-product__city:hover {
  text-decoration: underline;
}
.card-product__city:hover img {
  opacity: 0.85;
}
.card-product__city > img {
  border-radius: 2px;
  border: 1px solid #e5e5e5;
  width: 38px;
  height: 38px;
  margin-right: 7px;
}
.card-product__city > span {
  display: inline-block;
  letter-spacing: 0;
  margin-right: 5px;
}
.card-product__city .award-label {
  margin-left: auto;
  flex-shrink: 0;
}
.card-product .speed-shipping-label__wrap {
  padding: 0 10px 16px;
}
.card-product .speed-shipping-label__wrap .speed-shipping-label {
  margin: 0 0 1px 0;
}
.card-product .speed-shipping-label__wrap .speed-shipping-label__sub {
  color: #6b6b6b;
  font-size: 12px;
  padding: 0;
}
.card-product .sendiconlist {
  display: block;
}

.choice-icon-color {
  color: #d59300;
}

.choicepay-icon-color {
  color: #239dda;
}

.card-product__delete {
  background: none;
  border: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}
.card-product__delete > svg {
  display: inline-block;
  vertical-align: top;
}

.card-product__category {
  font-size: 14px;
  background-color: #f2f2f2;
  text-align: center;
  line-height: 1;
  padding: 6px 0;
}

[data-layout-product=all] .card-product__text {
  display: block;
}
[data-layout-product=all] .card-product__contents .lst-icon {
  display: block;
}
[data-layout-product=all] .speed-shipping-label__wrap .card-product__code {
  display: block;
}

[data-layout-product=part] .sendiconlist {
  display: none;
}

.card-product__text + .speed-shipping-label, .card-product__text + .speed-shipping-label__sub {
  margin-top: 8px;
}

.card-project {
  display: flex;
  flex-direction: column;
  height: calc(100% - 4px);
  position: relative;
  background: #fff;
  box-shadow: 0 2px 0 0 #e5e5e5;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  overflow: hidden;
}
.card-project__link {
  min-height: 0%;
  flex-grow: 1;
  display: flex;
  width: 100%;
  flex-direction: column;
}
.card-project__link:hover .card-project__img {
  opacity: 0.85;
}
.card-project__link:hover .card-project__title,
.card-project__link:hover .card-project__txt {
  color: #1e50a2;
  text-decoration: underline;
}
.card-project__image {
  position: relative;
}
.card-project__img {
  width: 100%;
  max-height: 100%;
  border-bottom: 0;
  display: block;
}
.card-project__title {
  color: #2b2b2b;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0;
  margin: -1px;
  border-radius: 4px 4px 0 0;
}
.card-project__status {
  position: absolute;
  z-index: 1;
}
.card-project__contents {
  padding: 12px 8px;
}
.card-project__contents .lst-icon {
  margin-top: 4px;
  display: none;
}
.card-project__contents .lst-icon.none {
  margin: 0;
}
.card-project:before {
  content: "";
  display: block;
  height: 0;
  order: 1;
  width: 48%;
}
.card-project .article-sld:hover {
  text-decoration: none;
  color: #16160e;
  opacity: 0.85;
}
.card-project .article-sld:hover .card-project__name {
  text-decoration: underline;
}
.card-project__img.lazyload, .card-project__img.lazyloading {
  height: 115px;
}
.card-project__col {
  background-color: #ffffff;
  position: relative;
  margin: 40px 0 0 0;
  width: 100%;
  box-sizing: border-box;
  /* プロジェクト終了時 */
}
.card-project__col:nth-child(1), .card-project__col:nth-child(2) {
  margin: 0;
}
.card-project__col.is-end .card-project__progress > div:first-child,
.card-project__col.is-end .card-project__favorite-button,
.card-project__col.is-end .card-project__target-amount,
.card-project__col.is-end .card-project__row:not(:first-child),
.card-project__col.is-end .chart-bar {
  display: none;
}
.card-project__col.is-end .card-project__text--pref {
  width: 100%;
}
.card-project__col.is-end .card-project__end-button {
  cursor: default;
  display: block;
}
.card-project__col .card-project__complete {
  position: absolute;
  top: 12px;
  left: 4px;
  height: 40px;
  width: 40px;
  z-index: 1;
}
.card-project__col .card-project__soon {
  position: absolute;
  top: 8px;
  left: 4px;
  width: 63px;
  height: 21px;
  border-radius: 0 0 4px 4px;
}
.card-project__label {
  box-sizing: border-box;
  position: relative;
  background: #e5e5e5;
  width: 100%;
  height: 18px;
  margin: 0 auto -8px;
  padding: 4px;
  text-align: center;
  z-index: 1;
}
.card-project__label .card-project__text {
  font-size: 10px;
  letter-spacing: 0;
}
.card-project__image {
  overflow: hidden;
  position: relative;
  text-align: center;
}
.card-project__title {
  height: 4.3em;
  overflow: hidden;
}
.card-project__remind--complete, .card-project__remind--soon {
  display: block;
  float: left;
  font-size: 12px;
  width: 76px;
  text-align: center;
  margin-right: 8px;
  color: #16160e;
}
.card-project__remind--complete {
  border-top: solid 1px #f2b02d;
  border-bottom: solid 1px #f2b02d;
  background: #fcf2df;
}
.card-project__remind--soon {
  border-top: solid 1px #93ca76;
  border-bottom: solid 1px #93ca76;
  background: #edf5e9;
}
.card-project__name {
  display: block;
  font-size: 14px;
  letter-spacing: 0.01em;
}
.card-project__pref {
  font-size: 10px;
  line-height: 1;
}
.card-project__pref .icn-office {
  margin-right: 4px;
}
.card-project__target-amount {
  font-size: 12px;
  width: 100%;
}
.card-project__time-left {
  font-weight: bold;
  font-size: 12px;
  margin-top: 4px;
}
.card-project__total {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: baseline;
}
.card-project__text {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
}
.card-project__badge {
  box-sizing: border-box;
  background-color: #e5e5e5;
  border-radius: 10px;
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  margin-right: 8px;
  padding: 2px 4px;
  text-align: center;
}
.card-project__quantity {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -0.4px;
}
.card-project__quantity.deadline {
  color: #e8000a;
}
.card-project__unit {
  font-size: 12px;
}
.card-project__progress {
  margin-top: 8px;
}
.card-project__progress > div:first-child {
  flex: 1;
  margin-right: 4px;
}
.card-project__progress > div:nth-child(2) {
  flex: 1;
  min-width: 98px;
}
.card-project__progress .gcf-cht-bar {
  margin-top: 8px;
}
.card-project__limit {
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
}
.card-project__favorite-button {
  background-color: #ffffff;
  border: 2px solid #ad0003;
  border-radius: 4px;
  color: #ad0003;
  font-size: 10px;
  line-height: 1.8em;
  height: 26px;
  outline: none;
  padding: 1px 0 0;
  text-align: center;
  vertical-align: text-bottom;
  width: 100%;
}
.card-project__favorite-button:hover {
  cursor: pointer;
  opacity: 0.85;
}
.card-project__favorite-button .icn-heart,
.card-project__favorite-button .icn-heart2 {
  margin-right: 4px;
  vertical-align: middle;
}
.card-project__favorite-button .icn-heart {
  display: none;
}
.card-project__favorite-button .icn-heart2:before {
  font-weight: bold;
  vertical-align: top;
}
.card-project__favorite-button.on .icn-heart {
  display: inline-block;
  vertical-align: middle;
  line-height: 14px;
}
.card-project__favorite-button.on .icn-heart2 {
  display: none;
}
.card-project__end-button {
  border-radius: 4px;
  box-sizing: border-box;
  color: #ffffff;
  display: none;
  font-size: 10px;
  height: 22px;
  margin-top: 8px;
  padding-top: 4px;
  text-align: center;
  width: 100%;
}
.card-project__value {
  display: inline;
}
.card-project__end {
  font-size: 10px;
  margin-left: 5px;
  display: inline;
}
.card-project__list {
  margin-top: 4px;
}
.card-project__lead span {
  text-align: center;
  width: 56px;
  padding: 5px 8px;
  background: #f6f6f6;
  font-size: 10px;
  font-weight: bold;
  border-radius: 30px;
  line-height: 1;
}
.card-project .goods-col_name {
  height: 4.5em;
  margin-top: 12px;
}
.card-project .chart-bar {
  margin: 8px 0;
}

/* progress bar chart */
.gcf-cht-bar {
  background: #e5e5e5;
  width: 100%;
  height: 24px;
  margin-bottom: 8px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.gcf-cht-bar__graph {
  background-color: #93ca76;
  width: 0;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.gcf-cht-bar__graph2 {
  background-color: #f2b02d;
  width: 0;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.gcf-cht-bar__number {
  width: 100%;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
.grid-7 .card-product__contents {
  padding: 0;
}
.grid-7 .card-product__subtitle {
  margin-top: 0;
  background: transparent;
}
.grid-7 .card-product__subtitle-inner {
  padding: 4px;
  justify-content: center;
  font-weight: normal;
}
.grid-7 .card-product__price {
  font-size: 12px;
}
.grid-7 .card-product__point {
  margin: 0 auto;
}
.grid-7 .card-product__price {
  margin: 0 auto;
}
.grid-7 .card-product__city, .grid-7 .card-product__title, .grid-7 .card-product__heart {
  display: none;
}
.grid-col .card-product {
  border: none;
  box-shadow: none;
  border-radius: 0;
  height: auto;
}
.grid-col .card-product__link {
  display: flex;
  flex-direction: row;
}
.grid-col .card-product__image {
  width: 97px;
  min-width: 97px;
  height: 60px;
  min-height: 60px;
  border: 1px solid #c8c8c8;
}
.grid-col .card-product__img {
  border: none;
  margin: inherit;
  border-radius: 0;
}
.grid-col .card-product__contents {
  padding: 0;
  margin-left: 12px;
}
.grid-col .card-product__title {
  font-size: 14px;
}
.grid-col .card-product__subtitle {
  background-color: transparent;
  margin: 0;
}
.grid-col .card-product__subtitle-inner {
  padding: 0;
  margin: 0;
}
.grid-col .card-product__city {
  display: none;
}
.grid-col .card-product__heart {
  display: none;
}
.grid-col .card-product .sts-type7.item-rank1, .grid-col .card-product .sts-type7.item-rank2, .grid-col .card-product .sts-type7.item-rank3 {
  left: 0;
}

.card-city {
  display: flex;
  flex-direction: column;
  height: calc(100% - 4px);
  position: relative;
  background: #fff;
  box-shadow: 0 2px 0 0 #e5e5e5;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  overflow: hidden;
}
.card-city__link {
  min-height: 0%;
  flex-grow: 1;
  display: flex;
  width: 100%;
  flex-direction: column;
}
.card-city__link:hover .card-city__img {
  opacity: 0.85;
}
.card-city__link:hover .card-city__title,
.card-city__link:hover .card-city__txt {
  color: #1e50a2;
  text-decoration: underline;
}
.card-city__image {
  position: relative;
}
.card-city__img {
  width: 100%;
  max-height: 100%;
  border-bottom: 0;
  display: block;
}
.card-city__title {
  color: #2b2b2b;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0;
  margin: -1px;
  border-radius: 4px 4px 0 0;
}
.card-city__status {
  position: absolute;
  z-index: 1;
}
.card-city__contents {
  padding: 12px 8px;
}
.card-city__contents .lst-icon {
  margin-top: 4px;
  display: none;
}
.card-city__contents .lst-icon.none {
  margin: 0;
}
.card-city__image {
  height: 104px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.card-city__img {
  max-width: initial;
  width: auto !important;
  height: 100%;
}
.card-city__title {
  position: relative;
  border-bottom: solid 1px #e5e5e5;
  padding-bottom: 8px;
  margin-top: 16px;
}
.card-city__cityimg {
  width: 40px;
  border: solid 1px #e5e5e5;
  border-radius: 4px;
}
.card-city__name {
  text-align: center;
  font-size: 14px;
}
.card-city__info {
  font-size: 14px;
  padding: 8px 0 16px;
}
.card-city__info dl {
  display: flex;
  flex-wrap: wrap;
}
.card-city__info dl dt,
.card-city__info dl dd {
  padding: 4px 0;
}
.card-city__info dl dt {
  width: 20%;
  letter-spacing: 0;
}
.card-city__info small {
  font-size: 12px;
  text-align: right;
  display: block;
  margin-top: 8px;
}
.card-city__info .emphasis {
  font-weight: bold;
}
.card-city__category {
  font-size: 14px;
}
.card-city__category h4 {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 8px;
}
.card-city__category p {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 8px;
}
.card-city__category p span:not(:last-child):after {
  content: "、";
}
.card-city__description {
  font-size: 14px;
  padding-top: 8px;
  border-top: solid 1px #e5e5e5;
  overflow: hidden;
  height: 84px;
}

.card-article {
  display: flex;
  flex-direction: column;
  height: calc(100% - 4px);
  position: relative;
  background: #fff;
  box-shadow: 0 2px 0 0 #e5e5e5;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  overflow: hidden;
  height: 100%;
}
.card-article__link {
  min-height: 0%;
  flex-grow: 1;
  display: flex;
  width: 100%;
  flex-direction: column;
}
.card-article__link:hover .card-article__img {
  opacity: 0.85;
}
.card-article__link:hover .card-article__title,
.card-article__link:hover .card-article__txt {
  color: #1e50a2;
  text-decoration: underline;
}
.card-article__image {
  position: relative;
}
.card-article__img {
  width: 100%;
  max-height: 100%;
  border-bottom: 0;
  display: block;
}
.card-article__title {
  color: #2b2b2b;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0;
  margin: -1px;
  border-radius: 4px 4px 0 0;
}
.card-article__status {
  position: absolute;
  z-index: 1;
}
.card-article__contents {
  padding: 12px 8px;
}
.card-article__contents .lst-icon {
  margin-top: 4px;
  display: none;
}
.card-article__contents .lst-icon.none {
  margin: 0;
}
.card-article .sts-type7 {
  text-align: center;
  line-height: 1;
  top: 0;
  left: 0;
  font-size: 14px;
}
.card-article .sts-type7:before {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  left: 0;
  border-top: 20px solid #d3d3d3;
  border-left: 20px solid #d3d3d3;
  border-bottom: 20px solid transparent;
  border-right: 20px solid transparent;
}
.card-article .sts-type7 .icn-ranking {
  display: none;
}
.card-article .sts-type7 span {
  position: absolute;
  min-width: 24px;
  top: 6px;
  font-weight: bold;
  white-space: nowrap;
}
.card-article .sts-type7.item-rank1 {
  background-color: #b78c00;
}
.card-article .sts-type7.item-rank1::before {
  border-color: #b78c00;
}
.card-article .sts-type7.item-rank2 {
  background-color: #557088;
}
.card-article .sts-type7.item-rank2::before {
  border-color: #557088;
}
.card-article .sts-type7.item-rank3 {
  background-color: #bc7421;
}
.card-article .sts-type7.item-rank3::before {
  border-color: #bc7421;
}
.card-article .sts-type7.item-rank1, .card-article .sts-type7.item-rank2, .card-article .sts-type7.item-rank3 {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  width: 26px;
  top: 0;
  left: 10px;
}
.card-article .sts-type7.item-rank1 .icn-ranking, .card-article .sts-type7.item-rank2 .icn-ranking, .card-article .sts-type7.item-rank3 .icn-ranking {
  display: block;
  font-size: 14px;
  margin: 2px 0 4px;
  font-size: 0.9em;
}
.card-article .sts-type7.item-rank1 .icn-ranking::before, .card-article .sts-type7.item-rank2 .icn-ranking::before, .card-article .sts-type7.item-rank3 .icn-ranking::before {
  position: relative;
  top: 3px;
}
.card-article .sts-type7.item-rank1 span, .card-article .sts-type7.item-rank2 span, .card-article .sts-type7.item-rank3 span {
  position: static;
  -webkit-transform: none;
          transform: none;
  z-index: 1;
  line-height: 1;
}
.card-article .sts-type7.item-rank1::before, .card-article .sts-type7.item-rank2::before, .card-article .sts-type7.item-rank3::before {
  content: "";
  position: absolute;
  bottom: -11px;
  border-width: 13px;
  border-bottom: 4px solid transparent;
}
.card-article__image {
  height: 166px;
}
.card-article__title {
  font-size: 14px;
  margin-bottom: 4px;
  height: 42px;
  overflow: hidden;
}
.card-article__contents {
  padding: 20px 8px 8px;
}
.card-article__contents p:not(.card-article__title) {
  font-size: 14px;
  height: 21px;
  overflow: hidden;
  margin-bottom: 4px;
}
.card-article__contents p:not(.card-article__title) small {
  font-size: 12px;
}

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

@keyframes fadeInAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.emerald-product-slider {
  -webkit-animation: fadeInAnimation 0.25s;
          animation: fadeInAnimation 0.25s;
}

.emerald-product-slider__heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.emerald-product-slider__heading-ttl-h2 {
  font-size: 22px;
}

.emerald-product-slider__heading-more-link {
  color: #1e50a2;
}

.emerald-product-slider-card-item {
  display: flex;
  flex-direction: column;
  height: calc(100% - 4px);
  position: relative;
  background: #fff;
  box-shadow: 0 2px 0 0 #e5e5e5;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  overflow: hidden;
  width: 162px;
  margin-right: 20px;
  box-sizing: border-box;
}
.emerald-product-slider-card-item__link {
  min-height: 0%;
  flex-grow: 1;
  display: flex;
  width: 100%;
  flex-direction: column;
}
.emerald-product-slider-card-item__link:hover .emerald-product-slider-card-item__img {
  opacity: 0.85;
}
.emerald-product-slider-card-item__link:hover .emerald-product-slider-card-item__title,
.emerald-product-slider-card-item__link:hover .emerald-product-slider-card-item__txt {
  color: #1e50a2;
  text-decoration: underline;
}
.emerald-product-slider-card-item__image {
  position: relative;
}
.emerald-product-slider-card-item__img {
  width: 100%;
  max-height: 100%;
  border-bottom: 0;
  display: block;
}
.emerald-product-slider-card-item__title {
  color: #2b2b2b;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0;
  margin: -1px;
  border-radius: 4px 4px 0 0;
}
.emerald-product-slider-card-item__status {
  position: absolute;
  z-index: 1;
}
.emerald-product-slider-card-item__contents {
  padding: 12px 8px;
}
.emerald-product-slider-card-item__contents .lst-icon {
  margin-top: 4px;
  display: none;
}
.emerald-product-slider-card-item__contents .lst-icon.none {
  margin: 0;
}

.emerald-product-slider-card-item__image {
  height: 99px;
  flex: 0 0 99px;
}

.emerald-product-slider-card-item__img {
  text-align: center;
}

.emerald-product-slider-card-item__price {
  color: #ad0003;
  font-weight: bold;
  margin-top: 8px;
}

.card-product__comment {
  display: block;
}

.emerald-product-slider-card-item__favorite {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  background: none;
  border: 0;
  margin: 0;
  padding: 8px;
}

.emerald-product-slider-card-item__city {
  box-sizing: content-box;
  color: #1e50a2;
  font-size: 14px;
  padding: 12px 8px;
  border-top: 1px solid #e5e5e5;
}
.emerald-product-slider-card-item__city:hover {
  text-decoration: underline;
}

.emerald-product-slider-card-item__label--exclusive {
  background: #ad0003;
  color: #ffffff;
  font-weight: bold;
  line-height: 1;
  padding: 5px 0;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.emerald-product-slider__slider {
  position: relative;
}

.emerald-product-slider__slider-list {
  display: flex;
}

.emerald-product-slider__slider-btn {
  background-color: #f6f6f6;
  width: 14px;
  height: 14px;
  padding: 5px;
  border: #e5e5e5 1px solid;
  border-radius: 4px;
  position: absolute;
  top: 65px;
  z-index: 20;
  cursor: pointer;
}
.emerald-product-slider__slider-btn::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 2px solid #767676;
  border-left: 2px solid #767676;
}
.emerald-product-slider__slider-btn.-emerald-is-next {
  right: -14px;
}
.emerald-product-slider__slider-btn.-emerald-is-next::before {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.emerald-product-slider__slider-btn.-emerald-is-prev {
  left: -14px;
}
.emerald-product-slider__slider-btn.-emerald-is-prev::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: 5px;
}

.emerald-product-slider__slider-btn-text {
  visibility: hidden;
}

.speed-shipping-label__wrap {
  margin-top: 8px;
}

#emerald-recommendation .emerald-product-slider-card-item {
  display: flex;
  flex-direction: column;
  height: calc(100% - 4px);
  position: relative;
  background: #fff;
  box-shadow: 0 2px 0 0 #e5e5e5;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  overflow: hidden;
  width: 187px;
  margin-right: 16px;
  box-sizing: border-box;
}
#emerald-recommendation .emerald-product-slider-card-item__link {
  min-height: 0%;
  flex-grow: 1;
  display: flex;
  width: 100%;
  flex-direction: column;
}
#emerald-recommendation .emerald-product-slider-card-item__link:hover #emerald-recommendation .emerald-product-slider-card-item__img {
  opacity: 0.85;
}
#emerald-recommendation .emerald-product-slider-card-item__link:hover #emerald-recommendation .emerald-product-slider-card-item__title,
#emerald-recommendation .emerald-product-slider-card-item__link:hover #emerald-recommendation .emerald-product-slider-card-item__txt {
  color: #1e50a2;
  text-decoration: underline;
}
#emerald-recommendation .emerald-product-slider-card-item__image {
  position: relative;
}
#emerald-recommendation .emerald-product-slider-card-item__img {
  width: 100%;
  max-height: 100%;
  border-bottom: 0;
  display: block;
}
#emerald-recommendation .emerald-product-slider-card-item__title {
  color: #2b2b2b;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0;
  margin: -1px;
  border-radius: 4px 4px 0 0;
}
#emerald-recommendation .emerald-product-slider-card-item__status {
  position: absolute;
  z-index: 1;
}
#emerald-recommendation .emerald-product-slider-card-item__contents {
  padding: 12px 8px;
}
#emerald-recommendation .emerald-product-slider-card-item__contents .lst-icon {
  margin-top: 4px;
  display: none;
}
#emerald-recommendation .emerald-product-slider-card-item__contents .lst-icon.none {
  margin: 0;
}
#emerald-recommendation .emerald-product-slider-card-item__image {
  height: 116px;
  flex: 0 0 99px;
}
#emerald-recommendation .emerald-product-slider-card-item__img {
  -o-object-fit: contain;
     object-fit: contain;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.top-app-download__flex {
  display: flex;
  justify-content: space-between;
}

.top-app-download__flex__left {
  display: flex;
  align-items: center;
}

.top-app-download__flex__center {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 4px;
}

.top-app-download__copy {
  display: flex;
  align-items: center;
  margin-left: 12px;
}

.top-app-download__text {
  font-size: 12px;
}

.top-app-download__description,
.top-app-download__title {
  display: block;
}

.top-app-download__flex__right {
  display: flex;
  align-items: center;
}

.top-app-download__button {
  color: #1e50a2;
  font-size: 14px;
}

.top-app-download__button i {
  margin-top: 2px;
  margin-left: 5px;
}

.top-app-download.-top {
  position: relative;
  background-color: #fff4de;
  padding: 8px 42px 8px 16px;
}

.top-app-download__flex__right {
  position: relative;
}

.top-app-download__close {
  display: flex;
  align-items: center;
  background: none;
  border: 0;
  position: absolute;
  padding: 8px;
  right: 15px;
  top: calc(50% - 8px);
  cursor: pointer;
  overflow: hidden;
}

.top-app-download__close span {
  font-size: 10px;
  white-space: nowrap;
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.top-app-download__close::before {
  content: "";
  height: 16px;
  width: 2px;
  position: absolute;
  background-color: #16160e;
  right: 5px;
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.top-app-download__close::after {
  content: "";
  height: 16px;
  width: 2px;
  position: absolute;
  background-color: #16160e;
  right: 5px;
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.top-app-download.-bottom .top-app-download__title {
  display: block;
  font-size: 14px;
}
.top-app-download.-bottom .top-app-download__description {
  display: block;
  color: #6f6f6f;
  font-size: 12px;
}
.page-top .top-mv {
  width: 1072px;
  margin: auto;
  position: relative;
  overflow: hidden;
}
.page-top .top-mv .swiper-container {
  width: 100%;
  height: 100%;
  overflow: visible;
}
.page-top .top-mv .swiper-container:not(.swiper-container-initialized) .swiper-button-prev,
.page-top .top-mv .swiper-container:not(.swiper-container-initialized) .swiper-button-next {
  opacity: 0;
}
.page-top .top-mv .swiper-wrapper {
  overflow: visible;
}
.page-top .top-mv .swiper-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover";
}
.page-top .top-mv .swiper-button-prev,
.page-top .top-mv .swiper-button-next {
  opacity: 1;
  transition: opacity 0.5s;
  width: 33px;
  height: 90px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 0;
  background: none;
  outline: none;
}
.page-top .top-mv .swiper-button-prev {
  left: 0;
}
.page-top .top-mv .swiper-button-next {
  right: 0;
}
.page-top .top-mv .swiper-box-bottom {
  position: absolute;
  height: 44px;
  display: flex;
  align-items: center;
  z-index: 100;
}
.page-top .top-mv .swiper-pagination {
  position: static;
  background-color: rgba(255, 255, 255, 0);
}
.page-top .top-mv .swiper-pagination-bullet {
  opacity: 1;
  background-color: #c8c8c8;
  border: 1px solid #ffffff;
  margin: 0 5px;
  transition: background-color 0.1s ease-out;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
}
.page-top .top-mv .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #3d3d3d;
  cursor: auto;
}
.page-top .top-mv .swiper-pagination-bullet:focus {
  outline: 0;
}
.page-top .top-mv .swiper-pagination-bullet:hover {
  background: #3d3d3d;
  box-shadow: 0 0 3px 1px rgba(255, 255, 255, 0.4);
}
.page-top .top-simulation {
  margin: 0 16px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}
.page-top .top-simulation .top-simulation__title-sp {
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.page-top .top-simulation .top-simulation__title-sp > div:nth-child(1) {
  margin-right: 5px;
  font-size: 16px;
  font-weight: bold;
}
.page-top .top-simulation .top-simulation__title-sp .bx-tooltip {
  font-size: 14px;
  position: relative;
  top: -0.1em;
}
.page-top .top-simulation .result-arrow {
  margin-right: 8px;
  height: 20px;
  width: 12px;
}
.page-top .top-simulation .text-right {
  font-size: 14px;
}
.page-top .top-simulation i::before {
  position: relative;
  top: 2px;
}
.page-top .top-simulation__inner {
  padding: 8px 16px 0;
  font-size: 13px;
}
.page-top .top-simulation__head {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 18px;
  white-space: nowrap;
}
.page-top .top-simulation__head .icn-calc {
  margin-right: 4px;
}
.page-top .top-simulation__head .bx-tooltip {
  position: relative;
  top: -1px;
  margin-left: 4px;
  font-size: 14px;
}
.page-top .top-simulation__form {
  display: flex;
}
.page-top .top-simulation__column {
  display: flex;
  align-items: center;
  width: 50%;
}
.page-top .top-simulation__column + .top-simulation__column {
  margin-left: 15px;
}
.page-top .top-simulation__select {
  width: 100%;
}
.page-top .top-simulation__select select {
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  width: 100%;
  padding: 6px 16px 6px 6px;
  font-size: 16px;
}
.page-top .top-simulation__select .placeholder {
  background-color: #f6f6f6;
}
.page-top .top-simulation__result {
  margin-top: 12px;
}
.page-top .top-simulation__result .result-text__num {
  color: #ad0003;
  font-size: 18px;
  font-weight: bold;
  margin-right: 3px;
}
.page-top .top-simulation__result .result-text__wrapper {
  text-align: center;
  margin-bottom: 8px;
}
.page-top .top-simulation__result.show-results .top-simulation__link {
  display: inline;
}
.page-top .top-simulation__result.show-results .top-simulation-recommend {
  display: block;
}
.page-top .top-simulation__result.show-results, .page-top .top-simulation__result.hide-results {
  opacity: 1;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}
.page-top .top-simulation__result.hide-results .js-simulation-recommend {
  display: none;
}
.page-top .top-simulation__result.show-error .lead {
  display: none;
}
.page-top .top-simulation__link {
  display: none;
  text-align: center;
}
.page-top .top-simulation-recommend {
  display: none;
  background-color: #fcf7f0;
  margin-left: -16px;
  margin-right: -16px;
  padding: 40px 16px 28px;
  position: relative;
}
.page-top .top-simulation-recommend .card-product__subtitle {
  background: transparent;
}
.page-top .top-simulation-recommend .card-product__subtitle-inner {
  padding: 0;
}
.page-top .top-simulation-recommend .card-product__price {
  font-size: 16px;
}
.page-top .top-simulation-recommend .speed-shipping-label__wrap {
  padding: 0 10px 16px;
}
.page-top .top-simulation-recommend .speed-shipping-label__wrap .speed-shipping-label {
  margin: 0 0 1px 0;
}
.page-top .top-simulation-recommend .speed-shipping-label__wrap .speed-shipping-label__sub {
  color: #6b6b6b;
  font-size: 12px;
  padding: 0;
}
.page-top .top-simulation-recommend .sendiconlist {
  margin: -4px 0 0 0;
  padding: 0 10px 16px;
}
.page-top .top-simulation-recommend .sendiconlist + .speed-shipping-label__wrap {
  margin-top: -8px;
}
.page-top .top-simulation-recommend .card-product__link:hover .speed-shipping-label__sub {
  color: #1e50a2;
  text-decoration: underline;
}
.page-top .top-simulation-recommend .card-product__code {
  margin: 0;
}
.page-top .top-simulation-recommend .speed-shipping-label__sub.card-product__code {
  margin-top: 8px;
}
.page-top .top-simulation-recommend .card-product__comment {
  margin-top: 0px;
  padding: 0 8px 8px;
  color: #1e50a2;
}
.page-top .top-simulation-recommend .card-product__comment:hover {
  text-decoration: underline;
}
.page-top .top-simulation-recommend .card-product__icn-message {
  display: inline-block;
}
.page-top .top-simulation-recommend .speed-shipping-label {
  font-size: 14px;
}
.page-top .top-simulation-recommend::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 75px 0 75px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 0;
  left: calc(50% - 75px);
}
.page-top .top-simulation-recommend[hidden] {
  display: none !important;
}
.page-top .top-simulation-recommend .sld {
  margin-bottom: 13px;
}
.page-top .top-simulation-recommend .sld .sld__list {
  min-height: 200px;
}
.page-top .top-simulation-recommend .sld .sld__item {
  margin-right: 6px;
  padding-top: 6px;
  padding-right: 6px;
  position: relative;
  width: 167px;
  transition: opacity 0.2s, width 0.2s 0.2s, padding-right 0.2s 0.2s;
  box-sizing: border-box;
}
.page-top .top-simulation-recommend .sld .sld__item.is-delete {
  opacity: 0;
  padding-right: 0;
  width: 0;
}
.page-top .top-simulation-recommend .sld .sld__item .card-product {
  width: 159px;
}
.page-top .top-simulation-recommend .sld .u-loader {
  top: calc(50% - 20px);
  left: calc(50% - 20px);
}
.page-top .top-simulation-recommend.is-products-loading .sld__wrap,
.page-top .top-simulation-recommend.is-products-loading .btn-sld {
  opacity: 0;
}
.page-top .top-simulation-recommend.is-products-loading .top-simulation-recommend__button {
  display: none;
}
.page-top .top-simulation-recommend.is-result-null .top-simulation-recommend__result {
  display: none;
}
.page-top .top-simulation-recommend.is-result-null .top-simulation-recommend__no-result {
  display: block;
}
.page-top .top-simulation-recommend.is-products-null .top-simulation-recommend__result {
  display: none;
}
.page-top .top-simulation-recommend.is-products-null .top-simulation-recommend__null-result {
  display: block;
}
.page-top .top-simulation-recommend.is-products-not-enough .top-simulation-recommend__result .top-simulation-recommend__button .btn-normal {
  display: none;
}
.page-top .top-simulation-recommend.is-products-not-enough .top-simulation-recommend__null-result .top-simulation-recommend__products-enough {
  display: none;
}
.page-top .top-simulation-recommend.is-products-not-enough .top-simulation-recommend__null-result .top-simulation-recommend__products-not-enough {
  display: block;
}
.page-top .top-simulation-recommend__title {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.page-top .top-simulation-recommend__title > img {
  flex-shrink: 0;
  margin-right: 10px;
}
.page-top .top-simulation-recommend__title > span {
  display: block;
  text-align: center;
}
.page-top .top-simulation-recommend__total {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 14px;
  font-size: 14px;
}
.page-top .top-simulation-recommend__total strong {
  color: #ad0003;
  font-size: 20px;
  font-weight: bold;
}
.page-top .top-simulation-recommend__total-label {
  background-color: #fff;
  border-radius: 1.5em;
  display: block;
  -ms-grid-row-align: center;
      align-self: center;
  font-size: 14px;
  flex-shrink: 0;
  line-height: 1;
  padding: 6px 10px;
  margin-right: 10px;
}
.page-top .top-simulation-recommend__result {
  margin-bottom: 20px;
}
.page-top .top-simulation-recommend__result .top-simulation-recommend__button {
  margin-top: 16px;
}
.page-top .top-simulation-recommend__result .top-simulation-recommend__button .btn-normal,
.page-top .top-simulation-recommend__result .top-simulation-recommend__button .btn-positive {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 14px;
}
.page-top .top-simulation-recommend__result .top-simulation-recommend__button .btn-normal::before,
.page-top .top-simulation-recommend__result .top-simulation-recommend__button .btn-positive::before {
  font-size: 20px;
  margin-right: 10px;
}
.page-top .top-simulation-recommend__result .top-simulation-recommend__button .btn-normal {
  margin-bottom: 12px;
}
.page-top .top-simulation-recommend__null-result {
  display: none;
  margin-bottom: 20px;
}
.page-top .top-simulation-recommend__null-result p {
  font-size: 16px;
  margin-bottom: 8px;
}
.page-top .top-simulation-recommend__null-result p:first-of-type {
  margin-top: 30px;
}
.page-top .top-simulation-recommend__null-result .top-simulation-recommend__button {
  margin-top: 13px;
  margin-bottom: 36px;
}
.page-top .top-simulation-recommend__null-result .top-simulation-recommend__button .btn-normal {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 14px;
}
.page-top .top-simulation-recommend__null-result .top-simulation-recommend__button .btn-normal::before {
  font-size: 20px;
  margin-right: 10px;
}
.page-top .top-simulation-recommend__null-result .top-simulation-recommend__products-not-enough {
  display: none;
}
.page-top .top-simulation-recommend__no-result {
  display: none;
  margin-bottom: 20px;
}
.page-top .top-simulation-recommend__no-result p {
  font-size: 16px;
  margin-bottom: 8px;
}
.page-top .top-simulation-recommend__no-result p:first-of-type {
  margin-top: 30px;
}
.page-top .top-simulation-recommend__no-result .top-simulation-recommend__button {
  margin-top: 13px;
  margin-bottom: 36px;
}
.page-top .top-simulation-recommend__no-result .top-simulation-recommend__button .btn-normal {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.page-top .top-simulation-recommend__no-result .top-simulation-recommend__button .btn-normal:first-child {
  margin-bottom: 12px;
}
.page-top .top-simulation-recommend__note {
  color: #666;
  font-size: 14px;
  margin-top: 10px;
}
.page-top .simulation-product-list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -16px;
}
.page-top .simulation-product-list__item {
  margin: 0 16px 16px 0;
  width: calc(50% - 16px);
}
.page-top .top-ad {
  display: none;
}
.page-top .nv-tab__content {
  display: none;
}
.page-top .topics-area {
  overflow: hidden;
}
.page-top .top-title-h2 {
  font-size: 20px;
  display: flex;
  align-items: center;
  line-height: 1.3;
}
.page-top .top-title-h2 .top-title-h2-text {
  flex: 1;
}
.page-top .top-title-h2 .top-title-h2-text.-small {
  margin-left: 7px;
}
.page-top .top-title-h2 img {
  vertical-align: middle;
  margin-right: 8px;
  width: 40px;
}
.page-top .top-title-h2 span {
  display: inline-block;
}
.page-top .top-title-h2 + * {
  margin-top: 16px;
}
.page-top .top-section {
  background-color: #ffffff;
  padding: 24px 16px 0 16px;
}
.page-top .top-section.top-sp-no1 {
  padding-top: 16px;
}
.page-top .top-section.top-sp-banners {
  padding-top: 24px;
}
.page-top .top-section .fit-width {
  width: 100%;
}
.page-top .top-watched .goods--slide__textinfo,
.page-top .top-recommendyou .goods--slide__textinfo,
.page-top .top-ad .goods--slide__textinfo {
  display: none;
}
.page-top .top-watched .sendiconlist,
.page-top .top-recommendyou .sendiconlist,
.page-top .top-ad .sendiconlist {
  display: none;
}
.page-top .top-news {
  border: 1px solid #e5e5e5;
  padding: 24px 16px 16px;
}
.page-top .top-news-title {
  text-align: center;
}
.page-top .topInfo-list {
  margin-top: 24px;
}
.page-top .topInfo-list ul {
  margin-bottom: 24px;
}
.page-top .topInfo-list time {
  white-space: nowrap;
}
.page-top .topInfo-list li {
  margin-top: 20px;
  display: flex;
  align-items: flex-start;
}
.page-top .topInfo-list li .time-wrap {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding-right: 8px;
  margin-bottom: 4px;
}
.page-top .topInfo-list a {
  color: #1e50a2;
}
.page-top .topInfo-list a:hover {
  text-decoration: underline;
}
.page-top .top-keywords {
  margin-bottom: 16px;
  background-color: #f6f6f6;
}
.page-top .top-keywords .top-keywords-inner {
  display: flex;
  align-items: center;
  overflow-x: auto;
  margin: 0 auto;
  padding: 16px 0 16px 16px;
  -webkit-overflow-scrolling: touch;
}
.page-top .top-keywords h2 {
  margin-right: 8px;
  border: none;
  font-size: 14px;
  white-space: nowrap;
}
.page-top .top-keywords ul {
  display: flex;
  padding-right: 16px;
}
.page-top .top-keywords li {
  margin-left: 8px;
}
.page-top .top-keywords li a {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 24px;
  border: 1px solid #c8c8c8;
  border-radius: 13px;
  background-color: #ffffff;
  color: #16160e;
  padding: 0 16px;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
}
.page-top .top-keywords li a:hover {
  border-color: #16160e;
  background-color: #16160e;
  color: #ffffff;
  text-decoration: none;
}
.page-top .top-sp-banners {
  margin-left: -16px;
  margin-right: -16px;
}
.page-top .top-sp-banners .top-sp-banners__mask {
  overflow: hidden;
  height: 84px;
}
.page-top .top-sp-banners .top-sp-banners__inner {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  height: 100px;
}
.page-top .top-sp-banners ul {
  white-space: nowrap;
  padding: 0 16px;
  font-size: 0;
}
.page-top .top-sp-banners li:not(.hide) {
  display: inline-block;
  margin-right: 16px;
}
.page-top .top-sp-banners li:not(.hide) img {
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
}
.page-top .top-sp-banners img {
  width: auto;
  height: 84px;
}
.page-top .top-feature ul {
  display: flex;
  margin-top: 24px;
}
.page-top .top-feature li {
  flex: 1;
}
.page-top .top-feature li img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  border: 1px solid #c8c8c8;
  box-sizing: border-box;
  aspect-ratio: 341/190;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-top .top-feature li a {
  display: block;
}
.page-top .top-feature li a:hover {
  text-decoration: underline;
  color: #1e50a2;
}
.page-top .top-feature li p {
  margin-top: 10px;
}
.page-top .top-feature li p.top-feature-fs-small {
  font-size: 12px;
}
.page-top .local-government-introduce-section-card .local-government-introduce-section_item img {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-top .overall-rank_goods {
  margin-bottom: 8px;
  overflow: hidden;
}
.page-top .sidebanners {
  margin-bottom: 36px;
}
.page-top .sidebanners ul {
  margin-top: 24px;
  border-top: 1px solid #ededed;
  padding-top: 24px;
}
.page-top .sidebanners ul:first-child {
  margin-top: 0;
  border-top: none;
  padding-top: 0;
}
.page-top .sidebanners li {
  margin-top: 8px;
  border: 1px solid #e5e5e5;
}
.page-top .sidebanners li:first-child {
  margin-top: 0;
}
.page-top .sidebanners a:hover {
  opacity: 0.85;
}
.page-top .top-citynews_list {
  margin-bottom: 16px;
  overflow: hidden;
}
.page-top .citynews-pnl {
  overflow: hidden;
  border-bottom: 1px solid #ededed;
  margin-top: 12px;
  padding-bottom: 12px;
  line-height: 1.3;
}
.page-top .citynews-pnl a:hover {
  color: #1e50a2;
  text-decoration: underline;
  cursor: pointer;
}
.page-top .citynews-pnl a:hover img {
  opacity: 0.85;
}
.page-top .citynews-pnl .citynews-pnl_img {
  width: 90px;
  margin-right: 12px;
  float: left;
}
.page-top .citynews-pnl .citynews-pnl_photo {
  width: 100%;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  border-radius: 3px;
}
.page-top .citynews-pnl .citynews-pnl_summary {
  overflow: hidden;
}
.page-top .citynews-pnl .citynews-pnl_cityname {
  height: 1.5em;
  font-weight: bold;
  font-size: 16px;
}
.page-top .citynews-pnl a > .citynews-pnl_cityname {
  margin-bottom: 8px;
}
.page-top .citynews-pnl .citynews-pnl_txt {
  height: 2.4em;
  font-size: 16px;
  line-height: 1.3;
  overflow: hidden;
  display: block;
}
.page-top .citynews-pnl .citynews-pnl_date {
  font-size: 12px;
  color: #666666;
  margin-top: 4px;
}
.page-top .citynews_list_5items .citynews-pnl:nth-child(1) {
  margin-right: 4%;
}
.page-top .citynews_list_5items .citynews-pnl:nth-child(1), .page-top .citynews_list_5items .citynews-pnl:nth-child(2) {
  width: 48%;
  margin-top: 0;
  border-bottom: none;
  padding-bottom: 0;
}
.page-top .citynews_list_5items .citynews-pnl:nth-child(1) .citynews-pnl_img, .page-top .citynews_list_5items .citynews-pnl:nth-child(2) .citynews-pnl_img {
  width: 245px;
}
.page-top .citynews_list_5items .citynews-pnl:nth-child(1) .citynews-pnl_cityname, .page-top .citynews_list_5items .citynews-pnl:nth-child(2) .citynews-pnl_cityname {
  font-size: 18px;
}
.page-top .citynews_list_5items .citynews-pnl:nth-child(1) .citynews-pnl_summary .citynews-pnl_cityname, .page-top .citynews_list_5items .citynews-pnl:nth-child(2) .citynews-pnl_summary .citynews-pnl_cityname {
  display: none;
}
.page-top .citynews_list_5items .citynews-pnl:nth-child(1) .citynews-pnl_date, .page-top .citynews_list_5items .citynews-pnl:nth-child(2) .citynews-pnl_date {
  font-size: 14px;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  padding: 5px 0;
  color: #666666;
  margin-top: 0;
}
.page-top .top-user-message-list li {
  margin-top: 12px;
  position: relative;
}
.page-top .top-user-message-list li:first-child {
  margin-top: 0;
}
.page-top .top-user-message-list li div p {
  color: #666666;
  display: inline-block;
  font-size: 14px;
}
.page-top .top-user-message-list li div p span {
  color: #e6e6e6;
}
.page-top .top-user-message-list li div a {
  display: inline-block;
  background-image: url(/img/icon_arrow_anchor_blue.svg);
  background-size: 0.5em;
  background-repeat: no-repeat;
  background-position: 0 50%;
  color: #1e50a2;
  padding-left: 10px;
}
.page-top .top-simulation-recommend__title {
  border-top: 2px solid currentColor;
  margin-bottom: 15px;
  text-align: center;
}
.page-top .top-simulation-recommend__title-text {
  border-top: 1px dotted currentColor;
  font-size: 20px;
  font-weight: bold;
  padding-top: 15px;
  margin-top: 4px;
  line-height: 1.3;
  width: 100%;
}
.page-top .-series-amount {
  margin-top: 40px;
}
.page-top .-series-amount > h3 {
  font-size: 20px;
  text-align: center;
}
.page-top .-series-amount > ul {
  margin-top: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
      grid-template: "series-amount-1 series-amount-2 series-amount-3"/1fr 1fr 1fr;
  grid-gap: 20px;
}
.page-top .-series-amount > ul > li:hover {
  opacity: 0.85;
}
.page-top .-series-amount > ul > li:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: series-amount-1;
}
.page-top .-series-amount > ul > li:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: series-amount-2;
}
.page-top .-series-amount > ul > li:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  grid-area: series-amount-3;
}
.page-top .-series-amount > ul > li:nth-child(4) {
  grid-area: series-amount-4;
}
.page-top .-series-amount > div {
  margin-top: 16px;
  text-align: center;
}

.product-category {
  background-color: #fdf5e5;
  padding: 24px 16px;
  margin-bottom: 24px;
}

.product-category__title {
  font-size: 18px;
}

.category-buttons-lst__wrap {
  position: relative;
}

.category-buttons-lst {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 4px;
}

.category-expand-bg {
  position: absolute;
  bottom: 0;
  box-sizing: border-box;
  width: 100%;
  padding: 52px 0 0;
  background: linear-gradient(rgba(252, 245, 231, 0) 0%, #fdf5e5 52px);
}

.category-buttons-lst__wrap.is-open .category-buttons-lst__item:nth-child(n+9) {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  display: block;
  opacity: 1;
}
.category-buttons-lst__wrap.is-open .category-expand-bg {
  padding: 0;
  background: none;
}
.category-buttons-lst__wrap.is-open .js-more-list__button::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 1px;
}

.category-buttons-lst__item:hover {
  opacity: 0.85;
}

.nv-select-categories {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100001;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  margin: auto;
  background-color: #ffffff;
  letter-spacing: normal;
  text-align: left;
  display: none;
  opacity: 0;
}
.nv-select-categories.is-open {
  display: block;
  opacity: 1;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-name: fade-in;
          animation-name: fade-in;
}
.nv-select-categories .lst-categories {
  display: none;
  height: calc(100% - 54px);
  padding-top: 54px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
.nv-select-categories .lst-categories.is-open {
  display: block;
}

.nv-select-categories__head {
  position: fixed;
  top: 0;
  z-index: 100002;
  width: 100vw;
  padding: 20px 0;
  background-color: #ad0003;
  color: #ffffff;
  text-align: center;
}
.nv-select-categories__head h3 {
  line-height: 1;
  font-size: 14px;
}

.nv-select-categories__close {
  position: fixed;
  z-index: 100003;
  top: 10px;
  right: 10px;
  width: 16px;
  height: 16px;
  padding: 10px;
  box-sizing: content-box;
  overflow: hidden;
  background: none;
  border: 0;
}
.nv-select-categories__close > span {
  font-size: 10px;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: -100%;
}
.nv-select-categories__close:before, .nv-select-categories__close:after {
  content: "";
  position: absolute;
  border-top: 2px solid #ffffff;
  width: 16px;
  top: 17px;
  left: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.nv-select-categories__close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.lst-subcategories__item {
  border-bottom: 1px solid #e5e5e5;
}
.lst-subcategories__item:first-child .lst-subcategories__link {
  padding: 16px;
  font-weight: bold;
}

.lst-subcategories__link {
  display: block;
  color: #1e50a2;
  padding: 12px 16px;
}
.lst-subcategories__link i {
  display: none;
}
.lst-subcategories__link:hover {
  text-decoration: underline;
}

.inactive {
  opacity: 0.2;
  cursor: default;
}

.top-qa__wrapper {
  padding: 24px 16px;
  border-radius: 4px;
  background-color: #fcf7f0;
}

.top-qa__head {
  margin-bottom: 24px;
  text-align: center;
}

.top-qa__lead {
  position: relative;
  display: inline-block;
  margin-bottom: 8px;
}

.top-qa__lead::before,
.top-qa__lead::after {
  content: "";
  position: absolute;
  bottom: 4px;
  height: 16px;
}

.top-qa__lead::before {
  border-left: 1px solid #16160e;
  left: -12px;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}

.top-qa__lead::after {
  border-right: 1px solid #16160e;
  right: -12px;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}

.top-qa__title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}

.top-qa__icon {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  color: #ad0003;
}
.top-qa__icon.-large {
  font-size: 28px;
}
.top-qa__icon.-small {
  font-size: 20px;
}

.top-qa__item-inner {
  background-color: #ffffff;
  padding: 16px 12px 24px;
  border-radius: 16px 16px 16px 0;
}

.top-qa__question {
  display: flex;
  align-items: flex-start;
  margin-bottom: 24px;
}
.top-qa__question p {
  font-size: 16px;
  font-weight: bold;
}

.top-qa__answer {
  display: flex;
  align-items: flex-start;
  padding-left: 36px;
}
.top-qa__answer p {
  font-size: 14px;
}

.top-qa__balloon {
  position: relative;
  display: block;
  width: 16px;
  height: 16px;
  background-color: #ffffff;
}

.top-qa__balloon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  background-color: #fcf7f0;
  border-top-left-radius: 16px;
}

.top-qa__link {
  font-size: 14px;
}
.top-qa__link:last-child {
  margin-top: 4px;
}

.top-activity__head,
.top-service__head {
  margin-bottom: 24px;
  padding-top: 4px;
  border-top: 2px solid #16160e;
  text-align: center;
}

.top-activity__title,
.top-service__title {
  padding: 16px 0;
  border-top: 1px dotted #16160e;
  font-size: 20px;
  font-weight: bold;
}

.top-activity__sub,
.top-service__sub {
  line-height: 1.7;
}

.top-service__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr;
  grid-template-columns: 1fr 1fr;
  row-gap: 24px;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}

.top-service__item {
  width: 100%;
}

.top-activity__img {
  border: 1px solid #c8c8c8;
  margin-bottom: 12px;
}

.top-activity__lead {
  font-weight: bold;
  margin-bottom: 12px;
}

.top-activity__detail {
  font-size: 14px;
}

.top-service__top {
  border: 1px solid #c8c8c8;
  margin-bottom: 12px;
}

.top-service__lead {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  font-weight: bold;
}

.top-service__icon {
  display: inline-flex;
  align-items: center;
  font-size: 24px;
  line-height: 1;
  color: #ad0003;
  margin-right: 6px;
}

.top-service__bottom {
  font-size: 14px;
}

.top-service__desc {
  margin-bottom: 14px;
}

.top-service__detail {
  background-image: url(/img/icon_arrow_anchor_blue.svg);
  background-repeat: no-repeat;
  background-size: 0.5em;
  background-position: left center;
  padding-left: 0.8em;
  color: #1e50a2;
  text-align: left;
}

.side-appeal {
  margin-top: 36px;
}

.side-appeal__inner {
  border-top: 1px solid #ededed;
  padding-top: 16px;
  margin-top: 16px;
}
.side-appeal__inner .side-appeal__inner__app {
  border: 1px solid #e5e5e5;
  padding: 16px;
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.side-appeal__inner .side-appeal__inner__app .side-appeal__inner__app-header {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.side-appeal__inner .side-appeal__inner__app .side-appeal__inner__app-header .side-appeal__inner__app-subtitle {
  font-size: 12px;
}
.side-appeal__inner .side-appeal__inner__app .side-appeal__inner__app-header .side-appeal__inner__app-title {
  font-weight: bold;
  font-size: 17px;
}
.side-appeal__inner .side-appeal__inner__app .side-appeal__inner__app-image {
  display: flex;
  justify-content: center;
}
.side-appeal__inner .side-appeal__inner__app .side-appeal__inner__app-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 8px 1px 8px auto;
  grid-template-columns: auto 1px auto;
  align-content: center;
  justify-content: center;
  gap: 8px;
  padding: 12px;
  background-color: #f6f6f6;
  border-radius: 8px;
}
.side-appeal__inner .side-appeal__inner__app .side-appeal__inner__app-list .side-appeal__inner__app-list-divider {
  border-left: 1px solid #c8c8c8;
  margin: 3px 0;
}
.side-appeal__inner .side-appeal__inner__app .side-appeal__inner__app-list .side-appeal__inner__app-os-title {
  font-weight: bold;
  font-size: 15px;
}
.side-appeal__inner .side-appeal__inner__app .side-appeal__inner__app-list .side-appeal__inner__app-icon {
  font-size: 14px;
}
.side-appeal__inner .side-appeal__inner__app .side-appeal__inner__app-list .side-appeal__applink__button {
  display: flex;
  align-items: flex-end;
  gap: 4px;
}

.side-appeal__item {
  margin-top: 8px;
}
.side-appeal__item img {
  border: 1px solid #e5e5e5;
}

.side-appeal__os-title {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.top-sp-appeal {
  border-top: 1px solid #e6e6e6;
}
.top-sp-appeal h2 {
  font-size: 16px;
}

.top-sp-appeal__list {
  display: flex;
}

.top-sp-appeal__item {
  width: calc((100% - 13px) / 2);
}
.top-sp-appeal__item:first-of-type {
  margin-right: 13px;
}
.top-sp-appeal__item img {
  border: 1px solid #e5e5e5;
}

.banners-section__item > a > img {
  aspect-ratio: 341/190;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-sidebar-onestop {
  margin-bottom: 15px;
}

.top-sidebar-money {
  margin-bottom: 20px;
}

.top-sidebar-money__title {
  display: flex;
  align-items: center;
}
.top-sidebar-money__title > .icn-money {
  width: 18px;
}

.tax-return-guide {
  margin: 0 16px 16px;
}

.top-sidebar-search {
  margin-bottom: 30px;
  border: 1px solid #c8c8c8;
  border-radius: 4px;
}

.top-sidebar-search__title {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 0;
  font-size: 16px;
  text-align: center;
}

.top-sidebar-search__item {
  border-top: 1px solid #c8c8c8;
}
.top-sidebar-search__item.is-close .list-link {
  display: none;
}
.top-sidebar-search__item.is-open .top-sidebar-searh__icon.-arrow {
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}

.top-sidebar-searh__sub {
  display: block;
  padding: 16px 6px 16px 16px;
  cursor: pointer;
}
.top-sidebar-searh__sub:hover {
  opacity: 0.85;
}
.top-sidebar-searh__sub h3 {
  display: flex;
  align-items: center;
  font-size: 14px;
}

.top-sidebar-searh__icon {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}
.top-sidebar-searh__icon.-title {
  margin-right: 6px;
  font-size: 20px;
}
.top-sidebar-searh__icon.-arrow {
  margin: 0 0 0 auto;
  font-size: 14px;
  transition: -webkit-transform 0.32s ease-out;
  transition: transform 0.32s ease-out;
  transition: transform 0.32s ease-out, -webkit-transform 0.32s ease-out;
}
.top-sidebar-searh__icon.-sub {
  margin-right: 4px;
  font-size: 16px;
}

.top-title-h2.-tooltip .bx-tooltip__link .icn-help {
  display: inline-block;
}

#wrap {
  overflow: hidden;
}

.top-disaster {
  border-bottom: 1px solid #e5e5e5;
}
.top-disaster .top-disaster__inner {
  position: relative;
}
.top-disaster .top-disaster__main {
  text-align: center;
  position: static;
}
.top-disaster .top-disaster__main > p {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.4;
}
.top-disaster .top-disaster__box {
  border-radius: 4px;
  background-color: #fbfaf1;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.16);
  position: relative;
  display: flex;
}
.top-disaster .top-disaster__box:hover {
  opacity: 0.8;
}
.top-disaster .top-disaster__lead {
  color: #ffffff;
  background-color: #f56900;
  -ms-grid-row-align: stretch;
      align-self: stretch;
  padding: 4px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-disaster .top-disaster__info {
  padding: 4px 10px;
  position: relative;
  display: flex;
  align-items: center;
}
.top-disaster .top-disaster__info-amount > span {
  color: #d45700;
  font-weight: bold;
}
.top-disaster .top-disaster__info-button {
  background-color: #c55e25;
  color: #ffffff;
  border-radius: 4px;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  height: 18px;
  line-height: 18px;
  padding: 4px 8px;
  font-size: 12px;
}
.top-disaster .top-disaster__info-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5px;
  margin: auto 0;
  width: 15px;
  height: 15px;
  opacity: 0.5;
}
.top-disaster .swiper-button-prev,
.top-disaster .swiper-button-next {
  background-image: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-disaster .swiper-button-prev:focus,
.top-disaster .swiper-button-next:focus {
  outline: none;
}
.top-disaster .swiper-button-prev:hover,
.top-disaster .swiper-button-next:hover {
  opacity: 0.8;
}
.top-disaster .swiper-button-prev {
  left: -30px;
}
.top-disaster .swiper-button-prev img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.top-disaster .swiper-button-next {
  right: -30px;
}
.top-disaster.-slideOff .swiper-button-prev,
.top-disaster.-slideOff .swiper-button-next {
  display: none;
}

.top-disaster__about {
  margin-top: 56px;
}
.top-disaster__about h3 {
  margin-bottom: 24px;
}

#disaster-slider {
  margin-top: 32px;
}

.list-large-category-wrapper {
  position: relative;
}
.list-large-category-wrapper.is-open .list-large-category__item:nth-child(n+9) {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  display: block;
  opacity: 1;
}
.list-large-category-wrapper.is-open .category-expand-bg {
  display: none;
}

.list-large-category {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 4px;
  margin-top: -4px;
}

.list-large-category__item {
  margin-top: 4px;
}

.medium-category-box {
  display: flex;
  flex-direction: column;
  min-width: 100%;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  height: 0;
  overflow: hidden;
  box-sizing: border-box;
  margin: 0 -16px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: height 200ms ease-out, -webkit-transform 200ms ease-out;
  transition: height 200ms ease-out, transform 200ms ease-out;
  transition: height 200ms ease-out, transform 200ms ease-out, -webkit-transform 200ms ease-out;
  position: relative;
}
.medium-category-box.row-2 {
  -ms-grid-row: 2;
  grid-row: 2;
}
.medium-category-box.row-3 {
  -ms-grid-row: 3;
  grid-row: 3;
}
.medium-category-box.row-4 {
  -ms-grid-row: 4;
  grid-row: 4;
}
.medium-category-box.row-5 {
  -ms-grid-row: 5;
  grid-row: 5;
}
.medium-category-box.row-6 {
  -ms-grid-row: 6;
  grid-row: 6;
}
.medium-category-box.row-7 {
  -ms-grid-row: 7;
  grid-row: 7;
}
.medium-category-box.row-8 {
  -ms-grid-row: 8;
  grid-row: 8;
}
.medium-category-box.row-9 {
  -ms-grid-row: 9;
  grid-row: 9;
}
.medium-category-box.row-10 {
  -ms-grid-row: 10;
  grid-row: 10;
}
.medium-category-box.row-11 {
  -ms-grid-row: 11;
  grid-row: 11;
}
.medium-category-box.row-12 {
  -ms-grid-row: 12;
  grid-row: 12;
}
.medium-category-box.row-13 {
  -ms-grid-row: 13;
  grid-row: 13;
}
.medium-category-box.row-14 {
  -ms-grid-row: 14;
  grid-row: 14;
}

.medium-category-box__inner {
  background-color: #ffffff;
}

.medium-category-box__close {
  width: 20px;
  height: 20px;
  background-color: #4f4f4f;
  color: #ffffff;
  border-radius: 10px;
  border: none;
  position: absolute;
  top: 20px;
  right: 22px;
}
.medium-category-box__close .mf-close01 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.medium-category-box__close .mf-close01::before {
  max-width: 16px;
}

.medium-category-list {
  display: none;
  padding: 16px;
}
.medium-category-list.is-active {
  display: block;
}

.medium-category-list__item {
  margin: 4px;
  display: inline-block;
}
.medium-category-list__item.is-all {
  width: calc(100% - 16px);
  font-weight: bold;
}

.medium-category-link {
  padding: 2px 6px 2px 4px;
  border-radius: 16px;
  display: inline-block;
}
.medium-category-link:focus {
  background-color: #f6f6f6;
}

.medium-category-link__arrow {
  font-size: 10px;
  margin-right: 4px;
}

.button-category {
  width: 100%;
  display: flex;
  align-items: center;
  height: 40px;
  padding: 0 10px;
  line-height: 1;
  border: none;
  border-radius: 20px;
  background-color: #ffffff;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: left;
  transition: -webkit-transform 200ms ease-out;
  transition: transform 200ms ease-out;
  transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
  position: relative;
}
.button-category:not(.inactive) {
  cursor: pointer;
}
.button-category:hover:not(.is-active):not(.inactive) {
  opacity: 0.85;
}
.button-category::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 40px;
  bottom: 0;
  left: 0;
  background: #ffffff;
  border-radius: 20px;
  transition: all 160ms ease-out;
  z-index: -1;
}
.button-category.is-active {
  border-radius: 20px 20px 8px 8px;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.button-category.is-active::before {
  height: 50px;
  -webkit-transform: translateY(24px);
          transform: translateY(24px);
  border-radius: 20px 20px 8px 8px;
}
.button-category__overlay {
  height: 125px;
  width: 125px;
  position: absolute;
}

.button-category__image {
  width: 32px;
}

.button-category__label {
  font-size: 14px;
  line-height: 1.2;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  z-index: 0;
  margin-left: 8px;
  color: #16160e;
}

.button-category__small {
  font-size: 13px;
}

.category-expand-bg .btn-passive--icon {
  color: #16160e;
}

@media only screen and (min-width: 835px), (min-device-width: 835px) {
  .swiper-container__wrapper.-generic {
    position: relative;
  }
  .swiper-container.-generic {
    position: static;
    margin: 0 0 20px;
    padding: 0;
  }
  .swiper-container.-generic:not(.swiper-container-initialized) {
    padding: 0;
  }
  .swiper-container.-generic:not(.swiper-container-initialized) .swiper-slide {
    margin-right: 18px;
  }
  .swiper-container.-generic .swiper-slide {
    margin-right: 18px;
  }
  .swiper-container.-generic .swiper-button-next,
  .swiper-container.-generic .swiper-button-prev {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    width: 24px;
    height: 24px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    background: #f6f6f6 none;
    color: #6b6b6b;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.16);
  }
  .swiper-container.-generic .swiper-button-next::before,
  .swiper-container.-generic .swiper-button-prev::before {
    width: 16px;
  }
  .banners-section__item {
    width: calc(33% - 11px);
    margin-left: 20px;
  }
  .banners-section__item:nth-child(3n+1) {
    margin-left: 0;
  }
  .banners-section__item:nth-child(n+4) {
    margin-top: 20px;
  }
  .local-government-introduce-section-card {
    height: 105px;
  }
  .local-government-introduce-section-card:hover .local-government-introduce-section_content-name {
    text-decoration: underline;
    color: #1e50a2;
  }
  .local-government-introduce-section-card:hover .local-government-introduce-section_description {
    color: #1e50a2;
    text-decoration: underline;
  }
  .local-government-introduce-section-card:hover img {
    opacity: 0.85;
  }
  .local-government-introduce-section-card .local-government-introduce-section_item {
    height: 375px;
    display: flex;
  }
  .local-government-introduce-section-card .local-government-introduce-section_item img {
    width: 140px;
    border-radius: 0 4px 4px 0;
  }
  .local-government-introduce-section_left-content {
    width: 100%;
    border-radius: 4px 0 0 4px;
  }
  .local-government-introduce-section_left-content .local-government-introduce-section_content-title {
    height: 38px;
  }
  .local-government-introduce-section_left-content .local-government-introduce-section_content-title .symbol-image {
    margin-right: 5px;
  }
  .local-government-introduce-section_left-content .local-government-introduce-section_description {
    font-size: 14px;
    max-height: 38px;
  }
  .tax-return-guide__heading {
    font-size: 14px;
  }
  .tax-return-guide__bubble {
    top: -17px;
    width: 180px;
  }
  .tax-return-guide__inner {
    padding: 8px;
  }
  .tax-return-guide__links {
    justify-content: flex-end;
  }
  .tax-return-guide__list {
    padding-top: 16px;
  }
  .tax-return-guide__list a {
    font-size: 14px;
  }
  .tax-return-guide__list a:hover {
    color: #028760;
  }
  .tax-return-guide__img {
    max-width: 88px;
  }
  .tax-return-guide__contents {
    padding: 16px 0 12px;
  }
  .tax-return-guide__lead {
    font-size: 12px;
  }
  .tax-return-guide__title {
    width: 196px;
    margin: 0 auto 12px;
  }
  .tax-return-guide__button {
    width: 196px;
    height: 56px;
    margin: 0 auto 8px;
    font-size: 14px;
  }
  .tax-return-guide__button:hover {
    opacity: 0.85;
  }
  .tax-return-guide__button + .i-arrow {
    font-size: 14px;
  }
  .bx-tooltip.-kift .bx-tooltip__wrap {
    max-width: 528px;
  }
  .bx-tooltip.-kift .bx-tooltip__text {
    margin: 0 0 0 16px;
  }
  .bx-tooltip.-kift .bx-tooltip__top {
    display: flex;
    align-items: flex-start;
  }
  .bx-tooltip.-kift .bx-tooltip__bottom {
    padding: 24px 32px 24px 24px;
  }
  .bx-tooltip.-kift .bx-tooltip__bottom li + li {
    margin-top: 16px;
  }
  .bx-tooltip.-kift .bx-tooltip__arrow::before, .bx-tooltip.-kift .bx-tooltip__arrow::after {
    background-color: #fffade;
  }
  .bx-tooltip__wrap {
    padding: 37px 23px;
    cursor: default;
  }
  .bx-tooltip__wrap .txt-link.-bottom {
    font-size: 14px;
  }
  .bx-tooltip__text {
    font-size: 14px;
  }
  .goods--slide .flag--new {
    top: -0.1em;
  }
  .card-product__subtitle {
    margin: 12px 0;
  }
  .lst-icon {
    margin: 0;
  }
  .card-product__text {
    margin-top: 0;
  }
  .card-product__comment {
    margin-top: -10px;
    padding: 0 10px 10px;
  }
  .simulation-recommend-inlay .sld .sld__list {
    margin-right: -16px;
  }
  .simulation-recommend-inlay .sld .sld__item {
    padding-right: 7px;
    margin-top: 0;
    margin-right: 12px;
    width: 190px;
  }
  .simulation-recommend-inlay .sld .sld__item .card-product {
    width: 181px;
  }
  .simulation-recommend-inlay__select {
    margin-bottom: 26px;
  }
  .simulation-recommend-inlay__select__inner > label {
    width: 385px;
    display: inline-block;
  }
  .simulation-recommend-inlay__select__inner > label > select {
    padding: 9px 10px 9px 110px;
  }
  .simulation-recommend-inlay__total strong {
    font-size: 22px;
  }
  .simulation-recommend-inlay__total-label {
    font-size: 16px;
    padding: 8px 10px;
  }
  .simulation-recommend-inlay__result .simulation-recommend-inlay__button {
    display: flex;
    justify-content: center;
    margin-top: 0;
  }
  .simulation-recommend-inlay__result .simulation-recommend-inlay__button .btn-normal,
  .simulation-recommend-inlay__result .simulation-recommend-inlay__button .btn-positive {
    padding: 12px 14px;
  }
  .simulation-recommend-inlay__result .simulation-recommend-inlay__button .btn-normal {
    width: 175px;
    margin-right: 16px;
    margin-bottom: 0;
  }
  .simulation-recommend-inlay__result .simulation-recommend-inlay__button .btn-positive {
    width: 300px;
  }
  .simulation-recommend-inlay__result-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 28px;
    min-height: 48px;
  }
  .simulation-recommend-inlay__null-result .simulation-recommend-inlay__button {
    margin-top: 0;
  }
  .simulation-recommend-inlay__null-result .simulation-recommend-inlay__button .btn-normal {
    padding: 12px 14px;
  }
  .simulation-recommend-inlay__no-result {
    margin-top: 40px;
  }
  .simulation-recommend-inlay__no-result .simulation-recommend-inlay__button {
    display: flex;
    justify-content: center;
  }
  .simulation-recommend-inlay__no-result .simulation-recommend-inlay__button .btn-normal:first-child {
    margin-right: 16px;
    margin-bottom: 0;
  }
  .simulation-recommend-inlay__note {
    text-align: right;
  }
  .card-product__title {
    line-height: 1.38;
    font-size: 16px;
  }
  .card-product__contents {
    padding: 20px 10px 16px;
  }
  .card-product__contents .lst-icon {
    margin-top: 8px;
  }
  .card-product__subtitle {
    margin-top: 16px;
  }
  .card-product__subtitle-inner {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    align-content: flex-start;
  }
  .card-product__text {
    margin-top: 16px;
  }
  .card-product__code {
    margin-top: 16px;
  }
  .card-product__heart {
    display: inline-block;
  }
  .card-product__city > img {
    border-radius: 4px;
    margin-right: 10px;
  }
  .card-product__city > span {
    letter-spacing: 0;
    margin-right: 15px;
  }
  .card-product__city > span > br {
    display: none;
  }
  .card-product__complement {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    align-content: flex-start;
  }
  .card-project__title {
    line-height: 1.38;
    font-size: 16px;
  }
  .card-project__contents {
    padding: 20px 10px 16px;
  }
  .card-project__contents .lst-icon {
    margin-top: 8px;
  }
  .card-project:before {
    max-width: 244px;
    width: 32%;
  }
  .card-project__img.lazyload, .card-project__img.lazyloading {
    height: 138px;
  }
  .card-project__col {
    margin: 68px 0 0 0;
    max-width: 244px;
    width: 100%;
    box-sizing: border-box;
  }
  .card-project__col:nth-child(1), .card-project__col:nth-child(2) {
    margin-top: 0;
  }
  .card-project__col:nth-child(3) {
    margin-top: 0;
  }
  .card-project__col .card-project__complete {
    height: 70px;
    width: 70px;
    left: 8px;
  }
  .card-project__col .card-project__soon {
    top: 8px;
    left: 11px;
    width: 88px;
    height: 30px;
    border-radius: 0 0 8px 8px;
  }
  .card-project__label {
    width: 235px;
    height: 30px;
    padding: 8px;
  }
  .card-project__label .card-project__text {
    font-size: 14px;
  }
  .card-project a:hover .card-project__image {
    opacity: 0.85;
  }
  .card-project a:hover .card-project__name {
    color: #1e50a2;
    text-decoration: underline;
  }
  .card-project__remind--complete, .card-project__remind--soon {
    line-height: 1.7;
  }
  .card-project__name {
    font-size: 16px;
  }
  .card-project__detail {
    max-width: 100%;
  }
  .card-project__pref {
    font-size: 14px;
  }
  .card-project__total {
    font-size: 14px;
  }
  .card-project__text {
    font-size: 18px;
    font-weight: bold;
    margin-top: 2px;
  }
  .card-project__badge {
    width: 56px;
    height: 18px;
  }
  .card-project__quantity {
    font-size: 20px;
    letter-spacing: 0;
  }
  .card-project__progress {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    overflow: hidden;
  }
  .card-project__progress > div:first-child {
    flex: none;
  }
  .card-project__progress > div:nth-child(2) {
    flex: none;
    min-width: 130px;
  }
  .card-project__favorite-button {
    border-radius: 5px;
    font-size: 16px;
    height: 40px;
    box-sizing: border-box;
  }
  .card-project__end-button {
    border-radius: 5px;
    font-size: 14px;
    height: 32px;
    margin-top: 20px;
    padding-top: 6px;
  }
  .card-project__end {
    font-size: 14px;
    margin-left: 5px;
  }
  .card-project__row {
    display: flex;
    align-items: center;
  }
  .card-project__lead {
    display: inline-block;
    width: 64px;
  }
  .card-project .goods-col_name {
    margin-top: 10px;
  }
  .card-project .chart-bar {
    margin: 12px 0 16px 0;
  }
  .grid-6 .card-product__contents {
    padding: 14px 10px 10px;
  }
  .grid-6 .card-product__city img {
    display: none;
  }
  .grid-6 .sts-type4,
  .grid-6 .sts-type5,
  .grid-6 .sts-type6 {
    font-size: 16px;
  }
  .grid-7 .card-product__subtitle {
    margin: 0;
  }
  .grid-7 .card-product__subtitle-inner {
    margin: 0;
  }
  .grid-7 .card-product__price {
    font-size: 14px;
  }
  .grid-7 .card-product .sts-type4,
  .grid-7 .card-product .sts-type5,
  .grid-7 .card-product .sts-type6 {
    font-size: 16px;
  }
  .grid-ranking .grid__block:nth-child(n+4) .card-product__contents {
    padding: 14px 10px 10px;
  }
  .card-city__title {
    line-height: 1.38;
    font-size: 16px;
  }
  .card-city__contents {
    padding: 20px 10px 16px;
  }
  .card-city__contents .lst-icon {
    margin-top: 8px;
  }
  .card-city__image {
    height: 166px;
  }
  .card-city__cityimg {
    position: absolute;
    top: -86px;
    right: 0;
    left: 0;
    margin: auto;
    width: 78px;
  }
  .card-city__info dl dt,
  .card-city__info dl dd {
    padding: 8px 0;
    border-bottom: solid 1px #e5e5e5;
  }
  .card-city__info dl dd {
    width: 73%;
    padding-left: 7%;
  }
  .card-article__title {
    line-height: 1.38;
    font-size: 16px;
  }
  .card-article__contents {
    padding: 20px 10px 16px;
  }
  .card-article__contents .lst-icon {
    margin-top: 8px;
  }
  .sidebar-right .card--special-list {
    margin: 0;
  }
  .sidebar-right .card--special {
    width: 100%;
    margin: 20px 0 0;
  }
  .emerald-product-slider {
    max-width: 1072px;
    margin: 0 auto;
  }
  .emerald-product-slider-card-item__title {
    line-height: 1.38;
    font-size: 16px;
  }
  .emerald-product-slider-card-item__contents {
    padding: 20px 10px 16px;
  }
  .emerald-product-slider-card-item__contents .lst-icon {
    margin-top: 8px;
  }
  .card-product__comment {
    margin-top: 0;
  }
  .emerald-product-slider-card-item__favorite {
    display: inline-block;
  }
  .emerald-product-slider-card-item__city {
    padding: 12px 10px;
  }
  .emerald-product-slider__slider-wrap {
    overflow: hidden;
  }
  #emerald-recommendation .emerald-product-slider-card-item__title {
    line-height: 1.38;
    font-size: 16px;
  }
  #emerald-recommendation .emerald-product-slider-card-item__contents {
    padding: 20px 10px 16px;
  }
  #emerald-recommendation .emerald-product-slider-card-item__contents .lst-icon {
    margin-top: 8px;
  }
  .page-top .top-flex--pc {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    max-width: 100%;
  }
  .page-top .top-flex--pc .top-disaster {
    order: 2;
  }
  .page-top .top-flex--pc .top-simulation {
    order: 1;
  }
  .page-top .top-flex--pc .top-mv {
    order: 3;
  }
  .page-top .top-flex--pc .top-keywords {
    order: 4;
  }
  .page-top .top-mv .swiper-box-bottom {
    bottom: 0;
    right: 16px;
  }
  .page-top .top-mv .swiper-container {
    width: 100%;
  }
  .page-top .top-mv .swiper-button-prev,
  .page-top .top-mv .swiper-button-next {
    width: 40px;
    height: 90px;
  }
  .page-top .top-mv.-grid .swiper-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto 8px auto;
    -ms-grid-columns: 2fr 8px 1fr 8px 1fr;
        grid-template: "area-1 area-2 area-3" auto "area-1 area-4 area-5" auto/2fr 1fr 1fr;
    grid-gap: 8px;
  }
  .page-top .top-mv.-grid .swiper-container {
    margin: 0 auto;
    padding: 8px 0;
    box-sizing: border-box;
  }
  .page-top .top-mv.-grid .swiper-slide {
    box-sizing: border-box;
    border: solid 1px #e5e5e5;
  }
  .page-top .top-mv.-grid .swiper-slide:hover {
    opacity: 0.85;
  }
  .page-top .top-mv.-grid .swiper-slide:nth-child(1) {
    grid-area: area-1;
  }
  .page-top .top-mv.-grid .swiper-slide:nth-child(2) {
    grid-area: area-2;
  }
  .page-top .top-mv.-grid .swiper-slide:nth-child(3) {
    grid-area: area-3;
  }
  .page-top .top-mv.-grid .swiper-slide:nth-child(4) {
    grid-area: area-4;
  }
  .page-top .top-mv.-grid .swiper-slide:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .page-top .top-mv.-grid .swiper-slide:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .page-top .top-mv.-grid .swiper-slide:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .page-top .top-mv.-grid .swiper-slide:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .page-top .top-simulation {
    border: none;
    border-bottom: 1px solid #e5e5e5;
    border-radius: 0;
    margin: 0;
  }
  .page-top .top-simulation .text-right {
    text-align: right !important;
  }
  .page-top .top-simulation .bx-tooltip__wrap {
    padding: 16px;
    max-width: 520px;
    font-size: 13px;
  }
  .page-top .top-simulation__inner {
    display: flex;
    align-items: center;
    width: 1072px;
    margin: 0 auto;
    font-size: 14px;
    padding: 12px 0;
  }
  .page-top .top-simulation__head {
    margin: 1px 16px 0 0;
    font-size: 14px;
    text-align: left;
  }
  .page-top .top-simulation__head i::before {
    position: relative;
    top: 2px;
  }
  .page-top .top-simulation__head .icn-calc {
    font-size: 22px;
  }
  .page-top .top-simulation__column {
    width: inherit;
  }
  .page-top .top-simulation__select {
    width: inherit;
  }
  .page-top .top-simulation__select select {
    font-size: 14px;
    padding: 8px 16px 8px 8px;
    border-radius: 16px;
  }
  .page-top .top-simulation__select select.key1 {
    width: 100px;
  }
  .page-top .top-simulation__select select.key2 {
    max-width: 218px;
  }
  .page-top .top-simulation__select .placeholder {
    background-color: inherit;
  }
  .page-top .top-simulation__result {
    margin: 0 0 0 8px;
    display: flex;
    align-items: center;
    width: 573px;
  }
  .page-top .top-simulation__result .result-text {
    color: #ad0003;
  }
  .page-top .top-simulation__result .result-text__wrapper {
    margin-bottom: 0;
  }
  .page-top .top-simulation__result .result-text__num {
    font-size: 14px;
  }
  .page-top .top-simulation__result p {
    font-size: 14px;
    display: flex;
    align-items: center;
    line-height: 1;
  }
  .page-top .top-simulation__link p {
    padding-left: 12px;
  }
  .page-top .top-simulation__link a {
    white-space: nowrap;
  }
  .page-top .top-simulation__user {
    display: inline-block;
    max-width: 244px;
    margin-left: auto;
  }
  .page-top .top-simulation__user .header-nickname:not(:empty) {
    display: inline-block;
    max-width: 8em;
    font-weight: bold;
    vertical-align: top;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .page-top .top-simulation__user .header-nickname__small:not(:empty) {
    padding-right: 12px;
    margin-right: 12px;
    border-right: 1px solid #aaa;
    font-size: 12px;
    font-weight: bold;
  }
  .page-top .top-simulation__button.-regist {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 144px;
    height: 32px;
    font-size: 14px;
    font-weight: bold;
    border: 2px solid #16160e;
    border-radius: 20px;
    box-sizing: border-box;
    transition: all 0.3s;
  }
  .page-top .top-simulation__button.-regist:hover {
    background-color: #16160e;
    color: #ffffff;
  }
  .page-top .top-simulation__button.-logout {
    color: #1e50a2;
  }
  .page-top .top-simulation-recommend .card-product__subtitle {
    margin: 12px 0;
  }
  .page-top .top-simulation-recommend .lst-icon {
    margin: 0;
  }
  .page-top .top-simulation-recommend .card-product__text {
    margin-top: 0;
  }
  .page-top .top-simulation-recommend .card-product__comment {
    margin-top: -10px;
    padding: 0 10px 10px;
  }
  .page-top .top-ad .sld__numbering {
    top: -44px;
  }
  .page-top .topics-area {
    background-color: #ffffff;
    margin-top: 16px;
    position: relative;
  }
  .page-top .topics-area .inner {
    position: relative;
  }
  .page-top .topics-area .inner .swiper-container.-generic {
    margin: 0 0 32px;
  }
  .page-top .topics-area .inner .swiper-pagination-bullets {
    margin-top: 24px;
  }
  .page-top .topics-area .link_campaign {
    position: absolute;
    bottom: -8px;
    right: 0;
  }
  .page-top .top-title-h2 {
    font-size: 22px;
  }
  .page-top .top-title-h2 .top-title-h2-text.-small {
    font-size: 18px;
  }
  .page-top .top-title-h2 + * {
    margin-top: 24px;
  }
  .page-top .top-section {
    margin-bottom: 56px;
    padding: 0;
    box-shadow: none;
  }
  .page-top .top-section.top-beginner {
    margin-bottom: 40px;
  }
  .page-top .top-section a:hover {
    cursor: pointer;
  }
  .page-top .top-section.top-section-hasmore {
    margin-bottom: 28px;
  }
  .page-top .top-news {
    padding: 24px 24px 16px;
  }
  .page-top .top-news-title {
    font-size: 24px;
  }
  .page-top .top-keywords .top-keywords-inner {
    width: 1072px;
    padding-left: 0;
  }
  .page-top .top-keywords h2 {
    font-size: 16px;
  }
  .page-top .top-keywords ul {
    padding-right: 0;
  }
  .page-top .top-keywords {
    margin-bottom: 4px;
  }
  .page-top .top-feature ul {
    flex-wrap: wrap;
    margin-left: -34px;
    margin-top: -24px;
  }
  .page-top .top-feature li {
    margin-left: 34px;
    margin-top: 24px;
    width: 29%;
    flex: inherit;
  }
  .page-top .top-feature li p.top-feature-fs-small {
    font-size: 14px;
  }
  .page-top .top-feature a:hover img {
    opacity: 0.85;
  }
  .page-top .overall-rank_goods {
    margin-bottom: 16px;
  }
  .page-top .top-citynews_list {
    padding: 0;
    border: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .page-top .citynews-pnl {
    margin-top: 0;
    width: 30%;
    padding-bottom: 16px;
  }
  .page-top .citynews-pnl .citynews-pnl_summary .citynews-pnl_cityname {
    display: none;
  }
  .page-top .citynews_list_5items .citynews-pnl {
    margin-top: 32px;
  }
  .page-top .citynews_list_5items .citynews-pnl:nth-child(1) .citynews-pnl_txt, .page-top .citynews_list_5items .citynews-pnl:nth-child(2) .citynews-pnl_txt {
    min-height: 120px;
  }
  .page-top .top-user-message-list li {
    margin-top: 28px;
    border: 2px solid #e6e6e6;
    padding: 12px;
    border-radius: 4px;
    margin-left: 19px;
  }
  .page-top .top-user-message-list li:before {
    content: "";
    display: block;
    width: 19px;
    height: 19px;
    background-image: url(/img/top/message-arrow.png);
    background-size: cover;
    position: absolute;
    left: -19px;
    top: 16px;
  }
  .page-top .top-user-message-list li div {
    margin-top: 8px;
  }
  .page-top .top-simulation-recommend__title {
    margin-bottom: 16px;
  }
  .page-top .top-simulation-recommend__title-text {
    font-size: 24px;
    padding-top: 17px;
  }
  .product-category {
    padding: 40px 0;
  }
  .product-category__title {
    font-size: 22px;
  }
  .category-buttons-lst {
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr;
    grid-template-columns: repeat(9, 1fr);
    gap: 10px;
  }
  .lst-subcategories {
    display: flex;
    flex-wrap: wrap;
  }
  .lst-subcategories__item {
    width: calc(50% - 16px);
    padding: 0;
    margin-top: 16px;
    border-bottom: 0;
  }
  .lst-subcategories__item:first-child {
    width: 100%;
    padding: 0 0 16px;
    margin: 0;
    border-bottom: 1px solid #e5e5e5;
  }
  .lst-subcategories__item:first-child .lst-subcategories__link {
    padding: 0 0 0 16px;
  }
  .lst-subcategories__link {
    position: relative;
    padding: 0 0 0 16px;
  }
  .lst-subcategories__link i {
    display: inherit;
  }
  .lst-subcategories__link i::before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 14px;
    margin-left: -16px;
  }
  .top-qa__title {
    font-size: 24px;
  }
  .top-qa__icon.-large {
    font-size: 30px;
  }
  .top-qa__item-inner {
    padding: 16px 16px 24px;
  }
  .top-qa__question {
    align-items: center;
  }
  .top-qa__question p {
    font-size: 18px;
  }
  .top-qa__answer {
    padding-left: 38px;
  }
  .top-activity__link:hover .top-activity__img {
    opacity: 0.85;
  }
  .top-activity__link:hover .top-activity__lead,
  .top-activity__link:hover .top-activity__detail {
    color: #1e50a2;
    text-decoration: underline;
  }
  .top-activity__img {
    margin-bottom: 16px;
  }
  .top-activity__lead {
    margin-bottom: 16px;
  }
  .top-service__link:hover .top-service__top {
    opacity: 0.85;
  }
  .top-service__link:hover .top-service__desc {
    color: #1e50a2;
    text-decoration: underline;
  }
  .top-service__link:hover .top-service__detail {
    text-decoration: underline;
  }
  .tax-return-guide {
    margin: 0 0 30px;
  }
  .top__banner {
    margin-bottom: 32px;
  }
  .top__banner img:hover {
    opacity: 0.85;
  }
  .top-onestop {
    display: none;
  }
  .top-disaster .top-disaster__inner {
    width: 1072px;
    margin-left: auto;
    margin-right: auto;
  }
  .top-disaster .top-disaster__main {
    padding: 16px 0;
    margin: 0 -8px;
  }
  .top-disaster .top-disaster__main > p {
    font-size: 16px;
  }
  .top-disaster .top-disaster__list {
    align-items: center;
  }
  .top-disaster .top-disaster__box {
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    margin: 0 8px;
  }
  .top-disaster .top-disaster__lead {
    border-radius: 4px 0 0 4px;
    font-size: 14px;
  }
  .top-disaster .top-disaster__info {
    justify-content: center;
    flex: 1;
    border-radius: 0 4px 4px 0;
    padding: 4px 100px 4px 10px;
  }
  .top-disaster .top-disaster__info-amount {
    margin-left: 40px;
    flex: none;
  }
  .top-disaster .top-disaster__info-amount strong {
    font-size: 22px;
  }
  .list-large-category {
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr;
    grid-template-columns: repeat(9, 1fr);
    gap: 0 10px;
    margin-top: -10px;
  }
  .list-large-category__item {
    margin-top: 10px;
  }
  .medium-category-box {
    -ms-grid-column: 1;
    -ms-grid-column-span: 8;
    grid-column: 1/9;
    margin: 0;
  }
  .medium-category-box__inner {
    border-radius: 16px;
  }
  .medium-category-box__close {
    display: none;
  }
  .medium-category-list {
    padding: 20px;
  }
  .medium-category-list__item.is-all {
    width: auto;
  }
  .medium-category-link {
    padding: 4px 12px 4px 8px;
  }
  .medium-category-link:hover {
    background-color: #f6f6f6;
  }
  .button-category {
    border-radius: 16px;
    border: none;
    height: 125px;
    width: 125px;
    padding: 0;
    justify-content: center;
    text-align: center;
  }
  .button-category::before {
    border-radius: 16px;
  }
  .button-category.is-active {
    border-radius: 16px 16px 8px 8px;
  }
  .button-category.is-active::before {
    border-radius: 16px 16px 8px 8px;
  }
  .button-category__image {
    position: absolute;
    width: 125px;
    height: 125px;
    top: 0;
    left: 0;
  }
  .button-category__image::after {
    content: "";
    display: block;
    width: 125px;
    height: 125px;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    border: 2px solid #ffffff;
    border-radius: 16px;
  }
  .button-category__label {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 75px;
    margin-left: 0;
    padding: 4px;
    background-color: #ffffff;
  }
}

@media only screen and (max-width: 834px) and (max-device-width: 834px) {
  .tab-menu.-rounded .tab-menu-list {
    border-bottom-width: 1px;
  }
  .tab-menu.-rounded .tab-menu-list__item {
    max-width: calc((100% - 0 * (3 - 1)) / 3);
  }
  .tab-menu.-rounded .tab-menu-list__item:first-of-type .tab-menu-list__label {
    border-left-width: 1px;
  }
  .tab-menu.-rounded .tab-menu-list__item:not(:last-of-type) {
    margin-right: 0;
  }
  .tab-menu.-rounded .tab-menu-list__label {
    height: 76px;
    margin-bottom: -1px;
    padding: 0;
    border-width: 1px 1px 1px 0;
    border-radius: 0;
    font-size: 12px;
  }
  .tab-menu.-rounded .tab-menu-control:nth-of-type(1):checked ~ .tab-menu-list > .tab-menu-list__item:nth-of-type(1) > .tab-menu-list__label {
    border-width: 1px 1px 0 0;
  }
  .tab-menu.-rounded .tab-menu-control:nth-of-type(2):checked ~ .tab-menu-list > .tab-menu-list__item:nth-of-type(2) > .tab-menu-list__label {
    border-width: 1px 1px 0 0;
  }
  .tab-menu.-rounded .tab-menu-control:nth-of-type(3):checked ~ .tab-menu-list > .tab-menu-list__item:nth-of-type(3) > .tab-menu-list__label {
    border-width: 1px 1px 0 0;
  }
  .tab-menu.-rounded .tab-menu-control:nth-of-type(1):checked ~ .tab-menu-list > .tab-menu-list__item:nth-of-type(1) > .tab-menu-list__label {
    border-left-width: 1px;
  }
  .banners-section__header {
    padding: 3px 0 12px;
  }
  .banners-section__title {
    padding-top: 10px;
    font-size: 20px;
    line-height: 1.4;
  }
  p.top-banners-secdtion__lead {
    padding-top: 5px;
    font-size: 14px;
    line-height: 1.4285714286;
  }
  .banners-section__contents {
    justify-content: space-between;
  }
  .banners-section__item {
    width: calc((100% - 10px) / 2);
  }
  .banners-section__item:nth-child(-n+5) {
    width: 100%;
  }
  .banners-section__item:nth-child(n+2) {
    margin-top: 10px;
  }
  .banners-section-abtest-a {
    padding: 24px 16px;
  }
  .banners-section-abtest-a .banners-section__title {
    font-size: 18px;
  }
  .banners-section-abtest-a .feature-banners {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    position: relative;
  }
  .banners-section-abtest-a .feature-banners .feature-banners__item {
    display: none;
  }
  .banners-section-abtest-a .feature-banners .feature-banners__item:nth-child(-n+4) {
    display: block;
  }
  .banners-section-abtest-a .banners-buttons {
    display: block;
    text-align: center;
    margin-top: 8px;
  }
  .banners-section-abtest-a .banners-buttons .show-more-button,
  .banners-section-abtest-a .banners-buttons .close-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 12px 0;
    background-color: #e5e5e5;
    border-radius: 25px;
    border: none;
    margin-top: 16px;
  }
  .banners-section-abtest-a .banners-buttons .show-more-button i,
  .banners-section-abtest-a .banners-buttons .close-button i {
    font-size: 20px;
    display: inline-flex;
    vertical-align: middle;
  }
  .banners-section-abtest-a .banners-buttons .close-button {
    display: none;
  }
  .local-government-introduce-section__header {
    padding: 3px 0 12px;
  }
  .local-government-introduce-section__header .local-government-introduce-section__title {
    padding-top: 10px;
    font-size: 20px;
    line-height: 1.4;
  }
  .local-government-introduce-section__header .local-government-introduce-section__sub-title {
    padding-top: 5px;
    font-size: 14px;
    line-height: 1.4285714286;
  }
  p.top-banners-secdtion__lead {
    padding-top: 5px;
    font-size: 14px;
    line-height: 1.4285714286;
  }
  .local-government-introduce-section__contents {
    grid-gap: 8px;
  }
  .local-government-introduce-section-card .local-government-introduce-section_item img {
    width: 100%;
    border-radius: 4px 4px 0 0;
  }
  .local-government-introduce-section_left-content {
    border-radius: 0 0 4px 4px;
  }
  .local-government-introduce-section_left-content .local-government-introduce-section_content-title {
    height: 36px;
  }
  .local-government-introduce-section_left-content .local-government-introduce-section_content-title .symbol-image {
    margin-right: 8px;
  }
  .local-government-introduce-section_left-content .local-government-introduce-section_description {
    font-size: 12px;
    max-height: 36px;
  }
  .bx-tooltip__wrap {
    max-width: 390px;
  }
  .bx-tooltip__wrap .txt-link.-bottom {
    font-size: 12px;
  }
  .link-box {
    background-color: #ffffff;
    margin-bottom: 0;
    padding: 24px 16px 0;
  }
  .card--disaster .card--disaster__title {
    font-size: 16px;
  }
  .card--disaster dt {
    font-size: 14px;
  }
  .card--disaster .card--disaster__money {
    font-size: 14px;
  }
  .card-product__image {
    min-height: 102px;
  }
  .label--exclusive.-sticker {
    top: 3px;
    left: 3px;
    font-size: 10px;
  }
  .card-product__title.is-over {
    max-height: 4.5em;
    overflow: hidden;
    position: relative;
  }
  .card-product__title.is-over:after {
    content: "...";
    color: transparent;
    display: inline-block;
    width: 3em;
    background: linear-gradient(-90deg, #fff, rgba(255, 255, 255, 0));
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .card-product .sts-type4,
  .card-product .sts-type5,
  .card-product .sts-type6 {
    font-size: 12px;
  }
  .card-product .sts-type7 {
    font-size: 12px;
  }
  .card-product .sts-type7:before {
    border-width: 16px;
  }
  .card-product .sts-type7 span {
    top: 4px;
    left: -2px;
  }
  .card-product .sts-type7.item-rank1, .card-product .sts-type7.item-rank2, .card-product .sts-type7.item-rank3 {
    left: 8px;
    width: 22px;
  }
  .card-product .sts-type7.item-rank1::before, .card-product .sts-type7.item-rank2::before, .card-product .sts-type7.item-rank3::before {
    border-width: 11px;
    border-bottom: 4px solid transparent;
  }
  .card-product__comment {
    display: inline-block;
    padding: 0 8px 12px;
  }
  .card-product__heart {
    top: -2px;
  }
  .card-product__heart > img {
    line-height: 1;
    width: 24px;
  }
  .card-product .city-symbol {
    display: none;
  }
  .gcf-cht-bar.gcf-cht-bar--right {
    height: 8px;
    margin: 2px 0 0;
  }
  .gcf-cht-bar.gcf-cht-bar--right .gcf-cht-bar__graph,
  .gcf-cht-bar.gcf-cht-bar--right .gcf-cht-bar__graph2 {
    height: 8px;
  }
  .gcf-cht-bar.gcf-cht-bar--right .gcf-cht-bar__number {
    font-size: 10px;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    height: 9px;
    line-height: 9px;
  }
  .transform-layout {
    box-shadow: none;
    border: none;
    border-bottom: solid 1px #e5e5e5;
    border-radius: 0;
  }
  .transform-layout .card-product__link {
    flex-direction: row;
  }
  .transform-layout .card-product__contents {
    padding: 0 0 0 16px;
  }
  .transform-layout .card-product__title {
    font-size: 14px;
  }
  .transform-layout .card-product__image {
    width: 100px;
    min-height: 0;
    flex-shrink: 0;
  }
  .transform-layout .card-product__img {
    height: auto;
  }
  .transform-layout .card-product__subtitle {
    background: none;
  }
  .transform-layout .card-product__subtitle-inner {
    padding: 0;
  }
  .transform-layout .card-product__complement {
    margin: 8px 0 0 116px;
  }
  .transform-layout .card-product__city {
    display: inline-block;
    height: auto;
    padding: 0;
    border-top: none;
    font-size: 12px;
    margin: 8px 0;
  }
  .transform-layout .card-product__city span {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .transform-layout .card-product__city span:after {
    content: "";
    width: 4px;
    height: 4px;
    margin-left: 4px;
    border-top: solid 1px;
    border-right: solid 1px;
    border-color: #1e50a2;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .card-city {
    height: 100%;
  }
  .card-city__title {
    display: flex;
    align-items: center;
    padding: 8px;
    margin-top: 0;
  }
  .card-city .card-city__cityimage {
    width: 42px;
    height: 42px;
    margin-right: 8px;
    flex-shrink: 0;
  }
  .card-city__name {
    font-size: 14px;
    letter-spacing: 0;
    text-align: left;
  }
  .card-city__info {
    font-size: 12px;
    padding: 8px;
    border-bottom: solid 1px #e5e5e5;
  }
  .card-city__info dl dt {
    width: 30%;
  }
  .card-city__info dl dd {
    width: 66%;
    padding-left: 4%;
  }
  .card-city__category {
    padding: 8px;
  }
  .card-city__category p {
    margin-bottom: 4px;
  }
  .card-article .sts-type7 {
    font-size: 12px;
  }
  .card-article .sts-type7:before {
    border-width: 16px;
  }
  .card-article .sts-type7 span {
    top: 4px;
    left: -2px;
  }
  .card-article .sts-type7.item-rank1, .card-article .sts-type7.item-rank2, .card-article .sts-type7.item-rank3 {
    left: 8px;
    width: 22px;
  }
  .card-article .sts-type7.item-rank1::before, .card-article .sts-type7.item-rank2::before, .card-article .sts-type7.item-rank3::before {
    border-width: 11px;
    border-bottom: 4px solid transparent;
  }
  .card-article__link {
    flex-direction: row !important;
  }
  .card-article__img {
    border-radius: 0 !important;
  }
  .card-article__image {
    height: auto;
    width: 160px;
    flex-shrink: 0;
  }
  .card-article__contents {
    padding: 12px 8px;
  }
  .emerald-product-slider__heading {
    margin-bottom: 16px;
  }
  .page-search .emerald-product-slider__heading {
    margin-left: 16px;
    margin-right: 16px;
  }
  .page-search .emerald-product-slider__slider-item:first-child {
    margin-left: 16px;
  }
  .emerald-product-slider-card-item__favorite {
    top: -2px;
  }
  .emerald-product-slider__slider-wrap {
    overflow-y: scroll;
  }
  .emerald-product-slider__slider-btn {
    display: none;
  }
  #emerald-recommendation .emerald-product-slider-card-item {
    margin-right: 20px;
  }
  #main {
    margin-top: 0 !important;
  }
  .page-top .top-mv {
    width: 100%;
    padding-bottom: 44px;
    min-height: 180px;
  }
  .page-top .top-mv .swiper-button-prev,
  .page-top .top-mv .swiper-button-next {
    display: none;
  }
  .page-top .top-mv .swiper-box-bottom {
    bottom: -44px;
    right: 0px;
    width: 100%;
    justify-content: center;
  }
  .page-top .top-mv .swiper-pagination {
    width: calc(100% - 88px);
  }
  .page-top .top-simulation-recommend .card-product__image {
    min-height: 102px;
  }
  .page-top .topics-area .link_campaign {
    margin-top: 16px;
    padding: 0 16px;
  }
  .page-top .top-title-h2 .top-title-h2-text.-small {
    font-size: 14px;
  }
  .page-top .top-section:last-child {
    padding-bottom: 24px;
  }
  .page-top .topInfo-list time {
    font-size: 12px;
  }
  .page-top .topInfo-list li {
    flex-direction: column;
  }
  .page-top .top-keywords {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
  }
  .page-top .top-feature ul {
    flex-direction: column;
  }
  .page-top .top-feature li {
    margin-top: 16px;
  }
  .page-top .top-feature li:first-child {
    margin-top: 0;
  }
  .page-top .top-feature li a {
    display: flex;
    align-items: flex-start;
  }
  .page-top .top-feature li div {
    flex: 1;
  }
  .page-top .top-feature li p {
    flex: 1;
    margin-top: 0;
    margin-left: 16px;
  }
  .page-top #recommend_slider .goods-col:nth-child(n+7) {
    display: none;
  }
  .page-top .citynews-pnl:first-child {
    margin-top: 0;
  }
  .page-top .citynews-pnl .citynews-pnl_cityname {
    font-size: 14px;
  }
  .page-top .citynews-pnl a > .citynews-pnl_cityname {
    display: none;
  }
  .page-top .citynews-pnl .citynews-pnl_txt {
    font-size: 14px;
    height: 1.3em;
    margin-top: 2px;
  }
  .page-top .citynews-pnl .citynews-pnl_date {
    font-size: 14px;
    margin-top: 2px;
  }
  .page-top .citynews_list_5items .citynews-pnl:nth-child(1), .page-top .citynews_list_5items .citynews-pnl:nth-child(2) {
    display: inline-block;
    vertical-align: top;
  }
  .page-top .citynews_list_5items .citynews-pnl:nth-child(1) .citynews-pnl_img, .page-top .citynews_list_5items .citynews-pnl:nth-child(2) .citynews-pnl_img {
    width: 100%;
    float: none;
  }
  .page-top .citynews_list_5items .citynews-pnl:nth-child(1) .citynews-pnl_cityname, .page-top .citynews_list_5items .citynews-pnl:nth-child(2) .citynews-pnl_cityname {
    font-size: 16px;
  }
  .page-top .citynews_list_5items .citynews-pnl:nth-child(1) a > .citynews-pnl_cityname, .page-top .citynews_list_5items .citynews-pnl:nth-child(2) a > .citynews-pnl_cityname {
    display: block;
  }
  .page-top .citynews_list_5items .citynews-pnl:nth-child(1) .citynews-pnl_txt, .page-top .citynews_list_5items .citynews-pnl:nth-child(2) .citynews-pnl_txt {
    margin: 8px 0;
    font-size: 16px;
    max-height: 3.9em;
    height: auto;
  }
  .page-top .top-user-message-list li {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 12px;
  }
  .page-top .-series-amount {
    margin-top: 32px;
  }
  .page-top .-series-amount > ul {
    margin-top: 16px;
    -ms-grid-rows: auto 8px auto;
    -ms-grid-columns: 1fr 8px 1fr;
        grid-template: "series-amount-1 series-amount-2" auto "series-amount-3 series-amount-4"/1fr 1fr;
    grid-gap: 8px;
  }
  .page-top .-series-amount > ul > li:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .page-top .-series-amount > ul > li:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .page-top .-series-amount > ul > li:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .page-top .-series-amount > ul > li:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .product-category {
    margin-top: 24px;
  }
  .category-buttons-lst__wrap {
    padding-bottom: 64px;
  }
  .category-buttons-lst__item:nth-child(n+13) {
    display: none;
    opacity: 0;
  }
  .category-buttons-lst__item a {
    display: flex;
    align-items: center;
    height: 40px;
    padding: 0 10px;
    background-color: #ffffff;
    font-size: 14px;
    line-height: 1;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
  }
  .category-buttons-lst__item img {
    width: 32px;
  }
  .category-buttons-lst__item span {
    margin-left: 8px;
  }
  .top-qa.top-section {
    padding: 24px 0 0;
  }
  .banners-section {
    padding: 48px 16px 0;
  }
  .tax-return-guide {
    padding-top: 18px;
  }
  .top__banner {
    padding: 32px 16px 16px;
    background: #ffffff;
  }
  .top-title-h2.-tooltip {
    position: relative;
    display: block;
  }
  .top-title-h2.-tooltip h2 {
    display: inline;
  }
  .top-title-h2.-tooltip h2 span {
    display: inline;
  }
  .top-title-h2.-tooltip h2 img {
    position: absolute;
    top: calc(50% - 20px);
    left: 0;
  }
  .top-disaster .top-disaster__main {
    padding: 15px 24px 10px 0;
  }
  .top-disaster .top-disaster__list > li {
    height: auto;
  }
  .top-disaster .top-disaster__box {
    flex-direction: column;
    margin-left: 10px;
    height: 100%;
  }
  .top-disaster .top-disaster__lead {
    border-radius: 4px 4px 0 0;
    font-size: 12px;
  }
  .top-disaster .top-disaster__info {
    border-radius: 0 0 4px 4px;
    align-content: center;
    flex-wrap: wrap;
    height: 100%;
    padding-right: 20px;
  }
  .top-disaster .top-disaster__info-title {
    width: 100%;
  }
  .top-disaster .top-disaster__info-amount {
    font-size: 12px;
    width: 100%;
  }
  .top-disaster .top-disaster__info-amount strong {
    font-size: 16px;
  }
  .top-disaster.-slideOff .top-disaster__main {
    padding-right: 10px;
  }
  .top-disaster__about {
    margin-top: 24px;
  }
  .top-banner-onestop {
    margin-top: 24px;
    padding: 0 16px;
  }
  .list-large-category-wrapper {
    padding-bottom: 64px;
  }
  .list-large-category-wrapper.is-open {
    padding-bottom: 0;
  }
  .list-large-category__item:nth-child(n+13) {
    display: none;
    opacity: 0;
  }
}

@media only screen and (min-device-width: 600px) {
  .local-government-introduce-section-card .local-government-introduce-section_item {
    height: 100%;
  }
  .page-top .overall-rank_goods .goods_list {
    display: flex;
    flex-wrap: wrap;
  }
}

@media all and (-ms-high-contrast: none) {
  .card-product__image {
    min-height: 1px;
  }
  .card-product__price-option p {
    line-height: 1;
  }
  .card-project__image {
    min-height: 1px;
  }
  .card-city__image {
    min-height: 1px;
  }
  .card-article__image {
    min-height: 1px;
  }
  .emerald-product-slider-card-item__image {
    min-height: 1px;
  }
  #emerald-recommendation .emerald-product-slider-card-item__image {
    min-height: 1px;
  }
}

@media only screen and (max-width: 599px) and (max-device-width: 599px) {
  .page-top .top-sp-banners .top-sp-banners__mask {
    height: 168px;
  }
  .page-top .top-sp-banners .top-sp-banners__inner {
    height: 184px;
  }
  .page-top .top-sp-banners img {
    height: 168px;
  }
  .top-service__list {
    display: block;
  }
  .top-service__item:not(:last-child) {
    margin-bottom: 24px;
  }
}