@charset "utf-8";
main > div.contents-nav {
	position: relative;
	z-index: 1;
}
main > div.visual {
	width: 100%;
	max-width: 1320px;/*1700px;*/
	position: relative;
	margin: -45px auto 40px;
}
main > div.visual > p {
	width: 100%;
	margin: 0 auto;
}
main > div.visual img {
	width: 100%;
	height: auto;
}
main > div.visual img.sp {
	display: none;
}


main > div.visual > div {
		width: 38.26%;
		position: absolute;
		bottom: 10%;
		left: 4%;
		p.button {
			text-align: center;
			> a {
			color: rgba(255,255,255,1.00);
			background-color: var(--colorP);
			display: inline-block;
			border-radius: 10px;
			font-size: 2.8rem;
			padding: 4.39% 0;
			width: 81.19%;
			text-align: center;
			font-weight: bold;
			transition: opacity 0.2s linear;
		}
	}
}
main > div.visual > div p:last-child a:hover {
	opacity: 0.9;
}
main > div.visual > div p:last-child span {
	display: block;
	line-height: 1.4;
	width: 65%;
	text-align: center;
	font-size: 2.1rem;
	font-weight: bold;
}
main > div.visual + p {
	display: none;
}

html > body > main > div.contents > section > div.body h2,
html > body > main > div.contents > div h2 {
	color: var(--colorB1);
	text-align: center;
	&+* {
		margin-top: 30px;
	}
	&::before {
		top: -31px;
	}
}

main > div.contents > section.copy > div.body {
	p {
		img {
			width: 100%;
			height: auto;
		}
	}
}

main > div.contents > section.about > div.body > div.summary {
	margin-bottom: 1.667%;
}
main > div.contents > section.exhibitor > div.body a {
	text-decoration: none;
}
main > div.contents > section.exhibitor > div.body ul {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0;
	margin-left: 0;
}
main > div.contents > section.exhibitor > div.body ul > li {
	width: 23.2%;
	padding-top: 24.3%;
	margin-right: 1%;
}
main > div.contents > section.exhibitor > div.body ul > li:first-child,
main > div.contents > section.exhibitor > div.body ul > li:nth-child(14),
main > div.contents > section.exhibitor > div.body ul > li:nth-child(30),
main > div.contents > section.exhibitor > div.body ul > li:nth-child(40) {
	margin: 0 1% 0.5em 25.2%;
}
main > div.contents > section.exhibitor > div.body ul > li:nth-child(3) ,
main > div.contents > section.exhibitor > div.body ul > li:nth-child(9) ,
main > div.contents > section.exhibitor > div.body ul > li:nth-child(13),
main > div.contents > section.exhibitor > div.body ul > li:nth-child(16),
main > div.contents > section.exhibitor > div.body ul > li:nth-child(29),
main > div.contents > section.exhibitor > div.body ul > li:nth-child(32),
main > div.contents > section.exhibitor > div.body ul > li:nth-child(36),
main > div.contents > section.exhibitor > div.body ul > li:nth-child(42),
main > div.contents > section.exhibitor > div.body ul > li:nth-child(46),
main > div.contents > section.exhibitor > div.body ul > li:nth-child(49)  {
	margin-right: 0%;
}
main > div.contents > section.exhibitor > div.body ul > li:nth-child(8),
main > div.contents > section.exhibitor > div.body ul > li:nth-child(48) {
	margin-left: 25%;
}
main > div.contents > section.exhibitor > div.body ul > li:nth-child(25) {
	margin: 0 0 0.5em 25.2%;
}
main > div.contents > section.exhibitor > div.body ul > li dl {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 4;
	opacity: 0;
	transition: opacity 0.4s ease-out, transform 0.3s ease-out;
	text-align: center;
}
main > div.contents > section.exhibitor > div.body ul > li > a:hover dl {
	transform: scale(1.5,1.5) translate(-33.333%, -33.333%);
	opacity: 1;
}
main > div.contents > section.exhibitor > div.body dl > dt {
	margin-bottom: 0.3em;
	font-size: 1.8rem;
	color: rgba(255,255,255,1.00);
	font-weight: bold;
	text-align: center;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.7);
	white-space: nowrap;
}
main > div.contents > section.exhibitor > div.body dl > dd {
	padding: 2px;
	display: inline-block;
	line-height: 1.0;
	box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.7);
	background-color: rgba(181,218,99,0.85);
	font-size: 1.2rem;
	font-weight: bold;
	white-space: nowrap;
}
main > div.contents > section.exhibitor > div.body ul > li > a > p {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 0;
	transition: all 0.3s ease-out;
}
main > div.contents > section.exhibitor > div.body ul > li > a:hover > p {
	transform: scale(1.5,1.5) translate(-33.333%, -33.333%);
	box-shadow: 5px 5px 10px 1px rgba(0,0,0,0.6);
	z-index: 2;
}
main > div.contents > section.exhibitor > div.body ul > li > a > p > img {
	width: 100%;
	vertical-align: top;
}
main > div.contents > section.exhibitor > div.body ul > li > a p:last-child {
	background-color: rgba(181,218,99,0.85);
	text-align: center;
	position: absolute;
	bottom: 0;
	top: auto;
	width: 100%;
	height: fit-content;
	transform: translate(-50%, 0);
	transition: opacity 0.4s ease-out, transform 0.3s ease-out;
	line-height: 1.3;
	margin-bottom: 0;
	font-weight: bold;
}
main > div.contents > section.exhibitor > div.body ul > li > a:hover p:last-child {
	opacity: 0;
}
main > div.contents > section.about > div.body > div,
main > div.contents > section.access > div.body > div {
	width: 50%;
	margin-right: auto;
	margin-left: auto;
}
main > div.contents > section.about > div.body > div dl,
main > div.contents > section.access > div.body > div dl {
	margin-bottom: 5%;
}
main > div.contents > section.about > div.body > div dl > dt,
main > div.contents > section.access > div.body > div dl > dt {
	margin-bottom: 1.3%;
	padding-bottom: 1.2%;
	border-bottom: solid 1px rgba(35,24,21,1.00);
}
main > div.contents > section.about > div.body > div dl > dd,
main > div.contents > section.access > div.body > div dl > dd {
	line-height: 1.6;
}
main > div.contents > section.access > div.body > div.map {
	margin-top: 1.667%;
	width: 100%;
}
main > div.contents > section.access > div.body > div.map iframe {
	width: 100%;
	height: 400px;
}
main > div.contents > section.sub-info > div.body {
	display: flex;
	gap: 0 1.333%;
}
main > div.contents > section.sub-info > div.body > dl {
	margin-left: 0;
	border-bottom: solid 5px var(--colorB1);
	flex: 1;
	&.exhibitor {
		border-bottom: solid 5px var(--colorB4);
		@media screen and (max-width: 600px) {
			border-bottom: 0;
		}
		&>dt {
			background-color: var(--colorB4);			
		}
	}
}
main > div.contents > section.sub-info > div.body > dl.contact {
	border-color: rgba(248,142,45,1.00);
}
main > div.contents > section.sub-info > div.body > dl > dt {
	border: none;
	color: rgba(255,255,255,1.00);
	background-color: var(--colorB1);
	font-size: 2.6rem;
}

main > div.contents > section.sub-info > div.body > dl.contact > dt {
	background-color: rgba(248,142,45,1.00);
}
main > div.contents > section.sub-info > div.body > dl > dt > a,
main > div.contents > section.sub-info > div.body > dl > dt > span {
	padding: 3.41% 0 3.41% 50px;
	color: rgba(255,255,255,1.00);
	text-decoration: none;
	display: block;
	line-height: 1.0;
	font-weight: bold;
	background-repeat: no-repeat;
	position: relative;
}
main > div.contents > section.sub-info > div.body > dl > dt > a::before,
main > div.contents > section.sub-info > div.body > dl > dt > span::before {
	margin-top: -20px;
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 5px;
	background-image: url("../../images/top/icon1.svg");
	background-repeat: no-repeat;
	background-size: contain;
	width: 40px;
	height: 40px;
}
main > div.contents > section.sub-info > div.body > dl.contact > dt > a::before {
	margin-top: -15px;
	background-image: url("../../images/top/icon2.svg");
}
main > div.contents > section.sub-info > div.body > dl > dd {
	line-height: 1.6;
}
main div.archive-list {
	margin: 7% auto 3%;
	max-width: 900px;
}
main div.archive-list > div {
	width: 70%;
	margin-right: auto;
	margin-left: auto;
}
main div.archive-list > div > dl + dl {
	padding-top: 4.444%;
}
main div.archive-list > div > dl > dt {
	margin-bottom: 1.667%;
	font-size: 2.2rem;
	font-weight: bold;
}
main div.archive-list > div > dl > dd {
	margin-left: 3px;
}
main div.archive-list > div > dl > dd > ol {
	list-style-type: none;
}
main div.archive-list > div > dl > dd > ol > li {
	margin-right: 0.5em;
	margin-bottom: 0.6em;
	display: inline-block;
	vertical-align: top;
	&:last-child {
		margin-right: 0;
	}
}
main div.archive-list > div > dl > dd > ol > li > a {
	color: rgba(37,37,37,1.00);
}
main div.archive-list > div > dl > dd > ol > li > a:hover {
	text-decoration: underline;
}
main div.support {
	margin-bottom: 7%;
	display: block;
}
main div.archive-list > div > dl + dl {
	padding-top: 2.6%;
}
main div.support > div > dl > dt {
	margin-bottom: 1.1%;
}
main div.support > div > dl > dd {
	line-height: 1.6;
}
main div.support > div > dl > dd > ul > li {
	display: inline-block;
	margin-right: -0.4em;
	font-size: 1.5rem;
}
main div.support > div > dl > dd > ul > li::after {
	content: "、";
}
main div.support > div > dl > dd > ul > li:last-child::after,
main div.support > div > dl > dd > ul > li:nth-last-child(2)::after {
	content: "";
}
main > div.contents > section.live {
	color: rgba(0,0,0,1.00);
	margin-bottom: 120px;
}
main > div.contents > section.live > div.body > h2 + div {
	margin-top: 45px;
}
main > div.contents > section.live > div > ul.notice {
	margin-top: 0.8em;
	margin-bottom: 1em;
	margin-left: 2.0rem;
	font-size: 90%;
}
main > div.contents > section.live > div > ul.notice > li {
	position: relative;
	margin-bottom: 0.5em;
	padding-left: 1.0rem;
	line-height: 1.4;
}
main > div.contents > section.live > div > ul.notice > li::before {
	background-color: rgba(67,67,67,1.00);
	content: "";
	border-radius: 50%;
	display: block;
	width: 4px;
	height: 4px;
	position: absolute;
	top: 0.8rem;
	left: 0;
}
main > div.contents > section.live > div > ul.notice > li a {
	color: rgba(35,24,21,0.85);
	text-decoration: underline;
}
main > div.contents > section.live > div > ul.notice > li > img {
	margin: 0 0.3em;
	width: auto;
	height: 15px;
}
main > div.contents > section.live > div > ul.notice > li > ul {
	margin-top: 0.2em;
	font-size: 95%;
}
main > div.contents > section.live > div > ul.notice > li > ul > li {
	margin-bottom: 0.2em;
	padding-left: 1em;
	text-indent: -1em;
}
main > div.contents > section.live > div > ul.notice > li > ul > li::before {
	content:"・";
}
main > div.contents > section.live > div > div.test {
	padding: 1em;
	border-top: dotted 1px rgba(203,203,203,1.00);
	text-align: center;
} 
main > div.contents > section.live > div > div.test p.text {
	margin-bottom: 0;
	display: inline-block;
	vertical-align: middle;
	font-size: 90%;
}
main > div.contents > section.live > div > div.test p.button {
	margin-bottom: 0;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}
main > div.contents > section.live > div > div.test p.button > a {
	margin-bottom: 0;
	padding: 0.6em;
	display: inline-block;
	border: solid 1px rgba(130,130,130,1.00);
	border-radius: 0.4em;
	color: rgba(37,37,37,1.00);
	background-color: rgba(212,212,212,1.00);
	text-decoration: none;
	line-height: 1.0;
	font-weight: bold;
	font-size: 90%;
}
main > div.contents > section.live > div > div.test p.button > a:hover {
	opacity: 0.7;
}
main > div.contents > section.live > div > div.schedule {
	padding: 1em;
	background-color: rgba(247,247,247,0.90);
	text-align: center;
	font-size: 90%;
} 
main > div.contents > section.live > div > div.schedule > p {
	margin-bottom: 1em;
	text-align: center;
	font-weight: bold;
}
main > div.contents > section.live > div > div.schedule > p > span {
	font-weight: bold;
}
main > div.contents > section.live > div > div.schedule > div {
	display: flex;
}
main > div.contents > section.live > div > div.schedule > div > dl {
	padding: 0 0.7em;
	width: 50%;
	text-align: left;
	box-sizing: border-box;
}
main > div.contents > section.live > div > div.schedule > div > dl dt {
	margin-bottom: 0.4em;
	font-weight: bold;
	line-height: 1.3;
}
main > div.contents > section.live > div > div.schedule > div > dl dt > span.sat {
	color: rgba(0,100,183,1.00);
	font-weight: bold;
}
main > div.contents > section.live > div > div.schedule > div > dl dt > span.sun {
	color: rgba(201,50,0,1.00);
	font-weight: bold;
}
main > div.contents > section.live > div > div.schedule > div > dl dd {
	padding-left: 0.5em;
}
main > div.contents > section.live > div > div.schedule > div > dl dd p {
	margin-bottom: 0.2em !important;
	display: block;
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.3;
	text-align: initial;
}
main > div.contents > section.live > div > div.schedule > div > dl dd p:last-child {
	margin-bottom: 0;
}
main > div.contents > section.pre {
	ul.exhibitor {
		margin-right: auto;
		margin-left: auto;
		max-width: 700px;
		>li{
			padding-left: 0;
			margin-right: -0.4em;
			margin-bottom: 0.8em;
			display: inline-block;
			&:not(:last-child):not(:nth-last-child(2))::after {
				content: "、";
			}
			&::before {
				display: none;
			}
		}
}
}

@media screen and (max-aspect-ratio: 11/9) {
	main > div.visual {
		margin: 20px 0;
	}
	main > div.visual > div p.place {
	    padding: 5px 0 7px;
	}
		main > div.visual > p {
		width: 100%;
	}
	main > div.visual img.sp {
		display: block;
	}
	main > div.visual img.pc {
		display: none;
	}
	main > div.visual > div {
		width: 63%;
	}
	main > div.visual > div p.date {
	    padding: 5px 0 0 0;
	}
	main > div.visual > div p {
	    padding-left: 0;
	}
	main > div.visual > div p:last-child {
		display: none;
	}
	main > div.visual + p {
		width: 100%;
		margin: 0 auto 95px;
		text-align: center;
	}
	main > div.visual + p a {
		font-size: 6.4vw;
		width: 80%;
		color: rgba(255,255,255,1.00);
		background-color: var(--colorP);
		display: block;
		border-radius: 2.667vw;
		margin: 0 auto 10px;
		padding: 10px 0;
	}
	main > div.visual + p span {
		width: 100%;
		font-size: 3.75vw;
		display: block;
		line-height: 1.4;
		text-align: center;
		font-weight: bold;
	}

	main > div.contents > section.sub-info > div.body > dl > dt {
		font-size: 2.1rem;
	}
	main > div.visual + p {
		display: block;
	}
	main > div.contents > section.exhibitor > div.body ul > li {
		width: 23%;
	}
	main > div.contents > section.exhibitor > div.body ul > li > a:hover > p {
		transform: translate(-50%, -50%) translateZ(1px);
		box-shadow: none;
		z-index: 2;
	}
	main > div.contents > section.exhibitor > div.body ul > li:nth-child(41) a p:last-child,
	main > div.contents > section.exhibitor > div.body ul > li:nth-child(44) a p:last-child {
		letter-spacing: -1.8px;
	}
	main > div.contents > section.exhibitor > div.body ul > li > a dl,
	main > div.contents > section.exhibitor > div.body ul > li > a:hover dl {
		transform: translate(-50%, -50%) translateZ(1px);
		opacity: 1;
	}
	body > footer > div.body > div.pagetoplink > p {
		transform: translateZ(1px);
		z-index: 20;
	}
	main > div.contents > section.exhibitor > div.body dl {
		display: none;
	}
	main > div.contents > section.exhibitor > div.body ul > li {
		margin-right: 0.8%;
	}
	main > div.contents > section.exhibitor > div.body ul > li:first-child,
	main > div.contents > section.exhibitor > div.body ul > li:nth-child(14),
	main > div.contents > section.exhibitor > div.body ul > li:nth-child(30) {
		margin: 0 0.8% 5px 25%;
	}
	main > div.contents > section.exhibitor > div.body ul > li > a p:last-child {
		bottom: -2px;
	}
	main > div.contents > section.live > div.body > h2 > br.sp {
		display: none;
	}
	main > div.contents > section.live > div.body > ul.notice {
		font-size: 80%;
	}
	main > div.contents > section.live > div > div.test p.text {
		font-size: 80%;
	}
	main > div.contents > section.live > div > div.test p.button {
		font-size: 80%;
	}
	main > div.contents > section.live > div > div.test p.text {
		font-size: 80%;
	}
	main > div.contents > section.live > div > div.test p.button {
		font-size: 80%;
	}
}

@media screen and (max-width: 600px) {
	html > body > main > div.contents > section > div.body > ul {
		margin-left: 0;
	}

	main > div.visual + p {
		margin-bottom: 10.667vw;
	}
	main > div.contents > section.exhibitor > div.body > div {
		font-size: 0;
	}
	main > div.contents > section.exhibitor > div.body > div > h2 {
		margin-top: 0;
		margin-right: 5.8%;
		margin-bottom: 0;
	}
	main > div.contents > section.exhibitor > div.body > div {
		display: block;
	}
	main > div.contents > section.exhibitor > div.body ul {
		width: auto;
		display: flex;
		justify-content: space-between;
		font-size: 0;
	}
	main > div.contents > section.exhibitor > div.body ul > li {
		margin-right: 0;
		margin-bottom: 0;
		padding-top: 0;
		padding-left: 0;
		width: 49%;
		height: 46vw;
		vertical-align: top;
	}
	main > div.contents > section.exhibitor > div.body ul > li:first-child {
		margin: 0 0 0 calc(100% - 49%);
	}
	main > div.contents > section.exhibitor > div.body > ul > li:nth-child(8),
	main > div.contents > section.exhibitor > div.body ul > li:nth-child(14),
	main > div.contents > section.exhibitor > div.body ul > li:nth-child(25),
	main > div.contents > section.exhibitor > div.body ul > li:nth-child(30),
	main > div.contents > section.exhibitor > div.body ul > li:nth-child(40),
	main > div.contents > section.exhibitor > div.body ul > li:nth-child(48) {
		margin-left: 0;
	}
	main > div.contents > section.exhibitor > div.body ul > li > a dl {
		display: block;
	}
	main > div.contents > section.exhibitor > div.body dl > dt {
		font-size: 1.2rem;
	}
	main > div.contents > section.exhibitor > div.body dl > dd {
		font-size: 1rem;
	}
	main > div.contents > section.about > div.body > div,
	main > div.contents > section.access > div.body > div,
	main > div.contents > div.archive-list > div {
		width: 100%;
		margin-top: 50px;
	}
	main > div.contents > section.about > div.body > div.summary,
	main > div.contents > section.about > div.body > div.access {
		display: block;
	}
	main > div.contents > section.about > div.body > div.map iframe {
		height: 48vw;
	}
	main > div.contents > section.sub-info > div.body {
		display: block;
	}
	main > div.contents > section.sub-info > div.body > dl {
		border-bottom: 0;
	}
	main > div.contents > section.sub-info > div.body > dl > dt {
		font-size: 5.333vw;
	}
	main > div.contents > section.sub-info > div.body > dl > dt > a,
	main > div.contents > section.sub-info > div.body > dl > dt > span {
		padding-left: 11.5vw;
	}
	main > div.contents > section.sub-info > div.body > dl > dt > a::before,
	main > div.contents > section.sub-info > div.body > dl > dt > span::before {
		margin-top: -4vw;
		width: 8vw;
		height: 8vw;
	}
	main > div.contents > section.sub-info > div.body > dl > dt > span::before {
		margin-top: -2.6vw;
	}
	main div.archive-list {
		display: block;
	}
	main div.archive-list > div {
		margin: 0;
		padding: 0;
	}
	main > div.contents > section.about > div.body > div > div {
		width: 100%;
	}
	main div.archive-list > div > dl + dl {
		margin-top: 0.7em;
		padding-top: 0;
	}
	main div.archive-list > div > dl > dt {
		margin-bottom: 0.4em;
		font-size: 4.533vw;
	}
	main div.archive-list > div > dl > dd > ol > li {
		margin-bottom: 0.5em;
	}
	main div.support > h2 {
		display: block;
	}
	main div.support > div {
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
	main div.support > div > dl > dd > ul > li {
		font-size: 3.467vw;
	}
	main > div.contents > section.live > div.body > h2 {
		font-size: 2.0rem;
		line-height: 1.2;
	}
	main > div.contents > section.live > div.body > h2::before {
		top: -25px;
	}
	main > div.contents > section.live > div.body > h2 > br.sp {
		display: inline-block;
	}
	main > div.contents > section.live > div.body > div.test p.text {
		margin-bottom: 0.4em;
		display: block;
		line-height: 1.4;
	}
	main > div.contents > section.live > div.body > div.test p.button {
		display: block;
		text-align: center;
	}
	main > div.contents > section.live > div.body > div.schedule > p > span {
		display: block;
		font-size: 80%;
		font-weight: bold;
		line-height: 1.3;
	}
	main > div.contents > section.live > div.body > div.schedule > div {
		display: block;
	}
	main > div.contents > section.live > div.body > div.schedule > div > dl {
		width: 100%;
	}
	main > div.contents > section.live > div.body > div.schedule > div > dl:first-child {
		margin-bottom: 0.6em;
	}
}

main > div.contents {
	&>div.pre {
		max-width: 1310px;
		width: 100%;
		margin-inline: auto;
		background-color: rgba(242, 233, 225, 0.72);
		&>div.visual {
			@media screen and (max-aspect-ratio: 11/9) {
				margin-top: calc(7vh - 4vw);
			}
			&>h1 {
				padding-top: 35px;
				padding-bottom: 35px;
				background-color: var(--colorY1);
				text-align: center;
				@media screen and (max-aspect-ratio: 11/9) {
					padding: 6.510vw 3.125vw;
				}
				&>img {
					max-width: 830px;
					width: 100%;
					height: auto;
					vertical-align: top;
				}
			}
			&>div.movie {
				margin-top: 45px;
				max-width: 630px;
				margin-inline: auto;
				@media screen and (max-aspect-ratio: 11/9) {
					margin-top: 3.91vw;
					padding: 0 2.604vw;
				}
				&>iframe {
					width: 100%;
					height: auto;
					aspect-ratio: 16/9;
				}
			}
			&>p.date {
				margin-top: 45px;
				padding-bottom: 45px;
				text-align: center;
				@media screen and (max-aspect-ratio: 11/9) {
					margin-top: 3.91vw;
					padding: 0 2.604vw 5.208vw;
				}
				&>img {
					max-width: 830px;
					width: 100%;
					height: auto;
				}
			}
		}
	}
	&>section.date {
		&>div.body {
			&>div {
				&>dl.date {
					margin-top: 40px;
					margin-bottom: 30px;
					padding: 15px;
					border: solid 3px var(--colorB3);
					box-sizing: border-box;
					max-width: 700px;
					margin-inline: auto;
					&>dt {
						margin-top: -32px;
						margin-left: -17px;
						margin-bottom: 10px;
						font-size: 21px;
           				padding: 6px 15px;
						font-weight: bold;
						color: var(--textColorW);
						background-color: var(--colorB3);
						width: fit-content;
					}
					&>dd {
						font-size: 18px;
						line-height: 1.4;
					}
					&.premium {
						border-color: var(--colorO1);
						&>dt {
							background-color: var(--colorO1);
						}
					}
				}
				& p.note {
					margin-top: -0.6em;
					margin-bottom: 1.5em;
					margin-inline: auto;
					max-width: 700px;
					font-size: 16px;
					text-align: center;
					font-weight: bold;
					opacity: 0.8;
					@media screen and (max-width: 600px) {
						font-size: 4.267vw;
						text-align: left;
						text-indent: -1em;
						padding-left: 1em;
					}
				}
				& dl.note {
					margin-inline: auto;
					padding: 20px;
					border-radius: 4px;
					max-width: 700px;
					box-sizing: border-box;
					background-color: #F0F0F0;
					font-size: 16px;
					&>dt {
						margin-bottom: 0.6em;
						font-weight: bold;
					}
					&>dd {
						&>ul {
							&>li {
								margin-bottom: 0.5em;
								&:last-child {
									margin-bottom: 0;
								}
								&::before {
									background-color: var(--colorB2);
								}
							}
						}
					}
				}
			}
		}
	}
	&>section.contact-jas {
		&>div.body {
			&>h2 {
				@media screen and (max-width: 600px) {
					letter-spacing: -0.1em;
				}	
			}
			&>p {
				text-align: center;
				&.button {
					&>a {
						margin-inline: auto;
						display: block;
						text-align: center;
						max-width: 440px;
						background-color: var(--colorO);
						&>span {
							font-size: 24px;
							font-weight: bold;
							color: var(--colorW);
							position: relative;
							&::before {
								content: "";
								display: inline-block;
								background-image: url(../../images/top/icon2.svg);
								width: 46px;
								height: 30px;
								background-repeat: no-repeat;
								background-size: contain;
								vertical-align: middle;
							}
						}
					}
				}
			}
		}
	}
}
