.detail-wrap {
  padding: 60px 0;
}
.detail-wrap .container {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
  padding: 30px;
  border-radius: 10px;
}
.detail-wrap h2 {
  text-align: center;
  font-size: 28px;
}
.detail-wrap small {
  display: block;
  text-align: center;
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
  font-size: 16px;
  color: #999;
}
.detail-wrap .rich-text {
  margin-top: 20px;
  font-size: 16px;
  color: #666;
  line-height: 1.6;
  /*text-indent: 32px;*/
}
.detail-wrap .rich-text p {
  font-size: 16px;
  color: #666;
  margin: unset;
}
.detail-wrap .rich-text p + p {
  margin-top: 15px;
}
.detail-wrap .rich-text img {
  max-width: 100%;
  object-fit: contain;
}
.detail-wrap .rich-text ul {
  list-style: disc;
  padding-inline-start: 40px;
}
/*.detail-wrap .rich-text dl,*/
/*.detail-wrap .rich-text ol {*/
/*  list-style: ;*/
/*  padding: unset;*/
/*  margin: unset;*/
/*}*/
