/*============================================================================================================*/
#breadcrumb {
  margin-top: 110px;
  background: #004a73;
  color: #fff;
  padding: 10px 20px;
}

#breadcrumb ul {
  display: flex;
}

#breadcrumb ul li {
  font-size: 13px;
}

#breadcrumb ul li a {
  color: #fff;
  margin-right: 10px;
  opacity: 0.7;
}

#breadcrumb ul li a:after {
  content: ">";
  margin-left: 10px;
  display: inline-block;
  transform: scale(0.8, 1);
}

@media screen and (max-width: 736px) {
  #breadcrumb {
    margin-top: 77px;
  }

  #breadcrumb ul li {
    font-size: 11px;
  }
}

/*=============================================================================================================================*/
#kv {
  background: url("../img/pic/about.svg") no-repeat 100% bottom;
  background-size: 60%;
  padding: 5vw 0 10vw 0;
  margin: 0 auto 50px auto;
  position: relative;
  z-index: 9;
  max-width: 2000px;
}

#kv2 {
  padding: 5vw 0 0 0;
  margin: 0 auto 50px auto;
  position: relative;
  z-index: 9;
  max-width: 2000px;
  text-align: center;
}

#kv>section {
  margin: 0 auto;
  padding: 0 62.5% 0 50px;
  box-sizing: border-box;
}

#kv2>section {
  margin: 0 auto;
  padding: 0 50px 0 50px;
  box-sizing: border-box;
}

#kv>section h1,
#kv2>section h1 {
  font-size: 3vw;
  margin: 0 0 1vw 0;
  font-weight: bold;
  color: #b5c9d4;
}

#kv>section h2,
#kv2>section h2 {
  font-size: 2vw;
  margin: 0 0 1vw 0;
  font-weight: bold;
  color: #004a73;
}

#kv>section p,
#kv2>section p {
  margin-bottom: 15px;
  line-height: 2;
  font-size: 14px;
}

@media screen and (max-width: 736px) {
  #kv {
    background: url("../img/pic/about.svg") no-repeat 100% bottom;
    background-size: 100%;
    padding: 25px 0 30vh 0;
    margin: 0 0 50px 0;
    position: relative;
    z-index: 9;
  }

  #kv2 {
    padding: 25px 0 0 0;
    margin: 0;
    position: relative;
    z-index: 9;
    text-align: left;
  }

  #kv>section,
  #kv2>section {
    margin: 0 15px;
    padding: 0;
  }

  #kv>section h1,
  #kv2>section h1 {
    font-size: 20px;
    margin: 0 0 1vw 0;
    font-weight: bold;
    color: #b5c9d4;
  }

  #kv>section h2,
  #kv2>section h2 {
    font-size: 16px;
  }

  #kv>section p,
  #kv2>section p {
    font-size: 13px;
  }
}

#kv>section>div ul.mv-themes {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 25px 0 0 0;
}

#kv>section>div ul.mv-themes li {
  width: 48%;
  margin: 0 0 2% 0;
}

#interop #kv>section>div ul.mv-themes-under {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
}

#interop #kv>section>div ul.mv-themes-under li {
  width: 49%;
  margin: 0 0 1% 0;
}

#interop #kv>section>div ul.mv-themes-under li a {
  background: #f7f7f7;
  display: block;
  text-align: center;
  padding: 10px;
  border-radius: 5px;
  position: relative;
  font-size: 0.8vw;
}

@media screen and (max-width: 736px) {
  #interop #kv>section>div ul.mv-themes li a {
    padding: 20px 0;
    display: block;
    font-size: 12px;
  }
}

#interop #kv>section>div ul.mv-themes-under li a:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
}

#kv>section>div ul.mv-themes-under li:nth-child(1) a {
  color: #ed7d31;
}

#kv>section>div ul.mv-themes-under li:nth-child(1) a:after {
  border-color: transparent transparent #ed7d31 transparent;
}

#kv>section>div ul.mv-themes-under li:nth-child(2) a {
  color: #7030a0;
}

#kv>section>div ul.mv-themes-under li:nth-child(2) a:after {
  border-color: transparent transparent#7030a0 transparent;
}

#kv>section>div ul.mv-themes li a {
  background: #f7f7f7;
  display: block;
  text-align: center;
  padding: 10px;
  border-radius: 5px;
  position: relative;
  font-size: 0.8vw;
}

#kv>section>div ul.mv-themes li a:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
}

#kv>section>div ul.mv-themes li:nth-child(1) a {
  color: #333;
}

#kv>section>div ul.mv-themes li:nth-child(1) a:after {
  border-color: transparent transparent #333 transparent;
}

#kv>section>div ul.mv-themes li:nth-child(2) a {
  color: #1c75bc;
}

#kv>section>div ul.mv-themes li:nth-child(2) a:after {
  border-color: transparent transparent #1c75bc transparent;
}

#kv>section>div ul.mv-themes li:nth-child(3) a {
  color: #70ad47;
}

#kv>section>div ul.mv-themes li:nth-child(3) a:after {
  border-color: transparent transparent #70ad47 transparent;
}

#kv>section>div ul.mv-themes li:nth-child(4) a {
  color: #ffc000;
}

#kv>section>div ul.mv-themes li:nth-child(4) a:after {
  border-color: transparent transparent #ffc000 transparent;
}

#kv>section>div ul.mv-themes li:nth-child(5) a {
  color: #c00000;
}

#kv>section>div ul.mv-themes li:nth-child(5) a:after {
  border-color: transparent transparent #c00000 transparent;
}

#kv>section>div ul.mv-themes li:nth-child(6) a {
  color: #7c7c7c;
}

#kv>section>div ul.mv-themes li:nth-child(6) a:after {
  border-color: transparent transparent #7c7c7c transparent;
}

#kv>section>div ul.mv-themes li:nth-child(7) a {
  color: #ed7d31;
}

#kv>section>div ul.mv-themes li:nth-child(7) a:after {
  border-color: transparent transparent #ed7d31 transparent;
}

#kv>section>div ul.mv-themes li:nth-child(8) a {
  color: #7030a0;
}

#kv>section>div ul.mv-themes li:nth-child(8) a:after {
  border-color: transparent transparent #7030a0 transparent;
}

#kv>section>div ul.mv-themes li:nth-child(9) a {
  color: #a97c50;
}

#kv>section>div ul.mv-themes li:nth-child(9) a:after {
  border-color: transparent transparent #a97c50 transparent;
}

/*==========================================================================================================================*/
#pickup input[type="text"] {
  padding: 10px;
  box-sizing: border-box;
  border-radius: 50px;
  border: 1px solid #ccc;
}

#pickup {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 50px;
  box-sizing: border-box;
}

#pickup .image img {
  border-radius: 5px;
}

@media screen and (max-width: 736px) {
  #pickup {
    margin-top: -50px;
    padding: 0 15px;
  }
}

#pickup h2 {
  /* font-size: 60px; */
  font-size: 45px;
}

#pickup h3 {
  font-size: 32px;
  font-weight: bold;
  color: #004a73;
}

#pickup h4 {
  font-size: 1vw;
  color: #004a73;
  margin-bottom: 25px;
}

#pickup h4:before {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background: #004a73;
  margin: 25px auto;
}

@media screen and (max-width: 736px) {
  #pickup {
    margin-top: -50px;
    margin-bottom: -50px;
  }

  #pickup h3 {
    font-size: 13px;
  }

  #pickup h4 {
    font-size: 13px;
    margin-bottom: 15px;
  }

  #pickup h4:before {
    margin: 15px auto;
  }

  #pickup input[type="text"] {
    font-size: 13px;
  }

  /* #pickup p {
    font-size: 13px;
  } */
}

button {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 15px 50px;
  font-weight: bold;
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "Noto Sans JP", sans-serif, メイリオ, Meiryo, Osaka,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  margin: 0 auto 0;
  border: 2px solid #004a73;
  color: #004a73;
  border-radius: 50px;
  background: none;
  transition: opacity 1s ease-in-out 0s, transform 1s ease-in-out 0s, background 0.3s !important;
}

button:before {
  content: "\2b \00a0";
  font-family: "icon";
}

@media screen and (max-width: 736px) {
  button {
    font-size: 13px;
    padding: 12px 24px;
  }
}

ul.product-list {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 50px auto 0 auto;
}

ul.product-list li {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 5%;
}

ul.product-list li:nth-child(3n) {
  margin-right: 0;
}

ul.product-list li .image {
  background: #fff;
}

ul.product-list li .image img {
  object-fit: contain;
  height: 180px;
  overflow: hidden;
}

ul.product-list li .video {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
}

ul.product-list li .video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

ul.product-list li h3 {
  font-size: 1.2vw !important;
  margin: 15px;
  font-weight: bold;
}

ul.product-list li p {
  font-size: 15px;
  color: #333;
  text-align: left;
}

ul.product-list li p.theme_name {
  margin: 10px 0 0 0;
}

ul.product-list li p.theme_name span {
  border: 1px solid #333;
  padding: 5px;
  font-size: 14px;
}

@media screen and (max-width: 1200px) {
  ul.product-list {
    margin: 25px 50px 0 50px;
  }

  ul.product-list li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 5%;
  }

  ul.product-list li .image img {
    object-fit: contain;
    height: 26vw;
    overflow: hidden;
  }

  ul.product-list li:nth-child(3n) {
    margin-right: 2%;
  }

  ul.product-list li:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 736px) {
  ul.product-list {
    margin: 25px 15px 0 15px;
  }

  ul.product-list li {
    width: auto;
    margin-right: 0;
    margin-bottom: 30px;
  }

  ul.product-list li .image img {
    object-fit: contain;
    height: 50vw;
    overflow: hidden;
  }

  ul.product-list li:nth-child(3n) {
    margin-right: 0;
  }

  ul.product-list li:nth-child(2n) {
    margin-right: 0;
  }

  ul.product-list li h3 {
    font-size: 16px !important;
  }

  ul.product-list li p {
    font-size: 13px;
    line-height: 1.7;
  }

  ul.product-list li p.theme_name span {
    font-size: 12px;
  }
}

#theme-sponsor {
  margin-top: 100px;
  padding: 0 50px;
  box-sizing: border-box;
}

#theme-sponsor ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

#theme-sponsor ul li {
  width: 15%;
  margin-right: 2%;
  margin-bottom: 2%;
}

#theme-sponsor ul li img {
  width: 100%;
}

#theme-sponsor ul li:nth-child(6n) {
  margin-right: 0;
}

#theme-sponsor ul.gold li {
  width: 30%;
  margin-right: 5%;
}

#theme-sponsor ul.gold li:nth-child(3n) {
  margin-right: 0;
}

#theme-sponsor ul.silver li {
  width: 23.5%;
  margin-right: 2%;
}

#theme-sponsor ul.silver li:nth-child(4n) {
  margin-right: 0;
}

#theme-sponsor ul.silverli:nth-child(3n) {
  margin-right: 0;
}

#theme-sponsor>section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0 60px 0;
}

#theme-sponsor>section h3 {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 1vw;
}

@media screen and (max-width: 736px) {
  #theme-sponsor ul.gold li {
    width: 100%;
    margin-right: 0;
  }

  #theme-sponsor ul.gold li:nth-child(3n) {
    margin-right: 0;
  }

  #theme-sponsor ul.silver li {
    width: 100%;
    margin-right: 0;
  }

  #theme-sponsor {
    margin-top: 75px;
    padding: 0;
  }

  #theme-sponsor>section {
    margin: 0 15px;
  }

  #theme-sponsor>section h3 {
    font-size: 13px;
    margin-bottom: 10px;
  }

  #theme-sponsor ul {
    margin-bottom: 20px;
  }

  #theme-sponsor ul li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
  }

  #theme-sponsor ul li:nth-child(2n) {
    margin-right: 0;
  }
}

h2.title {
  text-align: center;
  font-size: 3vw;
  font-weight: bold;
  position: relative;
  margin-bottom: 1vw;
}

@media screen and (max-width: 736px) {
  h2.title {
    font-size: 20px;
    margin-bottom: 25px;
  }
}

.title-interop span {
  color: #004a73;
}

.title-interop {
  color: #7fa0b2;
}

.title-dsj span {
  color: #cf1126;
}

.title-dsj {
  color: #e78893;
}

.title-lbj h2 span {
  color: #006eb0;
}

.title-lbj h2 {
  color: #80b7d8;
}

.title-apps span {
  color: #a560a2;
}

.title-apps {
  color: #d2b0d1;
}

.theme-btns {
  position: sticky;
  top: 140px;
  z-index: 899;
  margin: 0 auto 50px auto;
  max-width: 1024px;
}

.theme-btns ul {
  display: flex;
  justify-content: center;
}

.theme-btns ul li {
  margin-right: 5%;
  /* width: 30%; */
  text-align: center;
}

.theme-btns ul li:nth-child(3n) {
  margin-right: 0;
}

.theme-btns ul li a {
  border: 2px solid #004a73;
  color: #004a73;
  border-radius: 50px;
  font-weight: bold;
  padding: 15px 20px;
  display: block;
  box-sizing: border-box;
  background: #fff;
  font-size: 15px;
}

.theme-btns ul li a:after {
  content: ">";
  display: inline-block;
  transform: rotate(90deg);
  margin: 0 0 0 20px;
}

.theme-btns ul li a.-gray {
  border: 2px solid #808080 !important;
  color: #808080 !important;
  pointer-events: none;
}

@media screen and (max-width: 736px) {
  .theme-btns {
    background: #fff;
    top: 79px;
    border-bottom: 2px solid #eee;
    margin: 0 auto;
  }

  .theme-btns ul {
    overflow-x: auto;
    /* 横スクロールの指定 */
    background: none;
    overflow-scrolling: touch;
    /* スクロールを滑らかにする */
    -webkit-overflow-scrolling: touch;
    /* スクロールを滑らかにする */
    justify-content: unset;
  }

  .theme-btns ul li {
    margin-right: 0;
    white-space: nowrap;
    /* 横スクロールの指定 */
    width: auto;
  }

  .theme-btns ul li a {
    border: none !important;
    font-size: 12px;
    background: none;
  }

  .theme-btns ul li a.-gray {
    border: none;
    pointer-events: none;
  }

  .theme-btns ul li a:after {
    display: none;
  }
}

#theme-sponsor-under {
  margin: 50px 0 100px 0;
  padding: 0 50px;
  box-sizing: border-box;
}

#theme-sponsor-under ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* max-width: 800px; */
  margin: 0 auto;
}

#theme-sponsor-under ul.-mid {
  max-width: 800px;
}

#theme-sponsor-under ul li {
  flex-shrink: 0;
  width: 169px;
  margin-right: 2%;
  margin-bottom: 2%;
  border: 1px solid #eee;
  box-sizing: border-box;
}

/* #theme-sponsor-under ul li:nth-child(6n) {
  margin-right: 0;
} */
#theme-sponsor-under>section {
  max-width: 2000px;
  margin: 0 auto;
  padding: 0 0 60px 0;
}

#theme-sponsor-under>section h3 {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 1vw;
  text-align: center;
}

@media screen and (max-width: 736px) {
  #theme-sponsor-under {
    padding: 0;
    margin: 25px 0 0 0;
  }

  #theme-sponsor-under>section {
    margin: 0 15px;
  }

  #theme-sponsor-under>section h3 {
    font-size: 13px;
    margin-bottom: 10px;
  }

  #theme-sponsor-under ul {
    margin-bottom: 20px;
  }

  #theme-sponsor-under ul li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
  }

  #theme-sponsor-under ul li:nth-child(2n) {
    margin-right: 0;
  }
}

ul.sponsor-list {
  max-width: 1200px;
  margin: 25px auto 50px auto;
  display: flex;
  flex-wrap: wrap;
}

ul.sponsor-list li {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2%;
  background: #fff;
  border-radius: 5px;
  padding: 10px;
  box-sizing: border-box;
}

ul.sponsor-list li:nth-child(2n) {
  margin-right: 0;
}

@media screen and (max-width: 736px) {
  ul.sponsor-list {
    margin-top: 0;
  }

  ul.sponsor-list li {
    width: 100%;
    margin-right: 0;
  }
}

ul.sponsor-list li div {
  display: flex;
  box-sizing: border-box;
  align-items: center;
  height: 70px;
}

ul.sponsor-list li div>.number {
  border: 1px solid #666;
  padding: 10px;
  width: 20%;
  box-sizing: border-box;
  margin-right: 5%;
  display: flex;
  justify-content: center;
}

ul.sponsor-list li div>.company-name {
  width: 75%;
  text-align: left;
}

@media screen and (max-width: 736px) {
  ul.sponsor-list li div>.number {
    width: 28%;
  }

  ul.sponsor-list li div>.company-name {
    width: 67%;
  }
}

.tab-area {
  display: flex;
  justify-content: space-around;
  background: #fff;
  cursor: pointer;
  margin: 25px 0 0 0;
}

.tab {
  width: 100%;
  line-height: 50px;
  text-align: center;
  border-right: 1px solid #bfd0d9;
  color: #004a73;
  border-bottom: 1px solid #bfd0d9;
}

.tab.active {
  background: #004a73;
  color: #fff;
  border: none;
}

.content-area {
  /* font-size: 30px; */
  /* text-align: center; */
  text-align: left;
}

.content-area .content {
  display: none;
  background: #f1f2f2;
}

.content-area .content.show {
  display: block;
  /* padding: 50px; */
}

@media screen and (max-width: 736px) {
  .tab {
    font-size: 12px;
  }
}

body>svg {
  width: 0;
  height: 0;
  opacity: 0;
  position: fixed;
}

#pickup.timetable {
  max-width: 1400px;
  margin: auto;
}

body.subpage {
  margin-bottom: 176px;
}

.search-box {
  margin-bottom: 1rem;
}

.date_sort {
  clear: both;
  overflow: hidden;
  /* margin: 60px 0 30px 0; */
}

.date_sort li {
  float: left;
  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif !important;
  color: #2b3990;
  /* border-right: 1px solid #2B3990;
  border-top: 1px solid #2B3990;
  border-bottom: 1px solid #2B3990; */
  border-right: 2px solid rgba(255, 255, 255, 0.5);
  /* border-bottom: 2px solid rgba(255,255,255,.5); */
  padding: 8px 20px;
  margin-bottom: 5px;
  cursor: pointer;
  background: #171718;
  color: #999;
  line-height: 1;
}

.date_sort li.all {
  font-weight: 500;
}

.date_sort li:first-child {
  border-left: 1px solid #2b3990;
}

.date_sort li:last-child {
  border-right: none;
}

.date_sort li span.day {
  font-size: 20px;
  font-weight: bold;
}

.date_sort li span.week {
  font-size: 16px;
  font-weight: bold;
  margin-left: 5px;
}

.date_sort li.current {
  background: #171718;
  /* background: #2B3990; */
  /* background: -moz-linear-gradient(top, rgba(165,42,42,.5), rgba(136,0,0,.5));
	background: -webkit-linear-gradient(top, rgba(165,42,42,.5), rgba(136,0,0,.5));
	background: linear-gradient(to bottom, rgba(165,42,42,.5), rgba(136,0,0,.5)); */
  color: #fff;
  position: relative;
  z-index: 2;
}

.date_sort li.current::before {
  content: "";
  background: -moz-linear-gradient(top, rgba(165, 42, 42, 0.5), rgba(136, 0, 0, 0.5));
  background: -webkit-linear-gradient(top, rgba(165, 42, 42, 0.5), rgba(136, 0, 0, 0.5));
  background: linear-gradient(to bottom, rgba(165, 42, 42, 0.5), rgba(136, 0, 0, 0.5));
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.time_sort {
  clear: both;
  overflow: hidden;
  margin: 20px 0 0 0;
}

.time_sort li {
  float: left;
  color: #2b3990;
  padding: 5px 15px;
  border-right: 1px solid #2b3990;
  cursor: pointer;
}

@media only screen and (max-width: 736px) {
  body.subpage {
    margin-bottom: 60px;
  }

  .date_sort {
    margin: 30px 0 20px 0;
  }

  .date_sort li {
    font-size: 14px;
    padding: 8px 10px;
  }

  .date_sort li span.day {
    font-size: 12px;
  }

  .date_sort li span.week {
    font-size: 12px;
  }

  .time_sort li {
    text-align: center;
    width: 16.66%;
    padding: 0 10px;
    margin-bottom: 10px;
    font-size: 13px;
  }

  .time_sort li:nth-child(6n) {
    border-right: 0;
  }
}

/* 繧ｿ繧､繝�繝��繝悶Ν縲繝ｪ繧ｹ繝医�驛ｨ蛻� */

/* 蜈ｱ騾� */
.date_sort_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: center;
  /*Android4.3*/
  -moz-box-align: center;
  /*Firefox21*/
  -ms-flex-align: center;
  /*IE10*/
  -webkit-align-items: center;
  /*PC-Safari,iOS8.4*/
  align-items: center;
  -webkit-box-pack: justify;
  /*Android4.3*/
  -moz-box-pack: justify;
  /*Firefox21*/
  -ms-flex-pack: justify;
  /*IE10*/
  -webkit-justify-content: space-between;
  /*PC-Safari,iOS8.4*/
  justify-content: space-between;
  margin: 40px 0 20px 0;
}

.tt_notice {
  font-size: 14px;
}

.tt_notice a {
  text-decoration: underline;
}

.icon_list_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}

.icon_list {
  margin-bottom: 5px;
  margin-left: auto;
}

.icon_list ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: center;
  /*Android4.3*/
  -moz-box-align: center;
  /*Firefox21*/
  -ms-flex-align: center;
  /*IE10*/
  -webkit-align-items: center;
  /*PC-Safari,iOS8.4*/
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.icon_list ul li {
  margin-right: 15px;
}

.icon_list ul li:last-child {
  margin-right: 0;
}

.icon_list ul li p {
  font-size: 15px;
  letter-spacing: normal;
}

.icon_list ul li p {
  padding: 5px;
  font-weight: bold;
}

/* .icon_list ul li p{
  background: url(/common/event/2019/fall/img/session/icon/sequentially.png) 0 50%/20px no-repeat;
  padding: 5px 0 5px 30px;
} */

.icon_list ul li.sequentially p {
  background: url(/img/introduction/session/icon/sequentially.png) 0 50%/25px no-repeat;
  padding: 5px 0 5px 30px;
}

.icon_list ul li.simultaneous p {
  background: url(/img/introduction/session/icon/simultaneous.png) 0 50%/25px no-repeat;
  padding: 5px 0 5px 30px;
}

.icon_list ul li.snack p {
  background: url(/img/snack.svg) 0 50%/22px no-repeat;
  padding: 5px 0 5px 30px;
}

.icon_list ul li.keywords p a {
  background: #d6df27 url(/img/introduction/session/icon/glass.png) 50% 10px/18px no-repeat;
  padding: 35px 8px 10px 8px;
  text-align: center;
  display: block;
  font-size: 12px;
  border-radius: 8px;
  letter-spacing: normal;
  width: 77px;
}

.icon_list ul li.keywords p a.en_ver {
  background: #d6df27 url(/img/introduction/session/icon/glass.png) 10px 50%/18px no-repeat;
  width: auto;
  padding: 10px 5px 10px 40px;
  line-height: 0.5;
  margin: 0;
  text-align: left;
}

.icon_list ul li.keywords p a.en_ver span {
  display: block !important;
  font-size: 15px;
  font-weight: bold;
  color: inherit;
  line-height: 1;
  margin: 0;
}

.icon_list.en_ver ul li p {
  /* background: none; */
  padding: 10px 15px 20px 15px;
}

.icon_list ul li.booth p {
  padding-left: 30px;
  background: url(/img/booth.svg) 0 50%/22px no-repeat;
}

.icon_list ul li.live p {
  padding-left: 30px;
  background: url(/img/live.svg) 0 50%/20px no-repeat;
}

.icon_list ul li.ondemand p {
  padding-left: 30px;
  background: url(/img/video.svg) 0 50%/20px no-repeat;
}

@media only screen and (max-width: 736px) {
  .icon_list ul li {
    margin-right: 0;
    flex: 0 0 50%;
  }
}

.timetable_wrap {
  position: relative;
  z-index: 9;
}

.timetable_content_all_wrap {
  background: #fff;
  padding: 20px;
  margin-bottom: 100px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.timetable_head {
  /* background: #2B3990; */
  background: -moz-linear-gradient(right, #444, #222);
  background: -webkit-linear-gradient(right, #444, #222);
  background: linear-gradient(to right, #444, #222);
  padding: 10px 25px;
}

.timetable_head p {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
}

.timetable_head p span {
  font-size: 20px;
}

.timetable_content_wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.timetable_content_wrap .session_genre {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: bold;
  width: 100%;
}

.timetable_content_wrap .category {
  flex: 1 1 100%;
}

.timetable_content_wrap .category .session_genre {
  font-size: 20px;
  margin-bottom: 0;
  font-weight: bold;
  width: 100%;
  padding: 1rem;
}

/* .timetable_content_wrap .session_titile_area h3{
	padding-right: 30px;
} */
.timetable_content_inner.full .checkbox-wrap {
  display: none;
}

.timetable_content_inner.full.full_ver2 .checkbox-wrap {
  display: block;
}

.timetable_content_inner.full .booth_info p {
  padding: 10px 0 10px 20px !important;
}

.timetable_content_inner {
  background: #f1f2f2;
  padding: 15px;
  transition: all 0.3s ease-in-out;
  position: relative;
  /* z-index: 10; */
  margin-bottom: 20px;
}

.timetable_content_inner.selected,
.timetable_content_inner.selected_cont,
.timetable_content_inner.selected_ex {
  /* background: rgba(28, 117, 187, 0.8) */
  /* background: -moz-linear-gradient(right, #444, #222);
	background: -webkit-linear-gradient(right, #444, #222);
  background: linear-gradient(to right, #444, #222); */
  background: #444;
}

.timetable_content_inner.selected_cont.selected_cont_click {
  background: #fff !important;
}

.session_titile_area {
  position: relative;
}

.timetable_content_inner.selected .session_titile_area h3,
.timetable_content_inner.selected .session_titile_area h3 a,
.timetable_content_inner.selected .session_titile_area p.offer,
.timetable_content_inner.selected .session_titile_area .category_label_ind span,
.timetable_content_inner.selected .session_titile_area .keywords ul li,
.timetable_content_inner.selected .speaker_text p,
.timetable_content_wrap.col_3 .timetable_content_inner.selected p.offer,
.timetable_content_wrap.col_4 .timetable_content_inner.selected p.offer,
.timetable_content_wrap.col_5 .timetable_content_inner.selected p.offer,
.session_detail_body .timetable_content_inner.selected .session_titile_area h3,
.session_detail_body .timetable_content_inner.selected .timetable_content p.offer,
.session_detail_body .timetable_content_inner.selected .timetable_content p.offer_text,
.session_detail_body .timetable_content_inner.selected .timetable_content .summary_text,
.session_detail_body .timetable_content_inner.selected .speaker_list span.role,
.session_detail_body .timetable_content_inner.selected_ex .session_titile_area .category_label,
.session_detail_body .timetable_content_inner.selected_ex .session_titile_area h3,
.session_detail_body .timetable_content_inner.selected_ex .timetable_content p.offer,
.session_detail_body .timetable_content_inner.selected_ex .timetable_content p.offer_text,
.session_detail_body .timetable_content_inner.selected_ex .timetable_content .offer_text,
.session_detail_body .timetable_content_inner.selected_ex .timetable_content .summary_text,
.session_detail_body .timetable_content_inner.selected_ex .timetable_content .keywords ul li,
.session_detail_body .timetable_content_inner.selected_ex .speaker_list,
.session_detail_body .timetable_content_inner.selected_cont .session_titile_area h3,
.session_detail_body .timetable_content_inner.selected_cont .timetable_content p.offer,
.session_detail_body .timetable_content_inner.selected_cont .timetable_content p.offer_text,
.session_detail_body .timetable_content_inner.selected_cont .timetable_content .summary_text,
.session_detail_body .timetable_content_inner.selected_cont .speaker_list,
.session_detail_body .timetable_content_inner.selected_cont .speaker_list span.role,
.session_detail_body .timetable_content_inner.selected_cont .session_titile_area .category_label,
.session_detail_body .timetable_content_inner.selected_cont .timetable_content .offer_text,
.session_detail_body .timetable_content_inner.selected_cont .timetable_content .keywords ul li,
.timetable_content_inner.selected .speaker_list span.role,
.timetable_content_inner.selected .session_notice p,
.session_detail_body .timetable_content_inner.selected .session_notice p,
.session_detail_body .timetable_content_inner.selected_ex .session_notice p,
.session_detail_body .timetable_content_inner.selected_cont .session_notice p {
  color: #fff !important;
}

.timetable_content_inner.selected .session_titile_area p.offer span,
.timetable_content_wrap.col_3 .timetable_content_inner.selected p.offer span,
.timetable_content_wrap.col_4 .timetable_content_inner.selected p.offer span,
.timetable_content_wrap.col_5 .timetable_content_inner.selected p.offer span,
.session_detail_body .timetable_content_inner.selected .timetable_content p.offer span,
.session_detail_body .timetable_content_inner.selected_cont .timetable_content p.offer span,
.session_detail_body .timetable_content_inner.selected_ex .timetable_content p.offer span {
  border: 1px solid #fff;
  background: none;
}

.session_detail_body .timetable_content_inner.selected_cont_click .session_titile_area h3,
.session_detail_body .timetable_content_inner.selected_cont_click .timetable_content p.offer,
.session_detail_body .timetable_content_inner.selected_cont_click .timetable_content p.offer_text,
.session_detail_body .timetable_content_inner.selected_cont_click .timetable_content .summary_text,
.session_detail_body .timetable_content_inner.selected_cont_click .speaker_list span.role,
.session_detail_body .timetable_content_inner.selected_cont_click .session_titile_area h3,
.session_detail_body .timetable_content_inner.selected_cont_click .timetable_content p.offer,
.session_detail_body .timetable_content_inner.selected_cont_click .timetable_content p.offer_text,
.session_detail_body .timetable_content_inner.selected_cont_click .timetable_content .summary_text,
.session_detail_body .timetable_content_inner.selected_cont_click .speaker_list,
.session_detail_body .timetable_content_inner.selected_cont_click .session_titile_area h3,
.session_detail_body .timetable_content_inner.selected_cont_click .timetable_content p.offer,
.session_detail_body .timetable_content_inner.selected_cont_click .timetable_content p.offer_text,
.session_detail_body .timetable_content_inner.selected_cont_click .timetable_content .summary_text,
.session_detail_body .timetable_content_inner.selected_cont_click .speaker_list,
.session_detail_body .timetable_content_inner.selected_cont_click .speaker_list span.role,
.session_detail_body .timetable_content_inner.selected_cont_click .session_titile_area .category_label,
.session_detail_body .timetable_content_inner.selected_cont_click .timetable_content .offer_text,
.session_detail_body .timetable_content_inner.selected_cont_click .timetable_content .keywords ul li,
.session_detail_body .timetable_content_inner.selected_cont_click .session_notice p {
  color: #000 !important;
}

.session_titile_area h3 {
  text-decoration: underline;
  color: #231f20;
  cursor: pointer;
}

.session_titile_area h3:hover {
  text-decoration: none;
}

.timetable_content_wrap.col_2 .session_titile_area h3 a {
  color: #000 !important;
}

.timetable_content_head {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: stretch;
  /*Android4.3*/
  -moz-box-align: stretch;
  /*Firefox21*/
  -ms-flex-align: stretch;
  /*IE10*/
  -webkit-align-items: stretch;
  /*PC-Safari,iOS8.4*/
  align-items: stretch;
  width: 100%;
  background: #fff;
  position: relative;
  margin-bottom: 20px;
}

.booth_num {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  /* line-height: 90px; */
  font-weight: bold;
  color: #fff;
  font-family: "Oswald", sans-serif;
  background: #002f48 !important;
  color: #fff !important;
  padding: 10px;
  box-sizing: border-box;
  white-space: nowrap;
}

.booth_num p {
  color: #fff;
}

.booth_info {
  display: flex;
  align-items: center;
}

.booth_info p {
  padding: 0 0 0 30px;
  /* position: absolute;
  top: 50%;
  left: 0; */
  /* transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%); */
  font-size: 18px;
  font-weight: 700;
}

.booth_info span.date {
  display: inline-block;
  border-right: 1px solid #bcbec0;
  padding-right: 20px;
  margin-right: 10px;
}

.session_titile_area {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  /*Android4.3*/
  -moz-box-align: center;
  /*Firefox21*/
  -ms-flex-align: center;
  /*IE10*/
  -webkit-align-items: center;
  /*PC-Safari,iOS8.4*/
  align-items: center;
}

.theme_area {
  /* float: left; */
  /* margin-right: 10px; */
}

.theme_area span {
  display: inline-block;
}

.theme_area span img {
  width: 41px;
  background: #f1f2f2;
}

span.translate_icon img,
span.translate_icon2 img {
  /* width: 80%; */
  background: #fff;
  padding: 5px;
}

.session_titile_area h3 {
  width: 100%;
  font-size: 22px !important;
  letter-spacing: normal;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.session_titile_area h3 a {
  color: #000;
}

.session_titile_area p.offer {
  font-size: 14px;
  width: 100%;
  display: block;
  border: none;
}

.session_titile_area p.offer span {
  font-size: 12px;
  border: 1px solid #808285;
  padding: 2px 5px;
  margin-right: 8px;
}

.speaker_list_wrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  grid-row-gap: 10px;
  grid-column-gap: 10px;
  margin-top: 25px;
}

.timetable_content_wrap.col_1 .speaker_list_wrap {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

@media only screen and (max-width: 736px) {
  .timetable_content_wrap.col_1 .speaker_list_wrap {
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  }
}

.speaker_list_wrap p {
  line-height: 1.5;
}

.speaker_list {
  margin-bottom: 20px;
  margin-right: 1.3%;
}

.speaker_list:nth-child(4n) {
  margin-right: 0;
}

.speaker_list .role {
  width: 100%;
  /* margin-left: 15%; */
  display: block;
  text-align: left;
  font-size: 13px;
  margin-bottom: 5px;
  font-weight: bold;
}

.speaker_list .role_wrap {
  width: 100%;
}

.speaker_list .role_wrap .role_show {
  width: 40%;
  display: block;
  text-align: center;
  font-size: 13px;
  margin-bottom: 5px;
}

.speaker_img {
  width: 130px;
}

.speaker_img img {
  width: 100%;
}

.speaker_text {
  font-size: 12px;
  padding: 5px 0 0 0;
}

.speaker_text p {
  margin-bottom: 3px;
  font-weight: normal;
}

.speaker_text p.name {
  font-size: 14px;
}

.expertise {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: center;
  /*Android4.3*/
  -moz-box-align: center;
  /*Firefox21*/
  -ms-flex-align: center;
  /*IE10*/
  -webkit-align-items: center;
  /*PC-Safari,iOS8.4*/
  align-items: center;
  margin-left: auto;
}

.expertise p {
  font-size: 12px;
  color: #d12333;
  margin-right: 5px;
}

.expertise span {
  margin: 0 3px;
}

.expertise span img {
  width: 15px;
  line-height: 0;
  vertical-align: text-bottom;
}

.status_label {
  position: absolute;
  top: 0;
  right: 0;
}

.status_label p {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  /* width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 108px 108px 0;
  border-color: transparent #000000 transparent transparent;
  line-height: 0px;
  _border-color: #ffffff #000000 #ffffff #ffffff;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#ffffff');
  z-index: 2; */
  width: 108px;
  height: 108px;
  margin: auto;
  text-align: center;
}

.status_label p::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 108px;
  height: 108px;
  border-style: solid;
  border-width: 0 108px 108px 0;
  border-color: transparent #000000 transparent transparent;
  line-height: 0px;
  _border-color: #ffffff #000000 #ffffff #ffffff;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#ffffff');
  z-index: 2;
  box-sizing: border-box;
}

.status_label p span {
  display: block;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 25%;
  right: 0;
  left: 0;
  margin: auto;
  /* padding-left: 25px; */
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  color: #fff;
  z-index: 3;
  font-size: 13px;
  padding: 5px 0 0 35px;
  font-weight: bold;
}

/* 貅蟶ｭ */
.timetable_content_inner.full .status_label p::before {
  border-color: transparent #58595b transparent transparent;
  _border-color: #ffffff #58595b #ffffff #ffffff;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#ffffff');
}

/* 谿句ｸｭ繧上★縺� */
.timetable_content_inner.few p::before {
  border-color: transparent #be1e2d transparent transparent;
  _border-color: #ffffff #be1e2d #ffffff #ffffff;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#ffffff');
}

.timetable_content_wrap .booth_info p {
  word-break: break-all;
}

@media only screen and (max-width: 736px) {
  .date_sort_wrap {
    margin: 0 0 20px 0;
  }

  .date_sort {
    margin: 0;
  }

  .timetable_content_all_wrap {
    margin-bottom: 50px;
    padding: 10px;
  }

  .timetable_content_wrap {
    margin-bottom: 20px;
  }

  .timetable_head p {
    font-size: 16px;
  }

  .timetable_head p span {
    font-size: 14px;
  }

  .timetable_content_wrap .session_genre {
    font-size: 16px;
  }

  .booth_num {
    font-size: 9px;
    /* display: none; */
    padding: 5px;
    position: relative;
    min-width: 50px;
    min-height: 52px;
  }

  .booth_num_wrap {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }

  .booth_num_wrap>p {
    margin-top: 5px;
  }

  .booth_info p {
    width: 100%;
    display: block;
    font-size: 12px;
    padding: 0 10px !important;
    line-height: 1.2;
  }

  .booth_info span.date {
    border: none;
    margin-right: 5px;
    padding-right: 10px;
    display: block;
  }

  .timetable_content_inner {
    padding: 15px 15px 15px 15px;
  }

  .theme_area span img {
    width: 30px;
  }

  .session_titile_area h3 {
    font-size: 18px;
  }

  .session_titile_area p.offer {
    font-size: 12px;
  }

  .session_titile_area p.offer span {
    font-size: 11px;
  }

  .speaker_list {
    /* width: 32%; */
    width: 100%;
    margin-right: 2%;
  }

  .speaker_list:nth-child(3n) {
    margin-right: 0;
  }

  .speaker_img {
    width: 130px;
  }

  .speaker_text {
    width: 100%;
    padding: 10px 0 0 0;
  }

  .status_label p span {
    font-size: 11px;
  }

  .speaker_list .role_wrap .role_show {
    text-align: left;
  }
}

/* �偵き繝ｩ繝� */
.timetable_content_wrap.col_2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  /*flex-start*/
  -webkit-box-pack: start;
  /*Android4.3*/
  -moz-box-pack: start;
  /*Firefox21*/
  -ms-flex-pack: start;
  /*IE10*/
  -webkit-justify-content: flex-start;
  /*PC-Safari,iOS8.4*/
  justify-content: flex-start;
}

.timetable_content_wrap.col_2 .timetable_content_inner {
  width: 49%;
  margin-right: 2%;
}

.timetable_content_wrap.col_2 .timetable_content_inner:last-child {
  margin-right: 0;
}

.timetable_content_wrap.col_2 .session_titile_area {
  -webkit-box-pack: justify;
  /*Android4.3*/
  -moz-box-pack: justify;
  /*Firefox21*/
  -ms-flex-pack: justify;
  /*IE10*/
  -webkit-justify-content: space-between;
  /*PC-Safari,iOS8.4*/
  justify-content: space-between;
  -webkit-box-align: center;
  /*Android4.3*/
  -moz-box-align: center;
  /*Firefox21*/
  -ms-flex-align: center;
  /*IE10*/
  -webkit-align-items: center;
  /*PC-Safari,iOS8.4*/
  align-items: center;
}

.timetable_content_wrap.col_2 .session_titile_area h3 {}

.timetable_content_wrap.col_2 .session_titile_area p.offer {
  width: auto;
}

.timetable_content_wrap.col_2 .speaker_list_wrap {
  /* -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: space-around; */
  margin-top: 10px;
}

.timetable_content_wrap.col_2 .speaker_list {
  display: block;
}

.timetable_content_wrap.col_2 .speaker_text {
  width: 100%;
  padding: 5px 0 0 10px;
}

@media only screen and (max-width: 736px) {
  .timetable_content_wrap.col_2 {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .timetable_content_wrap.col_2 .timetable_content_inner {
    width: 100%;
    margin-bottom: 20px;
  }

  .timetable_content_wrap.col_2 .speaker_list_wrap {
    text-align: start;
    -webkit-box-pack: start;
    /*Android4.3*/
    -moz-box-pack: start;
    /*Firefox21*/
    -ms-flex-pack: start;
    /*IE10*/
    -webkit-justify-content: flex-start;
    /*PC-Safari,iOS8.4*/
    justify-content: flex-start;
  }

  .timetable_content_wrap.col_2 .speaker_list {
    /* width: 32%; */
    width: 100%;
    margin-right: 2%;
  }

  .timetable_content_wrap.col_2 .speaker_list:nth-child(3n) {
    margin-right: 0;
  }
}

/* 3繧ｫ繝ｩ繝� */
.timetable_content_wrap.col_3 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  /*flex-start*/
  -webkit-box-pack: start;
  /*Android4.3*/
  -moz-box-pack: start;
  /*Firefox21*/
  -ms-flex-pack: start;
  /*IE10*/
  -webkit-justify-content: flex-start;
  /*PC-Safari,iOS8.4*/
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.timetable_content_wrap.col_3 .session_genre {
  width: 100%;
  display: block;
}

.timetable_content_wrap.col_3 .timetable_content_inner {
  width: 32%;
  margin-right: 2%;
}

.timetable_content_wrap.col_3 .timetable_content_inner:last-child {
  margin-right: 0;
}

.timetable_content_wrap.col_3 .booth_num {
  font-size: 20px;
}

.timetable_content_wrap.col_3 .booth_info p {
  font-size: 15px;
  padding: 10px 10px 10px 15px;
}

.timetable_content_wrap.col_3 .booth_info p span {
  display: block;
  border: none;
  margin-right: 0;
  padding-right: 0;
}

/* .timetable_content_wrap.col_3 .checkbox-wrap label{
  background: none;
  width: 30px;
  height: 55px;
  margin-left: 13px;
  margin-left: 0;
}
.timetable_content_wrap.col_3 .checkbox-wrap label::before{
  background: none;
  width: 25px;
  height: 25px;
  border: 1px solid #BCBEC0;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
} */
.timetable_content_wrap.col_3 .session_titile_area h3 {
  font-size: 20px;
  margin-top: 15px;
}

.timetable_content_wrap.col_3 .speaker_list {
  width: 100%;
  margin-bottom: 15px;
}

.timetable_content_wrap.col_3 .speaker_list .speaker_text {
  font-size: 13px;
  padding: 0;
  width: 100%;
}

.timetable_content_wrap.col_3 .speaker_list .speaker_text p.name {
  font-size: 13px;
}

.timetable_content_wrap.col_3 p.offer {
  border-top: 1px solid #e6e7e8;
  position: relative;
  font-size: 14px;
  padding-top: 15px;
}

.timetable_content_wrap.col_3 p.offer::before {
  content: "";
  background: #fff;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: -2px;
}

.timetable_content_wrap.col_3 p.offer span {
  font-size: 12px;
  background: #fff;
  padding: 5px;
  margin-right: 10px;
}

@media only screen and (max-width: 736px) {
  .timetable_content_wrap.col_3 {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .timetable_content_wrap.col_3 .timetable_content_inner {
    width: 100%;
    margin-bottom: 20px;
  }

  .timetable_content_wrap.col_3 .speaker_list_wrap {
    text-align: start;
    -webkit-box-pack: start;
    /*Android4.3*/
    -moz-box-pack: start;
    /*Firefox21*/
    -ms-flex-pack: start;
    /*IE10*/
    -webkit-justify-content: flex-start;
    /*PC-Safari,iOS8.4*/
    justify-content: flex-start;
  }

  .timetable_content_wrap.col_3 .booth_num {
    font-size: 12px;
  }

  .timetable_content_wrap.col_3 .session_titile_area h3 {
    font-size: 16px;
  }

  /* .timetable_content_wrap.col_3 .checkbox-wrap label{
    width: 55px;
    height: 55px;
    background: #1C75BC;
    position: relative;
    display: block;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    z-index: 2;
  }
  .timetable_content_wrap.col_3 .checkbox-wrap label:after{
    width: 14px;
    height: 14px;
  }
  .timetable_content_wrap.col_3 .checkbox-wrap label::before{
    background: none;
    width: 13px;
    height: 13px;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    box-shadow: 0 0 10px #999;
  }
  .timetable_content_wrap.col_3 .checkbox-wrap input[type="checkbox"]:checked+label::before{
    width: 14px;
    height: 14px;
  }
  .timetable_content_wrap.col_3 .checkbox-wrap input[type="checkbox"]:checked+label:after{
    width: 14px;
    height: 12px;
    background-size: 14px;
  } */
  .timetable_content_wrap.col_3 .booth_info p {
    font-size: 12px;
  }

  .timetable_content_wrap.col_3 .speaker_list {
    /* width: 32%; */
    width: 100%;
    margin-right: 2%;
  }

  .timetable_content_wrap.col_3 .speaker_list:nth-child(3n) {
    margin-right: 0;
  }

  .timetable_content_wrap.col_3 p.offer {
    font-size: 12px;
  }
}

/* 4繧ｫ繝ｩ繝� */
.timetable_content_wrap.col_4 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  /*flex-start*/
  -webkit-box-pack: start;
  /*Android4.3*/
  -moz-box-pack: start;
  /*Firefox21*/
  -ms-flex-pack: start;
  /*IE10*/
  -webkit-justify-content: flex-start;
  /*PC-Safari,iOS8.4*/
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.timetable_content_wrap.col_4 .session_genre {
  width: 100%;
  display: block;
}

.timetable_content_wrap.col_4 .timetable_content_inner {
  width: 24%;
  margin-right: 1.33%;
  /* padding: 50px 15px 15px 15px; */
}

.timetable_content_wrap.col_4 .timetable_content_inner:last-child {
  margin-right: 0;
}

.timetable_content_wrap.col_4 .booth_num {
  font-size: 20px;
}

.timetable_content_wrap.col_4 .booth_info p {
  font-size: 14px;
  padding: 0 10px 0 20px;
  line-height: 1.5;
}

.timetable_content_wrap.col_4 .booth_info p span {
  display: block;
  border: none;
  margin-right: 0;
  padding-right: 0;
}

/* .timetable_content_wrap.col_4 .checkbox-wrap{
  position: absolute;
  top: -22px;
  left: 0;
  display: block;
}
.timetable_content_wrap.col_4 .checkbox-wrap label{
  background: none;
  width: 30px;
  height: 55px;
  top: 50%;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  margin-left: 13px;
  position: absolute;
  margin-left: 0;
}
.timetable_content_wrap.col_4 .checkbox-wrap label::before{
  background: none;
  width: 25px;
  height: 25px;
  border: 1px solid #BCBEC0;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
} */
.timetable_content_wrap.col_4 .session_titile_area h3 {
  font-size: 20px;
  margin-top: 15px;
}

.timetable_content_wrap.col_4 .speaker_list {
  width: 100%;
  margin-bottom: 15px;
}

.timetable_content_wrap.col_4 .speaker_list .speaker_text {
  font-size: 13px;
  padding: 0;
  width: 100%;
}

.timetable_content_wrap.col_4 .speaker_list .speaker_text p.name {
  font-size: 13px;
}

.timetable_content_wrap.col_4 p.offer {
  border-top: 1px solid #e6e7e8;
  position: relative;
  font-size: 14px;
  padding-top: 15px;
}

.timetable_content_wrap.col_4 p.offer::before {
  content: "";
  background: #fff;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: -2px;
}

.timetable_content_wrap.col_4 p.offer span {
  font-size: 12px;
  background: #fff;
  padding: 5px;
  margin-right: 10px;
}

@media only screen and (max-width: 736px) {
  .timetable_content_wrap.col_4 {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .timetable_content_wrap.col_4 .timetable_content_inner {
    width: 100%;
    margin-bottom: 20px;
  }

  .timetable_content_wrap.col_4 .speaker_list_wrap {
    text-align: start;
    -webkit-box-pack: start;
    /*Android4.3*/
    -moz-box-pack: start;
    /*Firefox21*/
    -ms-flex-pack: start;
    /*IE10*/
    -webkit-justify-content: flex-start;
    /*PC-Safari,iOS8.4*/
    justify-content: flex-start;
  }

  .timetable_content_wrap.col_4 .booth_num {
    font-size: 12px;
  }

  .timetable_content_wrap.col_4 .session_titile_area h3 {
    font-size: 16px;
  }

  .timetable_content_wrap.col_4 .booth_info p {
    font-size: 12px;
  }

  .timetable_content_wrap.col_4 .speaker_list {
    /* width: 32%; */
    width: 100%;
    margin-right: 2%;
  }

  .timetable_content_wrap.col_4 .speaker_list:nth-child(3n) {
    margin-right: 0;
  }

  /* .timetable_content_wrap.col_4 .checkbox-wrap{
    position: relative;
    top: inherit;
    left: inherit;
  }
  .timetable_content_wrap.col_4 .checkbox-wrap label{
    position: relative;
    z-index: 2;
    top: inherit;
    transform: inherit;
    -moz-transform: inherit;
    -webkit-transform: inherit;
  }
  .timetable_content_wrap.col_4 .checkbox-wrap label:after{
    width: 14px;
    height: 14px;
    box-shadow: 0 0 10px #999;
  }
  .timetable_content_wrap.col_4 .checkbox-wrap label::before{
    background: none;
    width: 13px;
    height: 13px;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
  .timetable_content_wrap.col_4 .checkbox-wrap input[type="checkbox"]:checked+label::before{
    width: 14px;
    height: 14px;
    box-shadow: 0 0 10px #999;
  }
  .timetable_content_wrap.col_4 .checkbox-wrap input[type="checkbox"]:checked+label:after{
    width: 14px;
    height: 12px;
    background-size: 14px;
    box-shadow: none;
    top: 45%;
  } */
}

/* 5繧ｫ繝ｩ繝� */
.timetable_content_wrap.col_5 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  /*flex-start*/
  -webkit-box-pack: start;
  /*Android4.3*/
  -moz-box-pack: start;
  /*Firefox21*/
  -ms-flex-pack: start;
  /*IE10*/
  -webkit-justify-content: flex-start;
  /*PC-Safari,iOS8.4*/
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.timetable_content_wrap.col_5 .session_genre {
  width: 100%;
  display: block;
}

.timetable_content_wrap.col_5 .timetable_content_inner {
  width: 19%;
  margin-right: 1.25%;
  /* padding: 50px 15px 15px 15px; */
}

.timetable_content_wrap.col_5 .timetable_content_inner:last-child {
  margin-right: 0;
}

.timetable_content_inner.full .booth_info p {
  padding: 5px 0 5px 15px !important;
}

.timetable_content_wrap.col_5 .status_label p span {
  font-size: 11px;
}

.timetable_content_wrap.col_5 .booth_num {
  font-size: 14px;
}

.timetable_content_wrap.col_5 .booth_info p {
  font-size: 13px;
  padding: 5px 43px 5px 9px;
}

.timetable_content_wrap.col_5 .booth_info p span {
  display: block;
  border: none;
  margin-right: 0;
  padding-right: 0;
  line-height: 1.2;
}

.timetable_content_wrap.col_5 .booth_num {
  padding: 5px;
}

/* .timetable_content_wrap.col_5 .checkbox-wrap{
  position: absolute;
  top: -22px;
  left: 0;
  display: block;
}
.timetable_content_wrap.col_5 .checkbox-wrap label{
  background: none;
  width: 30px;
  height: 55px;
  top: 50%;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  margin-left: 13px;
  position: absolute;
  margin-left: 0;
}
.timetable_content_wrap.col_5 .checkbox-wrap label::before{
  background: none;
  width: 25px;
  height: 25px;
  border: 1px solid #BCBEC0;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
} */
.timetable_content_wrap.col_5 .session_titile_area h3 {
  font-size: 16px;
  margin-top: 10px;
}

.timetable_content_wrap.col_5 .speaker_list {
  width: 100%;
  margin-bottom: 15px;
}

.timetable_content_wrap.col_5 .speaker_list .speaker_text {
  font-size: 13px;
  padding: 0;
  width: 100%;
}

.timetable_content_wrap.col_5 .speaker_list .speaker_text p.name {
  font-size: 13px;
}

.timetable_content_wrap.col_5 p.offer {
  border-top: 1px solid #e6e7e8;
  position: relative;
  font-size: 14px;
  padding-top: 15px;
}

.timetable_content_wrap.col_5 p.offer::before {
  content: "";
  background: #fff;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: -2px;
}

.timetable_content_wrap.col_5 p.offer span {
  font-size: 12px;
  background: #fff;
  padding: 5px;
  margin-right: 10px;
}

.timetable_content_wrap.col_5 .status_label p {
  width: 90px;
  height: 90px;
}

.timetable_content_wrap.col_5 .status_label p::before {
  width: 90px;
  height: 90px;
  border-width: 0 90px 90px 0;
}

@media only screen and (max-width: 736px) {
  .timetable_content_wrap.col_5 {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .timetable_content_wrap.col_5 .timetable_content_inner {
    width: 100%;
    margin-bottom: 20px;
  }

  .timetable_content_wrap.col_5 .booth_info p {
    padding: 10px !important;
    font-size: 12px;
  }

  .timetable_content_wrap.col_5 .speaker_list_wrap {
    text-align: start;
    -webkit-box-pack: start;
    /*Android4.3*/
    -moz-box-pack: start;
    /*Firefox21*/
    -ms-flex-pack: start;
    /*IE10*/
    -webkit-justify-content: flex-start;
    /*PC-Safari,iOS8.4*/
    justify-content: flex-start;
  }

  .timetable_content_wrap.col_5 .booth_num {
    font-size: 12px;
  }

  .timetable_content_wrap.col_5 .speaker_list {
    /* width: 32%; */
    width: 100%;
    margin-right: 2%;
  }

  .timetable_content_wrap.col_5 .speaker_list:nth-child(3n) {
    margin-right: 0;
  }

  .timetable_content_wrap.col_5 .checkbox-wrap {
    position: relative;
    top: inherit;
    left: inherit;
  }

  /* .timetable_content_wrap.col_5 .checkbox-wrap label{
    width: 55px;
    height: 55px;
    position: relative;
    z-index: 2;
    background: #1C75BC;
    top: inherit;
    transform: inherit;
    -moz-transform: inherit;
    -webkit-transform: inherit;
  }
  .timetable_content_wrap.col_5 .checkbox-wrap label:after{
    width: 14px;
    height: 14px;
    box-shadow: 0 0 10px #999;
  }
  .timetable_content_wrap.col_5 .checkbox-wrap label::before{
    background: none;
    width: 13px;
    height: 13px;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
  .timetable_content_wrap.col_5 .checkbox-wrap input[type="checkbox"]:checked+label::before{
    width: 14px;
    height: 14px;
    box-shadow: 0 0 10px #999;
  }
  .timetable_content_wrap.col_5 .checkbox-wrap input[type="checkbox"]:checked+label:after{
    width: 14px;
    height: 12px;
    background-size: 14px;
    box-shadow: none;
    top: 45%;
  } */
}

/* 驕ｸ謚樔ｸｭ繧ｻ繝溘リ繝ｼ */
.selected_seminar {
  background: #2b3990;
  padding: 20px 0;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.selected_seminar_wrap {
  max-width: 1024px;
  margin: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-pack: justify;
  /*Android4.3*/
  -moz-box-pack: justify;
  /*Firefox21*/
  -ms-flex-pack: justify;
  /*IE10*/
  -webkit-justify-content: space-between;
  /*PC-Safari,iOS8.4*/
  justify-content: space-between;
}

.selected_seminar .total {
  border-right: 1px solid #262262;
  position: relative;
  padding-right: 20px;
  width: 18%;
}

.selected_seminar .total::before {
  width: 1px;
  height: 100%;
  content: "";
  background: #1c75bc;
  position: absolute;
  right: 0;
  top: 0;
}

.selected_seminar .total p:first-child {
  color: #fff;
  font-size: 14px;
}

.selected_seminar .total p:nth-child(2) {
  color: #fff;
  font-size: 14px;
  margin: 10px 0 15px 0;
}

.selected_seminar .total p:nth-child(2) span.num {
  font-size: 46px;
  font-family: Arial, Helvetica, sans-serif !important;
  color: #f9eb70;
  margin-right: 8px;
}

.selected_seminar .total p:last-child a {
  color: #fff;
  font-size: 12px;
  border: 1px solid #fff;
  border-radius: 7px;
  display: inline-block;
  padding: 5px 15px 5px 30px;
  position: relative;
}

.selected_seminar .total p:last-child a::before {
  content: "ﾃ�";
  font-size: 13px;
  top: 50%;
  left: 10px;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  position: absolute;
  display: block;
  line-height: 1;
}

.selected_seminar_wrap .list ul.tab {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  width: 100%;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
}

.selected_seminar_wrap .list ul.tab li {
  color: rgba(255, 255, 255, 0.5);
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 14px;
  margin-right: 25px;
  position: relative;
  cursor: pointer;
}

.selected_seminar_wrap .list ul.tab li span {
  font-size: 19px;
  margin-right: 5px;
}

.selected_seminar_wrap .list ul.tab li.current {
  color: #f9ed4d;
}

.selected_seminar_wrap .list ul.tab li.current::after {
  content: "";
  background: #f9ed4d;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -6px;
  left: 0;
}

.selected_seminar_wrap .list {
  width: 100%;
  padding: 0 50px;
}

.selected_seminar_wrap .list ul.tab_content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
}

.selected_seminar_wrap .list ul.tab_content li {
  background: #fff;
  color: #2b3990;
  padding: 5px 10px 5px 40px;
  border-radius: 7px;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif !important;
  position: relative;
  background: #fff url(../img/session/icon/checked.png) 10px 50%/16px no-repeat;
  width: 14.6%;
  margin: 0 1% 2.3% 1%;
}

/* .selected_seminar_wrap .list ul.tab_content li:nth-child(6n){
  margin-right: 0;
} */
.selected_seminar_wrap .apply_btn a {
  font-size: 18px;
  color: #fff;
  background: #da1c5c url(../img/session/icon/apply.png) 50% 20px/30px no-repeat;
  padding: 80px 20px 20px 20px;
  display: inline-block;
  border-radius: 7px;
  position: relative;
  width: 125px;
}

.selected_seminar_wrap .apply_btn a::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 115px 115px 0 0;
  border-color: rgba(255, 255, 255, 0.1) transparent transparent transparent;
  line-height: 0px;
  _border-color: #000000 #ffffff #ffffff #ffffff;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#ffffff');
}

.fixed_sort {
  position: fixed;
  bottom: 120px;
  /* opacity: 0; */
  /* bottom: 100px; */
  right: 20px;
  z-index: 10;
}

.fixed_sort p {
  display: block;
  background: #262262 url(/img/magnifying_glass.png) 50% 15px/27px no-repeat;
  color: #fff;
  width: 82px;
  height: 82px;
  text-align: center;
  line-height: 110px;
  font-size: 12px;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

@media only screen and (max-width: 736px) {
  .selected_seminar {
    /* display: none; */
    opacity: 0;
    padding: 20px 15px 60px 15px;
    bottom: -320px;
  }

  .selected_seminar.show {
    /* display: block; */
    /* opacity: 1; */
    z-index: 11;
  }

  .selected_seminar_sp_btn {
    position: fixed;
    bottom: -50px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    z-index: 12;
  }

  .selected_seminar_sp_btn p {
    background: #2b3990;
    color: #fff;
    font-size: 12px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: auto;
    position: relative;
    padding: 10px 10px 10px 10px;
    box-sizing: content-box;
    font-weight: bold;
  }

  .selected_seminar_sp_btn p.open_btn.hide {
    display: none;
  }

  .selected_seminar_sp_btn p.close_btn {
    display: none;
    opacity: 0;
    background: #fff;
  }

  .selected_seminar_sp_btn p.close_btn.show {
    display: block;
    /* opacity: 1; */
    width: 60px;
    height: 60px;
    color: #000;
  }

  .selected_seminar_sp_btn p.close_btn.show span {
    top: 25%;
  }

  .selected_seminar_wrap {
    flex-direction: column;
  }

  .selected_seminar .total {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    /*Android4.3*/
    -moz-box-pack: justify;
    /*Firefox21*/
    -ms-flex-pack: justify;
    /*IE10*/
    -webkit-justify-content: space-between;
    /*PC-Safari,iOS8.4*/
    justify-content: space-between;
    -webkit-box-align: end;
    /*Android4.3*/
    -moz-box-align: end;
    /*Firefox21*/
    -ms-flex-align: end;
    /*IE10*/
    -webkit-align-items: flex-end;
    /*PC-Safari,iOS8.4*/
    align-items: flex-end;
    margin-right: 0;
    padding-right: 0;
    margin-bottom: 30px;
    border-top: 1px solid #262262;
    border-right: 0;
    margin-top: 15px;
    padding-top: 20px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .selected_seminar .total::before {
    width: 100%;
    height: 1px;
    content: "";
    background: #1c75bc;
    position: absolute;
    right: 0;
    top: 0;
  }

  .selected_seminar .total p:first-child {
    width: 100%;
    /* -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; */
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: bold;
  }

  .selected_seminar .total p:last-child a {
    font-size: 11px;
  }

  .selected_seminar .total p:nth-child(2) {
    padding: 0;
    margin: 0;
    line-height: 1;
  }

  .selected_seminar .total p:nth-child(2) span.num {
    font-size: 30px;
  }

  .selected_seminar_wrap .apply_btn {
    text-align: center;
  }

  .selected_seminar_wrap .list {
    padding: 0;
    margin: 0 0 0 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .selected_seminar_wrap .list ul.tab li {
    font-size: 12px;
  }

  .selected_seminar_wrap .list ul.tab li span {
    font-size: 14px;
    margin-right: 0;
  }

  .selected_seminar_wrap .list ul.tab_content li {
    font-size: 12px;
    width: 23%;
    background: #fff url(../img/session/icon/checked.png) 10px 50%/12px no-repeat;
    padding: 5px 10px 5px 35px;
  }

  .selected_seminar_wrap .apply_btn {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .selected_seminar_wrap .apply_btn a {
    width: auto;
    background: #da1c5c url(../img/session/icon/apply.png) 30px 50%/15px no-repeat;
    padding: 10px 40px 10px 60px;
    font-size: 14px;
  }

  .selected_seminar_wrap .apply_btn a::after {
    border-width: 30px 150px 0 0;
  }

  .selected_seminar_sp_btn p span {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    margin: auto;
    transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    display: block;
  }

  .fixed_sort {
    bottom: 15px;
    right: 15px;
    bottom: 85px;
  }

  .fixed_sort p {
    background: #262262 url(../img//magnifying_glass.png) 50% 15px/17px no-repeat;
    width: 65px;
    height: 65px;
    line-height: 90px;
    font-size: 10px;
  }
}

/* 邨槭ｊ霎ｼ縺ｿ繝｢繝ｼ繝繝ｫ蜀�さ繝ｳ繝�Φ繝� */
.fixed_sort_content_wrap {
  max-width: 1024px;
  margin: auto;
  padding-top: 100px;
}

.fixed_sort_content_wrap>h4 {
  color: #fff;
  font-size: 22px;
  text-align: left;
  margin-bottom: 40px;
}

.fixed_sort_content_wrap>h4 span {
  font-size: 15px;
}

.fixed_sort_content_wrap table {
  width: 100%;
  text-align: left;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 25px;
}

.fixed_sort_content_wrap table th {
  width: 100px;
  font-size: 15px;
  padding-right: 20px;
}

.fixed_sort_content_wrap table th,
.fixed_sort_content_wrap table td {
  padding-bottom: 30px;
  vertical-align: top;
}

.fixed_sort_content_wrap table th:last-child,
.fixed_sort_content_wrap table td:last-child {
  padding-bottom: 10px;
}

.fixed_sort_content_wrap table th {
  padding-top: 15px;
}

.fixed_sort_content_wrap table td ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.fixed_sort_content_wrap table td ul li {
  /* border: 1px solid #fff; */
  /* padding: 10px 20px; */
  /* border-radius: 5px;
  margin-right: 15px;
  margin-bottom: 15px; */
  /* cursor: pointer;
  transition: all 0.3s ease-in-out; */
}

/* .fixed_sort_content_wrap table td ul li:hover{
  background: #fff;
  color: #262262;
} */
.fixed_sort_content_wrap table td.date {
  font-size: 16px;
}

.fixed_sort_content_wrap table td.date ul li span {
  font-family: Arial, Helvetica, sans-serif !important;
}

/* .fixed_sort_content_wrap table td.time ul li{
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 14px;
  padding: 7px 15px;
} */

/* 繧､繝吶Φ繝� */
/* .fixed_sort_content_wrap table td.event ul li{
  border: none;
  padding: 0;
}
.fixed_sort_content_wrap table td.event ul li:hover{
  background: transparent;
  opacity: 0.7;
} */
.fixed_sort_content_wrap table td.event ul {
  text-align: start;
  -webkit-box-pack: start;
  /*Android4.3*/
  -moz-box-pack: start;
  /*Firefox21*/
  -ms-flex-pack: start;
  /*IE10*/
  -webkit-justify-content: flex-start;
  /*PC-Safari,iOS8.4*/
  justify-content: flex-start;
}

/* .fixed_sort_content_wrap table td.event ul li{
  border: none;
  padding: 0;
}
.fixed_sort_content_wrap table td.event ul li img{
  width: 177px;
} */

/* 繧ｻ繝溘リ繝ｼ */
/* .fixed_sort_content_wrap table td.seminar ul li{
  font-size: 14px;
  padding: 12px 25px;
} */

/* 繧ｭ繝ｼ繝ｯ繝ｼ繝� */
.fixed_sort_content_wrap table td.keywords ul {
  -webkit-box-pack: justify;
  /*Android4.3*/
  -moz-box-pack: justify;
  /*Firefox21*/
  -ms-flex-pack: justify;
  /*IE10*/
  -webkit-justify-content: space-between;
  /*PC-Safari,iOS8.4*/
  justify-content: space-between;
}

/* .fixed_sort_content_wrap table td.keywords ul li{
  font-size: 14px;
  padding: 12px 0;
  width: 19.3%;
  margin-right: 0;
  text-align: center;
  position: relative;
  min-height: 52px;
}
.fixed_sort_content_wrap table td.keywords ul li span{
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  left: 0;
  right: 0;
  margin: auto;
} */
/* .fixed_sort_content_wrap p.done a{
  background: #fff;
  font-size: 18px;
  color: #262262;
  font-weight: bold;
  padding: 10px 0;
  width: 263px;
  border-radius: 5px;
  display: block;
  margin-left: 100px;
} */
.fixed_sort_btns {
  clear: both;
  overflow: hidden;
}

.fixed_sort_content_wrap input[type="submit"].done {
  float: left;
  background: #fff;
  font-size: 18px;
  color: #262262;
  font-weight: bold;
  padding: 10px 0;
  width: 263px;
  border-radius: 5px;
  display: block;
  margin-left: 100px;
  transition: all 0.3s ease-in-out;
}

.fixed_sort_content_wrap input[type="submit"].done:hover {
  background: #262262;
  color: #fff;
}

.fixed_sort_content_wrap button.clear {
  margin-top: 15px;
  float: right;
  background: rgba(255, 255, 255, 0.2);
  border: none;
  color: #fff;
  font-size: 14px;
  display: inline-block;
  padding: 8px 20px 8px 35px;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.fixed_sort_content_wrap button.clear:hover {
  background: rgba(255, 255, 255, 1);
  color: #333;
}

.fixed_sort_content_wrap button.clear::before {
  content: "ﾃ�";
  display: inline-block;
  vertical-align: middle;
  left: 0;
  position: absolute;
  left: 15px;
}

.fixed_sort_content_wrap input {
  display: none;
}

.fixed_sort_content_wrap label {
  border: 1px solid #fff;
  padding: 10px 20px;
  border-radius: 5px;
  margin-right: 15px;
  margin-bottom: 15px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  position: relative;
  display: block;
  border: 1px solid #fff;
}

.fixed_sort_content_wrap label:hover {
  background: #fff;
  color: #262262;
}

.fixed_sort_content_wrap input[type="checkbox"]:checked+label {
  color: #262262;
  /* z-index: 99; */
  background: #fff;
}

.fixed_sort_content_wrap table td.time label {
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 14px;
  padding: 7px 15px;
}

.fixed_sort_content_wrap table td.seminar label {
  font-size: 14px;
  padding: 12px 25px;
}

.fixed_sort_content_wrap table td.keywords li {
  font-size: 14px;
  /* padding: 12px 0; */
  width: 19.3%;
  margin-right: 0;
  text-align: center;
  position: relative;
  min-height: 52px;
}

.fixed_sort_content_wrap table td.keywords label {
  width: 100%;
  min-height: 52px;
  margin-bottom: 10px;
}

.fixed_sort_content_wrap table td.keywords label span {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  left: 0;
  right: 0;
  margin: auto;
}

.fixed_sort_content_wrap table td.event ul label {
  border: none;
  padding: 0;
  position: relative;
  height: 52px;
  width: 170px;
  background: #262262;
  margin-right: 14px;
  border-radius: 5px;
  border: 1px solid #fff;
}

.fixed_sort_content_wrap .event label img.current {
  display: none;
}

.fixed_sort_content_wrap .event input[type="checkbox"]:checked+label img.not_current {
  display: none;
}

.fixed_sort_content_wrap .event input[type="checkbox"]:checked+label img.current {
  display: block;
}

.fixed_sort_content_wrap table td.event ul li.current label {
  background: #fff;
}

.fixed_sort_content_wrap table td.event ul li img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  left: 0;
  right: 0;
  margin: auto;
}

.fixed_sort_content_wrap table td.event ul li.interop img {
  width: 124px;
}

.fixed_sort_content_wrap table td.event ul li.dsj img {
  width: 100px;
}

.fixed_sort_content_wrap table td.event ul li.lbj img {
  width: 100px;
}

.fixed_sort_content_wrap table td.event ul li.apps img {
  width: 121px;
}

.fixed_sort_content_wrap table td.event ul li.cm img {
  width: 125px;
}

@media only screen and (max-width: 736px) {
  .fixed_sort_content_wrap {
    padding: 40px 15px 0 15px;
  }

  .fixed_sort_content_wrap>h4 {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .fixed_sort_content_wrap>h4 span {
    font-size: 12px;
    font-weight: normal;
  }

  .fixed_sort_content_wrap table th,
  .fixed_sort_content_wrap table td {
    display: block;
    width: 100%;
  }

  .fixed_sort_content_wrap table th:last-child,
  .fixed_sort_content_wrap table td:last-child {
    padding-bottom: 20px;
  }

  .fixed_sort_content_wrap table th {
    padding-bottom: 10px;
    padding-top: 0;
  }

  .fixed_sort_content_wrap table td ul label {
    /* width: 18.5%;
    margin-right: 1.8%;
    margin-bottom: 1.8%; */
    text-align: center;
    font-size: 14px;
    padding: 8px 12px;
    margin-right: 10px;
  }

  .fixed_sort_content_wrap table td.time ul li {
    width: 18.5%;
    margin-right: 1.8%;
  }

  .fixed_sort_content_wrap table td.time ul label {
    width: 100%;
    padding: 5px 10px;
    margin-bottom: 1.8%;
    font-size: 12px;
  }

  .fixed_sort_content_wrap table td.time ul li:nth-child(5n) {
    margin-right: 0;
  }

  .fixed_sort_content_wrap table td.event ul li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 1.5%;
  }

  .fixed_sort_content_wrap table td.event ul label {
    width: 100%;
  }

  .fixed_sort_content_wrap table td.event ul label img {
    padding: 0 10px;
  }

  .fixed_sort_content_wrap table td.event ul li:nth-child(3n) {
    margin-right: 0;
  }

  .fixed_sort_content_wrap table td.seminar ul label {
    padding: 10px 15px;
    font-size: 14px;
  }

  .fixed_sort_content_wrap table td.keywords ul {
    text-align: start;
    -webkit-box-pack: start;
    /*Android4.3*/
    -moz-box-pack: start;
    /*Firefox21*/
    -ms-flex-pack: start;
    /*IE10*/
    -webkit-justify-content: flex-start;
    /*PC-Safari,iOS8.4*/
    justify-content: flex-start;
  }

  .fixed_sort_content_wrap table td.keywords .seminar_wrap {
    /* overflow: scroll; */
    /* overflow: hidden; */
    /* overflow-x: scroll; */
  }

  .fixed_sort_content_wrap table td.keywords ul {
    /* -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; */
  }

  .fixed_sort_content_wrap table td.keywords ul li {
    /* max-width: 100px; */
    width: auto;
    margin-right: 2%;
    margin-bottom: 2.2%;
    white-space: nowrap;
    min-height: auto;
    /* padding: 5px 10px; */
  }

  .fixed_sort_content_wrap table td.keywords ul li label {
    min-height: auto;
    margin: 0;
    padding: 5px 10px;
  }

  /* .fixed_sort_content_wrap table td.keywords ul li:nth-child(4n){
    margin-right: 0;
  } */
  .fixed_sort_content_wrap table td.keywords ul li span {
    font-size: 11px;
    position: static;
    top: inherit;
    left: inherit;
    right: inherit;
    display: block;
    transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }

  .fixed_sort_content_wrap input[type="submit"].done {
    width: 50%;
    margin: 0;
    font-size: 16px;
  }

  .fixed_sort_content_wrap button.clear {
    margin-top: 5px;
    font-size: 13px;
  }
}

/*===============================繝√ぉ繝�け繝懊ャ繧ｯ繧ｹ session=======================================*/
.checkbox-wrap_ver_tt {
  /* clear: both;
  overflow: hidden; */
  line-height: 1;
}

.timetable_content_inner.full .checkbox-wrap_ver_tt {
  display: none;
}

.timetable_content_inner.full.full_ver2 .checkbox-wrap_ver_tt {
  display: block;
}

.checkbox-wrap_ver_tt input {
  display: none;
}

.checkbox-wrap_ver_tt label {
  /* display: inline-block;
  position: relative;
  cursor: pointer;
  margin-left: 10px;
  padding: 10px 20px;
  border-radius: 2px;
  color: #3e4956;
  font-size: 14px;
  text-align: center;
  line-height: 1;
  width: 90px;
  height: 90px; */
  /* width: 90px;
  height: 90px;
  background: #1C75BC;
  position: relative;
  display: block;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  z-index: 2; */
  background: none;
  /* width: 30px;
  height: 55px; */
  margin-left: 13px;
  margin-left: 0;
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding: 5px;
}

.checkbox-wrap_ver_tt label::before {
  background: #fff;
  width: 15px;
  height: 15px;
  /* border: 1px solid #BCBEC0; */
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  top: inherit;
  transform: inherit;
  -moz-transform: inherit;
  -webkit-transform: inherit;
  display: block;
  position: inherit;
  content: inherit;
  width: 15px;
  height: 15px;
  margin-top: inherit;
  background: #fff;
  border-radius: inherit;
  display: none;
}

.timetable_content_inner.selected_cont .checkbox-wrap_ver_tt label::before,
.timetable_content_inner.selected_ex .checkbox-wrap_ver_tt label::before {
  position: absolute;
  content: "";
  background: url(/img/checked.png) no-repeat;
  top: 30%;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  left: 5%;
  right: 0;
  margin: auto;
  width: 25px;
  height: 21px;
  background-size: 25px;
  display: block;
  z-index: 3;
}

.timetable_content_inner.selected_cont.selected_cont_click .checkbox-wrap_ver_tt label::before {
  display: none;
}

.checkbox-wrap_ver_tt label:after {
  /* position: absolute;
  content: "";
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  width: 23px;
  height: 23px;
  background: #fff; */
  /* position: absolute; */
  position: relative;
  content: "";
  top: inherit;
  left: 0;
  right: 0;
  margin: auto;
  transform: inherit;
  -moz-transform: inherit;
  -webkit-transform: inherit;
  width: 15px;
  height: 15px;
  background: #fff;
  display: block;
}

.checkbox-wrap_ver_tt label:hover {
  opacity: 0.9;
}

/* .checkbox-wrap label:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  width: 90px;
  height: 90px;
  background: #1C75BC;
} */
.checkbox-wrap_ver_tt input[type="checkbox"]:checked+label::before {
  /* position: absolute; */
  content: "";
  top: inherit;
  left: 0;
  right: 0;
  margin: auto;
  transform: inherit;
  -moz-transform: inherit;
  -webkit-transform: inherit;
  width: 15px;
  height: 15px;
  background: #fff;
  display: block;
}

.checkbox-wrap_ver_tt input[type="checkbox"]:checked+label:after {
  position: absolute;
  content: "";
  background: url(/img/checked.png) no-repeat;
  top: 30%;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  left: 5%;
  right: 0;
  margin: auto;
  width: 25px;
  height: 21px;
  background-size: 25px;
}

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

  /* .checkbox-wrap_ver_tt{
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		margin: auto;
		transform: translate(0, -50%);
		-moz-transform: translate(0, -50%);
		-webkit-transform: translate(0, -50%);
	} */
  .checkbox-wrap_ver_tt label {
    /* width: 55px;
    height: 55px; */
    position: relative;
    z-index: 2;
    padding: 0;
  }

  .checkbox-wrap_ver_tt label:after {
    width: 14px;
    height: 14px;
    box-shadow: 0 0 10px #999;
  }

  .checkbox-wrap_ver_tt label::before {
    background: none;
    width: 13px;
    height: 13px;
    /* position: absolute; */
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }

  .checkbox-wrap_ver_tt input[type="checkbox"]:checked+label::before {
    width: 14px;
    height: 14px;
    box-shadow: 0 0 10px #999;
  }

  .checkbox-wrap_ver_tt input[type="checkbox"]:checked+label:after {
    width: 14px;
    height: 12px;
    background-size: 14px;
    box-shadow: none;
    top: 45%;
  }

  .sitemap_btns {
    display: none;
  }
}

.fix_apply {
  position: fixed;
  background: url(../img/back-confirm.png) center top repeat-y;
  width: 100%;
  padding: 15px;
  bottom: 0;
  left: 0;
  z-index: 11;
}

/* .fix_apply p{
	text-align: center;
} */
.fix_apply button,
.fix_apply a {
  font-size: 18px;
  color: #fff;
  /* background-image: #DA1C5C url(/img/apply.png) 35px 50%/20px no-repeat; */
  background: url(/img/apply.png) 35px 50%/20px no-repeat, -moz-linear-gradient(top, #a52a2a, #880000);
  background: url(/img/apply.png) 35px 50%/20px no-repeat, -webkit-linear-gradient(top, #a52a2a, #880000);
  background: url(/img/apply.png) 35px 50%/20px no-repeat, linear-gradient(to bottom, #a52a2a, #880000);
  padding: 15px 30px 15px 55px;
  display: block;
  border-radius: 7px;
  position: relative;
  width: 260px;
  margin: auto;
  border: none;
  text-align: center;
  text-shadow: 0 -1px 1px #333;
  box-shadow: 0 0 30px #333;
  cursor: pointer;
}

.fix_apply span.r_notice_text {
  text-align: center;
  display: block;
  margin-top: 20px;
  font-weight: bold;
}

/* .fix_apply button:after{
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 45px 190px 0 0;
	border-color: rgba(255, 255, 255, 0.1) transparent transparent transparent;
	line-height: 0px;
	_border-color: #000000 #ffffff #ffffff #ffffff;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#ffffff');
} */
@media only screen and (max-width: 736px) {

  .fix_apply button,
  .fix_apply a {
    padding: 10px 30px 10px 45px;
    font-size: 14px;
    width: auto;
    background: url(/img/apply.png) 20px 50%/15px no-repeat, -moz-linear-gradient(top, #a52a2a, #880000);
    background: url(/img/apply.png) 20px 50%/15px no-repeat, -webkit-linear-gradient(top, #a52a2a, #880000);
    background: url(/img/apply.png) 20px 50%/15px no-repeat, linear-gradient(to bottom, #a52a2a, #880000);
  }

  .fix_apply span.r_notice_text {
    font-size: 12px;
    margin-top: 15px;
  }
}

/* 繧｢繧､繧ｳ繝ｳ隱ｬ譏� */
.icon_guide {
  text-align: right;
  margin-bottom: 10px;
  margin-left: auto;
  position: relative;
  z-index: 10;
  transition: all 0.3s ease-in-out;
}

.icon_guide>p {
  font-size: 13px;
  color: #231f20;
  cursor: pointer;
  position: relative;
  z-index: 10;
  opacity: 1;
  transition: all 0.3s ease-in-out;
  background: #f5f5f5;
  display: inline-block;
}

.icon_guide>p.show {
  opacity: 0;
  z-index: 0;
}

.icon_guide>p::after {
  content: "��";
  display: inline-block;
  margin-left: 5px;
}

.icon_guide_content>p {
  font-size: 13px;
  color: #231f20;
  cursor: pointer;
  margin-bottom: 15px;
}

.icon_guide_content>p::after {
  content: "繝ｼ";
  display: inline-block;
  margin-left: 5px;
}

.icon_guide_content {
  position: absolute;
  top: -10px;
  right: 0;
  max-width: 950px;
  background: #fff;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.2);
  /* padding: 10px 20px 20px 20px; */
  padding: 15px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: translateY(30px);
  z-index: -2;
}

.icon_guide_content.show {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  z-index: 10;
}

.icon_guide_content ul li {
  text-align: left;
  margin-bottom: 10px;
}

.icon_guide_content ul li:last-child {
  margin-bottom: 0;
}

.icon_guide_content ul.event_icons {
  width: 220px;
  float: left;
}

.icon_guide_content ul li img {
  width: 32px;
}

.icon_guide_content ul li span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.icon_guide_content ul li p {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
}

.icon_guide_content ul li.interop p {
  color: #262262;
}

.icon_guide_content ul li.dsj p {
  color: #d12333;
}

.icon_guide_content ul li.lbj p {
  color: #0076b1;
}

.icon_guide_content ul li.apps p {
  color: #9f66a9;
}

.icon_guide_content ul li.cm p {
  color: #00aabc;
}

.icon_guide_content ul.theme_icons {
  margin-left: 30px;
  /* width: 130px; */
  /* margin-top: 20px; */
  float: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 350px;
}

.icon_guide_content ul.theme_icons li {
  width: 50%;
  text-align: left;
}

.icon_guide_content ul.theme_icons li p {
  font-size: 12px;
  color: #231f20;
  line-height: 1;
}

.icon_guide_content ul.theme_icons li img {
  width: 24px;
}

@media only screen and (max-width: 736px) {
  .icon_guide>p {
    font-size: 11px;
  }

  .icon_guide {
    padding: 0 15px;
  }

  .icon_guide_content {
    padding: 15px;
    max-width: 100%;
    width: 330px;
  }

  .icon_guide_content ul li {
    margin-bottom: 5px;
  }

  .icon_guide_content ul.event_icons {
    /* width: 63.5%; */
    width: 100%;
    margin-bottom: 20px;
  }

  .icon_guide_content ul li span {
    margin-right: 5px;
  }

  .icon_guide_content ul li p {
    font-size: 12px;
  }

  .icon_guide_content ul li img {
    width: 22px;
  }

  .icon_guide_content ul.theme_icons {
    /* width: 36.5%; */
    width: 100%;
    margin-left: 0;
  }

  .icon_guide_content ul.theme_icons li {
    margin-bottom: 10px;
    width: 100%;
  }

  .icon_guide_content ul.theme_icons li p {
    font-size: 12px;
  }

  .icon_guide_content ul.theme_icons li img {
    width: 18px;
  }
}

/* .langswitch.langbuttons{
	display: none;
} */

.snack_icon {
  /* position: absolute; */
  top: 10px;
  right: 10px;
}

.category_label_ind {
  display: block;
  width: 100%;
  font-weight: normal;
  margin-top: 15px;
}

.category_label_ind span {
  border: 2px solid #bcbec0;
  padding: 5px;
}

/*繝輔ャ繧ｿ繝ｼ 繝懊ち繝ｳ 謌ｻ繧玖ｿｽ蜉�*/
.btn_flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn_flex a,
.btn_flex button {
  margin: 0;
}

.btn_flex a {
  position: relative;
  background: url(../img/arrow_left.png) 35px 50%/20px no-repeat, linear-gradient(to bottom, #989898, #6d6d6d);
  margin-right: 5%;
}

@media only screen and (max-width: 736px) {
  .btn_flex a {
    margin-right: 2%;
    background: url(../img/arrow_left.png) 20px 50%/12px no-repeat, linear-gradient(to bottom, #989898, #6d6d6d);
  }
}

.is-hide {
  display: none !important;
}

.floating {
  position: fixed;
  right: 8px;
  bottom: 8px;
  display: none;
  z-index: 10000;
}

.floating.timetable {
  bottom: 140px;
}

@media only screen and (max-width: 736px) {
  .floating.timetable {
    bottom: 120px;
  }
}

.floating a {
  width: 50px;
  height: 50px;
  color: #fff;
  background: #000;
  padding: 8px;
  text-decoration: none;
  opacity: 0.6;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
}

.floating a:hover {
  color: #ffffff !important;
}

.keywords {
  margin-top: 10px;
}

.keywords ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.keywords ul li {
  font-size: 13px;
  border: 1px solid #bcbec0;
  padding: 2px 5px;
  margin: 0 5px;
  margin-bottom: 10px;
}

#sponsers-title {
  margin-top: 20px;
}

.sponsers {
  background-color: #fff;
  padding: 20px;
  max-width: 1200px;
  margin: 20px auto 0;
  box-sizing: border-box;
}

.sponsers li {
  margin-top: 15px;
  display: flex;
  align-items: center;
  width: 100%;
}

.sponsers li:not(:last-of-type) {
  border-bottom: 1px solid #888;
  padding-bottom: 10px;
}

.sponsers li img {
  margin: 0 10px 0 0;
  max-width: 200px;
}

.sponsers li div {
  width: 100%;
}

.sponsers li div p {
  font-weight: bold;
  color: #000;
  font-size: 18px;
}

.sponsers li div div {
  width: 100%;
  display: flex;
  margin-top: 5px;
}

.sponsers li div div a {
  width: 30%;
  display: block;
  flex-shrink: 0;
  border: 2px solid;
  padding: 5px;
  box-sizing: border-box;
  text-align: center;
  margin: 0 2.5% 0 0;
}

#dsj .sponsers li div div a {
  border-color: #d12333;
  color: #d12333;
}

#interop .sponsers li div div a {
  border-color: #002f48;
  color: #002f48;
}

.sponsers li div div a.-bg {
  color: #fff !important;
}

#dsj .sponsers li div div a.-bg {
  background-color: #d12333;
}

#interop .sponsers li div div a.-bg {
  background-color: #002f48;
}

@media screen and (max-width: 736px) {
  .sponsers li {
    display: block;
  }

  .sponsers li div div a {
    font-size: 13px;
    font-weight: bold;
  }
}

#sponsers-list .sponsers {
  padding: 0;
}

#sponsers-list .-platinum {
  background-color: #e6ecf9;
}

#sponsers-list .-gold {
  background-color: #dbb400;
}

#sponsers-list .-silver {
  background-color: #c9caca;
}

#sponsers-list .-bronze {
  background-color: #976b2f;
}

#sponsers-list h3 {
  color: #000;
  font-weight: bold;
  padding: 5px;
  margin-top: 40px;
}

#exhibitor.-bg-white {
  background-color: #fff;
}

#exhibitor .b_s_box {
  display: flex;
  align-items: center;
  height: 82px;
  background-color: #fff;
  position: relative;
}

#exhibitor .b_s_box p:last-child {
  display: flex;
  margin-left: auto;
  color: #000;
  padding-right: 10px;
  align-items: center;
}

#exhibitor .b_s_box p:last-child span {
  background-color: #013048;
  color: #fff;
  padding: 5px;
  display: block;
  margin-right: 5px;
}

#exhibitor .b_s_box a {
  margin: 0;
  color: #000;
  text-decoration: underline;
}

#exhibitor .b_s_box::before {
  width: 62px;
  height: 22px;
  font-size: 1rem;
  margin-left: 15px;
  margin-right: 10px;
}

#exhibitor .b_s_box.int::before {
  content: "INT";
  background-color: #013048;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  font-weight: bold;
  border-radius: 3px;
}

#exhibitor .b_s_box.dsj::before {
  content: "DSJ";
  background-color: #d12333;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  font-weight: bold;
  border-radius: 3px;
}

.right {
  text-align: right;
}

.red {
  color: red;
}

#dsj #kv>section h1,
#dsj #kv2>section h1 {
  color: #e78893;
}

#dsj #kv>section h2,
#dsj #kv2>section h2 {
  color: #cf1126;
}

#lbj #kv>section h1,
#lbj #kv2>section h1 {
  color: #80b7d8;
}

#lbj #kv>section h2,
#lbj #kv2>section h2 {
  color: #006eb0;
}

#dsj .theme-btns ul li a {
  border: 2px solid #8f1e2d;
  color: #8f1e2d;
}

#lbj .theme-btns ul li a {
  border: 2px solid#0049b0;
  color: #0049b0;
}

#dsj .title-interop {
  color: #e78893;
}

#dsj .title-interop span {
  color: #cf1126;
}

#dsj #breadcrumb {
  background: #8f1e2d;
}

#lbj #breadcrumb {
  background: #0049b0;
}

#dsj #kv {
  background: url("../img/mv/dsj.svg") no-repeat 100% bottom;
  background-size: 60%;
}

#lbj #kv {
  background: url("../img/mv/lbj.svg") no-repeat 100% bottom;
  background-size: 60%;
}

#dsj #contents h2 {
  color: #cf1126;
}

#dsj .tab {
  color: #cf1126;
}

#dsj .tab.active {
  background: #cf1126;
  color: #fff;
}

#dsj .booth_num {
  background: #cf1126 !important;
}

#lbj .booth_num {
  background: #006eb0 !important;
}

#dsj .content-area .content.show {
  border-right: 3px solid #fff;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

.wabe-none {
  background: transparent !important;
}

.wabe-none:before {
  content: none !important;
}

.theme-common-btn {
  background: #ffffff;
  display: block;
  margin: 20px auto;
  text-align: center;
  padding: 15px;
  border-radius: 50px;
  max-width: 300px;
}

#dsj .theme-common-btn {
  border: 2px solid #8f1e2d;
}

#dsj .theme-common-btn a {
  color: #8f1e2d;
}

#lbj .theme-common-btn {
  border: 2px solid #0049b0;
}

#lbj .theme-common-btn a {
  color: #0049b0;
}

.-top-soro {
  margin-top: 30px;
}

#dsj #exhibitor .b_s_box.int::before {
  background: #cf1126;
}

#advisor-list {
  background-color: #fff;
  margin-top: 20px;
  padding: 20px;
  text-align: left;
}

#advisor-list li {
  display: flex;
  margin-top: 10px;
  display: flex;
}

#advisor-list p {
  padding-top: 20px;
  color: #000;
}

#advisor-list li p:first-of-type {
  font-weight: #000;
  font-size: 16px;
  font-weight: bold;
  width: 100px;
}

#sponsers-list {
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 50px;
}

@media screen and (max-width: 736px) {
  #exhibitor .b_s_box.int::before {
    display: inline-block;
  }

  #exhibitor .b_s_box {
    padding-top: 10px;
    display: block;
  }

  #exhibitor .b_s_box p:last-child {
    padding: 14px;
  }

  #exhibitor .b_s_box p:last-child span {
    padding: 3px;
  }

  #sponsers-list {
    padding: 15px;
  }

  #advisor-list li {
    display: block;
  }

  #advisor-list li p:first-of-type {
    width: 100%;
  }

  .sponsers li img {
    display: block;
    margin: 10px auto 0;
  }

  .sponsers li div p {
    text-align: center;
    font-size: 16px;
  }
}

/* TOPページで使用 */

@media only screen and (min-width: 736px) {
  .session_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.list_inner {
  display: flex;
  align-items: flex-end;
}

@media only screen and (min-width: 769px) {
  .timetable_content_wrap.col_2 #table1 {
    width: 46.2%;
    margin-right: 2%;
  }
}

@media only screen and (min-width: 769px) {
  .timetable_content_wrap.col_2 #table2 {
    width: 46.2%;
    margin-right: 0;
  }
}

@media screen and (min-width: 736px) and (max-width: 768px) {
  .timetable_content_wrap.col_2 #table1 {
    width: 44.5%;
    margin-right: 2%;
  }
}

@media screen and (min-width: 736px) and (max-width: 768px) {
  .timetable_content_wrap.col_2 #table2 {
    width: 44.5%;
    margin-right: 0;
  }
}

@media only screen and (min-width: 736px) {
  .timetable_content_wrap.col_2 #table2 {
    margin-right: 0;
  }
}


@media only screen and (min-width: 769px) {
  .timetable_content_wrap.col_2 #table3 {
    width: 46.2%;
    margin-right: 2%;
  }
}

@media only screen and (min-width: 769px) {
  .timetable_content_wrap.col_2 #table4 {
    width: 46.2%;
    margin-right: 0;
  }
}

@media screen and (min-width: 736px) and (max-width: 768px) {
  .timetable_content_wrap.col_2 #table3 {
    width: 44.5%;
    margin-right: 2%;
  }
}

@media screen and (min-width: 736px) and (max-width: 768px) {
  .timetable_content_wrap.col_2 #table4 {
    width: 44.5%;
    margin-right: 0;
  }
}

@media only screen and (min-width: 736px) {
  .timetable_content_wrap.col_2 #table4 {
    margin-right: 0;
  }
}





#interop-video {
  margin: 50px auto;
}

.mfp-content button:before {
  display: none !important;
}

#apps .booth_num {
  background: #a660a3 !important;
}

.speaker-solo {
  display: flex;
  align-items: center;
}

.speaker-all {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.list_inner#speaker-all-wrap {
  flex-wrap: wrap;
}

@media only screen and (min-width: 736px) {
  #title-area_a {
    height: 100px;
  }
}


#title-area_a .theme_area span img {
  margin: 0 30px 0 0;
}

#title-area_a .category_label_ind span {
  margin: 0 30px;
}

@media only screen and (max-width: 735px) {
  #title-area_a .category_label_ind span {
    margin-left: 0;
    margin-top: 10px;
  }
}

@media only screen and (min-width: 736px) {
  #title-area_a .category_label_ind {
    width: 40%;
    margin-top: 0;
  }
}

#text-a {
  padding-left: 10px;
}

@media only screen and (max-width: 735px) {
  #speaker-all-wrap .speaker-solo {
    align-items: flex-end;
  }
}

@media only screen and (min-width: 736px) {
  #title-area_b {
    height: 150px;
  }
}

#title-area_b .theme_area span img {
  margin: 0 30px 0 0;
}

#title-area_b .category_label_ind span {
  margin: 0 0 0 30px;
}

@media only screen and (max-width: 735px) {
  #title-area_b .category_label_ind span {
    margin-left: 0;
    margin-top: 10px;
  }
}

@media only screen and (min-width: 736px) {
  #title-area_b .category_label_ind {
    width: 50%;
    margin-top: 0;
  }
}


@media only screen and (min-width: 736px) {
  #title-area_c {
    height: 150px;
  }
}

#title-area_c .theme_area span img {
  margin: 0 30px 0 0;
}

#title-area_c .category_label_ind span {
  margin: 0 0 0 30px;
}

@media only screen and (max-width: 735px) {
  #title-area_c .category_label_ind span {
    margin-left: 0;
  }
}

@media only screen and (min-width: 736px) {
  #title-area_c .category_label_ind {
    width: 50%;
    margin-top: 0;
  }
}

@media only screen and (min-width: 736px) {
  #title-area_d {
    height: 150px;
  }
}

#title-area_d .theme_area span img {
  margin: 0 30px 0 0;
}

#title-area_d .category_label_ind span {
  margin: 0 0 0 30px;
}

@media only screen and (max-width: 735px) {
  #title-area_d .category_label_ind span {
    margin-left: 0;
  }
}

@media only screen and (min-width: 736px) {
  #title-area_d .category_label_ind {
    width: 50%;
    margin-top: 0;
  }
}

@media only screen and (min-width: 736px) {
  #title-area_e {
    height: 150px;
  }
}

#title-area_e .theme_area span img {
  margin: 0 30px 0 0;
}

#title-area_e .category_label_ind span {
  margin: 0 0 0 30px;
}

@media only screen and (max-width: 735px) {
  #title-area_e .category_label_ind span {
    margin-left: 0;
  }
}

@media only screen and (min-width: 736px) {
  #title-area_e .category_label_ind {
    width: 50%;
    margin-top: 0;
  }
}

@media only screen and (min-width: 736px) {
  .session_wrap_second {
    display: flex;
    flex-direction: column;
  }
}

@media only screen and (min-width: 736px) {
  #title-area_f {
    justify-content: flex-start;
    height: 100px;
  }
}

@media only screen and (min-width: 736px) {
  #title-area_f .category_label_ind {
    width: 30%;
    margin-top: 0;
  }
}

@media only screen and (min-width: 736px) {
  #title-area_g {}
}

@media only screen and (min-width: 736px) {
  #title-area_g .category_label_ind {
    width: 50%;
    margin-top: 0;
  }
}

#title-area_g .theme_area span img {
  margin: 0 30px 0 0;
}

#title-area_g .category_label_ind span {
  margin: 0 0 0 30px;
}

@media only screen and (max-width: 735px) {
  #title-area_g .category_label_ind span {
    margin-left: 0;
  }
}

@media only screen and (min-width: 736px) {
  #title-area_h {
    height: 160px
  }
}

#title-area_h .theme_area span img {
  margin: 0 30px 0 0;
}

#title-area_h .category_label_ind span {
  margin: 0 0 0 30px;
}

@media only screen and (max-width: 735px) {
  #title-area_h .category_label_ind span {
    margin-left: 0;
  }
}

@media only screen and (min-width: 736px) {
  #title-area_h .category_label_ind {
    width: 50%;
    margin-top: 0;
  }
}

#title-area_f .theme_area span img {
  margin: 0 30px 0 0;
}

#title-area_f .category_label_ind span {
  margin: 0 0 0 30px;
}

@media only screen and (max-width: 735px) {
  #title-area_f .category_label_ind span {
    margin-left: 0;
  }
}

#title-area_a .category_label_ind,
#title-area_b .category_label_ind,
#title-area_c .category_label_ind,
#title-area_d .category_label_ind,
#title-area_e .category_label_ind,
#title-area_f .category_label_ind {
  margin-top: 0;
}

@media only screen and (max-width: 735px) {
  #title-area_a .category_label_ind,
  #title-area_b .category_label_ind,
  #title-area_c .category_label_ind,
  #title-area_d .category_label_ind,
  #title-area_e .category_label_ind,
  #title-area_f .category_label_ind {
    margin-top: 10px;
  }
}

  @media only screen and (min-width: 736px) {
    .session_wrap_second .list_inner#speaker-all-wrap {
      align-items: flex-start;
      justify-content: center;
    }
  }

  @media only screen and (min-width: 736px) {
    .session_wrap_second .speaker-solo {
      width: 200px;
      flex-direction: column;
    }
  }

  @media only screen and (max-width: 736px) {
    #speaker-all-wrap .speaker_text {
      padding-left: 10px;
    }
  }

  .section_pickup{
    margin-top: 50px !important;
  }