/* -------------------------------- */
/* responsive set                   */
/* -------------------------------- */
/* -------------------------------- */
/* common
/* -------------------------------- */
.wrap_btn {
  margin-top: 20px;
  margin-bottom: 20px;
}
.wrap_btn a {
  font-size: 0.875rem;
  padding: 0.5em calc(0.8em + 20px) 0.5em 10px;
}

#wrap_result {
  margin: 0 20px;
}
#wrap_result > time {
  color: #999;
  font-size: 0.875rem;
  display: block;
  margin-bottom: 5px;
}
#wrap_result figure {
  margin: 0 0 20px 0;
}
#wrap_result figure img {
  width: 100%;
  height: auto;
}
#wrap_result dl {
  border-collapse: collapse;
  font-size: 1rem;
  display: flex;
}
#wrap_result dl dt {
  background: rgb(244, 241, 236);
  color: rgb(169, 122, 74);
  margin-bottom: 5px;
  width: 6em;
  display: flex;
  justify-content: center;
  min-height: 40px;
  align-items: center;
}
#wrap_result dl dd {
  padding: 0 10px;
  margin-bottom: 5px;
  min-height: 40px;
  display: flex;
  align-items: center;
  width: calc(100% - 6em);
}
#wrap_result dl dd a {
  color: rgb(169, 122, 74);
}
#wrap_result dl:nth-of-type(2) dd {
  color: rgb(178, 13, 49);
  font-size: 1.5rem;
  font-weight: 600;
}
#wrap_result dl:nth-of-type(2) dd strong {
  font-size: 1.125rem;
  font-weight: 600;
  display: block;
  padding-top: 3px;
}
#wrap_result p {
  font-size: 0.875rem;
  margin-top: 20px;
}

#wrap_message {
  border: 1px solid rgb(169, 122, 74);
  border-width: 1px 1px 1px 0;
  border-radius: 0 10px 10px 0;
  margin-right: 20px;
  margin-top: 100px;
  padding: 20px;
}
#wrap_message h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 20px;
}
#wrap_message a {
  color: rgb(169, 122, 74);
  display: table;
}
#wrap_message a:nth-of-type(1) {
  margin-top: 20px;
}

#wrap_tag {
  margin: 100px 20px 0 20px;
}
#wrap_tag ul {
  display: flex;
  flex-wrap: wrap;
}
#wrap_tag ul li {
  margin-right: 5px;
}
#wrap_tag ul li a {
  color: rgb(169, 122, 74);
  font-weight: 600;
  text-decoration: none;
}/*# sourceMappingURL=style.css.map */