#sz-f32_manual {
  background: #D3D5CE;
}
#sz-f32_manual header {
  padding-top: 40px;
}
#sz-f32_manual header .header_logo {
  fill: #fff;
  color: #fff;
  width: 122px;
  height: 27px;
  margin: 0 auto;
  text-align: center;
}
#sz-f32_manual .content-wrapper {
  padding: 0 50px 90px 50px;
  max-width: 1300px;
  margin: 0 auto;
}
#sz-f32_manual .manual-back {
  margin-top: 45px;
}
#sz-f32_manual .manual-back a {
  color: #070707;
  font-size: 1.8rem;
  font-weight: 600;
  position: relative;
  padding-left: 1.25em;
}
#sz-f32_manual .manual-back a::before {
  position: absolute;
  content: '';
  width: 17px;
  height: 17px;
  background: #070707;
  border-radius: 2em;
  top: 0.35em;
  left: 0;
} 
#sz-f32_manual .manual-back a::after {
  position: absolute;
  content: '';
  width: 7px;
  height: 7px;
  top: 0.77em;
  left: 0.77em;
  border: 0;
  border-top: solid 2px #fff !important;
  border-right: solid 2px #fff !important;
  transform: rotate(225deg) translate(100%,-50%);
  transition: all ease-in-out 0.3s;
}

#sz-f32_manual section {
  background: #fff;
  padding-top: 60px;
  padding-right: calc(10% - 50px);
  padding-bottom: 60px;
  padding-left: calc(10% - 50px);
  margin-top: 45px;
}

#sz-f32_manual section h2 {
  margin-bottom: 30px;
  font-size: 3rem;
  font-weight: 500;
}
#sz-f32_manual section p,ul {
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.025em;
}
#sz-f32_manual section img {
    width: 100%;
  height: auto;
  object-fit: contain;
  margin-top: 10px;
/*
    border: 1px solid #3c3c3c;
    border-radius: 10px;
    padding: 1.2em 1em;
*/
}

#sz-f32_manual section.block2 ul {
  padding-left: 0;
}
#sz-f32_manual section.block2 ul .caution {
  position: relative;
  border: 1px solid #070707;
  padding: 0px 4px 0px 5px;
  margin-right: 5px;
  margin-left: 30px;
}
#sz-f32_manual section.block2 ul .caution::before {
  position: absolute;
  content: '';
  width: 1.5em;
  height: 1.5em;
  background: url("../img/ic_caution.svg") no-repeat;
  background-size: contain;
  top: 0;
  left: -32px;
}

#sz-f32_manual .yt {
  position: relative;
  width: 80%;
  padding-top: 45%;
  margin: 0 auto;
}
#sz-f32_manual .yt iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  #sz-f32_manual .content-wrapper {
    padding: 0;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 45px;
  }
  #sz-f32_manual section {
    padding: 20px 10px;
    margin-top: 30px;
  }
  
  #sz-f32_manual section h2 {
    font-size: 2.1rem;
    margin-bottom: 10px;
  }
  #sz-f32_manual section p, ul {
    font-size: 1.4rem;
    letter-spacing: 0;
    line-height: 1.5;
  }
  #sz-f32_manual .yt {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
}
/*追記20230601-取扱説明リンク*/
.dl-link {
  margin-top: 45px;
  text-align: center;
}
.dl-link a {
  padding: 0.6em 2em;
  border-radius: 2em;
  display: inline-block;
  background: #73765b;
  color: #ffffff;
  letter-spacing: 0.025em;
  font-size: 1.75em;
  transition: .25s;
}
.dl-link a:hover {
  opacity: .7;
}
span.material-symbols-outlined {
  font-size: 1em;
  transform: translateY(0.1em);
  padding-left: 5px;
}
@media screen and (max-width: 768px) {
  .dl-link a {
    font-size: 1.12em;
  }
}