@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
body {
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-size: 1rem;
  color: #111b3b;
  min-height: 0;
  overflow-x: hidden;
  margin: 0 auto;
  max-width: 700px;
  overflow-x: hidden;
}

/* ヘッダー */
header {
  background-color: #111b3b;
  padding: 40px 40px 40px 170px;
  border-bottom: 1px solid #e4eef0;
}
header div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header h1 {
  text-align: center;
}
header h1 span {
  font-size: 24px;
  color: #fff;
  position: relative;
}
header h1 span:before {
  content: url(../images/logo.svg);
  display: inline-block;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: -24%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
header p.pr {
  border: 1px solid #747474;
  background-color: #fff;
  padding: 4px 10px;
  line-height: 1;
}
@media all and (max-width: 480px) {
  header {
    padding: 20px 20px 20px 84px;
  }
  header h1 span {
    font-size: 18px;
    line-height: 1.4;
  }
  header h1 span:before {
    width: 50px;
    height: 50px;
    left: -28%;
  }
  header p.pr {
    font-size: 0.6rem;
    padding: 2px 6px;
  }
}

#wrapper {
  overflow-x: hidden;
}
img {
  max-width: 100%;
  height: auto;
}
a:hover {
  opacity: 0.7;
}
.fv {
  position: relative;
}
.fv .fv_cta {
  width: 100%;
  position: absolute;
  bottom: -8.8%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.4);
  padding: 15px 0;
}
.fv .fv_cta .btn_features_lead span {
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}
.fv .fv_cta .btn_features {
  width: 90%;
}
.fv .btn_features_notes span {
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}
@media all and (max-width: 480px) {
  .fv .fv_cta {
    bottom: -11.5%;
    padding: 7px 0;
  }
  .fv .fv_cta .btn_features_lead {
    padding: 4px;
  }
  .fv .fv_cta .btn_features_lead span,
  .fv .fv_cta .btn_features_notes span {
    font-size: 1rem !important;
  }
  .fv .fv_cta .btn_features {
    height: 70px;
  }
}

/* イチ押し！ */
.pickup {
  margin-top: 80px;
  margin-bottom: 5%;
  background: #f2feff;
  border-width: 2px;
  border-style: solid;
  border-color: #111b3b;
  border-image: initial;
  border-radius: 10px;
  padding: 3% 5% 5%;
}
.pickup .pickup_title {
  max-width: 300px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  position: relative;
  background: #111b3b;
  border-radius: 20px;
  padding: 0 0 5px;
  margin: -6% auto 3%;
}
.pickup .pickup_title::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -9px;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 10px solid #111b3b;
  border-bottom: 0;
  margin: auto;
}
.pickup .pickup_box {
  display: flex;
  flex-wrap: wrap;
}
.pickup .pickup_image {
  max-width: 230px;
  margin-right: 24px;
}
.pickup .pickup_text {
  width: 59%;
}
.pickup .pickup_link a {
  font-weight: bold;
  font-size: 20px;
  text-decoration: underline;
}
.pickup .pickup_benefits {
  margin-top: 10px;
}
.pickup .pickup_benefits li {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px dashed rgb(193, 193, 193);
  line-height: 1.8;
}
.pickup .pickup_benefits li .red {
  color: #e72601;
}
@media all and (max-width: 700px) {
  .pickup {
    margin: 50px 20px 40px;
  }
  .pickup .pickup_title {
    margin: -10% auto 7%;
  }
  .pickup .pickup_box {
    display: block;
  }
  .pickup .pickup_image {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
  }
  .pickup .pickup_text {
    width: 100%;
  }
  .pickup .pickup_link {
    text-align: center;
    margin-bottom: 10px;
  }
  .pickup .pickup_benefits li {
    font-size: 16px;
  }
}

/* 人気パーソナルジム徹底調査！ */
.popular {
  background-color: #e4eef0;
  padding: 80px 20px;
}
.ttl {
  font-size: 24px;
  font-weight: bold;
  padding: 10px 0;
  text-align: center;
}
.sub_ttl {
  font-size: 12px;
  font-weight: 100;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 60px;
}
.sub_ttl::before,
.sub_ttl::after {
  background-color: #111b3b;
  content: "";
  height: 1px;
  width: 20px;
}
.sub_ttl::before {
  margin-right: 5px;
}
.sub_ttl::after {
  margin-left: 5px;
}
.popular_box {
  color: #e72601;
  font-weight: 600;
  margin-bottom: 30px;
  line-height: 1.8;
}
.popular_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
  justify-content: space-between;
}
.popular .lead {
  margin-bottom: 30px;
  line-height: 1.8;
}
.popular .back_yellow {
  font-weight: bold;
  background-color: #ffea01;
}
.popular .sub_lead {
  margin-bottom: 30px;
  line-height: 1.8;
}
.popular .sub_lead p span {
  font-weight: bold;
}
.popular .txt {
  line-height: 1.8;
}
.popular .txt p:first-child {
  margin-top: 30px;
  margin-bottom: 30px;
}
.popular .txt .green {
  color: #04cdd9;
  font-weight: 600;
}
@media all and (max-width: 700px) {
  .popular {
    padding: 40px 20px;
  }
  .sub_ttl {
    padding-bottom: 30px;
  }
  .popular_list li {
    width: 100%;
  }
  .popular_list li:not(:last-child) {
    margin-bottom: 16px;
  }
  .popular .sub_lead {
    margin-bottom: 40px;
  }
  .popular .txt p:nth-child(2) {
    text-align: left;
    padding: 0;
  }
}

/* 失敗しない！パーソナルジム選び3つのポイント */
.point {
  color: #fff;
  background-color: #111b3b;
  padding: 80px 20px;
}
.point .sub_ttl::before,
.point .sub_ttl::after {
  background-color: #fff;
}
.point .lead {
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.8;
}
.point_box {
  color: #111b3b;
  background-color: #fff;
  padding: 60px 15px;
}
.point_list li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.point_list li .point_detail {
  width: 58%;
}
.point_list li .point_detail .number {
  font-size: 2rem;
  font-weight: bold;
  color: #04cdd9;
  display: inline-block;
  border-bottom: 2px solid #04cdd9;
  padding-bottom: 4px;
  margin-bottom: 16px;
}
.point_list li .point_detail .txt {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 16px;
}
.point_list li .point_detail .sub_txt {
  line-height: 1.8;
}
.point_list li .point_image {
  width: 38%;
}
.point_notes {
  background-color: #f2feff;
  padding: 20px;
  line-height: 1.8;
}
@media all and (max-width: 700px) {
  .point {
    padding: 40px 20px;
  }
  .point .lead {
    text-align: left;
  }
  .point_box {
    padding: 40px 15px;
  }
  .point_list li {
    display: block;
  }
  .point_list li .point_detail {
    width: 100%;
  }
  .point_list li .point_detail .number {
    font-size: 1.8rem;
  }
  .point_list li .point_detail .txt {
    font-size: 18px;
  }
  .point_list li .point_image {
    width: 100%;
    margin-bottom: 16px;
  }
}

/* パーソナルジムおすすめTOP3 */
.compare {
  background-color: #e4eef0;
  padding: 80px 20px;
}
.compare_ttl_box {
  display: inline-block;
  margin-left: 80px;
  margin-bottom: 60px;
}
.compare_ttl {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 10px;
}
.compare_txt {
  font-size: 12px;
  font-weight: 100;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
}
.compare_txt::before,
.compare_txt::after {
  background-color: #111b3b;
  content: "";
  height: 1px;
  width: 20px;
}
.compare_txt::before {
  margin-right: 5px;
}
.compare_txt::after {
  margin-left: 5px;
}
.compare_evaluation td {
  color: #e72601;
}
.compare_evaluation td img {
  display: inline-block !important;
}
.example {
  overflow-x: auto;
  max-width: 700px;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 10px;
}
table {
  border-collapse: separate;
  border-spacing: 10px 0;
  width: 100%;
  table-layout: fixed;
}
.gym_ttl {
  font-size: 20px;
}
.gym_image {
  text-align: center;
  padding: 30px 0 14px;
}
.gym_image a img {
  width: 100%;
}
th {
  border-left: 2px solid #04cdd9;
  border-right: 2px solid #04cdd9;
  padding: 10px 80px;
}
th,
td {
  color: #fff;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
}
td {
  color: #111b3b;
  background-color: #fff;
  border-left: 2px solid #99b8ba;
  border-right: 2px solid #99b8ba;
  position: relative;
}
tr:not(:last-child) td:after {
  content: "";
  width: 500px;
  height: 1px;
  display: inline-block;
  background-color: #848792;
  position: absolute;
  bottom: 0;
  left: calc(50% - 250px);
}
.gym_ttl th {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  background-color: #99b8ba;
  border-top: 2px solid #99b8ba;
  border-left: 2px solid #99b8ba;
  border-right: 2px solid #99b8ba;
  width: 560px;
  padding: 68px 0 18px;
  white-space: nowrap;
  overflow: hidden;
}
.gym_ttl #gym_name01 {
  background-color: #04cdd9;
  border-top: 2px solid #04cdd9;
  border-left: unset;
  border-right: unset;
}
#blank {
  width: 160px;
  background-color: unset;
  border: none;
}
.example_fixed {
  font-size: 14px;
  position: sticky;
  top: 0;
  left: 0;
  background: none;
  border-left: none;
  border-right: none;
  border-radius: 6px 0 0 6px;
  background-color: #3369e6;
  padding: 30px;
  z-index: 1;
}
.example table tr:not(:first-of-type):not(:last-of-type) .example_fixed {
  border-top: 4px solid #e4eef0;
  border-bottom: 4px solid #e4eef0;
}
.counseling .example_fixed {
  padding: 23px;
}
.example table tr:last-child td {
  border-bottom: 2px solid #99b8ba;
}
.example table tr:last-child .example01 {
  border-bottom: 2px solid #99b8ba;
  padding: 30px 26px;
}
.example01 {
  border-left: 2px solid #99b8ba;
  border-right: 2px solid #99b8ba;
}
.example span {
  font-size: 12px;
}
.example span span {
  font-size: 8px;
}
.example_features td {
  font-size: inherit;
  line-height: 1.4;
  font-size: 1rem !important;
  padding: 20px 26px !important;
}
.example_site td {
  font-size: 10px;
}
.example_site td .btn_compare_url {
  background-color: #1acc28;
  padding: 10px 20px;
  border-radius: 50px;
  border-bottom: 5px solid #1ba025;
  position: relative;
  width: 500px;
  height: 90px;
  text-align: center;
}
.example_site td .btn_compare_url:hover {
  margin-top: 3px;
  border-bottom: 2px solid #1ba025;
}
.example_site td a {
  font-size: 1.2rem;
  color: #fff;
  letter-spacing: 1px;
  line-height: 1.2;
}
.example_site td.example01:nth-child(2) a {
  display: block;
  padding: 10px 30px;
}
.example_site td a::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}
@media all and (max-width: 480px) {
  .example table tr:last-child .example01 {
    padding: 20px;
  }
  .example_site td a {
    font-size: 16px;
  }
  .example_site td a::after {
    right: 6px;
  }
  .example_site td .btn_compare_url {
    width: 100%;
  }
  tr:not(:last-child) td:after {
    width: 290px;
    left: calc(50% - 148px);
  }
  .example_features td {
    font-size: 14px !important;
  }
  .example_site td.example01:nth-child(2) a {
    padding: 6px 30px;
  }
}
thead tr th:not(:first-child) span {
  position: relative;
  font-size: inherit;
}
thead tr th:not(:first-child) span::before {
  content: "";
  display: inline-block;
  width: 54px;
  height: 46px;
  background-size: contain !important;
  position: absolute;
  top: -130%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
thead tr th:nth-child(2) {
  background-color: #04cdd9;
  border-top: 2px solid #04cdd9;
  border-left: unset;
  border-right: unset;
}
thead tr th:nth-child(2) span::before {
  background: url(../images/crown_g_4.svg) no-repeat;
}
thead tr th:nth-child(3) span::before {
  background: url(../images/crown_s_4.svg) no-repeat;
}
thead tr th:nth-child(4) span::before {
  background: url(../images/crown_c_4.svg) no-repeat;
}
tbody tr td:nth-child(2) {
  border-left: 2px solid #04cdd9 !important;
  border-right: 2px solid #04cdd9 !important;
}
tbody tr:first-child th {
  border-bottom: 4px solid #e4eef0;
}
tbody tr:last-child th {
  border-top: 4px solid #e4eef0;
}
tbody tr:nth-child(3) th {
  padding: 23px 14px;
}
tbody tr.example_site td:nth-child(2) {
  border-bottom: 2px solid #04cdd9 !important;
}
@media (max-width: 480px) {
  tbody tr:nth-child(3) th {
    padding: 20px 8px;
  }
  thead tr th:not(:first-child) span::before {
    width: 38px;
    top: -120%;
  }
}

/* パーソナルジムランキング */
.gym_ranking {
  background-color: #111b3b;
}
.gym_ranking_inn > img {
  width: 100%;
}
.gym_ranking_box {
  text-align: center;
}
.gym_ranking_ttl {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  padding: 10px 0;
}
.gym_ranking_txt {
  font-size: 12px;
  font-weight: 100;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
}
.gym_ranking_txt::before,
.gym_ranking_txt::after {
  background-color: #fff;
  content: "";
  height: 1px;
  width: 20px;
}
.gym_ranking_txt::before {
  margin-right: 5px;
}
.gym_ranking_txt::after {
  margin-left: 5px;
}
.gymbox {
  position: relative;
  padding-bottom: 100px;
  margin: 0 24px;
}
.gymbox .gym_ttl {
  position: relative;
}
.gymbox .bg_gym_ttl {
  width: 100%;
  height: 60px;
}
.gymbox .gym_ttl_no img {
  position: absolute;
  top: 50%;
  left: 12%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 10%;
  height: 32px;
}
.gymbox .gym_name {
  font-size: 30px;
  font-size: 2vw;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.gym_detail {
  background-color: #fff;
  padding: 60px 15px;
  position: relative;
}
.service_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.service_list li {
  text-align: center;
  width: 30%;
  border: 1px solid #111b3b;
  border-radius: 10px;
}
@media all and (min-width: 481px) {
  .service_list li:nth-child(3),
  .service_list li:nth-child(6) {
    padding: 16px 0 20px;
  }
}
.service_list li:nth-child(3) .evaluation,
.service_list li:nth-child(6) .evaluation {
  font-size: 12px;
}
.service_list li .tax {
  font-size: 20px !important;
  letter-spacing: -1px;
  line-height: 0.7;
}
.service_list li .evaluation {
  font-size: 16px;
}
.service_list li .line {
  border: 1px solid;
}
.service_list li .gym_detail_evaluation_star {
  margin-bottom: 6px;
}
.service_list li .number {
  font-size: 24px;
  line-height: 0.7;
}
.service_list li .number span {
  font-size: 12px;
}
.campaign_service .campaign_big {
  font-size: 1rem !important;
  color: #e72601;
}
.heading_box {
  position: relative;
}
.heading_box img {
  width: 100%;
  height: 44px;
}
.heading {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.features {
  margin: 60px 0;
}
.features .heading_box {
  margin-bottom: 20px;
}
.features_list {
  padding: 0 10px;
}
.features_list li {
  display: flex;
  justify-content: space-between;
}
.features_list li:not(:last-child) {
  margin-bottom: 40px;
}
.features_box {
  width: 100%;
}
.features_ttl {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 16px;
}
.features_txt {
  line-height: 1.8;
}
.features_txt span {
  font-size: 10px;
}
.notes {
  font-size: 10px;
  text-align: right;
  padding-top: 8px;
}
.gym_ranking_inn ol li:not(:first-child) .btn_features a {
  padding: 20px 30px;
}
.recommend_list {
  padding: 0 10px;
}
.recommend_list li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 0;
}
.recommend_list li:not(:last-child) {
  border-bottom: 1px solid;
  margin-bottom: 10px;
}
.recommend_icon {
  width: 10%;
}
.recommend_ttl {
  font-weight: bold;
  width: 88%;
}
.gym_detail .cta {
  width: 100%;
  position: absolute;
  bottom: -5%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  padding: 0 15px;
}
.reviews {
  margin-top: 60px;
}
.reviews .heading_box {
  margin-bottom: 20px;
}
.reviews_list li {
  border: 1px solid #04cdd9;
  background-color: #f2feff;
  padding: 20px;
}
.reviews_list li:not(:last-child) {
  margin-bottom: 18px;
}
.reviews_list .reviews_txt {
  padding-bottom: 10px;
  line-height: 1.8;
}
.reviews_list .reviews_txt a {
  color: #1a0dab;
}
.reviews_list .reviews_txt a:hover {
  text-decoration: underline;
}
.reviews_list .reviews_customer {
  color: #3369e6;
  font-weight: bold;
  text-align: right;
}
@media all and (max-width: 480px) {
  td {
    font-size: 14px;
  }
  .gymbox .gym_name {
    font-size: 28px;
    font-size: 20px;
    text-align: center;
    width: 100%;
    left: 62%;
  }
  .gym_ttl {
    font-size: 3.8vw;
  }
  .gym_ttl th {
    font-size: 20px;
    width: 340px;
    padding: 50px 0 14px;
  }
  #blank {
    width: 110px;
  }
  .example_fixed,
  .counseling .example_fixed {
    font-size: 12px;
    padding: 20px 0;
  }
  .compare {
    padding: 40px 20px;
  }
  .compare_ttl_box {
    display: block;
    text-align: center;
    margin: 0 auto 30px;
  }
  .service_list {
    gap: 10px;
  }
  .service_list li .evaluation {
    font-size: 14px;
  }
  .service_list li .gym_detail_evaluation_star {
    margin: 0 auto 6px;
  }
  .service_list li .gym_detail_evaluation_star img {
    width: 80px;
  }
  .service_list li .number {
    font-size: 20px;
  }
  .service_list li .number span {
    font-size: 8px;
  }
  .service_list li:nth-child(3) .evaluation,
  .service_list li:nth-child(6) .evaluation {
    font-size: 10px;
  }
  .service_list li .tax {
    font-size: 16px !important;
    letter-spacing: -0.6px;
  }
  .heading {
    font-size: 18px;
    text-align: center;
    width: 100%;
    letter-spacing: -0.8px;
  }
  .features {
    margin-bottom: 40px;
  }
  .features_list {
    padding: 0;
  }
  .features_ttl {
    font-size: 18px;
    padding-bottom: 16px;
  }
  .recommend_list {
    padding: 0;
  }
  .recommend_list li {
    justify-content: space-between;
  }
  .recommend_icon {
    width: 8%;
  }
  .recommend_ttl {
    width: 86%;
  }
  .gym_detail {
    padding: 40px 15px;
  }
  .gym01 .gym_detail .cta {
    bottom: -2%;
  }
  .gymbox .gym_detail .cta {
    bottom: -1%;
  }
  .reviews {
    margin-top: 40px;
  }
}
.lost_inn {
  background-color: #111b3b;
  padding-bottom: 60px;
}
.lost_ttl {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding-bottom: 20px;
}
.yajirushi {
  text-align: center;
  padding-bottom: 16px;
}
.lost_gym {
  width: 60%;
  margin: 0 auto;
  position: relative;
}
.lost_name {
  font-size: 48px;
  font-weight: bold;
  position: absolute;
  bottom: 13%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.lost_heading {
  font-size: 20px;
  font-weight: bold;
  color: #caba13;
  text-align: center;
  padding-top: 40px;
}
.lost_campaign p {
  margin: 0 34px;
}
.lost_detail {
  margin: 40px 34px 0;
}
.lost .service_list {
  padding-top: 0;
}
.lost .service_list li {
  background-color: #fff;
}
.lost .service_list li:nth-child(2) {
  padding: 12px 0;
}
.lost .service_list li:nth-child(2) .evaluation {
  font-size: 12px;
}
.lost .service_list li:nth-child(3) .evaluation,
.lost .service_list li:nth-child(6) .evaluation {
  font-size: 16px;
}
@media all and (max-width: 480px) {
  .lost .service_list li:nth-child(3) .evaluation,
  .lost .service_list li:nth-child(6) .evaluation {
    font-size: 14px;
  }
}
.program {
  padding-top: 60px;
}
.program_list {
  color: #fff;
}
.program_txt {
  padding: 20px 0 60px;
  text-align: center;
  line-height: 1.75;
}

/* コラム */
.column {
  color: #111b3b;
  background-color: #e4eef0;
  padding: 40px 35px;
}
.column_ttl_box {
  text-align: center;
}
.column_ttl {
  font-size: 24px;
  padding-bottom: 10px;
}
.column_txt {
  font-size: 12px;
  font-weight: 100;
  color: #111b3b;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
}
.column_txt::before,
.column_txt::after {
  background-color: #111b3b;
  content: "";
  height: 1px;
  width: 20px;
}
.column_txt::before {
  margin-right: 5px;
}
.column_txt::after {
  margin-left: 5px;
}
.column_list {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
}
.column_list li {
  width: 32%;
}
.column_list li p {
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  padding: 12px 0;
}
.btn_column {
  text-align: center;
}
.btn_column p {
  font-size: 12px;
  display: inline-block;
  width: 32%;
  background-color: #fff;
  border: 1px solid #90989a;
  border-radius: 30px;
  padding: 10px 30px;
  position: relative;
}
.btn_column p span:after {
  content: "";
  display: inline-block;
  width: 3%;
  height: 100%;
  background: url(../images/arrow_r.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 34%;
  right: 8%;
}

/* フッター */
footer {
  color: #fff;
  background-color: #111b3b;
  padding: 40px 0 20px;
  margin-bottom: 100px;
}
.ft_box {
  width: 80%;
  padding-bottom: 40px;
  margin: 0 auto;
}
.ft_box ul {
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.ft_box ul li {
  font-size: 12px;
  width: 24%;
}
.copy {
  font-size: 10px;
  text-align: center;
}
#ctaFixed {
  max-width: 700px;
  width: 100%;
  position: fixed;
  bottom: 0;
  margin: 0 auto;
  overflow-x: hidden;
  z-index: 1;
}
@media all and (max-width: 480px) {
  .lost_heading {
    font-size: 18px;
  }
  .lost_name {
    bottom: -18%;
  }
  .lost .service_list li:nth-child(2) .evaluation {
    font-size: 10px;
  }
  footer {
    margin-bottom: 55px;
  }
  .btn_column p {
    width: 40%;
    padding: 10px;
  }
  .btn_column p span:after {
    width: 4%;
    top: 49%;
    right: 10%;
  }
  .ft_box {
    width: 90%;
  }
  .ft_box ul {
    display: block;
  }
  .ft_box ul li {
    width: 100%;
  }
  .ft_box ul li:not(:last-child) {
    padding-bottom: 20px;
  }
}

/* 申し込みボタン */
.btn_cta {
  text-align: center;
}
.btn_box {
  position: relative;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
}
.btn_box a {
  color: #fff;
  text-align: center;
  display: block;
}
@keyframes bounce {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  50% {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
  }
}
@keyframes shiny {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
.btn_box .shiny-btn {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.btn_box .shiny-btn::after {
  content: "";
  position: absolute;
  top: -10%;
  left: -20%;
  width: 40px;
  height: 100%;
  transform: scale(2) rotate(20deg);
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.5) 100%, rgba(255, 255, 255, 0) 0%);
  background: #fff !important;
  animation-name: shiny;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  pointer-events: none;
}
.btn_txt {
  font-size: 36px;
  color: #111111;
  font-weight: bold;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.btn_img {
  width: 90%;
}
.message_empty {
  text-align: center;
}
@media all and (min-width: 481px) {
  .sp {
    display: none !important;
  }
}
@media all and (max-width: 480px) {
  .pc {
    display: none !important;
  }
  .btn_cta .btn_lead {
    font-size: 20px;
  }
  .btn_cta .btn_lead span::before {
    left: -30px;
  }
  .btn_cta .btn_lead span::after {
    right: -74px;
  }
  .btn_txt {
    font-size: 18px;
  }
}

/* キャンペーン */
.example td {
  font-size: 1.6rem;
}
.example td img {
  margin: auto;
  display: block;
}
.example_campaign td,
.example_catch_copy td,
.counseling_box td {
  font-size: 1.2rem;
  line-height: 1.4;
  padding: 20px 26px;
}
.example span.campaign_big {
  font-size: 1.6rem !important;
  color: #e72601;
}
.campaign {
  text-align: center;
  padding: 60px 0 30px;
  margin-top: 30px;
}
.campaign .heading_box {
  margin-bottom: 20px;
}
.campaign .campaign_deals {
  color: #111b3b;
  text-align: center;
  background-color: #fffac5;
  border: 4px solid #ffea01;
  padding: 40px 40px 30px;
  line-height: 1.75;
  position: relative;
}
.campaign .campaign_deals > div::before {
  content: url(../images/ribbon.png);
  display: inline-block;
  max-width: 520px;
  width: 100%;
  height: 74px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.campaign .campaign_deals_txt {
  font-weight: bold;
}
.campaign .campaign_deals_txt span.campaign_big {
  font-size: 2rem;
  color: #e72601;
}
.campaign .campaign_deals_image {
  padding: 10px 0;
}
.campaign_deals_notes {
  text-align: left;
  font-size: 1.05rem;
}
.example a {
  color: #1a0dab;
}
@media all and (min-width: 481px) {
  .campaign .campaign_deals_txt {
    font-size: 1.2rem;
  }
}
@media all and (max-width: 480px) {
  .example_campaign td,
  .example_catch_copy td,
  .counseling_box td {
    font-size: 14px;
  }
  .example td {
    padding: 14px;
  }
  .campaign {
    padding: 30px 0;
  }
  .campaign .campaign_deals {
    padding: 20px;
  }
  .campaign .campaign_deals > div::before {
    content: url(../images/ribbon_sp.png);
    display: inline-block;
    max-width: 240px;
    width: 100%;
    height: 36px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .campaign_deals_notes {
    font-size: 1rem;
  }
}
.shiny-btn {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.shiny-btn::after {
  content: "";
  position: absolute;
  top: -10%;
  left: -20%;
  width: 40px;
  height: 100%;
  transform: scale(2) rotate(20deg);
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.5) 100%, rgba(255, 255, 255, 0) 0%);
  background: #fff !important;
  animation-name: shiny;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  pointer-events: none;
}

/* バナー光らせる */
.shiny-btn {
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  animation-iteration-count: infinite;
}
.shiny-btn::after {
  content: "";
  position: absolute;
  top: -10%;
  left: -20%;
  width: 40px;
  height: 100%;
  transform: scale(2) rotate(20deg);
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.5) 100%, rgba(255, 255, 255, 0) 0%);
  background: #fff !important;
  animation-name: shiny;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  transition: unset;
  transform-origin: unset;
}
@keyframes shiny {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
.ranking_notes {
  margin: 60px 0 0;
  text-align: center;
}
.ranking_notes_images {
  text-align: center;
  display: flex;
  justify-content: space-around;
  margin: 60px 0 0;
}
.ranking_notes_images > div {
  width: 28%;
}
.ranking_notes_images > div img {
  width: 180px;
  height: 154px;
  object-fit: cover;
}
@media all and (max-width: 480px) {
  .ranking_notes {
    text-align: left;
    margin: 40px 0;
  }
  .ranking_notes_images > div img {
    width: 94px;
    height: 80px;
  }
}

/* 食事指導 */
.meal_box td {
  line-height: 1.4;
  font-size: 1rem !important;
  padding: 20px 26px !important;
}
.meal_box td p {
  padding-top: 10px;
}

/* 3つの特徴 */
.features_list_txt {
  width: 58%;
}
.features_list_txt .number {
  font-size: 2rem;
  font-weight: bold;
  color: #04cdd9;
  display: inline-block;
  border-bottom: 2px solid #04cdd9;
  padding-bottom: 4px;
  margin-bottom: 16px;
}
.features_list_images {
  width: 38%;
}
.btn_features {
  background-color: #1acc28;
  padding: 10px 30px;
  border-radius: 50px;
  border-bottom: 5px solid #1ba025;
  position: relative;
  width: 100%;
  height: 90px;
  text-align: center;
  margin: 30px auto 0;
  font-weight: bold;
}
.btn_features a {
  display: block;
  font-size: 1.2rem;
  color: #fff;
  letter-spacing: 1px;
  line-height: 1.2;
  text-align: center;
  padding: 10px 30px;
}
.btn_features a img {
  margin: auto;
  display: block;
}
.btn_features a::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}
.campaign_service .campaign_service_txt {
  font-size: 0.8rem !important;
  line-height: 1.4 !important;
}
@media all and (max-width: 480px) {
  .features_list_txt,
  .features_list_images {
    width: 100%;
  }
  .btn_features a {
    font-size: 1rem !important;
    padding: 6px 10px !important;
  }
  .gym_ranking_inn ol li:not(:first-child) .btn_features a {
    padding: 22px 10px !important;
  }
  .campaign_service .campaign_service_txt {
    font-size: 9px !important;
    line-height: 1 !important;
  }
}

/* 当サイト編集長が選んだ総合1位は */
.service__ttl {
  position: relative;
  text-align: center;
  display: block;
  width: fit-content;
  line-height: 1.2;
  margin: 0 auto 20px;
  padding: 0 1rem;
}
.service__ttl::before,
.service__ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 2px;
  height: 2rem;
  background: #fff;
}
.service__ttl::before {
  transform: rotate(-30deg);
  left: 0;
}
.service__ttl::after {
  transform: rotate(30deg);
  right: 0;
}
@media all and (max-width: 480px) {
  .service__ttl::before,
  .service__ttl::after {
    height: 3rem;
  }
}

#page-top {
  display: block;
  font-size: 1.4em;
  color: #fff;
  background: rgb(17, 27, 59);
  border: 1px solid #fff;
  border-radius: 50%;
  position: fixed;
  bottom: 120px;
  right: 25%;
  padding: 14px;
}
@media all and (max-width: 480px) {
  #page-top {
    bottom: 80px;
    right: 3%;
    font-size: 1em;
  }
}
#page-top a {
  content: "&#x25B2;";
  width: 12px;
  height: 12px;
}

/* 25/03/31 */
.service_list .evaluation_box {
  height: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 8px;
}
.service_list .evaluation_box .evaluation {
  margin: 0;
}
.service_list .number_box {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.service_list .number_box .number {
  margin: 0;
}
.service_list li {
  flex: 1 1 calc(33.333% - 20px);
  box-sizing: border-box;
  padding: 10px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  display: grid;
  grid-template-rows: auto auto 1fr;
}
.service_list li .line {
  margin: auto;
  width: 100%;
  margin-bottom: 8px;
}
.service_list li:first-child .number_box {
  flex-wrap: wrap;
  flex-direction: column;
}
.service_list li:nth-child(3) .evaluation,
.service_list li:nth-child(6) .evaluation {
  font-size: 0.8rem !important;
}
@media (min-width: 481px) {
  .service_list li .evaluation {
    font-size: 1rem;
  }
  .service_list li:nth-child(3),
  .service_list li:nth-child(6) {
    padding: 10px;
  }
}
@media (max-width: 480px) {
  .service_list li {
    padding: 10px 6px;
  }
  .service_list .evaluation_box {
    margin-bottom: 4px;
  }
  .service_list li .evaluation {
    font-size: 0.8rem;
  }
  .campaign_service .campaign_service_txt {
    line-height: 1.2 !important;
  }
  .campaign_service .campaign_big {
    font-size: 0.7rem !important;
  }
  .service_list li:nth-child(3) .evaluation,
  .service_list li:nth-child(6) .evaluation {
    font-size: 0.6rem !important;
  }
}

.example_site td .btn_compare_url {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
}
.example_site td a {
  display: inline-block;
  text-align: center;
  width: 420px;
  margin: 0 auto;
}
.btn_features {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
}
.btn_features a {
  display: inline-block;
}
@media (max-width: 480px) {
  .example_site td a {
    width: 220px;
    margin: 0 auto;
  }
}

/* パーソナルジムおすすめTOP3 公式サイト */
.btn_compare_lead {
  position: relative;
  text-align: center;
  display: block;
  width: fit-content;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 auto 4px;
}
.btn_compare_lead span {
  font-size: 1.6rem !important;
  color: #e72601;
}
.btn_compare_lead::before {
  transform: rotate(-30deg);
  left: 0;
}
.btn_compare_lead::after {
  transform: rotate(30deg);
  right: 0;
}
.btn_compare_notes span {
  font-size: 1.4rem !important;
}
@media (max-width: 480px) {
  .btn_compare_lead {
    margin: 0 auto 2px;
  }
  .btn_compare_lead span {
    font-size: 1.4rem !important;
  }
  .btn_compare_notes span {
    font-size: 1.1rem !important;
  }
}

/* パーソナルジムランキング 3つの特徴ボタン */
.btn_features_box {
  margin: 30px auto 0;
  text-align: center;
}
.btn_features_box .btn_features {
  margin: 0 auto 10px !important;
}
.btn_features_lead {
  text-align: center;
  display: block;
  width: fit-content;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 auto 4px;
}
.btn_features_lead span {
  font-size: 1.6rem !important;
  color: #e72601;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}
.btn_features_notes span {
  font-size: 1.4rem !important;
  font-weight: 600;
}
@media (max-width: 480px) {
  .btn_features_box .btn_features {
    margin: 0 auto 4px !important;
  }
  .btn_features_lead {
    margin: 0 auto 2px;
  }
  .btn_features_lead span {
    font-size: 1.4rem !important;
  }
  .btn_features_notes span {
    font-size: 1.1rem !important;
  }
}

/* もっと見るボタン */
.hidden {
  display: none;
}
.show_more {
  cursor: pointer;
  width: 50%;
  margin: 0 auto;
  padding: 10px;
  background-color: #04cdd9;
}
.show_more p {
  color: #fff;
  text-align: center;
}
@media (max-width: 480px) {
  .show_more {
    width: 100%;
  }
}

/* スクロールボタン */
.sample-table {
  max-width: 100%;
}
.sample-table table {
  border-collapse: collapse;
  width: 700px;
}
.scroll-hint-icon {
  top: calc(50% - 32px) !important;
  left: calc(50% - -54px) !important;
  z-index: 1;
}
@media (max-width: 480px) {
  .scroll-hint-icon {
    top: calc(50% - 45px) !important;
    left: calc(50% - 40px) !important;
  }
}

/* 250611 追尾ボタン */
#ctaFixed {
  background: rgba(0, 0, 0, 0.6);
  padding: 8px 36px;
}
#ctaFixed .btn_features_box {
  margin: 0;
}
#ctaFixed .btn_features_notes span {
  color: #fff;
}
#page-top {
  bottom: 200px;
}
footer {
  margin-bottom: 174px;
}
@media (max-width: 480px) {
  #ctaFixed .btn_features_lead span {
    font-size: 1rem !important;
  }
  #ctaFixed {
    padding: 7px 20px;
  }
  #ctaFixed .btn_features_box .btn_features {
    height: 70px;
  }
  #ctaFixed .btn_features_notes span {
    font-size: 1rem !important;
  }
  #page-top {
    bottom: 140px;
  }
  footer {
    margin-bottom: 127px;
  }
}

/* アコーディオン */
.shop_list {
  margin-top: 60px;
}
.shop_list .heading_box {
  margin-bottom: 20px;
}
.area_prefectures {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f2feff;
  border: 1px solid #04cdd9;
  padding: 20px;
  cursor: pointer;
}
.accordion_item {
  background-color: #c4e1c4;
  margin-bottom: 1px;
}
.area_name {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #d9f4f7;
  padding: 20px 20px 20px 37px;
  cursor: pointer;
}
.area_name_store {
  display: none;
  padding: 0;
}
.store_block {
  border-top: 1px solid #fff;
  background-color: #04cdd9;
  padding: 14px 20px 14px 52px;
}
.store_name {
  position: relative;
}
.store_address {
  font-size: 14px;
  margin-top: 8px;
  line-height: 1.4;
}
.accordion_icon {
  display: inline-block;
  width: 12px;
  height: 12px;
  position: relative;
  float: right;
}
.accordion_icon::before,
.accordion_icon::after {
  content: "";
  position: absolute;
  background-color: #333;
  transition: all 0.1s ease;
}
.accordion_icon::before {
  top: 5px;
  left: 0;
  width: 12px;
  height: 2px;
}
.accordion_icon::after {
  top: 0;
  left: 5px;
  width: 2px;
  height: 12px;
}
.open .accordion_icon::after {
  height: 0;
}
