@charset "utf-8";


/* ------------------------------------ */
/* 開催概要 */
/* ------------------------------------ */
#outline {}

#outlineContent {
	margin: 0 auto 80px;
}

#outlineContentText {
	margin-bottom: 80px;
	font-size: 1.8rem;
	line-height: 1.6667;
}

.outlineAccessLink {
	width: 40px;
	height: 40px;
	margin-left: 30px;
	display: inline-block;
	font-size: 1.2rem;
	font-weight: 900;
	letter-spacing: 0.03em;
	line-height: 40px;
	text-align: center;
	color: #ffffff;
	background-color: #0f74c9;
	transition: 0.3s ease-in-out;
}

.outlineAccessLink:hover {
	opacity: 0.7;
}


/* ------------------------------------ */
/* 出展ゾーン */
/* ------------------------------------ */

/* リストのスタイル */
.list li {
	margin-bottom: 0.25em;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 1.6rem;
}

.zoneCol .other {
	margin-bottom: 0.25em;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 1.6rem;
	padding-top: 1em;
}

.list li::before {
	content: "●";
	margin-right: 0.6em;
	font-size: 0.5em;
	vertical-align: 0.15em;
}

.listOtherRight {
	display: block;
	text-align: right;
	padding-top: 0.25em;
}

#targetZone {
	padding-bottom: 100px;
}

#zoneCopy {
	padding-bottom: 20px;
	font-size: 3rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
}

#zoneCopy span {
	font-size: 1.1rem;
}

#zoneAnno {
	padding-bottom: 10px;
	padding-right: 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	font-size: 1.1rem;
}

.zone:not(:last-child) {
	margin-bottom: 50px;
}

.zoneHead {
	width: calc(100% - 50px);
	height: 55px;
	padding: 0 40px;
	font-size: 2.4rem;
	color: #FFF;
	font-weight: bold;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
}

#zone1 .zoneHead::after {
	content: "";
	width: 50px;
	height: 55px;
	background: url(../../img/outline/parts_zone1.svg) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	position: absolute;
	top: 0;
	right: -50px;
}

#zone2 .zoneHead::after {
	content: "";
	width: 50px;
	height: 55px;
	background: url(../../img/outline/parts_zone2.svg) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	position: absolute;
	top: 0;
	right: -50px;
}

#zone3 .zoneHead::after {
	content: "";
	width: 50px;
	height: 55px;
	background: url(../../img/outline/parts_zone3.svg) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	position: absolute;
	top: 0;
	right: -50px;
}

#zone4 .zoneHead::after {
	content: "";
	width: 50px;
	height: 55px;
	background: url(../../img/outline/parts_zone4.svg) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	position: absolute;
	top: 0;
	right: -50px;
}

#zone5 .zoneHead::after {
	content: "";
	width: 50px;
	height: 55px;
	background: url(../../img/outline/parts_zone5.svg) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	position: absolute;
	top: 0;
	right: -50px;
}

#zone6 .zoneHead::after {
	content: "";
	width: 50px;
	height: 55px;
	background: url(../../img/outline/parts_zone6.svg) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	position: absolute;
	top: 0;
	right: -50px;
}

.zoneBody {
	padding: 40px;
}

.zoneListTitle {
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-size: 1.8rem;
	font-weight: 700;
}

#zone1 .zoneListTitle {
	border-bottom: 1px solid #d41a1f;
}

#zone2 .zoneListTitle {
	border-bottom: 1px solid #003c8c;
}

#zone3 .zoneListTitle {
	border-bottom: 1px solid #a02d93;
}

#zone4 .zoneListTitle {
	border-bottom: 1px solid #ee5b89;
}

#zone5 .zoneListTitle {
	border-bottom: 1px solid #00983b;
}

#zone6 .zoneListTitle {
	border-bottom: 1px solid #f48221;
}

.zoneListTitle .new {
	display: inline-block;
    margin-left: 10px;
	padding: 4px;
    font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.05em;
    line-height: 1;
	color: #cc3000;
	background-color: #fff600;
	border: 1px solid currentColor;
}

.zoneRow {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;

}

.zoneCol {
	width: 100%;
	margin-bottom: 20px;
}

.zoneCol-2 {
	width: 47%;
}

.zone:nth-child(1) .zoneBody {
	border: 1px solid #d41a1f;
}
.zone:nth-child(1) .zoneHead {
	background-color: #d41a1f;
}
.zone:nth-child(1) .zoneListTitle {
	color: #d41a1f;
}
.zone:nth-child(1) .list li:before {
	color: #d41a1f;
}


.zone:nth-child(2) .zoneBody {
	border: 1px solid #003c8c;
}
.zone:nth-child(2) .zoneHead {
	background-color: #003c8c;
}
.zone:nth-child(2) .zoneListTitle {
	color: #003c8c;
}
.zone:nth-child(2) .list li:before {
	color: #003c8c;
}

.zone:nth-child(3) .zoneBody {
	border: 1px solid #a02d93;
}
.zone:nth-child(3) .zoneHead {
	background-color: #a02d93;
}
.zone:nth-child(3) .zoneListTitle {
	color: #a02d93;
}
.zone:nth-child(3) .list li:before {
	color: #a02d93;
}

.zone:nth-child(4) .zoneBody {
	border: 1px solid #ee5b89;
}
.zone:nth-child(4) .zoneHead {
	background-color: #ee5b89;
}
.zone:nth-child(4) .zoneListTitle {
	color: #ee5b89;
}
.zone:nth-child(4) .list li:before {
	color: #ee5b89;
}

.zone:nth-child(5) .zoneBody {
	border: 1px solid #00983b;
}
.zone:nth-child(5) .zoneHead {
	background-color: #00983b;
}
.zone:nth-child(5) .zoneListTitle {
	color: #00983b;
}
.zone:nth-child(5) .list li:before {
	color: #00983b;
}


.zone:nth-child(6) .zoneBody {
	border: 1px solid #f48221;
}
.zone:nth-child(6) .zoneHead {
	background-color: #f48221;
}
.zone:nth-child(6) .zoneListTitle {
	color: #f48221;
}
.zone:nth-child(6) .list li:before {
	color: #f48221;
}

.listBold {
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-size: 1.8rem;
	font-weight: 700;
}

.listBold li {
	padding-bottom: 2em;
}

#zone5 .listBold {
	color: #00983b;
}

#zone6 .listBold {
	color: #f48221;
}

/* ----------------------------------- */
/* 開催までのスケジュール */
/* ----------------------------------- */
#schedule {
	margin-bottom: 100px;
}

.scheduleTitle {
	margin-bottom: 40px;
}

.scheduleTable {
	position: relative;
}

.scheduleTableBlock {
	display: flex;
}

.scheduleTableBlock:not(:last-child) {
	margin-bottom: 6px;
}

.scheduleTableHead {
	width: 130px;
	margin-right: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2.4rem;
	font-weight: 900;
	color: #ffffff;
	background-color: #0f74c9;
}

.scheduleTableBody {
	width: calc(100% - 130px - 15px);
}

.scheduleTableBlock:not(:last-child) .scheduleTableBody {
	border-bottom: 2px solid #0f74c9;
}

.scheduleTableBody dl {
	position: relative;
	display: flex;
	align-items: center;
}

.scheduleTableBody dt,
.scheduleTableBody dd {
	padding: 15px 0;
	font-weight: 700;
	letter-spacing: 0.075em;
}

.scheduleTableBody dt {
	width: 300px;
	padding-right: 50px;
	font-size: 1.6rem;
	text-align: right;
}

.scheduleTableBody dt span {
	font-size: 2.6rem;
	font-weight: 600;
	letter-spacing: 0.025em;
}

.scheduleTableBody dd {
	width: calc(100% - 300px);
	padding-left: 50px;
	font-size: 1.8rem;
}

/* 中央の線 */
.scheduleTable::before {
	content: "";
	width: 4px;
    height: 100%;
    position: absolute;
	top: 0;
	left: calc(130px + 15px + 300px - 2px);
    background: #0f74c9;
}

/* 中央の円 */
.scheduleTableBody dl::after {
	content: "";
	width: 18px;
    height: 18px;
    position: absolute;
	top: 50%;
	left: calc(300px - 15px);
	transform: translateY(-50%);
    background: #0f74c9;
	border: 6px solid #ffffff;
	border-radius: 50%;
	z-index: 1;
}
.scheduleTableBody dl.textRed::after {
    background: #b20218;
}

/* 最初だけ上部の線消す */
.scheduleTableBlock:first-child .scheduleTableBody dl::before {
	content: "";
	width: 4px;
	height: 50%;
	position: absolute;
	top: 0;
	left: calc(300px - 2px);
	background: #ffffff;
}

/* 最後だけ下部の線消す */
.scheduleTableBlock:last-child .scheduleTableBody dl:last-child:before {
	content: "";
	width: 4px;
	height: 50%;
	position: absolute;
	bottom: 0;
	left: calc(300px - 2px);
	background: #ffffff;
}

/* ------------------------------------ */
/* よくある質問 */
/* ------------------------------------ */
#faq {}

.faqWrap {
	padding-right: 35px;
	padding-left: 35px;
}

.faq {
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #d2d2d2;
}

.faqQ {
	padding-right: 40px;
	position: relative;
	cursor: pointer;
}

.faqQInner {
	display: flex;
	align-items: center;
	gap: 15px;
}

.faqQHead {
	flex-shrink: 0;
	font-size: 3rem;
	font-family: 'Roboto', sans-serif;
	color: #211488;
	font-weight: bold;
}

.faqQBody {
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.faqQIcon {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 8px;
	right: 0;
	background-color: #211488;
	border-radius: 50%;
}

.faqQIcon::before,
.faqQIcon::after {
	content: "";
	width: 15px;
	height: 2px;
	position: absolute;
	top: 14.5px;
	left: 7.5px;
	background-color: #fff;
}

.faqQIcon::after {
	transform: rotate(-90deg);
	transition: 0.3s ease-in-out;
}

.faqQ.open .faqQIcon::after {
	transform: rotate(0deg);
}

.faqA {
	margin-top: 15px;
	margin-bottom: 10px;
	padding: 10px 35px 10px 30px;
	background-color: #f8f8f8;
	display: none;
}

.faqAInner {
	display: flex;
	align-items: flex-start;
	gap: 20px;
	line-height: 1.2;
}

.faqAHead {
	flex-shrink: 0;
	font-size: 3rem;
	font-family: 'Roboto', sans-serif;
	color: #dc291a;
	font-weight: bold;
}

.faqABody {
	flex-grow: 1;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	line-height: calc(28 / 16);
}

.faqABody a {
	text-decoration: underline;
	text-underline-offset: 5px;
	color: #dc291a;
	transition: 0.3s ease-in-out;
}

.faqABody a:hover {
	opacity: 0.7;
}

.faqABody p {
	padding-bottom: 1em;
}

.faqABody p .bold {
	font-weight: bold;
}