
@charset "utf-8";

/*Number Sports Festa 2023.10.21*/

.single-information p {
  margin: 20px 20px;
}
.sportsfes {
  background: linear-gradient(90deg, rgb(216, 54, 121), rgb(148, 138, 156), rgb(0, 166, 176), rgb(21, 179, 151), rgb(104, 190, 131), rgb(88, 155, 163), rgb(80, 114, 174));
  color: #fff;
  margin: -35px -20px 0 -20px;
  padding-top: 2px;
}
.sportsfes .main-img {
  margin: 0;
  padding: 0;
}
.sportsfes .main-img img {
  border-bottom: 8px solid #dde1e7;
}
.sportsfes .txt {
  margin: 45px 80px 45px 80px;
}
.sportsfes .txt p {
  margin-bottom: 1.3em;
  font-weight: bold;
  font-size: 110%;
  line-height: 1.7;
  text-align:left;
}
.sportsfes p.note {
  margin:10px 0 30px 0;
  text-align:center;
  font-size:14px;
}
.sportsfes .outline_overview {
  background-color: #fff;
  color: #000;
  margin: 25px 10px 10px 10px;
  padding: 20px 10px 10px 10px;
  border-radius:6px;
  box-shadow: 2px 2px 3px rgba(180, 180, 180, 0.9) inset;
}
.sportsfes a.anchor01,
.sportsfes a.anchor02 {
  padding-top: 180px;
  margin-top: -180px;
  display: block;
  height: 0;
}
.sportsfes .ekiden,
.sportsfes .running-school {
  margin: 0 0 70px 0;
}
.sportsfes .futsal {
  margin: 0 0 50px 0;
}
.sportsfes .headline {
  color: #01a9b4;
  font-weight: bold;
  margin: 20px 30px 20px 30px;
  padding: 7px 0 3px 0;
  border-top: 1px solid #01a9b4;
  border-bottom: 1px solid #01a9b4;
  font-size: 180%;
  text-align: center;
}
.sportsfes .headline span {
  font-weight:normal;
  display:block;
  font-size:14px;
}
/*見出しサンプルここから*/
.sportsfes .ekiden p.hour {
  padding: 1em;
  border-top: 5px solid #00c5e5;
  border-radius: 0 0 10px 10px;
  background: #e8f5f7;
}
.sportsfes .running-school p.hour {
  padding: 1em;
  border-top: 5px solid #F7E98E;
  border-radius: 0 0 10px 10px;
  background: #fbf7df;
}
.sportsfes .futsal p.hour {
  padding: 1em;
  border-top: 5px solid #2A9D8F;
  border-radius: 0 0 10px 10px;
  background: #e6f3f1;
}
/*見出しサンプルここまで*/

.sportsfes p.hour {
  font-weight: bold;
  margin: 20px 30px 20px 30px;
  padding: 7px 0 3px 0;
  font-size: 150%;
  text-align: center;
}
.sportsfes p.hour span {
  font-weight: normal;
  font-size: 80%
}
.sportsfes .event-logo {
  text-align:center;
}
.sportsfes .event-logo img {
  width:640px;
  margin:20px 0;
}
.sportsfes p.event-lead {
  font-size:110%;
  font-weight: bold;
  margin:5px 150px;
}
.sportsfes dl {
  margin: 15px 110px 15px 110px;
}
.sportsfes dt {
  color: #2469BA;
  font-weight: bold;
  font-size:110%;
  margin-bottom:3px;
}
.sportsfes .outline_overview dt {
  font-size: 120%;
}
.sportsfes .outline_faq dt {
  margin-bottom: 8px;
  text-indent: -1.6em;
  margin-left: 1em;
}
.sportsfes dd {
  margin:0 0 1.0em 1.0em;
}
.sportsfes dd span {
  font-weight: bold;
  color: #e40000;
}
.sportsfes .outline_faq dd {
  margin-bottom: 20px;
  text-indent: -1.6em;
  margin-left: 1em;
}
.sportsfes dd.indent {
  text-indent: -1em;
  margin-left: 1em;
  margin-bottom: 0.2em;
}
.sportsfes p.attention {
  font-weight: bold;
  text-align: center;
  margin:-10px 0 60px 0;
}
.sportsfes p.attention a {
  text-decoration: underline;
}
.sportsfes ul {
  margin: 35px 40px 15px;
}
.sportsfes li {
  text-indent: -1em;
  margin-left: 1em;
  margin-bottom: 0.2em;
  font-size: 95%;
}
.sportsfes .sponsorship {
  padding-top:20px;
}
.sportsfes .sponsorship img {
  vertical-align:6px;
}
.sportsfes p.kyousan {
  font-size:14px;
  margin: 20px 30px 30px 50px;
}
.sportsfes .button {
  display: inline-block;
  width: 500px;
  height: 69px;
  text-align: center;
  text-decoration: none;
  line-height: 71px;
  outline: none;
  position: relative;
  background-color: #2469BA;
  border-radius: 5px;
  color: #fff;
  -webkit-transition: none;
  transition: none;
  box-shadow: 0 1px 0 #007c84;
  margin: 10px 15px 10px 15px;
  font-size: 21px;
  font-weight: bold;
}
.sportsfes .button span {
  font-weight: normal;
  font-size: 16px;
}
.sportsfes .button br.break {
  display:none;
}
.sportsfes .button::before,
.sportsfes .button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.sportsfes .button,
.sportsfes .button::before,
.sportsfes .button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.sportsfes .button:hover {
  background-color: #00c5f3;
  box-shadow: 0 1px 0 #007c84;
  color: #fff;
  text-decoration: none;
}
.sportsfes .button:active {
  top: 2px;
  box-shadow: none;
  color: #fff;
}
.sportsfes .figure {
  float: right;
  width: 320px !important;
  margin: 20px 30px 10px 10px;
}
.sportsfes .sportsfes-logo {
  padding:25px 60px 20px;
  margin:25px 20px;
  color: #000;
}
.sportsfes .sportsfes-logo h5 {
  text-align:center;
}
.sportsfes .sportsfes-logo h5 img {
  width:370px;
  margin-bottom:10px;
}
.sportsfes .sportsfes-logo h5 span {
  color:#fff;
  font-size:130%;
  font-weight:bold;
}
.sportsfes .sportsfes-logo p {
  font-size:100%;
  line-height:1.7;
  margin:20px 0 10px 30px;
  color:#fff;
}
.sportsfes p.inquiry {
  text-align:center;
  margin:25px 0;
}

@media screen and (max-width:640px){
  .sportsfes {
    font-size: 14px;
    margin: -10px -8px 0 -8px;
    padding: 5px 0 0 0;
  }
  .sportsfes .main-img img {
    border-bottom: 6px solid #dde1e7;
  }
  .sportsfes .txt {
    margin: 20px 25px 30px 25px;
  }
  .sportsfes .txt p {
    font-size: 100%;
    margin: 0 0 1.0em 0;
    text-align: left;
  }
  .sportsfes p.note {
    margin:5px 10px 20px 10px;
    font-size:14px;
    line-height:1.5;
  }
  .sportsfes .outline_overview {
    margin: 20px 10px 12px 10px;
    padding: 15px 11px 25px 11px;
    box-shadow: 1.5px 1.5px 2px rgba(180, 180, 180, 0.9) inset;
  }
  .sportsfes a.anchor01 {
    padding-top: 100px;
    margin-top: -100px;
  }
  .sportsfes a.anchor02 {
    padding-top: 130px;
    margin-top: -130px;
  }
  .sportsfes .ekiden,
  .sportsfes .running-school {
    margin: 0 0 50px 0;
  }
  .sportsfes .futsal {
    margin: 0 0 30px 0;
  }
  .sportsfes .headline {
    margin: 10px 10px 15px 10px;
    padding: 8px 0 6px 0;
    font-size: 20px;
  }
  .sportsfes .headline span {
    font-size:12px;
  }
  .sportsfes p.hour {
    margin: 20px 10px 20px 10px;
    padding: 7px 0 3px 0;
    font-size: 140%;
  }
  .sportsfes p.hour span {
    font-size: 80%
  }
  .sportsfes .event-logo {
    margin: 0 10px;
  }
  .sportsfes .event-logo img {
    width:100%;
    margin:20px 0;
  }
  .sportsfes p.event-lead {
    font-size:110%;
    margin:5px 20px 15px;
  }
  .sportsfes dl {
    margin: 10px 20px;
  }
  .sportsfes dt {
    font-size:100%;
    margin-bottom:1px;
  }
  .sportsfes .outline_overview dt {
    font-size: 110%;
  }
  .sportsfes dd {
    margin-bottom: 10px;
  }
  .sportsfes p.attention {
    margin:-10px 0 30px 0;
    font-size:95%;
    text-align: left;
    text-indent: -1em;
    margin-left: 1.5em;
  }
  .sportsfes ul {
    margin: 25px 10px 15px;
  }
  .sportsfes li.indent {
    margin-left: 1em;
  }
  .sportsfes .sponsorship {
    padding-top:5px;
  }
  .sportsfes .sponsorship dt {
    margin-bottom:10px;
  }
  .sportsfes .sponsorship img {
  }
  .sportsfes .link {
    margin-left: 2.3em;
    text-indent: -1.4em;
    line-height:1.5em;
  }
  .sportsfes p.kyousan {
    font-size:14px;
    margin: 20px 20px 30px 20px;
  }
  .sportsfes .link a {
    color:#fff!important;
    text-decoration:underline;
    font-weight:bold;
    font-size:95%;
  }
  .sportsfes a.button {
    width: 85%;
    height: 50px;
    line-height: 1.3;
    font-size: 17px;
    color: #fff !important;
    margin: 10px 15px 10px 15px;
    padding: 16px 0 0 0;
  }
  .sportsfes a.button span {
    font-weight: normal;
    font-size: 15px;
  }
  .sportsfes a.button .break {
    display:block;
  }
  .sportsfes .figure {
    float: none;
    width: auto!important;
    margin: 0 0 10px 0;
    text-align:center;
  }
  .sportsfes .figure img {
    width: auto;
    max-width:70%!important;
  }
  .sportsfes .sportsfes-logo {
    padding:10px 20px 5px;
    margin:25px 10px;
  }
  .sportsfes .sportsfes-logo h5 img {
    width:210px;
    margin-bottom:10px;
  }
  .sportsfes .sportsfes-logo p {
    font-size:14px;
    line-height:1.5;
    margin:10px 0;
  }
}