@charset "UTF-8";

section h2 {
  letter-spacing: 0.08em;
}

.bellmare .bellmare-txt {
  font-size: 16px;
}
.bellmare .bellmare-txt-l {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
}
.bellmare .bellmare-ph-list {
  display: flex;
  margin-top: 60px;
}
.bellmare .line {
  margin-top: 80px;
  font-size: 20px;
  line-height: 1.5;
}
.bellmare .line::before, .bellmare .line::after {
  width: 26%;
}
.bellmare .appearance {
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
}
.bellmare .appearance .appearance-txt {
  width: 53%;
}
.bellmare .appearance .appearance-img {
  width: 45%;
  max-width: 430px;
}

@media screen and (max-width: 599px) {
  .bellmare .bellmare-txt {
    font-size: 14px;
  }
  .bellmare .bellmare-txt-l {
    font-size: 16px;
  }
  .bellmare .bellmare-ph-list {
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .bellmare .bellmare-ph-list li {
    width: 50%;
  }
  .bellmare .bellmare-ph-list li img {
    width: 100%;
  }
  .bellmare .line {
    margin-top: 40px;
  }
  .bellmare .line::before, .bellmare .line::after {
    width: 10%;
  }
}
@media screen and (max-width: 800px) {
  .bellmare .appearance {
    display: block;
    margin-top: 0;
  }
  .bellmare .appearance .appearance-txt {
    width: 100%;
    padding-right: 0;
  }
  .bellmare .appearance .appearance-img {
    width: 100%;
    max-width: unset;
    margin-top: 30px;
    text-align: center;
  }
}
