@charset "UTF-8";
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}

.ov {
  transition: opacity 0.3s;
}
.ov:hover {
  opacity: 0.8;
}

header {
  width: 100%;
  padding: 0 2.5%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
@media screen and (max-width: 900px) {
  header {
    padding: 10px 2.5%;
  }
}
header.is-sub, header.is-scroll {
  background: #fff;
}
header.is-sub .inner a.logo, header.is-scroll .inner a.logo {
  background-image: linear-gradient(180deg, rgb(0, 0, 0) 11.666%, rgb(3, 75, 168) 11.666%, rgb(3, 75, 168) 75%, rgb(0, 0, 0) 75%);
  background-color: rgb(0, 0, 0);
}
header.is-sub .inner .spNavTgl i,
header.is-sub .inner .spNavTgl i::before,
header.is-sub .inner .spNavTgl i::after, header.is-scroll .inner .spNavTgl i,
header.is-scroll .inner .spNavTgl i::before,
header.is-scroll .inner .spNavTgl i::after {
  background-color: var(--bc-blue) !important;
}
header.is-sub .inner nav a, header.is-scroll .inner nav a {
  color: #000 !important;
}
header.is-sub .inner nav ul.navList li.navListItem > a:has(~ ul.navListSub)::before, header.is-scroll .inner nav ul.navList li.navListItem > a:has(~ ul.navListSub)::before {
  border-color: #000;
}
header.is-sub .inner nav ul.navList a[target=_blank]::before, header.is-scroll .inner nav ul.navList a[target=_blank]::before {
  background-color: #000 !important;
}
@media screen and (max-width: 900px) {
  header.is-sub .inner nav ul.navList a[target=_blank]::before, header.is-scroll .inner nav ul.navList a[target=_blank]::before {
    background-color: var(--bc-blue) !important;
  }
}
header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  width: 100%;
  height: 90px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 900px) {
  header .inner {
    height: 70px;
  }
}
@media screen and (max-width: 500px) {
  header .inner {
    height: 50px;
  }
}
header .inner a.logo {
  max-width: 120px;
  width: 100%;
  aspect-ratio: 2/1;
  background-color: #fff;
  -webkit-mask-image: url(/_kyokko-wp-files/wp-content/themes/kyokko/common/img/kyokko_logo.svg);
          mask-image: url(/_kyokko-wp-files/wp-content/themes/kyokko/common/img/kyokko_logo.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
@media screen and (max-width: 500px) {
  header .inner a.logo {
    max-width: 90px;
  }
}
header .inner .spNavTgl {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
}
@media screen and (min-width: 901px) {
  header .inner .spNavTgl {
    display: none !important;
  }
}
header .inner .spNavTgl.ex i::before {
  top: calc(50% - 1px);
  rotate: 45deg;
}
header .inner .spNavTgl.ex i::after {
  bottom: calc(50% - 1px);
  rotate: -45deg;
}
header .inner .spNavTgl i {
  display: flex;
  position: relative;
}
header .inner .spNavTgl i::before, header .inner .spNavTgl i::after {
  content: "";
  width: 45px;
  height: 2px;
  background-color: #fff;
  transition: 0.3s;
  position: absolute;
  left: 0;
  translate: -50% 0;
}
header .inner .spNavTgl i::before {
  top: -8px;
}
header .inner .spNavTgl i::after {
  bottom: -8px;
}
header .inner nav {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}
@media screen and (min-width: 901px) {
  header .inner nav .nav-sp {
    display: none !important;
  }
}
@media screen and (max-width: 900px) {
  header .inner nav {
    width: 100vw;
    min-height: calc(100vh - 70px);
    padding: 30px 5%;
    background: url(/_kyokko-wp-files/wp-content/themes/kyokko/common/img/sp_header_bg.webp) no-repeat center bottom/cover;
    position: fixed;
    top: 90px;
    right: 0;
    translate: 100% 0;
    transition: 0.5s;
  }
}
@media screen and (max-width: 900px) and (max-width: 500px) {
  header .inner nav {
    height: calc(100vh - 50px);
    padding: 10px 5% 50px;
    top: 70px;
    overflow-y: scroll;
  }
}
@media screen and (max-width: 900px) {
  header .inner nav.nav-open {
    translate: 0 0 !important;
  }
  header .inner nav.nav-open a {
    color: #000;
  }
  header .inner nav .nav-pc {
    display: none !important;
  }
}
header .inner nav p,
header .inner nav ul.navList {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 5px min(3vw, 30px);
}
@media screen and (max-width: 1200px) {
  header .inner nav p,
  header .inner nav ul.navList {
    width: 500px;
  }
}
@media screen and (max-width: 900px) {
  header .inner nav p,
  header .inner nav ul.navList {
    width: 100%;
  }
}
header .inner nav p a,
header .inner nav ul.navList a {
  color: #fff;
  transition: color 0.5s;
  position: relative;
}
header .inner nav p a:hover::after,
header .inner nav ul.navList a:hover::after {
  width: 100%;
}
header .inner nav p a::after,
header .inner nav ul.navList a::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: var(--bc-blue);
  position: absolute;
  bottom: -1px;
  left: 50%;
  translate: -50% 0;
  transition: 0.5s;
}
header .inner nav p a {
  line-height: 20px;
  font-size: 14px;
}
@media screen and (max-width: 900px) {
  header .inner nav ul.navList {
    flex-direction: column;
  }
}
header .inner nav ul.navList a {
  line-height: 25px;
  font-size: 16px;
}
header .inner nav ul.navList a[target=_blank] {
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 0 5px;
  white-space: nowrap;
}
header .inner nav ul.navList a[target=_blank]::before {
  content: "";
  max-width: 12px;
  width: 100%;
  aspect-ratio: 1/1;
  background-color: #fff;
  -webkit-mask-image: url(/_kyokko-wp-files/wp-content/themes/kyokko/common/img/icn_blank.svg);
          mask-image: url(/_kyokko-wp-files/wp-content/themes/kyokko/common/img/icn_blank.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  min-width: 12px;
  transition: background-color 0.5s;
}
@media screen and (max-width: 900px) {
  header .inner nav ul.navList a[target=_blank]::before {
    max-width: 20px;
  }
}
header .inner nav ul.navList li.navListItem {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media screen and (min-width: 769px) {
  header .inner nav ul.navList li.navListItem > a:has(~ ul.navListSub) {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    gap: 0 5px;
  }
  header .inner nav ul.navList li.navListItem > a:has(~ ul.navListSub)::before {
    content: "";
    width: 8px;
    height: 8px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    rotate: 45deg;
    transition: 0.5s;
  }
}
@media screen and (max-width: 900px) {
  header .inner nav ul.navList li.navListItem {
    border-bottom: 1px solid #fff;
  }
}
header .inner nav ul.navList li.navListItem:has(a[href="/privacypolicy/"]) {
  border: none;
}
header .inner nav ul.navList li.navListItem:has(a[href="/privacypolicy/"]) a {
  color: #8a9099 !important;
  font-size: 16px;
}
@media screen and (max-width: 900px) {
  header .inner nav ul.navList li.navListItem > a, header .inner nav ul.navList li.navListItem > a + span {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 60px;
    font-size: 20px;
  }
}
@media screen and (max-width: 500px) {
  header .inner nav ul.navList li.navListItem > a, header .inner nav ul.navList li.navListItem > a + span {
    font-size: 16px;
    font-weight: bold;
    font-weight: 600;
  }
}
@media screen and (max-width: 900px) {
  header .inner nav ul.navList li.navListItem > a:not([target=_blank]), header .inner nav ul.navList li.navListItem > a + span {
    flex-direction: row-reverse;
  }
  header .inner nav ul.navList li.navListItem > a:not([target=_blank])::before, header .inner nav ul.navList li.navListItem > a + span::before {
    content: "";
    width: 15px;
    height: 15px;
    rotate: 45deg;
  }
}
header .inner nav ul.navList li.navListItem > a + span::before {
  border-right: 2px solid var(--bc-blue);
  border-bottom: 2px solid var(--bc-blue);
  translate: 0 -25%;
}
header .inner nav ul.navList li.navListItem > a + span.ex::before {
  rotate: -135deg;
  translate: 0 25%;
}
header .inner nav ul.navList li.navListItem > a:hover ~ ul.navListSub {
  display: flex !important;
}
@media screen and (max-width: 900px) {
  header .inner nav ul.navList li.navListItem > a:has(+ span) {
    display: none !important;
  }
}
@media screen and (min-width: 901px) {
  header .inner nav ul.navList li.navListItem span {
    display: none;
  }
}
header .inner nav ul.navList li.navListItem ul.navListSub {
  flex-direction: column;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (min-width: 901px) {
  header .inner nav ul.navList li.navListItem ul.navListSub {
    padding-top: 20px;
    position: absolute;
    bottom: 3px;
    left: 50%;
    translate: -50% 100%;
    overflow: hidden;
  }
  header .inner nav ul.navList li.navListItem ul.navListSub:hover {
    display: flex !important;
  }
}
@media screen and (max-width: 900px) {
  header .inner nav ul.navList li.navListItem ul.navListSub {
    width: 100%;
    margin-top: -10px;
    padding-bottom: 10px;
  }
}
header .inner nav ul.navList li.navListItem ul.navListSub li.navListSubItem {
  display: flex;
  align-items: center;
  gap: 0 10px;
  width: 100%;
}
@media screen and (min-width: 901px) {
  header .inner nav ul.navList li.navListItem ul.navListSub li.navListSubItem {
    padding: 15px 30px;
    background-color: rgba(240, 243, 247, 0.75);
  }
}
header .inner nav ul.navList li.navListItem ul.navListSub li.navListSubItem::before {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background-color: #4d4d4d;
}
@media screen and (max-width: 900px) {
  header .inner nav ul.navList li.navListItem ul.navListSub li.navListSubItem::before {
    width: 15px;
    background-color: var(--bc-blue);
  }
}
header .inner nav ul.navList li.navListItem ul.navListSub li.navListSubItem a {
  width: 100%;
  color: #000;
  white-space: nowrap;
}
@media screen and (max-width: 900px) {
  header .inner nav ul.navList li.navListItem ul.navListSub li.navListSubItem a {
    padding: 12px 15px;
    background: none;
  }
}
@media screen and (max-width: 500px) {
  header .inner nav ul.navList li.navListItem ul.navListSub li.navListSubItem a {
    padding: 8px 0;
  }
}

.kv_sub {
  position: relative;
  width: 100%;
  height: 300px;
}
@media screen and (max-width: 768px) {
  .kv_sub {
    height: auto;
    padding-top: 100px;
  }
}
.kv_sub > .inner {
  width: 90%;
  max-width: 1300px;
  height: 100%;
  margin: 0 auto;
  padding-bottom: 25px;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .kv_sub > .inner {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 20px;
  }
}
.kv_sub > .inner p.parent {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  color: var(--bc-blue);
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .kv_sub > .inner p.parent {
    font-size: 16px;
  }
}
.kv_sub > .inner p.parent:after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background: var(--bc-blue);
}
@media screen and (max-width: 768px) {
  .kv_sub > .inner p.parent:after {
    width: 40px;
  }
}
.kv_sub > .inner h1 {
  color: var(--bc-blue);
  font-size: 64px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .kv_sub > .inner h1 {
    font-size: 34px;
  }
}
.kv_sub > .inner .txt_en {
  position: absolute;
  bottom: 30px;
  right: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: var(--bc-blue);
}
@media screen and (max-width: 768px) {
  .kv_sub > .inner .txt_en {
    position: static;
  }
}
.kv_sub > .inner .txt_en:before {
  content: "";
  position: relative;
  top: 2px;
  width: 30px;
  height: 1px;
  background: #6694d1;
}

main .txt {
  position: relative;
}
main .txt span.en {
  display: flex;
  align-items: center;
  line-height: 1;
  color: inherit;
  writing-mode: tb-rl;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 768px) {
  main .txt span.en {
    top: max(-62.1vw - 28px, -488px);
  }
}
@media screen and (max-width: 500px) {
  main .txt span.en {
    font-size: 14px;
  }
}
main .txt span.en::before {
  content: "";
  width: 1px;
  height: 60px;
  margin: 0 3px 10px 0;
  background-color: currentColor;
}
@media screen and (max-width: 500px) {
  main .txt span.en::before {
    height: 40px;
  }
}
main .txt > p {
  line-height: 1.8;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  main .txt > p {
    line-height: 1.7;
    font-size: 16px;
  }
}

footer {
  margin-top: 130px;
  padding-bottom: 60px;
  background-color: #f0f3f7;
  position: relative;
}
footer .pt {
  max-width: 1400px;
  width: 95%;
  margin: 0 auto;
  padding-bottom: 60px;
  position: relative;
}
footer .pt a {
  display: flex;
  line-height: 1;
  position: absolute;
  top: -30px;
  right: 0;
}
footer .pt a:hover::after {
  background-color: #fff;
  color: var(--bc-blue);
}
footer .pt a span {
  color: var(--bc-blue);
  white-space: nowrap;
}
footer .pt a::after {
  content: "↑";
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 60px;
  width: 60px;
  height: 60px;
  border: 1px solid var(--bc-blue);
  border-radius: 50%;
  background-color: var(--bc-blue);
  color: #fff;
  font-size: 24px;
  transition: 0.3s;
}
footer .pt a::after {
  margin-left: 15px;
}
footer .inner {
  display: grid;
  grid-template-columns: auto 330px;
  gap: 38px 5vw;
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  footer .inner {
    display: flex;
    flex-direction: column;
  }
}
footer .inner .contact {
  grid-column: 2/3;
  grid-row: 1/3;
}
@media screen and (min-width: 901px) {
  footer .inner .contact {
    padding-left: min(6vw, 60px);
    border-left: 1px solid var(--bc-blue);
  }
}
@media screen and (max-width: 900px) {
  footer .inner .contact {
    max-width: 350px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--bc-blue);
  }
}
@media screen and (max-width: 500px) {
  footer .inner .contact {
    max-width: 250px;
  }
}
footer .inner .contact > p {
  margin-bottom: 55px;
  font-size: 20px;
}
@media screen and (max-width: 900px) {
  footer .inner .contact > p {
    white-space: nowrap;
  }
}
@media screen and (max-width: 768px) {
  footer .inner .contact > p {
    margin-bottom: 12px;
    font-size: 18px;
  }
}
@media screen and (max-width: 500px) {
  footer .inner .contact > p {
    font-size: 15px;
  }
}
@media screen and (min-width: 901px) {
  footer .inner .contact > p br {
    display: none !important;
  }
}
@media screen and (max-width: 900px) {
  footer .inner .contact .cntWrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
footer .inner .contact .cntWrap .cntBox {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
footer .inner .contact .cntWrap .cntBox:nth-of-type(1) {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid var(--bc-blue);
}
@media screen and (max-width: 900px) {
  footer .inner .contact .cntWrap .cntBox:nth-of-type(1) {
    margin-bottom: 16px;
    padding-bottom: 16px;
  }
}
footer .inner .contact .cntWrap .cntBox p {
  width: 100%;
  font-size: 16px;
}
@media screen and (max-width: 500px) {
  footer .inner .contact .cntWrap .cntBox p {
    font-size: 14px;
  }
}
footer .inner .contact .cntWrap .cntBox p span {
  padding-right: 20px;
  color: var(--bc-blue);
  font-size: 18px;
}
@media screen and (max-width: 900px) {
  footer .inner .contact .cntWrap .cntBox p span {
    padding-right: 16px;
  }
}
footer .inner .contact .cntWrap .cntBox .icn {
  margin-right: 25px;
}
@media screen and (max-width: 768px) {
  footer .inner .contact .cntWrap .cntBox .icn {
    margin-right: 18px;
  }
}
footer .inner .contact .cntWrap .cntBox .icn.tel {
  max-width: 30px;
  width: 100%;
  aspect-ratio: 5/4;
  background-color: var(--bc-blue);
  -webkit-mask-image: url(/_kyokko-wp-files/wp-content/themes/kyokko/common/img/icn_tel.svg);
          mask-image: url(/_kyokko-wp-files/wp-content/themes/kyokko/common/img/icn_tel.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
footer .inner .contact .cntWrap .cntBox .icn.fax {
  max-width: 30px;
  width: 100%;
  aspect-ratio: 30/31;
  background-color: var(--bc-blue);
  -webkit-mask-image: url(/_kyokko-wp-files/wp-content/themes/kyokko/common/img/icn_fax.svg);
          mask-image: url(/_kyokko-wp-files/wp-content/themes/kyokko/common/img/icn_fax.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
footer .inner .contact .cntWrap .cntBox i {
  color: var(--bc-blue);
  font-size: 32px;
  text-decoration: none !important;
  outline: none !important;
}
@media screen and (max-width: 500px) {
  footer .inner .contact .cntWrap .cntBox i {
    font-size: 28px;
  }
}
footer .inner .contact .cntWrap .cntBox i a {
  color: inherit;
  pointer-events: none;
  text-decoration: none !important;
  outline: none !important;
}
@media screen and (max-width: 768px) {
  footer .inner .contact .cntWrap .cntBox i a {
    pointer-events: auto;
  }
}
footer .inner nav {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px 10px;
  max-width: 760px;
}
@media screen and (min-width: 901px) {
  footer .inner nav {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 900px) {
  footer .inner nav {
    grid-template-rows: repeat(2, auto);
    grid-auto-flow: column;
    display: grid;
  }
}
footer .inner nav .navCellwrap {
  display: contents;
}
@media screen and (max-width: 900px) {
  footer .inner nav .navCellwrap {
    display: block;
    grid-row: 1/-1;
  }
  footer .inner nav .navCellwrap .navCell + .navCell {
    margin-top: 30px;
  }
}
footer .inner nav .navCell {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1;
}
@media screen and (max-width: 900px) {
  footer .inner nav .navCell {
    width: 100%;
  }
}
footer .inner nav .navCell a {
  position: relative;
  transition: 0.5s;
}
footer .inner nav .navCell a:hover {
  color: var(--bc-blue);
}
footer .inner nav .navCell a:hover::after {
  width: 100%;
}
footer .inner nav .navCell a::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: var(--bc-blue);
  position: absolute;
  bottom: -5px;
  left: 0;
  transition: 0.5s;
}
footer .inner nav .navCell > a {
  font-size: 16px;
}
@media screen and (max-width: 500px) {
  footer .inner nav .navCell > a {
    font-size: 14px;
  }
}
footer .inner nav .navCell > a[href="/privacypolicy/"] {
  margin-top: 0.8em;
  font-size: 14px;
}
@media screen and (max-width: 500px) {
  footer .inner nav .navCell > a[href="/privacypolicy/"] {
    font-size: 13px;
  }
}
footer .inner nav .navCell > a:not(:last-child) {
  margin-bottom: 18px;
}
@media screen and (max-width: 900px) {
  footer .inner nav .navCell > a:not(:last-child) {
    margin-bottom: 30px;
  }
}
footer .inner nav .navCell > a[target=_blank] {
  display: flex;
  align-items: center;
  gap: 0 5px;
}
footer .inner nav .navCell > a[target=_blank]::before {
  content: "";
  position: absolute;
  right: -15px;
  max-width: 12px;
  width: 100%;
  aspect-ratio: 1/1;
  background-color: var(--bc-blue);
  -webkit-mask-image: url(/_kyokko-wp-files/wp-content/themes/kyokko/common/img/icn_blank.svg);
          mask-image: url(/_kyokko-wp-files/wp-content/themes/kyokko/common/img/icn_blank.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
footer .inner nav .navCell p {
  display: flex;
  align-items: center;
  gap: 0 8px;
}
footer .inner nav .navCell p:nth-last-of-type(n + 2) {
  margin-bottom: 20px;
}
@media screen and (max-width: 900px) {
  footer .inner nav .navCell p:nth-last-of-type(n + 2) {
    margin-top: -10px;
  }
}
footer .inner nav .navCell p::before {
  content: "";
  width: 10px;
  border-top: 1px solid var(--bc-blue);
}
footer .inner nav .navCell p a {
  font-size: 14px;
}
@media screen and (max-width: 500px) {
  footer .inner nav .navCell p a {
    font-size: 13px;
  }
}
footer .inner .compInfo {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px 30px;
}
@media screen and (max-width: 900px) {
  footer .inner .compInfo {
    gap: 18px 20px;
  }
  footer .inner .compInfo a img {
    width: 120px;
  }
}
footer .inner .compInfo p {
  font-size: 16px;
}
@media screen and (max-width: 900px) {
  footer .inner .compInfo p {
    width: calc(100% - 140px);
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
  footer .inner .compInfo p {
    font-size: 13px;
  }
}
footer .inner .compInfo p span {
  font-size: 20px;
}
@media screen and (max-width: 900px) {
  footer .inner .compInfo p span {
    display: inline-block;
    margin-bottom: 8px;
    font-size: 18px;
  }
}
@media screen and (max-width: 500px) {
  footer .inner .compInfo p span {
    margin-bottom: 6px;
    font-size: 16px;
  }
}
@media screen and (min-width: 901px) {
  footer .inner .compInfo p br.sp {
    display: block !important;
  }
}
footer .inner .compInfo small {
  width: 100%;
  color: var(--bc-blue);
  font-size: 12px;
}
/*# sourceMappingURL=style.css.map */