@charset "UTF-8";
.hidden {
  display: none;
}
.p-news__itemInner .p-news__itemHead {
  min-width: 200px;
  justify-content: space-between;
}

.entry-btn {
  width: fit-content;
  min-height: 60px;
  border: 2px solid #0b768d;
  border-radius: 30px;
  background-color: unset;
  font: normal normal bold 16px/30px Noto Sans JP;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.entry-btn:after {
  width: 10px;
  height: 12px;
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  right: 18px;
}

.entry-btn.btn-primary {
  background-color: #0b768d;
  color: #fff;
}
.entry-btn.btn-primary:after {
  background: url(/_images/icon_btn_white.svg) no-repeat;
}
