/*@mixin linkArrow {
  &::after {
    border-right: 1px solid;
    border-top: 1px solid;
    content: "";
    height: 8px;
    position: absolute;
    right: 0;
    top: calc(50% - 4px);
    transform: rotate(45deg);
    width: 8px;
  }
}*/
body.page-counseling-history .block-page-title {
  font-size: 20px;
}
body.page-counseling-history .block-history-count {
  margin-bottom: 10px;
  text-align: center;
}
body.page-counseling-history .block-history-count--label {
  background-color: #f0f0f0;
  display: inline-block;
  font-size: 11px;
  margin: 0 auto;
  padding: 1em;
  text-align: center;
}
body.page-counseling-history .block-history-count--value {
  color: #b29419;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}
body.page-counseling-history .block-history-main-container {
  padding: 0 20px;
}
body.page-counseling-history .block-history-data {
  border: 1px solid #c3c3c3;
  margin-bottom: 20px;
  margin: 0 auto;
}
body.page-counseling-history .block-history-data--item {
  display: flex;
}
body.page-counseling-history .block-history-data--item:not(:last-child) {
  border-bottom: 1px solid #c3c3c3;
}
body.page-counseling-history .block-history-data--item-name {
  align-items: center;
  background-color: #f0f0f0;
  display: flex;
  font-size: 11px;
  justify-content: center;
  padding: 0.5em;
  text-align: center;
}
body.page-counseling-history .block-history-data--item-detail {
  font-size: 11px;
  padding: 0.5em 1em;
}
body.page-counseling-history .block-history-data:not(:last-child) {
  margin-bottom: 30px;
}
body.page-counseling-history .block-history-data--item-name {
  width: 25%;
}
body.page-counseling-history .block-history-data--item-detail {
  width: 75%;
}
body.page-counseling-history .block-history-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 30px auto 0;
}
body.page-counseling-history .block-history-pagination--item {
  margin: 0 5px;
}
body.page-counseling-history .block-history-pagination--item__current {
  background-color: #c3c3c3;
}
body.page-counseling-history .block-history-pagination--item-anchor {
  align-items: center;
  border: 1px solid #c3c3c3;
  display: flex;
  justify-content: center;
  line-height: 20px;
  width: 20px;
}
body.page-counseling-history .block-counseling-history-data--more-anchor {
  display: block;
  padding: 0.5em;
  position: relative;
  text-align: center;
  width: 100%;
}
body.page-counseling-history .block-counseling-history-data--more-anchor::after {
  border-right: 1px solid;
  border-top: 1px solid;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: 0;
  top: calc(50% - 4px);
  transform: rotate(45deg);
  width: 8px;
}
body.page-counseling-history .block-counseling-history-data--more-anchor::after {
  right: 1em;
}