@charset "utf-8";

#productAbout {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  background-color: #f9fcff;
}

#productAbout img {
  width: 100%;
}

#productAbout .poRe {
  position: relative;
}

#productAbout .btn a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-radius: 60px;
  box-shadow: 6.428px 7.66px 11px 0px rgba(123, 165, 118, 0.58);
  max-width: 630px;
  width: 84%;
  margin: 0 auto;
}

#productAbout .sec_acc {
  background-color: #fff;
  border: solid 1px #e5e5e5;
  max-width: 690px;
  width: 92%;
  margin: 0 auto 40px;
  padding: 40px 36px 40px;
}

#productAbout .acc_ttl {
  position: relative;
  /* max-width: 613px; */
  /* width: 88.84%; */
  cursor: pointer;
}

#productAbout .acc_ttl::after {
  content: "";
  background-image: url(../img/arrow.png);
  background-repeat: no-repeat;
  background-size: auto;
  width: 26px;
  height: 16px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  transform: rotate(0deg);
  transition: 0.5s;
}

#productAbout .acc_ttl.close::after {
  transform: rotate(180deg);
}
