@charset "Shift_JIS";

/* **************************************************

Name: add_module.css

Description: Main CSS

Create: 2024.05.07
Update: 2024.05.08

Copyright 2018 Hitachi, Ltd.

***************************************************** */



/*
===================================================== */
/*  */



.content.bg_white {
  padding-bottom: 10px !important;
  padding-top: 30px !important;
}

h2.style01 {
  border: none;
	font-size: 250%;
	font-weight: bold;
	margin: 0 0 2vw 0 !important;
}
@media screen and (max-width:767px) {
	h2.style01 {
		font-size: 7vw;
	}
}

h2.style01::before {
	display: none !important;
}

h3.style02 {
  border: none;
	color: #333 !important;
	font-size: 141.25% !important;
	font-weight: bold !important;
	line-height: 1.4 !important;
	margin: 0 0 2vw 0 !important;
}
@media screen and (max-width:767px) {
	h3.style02 {
/*		font-size: 5vw !important;*/
    		font-size: 3.5vw !important;
	}
}

@media screen and (max-width:994px) {
  .note {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media print {
  img.sp {
    display: none;
  }
}

.visual {
/*	background: url("../image/branding_01.jpg") no-repeat 0 0 / cover;*/
/*	height: 450px;*/
}
@media screen and (max-width:767px) {
	.visual {
		background: none;
		height: auto;
	}
}

.visual .text_wrap {
	box-sizing: border-box;
	color: #fff;
	font-size: 20px;
	line-height: 100%;
/*	margin: 0 calc((100% - 965px)/2);*/
	margin: 0 auto;
	max-width: 965px;
	padding: 120px 0 0 0;
	position: relative;
	text-align: left;
	width: 100%;
}

.visual .text1 {
	background-color: #E50027;
	box-sizing: border-box;
	height: 64px;
	padding: 16px 0 16px 0;
	position: relative;
	width: 300px;
	z-index: 2;
}
@media screen and (max-width:965px) {
	.visual .text1 {
		padding: 16px 0 16px 4vw;
		width: calc(300px + 4vw);
	}
}

.visual .text1::before {
	background-color: #E50027;
	content: "";
	display: block;
	height: 64px;
	position: absolute;
	right: 300px;
	top: 0;
	width: calc((100vw - 965px)/2);
}

.visual .text1::after {
	border-top: 32px solid transparent;
	border-right: 30px solid transparent;
	border-bottom: 32px solid #E50027;
	border-left: 30px solid #E50027;
	content: "";
	display: block;
	position: absolute;
	right: -59px;
	top: 0;
}

.visual .text2 {
	background-color: #231815;
	box-sizing: border-box;
	height: 218px;
	margin: -20px 0 0 0;
	padding: 55px 0 35px 0;
	position: relative;
	width: 515px;
	z-index: 1;
}
@media screen and (max-width:965px) {
	.visual .text2 {
		padding: 55px 0 35px 4vw;
		width: calc(515px + 4vw);
	}
}

.visual .text2::before {
	background-color: #231815;
	content: "";
	display: block;
	height: 218px;
	position: absolute;
	right: 515px;
	top: 0;
	width: calc((100vw - 965px)/2);
}

.visual .text2::after {
	border-top: 109px solid transparent;
	border-right: 55px solid transparent;
	border-bottom: 109px solid #231815;
	border-left: 55px solid #231815;
	content: "";
	display: block;
	position: absolute;
	right: -108px;
	top: 0;
}

.visual .text2 p:nth-of-type(1) {
	font-size: 40px;
	font-weight: bold;
}

.event_logo {
	margin: 0 0 2vw 0;
}
@media screen and (max-width:400px) {
  .event_logo img {
    width: 100%;
  }
}

.products {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
	justify-content: space-between;
  margin-bottom: 30px;
}
@media screen and (max-width:767px) {
  .products {
    display: block;
    margin-bottom: 30px;
  }
}

.kugiri {
  border-bottom: 1px dashed #ccc;
  padding-bottom: 1vw;
}

@media screen and (max-width:767px) {
	.kugiri_sp {
		border-bottom: 1px dashed #ccc;
		padding-bottom: 1vw;
	}
}

.kugiri_tate {
  border-left: 1px dashed #ccc;
	margin-left: 10px;
  padding-left: 10px;
}
@media screen and (max-width:767px) {
	.kugiri_tate {
		border-left: none;
		margin-left: 0;
		padding-left: 0;
	}
}

.product_wrap {
	position: relative;
}

.product_wrap:nth-of-type(2) {
	background-color: #fff;
	border-radius: 10px 10px 0 0;
	margin-left: 10px;
}
@media screen and (max-width:767px) {
	.product_wrap {
		margin-bottom: 4vw;
	}
	.product_wrap:nth-of-type(2) {
		background: none;
		margin-left: 0;
	}
}
/*
.product_wrap h3 {
	border-radius: 10px 10px 0 0;
	box-sizing: border-box;
	color: #fff !important;
	display: inline-block;
	font-size: 112.5% !important;
	font-weight: bold !important;
	line-height: 1.4 !important;
	margin: 0;
	padding: 15px 15px 10px 15px;
}

.product_wrap:nth-of-type(2) h3 {
	letter-spacing: -0.0025em;
	width: 100%;
}
@media screen and (max-width:767px) {
	.product_wrap:nth-of-type(2) h3 {
		letter-spacing: normal;
		width: auto;
	}
}

.product_wrap h3.purple {
	background-color: #A14785 !important;
}

.product_wrap h3.blue {
	background-color: #0097BE !important;
}

.product_wrap h3.green {
	background-color: #6BA429 !important;
}
*/
.product_container {
	background-color: #fff;
	box-sizing: border-box;
	display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
	padding: 25px 15px 15px 15px;
}
@media screen and (max-width:767px) {
	.product_container {
		display: block;
		padding: 3vw 2vw 2vw 2vw;
	}
}
/*
.product_wrap:nth-of-type(2) .product_container {
	height: 310px;
}
@media screen and (max-width:767px) {
	.product_wrap:nth-of-type(2) .product_container {
		height: auto;
	}
}
*/
.box_wrap {
	position: relative;
}


.box_wrap .box {
	margin-bottom: 25px;
}

.box_wrap .box h4.purple {color: #A14785 !important;}

.box_wrap .box h4.blue {color: #0097BE !important;}

.box_wrap .box h4.green {color: #6BA429 !important;}

.box_wrap .box .text_and_photo {
	display: flex;
}
@media screen and (max-width:767px) {
	.box_wrap .box .text_and_photo {
		display: block;
	}
}

.box_wrap .box .text_and_photo .photo {
	display: flex;
	justify-content: space-around;
}

.box_wrap .box .text_and_photo .photo p {
	margin: 0 0 0 9px;
}

.box_wrap .box .photo {
	margin-bottom: 15px;
}

.image_container {
	display: flex;
	justify-content: center;
	padding: 30px 15px;
	position: relative;
}
@media screen and (max-width:767px) {
	.image_container {
		display: block;
		padding: 4vw 0;
	}
}

.image_container p.map01 {width: 35%;}
.image_container p.map02 {width: 65%;}
@media screen and (max-width:767px) {
	.image_container p.map01 {
		margin: 0 auto 2vw !important;
		width: 95%;
	}
	.image_container p.map02 {
		margin: 0 auto;
		width: 95%;
	}
}

.link_container {
/*	max-width: 230px;
	position: absolute;
	bottom: 50px;
	left: calc((100% - 720px)/2);*/
    padding: 15px 20px;
}
@media screen and (max-width:767px) {
	.link_container {
		margin: 4vw auto 6vw;
		max-width: none;
		position: relative;
		bottom: auto;
		left: auto;
		width: 100%;
	}
}

.link_container p {
	font-size: 100% !important;
	margin-bottom: 0 !important;
}
@media screen and (max-width:767px) {
	.link_container p {
		font-size: 112.5% !important;
		margin-bottom: 0 !important;
	}
}

.start_text {
background: url("/exhibition/2026/foomajapan/image/img_bg_start_text.png") no-repeat center;
background-size: contain;
margin-top: 20px;
}

#sch_box {
display: flex;
gap: 30px;
justify-content: start;
align-items: center;
}
#sch_box .ban img {
width: 100%;
max-width: 650px;
}
#sch_box .ban {width: 56%;}
#sch_box dl {width: 40%;}
@media screen and (max-width:994px) {
    #sch_box {
    flex-direction: column;
    }
    #sch_box .ban img {max-width: none;}
    #sch_box .ban {width: 100%;}
    #sch_box dl {width: 100%;}   
}

.PlLink a {
position: relative; 
text-align: center;
color: #b1000e;
font-size: 86%;
}

.PlLink a:link {
text-decoration: none; }
.PlLink a:hover {
text-decoration: underline; }

.PlLink  a::after {
background: url("/cmn_doc/image/jp/r1/icon/icon_new_window_hd.gif") no-repeat;
background-size: auto;
background-size: contain;
  bottom: 0.06em;
  content: " ";
  height: 0.9em;
  position: absolute;
  right: -3.6em;
  width: 3.39em;
}        
.office_link a:hover{
text-decoration: underline;
}
.office_link a span {
position: relative;
padding-right: 20px;
display: inline-block;
}
.office_link a span::after {
  background: url("/cmn_doc/image/jp/r1/icon/icon_new_window_hd.gif") no-repeat;
background-size: contain;
  bottom: -0.15em;
  content: " ";
  height: 1.0em;
  position: absolute;
  right: -2.45em;
  width: 3.39em;
}

h2.Heading02__Heading.logo_hx img {max-width: 240px;}
@media screen and (max-width: 59.99em) {
h2.Heading02__Heading.logo_hx img {width: 150px;}
h2.Heading02__Heading.logo_hx {padding-bottom: 1.0rem;}
}

.bg_white {background-color: #fff !important;}

.txt_bk_box {display:inline-block; background-color: #333; color:#fff; padding: 0px 7px;margin-left: 7px; font-size: 72%;line-height: 160%;vertical-align: text-top;}