<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.p-top-head {
  padding: 62px 0 120px;
}

.p-top-head__info {
  margin-bottom: 64px;
}

.p-top-head__cont {
  display: flex;
  justify-content: space-between;
}

.p-top-head__cont-item {
  width: 46.4%;
}

.p-top-head__cont-list {
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 32px;
}

.p-top-head__cont-list li {
  width: calc((100% - 20px) / 2);
}

.p-top-head__cont-list li .c-btn a{
  margin-bottom: 0;
}

._user .p-top-head__cont-list li a {
  height: 208px;
  font-size: 2rem;
}

._total .p-top-head__cont-list li a {
  position: relative;
  padding-left: 70px;
  letter-spacing: -.02em;
}

._total .p-top-head__cont-list li a img {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}

.p-top-search {
  padding: 54px 0 60px;
  background-color: #ebc6c6;
  background-image: url("/kankocho/content/810000006.png"), url("/kankocho/content/810000008.png");
  background-position: 0 350%, right 30%;
  background-repeat: no-repeat;
}

.p-top-search__cont {
  margin-top: 54px;
}

.p-top-search__item {
  gap: 13px 15px;
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  padding-top: 50px;
  border-top: 1px solid #FFF;
}

.p-top-search__item dt {
  font-size: 2rem;
}

.p-top-search__item dd {
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 157px);
}

.p-top-search__item dd ul{
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.p-top-search__item dd ul li.p-top-search__item-kw{
  list-style-type: none;
}

.p-top-search__item-kw a {
  display: flex;
  align-items: center;
  padding: 8px 9px;
  border-radius: 8px;
  background: #FFF;
  font-size: 1.8rem;
}

.p-top-search__item-kw a:before {
  content: "#";
}

.p-top-search__item-kw a:hover {
  background: #f9e7e7;
  box-shadow: 0 0 0 2px #d7000f;
  opacity: 1;
}

.p-top-pickup {
  margin-top: 70px;
}

.p-top-pickup__list {
  gap: 36px 32px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}

.p-top-pickup__list li {
  width: calc((100% - 64px) / 3);
}

.p-top-pickup__list-img {
  margin-bottom: 22px;
  overflow: hidden;
  border-radius: 8px;
}

.p-top-pickup__list-img img {
  width: 100%;
}

.p-top-pickup__list-tag {
  gap: 8px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.p-top-pickup__list-tag-item {
  padding: 0 13px;
  overflow: hidden;
  border-radius: 12px;
  background: #f9dd5d;
  font-size: 1.4rem;
}

.p-top-caution {
  margin-top: 76px;
}

.p-top-caution__cont {
  gap: 10px 60px;
  display: flex;
  align-items: flex-start;
  padding: 28px 20px 20px 80px;
  background: #fdf8e0;
}

.p-top-caution__ttl {
  flex-shrink: 0;
  width: 270px;
}

.p-top-caution__list {
  margin-bottom: 10px;
  padding-top: 5px;
}

.p-top-caution__btn {
  flex-shrink: 0;
  width: 265px;
  margin: auto 0 0 auto;
}

.p-top-news {
  margin-top: 70px;
}

.p-top-news__head {
  gap: 16px;
  display: flex;
  margin-top: 24px;
  padding: 22px 66px;
  background: #ebc6c6;
}

.p-top-news__head-item {
  width: 200px;
  width: min(18vw,200px);
  height: 56px;
}

.p-top-news__head-item a {
  gap: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: #FFF;
  transition: 0.4s;
}

.p-top-news__head-item a.is-active {
  gap: 0 10px;
  background: #d7000f;
  color: #FFF;
  font-weight: 700;
}

.p-top-news__head-item a.is-active:after {
  -webkit-transform: rotate(45deg);
  display: block;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  transform: rotate(45deg);
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  content: "";
  transition: 0.4s;
}

.p-top-news__head-item a:hover {
  background: #d7000f;
  color: #FFF;
  font-weight: 700;
  opacity: 1;
}
.tab-content .text {
  padding: 22px 66px;
}

@media only screen and (max-width: 786px) {
  .p-top-head {
    padding: 30px 0 40px;
  }
  .p-top-head__info {
    margin-bottom: 30px;
  }
  .p-top-search {
    padding: 30px 0 40px;
    background-image: url("/kankocho/content/810000007.png"), url("/kankocho/content/810000009.png");
    background-position: 0 -6.5%, right 112.5%;
    background-size: 100% auto, min(51%, 200px) auto;
  }
  .p-top-search__cont {
    margin-top: 16px;
  }
  .p-top-search__item {
    flex-direction: column;
    margin-top: 32px;
    padding-top: 24px;
  }
  .p-top-search__item dd {
    gap: 9px;
    width: 100%;
  }
  .p-top-search__item-kw a {
    padding: 5px 8px;
    border-radius: 4px;
    font-size: 1.4rem;
  }
  .p-top-pickup {
    margin-top: 32px;
  }
  .p-top-pickup__list {
    flex-direction: column;
  }
  .p-top-pickup__list li {
    width: 100%;
  }
  .p-top-pickup__list-img {
    border-radius: 4px;
  }
  .p-top-pickup__list-tag-item {
    padding: 0 11px;
    font-size: 1.2rem;
  }
  .p-top-caution {
    margin-top: 54px;
  }
  .p-top-caution__ttl {
    padding-left: 10px;
    font-size: 1.6rem;
  }
  .p-top-caution__btn {
    width: 85%;
    margin: 0 auto;
  }
  .p-top-news {
    margin-top: 50px;
  }
  .p-top-news__head {
    gap: 6px;
    margin-bottom: 20px;
    padding: 5px;
  }
  .p-top-news__head-item {
    width: calc((100% - 18px) / 4);
    height: 40px;
    border-radius: 4px;
  }
  .p-top-news__head-item a {
    border-radius: 4px;
    font-size: 1.4rem;
  }
  .p-top-news__head-item a.is-active {
    flex-direction: column;
  }
  .p-top-news__head-item a.is-active:after {
    margin-top: -6px;
    border-width: 1px;
  }
  .tab-content .text {
    padding: 0;
  }
}

@media only screen and (max-width: 899px) {
  .p-top-head__cont {
    gap: 30px;
    flex-direction: column;
  }
  .p-top-head__cont-item {
    width: 100%;
  }
  .p-top-head__cont-list {
    gap: 12px;
    flex-direction: column;
    margin-top: 24px;
  }
  .p-top-head__cont-list li {
    width: 100%;
    max-width: 420px;
    margin-right: auto;
    margin-left: auto;
  }
  ._user .p-top-head__cont-list li a {
    justify-content: space-between;
    height: auto;
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 1200px) {
  .p-top-caution__cont {
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 1200px) and (max-width: 786px) {
  .p-top-caution__cont {
    flex-direction: column;
    padding: 13px 10px 20px 10px;
  }
}
</pre></body></html>