@charset "utf-8";
html {
  scroll-behavior: unset;
}
h1 {
  margin: 0;
}

h1::after {
  content: none;
}

.link-item::after {
  content: unset;
}

.link-item:hover {
  background: #fff;
  color: #fff;
  transition: 0.2s;
}

.link-item:hover a {
  opacity: 0.7;
}

.link-item:hover h3 {
  color: #0f5cd2 !important;
}

.jump_button {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.jump_button a {
  flex: 0 0 28%;
  font-size: 35px;
  line-height: 1;
  text-align: center;
  color: #f8b62b;
  background: #014099;
  display: flex;
  border-radius: 3px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  padding: 15px;
  box-sizing: border-box;
  position: relative;
  flex-direction: column;
  align-items: center;
}

.jump_button a::after {
  content: "";
  width: 1rem;
  height: 1rem;
  max-width: 52px;
  max-height: 52px;
  border-right: #fff solid 3px;
  border-top: #fff solid 3px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  margin: auto 0;
  position: relative;
  bottom: 0;
}

.jump_button a span {
  margin-top: 15px;
  display: block;
  font-size: 18px;
  color: #fff;
}
#calsporin_wrapper .feature_area h2 {
  padding: 40px 8px;
  margin: 0;
}

.feature_area {
  box-sizing: border-box;
}
#calsporin_wrapper {
  width: 1040px;
  max-width: 100%;
  display: block;
}
#calsporin_wrapper .feature_area h2 img {
  max-width: 100%;
}
#calsporin_wrapper .feature_area .point1 ul {
  max-width: 100%;
}

.feed-content-2 {
  flex-direction: row;
}
.feed-box-L,
.feed-box-L h3 {
  border-left: unset;
  padding: unset;
}
.n2022 .feed-content-2 {
  gap: 2em 0;
}
#feed .feed-sidenav a::before {
  content: unset;
}

@media (max-width: 768px) {
  .jump_button {
    margin-bottom: 40px;
    flex-direction: column;
  }
  .jump_button a {
    flex: 0 0 32%;
    font-size: 6vw;
    min-height: 10px;
    line-height: 1;
    padding: 10px;
    margin-top: 20px;
  }
  .jump_button a span {
    font-size: 17px;
    margin-bottom: 5px;
  }
}
