@charset "utf-8";
html {
  scroll-behavior: smooth;
}
.top-image {
  margin-bottom: 30px;
}
#overview sup {
  color: #B94B00;
  font-weight: bold;
}
blockquote {
  margin-top: 20px;
  padding: 5px 0 5px 10px;;
}
#overview dl {
  margin-bottom: 5px;
  font-size: small;
}
#overview dt {
  color: #B94B00;
  font-weight: normal;
}



#contentsarea h2 {
  margin: 100px 0 20px !important;
  padding: 35px 35px 30px !important;
  font-size: x-large !important;
  background: linear-gradient(to right, #fff 15%, rgba(160,160,165,0.25));
}
#agenda > td > ul,
#note > td > ul {
  padding-left: 0;
  list-style-type: none;
}
#agenda dt,
#organizer dt {
  font-weight: normal;
}
#greeting,
#hands-on,
#faq {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px;
}
.time-table {
  line-height: 32px;
  padding-top: 5px;
  align-items: center;
}
#hands-on .time-table {
  margin-bottom: 10px !important;
  border-bottom: solid 2px #64AFE1;
}
#hands-on dt {
  margin-bottom: 6px !important;
}
#hands-on .fa-circle {
  color: #64AFE1;
}
.instructor {
  display: flex;
}
.instructor dd {
  line-height: 20px;
}
.instructor img {
  margin: auto 10px auto 10px;
  width: 100px;
}
.bulleted-list {
  padding-left: 24px;
}
.bulleted-list li {
  line-height: 18px;
  margin-bottom: 5px;
  font-size: 15px;
}
#apply p {
  word-break: keep-all;
}
.applybtn {
  padding: 13px 20px 10px;
  border: solid 1px #FA9628;
  border-radius: 7px;
  background-color: #FA9628;
  cursor: pointer;
  color: #fff;
}
.applybtn:hover {
  background: #fff;
  color: #B94B00;
}
.btn-blue {
  margin-top: 5px;
  padding-top: 8px;
  border: solid 1px #408bdd;
  background-color: #408bdd !important;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
}
.btn-blue:hover {
  border: solid 1px #0064D2;
  background-color: #fff !important;
  color: #0064D2;
}
.close {
  pointer-events: none;
}
.dl-horizontal dt {
  display: table;
  content: "";
  clear: both;
}
#note li {
  margin-left: 24px;
  list-style-type: disc;
}
.flex-box {
  display: flex;
}
.adress {
  margin-left: 20px;
  border-top: solid 1px #A0A0A5;
}
.adress div {
  border-bottom: solid 1px #A0A0A5;
  display: flex;
  flex-direction: row;
  font-size: 14px;
}
.adress dl div dt {
  width: 50px;
  height: 60px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center !important;
  font-weight: normal;
}
.adress dl div dd {
  padding: 0 20px;
  flex-grow: 1;
  overflow: auto;
  display: flex;
  align-items: center;
  line-height: 18px;
  word-break: keep-all;
}
.adress ul {
  padding-left: 20px;
}
.adress li {
  margin-top: 10px;
}
.mb00 {
  margin-bottom: 0;
}
.mb16 {
  margin-bottom: 16px;
}
.mb99 {
  margin-bottom: 100px;
}
@media screen and (max-width: 1199px) {
  .flex-box {
    display: block;
  }
  .flex-box div {
    margin-left: 0;
  }
}
@media screen and (min-width: 460px) {
  .under-459px {
    display: none;
  } 
}@media screen and (max-width: 459px) {
  .over-460px {
    display: none;
  } 
}
