@charset "UTF-8";
.content-wrap {
  padding-bottom: 20px;
}

.content-wrap h2 {
  font-size: 2rem;
  text-align: center;
}

.content-wrap h2 img {
  position: relative;
  display: inline-block;
  width: 4rem;
  margin: 0 5px;
  vertical-align: bottom;
}

.content-wrap article {
  text-align: justify;
  line-height: 180%;
  padding: 1rem 0;
  margin-top: 0.5rem;
  border-top: 1px solid #0c4724;
}

.content-wrap article span {
  color: #c90e0e;
}

.content-wrap .img-linepoints {
  display: block;
  width: 100%;
}

.content-wrap .img-airpods-star {
  display: block;
  width: 12rem;
  margin: auto;
}

.content-wrap h3 {
  font-size: 1.25rem;
  text-align: center;
}

.content-wrap .des {
  text-align: justify;
  line-height: 180%;
  font-size: 0.85rem;
}

.content-wrap ul {
  margin-left: 1rem;
  font-size: 0.85rem;
  line-height: 180%;
}

.content-wrap ul li::before {
  position: absolute;
  content: '＊';
  left: -1rem;
}

section {
  width: 90%;
  margin: 1rem auto 0 auto;
  font-size: 0.75rem;
}
/*# sourceMappingURL=des.css.map */