@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.
 */
@import url("https://fonts.googleapis.com/css2?family=Ropa+Sans&display=swap");
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.04em;
  line-height: 1.8em;
  word-break: normal;
}

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

a {
  display: float;
  color: #000000;
  text-decoration: underline;
}

h1, h2 {
  font-family: "Ropa Sans", sans-serif;
  letter-spacing: 0.04em;
  line-height: 1.15;
}

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

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;
}

.note {
  color: red;
}

.isPC {
  display: block;
}

.isSP {
  display: none;
}

section {
  padding-top: 100px;
  padding-bottom: 100px;
}

section h2 {
  font-size: 50px;
  font-family: "Ropa Sans", sans-serif;
  color: #008B4C;
  text-align: center;
  margin-bottom: 1em;
}

section p {
  margin-bottom: 2em;
}

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

.registerBtn {
  width: 100%;
  margin-top: 80px;
  font-family: "Ropa Sans", sans-serif;
  font-size: 26px;
}

.registerBtn a {
  text-decoration: none;
  color: white;
  max-width: 360px;
  height: 80px;
  background-color: #8FB73E;
  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;
  border: 1px solid #8FB73E;
  margin-left: auto;
  margin-right: auto;
  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;
}

.registerBtn a:hover {
  color: #8FB73E;
  background-color: white;
}

header {
  width: 100%;
  max-width: 1440px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 10;
}

header a {
  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;
}

header .header-logo_1 {
  width: 30%;
  max-width: 90px;
}

header .header-logo_2 {
  width: 30%;
  max-width: 70px;
}

header .header-logo_3 {
  width: 30%;
  max-width: 120px;
}

.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: #008b4c;
  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 {
  height: 50vw;
  min-height: 580px;
  max-height: 680px;
  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;
  background-color: #008B4C;
  position: relative;
}

.mainVis::before {
  content: '';
  display: block;
  width: 10%;
  height: 100%;
  position: absolute;
  right: 10%;
  background-color: #8FB73E;
  z-index: 1;
}

.mainVis::after {
  content: '';
  display: block;
  width: 10%;
  height: 100%;
  position: absolute;
  right: 0%;
  background-color: #E8B91E;
  z-index: 1;
}

.mainVis .mainVisInner {
  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;
  width: 100%;
  max-width: 1440px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0 auto;
}

.mainVis span {
  display: block;
}

.mainVis .mainVistitle {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  padding: 0 0 0 3%;
  position: relative;
  z-index: 2;
}

.mainVis .mainVistitle-shoulder {
  font-size: 28px;
  margin-bottom: .25em;
  padding-bottom: 18px;
  line-height: 1.4;
}

.mainVis .mainVistitle-shoulder::after {
  content: '';
  display: block;
  margin-top: 30px;
  width: 30%;
  height: 1px;
  background-color: white;
}

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

.mainVis .mainVistitle-copy {
  font-size: 38px;
  margin-bottom: 20px;
}

.mainVis .mainVisImg {
  -webkit-flex-basis: 45%;
      -ms-flex-preferred-size: 45%;
          flex-basis: 45%;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1280px) {
  .mainVis .mainVistitle-shoulder {
    font-size: 28px;
  }
  .mainVis .mainVistitle-main {
    font-size: 30px;
  }
  .mainVis .mainVistitle-copy {
    font-size: 38px;
  }
}

.organized h2 {
  font-size: 30px;
  color: #8B8B8B;
}
.organized h2:not(:first-child) {
  margin-top: 50px;
}

.organized .sec-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: center;
  -ms-flex-pack: justify;
  justify-content: center;
  gap: 0 20px;
}

.organized a {
  -webkit-flex-basis: 28%;
      -ms-flex-preferred-size: 28%;
          flex-basis: 28%;
  text-align: center;
  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-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 16px;
  text-decoration: none;
  line-height: 1.4;
}

.organized a img {
  margin: 0 auto 20px auto;
}

.organized .organized-logo_1 img {
  max-width: 180px;
}

.organized .organized-logo_2 img {
  max-width: 130px;
}

.organized .organized-logo_3 img {
  max-width: 190px;
}

.date {
  background-color: #FDF8E7;
  text-align: center;
  font-family: "Ropa Sans", sans-serif;
}

.date h3 {
  font-size: 30px;
  padding-bottom: .5em;
}

.date .dateBody {
  font-size: 22px;
  line-height: 2;
}

.date .dateBody time {
  display: block;
}

.date .dateDetailWrapper {
  display: flex;
  justify-content: center;
}
.date .dateDetail {
  font-size: 18px;
  text-align: left;
}
.date .dateDetail tr {}
.date .dateDetail tr th {
  font-weight: normal;
  vertical-align: top;
}
.date .dateDetail tr td {
  vertical-align: top;
}

.date .dateNote {
  color: red;
  font-size: 1.85rem;
}

.overviewBlock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2em;
}

.overviewBlock picture {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  padding-right: 2%;
}

.overviewBlock p {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  padding-left: 2%;
  margin: 0;
}

.program {
  background-color: #FDF8E7;
}

.program table {
  border-collapse: collapse;
}

.program thead th {
  color: white;
  background-color: #008B4C;
  font-family: "Ropa Sans", sans-serif;
  font-size: 20px;
  padding: 15px;
}

.program tbody th {
  width: 15%;
  font-weight: 400;
  vertical-align: top;
  padding: 2%;
}

.program tbody .sessionTitle {
  font-weight: 600;
}

.program tbody tr {
  border-bottom: 1px solid #8B8B8B;
}

.program tbody .sessionBox {
  border-bottom: none;
}

.program tbody .programList {
  padding-right: 10px;
}

.program td {
  padding: 1.5%;
  vertical-align: top;
  font-size: 15px;
}

.program td p {
  margin: 0;
}

.program a {
  font-weight: 800;
}

.speakersTitle {
  margin: 0 0 30px;
  padding: 6px 20px;
  background: #8FB73E;
  color: #FFFFFF;
  font-size: 20px;
}

.speakersBlock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.speakersBlock picture {
  display: block;
  -webkit-flex-basis: 20%;
      -ms-flex-preferred-size: 20%;
          flex-basis: 20%;
}

.speakersBlock .speakersInfo {
  -webkit-flex-basis: 80%;
      -ms-flex-preferred-size: 80%;
          flex-basis: 80%;
  margin-left: 5%;
}

.speakersBlock h3 {
  font-size: 26px;
  font-family: "Ropa Sans", sans-serif;
}

.speakersBlock .speakersInfoPos {
  font-size: 18px;
  font-family: "Ropa Sans", sans-serif;
  margin-top: 10px;
  margin-bottom: 20px;
}

.speakersBlock .speakersInfoBio {
  margin: 0;
}

.followus {
  background-color: #FDF8E7;
}

.followus .followusBody {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin: 0 aut;
  padding: 0;
}

.followus a {
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  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-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Ropa Sans", sans-serif;
  padding: 0 2%;
}

.followus a img {
  width: 60%;
  margin: 0 auto;
}

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

@media screen and (max-width: 980px) {
  .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%;
  }
  .registerBtn a {
    height: 70px;
  }
  header .header-logo_1 {
    width: 25%;
    max-width: 90px;
  }
  header .header-logo_2 {
    width: 25%;
    max-width: 70px;
  }
  header .header-logo_3 {
    width: 25%;
    max-width: 120px;
  }
  .headerBody {
    width: 240px;
    margin-left: 3%;
    padding: 2%;
  }
  .mainVis {
    height: auto;
    min-height: auto;
    max-height: none;
    -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::before {
    width: 100%;
    height: 3%;
    bottom: 3%;
    right: 0;
  }
  .mainVis::after {
    width: 100%;
    height: 3%;
    bottom: 0%;
  }
  .mainVis .mainVisInner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mainVis .mainVistitle {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    padding: 3%;
    width: 100%;
  }
  .mainVis .mainVisImg {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 7%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    width: 100%;
  }
  .mainVis .mainVisImg picture {
    width: 100%;
  }
  .mainVis .mainVisImg picture img {
    width: 100%;
    min-height: 300px;
    max-height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .mainVis .mainVistitle-shoulder {
    font-size: 18px;
  }
  .mainVis .mainVistitle-main {
    font-size: 20px;
  }
  .mainVis .mainVistitle-copy {
    font-size: 30px;
    margin-bottom: 50px;
  }
  .program thead {
    display: none;
  }
  .program tbody tr {
    border-bottom: none;
  }
  .program tbody th {
    color: white;
    background-color: #008B4C;
    display: block;
    width: 100%;
    padding: 5px;
  }
  .program tbody .nullcell {
    display: none;
  }
  .program tbody .sessionBox {
    border-top: 1px solid #8B8B8B;
  }
  .program tbody .sessionBorder {
    border-top: 3px solid #008B4C;
  }
  .program tbody td {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    vertical-align: middle;
  }
  .program tbody td.sessionTitle::before {
    content: attr(data-title);
    display: block;
    -webkit-flex-basis: 20%;
        -ms-flex-preferred-size: 20%;
            flex-basis: 20%;
    min-width: 20%;
    padding-right: 2%;
    font-family: "Ropa Sans", sans-serif;
    color: #008B4C;
  }
  .program tbody td.sessionSpeakers::before {
    content: attr(data-speakers);
    display: block;
    -webkit-flex-basis: 20%;
        -ms-flex-preferred-size: 20%;
            flex-basis: 20%;
    width: 20%;
    padding-right: 2%;
    font-family: "Ropa Sans", sans-serif;
    color: #008B4C;
  }
  .program tbody td.sessionSpeakers p {
    -webkit-flex-basis: 80%;
        -ms-flex-preferred-size: 80%;
            flex-basis: 80%;
  }
  .date .dateNote {
    font-size: 1.4rem;
  }
  .note {
    font-size: 14px;
    line-height: 1.6;
  }
  .contact {
    padding-left: 5%;
    padding-right: 5%;
  }
  footer small {
    font-size: 70%;
  }
}

@media screen and (max-width: 599px) {
  section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  section h2 {
    font-size: 30px;
    margin-bottom: 1em;
  }
  section p {
    margin-bottom: 1em;
  }
  section .sec-body {
    padding: 0 20px;
  }

  .headerLangNav {
    gap: 0;
    padding: 2px 4px 2px 0;
    font-size: 12px;
  }
  .headerLangNav .headerLangNavItem {
  }
  .headerLangNav .headerLangNavItem a {
    padding: 4px;
  }
  .headerLangNav .headerLangNavItem .headerLangNavItemCurrent {
    padding: 4px;
  }

  .mainVis .mainVistitle-shoulder {
    padding-bottom: 0.5em;
  }
  .mainVis .mainVistitle-shoulder::after {
    margin-top: 0.5em;
  }
  .organized h2 {
    font-size: 20px;
  }
  .organized h2:not(:first-child) {
    margin-top: 10px;
  }
  .organized .sec-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 0;
  }
  .organized .sec-body a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: left;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 2em;
  }
  .organized .sec-body a img {
    margin: 0 3% 0 0;
    max-width: 35%;
  }
  .organized .sec-body a span {
    width: 55%;
    max-width: none;
    font-size: 12px;
  }
  .organized .sec-body .organized-logo_1 img {
    max-width: 35%;
  }
  .organized .sec-body .organized-logo_2 img {
    max-width: 27%;
  }
  .organized .sec-body .organized-logo_3 img {
    max-width: 35%;
  }
  .date h3 {
    font-size: 24px;
  }
  .date .dateBody {
    font-size: 18px;
  }
  .date .dateDetail {
    font-size: 16px;
  }
  .registerBtn {
    margin-top: 40px;
    font-size: 18px;
  }
  .registerBtn a {
    max-width: 340px;
    height: 60px;
  }
  .overviewBlock {
    margin-bottom: 2em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .overviewBlock picture {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    padding-right: 0;
    margin-bottom: 1em;
  }
  .overviewBlock p {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    padding-left: 0;
  }
  .speakers .speakersTitle {
    padding: 6px 10px;
    font-size: 18px;
  }
  .speakers .speakersBlock {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .speakers picture {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    width: 50%;
    margin: 0 auto 2em auto;
  }
  .speakers .speakersInfo {
    margin: 0;
  }
  .speakers h3 {
    font-size: 22px;
  }
  .speakers .speakersInfoPos {
    font-size: 16px;
  }
  .followus .followusBody {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .followus .followusBody a {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    margin-bottom: 30px;
  }
  .followus .followusBody a img {
    max-width: 50px;
  }
  .followus .followusBody a:nth-child(odd) {
    padding-left: 30%;
  }
  .followus .followusBody a:nth-child(even) {
    padding-right: 30%;
  }
}
/*# sourceMappingURL=style.css.map */
