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

.main-visual {
  position: relative;
}

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

.main-visual .link {
  position: absolute;
  top: 65%;
  right: 21%;
  width: 22%;
  height: 5%;
  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);
  }
}

.contents {
  padding: 52px 32px 570px;
}

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

@media screen and (max-width: 767px) {
.featured-sessions,
.featured-sessions .contents {
  padding: 40px 0;
}
}

.featured-sessions {
  background-color: #c0a194;
}


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

@media only screen and (max-width:480px) {
  .contents {
    padding: 30px 0 250px
  }
}

.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:
    linear-gradient(to bottom, #c0a194 0%, rgba(164, 120, 100, 0) 60%),
    url('../../images/2025/dbts2025_background.jpg');
  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 #A47864;
  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 #A47864;
  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: #A47864;
  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: #A47864;
  color: #FFF;
  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: #A47864;
  color: #fff;
  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;
}


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

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

#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: #A47864;
}

.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: #c0a194;
  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: #fff;
}

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

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

@media screen and (max-width: 767px) {
  .featured-sessions .session-info .session-time {
    margin: 5px;
    justify-content: space-between;
  }
}

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

.featured-sessions .session-info .session-time .session-id {
  width: 90px;
  height: 22px;
  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;
    width: 70px;
  }
}

.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: 30%;
    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: 5%;
    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(163, 120, 100, 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;
  }
}

.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: #a0aaad;
    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;
  }  
}

.emerald img,
.ruby img,
.sapphire img {
  margin-top: 20%;
}

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

.ruby img {
  width: 90%;
}

.sapphire img {
  width: 85%;
}

.pearl img {
  width: 70%;
}

.towel img {
  width: 60%;
}

.special img,
.media img {
  width: 75%;
}

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

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

.logo-img .google_cloud {
  width: 95%;
  margin-top: 25%;
}

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

.logo-img .quest {
  width: 80%;
}

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

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

.logo-img .dbvisit {
  margin-top: 14%;
}

.logo-img .nec {
  margin-top: 33%;
}

.logo-img .ntt_data {
  margin-top: 31%;
}

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

.logo-img .single_store {
  margin-top: 33%;
}

.logo-img .sraoss {
  margin-top: 32%;
}

.logo-img .zilliz {
  margin-top: 27%;
}

.logo-img .aerospike {
  margin-top: 35%;
  width: 85%;
}

.logo-img .cosol {
  margin-top: 15%;
}

.logo-img .edb {
  width: 90%;
  margin-top: 33%;
}

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

.logo-img .jurabi {
  margin-top: 32%;
}

.logo-img .nautilus {
  margin-top: 40%;
  width: 80%;
}

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

.logo-img .scsk {
  margin-top: 33%;
}

.logo-img .ul_systems {
  margin-top: 35%;
  width: 80%;
}

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

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

.logo-img .postgre {
  margin-top: 34%;
}

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

.logo-img .snowvillage {
  width: 50%;
  margin-top: 20%;
}

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

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

.logo-img .bit {
  margin-top: 31%;
}


/* 満席,残席僅か */
.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;
  font-weight: bold;
}


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

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

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

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

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

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

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

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

/* ユーザー事例 */
.tag_69164ef42b4866e430be34def1aeb831 {
  border-color: #e9546b;
}

/* 初心者向け */
.tag_f92be80b62f735914251a33e7ffc6b5b {
  border-color: #00BFFF;
}

/* 中級者向け */
.tag_21c9da68841a8bba8cfe20a82bf4db19 {
  border-color: #007FFF;
}

/* 上級者向け */
.tag_a1987c5ab95915028a762162522b6823 {
  border-color: #0000FF;
}

/* その他 */
.tag_99c2bebf0ad8fa60639f86c3e214bc80 {
  border-color: #5B6356;
}

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

/* 招待枠 */
.featured-sessions .hide-content .tagsBlock .tag_ebfbd334abf587e1d68a872ae63227f9,
#timeTableView .sessionThBox .sessionCol .tag_ebfbd334abf587e1d68a872ae63227f9,
#timeTableView .tagsBlock .tag_ebfbd334abf587e1d68a872ae63227f9 {
  border-color: #A47864;
  background-color: #A47864 !important;
  color: #fff;
  font-weight: bold;
}

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

/* ビジネス */
.featured-sessions .tagsBlock .tag_12ae77a7e6c85fe49d76006173e21dc6,
#timeTableView .sessionThBox .sessionCol .tag_12ae77a7e6c85fe49d76006173e21dc6,
#timeTableView .tagsBlock .tag_12ae77a7e6c85fe49d76006173e21dc6 {
  border-color: #59b9c6;
  background-color: #59b9c6 !important;
  color: #fff;
  font-weight: bold;
}

/* テクノロジー */
.featured-sessions .tagsBlock .tag_5f2a9dddbd18858d24d7785eb0437623,
#timeTableView .sessionThBox .sessionCol .tag_5f2a9dddbd18858d24d7785eb0437623,
#timeTableView .tagsBlock .tag_5f2a9dddbd18858d24d7785eb0437623 {
  border-color: #deb068;
  background-color: #deb068 !important;
  color: #fff;
  font-weight: bold;
}
