@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body, html {
  font-size: 16px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-family: "Helvetica Neue", Arial, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  letter-spacing: 0.06em;
  line-height: 1.8em;
  word-break: break-all;
}

img {
  display: block;
  width: 100%;
}

a {
  display: block;
  color: #962237;
}

h1, h2 {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  letter-spacing: 0.1em;
  line-height: 1.15;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

.isPC {
  display: block;
}

.isSP {
  display: none;
}

section {
  padding-top: 100px;
}

section:not(:last-of-type) {
  padding-bottom: 100px;
}

section h2 {
  font-size: 40px;
  color: #962237;
  text-align: center;
  margin-bottom: 1em;
}

section h2::before {
  content: attr(data-subtitle);
  display: block;
  font-family: "Helvetica Neue", Arial, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 18px;
  color: #B5B5B6;
  padding: 1em;
  letter-spacing: .1em;
}

section h2::after {
  content: attr(data-lower);
  display: block;
  padding: .5em;
  letter-spacing: .1em;
  font-size: 16px;
}

section p {
  margin-bottom: 2em;
}

section .sec-body {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3em;
  padding: 0 10px;
}

dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0;
}

dd {
  margin: 0;
}

ul {
  margin: 0;
}

.sec-footer {
  text-align: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px;
}

.sec-footer a {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.34, 0.615, 0.4, 0.985);
  -ms-transition-duration: 0.3s;
  -ms-transition-timing-function: cubic-bezier(0.34, 0.615, 0.4, 0.985);
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.34, 0.615, 0.4, 0.985);
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: cubic-bezier(0.34, 0.615, 0.4, 0.985);
  -webkit-transition-property: color,background-color;
  transition-property: color,background-color;
}

.secFooter-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.secFooter-nav a {
  -webkit-flex-basis: 30%;
      -ms-flex-preferred-size: 30%;
          flex-basis: 30%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 90px;
  border: 1px solid #962237;
  text-decoration: none;
  font-weight: 800;
  background-color: white;
}

.secFooter-nav a:hover {
  color: white;
  background-color: #962237;
}

.contact-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 90px;
  background-color: #962237;
  text-decoration: none;
  color: white;
  width: 100%;
  max-width: 460px;
  margin-bottom: 3em;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #962237;
}

.contact-btn:hover {
  color: #962237;
  background-color: white;
}

header {
  padding: 0 2%;
  margin: 0;
}

header a {
  max-width: 200px;
}

.headerBody {
  padding: 1%;
  width: 340px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  background-color: white;
  margin-left: 3%;
}
.headerLangNav {
  display: flex;
  align-items: center;
  gap: 0 5px;
  position: absolute;
  right: 0;
  top: 0;
  padding: 5px 10px;
  background: #962237;
  color: #ffffff;
  line-height: 1;
}
.headerLangNav .headerLangNavItem {
  margin: 0;
}
.headerLangNav .headerLangNavItem a {
  display: block;
  padding: 5px;
  color: #ffffff;
}
.headerLangNav .headerLangNavItem .headerLangNavItemCurrent {
  display: block;
  padding: 5px;
  font-weight: bold;
}

.mainVis {
  background-image: url("../img/mainVis-pc.jpg");
  background-size: cover;
  height: 50vw;
  min-height: 680px;
  max-height: 760px;
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 800;
}

.mainVis .mainVisInner {
  background-color: rgba(150, 34, 55, 0.8);
  padding: 40px 50px;
  text-shadow: 1px 2px 3px black;
  width: 45vw;
  min-width: 700px;
}

.mainVis span {
  display: block;
}

.mainVis .mainVistitle-shoulder {
  font-size: 32px;
  margin-bottom: .25em;
}

.mainVis .mainVistitle-main {
  font-size: 50px;
  margin-bottom: .25em;
}

.mainVis .mainVistitle-copy {
  font-size: 22px;
  margin-bottom: 2em;
}

.mainVis .mainVisAddress {
  font-size: 18px;
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: 1px solid white;
}

.mainVis .date {
  font-size: 20px;
}

.mainVis .timeTitle {
  display: inline;
}

.mainVis .date-place {
  margin: 0;
}

.outline h2::after {
  content: none;
}

.outline .outline-time {
  border-top: 1px solid #962237;
  border-bottom: 1px solid #962237;
  padding: 1em 0;
  line-height: 2.5em;
  margin-bottom: 3em;
}

.outline .outline-time a {
  color: #962237;
}

.outline dl {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px;
}

.outline dt {
  -webkit-flex-basis: 20%;
      -ms-flex-preferred-size: 20%;
          flex-basis: 20%;
  color: #962237;
  font-weight: 800;
  text-align: right;
  padding: 0 2em;
}

.outline dd {
  -webkit-flex-basis: 80%;
      -ms-flex-preferred-size: 80%;
          flex-basis: 80%;
  padding: 0 2em;
}

.program {
  background-color: #F2F6FB;
}

.program h2::after {
  content: none;
}

.program ul {
  list-style: none;
  padding: 0;
}

.program .programTimetable-list:not(:last-of-type) {
  margin-bottom: 3em;
}

.program .program-block {
  background-color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: .5em 0;
  font-weight: 800;
  margin-bottom: 1em;
}

.program .program-block::before {
  content: '';
  display: block;
  width: 2%;
  height: 1px;
  background-color: #962237;
  margin-right: 1%;
}

.program .program-time {
  min-width: 6%;
  color: #962237;
  margin-right: 1%;
}

.program h3 {
  font-size: 18px;
}

.program .program-name {
  color: #962237;
  -webkit-flex-basis: 28%;
      -ms-flex-preferred-size: 28%;
          flex-basis: 28%;
}

.program .program-shoulder {
  -webkit-flex-basis: 71%;
      -ms-flex-preferred-size: 71%;
          flex-basis: 71%;
}

.program .program-title {
  padding-left: 10%;
  color: #962237;
  margin-bottom: .25em;
}

.program .pragram-person {
  padding-left: 10%;
}

.program .pragram-person:not(:last-of-type) {
  margin-bottom: 1.5em;
}

.program .program-role {
  padding-left: 10%;
  font-size: 16px;
  margin-bottom: .25em;
}

.program .program-role::before {
  content: '■';
}

.program .secFooter-note {
  font-weight: 800;
  color: #962237;
}

.speaker .sec-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.speaker .speaker-list {
  -webkit-flex-basis: 98%;
      -ms-flex-preferred-size: 98%;
          flex-basis: 98%;
  background-color: #FAF3F5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.speaker .speaker-list:nth-last-of-type(n) {
  margin-bottom: 2em;
}

.speaker picture {
  -webkit-flex-basis: 20%;
      -ms-flex-preferred-size: 20%;
          flex-basis: 20%;
}

.speaker picture source,
.speaker picture img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.speaker .speaker-info {
  -webkit-flex-basis: 79%;
      -ms-flex-preferred-size: 79%;
          flex-basis: 79%;
  padding: 30px;
}

.speaker .speaker-info h3 {
  padding-bottom: 10px;
  font-size: 16px;
}

.speaker .speaker-info h3 a {
  color: black;
}

.speaker .speaker-info h3 a::after {
  content: url(../img/exLink.svg);
  display: inline-block;
  width: 14px;
  padding-left: .35em;
}

.speaker .speaker-info p {
  margin: 0;
  font-size: 15px;
}

.speaker .speaker-info a {
  display: inline;
  color: #962237;
}

.speaker .speader-title {
  font-weight: 800;
  color: #962237;
  line-height: 1.5em;
  font-size: 14px;
  padding-bottom: 30px;
}

.speaker .speader-title span {
  display: block;
  font-size: 16px;
}

.panelist {
  background-color: #F2F6FB;
}

.panelist .sec-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.panelist .sec-body::after {
  content: '';
  display: block;
  -webkit-flex-basis: 32%;
      -ms-flex-preferred-size: 32%;
          flex-basis: 32%;
}

.panelist .panelist-list {
  -webkit-flex-basis: 32%;
      -ms-flex-preferred-size: 32%;
          flex-basis: 32%;
  background-color: white;
}

.panelist .panelist-list:nth-last-of-type(n+3) {
  margin-bottom: 1.5em;
}

.panelist .panelist-info {
  padding: 30px;
}

.panelist .panelist-info h3 {
  font-size: 16px;
  margin-bottom: .5em;
}

.panelist .panelist-info a {
  color: black;
}

.panelist .panelist-info a::after {
  content: url(../img/exLink.svg);
  display: inline-block;
  width: 14px;
  padding-left: .35em;
}

.panelist .panelist-info p {
  font-size: 15px;
  margin: 0;
}

.panelist .panelist-role {
  font-size: 14px;
}

.panelist .panelist-role::after {
  content: ' ';
}

.contact {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3em;
  padding-right: 10px;
  padding-left: 10px;
}

.contact h2 {
  text-align: left;
  background-color: #B5B5B6;
  color: white;
  font-size: 20px;
  font-family: "Helvetica Neue", Arial, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  margin: 0;
  padding: 1em;
}

.contact h2::before, .contact h2::after {
  content: none;
}

.contact address {
  font-style: normal;
  font-weight: 800;
  padding: 1em;
}

.contact address p {
  margin: 0 0 .5em 0;
}

.contact address a {
  display: inline;
}

.contact .contact-logo {
  width: 100%;
  max-width: 200px;
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    color: black;
    text-decoration: none;
  }
}

footer {
  background-color: #962237;
  text-align: center;
  padding: 2em;
  color: white;
}

@media screen and (max-width: 768px) {
  .isPC {
    display: none;
  }
  .isSP {
    display: block;
  }
  section {
    padding-top: 50px;
  }
  section:not(:last-of-type) {
    padding-bottom: 50px;
  }
  section h2 {
    font-size: 30px;
  }
  section h2::before {
    font-size: 14px;
  }
  section h2::after {
    font-size: 13px;
  }
  section .sec-body {
    padding: 0 5%;
  }
  dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sec-footer {
    padding: 0 5%;
  }
  .secFooter-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .secFooter-nav a {
    -webkit-flex-basis: 70px;
        -ms-flex-preferred-size: 70px;
            flex-basis: 70px;
    margin-bottom: 1em;
    width: 100%;
    max-width: 460px;
  }
  .contact-btn {
    height: 70px;
  }
  header {
    padding: 0 5%;
  }
  header img {
    max-width: 200px;
    margin: 0 auto;
  }
  .mainVis {
    background-image: url("../img/mainVis-sp.jpg");
    height: 90vh;
    min-height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mainVis .mainVisInner {
    padding: 5%;
    width: 95vw;
    min-width: auto;
  }
  .mainVis .mainVistitle-shoulder {
    font-size: 22px;
    letter-spacing: .08em;
  }
  .mainVis .mainVistitle-main {
    font-size: 30px;
    letter-spacing: .08em;
  }
  .mainVis .mainVistitle-copy {
    font-size: 14px;
    letter-spacing: .08em;
    margin-bottom: 1em;
  }
  .mainVis .mainVisAddress {
    font-size: 14px;
  }
  .mainVis .date {
    font-size: 15px;
  }
  .mainVis .date p {
    margin: 0;
  }
  .mainVis .timeTitle {
    display: block;
  }
  .mainVis .mainVisContact {
    margin-top: 2em;
    width: 100%;
    padding: 0 5%;
  }
  .mainVis .mainVisContact a {
    margin: 0 auto;
  }
  .outline .outline-time {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .outline dl {
    padding: 0 5%;
  }
  .outline dt {
    text-align: left;
    line-height: 1.8em;
  }
  .outline dd {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    padding: 0 2em;
    margin: 0;
    line-height: 1.8em;
  }
  .program .program-block {
    display: block;
    padding: .5em .5em .5em 0;
  }
  .program .program-block::before {
    display: inline-block;
    width: 10px;
    margin-right: 5px;
    vertical-align: middle;
  }
  .program .program-block h3 {
    font-size: 16px;
    padding-left: 15px;
  }
  .program .pragram-person {
    padding-left: 15px;
  }
  .program .program-title {
    padding-left: 15px;
  }
  .program .program-role {
    padding-left: 15px;
  }
  .program .secFooter-note {
    text-align: left;
  }
  .program .secFooter-nav a:nth-child(1) {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .program .secFooter-nav a:nth-child(2) {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .program .secFooter-nav a:nth-child(3) {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .speaker .sec-body {
    display: block;
  }
  .speaker .speaker-list {
    display: block;
  }
  .speaker .speaker-list:nth-last-of-type(n) {
    margin-bottom: auto;
  }
  .speaker .speaker-list:not(:last-of-type) {
    margin-bottom: 3em;
  }
  .speaker .secFooter-nav a:nth-child(1) {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .speaker .secFooter-nav a:nth-child(2) {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .speaker .secFooter-nav a:nth-child(3) {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .panelist .sec-body {
    display: block;
  }
  .panelist .panelist-list {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
  .panelist .panelist-list:nth-last-of-type(n+3) {
    margin-bottom: auto;
  }
  .panelist .panelist-list:not(:last-of-type) {
    margin-bottom: 3em;
  }
  .contact {
    padding-left: 5%;
    padding-right: 5%;
  }
  footer small {
    font-size: 70%;
  }
}
/*# sourceMappingURL=style.css.map */