@charset "UTF-8";

@media screen and (min-width: 769px) {
  .sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}

.inline_b {
  display: inline-block;
}
.ttl-bdr-left{
	border-left: 6px solid #da0010;
	padding: 3px 0 0 12px;
}

.norikae-img img{
  width: 100%;
}
.norikae-link {
  margin-bottom: 10px;
}
.norikae-link a {
  padding: 0 40px 0 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 58px;
  background-color: #0e405b;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  position: relative;
}
.norikae-link a::after {
  display: flex;
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  height: 22px;
  width: 22px;
  background: url(/adsl/images/icon_arrow_o.svg) no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}
.norikae-link a:hover {
  opacity: 85%;
}
@media screen and (max-width: 768px) {
  .norikae-link a {
    height: 80px;
  }
}
