/* Page Content */
.choose-page {
  width: 100%;
  background: #f5f5f5;
  padding: 32px 0;
}

.choose-page-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 100px;
}

.choose-content-block {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.choose-content-title {
  font-size: 32px;
  font-weight: 700;
  color: #12c06c;
  margin: 0 0 24px 0;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
}

.choose-content-body {
  margin-top: 24px;
}

.choose-content-text {
  font-size: 20px;
  font-weight: 400;
  color: #000000;
  line-height: 1.5;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
}

/* Warning Section */
.choose-section-warning {
  width: 100%;
  background: #ffffff;
  padding: 60px 0;
}

.choose-section-warning-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 100px;
}

.choose-section-warning-title {
  font-size: 40px;
  font-weight: 700;
  color: #fe4ba0;
  margin: 0 0 24px 0;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
}

.choose-section-warning-subtitle {
  font-size: 24px;
  font-weight: 400;
  color: #000000;
  margin: 0 0 32px 0;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
}

.choose-section-warning-content {
  margin-top: 24px;
}

.choose-section-warning-text {
  font-size: 20px;
  font-weight: 400;
  color: #000000;
  line-height: 1.8;
  margin: 0 0 24px 0;
  font-family: "Noto Sans JP", sans-serif;
}

.choose-section-warning-text:last-child {
  margin-bottom: 0;
}

/* Two Column Section */
.choose-section-two-column {
  width: 100%;
  background: #ffffff;
  padding: 60px 0;
}

.choose-section-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 100px;
  display: flex;
  gap: 24px;
  align-items: stretch;
}

.choose-section-image-content-wrapper {
  flex: 0 0 400px;
  /* max-width: 400px; */
  display: flex;
  flex-direction: column;
  align-items: stretch;
  align-self: stretch;
  gap: 24px;
}

/* When image wrapper is the only child (no title), remove gap and make it flex: 1 */
.choose-section-image-content-wrapper:not(:has(.choose-section-title-wrapper)) {
  gap: 0;
}

.choose-section-image-content-wrapper:not(:has(.choose-section-title-wrapper)) .choose-section-image-wrapper {
  flex: 1;
}

.choose-section-image-wrapper {
  flex: 1;
  display: flex;
  align-items: stretch;
  min-height: 0;
  overflow: hidden;
  border-radius: 16px;
}

.choose-section-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 16px;
}

.choose-section-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0px;
}

.choose-section-title-wrapper {
  flex: 0 0 auto;
}

.choose-section-title {
  font-size: 32px;
  font-weight: 700;
  color: #fe4ba0;
  margin: 0;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
}

.choose-section-text-block {
  margin: 0;
}
.choose-section-list{
    margin: 0;
}
.choose-section-list-text,
.choose-section-paragraph {
  font-size: 20px;
  font-weight: 400;
  color: #1C1C1C;
  line-height: 1.8;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
}

.choose-section-list-block {
  margin: 8px 0;
  border: 1.5px solid #C4C4C4;
  border-radius: 16px;
  padding: 8px 16px;
  box-sizing: border-box;
}

.choose-section-list-intro {
  font-size: 20px;
  font-weight: 400;
  color: #1C1C1C;
  line-height: 1.8;
  margin: 0 ;
  font-family: "Noto Sans JP", sans-serif;
}

.ranking-icon-pink-check {
  font-size: 20px;
  color: #434343;
  font-weight: 400;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
}

/* Warning Section - New Structure */
.choose-warning-section {
  width: 100%;
  background: #f5f5f5f5;
  padding: 60px 0;
  display: flex;
  flex-direction: column;
  gap: 32px;
  box-sizing: border-box;
}

.choose-warning-section > * {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}

.choose-warning-title-wrapper {
  width: 100%;
}

.choose-warning-title {
  font-size: 40px;
  font-weight: 700;
  color: #fe4ba0;
  margin: 0;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
}

.choose-warning-two-column {
  width: 100%;
}

.choose-warning-container {
  display: flex;
  gap: 24px;
  align-items: stretch;
}

.choose-warning-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0px;
}

.choose-warning-text-block {
  margin: 0;
}

.choose-warning-paragraph {
  font-size: 20px;
  font-weight: 400;
  color: #000000;
  line-height: 1.8;
  margin: 0 0 24px 0;
  font-family: "Noto Sans JP", sans-serif;
}

.choose-warning-paragraph:last-child {
  margin-bottom: 0;
}

.choose-warning-image-wrapper {
  flex: 0 0 50%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  align-self: stretch;
  gap: 0;
}

.choose-warning-image-inner {
  flex: 1;
  display: flex;
  align-items: stretch;
  min-height: 0;
  overflow: hidden;
  border-radius: 16px;
}

.choose-warning-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 16px;
}

.choose-warning-bottom-section {
  width: 100%;
  padding: 0;
}

.choose-warning-bottom-container {
  padding: 0;
}

.choose-warning-subtitle {
  font-size: 32px;
  font-weight: 700;
  color: #000000;
  margin: 0 0 16px 0;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
}

.choose-warning-bottom-content {
  margin-top: 24px;
}

.choose-warning-bottom-text {
  font-size: 20px;
  font-weight: 400;
  color: #000000;
  line-height: 1.8;
  margin: 0 0 24px 0;
  font-family: "Noto Sans JP", sans-serif;
}

.choose-warning-bottom-text:last-child {
  margin-bottom: 0;
}
/* Responsive Styles */
@media (max-width: 1200px) {
  .choose-banner .content-banner-container {
    padding: 50px 60px;
  }

  .choose-banner .content-banner-title {
    font-size: 56px;
  }

  .choose-page-container {
    padding: 0 60px;
  }

  .banner-breadcrumb {
    padding: 20px 60px;
  }

  .choose-section-warning {
    padding: 50px 0;
  }

  .choose-section-warning-container {
    padding: 0 60px;
  }

  .choose-section-warning-title {
    font-size: 32px;
  }

  .choose-section-warning-subtitle {
    font-size: 20px;
  }

  .choose-section-warning-text {
    font-size: 18px;
  }

  .choose-section-two-column {
    padding: 50px 0;
  }

  .choose-section-container {
    padding: 0 60px;
    gap: 40px;
  }

  .choose-section-image-wrapper {
    flex: 0 0 350px;
    max-width: 350px;
  }

  .choose-warning-section {
    padding: 50px 0;
  }

  .choose-warning-section > * {
    padding: 0 60px;
  }

  .choose-warning-title {
    font-size: 32px;
  }

  .choose-warning-container {
    gap: 40px;
  }

  .choose-warning-image-wrapper {
    flex: 0 0 350px;
    max-width: 350px;
  }

  .choose-warning-subtitle {
    font-size: 20px;
  }

  .choose-warning-paragraph,
  .choose-warning-bottom-text {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .choose-banner .content-banner {
    min-height: 300px;
  }

  .choose-banner .content-banner-container {
    padding: 40px 30px;
    justify-content: center;
  }

  .choose-banner .content-banner-title {
    font-size: 36px;
    text-align: center;
  }

  .choose-banner .content-banner-container::before,
  .choose-banner .content-banner-container::after {
    display: none;
  }

  .choose-page {
    padding: 32px 0px;
  }

  .choose-page-container {
    padding: 0 20px;
  }

  .choose-content-block {
    padding: 30px 16px;
  }

  .choose-content-title {
    font-size: 24px;
  }

  .choose-content-text {
    font-size: 16px;
  }

  .banner-breadcrumb {
    padding: 15px 30px;
    flex-wrap: wrap;
  }

  .choose-section-warning {
    padding: 40px 0;
  }

  .choose-section-warning-container {
    padding: 0 30px;
  }

  .choose-section-warning-title {
    font-size: 28px;
  }

  .choose-section-warning-subtitle {
    font-size: 18px;
  }

  .choose-section-warning-text {
    font-size: 16px;
  }

  .choose-section-two-column {
    padding: 40px 0;
  }

  .choose-section-container {
    padding: 0 20px;
    flex-direction: column;
    gap: 32px;
  }

  .choose-warning-section {
    padding: 40px 0;
  }

  .choose-warning-section > * {
    padding: 0 20px;
  }

  .choose-warning-title {
    font-size: 28px;
  }

  .choose-warning-container {
    padding: 0;
    flex-direction: column;
    gap: 32px;
  }

  .choose-warning-image-wrapper {
    flex: 1;
    max-width: 100%;
    width: 100%;
  }

  .choose-warning-subtitle {
    font-size: 18px;
  }

  .choose-warning-paragraph,
  .choose-warning-bottom-text {
    font-size: 16px;
  }

  .choose-section-image-wrapper {
    flex: 1;
    max-width: 100%;
    width: 100%;
  }

  .choose-section-title {
    font-size: 24px;
  }

  .choose-section-paragraph,
  .choose-section-list-intro {
    font-size: 16px;
  }

  .choose-section-list {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .choose-banner .content-banner-title {
    font-size: 28px;
    letter-spacing: 1px;
  }

  .choose-content-title {
    font-size: 20px;
  }

  .choose-content-text {
    font-size: 14px;
  }

  .choose-section-warning-title {
    font-size: 24px;
  }

  .choose-section-warning-subtitle {
    font-size: 16px;
  }

  .choose-section-warning-text {
    font-size: 14px;
  }

  .choose-section-title {
    font-size: 20px;
  }

  .choose-section-paragraph,
  .choose-section-list-intro,
  .choose-section-list {
    font-size: 14px;
  }

  .choose-warning-title {
    font-size: 24px;
  }

  .choose-warning-subtitle {
    font-size: 16px;
  }

  .choose-warning-paragraph,
  .choose-warning-bottom-text {
    font-size: 14px;
  }
}
