/*
Theme Name: fuchusports Child
Theme URI: 
Template: fuchusports
Description: 
Author: 
Tags: 
Version: 0.6.0
*/

/**********基本構成**********/
/*はみ出し禁止*/
* {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  -o-box-sizing: border-box !important;
  -ms-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

img {
  display: block;
}

p {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 16px;
  }
}

body a {
  text-decoration: none;
}

a {
  color: #333333;
}

a:hover {
  color: #666666;
}

h1,
h2,
h3,
h4,
h5 {
  border: none;
  margin: 0 0 16px 0;
  padding: 0 0 0 0;
}

h1::after,
h2::after,
h3::after,
h4::after,
h5::after {
  border-bottom: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

li {
  margin-bottom: 16px;
  font-size: 16px;
}

dl {
  margin: 0;
  padding: 0;
}
dt {
  margin: 0;
  padding: 0;
  border: none;
  line-height: 1.7;
  font-size: 16px;
}
dd {
  margin: 0;
  padding: 0;
  border: none;
  line-height: 1.7;
  font-size: 16px;
}

table tbody tr th {
  font-size: 16px;
  border-color: #ccc;
  background-color: var(--orange);
  color: #fff;
}

table tbody tr td {
  font-size: 16px;
  border-color: #ccc;
}

figure {
  margin: 0;
}

/*プライバシーポリシー*/
.pp-content {
  margin-top: 50px;
}

.pp-content h3 {
  font-size: 34px;
  font-weight: bold;
  padding: 0;
  margin: 0;
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .pp-content h3 {
    font-size: 26px;
  }
}
/*画面幅いっぱい*/
.full_screen {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}

.harf_screen {
  margin-right: calc(50% - 45vw);
  margin-left: calc(50% - 45vw);
}

/*背景色のはみ出し*/
.over_wide {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
}

:root {
  --orange: #ff6900;
}

/***********************/
/*header*/
.site-header-logo {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .site-header {
    padding: 1em 0;
  }
}

@media screen and (max-width: 767px) {
  .site-header-logo img {
    max-width: 80%;
  }
}

.page-id-69 div.page-header,
.page-id-138 div.page-header,
.page-id-292 div.page-header,
.page-id-323 div.page-header,
.page-id-329 div.page-header,
.page-id-351 div.page-header,
.page-id-458 div.page-header,
.page-id-393 div.page-header,
.page-id-398 div.page-header,
.page-id-482 div.page-header,
.page-id-88 div.page-header,
.page-id-77 div.page-header,
.page-id-530 div.page-header {
  display: none;
}

.single.single-post div.page-header {
  display: none;
}
.archive.date div.page-header {
  display: none;
}

@media (min-width: 992px) {
  .device-pc .global-nav-list > li > a {
    padding: 14px 1em;
  }
}

@media (min-width: 992px) {
  .site-header--layout--nav-float .site-header-logo {
    margin-right: 0;
    width: 100%;
  }
}

.site-header-container.container {
  padding-right: 0;
  padding-left: 0;
  align-items: center;
}

/**/

.for-adult .inner,
.for-child,
.for-child-seminar,
.jr-team,
.club,
.exp-club-act {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  background: #f0f0f0;
  /* background: #ccc; */
}

.main-img > figure {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}

.main-img > figure > img {
  object-fit: cover;
  width: 100vw;
  aspect-ratio: 1920 / 920;
}

@media screen and (max-width: 767px) {
  .main-img > figure > img {
    object-position: 40% 50%;
  }
}

.main-img .img-frame > span.dis-tp {
  background: transparent;
  display: inline-block;
  width: 100vw;
  height: 80vh;
  aspect-ratio: 1920 / 920;
  position: relative;
}

@media screen and (max-width: 767px) {
  .main-img .img-frame > span.dis-tp {
    height: 60vh;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .main-img .img-frame > span.dis-tp {
    height: 60vh;
  }
}

.main-img figure.sticker img {
  position: absolute;
  z-index: 999;
  width: 15vw;
  bottom: 0;
  right: 5%;
}

@media screen and (max-width: 767px) {
  .main-img figure.sticker img {
    width: 30vw;
    bottom: 0;
    right: 5%;
    /* top: 55%; */
  }
}

.main-img figure.sticker2 img {
  position: absolute;
  z-index: 999;
  width: 7vw;
  bottom: 0;
  /* left: 0.5%; */
}

@media screen and (max-width: 767px) {
  .main-img figure.sticker2 img {
    width: 20vw;
    left: 0;
    bottom: 0;
    top: 0;
  }
}

/**/

.oga h3.oga-box-ttl span.ttl-sub {
}

ul.prg-list {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  ul.prg-list {
    display: block;
  }
}

ul.prg-list > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 19%;
  text-align: center;
  color: var(--orange);
  border: 2px solid var(--orange);
  /* padding: 0 1em; */
  position: relative;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  ul.prg-list > a {
    width: 100%;
    margin-bottom: 1em;
  }

  ul.prg-list > a:last-child {
    margin-bottom: 0;
  }
}

ul.prg-list > a li {
  margin: 1em 0;
}

@media screen and (max-width: 767px) {
  ul.prg-list > a li {
    margin: 0.5em 0;
  }
}

ul.prg-list > a li > span.triangle {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translatey(-50%);
  z-index: 1;
}

.classes-list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1em;
}

@media screen and (max-width: 767px) {
  .classes-list ul {
    display: block;
  }
}

.classes-list ul > a {
  width: 23%;
}

@media screen and (max-width: 767px) {
  .classes-list ul > a {
    width: 100%;
  }
}

.classes-list ul a li {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .classes-list ul a li {
    margin-bottom: 0.5em;
  }
}

.classes-list ul a li:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.classes-list ul a.blank-box li:before {
  background: transparent;
}

.classes-list ul a li > div {
  width: 100%;
  height: 100%;
}

.classes-list ul a li > div > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.classes-list ul a li p.class-upper {
  white-space: nowrap;
  color: #fff;
  background: var(--orange);
  line-height: 1;
  font-weight: 700;
  position: absolute;
  padding: 0.5em;
  z-index: 2;
  margin-bottom: 0;
}

.classes-list ul a li p.class-name {
  color: #fff;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  margin-bottom: 0;
  font-size: 18px;
  text-align: center;
  border: 1px solid #ccc;
  padding: 0.25em;
  width: 90%;
}

.classes-list ul a li p.class-name.fs-mini {
  font-size: 17px;
}

@media screen and (max-width: 767px) {
  .classes-list ul a li p.class-name.fs-mini {
    font-size: 18px;
  }
}

.classes-list ul a li p.class-note {
  position: absolute;
  bottom: 0.5em;
  left: 0.5em;
  z-index: 2;
  color: #fff;
  margin-bottom: 0;
}

.classes-list ul a li p.class-new {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  z-index: 5;
  color: #ff0000;
  margin-bottom: 0;
  font-weight: bold;
  background: #fff;
  border-radius: 50%;
  padding: 0.5em;
}

.sprt-mem figure img {
  margin: 0 auto;
}

.sprt-mem ul.sprt-mem-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1em;
}

@media screen and (max-width: 767px) {
  .sprt-mem ul.sprt-mem-list {
    gap: 0.5em;
  }
}

.sprt-mem ul.sprt-mem-list li {
  margin: 0;
}

/*flatとは*/
.oga-box-ttl {
  font-size: 32px;
  font-weight: bold;
  border-bottom: var(--orange) 1px solid;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  position: relative;
}

@media screen and (max-width: 767px) {
  .oga-box-ttl {
    font-size: 24px;
  }
}

.oga-box h4 {
  font-size: 18px;
  margin-bottom: 1em;
  border-bottom: 2px dotted var(--orange);
  padding-bottom: 0.5em;
  background-color: transparent;
}

.oga-box-ttl span.num {
  font-family: "Noto Serif JP", serif;
  color: #fff;
  line-height: 1;
  display: inline-block;
  box-sizing: border-box;
  background-color: var(--orange);
  border-radius: 50% 50% 0 50%;
  padding: 24px;
}

@media screen and (max-width: 767px) {
  .oga-box-ttl span.num {
    padding: 18px;
  }
}

span.emphasis {
  font-weight: bold;
  color: #ff0000;
}

.oga-box-ttl span.txt {
  margin-left: 1em;
}

.what-we-do .oga-box {
  display: flex;
}

@media screen and (max-width: 767px) {
  .what-we-do .oga-box {
    display: block;
  }
}

.what-we-do .oga-box ol {
  width: 40%;
  margin: 0;
  counter-reset: number;
  list-style-type: none !important;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .what-we-do .oga-box ol {
    width: 100%;
  }
}

.what-we-do .oga-box ul {
  width: 60%;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .what-we-do .oga-box ul {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1em;
  }
}

.what-we-do .oga-box ol li {
  margin: 0;
  position: relative;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 35px;
}

.what-we-do .oga-box ol li:before {
  position: absolute;
  counter-increment: number;
  content: counter(number);
  display: inline-block;
  background: var(--orange);
  color: white;
  font-weight: bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.what-we-do .oga-box ul li {
  margin: 0;
  width: 49%;
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .what-we-do .oga-box ul li {
    width: 100%;
    margin-bottom: 0;
  }
}

.what-we-do .oga-box ul li:last-child {
  margin-bottom: 0;
}

.what-kind-of-org figure {
  margin-bottom: 1em;
}

.what-kind-of-org figure img {
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .t-to-c .oga-box.flex {
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 767px) {
  .oga.t-to-c .oga-box > .w50 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .oga.t-to-c .oga-box > figure {
    margin-bottom: 1em;
  }
}

@media screen and (max-width: 767px) {
  .oga.t-to-c .oga-box > div > p:last-child {
    margin-bottom: 0;
  }
}

/*news*/
.lcp_catlist > li {
  margin: 0;
  border-bottom: 1px dotted #000;
  padding-bottom: 1em;
  margin: 1em 0;
}

/**/
.ft-banner {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.5em;
  margin-top: 1em;
  /* flex-wrap: wrap; */
  /* position: absolute; */
  /* z-index: 999;
  padding-left: 1em;
  margin-left: calc(50% - 50vw); */
}

@media screen and (max-width: 767px) {
  .ft-banner {
    grid-template-columns: repeat(3, 1fr);
    /* display: flex;
    flex-wrap: wrap;
    position: static;
    padding-left: 0; */
  }
}

.ft-banner li {
  margin: 0;
}

/**/
.top-main-area {
  position: relative;
}

.txt-menu-list {
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0vw;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .txt-menu-list {
    flex-wrap: wrap;
    flex-direction: initial;
    bottom: 0;
    top: initial;
    width: 100%;
    background: #ffffffcf;
  }
}

.txt-menu-list a {
  line-height: 3;
  padding: 1em;
  padding-left: 2em;
  font-weight: bold;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .txt-menu-list a {
    line-height: 2;
    padding: 0.5em;
    width: 50%;
  }
}

.txt-menu-list a:hover {
  background-color: var(--orange);
  color: #fff;
}

.txt-menu-list a li {
  margin: 0;
}

/**/
.oga > ul.classes-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  text-align: center;
}

@media screen and (max-width: 767px) {
  .oga > ul.classes-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5em;
    justify-content: space-between;
  }
}

.oga > ul.classes-list > a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5em 0;
}

@media screen and (max-width: 767px) {
  .oga > ul.classes-list > a {
    border-bottom: 1px solid #ccc;
  }
}

.oga > ul.classes-list li {
  margin: 0;
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 767px) {
  .oga > ul.classes-list li {
    border-bottom: none;
  }
}

.oga-box.classes-dtl dl {
  display: flex;
  padding: 1em;
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 767px) {
  .oga-box.classes-dtl dl {
    display: block;
    padding: 1em 0.5em;
  }
}

.oga-box.classes-dtl dl dt {
  width: 25%;
}

@media screen and (max-width: 767px) {
  .oga-box.classes-dtl dl dt {
    width: 100%;
  }
}

.oga-box.classes-dtl dl dd {
  width: 75%;
}

@media screen and (max-width: 767px) {
  .oga-box.classes-dtl dl dd {
    width: 100%;
  }
}

/**/
.declaration-list {
  display: grid;
  grid-template-columns: repeat(4, 24%);
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .declaration-list {
    display: block;
  }
}

.declaration-list li {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.declaration-list li > div {
  line-height: 1.7;
  font-size: 1.5em;
  text-align: center;
  padding: 0.5em 0;
  background: linear-gradient(var(--orange), #ffc2ab);
  margin-bottom: 1em;
  font-weight: bold;
  color: #fff;
}

.declaration-list li > div span.main-txt {
  line-height: 1.5;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
}

.declaration-list li > div span.sub-txt {
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
  display: block;
  font-size: 14px;
}

.declaration-list p {
  margin: 0;
  padding: 1em 0 0 1em;
  border-left: 2px solid var(--orange);
  height: 100%;
}

@media screen and (max-width: 767px) {
  .declaration-list p {
    margin-bottom: 1em;
    padding: 0.5em 0 0.5em 1em;
  }
}

/**/
.exp-club-act .oga-box-inner {
  padding: 5em;
  background: #fff;
  margin: 0 auto;
  margin-top: -15em;
  z-index: 99;
  position: relative;
}

@media screen and (max-width: 767px) {
  .exp-club-act .oga-box-inner {
    padding: 1em;
  }
}

.exp-club-act .oga-box-inner > p.txt-indent {
  font-weight: bold;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .exp-club-act .oga-box-inner > p.txt-indent {
    font-size: 16px;
  }
}

.exp-club-act .oga-box-inner > p.ta-r {
  margin: 0;
  margin-top: 1em;
}

@media screen and (max-width: 767px) {
  .exp-club-act .oga-box-inner > p.ta-r {
    font-size: 14px;
  }
}

.exp-club-act .oga-box-cnt {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .exp-club-act .oga-box-cnt {
    display: block;
  }
}

.exp-club-act .oga-box-cnt > div {
  width: 45%;
  background: #f0f0f0;
  padding: 1em;
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 767px) {
  .exp-club-act .oga-box-cnt > div {
    width: 100%;
    margin-bottom: 2em;
  }
}

.exp-club-act .oga-box figure {
  height: 500px;
  overflow: hidden;
}

.exp-club-act .oga-box-cnt > div > p {
  border-bottom: 1px solid orange;
  font-weight: bold;
  font-size: 20px;
  padding-bottom: 0.5em;
}

.exp-club-act .oga-box-cnt > div > ul li {
  margin: 0;
  margin-bottom: 1em;
}

.exp-club-act .oga-box-cnt > div > ul li:last-child {
  margin-bottom: 0;
}

.oga-box.regional-expansion {
  padding: 5em;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .oga-box.regional-expansion {
    padding: 1em;
  }
}

.oga h3.oga-box-ttl span.ttl-sub {
  font-size: 0.6em;
}

.classes-dtl dl dd ul li {
  margin: 0;
  padding: 0.25em 0.5em;
}

.classes-dtl dl dd ul li:nth-of-type(even) {
  /* background: #e5e5e5; */
}

.classes-dtl dl dd ol {
  list-style-type: disc;
  margin: 0;
}

.classes-dtl dl dd ol li {
  margin: 0;
}
/**/

@media screen and (max-width: 767px) {
  .sitemap-box div ul {
    margin-left: 1em;
  }
}

.sitemap-box div ul li {
  margin: 0;
  margin-bottom: 0.5em;
  line-height: 1.5;
  list-style-type: disclosure-closed;
}

.sitemap-box div ul li dl {
  font-size: 14px;
  margin-left: 1em;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

@media screen and (max-width: 767px) {
  .sitemap-box div ul li dl {
    grid-template-columns: repeat(1, 1fr);
  }
}

/*婦中町の体育施設*/
.oga.gym-info .oga-box {
  display: flex;
}

@media screen and (max-width: 767px) {
  .oga.gym-info .oga-box {
    display: block;
  }
}

.oga.gym-info .oga-box > figure {
  width: 60%;
}

@media screen and (max-width: 767px) {
  .oga.gym-info .oga-box > figure {
    width: 100%;
    margin-bottom: 1em;
  }
}

.oga.gym-info .oga-box figure img {
  margin: auto;
}

.facility-info {
  /* display: grid; */
  /* grid-template-columns: repeat(3, 1fr); */
  margin-left: 1em;
  width: 40%;
}

@media screen and (max-width: 767px) {
  .facility-info {
    margin-left: 0;
    width: 100%;
  }
}

.facility-info dl {
  border: #ccc 1px solid;
}

.facility-info dl dt {
  background: var(--orange);
  color: #fff;
  padding: 0.25em 0.5em;
}

.facility-info dl:nth-of-type(1) dt {
  background-color: #3ad7d7;
}

.facility-info dl:nth-of-type(2) dt {
  background-color: #669900;
}

.facility-info dl:nth-of-type(3) dt {
  background-color: #ff7e7e;
}

.facility-info dl dd {
  padding-left: 0.5em;
  line-height: 2;
}

.facility-info dl dd:nth-of-type(even) {
  background-color: #ededed;
}

/*教室定員数*/
.cap .cap-list dl {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr 1fr;
  text-align: center;
  padding: 1em 0;
}

@media screen and (max-width: 767px) {
  .cap .cap-list dl {
    grid-template-columns: 1fr 3fr 1fr 1fr;
  }
}

.cap .cap-list dl:nth-of-type(odd) {
  background: #e5e5e5;
}

.cap .cap-list dl dd {
  /* border-right: 1px solid #000; */
}

@media screen and (max-width: 767px) {
  .cap .cap-list dl dd {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

/*入会案内*/
.koushin .oga-box > div,
.nyuukai .oga-box > div {
  display: flex;
  justify-content: space-evenly;
}

@media screen and (max-width: 767px) {
  .koushin .oga-box > div,
  .nyuukai .oga-box > div {
    display: block;
    text-align: center;
  }
}

.koushin .oga-box p,
.nyuukai .oga-box p {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .koushin .oga-box p:first-child {
    margin-bottom: 1em;
  }
}

/*イベント*/
.spt-event hr {
  border: 1px solid #ccc;
  margin: 3em 0;
}

@media screen and (max-width: 767px) {
  .spt-event hr {
    margin: 5em 0;
  }
}

.spt-event .dis-grid {
  grid-template-columns: 2fr 1fr;
}

@media screen and (max-width: 767px) {
  .spt-event .dis-grid {
    display: block;
  }
}

.spt-event .dis-grid .oga-box.classes-dtl {
  margin-right: 2em;
}

@media screen and (max-width: 767px) {
  .spt-event .dis-grid .oga-box.classes-dtl {
    margin-right: 0;
  }
}

.spt-event .dis-grid figure img {
  object-fit: cover;
  aspect-ratio: 1920 / 1280;
}

/*お問い合わせ*/
.oga-box.inq-box dl {
  display: flex;
  margin: auto;
  width: 70%;
  border: 1px solid #e3e3e3;
}

@media screen and (max-width: 767px) {
  .oga-box.inq-box dl {
    display: block;
    width: 100%;
  }
}

.oga-box.inq-box dl dt {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: var(--orange);
  color: #fff;
}

@media screen and (max-width: 767px) {
  .oga-box.inq-box dl dt {
    width: 100%;
    padding: 0.5em 0;
  }
}

.oga-box.inq-box dl dd {
  width: 50%;
  align-items: center;
  display: flex;
  padding: 1em 0;
  padding-left: 1em;
}

@media screen and (max-width: 767px) {
  .oga-box.inq-box dl dd {
    width: 100%;
    padding: 1em 0;
    text-align: center;
    display: block;
  }
}

/*ご存知ですか*/
@media screen and (max-width: 767px) {
  .healthspan .oga-box div.flex {
    display: block;
  }
  .healthspan .oga-box div.flex .w-50 {
    width: 100% !important;
  }
}

.healthspan div > p.txt-indent {
  margin: 0;
}

.healthspan div > p.txt-indent:last-child {
  margin-bottom: 1em;
}

.oga.metabo .oga-box figure img {
  margin: 0 auto;
}

/*footer*/
ul.sfc-box {
  display: flex;
  justify-content: space-evenly;
}

@media screen and (max-width: 767px) {
  ul.sfc-box {
    display: block;
    text-align: center;
  }
}

ul.sfc-box li {
  margin: 0;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  ul.sfc-box li {
    font-size: 12px;
  }
}
