body {
  padding: 0;
  margin: 0;
  font-family: "fot-tsukuardgothic-std", sans-serif;
}
* {
  box-sizing: border-box;
}
img {
  max-width: 100%;
  height: auto;
}
#wrapper {
  max-width: 750px;
  margin: 0 auto;
  background: #fff;
  overflow-x: hidden;
}
#wrapper img {
  display: block;
}
#header {
  position: relative;
}
#header .date {
  position: absolute;
  left: 2.3em;
  top: 6.3em;
  color: #000;
  font-weight: bold;
  font-size: 1.5em;
  z-index: 2;
}

#header .ranking_cv_logo {
  max-width: 340px;
  position: absolute;
  z-index: 2;
  transform: translateX(55%);
}
#header .ranking_cv_logo.cv1 {
  top: 56.9%;
}
#header .ranking_cv_logo.cv2 {
  top: 65.3%;
}
#header .ranking_cv_logo.cv3 {
  top: 73.2%;
}
#header .ranking_cv_logo.cv4 {
  top: 82%;
}
#header .ranking_cv_logo.cv5 {
  top: 89.7%;
}

#header .ranking_cv_logo a:hover {
  opacity: 0.7;
}
.to-officialSite{
  width: 85%;
  margin-top: -31%;
  margin-bottom: 10%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 749px) {
  #header .ranking_cv_logo {
    transform: translateX(25vw);
    width: 46%;
  }
  #header .ranking_cv_logo.cv1 {
    top: 143.5vw;
  }
  #header .ranking_cv_logo.cv2 {
    top: 164.9vw;
  }
  #header .ranking_cv_logo.cv3 {
    top: 184.4vw;
  }
  #header .ranking_cv_logo.cv4 {
    top: 205.5vw;
  }
  #header .ranking_cv_logo.cv5 {
    top: 225.3vw;
  }
}

.tab {
  display: flex;
  padding: 2em 3.5em 0;
}
.tab-item {
  width: 50%;
  text-align: center;
}
.tab-item a {
  color: #000;
  font-size: 1.8em;
  text-decoration: none;
  font-weight: 700;
  line-height: 1;
  padding: 0.8em 1em;
  display: block;
}
.tab-item.active {
  border-bottom: 6px solid #2CD1B4;
}
.toggle-menu{
  margin-bottom: 24px;
}
.eminal-main-image{
  width: 55%;
  margin: 0 auto;
}
.gorilla-main-image{
  width: 80%;
  margin: 0 auto;
}
.jibun-clinic-main-image{
  width: 80%;
  margin: 0 auto;
}
.rize-main-image{
  width: 80%;
  margin: 0 auto;
}
.bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/emishia_hikaku_lp0912_11base.jpg);
}
.hide {
  display: none;
}
.table {
  font-family: "Noto Sans JP", sans-serif;
  padding: 0 0 0 3.4em;
  background-image: url(../images/background.png);
}
.table-box {
  overflow-x: auto;
}
.table-box img {
  max-width: initial;
}
.space {
  height: 3em;
}
.relative {
  position: relative;
}
.button {
  width: 100%;
  position: absolute;
  bottom: 2.5em;
  text-align: center;
  padding: 0 20px;
}
.regina-button{
  width: 85%;
  margin: 0 auto;
}
.eminal-button{
  width: 85%;
  margin: 0 auto;
}
.gorilla-button{
  width: 85%;
  margin: 0 auto;
}
.jibun-button{
  width: 85%;
  margin: 0 auto;
}
.button a:hover {
  opacity: 0.9;
}
.accordion-cta {
  position: relative;
  bottom: 1.5em;
  text-align: center;
  bottom: 1%;
  padding: 0 20px;
}
.accordion {
  position: absolute;
  bottom: 1em;
  padding: 0.5em 0;
  border-top: 2px solid #2187A5;
  border-bottom: 2px solid #2187A5;
  text-align: center;
  font-size: 2.2em;
  line-height: 1.6;
  font-weight: 700;
  cursor: pointer;
  max-width: 625px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.accordion-area {
  position: absolute;
  bottom: 1em;
  padding: 0.5em 0;
  border-top: 2px solid #2187A5;
  border-bottom: 2px solid #2187A5;
  text-align: center;
  font-size: 2.2em;
  line-height: 1.6;
  font-weight: 700;
  cursor: default;
  max-width: 625px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.accordion-title {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #2187A5;
}
.accordion-title span {
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 28px solid #2187A5;
  position: relative;
  top: 34px;
  right: -15px;
}
.accordion.active .accordion-title span {
  border-bottom: 28px solid #2187A5;
  border-top: none;
  top: -35px;
}
.bg-border {
  padding-top: 100px;
  margin-top: -100px;
}
.accordion-search {
  padding-top: 120px;
}
@media (max-width: 749px) {
  .accordion-search {
    padding-top: 150px;
  }
}
.area-box {
  margin-top: 80px;
  text-align: center;
  padding: 4px;
}
.area {
  position: absolute;
  bottom: 1em;
  text-align: center;
  font-size: 2em;
  line-height: 1.6;
  font-weight: 700;
  cursor: pointer;
  max-width: 625px;
  margin: 0 auto;
  left: 0;
  right: 0;
  padding: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #2B5174;
  color: #fff;
}
.area-list {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  color: #484848;
  margin-bottom: 200px;
  max-width: 600px;
  width: 100%;
  margin: 20px auto 80px;
}
.area-subtitle {
  background-color: #E2EDF6;
  font-size: 1.5em;
  padding: 8px;
  margin-bottom: 20px;
}
.area-list img {
  width: 100%;
  height: auto;
}
.available-button {
  width: 80% !important;
  margin: 0 auto;
}
.area-title {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  text-align: center;
  padding: 0 0 0 32px;
  width: 95%;
}
.title-border {
  color: #2187A5;
  display: flex;
  align-items: center;
  font-size: 1.5em;
}
.title-border:before,
.title-border:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #2187A5;
}

.title-border:before {
    margin-right: 1rem;
}

.title-border:after {
    margin-left: 1rem;
}
.area::after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 2px solid;
  border-color: transparent transparent #fff #fff;
  transform: rotate(-45deg);
  margin-bottom: 2px;
  margin-right: 20px;
}
.area.active.area::after {
  border-color: #fff #fff transparent transparent;
  margin-bottom: 0;
  margin-top: 8px;
}
.area.active .area-title span {
  border-color: #fff #fff transparent transparent;
}
.clinic-cta img {
  margin: auto;
}
.table-box::-webkit-scrollbar {
  height: 10px;
  width: 100px;
}
.table-box::-webkit-scrollbar-track {
  box-shadow: none;
  background: transparent;
}
.table-box::-webkit-scrollbar-thumb {
  background: #4d4d4d;
  border-radius: 10px;
  height: 3px;
  width: 100px;
}
.table-box::-webkit-scrollbar-thumb:hover {
  background: #000;
}
.bg-pink {
  background: #fff2f6;
  padding-bottom: 13.5em;
}
.bg-green {
  background: #e5f7f3;
  padding-bottom: 13.5em;
}
.bg-yellow {
  background: #fff0d9;
  padding-bottom: 13.5em;
}
.bg-purple {
  background: #f2eeff;
  padding-bottom: 13.5em;
}
.bg-blue {
  background: #e3f4ff;
  padding-bottom: 13.5em;
}
.top-3em {
  margin-top: -3em;
}
.accordion1 {
  max-width: 587px;
}
.twitter {
  max-width: 635px;
  margin: 0 auto;
}
.twitter .twitter-tweet {
  margin: 0 auto;
}
.table-box {
  text-align: center;
  padding-bottom: 3em;
  padding-top: 2em;
}
.table-box a:hover {
  opacity: 0.9;
}
.table tr th,
.table tr td {
  padding: 10px 5px;
  width: 180px;
  font-size: 14px;
  line-height: 1.6;
  border: 1px solid #D9D9D9;
  vertical-align: middle;
  color: #484848;
}
.table tr th img {
  height: 80px;
  margin: 0 auto;
}
.table tr th:first-child,
.table tr td:first-child {
  border: 1px solid #D9D9D9;
}
.table tr th:last-child,
.table tr td:last-child {
  border-right: 1px solid #D9D9D9;
}
.table tr th {
  border-top: 1px solid #D9D9D9;
}
.table tr td:first-child {
  vertical-align: middle;
}
.table tr:last-child td {
  border-bottom: none;
}
.table tr:nth-child(2n + 1) td {
  background: #E2EDF6;
}
.table tr:nth-child(2n) td {
  background: #fff;
}
table {
  border-collapse: collapse;
  width: 980px;
  background: #fff;
  box-shadow: 4px 4px 12px #484848;
  overflow: hidden;
  font-family: "fot-tsukuardgothic-std", sans-serif;
}
.table img {
  max-width: 100%;
}
.table span {
  display: block;
}
.table .color-blue {
  color: #2187A5;
}
.table .color-orange {
  color: #fca500;
  font-size: 22px;
}
.table .color-gold {
  color: #C09B53;
  font-size: 22px;
}
.table .color-pink {
  color: #E7A0D9;
  font-size: 22px;
}
.table .text-left {
  text-align: left;
  padding-left: 20px;
}
.table .text-left span {
  text-align: center;
}
.table span.with-star {
  transform: translateX(-5px);
}
.table tr td.let-spacing {
  letter-spacing: -0.05em;
}
.table thead tr > th:first-child {
  background: #fff;
}
.table thead tr > th:first-child,
.table tbody tr > td:first-child {
  position: sticky;
  z-index: 2;
  left: -2px;
  width: 174px;
}
/*　20230331 ブリリアスキンクリニックの基本情報 */
.brillia-tbl {
  position: absolute;
  bottom: 3%;
  max-width: 900px;
  width: 100%;
  margin: auto;
}
table.brillia-table {
  position: relative;
  max-width: 640px;
  width: 85%;
  margin: auto;
  top: 30px;
}
.brillia-tbl table tr:nth-child(odd) {
  background-color: #E2EDF6;
  line-height: 1.2;
}
.brillia-tbl table tr:nth-child(even) {
  background-color: #fff;
  line-height: 1.2;
}
.brillia-tbl table tr td {
  border: 2px solid #D9D9D9;
  text-align: center;
  font-size: 24px;
  padding: 20px 0;
  font-weight: 600;
  color: #484848;
}
.brillia-tbl table tr td:first-child {
  width: 30%;
}
.brillia-tbl table tr td:last-child {
  width: 70%;
  padding: 20px;
}
.marker {
  background: linear-gradient(transparent 60%, #2cd1b36e 60%);
}
@media (max-width: 749px) {
  .brillia-tbl {
    bottom: 6%;
  }
  .brillia-tbl table tr td {
    border: 1px solid #D9D9D9;
    font-size: 3.2vw;
    padding: 8px 0;
  }
  .brillia-tbl table tr td:last-child {
    padding: 8px;
    line-height: 1.2;
  }
}
@media (max-width: 680px) {
  .brillia-tbl {
    bottom: 6%;
  }
}
@media (max-width: 480px) {
  .brillia-tbl {
    bottom: 4.5%;
  }
}
@media (max-width: 385px) {
  .brillia-tbl {
    bottom: 5%;
  }
}
/* ブリリアスキンクリニックの基本情報 */

#footer {
  text-align: center;
  font-size: 16px;
  line-height: 1.2;
  color: #ffffff;
  background: #2B5174;
  padding: 0 0 40px;
  margin-top: -2vw;
  font-family: "fot-tsukuardgothic-std", sans-serif;
}
#footer .company-link {
  font-weight: 700;
  font-size: 24px;
  color: #ffffff;
}
#footer p.copyright {
  margin: 30px 0 0;
}
.page-content .container {
  padding: 0 15px;
  font-size: 14px;
}
.page-content h1 {
  font-size: 22px;
}
#footer.footer-page {
  margin: 0;
  padding: 15px 0;
}
.regina-clinic-main-image{
  width: 85%;
  margin: 2% auto;
}
@media (max-width: 749px) {
  table {
    width: 700px;
  }
  .table tr th,
  .table tr td {
    font-size: 12px;
  }
  #footer {
    font-size: 14px;
  }
  #footer .company-link {
    font-size: 18px;
  }
  #footer p.copyright {
    margin-top: 20px;
  }
  .twitter {
    /* padding: 0 8vw; */
  }
  .twitter iframe {
    max-width: 100%;
  }
  .r-y54riw {
    min-width: 1px;
  }
  .tab {
    padding: 0 7.5vw;
  }
  .tab-item a {
    font-size: 4.5vw;
    padding: 4vw 2vw;
  }
  .tab-item.active {
    border-bottom: 1.5vw solid #2CD1B4;
  }
  .accordion {
    bottom: 10vw;
    padding: 3vw 0;
    font-size: 4.2vw;
    margin: 0 4vw;
    margin: 0 8vw;
  }
  .accordion-area {
    bottom: 13vw;
    padding: 3vw 0;
    font-size: 4.2vw;
    margin: 0 4vw;
    margin: 0 8vw;
  }
  .accordion1 {
    margin: -9vw 11vw;
  }
  .accordion-title span {
    border-left: 2vw solid transparent;
    border-right: 2vw solid transparent;
    border-top: 3.5vw solid #2187A5;
    top: 3.8vw;
    right: -2vw;
  }
  .accordion.active .accordion-title span {
    border-bottom: 3.5vw solid #2187A5;
    border-top: none;
    top: -4vw;
  }
  .regina-clinic-main-image{
    width: 80%;
    margin: 5% auto;
  }

  .area-box {
    bottom: 5vw;
    padding: 1px;
    font-size: 4.2vw;
    margin: 58px 8vw 0;
  }
  .area {
    font-size: 4.2vw;
    padding: 12px;
  }
  .area::after {
    width: 12px;
    height: 12px;
    border: 1px solid;
    border-color: transparent transparent #fff #fff;
    transform: rotate(-45deg);
    margin-bottom: 8px;
    margin-right: 20px;
  }
  .area.active.area::after {
    border-color: #fff #fff transparent transparent;
    margin-bottom: 0;
    margin-top: 8px;
  }
  .area-list {
    margin: 20px auto 60px;
  }
  .area-list img {
  }
  .area-subtitle {
    font-size: 15px;
  }
  .area-address {
    font-size: 12px;
  }
  .title-border {
    font-size: 1em;
  }
  .table {
    padding: 0 0 0 3.8vw;
  }
  .bg-pink,
  .bg-green,
  .bg-purple,
  .bg-yellow,
  .bg-blue {
    padding-bottom: 38vw;
  }

  .bg-border {
    margin-top: -10vw;
    padding-top: 15vw;
  }
  #header .date {
    left: 8vw;
    top: 20vw;
    font-size: 3.2vw;
  }
  .button {
    bottom: 5vw;
    width: 85%;
    transform: translate(7.5vw);
  }
  .button.freya_btn {
    bottom: 7vw;
    width: 85%;
    transform: translate(7.5vw);
  }
  .relative .hide + .button {
    bottom: 11vw;
  }
  .top-3em {
    margin-top: -7vw;
  }
}

.ranking_cv_banner {
  width: 100% !important;
  position: absolute;
  z-index: 2;
  top: 24%;
  width: 100%;
}

.ranking_cv_banner.cv1 {
  top: 20%;
}

.ranking_cv_banner.cv4 {
  top: 17%;
}

.ranking_cv_banner a:hover {
  opacity: 0.9;
}

@media (max-width: 749px) {
  .ranking_cv_banner {
    width: 85%;
    top: 42vw;
  }
  .ranking_cv_banner.cv1 {
    top: 18%;
  }
}
