/*----------------------------------------------------------------------------
******************************************************************************
** single
******************************************************************************
----------------------------------------------------------------------------*/
.single_detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  margin-top: -1rem;
}
.single_detail_topage {
  display: flex;
  flex-wrap: wrap;
}
.single_detail_topage > div {
  margin: 0 0.6rem 0.6rem 0;
}
.single_detail_topage a {
  border: 1px solid #1e26ab;
  color: #1e26ab;
  display: block;
  font-size: 0.9rem;
  padding: 0.2em 0.5em;
  text-decoration: none;
}
.single_detail_topage a:hover {
  background-color: #1e26ab;
  color: #fff;
}
