@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap");
/**************************************
* Grid
***************************************/
.grid_container {
  display: grid;
  grid-template-columns: 1fr;
  grid-row: auto;
  gap: 1rem;
}
.grid_container._2col {
  grid-template-columns: 1fr 1fr;
}
.grid_container._3col {
  grid-template-columns: 1fr 1fr 1fr;
}
.grid_container._4col {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.grid_container._5col {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.grid_container._gap-10 {
  gap: 10px;
}
.grid_container._gap-20 {
  gap: 20px;
}
.grid_container._gap-30 {
  gap: 30px;
}
.grid_container._gap-40 {
  gap: 40px;
}
.grid_container._gap-60 {
  gap: 60px;
}
.grid_container._gap-80 {
  gap: 80px;
}
@media screen and (max-width: 480px) {
  .grid_container._sp_1col {
    grid-template-columns: 1fr;
  }
  .grid_container._sp_2col {
    grid-template-columns: 1fr 1fr;
  }
  .grid_container._sp_3col {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .grid_container._sp_4col {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.grid_container .grid_item {
  width: 100%;
}

/**************************************
* Flex
***************************************/
.flex_container {
  display: flex;
  align-content: flex-start;
}
.flex_container._justify-between {
  justify-content: space-between;
}
.flex_container._justify-center {
  justify-content: center;
}
.flex_container._align-items-end {
  align-items: flex-end;
}
.flex_container._align-items-start {
  align-items: flex-start;
}
.flex_container._align-items-center {
  align-items: center;
}
.flex_container._wrap {
  flex-wrap: wrap;
}
.flex_container._column {
  flex-direction: column;
}
.flex_container._gap-10 {
  gap: 10px;
}
.flex_container._gap-20 {
  gap: 20px;
}
.flex_container._gap-30 {
  gap: 30px;
}
.flex_container._gap-40 {
  gap: 40px;
}
.flex_container._gap-60 {
  gap: 60px;
}
.flex_container._gap-80 {
  gap: 80px;
}
@media screen and (max-width: 480px) {
  .flex_container._sp_column {
    flex-direction: column;
  }
}
@media screen and (max-width: 480px) {
  .flex_container._sp_column-reverse {
    flex-direction: column-reverse;
  }
}

html {
  scroll-behavior: smooth;
}

.service_top {
  padding-top: 40px;
  color: #000000;
  font-family: "Lexend", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", sans-serif !important;
}
.service_top img {
  max-width: 100%;
}
.service_top .wrapper, .service_top .wrapper_l {
  width: 100%;
  max-width: 1080px;
  padding: 0 20px;
  margin: 0 auto;
  box-sizing: border-box;
}
.service_top .wrapper_l {
  max-width: 1240px;
}
.service_top .sp-only {
  display: none;
}
@media screen and (max-width: 480px) {
  .service_top .sp-only {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .service_top .pc-only {
    display: none;
  }
}
.service_top .btn, .service_top .btn__exlink, .service_top .btn__white, .service_top .btn__gray, .service_top .btn__document, .service_top .btn__contact {
  display: block;
  text-align: center;
  padding: 0.75rem 3rem 0.75rem 2rem;
  border-radius: 2.5rem;
  box-sizing: border-box;
  position: relative;
  text-decoration: none;
  font-weight: 700;
  min-width: 280px;
  transition: 0.4s;
}
@media screen and (max-width: 480px) {
  .service_top .btn, .service_top .btn__exlink, .service_top .btn__white, .service_top .btn__gray, .service_top .btn__document, .service_top .btn__contact {
    font-size: 0.85rem;
  }
}
.service_top .btn__contact {
  color: #fff;
  background-color: #FF6A00;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
}
.service_top .btn__contact:hover {
  background-color: #ce5600;
}
.service_top .btn__contact::before {
  content: "";
  display: block;
  width: 1.25rem;
  height: auto;
  aspect-ratio: 1/1;
  background: center/contain url(../images/icon_mail_white.svg) no-repeat;
}
.service_top .btn__contact::after {
  content: "";
  display: block;
  width: 0.5rem;
  height: auto;
  aspect-ratio: 1/2;
  background: center/contain url(../images/icon_arrow_right_white.svg) no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
}
.service_top .btn__document {
  color: #000000;
  border: 3px solid #E1E1E1;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
}
.service_top .btn__document:hover {
  background-color: #E1E1E1;
}
.service_top .btn__document::before {
  content: "";
  display: block;
  width: 1.25rem;
  height: auto;
  aspect-ratio: 1/1;
  background: center/contain url(../images/icon_document_black.svg) no-repeat;
}
.service_top .btn__document::after {
  content: "";
  display: block;
  width: 0.5rem;
  height: auto;
  aspect-ratio: 1/2;
  background: center/contain url(../images/icon_arrow_right_black.svg) no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
}
.service_top .btn__gray {
  color: #000000;
  background-color: #F6F6F6;
}
.service_top .btn__gray:hover {
  background-color: #b8b8b8;
}
.service_top .btn__gray::after {
  content: "";
  display: block;
  width: 0.5rem;
  height: auto;
  aspect-ratio: 1/2;
  background: center/contain url(../images/icon_arrow_right_red.svg) no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
}
.service_top .btn__white {
  color: #000000;
  background-color: #ffffff;
  border: 1px solid #E1E1E1;
}
.service_top .btn__white:hover {
  background-color: #E1E1E1;
}
.service_top .btn__white::after {
  content: "";
  display: block;
  width: 0.5rem;
  height: auto;
  aspect-ratio: 1/2;
  background: center/contain url(../images/icon_arrow_right_red.svg) no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
}
.service_top .btn__exlink {
  color: #000000;
  background-color: #F6F6F6;
}
.service_top .btn__exlink:hover {
  background-color: #b8b8b8;
}
.service_top .btn__exlink::after {
  content: "";
  display: block;
  width: 1rem;
  height: auto;
  aspect-ratio: 1/1;
  background: center/contain url(../images/icon_exlink.svg) no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
}
.service_top h2 {
  font-size: clamp(1.5rem, 2.2vw, 2rem);
  font-weight: 700;
  text-align: center;
  position: relative;
  margin-bottom: 40px;
}
.service_top h2::after {
  content: "";
  display: block;
  width: 30px;
  height: 8px;
  border-radius: 8px;
  background-color: #F40007;
  position: absolute;
  bottom: -16px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .service_top h2::after {
    height: 4px;
  }
}
.service_top h3 {
  font-size: clamp(1.25rem, 1.6vw, 1.5rem);
  font-weight: 700;
  text-align: center;
  position: relative;
}
.service_top h4 {
  font-size: clamp(1.125rem, 1.3vw, 1.25rem);
  font-weight: 700;
  text-align: center;
  position: relative;
}
.service_top .bg__wave, .service_top .bg__wave__02, .service_top .bg__wave__01 {
  padding: 180px 0;
  position: relative;
}
@media screen and (max-width: 480px) {
  .service_top .bg__wave, .service_top .bg__wave__02, .service_top .bg__wave__01 {
    padding: 80px 0;
  }
}
.service_top .bg__wave::before, .service_top .bg__wave__02::before, .service_top .bg__wave__01::before {
  content: "";
  width: 100%;
  height: auto;
  aspect-ratio: 1440/100;
  display: block;
  background: top center/cover url(../images/bg_wave_white_top.svg) no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 480px) {
  .service_top .bg__wave::before, .service_top .bg__wave__02::before, .service_top .bg__wave__01::before {
    aspect-ratio: 1440/200;
    background-size: 150%;
  }
}
.service_top .bg__wave::after, .service_top .bg__wave__02::after, .service_top .bg__wave__01::after {
  content: "";
  width: 100%;
  height: auto;
  aspect-ratio: 1440/100;
  display: block;
  background: bottom center/cover url(../images/bg_wave_white_bottom.svg) no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 480px) {
  .service_top .bg__wave::after, .service_top .bg__wave__02::after, .service_top .bg__wave__01::after {
    aspect-ratio: 1440/200;
    background-size: 150%;
  }
}
.service_top .bg__wave__01 {
  background: linear-gradient(245deg, #FFF1F2 3.86%, #FFF5F5 59.54%, #FFF1D7 96.29%);
}
.service_top .bg__wave__02 {
  background: linear-gradient(244deg, #FFF1D7 3.76%, #FFF5F5 39.55%, #FFF1F2 93.79%);
}
.service_top .mv {
  padding: 80px 0 0;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 480px) {
  .service_top .mv {
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  .service_top .mv__foot {
    padding-top: 60px;
  }
}
.service_top .mv .wrapper, .service_top .mv .wrapper_l {
  max-width: 940px;
  width: 100%;
}
.service_top .mv__head {
  font-size: clamp(1.125rem, 2.5vw, 34px);
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1.5rem;
}
.service_top .mv__head__en {
  font-size: 2em;
  display: block;
}
.service_top .mv__content {
  margin-top: 60px;
  flex: 1;
}
@media screen and (max-width: 480px) {
  .service_top .mv__content {
    flex: 1;
    margin-top: 0;
  }
}
.service_top .mv__content p {
  margin-bottom: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .service_top .mv__content p {
    font-size: 0.75rem;
  }
}
.service_top .mv__img {
  width: clamp(110px, 28vw, 300px);
}
@media screen and (max-width: 480px) {
  .service_top .mv .btn__container.sp-only {
    display: flex !important;
    margin-top: 40px;
    gap: 0.5em;
  }
  .service_top .mv .btn__container.sp-only .btn__contact,
.service_top .mv .btn__container.sp-only .btn__document {
    min-width: unset;
    font-size: 0.85rem;
    padding: 1em 1.5em 1em 1em;
    width: 50%;
  }
}
.service_top .service {
  /* margin-top: -60px;
  @include m.sp {
      margin-top: 60px;
  } */
}
.service_top .service__item {
  background-color: #fff;
  padding: 20px;
  border-radius: 1.25rem;
  height: 100%;
  box-sizing: border-box;
}
.service_top .service__item h3 {
  /*  min-height: calc(2em * 1.5); */
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 480px) {
  .service_top .service__item h3 {
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
  }
}
.service_top .service__item figure {
  margin-bottom: 1.25rem;
}
.service_top .service__item figure img {
  border-radius: 1.25rem;
}
.service_top .service__item .desc {
  margin-bottom: 1.5rem;
}
.service_top .service__item .btn__container {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.service_top .service__item .btn__container a {
  width: 100%;
  min-width: unset;
}
.service_top .reason {
  padding: 80px 0;
}
@media screen and (max-width: 480px) {
  .service_top .reason {
    padding: 60px 0;
  }
}
.service_top .reason__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin-top: 100px;
}
@media screen and (max-width: 480px) {
  .service_top .reason__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem 1rem;
  }
}
.service_top .reason__list__item {
  border: 2px solid #F40007;
  border-radius: 1.25rem;
  position: relative;
}
.service_top .reason__list__item a {
  display: block;
  box-sizing: border-box;
  padding: 3rem 1rem 2rem;
  height: 100%;
  color: #000000;
  text-decoration: none;
}
@media screen and (max-width: 480px) {
  .service_top .reason__list__item a {
    padding: 2rem 1rem 1rem;
  }
}
.service_top .reason__list__item a::before {
  content: "";
  display: block;
  width: 4rem;
  height: auto;
  aspect-ratio: 1/1;
  background: center/contain url(../images/img_top_reason_no01.png) no-repeat;
  position: absolute;
  top: -2rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .service_top .reason__list__item a::before {
    width: 3rem;
  }
}
.service_top .reason__list__item a::after {
  content: "";
  display: block;
  width: 10px;
  height: auto;
  aspect-ratio: 5/9;
  background: center/contain url(../images/icon_arrow_right_red.svg) no-repeat;
  transform: rotate(90deg);
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.service_top .reason__list__item:nth-child(1) a::before {
  background-image: url(../images/img_top_reason_no01.png);
}
.service_top .reason__list__item:nth-child(2) a::before {
  background-image: url(../images/img_top_reason_no02.png);
}
.service_top .reason__list__item:nth-child(3) a::before {
  background-image: url(../images/img_top_reason_no03.png);
}
.service_top .reason__list__item:nth-child(4) a::before {
  background-image: url(../images/img_top_reason_no04.png);
}
.service_top .reason__list__item h3 {
  margin-bottom: 0.5em;
}
.service_top .reason__list__item .desc {
  margin-bottom: 30px;
}
.service_top .reason__content {
  margin-top: 80px;
}
.service_top .reason__content .reason__item {
  text-align: center;
  margin-bottom: 60px;
}
.service_top .reason__content .reason__item h3 {
  margin-bottom: 1.5rem;
}
.service_top .reason__content .reason__item h3::before {
  content: "";
  display: block;
  width: 4rem;
  height: auto;
  aspect-ratio: 1/1;
  margin: 0 auto 10px;
  background: center/contain url(../images/img_top_reason_no01.png) no-repeat;
}
@media screen and (max-width: 480px) {
  .service_top .reason__content .reason__item h3::before {
    width: 3rem;
  }
}
.service_top .reason__content .reason__item h4 {
  color: #F40007;
  background: linear-gradient(transparent 50%, rgba(244, 0, 7, 0.1019607843) 50%);
  padding: 0 0.5em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 1rem;
}
.service_top .reason__content .reason__item p {
  margin-bottom: 1.25rem;
  min-height: 72px;
}
.service_top .reason__content .reason__item figure, .service_top .reason__content .reason__item picture {
  display: block;
  margin-bottom: 1.5rem;
}
.service_top .reason__content .reason__item .btn__container {
  gap: 40px;
}
@media screen and (max-width: 480px) {
  .service_top .reason__content .reason__item .btn__container {
    gap: 20px;
  }
}
.service_top .reason__content .reason__item.__01 h3::before {
  background-image: url(../images/img_top_reason_no01.png);
}
.service_top .reason__content .reason__item.__01 .product {
  margin-bottom: 40px;
}
.service_top .reason__content .reason__item.__02 h3::before {
  background-image: url(../images/img_top_reason_no02.png);
}
.service_top .reason__content .reason__item.__02 figure img {
  border-radius: 1.25rem;
}
@media screen and (max-width: 480px) {
  .service_top .reason__content .reason__item.__03 {
    margin-bottom: 0;
  }
}
.service_top .reason__content .reason__item.__03 h3::before {
  background-image: url(../images/img_top_reason_no03.png);
}
.service_top .reason__content .reason__item.__03 figure img {
  border-radius: 1.25rem;
}
.service_top .reason__content .reason__item.__04 h3::before {
  background-image: url(../images/img_top_reason_no04.png);
}
.service_top .reason__content .reason__item.__04 figure img {
  border-radius: 1.25rem;
}
.service_top .voice__container {
  margin: 60px 0;
}
.service_top .voice__item {
  background-color: #fff;
  padding: 10%;
  border-radius: 1.25rem;
  height: 100%;
  box-sizing: border-box;
}
.service_top .voice__item figure {
  margin-bottom: 0.5rem;
}
.service_top .voice__item figure img {
  width: 100%;
  border-radius: 1.25rem;
}
.service_top .voice__item .tag__list {
  display: flex;
  justify-content: flex-start;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}
.service_top .voice__item .tag {
  background-color: #F40007;
  color: #fff;
  padding: 0.25em 0.5em;
  border-radius: 2rem;
  font-size: 0.75rem;
}
.service_top .voice__item h4 {
  text-align: left;
  margin-bottom: 0.5em;
}
.service_top .voice__item .desc {
  margin-bottom: 1.5rem;
}
.service_top .voice .btn__container .btn__white {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.service_top .flow {
  padding: 80px 0;
}
@media screen and (max-width: 480px) {
  .service_top .flow {
    padding: 60px 0;
  }
}
.service_top .flow__container {
  margin-bottom: 60px;
}
.service_top .flow__item {
  padding: 0 10px 0 0;
}
.service_top .flow .btn__container .btn__gray {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.service_top .faq .faq__item {
  margin-bottom: 2rem;
  border-radius: 1.5rem;
  background-color: #ffffff;
}
.service_top .faq .faq__item summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 30px;
  padding-left: calc(30px + 2.5rem + 0.5rem);
  padding-right: 64px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2028%2028%22%3E%0A%20%20%20%20%3Ccircle%20cx%3D%2214%22%20cy%3D%2214%22%20r%3D%2214%22%20style%3D%22fill%3A%23E1E1E1%3B%22%2F%3E%0A%3C%2Fsvg%3E");
  background-position: right 20px center;
  background-size: 34px;
  background-repeat: no-repeat;
  font-size: clamp(1.125rem, 1.6vw, 1.25rem);
  color: #000000;
  font-weight: 700;
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  .service_top .faq .faq__item summary {
    padding: 20px;
    padding-left: calc(20px + 1.5rem + 0.5rem);
    padding-right: 44px;
    background-size: 24px;
  }
}
.service_top .faq .faq__item summary::-webkit-details-marker {
  display: none;
}
.service_top .faq .faq__item summary::before, .service_top .faq .faq__item summary::after {
  position: absolute;
  right: calc(20px + 1rem);
  width: 2px;
  height: 16px;
  border-radius: 5px;
  background-color: #000000;
  content: "";
}
@media screen and (max-width: 480px) {
  .service_top .faq .faq__item summary::before, .service_top .faq .faq__item summary::after {
    right: calc(15px + 1rem);
    height: 12px;
  }
}
.service_top .faq .faq__item summary::before {
  rotate: 90deg;
}
.service_top .faq .faq__item summary::after {
  transition: rotate 0.3s;
}
.service_top .faq .faq__item[open] summary::after {
  rotate: 90deg;
}
.service_top .faq .faq__item .answer {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 30px;
  padding-left: calc(30px + 2.5rem + 1rem);
  color: #000000;
  transition: transform 0.5s, opacity 0.5s;
  position: relative;
}
@media screen and (max-width: 480px) {
  .service_top .faq .faq__item .answer {
    padding: 20px;
    padding-left: calc(20px + 1.5rem + 0.5rem);
  }
}
.service_top .faq .faq__item summary span,
.service_top .faq .faq__item .answer span {
  font-size: 2.5rem;
  line-height: 1;
  display: block;
  position: absolute;
  top: 0.5em;
  left: 30px;
  line-height: 1;
}
@media screen and (max-width: 480px) {
  .service_top .faq .faq__item summary span,
.service_top .faq .faq__item .answer span {
    font-size: 1.5rem;
    left: 20px;
  }
}
.service_top .faq .faq__item summary span {
  color: #F40007;
}
.service_top .faq .faq__item .answer span {
  color: #000000;
}
.service_top .faq .faq__item[open] p {
  transform: none;
  opacity: 1;
}
.service_top .faq .btn__container .btn__white {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.service_top .floating__container {
  position: fixed;
  top: 25%;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  transition: 0.4s;
  z-index: 100;
}
@media screen and (max-width: 480px) {
  .service_top .floating__container {
    flex-direction: row;
    justify-content: center;
    gap: 10px;
    top: unset;
    bottom: 10px;
    left: 0;
  }
}
.service_top .floating__container.is-hidden {
  visibility: hidden;
  opacity: 0;
}
.service_top .floating__container .btn__floating, .service_top .floating__container .btn__floating.__document, .service_top .floating__container .btn__floating.__contact {
  border-radius: 30px 0 0 30px;
  padding: 2rem 1rem;
  writing-mode: vertical-rl;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.125rem;
  letter-spacing: 0.125em;
  position: relative;
}
@media screen and (max-width: 480px) {
  .service_top .floating__container .btn__floating, .service_top .floating__container .btn__floating.__document, .service_top .floating__container .btn__floating.__contact {
    writing-mode: horizontal-tb;
    padding: 0.5em 1.5em;
    font-size: 1rem;
    border-radius: 3em;
    letter-spacing: 0;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.1254901961));
  }
}
.service_top .floating__container .btn__floating.__contact {
  color: #fff;
  background-color: #FF6A00;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
}
.service_top .floating__container .btn__floating.__contact:hover {
  background-color: #ce5600;
}
.service_top .floating__container .btn__floating.__contact::before {
  content: "";
  display: block;
  width: 1.25rem;
  height: auto;
  aspect-ratio: 1/1;
  background: center/contain url(../images/icon_mail_white.svg) no-repeat;
}
.service_top .floating__container .btn__floating.__document {
  color: #000000;
  background-color: #fff;
  border: 3px solid #E1E1E1;
  border-right: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
}
@media screen and (max-width: 480px) {
  .service_top .floating__container .btn__floating.__document {
    border-right: 3px solid #E1E1E1;
  }
}
.service_top .floating__container .btn__floating.__document:hover {
  background-color: #E1E1E1;
}
.service_top .floating__container .btn__floating.__document::before {
  content: "";
  display: block;
  width: 1.25rem;
  height: auto;
  aspect-ratio: 1/1;
  background: center/contain url(../images/icon_document_black.svg) no-repeat;
}

#container #contents {
  padding-bottom: 145px;
}
@media screen and (max-width: 480px) {
  #container #contents {
    padding-bottom: 115px;
  }
}

@media screen and (max-width: 480px) {
  #pagetop_renew {
    display: none !important;
  }
}
/*# sourceMappingURL=top.css.map */