@charset "utf-8";

#CONTENTS {
  word-break: normal;
  overflow-wrap: anywhere;
}

.aspect-6-7{ aspect-ratio: 6 / 7;}
.aspect-3-4{ aspect-ratio: 3 / 4;}
.aspect-36-13{ aspect-ratio: 36 / 13;}
.aspect-36-11{ aspect-ratio: 36 / 11;}
.aspect-400-561{ aspect-ratio: 400 / 561;}


.split3-button{
  margin:4rem 0 2rem 0;
  display: flex;
  justify-content: center;
}

.split3-button li {
  margin: 1rem 0.5rem;
}

.image-box.next-arrow-bottom {
  width: 5rem;
  transform: rotate(90deg);
}

.hair-check li:before {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 2rem;
  height: 2rem;
  display: block;
  border-radius: 0.2em;
  border: 1px solid #ccc;
  content: "";
}

.hair-check li:after {
  position: absolute;
  top: -0.1rem;
  left: 0.5rem;
  width: 2rem;
  height: 1rem;
  display: block;
  border-left: 0.5rem solid #00aeef;
  border-bottom: 0.5rem solid #00aeef;
  transform: rotate(-45deg);
  content: "";
}

.hair-check{
  position: relative;
  margin: 2rem auto 4rem auto;
  width: 94%;
}
.hair-check li {
  position: relative;
  margin: 1em 0;
  padding: 0 0 0 4rem;
  font-size: var(--font-size-l);
  font-weight: bold;
  line-height: 1.4;
  text-align: left;
}


@media screen and (max-width: 640px) {
.split3-button {
  flex-direction: column;
  align-items: center
}

}

.button-gray {
  display: block;
  position: relative;
  width: 80%;
  max-width: 47rem;
  margin: 0 auto;
  padding: 0.6em 0.5em;
  border-radius: 3em;
  background-color: #ccc;
  color: #fff;
  text-align: center;
}

.button-gray::before {
  position: absolute;
  top: 0;
  left: 1rem;
  bottom: 0;
  margin: auto;
  width: 1.2rem;
  height: 1.2rem;
  display: block;
  border-top: 0.3rem solid #fff;
  border-right: 0.3rem solid #fff;
  transform: rotate(45deg);
  content: "";
}

.button-gray.size-l {
  width: 90%;
  max-width: 40rem;
}

.donorsheet_box .notice-list{
  max-width: 40rem;
  margin: auto;
}