@charset "utf-8";

.aspect-20-7 { aspect-ratio: 20 / 7;}
.aspect-83-75 { aspect-ratio: 83 / 75;}
.aspect-72-13 { aspect-ratio: 72 / 13;}
.aspect-2-3{aspect-ratio: 2 / 3;}

.photo-portrait-02 img{
  width: 100%;
  max-width: 30rem;
}

.next-arrow-bottom img{
  width: 5rem;
  transform: rotate(90deg);
}

.tsubametowel-report .banner-image{
  width: 100%;
  max-width: 72rem;
}

.tsubametowel-report.contents-section .word-dl {
  margin: 0 0 10px 0;
  font-size: 1.6rem;
  text-align: left;
}

.tsubametowel-report .contents-section .word-dl dt {
  display: list-item;
  margin: 0 0 0 20px;
  list-style: disc outside;
  color: #00aeef;
  font-weight: 600;
}

.tsubametowel-report .contents-section .word-dl dd {
  margin: 0 0 15px 31px;
}

.tsubametowel-report .contents-section .word-dl dd:before {
  margin: 0 5px 0 -12px;
  content: "-";
}