/*2025年2月追加CSS*/
.mv-container {
  max-width: 1000px;
  margin: 0 auto;
}

.mv-container h1 {
  text-align: center;
  font-size: 30px;
  padding: 10px 0;
}
.mv-container .mv-image {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.mv-container .mv-image img {
  width: 95%;
}
.about {
  width: 95%;
  margin: 30px auto;
}

.about-container {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  text-align: center;
}

.about h1 {
  text-align: center;
  font-size: 30px;
  padding: 20px 0;
}

.about-container img {
  max-width: 200px;
  height: 100%;
}

.about-container .inner {
  padding-left: 20px;
}

.about-container .inner .text {
  padding-bottom: 20px;
}

.btn-subscription {
  display: inline-block;
  width: 100%;
  max-width: 500px;
  padding: 15px;
  font-size: 14px;
  background-color: #00d10e;
  color: white;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  box-sizing: border-box;
  transition: background-color 0.3s ease;
}

.btn-subscription:hover {
  background-color: #28d334;
  text-decoration: none;
}

.section.sub {
  text-align: center;
}

.pr_banner {
  text-align: center;
}

.container_24 {
  max-width: 970px;
}

.container_24.footer_container {
  max-width: 1200px;
}

.container_24 .grid_sub_8 {
  width: 48%;
}
@media (max-width: 768px) {
  .container_24 .grid_sub_8 {
    width: 100%;
  }
}

.footer_bottom_content {
  font-size: 14px !important;
}

#commentsbox {
  display: none;
}

.main-content .page-item.last-item {
  padding-left: 0;
}
