@charset "UTF-8";
/* foundation */
/* responsive system */
.tab-sp,
.sp {
  display: none;
}

@media screen and (max-width: 1024px) {
  .pc {
    display: none;
  }
  .tab-sp {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .pc-tab {
    display: none;
  }
  .sp {
    display: block;
  }
}
/* foundation */
/* base */
/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.2
*/
.displayflex {
  display: flex !important;
}

.threeFlame {
  width: 33%;
  border: solid 1px #000000;
}

.threeFlame h3, h4, p, a {
  padding: 0 1em;
}

.w40 {
  width: 40%;
}

.w30 {
  width: 30%;
}

.header-container-in.hlt-top-menu .logo-header img {
  width: 80% !important;
}

.footertable td,
.footertable th {
  background-color: #ffffff;
  border: solid 1px #000000;
  font-size: 12px;
}

.header-container-in.hlt-top-menu {
  align-items: end;
}

.source-org.copyright {
  margin-top: 2em;
}

@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.design11 {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  border: solid 3px #778ca3;
}

.design11 th {
  padding: 10px;
  border: solid 1px #778ca3;
  background: #778ca3;
  color: #ffffff;
}

.design11 td {
  padding: 10px;
  border: solid 1px #778ca3;
  background: #e9faf9;
  text-align: left;
}

.blogcard-wrap {
  border: solid 1px #000000;
}

.footer_p {
  font-size: 0.7em;
}

.article p {
  font-size: 16px;
}

article h2, .article h3, .article h4, .article h5, .article h6 {
  margin-top: 0;
}

.article h2 {
  font-size: 20px;
  color: #000000;
  background-color: rgba(255, 0, 0, 0) !important;
}

h2 {
  font-size: 22px;
  position: relative;
  line-height: 1.4;
  padding: 0.25em 1em;
  display: inline-block;
}

h2:before, h2:after {
  content: "";
  width: 20px;
  height: 30px;
  position: absolute;
  display: inline-block;
}

h2:before {
  border-left: solid 2px #000000;
  border-top: solid 2px #000000;
  top: 0;
  left: 0;
}

h2:after {
  border-right: solid 2px #000000;
  border-bottom: solid 2px #000000;
  bottom: 0;
  right: 0;
}

/************************************
** 子テーマ用のスタイルを書く

************************************/
/*単純に横並び*/
.yoko {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.yoko1 {
  flex-basis: 35%;
}

.yoko2 {
  flex-basis: 65%;
}

.box2 {
  padding: 0.5em 1em;
  margin: 2em 0;
  font-weight: bold;
  color: #6091d3; /*文字色*/
  background: #FFF;
  border: solid 3px #6091d3; /*線*/
  border-radius: 10px; /*角の丸み*/
}

.box h3 {
  text-align: center;
  position: relative;
  top: 80px;
}

.box {
  width: 95%;
  height: 250px;
  background: #faf7e0;
  margin: 40px auto;
  display: flex;
}

.eightPoint h3 {
  padding: 0 1em;
  font-size: 16px;
}

.eightPoint p {
  padding: 0 0.5em;
  font-size: 12px;
  text-align: left;
  color: #000000;
}

#eightPoint h3 {
  padding: 0 1em;
  font-size: 16px;
}

#eightPoint p {
  padding: 0 0.5em;
  font-size: 12px;
  text-align: left;
  color: #000000;
}

.threePoint p {
  padding: 0 0.5em;
  font-size: 14px;
  text-align: left;
  color: #ffffff;
}

.threePoint span {
  font-size: 14px;
}

.threePoint h3 {
  color: #000000;
}

/*吹き出し*/
.fukidashi {
  position: relative;
  padding: 1rem;
  border-radius: 10px;
  background-color: #b8d8e0;
  border: 2px solid #333;
}

.fukidashi::before {
  position: absolute;
  top: 100%;
  left: 10%;
  height: 25px;
  width: 2px;
  transform: rotate(-20deg);
  background-color: #333;
  content: "";
}

.fukidashi p {
  color: #333;
  line-height: 1.5;
}

/*頭痛の枠*/
.box6 {
  padding: 0.5em 1em;
  margin: 2em 0;
  background: #f0f7ff;
  border: dashed 2px #5b8bd0; /*点線*/
}

.box6 p {
  margin: 0;
  padding: 0;
}

.box8 {
  padding: 0.5em 1em;
  color: #232323;
  background: #fff8e8;
  border-left: solid 10px #ffc06e;
}

/*坐骨神経痛のリスト チェック*/
#check ul {
  background: #fffcf4;
  border-radius: 8px; /*角の丸み*/
  box-shadow: 0px 0px 5px silver; /*5px=影の広がり具合*/
  padding: 0.5em 0.5em 0.5em 2em;
}

#check li {
  list-style: none;
  padding-left: 0.5em;
  text-indent: -0.5em;
}

/*トップページ上部の3ボックス*/
.box17 {
  position: relative;
  margin: 2em 0;
  padding: 0.5em 1em;
  border: solid 3px #62c1ce;
}

.box17 .box-title {
  position: absolute;
  display: inline-block;
  top: -27px;
  left: -3px;
  padding: 0 9px;
  height: 25px;
  line-height: 25px;
  font-size: 17px;
  background: #62c1ce;
  color: #ffffff;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
}

.box17 p {
  font-weight: 400;
  margin: 0;
  padding: 0 1em;
  font-size: 0.8em;
  font-feature-settings: "palt" 1;
}

.effect2 {
  position: relative;
}

.effect2:before, .effect2:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #777;
  box-shadow: 0 15px 10px #777;
  transform: rotate(-3deg);
}

.effect2:after {
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

.effect2 p {
  padding: 0 1em;
  font-size: 14px;
}

.effect2 span {
  font-weight: 900;
}

#sixPoint p {
  font-size: 14px;
}

.schedul th, .schedul td {
  border: 1px solid #666666;
  text-align: center;
}

.schedul p {
  font-size: 14px;
}

.adress th {
  border: 2px solid #FF7300;
  border-top-color: white;
  border-right-color: white;
  border-bottom-color: #FF7300;
  border-left-color: white;
}

.adress td {
  border: 2px solid #F200FF;
  border-top-color: white;
  border-right-color: white;
  border-bottom-color: #F200FF;
  border-left-color: white;
}

h3 {
  display: flex;
  align-items: center;
}

h3:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #666;
}

h3:after {
  margin-left: 1rem;
}

.bgDU {
  position: relative; /*テキストの基点となる位置を定義*/
}

.bgDU span.mask {
  position: relative; /*背景色の基点となる位置を定義*/
  display: block;
  line-height: 0; /*行の高さを0にする*/
  overflow: hidden; /*拡大してはみ出る要素を隠す*/
}

.bgDU span.mask::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  opacity: 0.5; /*透過0*/
  transition: 0.3s ease-in-out; /*移り変わる速さを変更したい場合はこの数値を変更*/
  transform: translateY(100%);
  background: rgba(207, 207, 230, 0.8); /*背景色*/
  width: 100%;
  height: 100%;
}

.bgDU:hover span.mask::before { /*hoverした時の変化*/
  opacity: 1; /*透過なしに変化*/
  transform: translateY(0);
}

.bgDU span.cap { /*画像の上のテキスト*/
  position: absolute;
  opacity: 0; /*透過0*/
  transition: 0.5s ease-in-out; /*移り変わる速さを変更したい場合はこの数値を変更*/
  z-index: 3; /*テキストを前面に出す*/
  top: 5%;
  left: 5%;
  right: 5%;
  transform: translate(0, 0); /*テキストの位置中央指定*/
  color: #fff; /*テキストの色を変えたい場合はここを修正*/
  line-height: 1.5; /*行の高さを1.5にする*/
  font-size: 16px;
}

.bgDU:hover span.cap { /*hoverした時の変化*/
  opacity: 1; /*透過なしに変化*/
}

/*ゆらゆらする水模様*/
.fluid {
   width: 100%; /*横幅*/
  height: 100%; /*縦幅*/
  background: #FFF1E6; /*背景色*/
  animation: fluidrotate 30s ease 0s infinite; /*アニメーションの設定*/
}

@keyframes fluidrotate {
  0%, 100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}
.fluid2 {
   width: 100%; /*横幅*/
  height: 100%; /*縦幅*/
  background: rgba(207, 207, 230, 0.2); /*背景色*/
  animation: fluidrotate 30s ease 0s infinite; /*アニメーションの設定*/
}

@keyframes fluidrotate {
  0%, 100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}
.wave {
  position: relative;
  height: 200px; /*何も表示されない場合は各波の親要素に高さを持たせましょう。*/
}

canvas {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px) {
  /*必要ならばここにコードを書く*/
}
/*834px以下*/
@media screen and (max-width: 834px) {
  /*必要ならばここにコードを書く*/
}
/*480px以下*/
@media screen and (max-width: 480px) {
  /*必要ならばここにコードを書く*/
}
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
/* pages */
/* foundation */
@media screen and (max-width: 767px) {
  #container {
    position: relative;
    padding-top: 72px;
  }
}

@media screen and (max-width: 767px) {
  main.main, div.sidebar {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  #header-container {
    position: fixed;
    top: 0;
  }
}

.box17 {
  padding: 40px 1em;
}
.box17 p {
  color: #8224e3;
  margin-bottom: 20px;
  min-height: 234px;
}
@media screen and (max-width: 767px) {
  .box17 p {
    min-height: inherit;
  }
}
.box17 .custom-btn a {
  position: relative;
  display: block;
  width: 100%;
  background: #62c1ce;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  padding: 14px 30px;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .box17 .custom-btn a {
    font-size: 15px;
    padding: 14px 20px;
  }
}
.box17 .custom-btn a:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .box17 .custom-btn a:before {
    width: 20px;
    height: 20px;
  }
}
.box17 .custom-btn a:after {
  position: absolute;
  content: "";
  background: #62c1ce;
  width: 12px;
  height: 14px;
  top: 0;
  right: 23px;
  bottom: 0;
  margin: auto;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
@media screen and (max-width: 767px) {
  .box17 .custom-btn a:after {
    width: 8px;
    height: 10px;
    right: 20px;
  }
}

.eightPoint .elementor-widget-container .elementor-image-box-wrapper .elementor-image-box-img a {
  display: block;
}
.eightPoint .elementor-widget-container .elementor-image-box-wrapper .elementor-image-box-img a img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: auto;
}

.custom-cnt1 {
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .custom-cnt1 {
    padding-bottom: 10px;
  }
}
.custom-cnt1 .read {
  font-size: 17px;
  line-height: 1.52;
  margin-bottom: 70px;
}
.custom-cnt1 h2:before, .custom-cnt1 h2:after {
  display: none;
}
.custom-cnt1 h2.first {
  display: block;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  padding: 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .custom-cnt1 h2.first {
    font-size: 18px;
  }
}
.custom-cnt1 h2.first span {
  display: inline-block;
  font-size: 30px;
  color: #62c1ce;
}
@media screen and (max-width: 767px) {
  .custom-cnt1 h2.first span {
    font-size: 22px;
  }
}
.custom-cnt1 h2.last {
  margin: 0;
  font-size: 22px;
  line-height: 1;
  margin-bottom: 20px;
}
.custom-cnt1 h3 {
  display: block;
  text-align: center;
  font-size: 22px;
  line-height: 1.81;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .custom-cnt1 h3 {
    font-size: 18px;
  }
}
.custom-cnt1 h3:after {
  display: none;
}
.custom-cnt1 h3 span {
  display: inline-block;
  color: #ff7300;
}
.custom-cnt1 .icon-flex {
  max-width: 900px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 40px;
  margin: 0 auto 45px;
}
.custom-cnt1 .icon-flex .icon {
  width: 250px;
}
.custom-cnt1 .icon-flex .icon img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.custom-cnt1 .reason {
  background: #e0f3f5;
  padding: 30px 0 60px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .custom-cnt1 .reason {
    padding: 30px 20px 40px;
  }
}
.custom-cnt1 .reason h3 {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 50px;
  border-top: 2px solid #62c1ce;
  border-bottom: 2px solid #62c1ce;
}
@media screen and (max-width: 767px) {
  .custom-cnt1 .reason h3 {
    margin: 0 auto 30px;
  }
}
.custom-cnt1 .reason ul {
  max-width: 940px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px 0;
  padding: 0;
  list-style: none;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .custom-cnt1 .reason ul {
    flex-direction: column;
    gap: 20px;
  }
}
.custom-cnt1 .reason ul li {
  position: relative;
  font-size: 17px;
  font-weight: bold;
  line-height: 1;
  padding-left: 22px;
}
@media screen and (max-width: 767px) {
  .custom-cnt1 .reason ul li {
    font-size: 15px;
    line-height: 1.5;
  }
}
.custom-cnt1 .reason ul li:before {
  position: absolute;
  content: "";
  background: #62c1ce;
  width: 14px;
  height: 14px;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  border-radius: 100%;
}
@media screen and (max-width: 767px) {
  .custom-cnt1 .reason ul li:before {
    top: 2px;
    bottom: auto;
  }
}
.custom-cnt1 .caption p {
  margin: 0;
}

.top-cta {
  background: #fff1e6;
  padding: 50px 0 70px;
  margin-bottom: -20px;
}
.top-cta .sub {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 15px;
  background: #fff;
  color: #ed721a;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  padding: 10px 24px;
  border-radius: 15px;
}
.top-cta .sub:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 23px;
  height: 11px;
  left: 0;
  right: 0;
  bottom: -9px;
  margin: auto;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
}
.top-cta h2 {
  display: block;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  padding: 0;
  line-height: 1;
  margin: 0 auto 40px;
}
.top-cta h2:before, .top-cta h2:after {
  display: none;
}
.top-cta .flex {
  position: relative;
  max-width: 1025px;
  width: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .top-cta .flex {
    width: 92%;
    flex-direction: column;
    padding: 30px 20px;
    gap: 40px 0;
  }
}
.top-cta .flex:before {
  position: absolute;
  content: "";
  background: #fff1e6;
  width: 2px;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .top-cta .flex:before {
    display: none;
  }
}
.top-cta .flex .tel {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .top-cta .flex .tel {
    width: 100%;
  }
}
.top-cta .flex .tel h3 {
  display: block;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  margin-bottom: 20px;
}
.top-cta .flex .tel h3:after {
  display: none;
}
.top-cta .flex .tel .num {
  margin-bottom: 15px;
}
.top-cta .flex .tel .num a {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 40px;
  font-weight: bold;
  left: 0.05em;
  line-height: 1;
  padding: 0 0 0 36px;
  color: #333;
}
@media screen and (max-width: 767px) {
  .top-cta .flex .tel .num a {
    font-size: 30px;
    text-decoration: none;
  }
}
.top-cta .flex .tel .num a:before {
  position: absolute;
  content: "";
  background: url("./img/tel-icon.png") no-repeat;
  background-size: contain;
  width: 26px;
  height: 38px;
  top: 0;
  left: 0;
  bottom: 4px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .top-cta .flex .tel .num a:before {
    width: 20px;
    height: 28px;
  }
}
.top-cta .flex .tel .date p {
  text-align: center;
  padding: 0;
  font-size: 14px;
  line-height: 1.57;
}
@media screen and (max-width: 767px) {
  .top-cta .flex .tel .date p {
    font-size: 13px;
  }
}
.top-cta .flex .line {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .top-cta .flex .line {
    width: 100%;
  }
}
.top-cta .flex .line a {
  position: relative;
  display: block;
  width: 380px;
  background: #4cc764;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  border-radius: 5px;
  text-decoration: none;
  padding: 32px 0;
  padding-left: 80px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .top-cta .flex .line a {
    font-size: 16px;
    width: 100%;
    padding-left: 0;
    text-align: center;
    padding: 20px 0;
  }
}
.top-cta .flex .line a:before {
  position: absolute;
  content: "";
  background: url("./img/line-icon.png") no-repeat;
  background-size: contain;
  width: 43px;
  height: 41px;
  top: 0;
  left: 28px;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .top-cta .flex .line a:before {
    width: 25px;
    height: 24px;
    left: 15px;
  }
}
.top-cta .flex .line a:after {
  position: absolute;
  content: "";
  background: #fff;
  width: 16px;
  height: 18px;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
@media screen and (max-width: 767px) {
  .top-cta .flex .line a:after {
    width: 12px;
    height: 14px;
  }
}

.footer-bottom-content {
  float: none;
}
.footer-bottom-content .custom-f-menu .flex {
  display: flex;
}
@media screen and (max-width: 767px) {
  .footer-bottom-content .custom-f-menu .flex {
    flex-wrap: wrap;
    gap: 30px 0;
  }
}
.footer-bottom-content .custom-f-menu .flex .main-list {
  min-width: 170px;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .footer-bottom-content .custom-f-menu .flex .main-list {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .footer-bottom-content .custom-f-menu .flex .main-list:last-child {
    width: 100%;
  }
}
.footer-bottom-content .custom-f-menu .flex .main-list li {
  text-align: left;
  margin-bottom: 30px;
}
.footer-bottom-content .custom-f-menu .flex .main-list li a {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 13px;
  color: #fff !important;
  line-height: 1;
  text-decoration: none;
  padding-left: 20px;
  padding-right: 0;
}
.footer-bottom-content .custom-f-menu .flex .main-list li a:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 10px;
  height: 12px;
  top: 0;
  left: 0;
  bottom: 2px;
  margin: auto;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}
.footer-bottom-content .custom-f-menu .flex .main-list li:last-of-type {
  margin-bottom: 0;
}
.footer-bottom-content .custom-f-menu .flex .main-list ul {
  width: 700px;
  padding: 0;
  padding-left: 20px;
  list-style: none;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px 65px;
}
@media screen and (max-width: 767px) {
  .footer-bottom-content .custom-f-menu .flex .main-list ul {
    width: 100%;
    justify-content: left;
    gap: 30px;
  }
}
.footer-bottom-content .custom-f-menu .flex .main-list ul li {
  margin-bottom: 0;
}
.footer-bottom-content .custom-f-menu .flex .main-list ul li a {
  padding: 0;
  line-height: 1.4;
}
.footer-bottom-content .custom-f-menu .flex .main-list ul li a:before {
  display: none;
}
.footer-bottom-content .custom-f-menu .flex .main-list ul li:first-child, .footer-bottom-content .custom-f-menu .flex .main-list ul li:nth-child(2), .footer-bottom-content .custom-f-menu .flex .main-list ul li:nth-child(5), .footer-bottom-content .custom-f-menu .flex .main-list ul li:nth-child(6), .footer-bottom-content .custom-f-menu .flex .main-list ul li:nth-child(9), .footer-bottom-content .custom-f-menu .flex .main-list ul li:nth-child(10), .footer-bottom-content .custom-f-menu .flex .main-list ul li:nth-child(13), .footer-bottom-content .custom-f-menu .flex .main-list ul li:nth-child(14) {
  width: 94px;
}
@media screen and (max-width: 767px) {
  .footer-bottom-content .custom-f-menu .flex .main-list ul li:first-child, .footer-bottom-content .custom-f-menu .flex .main-list ul li:nth-child(2), .footer-bottom-content .custom-f-menu .flex .main-list ul li:nth-child(5), .footer-bottom-content .custom-f-menu .flex .main-list ul li:nth-child(6), .footer-bottom-content .custom-f-menu .flex .main-list ul li:nth-child(9), .footer-bottom-content .custom-f-menu .flex .main-list ul li:nth-child(10), .footer-bottom-content .custom-f-menu .flex .main-list ul li:nth-child(13), .footer-bottom-content .custom-f-menu .flex .main-list ul li:nth-child(14) {
    width: 120px;
  }
}
.footer-bottom-content .custom-f-menu .flex .main-list ul li:nth-child(3), .footer-bottom-content .custom-f-menu .flex .main-list ul li:nth-child(7), .footer-bottom-content .custom-f-menu .flex .main-list ul li:nth-child(11), .footer-bottom-content .custom-f-menu .flex .main-list ul li:nth-child(15) {
  width: 84px;
}
@media screen and (max-width: 767px) {
  .footer-bottom-content .custom-f-menu .flex .main-list ul li:nth-child(3), .footer-bottom-content .custom-f-menu .flex .main-list ul li:nth-child(7), .footer-bottom-content .custom-f-menu .flex .main-list ul li:nth-child(11), .footer-bottom-content .custom-f-menu .flex .main-list ul li:nth-child(15) {
    width: 120px;
  }
}
.footer-bottom-content .custom-f-menu .flex .main-list ul li:nth-child(4), .footer-bottom-content .custom-f-menu .flex .main-list ul li:nth-child(8), .footer-bottom-content .custom-f-menu .flex .main-list ul li:nth-child(12), .footer-bottom-content .custom-f-menu .flex .main-list ul li:nth-child(16) {
  width: 210px;
}
@media screen and (max-width: 767px) {
  .footer-bottom-content .custom-f-menu .flex .main-list ul li:nth-child(4), .footer-bottom-content .custom-f-menu .flex .main-list ul li:nth-child(8), .footer-bottom-content .custom-f-menu .flex .main-list ul li:nth-child(12), .footer-bottom-content .custom-f-menu .flex .main-list ul li:nth-child(16) {
    width: 120px;
  }
}
.footer-bottom-content .source-org {
  margin-top: 70px;
  font-size: 10px;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .footer-bottom-content .source-org {
    line-height: 1.4;
  }
}