@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: #F9DE2F;
  font-weight: bold;
  margin-right: 20px;
  width: 72px;
}
.news_pic a{
  display: flex;
  align-items: center;
}
.news_pic a .day{
  font-weight: bold;
  margin-right: 20px;
}

.news_pic.bousai{
  bottom: 100px;
}
.news_pic.bousai p{
  color: #F9DE2F;
  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;
}
.slide-img {
    object-fit: cover!important;
    width: 100%;
}

/* 動画 モーダル開いた際のサムネイル画像消す用 */
.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-gaiyou-outer-wrapper{
	display: flex;
	margin: 60px 0px;
	justify-content: space-around;
}
.kaisai-gaiyou-wrapper{
	background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 1px 35px rgb(0 0 0 / 5%);
	display: flex;
	flex-direction: column;
	text-align: left;
    margin-right: 30px;
    justify-content: center;
}
.kaisai-gaiyou-box:first-child{
	display: flex;
	padding: 0px 0px 15px;
	align-items: center;
}
.kaisai-gaiyou-box:last-child{
	display: flex;
	padding: 15px 0px 0px;
	align-items: center;
}
.kaisai-gaiyou-txt{
	padding: 0px 15px 0px 30px;
	font-size: 16px;
}
.kaisai-gaiyou-txt:last-child{
	padding: 0px 30px 30px 30px;
	font-size: 16px;
}
.kaisai-gaiyou-txt {
	min-width: 80px;
}
.kaisai-gaiyou-bold{
	font-weight: bold;
	font-size: 21px;
}
.kaisai-banner-wrapper{
	display: flex;
	flex-direction: column;
	width: 280px;
}
.seafood-osaka_banner{
	width: 100%;
    box-shadow: 0px 1px 35px rgb(0 0 0 / 5%);
	margin-bottom: 30px;
}
.komeko_banner{
	width: 100%;
    box-shadow: 0px 1px 35px rgb(0 0 0 / 5%);
}
@media screen and (max-width: 768px) {
	.top-gaiyou-outer-wrapper{
		margin: 60px 20px;
		flex-direction: column;
		align-items: center;
	}
	.kaisai-gaiyou-wrapper {
		margin: 0px 20px 60px;
		padding: 45px 0px;
	}

	.kaisai-gaiyou-bold{
		font-size: 18px;
	}
	.kaisai-banner-wrapper{
		width: 60%;
	}
	.seafood-osaka_banner{
		width: 100%;
    	height: auto;
    	margin: 0px auto 30px;
	}
	.komeko_banner{
		 width: 100%;
    	height: auto;
    	margin: 0px auto;
	}
}
@media screen and (max-width: 414px) {
	.kaisai-gaiyou-wrapper {
		margin: 0px 0px 60px;
		padding: 0px;
	}
	.kaisai-gaiyou-box {
		flex-direction: column;
	    align-items: flex-start!important;
	}
	.kaisai-gaiyou-box:first-child {
		padding: 30px 10px 0px;
	}
	.kaisai-gaiyou-box:last-child {
		padding: 0px 10px 30px;
	}
	.kaisai-gaiyou-txt {
		font-size: 14px;
	}
	.kaisai-gaiyou-bold {
		font-size: 16px;
	}
	.kaisai-gaiyou-txt{
		padding: 0px;
	}
	.kaisai-banner-wrapper {
		width: 80%!important;
	}
}
/* top 開催概要 */

/* 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;
  width: 100%;
  height: 152px;
  object-fit: cover;
}
.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: 0px auto 85px;
}
.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: 40%;
  font-size: 16px;
  margin: 0px 40px 30px;
}
.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: #F9DE2F;
  font-size: 20px;
  color: #000000;
  text-align: center;
  line-height: 1.0;
}
.btn-raijyo::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: #000 3px solid;
  border-right: #000 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: 72%;
  background-color: #FF7600;
}

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

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

.graph_list .g_l_item01.g_l_i_04 span{
  width: 35%;
  background-color: #FFCD00;
}

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

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

.graph_list .g_l_item01.g_l_i_07 span{
  width: 30%;
  background-color: #FECA3D;
}

.graph_list .g_l_item01.g_l_i_08 span{
  width: 28%;
  background-color: #F8CF54;
}

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

.graph_list .g_l_item01.g_l_i_10 span{
  width: 25%;
  background-color: #FED449;
}

.graph_list .g_l_item01.g_l_i_11 span{
  width: 24%;
  background-color: #FEDB49;
}

.graph_list .g_l_item01.g_l_i_12 span{
  width: 23%;
  background-color: #FFE349;
}
.graph_list .g_l_item01.g_l_i_13 span{
  width: 17%;
  background-color: #FFF500;
}

.graph_list .g_l_item01.g_l_i_14 span{
  width: 15%;
  background-color: #FFFF2D;
}

.graph_list .g_l_item01.g_l_i_15 span{
  width: 12%;
  background-color: #FFFF41;
}

.graph_list .g_l_item01.g_l_i_16 span{
  width: 7%;
  background-color: #FFFF55;
  margin-left: 21.5px;
}

.graph_list .g_l_item01.g_l_i_17 span{
  width: 3%;
  background-color: #EDED5E;
  margin-left: 21px;
}
.shutten-gaiyou-img{
	width: 50%;
}
/* 出展者 開催概要 */

/* 出展料金 */
.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%;
  display: flex;
  align-items: center;
}
.shutten-ryoukin-img{
	width: 70%;
	margin-top: 100%;
}

@media screen and (max-width: 768px) {
	.shutten-ryoukin-img{
		margin-top: 0px;
	}
}
/* 出展料金 */

/* クイック出展コーナー */
.quick_content {
  margin-top: 60px;
}
.quick_content .sub_a_c{
  margin: 0px auto;
}
.quick-ryokin{
	font-size: 16px;
	font-weight: normal;
}
.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;
	margin-bottom: 10px;
  border: 1px solid #F9DE2F;
  text-align: center;
  background-color: #F9DE2F;
}
.quick_content .content_area .q02 .flow_item p{
  padding: 15px 26px;
}
.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 #F9DE2F;
  position: absolute;
  bottom: -16.4px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 2;
	background-color: #F9DE2F;
*/
}
.quick_content .content_area .q02 .item01 p::after{
  	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 16px 36px 0 36px;
	border-color: #f9dd3f transparent transparent transparent;
	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{
  padding: 35px 9px;
  writing-mode: vertical-rl;
}
.quick_content .content_area .q02 .item02::before{
  content: "";
  border-left: 36.5px solid transparent;
  border-right: 36.5px solid transparent;
  border-top: 16px solid #F9DE2F;
  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 #F9DE2F;
  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;
*/
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 16px 36px 0 36px;
	border-color: #f9dd3f transparent transparent transparent;
	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 .item03 p{
  padding: 30px 23px 10px;
}
.quick_content .content_area .q02 .item03::before{
  content: "";
  border-left: 36.5px solid transparent;
  border-right: 36.5px solid transparent;
  border-top: 16px solid #F9DE2F;
  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 .item03 p::before{
  content: "";
  border-left: 36.5px solid transparent;
  border-right: 36.5px solid transparent;
  border-top: 16px solid #F9DE2F;
  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 .item03 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 .item04 p{
  padding: 30px 23px 10px;
}
.quick_content .content_area .q02 .item04::before{
  content: "";
  border-left: 36.5px solid transparent;
  border-right: 36.5px solid transparent;
  border-top: 16px solid #F9DE2F;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);

}
.quick_content .content_area .q02 .item04::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 .item04 p::before{
  content: "";
  border-left: 36.5px solid transparent;
  border-right: 36.5px solid transparent;
  border-top: 16px solid #F9DE2F;
  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 .item04 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 .item05{
  margin-top: 7px;
}
.quick_content .content_area .q02 .item05 p{
  padding: 35px 23px;
}
.quick_content .content_area .q02 .item05::before{
  content: "";
  border-left: 36.5px solid transparent;
  border-right: 36.5px solid transparent;
  border-top: 16px solid #F9DE2F;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);

}
.quick_content .content_area .q02 .item05::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;
}
.quick-plan-about{
	display: flex;
}
.tsujou-price-ttl{
	font-size: 20px;
}
.tsujou-price-subttl{
	font-size: 13px;
	margin:0px 0px 10px!important;
}
.tsujou-price-wrapper{
	margin: 15px 0px 30px;
}
.tsujou-price-outer-box{
	display: flex;
	align-items: flex-end;
}
.tsujou-price-inner-box{
	display: flex;
	align-items: flex-end;
}
.tsujou-price-number{
	font-size: 22px;
	font-weight: bold;
	margin-right: 5px;
}
.tsujou-price-plus{
	font-size: 22px;
	font-weight: bold;
}
.tsujou-price-about-ttl{
	font-size:16px!important;
}
.quick-img{
	width: 253px;
	height: 100%;
}
/* クイック出展コーナー */


/* お知らせ */
.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: #F9DE2F !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: 30px;
}
.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: #F9DE2F;
  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-mar{
  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;
}



.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 .item03::after{
  content: "";
  border-left: 26px solid transparent;
  border-right: 26px solid transparent;
  bottom: -15px;
}
*/
    
.quick_content .content_area .q02 .item03 p::before {
  border-left: 26.5px solid transparent;
  border-right: 26.5px solid transparent;
  bottom: -16px;
}
/*
.quick_content .content_area .q02 .item03 p::after {
  content: "";
  border-left: 26px solid transparent;
  border-right: 26px solid transparent;
  bottom: -15px;
}
*/

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

.quick_content .content_area .q02 .flow_item p {
    padding: 15px 14px;
}
.quick_content .content_area .q02 .item02 p{
  padding: 35px 14px;
}
.quick_content .content_area .q02 .item03 p {
    padding: 30px 14px 10px;
}
.quick_content .content_area .q02 .item04 p {
    padding: 30px 14px 10px;
}
.quick_content .content_area .q02 .item05 p {
    padding: 35px 14px;
}
	
	
	
	
	
	
    
.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%;
	}
}
/*---GoogleMap・youtube------------------------------------------------------------------*/
.y-tube {
    position: relative;
    width: 90%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
	margin-left: 5%;
	margin-bottom: 5%;
}
.y-tube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* セミナーボタン */
.seminar-btn-wrapper{
	margin-top: 60px;
}
.seminar-btn-wrapper a{
	display: flex;
	justify-content: center;
}
.seminar-btn{
	width:480px;
}
@media screen and (max-width: 768px) {
	.seminar-btn-wrapper{
	    margin-top: 40px;
	    margin-bottom: 40px;
	}
	.seminar-btn-wrapper a{
	display: flex;
	justify-content: center;
	width: 100%;
}
	.seminar-btn{
		width: 65%;
	}
}
/* セミナーボタン */

/* セミナー */
.seminar_bar{
    display: flex;
    justify-content: flex-start;
    margin-bottom: 25px;
    align-items: center;
}
.seminar-thm{
	color: #F9DE2F;
	margin-right: 10px;
}
.kicho-seminar-wrapper{
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 1px 35px rgb(0 0 0 / 5%);
    display: flex;
    flex-direction: column;
    text-align: left;
    margin: 30px auto;
    width: 90%; 
}
.kicho-seminar-box-01{
	display: flex;
    padding: 30px 0px 5px;
    align-items: center;
}
.kicho-seminar-box-02{
	display: flex;
    padding: 5px 0px;
    align-items: center;
}
.kicho-seminar-box-03{
	display: flex;
    padding: 5px 0px 15px;
    align-items: center;
}
.kicho-seminar-txt{
    padding: 0px 15px 0px 30px;
    font-size: 16px;
}
.kicho-seminar-bold-01{
	font-weight: bold;
    font-size: 20px;
}
.kicho-seminar-bold-02{
    font-size: 16px;
	font-weight: bold;
}
.kicho-seminar-detail {
    text-align: center;
    font-weight: bold;
    color: #F9DE2F;
    font-size: 18px;
    margin-bottom: 30px;
}
.seminar-info-ttl{
	margin-bottom: 30px;
}
.seminar-apply{
	margin-top: 90px;
}
.card-item .seminar-title{
  padding: 25px 10px;
  font-size: 14px;
}
.seminar-title-company{
	font-weight: bold;
	font-size: 16px;
    margin-bottom: 10px;
}
.seminar-date{
	margin: 90px 0px 30px;
}
.seminar-title-name{
	margin-bottom: 5px;
}
.seminar-title-time{
	margin-bottom: 15px;
	font-size: 12px;
}
.seminar-title-about{
	margin-bottom: 20px;
}
.seminar-title-detail{
	text-align: center;
    font-weight: bold;
	color: #F9DE2F;
}
@media screen and (max-width: 768px) {
	.kicho-seminar-wrapper {
		width: 90%;
	}
	.seminar_bar {
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
	.seminar-thm {
		margin-right: 0px;
	}
	.kicho-seminar-txt {
		padding: 0px;
	}
	.kicho-seminar-bold-01 {
		font-size: 18px;
	}
/*
	.kicho-seminar-bold-02 {
		font-size: 12px;
	}
*/
	.kicho-seminar-box-01 {
		display: flex;
		padding: 30px 10px 5px;
		align-items: flex-start;
		flex-direction: column;
	}
	.kicho-seminar-box-02 {
		padding: 15px 10px;
		align-items: flex-start;
		flex-direction: column;
	}
	.kicho-seminar-box-03 {
		padding: 15px 10px 30px;
		align-items: flex-start;
		flex-direction: column;
	}
	span.wpcf7-list-item {
	   width: 70%;
	   margin: 0 0 0 0.1em!important;

	}
	.seminar-itm{
		font-size: 13px;
	}
}
/* セミナー */

/* セミナー　サンクスページ */
.thanks-page-wrapper{
	display: flex;
	justify-content: center;
}
.thanks-page-box{
	display: flex;
	flex-direction: column;
    align-items: flex-start;
}
.thanks-page-txt{
	margin: 40px 0px;
	line-height: 2;
}
@media screen and (max-width: 768px) {
	.thanks-page-ttl{
		text-align: left!important;
	}
}
/* セミナー　サンクスページ */

.kaisai-banner-wrapper {display:none;}
.kaisai-gaiyou-wrapper {width: 100%; padding: 20px;}