#ticket_hub #main {
  padding: 0;
}
#ticket_hub .info-ticket {
  margin-bottom: 30px;
}
#ticket_hub ul.p-nav {
  display: none;
}
#ticket_hub section.group {
  padding: 60px;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#ticket_hub section.group .inner-box {
  width: 520px;
  text-align: center;
}
#ticket_hub section.group .inner-box.top {
  margin: 0 0 0 auto;
}
#ticket_hub section.group .inner-box.bottom {
  margin: 0 auto 0 0;
}
#ticket_hub section.group.triple {
  width: 33.33333%;
  padding: 60px 0;
}
#ticket_hub section.group.triple .inner-box {
  width: 90%;
  max-width: 460px;
  margin: 0 auto;
}
#ticket_hub section.group.how-to {
  width: 1200px;
  margin: 0 auto;
  padding: 50px 0 10px 0;
}
#ticket_hub section.group.how-to h3,
#ticket_hub section.group.how-to p.txt {
  text-align: center;
}
#ticket_hub section.group.how-to div.bnr-block {
  margin: 30px auto 0 auto;
}
#ticket_hub section.group h3 {
  text-align: center;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.4;
}
#ticket_hub section.group h3.notxt {
  margin: 15px 0 62px 0;
}
#ticket_hub section.group h3.notxt2 {
  margin: 15px 0 40px 0;
}
#ticket_hub section.group ul.btn-list {
  width: auto;
  margin: 0 auto;
}
#ticket_hub section.group ul.btn-list li {
  margin-top: 20px;
}
#ticket_hub section.group ul.btn-list li img {
  vertical-align: middle;
  margin: -4px 10px 0 0;
  width: 140px;
  height: auto;
}
#ticket_hub section.group ul.btn-list li span {
  padding: 0 20px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  background: #f5f5f5;
  color: #888888;
  display: block;
  font-weight: 500;
  font-size: 20px;
  border-radius: 16px;
}
#ticket_hub section.group ul.btn-list li span img {
  opacity: 0.5;
}
#ticket_hub section.group ul.btn-list li a {
  padding: 0 20px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  background: #005251;
  color: #FFFFFF;
  display: block;
  font-weight: 500;
  font-size: 20px;
  border-radius: 16px;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  position: relative;
}
#ticket_hub section.group ul.btn-list li a:hover {
  opacity: 0.85;
}
#ticket_hub section.group ul.btn-list li a::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 30px;
  left: auto;
}
#ticket_hub section.group ul.btn-list li a.ex::after {
  border: none;
  width: 16px;
  height: 16px;
  background: transparent url(/img/common/link_white.png) no-repeat center right;
  background-size: contain;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  right: 25px;
}
#ticket_hub section.group#highschool {
  background: #cce8e6;
}
#ticket_hub section.group#highschool-woman {
  background: #f4dcea;
}
#ticket_hub section.group#highschool-woman ul.btn-list li a {
  background: #eb79c4;
}
#ticket_hub section.group#pro {
  background: #fff9e0;
}
#ticket_hub section.group#pro ul.btn-list li a {
  background: #fdd000;
  color: #1A1A1C;
}
#ticket_hub section.group#pro ul.btn-list li a::after {
  border-color: #1A1A1C;
}
#ticket_hub section.group#pro ul.btn-list li a.ex::after {
  background: transparent url(/img/common/link_black.png) no-repeat center right;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  #ticket_hub #main {
    padding-top: 0;
  }
  #ticket_hub .info-ticket {
    margin-bottom: 20px;
  }
  #ticket_hub ul.p-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
  }
  #ticket_hub .group-wrapper {
    min-width: 100%;
  }
  #ticket_hub section.group {
    padding: 30px 3%;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #ticket_hub section.group .inner-box {
    width: auto;
    margin: 0 auto;
    max-width: 350px;
  }
  #ticket_hub section.group .inner-box.top {
    margin: 0 auto;
  }
  #ticket_hub section.group .inner-box.bottom {
    margin: 0 auto;
  }
  #ticket_hub section.group.triple {
    width: 100%;
    padding: 30px 3%;
  }
  #ticket_hub section.group.triple .inner-box {
    width: auto;
    margin: 0 auto;
    max-width: 350px;
  }
  #ticket_hub section.group.how-to {
    padding: 30px 3% 10px 3%;
    width: auto;
  }
  #ticket_hub section.group.how-to p {
    text-align: left;
  }
  #ticket_hub section.group.how-to div.bnr-block {
    margin: 15px auto 0 auto;
  }
  #ticket_hub section.group h3 {
    font-size: 17px;
  }
  #ticket_hub section.group h3.notxt {
    margin: 0 0 24px 0;
  }
  #ticket_hub section.group h3.notxt2 {
    margin: 0 0 24px 0;
  }
  #ticket_hub section.group ul.btn-list {
    width: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #ticket_hub section.group ul.btn-list li {
    width: 100%;
  }
  #ticket_hub section.group ul.btn-list li:nth-child(n+2) {
    margin-top: 15px;
  }
  #ticket_hub section.group ul.btn-list li img {
    vertical-align: middle;
    margin: -5px 10px 0 0;
    width: 100px;
    height: auto;
  }
  #ticket_hub section.group ul.btn-list li span {
    padding: 0 10px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    border-radius: 8px;
  }
  #ticket_hub section.group ul.btn-list li a {
    padding: 0 10px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    border-radius: 8px;
  }
  #ticket_hub section.group ul.btn-list li a:hover {
    opacity: 1;
  }
  #ticket_hub section.group ul.btn-list li a::after {
    right: 20px;
  }
  #ticket_hub section.group ul.btn-list li a.ex::after {
    width: 14px;
    height: 14px;
    right: 15px;
  }
  #ticket_hub section.group#pro ul.btn-list li a.ex::after {
    width: 18px;
    height: 18px;
    right: 15px;
  }
}
/*# sourceMappingURL=ticket_hub.css.map */