@charset "UTF-8";
.l-attention {
  padding-block: 40px;
}

#top .l-medical {
  padding-block: 28px 78px;
}
@media screen and (min-width: 992px) {
  #top .l-medical {
    padding-block: 70px 116px;
  }
}

.l-top-feature {
  padding-block: 74px 81px;
}
@media screen and (min-width: 992px) {
  .l-top-feature {
    padding-block: 116px 120px;
  }
}

.l-top-doctor {
  padding-block: 74px 84px;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .l-top-doctor {
    padding-block: 126px;
  }
}

.p-card {
  display: grid;
  position: relative;
  z-index: 0;
  padding-inline: 17px;
  padding-bottom: 70px;
  overflow: hidden;
  counter-increment: number;
}
@media screen and (min-width: 992px) {
  .p-card {
    padding-inline: 30px;
    padding-bottom: 54px;
  }
}

.p-card::before,
.p-card::after {
  position: absolute;
}

.p-card::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: calc(100% - 42px);
  background-color: #fff;
  top: 42px;
  left: 0;
  z-index: -2;
  border-radius: 18px;
}
@media screen and (min-width: 992px) {
  .p-card::before {
    border-radius: 20px;
  }
}

.p-card::after {
  content: counter(number, decimal-leading-zero);
  right: 16px;
  bottom: 0;
  z-index: -1;
  font-weight: 700;
  font-size: 100px;
  line-height: 1;
  color: rgba(111, 195, 211, 0.15);
  margin-bottom: -0.1em;
}
@media screen and (min-width: 992px) {
  .p-card::after {
    right: 21px;
    font-size: 155px;
  }
}

.p-card__ttl {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #6fc3d3;
  text-align: center;
  margin-top: 1.25em;
}
@media screen and (min-width: 992px) {
  .p-card__ttl {
    font-size: 24px;
    line-height: 1.375;
    letter-spacing: 0.1em;
    margin-top: 1.5em;
    align-self: center;
  }
}

.p-card__ttl:has(wbr) {
  word-break: keep-all;
}

.p-card__ttl-br-pc {
  display: contents;
}
@media screen and (min-width: 992px) {
  .p-card__ttl-br-pc {
    display: block;
  }
}

.p-card__txt {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.7857142857;
  letter-spacing: 0.04em;
  margin-top: 0.75em;
}
@media screen and (min-width: 992px) {
  .p-card__txt {
    font-size: 16px;
    line-height: 1.8125;
    letter-spacing: 0.02em;
    margin-top: 1.25em;
    max-width: 98%;
  }
}

.p-card__img {
  order: -1;
  border-radius: 12px;
  overflow: hidden;
  max-width: 400px;
  margin-inline: auto;
}
@media screen and (min-width: 992px) {
  .p-card__img {
    border-radius: 20px;
  }
}

.p-card__img-item {
  width: 100%;
  height: 100%;
  aspect-ratio: 309/245;
  object-fit: cover;
}

.p-card2 {
  display: grid;
}
@media screen and (min-width: 992px) {
  .p-card2 {
    grid-template-areas: none;
    grid-template-columns: minmax(310px, 476fr) 472fr;
    gap: 52px 5.2%;
  }
}

.p-card2__body {
  display: contents;
}
@media screen and (min-width: 992px) {
  .p-card2__body {
    display: revert;
  }
}

.p-card2__lead {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.75;
  letter-spacing: 0.03em;
  color: #6fc3d3;
  margin-top: 30px;
}
@media screen and (min-width: 992px) {
  .p-card2__lead {
    font-size: 24px;
    line-height: 1.875;
    letter-spacing: 0.15em;
    max-width: 466px;
  }
}

.p-card2__lead:has(wbr) {
  word-break: keep-all;
}

.p-card2__txt-container {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6428571429;
  display: flex;
  flex-direction: column;
  gap: 1.75em;
  margin-top: 20px;
}
@media screen and (min-width: 992px) {
  .p-card2__txt-container {
    font-size: 16px;
    line-height: 1.6875;
    letter-spacing: -0.02em;
    gap: 1.25em;
  }
}

.p-card2__byline {
  max-width: 123px;
  margin-top: 24px;
}
@media screen and (min-width: 992px) {
  .p-card2__byline {
    max-width: 174px;
  }
}

.p-card2__byline-item {
  width: 100%;
  height: auto;
}

.p-card2__img {
  order: -1;
  border-radius: 13px;
  overflow: hidden;
  max-width: 350px;
  margin-inline: auto;
}
@media screen and (min-width: 992px) {
  .p-card2__img {
    order: initial;
    align-self: start;
    border-radius: 20px;
    max-width: 100%;
  }
}

.p-card2__img-item {
  width: 100%;
  height: 100%;
  aspect-ratio: 345/280;
  object-fit: cover;
}
@media screen and (min-width: 992px) {
  .p-card2__img-item {
    aspect-ratio: 472/585;
  }
}

.p-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(320px, 100%), 1fr));
  gap: 36px 31px;
}
@media screen and (min-width: 992px) {
  .p-cards {
    gap: 42px 38px;
  }
}

.p-cards__card {
  max-width: 450px;
  margin-inline: auto;
}
@media screen and (min-width: 992px) {
  .p-cards__card {
    max-width: initial;
    margin-inline: initial;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    gap: 0;
  }
}

.p-img-loop {
  display: flex;
}

.p-img-loop__img-container {
  flex-shrink: 0;
  animation: loop 60s linear infinite;
  display: flex;
  gap: inherit;
  align-items: flex-start;
}

.p-img-loop__img {
  width: 290px;
}
@media screen and (min-width: 992px) {
  .p-img-loop__img {
    width: 472px;
  }
}

.p-img-loop__img-item {
  width: 100%;
  height: 100%;
  aspect-ratio: 472/326;
  object-fit: cover;
}

@keyframes loop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.p-swiper__wrapper.swiper-wrapper {
  transition-timing-function: linear;
}

.p-swiper__img-item {
  width: calc(100% - 30px);
  height: 100%;
  margin-inline: auto;
  aspect-ratio: 345/234;
  object-fit: cover;
  border-radius: 8px;
}
@media screen and (min-width: 992px) {
  .p-swiper__img-item {
    width: calc(100% - 100px);
    aspect-ratio: 950/715;
    border-radius: 20px;
  }
}

.p-swiper-container__body {
  height: 100%;
}

.p-mv {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .p-mv {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }
}

.p-mv::before {
  content: "";
  position: absolute;
  top: 190px;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url(../img/top/bg_stomach-character_sm.svg) no-repeat top right/44.8% auto;
  pointer-events: none;
}
@media screen and (min-width: 992px) {
  .p-mv::before {
    top: 373px;
    height: calc(100% + 120px);
    background-image: url(../img/top/bg_stomach-character.svg);
    background-size: 42.96875% auto;
  }
}
@media screen and (min-width: 1440px) {
  .p-mv::before {
    width: 660px;
    height: 808px;
    background-size: contain;
  }
}

.p-mv__swiper-container {
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 992px) {
  .p-mv__swiper-container {
    grid-area: 1/1;
  }
}

.p-mv__body {
  margin-top: -19px;
}
@media screen and (min-width: 992px) {
  .p-mv__body {
    margin-top: 76px;
    grid-area: 1/1;
  }
}

.p-mv__body-inner {
  box-sizing: content-box;
  padding-inline: 30px;
}
@media screen and (min-width: 992px) {
  .p-mv__body-inner {
    padding-inline: 40px;
    margin-right: initial;
    display: flex;
    justify-content: flex-end;
    height: 100%;
  }
}
@media screen and (min-width: 1440px) {
  .p-mv__body-inner {
    padding-inline: 6.7708333333%;
  }
}

@media screen and (min-width: 992px) {
  .p-mv__box {
    position: relative;
    z-index: 0;
    max-width: 500px;
  }
}

@media screen and (min-width: 992px) {
  .p-mv__box::before {
    content: "";
    position: absolute;
    top: -79px;
    left: 60px;
    width: calc(100% - 70px);
    height: calc(100% + 79px);
    z-index: -1;
    background-color: #eafaf9;
  }
}

@media screen and (min-width: 992px) {
  .p-mv__box-inner,
  .p-mv__box-inner-sub {
    position: relative;
    z-index: 0;
    height: 100%;
  }
}

@media screen and (min-width: 992px) {
  .p-mv__box-inner::before,
  .p-mv__box-inner::after,
  .p-mv__box-inner-sub::before,
  .p-mv__box-inner-sub::after {
    content: "";
    position: absolute;
    z-index: 0;
    width: 20px;
    height: 20px;
    background: url(../img/top/bg_rounded-corners.svg) no-repeat center/contain;
  }
}

@media screen and (min-width: 992px) {
  .p-mv__box-inner::before,
  .p-mv__box-inner::after {
    top: -76px;
  }
}

@media screen and (min-width: 992px) {
  .p-mv__box-inner::before {
    left: 40px;
  }
}

@media screen and (min-width: 992px) {
  .p-mv__box-inner::after {
    right: -10px;
    transform: scaleX(-1);
  }
}

@media screen and (min-width: 992px) {
  .p-mv__box-inner-sub {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 992px) {
  .p-mv__box-inner-sub::before,
  .p-mv__box-inner-sub::after {
    bottom: 0;
  }
}

@media screen and (min-width: 992px) {
  .p-mv__box-inner-sub::before {
    transform: scaleY(-1);
    left: 40px;
  }
}

@media screen and (min-width: 992px) {
  .p-mv__box-inner-sub::after {
    transform: rotate(180deg);
    right: -10px;
  }
}

.p-mv__lead {
  font-size: 28px;
  line-height: 1.4285714286;
  letter-spacing: 0.1em;
  word-break: auto-phrase;
  width: fit-content;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 576px) {
  .p-mv__lead {
    font-size: 36px;
  }
}
@media screen and (min-width: 992px) {
  .p-mv__lead {
    font-size: 50px;
    line-height: 1.6;
    letter-spacing: 0.14em;
  }
}

.p-mv__lead-item {
  display: inline-block;
  background-color: #fff;
  border-radius: 7px;
  padding-left: 0.5em;
}
@media screen and (min-width: 992px) {
  .p-mv__lead-item {
    border-radius: 14px;
  }
}

.p-mv__lead-item:not(:first-child) {
  margin-top: 4px;
}

.p-mv__txt-container {
  /* 外側の角丸 (元のborder-radius) */
  --br: 7px;
  /* 内側の角丸 (切り抜き部分のカーブ) */
  --r: 7px;
  --d: calc(var(--r) * 2);
  /* 切り抜きのサイズ (右上の空白領域) */
  --cx: 48px;
  --cy: 40px;
  position: relative;
  z-index: 0;
  max-width: 220px;
  /* Gridを利用して背景の2つのブロックを配置 */
  display: grid;
  grid-template-rows: var(--cy) auto;
  grid-template-columns: 1fr var(--cx);
  margin-top: 17px;
}
.p-mv__txt-container::before, .p-mv__txt-container::after {
  position: relative;
}
.p-mv__txt-container {
  /* 下部のベース要素（全体幅に広がる部分） */
}
.p-mv__txt-container::before {
  content: "";
  grid-row: 2/-1;
  grid-column: 1/-1;
  background-color: #fff;
  /* 左上(0)、右上(内角丸)、右下(外角丸)、左下(外角丸) */
  clip-path: inset(0 round 0 var(--r) var(--br) var(--br));
  z-index: -1;
}
@media screen and (min-width: 992px) {
  .p-mv__txt-container::before {
    content: initial;
  }
}
.p-mv__txt-container {
  /* 左上の要素（切り抜きと隣接する部分） */
}
.p-mv__txt-container::after {
  content: "";
  grid-row: 1/2;
  grid-column: 1/2;
  background-color: #fff;
  /* 下の要素との隙間を埋めるため 1px 被せる */
  margin-bottom: -1px;
  /* 左上(外角丸)、右上(切り抜きの角丸)、右下(直角)、左下(直角) にする */
  clip-path: inset(0 0 -1px 0 round var(--br) var(--r) 0 0);
  z-index: -1;
}
@media screen and (min-width: 992px) {
  .p-mv__txt-container::after {
    content: initial;
  }
}
@media screen and (min-width: 576px) {
  .p-mv__txt-container {
    max-width: 327px;
  }
}
@media screen and (min-width: 992px) {
  .p-mv__txt-container {
    display: revert;
    background-color: #fff;
    border-radius: var(--br);
    --br: 14px;
    --r: 14px;
  }
}

.p-mv__txt {
  /* テキスト部分を配置 */
  grid-row: 1/-1;
  grid-column: 1/-1;
  position: relative;
  padding-inline: 1em;
  padding-block: 0.75em;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.5833333333;
  letter-spacing: 0.15em;
  word-break: auto-phrase;
  z-index: 1;
}
@media screen and (min-width: 576px) {
  .p-mv__txt {
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) {
  .p-mv__txt {
    padding-inline: 1.5em;
    padding-block: 1.25em 1.75em;
    line-height: 2.8125;
    letter-spacing: 0.19em;
  }
}
.p-mv__txt {
  /* 切り抜き部分にテキストが入り込まないように空の要素をfloatさせる */
}
.p-mv__txt::before {
  content: "";
  float: right;
  width: var(--cx);
  height: var(--cy);
  /* 余白 */
  margin-left: -0.5em;
  margin-top: -0.5em;
}
@media screen and (min-width: 992px) {
  .p-mv__txt::before {
    content: initial;
  }
}

/* 既存スタイル上書き */
.p-news__item.p-news__item--pinned .p-news__date {
  padding-right: 30px;
}
@media screen and (min-width: 992px) {
  .p-news__item.p-news__item--pinned .p-news__date {
    padding-right: initial;
  }
}

.p-news__item.p-news__item--pinned .p-news__ttl-item {
  display: inline-flex;
}

.p-news__item.p-news__item--pinned .p-news__ttl-item::after {
  flex-shrink: 0;
  content: "";
  width: 14px;
  height: 14px;
  background: url(../img/top/icon_pin.svg) no-repeat center/contain;
  margin-left: 0.75em;
  margin-top: -0.5em;
}
@media screen and (min-width: 992px) {
  .p-news__item.p-news__item--pinned .p-news__ttl-item::after {
    width: 16px;
    height: 16px;
    margin-top: initial;
  }
}

.p-box__access {
  margin-top: 26px;
}
@media screen and (min-width: 992px) {
  .p-box__access {
    margin-top: 4px;
  }
}

.p-box__txt {
  margin-top: 0.5em;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: initial;
}
@media screen and (min-width: 992px) {
  .p-box__txt {
    margin-top: 0.75em;
    font-size: 16px;
    line-height: 1.5625;
    letter-spacing: 0.05em;
  }
}

.p-box__btn {
  margin-top: 18px;
}
@media screen and (min-width: 992px) {
  .p-box__btn {
    margin-top: 36px;
  }
}

.p-box__btn-link {
  margin-inline: auto;
}

.p-hours-access-details__ttl-container {
  background-color: #6fc3d3;
  color: #fff;
  border-radius: 12px 12px 0 0;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.1em;
  padding-inline: 1.25em 1em;
  padding-block: 1em;
  display: flex;
  justify-content: space-between;
  gap: 1em;
  align-items: center;
}
@media screen and (min-width: 992px) {
  .p-hours-access-details__ttl-container {
    pointer-events: none;
    cursor: default;
    font-size: 20px;
    letter-spacing: 0.05em;
  }
}

.p-hours-access-details__ttl-container::after {
  flex-shrink: 0;
  content: "";
  display: inline-block;
  background: url(../img/top/icon_arrow-down.svg) no-repeat center/contain;
  width: 15px;
  height: 6px;
  transform: rotate(180deg);
  transition: transform 0.3s ease-in-out;
}
@media screen and (min-width: 992px) {
  .p-hours-access-details__ttl-container::after {
    display: none;
  }
}

.p-hours-access-details[open] .p-hours-access-details__ttl-container::after {
  transform: rotate(0deg);
}

/* Safari のみ */
_::-webkit-full-page-media,
_:future,
:root .p-hours-access-details__body {
  position: relative;
  z-index: 0;
  transform: translateZ(0);
}

.p-hours-access-details__body {
  border: 3px solid #eafaf9;
  background-color: #fff;
  padding-inline: 11px;
  padding-bottom: 27px;
}
@media screen and (min-width: 992px) {
  .p-hours-access-details__body {
    border-width: 5px;
    padding-inline: 25px;
    padding-bottom: 34px;
  }
}

.p-hours-access-details .p-table-container__notice {
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: right;
}

.p-hours-access-details-container__inner {
  padding-inline: 7px;
}
@media screen and (min-width: 992px) {
  .p-hours-access-details-container__inner {
    padding-inline: 45px;
    max-width: 1350px;
  }
}

@media screen and (min-width: 992px) {
  .p-hours-access-details-container__details {
    max-width: 582px;
  }
}

.p-mv-container {
  position: relative;
  z-index: 0;
  padding-bottom: 14px;
}
@media screen and (min-width: 992px) {
  .p-mv-container {
    padding-bottom: 2px;
  }
}

@media screen and (min-width: 992px) {
  .p-mv-container::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -127px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="1536" height="379.91" viewbox="0 0 100 100"><path d="M633.57,110.75c42.16,3.78,83.68,11.78,125.6,17.26,45.87,6,158.9,15.35,205.29,15.27,133.05-.24,260.59-22.52,390.24-51.68,77.54-17.44,127.09-41.15,181.29-74.05V0H0v95.68l.73,154.32c140.05-69.42,293.45-115.08,450.31-134.02,60.56-7.31,121.9-10.67,182.53-5.23Z" fill="rgba(234, 250, 249, 1)"></path></svg>');
    background-size: max(1536px, 100vw) 250px;
    background-position: bottom;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
}

/* Safari のみ */
@media screen and (min-width: 992px) {
  _::-webkit-full-page-media,
  _:future,
  :root .p-mv-container::before {
    bottom: -120px;
    background-size: 100vw 260px;
    width: 100vw;
  }
}
@media screen and (min-width: 1024px) {
  _::-webkit-full-page-media,
  _:future,
  :root .p-mv-container::before {
    bottom: -220px;
    background-size: 100vw 430px;
  }
}
@media screen and (min-width: 1440px) {
  _::-webkit-full-page-media,
  _:future,
  :root .p-mv-container::before {
    bottom: -280px;
    background-size: 120vw auto;
  }
}

.p-mv-container::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: min(640px, 100%);
  background-color: #eafaf9;
  z-index: -1;
}
@media screen and (min-width: 576px) {
  .p-mv-container::after {
    height: min(1000px, 100%);
  }
}
@media screen and (min-width: 992px) {
  .p-mv-container::after {
    top: 0;
    height: calc(100% - 120px);
  }
}

.p-mv-container__hours-access {
  max-width: 500px;
  margin-inline: auto;
  margin-top: 33px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .p-mv-container__hours-access {
    max-width: initial;
    margin-inline: initial;
  }
}
@media screen and (min-width: 1440px) {
  .p-mv-container__hours-access {
    margin-top: -178px;
  }
}

.p-attention-box {
  border: 5px solid #6fc3d3;
  border-radius: 9px;
  font-size: 20px;
  line-height: 1.35;
  text-align: center;
  padding-inline: 0.25em;
  padding-block: 1.75em 1.5em;
}
@media screen and (min-width: 992px) {
  .p-attention-box {
    border-width: 4px;
    border-radius: 20px;
    font-size: 25px;
    line-height: 1.52;
    letter-spacing: 0.06em;
    padding-inline: 1.25em;
    padding-block: 1em 1.25em;
  }
}

.p-attention-box__img {
  max-width: 60px;
  margin-inline: auto;
}
@media screen and (min-width: 992px) {
  .p-attention-box__img {
    max-width: 72px;
  }
}

.p-attention-box__img-item {
  width: 100%;
  height: 100%;
  aspect-ratio: 72/72;
  object-fit: contain;
}

.p-attention-box__txt {
  font-weight: bold;
  margin-top: 1em;
}
@media screen and (min-width: 992px) {
  .p-attention-box__txt {
    margin-top: 0.5em;
  }
}

.p-attention-box__txt:has(wbr) {
  word-break: keep-all;
}

.p-attention-box__note {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: #6e6e6e;
  margin-top: 0.75em;
}
@media screen and (min-width: 992px) {
  .p-attention-box__note {
    font-size: 18px;
    letter-spacing: 0.07em;
  }
}

.p-attention-box__note:has(wbr) {
  word-break: keep-all;
}

.p-attention-box__note-item {
  font: inherit;
}

.p-attention-box.p-attention-box--accent {
  color: #fff;
  background-color: #6fc3d3;
}

.p-attention-box.p-attention-box--accent .p-attention-box__note {
  color: inherit;
}

.p-attention-boxes {
  display: grid;
  grid-template-columns: 1fr;
  gap: 17px;
}
@media screen and (min-width: 992px) {
  .p-attention-boxes {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}

.p-attention__inner {
  padding-inline: 32px;
}
@media screen and (min-width: 992px) {
  .p-attention__inner {
    padding-inline: 50px;
    max-width: 1336px;
  }
}

.p-top-feature {
  background-color: #eafaf9;
}

@media screen and (min-width: 992px) {
  .p-top-feature__inner {
    max-width: 1336px;
  }
}

.p-top-feature__cards {
  margin-top: 40px;
}
@media screen and (min-width: 992px) {
  .p-top-feature__cards {
    margin-top: 58px;
  }
}

.p-top-feature__btn {
  margin-top: 30px;
}
@media screen and (min-width: 992px) {
  .p-top-feature__btn {
    margin-top: 46px;
  }
}

.p-top-feature__btn-link {
  margin-inline: auto;
}

.p-top-doctor {
  position: relative;
  z-index: 0;
}

.p-top-doctor::before {
  content: "";
  display: block;
  width: 205px;
  height: 205px;
  background: url(../img/top/bg_logo.svg) no-repeat center/contain;
  position: absolute;
  top: 428px;
  right: -11px;
  z-index: -1;
}
@media screen and (min-width: 992px) {
  .p-top-doctor::before {
    width: 549px;
    height: 549px;
    top: -41px;
    right: initial;
    left: -47px;
  }
}

.p-top-doctor__inner {
  max-width: 700px;
  margin-inline: auto;
}
@media screen and (min-width: 992px) {
  .p-top-doctor__inner {
    max-width: 1000px;
  }
}

.p-top-doctor__card {
  margin-top: 40px;
}
@media screen and (min-width: 992px) {
  .p-top-doctor__card {
    margin-top: 54px;
  }
}

.p-top-doctor__btn {
  margin-top: 30px;
}
@media screen and (min-width: 992px) {
  .p-top-doctor__btn {
    margin-top: 74px;
  }
}

.p-top-doctor__btn-link {
  margin-inline: auto;
}/*# sourceMappingURL=top.css.map */