@media all and (min-width: 768px) {
  .searchList {
    position: absolute;
    z-index: 5;
    height: 60px;
    top: 65px;
    padding: 0;
    border-bottom: solid 1px #ccc;
    border-right: none;
    background-color: #ffffff;
    transition: none;
  }
  .searchList > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 60px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0;
  }
  .searchList.hide {
    left: 0;
  }
  .searchList.fixed {
    position: fixed;
    top: -60px;
    transition: top 0.3s;
  }
  .searchList.fixed.show {
    top: 65px;
  }
  .searchList .close-sp {
    display: none;
  }
  .searchList h3 {
    display: none;
  }
  .searchList ul {
    width: 93%;
    margin: 0 auto;
  }
  .searchList ul li {
    display: inline-block;
    margin: 0 8px 8px 0;
    transition: background 0.5s;
  }
  .searchList ul li span {
    height: 14px;
    padding: 3px;
    font-size: 14px;
  }
  .searchList ul li:hover {
    cursor: pointer;
  }
  .searchList ul li:hover span {
    background-color: #fffeef;
  }
  .sessionAlert > div {
    width: 600px;
    padding: 40px 0 40px;
  }
  .sessionAlert h3 {
    margin-bottom: 30px;
  }
  .sessionAlert h3 span:nth-of-type(2) {
    font-size: 20px;
  }
  .sessionAlert h3 span:nth-of-type(2) br {
    display: none;
  }
  .sessionAlert p {
    text-align: center;
    font-size: 16px;
  }
  .sessionAlert p br {
    display: inline;
  }
  .sessionAlert .alert-select,
  .sessionAlert .alert-cancel {
    transition: opacity 0.5s;
  }
  .sessionAlert .alert-select:hover,
  .sessionAlert .alert-cancel:hover {
    cursor: pointer;
    opacity: 0.7;
  }
  .entry-flow {
    width: 90%;
    margin: 0 auto 40px;
  }
  .entry-flow ul {
    width: calc(100% - 20px);
  }
  .entry-flow ul li {
    padding: 10px;
    font-size: 16px;
  }
  .entry-flow ul li::before {
    right: -8px;
    top: calc(50% - 18px);
    border-width: 18px 0 18px 9px;
  }
  .entry-flow ul li::after {
    width: 24px;
    height: 24px;
    right: -12px;
    top: calc(50% - 12px);
  }
  .entry-lead p {
    text-align: center;
  }
  .entry-lead p br {
    display: inline;
  }
  .entry-nav-wrapper {
    height: 125px;
  }
  .entry-nav {
    top: 0;
    padding: 0;
    border-bottom: none;
  }
  .entry-nav .search-sp {
    display: none;
  }
  .entry-nav ul {
    width: 690px;
    margin: 0 auto;
    height: 60px;
  }
  .entry-nav ul li {
    width: 230px;
  }
  .entry-nav ul li a .day {
    margin-bottom: 7px;
    font-size: 30px;
  }
  .entry-nav ul li a .date {
    font-size: 12px;
  }
  .entry-section h2 {
    width: 90%;
    margin: 0 auto 40px;
    padding-top: 60px;
  }
  .entry-section h2 .day {
    display: inline-block;
    margin-bottom: 0;
    text-align: left;
    font-size: 54px;
  }
  .entry-section h2 .date {
    display: inline-block;
    margin-left: 20px;
    text-align: left;
    font-size: 30px;
  }
  .timetable {
    width: 90%;
    margin: 0 auto 40px;
    box-sizing: border-box;
    padding: 20px 10px 1px;
  }
  .timetable .session-time {
    margin-left: 10px;
    padding: 5px 0 15px;
    text-align: left;
    font-size: 32px;
  }
  .timetable .session-container {
    padding: 0;
    overflow-x: visible;
  }
  .timetable .session-list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
  }
  .timetable .session {
    width: calc(50% - 20px);
    margin: 0 10px 20px;
    box-sizing: border-box;
    padding: 17px 17px 40px 17px;
  }
  .timetable .session .flexWrap > div {
    margin-bottom: 20px;
  }
  .timetable .session.pickup .session-code::after {
    height: 12px;
    font-size: 12px;
  }
  .timetable .session.large {
    width: 100%;
  }
  .timetable .session.large .flexWrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .timetable .session.large .flexWrap > div {
    width: 50%;
    box-sizing: border-box;
  }
  .timetable .session.large .flexWrap > div:nth-of-type(1) {
    padding-right: 40px;
  }
  .timetable .session-code {
    margin-bottom: 10px;
  }
  .timetable .session-title {
    margin-bottom: 20px;
  }
  .timetable .session-category {
    margin-bottom: 12px;
  }
  .timetable .session-category span {
    height: 12px;
    font-size: 12px;
  }
  .timetable .session-category span::after {
    font-size: 12px;
  }
  .timetable .session-summary {
    font-size: 13px;
  }
  .timetable .session-speaker > div p {
    font-size: 12px;
  }
  .timetable .session-button {
    bottom: 17px;
    transition: opacity 0.5s;
  }
  .timetable .session-button:hover {
    cursor: pointer;
    opacity: 0.7;
  }
  .buttonArea {
    height: 80px;
    margin: 60px 0;
  }
  .buttonArea .fixedArea {
    height: 80px;
    padding-left: 100px;
  }
  .buttonArea .topButton {
    width: 100px;
    height: 80px;
  }
  .buttonArea .topButton img {
    width: 50px;
    height: 50px;
  }
  .buttonArea .topButton span {
    margin-top: 5px;
    font-size: 14px;
  }
  .buttonArea .submitButton {
    width: 300px;
    height: 50px;
    padding: 13px 0;
    font-size: 24px;
    transition: opacity 0.5s;
  }
  .buttonArea .submitButton:hover {
    cursor: pointer;
    opacity: 0.7;
  }
  .ss_form {
    margin-top: 50px;
  }
  .ss_form .input-bg {
    width: 650px;
    margin: 0 auto;
    padding: 40px 50px 10px;
  }
  .ss_form .flexWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .ss_form .input-item {
    width: 100%;
  }
  .ss_form .input-item.short {
    width: 48%;
  }
  .ss_form .input-item.short label:nth-of-type(2) {
    margin: 0 0 0 10px;
  }
  .ss_form .input-item.short label + br {
    display: none;
  }
  .ss_form h2 {
    padding: 0;
    width: 750px;
    margin: 0 auto 15px;
    font-size: 32px;
  }
  .ss_form div + h2 {
    margin-top: 50px;
  }
  .ss_form .ss_input {
    display: flex;
    flex-wrap: wrap;
  }
  .ss_form .ss_input > span {
    order: 2;
  }
  .ss_form .ss_input .labelArea {
    width: 100%;
    order: 3;
  }
  .ss_form .ss_input .bottomComment {
    width: 100%;
    order: 4;
    margin-top: 15px;
    font-size: 12px;
    line-height: 1.5;
  }
  .ss_form .ss_input label input[type=text], .ss_form .ss_input label select, .ss_form .ss_input label textarea {
    width: 650px;
  }
  .ss_form .ss_input label input[type=text].short, .ss_form .ss_input label select.short, .ss_form .ss_input label textarea.short {
    width: 312px;
  }
  .ss_form .ss_input label input[type=text].middle, .ss_form .ss_input label select.middle, .ss_form .ss_input label textarea.middle {
    width: 435px;
  }
  .ss_form .ss_input label input[type=text].long, .ss_form .ss_input label select.long, .ss_form .ss_input label textarea.long {
    width: 650px;
  }
  .ss_form .ss_input label textarea {
    height: 120px;
  }
  .ss_form .ss_input .formError .label-warning {
    height: 13px;
    font-size: 13px;
    border-radius: 7.5px;
  }
  .ss_form .ss_input .formError .formErrorContent {
    font-size: 13px;
  }
  .ss_form .privacy-text {
    height: 250px;
    padding: 15px;
    font-size: 14px;
  }
  .input-button {
    padding: 60px 0;
  }
  .input-button .button {
    width: 300px;
    height: 50px;
    padding: 13px 0;
    font-size: 24px;
    transition: opacity 0.5s;
  }
  .input-button .button:hover {
    cursor: pointer;
    opacity: 0.7;
  }
  main.complete {
    min-height: calc(100vh - 630px);
  }
  .confirm-session li .code {
    display: inline-block;
    margin-bottom: 8px;
    font-size: 18px;
  }
  .confirm-session li .date {
    display: inline-block;
    margin-left: 15px;
    font-size: 18px;
  }
  .confirm-session li h3 {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 700;
  }
  .confirm-table {
    border-collapse: collapse;
    margin-bottom: 40px;
  }
  .confirm-table th {
    min-width: 13em;
    padding: 15px 40px 15px 0;
    font-size: 16px;
  }
  .confirm-table th br {
    display: none;
  }
  .confirm-table td {
    padding: 15px 0;
    font-size: 18px;
  }
}
@media all and (min-width: 900px) {
  .searchList ul {
    width: 840px;
  }
  .searchList ul li {
    margin: 0 8px 8px 0;
  }
  .searchList ul li span {
    height: 14px;
    padding: 3px;
    font-size: 14px;
  }
}
@media all and (min-width: 1140px) {
  .timetable .session {
    width: calc(33.33% - 20px);
  }
  .timetable .session.large .speaker-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0;
  }
  .timetable .session.large .speaker-container .session-speaker {
    width: 48%;
    box-sizing: border-box;
    margin: 0 0 20px;
  }
  .timetable .session.large .speaker-container .session-speaker > div p {
    font-size: 14px;
  }
}
@media all and (min-width: 1512px) {
  .timetable .session {
    width: calc(25% - 20px);
  }
}
@media all and (min-width: 1884px) {
  .timetable .session {
    width: calc(20% - 20px);
  }
}/*# sourceMappingURL=style_pc.css.map */