@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

html {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 62.5%;
	color: #222222;
	line-height: 1.5;
}
ul, ol, dl {
	list-style: none;
	margin: 0;
	padding: 0;
}

header {
	position: fixed;
	width: 100%;
	z-index: 10;
}
header div {
	display: flex;
	justify-content: center;
	width: 100%;
	background: #FFFFFF;
}
.whx {
	width: 100%;
	background: linear-gradient(259.09deg, rgb(24, 79, 51) -1.32%, rgb(15, 27, 20) 100%);
	margin-top: 5px;
	padding: 10px 0;
}
.detail {
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "Roboto", sans-serif;
	max-width: 1200px;
	color: #FFFFFF;
	margin: 0 auto;
	padding: 0 10px;
}
.name {
	font-size: 5.0rem;
	font-weight: 700;
}
.schdl {
	font-size: 3.6rem;
	margin-left: 100px;
	padding-top: 5px;
}
.schdl span {
	font-size: 2.0rem;
}
h1 {
	text-align: center;
	font-size: 3.6rem;
	font-weight: 700;
	margin: 20px 0;
}
img.line {
	margin-bottom: 5px;
}
.boothmap img.line {
	margin-bottom: 15px;
}
.booth {
	margin-bottom: 50px;
}
.corner {
	display: flex;
	align-items: center;
	max-width: 1200px;
	border-bottom: 1px solid #CCCCCC;
	margin: 0 auto;
	padding: 40px 10px;
}
.corner img {
	width: 280px;
	margin-right: 50px;
}
.corner p:first-of-type {
	font-family: "Roboto", sans-serif;
	font-size: 3.0rem;
	font-weight: 700;
	line-height: 1.35;
}
.corner p:nth-of-type(2) {
	font-size: 2.4rem;
	font-weight: 800;
	margin-top: 10px;
}
.osakabio {
	color: #004285;
}
.nakanoshima {
	color: #1D9E89;
}
.saito {
	color: #E94E19;
}
.kento {
	color: #0091CF;
}
h2 {
	text-align: center;
	font-size: 3.0rem;
	font-weight: 700;
}
.map {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	width: 1200px;
	height: 900px;
	margin: 0 auto;
	padding: 0 10px;
	position: relative;
}
.map img {
	width: 1040px;
	margin-top: 40px;
}
.left-list {
	position: absolute;
	left: 10px;
	top: 0;
}
.right-list {
	position: absolute;
	right: 0;
	top: 0;
}
.map li {
	display: flex;
	align-items: center;
	margin-bottom: 5px;
}
.map li div {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	font-family: "Roboto", sans-serif;
	color: #00448D;
	font-size: 2.4rem;
	font-weight: 700;
	background: #EEEEEE;
	margin-right: 10px;
}
.map li p {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 260px;
	height: 40px;
	text-align: center;
	font-size: 1.2rem;
	line-height: 1.35;
	background: #FFFFFF;
	padding: 0 10px;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease;
}
.map li:hover p {
	opacity: 1;
	visibility: visible;
	cursor: auto;
}
.map li div, .map li p {
	cursor: default;
}
.map li div:hover {
	cursor: default;
}
.questionnaire {
	max-width: 1200px;
	margin: 0 auto;
	border-top: 1px solid #CCCCCC;
	margin-top: 30px;
	padding: 40px 0;
}
.button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 900px;
	height: 60px;
	color: #FFFFFF;
	font-size: 2.4rem;
	font-weight: 700;
	/*background: linear-gradient(to right, #0c3e93, #0fb65f);*/
	margin: 0 auto;
}
.button:hover {
	cursor: pointer;
}
.questionnaire .button {
	background: #0FB65F;
}
.contact .button {
	background: #0C3E93;
}
.questionnaire .txt {
	width: max-content;
	font-size: 1.6rem;
	margin: 20px auto 0;
}
.contact {
	max-width: 1200px;
	border-top: 1px solid #CCCCCC;
	margin: 0 auto;
	padding: 40px 0;
}
.mail {
	width: 36px;
	height: auto;
	margin-right: 10px;
}
footer {
	display: flex;
	justify-content: center;
	width: 100%;
	background: linear-gradient(to right, #0c3e93, #0fb65f);
	padding: 20px 0;
}
.ft-logo {
	width: 200px;
	height: auto;
}
