/* mb.css
----------------------------------------- */
html {
  font-size: 62.5%;
  /* 16px * 62.5% = 10px */
  width: 100%;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  background: none;
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 1px;
  line-height: 200%;
  font-feature-settings: "palt" on;
}

.mb_ll {
  margin-bottom: 128px;
}

.mb_l {
  margin-bottom: 96px;
}

.mb_m {
  margin-bottom: 64px;
}

.mb_s {
  margin-bottom: 32px;
}

.mb_ss {
  margin-bottom: 16px;
}

.m_auto {
  margin-left: auto;
  margin-right: auto;
}

.t_center {
  text-align: center;
}

.pt_ll {
  padding-top: 128px;
}

a {
  color: #42A0A0;
  text-decoration: none;
}

.br {
  display: none;
}

#wrapper {
  width: 100%;
  padding-top: 0px;
}

.mainImage {
  width: 100%;
  height: auto;
}

header {
  width: 100%;
}

#content {
  max-width: calc(100% - 320px);
  width: 100%;
  float: left;
  box-sizing: border-box;
}

#side {
  max-width: 240px;
  width: 100%;
  float: right;
  border-left: 0.5px solid #999;
  padding-left: 32px;
  box-sizing: border-box;
  margin-bottom: 48px;
}

header nav {
  max-width: 960px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 64px;
}

header nav li {
  background: linear-gradient(0deg, #fff, transparent);
}

header nav li a {
  color: #333333;
  font-size: 1.6rem;
  font-weight: 500;
  border-left: 0.5px solid #999;
}

header nav li:last-child {
  border-right: 0.5px solid #999;
}

.mainContents_wrap {
  max-width: 960px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#top_info h2 {
  background-image: none;
  height: inherit;
  margin-bottom: 24px;
  padding-left: 0;
  border-bottom: 0.5px solid #999;
  padding-bottom: 8px;
  font-weight: 600;
}

#top_info dl {
  margin: 0;
  font-size: 1.4rem;
  width: 100%;
}

#top_info dd {
  width: 100%;
  margin: 0;
  text-indent: 0;
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 0.5px dashed #999;
  line-height: 150%;
  letter-spacing: 0.5px;
}

.overFlow_wrap {
  width: 100%;
  height: 560px;
  overflow: scroll;
  border: 0.5px solid #999;
  padding: 16px;
  box-sizing: border-box;
}

#subcon_02 h3 {
  background-image: none;
  color: #333333;
  height: inherit;
  padding: 0;
  font-size: 1.6rem;
  background: none;
  border-bottom: 0.5px solid #999;
  padding-bottom: 8px;
}

#subcon_02 li.con04_02 a {
  width: 100%;
  text-align: left;
  margin: 0px;
  font-size: 1.4rem;
  color: #333;
  background: none;
  border: none;
  width: 100%;
  height: inherit;
  padding-top: 0px;
  font-weight: 400;
  padding: 0px 4px;
}

.fa-circle-o:before {
  color: #42A0A0;
}

header nav li a:hover {
  background-color: #42A0A0;
  color: #fff;
  transition: all 0.3s ease;
}

#subcon_02 li.con04_02 a:hover {
  background-color: #42A0A0;
  color: #fff;
  transition: all 0.3s ease;
}

#top_subcon {
  margin: 48px 0px;
}

#top_subcon .con01 {
  box-sizing: border-box;
  width: 100%;
  padding: 16px;
  margin-bottom: 24px;
  margin-left: 0px;
}

#top_subcon .con02 {
  box-sizing: border-box;
  width: 100%;
  padding: 16px;
  margin-bottom: 24px;
  margin-left: 0px;
  margin-right: 0px;
}

#top_subcon img {
  margin: 0px;
  float: right;
  max-width: 240px;
  width: 100%;
  aspect-ratio: 3/2;
}

#top_subcon .con_detail {
  width: 50%;
  padding: 0px;
  float: left;
}

#top_subcon h3 {
  background-image: none;
  background: none;
  color: #333333;
  padding-left: 0px;
  font-size: 2.6rem;
}

#top_subcon .con_detail .link {
  text-align: left;
  font-size: 1.8rem;
}

span.new {
  font-size: 1.2rem;
  display: inline-block;
  box-sizing: border-box;
  color: red;
  margin-left: 4px;
}

#pc_bnr {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}

.pc_bnrList {
  width: 100%;
  padding: 16px;
  box-sizing: border-box;
}

.pageTop {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  height: 64px;
  background-color: #333333;
  color: #fff;
  transition: all 0.3s ease;
}

.pageTop:hover {
  background-color: #999;
  color: #333333;
  transition: all 0.3s ease;
}

footer {
  background-color: #42A0A0;
  color: #333 !important;
  box-sizing: border-box;
}

.footer_innerWrap {
  max-width: 960px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

footer small {
  background-color: #42A0A0;
  color: #fff;
}

footer nav {
  width: 100%;
}

.header_pageTitle {
  font-size: 48px;
  font-weight: 600;
  line-height: 150%;
}

#subcon_02 p {
  line-height: 130%;
}

.sports_gridWrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
  padding-left: 16px;
  padding-right: 16px;
}

.sports_gridWrap_list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 0.5px solid #999;
  padding: 16px;
  font-size: 16px;
  text-align: center;
}

.sports_gridWrap_list img {
  margin-bottom: -15px;
}

.sports_gridWrap_list a {
  display: block;
  width: 100%;
}

.sports_gridWrap_list:hover {
  background-color: #999;
  transition: all 0.3s ease-in;
  color: #fff;
}

.sports_gridWrap_list a:hover {
  transition: all 0.3s ease-in;
  color: #fff;
}

#top_info dl {
  display: flex;
  flex-direction: column;
}

.sports_returnBtn {
  box-sizing: border-box;
  max-width: 320px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #42A0A0;
  color: #fff;
  padding: 20px 20px;
  font-size: 18px;
  transition: all 0.3s ease;
}

.sports_returnBtn:hover {
  background-color: #333333;
  transition: all 0.3s ease;
}

.bnr_sokuhou {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 10px;
  border: 1px solid #333;
  font-size: 20px;
  color: #333;
  font-weight: 600;
  transition: all 0.3s ease;
}

.bnr_sokuhou:hover {
  background-color: #42A0A0;
  color: #fff;
  border: 1px solid #42A0A0;
  transition: all 0.3s ease;
}

.bnr_toClub {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
  padding: 20px 10px;
  border: 2px solid #DC143C;
  font-size: 20px;
  color: #DC143C;
  font-weight: 600;
  transition: all 0.3s ease;
}

.bnr_toClub:hover {
  background-color: #DC143C;
  color: #fff;
  border: 2px solid #DC143C;
  transition: all 0.3s ease;
}

.toClub_title {
  font-size: 2.8rem;
  color: #DC143C;
  margin-bottom: 25px;
  text-decoration: underline;
  line-height: 170%;
  letter-spacing: 0.88px;
}

.top_info_list-title {
  font-size: 1.8rem;
  font-weight: 500;
}/*# sourceMappingURL=mb.css.map */