@charset "UTF-8";
/***** 共通読み込み *****/
/***** ブレイクポイント *****/
/***** 画面幅 *****/
/***** 色 *****/
/***** 文字サイズ *****/
/***** フォント *****/
/***** 余白 *****/
/***** ヘッダー *****/
/*開催情報 sp高さ*/
/***** 画像サムネール *****/
/***** ロールオーバー *****/
/***** ボタン共通 *****/
/***** タイトル *****/
/*下層 タイトル*/
/*背景付パンくず*/
/*インデックス・ナビ*/
/***** 共通余白 *****/
/*マーク*/
/*講演者表示共通*/
/***** 出展社・プレス専用ページ *****/
#dl {
  padding-top: 15px;
  /*ダウンロード*/
  /*プレスリリース*/
  /*会期写真*/
  /*事務局推薦業社*/
}
@media screen and (min-width: 736px) {
  #dl {
    padding-top: 40px;
  }
}
#dl h2 {
  color: rgba(38, 38, 38, 0.7);
  font-weight: bold;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
  box-sizing: border-box;
}
@media screen and (max-width: 735px) {
  #dl h2 {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 736px) {
  #dl h2 {
    margin-bottom: 40px;
  }
}
#dl h2 span {
  font-weight: normal;
  display: block;
  font-family: "Oswald", sans-serif;
  color: #000000;
  font-size: 4rem;
}
@media screen and (min-width: 736px) {
  #dl h2 span {
    font-size: 6.3rem;
  }
}
#dl > section {
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
  box-sizing: border-box;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (min-width: 736px) {
  #dl > section {
    margin-top: 120px;
  }
}
@media screen and (min-width: 736px) {
  #dl > section {
    margin-bottom: 120px;
  }
}
#dl > section h3 {
  font-weight: bold;
  color: #013048;
  font-size: 1.6rem;
  margin-bottom: 10px;
}
@media screen and (min-width: 380px) {
  #dl > section h3 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 736px) {
  #dl > section h3 {
    font-size: 3.2rem;
    margin-bottom: 15px;
  }
}
#dl #dl_logo,
#dl #dl_banner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
  box-sizing: border-box;
}
#dl #dl_logo > ul,
#dl #dl_banner > ul {
  display: flex;
}
@media screen and (max-width: 735px) {
  #dl #dl_logo > ul,
  #dl #dl_banner > ul {
    flex-wrap: wrap;
    margin-bottom: -10px;
  }
}
@media screen and (min-width: 736px) {
  #dl #dl_logo > ul,
  #dl #dl_banner > ul {
    justify-content: space-around;
  }
}
#dl #dl_logo > ul li,
#dl #dl_banner > ul li {
  width: calc(50% - 5px);
  flex: 0 0 calc(50% - 5px);
}
@media screen and (max-width: 735px) {
  #dl #dl_logo > ul li,
  #dl #dl_banner > ul li {
    margin-bottom: 10px;
  }
  #dl #dl_logo > ul li:nth-child(odd),
  #dl #dl_banner > ul li:nth-child(odd) {
    margin-right: 10px;
  }
}
@media screen and (min-width: 736px) {
  #dl #dl_logo > ul li,
  #dl #dl_banner > ul li {
    justify-content: space-around;
    width: calc(20% - 10px);
    flex: 0 0 calc(20% - 10px);
  }
}
#dl #dl_logo > ul li img,
#dl #dl_banner > ul li img {
  width: 100%;
}
#dl #dl_logo > ul li a,
#dl #dl_banner > ul li a {
  display: block;
  text-align: center;
  font-size: 1.3rem;
  margin-top: 10px;
  text-decoration: underline;
  font-weight: bold;
}
@media screen and (min-width: 736px) {
  #dl #dl_logo > ul li a:hover,
  #dl #dl_banner > ul li a:hover {
    text-decoration: none;
  }
}
#dl #dl_press > dl {
  display: flex;
  flex-wrap: wrap;
}
#dl #dl_press > dl dt {
  width: 7em;
  flex: 0 0 7em;
  font-weight: bold;
}
#dl #dl_press > dl dd {
  width: calc(100% - 7em);
  flex: 1 1 auto;
}
#dl #dl_press > dl dd:not(:last-child) {
  margin-bottom: 10px;
}
@media screen and (min-width: 736px) {
  #dl #dl_press > dl dd a:hover {
    text-decoration: underline;
  }
}
#dl #dl_photo .th_s_nav {
  display: flex;
  margin-bottom: 15px;
}
#dl #dl_photo .th_s_nav li {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 15px;
  cursor: pointer;
  border-right: 1px solid #d1d3d4;
  font-size: 1.4rem;
  color: #d1d3d4;
}
#dl #dl_photo .th_s_nav li:not(:first-child) {
  padding-left: 15px;
}
#dl #dl_photo .th_s_nav .tub_current {
  color: #000000;
}
#dl #dl_photo > div {
  visibility: visible;
  height: auto;
  transition: opacity 1s;
}
#dl #dl_photo > div ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -10px;
}
@media screen and (min-width: 736px) {
  #dl #dl_photo > div ul {
    margin-bottom: -15px;
  }
}
#dl #dl_photo > div ul li {
  width: calc(50% - 5px);
  flex: 0 0 calc(50% - 5px);
}
@media screen and (max-width: 735px) {
  #dl #dl_photo > div ul li {
    margin-bottom: 10px;
  }
  #dl #dl_photo > div ul li:nth-child(odd) {
    margin-right: 10px;
  }
}
@media screen and (min-width: 736px) {
  #dl #dl_photo > div ul li {
    width: calc((100% - (15px * 4)) / 5);
    flex: 0 0 calc((100% - (15px * 4)) / 5);
    margin-bottom: 15px;
  }
  #dl #dl_photo > div ul li:not(:nth-child(5n+5)) {
    margin-right: 15px;
  }
}
#dl #dl_photo > div ul li:nth-child(1n + 11) {
  display: none;
}
#dl #dl_photo > div ul li a {
  display: block;
}
@media screen and (min-width: 736px) {
  #dl #dl_photo > div ul li a {
    transition: opacity .3s;
  }
  #dl #dl_photo > div ul li a:hover {
    opacity: .6;
  }
}
#dl #dl_photo > div ul li a img {
  width: 100%;
}
#dl #dl_photo > div button {
  cursor: pointer;
  display: none;
  font-size: 1.3rem;
  margin-top: 10px;
  text-align: right;
  width: 12em;
  margin-left: auto;
}
@media screen and (min-width: 736px) {
  #dl #dl_photo > div button:hover {
    text-decoration: underline;
  }
}
#dl #dl_photo > div button::before {
  content: "\2b \00a0";
  font-family: 'icon';
}
#dl #dl_photo .tab_area_off {
  visibility: hidden;
  height: 0;
  opacity: 0;
}
#dl #dl_recommend > p {
  margin-bottom: 20px;
}
@media screen and (min-width: 736px) {
  #dl #dl_recommend > p {
    margin-bottom: 30px;
  }
}
#dl #dl_recommend > ul > li {
  border: 1px solid #d1d3d4;
}
#dl #dl_recommend > ul > li:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (min-width: 736px) {
  #dl #dl_recommend > ul > li:not(:last-child) {
    margin-bottom: 30px;
  }
}
#dl #dl_recommend > ul > li h4 {
  display: flex;
  align-items: center;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 0 1px #d1d3d4;
  font-size: 1.5rem;
  min-height: 30px;
}
@media screen and (min-width: 736px) {
  #dl #dl_recommend > ul > li h4 {
    transition: opacity .3s;
  }
  #dl #dl_recommend > ul > li h4:hover {
    opacity: .6;
  }
}
@media screen and (min-width: 736px) {
  #dl #dl_recommend > ul > li h4 {
    font-size: 1.8rem;
    min-height: 53px;
  }
}
#dl #dl_recommend > ul > li h4::after {
  font-weight: normal;
  content: "\25bd";
  font-family: 'icon';
  color: #013048;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-left: auto;
  padding-left: 10px;
  width: 30px;
  min-height: 30px;
  font-size: 18px;
}
@media screen and (min-width: 736px) {
  #dl #dl_recommend > ul > li h4::after {
    width: 53px;
    min-height: 53px;
    font-size: 26px;
  }
}
#dl #dl_recommend > ul > li h4 span {
  align-self: stretch;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #013048;
  margin-right: 10px;
  position: relative;
  width: 30px;
  min-height: 30px;
}
@media screen and (min-width: 736px) {
  #dl #dl_recommend > ul > li h4 span {
    margin-right: 15px;
    width: 53px;
    min-height: 53px;
  }
}
#dl #dl_recommend > ul > li h4 span img {
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40%;
}
@media screen and (min-width: 736px) {
  #dl #dl_recommend > ul > li h4 .icon1 {
    width: 25px;
  }
  #dl #dl_recommend > ul > li h4 .icon2 {
    width: 13px;
  }
  #dl #dl_recommend > ul > li h4 .icon3 {
    width: 25px;
  }
  #dl #dl_recommend > ul > li h4 .icon4 {
    width: 20px;
  }
  #dl #dl_recommend > ul > li h4 .icon5 {
    width: 20px;
  }
  #dl #dl_recommend > ul > li h4 .icon6 {
    width: 20px;
  }
  #dl #dl_recommend > ul > li h4 .icon7 {
    width: 23px;
  }
  #dl #dl_recommend > ul > li h4 .icon8 {
    width: 24px;
  }
  #dl #dl_recommend > ul > li h4 .icon9 {
    width: 17px;
  }
  #dl #dl_recommend > ul > li h4 .icon10 {
    width: 25px;
  }
  #dl #dl_recommend > ul > li h4 .icon11 {
    width: 17px;
  }
}
#dl #dl_recommend > ul > li .dl_op::after {
  content: "\25b3";
}
#dl #dl_recommend > ul > li ul {
  display: none;
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1024px;
  box-sizing: border-box;
}
@media screen and (min-width: 736px) {
  #dl #dl_recommend > ul > li ul {
    padding: 15px;
  }
}
@media screen and (min-width: 380px) {
  #dl #dl_recommend > ul > li ul li {
    display: flex;
  }
}
#dl #dl_recommend > ul > li ul li:not(:last-child) {
  margin-bottom: 15px;
}
@media screen and (min-width: 736px) {
  #dl #dl_recommend > ul > li ul li:not(:last-child) {
    margin-bottom: 20px;
  }
}
#dl #dl_recommend > ul > li ul li .img_area {
  width: 40%;
}
@media screen and (max-width: 379px) {
  #dl #dl_recommend > ul > li ul li .img_area {
    text-align: center;
    margin: 15px auto;
  }
}
@media screen and (min-width: 380px) {
  #dl #dl_recommend > ul > li ul li .img_area {
    width: 25%;
    flex: 0 0 25%;
    margin-right: 5%;
    display: flex;
    align-items: center;
  }
}
#dl #dl_recommend > ul > li ul li .img_area img {
  max-width: 100%;
}
#dl #dl_recommend > ul > li ul li .text_area h5 {
  font-weight: bold;
}
@media screen and (min-width: 736px) {
  #dl #dl_recommend > ul > li ul li .text_area h5 {
    font-size: 1.7rem;
  }
}
#dl #dl_recommend > ul > li ul li .text_area p {
  font-size: 1.3rem;
}
@media screen and (min-width: 736px) {
  #dl #dl_recommend > ul > li ul li .text_area p {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 736px) {
  #dl #dl_recommend > ul > li ul li .text_area p a:hover {
    text-decoration: underline;
  }
}

/*# sourceMappingURL=dl.css.map */
