@charset "UTF-8";
@import none;
@import none;
/*
font-family: 'Quicksand', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'DM Serif Display', serif;
font-family: 'Marcellus', serif;
*/

html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, textarea, iframe, hr, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* font-size: 1rem = 10px */
  -webkit-text-size-adjust: 100%;
  color: #184766;
}

*,
*::before,
*::after {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

/* ----------------------------clearfix start */
.cf:before,.cf:after {content:"";display:table;}
.cf:after {clear:both;}
/* For IE 6/7 (trigger hasLayout) */
.cf {zoom:1;}
/* ----------------------------clearfix end */


img {
	max-width: 100%;
}


iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
  text-align: left;
}

ul, ol, li {
  list-style: none;
}

a, a:active, a:hover, a:visited {
	outline: 0 !important;
}

a {
  color: #3572b7;
  text-decoration: underline;
}

a:focus, a:hover {
  color: #2e909c;
	text-decoration: none;
}

a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
  transition: .4s;
}

.disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.5;
}

.red {
  color: #f00;
}

strong {
  font-weight: 500;
}

del { color: #f00; }
del span { color: #000; }
.clear {  clear: both;   overflow: hidden; }
.uline {  text-decoration: underline; }


html,body{
    height: 100%;
}
div#body{
    position: relative;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}
div#wrapper{
    padding-bottom: 50px;
}
footer{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
}


/* -----------------------------------------
      ベース
--------------------------------------------*/
body {
  font-size: 1rem;
  color: #000000;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  letter-spacing: 1px;
	line-height: 1.42857;
  background: url("/_restore-assets/0b912ad408ebc6f03e52448bf5859ba200a52728.png?__site=iiw2022.com") repeat-x top #efeeec;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
	-webkit-backface-visibility: hidden;
}


@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

.container {
	width: 1200px;
}


/* -----------------------------------------
      page_top
--------------------------------------------*/

#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 50px;
  background: #000;
  opacity: 0.6;
  border-radius: 50%;
  z-index: 100;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 20px;
  height: 20px;
  top: -15px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #page_top,
  #page_top a{
    width: 40px;
    height: 40px;
  }
  #page_top a::before{
    font-size: 18px;
  width: 20px;
  height: 20px;
  top: -5px;
  }
}


/* -----------------------------------------
      header
--------------------------------------------*/

header {
  background: #fff;
}

header .container {
  width: 1200px;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 0 2rem;
}

header .container .logo {
  display: inline-block; 
}
header .container .logo a:first-of-type img {
  margin-right: 2rem;
  margin-top: -0.5rem;
  height: 60px;
}

header .container .logo a:last-of-type img {
  height: 65px;
}

header .container .dates {
  text-align: right;
  max-width: 600px;
}

@media screen and (max-width: 1200px) {
header .container{
    width: 98%;
  }
}

@media screen and (max-width: 768px) {
  header .container{
    display: inherit;
    width: 96%;
    margin: auto;
    overflow: hidden;
  }
  header .container .dates {
    float: right;
    margin-top: 2rem;
  }
}



/* -----------------------------------------
      nav
--------------------------------------------*/
.bg-light {
    background-color: #bc272d !important;
}

nav {
  padding: 0 !important;
  background: none !important;
  font-family : 'Century Gothic', sans-serif;
  line-height: 1.2;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link {
    color: #fff !important;
    text-decoration: none !important;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #fff !important;
    text-decoration: none !important;
    background: #d1be47 !important;
    transition: .4s;
}

.nav-item.dropdown .nav-link span::after {
  font-family: "Font Awesome 5 Free"; 
  font-weight: 900;
  content: "\f078";
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 47%;
}
.navbar-expand-lg .navbar-nav .dropdown-menu span::before {
  font-family: "Font Awesome 5 Free"; 
  font-weight: 900;
  content: "\f054";
  color: #fff;
  margin-right: 0.5rem;
}
.navbar-expand-lg .navbar-nav .dropdown-menu .disabled span::before {
  color: #aaa;
}
.navbar-expand-lg .navbar-nav .dropdown-menu span small,
.navbar-expand-lg .navbar-nav .dropdown-menu .disabled span small {
  font-weight: 700;
}

.dropdown-toggle::after {
    display: none;
}

@media screen and (min-width: 991px) {
  .navbar-brand {
    display: none;
  }
  .navbar-nav {
    width: 100%;
    max-width: 1200px;
    margin: auto;
  }
  .navbar-nav li  {
    width: 17%;
    border-right: 1px solid #fff;
  }
  .navbar-nav li:first-of-type  {
    width: 15%;
    border-left: 1px solid #fff;
  }
  .navbar-nav li a {
    height: 80px;
    font-weight: 700;
    text-align: center;
    padding-top: 30px;
    position: relative;
  }
  .navbar-nav li#nv2 a,
  .navbar-nav li#nv3 a,
  .navbar-nav li#nv7 a {
    padding-top: 20px;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    width: auto;
    min-width: 205px;
    padding: 0;
    top: 79px;
    background: none !important;
    border: none !important;
  }
  .navbar-expand-lg .navbar-nav #nv3 .dropdown-menu {
    width: 350px;
  }
  .navbar-expand-lg .navbar-nav #nv6 .dropdown-menu {
    width: 230px;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu a {
    height: auto;
    color: #fff;
    white-space: normal;
    font-weight: 600;
    text-align: left;
    text-indent: -1.1em;
    padding: 10px 10px 10px 1.8rem !important;
    text-decoration: none;
    border-bottom: 1px solid #fff;
    background: #d1be47 !important;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu a:last-of-type {
    border-bottom: none;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu a:hover {
    background: #c4b030 !important;
    transition: .4s;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu a.disabled {
    background: rgba(90,90,90,1) !important;
    color: #aaa;
    opacity: 0.9;
  }
  .dropdown-toggle {
    white-space: normal;
  }
  .dropdown-menu {display: block;visibility: hidden;opacity:0; transition:.5s ease all;}
  .dropdown-menu.show {display: block;visibility: visible;opacity:1; transition:.5s ease all;}
}

@media screen and (max-width: 990px) {
    .navbar-light .navbar-brand {
      color: #fff;
      font-weight: 700;
      text-decoration: none;
      padding: 10px;
      pointer-events: none;      
    }
  .navbar-light .navbar-toggler {
    background: #fff;
    color: #231815;
    border: none;
    margin: 10px;
  }
  .navbar-nav li a  {
    font-weight: 700;
    padding: 10px !important;
    border-top: 1px solid #fff;
  }
  .nav-item.dropdown .nav-link span::after {
    position: inherit;
    bottom: inherit;
    left: inherit;
    margin-left: 0.5rem;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    padding: 0;
    margin: 0;
    background: none !important;
    border: none;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu a {
    height: auto;
    color: #fff;
    font-weight: 700;
    text-align: left;
    padding:10px 10px 10px 2em !important;
    text-decoration: none;
    background: #d1be47 !important;
    white-space: normal !important;
    text-indent: -1.1em;
    width: 100%;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu a:hover {
    background: #c4b030 !important;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu a.disabled {
    background: rgba(90,90,90,1) !important;
    color: #aaa;
    opacity: 0.8;
  }
}


/* -----------------------------------------
      main
--------------------------------------------*/
main {
  padding-bottom: 3em;
}


@media screen and (max-width: 1200px) {
  main .container {
    width: 100%;
  }
}




video {
  width: 100%;
  height: auto;
}

.ja {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 0.95rem;
}


@media screen and (min-width: 769px) {
  a[href^="tel:"],
  a[href^="fax:"] {
    pointer-events: none;
    text-decoration: none !important;
    color: #000 !important;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
  .pc {
    display: inherit;
  }
}

@media screen and (max-width: 768px) {
  .add a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none !important;
    color: #000 !important;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: inherit;
  }
}


/* breadcrumb */

.breadcrumb {  
  margin-bottom: 3rem;
  padding: 3rem 0 0;
  background: none;
}

.breadcrumb-item,
.breadcrumb-item a {  
  color: #6c757d;
  text-decoration: none;
}
.breadcrumb-item.active {  
  color: #0071b7;
}

.breadcrumb-item + .breadcrumb-item::before {  
  content: ">" !important; 
  padding: 0 0.4rem 0 0;
}



/*-------- INDEX --------*/

main #index {
  padding: 0 !important;
}

#index .keyvisual {
  background: url("/_restore-assets/85f220cfdb9e3a496723e91d6ec8854b9a9b1dfc.png?__site=iiw2022.com") no-repeat bottom center;
  background-size:cover;
  padding-top: 1em;
}
#index .keyvisual .logo {
  width: 100%;
  max-width: 1600px;
  margin: auto;
  text-align: center;
}
#index .keyvisual .container {
  height: 5rem;
}

#index .movie .container {
  padding: 0 !important;
}
#index .movie  {
  text-align: center;
  margin: 1rem auto 1.5rem;
}

#index .announcement .button {
  width: 90%;
  max-width: 650px;
  margin: 0 auto 2rem;
  list-style-type: none;
}
#index .announcement .button a {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  padding: 1.5rem 10px;
  background: #d1be47;
}
#index .announcement .button a:hover {
  opacity: 0.8;
  transition: .4s;
}
#index .announcement .button a::after {
  font-family: "Font Awesome 5 Free"; 
  font-weight: 900;
  content: "\f1c1";
  padding-left: 5px;
}

#index .announcement .container {
  padding: 0;
}
#index .announcement .dl {
  width: 90%;
  max-width: 650px;
  color:#594203;
  font-size: 1.3rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
  margin: 0 auto;
  padding: 1.5rem 0.5rem;
  background: #f2d42c;
  background: linear-gradient(0deg, rgb(255, 223, 60, 1), rgb(230, 199, 8, 0.9));
  border-radius: 10px;
}
#index .announcement .dl ul {
  display: flex;
  justify-content: space-around;
  width: 80%;
  margin: auto;
}
#index .announcement .dl li {
  list-style-type: none;
  padding: 1rem 0 0;
}
#index .announcement .dl li a {
  color:#594203;
  font-size: 1.2rem;
}
#index .announcement .dl li a::after {
  font-family: "Font Awesome 5 Free"; 
  font-weight: 900;
  content: "\f1c1";
  padding-left: 5px;
}

#index .news {
  margin: 5em 0;
}
#index .news h2 {
  font-size: 2.5rem;
  letter-spacing: 2px;
}
#index .news dl {
  padding: 0 0.5rem;
}
#index .news dt,
#index .news dd {
  color: #bf0d23;
  font-weight: 700;
}

#index .about {
  background: url("/_restore-assets/fc979239ad19b5588fc677a26b73156efce6b85b.png?__site=iiw2022.com") no-repeat center center;
  background-size:cover;
  width: 100%;
  margin-top: 5em;
  padding: 1rem 0;
}
#index .about .container div {
  width: 100%;
  padding: 2rem;
  margin: 2rem 0;
  background-image: url("/_restore-assets/c3486de5b81fa97c99df49c34daeaafb8199ae9a.png?__site=iiw2022.com"),url("/_restore-assets/f0c753276f18315dc581343179c916499d28013a.png?__site=iiw2022.com");
  background-position: top left,bottom right;
  background-color: rgba(255,255,255,0.7);
}
#index .about .container h4 {
	font-family : 'Century Gothic', sans-serif;
  font-size: 1.3rem;
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 0;
  border: none;
}
#index .about .container p {
  margin: 1rem 0;
}
#index .about .container .logo {
  text-align: center;
}
#index .about .container .logo img {
  height: 80px;
}

#index .idates {
  margin-top: 5em;
}
#index .idates h2 {
  color: #fff;
  font-size: 2rem;
  letter-spacing: 1px;
  margin-bottom: 0;
  padding-left: 2rem;
  background: #bf0d23;
  background-image: none;
}
#index .idates dl {
  margin-top: 2rem;
}
#index .idates dl dt {
  color: #bf0d23;
  padding: 0 2rem;
}
#index .idates dl dd {
  font-weight: 500;
  margin-bottom: 1rem;
  padding: 0 2rem 1rem;
  border-bottom: 1px solid #000;
}
#index .organizer {
  margin-top: 5em;
}
#index .organizer h2 {
  color: #fff;
  font-size: 2rem;
  letter-spacing: 1px;
  padding-left: 2rem;
  background: #bf0d23;
  background-image: none;
}
#index .organizer dl:last-of-type {
  margin-top: 1.5rem;
}
#index .organizer dt {
  width: 12em;
  font-weight: 500;
  text-align: center;
  line-height: 35px;
  margin: 0 0 0.5rem;
  padding: 0;
  background: #eee;
}
#index .organizer dl:last-of-type {
  margin-top: 1.5rem;
}

@media screen and (min-width: 600px) {
  #index .keyvisual .container {
    height: 8rem;
  }
  #index .movie  {
    margin: 1.5rem auto 2rem;
  }
}

@media screen and (min-width: 990px) {
  #index .keyvisual .container {
    height: 15rem;
  }
  #index .movie  {
    margin: 1.5rem auto 3rem;
  }
  #index .announcement .button a,
  #index .announcement .dl {
    font-size: 1.6rem;
  }
  #index .announcement .dl ul {
    width: 60%;
  }
  /*#index .news dl {
    display: flex;
    align-items: center;
  }*/
  #index .news dt {
    font-size: 1.4rem;
    /*width: 22%;*/
  }
  /*#index .news dd {
    padding-top: 1rem;
  }*/
  #index .about .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #index .about .container div {
    align-self: stretch;
    margin: 2rem 0;
  }
  #index .about .container div:first-of-type {
    margin-right: 2rem;
  }
  #index .about .container div:last-of-type {
    margin-left: 2rem;
  }
 #index .idates dl {
   overflow: hidden;
  }
 #index .idates dl dt {
    float: left;
    clear: left;
    padding: 0 0 0 0.5rem;
    margin: 0;
  }
 #index .idates dl dd {
    padding: 0 0 1rem 11.5rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #000;
  }
  #index .organizer dl {
    display: flex;
    align-items: center;
  }
  #index .organizer dl:last-of-type {
    margin-top: 1rem;
  }
  #index .organizer dt {
    height: 50px;
    line-height: 50px;
  }
  #index .organizer dd {
    padding: 0;
    margin: -0.4rem 0 0 1rem;
    border: none;
  }
}



/* ===== Page Content Settings ===== */

main .contents h2 {
  color: #bf0d23;
  font-family: 'Optima', 'Marcellus', serif;
  font-size:3rem;
  font-weight: 700;
  letter-spacing: 4px;
  margin-bottom: 2rem;
  padding: 0.4rem;
  background: url("/_restore-assets/1204cf5e31ac4049e8e5eeebb289eaf8a693c0bb.png?__site=iiw2022.com") repeat-x bottom;
}
main .contents h2 img {
  width: inherit;
  padding-bottom: 0.8rem;
}

main .contents h3 {
  color: #bf0d23;
	font-family : 'Century Gothic', sans-serif;
  font-size: 2.1rem;
  font-weight: 700;
  margin: 5rem 0 1rem 0;
  border-left: 6px solid #bf0d23;
  padding-left: 10px;
}
main .contents h3:first-of-type {
  margin-top: 4rem;
}

main .contents h4 {
  color: #bf0d23;
  font-family: 'Optima', 'DM Serif Display', serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 1.5rem;
  padding: 0.8rem 0.2rem 0.3rem;
  border-bottom: 1px solid #bf0d23;
}

main .contents h5 {
  font-weight: 700;
  margin-bottom: 0.5rem;
}

main .contents ul {
	margin-left: 1.5em;
}

main .contents ul li {
	list-style: disc;
}

main .contents ol {
	margin-left: 1.5em;
}

main .contents ol li {
	list-style: decimal;
}

main .contents dl dt {
	font-weight: 700;
  margin-top: 1rem;
}

main .contents dl dt {
	font-weight: 700;
  margin-top: 1rem;
}

main .contents .button {
  width: 100%;
  max-width: 450px;
  margin: 2rem auto;
}
main .contents .button a {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  padding: 1.5rem 10px;
  background: #d1be47;
}
main .contents .button a:hover {
  opacity: 0.8;
  transition: .4s;
}
main .contents .button a.pdf::after {
  font-family: "Font Awesome 5 Free"; 
  font-weight: 900;
  content: "\f1c1";
  padding-left: 5px;
}
main .contents .button a.word::after {
  font-family: "Font Awesome 5 Free"; 
  font-weight: 900;
  content: "\f1c2";
  padding-left: 5px;
}

main .contents .button a.web::after {
  font-family: "Font Awesome 5 Free"; 
  font-size: 1rem;
  font-weight: 900;
  content: "\f2d2";
  padding-left: 5px;
  position: relative;
  top: -1px;
}

 main .contents .maintitle p:first-of-type {
	font-size: 2.5rem;
	font-weight: 700;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0;
  margin-bottom: 0.5rem !important;
}
 main .contents .maintitle p:last-of-type {
	font-size: 1.6rem;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0;
	padding-bottom: 2.5rem;
}

@media screen and (min-width: 1200px) {
   main .contents .maintitle p:first-of-type br {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  main .contents h2 img {
    width: auto;
    height: 40px;
  }

 main .contents h3 {
    font-size: 1.6rem;
  }
	
 main .contents h4 {
    font-size: 1.4rem;
  }
  
   main .contents .maintitle p:first-of-type {
    font-size: 1.8rem;
  }
  
   main .contents .maintitle p:last-of-type {
    font-size: 1.4rem;
	padding-bottom: 1rem;
  }
  
   main .contents .maintitle p:last-of-type br {
    display: none;
  }
  
  .pc {
    display: none;
  }
  .sp {
    display: inherit;
  }
}


/*-------- VENUE --------*/

#venue h4 {
  font-size: 1.8rem;
}

#venue dt img {
  width: 94%;
}

#venue dd ul li {
  color: #bf0d23;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 1.3rem;
  font-family: 'DM Serif Display', serif;
}

#venue dd span,
#venue dd a {
  font-size: 1rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  letter-spacing: 1px;
}

#venue dd span {
  color: #000;
}

@media screen and (min-width: 990px) {
    #venue dl {
      display: flex;
      justify-content: space-between;
    }
    #venue dt,
    #venue dd {
      width: 50%;
    }
}

@media screen and (min-width: 767px) {
  #venue dd ul li {
    font-size: 1.5rem;
  }
  #venue dd span,
  #venue dd a {
    font-size: 1.2rem;
  }
}


/*-------- Outline of the Event --------*/

#outline p {
  margin-bottom: 1rem;
}

#outline p.topics {
  font-weight: 700;
  font-size: 1.4rem;
}

#outline ul  {
  font-size: 1.2rem;
  margin: -1rem 1rem 1.5rem 1.5rem;
}

#outline .chairman {
  display: flex;
  flex-wrap: wrap-reverse;
}
#outline .chairman p {
  width: 100%;
}
#outline .chairman p:first-of-type {
  text-align: center;
}
#outline .chairman p:first-of-type img {
  border-radius: 5px;
}
#outline .idates {
  margin-top: 2em;
}

#outline .idates dt {
  color: #bf0d23;
  font-weight: 700;
  padding: 0 0.5rem;
}

#outline .idates dd {
  font-weight: 500;
  margin-bottom: 1rem;
  padding: 0 0.5rem 1rem;
  border-bottom: 1px solid #000;
}

@media screen and (min-width: 768px) {
  #outline .chairman {
    align-items: center;
  }
  #outline .chairman p {
    width: inherit;
  }
  #outline .chairman p:first-of-type img {
    text-align: left;
    width: 100px;
    margin-right: 1rem;
  }
 #outline .idates dl {
    overflow: hidden;
  }
 #outline .idates dt {
    float: left;
    clear: left;
    padding: 0 0 0 0.5rem;
    margin: 0;
  }
 #outline .idates dd {
    padding: 0 0 1rem 11.5rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #000;
  }
}


/*-------- CFP --------*/

#cfp h4 {
  margin-top: 1em;
}

#cfp p {
  margin-bottom: 1rem;
}

#cfp p.deadline {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0;
}

#cfp del { color: #f00;}
#cfp del span { color: #aaa;}


/*-------- keynote_speech --------*/

#keynote_speech h4 {
  margin-top: 1em;
}

#keynote_speech h5 {
  color: #248754;
  font-size: 1.2rem;
  margin-top: 2em;
}

#keynote_speech dl {
  margin-top: 1.5rem;
}

#keynote_speech dt span {
  font-weight: 300;
}


/*-------- contact --------*/

#contact p {
  margin-bottom: 1rem;
}

#contact p strong {
  font-size: 1.2rem;
}

#contact p em {
  color: #bf0d23;
  font-style: normal;
  font-weight: 700;
}

  
/*-------- related_events --------*/

#related_events section {
  margin-top: 3rem;
}

#related_events section:first-of-type {
  margin-top: 0;
}

#related_events section h4 span {
  color: #fff;
  font-size: 1.1rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  padding: 1px 10px;
  background: #45bfdd;
}

#related_events section:nth-of-type(2) dt {
  text-indent: -1.5em;
  margin-left: 1.5rem;
}

#related_events section:nth-of-type(2) dt::before {
  font-family: "Font Awesome 5 Free"; 
  font-weight: 900;
  content: "\f111";
  color: #d1be47;
  padding-right: 5px;
}

#related_events section:nth-of-type(2) dd {
  margin-left: 1.5rem;
}

#related_events section:nth-of-type(2) dd::before {
  font-family: "Font Awesome 5 Free"; 
  font-size: 1.5rem;
  font-weight: 900;
  content: "\f0da";
  color: #bf0d23;
  padding-right: 3px;
  position: relative;
  top: 3px;
}

#related_events section:nth-of-type(2) .box {
  margin-top: 1rem;
  border: 1px solid #000;
}

#related_events section:nth-of-type(2) .box p {
  text-align: center;
  padding: 0.5rem 1rem;
}

#related_events section:nth-of-type(2) .box p:first-of-type {
  color: #fff;
  font-weight: 700;
  background: #bf0d23;
}

#related_events section:nth-of-type(3) dt {
  width:20px;
  height:20px;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 700;
  border-radius:50%;
  text-align:center;
  line-height:20px;
  background: #d1be47;
  float: left;
  clear: left;
}

#related_events section:nth-of-type(3) dd {
  padding-left: 27px;
  padding-top: 1rem;
}

#related_events section:nth-of-type(3) dd ul {
  margin-left: 0;
}

#related_events section:nth-of-type(3) dd ul li {
  list-style-type: none;
  text-indent: -0.8em;
  margin-left: 0.8em;
}

#related_events section:nth-of-type(4) dl {
  display: flex;
}

#related_events section:nth-of-type(4) dt {
  width: 100px;
  color: #fff;
  text-align: center;
  background: #bf0d23;
  height: 23px;
}

#related_events section:nth-of-type(4) dd {
  padding-top: 1rem;
  padding-left: 1rem;
}

@media screen and (max-width: 990px) {
  #related_events section:nth-of-type(2) .box p br {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  #related_events section h4 span {
    display: block;
    width: 140px;
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  #related_events section:nth-of-type(4) dt {
    width: 25%;
  }
  #related_events section:nth-of-type(4) dd {
    width: 75%;
  }
}



footer {
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  line-height: 33px;
  height: 50px;
  background: #d1be47;
}

footer small {
  display: block;
  padding: 8px 0;
}





