@charset "UTF-8";
.wrap-box {
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
.anchor-txt {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
figure {
  margin: 0;
}
.archvenews .contents {
  justify-content: space-between;
}
.archvenews .contentsbox {
  width: 100%;
  max-width: 78rem;
}
@media screen and (max-width: 750px) {
  .archvenews .contentsbox {
    max-width: none;
    margin-bottom: 16vw;
  }
}
.newslistbox {
  position: relative;
  border-bottom: 1px solid #D1F0E8;
  padding-bottom: 3rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  .newslistbox {
    padding-bottom: 5.3333333333vw;
  }
}
.newslistbox:not(:first-child) {
  padding-top: 3rem;
}
@media screen and (max-width: 750px) {
  .newslistbox:not(:first-child) {
    padding-top: 5.3333333333vw;
  }
}
.newslistbox .title {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .newslistbox .title {
    font-size: 4.2666666667vw;
  }
}
.newslistbox.columnlistbox .box {
  width: 100%;
  display: table;
  table-layout: fixed;
}
.newslistbox.columnlistbox .box .cap, .newslistbox.columnlistbox .box .data {
  display: table-cell;
  vertical-align: top;
}
.newslistbox.columnlistbox .box .data {
  padding-left: 1.5rem;
}
@media screen and (max-width: 750px) {
  .newslistbox.columnlistbox .box .data {
    padding-left: 2.6666666667vw;
  }
}
.newslistbox.columnlistbox .box .cap {
  width: 21rem;
}
@media screen and (max-width: 750px) {
  .newslistbox.columnlistbox .box .cap {
    width: 35.7333333333vw;
  }
}
.newslistbox.columnlistbox .box .cap .incap img {
  aspect-ratio: 1.4;
  object-fit: contain;
}
.newslistbox.columnlistbox .box .cap .itemcap {
  position: relative;
  width: 100%;
  padding-top: 15rem;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .newslistbox.columnlistbox .box .cap .itemcap {
    padding-top: 25.0666666667vw;
  }
}
.newslistbox.columnlistbox .box .cap .itemcap .incap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  transition: 0.5s;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
#sidebar {
  width: 100%;
  max-width: 25rem;
}
@media screen and (max-width: 750px) {
  #sidebar {
    max-width: none;
  }
}
#sidebar #formBox {
  margin-bottom: 5rem;
}
#sidebar .box:not(:last-of-type) {
  margin-bottom: 5rem;
}
@media screen and (max-width: 750px) {
  #sidebar .box:not(:last-of-type) {
    margin-bottom: 16vw;
  }
}
#sidebar .box.ranking h3.title {
  border-bottom: none;
  background-color: #00BC8B;
  padding: 1.1rem 3.4rem;
  color: white;
  position: relative;
}
@media screen and (max-width: 750px) {
  #sidebar .box.ranking h3.title {
    padding: 2.9333333333vw 9.0666666667vw;
  }
}
#sidebar .box.ranking h3.title:before {
  content: "";
  position: absolute;
  left: 1.2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.7rem;
  height: 1.36rem;
  background: url(../img/icon-ranking.svg) no-repeat center top;
  background-size: contain;
}
@media screen and (max-width: 750px) {
  #sidebar .box.ranking h3.title:before {
    left: 3.2vw;
    width: 4.5333333333vw;
    height: 3.6266666667vw;
  }
}
#sidebar .box.ranking .minbox {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  width: 100%;
  justify-content: space-between;
}
#sidebar .box.ranking .minbox .capbox {
  width: 8rem;
  position: relative;
}
#sidebar .box.ranking .minbox .capbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 750px) {
  #sidebar .box.ranking .minbox .capbox {
    width: 21.3333333333vw;
  }
}
#sidebar .box.ranking .minbox .capbox .itemcap {
  width: 100%;
  padding-top: 8rem;
}
@media screen and (max-width: 750px) {
  #sidebar .box.ranking .minbox .capbox .itemcap {
    padding-top: 21.3333333333vw;
  }
}
#sidebar .box.ranking .minbox .capbox .itemcap .incap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  transition: 0.5s;
}
#sidebar .box.ranking .minbox .txt {
  font-size: 1.6rem;
  width: calc(100% - 7.5rem);
  padding-left: 1rem;
}
@media screen and (max-width: 750px) {
  #sidebar .box.ranking .minbox .txt {
    padding-left: 4vw;
    font-size: 3.7333333333vw;
  }
}
#sidebar h3.title {
  border-bottom: 1px solid #00BC8B;
  font-weight: bold;
  font-size: 1.8rem;
  color: #00bc8b;
  margin-bottom: 1.2rem;
  padding-bottom: 1rem;
}
@media screen and (max-width: 750px) {
  #sidebar h3.title {
    font-size: 4.8vw;
    margin-bottom: 3.2vw;
    padding-bottom: 2.6666666667vw;
  }
}
#sidebar p.txt {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #333;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 750px) {
  #sidebar p.txt {
    font-size: 3.7333333333vw;
    margin-bottom: 1.3333333333vw;
  }
}
#sidebar .timebox {
  display: block;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  line-height: 1.5;
  color: #727171;
}
@media screen and (max-width: 750px) {
  #sidebar .timebox {
    font-size: 3.7333333333vw;
  }
}
#sidebar .list-box li {
  position: relative;
  border-bottom: 1px solid #D1F0E8;
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 750px) {
  #sidebar .list-box li {
    padding-bottom: 4vw;
  }
}
#sidebar .list-box li a {
  font-size: 1.8rem;
}
@media screen and (max-width: 750px) {
  #sidebar .list-box li a {
    font-size: 4.8vw;
  }
}
#sidebar .list-box li:not(:last-child) {
  padding-top: 1.5rem;
}
@media screen and (max-width: 750px) {
  #sidebar .list-box li:not(:last-child) {
    padding-top: 4vw;
  }
}
.databox {
  margin-bottom: 0.8rem;
  display: flex !important;
  gap: 0.5rem;
  align-items: center;
  flex-wrap: wrap;
  /*
    .category,.timebox{
      display: table-cell;
      vertical-align: middle;
    }
*/
}
@media screen and (max-width: 750px) {
  .databox {
    margin-bottom: 2.1333333333vw;
  }
}
.databox .category {
  font-size: 1.4rem;
  color: #fff;
  font-weight: bold;
  background: #00bc8b;
  padding: 0.5rem 1rem;
}
@media screen and (max-width: 750px) {
  .databox .category {
    font-size: 3.7333333333vw;
    padding: 1.3333333333vw 2.6666666667vw;
  }
}
.databox .timebox {
  color: #727171;
  font-size: 1.4rem;
  padding-left: 1.5rem;
}
@media screen and (max-width: 750px) {
  .databox .timebox {
    font-size: 3.7333333333vw;
    margin-left: 0;
    padding-left: 0;
  }
}
#formBox {
  border: 1px solid #00BC8B;
  position: relative;
}
#formBox #s-box {
  width: 100%;
  font-size: 1.4rem;
  color: #999999;
  padding: 1.4rem 0 1.2rem 1.6rem;
}
#formBox #s-btn-area {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.5rem;
}
.singlenewspage .singleheadbox {
  margin-bottom: 4rem;
}
@media screen and (max-width: 750px) {
  .singlenewspage .singleheadbox {
    margin-bottom: 5.3333333333vw;
  }
}
.singlenewspage .singleheadbox .text {
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 1.6;
  color: #282a29;
}
.singlenewspage .textItemBox {
  margin-bottom: 6rem;
}
.singlenewspage .btn {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .singlenewspage .btn {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .singlenewspage .btn.btns {
    width: 100%;
  }
}
.singlenewspage .btn.btns .p-footer__contact__button {
  margin: 0 1.5rem;
}
@media screen and (max-width: 750px) {
  .singlenewspage .btn.btns .p-footer__contact__button {
    margin: 0;
  }
  .singlenewspage .btn.btns .p-footer__contact__button:not(:last-of-type) {
    margin-bottom: 4vw;
  }
  .singlenewspage .btn.btns .p-footer__contact__button a {
    width: 100%;
  }
}
.singlenewspage .writebox {
  margin-bottom: 4.98rem;
}
@media screen and (max-width: 750px) {
  .singlenewspage .writebox {
    margin-bottom: 16vw;
  }
}
.singlenewspage #toc_container {
  width: 100% !important;
  background-color: #00BC8B;
  padding: 0;
  border: 1px solid #00BC8B;
}
.singlenewspage #toc_container .toc_title {
  color: white;
  padding: 1rem;
  position: relative;
  margin: 0;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 750px) {
  .singlenewspage #toc_container .toc_title {
    padding: 3.2vw 0;
    font-size: 4.8vw;
  }
}
.singlenewspage #toc_container .toc_title:before {
  content: "";
  position: absolute;
  width: 2.003rem;
  height: 1.745rem;
  background: url(../img/icon-menu.svg) no-repeat center top;
  background-size: contain;
  top: 1.9rem;
  left: calc(100% / 3 + 3rem);
}
@media screen and (max-width: 750px) {
  .singlenewspage #toc_container .toc_title:before {
    width: 5.3333333333vw;
    height: 4.5333333333vw;
    top: 5.0666666667vw;
    left: 18.6666666667vw;
  }
}
.singlenewspage #toc_container .toc_toggle {
  position: absolute;
  right: 4rem;
  top: 1.2rem;
}
@media screen and (max-width: 750px) {
  .singlenewspage #toc_container .toc_toggle {
    right: 3.2vw;
    font-size: 3.2vw;
    top: 4.8vw;
  }
}
.singlenewspage #toc_container .toc_list {
  background-color: white;
  padding: 4rem;
  margin: 0;
}
@media screen and (max-width: 750px) {
  .singlenewspage #toc_container .toc_list {
    padding: 8vw 5.3333333333vw;
  }
}
.singlenewspage #toc_container .toc_list > li .toc_number {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1;
  color: #00bc8b;
  display: inline-block;
  position: relative;
  padding-right: 1rem;
}
@media screen and (max-width: 750px) {
  .singlenewspage #toc_container .toc_list > li .toc_number {
    font-size: 4.8vw;
    padding-right: 1.3333333333vw;
  }
}
@media screen and (max-width: 750px) {
  .singlenewspage #toc_container .toc_list > li .toc_number a {
    font-size: 4.8vw;
  }
}
.singlenewspage #toc_container .toc_list > li .toc_number:after {
  content: "";
  width: 0.2rem;
  height: 1.8rem;
  background-color: #00BC8B;
  display: inline-block;
  margin-left: 0.5rem;
  vertical-align: bottom;
}
@media screen and (max-width: 750px) {
  .singlenewspage #toc_container .toc_list > li .toc_number:after {
    width: 0.5333333333vw;
    height: 4.8vw;
    margin-left: 1.3333333333vw;
  }
}
.singlenewspage #toc_container .toc_list li {
  padding-left: 0;
}
.singlenewspage #toc_container .toc_list li:before {
  content: none;
}
.singlenewspage #toc_container .toc_list li ul {
  margin-bottom: 1rem;
  padding-left: 2rem;
}
@media screen and (max-width: 750px) {
  .singlenewspage #toc_container .toc_list li ul {
    margin-bottom: 2.6666666667vw;
    padding-left: 5.3333333333vw;
  }
}
.singlenewspage #toc_container .toc_list li li {
  border-bottom: 1px solid #D1F0E8;
  padding: 0 0 1.2rem;
}
@media screen and (max-width: 750px) {
  .singlenewspage #toc_container .toc_list li li {
    padding: 0 0 3.2vw;
  }
  .singlenewspage #toc_container .toc_list li li a {
    font-size: 4.2666666667vw;
  }
}
.singlenewspage #toc_container .toc_list li li .toc_number {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1;
  color: #333;
}
@media screen and (max-width: 750px) {
  .singlenewspage #toc_container .toc_list li li .toc_number {
    font-size: 4.2666666667vw;
  }
}
.singlenewspage #toc_container .toc_list li li .toc_number:after {
  content: none;
}
.singlenewspage.singlecasepage .contentsbox {
  margin-left: auto;
  margin-right: auto;
}
.textItemBox #toc_container li:before {
  content: none;
}
.textItemBox h2 {
  font-weight: bold;
  font-size: 2.3rem;
  line-height: 1.6;
  text-align: left;
  color: #fff;
  background-color: #00BC8B;
  padding: 1.5rem 2.1rem;
  margin: 2rem 0;
}
@media screen and (max-width: 750px) {
  .textItemBox h2 {
    font-size: 5.3333333333vw;
    padding: 3.7333333333vw 5.3333333333vw;
    margin: 2.6666666667vw 0;
  }
}
.textItemBox h3 {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.5;
  color: #00bc8b;
  border-bottom: 1px solid #00bc8b;
  padding-bottom: 1.4rem;
  margin: 2rem 0;
}
@media screen and (max-width: 750px) {
  .textItemBox h3 {
    font-size: 4.8vw;
    padding-bottom: 3.7333333333vw;
    margin: 2.6666666667vw 0;
  }
}
.textItemBox p {
  font-size: 1.8rem;
  line-height: 1.8;
  margin: 2rem 0;
}
@media screen and (max-width: 750px) {
  .textItemBox p {
    font-size: 4.2666666667vw;
    margin: 2.6666666667vw 0;
  }
}
.textItemBox strong {
  font-weight: bold;
  color: initial;
}
.textItemBox li {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.8;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 750px) {
  .textItemBox li {
    font-size: 4.2666666667vw;
  }
}
.textItemBox li:not(:last-child) {
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 750px) {
  .textItemBox li:not(:last-child) {
    margin-bottom: 2.6666666667vw;
  }
}
.textItemBox ul {
  margin: 2rem 0;
}
@media screen and (max-width: 750px) {
  .textItemBox ul {
    margin: 2.6666666667vw 0;
  }
}
.textItemBox ul li {
  padding-left: 1.5rem;
}
@media screen and (max-width: 750px) {
  .textItemBox ul li {
    padding-left: 4vw;
  }
}
.textItemBox ul li:before {
  content: "";
  width: 1rem;
  height: 1rem;
  background-color: #00BC8B;
  border-radius: 50%;
  position: absolute;
  display: block;
  left: 0;
  top: 1.1rem;
}
@media screen and (max-width: 750px) {
  .textItemBox ul li:before {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    top: 2.6666666667vw;
  }
}
.textItemBox ol {
  margin: 2rem 0;
  counter-reset: item;
}
@media screen and (max-width: 750px) {
  .textItemBox ol {
    margin: 2.6666666667vw 0;
  }
}
.textItemBox ol li:before {
  counter-increment: item;
  content: counter(item) ".";
  font-family: YuGothic;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #333;
}
@media screen and (max-width: 750px) {
  .textItemBox ol li:before {
    font-size: 4.2666666667vw;
  }
}
.textItemBox table {
  border-top: 1px solid #00BC8B;
  border-left: 1px solid #00BC8B;
  width: 100%;
  background-color: white;
}
.textItemBox table th, .textItemBox table td {
  border-bottom: 1px solid #00BC8B;
  border-right: 1px solid #00BC8B;
  font-size: 1.8rem;
  line-height: 1.5;
  padding: 2rem 1.5rem;
}
@media screen and (max-width: 750px) {
  .textItemBox table th, .textItemBox table td {
    font-size: 4.2666666667vw;
    padding: 4vw;
  }
}
.textItemBox table th {
  background-color: #D1F0E8;
}
.writebox {
  border: 1px solid #00BC8B;
}
.writebox .itemtitle {
  background-color: #00BC8B;
  text-align: center;
  padding: 2.2rem 0;
  margin-bottom: 2rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  .writebox .itemtitle {
    padding: 4.8vw 0;
    margin-bottom: 5.8666666667vw;
  }
}
.writebox .itemtitle:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 1.7rem solid transparent;
  border-left: 1.7rem solid transparent;
  border-top: 2.1rem solid #00bc8b;
  border-bottom: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1rem;
}
@media screen and (max-width: 750px) {
  .writebox .itemtitle:after {
    border-right-width: 4.5333333333vw;
    border-left-width: 4.5333333333vw;
    border-top-width: 5.6vw;
    bottom: -2.6666666667vw;
  }
}
.writebox .itemtitle .text {
  color: white;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 750px) {
  .writebox .itemtitle .text {
    font-size: 4.8vw;
  }
}
.writebox .itemtitle .text:before {
  content: "";
  position: absolute;
  width: 1.812rem;
  height: 1.808rem;
  background: url(../img/icon-write.svg) no-repeat center top;
  background-size: contain;
  left: -2rem;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 750px) {
  .writebox .itemtitle .text:before {
    width: 4.832vw;
    height: 4.8213333333vw;
    left: -5.3333333333vw;
  }
}
.writebox dl.title {
  display: table;
  table-layout: fixed;
  margin: 0 auto 2.5rem;
}
.writebox dl.title .box {
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 750px) {
  .writebox dl.title .box {
    display: block;
    margin-bottom: 5.3333333333vw;
  }
}
.writebox dl.title dt.box {
  width: 26.5rem;
}
@media screen and (max-width: 750px) {
  .writebox dl.title dt.box {
    width: 73.6vw;
    margin: 0 auto 3.7333333333vw;
  }
}
.writebox dl.title dd.box {
  padding-left: 1.6rem;
}
@media screen and (max-width: 750px) {
  .writebox dl.title dd.box {
    padding-left: 0;
    margin-bottom: 0;
  }
}
.writebox dl.title dd.box .item {
  display: block;
  width: 41.8rem;
}
@media screen and (max-width: 750px) {
  .writebox dl.title dd.box .item {
    width: 86.6666666667vw;
  }
}
.writebox .itembox {
  background-color: #F8F5F2;
  position: relative;
}
@media screen and (max-width: 750px) {
  .writebox .itembox {
    padding-bottom: 25.6vw;
  }
}
.writebox .itembox .box {
  display: table;
  table-layout: fixed;
  margin-left: auto;
}
.writebox .itembox .box .text {
  width: 51.8rem;
  padding-bottom: 4.1rem;
}
@media screen and (max-width: 750px) {
  .writebox .itembox .box .text {
    padding-bottom: 0;
    width: 100%;
    padding: 9.3333333333vw 5.3333333333vw 0 3.4666666667vw;
  }
}
.writebox .itembox .box .text, .writebox .itembox .box .item {
  display: table-cell;
  vertical-align: bottom;
}
.writebox .itembox .box .item {
  width: 21.8rem;
}
@media screen and (max-width: 750px) {
  .writebox .itembox .box .item {
    width: 41.6vw;
    position: absolute;
    left: 4.5333333333vw;
    bottom: 0;
  }
}
.casesearchbox {
  border: 1px solid #00BC8B;
  padding: 4rem 4rem 3.2rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 750px) {
  .casesearchbox {
    padding: 8vw 5.3333333333vw;
    margin-bottom: 10.6666666667vw;
  }
}
.casesearchbox .listbox .box:not(:last-child) {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #D1F0E8;
}
.casesearchbox .minbox {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.casesearchbox .minbox .title, .casesearchbox .minbox .databox {
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 750px) {
  .casesearchbox .minbox .title, .casesearchbox .minbox .databox {
    display: block;
  }
}
.casesearchbox .minbox .title {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1;
  text-align: left;
  color: #333;
  width: 22rem;
}
@media screen and (max-width: 750px) {
  .casesearchbox .minbox .title {
    font-size: 4.8vw;
    width: auto;
    margin-bottom: 5.3333333333vw;
  }
}
.casesearchbox .minbox .databox #formBox {
  max-width: 25rem;
}
.casesearchbox .minbox .databox .menu li {
  display: inline-block;
  margin-right: 1.5rem;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 750px) {
  .casesearchbox .minbox .databox .menu li {
    margin-right: 4vw;
    margin-bottom: 1.8666666667vw;
  }
}
.casesearchbox .minbox .databox .menu li .txt {
  border-radius: 1.5rem;
  background: transparent;
  border: 1px solid #00bc8b;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1;
  text-align: left;
  color: white;
  transition: 0.5s;
  padding: 0.8rem 1.4rem;
  background-color: #00BC8B;
  display: block;
}
@media screen and (max-width: 750px) {
  .casesearchbox .minbox .databox .menu li .txt {
    font-size: 3.7333333333vw;
    padding: 2.1333333333vw 3.7333333333vw;
    border-radius: 4vw;
  }
}
.casesearchbox .minbox .databox .menu li .txt.current {
  color: #00BC8B;
  background-color: white;
}
.casesearchbox .minbox .databox .menu li:hover .txt {
  color: #00BC8B;
  background-color: white;
}
.wp-pagenavi {
  padding-top: 5rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .wp-pagenavi {
    padding-top: 13.3333333333vw;
  }
}
.wp-pagenavi span, .wp-pagenavi a {
  width: 2.8rem;
  height: 2.8rem;
  line-height: 2.8rem;
  display: inline-block;
  font-size: 1.4rem;
  margin: 0 0.75rem;
}
@media screen and (max-width: 750px) {
  .wp-pagenavi span, .wp-pagenavi a {
    width: 7.4666666667vw;
    height: 7.4666666667vw;
    line-height: 7.4666666667vw;
    font-size: 3.7333333333vw;
    margin: 0 2vw;
  }
}
.wp-pagenavi .current {
  background-color: #00BC8B;
  color: white;
}
.thanksbox {
  text-align: center;
}
.thanksbox h3 {
  font-weight: bold;
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #00bc8b;
  margin-bottom: 5rem;
}
@media screen and (max-width: 750px) {
  .thanksbox h3 {
    font-size: 5.3333333333vw;
    margin-bottom: 8vw;
  }
}
.thanksbox p.lead {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.6;
  color: #5f5e5e;
  margin-bottom: 6rem;
}
@media screen and (max-width: 750px) {
  .thanksbox p.lead {
    font-size: 4.2666666667vw;
    margin-bottom: 9.3333333333vw;
  }
}
.contacttopbox .itembox {
  align-items: center;
  justify-content: center;
}
.contacttopbox .itembox .p-header__top__button {
  margin-left: 0;
  margin-right: 4.5rem;
}
@media screen and (max-width: 750px) {
  .contacttopbox .itembox .p-header__top__button {
    margin-right: 0;
    display: block;
    width: 100%;
    margin-bottom: 8vw;
  }
}
.contacttopbox .itembox .c-tel {
  margin-left: 4.5rem;
}
@media screen and (max-width: 750px) {
  .contacttopbox .itembox .c-tel {
    margin-left: 0;
  }
}
.contacttopbox .box:not(:last-of-type) {
  margin-bottom: 11.5rem;
}
@media screen and (max-width: 750px) {
  .contacttopbox .box:not(:last-of-type) {
    margin-bottom: 12vw;
  }
}
.contacttopbox .box .lead {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.8;
  color: #333;
  margin-bottom: 6rem;
}
@media screen and (max-width: 750px) {
  .contacttopbox .box .lead {
    font-size: 4.2666666667vw;
    margin-bottom: 8vw;
  }
}
.contacttopbox h3 {
  font-weight: bold;
  font-size: 2.3rem;
  line-height: 1;
  text-align: left;
  border-bottom: 2px solid #00BC8B;
  padding-bottom: 2rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 750px) {
  .contacttopbox h3 {
    font-size: 4.8vw;
    padding-bottom: 4.8vw;
    margin-bottom: 5.3333333333vw;
  }
}
.contacttopbox ol {
  margin: 2rem 0;
  counter-reset: item;
}
@media screen and (max-width: 750px) {
  .contacttopbox ol {
    margin: 2.6666666667vw 0;
  }
}
.contacttopbox ol li {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.8;
  text-align: left;
  color: #333;
  padding-left: 5rem;
  position: relative;
  padding-top: 0.2rem;
}
@media screen and (max-width: 750px) {
  .contacttopbox ol li {
    font-size: 4.2666666667vw;
    padding-left: 10.6666666667vw;
  }
}
.contacttopbox ol li:not(:last-child) {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 750px) {
  .contacttopbox ol li:not(:last-child) {
    margin-bottom: 4vw;
  }
}
.contacttopbox ol li:before {
  counter-increment: item;
  content: counter(item);
  font-family: "Nunito Sans";
  font-weight: bold;
  font-size: 2rem;
  line-height: 3.8rem;
  text-align: center;
  color: #fff;
  background-color: #00bc8b;
  border-radius: 50%;
  width: 3.8rem;
  height: 3.8rem;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 750px) {
  .contacttopbox ol li:before {
    width: 8vw;
    height: 8vw;
    line-height: 8vw;
    font-size: 4.2666666667vw;
  }
}
.formcontentsbox ::placeholder {
  color: #999999;
}
.formcontentsbox ::-ms-input-placeholder {
  color: #999999;
}
.formcontentsbox :-ms-input-placeholder {
  color: #999999;
}
.formcontentsbox h3.p-page__head {
  background: none;
  position: relative;
  padding: 0 0 2.5rem;
  margin-bottom: 8.5rem;
}
@media screen and (max-width: 750px) {
  .formcontentsbox h3.p-page__head {
    padding: 0 0 5.3333333333vw;
    margin-bottom: 10.6666666667vw;
  }
}
.formcontentsbox h3.p-page__head:after {
  content: "";
  width: 5.5rem;
  height: 0.2rem;
  background-color: #00BC8B;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
@media screen and (max-width: 750px) {
  .formcontentsbox h3.p-page__head:after {
    width: 13.3333333333vw;
    height: 0.5333333333vw;
  }
}
.formcontentsbox .btns {
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
}
@media screen and (max-width: 750px) {
  .formcontentsbox .btns {
    display: block;
  }
}
.formcontentsbox .btns button {
  margin: 0 0.5rem;
}
@media screen and (max-width: 750px) {
  .formcontentsbox .btns button {
    margin: 0;
  }
  .formcontentsbox .btns button:not(:last-of-type) {
    margin-bottom: 4vw;
  }
}
.formcontentsbox button {
  cursor: pointer;
}
.formcontentsbox ul {
  margin-bottom: 6rem;
}
@media screen and (max-width: 750px) {
  .formcontentsbox ul {
    margin-bottom: 8vw;
  }
}
.formcontentsbox .checkbox {
  margin-bottom: 6rem;
}
.formcontentsbox .checkbox.douibox {
  padding-top: 3rem;
}
@media screen and (max-width: 750px) {
  .formcontentsbox .checkbox {
    margin-bottom: 8vw;
  }
}
.formcontentsbox .checkbox .wrap-box {
  justify-content: center;
  align-items: center;
}
.formcontentsbox .checkbox .wrap-box .data {
  padding-left: 3rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 750px) {
  .formcontentsbox .checkbox .wrap-box .data {
    padding-left: 4vw;
    font-size: 4.2666666667vw;
  }
}
.formcontentsbox .checkbox .wrap-box .data input {
  all: revert;
}
.formcontentsbox .checkbox .wrap-box .data .mwform-checkbox-field-text {
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  color: #333;
}
@media screen and (max-width: 750px) {
  .formcontentsbox .checkbox .wrap-box .data .mwform-checkbox-field-text {
    font-size: 4vw;
  }
}
.formcontentsbox .checkbox .wrap-box .data a {
  text-decoration: underline;
}
.formcontentsbox .checkbox .wrap-box .data a:hover {
  text-decoration: none;
}
.formcontentsbox span.item {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1;
  color: #fff;
  border-radius: 1.5rem;
  background: #00bc8b;
  padding: 0.7rem 1.4rem;
}
@media screen and (max-width: 750px) {
  .formcontentsbox span.item {
    font-size: 3.2vw;
    padding: 1.3333333333vw 3.2vw;
    border-radius: 4vw;
  }
}
.formcontentsbox span.item.minitem {
  background-color: #686767;
}
.formcontentsbox li.box:not(:last-child) {
  margin-bottom: 3rem;
}
@media screen and (max-width: 750px) {
  .formcontentsbox li.box:not(:last-child) {
    margin-bottom: 5.3333333333vw;
  }
}
.formcontentsbox li.box.itembox dt.title {
  vertical-align: top;
}
.formcontentsbox li.box.minbox dt.title {
  vertical-align: top;
}
.formcontentsbox li.box.timebox .itemselect {
  font-size: 1.8rem;
}
@media screen and (max-width: 750px) {
  .formcontentsbox li.box.timebox .itemselect {
    font-size: 4.2666666667vw;
    padding-top: 5.3333333333vw;
    width: 100%;
  }
  .formcontentsbox li.box.timebox .itemselect select {
    width: 100%;
    box-sizing: border-box;
  }
}
.formcontentsbox li.box .itembox {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.formcontentsbox li.box .itembox .title, .formcontentsbox li.box .itembox .data {
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 750px) {
  .formcontentsbox li.box .itembox .title, .formcontentsbox li.box .itembox .data {
    display: block;
  }
}
.formcontentsbox li.box .itembox .title {
  padding-right: 2rem;
  text-align: right;
}
@media screen and (max-width: 750px) {
  .formcontentsbox li.box .itembox .title {
    padding-right: 0;
    margin-bottom: 4vw;
    text-align: left;
  }
  .formcontentsbox li.box .itembox .title br {
    display: none;
  }
}
.formcontentsbox li.box .itembox .title .wrap-box {
  justify-content: flex-end;
  align-items: flex-start;
}
@media screen and (max-width: 750px) {
  .formcontentsbox li.box .itembox .title .wrap-box {
    justify-content: space-between;
  }
}
.formcontentsbox li.box .itembox .title .text {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.5;
  color: #333;
  padding-right: 2rem;
}
@media screen and (max-width: 750px) {
  .formcontentsbox li.box .itembox .title .text {
    padding-right: 0;
    font-size: 4.2666666667vw;
  }
}
.formcontentsbox li.box .itembox .data {
  padding-left: 0.2rem;
  width: 79.8rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 750px) {
  .formcontentsbox li.box .itembox .data {
    padding-left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .formcontentsbox li.box .itembox .data {
    font-size: 4.2666666667vw;
  }
}
.formcontentsbox li.box .itembox .data ul.mintxt {
  margin-bottom: 0;
}
.formcontentsbox li.box .itembox .data ul.mintxt li {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: left;
  color: #ff7676;
  position: relative;
  padding-left: 2rem;
}
@media screen and (max-width: 750px) {
  .formcontentsbox li.box .itembox .data ul.mintxt li {
    font-size: 3.2vw;
    padding-left: 4.2666666667vw;
  }
}
.formcontentsbox li.box .itembox .data ul.mintxt li:before {
  content: "※";
  position: absolute;
  left: 0;
  font-size: 1.6rem;
  top: 0;
}
@media screen and (max-width: 750px) {
  .formcontentsbox li.box .itembox .data ul.mintxt li:before {
    font-size: 3.2vw;
  }
}
.formcontentsbox li.box .itembox .data div.wrap-box {
  align-items: center;
}
.formcontentsbox li.box .itembox .data div.wrap-box:not(:last-of-type) {
  margin-bottom: 2rem;
}
.formcontentsbox li.box .itembox .data div.wrap-box .mintxt {
  font-size: 1.8rem;
  margin-right: 1.5rem;
}
@media screen and (max-width: 750px) {
  .formcontentsbox li.box .itembox .data div.wrap-box .mintxt {
    font-size: 4vw;
    margin-right: 4vw;
  }
}
.formcontentsbox li.box .itembox .data div.wrap-box select {
  border: 1px solid #999999;
  border-radius: 0.5rem;
  background-color: white;
  padding: 2.6rem 4.6rem 2.6rem 2.2rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 750px) {
  .formcontentsbox li.box .itembox .data div.wrap-box select {
    font-size: 4vw;
    padding: 3.2vw 5.3333333333vw 3.2vw 4vw;
  }
}
.formcontentsbox li.box .itembox .data div.wrap-box .itemselect {
  position: relative;
}
.formcontentsbox li.box .itembox .data div.wrap-box .itemselect:after {
  height: 0.7rem;
  width: 1.181rem;
  display: block;
  content: "";
  position: absolute;
  background: url(../img/icon-arrow.svg) no-repeat center top;
  background-size: contain;
  top: 50%;
  right: 1.2rem;
  transform: translateY(-50%) rotate(90deg);
}
.formcontentsbox li.box .itembox .data div.wrap-box .day {
  width: 25.7rem;
  margin-right: 1.5rem;
}
@media screen and (max-width: 750px) {
  .formcontentsbox li.box .itembox .data div.wrap-box .day {
    width: 40vw;
    margin-right: 4vw;
  }
}
.formcontentsbox li.box .itembox .data div.wrap-box.day .itemselect {
  margin-right: 1.5rem;
}
@media screen and (max-width: 750px) {
  .formcontentsbox li.box .itembox .data div.wrap-box.day .itemselect {
    margin-right: 4vw;
  }
}
.formcontentsbox li.box .itembox .data .radiobox {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 750px) {
  .formcontentsbox li.box .itembox .data .radiobox {
    margin-bottom: 4vw;
  }
  .formcontentsbox li.box .itembox .data .radiobox .mwform-radio-field.horizontal-item {
    display: block;
    margin-left: 0;
  }
  .formcontentsbox li.box .itembox .data .radiobox .mwform-radio-field.horizontal-item:not(:last-of-type) {
    margin-bottom: 2.6666666667vw;
  }
}
.formcontentsbox li.box .itembox .data .radiobox input {
  all: revert;
}
.formcontentsbox li.box .itembox .data .radiobox .mwform-radio-field-text {
  font-size: 1.8rem;
}
@media screen and (max-width: 750px) {
  .formcontentsbox li.box .itembox .data .radiobox .mwform-radio-field-text {
    font-size: 4.2666666667vw;
  }
}
.formcontentsbox li.box .itembox .data .text {
  width: 100%;
  box-sizing: border-box;
  font-size: 1.8rem;
  border-radius: 0.5rem;
  background: #f8f5f2;
  padding: 2.6rem 2.2rem;
}
@media screen and (max-width: 750px) {
  .formcontentsbox li.box .itembox .data .text {
    font-size: 4.2666666667vw;
    padding: 4.8vw;
  }
}
.mw_wp_form_preview .formcontentsbox li.box .itembox .data div.wrap-box .itemselect:after, .mw_wp_form_preview .formcontentsbox li.box .itembox .data ul.mintxt li, .mw_wp_form_preview .formcontentsbox .checkbox {
  display: none;
}
#contact .contacttopbox {
  margin-bottom: 9rem;
}
@media screen and (max-width: 750px) {
  #contact .contacttopbox {
    margin-bottom: 12vw;
  }
}
.faqcontentsbox:not(:last-of-type) {
  margin-bottom: 60px;
}
.p-treatment__faq {
  background: #f8f5f2;
  margin-bottom: 2rem;
  /* 20px */
}
.p-treatment__faq dt, .p-treatment__faq dd {
  position: relative;
}
.p-treatment__faq dt::before, .p-treatment__faq dd::before {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  /* 40px */
  height: 4rem;
  /* 40px */
  border-radius: 50%;
  left: 3.5rem;
  /* 35px */
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.8rem;
  /* 18px */
}
.p-treatment__faq dt {
  font-size: 1.8rem;
  /* 18px */
  font-weight: bold;
  padding: 2.5rem 9.5rem;
  /* 25px 95px */
  cursor: pointer;
}
.p-treatment__faq dt::before {
  content: "Q";
  top: 1.9rem;
  /* 19px */
  background: #00bc8b;
  color: #fff;
}
.p-treatment__faq dt::after {
  content: "";
  position: absolute;
  top: 3rem;
  /* 30px */
  right: 3.5rem;
  /* 35px */
  width: 2rem;
  /* 20px */
  height: 2rem;
  /* 20px */
  background-image: url("../img/icon_plus.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.p-treatment__faq dt.is-open::after {
  background-image: url("../img/icon_minus.svg");
}
.p-treatment__faq dd {
  height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  padding: 0 9.5rem;
  /* 0 95px */
}
.p-treatment__faq dd::before {
  content: "A";
  background: #ffe87f;
  top: 0.8rem;
  /* 8px */
}
.p-treatment__faq dd.is-open {
  height: auto;
  padding: 1rem 9.5rem 2.3rem;
  /* 10px 95px 23px */
}
.p-case__archive {
  display: flex;
  flex-wrap: wrap;
  gap: 2.67%;
}
.p-case__archive__post {
  width: 31.55%;
}
.p-case__archive__post a {
  display: block;
  font-weight: bold;
  background: #f8f5f2;
}
.p-case__archive__post img {
  width: 100%;
  height: 20.9rem;
  /* 209px */
  object-fit: cover;
}
.p-case__archive__post .in {
  display: inline-block;
  padding: 1.4rem 2rem 2.4rem;
  /* 14px 20px 24px */
}
.p-case__archive__post .title {
  font-size: 1.8rem;
  /* 18px */
  line-height: 1.33;
}
.p-case__archive__post .tag {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.2rem;
  /* 12px */
}
.p-case__archive__post .tag span {
  font-size: 1.2rem;
  /* 12px */
  background: #00bc8b;
  color: #fff;
  border-radius: 30px;
  display: inline-block;
  margin: 0 0.7rem 0.7rem 0;
  /* 0 7px 7px 0 */
  padding: 0.3rem 1rem;
  /* 3px 10px */
}
.p-case__archive__post .more {
  background: #00bc8b;
  color: #fff;
  font-size: 1.6rem;
  /* 16px */
  padding: 1.1rem;
  /* 11px */
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-case__archive__post .more::after {
  content: "";
  display: inline-block;
  width: 0.5rem;
  /* 5px */
  height: 0.8rem;
  /* 8px */
  margin-left: 1rem;
  /* 10px */
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 7 11.807"><path fill="%23ffffff" d="M.321,11.486a1.1,1.1,0,0,1,0-1.551L4.353,5.9.321,1.872A1.1,1.1,0,0,1,1.872.321L6.679,5.128a1.1,1.1,0,0,1,0,1.551L1.872,11.486a1.1,1.1,0,0,1-1.551,0" /></svg>');
  background-position: center center;
  background-repeat: no-repeat;
}
#exosome-treatment .capbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#exosome-treatment .capbox .textbox, #exosome-treatment .capbox .cap {
  width: 100%;
  max-width: calc(100% / 2 - 1.5rem);
}
@media screen and (max-width: 768px) {
  #exosome-treatment .capbox .textbox, #exosome-treatment .capbox .cap {
    max-width: none;
  }
}
@media screen and (max-width: 768px) {
  #exosome-treatment .capbox .textbox {
    margin-bottom: 5.3333333333vw;
  }
}
#exosome-treatment .capbox .textbox p.txt {
  font-family: YuGothic;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.8;
  text-align: left;
  color: #333;
}
@media screen and (max-width: 768px) {
  #exosome-treatment .capbox .textbox p.txt {
    font-size: 4.2666666667vw;
  }
}
#exosome-treatment .capbox .textbox p.txt span {
  color: #FF7676;
  font-weight: bold;
}
#exosome-treatment .capbox .textbox p.txt:not(:last-of-type) {
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  #exosome-treatment .capbox .textbox p.txt:not(:last-of-type) {
    margin-bottom: 5.3333333333vw;
  }
}
#exosome-treatment .effectbox {
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  #exosome-treatment .effectbox {
    margin-bottom: 13.3333333333vw;
  }
}
#exosome-treatment .effectbox .leadtxt {
  font-size: 1.8rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  #exosome-treatment .effectbox .leadtxt {
    font-size: 4.2666666667vw;
    margin-bottom: 8vw;
  }
}
#exosome-treatment .effectbox .textlistbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#exosome-treatment .effectbox .textlistbox .box {
  width: 100%;
  max-width: calc(100% / 3 - 1.5rem);
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  #exosome-treatment .effectbox .textlistbox .box {
    max-width: none;
  }
  #exosome-treatment .effectbox .textlistbox .box:not(:last-child) {
    margin-bottom: 8vw;
  }
}
#exosome-treatment .effectbox .textlistbox .box dt, #exosome-treatment .effectbox .textlistbox .box dd {
  font-size: 1.8rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #exosome-treatment .effectbox .textlistbox .box dt, #exosome-treatment .effectbox .textlistbox .box dd {
    font-size: 4.2666666667vw;
  }
}
#exosome-treatment .effectbox .textlistbox .box dt {
  color: #00BC8B;
  font-weight: bold;
}
#exosome-treatment .topboxcontents .capbox {
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  #exosome-treatment .topboxcontents .capbox {
    margin-bottom: 16vw;
  }
}
#exosome-treatment .topboxcontents .colortitle {
  font-family: YuGothic;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1;
  text-align: left;
  color: #fff;
  background: #00bc8b;
  padding: 2rem 2.6rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  #exosome-treatment .topboxcontents .colortitle {
    font-size: 4.8vw;
    padding: 3.7333333333vw 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
#exosome-treatment .topboxcontents .listbox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  #exosome-treatment .topboxcontents .listbox {
    margin-bottom: 16vw;
  }
}
#exosome-treatment .topboxcontents .listbox .box {
  width: 100%;
  max-width: calc(100% / 3 - 1.5rem);
  position: relative;
}
@media screen and (max-width: 768px) {
  #exosome-treatment .topboxcontents .listbox .box {
    max-width: none;
  }
}
@media screen and (max-width: 768px) {
  #exosome-treatment .topboxcontents .listbox .box:not(:last-child) {
    margin-bottom: 5.3333333333vw;
    padding-bottom: 16vw;
  }
}
#exosome-treatment .topboxcontents .listbox .box:not(:last-child):after {
  content: "";
  position: absolute;
  top: 9rem;
  right: -3.2rem;
  width: 4.106rem;
  height: 2.695rem;
  background: url(../img/exosome-treatment/arrow.svg);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #exosome-treatment .topboxcontents .listbox .box:not(:last-child):after {
    right: auto;
    bottom: -2.6666666667vw;
    top: auto;
    left: 50%;
    width: 10.9493333333vw;
    height: 7.1866666667vw;
    transform: rotate(90deg) translateX(-50%);
    margin-left: -5.3333333333vw;
  }
}
#exosome-treatment .topboxcontents .listbox .box .cap {
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  #exosome-treatment .topboxcontents .listbox .box .cap {
    margin-bottom: 5.3333333333vw;
  }
}
#exosome-treatment .topboxcontents .listbox .box p.txt {
  font-size: 1.8rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #exosome-treatment .topboxcontents .listbox .box p.txt {
    font-size: 4.2666666667vw;
  }
}
#exosome-treatment .treatment {
  margin-bottom: 9rem;
}
@media screen and (max-width: 768px) {
  #exosome-treatment .treatment {
    margin-bottom: 16vw;
  }
}
#exosome-treatment .topboxcontents .topbox {
  text-align: center;
  margin-bottom: 6rem;
}
#exosome-treatment .topboxcontents .topbox .txt .text {
  font-family: YuGothic;
  font-weight: bold;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  line-height: 1.8;
  color: #333;
  background: linear-gradient(0deg, #ffe87f 0%, #ffe87f 40%, transparent 40%, transparent 100%);
}
@media screen and (max-width: 768px) {
  #exosome-treatment .topboxcontents .topbox .txt .text {
    font-size: 6.1333333333vw;
  }
  #exosome-treatment .topboxcontents .topbox .txt .text .pc {
    display: none;
  }
}
#exosome-treatment .pricebox {
  margin-bottom: 11.8rem;
}
@media screen and (max-width: 768px) {
  #exosome-treatment .pricebox {
    margin-bottom: 16vw;
  }
}
#exosome-treatment .p-treatment__fee {
  width: 100%;
  margin-bottom: 1.5rem;
}
#exosome-treatment .p-treatment__fee th, #exosome-treatment .p-treatment__fee td {
  border: 1px solid #d3cec8;
  padding: 2.1rem 3rem;
}
@media screen and (max-width: 768px) {
  #exosome-treatment .p-treatment__fee th, #exosome-treatment .p-treatment__fee td {
    padding: 4vw;
  }
}
#exosome-treatment .p-treatment__fee th {
  font-weight: bold;
  font-size: 1.8rem;
  background: #f8f5f2;
}
@media screen and (max-width: 768px) {
  #exosome-treatment .p-treatment__fee th {
    font-size: 4.2666666667vw;
  }
}
#exosome-treatment .p-treatment__fee td {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #exosome-treatment .p-treatment__fee td {
    font-size: 4.2666666667vw;
  }
}
#exosome-treatment .p-treatment__fee td .price {
  font-weight: bold;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  #exosome-treatment .p-treatment__fee td .price {
    font-size: 4.8vw;
  }
}
#exosome-treatment .righttxt {
  text-align: right;
  font-family: YuGothic;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem / 1.6rem;
  color: #333;
}
@media screen and (max-width: 768px) {
  #exosome-treatment .righttxt {
    font-size: 3.7333333333vw;
  }
}
#chronic-pain .borderlinetxt .text {
  font-family: YuGothic;
  font-weight: bold;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  line-height: 1.8;
  color: #333;
  background: linear-gradient(0deg, #ffe87f 0%, #ffe87f 40%, transparent 40%, transparent 100%);
}
#chronic-pain .p-treatment__fee {
  width: 100%;
}
#chronic-pain .p-treatment__fee .price {
  font-weight: bold;
  font-size: 2.4rem;
}
#chronic-pain .p-treatment__fee th, #chronic-pain .p-treatment__fee td {
  border: 1px solid #d3cec8;
  padding: 2.1rem 3rem;
}
#chronic-pain .p-treatment__fee th {
  font-weight: bold;
  font-size: 1.8rem;
  background: #f8f5f2;
}
#chronic-pain .p-treatment__fee td {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #chronic-pain .capitembox {
    margin-left: 4vw;
    margin-right: 4vw;
  }
}
#chronic-pain .capitembox p.c-text {
  text-align: center;
  font-weight: bold;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  #chronic-pain .capitembox p.c-text {
    margin-bottom: 8vw;
  }
}
#chronic-pain .capitembox .caplist {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  #chronic-pain .capitembox .caplist {
    justify-content: space-between;
  }
}
#chronic-pain .capitembox .caplist li {
  margin: 0 2rem;
}
@media screen and (max-width: 768px) {
  #chronic-pain .capitembox .caplist li {
    margin: 0;
    width: 27.2vw;
  }
}
#chronic-pain .numberlistbox {
  margin-top: 9rem;
  margin-bottom: 12rem;
}
@media screen and (max-width: 768px) {
  #chronic-pain .numberlistbox {
    margin-top: 10.6666666667vw;
    margin-bottom: 10.6666666667vw;
  }
}
#chronic-pain .itembox {
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  #chronic-pain .itembox {
    margin-bottom: 16vw;
  }
}
#chronic-pain .itembox .box {
  border: 1px solid #FF7676;
  padding: 4rem;
}
@media screen and (max-width: 768px) {
  #chronic-pain .itembox .box {
    padding: 8vw 5.3333333333vw;
  }
}
#chronic-pain .itembox h2 {
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  #chronic-pain .itembox h2 {
    margin-bottom: 5.3333333333vw;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}
#chronic-pain .itembox h2 .text {
  font-weight: bold;
  font-size: 2.3rem;
  line-height: 1.8;
  color: #ff7676;
  position: relative;
}
@media screen and (max-width: 768px) {
  #chronic-pain .itembox h2 .text {
    font-size: 5.3333333333vw;
  }
}
#chronic-pain .itembox h2 .text:before {
  content: "";
  position: absolute;
  width: 2.743rem;
  height: 2.743rem;
  background: url(../img/chronic-pain/icon.svg) no-repeat center top;
  background-size: contain;
  top: -0.2rem;
  left: -4rem;
}
@media screen and (max-width: 768px) {
  #chronic-pain .itembox h2 .text:before {
    left: -10.6666666667vw;
    top: 50%;
    transform: translateY(-50%);
    width: 7.2vw;
    height: 7.2vw;
  }
}
#chronic-pain .p-doctor_lower__section {
  counter-reset: number;
}
#chronic-pain .p-doctor_lower__section li {
  padding-left: 5.2rem;
  position: relative;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.8;
  text-align: left;
  color: #333;
  padding-top: 1rem;
}
@media screen and (max-width: 768px) {
  #chronic-pain .p-doctor_lower__section li {
    font-size: 4.2666666667vw;
    padding-left: 10.6666666667vw;
    padding-top: 2.6666666667vw;
  }
}
#chronic-pain .p-doctor_lower__section li:not(:last-child) {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  #chronic-pain .p-doctor_lower__section li:not(:last-child) {
    margin-bottom: 5.3333333333vw;
  }
}
#chronic-pain .p-doctor_lower__section li:before {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Nunito Sans", sans-serif;
  font-size: 2rem;
  top: 0.8rem;
  left: 0;
  width: 3.8rem;
  height: 3.8rem;
  border-radius: 50%;
  color: #fff;
  background: #00bc8b;
  counter-increment: number 1;
  content: counter(number);
}
@media screen and (max-width: 768px) {
  #chronic-pain .p-doctor_lower__section li:before {
    width: 8vw;
    height: 8vw;
    font-size: 4.8vw;
  }
}
#chronic-pain .u-background_gray {
  margin-top: 8.3rem;
  margin-bottom: 5.2rem;
}
@media screen and (max-width: 768px) {
  #chronic-pain .u-background_gray {
    margin-top: 13.3333333333vw;
    margin-bottom: 8vw;
  }
}
#chronic-pain .u-background_gray .c-fukidashi__text {
  position: relative;
  display: inline-block;
}
#chronic-pain .u-background_gray .mintxt {
  position: absolute;
  font-family: YuGothic;
  font-weight: bold;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  transform: rotate(-10deg);
  top: -4rem;
  left: -3rem;
}
@media screen and (max-width: 768px) {
  #chronic-pain .u-background_gray .mintxt {
    top: -10.6666666667vw;
    left: -8vw;
    font-size: 4.8vw;
  }
}
#chronic-pain .capbox .captitle {
  font-weight: bold;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: center;
  color: #00bc8b;
  margin-bottom: 3.7rem;
}
@media screen and (max-width: 768px) {
  #chronic-pain .capbox .captitle {
    font-size: 5.3333333333vw;
    margin-bottom: 4.5333333333vw;
  }
}
#chronic-pain .capbox .txt {
  text-align: center;
}
#chronic-pain .capbox .txt .text {
  font-family: YuGothic;
  font-weight: bold;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  line-height: 1.8;
  color: #333;
  background: linear-gradient(0deg, #ffe87f 0%, #ffe87f 40%, transparent 40%, transparent 100%);
}
@media screen and (max-width: 768px) {
  #chronic-pain .capbox .txt .text {
    font-size: 4.8vw;
  }
}
#chronic-pain .capbox .cap {
  margin-bottom: 4.9rem;
}
@media screen and (max-width: 768px) {
  #chronic-pain .capbox .cap {
    margin-bottom: 8vw;
  }
}
#chronic-pain .p-treatment__front__trouble {
  background: #F8F5F2;
  padding: 5.2rem 0 3.6rem;
  position: relative;
  margin-top: 8.7rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  #chronic-pain .p-treatment__front__trouble {
    padding: 8vw 4vw;
    width: 100vw;
    margin-left: -4vw;
    margin-bottom: 8vw;
  }
}
#chronic-pain .p-treatment__front__trouble .title_top {
  font-weight: bold;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: center;
  color: #00bc8b;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -2.2rem;
}
@media screen and (max-width: 768px) {
  #chronic-pain .p-treatment__front__trouble .title_top {
    font-size: 5.3333333333vw;
    top: -4vw;
  }
}
#chronic-pain .p-treatment__front__trouble .box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#chronic-pain .p-treatment__front__trouble .box li {
  font-weight: bold;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  line-height: 2.2;
  color: #333;
  position: relative;
  padding-left: 2.2rem;
}
@media screen and (max-width: 768px) {
  #chronic-pain .p-treatment__front__trouble .box li {
    font-size: 4.8vw;
    line-height: 1.6;
    padding-left: 6.6666666667vw;
  }
  #chronic-pain .p-treatment__front__trouble .box li:not(:last-child) {
    margin-bottom: 5.3333333333vw;
  }
}
#chronic-pain .p-treatment__front__trouble .box li:before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  line-height: 2.2;
  color: #00BC8B;
}
@media screen and (max-width: 768px) {
  #chronic-pain .p-treatment__front__trouble .box li:before {
    font-size: 4.2666666667vw;
    line-height: 1.6;
  }
}
.p-column {
  padding: 7rem 0 9rem;
  /* 70px 0 90px */
  position: relative;
}
.p-column__title {
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00bc8b;
  font-size: 2.4rem;
  /* 24px */
  letter-spacing: 0.1em;
  margin-bottom: 1.8rem;
  /* 18px */
}
.p-column__title::before, .p-column__title::after {
  content: "";
  display: block;
  height: 3rem;
  /* 30px */
  width: 0.2rem;
  /* 2px */
  background: #00bc8b;
  margin: 0 1.5rem;
  /* 0 15px */
}
.p-column__title::before {
  transform: rotate(-30deg);
}
.p-column__title::after {
  transform: rotate(30deg);
}
.p-column__fukidashi {
  text-align: center;
  margin-bottom: 1.5rem;
  /* 15px */
  padding-right: 8.3rem;
  /* 83px */
}
.p-column__archive {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-column__archive__post {
  width: 49%;
  margin-bottom: 2rem;
  /* 20px */
}
.p-column__archive__post a {
  display: flex;
  justify-content: space-between;
  background: #fff;
  padding: 1.8rem 2rem 1.7rem;
  /* 18px 20px 17px */
}
.p-column__archive__post a .img {
  width: 42%;
}
.p-column__archive__post a .img img {
  width: 100%;
  height: 14.9rem;
  /* 149px */
  object-fit: cover;
}
.p-column__archive__post a .overview {
  width: 55%;
  padding-top: 0.2rem;
  /* 2px */
}
.p-column__archive__post a .label {
  font-size: 1.4rem;
  /* 14px */
  color: #fff;
  font-weight: bold;
  background: #00bc8b;
  margin-right: 1.3rem;
  /* 13px */
  padding: 0.5rem 1rem;
  /* 5px 10px */
}
.p-column__archive__post a .date {
  color: #727171;
  font-size: 1.4rem;
  /* 14px */
  display: inline-block;
  transform: translateY(-0.2rem);
  /* -2px */
}
.p-column__archive__post a .title {
  display: block;
  font-weight: bold;
  font-size: 1.6rem;
  /* 16px */
  line-height: 1.5;
  margin-top: 0.8rem;
  /* 8px */
}
.tabsnav {
  position: relative;
}
.tabsnav .minlist {
  position: absolute;
  top: 6.5rem;
  width: 100%;
  display: none;
  opacity: 0;
  transition: 0.5s;
}
.tabsnav .minlist .listbox li:not(:last-child) {
  border-bottom: 1px solid white;
}
.tabsnav .minlist .listbox li a {
  background: #00bc8b;
  color: white;
  text-align: center;
  font-size: 1.6rem;
  padding: 1.2rem 0 1.1rem;
}
.tabsnav:hover .minlist {
  opacity: 1;
  display: block;
}
.sp {
  display: none;
}
.p-flow__box__contact {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2.6rem 0;
  /* 26px 0 */
  margin-top: 3.4rem;
  /* 34px */
}
.p-flow__box__contact.top_p-flow__box__contact {
  margin: 5rem 0;
}
@media screen and (max-width: 768px) {
  .p-flow__box__contact.top_p-flow__box__contact {
    margin: 8vw 0;
  }
}
.p-flow__box__contact__tel {
  margin-right: 7rem;
  /* 70px */
}
@media screen and (min-width: 1921px) {
  .p-main__hero__title img {
    width: 100%;
  }
}
@media screen and (max-width: 1440px) {
  .p-main__hero__title img {
    width: 100%;
    height: 600px;
    object-fit: cover;
  }
}
@media screen and (max-width: 768px) {
  .p-flow__box__contact {
    padding: 7.4666666667vw 5.3333333333vw 8vw;
    margin-top: 6.4vw;
    display: block;
  }
  .p-main__hero__title img {
    height: auto;
  }
  .p-flow__box__contact__tel {
    width: 100%;
  }
  .p-flow__box__contact__button {
    margin-top: 5.3333333333vw;
  }
  .p-column {
    padding: 13.3333333333vw 0;
  }
  .p-column__title {
    line-height: 1.5;
    letter-spacing: 0;
    font-size: 4.8vw;
  }
  .p-column__title::before, .p-column__title::after {
    height: 10.6666666667vw;
    margin: 0 5.3333333333vw;
  }
  .p-column__fukidashi {
    padding: 0;
    margin-bottom: 4vw;
  }
  .p-column__archive__post {
    width: 100%;
    margin-bottom: 4vw;
  }
  .p-column__archive__post a {
    padding: 4vw;
  }
  .p-column__archive__post a .img img {
    height: 25.3333333333vw;
  }
  .p-column__archive__post a .overview {
    padding-top: 0;
  }
  .p-column__archive__post a .label {
    font-size: 3.2vw;
    padding: 1.3333333333vw 2.6666666667vw;
    margin-right: 1.6vw;
  }
  .p-column__archive__post a .date {
    font-size: 3.2vw;
    vertical-align: middle;
  }
  .p-column__archive__post a .title {
    font-size: 3.7333333333vw;
  }
  .sp {
    display: block;
  }
  .p-treatment__faq {
    margin-bottom: 4vw;
  }
  .p-treatment__faq dt::before, .p-treatment__faq dd::before {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    font-size: 4.8vw;
    left: 5.3333333333vw;
  }
  .p-treatment__faq dt {
    font-size: 4.2666666667vw;
    line-height: 1.8;
    padding: 5.6vw 18.6666666667vw;
  }
  .p-treatment__faq dt::before {
    top: 4.2666666667vw;
  }
  .p-treatment__faq dt::after {
    top: 7.2vw;
    right: 5.3333333333vw;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
  .p-treatment__faq dd {
    padding: 0px 5.3333333333vw 0px 18.6666666667vw;
  }
  .p-treatment__faq dd.is-open {
    padding: 0 5.3333333333vw 4.8vw 18.6666666667vw;
  }
  .p-case__archive {
    gap: 0;
    justify-content: space-between;
  }
  .p-case__archive__post {
    width: 48.5%;
  }
  .p-case__archive__post img {
    height: 26.4vw;
  }
  .p-case__archive__post .in {
    padding: 1.6vw 2.6666666667vw 2.6666666667vw;
  }
  .p-case__archive__post .title {
    font-size: 3.7333333333vw;
  }
  .p-case__archive__post .tag {
    margin-top: 2.6666666667vw;
  }
  .p-case__archive__post .tag span {
    font-size: 3.2vw;
    margin: 0 1.0666666667vw 1.0666666667vw 0;
    padding: 0.8vw 2.6666666667vw;
  }
  .p-case__archive__post .more {
    font-size: 3.7333333333vw;
    padding: 1.8666666667vw;
  }
}
