@charset "UTF-8";
/* -------------------------------
    _reset
------------------------------- */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
S html,
body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
input, select {
  vertical-align: middle;
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("/wp-content/themes/ushiofuga.com/fonts/subset-NotoSansJP-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/wp-content/themes/ushiofuga.com/fonts/subset-NotoSansJP-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/wp-content/themes/ushiofuga.com/fonts/subset-NotoSansJP-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/wp-content/themes/ushiofuga.com/fonts/subset-NotoSansJP-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Inter";
  src: url("/wp-content/themes/ushiofuga.com/fonts/Inter-VariableFont_opsz,wght.ttf") format("truetype");
  font-style: normal;
  font-weight: 100 900; /* ウェイト範囲 */
  font-display: swap;
}
:root {
  --c-black01: #000000;
  --c-black02: #333333;
  --c-black03: #545454;
  --c-black04: rgba(0, 0, 0, .5);
  --c-white01: #ffffff;
  --c-gray01: #f5f5f5;
  --c-gray02: #828282;
  --header-height: 90px;
  --sp-header-height: 75px;
  --footer-height: 84.5px;
  --sp-footer-height: 81px;
  --side-padding: 30px;
  --sp-side-padding: 25px;
  --trans-all: all .25s ease;
}

/* ------------------------------------------
  Top
------------------------------------------ */
.fv {
  position: relative;
  width: 100%;
  height: 100vh;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .fv {
    margin-bottom: 9.6479791395vw;
  }
}

.fv-slider {
  max-width: 100%;
  height: 100%;
}

.fv-slider-img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .fv-slider-img {
    aspect-ratio: 750/1334;
  }
}

.scroll-line {
  position: absolute;
  bottom: 0;
  left: 4.39238653vw;
  width: 2em;
  height: 33.3333333333vh;
  z-index: 200;
}
@media screen and (max-width: 430px) {
  .scroll-line {
    left: 6%;
    height: 37.7358490566vh;
  }
}
.scroll-line::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: var(--c-white01);
  animation: scrollDown 3s infinite ease-in-out;
}

@keyframes scrollDown {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.scroll {
  display: block;
  position: relative;
  color: var(--c-white01);
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif" !important;
  letter-spacing: 0.2rem;
  writing-mode: vertical-rl;
}

.top-ct {
  max-width: 54.9048316252vw;
  width: 100%;
  margin: 0 auto;
  padding-inline: 1.8301610542vw;
}
@media screen and (max-width: 767px) {
  .top-ct {
    max-width: 600px;
    padding-inline: 10px;
  }
}

/* Photographs
--------------------- */
.top-photo {
  width: 100%;
  margin-bottom: 138px;
}
@media screen and (max-width: 767px) {
  .top-photo {
    margin-bottom: 15.6453715776vw;
  }
}
@media screen and (max-width: 430px) {
  .top-photo {
    margin-bottom: 70px;
  }
}

.top-photo__inner {
  max-width: 92.532942899vw;
  width: 100%;
  margin-left: 7.467057101vw;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .top-photo__inner {
    margin-left: 7.5619295958vw;
    margin-bottom: 3.9113428944vw;
  }
}
@media screen and (max-width: 430px) {
  .top-photo__inner {
    margin-bottom: 40px;
  }
}

.top-photo-title {
  position: relative;
  margin-left: -0.25rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top-photo-title {
    margin-left: -0.1rem;
  }
}

.top-photo-list {
  display: flex;
  justify-content: flex-start;
  gap: 0;
  align-items: center;
  position: relative;
  width: 100%;
  margin-top: -3.8067349927vw;
}
@media screen and (max-width: 767px) {
  .top-photo-list {
    margin-top: -4.5632333768vw;
  }
}
@media screen and (max-width: 430px) {
  .top-photo-list {
    margin-top: -5.8670143416vw;
  }
}

.top-photo-list__item {
  width: 33.3333333333%;
}

.top-photo__btn {
  display: block;
  width: 100%;
  max-height: 32.9428989751vw;
  height: 100%;
  overflow: hidden;
  transition: var(--trans-all);
}
@media screen and (max-width: 767px) {
  .top-photo__btn {
    max-height: 35.2020860495vw;
  }
}
.top-photo__btn:hover img, .top-photo__btn:focus img {
  opacity: 0.8;
}

.top-photo-img {
  width: 100%;
  height: 100%;
  aspect-ratio: 450/450;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: var(--trans-all);
}

/* Service
--------------------- */
.service {
  margin-bottom: 10.102489019vw;
  padding-inline: var(--side-padding);
}
@media screen and (max-width: 767px) {
  .service {
    margin-bottom: 15.6453715776vw;
  }
}
@media screen and (max-width: 430px) {
  .service {
    margin-bottom: 60px;
  }
}

.service__inner {
  max-width: 76.8667642753vw;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1367px) {
  .service__inner {
    max-width: 73.2064421669vw;
  }
}
@media screen and (max-width: 767px) {
  .service__inner {
    max-width: 72vw;
  }
}
@media screen and (max-width: 430px) {
  .service__inner {
    max-width: 100%;
    padding-inline: 3.259452412vw;
  }
}

.service-title {
  text-align: center;
  margin-bottom: 68px;
}
@media screen and (max-width: 767px) {
  .service-title {
    margin-bottom: 5.2151238592vw;
  }
}

.plan {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .plan {
    margin-bottom: 9.1264667536vw;
  }
}
.plan:last-of-type {
  margin-bottom: 0;
}

.plan__inner {
  display: flex;
  justify-content: space-between;
  gap: 5.5636896047vw;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .plan__inner {
    justify-content: flex-start;
    flex-direction: column-reverse;
    gap: 2.6075619296vw;
    align-items: flex-start;
  }
}

.plan:nth-of-type(even) > .plan__inner {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .plan:nth-of-type(even) > .plan__inner {
    flex-direction: column-reverse;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .plan__detail {
    width: 100%;
  }
}

.plan-subtitle {
  font-size: 1.6105417277vw;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.2;
  margin-bottom: 0.7320644217vw;
}
@media screen and (max-width: 767px) {
  .plan-subtitle {
    font-size: 2.6075619296vw;
    margin-bottom: 1.1734028683vw;
  }
}
@media screen and (max-width: 430px) {
  .plan-subtitle {
    font-size: 14px;
    margin-bottom: 5px;
  }
}

.plan-title {
  font-size: 3.0124450952vw;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.2;
  margin-bottom: 2.196193265vw;
}
@media screen and (max-width: 767px) {
  .plan-title {
    font-size: 4.8279009126vw;
    margin-bottom: 5.2151238592vw;
  }
}
@media screen and (max-width: 430px) {
  .plan-title {
    font-size: 21px;
    font-weight: 400;
  }
}

.plan-list {
  margin-bottom: 1.8301610542vw;
}
@media screen and (max-width: 767px) {
  .plan-list {
    margin-bottom: 3.259452412vw;
  }
}
@media screen and (max-width: 430px) {
  .plan-list {
    margin-bottom: 25px;
  }
}

.plan-list-item {
  font-size: 1.0980966325vw;
  font-weight: 400;
}
.plan-list-item--pr {
  text-indent: -1em;
  margin-bottom: 10px;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .plan-list-item {
    font-size: 1.9556714472vw;
  }
}
@media screen and (max-width: 430px) {
  .plan-list-item {
    font-size: 14px;
  }
}

.plan-list-supple {
  font-size: 1.0980966325vw;
  font-weight: 400;
  font-feature-settings: "palt";
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .plan-list-supple {
    font-size: 1.9556714472vw;
  }
}
@media screen and (max-width: 430px) {
  .plan-list-supple {
    font-size: 14px;
  }
}

.plan-text {
  font-size: 1.0980966325vw;
}
.plan-text:nth-of-type(2), .plan-text:nth-of-type(3) {
  margin-top: 15px;
}
.plan-text--mt0 {
  margin-top: 0 !important;
}
@media screen and (max-width: 767px) {
  .plan-text {
    font-size: 1.9556714472vw;
  }
}
@media screen and (max-width: 430px) {
  .plan-text {
    font-size: 14px;
  }
}

.plan-sublist {
  margin-block: 5px;
}

.plan-sublist-item {
  font-size: 0.9516837482vw;
  font-weight: 400;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .plan-sublist-item {
    font-size: 1.6949152542vw;
  }
}
@media screen and (max-width: 430px) {
  .plan-sublist-item {
    font-size: 12px;
  }
}

.plan-slider-wrap {
  flex-shrink: 0;
  max-width: 38.4333821376vw;
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .plan-slider-wrap {
    max-width: 100%;
  }
}

.plan-slider-img {
  max-width: 560px;
  width: 100%;
  height: 100%;
  aspect-ratio: 560/560;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

/* Information
--------------------- */
.info {
  background-color: var(--c-gray02);
  margin-bottom: 8.78477306vw;
  padding-block: 6.7349926794vw 7.7598828697vw;
  padding-inline: var(--side-padding);
}
@media screen and (max-width: 767px) {
  .info {
    margin-bottom: 10.4302477184vw;
    padding-block: 6.518904824vw;
    padding-inline: var(--sp-side-padding);
  }
}
@media screen and (max-width: 430px) {
  .info {
    margin-bottom: 80px;
    padding-block: 50px;
  }
}

.info-title {
  color: var(--c-white01);
  font-size: 1.756954612vw;
  font-weight: 300;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .info-title {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

.info-detail {
  margin-bottom: 25px;
}
.info-detail:last-of-type {
  margin-bottom: 0;
}

.info-detail-head {
  color: var(--c-white01);
  font-size: 16px;
  margin-bottom: 5px;
}

.info-list-item {
  color: var(--c-white01);
  font-size: 14px;
  text-indent: -1em;
  margin-bottom: 2px;
  padding-left: 1em;
}
.info-list-item:last-of-type {
  margin-bottom: 0;
}

.info-att-list {
  margin-bottom: 30px;
}

.info-att-item {
  color: var(--c-white01);
  font-size: 12px;
  text-indent: -1.05em;
  padding-left: 1em;
}

/* About
--------------------- */
.about {
  margin-bottom: 8.78477306vw;
  padding-inline: var(--side-padding);
}
@media screen and (max-width: 767px) {
  .about {
    margin-bottom: 108px;
  }
}

.about-title {
  color: var(--c-black01);
  font-size: 1.756954612vw;
  font-weight: 300;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .about-title {
    font-size: 24px;
    margin-bottom: 5.2151238592vw;
  }
}

.about-ct {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .about-ct {
    flex-direction: column-reverse;
    gap: 40px;
    align-items: center;
  }
}

.about-detail {
  max-width: 28.6969253294vw;
}
@media screen and (max-width: 767px) {
  .about-detail {
    max-width: 100%;
  }
}

.about-ct-title {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 20px;
}

.about-text {
  font-size: 14px;
  margin-bottom: 50px;
}

.about-list-item {
  font-size: 14px;
  margin-bottom: 2px;
}
.about-list-item:last-of-type {
  margin-bottom: 0;
}

.about-img-wrap {
  max-width: 14.3484626647vw;
}
@media screen and (max-width: 767px) {
  .about-img-wrap {
    max-width: 196px;
  }
}

.about-img {
  width: 100%;
}

/* ------------------------------------------
  Article List
------------------------------------------ */
.article-list-wrap {
  margin-bottom: 120px;
  padding-top: var(--header-height);
  padding-inline: var(--side-padding);
}
@media screen and (max-width: 767px) {
  .article-list-wrap {
    margin-bottom: 70px;
    padding-top: var(--sp-header-height);
    padding-inline: var(--sp-side-padding);
  }
}
@media screen and (max-width: 430px) {
  .article-list-wrap {
    padding-top: 45px;
  }
}

.article-list-title {
  margin-bottom: 2.9282576867vw;
}
@media screen and (max-width: 767px) {
  .article-list-title {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 430px) {
  .article-list-title {
    margin-bottom: 20px;
  }
}

.article-list__inner {
  max-width: 87.8477306003vw;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .article-list__inner {
    max-width: 100%;
  }
}

.article-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 42px;
  align-items: stretch;
  width: 100%;
  margin: 0 auto 100px;
}
@media screen and (max-width: 767px) {
  .article-list {
    gap: 20px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 430px) {
  .article-list {
    gap: 15px;
  }
}

.article-list-item {
  width: calc((100% - 84px) / 3);
}
@media screen and (max-width: 767px) {
  .article-list-item {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 430px) {
  .article-list-item {
    width: calc((100% - 15px) / 2);
  }
}
.article-list-item a {
  transition: var(--trans-all);
}
.article-list-item a:hover, .article-list-item a:focus {
  opacity: 0.8;
}
.article-list-item img {
  width: 100%;
  height: auto;
  aspect-ratio: 360/240;
  -o-object-fit: cover;
     object-fit: cover;
}

.article-cat {
  max-width: 52.7086383602vw;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .article-cat {
    max-width: 720px;
  }
}

.article-cat__inner {
  width: 100%;
  background-color: var(--c-gray01);
  margin-bottom: 80px;
  padding: 26px 6.588579795vw 24px;
}
@media screen and (max-width: 767px) {
  .article-cat__inner {
    margin-bottom: 40px;
    padding-inline: 25px;
  }
}
@media screen and (max-width: 430px) {
  .article-cat__inner {
    margin-bottom: 25px;
    padding-block: 15px 22px;
  }
}

.article-cat-title {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}
@media screen and (max-width: 430px) {
  .article-cat-title {
    margin-bottom: 7px;
  }
}

.article-cat__list-item {
  display: inline-block;
}

.article-cat-link {
  display: block;
  position: relative;
  font-size: 12px;
  margin-right: 2rem;
  transition: var(--trans-all);
}
.article-cat-link:hover, .article-cat-link:focus {
  color: #000000;
  opacity: 0.8;
}
.article-cat-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -1.5rem;
  width: 18px;
  height: 1px;
  background-color: var(--c-black01);
  transform: translateY(-50%) rotate(120deg);
}

.article-cat__list-item.is-active .article-cat-link::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--c-black01);
}

.article-cat__list-item:last-of-type .article-cat-link {
  margin-right: 0;
}
.article-cat__list-item:last-of-type .article-cat-link::after {
  display: none;
}

.no-article-text {
  text-align: center;
}

.pagination {
  display: flex;
  justify-content: center;
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: 50px;
  align-items: center;
}
@media screen and (max-width: 430px) {
  .nav-links {
    gap: 9.3023255814vw;
  }
}

.page-numbers {
  font-size: 16px;
}
@media screen and (max-width: 430px) {
  .page-numbers {
    font-size: 13px;
  }
}
.page-numbers.current {
  position: relative;
}
.page-numbers.current::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.2em;
  height: 2.2em;
  border: 1px solid var(--c-black01);
  border-radius: 50px;
  transform: translate(-50%, -50%);
}

.navigation .next {
  width: 0.75em;
  height: 0.75em;
  border-right: 1px solid var(--c-black01);
  border-bottom: 1px solid var(--c-black01);
  transform: rotate(-45deg);
  margin-top: 2px;
}
.navigation .prev {
  width: 0.75em;
  height: 0.75em;
  border-left: 1px solid var(--c-black01);
  border-bottom: 1px solid var(--c-black01);
  transform: rotate(45deg);
  margin-top: 2px;
}

/* ------------------------------------------
  Article
------------------------------------------ */
.article {
  margin-bottom: 120px;
  padding-top: var(--header-height);
  padding-inline: var(--side-padding);
}
@media screen and (max-width: 430px) {
  .article {
    margin-bottom: 70px;
    padding-top: var(--sp-header-height);
    padding-inline: var(--sp-side-padding);
  }
}

.article-title {
  margin-bottom: 4.39238653vw;
}
@media screen and (max-width: 767px) {
  .article-title {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 430px) {
  .article-title {
    margin-bottom: 40px;
  }
}

.article__inner {
  max-width: 87.8477306003vw;
  width: 100%;
  margin: 0 auto;
}

.wp-block-image {
  max-width: 600px;
  margin: 0 auto 25px;
}

/* ------------------------------------------
  Privacy
------------------------------------------ */
.privacy {
  margin-top: var(--header-height);
  padding-inline: var(--side-padding);
}
@media screen and (max-width: 767px) {
  .privacy {
    margin-top: var(--sp-header-height);
  }
}

.privacy-inner {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}

.privacy-policy {
  margin-bottom: 10.980966325vw;
}
@media screen and (max-width: 767px) {
  .privacy-policy {
    margin-bottom: 100px;
  }
}

.privacy-head-title {
  position: relative;
  font-size: 1.9765739385vw;
  font-weight: 500;
  border-bottom: 1px solid var(--c-black01);
  margin-bottom: 3.6603221083vw;
}
@media screen and (max-width: 767px) {
  .privacy-head-title {
    font-size: 27px;
    margin-bottom: 40px;
  }
}

.privacy-head-subtitle {
  display: inline-block;
  font-size: 1.1713030747vw;
  font-weight: 400;
  font-feature-settings: "palt";
  margin-left: 1.0980966325vw;
}
@media screen and (max-width: 767px) {
  .privacy-head-subtitle {
    font-size: 13px;
    margin-left: 15px;
  }
}

.privacy-ct {
  margin-bottom: 3.6603221083vw;
}
@media screen and (max-width: 767px) {
  .privacy-ct {
    margin-bottom: 50px;
  }
}

.privacy-title {
  font-size: 1.4641288433vw;
  font-weight: 400;
  margin-bottom: 0.7320644217vw;
}
@media screen and (max-width: 767px) {
  .privacy-title {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

.privacy-text {
  font-size: 14px;
  margin-bottom: 15px;
}

.privacy-text-link {
  display: inline-block;
  height: inherit;
  margin-top: 5px;
  transition: var(--trans-all);
}
.privacy-text-link:hover, .privacy-text-link:focus {
  opacity: 0.8;
}
.privacy-text-link img {
  height: 100%;
}

.privacy-list-item {
  position: relative;
  font-size: 14px;
  padding-left: 1em;
}
.privacy-list-item::before {
  content: "";
  display: inline;
  position: absolute;
  top: 0.67rem;
  left: 0.2rem;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50px;
  background-color: var(--c-black01);
}

.privacy-list-link {
  color: var(--c-black01);
  height: inherit;
  transition: var(--trans-all);
}
.privacy-list-link:hover, .privacy-list-link:focus {
  opacity: 0.8;
}
.privacy-list-link img {
  height: 100%;
}

.privacy-att-list {
  margin-top: 1.4641288433vw;
}
@media screen and (max-width: 767px) {
  .privacy-att-list {
    margin-top: 20px;
  }
}

.privacy-att-list-item {
  position: relative;
  font-size: 13px;
  padding-left: 1em;
}
.privacy-att-list-item::before {
  content: "※";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0.8rem;
  height: 0.8rem;
}/*# sourceMappingURL=contents.css.map */