.wrapper .bottom-area03 {
  margin: 0 auto 43px;
}

.main-visual {
  position: relative;
}

@media screen and (max-width: 767px) {
  .main-visual {
    margin-top: 40px;
  }
}

.main-visual img {
  width: 100%;
}

.main-visual .link {
  position: absolute;
  top: 77%;
  left: 8%;
  width: 22%;
  height: 10%;
  border-radius: 50px;
}

@media (max-width: 1168px) {
  .main-visual .inner {
    padding-bottom: 40px;
  }
}

.main-visual .inner .title {
  font-family: good-times, sans-serif;
  font-weight: bold;
  font-size: 105px;
  line-height: 100px;
  letter-spacing: 0.05em;
  margin-bottom: 0;
  margin-top: 0;
}

@media (max-width: 1168px) {
  .main-visual .inner .title {
    font-size: calc(105 / 1168 * 100vw);
    line-height: calc(100 / 1168 * 100vw);
  }
}

.main-visual .inner .date {
  font-family: good-times, sans-serif;
  font-weight: bold;
  font-size: 40px;
  letter-spacing: 0.05em;
  margin-bottom: 47px;
  margin-top: 19px;
  line-height: 50px;
}

@media (max-width: 1168px) {
  .main-visual .inner .date {
    font-size: calc(40 / 1168 * 100vw);
    line-height: calc(50 / 1168 * 100vw);
    margin-bottom: calc(50 / 1168 * 100vw);
  }
}

.main-visual .inner .date span {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 25px;
}

@media (max-width: 1168px) {
  .main-visual .inner .date span {
    font-size: calc(25 / 1168 * 100vw);
  }
}

.main-visual .inner .lead {
  font-size: 34px;
  line-height: 48px;
  font-weight: bold;
}

@media (max-width: 1168px) {
  .main-visual .inner .lead {
    font-size: calc(34 / 1168 * 100vw);
    line-height: calc(48 / 1168 * 100vw);
  }
}

.featured-sessions,
.contents {
  padding: 52px 32px 70px;
}


@media screen and (max-width: 767px) {
  .contents {
    padding: 30px 10px 50px;
  }
}

.contents h1,
.contents h2,
.contents h3,
.contents h4,
.contents h5,
.contents h6 {
  font-family: 'Noto Sans Japanese', sans-serif !important;
}

.contents img {
  vertical-align: bottom;
}

.about_contents .inner,
.featured-sessions .inner,
.contents .inner {
  max-width: 90%;
  margin: 0 auto;
  padding: 65px 60px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.featured-sessions .inner {
  padding: 65px 0px 0px;
}

.featured-sessions .inner .contents {
  background-image: none;
}

.about_contents,
.contents {
  background-image: url(../../images/2024/DB24_background_geometric.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}

.about_contents .inner {
  max-width: 1120px;
}

@media screen and (max-width: 767px) {

  .about_contents .inner,
  .featured-sessions .inner,
  .contents .inner {
    max-width: 90%;
    padding: 40px 15px;
  }
}


.featured-sessions .inner .subtitle,
.contents .inner .subtitle {
  text-align: center;
  margin-bottom: 45px;
}

.featured-sessions .inner .subtitle span,
.contents .inner .subtitle span {
  font-size: 40px;
  line-height: 48px;
  font-weight: bold;
  text-align: center;
  position: relative;
  border-bottom: 10px solid #FEBE99;
  display: inline-block;
  padding-bottom: 5px;
}

@media screen and (max-width: 767px) {

  .featured-sessions .inner .subtitle span,
  .contents .inner .subtitle span {
    font-size: 28px;
    line-height: 42px;
  }
}

.contents .inner h3 {
  text-align: center;
  margin-bottom: 45px;
  margin-top: 0;
}

.about_contents .inner h3 span,
.contents .inner h3 span {
  font-size: 30px;
  line-height: 44px;
  font-weight: bold;
  text-align: center;
  position: relative;
  border-bottom: 10px solid #FEBE99;
  display: inline-block;
}

@media screen and (max-width: 767px) {

  .about_contents .inner h3 span,
  .contents .inner h3 span {
    font-size: 24px;
    line-height: 36px;
  }
}

.contents .inner h4 {
  font-size: 28px;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 23px;
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .contents .inner h4 {
    font-size: 22px;
    line-height: 33px;
  }
}

.contents .inner h4.font26 {
  font-size: 26px;
  line-height: 37px;
}

@media screen and (max-width: 767px) {
  .contents .inner h4.font26 {
    font-size: 20px;
    line-height: 30px;
  }
}

.contents .inner h4.font22 {
  font-size: 22px;
  line-height: 32px;
}

@media screen and (max-width: 767px) {
  .contents .inner h4.font22 {
    font-size: 18px;
    line-height: 27px;
  }
}

.about_contents .inner hr,
.contents .inner hr {
  border-top: 1px solid #000 !important;
  width: calc(100% + 80px);
  margin: 0 -40px 50px;
}

@media screen and (max-width: 767px) {

  .about_contents .inner hr,
  .contents .inner hr {
    width: 100%;
    margin: 0 0 50px;
  }
}

#timeTableView #dayContainer-0 .col_5,
#timeTableView #dayContainer-1 .col_5,
#timeTableView #dayContainer-2 .col_5 {
  width: calc(100% / 5);
  min-width: calc(100% / 5);
  margin: 0
}

#timeTableView #dayContainer-0 .sessionDaily .roomBox,
#timeTableView #dayContainer-1 .sessionDaily .roomBox,
#timeTableView #dayContainer-2 .sessionDaily .roomBox {
  top: 0;
  bottom: 0;
  margin: auto;
}

#timeTableView .sessionThBox .col_5 {
  border-bottom: 2px solid #EEE;
}

@media screen and (max-width: 992px) {
  #timeTableView .col_5 {
    width: 100% !important;
  }

  #timeTableView .col_5.noContent {
    display: none;
  }
}

#timeTableView .RoomA {
  background-color: #dd6767;
}

#timeTableView .RoomD {
  background-color: #eaab31;
}

#timeTableView .RoomF {
  background-color: #6abe7e;
}

#timeTableView .RoomG {
  background-color: #58a4bb;
}

#dayContainer-2 .sessionThBox .sessionTitle:nth-of-type(9),
#dayContainer-2 .sessionThBox .sessionTitle:nth-of-type(9) ~ .sessionBox {
  display: none;
}

.contents .inner .txt-box {
  margin-bottom: 45px;
}

.contents .inner .txt-box p {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 32px;
}

@media screen and (max-width: 767px) {
  .contents .inner .txt-box p {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 27px;
  }
}

.about_contents .inner .flexbox,
.contents .inner .flexbox {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {

  .about_contents .inner .flexbox,
  .contents .inner .flexbox {
    flex-direction: column;
  }
}

.contents .inner .flexbox .col p {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.88px;
  font-weight: bold;
  margin-bottom: 0;
}

.contents .inner .flexbox .col p:not(:last-of-type) {
  margin-bottom: 40px;
}

.contents .inner .flexbox .col p a:hover {
  color: #000;
  opacity: 0.7;
}

.contents .inner .flexbox .col:first-of-type {
  margin-right: 60px;
  padding-left: 14px;
}

@media screen and (max-width: 767px) {
  .contents .inner .flexbox .col:first-of-type {
    padding-left: 0;
    margin-right: 0;
    margin-bottom: 40px;
  }
}

.about_contents .inner .remarks,
.contents .inner .remarks {
  color: #333333;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  margin-top: 20px;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {

  .about_contents .inner .remarks,
  .contents .inner .remarks {
    text-align: left;
  }
}


.about_contents .btn-area,
.contents .btn-area {
  max-width: 820px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {

  .about_contents .btn-area,
  .contents .btn-area {
    flex-direction: column;
    align-items: center;
  }
}

.about_contents .btn-area .black-btn,
.contents .btn-area .black-btn {
  width: calc((100% - 20px) / 2);
  margin: 0 auto;
}

@media screen and (max-width: 767px) {

  .about_contents .btn-area .black-btn,
  .contents .btn-area .black-btn {
    width: 400px;
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {

  .about_contents .btn-area .black-btn:not(:last-of-type),
  .contents .btn-area .black-btn:not(:last-of-type) {
    margin-bottom: 20px;
  }
}

.about_contents .btn-area .black-btn a,
.contents .btn-area .black-btn a {
  width: 100%;
  display: inline-block;
  padding: 28px 40px 28px 22px;
  background-color: #373741;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  line-height: 35px;
  text-align: center;
  position: relative;
}

.about_contents .btn-area .black-btn a:focus,
.about_contents .btn-area .black-btn a:hover,
.contents .btn-area .black-btn a:focus,
.contents .btn-area .black-btn a:hover {
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 767px) {

  .about_contents .btn-area .black-btn a,
  .contents .btn-area .black-btn a {
    font-size: 18px;
    line-height: 27px;
  }
}

.about_contents .btn-area .black-btn a::after,
.contents .btn-area .black-btn a::after {
  position: absolute;
  content: '';
  top: 50%;
  right: 17px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 13.9px;
  border-color: transparent transparent transparent #ffffff;
}

.contents .btn-area2 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  margin: 0 auto 50px;
}

@media screen and (max-width: 767px) {
  .contents .btn-area2 {
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 auto 30px;
  }
}

.contents .btn-area2 a {
  color: #333333;
  width: 180px;
  display: block;
  background-color: #f0f0f0;
  padding: 9px;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
}

.contents .btn-area2 a:not(:last-of-type) {
  margin-right: 22px;
}

@media screen and (max-width: 767px) {
  .contents .btn-area2 a {
    margin-bottom: 20px;
  }
}

.contents .btn-area2 a:hover,
.contents .btn-area2 a:focus {
  color: #000;
  text-decoration: none;
}

.contents .btn-area2 a::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  margin-right: 11px;
  border-width: 9px 5px 0 5px;
  border-color: #000000 transparent transparent transparent;
}

#timeTableView {
  margin-bottom: 50px;
}

.featured-sessions .session-detail .sessionId,
#timeTableView .sessionId {
  background-color: #FEBE99;
  color: #fff;
  text-shadow: none !important;
  font-family: 'Noto Sans Japanese', sans-serif !important;
}

.featured-sessions .session-detail .sessionId {
  font-size: 14px;
  padding: 2px 8px;
}

#timeTableView .sessionDaily {
  background-color: #373741;
}

#timeTableView .sessionDaily .dayTitle {
  font-size: 18px;
  line-height: 46px;
  color: #fff;
}

#timeTableView .sessionDaily .dayType {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

#timeTableView .sessionDaily .roomBox .roomTtile {
  background-color: #FEBE99;
  color: #032436;
  font-size: 19px;
  line-height: 27px;
  padding: 10px;
  border-radius: 0;
}

#timeTableView .sessionThBox .col_5 {
  border-bottom: 1px solid #aaaaaa !important;
}

#timeTableView .sessionThBox .sessionTitle {
  text-align: left;
}

#timeTableView .sessionThBox .sessionCol .sessionId {
  background-color: #FEBE99;
  color: #032436;
  font-size: 14px;
  line-height: 20px;
  text-shadow: none !important;
  text-align: left;
  border-radius: 0;
}

#timeTableView .sessionThBox .sessionCol .sessionListTitle {
  color: #333333;
  font-size: 15px;
  line-height: 21px;
  font-weight: 500;
}

#timeTableView .sessionThBox .sessionCol .boxTag {
  font-family: 'Noto Sans Japanese', sans-serif !important;
  background: #fff !important;
  color: #000;
  margin-bottom: 1px;
}

.featured-sessions .tagsBlock .boxTag,
#timeTableView .tagsBlock .boxTag {
  font-family: 'Noto Sans Japanese', sans-serif !important;
  background: #fff !important;
  color: #000;
  border-width: 2px;
  border-style: solid;
  margin-bottom: 1px;
}

.featured-sessions .tagsBlock .boxTag {
  display: inline-block;
  font-size: 1.1rem;
  padding: 2px 5px;
  line-height: 1;
  margin-right: 3px;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .featured-sessions .tagsBlock .boxTag {
    font-size: 0.9rem;
  }
}


.featured-sessions .session-detail .sessionLabel *,
#timeTableView .sessionLabel * {
  font-family: 'Noto Sans Japanese', sans-serif !important;
}

.featured-sessions .session-detail .sessionLabel {
  background-color: #FEBE99;
}

#timeTableView .sessionDetailWrap .black-btn {
  width: 300px;
  max-width: 100%;
  display: block;
  padding: 14px 25px 14px 7px;
  background-color: #000;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  position: relative;
  margin: 20px auto;
}

#timeTableView .sessionDetailWrap .black-btn::after {
  position: absolute;
  content: '';
  top: 50%;
  right: 21px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6.5px 0 6.5px 11px;
  border-color: transparent transparent transparent #ffffff;
}

.inquiry_btn {
  margin: 0 auto;
}

.footer-inner small,
.footer-item a {
  color: #fff;
}

.footer-item {
  display: inline-block;
  padding: 0 6px;
  font-size: 14.5px;
}

.footer-item a:hover {
  text-decoration: underline;
}

.footer-inner .copyright {
  margin-top: 30px;
}

.featured-sessions .slick-list {
  background-color: #E5E5E5;
}

.featured-sessions .item {
  margin: 50px;
  transition: 0.3s;
  background-color: #FEBE99;
}

.featured-sessions .item:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .featured-sessions .item {
    margin-right: 5px;
    margin-left: 5px;
  }
}

.featured-sessions .item .session-overview {
  display: flex;
  width: 100%;
  background-size: cover;
  background-position: top center;
  position: relative;
  height: 410px;
}

.featured-sessions .session-speaker-img {
  width: 40%;
  margin: 20px 0 20px 20px;
  position: relative;
}

.featured-sessions .session-speaker-img .session-speaker-img-wrap {
  position: absolute;
  top: -10%;
  left: 10%;
  background-color: #eca37a;
  width: 80%;
  aspect-ratio: 3 / 4;
  display: flex;
  align-items: center;
}

.featured-sessions .session-speaker-img .session-speaker-img-wrap img {
  width: 100%;
  background-color: #fff;
}

.featured-sessions .session-info {
  position: relative;
  width: 60%;
  margin: 20px 25px 20px 0;
  padding: 10px;
  color: #032436;
}

@media screen and (max-width: 767px) {
  .featured-sessions .session-info {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}

.featured-sessions .session-info .session-time {
  display: flex;
}

@media screen and (max-width: 767px) {
  .featured-sessions .session-info .session-time {
    font-size: 1.1rem;
    margin: 5px;
  }
}

.featured-sessions .session-info .session-time .session-date {
  width: 75%;
}

.featured-sessions .session-info .session-time .session-id {
  width: 25%;
  margin-right: 1%;
  text-align: center;
  background-color: #373741;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .featured-sessions .session-info .session-time .session-id {
    margin-right: 0;
  }
}

.featured-sessions .session-info .session-category {
  float: right;
}

.featured-sessions .session-info .session-title {
  position: absolute;
  top: 25%;
  font-size: 2.0rem;
  padding-right: 5%;
}

@media screen and (max-width: 1400px) {
  .featured-sessions .session-info .session-title {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .featured-sessions .session-info .session-title {
    top: 20%;
    font-size: 1.6rem;
    margin: 5px;
  }
}

.featured-sessions .session-info .session-speaker {
  position: absolute;
  top: 70%;
}

@media screen and (max-width: 1700px) {
  .featured-sessions .session-info .session-speaker {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .featured-sessions .session-info .session-speaker {
    top: auto;
    bottom: 0%;
    font-size: 1.1rem;
    margin: 5px;
  }
}

.featured-sessions .session-detail {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999999;
}

.featured-sessions .arrows-prev,
.featured-sessions .arrows-next {
  position: absolute;
  width: 46px;
  height: 46px;
  background-color: rgba(254, 190, 153, 0.8);
  border-radius: 50%;
  z-index: 10;
  display: inline-block;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
}

.featured-sessions .arrows-prev.bg-white,
.featured-sessions .arrows-next.bg-white {
  background-color: #ffffff;
}

.featured-sessions .arrows-prev {
  left: -40px;
}

@media screen and (max-width: 767px) {
  .featured-sessions .arrows-prev {
    left: -30px;
  }
}

.featured-sessions .arrows-prev::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8.5px 14.7px 8.5px 0;
  border-color: transparent #ffffff transparent transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-60%, -50%);
}

.featured-sessions .arrows-prev.bg-white::after {
  border-color: transparent #000000 transparent transparent;
}

.featured-sessions .arrows-next {
  right: -40px;
}

@media screen and (max-width: 767px) {
  .featured-sessions .arrows-next {
    right: -30px;
  }
}

.featured-sessions .arrows-next::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8.5px 0 8.5px 14.7px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
}

.featured-sessions .arrows-next.bg-white::after {
  border-color: transparent transparent transparent #000000;
}

.featured-sessions .slick-disabled {
  display: none !important;
}

.featured-sessions .session-detail {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999999;
}

.featured-sessions .session-detail .sessionDetailInner {
  position: relative;
  width: 80%;
  max-width: 600px;
  margin: 100px auto 60px;
  padding: 20px;
  background: #FFF;
  box-shadow: 0 0 15px rgba(0, 0, 0, .4);
  border: 1px solid #CCC;
}

.featured-sessions .session-detail .sessionTime {
  font-size: 14px;
  padding: 5px;
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
}

.featured-sessions .session-detail .sessionListTitle {
  font-size: 18px;
  margin: 0 0 18px;
  border-bottom: 2px solid #999;
  margin-bottom: 1em !important;
  font-weight: bold;
  color: #333333;
  padding: 6px 0;
  white-space: normal;
  text-shadow: 0 2px 0 #fff !important;
  line-height: 1.3;
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
}

.featured-sessions .session-detail .abstract h4 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 1em;
  line-height: 40px;
  text-align: center;
  margin-top: 0;
}

.featured-sessions .session-detail .abstract p {
  margin-bottom: 20px;
  font-size: 15px !important;
  line-height: 1.6;
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
}

.featured-sessions .session-detail .profilePhoto {
  width: 180px !important;
}

.featured-sessions .session-detail .profilePhoto img {
  width: 180px !important;
}

.featured-sessions .session-detail .profileName p {
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
}

@media screen and (max-width: 767px) {
  .featured-sessions .session-detail .sessionDetailInner {
    margin: 80px auto 60px;
    width: 90%;
  }
}

.featured-sessions .session-detail .close-btn {
  position: absolute;
  top: -10px;
  right: -10px;
  padding: 5px;
  border-radius: 50%;
  color: #fff;
  background-color: #E74C3C;
  width: 20px;
  height: 20px;
  font-size: 11px;
}

.scroll-button {
  position: fixed;
  right: 30px;
  bottom: 10px;
  background: #373741;
  padding: 10px;
  cursor: pointer;
  transition-duration: 0.3s;
  transition-property: opacity, visibility;
  opacity: 0;
  visibility: hidden;
  width: 60px;
  height: 60px;
  border-radius: 50vh;
}

@media screen and (max-width: 767px) {
  .scroll-button {
    right: 10px;
    bottom: 80px;
  }
}

.scroll-button .content {
  padding-top: 2px;
  color: #fff;
  text-align: center;
}

.scroll-button .arrow {
  margin: 0 auto;
  content: '';
  width: 15px;
  height: 15px;
  border-top: 4px solid #fff;
  border-left: 4px solid #fff;
  transform: rotate(45deg);
}

.scroll-button .text {
  text-align: center;
  font-size: 16px;
}

.scroll-button.active {
  opacity: 1;
  visibility: visible;
}

.scroll-button.absolute {
  position: absolute;
  bottom: auto;
}

@media screen and (max-width: 767px) {
  .scroll-button.absolute {
    bottom: 200px;
  }
}

.cta-button {
  transition-duration: 0.3s;
  transition-property: opacity, visibility;
  opacity: 0;
  visibility: hidden;
}

@media screen and (max-width: 767px) {
  .cta-button {
    position: fixed;
    width: 100%;
    height: 70px;
    bottom: 0;
    background: #31A4A4;
    cursor: pointer;
  }
}

@media screen and (max-width: 767px) {
  .cta-button.active {
    opacity: 1;
    visibility: visible;
  }
}

@media screen and (max-width: 767px) {
  .cta-button .text {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: #fff;
    font-size: 24px;
  }  
}

.diamond img,
.platinum img,
.gold img,
.silver img {
  margin-top: 20%;
}

.bronze img,
.towel img,
.special img,
.media img {
  margin-top: 30%;
}


.logo-img .aws {
  height: 200px;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .logo-img .aws {
    height: 100px;
  }
}

.logo-img .pingcap {
  margin-top: 10px; 
}

@media screen and (max-width: 767px) {
  .logo-img .pingcap {
    margin-top: 50px; 
  }
}

.logo-img .mongodb {
  margin-top: 13%;
}

.logo-img .qlik {
  width: 80%;
  margin-top: 10%;
}

.gold img {
  width: 90%;
}

.logo-img .aerospike {
  margin-top: 10%;
}

.logo-img .exem {
  width: 75%;
  margin-top: 14%;
}

.logo-img .findy {
  width: 80%;
  margin-top: 12%;
}

.logo-img .iij {
  width: 60%;
  margin-top: 5%;
}

.logo-img .nautilus {
  margin-top: 17%;
}

.logo-img .oracle {
  margin-top: 3%;
}

.logo-img .sra_oss {
  margin-top: 2%;
}

.logo-img .teradata {
  margin-top: 5%;
}

.logo-img .tdsl {
  margin-top: 5%;
}


.silver img {
  width: 85%;
}

.logo-img .cdata {
  width: 70%;
  margin-top: 26%;
}

.logo-img .dbvisit {
  width: 70%;
}

.logo-img .edb {
  width: 75%;
}

.bronze img {
  width: 70%;
}

.logo-img .climb {
  width: 65%;
  margin-top: 35%;
}

.logo-img .cosol {
  width: 55%;
  margin-top: 12%;
}

.logo-img .denodo {
  width: 85%;
  margin-top: 19%;
}

.logo-img .fujitsu {
  width: 65%;
  margin-top: 21%;
}

.logo-img .insightlab {
  width: 95%;
}

.logo-img .jurabi {
  width: 65%;
}

.towel img {
  width: 60%;
}

.logo-img .sysbank {
  width: 75%;
}

.special img {
  width: 75%;
}

.logo-img .apacouc {
  width: 70%;
  margin-top: 12%;
}

.logo-img .coconala {
  width: 90%;
  margin-top: 20%;
}

.logo-img .jpoug {
  margin-top: 20%;
}

.logo-img .jr_west {
  margin-top: 6%;
}

.logo-img .jssug {
  width: 60%;
  margin-top: 20%;
}

.logo-img .mercari {
  margin-top: 26%;
}

.logo-img .microsoft {
  width: 110%;
  margin-top: 10%;
  max-width: unset;
}

.logo-img .docomo {
  margin-top: 25%;
}

.logo-img .oracle_ace {
  margin-top: 25%;
}

.logo-img .panasonic {
  width: 95%;
  margin-top: 23%;
}

.logo-img .taisei {
  margin-top: 23%;
}

.logo-img .toyo_eng {
  margin-top: 0%;
}

.logo-img .wing_arc {
  margin-top: 5%;
}

.media img {
  width: 75%;
}

.logo-img .atmarkit {
  margin-top: 20%;
}

.logo-img .enterprisezine {
  margin-top: 28%;
}


/* 満席 */
.sold_out,
.few_seats {
  font-size: 11px;
  border: solid 2px red;
  color: #fff;
  background-color: red;
  padding: 2px 5px;
  line-height: 1;
  margin: 0px 3px 1px 0px;
  font-family: 'Noto Sans Japanese', sans-serif;
  display: inline-block;
}


/* AI */
.tag_fbcfd0b01e42305ae2e6979e66998b83{
  border-color: #7F00FF;
}

/* データ管理 */
.tag_7cce48dcf575b99d77a0609ec3182dc4{
  border-color: #007B43;
}

/* データ分析 */
.tag_6ec30c33141185371be9ff2389bded91{
  border-color: #008080;
}

/* クラウド */
.tag_84552888761c62bbf86850392c1515af{
  border-color: #000066;
}

/* ビックデータ/データレイク */
.tag_e1062654e953fdc79f83a9d74d81bb6b{
  border-color: #65AB31;
}

/* IoT */
.tag_4c1a055adea44835f3a3a5be17214332{
  border-color: #FF7F00;
}

/* セキュリティ */
.tag_941354011d7db31ad62eb6fa75915eeb{
  border-color: #7F1184;
}

/* 運用ノウハウ */
.tag_9ceb6585f0be79ddf5dcad520ef84339{
  border-color: #FFCC66;
}

/* ユーザー事例 */
.featured-sessions .tagsBlock .tag_59ba503d6a6772388042f2b8acc8c5e7,
#timeTableView .sessionThBox .sessionCol .tag_59ba503d6a6772388042f2b8acc8c5e7,
#timeTableView .tagsBlock .tag_59ba503d6a6772388042f2b8acc8c5e7 {
  border-color: #e9546b;
  background-color: #e9546b !important;
  color: #fff;
}

/* 初心者向け */
.featured-sessions .tagsBlock .tag_dc9b7d1422efa22544307491dcc57b80,
#timeTableView .sessionThBox .sessionCol .tag_dc9b7d1422efa22544307491dcc57b80,
#timeTableView .tagsBlock .tag_dc9b7d1422efa22544307491dcc57b80 {
  border-color: #00BFFF;
  background-color: #00BFFF !important;
  color: #fff;
}

/* 中級者向け */
.featured-sessions .tagsBlock .tag_0203bb736af1392a09a5632a9eb8ab47,
#timeTableView .sessionThBox .sessionCol .tag_0203bb736af1392a09a5632a9eb8ab47,
#timeTableView .tagsBlock .tag_0203bb736af1392a09a5632a9eb8ab47 {
  border-color: #007FFF;
  background-color: #007FFF !important;
  color: #fff;
}

/* 上級者向け */
.featured-sessions .tagsBlock .tag_c55814ab143b0e39739d120f355edf16,
#timeTableView .sessionThBox .sessionCol .tag_c55814ab143b0e39739d120f355edf16,
#timeTableView .tagsBlock .tag_c55814ab143b0e39739d120f355edf16 {
  border-color: #0000FF;
  background-color: #0000FF !important;
  color: #fff;
}

/* 通訳（英語→日） */
.featured-sessions .tagsBlock .tag_2c1096675f432da882f88881749126e6,
#timeTableView .sessionThBox .sessionCol .tag_2c1096675f432da882f88881749126e6,
#timeTableView .tagsBlock .tag_2c1096675f432da882f88881749126e6 {
  border-color: #8D6449;
  background-color: #8D6449 !important;
  color: #fff;
}

/* その他 */
.featured-sessions .tagsBlock .tag_cc6437d7b6bcf0f7155a29767b46dd9e,
#timeTableView .sessionThBox .sessionCol .tag_cc6437d7b6bcf0f7155a29767b46dd9e,
#timeTableView .tagsBlock .tag_cc6437d7b6bcf0f7155a29767b46dd9e {
  border-color: #5B6356;
  background-color: #5B6356 !important;
  color: #fff;
}

/* 当日限定 */
.featured-sessions .tagsBlock .tag_bcde066e7dec3e2510e94d540371491a,
#timeTableView .sessionThBox .sessionCol .tag_bcde066e7dec3e2510e94d540371491a,
#timeTableView .tagsBlock .tag_bcde066e7dec3e2510e94d540371491a {
  border-color: #ffeb3b;
  background-color: #ffeb3b !important;
}

/* 招待枠 */
.featured-sessions .hide-content .tagsBlock .tag_8732e70cad700364d5ba41c46b6e9c71,
#timeTableView .sessionThBox .sessionCol .tag_8732e70cad700364d5ba41c46b6e9c71,
#timeTableView .tagsBlock .tag_8732e70cad700364d5ba41c46b6e9c71 {
  border-color: #FFBE98;
  background-color: #FFBE98 !important;
}

.featured-sessions .tagsBlock .tag_8732e70cad700364d5ba41c46b6e9c71 {
  border-color: #000;
  background-color: #fff !important;
}
