/* CSS Document */
body{
	font-size: 16px;
}
main{
	max-width: none;
}
h1{
	border-bottom: none;
	font-size: clamp(19px, (100vw - 600px) * 6 / 600 + 27px, 40px);
}
section:not(section.mv,section#introduction){
	width: min(95% ,1100px);
	margin: 0 auto;
}
.mv .flexBox{
	padding: 0;
}
.mvImg{
	width: 50%;
	background:no-repeat url(/bs/event/tf-logistics/2024/images/sharp_image.webp);
	background-size: cover;
	background-position: center;
	height: auto;
	padding: 0;
}
.mvText > *{
	text-align: center;
}
.mvText{
	flex: 1;
	padding: 20px 0;
}
.reportBannerArea{
	width: min(95%,500px);
	margin: 0 auto;
	background-color: #b3d5ec;
	border-radius: 20px;
	padding: 20px;
	margin-top: 20px;
}
.reportBannerArea p{
	padding: 0 10px 10px;
	text-align: center;
}
.reportBannerArea a{
	display: block;
	width: fit-content;
	margin: 0 auto;
	background-color: #fff;
}
.reportBannerArea a:hover{
	opacity: 0.8;
	transition: 0.2s;
}
.reportBannerArea a img{
	margin: 0 auto;
	width: min(100% ,300px);
}
.applicationBtn{
	display: block;
	padding: 20px;
	width: fit-content;
	font-size: 18px;
	font-weight: 530;
	border-radius: 20px;
	background-color: #191d69;
	color: #fff;
}
.innerBox{
	width: min(95% ,1200px);
	margin: 0 auto;
}
.flexBox{
	display: flex;
}
p.mainText{
	font-size: clamp(16px, (100vw - 600px) * 6 / 600 + 18px, 20px);
	padding: 20px 0;
}
p.emphasisText,.mv p span{
	font-size: clamp(20px, (100vw - 600px) * 6 / 600 + 23px, 27px);
	font-weight: 500;
}
p.annotation{
	font-size: clamp(12px, (100vw - 600px) * 6 / 600 + 14px, 16px);
}
p:not([class]){
	font-size: clamp(16px, (100vw - 600px) * 6 / 600 + 14px, 18px);
}
.spBr{
	display: none;
}
.title{
	width: 70%;
	position: absolute;
	top: 75%;
	transform: translateY(-50%);
}
.title .subtitle{
	background: #0075c1cc;
	color: #fff;
	display: block;
	text-align: center;
	font-size: 26px;
	font-weight: 700;
	padding: 5px 10px;
}
.news{
	width: 50%;
	position: absolute;
	top: 30%;
	right: 0;
	transform: translateY(-50%);
	background: #fffc;
	display: flex;

	gap: 10px;
	padding: 10px;
	overflow: hidden;
}
.news time{
	flex-shrink: 0;
	word-break: keep-all;
	display: block;
}
.news span{
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: keep-all;
}
nav ul li{
	flex: 1;
	text-align: center;
	font-size: 22px;
	background-color: #ccc;
}
nav ul li:not(nav ul li:last-child){
	border-right: 1px solid #999;
}
nav ul li a{
	padding: 20px;
	display: flex;
	justify-content: center;
}
.titleDesign{
	padding: 10px 15px;
	background: linear-gradient(90deg, #00131f, #004f81 );
	color: #fff;
}
.titleDesign h2{
	line-height: 1.3em;
}
#zone ul.flexBox{
	gap: 20px;
	flex-wrap: wrap;
	margin-top: 30px;
}
#zone ul.flexBox li{
	padding: 10px;
	border-radius: 10px;
	border: 4px solid #b3d5ec;
	flex-grow: 1;
}
#zone ul.flexBox li:is(:first-child,:nth-child(2)){
	width: calc(50% - 20px);
}
h4 span.exexhibitIcon{
	border: none;
	background-color: #00f;
}
.contentsTitle{
	font-size: clamp(20px, (100vw - 600px) * 6 / 600 + 25px, 30px);
	border-bottom: 2px solid #b3d5ec;
	padding: 0 20px 5px 0;
	line-height: 1.3em;
}
.contentsTitle span{
	font-size: 40px;
	font-weight: 550;
	color: #b3d5ec;
}
#exhibition .contentsTitle{
	border-bottom:none;
	margin-bottom: 20px;
	line-height: 1.5em;
}
#exhibition .contentsTitle span{
	color: #257196 ;
}
#exhibition h4{
	width: fit-content;
	border-bottom: none;
	background-color: #b3d5ec;
	font-size: 18px;
}
#exhibition h4{
	padding: 10px;
}
#exhibition p {
	padding: 10px 0 20px;
}
#exhibition h5{
	font-size: 18px;
	font-weight: 550;
	border-left: 5px solid #191d69;
	padding: 5px;
	width: fit-content;
	line-height: 1.3em;
}
.anchorLink::after{
	font-family: "Font Awesome 5 Free";
	content:"\f0c1";
	font-weight: 900;
	font-size: 1.2em;
	color: currentColor;
}
.anchorLink{
	display: block;
	text-decoration: underline;
}
#relationLink h4{
	font-size: 20px;
	margin-bottom: 20px;
	padding: 10px 0;
}
h4{
	padding: 0;
	border: none;
	font-weight: 550;
	border-bottom: 1px dotted #999;
}
p{
	padding: 0;
}
.ulAbout{
	width: 95%;
	max-width: max-content;
	margin-inline: auto;
	position: relative;
}

.ulAbout li{
	display: flex;
}
.ulAbout li h3{
	max-width: 100%;
	width: 160px;
	margin: 5px 10px;
	line-height: 2;
	padding: 10px;
	background: #cdf;
	display: flex;
	justify-content: center;
	align-items: center;
}
.ulAbout li span{
	min-height: 30px;
	margin-block: 10px;
	justify-content: center;
	align-items: center;
}
.ulAbout li :last-child{
	margin-block: 0.5em;
}
.logoArea{
	width: 40%;
	margin: 10px auto;
}
.alternateItem{
	display: flex;
	padding-block: 30px;
	position: relative;
}

.alternateItem>div{
	width: 50%;
}
.alternateItem figure figcaption{
	text-align: center;
	font-size: 0.8em;
}
.btnBox{
	display: flex;
	flex-wrap: wrap;
	gap:10px;
}
.btnBox a.btn-a{
	display: block;
	width: 40%;
	min-width: 240px;
}

.reportBanner{
	max-width: 800px;
	width: 90%;
	margin: 20px auto;
	padding: 30px 60px;
	background: repeating-linear-gradient(-45deg, #fed 0px 5px, #fff3e8 6px 11px);
	border-radius: 10px;
}
.reportBanner a{
	display: block;
	width: 300px;
	position: relative;
	padding: auto;
	margin: 10px auto;
}
.reportBanner a::before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #fff;
	opacity: 0;
	position: absolute;
}
.reportBanner a:hover::before{
	opacity: 0.3;
	transition: 0.2s;
}


@media (max-width: 959px){
	.flexBox:not(nav ul.flexBox){
		flex-direction: column;
	}
	.mvImg{
		width: 100%;
		height: 400px;
		background-position: center;
	}
	.mvText{
		padding: 10px 10px 40px;
	}
	nav ul.flexBox{
		flex-wrap: wrap;
		align-items: center;
	}
	nav ul li{
		width: 50%;
		flex: none;
		font-size: 19px;
	}
	nav ul li a{
		padding: 10px;
		height: 70px;
		align-items: center;
	}
	nav ul.flexBox li:nth-child(2){
		border-right: none;
	}
	nav ul.flexBox li:is(:first-child,:nth-child(2)){
		border-bottom: 1px solid #999;
	}
	#zone ul.flexBox li:is(:first-child,:nth-child(2)){
		width: 100%;
	}
	.spBr{
		display: inline;
	}
	.title{
		width: 100%;
		max-width: 672px;
	}
	.title .subtitle{
		font-size: 16px;
	}
	.ulAbout>li{
		flex-flow: column;
		justify-content: center;
		display: flex;
		width: fit-content;
		margin: 0 auto
	}
	.ulAbout li h3{
		margin: 20px auto 10px;
		padding: 10px 0;
		line-height: 1;
		text-align: center;
	}
	.alternateItem{
		flex-flow: column!important;
	}
	.alternateItem>div{
		width: 100%;
	}
}
@media (max-width: 559px){
	.mv .backImg{
		height: 300px;
	}
	.mv .coverColor{
		height: 300px;
	}
	.mv .mainImg{
		height: 300px;
	}
	.mv .innerItems{
		height: 300px;
	}
	.applicationBtn{
		padding: 10px;
	}
	.reportBanner{
	padding: 30px 10px;
	}
	.reportBanner a{
		width: 250px;
	}
	.logoArea{
		width: 80%;
	}

}