
@charset "utf-8";

/*Number Futsal Cup in 味スタ 2023.10.21*/

.sportsfes {
  background-color: #2A9D8F;
  color: #fff;
  margin: -20px -20px 0 -20px;
}
.sportsfes .main-img {
  margin: 0;
  padding: 0;
}
.sportsfes .main-img img {
  border-bottom: 8px solid #dde1e7;
}

.sportsfes .textaria{
  padding:0 0 5px;
  background-color: #ffffff !important;
  color: #000000;
}

.sportsfes .txt {
  margin: 30px 39px 20px 39px;
  font-weight:bold;
  font-size: 110%;
}
.sportsfes .txt p {
  margin-bottom: 1.3em;
  line-height: 1.7;
}
.sportsfes .txt p:last-child {
  margin-bottom: 0;
}
.sportsfes .button01 {
  display: inline-block;
  width: 500px;
  height: 60px;
  text-align: center;
  text-decoration: none;
  line-height: 63px;
  outline: none;
  position: relative;
  background-color: #3884da;
  border-radius: 5px;
  color: #fff;
  -webkit-transition: none;
  transition: none;
  box-shadow: 0 1px 0 #0f427a;
  margin: 30px 15px 30px 15px;
  font-size: 20px;
  font-weight: bold;
}
.sportsfes .button01::before,
.sportsfes .button01::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.sportsfes .button01,
.sportsfes .button01::before,
.sportsfes .button01::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.sportsfes .button01:hover {
  background-color: #5199eb;
  box-shadow: 0 1px 0 #286fbe;
  color: #fff;
  text-decoration: none;
}
.sportsfes .button01:active {
  top: 2px;
  box-shadow: none;
  color: #fff;
}
.sportsfes .button02 {
  margin:30px 0px 10px 0px;
  text-align:center;
}
.sportsfes .button02 img {
  width:auto;
  max-width:100%;
}
.sportsfes .button03 {
  margin:10px 0px 10px 0px;
  text-align:center;
}
.sportsfes .button03 img {
  width:auto;
  max-width:100%;
}
.sportsfes .button04 {
  margin:10px 0px 10px 0px;
  text-align:center;
}
.sportsfes .button04 img {
  width:auto;
  max-width:100%;
}
.sportsfes p.note {
  margin:10px 0 30px 0;
  text-align:center;
  font-size:14px;
}
.sportsfes .outline {
  background-color: #fff;
  color: #000;
  margin: 25px 20px 25px 20px;
  padding: 20px 10px 20px 10px;
  border-radius:6px;
  box-shadow: 2px 2px 3px #214c0b inset;
}
.sportsfes .headline {
  font-weight: bold;
  margin: 20px 30px 20px 30px;
  padding: 7px 0 3px 0;
  font-size:180%;
  text-align:center;
}
.sportsfes .special {
  margin: 40px 45px 15px 45px;
  border:4px double #519fdb;
  border-radius:5px;
}
.sportsfes .special h5 {
  border:none;
  margin: -14px 0 10px 37%;
  line-height:1.3;
  font-size:21px;
  color:#004eb9;
}
.sportsfes .special h5 span {
  background-color:#fff;
  padding:0 10px;
}
.sportsfes .special p {
  line-height: 1.6;
  margin: 20px 35px;
}
.sportsfes .special p span {
  font-weight:bold;
  display:block;
  font-size:19px;
  color:#004eb9;
}
.sportsfes dl {
  margin: 15px 40px;
}
.sportsfes dt {
 border-left:5px solid #2A9D8F;
  font-weight: bold;
  font-size:120%;
  margin-bottom:10px;
    padding: 5px 0 5px 10px;
    background: #e6f3f1;
}
.sportsfes dd {
  margin-bottom: 2.0em;
  padding-left:20px;
}
.sportsfes dd span {
  font-size:80%;
  padding-left: 1em;
  text-indent: -1em;
}
.sportsfes dd.indent {
  text-indent: -1em;
  margin-left: 1em;
  margin-bottom: 0.2em;
}
.sportsfes ul {
  margin: 15px 20px;
}
.sportsfes li.indent {
  text-indent: -1em;
  margin-left: 2em;
  margin-bottom: 0.2em;
}
.sportsfes .sponsorship {
}
.sportsfes .sponsorship img {
  vertical-align:6px;
}
.sportsfes .link {
  margin: 20px 30px 20px 50px;
}
.sportsfes .link a {
  color:#fff;
  text-decoration:underline;
  font-weight:bold;
  font-size:16px;
  line-height:1.4em;
}
.sportsfes .link a:hover {
  text-decoration:none;
}
/*問い合わせPC*/
  .sportsfes .sportsfes-logo {
  padding:50px 60px 40px;
  margin:0;
  color: #fff;
  background-color: #333;
}
.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 .sportsfes-logo p a {
  color:#fff;
  text-decoration:underline;
}
.sportsfes .sportsfes-logo p a:hover {
  text-decoration:none;
}
@media screen and (max-width:640px){
  .sportsfes {
    font-size: 14px;
    margin: -10px -8px 0 -8px;
    padding-bottom:0;
  }
  .sportsfes .main-img img {
    border-bottom: 6px solid #dde1e7;
  }
.sportsfes .textaria{
  padding:0 0 5px;
  background-color: #ffffff !important;
  color: #000000;
}
  .sportsfes .txt {
    margin: 0px;
    padding:35px 30px 10px 30px;
  }
  .sportsfes .txt p {
    margin: 0 0 1.0em 0;
    text-align: left;
    font-weight: bold;
  }
  .sportsfes a.button01 {
    width: 80%;
    height: 50px;
    line-height: 53px;
    font-size: 16px;
    color: #fff !important;
    margin: 10px 15px 10px 15px;
  }
  .sportsfes .button02 {
    margin:20px 0px 7px 0px;
  }
  .sportsfes .button02 img {
    width:auto;
    max-width:93%!important;
  }
  .sportsfes .button03 {
    margin:0px 0px 7px 0px;
  }
  .sportsfes .button03 img {
    width:auto;
    max-width:93%!important;
  }
  .sportsfes .button04 {
    margin:0px 0px 7px 0px;
  }
  .sportsfes .button04 img {
    width:auto;
    max-width:93%!important;
  }
  .sportsfes p.note {
    margin:10px 15px 20px 15px;
    font-size:13px;
    line-height:1.4em;
  }
  .sportsfes .outline {
    margin: 20px 10px 12px 10px;
    padding: 10px 10px 10px 10px;
    box-shadow: 1.5px 1.5px 2px rgba(0, 67, 95, 0.8) inset;
  }
  .sportsfes .headline {
    margin: 10px 10px 15px 10px;
    padding: 8px 0 6px 0;
    font-size:20px;
  }
  .sportsfes .special {
    margin: 30px 10px 15px 10px;
    padding-bottom: 3px;
  }
  .sportsfes .special h5 {
    margin: -14px 0 15px 25%;
    line-height:1.3;
    font-size:17px;
  }
  .sportsfes .special h5 span {
    padding:0 10px;
  }
  .sportsfes .special p {
    line-height: 1.5;
    margin: 10px 10px 15px;
  }
  .sportsfes .special p span {
    font-size:15px;
  }
  .sportsfes dl {
    margin: 10px 10px;
  }
  .sportsfes dt {
    font-size:110%;
    margin-bottom:1px;
  }
  .sportsfes dd {
    margin: 10px 10px 10px 0;
  }
  .sportsfes ul {
    margin: 10px 10px;
  }
  .sportsfes li.indent {
    margin-left: 1em;
  }
  .sportsfes .sponsorship {
  }
  .sportsfes .sponsorship dt {
    margin-bottom:10px;
  }
  .sportsfes .sponsorship img {
  }
  .sportsfes .link {
    margin-left: 2.3em;
    text-indent: -1.4em;
    line-height:1.5em;
  }
  .sportsfes .link a {
    color:#fff!important;
    text-decoration:underline;
    font-weight:bold;
    font-size:95%;
  }

  .sportsfes .sportsfes-logo {
    padding:50px 20px 50px;
    margin:0;
  }
  .sportsfes .sportsfes-logo h5 img {
    width:210px;
    margin-bottom:10px;
  }
  .sportsfes .sportsfes-logo p {
    font-size:14px;
    line-height:1.5;
    margin:10px 0;
  }




}