.section {
  margin-top: 20px;
}
.special .mod-link-title-wrapper h2 {
  position: relative;
  padding-left: 15px;
  font-size: 2.0em;
  margin: 20px 0;
}

.special .mod-link-title-wrapper h2:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 92%;
  content: "";
  border-left: 5px solid #002060;
}

.md-outline {
  margin-top: 20px;
  position: relative;
  padding: 20px;
  border: #fff 2px solid;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.md-outline:first-child {
  margin-top: 0;
}
.bg-blue {
  margin-bottom: 0;
  margin-top: 50px;
  padding: 20px 0 45px;
  background-color: #b4c7e7;
}
.red {
  color: #E61E1E;
}
.page-inner p.attention {
  color: #8A2F31;
}
.page-inner p.attention2 {
  color: #f00;
  font-size: 2em !important;
}
.txC {
  text-align: center;
}
.fwB {
  font-weight: bold;
}

/* テーマ */

p.message {
  text-align: center;
  font-size: 2.2em;
  margin-bottom: 1.6em;
  color: #002060;
  font-weight: bold;
}

p.message span {
  font-size: 2.2em;
  display: inline-block;
  line-height: 1.4;
}
.special .md-2clm {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 50px;
}

.md-2clm-left {
  width: 48%;
  margin: 0 20px 0 0;
}

.md-2clm-right {
  width: 47%;
}

/* 開催概要 */
.special .media-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.box_left {
  width: 54%;
}

.box_right {
  width: 42%;
  margin: 0 auto;
  text-align: center;
}
.box_right p.txtL{
  text-align: left;
  margin-left: 25px;
}

.box_left dl {
  display: flex;
  flex-wrap: wrap;
}

.box_left dt {
  background-color: #A0A0A5;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  padding: 30px 10px;
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #fff;
}

.box_left dd {
  vertical-align: middle !important;
  padding: 20px 10px;
  width: 70%;
  border-top: 1px solid #aaa;
  display: flex;
  align-items: center;
}
.box_left dt:nth-last-of-type(1) {
  border-bottom: none;
}
.box_left dd:nth-last-of-type(1) {
  border-bottom: 1px solid #aaa;
}
.special .btn {
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 20px;
}
.special .btn a {
  font-size: 114.29%;
  display: block;
  width: 60%;
  padding: 14px 0 15px;
  border: none;
  border-radius: 30px;
  background-color: #eb050b;
  line-height: 1.2;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  margin: 0 auto;
}
.special .btn a::before {
  display: inline-block;
  width: 7px;
  height: 11px;
  padding-right: 6px;
  background: url(/common/img/module/button_icon01.png) no-repeat;
  vertical-align: 1px;
  content: "";
}
.special .btn a:hover {
opacity:0.5;

}
/* 展示レイアウト */
.special .map {
  padding: 0;
} 

/* 展示概要 */
.special h3.line01,
.special h3.line02,
.special h3.line03,
.special h3.line04 {
  position: relative;
  padding-left: 15px;
  font-size: 2.0em;
  margin: 20px 0;
}

.special h3.line01 {
  border-bottom: 1px solid #b5b6b6;
  padding: 0 0 0 30px;
}

.special h3.line01:before {
  position: absolute;
  top: 7px;
  left: 10px;
  width: 5px;
  height: 63%;
  content: "";
  border-left: 5px solid #b5b6b6;
}

.special h3.line02 {
  border-bottom: 1px solid #a7a19d;
  padding: 0 0 0 30px;
}

.special h3.line02:before {
  position: absolute;
  top: 7px;
  left: 10px;
  width: 5px;
  height: 63%;
  content: "";
  border-left: 5px solid #a7a19d;
}

.special h3.line03 {
  border-bottom: 1px solid #0070c0;
  padding: 0 0 0 50px;
}

.special h3.line03:before {
  position: absolute;
  top: 7px;
  left: 10px;
  width: 30px;
  height: 60%;
  content: "";
  
  background: url(/event/exhibition/rtj2024/img/rtj2024_special_11.png) no-repeat;
}
.special h3.line04 {
  border-bottom: 1px solid #b5b6b6;
  padding: 0 0 0 30px;
}

.special h3.line04:before {
  position: absolute;
  top: 7px;
  left: 10px;
  width: 5px;
  height: 63%;
  content: "";
  border-left: 5px solid #002060;
}

.ex-sum p {
  margin: 0 30px;
}

.special .triangle {
  position: relative;
}
.special .triangle::after {
content:"";
  position: absolute;
  top: -2px;
  right: -2px;
  border: 25px solid #b4c7e7;
  border-left-color: transparent;
  border-bottom-color: transparent; 
  height: 0px;
  width: 0px;
}

/* 見どころ動画 */
.movieArea {
  text-align: center;
   margin: 20px;
}
.movieArea img {
  width: 100%;

}

/* コーナー紹介 */
.ex-box h3 {
  position: relative;
  padding: 0 0 0 50px;
}
.ex-box h3::before {
  position: absolute;
  top: 9px;
  left: 10px;
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 10px;
  border-top: 3px solid #0064D2;
  border-right: 3px solid #0064D2;
  transform: rotate(45deg);
}
.ex-box li {
  padding: 20px;
  background-color: #fff;
  margin: 0 0 20px 0;
}
.ex-box li div.outline {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10px 20px;
}

.ex-box li div img {
  width: 30%;
}

.ex-box li div p {
  width: 100%;
  text-align: left;
  margin-top: 0;
}
.ex-box li div div {
  width: 66%;
  text-align: left;
  margin-top: 0;
}
/* フッターロゴエリア */
.special .footer-logo {
  margin: 100px auto 80px;
}
.special .footer-logo img {
  width: 50%;
}
.special .footer-logo p {
  margin-top: 80px;
  font-size: 3em !important;
}

@media screen and (max-width: 768px) {
  .special .mod-link-title-wrapper h2 {
    margin: 20px 0 0;
  }
  .md-outline {
    margin-top: 0px;
  }
  .special img {
    width: 100%;
  }
  p.message {
    font-size: 1.6em;  
  }
  .bg-blue {
    padding: 20px 0 45px;
  }

  /* テーマ */
  .special .md-2clm {
    flex-direction: column;
    margin: 0;
  }

  .md-2clm-left {
    width: 100%;
    margin: 0 auto;
  }

  .md-2clm-right {
    width: 100%;
    margin: 20px 0 0;
  }

  /* 開催概要 */
  .special .media-box {
    flex-direction: column;
  }

  .box_left {
    width: 100%;
  }

  .box_right {
    width: 100%;
  }
  
.box_right p.txtL{
  margin-left: 0;
}

  .box_left dl {
    margin-bottom: 30px;
  }
  .box_left dt {
    width: 100%;
    padding: 15px;
    font-size: 1.6em;
  }
  .box_left dd {
    width: 100%;
    padding: 15px 9px;
  }
  
  .box_left dt {
    border-bottom: none;
  }
  .box_left dd:nth-last-of-type(1) {
    border-bottom: none;
  }

  /* 展示概要 */
  .special .triangle {
    padding: 10px;
    margin-bottom: 20px;
  }
  .ex-sum p {
    margin: 0 10px;
  }

  /* 動画 */
  .movieArea {
     margin: 0px;
  }
  .modal-video-body button.modal-video-close-btn {
    right: 0 !important;
  }

  /* コーナー紹介 */
  .special .ex-box li div {
    flex-direction: column;
    margin: 0;
  }
.ex-box li div div {
  width: 100%;
}

  .ex-box li div img {
    width: 100%;
    margin: 0 0 10px 0 ;
  }

  .ex-box li div p {
    width: 100%;
    text-align: left;
  }
  .ex-box h3 {
    padding: 0 0 10px 24px;
    font-size: 1.3em;
  }
  .ex-box h3::before {
    margin: 0;
    left: 0;
    width: 10px;
    height: 10px;
  }
  
  /* フッターロゴエリア */
  .special .footer-logo {
    margin: 80px auto 60px;
  }
  .special .footer-logo img {
    width: 100%;
  }
  .special .footer-logo p {
    margin-top: 80px;
    font-size: 2.4em !important;
  }
}


/* コーナー紹介　パネル */
.panel-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.panel-box li {
  display: inline-table;
  width: 32%;
  background-color: #fff;
  margin-bottom: 20px;
  transition : 0.5s;
  vertical-align: top;
}
.panel-box:after {
  content: "";
  display: block;
  width: 32%; 
  height: 0;
}
.panel-box img {
  width: 100%;
  border: 1px solid #ccc;
}

.panel-box li a {
}
.panel-box li a:hover {
  opacity: 0.4;
  transition: 0.5s;
}
.panel-box li p {
  line-height: 1.4;
  text-align: left;
  padding: 5px;
}

.product_ttl {
  line-height: 1.6;
  margin: 15px auto 30px;
  font-weight: bold;
  text-align: center;
  font-size: 1.8em;
  position: relative;
}
.product_ttl::after {
content:"";
  width: 70px;
  height: 4px;
  display: inline-block;
  background-color: #002060;
  position: absolute;
  bottom: -5px;
  left: calc(50% - 35px)
}

/* 画像のポップアップ */
.popup-container {
    position: relative;
    display: inline-block;
}
.popup-image {
    max-width: 100%;
    height: auto;
    cursor: pointer;
}
.popup-image:hover {
  opacity: 0.4;
  transition: 0.5s;
}
.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 999;
}
.popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    z-index: 1000;
}
.popup-container button {
  margin-top: 10px;
}
.popup-container button:hover {
  opacity: 0.4;
  transition: 0.5s;
}

@media screen and (max-width: 768px) {
	.panel-box li {
	  width: 100%;
	}
	
    .popup-content {
	  width: 80%;
        
    }

}

/* 展示会レポート */
.report-box li {
  padding: 20px;
  background-color: #fff;
  margin: 0 0 20px 0;
}
.report-box li div.outline {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10px 20px;
}

.report-box li div img {
  width: 50%;
}

.report-box li div p {
  width: 100%;
  text-align: left;
  margin-top: 0;
}
.report-box li div div {
  width: 48%;
  text-align: left;
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .special .report-box li div {
    flex-direction: column;
    margin: 0;
  }
  .report-box li div div {
    width: 100%;
  }

  .report-box li div img {
    width: 100%;
    margin: 0 0 10px 0 ;
  }

  .report-box li div p {
    width: 100%;
    text-align: left;
  }
}

.pageNav ul {
   margin: 10px 0 15px 0;
    text-align: center;
}
.pageNav li {
  display: inline-block;
  padding-left: 15px;
  margin-right: 15px;
  background: url(/common/img/parts/arrow-down_icon03.png) no-repeat left center;
}
@media screen and (max-width: 768px) {
  .page-inner p.attention2 {
    font-size: 1.6em !important;
  }
  .pageNav {
    padding: 0;
  }
  .pageNav li {
    margin-right: 5px;
    line-height: 2em;
  }
  .pageNav li:last-of-type {
    margin-right: 0px;
  }
}