@charset "utf-8";
/*
Theme Name: expo_2
Theme URI:
Template:
Description:
Author:
Tags:
Version:
*/

.news_pic{
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 20px;
  display: flex;
  align-items: center;
  background-color: #fff;
  box-shadow: 0px 5px 6px rgba(0, 0, 0, .15);
  padding: 10px;
  width: 420px;
}
.news_pic h4{
  color: #FF7B0D;
  font-weight: bold;
  margin-right: 20px;
}
.news_pic a{
  display: flex;
  align-items: center;
}
.news_pic a .day{
  font-weight: bold;
  margin-right: 20px;
}

.news_pic.bousai{
  bottom: 70px;
}
.news_pic.bousai p{
  color: #CF0912;
  font-weight: bold;
}


/*スライド*/
/* 有料広告 */
.koukoku {
  width: 100%;
  padding: 10px 0px;
  background-color: #fff;
}
.koukoku .swiper-pointer-events{
  overflow: hidden;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
}
/* スライダーのwrapper */
.koukoku .swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}
.koukoku .infinite-slider .swiper-slide {
  width: auto !important;
}
.koukoku .infinite-slider .swiper-slide img{
  width: auto;
  height: 36px !important;
}

/* 動画 モーダル開いた際のサムネイル画像消す用 */
.modaal-inline .s_w_y_nail{
  display: none;
}
/* 動画 モーダル開いた際のyoutube表示 */
.s_w_y{
  display: none;
  position: relative;
  padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}
.s_w_y iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
.modaal-inline .s_w_y {
  display: block;
}
/* 有料広告 */

/* top 出展者一覧 */
.top-content-syutten {
  position: relative;
  max-width: 910px;
  padding: 0px 30px;
  margin: 60px auto 0px;
}
.top-content-syutten .syutten_bar {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}
.top-content-syutten .syutten_bar .bn::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 11px;
  background: url(../img/icon_arrow_gr.png) no-repeat;
  background-size: auto;
  background-size: contain;
  margin-left: 10px;
}

.top-content-syutten .swiper-button-next,.top-content-syutten .swiper-button-prev  {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
  top: 60%;
  opacity: 1.0;
}
.top-content-syutten .swiper-button-next::after,.top-content-syutten .swiper-button-prev::after  {
  font-size: 12px;
  font-weight: bold;
  color: #3E3E3E;
}
.top-content-syutten .swiper-button-next {
  right: auto;
  left: calc(100% + 0.5rem);
}
.top-content-syutten .swiper-button-prev {
  left: auto;
  right: calc(100% + 0.5rem);
}

.card-item{
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 1px 35px rgba(0, 0, 0, .05);
}
.card-item .media img{
  border-radius: 10px 10px 0px 0px;
}
.card-item .title{
  padding: 25px 0px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
/* top 出展者一覧 */

.event_movie{
  max-width: 640px;
  padding: 0px 30px;
  margin: 110px auto;
  text-align: center;
}
.event_movie h3{
  margin-bottom: 25px;
}
.event_movie .e_m_y {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.e_m_y iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.top_news {
  max-width: 910px;
  padding: 0px 30px;
  margin: 85px auto;
}
.top_news .news_bar{
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}
.top_news .news_bar .bn::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 11px;
  background: url(../img/icon_arrow_gr.png) no-repeat;
    background-size: auto;
  background-size: contain;
  margin-left: 10px;
}
.top_news .news_list{
  border-top: 1px solid #7E7E7E;
}
.top_news .news_list li a{
  display: flex;
  padding: 25px 0px;
  border-bottom: 1px solid #7E7E7E;
}
.top_news .news_list .day{
  font-weight: bold;
  margin-right: 75px;
}

.banner_list{
  max-width: 910px;
  padding: 0px 30px;
  margin: 0px auto 140px;
  display: flex;
  justify-content: space-between;
}
.banner_list a{
  width: 30%;
}


/* 会場アクセス */
.access_content{
  margin-top: 65px;
}
.access_content .kaisai{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.access_content .kaisai h3{
  margin-right: 20px;
}

.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  margin-bottom: 70px;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.access_content .densya h3{
  margin-bottom: 30px;
}
.access_content .densya ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 30px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 1px 35px rgba(0, 0, 0, .05);
}
.access_content .densya ul li{
  width: 100%;
  font-size: 16px;
}
.access_content .densya ul li h4{
  margin-bottom: 10px;
}
/* 会場アクセス */

/* 下層概要 */
.content_area{
  padding: 35px 45px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 1px 35px rgba(0, 0, 0, .05);
}
.content_area table{
  width: 100%;
  border-spacing: 0px 8px;
}

.content_area table th{
  width: 15%;
  background-color: #BFB89F;
  font-size: 16px;
  color: #fff;
  padding: 15px 0px;
}
.content_area table td{
  font-size: 16px;
  padding: 15px 0px 15px 30px;
}
.content_area table td .mar01{
  margin-bottom: 40px;
}
/* 下層概要 */

/* 開催概要 */
.about_content{
  margin-top: 30px;
}
.tyusyaku{
 margin-top: 15px;
}
.sub_a_c{
  margin: 75px auto;
}
.sub_a_c h4{
  font-size: 18px;
  margin-bottom: 15px;
}

.btn-raijyo{
  position: relative;
  display: block;
  width: 390px;
  margin: 0px auto 65px;
  padding: 15px 0px;
  background-color: #FF7A0E;
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 1.0;
}
.btn-raijyo::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: #fff 3px solid;
  border-right: #fff 3px solid;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 40px;
  top: 0px;
  bottom: 0px;
  margin: auto;
}

/* 開催概要 */

/* 出展者 開催概要 */
.about_content .date{
  margin-top: 60px;
}
.date .content_area table th{
  width: 25%;
}

.date .content_area .graph .graph_list{
  display: flex;
  flex-wrap: wrap;
}

.graph_list .g_l_item01{
  width: 40%;
}
.graph_list .g_l_item01 span{
  display: inline-block;
  height: 18px;
  vertical-align: text-top;
  margin-left: 10px;
}
.graph_list .g_l_item01.g_l_i_01 span{
  width: 62%;
  background-color: #FF7600;
}

.graph_list .g_l_item01.g_l_i_02 span{
  width: 58%;
  background-color: #FF9100;
}

.graph_list .g_l_item01.g_l_i_03 span{
  width: 55%;
  background-color: #FFAF00;
}

.graph_list .g_l_item01.g_l_i_04 span{
  width: 50%;
  background-color: #FFC300;
}

.graph_list .g_l_item01.g_l_i_05 span, .graph_list .g_l_item01.g_l_i_06 span{
  width: 45%;
  background-color: #FFCD00;
}

.graph_list .g_l_item01.g_l_i_07 span{
  width: 35%;
  background-color: #FFE100;
}

.graph_list .g_l_item01.g_l_i_08 span{
  width: 32%;
  background-color: #FFFF00;
}

.graph_list .g_l_item01.g_l_i_09 span{
  width: 27%;
  background-color: #FFFF2D;
}

.graph_list .g_l_item01.g_l_i_10 span{
  width: 22%;
  background-color: #FFFF41;
}

.graph_list .g_l_item01.g_l_i_11 span{
  width: 17%;
  background-color: #FFFF55;
}

.graph_list .g_l_item01.g_l_i_12 span{
  width: 15%;
  background-color: #EDED5E;
}
/* 出展者 開催概要 */

/* 出展料金 */
.ryokin_content{
  margin-top: 60px;
}
.ryokin_content .sub_a_c{
  margin: 0px auto 75px;
}

.ryokin_content .content_area{
  display: flex;
  padding: 15px 45px;
}
.ryokin_content .content_area table{
  border-spacing: 0px 20px;
}
.ryokin_content .content_area table th{
  width: 23%;
}
.ryokin_content .content_area table td {
  padding: 5px 0px 5px 30px;
}
.ryokin_content .content_area table .ryokin{
  font-size: 22px;
  font-weight: bold;
}
.ryokin_content .content_area table .ryokin span{
  font-size: 14px;
  font-weight: normal;
}

.ryokin_content .content_area .booth{
  width: 55%;
}
/* 出展料金 */

/* クイック出展コーナー */
.quick_content {
  margin-top: 60px;
}
.quick_content .sub_a_c{
  margin: 0px auto;
}

.quick_content .content_area table{
  border-spacing: 0px 0px;
}

.quick_content .content_area .q01{
  display: flex;
}
.quick_content .content_area .q01 table{
  border-spacing: 0px 30px;
}
.quick_content .content_area .q01 th{
  width: 23.8%;
}
.quick_content .content_area .q01 .ryokin{
  display: flex;
  align-items: end;
}
.quick_content .content_area .q01 .ryokin {
  font-size: 22px;
  font-weight: bold;
}
.quick_content .content_area .q01 .ryokin span {
  font-size: 14px;
  font-weight: normal;
}
.quick_content .content_area .q01 .ryokin .plus{
  font-size: 30px;
  margin-right: 5px;
  line-height: 1.2;
}
.quick_content .content_area .booth{
  width: 55%;
}

.quick_content .content_area .q02 td{
  padding: 0px 0px 0px 30px;
}
.quick_content .content_area .q02 .flow{
  display: flex;
  align-items: center;
}
.quick_content .content_area .q02 .flow.mar02{
  margin-top: -10px;
}
.quick_content .content_area .q02 .flow_item{
  position: relative;
  width: 70px;
  margin-right: 20px;
  border: 1px solid #FF7B0D;
  text-align: center;
  color: #FF7B0D
}
.quick_content .content_area .q02 .flow_item p{
  padding: 15px 0px;
}
.quick_content .content_area .q02 .item01 p::before{
  content: "";
  border-left: 36.5px solid transparent;
  border-right: 36.5px solid transparent;
  border-top: 16px solid #FF7B0D;
  position: absolute;
  bottom: -16.4px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 2;

}
.quick_content .content_area .q02 .item01 p::after{
  content: "";
  border-left: 36px solid transparent;
  border-right: 36px solid transparent;
  border-top: 16px solid white;
  position: absolute;
  bottom: -15.5px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 2;
}

.quick_content .content_area .q02 .item02 p{
  padding: 35px 0px;
}
.quick_content .content_area .q02 .item02::before{
  content: "";
  border-left: 36.5px solid transparent;
  border-right: 36.5px solid transparent;
  border-top: 16px solid #FF7B0D;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);

}
.quick_content .content_area .q02 .item02::after{
  content: "";
  border-left: 36px solid transparent;
  border-right: 36px solid transparent;
  border-top: 16px solid white;
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.quick_content .content_area .q02 .item02 p::before{
  content: "";
  border-left: 36.5px solid transparent;
  border-right: 36.5px solid transparent;
  border-top: 16px solid #FF7B0D;
  position: absolute;
  bottom: -16.4px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 2;

}
.quick_content .content_area .q02 .item02 p::after{
  content: "";
  border-left: 36px solid transparent;
  border-right: 36px solid transparent;
  border-top: 16px solid white;
  position: absolute;
  bottom: -15.5px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 2;
}

.quick_content .content_area .q02 .item03{
  margin-top: 7px;
}
.quick_content .content_area .q02 .item03 p{
  padding: 35px 0px;
}
.quick_content .content_area .q02 .item03::before{
  content: "";
  border-left: 36.5px solid transparent;
  border-right: 36.5px solid transparent;
  border-top: 16px solid #FF7B0D;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);

}
.quick_content .content_area .q02 .item03::after{
  content: "";
  border-left: 36px solid transparent;
  border-right: 36px solid transparent;
  border-top: 16px solid white;
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.quick_content .content_area .q02 .flow_list{
  padding: 15px 0px;
}

.quick_content .content_area .q02 .flow_list.item03{
  margin-top: 7px;
}

/* クイック出展コーナー */


/* お知らせ */
.info_content {
  margin-top: 30px;
}
.info_content .news li{
  margin-bottom: 25px;
}
.info_content .news h3{
  font-size: 20px;
  margin-bottom: 25px;
}

.info_content .info-pagination{
  display: flex;
  justify-content: center;
}
.info_content .info-pagination .page-numbers{
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 2.8;
  background-color: #fff;
  margin: 0px 7px;
  box-shadow: 0px 1px 35px rgba(0, 0, 0, .05);
}
.info_content .info-pagination .current{
  background-color: #FF7B0D !important;
  color: #fff;
}
.info_content .info-pagination .next::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 12px;
  background: url(../img/icon_arrow_or.png) no-repeat;
  background-size: contain;
}
.info_content .info-pagination .prev::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 12px;
  background: url(../img/icon_arrow_or_r.png) no-repeat;
  background-size: contain;
}
.info_content .info-pagination .next-last::after{
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  background: url("../img/icon_arrow_or_d.png") no-repeat;
  background-size: contain;
}
.info_content .info-pagination .first::after{
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  background: url("../img/icon_arrow_or_d_r.png") no-repeat;
  background-size: contain;
}


/* お知らせ */

/* お知らせ 記事 */

.info_p_area .day{
  text-align: center;
  line-height: 1.8;
}

.info_p_area .info_content h3{
  font-size: 20px;
  margin-bottom: 25px;
}
.info_p_area .info_content p{
  margin-bottom: 60px;
}
.info_p_area .info_content p:last-child{
  margin-bottom: 0px;
}

.info_p_area .info_content .info-navigation{
  display: flex;
  justify-content: center;
  margin-top: 55px;
  font-size: 16px;
  font-weight: bold;
}
.info_content .info-navigation .page-nav-info{
  padding: 10px 40px;
  font-size: 14px;
  background-color: #FF7B0D;
  color: #fff;
  margin: 0px 30px;
}

/* お知らせ 記事 */

@media only screen and (max-width: 1050px) {
.top-content-syutten {
  position: relative;
  max-width: 710px;
  padding: 0px 10px;
  margin: 60px auto 0px;
}

}


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

.infinite-slider .swiper-slide a{
  outline: none;
}

.modaal-content-container {
  padding: 20px;
}

.news_pic {
  display: none;
}

.top_content{
  margin-bottom: 30px;
}

.top-content-syutten .syutten_bar {
  padding: 0px 30px;
}
.top-content-syutten {
  padding: 0px 0px 30px;
  margin: 30px auto 0px;
  overflow: hidden;
}
.top-content-syutten .swiper{
  overflow: visible;
  padding-left: 30px;

}
.card-item .title {
  font-size: 14px;
}
.top-content-syutten .swiper-button-next, .top-content-syutten .swiper-button-prev {
  display: none;
}

.event_movie h3 {
  text-align: left;
}

.top_news .news_list li a {
  flex-wrap: wrap;
}
.top_news .news_list .day {
  margin-right: 0px;
  width: 100%;
}

.banner_list {
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
.banner_list a {
  width: 80%;
  margin-bottom: 30px;
}
.banner_list a:last-child{
  margin-bottom: 0px;
}

.access_content {
  margin-top: 30px;
}
.access_content .densya ul li {
  width: 100%;
}
.access_content .densya ul li:last-child{
  margin-top: 45px;
}

.btn-raijyo{
  width: 100%;
  font-size: 18px;
}
.btn-raijyo::after {
  right: 20px;
}

.content_area {
  padding: 35px 25px;
}
.content_area table {
  border-spacing: unset;
}
.content_area table th,.content_area table td {
  display: block;
  width: 100%;
}
.content_area table th {
  padding: 10px 0px;
}
.content_area table td {
  font-size: 14px;
  padding: 15px 0px 35px;
  word-break:break-all
}
.content_area table td.last {
  padding: 15px 0px 0px;
}

.date .content_area table th {
  width: 100%;
}
.date .content_area .voice p {
  margin-bottom: 15px;
}
.date .content_area .voice p:last-child{
  margin-bottom: 0px;
}

.date .content_area .graph{
  padding: 15px 0px 0px;
}
.date .content_area .graph .graph_list {
  margin-bottom: 15px;
}
.date .content_area .graph .graph_list:last-child{
  margin-bottom: 0px;
}
.graph_list .g_l_item01 {
  width: 100%;
}

.ryokin_content{
  margin-top: 30px;
}
.ryokin_content .content_area {
  flex-wrap: wrap;
  padding: 35px 25px;
}
.ryokin_content .content_area table {
  border-spacing: 0px 0px;
}
.ryokin_content .content_area table th {
  width: 100%;
}
.ryokin_content .content_area table td {
  padding: 15px 0px 35px;
}
.ryokin_content .content_area .booth {
  width: 100%;
}

.quick_content {
  margin-top: 30px;
}
.quick_content .content_area .q01 {
  flex-wrap: wrap;
  margin-bottom: 45px;
}
.quick_content .content_area .q01 table {
  border-spacing: 0px 0px;
}
.quick_content .content_area .q01 th {
  width: 100%;
}
.quick_content .content_area .q01 .ryokin {
  flex-wrap: wrap;
  text-align: center;
}
.quick_content .content_area .q01 .ryokin div{
  width: 100%;
}
.quick_content .content_area .q01 .ryokin .plus{
  width: 100%;
}
.quick_content .content_area .booth {
  width: 100%;
}

.quick_content .content_area .q02 td {
  padding: 15px 0px 0px;
}
.quick_content .content_area .q02 .flow.mar02 {
  margin-top: 0px;
  margin-bottom: 5px;
}
.quick_content .content_area .q02 .flow {
  display: flex;
  align-items: normal;
}
.quick_content .content_area .q02 .flow_item {
  width: 50px;
}
.quick_content .content_area .q02 .flow_list {
  padding: 15px 0px;
  width: 70%;
}


.quick_content .content_area .q02 .item01 p::before {
  border-left: 26.5px solid transparent;
  border-right: 26.5px solid transparent;
  bottom: -16px;
}
.quick_content .content_area .q02 .item01 p::after {
  content: "";
  border-left: 26px solid transparent;
  border-right: 26px solid transparent;
  bottom: -15px;
}

.quick_content .content_area .q02 .item02::before,.quick_content .content_area .q02 .item03::before {
  border-left: 26.5px solid transparent;
  border-right: 26.5px solid transparent;
  bottom: -16px;
}
.quick_content .content_area .q02 .item02::after,.quick_content .content_area .q02 .item03::after{
  content: "";
  border-left: 26px solid transparent;
  border-right: 26px solid transparent;
  bottom: -15px;
}

.quick_content .content_area .q02 .item02 p::before {
  border-left: 26.5px solid transparent;
  border-right: 26.5px solid transparent;
  bottom: -16px;
}
.quick_content .content_area .q02 .item02 p::after {
  content: "";
  border-left: 26px solid transparent;
  border-right: 26px solid transparent;
  bottom: -15px;
}

.info_p_area .info_content .info-navigation{
  justify-content: space-between;
  font-size: 13px;
  line-height: 1.4;
}
.info_content .info-navigation .page-nav-info {
  padding: 10px 10px;
  margin: 0px;
}

}

/* TOPページ　防災グッズ関連表示 */
.bousai_wrapper{
	height: 60px;
	width: 100%;
	background-color: #CF000E;
	display: flex;
	justify-content: center;;
	align-items: center;
}
.bousai-ttl{
	width: 600px;
}
.tenji-banner{
	width: 100%;
}
@media screen and (max-width: 768px) {
	.bousai-ttl{
		width: 80%;
	}
}

/* 20221130 start */
.file-dl-btn .btn-raijyo {
  margin: 0px auto 40px;
}
.btn-none-active {
  position: relative;
  display: block;
  width: 390px;
  margin: 0px auto 40px;
  padding: 15px 0px;
  background-color: #dfdfdf;
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 1.0;
}
.btn-none-active::after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-top: #fff 3px solid;
    border-right: #fff 3px solid;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 20px;
    top: 0px;
    bottom: 0px;
    margin: auto;
}
@media screen and (max-width: 768px) {
  .file-dl-btn .btn-raijyo {
    margin: 0px auto 35px;
  }
  .btn-none-active {
    width: 100%;
    font-size: 18px;
    margin: 0px auto 35px;
  }
}


/* 1221 */
.exhibit__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px;
}
.exhibit__box {
  background-color: #FFF;
  box-shadow: 0px 0px 11px -5px #777777;
  border-radius: 5px;
}
.exhibit__box a {

}
.exhibit__box a img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.exhibit_textarea {
  padding: 15px;
}
.exhibit_textarea h3 {
    font-size: 16px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid;
}
.exhibit_textarea h4 {

}
.exhibit_textarea ul {
  padding-left: 10px;
  padding-top: 15px;
}
.exhibit_textarea ul li {
  list-style: disc;
  margin-bottom: 5px;
}
.exhibit_date {
  display: flex;
}
.date_box {
    width: 50%;
    text-align: center;
    margin: 5px 0;
}
.date_box:first-child {
  border-right: 1px solid #e5e5e5;
}
.date_box p {
  font-size: 12px;
}
.date_box span {
  font-size: 16px;
}

.exhibit__single {

}
.exhibit__single .exhibit__box {
  display: flex;
  gap:25px;
  margin-bottom: 50px;
}
.exhibit__single .exhibit__box img {
  width: 30%;
  height: 250px;
  margin: 20px;
  object-fit: cover;
}
.exhibit_cat {

}
.exhibit_cat ul {

}
.exhibit_cat ul li {

}
.exhibit_hand {

}
.exhibit_hand ul {

}
.exhibit_hand ul li {

}
@media screen and (max-width: 768px) {
  .exhibit__single .exhibit__box {
      display: block;
  }
  .exhibit__single .exhibit__box img {
      width: 100%;
      height: 250px;
      margin: initial;
      object-fit: cover;
  }
}

.notfound-wrap {
  text-align: center;
    margin: 50px 0 70px;
}
.notfound-wrap p {
  font-size: 20px;
}
.notfound-wrap h3 {
  font-size: 32px;
}

.card-item .media img{
  border-radius: 10px 10px 0px 0px;
  width: 100%;
  height: 125px;
  object-fit: cover;
  object-position: center;
}
