.content {
  padding: 60px 15px 75px
}

.bg-white {
  background-color: #FFFFFF;
}

.content .content-title {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 15px;
  margin-top: 0
}

.content .content-title:after {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  background: var(--bs-component-color);
  height: 2px;
  bottom: 0;
  left: 50%;
  margin-left: -20px
}

.content .content-desc {
  text-align: center;
  margin-bottom: 60px;
  color: rgba(var(--bs-component-color-rgb), .5)
}

@media (max-width:991.98px) {
  .content .content-desc {
    margin-bottom: 30px
  }
}

.content.has-bg {
  padding-bottom: 60px;
  overflow: hidden;
  position: relative
}

.content.has-bg .content-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat
}

.content.has-bg .content-bg img {
  max-width: 100%
}

.content.has-bg .content-bg:before {
  content: "";
  background: url(bg-content-cover.png);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0
}

.content.has-bg .content-title {
  color: #fff
}

.content.has-bg .content-title:after {
  background: #fff
}

.content.has-bg .content-desc {
  color: rgba(255, 255, 255, .6)
}

.content.has-bg .h1,
.content.has-bg .h2,
.content.has-bg .h3,
.content.has-bg .h4,
.content.has-bg .h5,
.content.has-bg .h6,
.content.has-bg h1,
.content.has-bg h2,
.content.has-bg h3,
.content.has-bg h4,
.content.has-bg h5,
.content.has-bg h6 {
  color: #fff
}

.content.has-bg .container {
  position: relative
}

.radio-group {
  display: flex;
  flex-wrap: wrap;
}

.radio-item {
  display: flex;
  align-items: center;
  margin-right: 15px; /* 必要に応じてスペースを調整 */
}

.radio-item label {
  margin-left: 5px; /* ラジオボタンとラベルの間にスペースを追加 */
}
