@charset "utf-8";
/* CSS Document */

#SportsContent h4 {
  margin-top: 0;
}

.contents_wrap img {
  max-width: 100%;
}

.contents_wrap .mv {
  margin: 0 !important;
}

.contents_wrap .txt {
  margin-top: 1.5em !important;
}

.contents_wrap .link {
  text-align: center;
  width: fit-content;
  margin: 60px auto 0;
}

.contents_wrap .link .link_btn {
  display: flex;
  align-items: center;
  width: 250px;
  height: 50px;
  padding-left: 30px;
  position: relative;
  border: solid 3px #DDD8A4;
  margin: 30px auto 0;
  color: #333;
  text-decoration: none;
}

.contents_wrap .link .link_btn:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  width: 0;
  height: 0;
  margin-top: -5px;
  border: 5px solid transparent;
  border-left: 5px solid #DDD8A4;
}

.contents_wrap .inquiry {
  padding: 15px 20px 0px 20px;
  margin-bottom: 1.5em;
  background-color: #fff;
  border: solid 1px #aaa;
  border-radius: 3px;
}

.contents_wrap .inquiry h4 {
  font-weight: bold;
  font-size: 120%;
  border-bottom: 1px solid #bbb !important;
  margin: 50px 0 10px 0;
  padding: 0 0 2px 3px;
  color: #444 !important;
}