.guideline .page_contents {
  padding: 8rem 20rem 0;
}
.guideline .page_contents h1 {
  margin-bottom: 6rem;
  line-height: 1.5;
}
.guideline .page_contents .header_buttons {
  margin-top: 6rem;
}
.guideline .page_contents .header_buttons button {
  position: relative;
  margin-right: 2rem;
  padding: 1.2rem 2rem;
  width: 16rem;
  font-size: 1.3rem;
  box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.1);
}
.guideline .page_contents .header_buttons button img {
  position: absolute;
  top: 0;
  right: 2rem;
  bottom: 0;
  display: block;
  margin: auto;
  width: 0.8rem;
  transform: rotate(90deg);
}
.guideline .page_contents .read_contents {
  margin-top: 6rem;
  padding: 12rem 0;
  border-top: 1px solid #CCCCCC;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .guideline .page_contents .read_contents {
    border-width: 0.5px;
  }
}
.guideline .page_contents .read_contents > div.flex {
  margin-bottom: 8rem;
}
.guideline .page_contents .read_contents > div.flex h4 {
  font-size: 1.6rem;
  line-height: 1.5;
}
.guideline .page_contents .read_contents > div.flex .read_content {
  width: 60%;
}
.guideline .page_contents .read_contents > div.flex .read_content ul li span {
  position: relative;
  display: block;
  padding-left: 1.6rem;
  font-size: 1.3rem;
  color: #646464;
}
.guideline .page_contents .read_contents > div.flex .read_content ul li span:before {
  content: "";
  position: absolute;
  top: 1.2rem;
  left: 0.2rem;
  bottom: 0;
  display: block;
  width: 4px;
  height: 4px;
  background-color: #646464;
  border-radius: 50%;
}
.guideline .page_contents .read_contents > div.flex .read_content h5 {
  margin-bottom: 3.5rem;
}
.guideline .page_contents .read_contents > div.flex .read_content h5:not(:first-of-type) {
  margin-top: 6rem;
}
.guideline .page_contents .read_contents > div.flex .read_content p {
  margin-bottom: 3.5rem;
  font-size: 1.3rem;
  color: #646464;
}
.guideline .page_contents .read_contents > div.flex .read_content p a {
  font-size: 1.3rem;
  color: #B19058;
}
.guideline .page_contents .read_contents > div.flex .read_content .samples .sample .size {
  background-color: #f8f8f8;
}
.guideline .page_contents .read_contents > div.flex .read_content .samples .sample .size .gray {
  display: block;
  margin: auto;
  font-size: 1.1rem;
  text-align: center;
}
.guideline .page_contents .read_contents > div.flex .read_content .samples .sample .heading {
  display: block;
  margin-top: 1rem;
  height: 2.4rem;
  font-size: 1.3rem;
  line-height: 1;
}
.guideline .page_contents .read_contents > div.flex .read_content .samples:first-of-type .sample:first-of-type {
  width: 8%;
}
.guideline .page_contents .read_contents > div.flex .read_content .samples:first-of-type .sample:first-of-type .size {
  aspect-ratio: 90/120;
}
.guideline .page_contents .read_contents > div.flex .read_content .samples:first-of-type .sample:nth-of-type(2) {
  width: 8%;
}
.guideline .page_contents .read_contents > div.flex .read_content .samples:first-of-type .sample:nth-of-type(2) .size {
  aspect-ratio: 90/130;
}
.guideline .page_contents .read_contents > div.flex .read_content .samples:first-of-type .sample:nth-of-type(3) {
  width: 10%;
}
.guideline .page_contents .read_contents > div.flex .read_content .samples:first-of-type .sample:nth-of-type(3) .size {
  aspect-ratio: 100/130;
}
.guideline .page_contents .read_contents > div.flex .read_content .samples:first-of-type .sample:nth-of-type(3) .heading span {
  display: block;
  font-size: 1rem;
  font-weight: 400;
  white-space: nowrap;
}
.guideline .page_contents .read_contents > div.flex .read_content .samples:first-of-type .sample:nth-of-type(4) {
  width: 10%;
}
.guideline .page_contents .read_contents > div.flex .read_content .samples:first-of-type .sample:nth-of-type(4) .size {
  aspect-ratio: 100/155;
}
.guideline .page_contents .read_contents > div.flex .read_content .samples:first-of-type .sample:nth-of-type(5) {
  width: 12%;
}
.guideline .page_contents .read_contents > div.flex .read_content .samples:first-of-type .sample:nth-of-type(5) .size {
  aspect-ratio: 130/180;
}
.guideline .page_contents .read_contents > div.flex .read_content .samples:first-of-type .sample:nth-of-type(6) {
  width: 20%;
}
.guideline .page_contents .read_contents > div.flex .read_content .samples:first-of-type .sample:nth-of-type(6) .size {
  aspect-ratio: 205/255;
}
.guideline .page_contents .read_contents > div.flex .read_content .samples:first-of-type .sample:nth-of-type(7) {
  width: 20%;
}
.guideline .page_contents .read_contents > div.flex .read_content .samples:first-of-type .sample:nth-of-type(7) .size {
  aspect-ratio: 205/310;
}
.guideline .page_contents .read_contents > div.flex .read_content .samples:last-of-type {
  margin-top: 6rem;
}
.guideline .page_contents .read_contents > div.flex .read_content .samples:last-of-type .sample {
  margin-right: 1.2rem;
}
.guideline .page_contents .read_contents > div.flex .read_content .samples:last-of-type .sample:first-of-type {
  width: 25%;
}
.guideline .page_contents .read_contents > div.flex .read_content .samples:last-of-type .sample:first-of-type .size {
  aspect-ratio: 255/310;
}
.guideline .page_contents .read_contents > div.flex .read_content .samples:last-of-type .sample:nth-of-type(2) {
  width: 25%;
}
.guideline .page_contents .read_contents > div.flex .read_content .samples:last-of-type .sample:nth-of-type(2) .size {
  aspect-ratio: 255/370;
}
.guideline .page_contents .read_contents > div.flex .read_content .samples:last-of-type .sample:nth-of-type(3) {
  width: 30%;
}
.guideline .page_contents .read_contents > div.flex .read_content .samples:last-of-type .sample:nth-of-type(3) .size {
  aspect-ratio: 300/420;
}
.guideline .page_contents .read_contents > div.flex .read_content .images {
  margin: 4.8rem auto;
  padding: 0 4.8rem;
}
.guideline .page_contents .read_contents > div.flex .read_content .images .image {
  width: fit-content;
  max-width: 50%;
}
.guideline .page_contents .read_contents > div.flex .read_content .images .image img {
  display: block;
  width: auto;
  height: 30rem;
}
.guideline .page_contents .read_contents > div.flex .read_content .images .image span {
  display: block;
  margin-top: 1.2rem;
  font-size: 1.3rem;
  text-align: center;
}
.guideline .page_contents .read_contents > div.flex:last-of-type {
  margin-bottom: 1.2rem;
}
@media only screen and (max-width: 860px) {
  .guideline .page_contents {
    padding: 6svh 0;
    padding: 0 0 6svh;
  }
  .guideline .page_contents h1 {
    padding: 0 2rem;
  }
  .guideline .page_contents .introduction {
    padding: 0 2rem;
  }
  .guideline .page_contents .header_buttons {
    margin-top: 4.8rem;
    padding: 0 2rem 1.6rem;
    flex-wrap: nowrap;
    overflow: scroll;
  }
  .guideline .page_contents .header_buttons button {
    margin-right: 1.2rem;
    padding: 1.2rem 2rem;
    width: 13rem;
    font-size: 1.1rem;
    flex-shrink: 0;
  }
  .guideline .page_contents .header_buttons button img {
    right: 1.6rem;
  }
  .guideline .page_contents .read_contents {
    margin-top: 0;
    padding: 6rem 0 2.4rem;
  }
  .guideline .page_contents .read_contents > div.flex {
    margin-bottom: 6rem;
  }
  .guideline .page_contents .read_contents > div.flex h4 {
    padding: 0 2rem;
    font-size: 1.5rem;
  }
  .guideline .page_contents .read_contents > div.flex .read_content {
    padding: 0 2rem;
    width: 100%;
  }
  .guideline .page_contents .read_contents > div.flex .read_content ul {
    margin-top: 1.6rem;
    width: 100%;
  }
  .guideline .page_contents .read_contents > div.flex .read_content ul li span {
    padding-left: 1.6rem;
    font-size: 1.1rem;
  }
  .guideline .page_contents .read_contents > div.flex .read_content ul li span:before {
    top: 1rem;
  }
  .guideline .page_contents .read_contents > div.flex .read_content h5 {
    margin-top: 1.6rem;
    margin-bottom: 2.4rem;
  }
  .guideline .page_contents .read_contents > div.flex .read_content h5:not(:first-of-type) {
    margin-top: 4.8rem;
  }
  .guideline .page_contents .read_contents > div.flex .read_content p {
    margin-bottom: 2.4rem;
    font-size: 1.1rem;
  }
  .guideline .page_contents .read_contents > div.flex .read_content p a {
    font-size: 1.1rem;
  }
  .guideline .page_contents .read_contents > div.flex .read_content.print_samples {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin-top: 1.6rem;
    padding: 0;
    overflow: scroll;
  }
  .guideline .page_contents .read_contents > div.flex .read_content .samples {
    flex-wrap: nowrap;
    padding: 0 2rem;
  }
  .guideline .page_contents .read_contents > div.flex .read_content .samples .sample {
    margin-right: 1.2rem;
  }
  .guideline .page_contents .read_contents > div.flex .read_content .samples .sample .size .gray {
    font-size: 1.1rem;
  }
  .guideline .page_contents .read_contents > div.flex .read_content .samples .sample .heading {
    margin-top: 0.8rem;
    height: 3.5rem;
    font-size: 1.1rem;
  }
  .guideline .page_contents .read_contents > div.flex .read_content .samples:first-of-type .sample:first-of-type {
    width: 6rem;
  }
  .guideline .page_contents .read_contents > div.flex .read_content .samples:first-of-type .sample:nth-of-type(2) {
    width: 6rem;
  }
  .guideline .page_contents .read_contents > div.flex .read_content .samples:first-of-type .sample:nth-of-type(3) {
    width: 7rem;
  }
  .guideline .page_contents .read_contents > div.flex .read_content .samples:first-of-type .sample:nth-of-type(3) .heading span {
    font-size: 1rem;
  }
  .guideline .page_contents .read_contents > div.flex .read_content .samples:first-of-type .sample:nth-of-type(4) {
    width: 7rem;
  }
  .guideline .page_contents .read_contents > div.flex .read_content .samples:first-of-type .sample:nth-of-type(5) {
    width: 9rem;
  }
  .guideline .page_contents .read_contents > div.flex .read_content .samples:first-of-type .sample:nth-of-type(6) {
    width: 14.2rem;
  }
  .guideline .page_contents .read_contents > div.flex .read_content .samples:first-of-type .sample:nth-of-type(7) {
    width: 14.2rem;
  }
  .guideline .page_contents .read_contents > div.flex .read_content .samples:last-of-type {
    margin-top: 0;
  }
  .guideline .page_contents .read_contents > div.flex .read_content .samples:last-of-type .sample {
    margin-right: 1.2rem;
  }
  .guideline .page_contents .read_contents > div.flex .read_content .samples:last-of-type .sample:first-of-type {
    width: 17.7rem;
  }
  .guideline .page_contents .read_contents > div.flex .read_content .samples:last-of-type .sample:nth-of-type(2) {
    width: 18rem;
  }
  .guideline .page_contents .read_contents > div.flex .read_content .samples:last-of-type .sample:nth-of-type(3) {
    width: 22rem;
  }
  .guideline .page_contents .read_contents > div.flex .read_content .images {
    margin: 2.4rem auto;
    padding: 0;
  }
  .guideline .page_contents .read_contents > div.flex .read_content .images .image {
    margin-bottom: 2.4rem;
    width: 100%;
    max-width: 100%;
  }
  .guideline .page_contents .read_contents > div.flex .read_content .images .image img {
    margin: auto;
  }
  .guideline .page_contents .read_contents > div.flex .read_content .images .image span {
    margin-top: 0.8rem;
    font-size: 1.1rem;
  }
  .guideline .page_contents .read_contents > div.flex .read_content .images .image:last-of-type {
    margin-bottom: 0;
  }
  .guideline .page_contents .read_contents > div.flex:last-of-type {
    margin-bottom: 1.2rem;
  }
}