@charset "UTF-8";
/**************************************
	base
***************************************/
/* ---------------------------------------------------------
スタイルリセット
----------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6, td, th, p, ul, li, dt, dd {
  font-size: 1em;
}

ul li {
  list-style: none;
}

article, header, footer, aside, figure, figcaption, nav, section {
  display: block;
}

body {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

img {
  vertical-align: bottom;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

/* ---------------------------------------------------------
変数
----------------------------------------------------------*/
/*break point
-----------------------*/
/*color
-----------------------*/
/*font family
-----------------------*/
/* ---------------------------------------------------------
mixin
----------------------------------------------------------*/
/*メディアクエリ
-----------------------*/
/*  clearfix
-----------------------*/
/*  font-size
-----------------------*/
/*  transition
-----------------------*/
/* render text
----------------------*/
/* ---------------------------------------------------------
初期設定
----------------------------------------------------------*/
html {
  color: #000;
  background-color: #fff;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: normal;
  min-width: 1200px;
}

body {
  font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

html,
body {
  position: relative;
  text-rendering: optimizeLegibility;
}

a {
  text-decoration: none;
  color: #000;
}

img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

table {
  width: 100%;
  border-collapse: collapse;
}

.clearfix::before, .clearfix::after {
  content: '';
  display: table;
}

.clearfix::after {
  clear: both;
}

/******************************
 	base sp
*******************************/
@media screen and (max-width: 767px) {
  html {
    min-width: 100%;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  html {
    width: 1200px;
    min-width: auto;
  }
}

/**************************************

common.scss

***************************************/
.pc {
  display: block;
}

.sp {
  display: none;
}

.container {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 1100px;
}

.text__420px {
  display: none;
}

/******************************
    SP
*******************************/
@media screen and (max-width: 767px) {
  .text__420px {
    display: none;
  }
  html,
  body {
    min-width: auto;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .container {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 90%;
  }
  .height__placeholder1 {
    margin: 0 auto;
    width: 100%;
    height: 78px;
    background-color: #fff100;
  }
  .height__placeHolder2 {
    margin: 0 auto;
    width: 100%;
    height: auto;
    background-color: #fff100;
  }
  .height__placeHolder2 h2 {
    padding: 20px;
    text-align: center;
    font-family: 'Ropa Sans', sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.62;
    color: #000;
  }
}

@media screen and (max-width: 420px) {
  .text__420px {
    display: block;
    color: blue;
  }
}

.f_bold {
  font-weight: bold !important;
}

.list_space {
  padding-left: 3em;
}

.red-underline {
  position: relative;
  z-index: 3;
  color: #b3212c;
  text-decoration: underline;
}

.red-underline:before {
  content: "";
  margin: 0 auto;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #b3212c;
  z-index: -1;
}

.red-underline:after {
  content: "";
  margin: 0 auto;
}

iframe[src$=".pdf"] {
  width: 100%;
  height: 120vh;
}

@media screen and (max-width: 767px) {
  .sp_none {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .pc_none {
    display: none !important;
  }
}

.pdf__btn {
  margin: 0 auto;
  padding: 8px 0;
  width: 100%;
  max-width: 269px;
  font-size: 16px;
  font-weight: bold;
  font-family: 'Roboto Condensed', sans-serif;
  line-height: normal;
  background-color: #B63040;
  display: block;
  text-align: center;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 1;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.pdf__btn:hover {
  opacity: .7;
}

.pdf__btn2 {
  padding: 8px 0;
  width: 100%;
  max-width: 269px;
  font-size: 16px;
  font-weight: bold;
  font-family: 'Roboto Condensed', sans-serif;
  line-height: normal;
  background-color: #B63040;
  /*display: block;*/
  text-align: center;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 1;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.pdf__btn2:hover {
  opacity: .7;
}

/**************************************
	header
***************************************/
header {
  margin: 0 auto;
  width: 100%;
}

header .mobile-menu {
  display: none;
}

header .header__bg {
  margin: 0 auto;
  max-width: 100%;
  background-color: #fff100;
}

header .header__bg .child__headerText {
  padding: 20px;
  text-align: center;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.62;
  color: #000;
}

header .header__bg .header__logos {
  margin: 0 auto;
  width: auto;
  height: auto;
  display: block;
  text-align: center;
}

header .header__bg .header__logos__apsr2020 {
  margin: 20px 20.2px;
  max-width: 255px;
  float: left;
  opacity: 1;
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
}

header .header__bg .header__logos__apsr2020:hover {
  opacity: .6;
}

header .header__bg .header__logos .header__logos__maikoSan {
  width: 490px;
  height: 0;
  display: block;
  margin: 0 auto;
}

header .header__bg .header__logos .header__logos__keepPosted {
  margin: 28px 19px;
  max-width: 161px;
  float: right;
  background-color: white;
  opacity: 1;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

header .header__bg .header__logos .header__logos__keepPosted:hover {
  opacity: .8;
}

header .header__bg #header__menu {
  margin: 0 auto;
  background-color: #fffccc;
  text-align: center;
  display: block;
}

@media screen and (min-width: 1437px) {
  header .header__bg #header__menu {
    margin-top: 0;
    display: block !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1437px) {
  header .header__bg #header__menu {
    margin-top: 0;
    display: block !important;
  }
}

header .header__bg #header__menu .subnav-content {
  margin: 0 auto;
  padding: 0 1%;
  display: none;
  position: absolute;
  background-color: #fffccc;
  min-width: auto;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 4;
}

header .header__bg #header__menu .subnav-content.sponsorship {
  width: 295px;
}

header .header__bg #header__menu .subnav-content a {
  text-align: left;
  padding: 23px 0;
  position: relative;
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: 0.06em;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
}

header .header__bg #header__menu .subnav-content a::before {
  content: '';
  width: 100%;
  height: 4px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #b3212c;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: color 0.1s, -webkit-transform 0.2s ease-out;
  transition: color 0.1s, -webkit-transform 0.2s ease-out;
  transition: color 0.1s, transform 0.2s ease-out;
  transition: color 0.1s, transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

header .header__bg #header__menu .subnav-content a:active::before {
  background-color: #000;
}

header .header__bg #header__menu .subnav-content a:hover::before, header .header__bg #header__menu .subnav-content a:focus::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

header .header__bg #header__menu .subnav:hover .subnav-content,
header .header__bg #header__menu .subnav:focus .subnav-content {
  display: block;
}

header .header__bg #header__menu ul {
  list-style: none;
  overflow: auto;
  vertical-align: middle;
}

header .header__bg #header__menu li {
  margin: 0 auto;
  padding: 1px 14px 0;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  line-height: 48px;
}

header .header__bg #header__menu a:hover,
header .header__bg #header__menu a:focus,
header .header__bg #header__menu a:active {
  text-decoration: none;
}

header .header__bg #header__menu a {
  cursor: pointer;
  padding: 23px 0;
  position: relative;
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.01em;
  font-size: 15px;
  line-height: 4px;
  color: #000;
  text-transform: uppercase;
  opacity: 1;
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
}

header .header__bg #header__menu a:hover {
  opacity: .5;
}

header .header__bg #header__menu a::before {
  content: '';
  width: 100%;
  height: 4px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #b3212c;
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: color 0.1s, -webkit-transform 0.2s ease-out;
  transition: color 0.1s, -webkit-transform 0.2s ease-out;
  transition: color 0.1s, transform 0.2s ease-out;
  transition: color 0.1s, transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

header .header__bg #header__menu a:active::before {
  background-color: #000;
}

header .header__bg #header__menu a:hover::before, header .header__bg #header__menu a:focus::before {
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

/******************************
    header sp
*******************************/
@media screen and (max-width: 767px) {
  .arrow-icon {
    position: relative;
    top: -27px;
    left: 82vw;
    z-index: 7000;
  }
  .left-bar {
    position: absolute;
    background-color: transparent;
    top: 0;
    left: 0;
    width: 2vw;
    height: 2px;
    display: block;
    -webkit-transform: rotate(-50deg);
            transform: rotate(-50deg);
    float: right;
    border-radius: 2px;
  }
  .left-bar:after {
    content: "";
    background-color: #000;
    width: 2vw;
    height: 2px;
    display: block;
    float: right;
    border-radius: 6px 10px 10px 6px;
    -webkit-transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 0.8);
    transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 0.8);
    z-index: -1;
  }
  .right-bar {
    position: absolute;
    background-color: transparent;
    top: 0px;
    left: 1.2vw;
    width: 2vw;
    height: 2px;
    display: block;
    -webkit-transform: rotate(50deg);
            transform: rotate(50deg);
    float: right;
    border-radius: 2px;
  }
  .right-bar:after {
    content: "";
    background-color: #000;
    width: 2vw;
    height: 2px;
    display: block;
    float: right;
    border-radius: 10px 6px 6px 10px;
    -webkit-transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 0.8);
    transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 0.8);
    z-index: -1;
  }
  .arrow-trigger .left-bar:after {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: rotate(-80deg);
            transform: rotate(-80deg);
  }
  .arrow-trigger .right-bar:after {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: rotate(80deg);
            transform: rotate(80deg);
  }
  /* 
========================================== 
This is a Menu Bars CSS
========================================== 
*/
  .bars {
    cursor: pointer;
    display: inline-block;
  }
  .bars:hover {
    transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
  }
  .bar {
    margin: 10px auto;
    width: 35px;
    height: 2px;
    display: block;
    background: #000;
  }
  .bars {
    margin: 0 auto;
    width: auto;
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
  }
  .bars:hover .bar {
    background-color: #000;
  }
  .menu-bar {
    width: 24%;
    display: inline-block;
    text-align: center;
    height: auto;
    position: relative;
  }
  .middle {
    margin: 0 auto;
  }
  .bar {
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
  }
  .bars-clicked .top {
    -webkit-transform: translateY(9px) rotateZ(45deg);
    transform: translateY(9px) rotateZ(45deg);
  }
  .bars-clicked .bottom {
    -webkit-transform: translateY(-15px) rotateZ(-45deg);
    transform: translateY(-15px) rotateZ(-45deg);
  }
  .bars-clicked .middle {
    width: 0;
  }
  /* 
========================================== 
Main Header SP
========================================== 
*/
  header {
    margin: 0 auto;
    width: 100%;
    position: absolute;
  }
  header .mobile-menu {
    display: block;
    position: absolute;
    top: 15px;
    right: 5vw;
    width: 35px;
    height: 30px;
    z-index: 12;
  }
  header .mobile-menu img {
    width: 35px !important;
    height: 35px !important;
  }
  header .header__bg {
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    position: fixed;
    top: 0;
    background-color: #fff100;
    -webkit-transition: top 0.2s ease-in-out;
    transition: top 0.2s ease-in-out;
    z-index: 9999;
  }
  header .header__bg .child__headerText {
    padding: 20px;
    text-align: center;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.62;
    color: #000;
  }
  header .header__bg.show {
    top: 0;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
  }
  header .header__bg.hide {
    top: -320px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
  }
  header .header__bg .header__logos {
    margin: 0 auto;
    width: auto;
    height: auto;
    display: block;
    text-align: center;
    background-color: #fff100;
    -webkit-transition: top 0.2s ease-in-out;
    transition: top 0.2s ease-in-out;
  }
  header .header__bg .header__logos__apsr2020 {
    margin: 15px 20.2px;
    max-width: 200px;
    float: left;
  }
  header .header__bg .header__logos .header__logos__maikoSan {
    width: 410px;
    height: 0;
    display: block;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) and (min-width: 320px) and (max-width: 425px) {
  header .header__bg .header__logos .header__logos__maikoSan {
    width: 305px;
  }
}

@media screen and (max-width: 767px) {
  header .header__bg #header__menu {
    margin: 0 auto;
    margin-top: 0;
    padding: 70px 0;
    width: 100%;
    position: absolute;
    top: 0;
    display: none;
    z-index: 11;
  }
  header .header__bg #header__menu .subnav-content {
    margin: 0 auto;
    padding: 0 1%;
    min-width: auto;
    display: none;
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
  }
  header .header__bg #header__menu .subnav-content.sponsorship {
    margin: 0 auto 22px;
  }
  header .header__bg #header__menu .subnav-content a {
    padding: 23px 0;
    float: none;
    position: relative;
    display: block;
    letter-spacing: 0;
    font-size: 3.5vw;
    line-height: 1;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    color: #000;
    text-transform: uppercase;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
  }
  header .header__bg #header__menu .subnav-content a::before {
    content: '';
    width: 100%;
    height: 0;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #b3212c;
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transition: color 0.1s, -webkit-transform 0.2s ease-out;
    transition: color 0.1s, -webkit-transform 0.2s ease-out;
    transition: color 0.1s, transform 0.2s ease-out;
    transition: color 0.1s, transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  }
  header .header__bg #header__menu .subnav-content a:hover::before, header .header__bg #header__menu .subnav-content a:focus::before {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  header .header__bg #header__menu .subnav:hover .subnav-content,
  header .header__bg #header__menu .subnav:focus .subnav-content {
    display: none;
  }
  header .header__bg #header__menu .header__logos__keepPosted {
    margin: 25px 70px 28px;
    margin: 0 auto;
    padding-top: 10px;
    width: 51vw;
    max-width: 100%;
    opacity: 1;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
  }
  header .header__bg #header__menu .header__logos__keepPosted:hover {
    opacity: .8;
  }
  header .header__bg #header__menu ul {
    list-style: none;
    overflow: hidden;
    vertical-align: middle;
  }
  header .header__bg #header__menu li {
    margin: 0 auto;
    padding: 0px 14px;
    display: block;
    font-size: 14px;
    line-height: 48px;
  }
  header .header__bg #header__menu a {
    padding: 23px 0;
    position: relative;
    display: block;
    letter-spacing: 0;
    font-size: 4vw;
    line-height: 4px;
    font-weight: 0;
    color: #000;
    text-transform: uppercase;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
  }
  header .header__bg #header__menu a:hover, header .header__bg #header__menu a:focus, header .header__bg #header__menu a:active {
    text-decoration: none;
  }
  header .header__bg #header__menu a::before {
    content: '';
    width: 100%;
    height: 0;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #b3212c;
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transition: color 0.1s, -webkit-transform 0.2s ease-out;
    transition: color 0.1s, -webkit-transform 0.2s ease-out;
    transition: color 0.1s, transform 0.2s ease-out;
    transition: color 0.1s, transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  }
  header .header__bg #header__menu a:hover::before, header .header__bg #header__menu a:focus::before {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

/**************************************
footer
***************************************/
footer {
  margin: 0 auto;
  width: 100%;
  background-color: #fff100;
}

footer .arrow-link-container {
  width: 47px;
  height: 52px;
  position: fixed;
  right: 21px;
  bottom: 80px;
  line-height: 0;
  font-size: 0;
  opacity: 1;
  z-index: 10;
}

footer .arrow-link-container img {
  width: 65px;
  float: right;
}

footer .arrow-link-container:hover {
  opacity: .8;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

footer .footer-container {
  margin: 0 auto;
  width: 1100px;
  padding: 31px 0;
  display: block;
}

footer .footer-container .container-left-lists {
  display: block;
  float: left;
}

footer .footer-container .container-left-lists .container-left-list {
  margin-left: 77px;
  margin-top: -1px;
  display: inline-block;
  vertical-align: top;
}

footer .footer-container .container-left-lists .container-left-list:first-child {
  margin-top: -1px;
  margin-left: 0;
}

footer .footer-container .container-left-lists .container-left-list ul li {
  text-transform: uppercase;
  list-style: none;
}

footer .footer-container .container-left-lists .container-left-list ul li a {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
  opacity: 1;
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
}

footer .footer-container .container-left-lists .container-left-list ul li a:hover {
  opacity: .6;
}

footer .footer-container .container-right-details {
  margin-right: -19px;
  margin-top: 9px;
  /*width: 431px;*/
  width: 457px;
  float: right;
}

footer .footer-container .container-right-details img {
  width: 258px;
}

footer .footer-container .container-right-details .address-contact-details {
  padding-top: 22px;
}

footer .footer-container .container-right-details .address-contact-details p {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #000;
}

footer .footer-container .container-right-details .address-contact-details p span {
  padding: 0 3px;
}

footer .bottom-footer {
  background-color: #fff;
}

footer .bottom-footer p {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-size: 15px;
  line-height: 2;
  color: #000;
  text-align: left;
}

/******************************
    footer sp
*******************************/
@media screen and (max-width: 767px) {
  footer {
    margin: 0 auto;
    width: 100%;
    background-color: #fff100;
  }
  footer .arrow-link-container {
    width: 47px;
    height: 50px;
    position: fixed;
    right: 14px;
    bottom: 88px;
    line-height: 0;
    font-size: 0;
    opacity: 1;
    z-index: 10;
  }
  footer .arrow-link-container img {
    width: 65px;
    float: right;
  }
  footer .arrow-link-container:hover {
    opacity: .8;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
  }
  footer .footer-container {
    margin: 0 auto;
    width: 90%;
    padding: 31px 0;
    display: block;
  }
  footer .footer-container .container-left-lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    float: none;
    margin-bottom: 10vw;
  }
  footer .footer-container .container-left-lists .container-left-list {
    width: calc(100%/2);
    margin-left: 0;
    margin-top: -1px;
    display: inline-block;
    vertical-align: top;
  }
  footer .footer-container .container-left-lists .container-left-list:first-child {
    margin-top: -1px;
    margin-left: 0;
  }
  footer .footer-container .container-left-lists .container-left-list ul li {
    list-style: none;
  }
  footer .footer-container .container-left-lists .container-left-list ul li.sponsorship {
    margin: 1vw 0;
  }
  footer .footer-container .container-left-lists .container-left-list ul li a {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 3.5vw;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 2;
  }
  footer .footer-container .container-left-lists .container-left-list ul li a.no-lh {
    margin: 5px 0;
    line-height: 1.2;
  }
  footer .footer-container .container-right-details {
    margin-top: 9px;
    margin-right: -19px;
    width: 90%;
    float: none;
  }
  footer .footer-container .container-right-details .footer-logo {
    margin: 0 auto;
    text-align: center;
  }
  footer .footer-container .container-right-details img {
    width: 67vw;
  }
  footer .footer-container .container-right-details .address-contact-details {
    padding-top: 22px;
  }
  footer .footer-container .container-right-details .address-contact-details p {
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    color: #000;
  }
  footer .bottom-footer {
    background-color: #fff;
  }
  footer .bottom-footer p {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 3vw;
    line-height: 2;
    color: #000;
    text-align: center;
  }
}

/**************************************
home.scss
***************************************/
.amp-title {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 900;
}

.amp-title.no-weight {
  font-weight: 100;
}

.amp-title.weight-700 {
  font-weight: 700;
}

.querymodal {
  padding: 0;
  max-width: 640px;
  background: transparent;
}

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

.kv-our-future {
  margin: 0 auto;
  width: 100%;
  background-color: #fff100;
}

.kv-our-future .our-future-bg {
  padding-top: 48px;
  position: relative;
}

.kv-our-future .our-future-bg .maiko-san {
  display: block;
  width: 3.2vw;
  position: absolute;
  bottom: 0;
  left: 19%;
  -webkit-transition: all .9s linear;
  transition: all .9s linear;
}

.kv-our-future .kyoto-logo {
  width: auto;
  height: auto;
}

.kv-our-future .kyoto-logo img {
  width: 40%;
  position: absolute;
  top: 141px;
  right: 0;
}

.section__welcome {
  padding: 49px 0 45px;
  width: 100%;
}

.section__welcome img {
  width: 35.2%;
}

.section__welcome .section__welcome__text {
  margin: 0 auto;
  padding-top: 25px;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16.5px;
  line-height: 1.79;
  text-align: justify;
}

.section__welcome .pdf__btn {
  margin: 0 auto;
  padding: 8px 0;
  width: 100%;
  max-width: 269px;
  font-size: 16px;
  font-weight: bold;
  font-family: 'Roboto Condensed', sans-serif;
  line-height: normal;
  background-color: #B63040;
  display: block;
  text-align: center;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 1;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.section__welcome .pdf__btn:hover {
  opacity: .7;
}

/*
==========================================
Section sponsor banner
==========================================
*/
.section__sponsorBanner {
  margin: 60px 0 30px;
}

.section__sponsorBanner__Container {
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
}

.section__sponsorBanner__ContainerTitle {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.section__sponsorBanner__ContainerRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 15px 0 60px;
}

.section__sponsorBanner__ContainerRowLink {
  width: 50%;
  display: block;
  margin: 0 auto;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.section__sponsorBanner__ContainerRowLink:hover {
  opacity: .7;
}

.section__sponsorBanner__ContainerRowLink.u-w450 {
  max-width: 450px;
}

.section__sponsorBanner__ContainerRowLink.u-w320 {
  max-width: 320px;
}

.section__sponsorBanner__ContainerRowLink.u-w180 {
  max-width: 180px;
}

/*
==========================================
Section news
==========================================
*/
@-webkit-keyframes new_tag {
  0% {
    opacity: .3;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: .3;
  }
}
@keyframes new_tag {
  0% {
    opacity: .3;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: .3;
  }
}

.section__news {
  margin: 0 auto;
  width: 100%;
  background-color: #efefef;
}

.section__news .section__news__container {
  margin: 0 auto;
  padding: 50px 0;
  width: 100%;
  max-width: 700px;
}

.section__news .section__news__container .section__news__item__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.section__news .section__news__container .section__news__item__container .section__news__item {
  margin: 0 0 10px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  opacity: 1;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.section__news .section__news__container .section__news__item__container .section__news__item:hover {
  opacity: .6;
}

.section__news .section__news__container .section__news__item__container .section__news__item:last-child {
  margin-bottom: 0;
}

.section__news .section__news__container .section__news__item__container .section__news__item .news__item__label {
  margin-right: 20px;
  width: 100%;
  max-width: 30.98px;
  opacity: 0;
}

.section__news .section__news__container .section__news__item__container .section__news__item .news__item__label p {
  color: #b3212c;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 19.5px;
}

.section__news .section__news__container .section__news__item__container .section__news__item .news__item__date {
  margin-right: 10px;
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
  background-color: black;
}

.section__news .section__news__container .section__news__item__container .section__news__item .news__item__date p {
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 19.5px;
}

.section__news .section__news__container .section__news__item__container .section__news__item .news__item__title {
  margin-right: 0;
}

.section__news .section__news__container .section__news__item__container .section__news__item .news__item__title p {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 19.5px;
}

.section__news .section__news__container .section__news__item__container .section__news__item .news__item__title p a span.blue-underline {
  position: relative;
  z-index: 3;
  color: blue;
}

.section__news .section__news__container .section__news__item__container .section__news__item .news__item__title p a span.blue-underline:before {
  content: "";
  margin: 0 auto;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: royalblue;
  z-index: -1;
}

.section__news .section__news__container .section__news__item__container .section__news__item .news__item__title p a span.blue-underline:after {
  content: "";
  margin: 0 auto;
}

.section__news .section__news__container .section__news__item__container .section__news__item.new .news__item__label {
  -webkit-animation: new_tag 3s infinite linear;
  animation: new_tag 3s infinite linear;
}

/*
==========================================
Section Countdown
==========================================
*/
.section__countdown {
  margin: 0 auto;
  padding: 45px 0;
  max-width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
  position: relative;
  overflow: hidden;
  /*    ul.countdown {
        margin: 8px 0 20px;
        padding: 0;
        list-style: none;
        display: block;
        text-align: center;
    }

    ul.countdown li {
        display: inline-block;
    }

    ul.countdown li span {
        font-family: 'Roboto Condensed', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 72px;
        line-height: 80px;
    }

    ul.countdown li.seperator {
        padding: 0 40px;
        font-size: 80px;
        font-weight: 900;
        line-height: 70px;
        vertical-align: top;
    }

    ul.countdown li p {
        font-family: 'Roboto Condensed', sans-serif;
        color: #000;
        font-weight: 700;
        font-size: 18px;
    }*/
}

.section__countdown .falling__Object {
  text-align: center;
  height: 0;
}

.section__countdown .falling__Object span {
  display: inline-block;
  height: 80px;
  margin: -280px 84px 54px -34px;
  z-index: 10000;
  -webkit-animation: falling__Object 10s infinite linear;
  animation: falling__Object 10s infinite linear;
}

.section__countdown .falling__Object span.leaves {
  width: 40px;
  background: url("../img/top-page/countdown/autumn__leaves.png");
  background-size: 70%;
  background-repeat: no-repeat;
}

.section__countdown .falling__Object span.snow {
  width: 24px;
  background: url("../img/top-page/countdown/snowflake.png");
  background-size: 70%;
  background-repeat: no-repeat;
}

.section__countdown .falling__Object span.green-leaf {
  width: 35px;
  background: url("../img/top-page/countdown/summer_leaves.png");
  background-size: 70%;
  background-repeat: no-repeat;
}

.section__countdown .falling__Object span.spring {
  width: 40px;
  background: url("../img/top-page/countdown/spring__leaves.png");
  background-size: 70%;
  background-repeat: no-repeat;
}

.section__countdown .falling__Object span:nth-child(3n+0) {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}

.section__countdown .falling__Object span:nth-child(4n+2) {
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7;
}

.section__countdown .falling__Object span:nth-child(2n+5) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.section__countdown .falling__Object span:nth-child(3n+4) {
  -webkit-animation-delay: 3.5s;
  animation-delay: 3.5s;
}

.section__countdown .falling__Object span:nth-child(7n+2) {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.section__countdown .falling__Object span:nth-child(5) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

.section__countdown .falling__Object span:nth-child(7n+11) {
  -webkit-animation-delay: 8s;
  animation-delay: 8s;
}

@-webkit-keyframes falling__Object {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0px) rotateZ(0deg);
    transform: translate(0, 0px) rotateZ(0deg);
  }
  75% {
    opacity: 1;
    -webkit-transform: translate(100px, 600px) rotateZ(270deg);
    transform: translate(100px, 600px) rotateZ(270deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(150px, 800px) rotateZ(360deg);
    transform: translate(150px, 800px) rotateZ(360deg);
  }
}

@keyframes falling__Object {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0px) rotateZ(0deg);
    transform: translate(0, 0px) rotateZ(0deg);
  }
  75% {
    opacity: 1;
    -webkit-transform: translate(100px, 600px) rotateZ(270deg);
    transform: translate(100px, 600px) rotateZ(270deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(150px, 800px) rotateZ(360deg);
    transform: translate(150px, 800px) rotateZ(360deg);
  }
}

.section__countdown h2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 39.4px;
  font-weight: 600;
  line-height: 1.56;
  letter-spacing: 0;
}

.section__countdown ul {
  margin: 8px 0 20px;
  padding: 0;
  list-style: none;
  display: block;
  text-align: center;
}

.section__countdown ul li {
  display: inline-block;
}

.section__countdown ul li.seperator {
  padding: 0 40px;
  font-size: 80px;
  font-weight: 900;
  line-height: 70px;
  vertical-align: top;
}

.section__countdown ul span {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 72px;
  line-height: 80px;
}

.section__countdown ul p {
  font-family: 'Roboto Condensed', sans-serif;
  color: #000;
  font-weight: 700;
  font-size: 18px;
}

/*
==========================================
Section Overview
==========================================
*/
.section-overview {
  margin: 0 auto;
  padding-bottom: 80px;
  width: 100%;
}

.section-overview .overview-header {
  margin: 34px 0 33px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.56;
}

.section-overview .video-div {
  width: 100%;
  display: block;
  letter-spacing: 0;
  font-size: 0;
}

.section-overview .video-div .overview-item1 {
  width: 50%;
  display: inline-block;
  opacity: 1;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.section-overview .video-div .overview-item1 img {
  width: 100%;
}

.section-overview .video-div .overview-item1:hover {
  opacity: .8;
}

.section-overview .video-div .overview-item2 {
  padding: 60px 40px 48px;
  width: calc(50% - 90px);
  display: inline-block;
  background-color: #eeeeee;
  vertical-align: top;
  text-align: justify;
}

.section-overview .video-div .overview-item2 h2 {
  margin-bottom: 12px;
  text-align: left;
  font-size: 24px;
  line-height: 1.62;
  font-weight: 600;
}

.section-overview .video-div .overview-item2 p {
  text-align: justify;
  font-size: 17px;
  line-height: 1.9;
}

/*
==========================================
Section KV
==========================================
*/
.section__registration {
  margin: 0 auto;
  width: 100%;
}

.section__registration .section__registration__container {
  margin: 0 auto;
  width: 100%;
}

.section__registration .section__registration__container .section__registration__bgContainer {
  background-image: url(../img/top-page/info/outline_macchi_bg.png);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}

.section__registration .section__registration__container .section__registration__bgContainer .section__registration__content {
  margin: 0 auto;
  padding: 7vw 0;
}

.section__registration .section__registration__container .section__registration__bgContainer .section__registration__content a {
  margin: 0 auto;
  padding: 13px 0;
  display: block;
  width: 300px;
  color: #000;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  color: #000;
  font-size: 20px;
  line-height: 1.83;
  letter-spacing: 0.12em;
  text-align: center;
  background-color: none;
  border: 1px solid #000;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  text-transform: uppercase;
}

.section__registration .section__registration__container .section__registration__bgContainer .section__registration__content a p {
  font-size: 20px;
  line-height: 1.83;
  letter-spacing: 0.12em;
  text-align: center;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  color: #000;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.section__registration .section__registration__container .section__registration__bgContainer .section__registration__content a:hover {
  background-color: #b3212c;
  color: #fff;
  border-color: transparent;
  cursor: pointer;
}

.section__registration .section__registration__container .section__registration__bgContainer .section__registration__content a:hover p {
  color: #fff;
  transform: scale(0.95, 0.95);
  -ms-transform: scale(0.95, 0.95);
  -webkit-transform: scale(0.95, 0.95);
}

.section__visualBox {
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
}

.section__visualBox .section__visualBox__container {
  margin: 0 auto;
  width: 100%;
}

.section__visualBox .section__visualBox__container .section__visualBox__bgContainer {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.section__visualBox .section__visualBox__container .section__visualBox__bgContainer.our__future {
  background-image: url("../img/top-page/info/bamboo_bg.png");
}

.section__visualBox .section__visualBox__container .section__visualBox__bgContainer.focus__on {
  background-image: url("../img/top-page/info/gate_bg.png");
}

.section__visualBox .section__visualBox__container .section__visualBox__bgContainer.venue__travel {
  background-image: url("../img/top-page/info/macchi_bg.png");
}

.section__visualBox .section__visualBox__container .section__visualBox__bgContainer .visualBox__container {
  padding: 7.5vw 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.section__visualBox .section__visualBox__container .section__visualBox__bgContainer .visualBox__container.left-align {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.section__visualBox .section__visualBox__container .section__visualBox__bgContainer .visualBox__container.right-align {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.section__visualBox .section__visualBox__container .section__visualBox__bgContainer .visualBox__container.centered-align {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section__visualBox .section__visualBox__container .section__visualBox__bgContainer .visualBox__container .visualBox__content {
  padding: 5.2vw 5vw;
  width: 100%;
  max-width: 61%;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.section__visualBox .section__visualBox__container .section__visualBox__bgContainer .visualBox__container .visualBox__content h2 {
  margin-top: -11px;
  margin-bottom: 42px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 40px;
  line-height: 2.25;
  text-align: center;
  font-weight: 900;
}

.section__visualBox .section__visualBox__container .section__visualBox__bgContainer .visualBox__container .visualBox__content p {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  line-height: 1.83;
  letter-spacing: 0;
  text-align: justify;
}

.section__visualBox .section__visualBox__container .section__visualBox__bgContainer .visualBox__container .visualBox__content .btn__container {
  margin: 30px auto 0;
  width: 100%;
}

.section__visualBox .section__visualBox__container .section__visualBox__bgContainer .visualBox__container .visualBox__content .btn__container a {
  margin: 0 auto;
  padding: 10px 0;
  width: 100%;
  max-width: 200px;
  display: block;
  color: #fff;
  border: 1px solid #fff;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.section__visualBox .section__visualBox__container .section__visualBox__bgContainer .visualBox__container .visualBox__content .btn__container a p {
  margin-top: 0;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 20px;
  font-style: normal;
  letter-spacing: 0.1em;
  text-align: center;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.section__visualBox .section__visualBox__container .section__visualBox__bgContainer .visualBox__container .visualBox__content .btn__container a:hover {
  border-color: transparent;
  background-color: #b3212c;
}

.section__visualBox .section__visualBox__container .section__visualBox__bgContainer .visualBox__container .visualBox__content .btn__container a:hover p {
  transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
}

.section__boxLinks {
  margin: 75px auto 0;
  width: 100%;
}

.section__boxLinks .section__boxLinks__bgContainer {
  background-image: url(../img/top-page/sponsors/boxlinks-pc.png);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  position: relative;
}

.section__boxLinks .section__boxLinks__bgContainer:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.section__boxLinks .section__boxLinks__bgContainer .section__boxLinks__container {
  margin: 0 auto;
  width: 100%;
  max-width: 1100px;
}

.section__boxLinks .section__boxLinks__bgContainer .section__boxLinks__container .boxLinks__itemContainer {
  padding: 10vw 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section__boxLinks .section__boxLinks__bgContainer .section__boxLinks__container .boxLinks__itemContainer .boxLinks__item {
  width: calc(33.33% - 66.66px);
  max-width: 100%;
  position: relative;
  z-index: 1;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.section__boxLinks .section__boxLinks__bgContainer .section__boxLinks__container .boxLinks__itemContainer .boxLinks__item:nth-child(2) {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.section__boxLinks .section__boxLinks__bgContainer .section__boxLinks__container .boxLinks__itemContainer .boxLinks__item a {
  display: block;
}

.section__boxLinks .section__boxLinks__bgContainer .section__boxLinks__container .boxLinks__itemContainer .boxLinks__item a:hover .boxLinks__item__bg {
  opacity: .8;
}

.section__boxLinks .section__boxLinks__bgContainer .section__boxLinks__container .boxLinks__itemContainer .boxLinks__item a:hover .boxLinks__item__bg .boxLinks__item__icon {
  transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  -webkit-transform: scale(0.8, 0.8);
}

.section__boxLinks .section__boxLinks__bgContainer .section__boxLinks__container .boxLinks__itemContainer .boxLinks__item a:hover .boxLinks__item__bg .boxLinks__item__text h1 {
  transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
}

.section__boxLinks .section__boxLinks__bgContainer .section__boxLinks__container .boxLinks__itemContainer .boxLinks__item .boxLinks__item__bg {
  padding: 78px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.section__boxLinks .section__boxLinks__bgContainer .section__boxLinks__container .boxLinks__itemContainer .boxLinks__item .boxLinks__item__bg .boxLinks__item__icon {
  margin: 0 auto;
  width: 100%;
  max-width: 60px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.section__boxLinks .section__boxLinks__bgContainer .section__boxLinks__container .boxLinks__itemContainer .boxLinks__item .boxLinks__item__bg .boxLinks__item__text {
  text-align: center;
}

.section__boxLinks .section__boxLinks__bgContainer .section__boxLinks__container .boxLinks__itemContainer .boxLinks__item .boxLinks__item__bg .boxLinks__item__text h1 {
  margin-top: 15px;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-size: 24px;
  font-weight: 600;
  line-height: 2.02;
  letter-spacing: 0.06em;
  color: #000;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.section__sponsors {
  margin: 0 auto;
  width: 100%;
}

.section__sponsors .section__sponsors__bgContainer {
  background-image: url("../img/top-page/hosted-pc.png");
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}

.section__sponsors .section__sponsors__bgContainer .section__sponsors__container {
  margin: 0 auto;
  padding: 62px 50px;
  width: 100%;
  max-width: 1100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.section__sponsors .section__sponsors__bgContainer .section__sponsors__container .section__sponsors__item__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section__sponsors .section__sponsors__bgContainer .section__sponsors__container .section__sponsors__item__container .section__sponsors__item:nth-child(2) {
  width: 100%;
  max-width: 430px;
}

.section__sponsors .section__sponsors__bgContainer .section__sponsors__container .section__sponsors__item__container .section__sponsors__item .sponsors__icon__thumbnail__flexContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.section__sponsors .section__sponsors__bgContainer .section__sponsors__container .section__sponsors__item__container .section__sponsors__item .sponsors__icon__thumbnail__flexContainer .sponsors__icon__thumbnail {
  margin-right: 49px;
  width: 100%;
  max-width: 85px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.section__sponsors .section__sponsors__bgContainer .section__sponsors__container .section__sponsors__item__container .section__sponsors__item .sponsors__icon__thumbnail__flexContainer .sponsors__icon__thumbnail:first-child {
  max-width: 96px;
}

.section__sponsors .section__sponsors__bgContainer .section__sponsors__container .section__sponsors__item__container .section__sponsors__item .sponsors__icon__thumbnail__flexContainer .sponsors__icon__thumbnail:last-child {
  margin-right: 0;
}

.section__sponsors .section__sponsors__bgContainer .section__sponsors__container .section__sponsors__item__container .section__sponsors__item .sponsors__text__container {
  margin-top: 15px;
  width: 100%;
  max-width: 430px;
}

.section__sponsors .section__sponsors__bgContainer .section__sponsors__container .section__sponsors__item__container .section__sponsors__item .sponsors__text__container h1 {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #fff;
}

.section__sponsors .section__sponsors__bgContainer .section__sponsors__container .section__sponsors__item__container .section__sponsors__item .sponsors__text__container p {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  margin-top: 0px;
  font-size: 20px;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #fff;
}

/******************************
    SP
*******************************/
@media screen and (max-width: 767px) {
  /*
==========================================
    This is a Section Our-future SP
==========================================
*/
  .kv-our-future {
    margin: 0 auto;
    width: 100%;
    background-color: #fff100;
  }
  .kv-our-future .our-future-bg {
    padding-top: 92px;
    position: relative;
  }
  .kv-our-future .our-future-bg .maiko-san {
    display: none;
    width: 4.5%;
    position: absolute;
    bottom: 0;
    left: 2.5%;
  }
  .kv-our-future .kyoto-logo {
    width: auto;
    height: auto;
  }
  .kv-our-future .kyoto-logo img {
    width: 75%;
    position: absolute;
    top: 410px;
    right: 0;
  }
  /*
==========================================
This is a Section Welcome SP
==========================================
*/
  .section__welcome {
    padding: 49px 0 45px;
    width: 100%;
  }
  .section__welcome img {
    width: 93%;
  }
  .section__welcome .section__welcome__text {
    font-family: 'Roboto Condensed', sans-serif;
    font-style: normal;
    margin: 0 auto;
    padding-top: 25px;
    font-size: 14px;
    line-height: 1.65;
    text-align: justify;
  }
  /*
    ==========================================
    Section sponsor banner SP
    ==========================================
    */
  .section__sponsorBanner__ContainerRow {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .section__sponsorBanner__ContainerRowLink.u-w450 {
    max-width: 100%;
    width: 100%;
    display: block;
  }
  .section__sponsorBanner__ContainerRowLink.u-w320 {
    max-width: 71%;
    width: 100%;
    display: block;
  }
  .section__sponsorBanner__ContainerRowLink.u-w180 {
    max-width: 40%;
    width: 100%;
    display: block;
  }
  /*
    ==========================================
    Section news SP
    ==========================================
    */
  .section__news .section__news__container {
    padding: 50px 0;
    width: 90%;
    max-width: 100%;
  }
  .section__news .section__news__container .section__news__item__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .section__news .section__news__container .section__news__item__container .section__news__item {
    margin: 0 0 10px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
  }
  .section__news .section__news__container .section__news__item__container .section__news__item:last-child {
    margin-bottom: 0;
  }
  .section__news .section__news__container .section__news__item__container .section__news__item .news__item__label {
    margin-right: 5px;
    max-width: 30.98px;
    opacity: 0;
  }
  .section__news .section__news__container .section__news__item__container .section__news__item .news__item__label p {
    font-size: 14px;
    line-height: 1.65;
  }
  .section__news .section__news__container .section__news__item__container .section__news__item .news__item__date {
    padding: 3px 5px;
  }
  .section__news .section__news__container .section__news__item__container .section__news__item .news__item__date p {
    font-size: 14px;
    line-height: 1.65;
  }
  .section__news .section__news__container .section__news__item__container .section__news__item .news__item__title {
    margin-right: 0;
  }
  .section__news .section__news__container .section__news__item__container .section__news__item .news__item__title p {
    font-size: 14px;
    line-height: 1.65;
  }
  /*
==========================================
Section Countdown SP
==========================================
*/
  .section__countdown {
    margin: 0 auto;
    padding: 60px 0 50px;
    max-width: 100%;
    height: 26vw;
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
  }
}

@media screen and (max-width: 767px) and (min-width: 320px) and (max-width: 415px) {
  .section__countdown {
    height: 29vw;
    padding: 39px 0;
  }
}

@media screen and (max-width: 767px) {
  .section__countdown .falling__Object {
    height: 0;
    text-align: center;
  }
  .section__countdown .falling__Object span {
    display: inline-block;
    z-index: 10000;
    -webkit-animation: falling__Object 10s infinite linear;
    -moz-animation: falling__Object 10s infinite linear;
  }
  .section__countdown .falling__Object span.leaves {
    width: 5vw;
    background: url(../img/top-page/countdown/autumn__leaves.png);
    background-repeat: no-repeat;
    background-size: 75%;
    /* margin: -280px 84px 54px -34px;

                @media screen and (min-width: 320px) and (max-width:500px) {
                    width: 5vwvw;
                }*/
  }
  .section__countdown .falling__Object span.snow {
    width: 5vw;
    margin: -280px 84px 54px -34px;
    background: url("../img/top-page/countdown/snowflake.png");
    background-size: 70%;
    background-repeat: no-repeat;
  }
  .section__countdown .falling__Object span.green-leaf {
    width: 5vw;
    margin: -280px 84px 54px -34px;
    background: url("../img/top-page/countdown/summer_leaves.png");
    background-size: 70%;
    background-repeat: no-repeat;
  }
  .section__countdown .falling__Object span.spring {
    width: 5vw;
    margin: -280px 84px 54px -34px;
    background: url("../img/top-page/countdown/spring__leaves.png");
    background-size: 70%;
    background-repeat: no-repeat;
  }
  .section__countdown h2 {
    margin-top: 10px;
    margin-bottom: 20px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 6vw;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0;
  }
  .section__countdown ul {
    margin: 8px 0 20px;
    padding: 0;
    list-style: none;
    display: block;
    text-align: center;
  }
  .section__countdown ul li {
    display: inline-block;
  }
  .section__countdown ul li.seperator {
    padding: 0 5px;
    font-size: 10vw;
    font-weight: 900;
    line-height: 40px;
    vertical-align: top;
  }
  .section__countdown ul span {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14vw;
    font-style: normal;
    font-weight: 500;
    line-height: 48px;
  }
  .section__countdown ul p {
    font-family: 'Roboto Condensed', sans-serif;
    color: #000;
    font-weight: 600;
    font-size: 3.5vw;
  }
  /*
==========================================
Section Overview
==========================================
*/
  .section-overview {
    margin: 0 auto;
    padding-bottom: 0;
    width: 100%;
  }
  .section-overview .overview-header {
    margin: 4vw 0 25px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 6vw;
    font-weight: 900;
    line-height: 1.56;
  }
  .section-overview .video-div {
    width: 100%;
    display: block;
    letter-spacing: 0;
    font-size: 0;
  }
  .section-overview .video-div .overview-item1 {
    width: 100%;
    display: inline-block;
  }
  .section-overview .video-div .overview-item1 img {
    width: 100%;
  }
  .section-overview .video-div .overview-item2 {
    padding: 20px 6vw 30px;
    width: 86.3%;
    display: inline-block;
    background-color: #eeeeee;
    vertical-align: top;
    text-align: justify;
  }
  .section-overview .video-div .overview-item2 h2 {
    margin-bottom: 12px;
    text-align: center;
    font-size: 5vw;
    line-height: 1.30;
    font-weight: 600;
  }
  .section-overview .video-div .overview-item2 p {
    text-align: justify;
    font-size: 4vw;
    line-height: 1.5;
  }
  /*
==========================================
Section KV
==========================================
*/
  .section__registration .section__registration__container .section__registration__bgContainer {
    background-image: url(../img/top-page/sp-img/info/outline_bg.png);
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
  }
  .section__registration .section__registration__container .section__registration__bgContainer .section__registration__content {
    padding: 45px 5vw 25vw 5vw;
  }
  .section__registration .section__registration__container .section__registration__bgContainer .section__registration__content a {
    margin: 0 auto;
    padding: 13px 0;
    display: block;
    width: 100%;
    color: #000;
    font-family: 'Roboto Condensed', sans-serif;
    font-style: normal;
    color: #fff;
    font-size: 6vw;
    font-weight: 900;
    line-height: 1.83;
    letter-spacing: 0.12em;
    text-align: center;
    background-color: #b3212c;
    border: 0;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    text-transform: uppercase;
  }
  .section__registration .section__registration__container .section__registration__bgContainer .section__registration__content a p {
    font-size: 4vw;
    line-height: 1.83;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-style: normal;
    color: #fff;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
  }
  .section__registration .section__registration__container .section__registration__bgContainer .section__registration__content a:hover {
    background-color: #b3212c;
    color: #fff;
    border-color: transparent;
    cursor: pointer;
  }
  .section__registration .section__registration__container .section__registration__bgContainer .section__registration__content a:hover p {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
  }
  .section__visualBox {
    margin: 40px auto 0;
    width: 100%;
  }
  .section__visualBox .section__visualBox__container {
    margin: 0 auto;
    width: 100%;
  }
  .section__visualBox .section__visualBox__container .section__visualBox__bgContainer {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .section__visualBox .section__visualBox__container .section__visualBox__bgContainer.our__future {
    background-image: url("../img/top-page/sp-img/info/bamboo_bg.png");
  }
  .section__visualBox .section__visualBox__container .section__visualBox__bgContainer.focus__on {
    background-image: url("../img/top-page/sp-img/info/gate_bg.png");
  }
  .section__visualBox .section__visualBox__container .section__visualBox__bgContainer.venue__travel {
    background-image: url("../img/top-page/sp-img/info/macchi_bg.png");
  }
  .section__visualBox .section__visualBox__container .section__visualBox__bgContainer .visualBox__container {
    padding: 15vw 5vw 13vw;
  }
  .section__visualBox .section__visualBox__container .section__visualBox__bgContainer .visualBox__container.left-align {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .section__visualBox .section__visualBox__container .section__visualBox__bgContainer .visualBox__container.right-align {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .section__visualBox .section__visualBox__container .section__visualBox__bgContainer .visualBox__container.centered-align {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .section__visualBox .section__visualBox__container .section__visualBox__bgContainer .visualBox__container .visualBox__content {
    padding: 9.5vw 7.5vw 10vw;
    width: 100%;
    max-width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .section__visualBox .section__visualBox__container .section__visualBox__bgContainer .visualBox__container .visualBox__content h2 {
    margin-bottom: 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 6vw;
    line-height: 1.9;
    text-align: center;
    font-weight: 900;
  }
  .section__visualBox .section__visualBox__container .section__visualBox__bgContainer .visualBox__container .visualBox__content p {
    margin-top: 2vw;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 3.7vw;
    line-height: 1.83;
    letter-spacing: 0;
    text-align: justify;
  }
  .section__visualBox .section__visualBox__container .section__visualBox__bgContainer .visualBox__container .visualBox__content .btn__container {
    margin: 25px auto 0;
    width: 100%;
  }
  .section__visualBox .section__visualBox__container .section__visualBox__bgContainer .visualBox__container .visualBox__content .btn__container a {
    margin: 0 auto;
    padding: 5px 0;
    width: 100%;
    max-width: 200px;
    display: block;
    color: #fff;
    border: 1px solid #fff;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
  }
  .section__visualBox .section__visualBox__container .section__visualBox__bgContainer .visualBox__container .visualBox__content .btn__container a p {
    margin-top: 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 4vw;
    font-style: normal;
    letter-spacing: 0.1em;
    text-align: center;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
  }
  .section__visualBox .section__visualBox__container .section__visualBox__bgContainer .visualBox__container .visualBox__content .btn__container a:hover {
    border-color: #fff;
    background-color: transparent;
  }
  .section__visualBox .section__visualBox__container .section__visualBox__bgContainer .visualBox__container .visualBox__content .btn__container a:hover p {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
  }
  .section__boxLinks {
    margin: 0 auto;
    width: 100%;
  }
  .section__boxLinks .section__boxLinks__bgContainer {
    background-image: url(../img/top-page/sponsors/house_bottom_bg2-sp.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .section__boxLinks .section__boxLinks__bgContainer .section__boxLinks__container {
    margin: 0 auto;
    width: 100%;
    max-width: 1100px;
  }
  .section__boxLinks .section__boxLinks__bgContainer .section__boxLinks__container .boxLinks__itemContainer {
    padding: 15vw 5vw 18vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section__boxLinks .section__boxLinks__bgContainer .section__boxLinks__container .boxLinks__itemContainer .boxLinks__item {
    width: 100%;
  }
  .section__boxLinks .section__boxLinks__bgContainer .section__boxLinks__container .boxLinks__itemContainer .boxLinks__item:nth-child(2) {
    margin: 35px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .section__boxLinks .section__boxLinks__bgContainer .section__boxLinks__container .boxLinks__itemContainer .boxLinks__item a {
    display: block;
  }
  .section__boxLinks .section__boxLinks__bgContainer .section__boxLinks__container .boxLinks__itemContainer .boxLinks__item a:hover .boxLinks__item__bg {
    opacity: .8;
  }
  .section__boxLinks .section__boxLinks__bgContainer .section__boxLinks__container .boxLinks__itemContainer .boxLinks__item a:hover .boxLinks__item__bg .boxLinks__item__icon {
    transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
  }
  .section__boxLinks .section__boxLinks__bgContainer .section__boxLinks__container .boxLinks__itemContainer .boxLinks__item a:hover .boxLinks__item__bg .boxLinks__item__text h1 {
    transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
  }
  .section__boxLinks .section__boxLinks__bgContainer .section__boxLinks__container .boxLinks__itemContainer .boxLinks__item .boxLinks__item__bg {
    padding: 7vw 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
  }
  .section__boxLinks .section__boxLinks__bgContainer .section__boxLinks__container .boxLinks__itemContainer .boxLinks__item .boxLinks__item__bg .boxLinks__item__icon {
    margin: 0 auto;
    width: 100%;
    max-width: 9vw;
  }
  .section__boxLinks .section__boxLinks__bgContainer .section__boxLinks__container .boxLinks__itemContainer .boxLinks__item .boxLinks__item__bg .boxLinks__item__text h1 {
    margin-top: 0;
    font-size: 6vw;
  }
  .section__sponsors {
    margin: 0 auto;
    width: 100%;
  }
  .section__sponsors .section__sponsors__bgContainer {
    background-image: url(../img/top-page/hosted.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
  }
  .section__sponsors .section__sponsors__bgContainer:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
  }
  .section__sponsors .section__sponsors__bgContainer .section__sponsors__container {
    margin: 0 auto;
    padding: 9vw 5vw;
    width: 100%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    z-index: 2;
  }
  .section__sponsors .section__sponsors__bgContainer .section__sponsors__container .section__sponsors__item__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .section__sponsors .section__sponsors__bgContainer .section__sponsors__container .section__sponsors__item__container .section__sponsors__item:nth-child(2) {
    width: 100%;
    max-width: 100%;
  }
  .section__sponsors .section__sponsors__bgContainer .section__sponsors__container .section__sponsors__item__container .section__sponsors__item .sponsors__icon__thumbnail__flexContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .section__sponsors .section__sponsors__bgContainer .section__sponsors__container .section__sponsors__item__container .section__sponsors__item .sponsors__icon__thumbnail__flexContainer .sponsors__icon__thumbnail {
    margin-right: 10vw;
    width: 100%;
    max-width: 85px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .section__sponsors .section__sponsors__bgContainer .section__sponsors__container .section__sponsors__item__container .section__sponsors__item .sponsors__icon__thumbnail__flexContainer .sponsors__icon__thumbnail:first-child {
    max-width: 96px;
  }
  .section__sponsors .section__sponsors__bgContainer .section__sponsors__container .section__sponsors__item__container .section__sponsors__item .sponsors__icon__thumbnail__flexContainer .sponsors__icon__thumbnail:last-child {
    margin-right: 0;
  }
  .section__sponsors .section__sponsors__bgContainer .section__sponsors__container .section__sponsors__item__container .section__sponsors__item .sponsors__text__container {
    margin-top: 7vw;
    width: 100%;
    max-width: 100%;
  }
  .section__sponsors .section__sponsors__bgContainer .section__sponsors__container .section__sponsors__item__container .section__sponsors__item .sponsors__text__container h1 {
    padding-bottom: 15px;
    font-size: 3.5vw;
    line-height: 1.10;
    letter-spacing: 0.05em;
  }
  .section__sponsors .section__sponsors__bgContainer .section__sponsors__container .section__sponsors__item__container .section__sponsors__item .sponsors__text__container p {
    font-size: 4vw;
  }
}

/**************************************
Child
***************************************/
/* 
========================================== 
Nav- menu for child pages
========================================== 
*/
#sub-menu {
  margin: 0 auto;
  display: block;
  text-align: center;
  border-top: 1px solid #D3D3D3;
  background-color: #FFF;
}

#sub-menu .about__subContainer {
  margin: 0 auto;
  width: 90%;
  display: block;
}

#sub-menu .about__subContainer .about__leftSub {
  display: inline-block;
  float: none;
  margin-bottom: 0;
}

#sub-menu .about__subContainer .about__rightSub {
  display: inline-block;
}

#sub-menu .venue__subContainer {
  margin: 0 auto;
  width: 90%;
  display: inline-block;
}

#sub-menu .venue__subContainer .sub__gridItem {
  margin: 0 auto;
  display: inline-block;
}

#sub-menu .sponsorship__subContainer {
  margin: 0 auto;
  width: 90%;
  display: inline-block;
}

#sub-menu .sponsorship__subContainer .sub__gridItem {
  margin: 0 auto;
  display: inline-block;
}

@media screen and (min-width: 1437px) {
  #sub-menu {
    margin-top: 0;
    display: block !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1437px) {
  #sub-menu {
    margin-top: 0;
    display: block !important;
  }
}

#sub-menu ul {
  list-style: none;
  overflow: auto;
  vertical-align: middle;
}

#sub-menu li {
  margin: 0 auto;
  padding: 1px 14px 0;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  line-height: 48px;
}

#sub-menu a {
  cursor: pointer;
  padding: 23px 5px 30px;
  position: relative;
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: 0.06em;
  font-size: 14px;
  line-height: 4px;
  font-weight: 100;
  color: #000;
  text-transform: uppercase;
  opacity: 1;
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
}

#sub-menu a:hover {
  opacity: .6;
}

#sub-menu a:hover::before, #sub-menu a.sub-active::before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

#sub-menu a.sub-active {
  color: #888888;
  pointer-events: none;
  cursor: default;
}

#sub-menu a:hover, #sub-menu a:focus, #sub-menu a:active {
  text-decoration: none;
}

#sub-menu a::before {
  content: '';
  font-size: 20px;
  width: 100%;
  height: 4px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #b3212c;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: color 0.1s, -webkit-transform 0.2s ease-out;
  transition: color 0.1s, -webkit-transform 0.2s ease-out;
  transition: color 0.1s, transform 0.2s ease-out;
  transition: color 0.1s, transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

#sub-menu a.sub-active:hover::before {
  display: none;
}

#sub-menu a:active::before {
  background-color: #000;
}

#sub-menu a:hover::before, #sub-menu a:focus::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

/******************************
    Child sp
*******************************/
@media screen and (max-width: 767px) {
  /* 
========================================== 
Nav- menu for child pages
========================================== 
*/
  #sub-menu {
    margin: 0 auto;
    display: block;
    text-align: center;
    border-top: 1px solid #D3D3D3;
    background-color: #FFF;
    /*******
        this is for the about child page submenu
        ********/
  }
  #sub-menu .about__subContainer {
    margin: 0 auto;
    margin-top: 20px;
    width: 100%;
    display: block;
    letter-spacing: 0;
    font-size: 0;
  }
  #sub-menu .about__subContainer .about__leftSub {
    margin: 0 auto;
    margin-left: 5%;
    width: auto;
    float: left;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0;
  }
  #sub-menu .about__subContainer .about__rightSub {
    width: auto;
    display: inline-block;
    vertical-align: top;
  }
  #sub-menu .about__subContainer .about__rightSub li {
    padding-left: 0;
  }
  #sub-menu .venue__subContainer {
    margin: 0 auto;
    width: 100%;
    display: inline-block;
  }
  #sub-menu .venue__subContainer .sub__gridItem {
    margin: 0 auto;
    display: block;
  }
  #sub-menu .sponsorship__subContainer {
    margin: 0 auto;
    width: 100%;
    display: inline-block;
  }
  #sub-menu .sponsorship__subContainer .sub__gridItem {
    margin: 0 auto;
    display: block;
  }
}

@media screen and (max-width: 767px) and (min-width: 1437px) {
  #sub-menu {
    margin-top: 0;
    display: block !important;
  }
}

@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1437px) {
  #sub-menu {
    margin-top: 0;
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  #sub-menu ul {
    list-style: none;
    overflow: auto;
    vertical-align: middle;
  }
  #sub-menu li {
    margin: 0 auto;
    padding: 1px 0 0;
    display: block;
    text-align: left;
    font-size: 14px;
    line-height: 48px;
  }
  #sub-menu li.centered__li {
    text-align: center;
  }
  #sub-menu a {
    cursor: pointer;
    padding: 23px 0 30px;
    position: relative;
    display: block;
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 0.06em;
    font-size: 14px;
    line-height: 4px;
    font-weight: 100;
    color: #000;
    text-transform: uppercase;
  }
}

@media screen and (max-width: 767px) and (min-width: 320px) and (max-width: 400px) {
  #sub-menu a {
    font-size: 3.5vw;
  }
}

@media screen and (max-width: 767px) {
  #sub-menu a:hover::before, #sub-menu a.sub-active::before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  #sub-menu a.sub-active {
    color: #b3212c;
    pointer-events: none;
    cursor: default;
  }
  #sub-menu a:hover, #sub-menu a:focus, #sub-menu a:active {
    text-decoration: none;
  }
  #sub-menu a::before {
    content: '';
    font-size: 20px;
    width: 100%;
    height: 0;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #b3212c;
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transition: color 0.1s, -webkit-transform 0.2s ease-out;
    transition: color 0.1s, -webkit-transform 0.2s ease-out;
    transition: color 0.1s, transform 0.2s ease-out;
    transition: color 0.1s, transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  }
  #sub-menu a.sub-active:hover::before {
    display: none;
  }
  #sub-menu a:active::before {
    background-color: #000;
  }
  #sub-menu a:hover::before, #sub-menu a:focus::before {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

/**************************************
About Page
***************************************/
.pad-r-52 {
  padding-right: 52px;
}

.pad-r-tel-fax-sp {
  padding-right: 40px;
}

.pad-r-email-sp {
  padding-right: 24px;
  color: blue;
}

.br-sp {
  display: none;
}

/* 
========================================== 
Welcome Greet 
link: apsr2020/about/greeting
========================================== 
*/
.welcome__greet {
  margin: 0 auto;
  margin-top: 40px;
  width: 100%;
}

.welcome__greet h2 {
  margin-bottom: 10px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.62;
  color: #b3212c;
  text-align: left;
}

.welcome__greet .welcome__greetContent {
  margin-bottom: 30px;
}

.welcome__greet .welcome__greetContent p {
  font-size: 18px;
  line-height: 1.62;
  font-family: 'Roboto Condensed', sans-serif;
  text-align: left;
}

.welcome__greet .leaders__Section {
  margin: 0 auto;
  margin-bottom: 30px;
  width: 100%;
  text-align: right;
}

.welcome__greet .leaders__Section:last-child {
  margin-bottom: 90px;
}

.welcome__greet .leaders__Section img {
  width: 390px;
}

.welcome__greet .leaders__Section .leaders__Container1 {
  width: 21%;
  vertical-align: top;
  position: absolute;
  right: 52%;
  display: inline-block;
  margin-top: 68px;
}

.welcome__greet .leaders__Section .leaders__Container1 .leader__title {
  font-size: 17px;
  line-height: 1.62;
  font-family: 'Roboto Condensed', sans-serif;
}

.welcome__greet .leaders__Section .leaders__Container2 {
  text-align: left;
  display: inline-block;
  width: 50%;
}

.welcome__greet .leaders__Section .leaders__Container2 .signature {
  margin: 0 auto;
  width: auto;
}

.welcome__greet .leaders__Section .leaders__Container2 .signature img {
  margin-top: -85px;
}

@media screen and (min-width: 320px) and (max-width: 390px) {
  .welcome__greet .leaders__Section .leaders__Container2 .signature img {
    margin-top: -70px;
  }
}

.welcome__greet .leaders__Section .leaders__Container2 .leader__Name {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.62;
}

.welcome__greet .leaders__Section .leaders__Container2 .leader__Info {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 17px;
  line-height: 1.62;
}

/* 
========================================== 
general Information
========================================== 
*/
/*LIST*/
.general__Information {
  margin: 0 auto;
  margin: 40px 0 90px;
  width: 100%;
  display: block;
}

.general__Information h2 {
  text-align: left;
  color: #b3212c;
  font-size: 24px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 600;
  line-height: 1.62;
}

.general__Information h2.mar-b-0 {
  margin-bottom: 0;
}

.general__Information p {
  text-align: left;
  font-size: 18px;
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 1.62;
}

.general__Information p span a {
  color: blue;
  opacity: 1;
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
}

.general__Information p span a:hover {
  opacity: .6;
}

.general__Information p span.txt-underline {
  position: relative;
  z-index: 3;
}

.general__Information p span.txt-underline:before {
  content: "";
  margin: 0 auto;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: royalblue;
  z-index: -1;
}

.general__Information p span.txt-underline:after {
  content: "";
  margin: 0 auto;
}

.general__Information p a span.blue-underline {
  position: relative;
  z-index: 3;
  color: blue;
}

.general__Information p a span.blue-underline:before {
  content: "";
  margin: 0 auto;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: royalblue;
  z-index: -1;
}

.general__Information .general__info1 {
  width: auto;
  display: block;
}

.general__Information .general__info2 {
  margin: 40px 0;
  width: auto;
  display: block;
}

.general__Information .general__info2 h3 {
  color: #b3212c;
  text-align: left;
  font-size: 18px;
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 1.62;
}

.general__Information .general__info2 h3.margin__top {
  margin-top: 10px;
}

.general__Information .table__container {
  margin: 20px auto;
  width: 100%;
}

.general__Information .table__container table tr {
  font-size: 18px;
  line-height: 1.62;
  font-family: 'Roboto Condensed', sans-serif;
  text-align: center;
}

.general__Information .table__container table tr th {
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #cecece;
  background-color: #efefef;
  font-weight: normal;
  text-align: left !important;
}

.general__Information .table__container table tr th:nth-child(1) {
  font-weight: normal;
}

.general__Information .table__container table tr th.second__table {
  background-color: #dae6f3;
}

.general__Information .table__container table tr td {
  padding: 5px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ddd;
  text-align: left !important;
  vertical-align: top;
}

.general__Information .table__container table tr td:first-child {
  text-align: left;
  font-weight: bold;
}

.general__Information table a span.blue-underline {
  position: relative;
  z-index: 3;
  color: blue;
}

.general__Information table a span.blue-underline:before {
  content: "";
  margin: 0 auto;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: royalblue;
  z-index: -1;
}

.general__Information .list__container {
  margin: 20px auto;
  width: 100%;
}

.general__Information .list__container h3 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  line-height: 1.62;
  color: #b3212c;
  text-align: left;
}

.general__Information .list__container span.circle {
  font-weight: bold;
  padding-right: 10px;
}

.general__Information .list__container ul {
  padding-left: 16px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  line-height: 1.62;
}

.general__Information .list__container ul li {
  font-size: 18px;
  line-height: 1.62;
  font-family: 'Roboto Condensed', sans-serif;
  text-align: left;
}

.general__Information ul a {
  padding: 7px 25px 7px 0;
  background: url("../img/child-page/about/arrow.svg") right center/18px auto no-repeat;
}

.general__Information ul a span.blue-underline {
  position: relative;
  z-index: 3;
  color: blue;
}

.general__Information ul a span.blue-underline:before {
  content: "";
  margin: 0 auto;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: royalblue;
  z-index: -1;
}

.general__Information ul a span.blue-underline:after {
  content: "";
  margin: 0 auto;
}

/* 
========================================== 
Section outline__content
link: apsr2020/about/outline
========================================== 
*/
.outline__Content {
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 90px;
  width: 100%;
}

.outline__Content h2 {
  margin-bottom: 20px;
  text-align: left;
  color: #b3212c;
  font-size: 24px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 600;
  line-height: 1.62;
}

.outline__Content h2.key-date {
  margin-bottom: 0;
}

.outline__Content p {
  text-align: left;
  font-size: 18px;
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 1.62;
}

.outline__Content .items__Container {
  margin: 0 auto;
  width: 100%;
  display: inline-block;
  letter-spacing: 0;
  font-size: 0;
}

.outline__Content .items__Container .container__item1 {
  margin: 0 auto;
  width: 50%;
  display: inline-block;
  float: left;
}

.outline__Content .items__Container .container__item2 {
  margin: 0 auto;
  width: 50%;
  display: inline-block;
  text-align: left;
}

.outline__Content .items__Container .container__item2 iframe {
  width: 460px;
  display: block;
  height: 278px;
}

.outline__Content .outline__titles {
  margin-bottom: 30px;
  width: 100%;
  text-align: left;
}

.outline__Content .outline__titles h3 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  line-height: 1.62;
  color: #b3212c;
}

.outline__Content .outline__titles p {
  padding-left: 16px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  line-height: 1.62;
}

.outline__Content .outline__titles p a {
  color: blue;
  opacity: 1;
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
}

.outline__Content .outline__titles p a:hover {
  opacity: .6;
}

.outline__Content .outline__titles p a span.blue-underline {
  position: relative;
  z-index: 3;
}

.outline__Content .outline__titles p a span.blue-underline:before {
  content: "";
  margin: 0 auto;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: royalblue;
  z-index: -1;
}

.outline__Content .outline__titles p a span.blue-underline:after {
  content: "";
  margin: 0 auto;
}

/* 
========================================== 
Committees section
link: apsr2020/about/committees
========================================== 
*/
.committees__Content {
  margin: 0 auto;
  margin-top: 40px;
  width: 100%;
  display: block;
}

.committees__Content .inner__Cont {
  margin: 0 auto;
  width: 100%;
}

.committees__Content .inner__Cont table {
  margin: 30px 0;
  text-align: left;
}

.committees__Content .inner__Cont table:last-child {
  margin: 30px 0 90px;
}

.committees__Content .inner__Cont table th,
.committees__Content .inner__Cont table td {
  padding: 15px;
  text-align: left;
}

.committees__Content .inner__Cont table td {
  line-height: 0.5;
}

.committees__Content .inner__Cont table td.first-td {
  width: 25%;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
}

.committees__Content .inner__Cont table td.second-td {
  font-weight: 400;
  width: 25%;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
}

.committees__Content .inner__Cont table td.third-td {
  width: 50%;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
}

.committees__Content .inner__Cont table tr:nth-child(odd) {
  background-color: #fffee7;
}

.committees__Content .inner__Cont table tr:nth-child(odd).not-odd {
  background-color: #fff;
}

.committees__Content .inner__Cont table .yellow-table {
  background-color: #fffee7 !important;
}

.committees__Content .inner__Cont p {
  text-align: left;
  color: #b3212c;
  font-size: 18px;
  line-height: 1.62;
  font-family: 'Roboto Condensed', sans-serif;
}

.committees__Content .inner__Cont h2 {
  text-align: left;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 24px;
  line-height: 1.62;
  font-weight: 600;
  color: #b3212c;
}

/* 
========================================== 
Secretariat page
link: apsr2020/about/secretariat
========================================== 
*/
.apsr__Secretariat {
  margin: 0 auto;
  margin-bottom: 90px;
  width: 100%;
}

.apsr__Secretariat .secretariat__innerContainer {
  padding-left: 10px;
  padding-bottom: 30px;
}

.apsr__Secretariat .secretariat__innerContainer.no-pad-b {
  padding-bottom: 0;
}

.apsr__Secretariat .secretariat__innerContainer h2 {
  margin: 30px 0 30px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.62;
  color: #b3212c;
  text-align: left;
}

.apsr__Secretariat .secretariat__innerContainer h3 {
  text-align: left;
  color: #b3212c;
  font-size: 18px;
  line-height: 1.62;
  font-family: 'Roboto Condensed', sans-serif;
}

.apsr__Secretariat .secretariat__innerContainer p {
  padding-left: 17px;
  font-size: 18px;
  line-height: 1.80;
  font-family: 'Roboto Condensed', sans-serif;
  text-align: left;
}

.apsr__Secretariat .secretariat__innerContainer p a.link {
  color: blue;
  opacity: 1;
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
}

.apsr__Secretariat .secretariat__innerContainer p a.link:hover {
  opacity: .6;
}

.apsr__Secretariat .secretariat__innerContainer p a span.blue-underline {
  position: relative;
  z-index: 3;
}

.apsr__Secretariat .secretariat__innerContainer p a span.blue-underline:before {
  content: "";
  margin: 0 auto;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: royalblue;
  z-index: -1;
}

.apsr__Secretariat .secretariat__innerContainer p a span.blue-underline:after {
  content: "";
  margin: 0 auto;
}

.apsr__Secretariat .blue__logoContainer {
  margin: 0 0 30px;
  width: 430px;
}

.apsr__Secretariat .blue__logoContainer a {
  padding: 10px;
  display: block;
  border: #fff 1px solid;
  border-radius: 20px;
  background: #A9A9A9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 24px;
  line-height: 1.8;
  text-align: center;
  text-decoration: none;
  color: #fff;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  cursor: pointer;
}

.apsr__Secretariat .blue__logoContainer a:hover {
  background: #fff;
  border: #808080 1px solid;
  color: #808080;
}

/******************************
**
**
**
**
    About Page sp
**
**
**
**
**
*******************************/
@media screen and (max-width: 767px) {
  .pad-r-tel-fax-sp {
    padding-right: 40px;
  }
  .pad-r-email-sp {
    padding-right: 24px;
  }
  /* 
========================================== 
Committees section
link: apsr2020/about/committees
========================================== 
*/
  .header {
    margin: 0 auto;
    margin-top: 30px;
    width: 100%;
    display: block;
  }
  .header h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.62;
    color: #b3212c;
    text-align: left;
  }
  .committees__Content {
    margin: 0 auto;
    margin-top: 0;
    margin-bottom: 80px;
    width: 100%;
    display: block;
    overflow-x: scroll;
  }
  .committees__Content .inner__Cont {
    margin: 0 auto;
    padding-right: 5%;
    width: 225vw;
  }
  .committees__Content .inner__Cont img {
    padding: 25px 0 0;
  }
  /* 
========================================== 
Welcome Greet 
link: apsr2020/about/greeting
========================================== 
*/
  .welcome__greet {
    margin: 0 auto;
    margin-top: 30px;
    width: 100%;
  }
  .welcome__greet h2 {
    margin-bottom: 10px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.62;
    color: #b3212c;
    text-align: left;
  }
  .welcome__greet .welcome__greetContent {
    margin-bottom: 30px;
  }
  .welcome__greet .welcome__greetContent p {
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 1.62;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: left;
  }
  .welcome__greet .leaders__Section {
    margin: 0 auto;
    margin-bottom: 15px;
    width: 100%;
    text-align: right;
  }
  .welcome__greet .leaders__Section:last-child {
    margin-bottom: 90px;
  }
  .welcome__greet .leaders__Section img {
    width: 100%;
  }
  .welcome__greet .leaders__Section .leaders__Container1 {
    width: 100%;
    vertical-align: top;
    position: relative;
    right: 0;
    text-align: left;
    text-align: left;
    display: inline-block;
    margin-top: 10px;
  }
  .welcome__greet .leaders__Section .leaders__Container1 .leader__title {
    font-size: 18px;
    line-height: 1.62;
    font-family: 'Roboto Condensed', sans-serif;
  }
  .welcome__greet .leaders__Section .leaders__Container2 {
    text-align: left;
    display: inline-block;
    width: 100%;
  }
  .welcome__greet .leaders__Section .leaders__Container2 .leader__title {
    font-size: 18px;
    line-height: 1.62;
    font-family: 'Roboto Condensed', sans-serif;
  }
  .welcome__greet .leaders__Section .leaders__Container2 .leader__Name {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.62;
  }
  .welcome__greet .leaders__Section .leaders__Container2 .leader__Info {
    font-size: 18px;
    line-height: 1.62;
  }
  /* 
========================================== 
general Information
========================================== 
*/
  .general__Information {
    margin: 0 auto;
    margin: 30px 0 40px;
    width: 100%;
    display: block;
  }
  .general__Information h2 {
    text-align: left;
    color: #b3212c;
    font-size: 24px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    line-height: 1.62;
  }
  .general__Information p {
    text-align: left;
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 1.62;
  }
  .general__Information .general__info1 {
    width: auto;
    display: block;
  }
  .general__Information .general__info2 {
    margin: 40px 0;
    width: auto;
    display: block;
  }
  .general__Information .general__info2 h3 {
    color: #b3212c;
    text-align: left;
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 1.62;
  }
  .general__Information .general__info2 h3.margin__top {
    margin-top: 15px;
  }
  /* 
========================================== 
Section outline__content
link: apsr2020/about/outline
========================================== 
*/
  .outline__Content {
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 60px;
    width: 100%;
  }
  .outline__Content h2 {
    margin-bottom: 20px;
    text-align: left;
    color: #b3212c;
    font-size: 24px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    line-height: 1.62;
  }
  .outline__Content h2.key-date {
    margin-bottom: 0;
  }
  .outline__Content p {
    text-align: left;
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 1.62;
  }
  .outline__Content .items__Container {
    margin: 0 auto;
    width: 100%;
    display: inline-block;
    letter-spacing: 0;
    font-size: 0;
  }
  .outline__Content .items__Container .container__item1 {
    margin: 0 auto;
    width: 100%;
    display: inline-block;
    float: left;
  }
  .outline__Content .items__Container .container__item2 {
    margin: 0 auto;
    margin-bottom: 40px;
    width: 100%;
    display: inline-block;
    text-align: left;
  }
  .outline__Content .items__Container .container__item2 iframe {
    width: 100%;
    display: block;
    height: 278px;
  }
  .outline__Content .outline__titles {
    width: 100%;
    margin-bottom: 30px;
    text-align: left;
  }
  .outline__Content .outline__titles h3 {
    margin-bottom: 5px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    line-height: 1.62;
    color: #b3212c;
  }
  .outline__Content .outline__titles p {
    padding-left: 17px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    line-height: 1.62;
  }
  .outline__Content .outline__titles p.outline-pad-b {
    padding-bottom: 20px;
  }
  .outline__Content .outline__titles p a {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    line-height: 1.62;
    color: blue;
  }
  .outline__Content .outline__titles p a span.blue-underline {
    position: relative;
    z-index: 3;
  }
  .outline__Content .outline__titles p a span.blue-underline:before {
    content: "";
    margin: 0 auto;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: royalblue;
    z-index: -1;
  }
  .outline__Content .outline__titles p a span.blue-underline:after {
    content: "";
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) and (min-width: 320px) and (max-width: 507px) {
  .outline__Content .outline__titles p a .br-sp {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  /* 
========================================== 
Secretariat page
link: apsr2020/about/secretariat
========================================== 
*/
  .apsr__Secretariat {
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 20vw;
    width: 100%;
  }
  .apsr__Secretariat .secretariat__innerContainer {
    padding-left: 10px;
  }
  .apsr__Secretariat .secretariat__innerContainer h2 {
    margin: 30px 0 40px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.62;
    color: #b3212c;
    text-align: left;
  }
  .apsr__Secretariat .secretariat__innerContainer p {
    padding-left: 16px;
    font-size: 18px;
    line-height: 1.80;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: left;
  }
  .apsr__Secretariat .blue__logoContainer {
    margin: 0 0 30px;
    width: 100%;
  }
  .apsr__Secretariat .blue__logoContainer a {
    padding: 4px;
    display: block;
    border: #fff 1px solid;
    border-radius: 20px;
    background: #A9A9A9;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 24px;
    line-height: 1.8;
    text-align: center;
    text-decoration: none;
    color: #fff;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    cursor: pointer;
  }
  .apsr__Secretariat .blue__logoContainer a:hover {
    background: #fff;
    border: #808080 1px solid;
    color: #808080;
  }
  /* 
========================================== 
Committees section
link: apsr2020/about/committees
========================================== 
*/
  .committees__Content {
    margin: 0 auto;
    margin-top: 0;
    width: 100%;
    display: block;
  }
  .committees__Content .inner__Cont {
    margin: 0 auto;
    width: 100%;
    min-width: 1100px;
  }
  .committees__Content .inner__Cont table {
    margin: 30px 0;
    text-align: left;
  }
  .committees__Content .inner__Cont table:last-child {
    margin: 30px 0 90px;
  }
  .committees__Content .inner__Cont table th,
  .committees__Content .inner__Cont table td {
    padding: 15px;
    text-align: left;
  }
  .committees__Content .inner__Cont table td {
    line-height: 0.5;
  }
  .committees__Content .inner__Cont table td.first-td {
    width: 25%;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
  }
  .committees__Content .inner__Cont table td.second-td {
    font-weight: 400;
    width: 25%;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
  }
  .committees__Content .inner__Cont table td.third-td {
    width: 50%;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
  }
  .committees__Content .inner__Cont table tr:nth-child(odd) {
    background-color: #fffee7;
  }
  .committees__Content .inner__Cont table tr:nth-child(odd).not-odd {
    background-color: #fff;
  }
  .committees__Content .inner__Cont table .yellow-table {
    background-color: #fffee7 !important;
  }
  .committees__Content .inner__Cont p {
    text-align: left;
    color: #b3212c;
    font-size: 18px;
    line-height: 1.62;
    font-family: 'Roboto Condensed', sans-serif;
  }
  .committees__Content .inner__Cont h2 {
    text-align: left;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 24px;
    line-height: 1.62;
    font-weight: 600;
    color: #b3212c;
  }
}

/**************************************
Venue & Travel Page
***************************************/
/* 
========================================== 
Explore-kyoto
link: apsr2020/venue&travel/access/kyoto
========================================== 
*/
.kyoto {
  margin: 0 auto;
  margin-bottom: 90px;
  width: 100%;
}

.kyoto .kyoto__headTxt {
  padding: 40px 0 30px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 21px;
  text-align: left;
  line-height: 1.62;
  color: #000;
}

.kyoto .about__Kyoto h2 {
  text-align: left;
  color: #b3212c;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.62;
  font-family: 'Roboto Condensed', sans-serif;
}

.kyoto .grid__itemContent1 {
  margin: 0 auto;
  margin-bottom: 30px;
  width: 100%;
  display: block;
  letter-spacing: 0;
  font-size: 0;
}

.kyoto .grid__itemContent1 .grid__item1 {
  display: inline-block;
  width: 52%;
  padding-right: 33px;
  vertical-align: top;
}

.kyoto .grid__itemContent1 .grid__item1 p {
  padding: 0 0 10px;
  text-align: justify;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  line-height: 1.62;
  color: #000;
}

.kyoto .grid__itemContent1 .grid__item1 p:last-child {
  padding: 0;
}

.kyoto .grid__itemContent1 .grid__item2 {
  width: 45%;
  vertical-align: middle;
  display: inline-block;
}

.kyoto .grid__itemContent1 .grid__item2 img {
  width: 100%;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.kyoto .grid__itemContent2 {
  margin: 0 auto;
  margin-bottom: 40px;
  width: 100%;
  display: block;
  letter-spacing: 0;
  font-size: 0;
}

.kyoto .grid__itemContent2 .grid__item1 {
  display: inline-block;
  width: 51.5%;
  vertical-align: top;
}

.kyoto .grid__itemContent2 .grid__item1 p {
  padding: 0 0 10px;
  font-family: 'Roboto Condensed', sans-serif;
  text-align: justify;
  font-size: 18px;
  line-height: 1.62;
  color: #000;
}

.kyoto .grid__itemContent2 .grid__item1 p:last-child {
  padding: 0;
}

.kyoto .grid__itemContent2 .grid__item2 {
  width: 45%;
  padding-right: 35px;
  vertical-align: middle;
  display: inline-block;
}

.kyoto .grid__itemContent2 .grid__item2 img {
  width: 100%;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.kyoto .explore__kyoto {
  margin: 0 auto;
  margin-bottom: 30px;
  width: 100%;
  display: block;
  letter-spacing: 0;
  font-size: 0;
}

.kyoto .explore__kyoto h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.62;
  font-family: 'Roboto Condensed', sans-serif;
  color: #b3212c;
  text-align: left;
}

.kyoto .explore__kyoto p {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  line-height: 1.62;
  color: #000;
  text-align: left;
}

.kyoto .explore__kyoto span a {
  color: blue;
  opacity: 1;
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
}

.kyoto .explore__kyoto span a:hover {
  opacity: .6;
}

.kyoto .explore__kyoto span.txt-underline {
  color: blue;
  position: relative;
  z-index: 1;
}

.kyoto .explore__kyoto span.txt-underline:before {
  content: "";
  margin: 0 auto;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: royalblue;
  z-index: -1;
}

.kyoto .explore__kyoto span.txt-underline:after {
  content: "";
  margin: 0 auto;
}

.kyoto .grid__3__itemsContainer {
  margin: 0 auto;
  margin-bottom: 50px;
  width: 100%;
  display: block;
  letter-spacing: 0;
  font-size: 0;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.kyoto .grid__3__itemsContainer .grid__3__items {
  display: inline-block;
  width: calc(97% / 3);
  margin-left: 1.5%;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .kyoto .grid__3__itemsContainer .grid__3__items {
    margin-left: 1.4%;
  }
}

.kyoto .grid__3__itemsContainer .grid__3__items:first-child {
  margin-left: 0;
}

.kyoto .grid__3__itemsContainer .grid__3__items img {
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.kyoto .kyoto__Attraction {
  margin: 0 auto;
  width: 100%;
  display: block;
  letter-spacing: 0;
  font-size: 0;
}

.kyoto .kyoto__Attraction .kyoto__attraction__head {
  text-align: left;
}

.kyoto .kyoto__Attraction .kyoto__attraction__head h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.62;
  font-family: 'Roboto Condensed', sans-serif;
  color: #b3212c;
}

.kyoto .kyoto__Attraction .kyoto__attraction__head p {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  line-height: 1.62;
}

.kyoto .kyoto__announcement {
  margin: 0 auto;
  margin-bottom: 70px;
  text-align: left;
}

.kyoto .kyoto__announcement h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.62;
  color: #b3212c;
}

.kyoto .kyoto__announcement p {
  font-size: 18px;
  line-height: 1.62;
  color: #000;
}

.querymodal.querymodal__img {
  max-width: 60%;
}

.blocker {
  z-index: 11;
}

/* 
========================================== 
//access page 
//path : /APSR2020/venue&travel/access/
========================================== 
*/
.venue__accessSection {
  margin: 0 auto;
  margin-top: 0;
  padding-bottom: 90px;
  width: 100%;
  /*  map__Grid  */
}

.venue__accessSection .inner__Container {
  padding-left: 5px;
}

.venue__accessSection .inner__Container h2 {
  margin: 40px 0 10px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.62;
  color: #b3212c;
  text-align: left;
}

.venue__accessSection .inner__Container p {
  font-size: 18px;
  line-height: 1.62;
  font-family: 'Roboto Condensed', sans-serif;
  text-align: left;
}

.venue__accessSection .inner__Container p.title {
  font-size: 18px;
  color: #b3212c;
}

.venue__accessSection .inner__Container p span a {
  color: blue;
  opacity: 1;
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
}

.venue__accessSection .inner__Container p span a:hover {
  opacity: .6;
}

.venue__accessSection .inner__Container p span.txt-underline {
  color: blue;
  position: relative;
  z-index: 3;
}

.venue__accessSection .inner__Container p span.txt-underline:before {
  content: "";
  margin: 0 auto;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: royalblue;
  z-index: -1;
}

.venue__accessSection .inner__Container p span.txt-underline:after {
  content: "";
  margin: 0 auto;
}

.venue__accessSection .map__Grid {
  margin: 30px auto;
  width: 100%;
  display: block;
}

.venue__accessSection .map__Grid .item__Margin {
  display: block;
  float: left;
  margin: 1% 0 1% 3%;
}

.venue__accessSection .map__Grid .item__Margin:first-child {
  margin-left: 0;
}

.venue__accessSection .map__Grid .map__item {
  width: 47.8%;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.venue__accessSection .map__Grid .map__item iframe {
  width: 100%;
  height: 316px;
}

/******************************
**
**
**
**
    Venu & Travel Page sp
**
**
**
**
*******************************/
@media screen and (max-width: 767px) {
  /* 
========================================== 
Explore-kyoto
link: apsr2020/venue&travel/access/kyoto
========================================== 
*/
  .kyoto {
    margin: 0 auto;
    margin-bottom: 60px;
    width: 100%;
  }
  .kyoto .kyoto__headTxt {
    padding: 30px 0 30px;
    font-size: 20px;
    text-align: left;
    line-height: 1.62;
    color: #000;
  }
  .kyoto .about__Kyoto h2 {
    text-align: left;
    color: #b3212c;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.62;
    font-family: 'Roboto Condensed', sans-serif;
  }
  .kyoto .grid__itemContent1 {
    margin: 0 auto;
    margin-bottom: 30px;
    width: 100%;
    display: block;
    letter-spacing: 0;
    font-size: 0;
  }
  .kyoto .grid__itemContent1 .grid__item1 {
    display: block;
    width: 100%;
    padding-right: 0;
    vertical-align: top;
  }
  .kyoto .grid__itemContent1 .grid__item1 p {
    padding: 10px 0 15px;
    text-align: justify;
    font-size: 18px;
    line-height: 1.62;
    color: #000;
  }
  .kyoto .grid__itemContent1 .grid__item1 p:last-child {
    margin-bottom: 25px;
    padding: 0;
  }
  .kyoto .grid__itemContent1 .grid__item2 {
    width: 100%;
    vertical-align: middle;
    display: block;
  }
  .kyoto .grid__itemContent1 .grid__item2 img {
    width: 100%;
  }
  .kyoto .grid__itemContent2 {
    margin: 0 auto;
    margin-bottom: 40px;
    width: 100%;
    display: block;
    letter-spacing: 0;
    font-size: 0;
  }
  .kyoto .grid__itemContent2 .grid__item1 {
    margin-top: 10px;
    margin-bottom: 25px;
    width: 100%;
    display: block;
    vertical-align: top;
  }
  .kyoto .grid__itemContent2 .grid__item1 p {
    padding: 0 0 10px;
    text-align: justify;
    font-size: 17px;
    line-height: 1.62;
    color: #000;
  }
  .kyoto .grid__itemContent2 .grid__item1 p:last-child {
    padding: 0;
  }
  .kyoto .grid__itemContent2 .grid__item2 {
    width: 100%;
    padding-right: 0;
    vertical-align: middle;
    display: block;
  }
  .kyoto .grid__itemContent2 .grid__item2 img {
    width: 100%;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
  }
  .kyoto .explore__kyoto {
    margin: 0 auto;
    margin-bottom: 30px;
    width: 100%;
    display: block;
    letter-spacing: 0;
    font-size: 0;
  }
  .kyoto .explore__kyoto h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.62;
    font-family: 'Roboto Condensed', sans-serif;
    color: #b3212c;
    text-align: left;
  }
  .kyoto .explore__kyoto p {
    font-size: 18px;
    line-height: 1.62;
    color: #000;
    text-align: left;
  }
  .kyoto .explore__kyoto span.txt-underline {
    color: blue;
    position: relative;
    z-index: 3;
  }
  .kyoto .explore__kyoto span.txt-underline:before {
    content: "";
    margin: 0 auto;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: royalblue;
    z-index: -1;
  }
  .kyoto .explore__kyoto span.txt-underline:after {
    content: "";
    margin: 0 auto;
  }
  .kyoto .grid__3__itemsContainer {
    margin: 0 auto;
    margin-bottom: 30px;
    width: 100%;
    display: block;
    letter-spacing: 0;
    font-size: 0;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
  }
  .kyoto .grid__3__itemsContainer .grid__3__items {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-bottom: 3%;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
  }
  .kyoto .grid__3__itemsContainer .grid__3__items:first-child {
    margin-left: 0;
  }
  .kyoto .grid__3__itemsContainer .grid__3__items img {
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
  }
  .kyoto .kyoto__Attraction {
    margin: 0 auto;
    width: 100%;
    display: block;
    letter-spacing: 0;
    font-size: 0;
  }
  .kyoto .kyoto__Attraction .kyoto__attraction__head {
    text-align: left;
  }
  .kyoto .kyoto__Attraction .kyoto__attraction__head h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.62;
    font-family: 'Roboto Condensed', sans-serif;
    color: #b3212c;
  }
  .kyoto .kyoto__Attraction .kyoto__attraction__head p {
    font-size: 18px;
    line-height: 1.62;
  }
  .kyoto .kyoto__announcement {
    margin: 0 auto;
    margin-bottom: 90px;
    text-align: left;
  }
  .kyoto .kyoto__announcement h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.62;
    color: #b3212c;
  }
  .kyoto .kyoto__announcement p {
    font-size: 18px;
    line-height: 1.62;
    color: #000;
  }
  .querymodal.querymodal__img {
    max-width: 100%;
  }
  .modal {
    width: 100%;
  }
  /*  
========================================== 
//access page 
//path : /APSR2020/venue&travel/access/
========================================== 
*/
  .venue__accessSection {
    margin: 0 auto;
    padding-bottom: 75px;
    width: 100%;
    /*  map__Grid  */
  }
  .venue__accessSection .inner__Container {
    padding-left: 5px;
  }
  .venue__accessSection .inner__Container h2 {
    margin: 30px 0 10px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.62;
    color: #b3212c;
    text-align: left;
  }
  .venue__accessSection .inner__Container p {
    font-size: 18px;
    line-height: 1.62;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: left;
  }
  .venue__accessSection .inner__Container p.title {
    font-size: 18px;
    color: #b3212c;
  }
  .venue__accessSection .inner__Container p span.txt-underline {
    color: blue;
    position: relative;
    z-index: 3;
  }
  .venue__accessSection .inner__Container p span.txt-underline:before {
    content: "";
    margin: 0 auto;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: royalblue;
    z-index: -1;
  }
  .venue__accessSection .inner__Container p span.txt-underline:after {
    content: "";
    margin: 0 auto;
  }
  .venue__accessSection .map__Grid {
    margin: 30px auto;
    width: 100%;
    display: block;
  }
  .venue__accessSection .map__Grid .item__Margin {
    display: block;
    float: left;
    margin: 1% 0 1% 0%;
  }
  .venue__accessSection .map__Grid .item__Margin:first-child {
    margin-bottom: 15px;
    margin-left: 0;
  }
  .venue__accessSection .map__Grid .map__item {
    width: 100%;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
  }
  .venue__accessSection .map__Grid .map__item iframe {
    width: 100%;
    height: 316px;
  }
}

/**************************************

Utilities:
margin, padding

***************************************/
.br-pc {
  display: block;
}

.weight-600 {
  font-weight: 600;
}

.pad-r-21 {
  padding-right: 21px;
}

.pad-r-35 {
  padding-right: 35px;
}

.pad-r-35-2 {
  padding-right: 35px;
}

.pad-r-38 {
  padding-right: 38px;
}

.pad-l-35-2 {
  padding-left: 35px;
}

.pad-b-10 {
  padding-bottom: 10px;
}

.pad-b-25 {
  padding-bottom: 25px;
}

.pad-b-10 {
  padding-bottom: 10px;
}

/* 
========================================== 
This is only for the snow season
========================================== 
*/
.snowflake {
  position: absolute;
  display: block;
  position: absolute;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  background-image: radial-gradient(center, circle farthest-corner, white 40%, rgba(255, 255, 255, 0) 100%);
}

#snow {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

/******************************
SP 
*******************************/
@media screen and (max-width: 767px) {
  .br-pc {
    display: none;
  }
  .pad-r-21,
  .pad-r-35-2,
  .pad-r-38,
  .pad-r-70 {
    padding-right: 0;
  }
  .pad-l-35-2 {
    padding-left: 35px;
  }
}

@media screen and (max-width: 767px) and (min-width: 320px) and (max-width: 516px) {
  .pad-l-35-2 {
    padding-left: 0;
  }
}

/**************************************

Sponsorship Style sheet

***************************************/
textarea:focus,
input:focus {
  outline: none;
}

.sponsorship__Prospectus {
  margin: 40px 0 0;
  width: auto;
  display: block;
}

.sponsorship__Prospectus p {
  text-align: left;
  font-size: 18px;
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 1.62;
}

.sponsorship__Prospectus .downloadbtn__Container {
  margin: 90px 0 90px -213px;
  width: 100%;
  display: block;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.sponsorship__Prospectus .downloadbtn__Container .download__Button {
  width: 35%;
  display: inline-block;
  text-align: left;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.sponsorship__Prospectus .downloadbtn__Container .download__Button.mar-left {
  margin-left: -100px;
}

.sponsorship__Prospectus .downloadbtn__Container .download__Button p {
  text-align: center;
}

.sponsorship__Prospectus .downloadbtn__Container .download__Button a {
  opacity: 1;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.sponsorship__Prospectus .downloadbtn__Container .download__Button a:hover {
  opacity: .7;
}

.sponsorship__Prospectus .downloadbtn__Container .download__Button img {
  width: 70%;
}

.keep__me__posted {
  margin: 40px auto;
  width: 100%;
  text-align: left;
}

.keep__me__posted p {
  text-align: left;
  font-size: 18px;
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 1.62;
}

.keep__me__posted p.margin__p {
  margin-bottom: 30px;
}

.keep__me__posted .input__form {
  margin: 0 auto;
  width: 100%;
  display: inline-block;
}

.keep__me__posted .input__form.submit {
  margin: 50px auto 70px;
  text-align: center;
}

.keep__me__posted .input__form label {
  margin: 0 auto;
  margin-bottom: 20px;
  width: 20%;
  display: inline-block;
  text-align: left;
  font-size: 18px;
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 1.62;
}

.keep__me__posted .input__form input[type=text],
.keep__me__posted .input__form input[type=email] {
  margin: 10px 0;
  padding: 8px 5px;
  width: 78%;
  border: 1px solid #B0BEC5;
  text-align: left;
  display: inline-block;
  vertical-align: baseline;
  outline: 0;
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
}

.keep__me__posted .input__form input[type=submit] {
  margin-top: 50px;
  width: 25%;
  background-color: #000;
  color: #fff;
  padding: 14px 20px;
  font-weight: 900;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.keep__me__posted .input__form .error {
  margin-top: -15px;
  float: right;
  pointer-events: none;
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
  /*margin: 40px 0;*/
}

.keep__me__posted .input__form .error .name__not__empty {
  opacity: 0;
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
  color: red;
  font-size: 13px;
}

.keep__me__posted .input__form .error .country__not__empty {
  opacity: 0;
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
  color: red;
  font-size: 13px;
}

.keep__me__posted .input__form .error .email__not__empty {
  opacity: 0;
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
  color: red;
  font-size: 13px;
}

.keep__me__posted .input__form .error .confirm_email__error {
  opacity: 0;
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
  color: red;
  font-size: 13px;
}

.return__to__top {
  margin: 40px auto;
  width: 100%;
}

.return__to__top p {
  text-align: center;
  font-size: 18px;
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 1.62;
}

.return__to__top p#auth__text {
  margin-top: 20px;
  color: red;
}

.return__to__top p#auth__text__success {
  margin-top: 20px;
  color: green;
}

.return__to__top .back__to__top__btn {
  margin: 100px auto 170px;
  width: 100%;
}

.return__to__top .back__to__top__btn a {
  padding: 14px 80px;
  width: 25%;
  background-color: #000;
  color: #fff;
  font-weight: 900;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

/******************************
SP 
*******************************/
@media screen and (max-width: 767px) {
  .sponsorship__Prospectus {
    margin: 60px auto;
    width: auto;
    display: block;
  }
  .sponsorship__Prospectus p {
    text-align: left;
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 1.62;
  }
  .sponsorship__Prospectus p.centered__txt {
    text-align: center;
  }
  .sponsorship__Prospectus .downloadbtn__Container {
    margin: 40px 0 80px;
    width: 100%;
    display: block;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
  }
  .sponsorship__Prospectus .downloadbtn__Container .download__Button {
    margin: 0 auto;
    margin-bottom: 30px;
    width: 100%;
    display: block;
    text-align: center;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
  }
  .sponsorship__Prospectus .downloadbtn__Container .download__Button.mar-left {
    margin-left: 0;
  }
  .sponsorship__Prospectus .downloadbtn__Container .download__Button:last-child {
    padding-left: 0;
    margin-bottom: 0;
  }
  .sponsorship__Prospectus .downloadbtn__Container .download__Button img {
    width: auto;
  }
}

@media screen and (max-width: 767px) and (min-width: 320px) and (max-width: 445px) {
  .sponsorship__Prospectus .downloadbtn__Container .download__Button img {
    width: 100%;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
  }
}

@media screen and (max-width: 767px) {
  .keep__me__posted {
    margin: 40px auto;
    width: 100%;
    text-align: left;
  }
  .keep__me__posted p {
    text-align: left;
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 1.62;
  }
  .keep__me__posted p.margin__p {
    margin-bottom: 30px;
  }
  .keep__me__posted .input__form {
    margin: 0 auto;
    width: 100%;
    display: inline-block;
  }
  .keep__me__posted .input__form.submit {
    margin: 50px auto 70px;
    text-align: center;
  }
  .keep__me__posted .input__form label {
    margin: 0 auto;
    margin-bottom: 0;
    width: 100%;
    display: inline-block;
    text-align: left;
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 1.62;
  }
  .keep__me__posted .input__form input[type=text],
  .keep__me__posted .input__form input[type=email] {
    margin: 10px 0;
    padding: 8px 4px;
    width: 97%;
    text-align: left;
    display: inline-block;
    vertical-align: baseline;
  }
  .keep__me__posted .input__form input[type=submit] {
    margin-top: 50px;
    width: auto;
    background-color: #000;
    color: #fff;
    padding: 14px 20px;
    font-weight: 900;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }
  .keep__me__posted .input__form .error {
    margin-top: -10px;
    float: right;
    pointer-events: none;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
    /*margin: 40px 0;*/
  }
  .keep__me__posted .input__form .error .name__not__empty {
    opacity: 0;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
    color: red;
    font-size: 10px;
  }
  .keep__me__posted .input__form .error .country__not__empty {
    opacity: 0;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
    color: red;
    font-size: 10px;
  }
  .keep__me__posted .input__form .error .email__not__empty {
    opacity: 0;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
    color: red;
    font-size: 10px;
  }
  .keep__me__posted .input__form .error .confirm_email__error {
    opacity: 0;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
    color: red;
    font-size: 10px;
  }
}

/******************************
**
PROGRAM PC
**
*******************************/
/**************************************
Program at-a-glance Page PC
***************************************/
.program__schedule {
  margin: 40px auto 80px;
  width: 100%;
}

.program__schedule .program__heading__container {
  margin: 0 auto 20px;
  width: 58%;
}

.program__schedule .program__heading__container h1 {
  text-align: left;
  color: #b3212c;
  font-size: 24px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 600;
  line-height: 1.62;
}

.program__schedule .program__schedule__image__thumbnail {
  margin: 0 auto;
  width: 80%;
}

/**************************************
Program Speakers Page PC
***************************************/
.program__speakers {
  margin: 40px auto 80px;
  width: 100%;
}

.program__speakers .program__speakers__content1__container {
  margin: 0 auto 30px;
  width: 100%;
}

.program__speakers .program__speakers__content1__container h1 {
  margin-bottom: 10px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.62;
  color: #b3212c;
  text-align: left;
}

.program__speakers .program__speakers__content1__container h2 {
  font-size: 18px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: normal;
  line-height: 1.62;
  color: #b3212c;
  text-align: left;
}

.program__speakers .program__speakers__content1__container h2 span {
  font-weight: normal;
}

.program__speakers .program__speakers__content1__container h2 span a {
  color: #b3212c;
}

.program__speakers .program__speakers__content1__container h2 span.circle {
  font-weight: normal;
  padding-right: 10px;
}

.program__speakers .program__speakers__content1__container p {
  font-size: 18px;
  line-height: 1.62;
  font-family: 'Roboto Condensed', sans-serif;
  text-align: left;
}

.program__speakers .program__speakers__content1__container p.inner__p {
  padding-left: 30px;
}

.program__speakers .program__speakers__content1__container p.inner__p span {
  font-weight: normal;
}

.program__speakers .program__speakers__content1__container p.inner__p span.circle {
  font-weight: bold;
  padding-right: 10px;
}

.program__speakers .program_links {
  padding: 7px 25px 7px 0;
  background: url("../img/child-page/about/arrow_red.svg") right center/18px auto no-repeat;
  color: #b3212c !important;
}

/******************************
**
PROGRAM SP
**
*******************************/
@media screen and (max-width: 767px) {
  /**************************************
Program at-a-glance Page SP
***************************************/
  .program__schedule .program__heading__container {
    width: 100%;
  }
  .program__schedule .program__heading__container h1 {
    text-align: left;
    color: #b3212c;
    font-size: 24px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    line-height: 1.62;
  }
  .program__schedule .program__schedule__image__thumbnail {
    width: 100%;
  }
}

/******************************
**
PROGRAM PC
**
*******************************/
/**************************************
Program Speakers Page PC
***************************************/
.registration__index {
  margin: 40px auto 80px;
  width: 100%;
}

.registration__index .registration__index__content__container {
  margin: 0 auto 20px;
  width: 100%;
}

.registration__index .registration__index__content__container .table__container {
  margin: 20px auto;
  width: 100%;
}

.registration__index .registration__index__content__container .table__container table tr {
  font-size: 18px;
  line-height: 1.62;
  font-family: 'Roboto Condensed', sans-serif;
  text-align: center;
}

.registration__index .registration__index__content__container .table__container table tr th {
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #cecece;
  background-color: #efefef;
  font-weight: normal;
}

.registration__index .registration__index__content__container .table__container table tr th:nth-child(1) {
  font-weight: normal;
}

.registration__index .registration__index__content__container .table__container table tr th.second__table {
  background-color: #dae6f3;
}

.registration__index .registration__index__content__container .table__container table tr td {
  padding: 5px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ddd;
}

.registration__index .registration__index__content__container .table__container table tr td:first-child {
  text-align: left;
}

.registration__index .registration__index__content__container h1 {
  margin-bottom: 10px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.62;
  color: #b3212c;
  text-align: left;
}

.registration__index .registration__index__content__container h2 {
  font-size: 18px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: normal;
  line-height: 1.62;
  color: #b3212c;
  text-align: left;
}

.registration__index .registration__index__content__container h2 span {
  font-weight: normal;
}

.registration__index .registration__index__content__container h2 span.circle {
  font-weight: normal;
  padding-right: 10px;
}

.registration__index .registration__index__content__container p {
  font-size: 18px;
  line-height: 1.62;
  font-family: 'Roboto Condensed', sans-serif;
  text-align: left;
}

.registration__index .registration__index__content__container p.inner__p {
  padding-left: 30px;
}

.registration__index .registration__index__content__container p.inner__p span {
  font-weight: normal;
}

.registration__index .registration__index__content__container p.inner__p span.circle {
  font-weight: bold;
  padding-right: 10px;
}

.registration__index .registration__index__content__container p.inner__p span.italic-bold {
  font-weight: bold;
}

.registration__index .registration__index__content__container p a {
  color: blue;
  opacity: 1;
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
}

.registration__index .registration__index__content__container p a span.blue-underline {
  position: relative;
  z-index: 3;
}

.registration__index .registration__index__content__container p a span.blue-underline:before {
  content: "";
  margin: 0 auto;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: royalblue;
  z-index: -1;
}

/******************************
**
PROGRAM SP
**
*******************************/
@media screen and (max-width: 767px) {
  /**************************************
Program Speakers Page PC
***************************************/
  .registration__index {
    margin: 40px auto 80px;
    width: 100%;
  }
  .registration__index .registration__index__content__container {
    margin: 0 auto 20px;
    width: 100%;
  }
  .registration__index .registration__index__content__container .table__container {
    margin: 20px auto;
    width: 100%;
    overflow: scroll;
  }
  .registration__index .registration__index__content__container .table__container table {
    min-width: 1000px;
  }
  .registration__index .registration__index__content__container .table__container table tr {
    font-size: 18px;
    line-height: 1.62;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
  }
  .registration__index .registration__index__content__container .table__container table tr th {
    padding: 0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #cecece;
    background-color: #efefef;
    font-weight: bold;
  }
  .registration__index .registration__index__content__container .table__container table tr th:nth-child(1) {
    font-weight: normal;
  }
  .registration__index .registration__index__content__container .table__container table tr th.second__table {
    background-color: #dae6f3;
  }
  .registration__index .registration__index__content__container .table__container table tr td {
    padding: 5px 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #ddd;
  }
  .registration__index .registration__index__content__container .table__container table tr td:first-child {
    text-align: left;
  }
  .registration__index .registration__index__content__container h1 {
    margin-bottom: 10px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.62;
    color: #b3212c;
    text-align: left;
  }
  .registration__index .registration__index__content__container h2 {
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    line-height: 1.62;
    color: #b3212c;
    text-align: left;
  }
  .registration__index .registration__index__content__container h2 span {
    font-weight: normal;
  }
  .registration__index .registration__index__content__container h2 span.circle {
    font-weight: bold;
    padding-right: 10px;
  }
  .registration__index .registration__index__content__container p {
    font-size: 18px;
    line-height: 1.62;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: left;
  }
  .registration__index .registration__index__content__container p.inner__p {
    padding-left: 30px;
  }
  .registration__index .registration__index__content__container p.inner__p span {
    font-weight: normal;
  }
  .registration__index .registration__index__content__container p.inner__p span.circle {
    font-weight: bold;
    padding-right: 10px;
  }
  .registration__index .registration__index__content__container p.inner__p span.italic-bold {
    font-style: italic;
    font-weight: bold;
  }
  .registration__index .registration__index__content__container p a {
    color: blue;
    opacity: 1;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
  }
  .registration__index .registration__index__content__container p a span.blue-underline {
    position: relative;
    z-index: 3;
  }
  .registration__index .registration__index__content__container p a span.blue-underline:before {
    content: "";
    margin: 0 auto;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: royalblue;
    z-index: -1;
  }
}

/**************************************
Program Speakers Page PC
***************************************/
.abstract__awards__guidelines {
  margin: 40px auto 80px;
  width: 100%;
}

.abstract__awards__guidelines .abstract__awards__guidelines__content__container {
  margin: 0 auto 30px;
  width: 100%;
}

.abstract__awards__guidelines .abstract__awards__guidelines__content__container h1 {
  margin-bottom: 10px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.62;
  color: #b3212c;
  text-align: left;
}

.abstract__awards__guidelines .abstract__awards__guidelines__content__container h2 {
  font-size: 18px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: normal;
  line-height: 1.62;
  color: #b3212c;
  text-align: left;
}

.abstract__awards__guidelines .abstract__awards__guidelines__content__container h2 span {
  font-weight: normal;
}

.abstract__awards__guidelines .abstract__awards__guidelines__content__container h2 span.circle {
  font-weight: bold;
  padding-right: 10px;
}

.abstract__awards__guidelines .abstract__awards__guidelines__content__container h2.date {
  font-weight: bold;
  color: #000;
}

.abstract__awards__guidelines .abstract__awards__guidelines__content__container p {
  font-size: 18px;
  line-height: 1.62;
  font-family: 'Roboto Condensed', sans-serif;
  text-align: left;
}

.abstract__awards__guidelines .abstract__awards__guidelines__content__container p a {
  color: blue;
}

.abstract__awards__guidelines .abstract__awards__guidelines__content__container p a span.blue-underline {
  position: relative;
  z-index: 3;
}

.abstract__awards__guidelines .abstract__awards__guidelines__content__container p a span.blue-underline:before {
  content: "";
  margin: 0 auto;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: royalblue;
  z-index: -1;
}

.abstract__awards__guidelines .abstract__awards__guidelines__content__container p.inner__p {
  padding-left: 0;
}

.abstract__awards__guidelines .abstract__awards__guidelines__content__container p.inner__p span {
  font-weight: normal;
}

.abstract__awards__guidelines .abstract__awards__guidelines__content__container p.inner__p span.circle {
  font-weight: bold;
  padding-right: 10px;
}

.abstract__awards__guidelines .abstract__awards__guidelines__content__container .online__abstract__btn {
  padding: 8px 0;
  width: 100%;
  max-width: 269px;
  font-size: 16px;
  font-weight: bold;
  font-family: 'Roboto Condensed', sans-serif;
  line-height: normal;
  background-color: #B63040;
  display: block;
  text-align: center;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 1;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.abstract__awards__guidelines .abstract__awards__guidelines__content__container .online__abstract__btn:hover {
  opacity: .7;
}

/******************************
**
PROGRAM SP
**
*******************************/
/**************************************
Industry Partner's Activities
***************************************/
.industry__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 60px 0 30px;
}

.industry__rowItem {
  width: 35%;
  text-align: center;
}

.industry__rowItem.u-text {
  padding-left: 10%;
}

.industry .u-w450 {
  display: block;
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
}

.industry .u-w320 {
  display: block;
  max-width: 320px;
  width: 100%;
  margin: 0 auto;
}

.industry .u-w180 {
  display: block;
  max-width: 180px;
  width: 100%;
  margin: 0 auto;
}

.industry__rowItemTitle {
  font-weight: bold !important;
  font-size: 24px !important;
  color: #000 !important;
}

.industry__rowItemTitle2 {
  text-align: left;
  font-weight: bold;
  font-size: 18px;
  color: #000;
  font-family: "Roboto Condensed", sans-serif;
}

.industry__rowItemDesc {
  color: #000 !important;
  font-size: 20px !important;
}

.industry__row2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0;
}

.industry__row2.u-mgb30 {
  margin-bottom: 100px;
}

.industry__row2.u-mgb20 {
  margin-bottom: 20px;
}

.industry__row2Item {
  width: 20%;
  text-align: left;
}

.industry__row2Item.u-col10 {
  width: 10%;
}

.industry__row2Item.u-col20 {
  width: 20%;
}

.industry__row2Item.u-col30 {
  width: 30%;
}

.industry__row2Item.u-col40 {
  width: 40%;
}

.industry__row2Item.u-col50 {
  width: 50%;
}

.industry__row2Item.u-col60 {
  width: 60%;
}

.industry__row2Item.u-col70 {
  width: 70%;
}

.industry__row2Item.u-col80 {
  width: 80%;
}

.industry__row2Item.u-col90 {
  width: 90%;
}

.industry__row2Item.u-col100 {
  width: 100%;
}

.industry__row2Item2 {
  width: 80%;
  text-align: left;
}

.industry__row2Item3 {
  width: calc(100%/3);
  text-align: left;
}

.industry__row2ItemTitle {
  font-weight: bold !important;
  font-size: 20px !important;
  color: #000 !important;
}

.industry__row2ItemDesc {
  color: #000 !important;
}

.industry__rowLink {
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.industry__rowLink:hover {
  opacity: .7;
}

.industry .u-link {
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.industry .u-link:hover {
  opacity: .7;
}

.industry .u-textBold {
  font-weight: 700;
}

.industry .u-cRed {
  color: red;
}

.industry .u-blackUnderline {
  text-decoration: underline;
  color: #000 !important;
}

.industry .u-bold {
  font-weight: bold;
}

/******************************
**
PROGRAM SP
**
*******************************/
@media screen and (max-width: 767px) {
  .industry__row, .industry__row2 {
    display: block;
    margin: 7vw 0;
  }
  .industry__rowItem {
    width: 80%;
    margin: 0 auto;
  }
  .industry__row2Item {
    width: 100%;
    text-align: left;
  }
  .industry__row2Item.u-col10, .industry__row2Item.u-col20, .industry__row2Item.u-col30, .industry__row2Item.u-col40, .industry__row2Item.u-col50, .industry__row2Item.u-col60, .industry__row2Item.u-col70, .industry__row2Item.u-col80, .industry__row2Item.u-col90, .industry__row2Item.u-col100 {
    width: 100%;
  }
  .industry__row2Item1, .industry__row2Item2 {
    width: 100%;
    text-align: left;
  }
  .industry__rowItemTitle {
    text-align: center !important;
    font-weight: bold !important;
    color: #000 !important;
  }
  .industry__rowItemDesc {
    text-align: center !important;
    color: #000 !important;
  }
  .industry__row2ItemTitle, .industry__row2ItemDesc {
    text-align: left !important;
  }
}

/******************************
**
AWARDS SP
**
*******************************/

.award__index h3{}
table.awards{width:100%; padding:0px; margin:0px; margin-bottom:1em;}
table.awards td{width:90%; text-align:left; padding:1em;}
table.awards img{text-align:left;width:80px;}
.awards-p h2{

	font-size:1.3em !important;
	font-family:'Roboto Condensed',sans-serif;
}
.awards-p p{font-size:1em !important;}
.awards-p strong{font-weight:bolder;}

.awards-p a{color:#AD2123 !important; text-decoration:underline;}
.video-mov{margin-left:auto; margin-right:auto; width:100%;}

/*# sourceMappingURL=main.css.map */