@charset "euc-jp";
/* * {
  list-style: none;
  margin: 0px;
  padding: 0px;
  font-family: 'Public Sans', 'Noto Sans JP', sans-serif;
  font-weight: 400;
  color: #333333; } */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small,
strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label,
legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside,
canvas, details, figcaption, figure, footer, header, hgroup, menu, nav,
section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent; }

main, article, aside, details, figcaption, figure, footer, header, hgroup,
menu, nav, section {
  display: block; }

img {
  display: block;
  width: 100%; }

a {
  text-decoration: none; }

body {
  background-color: #f9f9f9; }

.overlay {
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.9);
  transition: opacity 0.5s; }
  .overlay.hide {
    opacity: 0;
    pointer-events: none; }

.searchList {
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 100vh;
  box-sizing: border-box;
  padding: 30px;
  left: 0;
  top: 0;
  background-color: rgba(240, 240, 240, 0.95);
  transition: left 0.5s cubic-bezier(0.8, 0, 0.2, 1); }
  .searchList.hide {
    left: -100%; }
  .searchList .close-sp {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    right: 10px;
    top: 20px; }
    .searchList .close-sp svg {
      width: 20px;
      height: 20px;
      margin: 0; }
      .searchList .close-sp svg .cls-1 {
        fill: #666666; }
      .searchList .close-sp svg .cls-2 {
        fill: #f9f9f9; }
    .searchList .close-sp span {
      margin-top: 2px;
      text-align: center;
      font-size: 10px;
      line-height: 1.1;
      color: #666666; }
  .searchList h3 {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1;
    font-weight: 700; }
  .searchList ul li {
    margin-bottom: 15px; }
    .searchList ul li.selected span {
      border-color: #666;
      background-color: #fffeef;
      color: #333; }
    .searchList ul li span {
      display: inline-block;
      height: 18px;
      padding: 5px;
      font-size: 18px;
      line-height: 1;
      color: #777777;
      border-radius: 5px;
      border: solid 1px #cccccc;
      background-color: #ffffff; }
      .searchList ul li span.cat1 {
        border-left: solid 6px #a83d8d; }
      .searchList ul li span.cat2 {
        border-left: solid 6px #abc46b; }
      .searchList ul li span.cat3 {
        border-left: solid 6px #267cbd; }
      .searchList ul li span.cat4 {
        border-left: solid 6px #39b9bd; }
      .searchList ul li span.cat5 {
        border-left: solid 6px #8688db; }
      .searchList ul li span.cat6 {
        border-left: solid 6px #c49b6b; }
      .searchList ul li span.cat7 {
        border-left: solid 6px #8688db; }
      .searchList ul li span.cat8 {
        border-left: solid 6px #ea75ab; }
      .searchList ul li span.cat9 {
        border-left: solid 6px #a83d8d; }
      .searchList ul li span.cat10 {
        border-left: solid 6px #e6705c; }

@media all and (max-width: 374px) {
  .searchList ul li {
    margin-bottom: 4vw; }
    .searchList ul li span {
      height: 4.8vw;
      font-size: 4.8vw; } }

.sessionAlert {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 40;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.9); }
  .sessionAlert.hide {
    display: none; }
  .sessionAlert > div {
    width: 80%;
    padding: 30px 0 40px;
    background-color: #f9f9f9;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3); }
  .sessionAlert h3 {
    margin-bottom: 20px;
    text-align: center; }
    .sessionAlert h3 span {
      display: inline-block;
      vertical-align: middle; }
      .sessionAlert h3 span:nth-of-type(1) {
        width: 20px;
        height: 20px;
        padding: 5px;
        font-size: 20px;
        line-height: 1;
        font-weight: 700;
        color: #fff;
        border-radius: 15px;
        background-color: #f39800; }
      .sessionAlert h3 span:nth-of-type(2) {
        margin-left: 10px;
        text-align: left;
        font-size: 18px;
        line-height: 1.3;
        font-weight: 700; }
  .sessionAlert p {
    width: 90%;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.6; }
    .sessionAlert p br {
      display: none; }
  .sessionAlert .alert-select {
    width: 160px;
    height: 16px;
    margin: 30px auto 0;
    padding: 10px 0;
    text-align: center;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    color: #fff;
    background-color: #004ea2; }
  .sessionAlert .alert-cancel {
    width: 160px;
    height: 16px;
    margin: 20px auto 0;
    padding: 10px 0;
    text-align: center;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    color: #fff;
    background-color: #666; }

header {
  position: relative;
  margin-bottom: 10px;
  padding: 8vw 0 0;
  background-image: url(../images/header.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center; }
  header::before {
    position: absolute;
    content: '';
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.9;
    background-image: linear-gradient(to right, #004ea2 0%, #001f4c 100%); }
  header h1 {
    position: relative;
    z-index: 2;
    text-align: center;
    font-size: 5vw;
    line-height: 1.3;
    font-weight: 900;
    color: #fff; }
  header .header-h1-sub {
    display: block;
    margin-top: 2vw;
    padding: 0 4vw;
    text-align: center;
    font-size: 3.7vw;
    line-height: 1.3;
    font-weight: 700;
    color: #fff; }
  header .header-date {
    position: relative;
    z-index: 2;
    margin-top: 6vw;
    padding: 3vw 0;
    text-align: center;
    font-size: 5vw;
    line-height: 1;
    font-weight: 900;
    color: #fff;
    background-color: rgba(0, 31, 76, 0.5); }
    header .header-date small {
      display: inline-block;
      font-weight: 700;
      transform-origin: center center;
      transform: scale(0.7);
      color: #fff; }
    header .header-date span {
      display: inline-block;
      vertical-align: top;
      margin-right: 2vw;
      padding: 0.9vw 2vw;
      font-size: 3.2vw;
      line-height: 1;
      font-weight: 700;
      color: #333;
      background-color: #fff;
      border-radius: 2.5vw; }

.entry-flow {
  margin-bottom: 30px;
  overflow: hidden; }
  .entry-flow ul {
    display: flex;
    width: 98%;
    margin: 0 auto; }
    .entry-flow ul li {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 25%;
      padding: 1.5vw 1vw;
      box-sizing: border-box;
      text-align: center;
      font-size: 2.6vw;
      line-height: 1;
      font-weight: 700;
      color: #fff;
      background: #cccccc; }
      .entry-flow ul li::before {
        position: absolute;
        z-index: 1;
        content: '';
        width: 0;
        height: 0;
        right: -1.3vw;
        top: calc(50% - 2.8vw);
        border-style: solid;
        border-width: 2.8vw 0 2.8vw 1.4vw;
        border-color: transparent transparent transparent #cccccc; }
      .entry-flow ul li::after {
        position: absolute;
        z-index: 2;
        content: '';
        width: 3.6vw;
        height: 3.6vw;
        box-sizing: border-box;
        right: -1.8vw;
        top: calc(50% - 1.8vw);
        border-top: solid 4px #f9f9f9;
        border-right: solid 4px #f9f9f9;
        transform: rotateZ(45deg) skew(25deg, 25deg); }
      .entry-flow ul li.current {
        background: #004ea2; }
        .entry-flow ul li.current::before {
          border-color: transparent transparent transparent #004ea2; }

.entry-lead {
  margin-bottom: 30px; }
  .entry-lead p {
    width: 90%;
    margin: 0 auto 1em;
    font-size: 15px;
    line-height: 1.8; }
    .entry-lead p br {
      display: none; }

.entry-nav-wrapper {
  position: relative;
  height: 90px; }

.entry-nav {
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0;
  width: 100%;
  height: 90px;
  box-sizing: border-box;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  background-color: #ffffff; }
  .entry-nav.fixed {
    position: fixed;
    top: -90px;
    transition: top 0.3s; }
    .entry-nav.fixed.show {
      top: 0; }
  .entry-nav .search-sp {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 180px;
    height: 30px;
    left: calc(50% - 90px);
    bottom: 7px;
    background-color: #004ea2; }
    .entry-nav .search-sp svg {
      width: 20px;
      height: 20px;
      margin: 0; }
      .entry-nav .search-sp svg .cls-1 {
        fill: #fff; }
      .entry-nav .search-sp svg .cls-2 {
        fill: #004ea2; }
    .entry-nav .search-sp span {
      margin-left: 5px;
      text-align: center;
      font-size: 14px;
      line-height: 1.1;
      font-weight: 700;
      color: #fff; }
      .entry-nav .search-sp span br {
        display: none; }
  .entry-nav ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px; }
    .entry-nav ul li {
      width: 33.3%;
      text-align: center; }
      .entry-nav ul li a {
        display: block; }
        .entry-nav ul li a .day {
          display: block;
          margin-bottom: 5px;
          font-size: 22px;
          line-height: 1;
          font-weight: 900;
          color: #004ea2; }
        .entry-nav ul li a .arrow {
          display: inline-block;
          color: #004ea2;
          transform: scale(0.5); }
        .entry-nav ul li a .date {
          display: block;
          font-size: 10px;
          line-height: 1;
          font-weight: 400; }

.entry-section h2 {
  margin-bottom: 20px;
  padding-top: 40px; }
  .entry-section h2 .day {
    display: block;
    margin-bottom: 15px;
    text-align: center;
    font-size: 40px;
    line-height: 1;
    font-weight: 900;
    color: #004ea2; }
  .entry-section h2 .date {
    display: block;
    text-align: center;
    font-size: 26px;
    line-height: 1;
    font-weight: 900; }

.timetable {
  margin-bottom: 40px;
  padding: 20px 0 5px;
  background-color: #f0f0f0; }
  .timetable .session-time {
    padding: 10px 0 5px;
    text-align: center;
    font-size: 26px;
    line-height: 1;
    font-weight: 900; }
  .timetable .session-container {
    padding: 15px 0;
    overflow-x: scroll; }
  .timetable .session-list {
    display: flex;
    justify-content: center;
    width: calc(480vw + 96px); }
  .timetable .session {
    position: relative;
    width: 80vw;
    margin: 0 8px;
    box-sizing: border-box;
    padding: 12px 12px 30px 12px;
    background-color: #ffffff;
    border-radius: 5px;
    border: solid 3px #ffffff;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3); }
    .timetable .session.hide {
      display: none !important; }
    .timetable .session .flexWrap > div {
      margin-bottom: 15px; }
    .timetable .session.noselect .session-button span {
      background-color: #ccc; }
    .timetable .session.select {
      border-color: #004ea2;
      background-color: #fffeef; }
    .timetable .session.pickup .session-code::after {
      content: 'おすすめセッション';
      display: inline-block;
      vertical-align: text-bottom;
      height: 11px;
      padding: 3px;
      margin-left: 10px;
      font-size: 11px;
      line-height: 1;
      color: #f39800;
      border-radius: 3px;
      border: solid 1px #f39800;
      background-color: #ffffff; }
  .timetable .session-code {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    color: #004ea2; }
  .timetable .session-title {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700; }
    .timetable .session-title a {
      font-weight: 700; }
      .timetable .session-title a span {
        font-weight: 700; }
  .timetable .session-category {
    margin-bottom: 5px; }
    .timetable .session-category span {
      display: inline-block;
      height: 11px;
      padding: 3px;
      margin: 0 6px 6px 0;
      font-size: 11px;
      line-height: 1;
      color: #777777;
      border-radius: 3px;
      border: solid 1px #cccccc;
      background-color: #ffffff; }
      .timetable .session-category span.cat1 {
        border-left: solid 4px #a83d8d; }
      .timetable .session-category span.cat2 {
        border-left: solid 4px #abc46b; }
      .timetable .session-category span.cat3 {
        border-left: solid 4px #267cbd; }
      .timetable .session-category span.cat4 {
        border-left: solid 4px #39b9bd; }
      .timetable .session-category span.cat5 {
        border-left: solid 4px #8688db; }
      .timetable .session-category span.cat6 {
        border-left: solid 4px #c49b6b; }
      .timetable .session-category span.cat7 {
        border-left: solid 4px #8688db; }
      .timetable .session-category span.cat8 {
        border-left: solid 4px #ea75ab; }
      .timetable .session-category span.cat9 {
        border-left: solid 4px #a83d8d; }
      .timetable .session-category span.cat10 {
        border-left: solid 4px #e6705c; }
  .timetable .session-summary {
    font-size: 12px;
    line-height: 1.6; }
  .timetable .session-speaker {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative; }
    .timetable .session-speaker .speaker-photo {
      width: 80px; }
      .timetable .session-speaker .speaker-photo[src=''] {
        height: 0; }
      .timetable .session-speaker .speaker-photo:not([src='']) {
        margin-bottom: 15px; }
    .timetable .session-speaker > div {
      width: calc(100% - 90px); }
      .timetable .session-speaker > div p {
        margin-bottom: 15px;
        font-size: 11px;
        line-height: 1.5; }
  .timetable .session-button {
    position: absolute;
    bottom: 12px;
    left: calc(50% - 80px);
    width: 160px;
    height: 36px; }
    .timetable .session-button input {
      display: none; }
    .timetable .session-button span {
      position: absolute;
      left: 0;
      top: 0;
      width: 160px;
      height: 16px;
      padding: 10px 0;
      text-align: center;
      font-size: 16px;
      line-height: 1;
      font-weight: 700;
      color: #fff;
      background-color: #004ea2; }
      .timetable .session-button span::after {
        content: '選択する'; }
    .timetable .session-button input:checked + span {
      background-color: #f39800 !important; }
      .timetable .session-button input:checked + span::before {
        position: absolute;
        content: '';
        width: 20px;
        height: 10px;
        right: 5px;
        top: 6px;
        border-left: solid 2px #fff;
        border-bottom: solid 2px #fff;
        transform: rotate(-45deg); }
      .timetable .session-button input:checked + span::after {
        content: '選択済み'; }

.buttonArea {
  position: relative;
  height: 80px;
  margin-bottom: 40px; }
  .buttonArea .fixedArea {
    position: absolute;
    z-index: 5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 80px;
    box-sizing: border-box;
    padding-left: 60px;
    left: 0;
    bottom: 0;
    background-color: #f9f9f9; }
    .buttonArea .fixedArea.fixed {
      position: fixed;
      border-top: solid 1px #ccc; }
  .buttonArea .topButton {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 50px; }
    .buttonArea .topButton img {
      width: 30px;
      height: 30px; }
    .buttonArea .topButton span {
      margin-top: 3px;
      text-align: center;
      font-size: 10px;
      line-height: 1;
      color: #666666; }
  .buttonArea .submitButton {
    width: 200px;
    height: 48px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 15px 0;
    text-align: center;
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    color: #fff;
    border: none;
    border-radius: 0;
    background-color: #f39800; }
    .buttonArea .submitButton span {
      display: inline-block;
      vertical-align: middle;
      margin-left: 0.5em;
      font-size: 75%;
      color: #fff; }

.ss_form .input-bg {
  padding: 20px 5% 1px;
  background-color: #f0f0f0; }

.ss_form .input-item {
  margin-bottom: 30px; }
  .ss_form .input-item.short label:nth-of-type(2) {
    margin-top: 10px; }

.ss_form h2 {
  padding: 0 5%;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 900;
  margin-bottom: 10px; }

.ss_form div + h2 {
  margin-top: 30px; }

.ss_form h3 {
  order: 1;
  flex-shrink: 0;
  max-width: 100%;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700; }
  .ss_form h3 .label-warning {
    display: inline-block;
    vertical-align: text-top;
    margin-left: 10px;
    padding: 4px 8px;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    color: #000;
    background-color: #f39800; }

.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 .labelArea br:first-child {
      display: none; }
  .ss_form .ss_input .ss_upComment {
    display: none; }
  .ss_form .ss_input .bottomComment {
    width: 100%;
    order: 4;
    margin-top: 15px;
    font-size: 12px;
    line-height: 1.5; }
  .ss_form .ss_input label {
    display: inline-block;
    -webkit-tap-highlight-color: transparent; }
    .ss_form .ss_input label input,
    .ss_form .ss_input label textarea,
    .ss_form .ss_input label select {
      -webkit-tap-highlight-color: transparent; }
    .ss_form .ss_input label input::placeholder,
    .ss_form .ss_input label textarea::placeholder {
      color: #aaa; }
    .ss_form .ss_input label input:-ms-input-placeholder,
    .ss_form .ss_input label textarea:-ms-input-placeholder {
      color: #aaa; }
    .ss_form .ss_input label input:focus,
    .ss_form .ss_input label select:focus,
    .ss_form .ss_input label textarea:focus {
      outline-offset: -2px;
      outline-color: #004ea2;
      outline-style: solid;
      outline-width: 2px; }
    .ss_form .ss_input label input[type='checkbox'] {
      width: 0;
      height: 0;
      opacity: 0;
      pointer-events: none; }
      .ss_form .ss_input label input[type='checkbox']:disabled + .checkbox-text {
        opacity: 0.4; }
      .ss_form .ss_input label input[type='checkbox']:checked + .checkbox-text::after {
        position: absolute;
        content: '';
        top: -3px;
        left: 6px;
        width: 5px;
        height: 13px;
        transform: rotate(40deg);
        border-bottom: 3px solid #004ea2;
        border-right: 3px solid #004ea2; }
    .ss_form .ss_input label .checkbox-text {
      display: inline-block;
      position: relative;
      margin-top: 10px;
      padding-left: 25px;
      font-size: 16px;
      line-height: 1.2; }
      .ss_form .ss_input label .checkbox-text.bold {
        font-weight: bold; }
      .ss_form .ss_input label .checkbox-text::before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: 15px;
        height: 15px;
        border: 1px solid #ccc;
        border-radius: 5px;
        background-color: #ffffff; }
    .ss_form .ss_input label input[type='radio'] {
      width: 0;
      height: 0;
      opacity: 0;
      pointer-events: none; }
      .ss_form .ss_input label input[type='radio']:checked + .radio-text::after {
        position: absolute;
        content: '';
        top: 4px;
        left: 4px;
        width: 9px;
        height: 9px;
        border-radius: 4.5px;
        background-color: #004ea2; }
    .ss_form .ss_input label .radio-text {
      display: inline-block;
      position: relative;
      margin-top: 10px;
      margin-right: 15px;
      padding-left: 20px;
      font-size: 16px;
      line-height: 1.2; }
      .ss_form .ss_input label .radio-text.bold {
        font-weight: bold; }
      .ss_form .ss_input label .radio-text::before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: 15px;
        height: 15px;
        border: 1px solid #ccc;
        border-radius: 8.5px;
        background-color: #ffffff; }
    .ss_form .ss_input label input[type='text'] {
      -moz-appearance: none;
      -webkit-appearance: none;
      appearance: none;
      width: 90vw;
      box-sizing: border-box;
      padding: 10px;
      font-size: 16px;
      line-height: 1.3;
      border: solid 1px #ccc;
      border-radius: 5px;
      background-color: #ffffff; }
    .ss_form .ss_input label input[type='file'] {
      display: none; }
    .ss_form .ss_input label .file-text {
      display: block;
      position: relative;
      min-height: 22px;
      padding-top: 8px;
      padding-left: 175px;
      font-size: 12px;
      line-height: 1.5;
      word-break: break-all; }
      .ss_form .ss_input label .file-text::before {
        position: absolute;
        content: '';
        width: 165px;
        height: 30px;
        left: 0;
        top: 0;
        border-radius: 5px;
        background-color: #004ea2;
        background-image: url(../images/input_file.png);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat; }
    .ss_form .ss_input label select {
      -moz-appearance: none;
      -webkit-appearance: none;
      appearance: none;
      width: 90vw;
      box-sizing: border-box;
      padding: 10px 20px 10px 10px;
      font-size: 16px;
      line-height: 1;
      color: #aaa;
      border: solid 1px #ccc;
      border-radius: 5px;
      background-color: #ffffff;
      background-image: url("../images/select_btn.png");
      background-repeat: no-repeat;
      background-position: right 5px center;
      background-size: 10px 9px; }
    .ss_form .ss_input label select::-ms-expand {
      display: none; }
    .ss_form .ss_input label textarea {
      -moz-appearance: none;
      -webkit-appearance: none;
      appearance: none;
      width: 90vw;
      height: 160px;
      box-sizing: border-box;
      padding: 10px;
      font-size: 16px;
      line-height: 1.6;
      border: solid 1px #ccc;
      border-radius: 5px;
      background-color: #ffffff; }
  .ss_form .ss_input .formError .label-warning {
    display: inline-block;
    vertical-align: middle;
    height: 11px;
    margin-left: 10px;
    margin-right: 5px;
    padding: 1px;
    font-size: 11px;
    line-height: 1;
    font-weight: 900;
    color: #fff;
    border-radius: 6.5px;
    background-color: #f00; }
  .ss_form .ss_input .formError .formErrorContent {
    display: inline;
    font-size: 11px;
    line-height: 1;
    font-weight: 700;
    color: #f00; }

.ss_form .privacy-text {
  height: 6em;
  padding: 5%;
  background-color: #ffffff;
  font-size: 13px;
  line-height: 1.6;
  overflow-y: scroll; }

.input-button {
  padding: 40px 0; }
  .input-button .button {
    display: block;
    width: 200px;
    height: 36px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 9px 0;
    text-align: center;
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    color: #fff;
    border: none;
    border-radius: 0;
    background-color: #f39800; }
    .input-button .button.prev {
      margin-top: 30px;
      background-color: #666; }
    .input-button .button.mypage {
      background-color: #004ea2; }
    .input-button .button span {
      display: inline-block;
      vertical-align: middle;
      margin-left: 0.5em;
      font-size: 75%;
      color: #fff; }

main.complete {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: calc(100vh - 530px); }

.confirm-session li {
  margin-bottom: 20px;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3); }
  .confirm-session li .code {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 1;
    font-weight: 900;
    color: #004ea2; }
  .confirm-session li .date {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 1;
    font-weight: 700; }
  .confirm-session li h3 {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 700; }

.confirm-table {
  border-collapse: collapse;
  margin-bottom: 20px; }
  .confirm-table th {
    min-width: 7em;
    padding: 10px 15px 10px 0;
    text-align: left;
    vertical-align: baseline;
    font-size: 13px;
    line-height: 1.3;
    font-weight: 700; }
  .confirm-table td {
    padding: 10px 0;
    text-align: left;
    vertical-align: baseline;
    font-size: 15px;
    line-height: 1.3; }
  .confirm-table .mail td {
    word-break: break-all; }
  .confirm-table .licence th, .confirm-table .licence td {
    vertical-align: top; }
  .confirm-table .licence img {
    max-width: 300px; }

footer {
  padding: 20px 0;
  border-top: solid 1px #004ea2;
  background-color: #ffffff; }
  footer .footer-logo img {
    width: auto;
    height: 70px;
    margin: 0 auto 20px; }
  footer .footer-text {
    width: 90%;
    margin: 0 auto;
    text-align: center; }
  footer .footer-text1 {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.4; }
  footer .footer-text2 {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 700; }
  footer .footer-link {
    font-size: 12px;
    line-height: 1;
    color: #004ea2;
    word-break: break-all; }
  footer .footer-copyright {
    margin-top: 25px;
    text-align: center;
    font-size: 10px;
    line-height: 1; }

/*# sourceMappingURL=style.css.map */