/* ------------------------------
 width: all
------------------------------ */
main .s01 .wrapper {
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
}

main .s01 .wrapper .ttlbox01 {
  margin-bottom: 65px;
}

main .s01 .wrapper .dl01 {
  margin-bottom: 50px;
}

main .s01 .wrapper .dl01 dt {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 140%;
  padding-left: 16px;
  border-left: 4px solid #683382;
}

main .s01 .wrapper .dl01 dd {
  padding-top: 30px;
}

main .s01 .wrapper .dl01 dd .t01 {
  font-size: 1.6rem;
  line-height: 150%;
  margin-bottom: 20px;
}

main .s01 .wrapper .dl01 dd .table01 th {
  width: 240px;
  border: 1px solid #ccc;
  background-color: #f3f3f3;
  text-align: center;
  vertical-align: middle;
  font-size: 1.6rem;
}

main .s01 .wrapper .dl01 dd .table01 td {
  width: 360px;
  border: 1px solid #ccc;
  padding: 19px 0;
  font-size: 1.4rem;
}

main .s01 .wrapper .dl01 dd .table01 td .ul01 {
  padding-left: 20px;
}

main .s01 .wrapper .dl01 dd .table01 td .ul01 li {
  width: 50%;
  float: left;
  font-size: 1.4rem;
  line-height: 190%;
}

main .s01 .wrapper .dl01 dd .table01 td .t03 {
  padding-left: 50px;
}

main .s01 .wrapper .dl01 dd .table01 td .t04 {
  padding-left: 30px;
  line-height: 190%;
}

main .s01 .wrapper .dl01 dd .subt01 {
  margin: 35px auto 20px;
}

main .s01 .wrapper .dl01 dd .subt01:first-child {
  margin-top: 0;
}

main .s01 .wrapper .dl01 dd .subt01 span {
  display: inline-block;
  vertical-align: top;
  height: 38px;
  padding: 0 20px;
  background-color: #683382;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  line-height: 38px;
}

main .s01 .wrapper .dl01 dd .t05 {
  background-color: #f3f3f3;
  padding: 30px 40px;
  font-size: 1.6rem;
  line-height: 170%;
  margin-bottom: 25px;
}

main .s01 .wrapper .dl01 dd .t05 .dl_icon {
  padding-bottom: 7px;
  padding-left: 10px;
}

main .s01 .wrapper .dl01 dd .ul02 {
  margin-top: -15px;
}

main .s01 .wrapper .dl01 dd .ul02 li {
  float: left;
  font-size: 1.6rem;
}

main .s01 .wrapper .dl01 dd .ul02 li:nth-child(even) {
  width: calc(100% - 200px);
}

main .s01 .wrapper .dl01 dd .ul02 li:nth-child(odd) {
  width: 170px;
}

main .s01 .wrapper .dl01 dd .ul03 {
  margin-top: 20px;
}

main .s01 .wrapper .dl01 dd .table02 {
  margin-bottom: 30px;
}

main .s01 .wrapper .dl01 dd .table02 tr th {
  width: 150px;
  border: 1px solid #ccc;
  padding: 15px 0;
  text-align: center;
  vertical-align: middle;
  font-size: 1.4rem;
  line-height: 130%;
  font-weight: bold;
  background-color: #f3f3f3;
}

main .s01 .wrapper .dl01 dd .table02 tr td {
  width: 150px;
  border: 1px solid #ccc;
  padding: 17px 0;
  text-align: center;
  vertical-align: middle;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 130%;
}

main .s01 .wrapper .dl01 dd .table02 tr td .circle {
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 26px;
  border-radius: 13px;
  border: 2px solid #683382;
}

main .s01 .wrapper .dl01 dd .table02 tr td .none {
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 2px;
  background-color: #333;
}

main .s01 .wrapper .dl01 dd .table02 tr:first-child th,
main .s01 .wrapper .dl01 dd .table02 tr:first-child td {
  background-color: #683382;
  font-size: 1.6rem;
  line-height: 125%;
  font-weight: bold;
  color: #fff;
}

main .s01 .wrapper .btn01 {
  width: 300px;
  height: 43px;
  display: block;
  background-image: url(../images/btn_entry01.png);
  background-size: 100% 100%;
  text-align: center;
  line-height: 14px;
  text-decoration: none;
  padding-top: 15px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  margin: 70px auto 0;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 767px) {
  main .s01 .wrapper {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
  }
  main .s01 .wrapper .ttlbox01 {
    margin-bottom: 35px;
  }
  main .s01 .wrapper .dl01 {
    margin-bottom: 30px;
  }
  main .s01 .wrapper .dl01 dt {
    font-size: 1.8rem;
    padding-left: 10px;
    border-left: 2px solid #683382;
  }
  main .s01 .wrapper .dl01 dd {
    padding-top: 18px;
  }
  main .s01 .wrapper .dl01 dd .t01 {
    font-size: 1.4rem;
    line-height: 150%;
    margin-bottom: 15px;
  }
  main .s01 .wrapper .dl01 dd .table01 {
    width: 100%;
  }
  main .s01 .wrapper .dl01 dd .table01 tr {
    display: block;
  }
  main .s01 .wrapper .dl01 dd .table01 th {
    width: 100%;
    display: block;
    border: 1px solid #ccc;
    background-color: #f3f3f3;
    text-align: center;
    vertical-align: middle;
    border-bottom: none;
    border-top: none;
    font-size: 1.4rem;
    padding: 6px 0;
  }
  main .s01 .wrapper .dl01 dd .table01 th:first-child {
    border-top: 1px solid #ccc;
  }
  main .s01 .wrapper .dl01 dd .table01 td {
    width: 100%;
    display: block;
    padding: 10px 20px;
    font-size: 1.4rem;
  }
  main .s01 .wrapper .dl01 dd .table01 td .ul01 {
    padding-left: 0px;
  }
  main .s01 .wrapper .dl01 dd .table01 td .ul01 li {
    width: 50%;
    float: left;
    font-size: 1.4rem;
    line-height: 190%;
  }
  main .s01 .wrapper .dl01 dd .table01 td .t03 {
    padding-left: 0px;
  }
  main .s01 .wrapper .dl01 dd .table01 td .t04 {
    padding-left: 30px;
    line-height: 190%;
  }
  main .s01 .wrapper .dl01 dd .subt01 {
    margin: 25px auto 15px;
  }
  main .s01 .wrapper .dl01 dd .subt01:first-child {
    margin-top: 0;
  }
  main .s01 .wrapper .dl01 dd .subt01 span {
    display: inline-block;
    vertical-align: top;
    height: 30px;
    padding: 0 12px;
    background-color: #683382;
    font-size: 1.4rem;
    font-weight: bold;
    color: #fff;
    line-height: 30px;
  }
  main .s01 .wrapper .dl01 dd .t05 {
    background-color: #f3f3f3;
    padding: 20px 30px;
    font-size: 1.4rem;
    line-height: 150%;
    margin-bottom: 15px;
  }
  main .s01 .wrapper .dl01 dd .ul02 {
    margin-top: -15px;
  }
  main .s01 .wrapper .dl01 dd .ul02 li {
    float: left;
    font-size: 1.3rem;
  }
  main .s01 .wrapper .dl01 dd .ul02 li:nth-child(even) {
    width: calc(100% - 200px);
  }
  main .s01 .wrapper .dl01 dd .ul02 li:nth-child(odd) {
    width: 170px;
  }
  main .s01 .wrapper .dl01 dd .ul03 {
    margin-top: 20px;
  }
  main .s01 .wrapper .dl01 dd .tablebox02 {
    overflow-x: scroll;
    margin-bottom: 20px;
  }
  main .s01 .wrapper .dl01 dd .table02 {
    width: 600px;
    margin-bottom: 0px;
  }
  main .s01 .wrapper .dl01 dd .table02 tr th {
    width: 100px;
    border: 1px solid #ccc;
    padding: 5px 5px;
    text-align: center;
    vertical-align: middle;
    font-size: 1.2rem;
    line-height: 130%;
    font-weight: bold;
    background-color: #f3f3f3;
  }
  main .s01 .wrapper .dl01 dd .table02 tr td {
    width: calc((100% - 80px) / 7);
    border: 1px solid #ccc;
    padding: 10px 3px;
    text-align: center;
    vertical-align: middle;
    font-size: 1.2rem;
  }
  main .s01 .wrapper .dl01 dd .table02 tr td .circle {
    width: 16px;
    height: 16px;
  }
  main .s01 .wrapper .dl01 dd .table02 tr td .none {
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 2px;
    background-color: #333;
  }
  main .s01 .wrapper .dl01 dd .table02 tr:first-child th,
  main .s01 .wrapper .dl01 dd .table02 tr:first-child td {
    font-size: 1.2rem;
  }
  main .s01 .wrapper .btn01 {
    width: 250px;
    height: 35px;
    padding-top: 11px;
    display: block;
    line-height: 14px;
    margin: 40px auto 0;
  }
}
/*# sourceMappingURL=sponsor.css.map */