@charset "UTF-8";

/*
Theme Name: Meet New Solution in OTA
Theme URI:
Author: Meet New Solution in OTA
Description:
Version: 2025
*/

/*
brake point
[tb]max-width: 1024px
[sp]max-width: 767px
*/

/*
font install
*/


@charset "UTF-8";

/*
brake point
[tb]max-width: 1024px
©G[sp]max-width: 767px
*/

/*
font install
*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');


/*CSS redefinition*/
html{
	height:100%;
	width:100%;
	font-size: 62.5%;
}

@media only screen and  (max-width: 767px) {
    html {
        font-size: 2.675vw;
    }
}

body{
	height:100%;
	width:100%;
	font-size: 1.6rem;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.6;
	color: #231815;
}
body.front{
	background: url(./images/bk_pattern.png) center fixed;
}
@media only screen and (max-width: 767px) {
	body{
		font-size: 1.4rem;
	}
	body.front{
		background-size: 40%;
	}
}

*{
	box-sizing: border-box;
}

a{
	text-decoration: none;
	color: #099081;
}
a.pink{
	text-decoration: none;
	color: #e8468c;
}

img{
	border:none;
	max-width: 100%;
	height: auto;
	display: inline;
}

ul{
	list-style: none;
}

ul,ul li{
	margin: 0;
	padding: 0;
}

h1,
h2{
	font-weight: bold;
}

/*common*/
.sp{
	display: none;
}

@media only screen and (max-width: 767px) {
  .sp {
		display: block;
  }
	.pc{
		display: none;
	}
}

.tx-center{
	text-align: center;
}


.tx-red{
	color: #FF0000;
}

.mt1{
	margin-top: 1.5rem;
}

.mt3{
	margin-top: 3rem;
}

.mt6{
	margin-top: 6rem;
}

.btn-area{
	text-align: center;
}

.btn-area-flex{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.btn-area-flex > div{
	width: calc(50% - 2rem);
}
@media only screen and (max-width: 767px) {
	.btn-area-flex > div{
		width: 100%;
	}
	.btn-area-flex > div:first-child{
		margin-bottom: 3rem;
	}
}

.btn{
 display: inline-block;
}

.btn a{
	background-color: #37a4a1;
	display: block;
	min-width: 230px;
	padding: 1.5rem;
	line-height: 1;
	color: #FFF;
	position: relative;
	border-radius: 100px;
}
.btn.black a{
	background-color: #231815;
}
.btn.pink a{
	background-color: #e8468c;
}

.btn.large{
	max-width: 500px;
	width: 100%;
	margin: 0 auto;
}

.btn.large a{
	font-size: 2.5rem;
	font-weight: bold;
	padding: 2rem 3rem;
	text-align: center;
}

.btn.small{
	margin: 0 auto;
}

.btn.small a{
	font-size: 1.6rem;
	font-weight: bold;
	padding: 0.7rem 2rem;
	text-align: center;
	min-width: 100px;
    font-weight: normal;
}

.btn.retrun a{
	background-color: #666;
}

.btn a:after{
	content: "";
	display: inline-block;
	margin-left: 0.5rem;
	vertical-align: middle;
	width: 9px;
	height: 9px;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	transform: rotate(45deg) ;
}

@media only screen and (max-width: 767px) {
	.btn a:after{
		right: 1rem;
	}
}

 .btn + .btn{
	margin-left:1.5rem;
}

@media only screen and (max-width: 767px) {
	.btn + .btn{
	 margin-left:0.5rem;
 }
}

/*rayout*/
main{
	background-color: #FFF;
	padding: 4rem 0 6rem;
}
@media only screen and (max-width: 767px) {

}

.contents{
	padding: 8rem 0;
	position: relative;
	z-index: 2;
}

.pages h2{
    color: #37a4a1;
    font-weight: bold;
    font-size: 2.2rem;
    margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
	.contents h2{
	}
}


.container{
	max-width: 1024px;
	margin: 0 auto;
}

@media only screen and (max-width: 1240px) {
	.container{
		padding: 0 2rem;
	}
}

.container-s{
	max-width: 800px;
	margin: 0 auto;
}
.page-competition .container-s{
	max-width: 1024px;
}

@media only screen and (max-width: 1240px) {
	.container-s{
		padding: 0 2rem;
	}
}


.container2{
	max-width: 1194px;
	margin: 0 auto;
}

@media only screen and (max-width: 1254px) {/*1194 + 60px*/
	.container2{
		padding: 0 3rem;
	}
}

/*header nav*/

header{
	background-color: #231815;
	position: fixed;
	z-index:5;
	padding: 1rem 2rem;
	width: 100%;
	line-height: 1;
	position: fixed;
	bottom: auto;
	top: 0;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

@media only screen and (min-width: 767px) {
	.front header{
		position: absolute;
		bottom: 0;
		top: auto;
	}
}

@media only screen and (max-width: 767px) {
	header,
	.front header{
		flex-wrap: wrap;
	}
}

header.fixed{
	position: fixed;
	bottom: auto;
	top: 0;
}

header .logo img{
	height: 4rem;
	width: auto;
}
@media only screen and (max-width: 767px) {
    header .logo img{
        height: 3rem;
    }
}


@media only screen and (max-width: 899px) {

}

@media only screen and (max-width: 799px) {

}

@media only screen and (max-width: 767px) {

}

header nav{
	right: 2rem;
	top: 50%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
	header nav{
		display: block;
		width: 100%;
		transform: translateY(0);
	}
}

@media only screen and (max-width: 1060px) {
	header nav{
		flex-wrap: wrap;
	}
	header nav ul{
		width: 100%;
		text-align: right;
		padding: 0 0 1.5rem;
	}
}

@media only screen and (max-width: 767px) {
	header nav ul{
		text-align: left;
	}
}


header nav li{
	display: inline-block;
}

header nav li::after{
	content: "／";
	display: inline-block;
	transform: rotate(-90deg);
	margin: 0 0.5rem;
	color: #FFF;
}
@media only screen and (max-width: 767px) {
	header nav li::after{
		display: none;
	}
}

header nav li:last-child::after{
	display: none;
}

header nav li a{
	color: #FFF;
}

@media only screen and (max-width: 767px) {
	body:not(.external) header nav{
		height: 0;
		overflow: hidden;
		position: static;
		transform: translateX(0);
		transition: height 0.5s;
	}
	body:not(.external) header nav ul{
		padding: 0;
		margin: 0;
		padding-top: 2rem;
	}
	body:not(.external) header nav li{
		display: block;
		padding: 0;
		margin: 0;
	}
	body:not(.external) header nav li a{
		display: block;
		padding: 2rem 1rem;
		font-size: 1.8rem;
		border-top: 1px solid #FFF;
	}
	header.active{
	}
	header.active nav,
	body:not(.external) header.active nav{
		height: 100vh;
	}
}

.btn-link{
	margin-left: 1rem;
}
@media only screen and (max-width: 767px) {
	.btn-link{
		margin: 0 0 1rem 0;
		text-align: center;
	}
}

.btn-link a,
.btn-submit input[type="submit"],
.btn-submit input[type="button"]{
	background-color: #FFF;
    display: block;
    padding: 1rem 1rem;
    line-height: 1;
    color: #231815;
    position: relative;
    border-radius: 100px;
	font-size: 1.3rem;
}
@media only screen and (max-width: 767px) {
	.btn-link a,
	.btn-submit input[type="submit"],
	.btn-submit input[type="button"]{
		padding: 1.5rem;
		font-size: 1.4rem;
	}
}

.btn-submit{
	text-align: center;
}

.btn-submit input[type="button"]{
	font-size: 1.5rem;
	padding: 1.5rem;
}

.btn-submit input[type="submit"],
.btn-submit input[type="button"]{
	min-width: 150px;
	border: none;
	display: inline-block;
}

.btn-link.pink a,
.btn-submit input[type="submit"],
.btn-submit input[type="button"]{
	background-color: #e8468c;
	color: #FFF;
}
.btn-link.green a,
.btn-submit.green input[type="submit"],
.btn-submit.green input[type="button"]{
	background-color: #37a4a1;
	color: #FFF;
}


.btn-nav{
	position: absolute;
	width: 4.5rem;
	height: 3rem;
	border-radius: 8px;
	top: 1.8rem;
	right: 1rem;
	z-index: 11;
	cursor:pointer;
	justify-self: flex-end;
}
@media only screen and (max-width: 767px) {
    .btn-nav{
        top: 1.6rem;
        right: 0;
    }
}

.external .btn-nav{
	display: none;
}

.btn-nav.active{
	background: none;
}

.btn-nav-trigger{
	position: relative;
	width: 3rem;
	height: 2.2rem;
}

.btn-nav-trigger,
.btn-nav-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}

.btn-nav-trigger span{
	background-color: #fff;
	position: absolute;
  left: 0;
  width: 100%;
  height: 0.2rem;
	border-radius: 4px;
}

.btn-nav-trigger.active span{
	background-color: #FFF;
}

.btn-nav-trigger.active:after{
	color: #FFF;
}

.btn-nav-trigger span:nth-of-type(1) {
  top: 0;
}
.btn-nav-trigger span:nth-of-type(2) {
  top: 1rem;
}
.btn-nav-trigger span:nth-of-type(3) {
  bottom: 0;
}

.btn-nav-trigger.active span:nth-of-type(1) {
  transform: translateY(1rem) rotate(-32deg);
}
.btn-nav-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.btn-nav-trigger.active span:nth-of-type(3) {
  transform: translateY(-1rem) rotate(32deg);
}

/*footer*/

.footer-contents{
	background-color: #37a4a1;
	text-align: center;
	padding: 4rem 0;
	color: #FFF;
}

.footer-contents .btn-area{
	margin-bottom: 2rem;
}

footer{
	text-align: center;
	padding: 2rem;
	position: relative;
	z-index: 3;
	background-color: #231815;
	color: #FFF;
}

@media only screen and (max-width: 767px) {
	footer{
	font-size: 1.4rem;
	padding-bottom: 8rem;
	}
}

footer .btn-toppage{
	right: 2rem;
	z-index: 10;
	position: fixed;
	bottom: -5rem;
	transition: 0.4s all ease-out;
}

footer .btn-toppage.on{
	bottom: 2rem;
}

@media only screen and (max-width: 1024px) {
	footer .btn-toppage{
		transform: scale(0.7);
		transform-origin: bottom right;
	}
}

@media only screen and (max-width: 767px) {
	footer .btn-toppage{
	}
}

footer .btn-toppage a{
	background-color: #37a4a1;
	display: block;
	width: 5rem;
	height: 5rem;
	padding: 2rem;
	border: 1px solid #FFF;
	position: relative;
}

footer .btn-toppage a:after{
	content: "";
	position: absolute;
	top: 1rem;
	bottom: 0;
	left: 1.5rem;
	margin: auto;
	vertical-align: middle;
	width: 15px;
	height: 15px;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


footer p{
	position: relative;
	z-index: 1;
}

/*Opening*/
#opening{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	justify-content: center;
	align-items: center;
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
}

#opening .op-hedding{
	background-color: #231815;
	width: 100%;
}

#opening .op-hedding h1{
	padding: 0 4rem 0;
	width: 100%;
}

#opening .op-hedding h1 img{
    display: block;
    width: 100%;
}

#opening .op-hedding h1 > strong{
	display: block;
}

#opening h1 .op-title{
	margin-right: 5rem;
}
#opening h1 .op-logo{
}

@media only screen and (max-width: 767px) {
    #opening .op-hedding{
        background-color: transparent;
    }
    
	#opening .op-hedding h1{
        padding: 0;
	}
	#opening .op-hedding h1 strong{
		width: 80%;
	}
	#opening .op-hedding h1 .op-title{
		order: 2;
		margin-right: 0;
		margin-top: 2rem;
	}
	#opening .op-hedding h1 .op-logo{
		order: 1;
		width: 60%;
	}
}


#opening .next{
	width: 100%;
	max-width: 920px;
	margin: 0 auto;
	background-color: #FFF;
	border:2px solid #37a4a1;
	font-size: 2.4rem;
	padding: 1rem;
}

#opening .next a{
	color: #37a4a1;
	font-weight: bold;
}

@media only screen and (max-width: 767px) {
	#opening .next{
		font-size: 1.6rem;
		max-width: calc(100% - 4rem);
	}
}

#opening .date{
	position: absolute;
	right: 2rem;
	bottom: 2rem;
}

#opening .date img{
    width: 20rem;
    filter: drop-shadow(0 0 0.3rem #000);
}

#opening .date span{
	vertical-align: middle;
	margin-left: 1rem;
}

@media only screen and (max-width: 767px) {
	#opening .date{
		position: absolute;
		right: auto;
		left: 0;
		bottom: 15rem;
		width: 100%;
	}
	#opening .list[data-category="その他"] span{
		display: block;
		text-align: center;
	}
}

#opening .btn-area{
	position: absolute;
	top: 2rem;
	right: 2rem;
}

@media only screen and (max-width: 767px) {
	#opening .btn-area{
		top: auto;
		bottom: 3em;
		right:auto;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
	}
	#opening .btn-area .btn a{
		min-width: 150px;
	}
}

#opening .btn-area2{
	margin: 0 0 3rem;
}

/*Top*/
.f-layout{
	display: block;
}

.f-layout .left-col{
	text-align: center;
}

.f-layout .right-col{
}

.top-title{
	text-align: center;
	font-size: 3rem;
	color: #37a4a1;
	font-weight: bold;
	margin-bottom: 2rem;
	position: relative;
}

.top-title::before,
.top-title::after{
	content: "";
	display: inline-block;
	width: 0.3rem;
	height: 3.2rem;
	border-left: 0.3rem solid #37a4a1;
	transform: rotate(-45deg) translateY(0.8rem);
}

.top-title::before{
	margin-right: 2rem;
}

.top-title::after{
	margin-left: 1.3rem;
}

.top-title + p{
	font-size: 1.6rem;
}

.top-subtitle{
	text-align: center;
	font-size: 2.4rem;
	color: #37a4a1;
	font-weight: bold;
	margin-bottom: 1.5rem;
}

.main-title{
	padding:  11rem 0 6rem;
	text-align: center;
	font-size: 4rem;
	color: #37a4a1;
	font-weight: bold;
	background-color: #e9f4f5;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media only screen and (max-width: 767px) {
	.main-title{
		padding:  8rem 0 3rem;
		font-size: 3rem;
	}
}

.left-col{
	margin-bottom: 5rem;
}

#top-info{
	background-color: #FFF;
	text-align: center;
}

#top-about{
	background-color: rgba(255,255,255,0.9);
}

#top-about .images{
	text-align: center;
	max-width: 900ox;
	margin: 3rem auto 2rem;
}

#top-topics{
	background-color: #FFF;
}

#top-topics .bnr-arae{
	text-align: center;
	margin-bottom: 8rem;
	border: 2px solid #37a4a1;
	padding: 5rem;
}

#top-topics .bnr-arae h2{
	font-size: 2rem;
	color: #37a4a1;
	font-weight: bold;
	text-align: center;
}

#top-topics .bnr-arae p{
	margin-top: 2rem;
}

#top-topics .bnr-arae p + p{
	margin-top: 1rem;
}

#top-topics .bnr-arae .photo{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 1rem;
}

#top-topics .bnr-arae .photo > div{
	width: calc(33.33% - 1rem);
	margin-top: 1rem;
}

@media only screen and (max-width: 767px) {
	#top-topics .bnr-arae{
		margin-bottom: 4rem;
		padding: 2rem;
		text-align: left;
	}
	#top-topics .bnr-arae .photo > div{
		width: calc(50% - 1rem);
	}
}

#top-topics .list{
	border-top: 1px solid #131313;
	padding-top: 2rem;
}

#top-topics .list dl{
	margin-bottom: 2rem;
	padding-bottom: 2rem;
	border-bottom: 1px solid #131313;
}

@media only screen and (max-width: 767px) {
	#top-topics .list dl dt{
		margin-bottom: 1rem;
	}
}

#top-special{
	background-color:rgba(255,255,255,0.8)
}

#top-special .top-title{
	color: #e8468c;
}

#top-special .top-title::before, #top-special .top-title::after{
	border-color: #e8468c;
}

#top-special h2 + p{
	color: #FFF;
}

#top-special .list{
	width: 100%;
	background-color: #FFF;
	color: #131313;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 3rem;
}

@media only screen and (max-width: 767px) {
	#top-special .list{
		width: 100%;
		max-width: none;
		margin-bottom: 3rem;
	}
}

#top-special .list .list-title{
	padding: 1.5rem;
	color: #FFF;
	font-size: 2.2rem;
	font-weight: bold;
	background-color: #e8468c;
	width: 100%;
	position: relative;
}
@media only screen and (max-width: 767px) {
	#top-special .list .list-title{
		font-size: 1.8rem;
	}
}


#top-special .list .list-title .list-title__icon{
	display: inline-block;
	vertical-align: middle;
	font-size: 1.3rem;
	background-color: #FFF;
	padding: 0.2rem 1rem;
	color: #e8468c;
}
@media only screen and (max-width: 767px) {
	#top-special .list .list-title .list-title__icon{
		display: block;
		text-align: center;
		margin-bottom: 0.5rem;
	}
}


#top-special .list .list-title .list-title__time{
	font-size: 1.5rem;
	margin-top: 0.5rem;
}

#top-special .list .text-col{
	padding: 2rem;
	font-size: 1.6rem;
	position: relative;
	width: calc(100% - 300px);
}
@media only screen and (max-width: 767px) {
	#top-special .list .text-col{
		padding-right: 0;
		min-height: auto;
		padding: 2rem;
		width: 100%;
	}
}

#top-special .list.col1 .text-col{
	width: 100%;
}

#top-special .list .text-col h3{
	font-size: 2.4rem;
	margin-bottom: 1.5rem;
}
@media only screen and (max-width: 767px) {
	#top-special .list .text-col h3{
		font-size: 2rem;
		margin-bottom: 1rem;
	}
}

#top-special .list .text-col h4{
	margin-bottom: 2rem;
}

#top-special .list .text-col h4 span,
#top-special2 .list .icon{
    display: inline-block;
    vertical-align: middle;
    font-size: 1.2rem;
    background-color: #FFF;
    padding: 0.1rem 1rem;
    color: #FFF;
    background-color: #e8468c;
    margin-right: 1rem;
}

#top-special2 .list .icon{
    background-color: #37a4a1;
}
@media only screen and (max-width: 767px) {
    #top-special2 .list .icon{
        margin-bottom: 0.5rem;
    }
}


#top-special .list.col1 .text-col  h4{
	margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
    #top-special .list.col1 .text-col  h4{
        text-align: center;
    }
}

#top-special .list .text-col h4 strong{
	font-size: 2rem;
}
@media only screen and (max-width: 767px) {
	#top-special .list .text-col h4 strong{
		font-size: 1.8rem;
	}
}

#top-special .list .text-col .flex dl{
	display: flex;
	font-size: 1.7rem;
	font-weight: bold;
	margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
	#top-special .list .text-col .flex dl{
		flex-wrap: wrap;
		font-size: 1.6rem;
	}
}

#top-special .list .text-col .flex dl dt{
	min-width: 155px;
	text-align: right;
}
@media only screen and (max-width: 767px) {
	#top-special .list .text-col .flex dl dt{
		min-width: auto;
		width: 100%;
		text-align: left;
	}
}

#top-special .list .text-col .flex dl dd{
}


#top-special .list .text-col p{
	font-size: 1.5rem;
}

#top-special .list .image{
	width: 300px;
	padding: 2rem;
}

@media only screen and (max-width: 767px) {
	#top-special .list .image{
		width: 100%;
		display: flex;
	}
}

#top-special .list .image img{
	display: block;
}

#top-special .list .image > span{
	display: block;
    margin-bottom: 1rem;
}

#top-special .list .image > span.w100{
	width: 100%;
}

#top-special .event-rayout{
	margin-top: 3rem;
}

#top-special .event-rayout dl{
	display: flex;
	justify-content: space-between;
	margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
	#top-special .event-rayout dl{
		flex-wrap: wrap;
	}
}


#top-special .event-rayout dt{
	width: 150px;
}
@media only screen and (max-width: 767px) {
	#top-special .event-rayout dt{
		width: 100%;
		text-align: center;
	}
}

#top-special .event-rayout dd{
	width: calc(100% - 150px - 2rem);
}
@media only screen and (max-width: 767px) {
	#top-special .event-rayout dd{
		width: 100%;
	}
}


#top-special .event-rayout2{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 2rem;
}

#top-special .event-rayout2 div{
	width: calc(33.33% - 0.8rem);
}
@media only screen and (max-width: 767px) {
	#top-special .event-rayout2 div{
		width: 100%;
		margin-bottom: 1rem;
	}
}

#top-special .event-rayout2 div.event-rayout2__w100{
	width: 100%;
	text-align: center;
}

#top-special .event-rayout2 div.event-rayout2__w100 img{
	max-width: 300px;
}
@media only screen and (max-width: 767px) {
	#top-special .event-rayout2 div.event-rayout2__w100 img{
		max-width:70%;
	}
}

#top-special .event-rayout3{
	text-align: center;
	margin-top: 3rem;
}

#top-special .event-rayout3 h4{
	font-size: 2.4rem;
	color: #37a4a1;
	margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
	#top-special .event-rayout3 h4{
		font-size: 2rem;
	}
}

#top-special .event-rayout3__flex{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

#top-special .event-rayout3__flex div{
	max-width: 33%;
	margin: 0 0.5rem;
}
@media only screen and (max-width: 767px) {
	#top-special .event-rayout3__flex div{
		max-width: none;
		width: 100%;
		margin: 0 1rem;
	}
}

#top-special .yoyaku{
	color: #FFF;
	border: 1px solid #e8468c;
	padding: 3rem;
	background-color: rgba(0,0,0,0.6);
	width: 100%;
}

#top-special .yoyaku .title{
	font-size: 2rem;
	margin-bottom: 1rem;
	font-weight: bold;
}

#top-special .yoyaku .sup{
	font-size: 1.4rem;
	margin-bottom: 3rem;
}

#top-about .yoyaku{
    margin-top: 4rem;
	border: 1px solid #e8468c;
	padding: 3rem;
	width: 100%;
    text-align: center;
}

#top-about .yoyaku .title{
	font-size: 2rem;
	margin-bottom: 1rem;
	font-weight: bold;
    color: #e8468c;
}

#top-about .yoyaku .sup{
	font-size: 1.4rem;
	margin-bottom: 3rem;
}


#top-special2{
	background-color:rgba(255,255,255,0.8)
}

#top-special2 .top-title{
	color: #37a4a1;
}

#top-special2 .top-title::before, #top-special2 .top-title::after{
	border-color: #37a4a1;
}

#top-special2 .list{
	width: 100%;
	background-color: #FFF;
	color: #131313;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 3rem;
}

@media only screen and (max-width: 767px) {
	#top-special2 .list{
		width: 100%;
		max-width: none;
		margin-bottom: 3rem;
	}
}

#top-special2 .list .list-title{
	padding: 1.5rem;
	color: #FFF;
	font-size: 2.2rem;
	font-weight: bold;
	background-color: #37a4a1;
	width: 100%;
	position: relative;
}
@media only screen and (max-width: 767px) {
	#top-special2 .list .list-title{
		font-size: 1.8rem;
	}
}


#top-special2 .list .list-title .list-title__icon{
	display: inline-block;
	vertical-align: middle;
	font-size: 1.3rem;
	background-color: #FFF;
	padding: 0.2rem 1rem;
	color: #37a4a1;
}
@media only screen and (max-width: 767px) {
	#top-special2 .list .list-title .list-title__icon{
		display: block;
		text-align: center;
		margin-bottom: 0.5rem;
	}
}


#top-special2 .list .list-title .list-title__time{
	font-size: 1.5rem;
	margin-top: 0.5rem;
}

#top-special2 .list .text-col{
	padding: 2rem;
	font-size: 1.6rem;
	position: relative;
	width: calc(100% - 300px);
}
@media only screen and (max-width: 767px) {
	#top-special2 .list .text-col{
		padding-right: 0;
		min-height: auto;
		padding: 2rem;
		width: 100%;
	}
}

#top-special2 .list.-small .text-col{
	width: calc(100% - 200px);
}
@media only screen and (max-width: 767px) {
	#top-special2 .list.-small .text-col{
		width: 100%;
	}
}

#top-special2 .list.col1 .text-col{
	width: 100%;
}

#top-special2 .list .text-col h3{
	font-size: 2.4rem;
	margin-bottom: 1.5rem;
}
@media only screen and (max-width: 767px) {
	#top-special2 .list .text-col h3{
		font-size: 2rem;
		margin-bottom: 1rem;
	}
}

#top-special2 .list .text-col h4{
	margin-bottom: 2rem;
}

#top-special2 .list .text-col h4 span{
    display: inline-block;
    vertical-align: middle;
    font-size: 1.2rem;
    background-color: #FFF;
    padding: 0.1rem 1rem;
    color: #FFF;
    background-color: #37a4a1;
    margin-right: 1rem;
}

#top-special2 .list.col1 .text-col  h4{
	margin-bottom: 1rem;
}

#top-special2 .list .text-col h4 strong{
	font-size: 2rem;
}
@media only screen and (max-width: 767px) {
	#top-special2 .list .text-col h4 strong{
		font-size: 1.8rem;
	}
}

#top-special2 .list .text-col .flex dl{
	display: flex;
	font-size: 1.7rem;
	font-weight: bold;
	margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
	#top-special2 .list .text-col .flex dl{
		flex-wrap: wrap;
		font-size: 1.6rem;
	}
}

#top-special2 .list .text-col .flex dl dt{
	min-width: 155px;
	text-align: right;
}
@media only screen and (max-width: 767px) {
	#top-special2 .list .text-col .flex dl dt{
		min-width: auto;
		width: 100%;
		text-align: left;
	}
}

#top-special2 .list .text-col p{
	font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
    #top-special2 .list .text-col p{
        font-size: 1.3rem;
    }
}

#top-special2 .list .image{
	width: 300px;
	padding: 2rem;
}
@media only screen and (max-width: 767px) {
	#top-special2 .list .image{
		width: 100%;
		display: flex;
	}
}

#top-special2 .list.-small .image{
	width: 200px;
	padding: 2rem;
}
@media only screen and (max-width: 767px) {
	#top-special2 .list.-small .image{
		width: 50%;
		display: flex;
        justify-content: center;
	}
}

#top-special2 .list .image img{
	display: block;
}

#top-special2 .list .image > span{
	display: block;
    margin-bottom: 1rem;
}

#top-special2 .list .image > span.w100{
	width: 100%;
}

#top-special2 .event-rayout{
	margin-top: 3rem;
}

#top-special2 .event-rayout.-flex {
    display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
}

#top-special2 .event-rayout dl{
	display: flex;
	justify-content: space-between;
	margin-bottom: 2rem;
}
#top-special2 .event-rayout.-flex dl{
	width: calc(50% - 3rem);
}
@media only screen and (max-width: 767px) {
	#top-special2 .event-rayout dl{
		flex-wrap: wrap;
	}
    #top-special2 .event-rayout.-flex dl{
        width: calc(50% - 1rem);
        flex-direction: column;
        justify-content: flex-start;
    }
}

#top-special2 .event-rayout dt{
	width: 150px;
}
@media only screen and (max-width: 767px) {
	#top-special2 .event-rayout dt{
		width: 100%;
		text-align: center;
	}
}

#top-special2 .event-rayout dd{
	width: calc(100% - 150px - 2rem);
}
@media only screen and (max-width: 767px) {
	#top-special2 .event-rayout dd{
		width: 100%;
	}
}


#top-special2 .event-rayout2{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 2rem;
}

#top-special2 .event-rayout2 div{
	width: calc(33.33% - 0.8rem);
}
@media only screen and (max-width: 767px) {
	#top-special2 .event-rayout2 div{
		width: 100%;
		margin-bottom: 1rem;
	}
}

#top-special2 .event-rayout2 div.event-rayout2__w100{
	width: 100%;
	text-align: center;
}

#top-special2 .event-rayout2 div.event-rayout2__w100 img{
	max-width: 300px;
}
@media only screen and (max-width: 767px) {
	#top-special2 .event-rayout2 div.event-rayout2__w100 img{
		max-width:70%;
	}
}

#top-special2 .event-rayout3{
	text-align: center;
	margin-top: 3rem;
}

#top-special2 .event-rayout3 h4{
	font-size: 2.4rem;
	color: #37a4a1;
	margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
	#top-special2 .event-rayout3 h4{
		font-size: 2rem;
	}
}

#top-special2 .event-rayout3__flex{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

#top-special2 .event-rayout3__flex div{
	max-width: 33%;
	margin: 0 0.5rem;
}
@media only screen and (max-width: 767px) {
	#top-special2 .event-rayout3__flex div{
		max-width: none;
		width: 100%;
		margin: 0 1rem;
	}
}


#top-special2 .yoyaku{
	color: #FFF;
	border: 1px solid #37a4a1;
	padding: 3rem;
	background-color: rgba(0,0,0,0.6);
	width: 100%;
}

#top-special2 .yoyaku .title{
	font-size: 2rem;
	margin-bottom: 1rem;
	font-weight: bold;
}

#top-special2 .yoyaku .sup{
	font-size: 1.4rem;
	margin-bottom: 3rem;
}

#top-detail{
	background-color: #FFF;
}

#top-detail dl{
	border-top: 1px solid #131313;
	display: flex;
	padding: 2rem;
}

#top-detail dl:last-child{
	border-bottom: 1px solid #131313;
}

#top-detail dl dt{
	width: 180px;
	font-weight: bold;
}

@media only screen and (max-width: 767px) {
	#top-detail dl{
		flex-wrap: wrap;
	}
	#top-detail dl dt{
		width: 100%;
		margin-bottom: 1rem;
	}
}

#top-map{
	padding: 0;
	background-color: #FFF;
}

#top-map .map-area {
  position: relative;
  width: 100%;
	padding-top: 40%;
}

@media only screen and (max-width: 767px) {
	#top-map .map-area {
		padding-top: 100%;
	}
}
#top-map .map-area iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#top-bnr{
	text-align: center;
	background-color: #FFF;
}

#top-bnr p{
	margin-bottom: 5rem;
}

#top-bnr .top-bnr__list{
	display: flex;
	justify-content: center;
	align-items: flex-end;
	flex-wrap: wrap;
}

#top-bnr .top-bnr__list > div{
	margin: 0 20px 30px;
}

.child-contents{
	padding: 8rem 0;
}

.child-contents h3{
	font-size: 2.8rem;
	text-align: center;
	margin-bottom: 2rem;
	color: #37a4a1;;
}

.child-contents .sub-title h3{
	font-size: 3.2rem;
}

.child-contents .mt8{
	margin-top: 8rem;
}

.child-contents .tx-center{
	text-align: center;
}

.page-history h4{
	font-size: 2rem;
	text-align: center;
	margin: 3rem 0 1rem;
}

.page-history .table-contents{
	background-color: #f5f5f5;
	padding: 3rem;
}

.page-history table{
	width: 100%;
}

.page-history table th,
.page-history table td{
	padding: 1.5rem 1rem;
	border-bottom: 1px solid #131313;
}

.page-history .resp2 table td{
	text-align: center;
}

.page-history .resp2 table td:first-child{
	text-align: left;
}

@media only screen and (max-width: 767px) {
	.page-history .resp1 table th,
	.page-history .resp1 table td{
		display: block;
		width: 100%;
	}
	.page-history .resp1 table td:first-child{
		border:none;
		padding-bottom: 0;
		font-weight: bold;
	}
	.page-history .resp2 table th,
	.page-history .resp2 table td{
		padding: 1.5rem 0.5rem;
	}
	.page-history .resp2 table td:first-child{
		width: 45%;
	}
}

.page-history table tr:last-child td{
	border:none;
}

.page-history table td:first-child{
	width: 200px;
}

.page-history .voice-list{
	background-color: #f5f5f5;
	padding: 3rem;
}

.page-history .voice-list li{
	list-style: disc;
	margin-left: 1.8rem;
	margin-bottom: 0.5rem;
}

.page-history .voice-list li:last-child{
	margin-bottom: 0;
}

.post-area h4{
	font-size: 2rem;
    color: #37a4a1;
    margin-bottom: 1rem;
    margin-top: 3rem;
}

.post-area .image{
	margin: 0 auto 2rem;
}

.post-area p + p{
	margin-top: 1.5rem;
}
.post-area ul {
	margin-top: 2rem;
}
.post-area ul li{
	list-style: disc;
	margin-left: 2rem;
}
.post-area ul li + li{
	margin-top: 0.8rem;
}

.page-exhibitors .category-btn{
	margin-top: 5rem;
	margin-bottom: 3rem;
}

.page-exhibitors .category-btn ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.page-exhibitors .category-btn ul:after{
	content: "";
}

.page-exhibitors .category-btn li,
.page-exhibitors .category-btn ul:after{
	width: calc(33.33% - 1rem);
	margin-bottom: 1.2rem;
}

@media only screen and (max-width: 1024px) {
	.page-exhibitors .category-btn li,
	.page-exhibitors .category-btn ul:after{
		width: calc(33.33% - 1rem);
	}
}

@media only screen and (max-width: 767px) {
	.page-exhibitors .category-btn li,
	.page-exhibitors .category-btn ul:after{
		width: 100%;
	}
}

.page-exhibitors .category-btn li a{
	display: block;
	padding: 2rem;
	background-color: #cccccc;
	color: #000;
	position: relative;
	border-radius: 8px;
}
@media only screen and (max-width: 767px) {
	.page-exhibitors .category-btn li a{
		padding: 1rem;
	}
}

.page-exhibitors .category-btn li.-marchie a{
    padding: 0;
    background-color: #FFF;
}

.page-exhibitors .category-btn li.-marchie a img{
	border-radius: 8px;
}

.page-exhibitors .category-btn li:nth-child(1) a{
	background-color: #F9E72C;
}
.page-exhibitors .category-btn li:nth-child(2) a{
	background-color: #1A96D5;
	color: #FFF;
}
.page-exhibitors .category-btn li:nth-child(3) a{
	background-color: #883D93;
    color: #FFF;
}
.page-exhibitors .category-btn li:nth-child(4) a{
	background-color: #4AA85A;
	color: #FFF;
}
.page-exhibitors .category-btn li:nth-child(5) a{
	background-color: #D82159;
	color: #FFF;
}
.page-exhibitors .category-btn li:nth-child(6) a{
    background: rgb(19,174,103);
    background: linear-gradient(180deg, rgba(19,174,103,1) 0%, rgba(3,110,184,1) 100%);
    color: #FFF;
}
.page-exhibitors .category-btn li:nth-child(7) a{
	background-color: #3551A2;
	color: #FFF;
}
.page-exhibitors .category-btn li:nth-child(8) a{
	background-color: #9C9E9C;
    color: #FFF;
}
.page-exhibitors .category-btn li:nth-child(9) a{
	background-color: #FAC03D;
}
.page-exhibitors .category-btn li:nth-child(10) a{
	background-color: #604C3F;
	color: #FFF;
}
.page-exhibitors .category-btn li:nth-child(11) a{
	background-color: #F6BFD7;
}
.page-exhibitors .category-btn li:nth-child(12) a{
	background-color: #E24739;
	color: #FFF;
}

.page-exhibitors .category-btn li a::after{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 2rem;
	margin: auto;
	vertical-align: middle;
	width: 7px;
	height: 7px;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

.page-exhibitors .category-btn li:nth-child(1) a::after,
.page-exhibitors .category-btn li:nth-child(9) a::after,
.page-exhibitors .category-btn li:nth-child(11) a::after{
	border-color: #000;

}

.page-exhibitors .icon-disp{
	background-color: #f5f5f5;
	padding: 2rem;
	margin-bottom: 5rem;
	line-height: 2;
}

.page-exhibitors .icon-disp .icon{
	font-size: 1.4rem;
}

.page-exhibitors .grp-col{
	padding: 5rem 0;
}

.page-exhibitors .grp-col .title{
	font-size: 2.4rem;
	text-align: center;
	margin-bottom: 3rem;
	font-weight: bold;
}

.page-exhibitors .grp-col .title-text{
	font-size: 1.6rem;
	text-align: center;
	margin-bottom: 3rem;
}

.page-exhibitors .list-exhibitors{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.page-exhibitors .list-exhibitors:after{
	content: "";
	width: calc(33.33% - 2rem);
	display: block;
	margin-bottom: 3rem;
}

.page-exhibitors .list-exhibitors .list{
	width: 100%;
	margin-bottom: 3rem;
	position: relative;
}

.page-exhibitors .list-exhibitors .list[data-team="単独"]{
	width: calc(50% - 1.5rem);
}
@media only screen and (max-width: 767px) {
	.page-exhibitors .list-exhibitors .list[data-team="単独"]{
		width: 100%;
	}
}

.page-exhibitors .list-exhibitors.list-presentation .list{
	width: 100%;
	margin-top: 3rem;
	position: relative;
}

@media only screen and (max-width: 767px) {
	.page-exhibitors .list-exhibitors .list{
		width: 100%;
		margin-bottom: 2rem;
	}
}

.page-exhibitors .list-exhibitors .list > a,
.page-exhibitors .list-exhibitors .list .inner{
	padding: 3rem;
	background-color: #FFF;
	border-radius: 6px;
	cursor: pointer;
	box-shadow: 0 3px 6px rgba(0,0,0,0.15);
	display: flex;
	justify-content: space-between;
	color: #000;
}
@media only screen and (max-width: 767px) {
	.page-exhibitors .list-exhibitors .list a,
    .page-exhibitors .list-exhibitors .list .inner{
		width: 100%;
		padding: 2rem;
	}
    .page-exhibitors .list-exhibitors .list .inner{
		flex-wrap: wrap;
        text-align: center;
	}
}

.page-exhibitors .list-exhibitors .list .inner a{
    text-decoration: underline;
}

.page-exhibitors .list-exhibitors.list-presentation .list a{
	align-items: center;
}


.page-exhibitors .list-exhibitors .list .thum{
	width: 200px;
	align-self: center;
	position: relative;
	overflow: hidden;
}
@media only screen and (max-width: 767px) {
	.page-exhibitors .list-exhibitors .list .thum{
		width: 100%;
	}
}

.page-exhibitors .list-exhibitors .list .inner .thum{
    width: 70%;
    display: flex;
    justify-content: space-between;
}
@media only screen and (max-width: 767px) {
    .page-exhibitors .list-exhibitors .list .inner .thum{
        width: 100%;
        margin-bottom: 1rem;
    }
}

.page-exhibitors .list-exhibitors .list .inner .thum span{
    width: calc(33.33% - 1.5rem);
    display: block;
}
@media only screen and (max-width: 767px) {
    .page-exhibitors .list-exhibitors .list .inner .thum span{
        width: calc(33.33% - 1rem);
    }
}

.page-exhibitors .list-exhibitors .list .thum img{
	object-fit: contain;
	width: 200px;
	height: 200px;
    border: 1px solid #CCC;
}
@media only screen and (max-width: 767px) {
	.page-exhibitors .list-exhibitors .list .thum img{
		width: 100%;
        height: auto;
	}
}

.page-exhibitors .list-exhibitors .list .inner .thum img{
    width: 100%;
    height: auto;
}

.page-exhibitors .list-exhibitors .list .text{
	width: calc(100% - 200px - 1.5rem);
}
@media only screen and (max-width: 767px) {
	.page-exhibitors .list-exhibitors .list .text{
		width: 100%;
	}
}

.page-exhibitors .list-exhibitors .list .inner  .text{
    width: calc(30% - 2rem);
}
@media only screen and (max-width: 767px) {
    .page-exhibitors .list-exhibitors .list .inner  .text{
        width: 100%
    }
}


.page-exhibitors .list-exhibitors .list[data-team="単独"]::before{
	content: attr(data-num);
	position: absolute;
	width:3.5rem;
	height: 3.5rem;
	border-radius: 100%;
	display: block;
	text-align: center;
	z-index: 1;
	padding-top: 0.5rem;
	box-sizing: border-box;
	font-weight: bold;
	left: -1.55rem;
	top: -1.55rem;
    background-color: #000;
    color: #FFF;
}

.page-exhibitors .list-exhibitors .list .l-col{
	padding: 2rem;
}

.page-exhibitors .list-exhibitors .list .r-col{
	padding: 2rem;
	position: relative;
}

.page-exhibitors .list-exhibitors .icon{
	position: absolute;
	top: -1rem;
}

.modal .icon{
	position: relative;
	top: -0.5rem;
}

.page-exhibitors .icon span,
.modal .icon span{
	display: inline-block;
	font-size: 1.2rem;
	padding: 0.3rem 1rem;
	line-height: 1;
	color: #FFF;
}

.page-exhibitors .icon span.ic1,
.modal .icon span.ic1{
	background-color: #05a310;
}

.page-exhibitors .icon span.ic2,
.modal .icon span.ic2{
	background-color: #0541a3;
}

.page-exhibitors .icon span.ic3,
.modal .icon span.ic3{
	background-color: #e60012;
}

.page-exhibitors .list-exhibitors .list p.image,
.modal .list p.image{
	line-height: 1;
	position: relative;
	padding-top: 75%;
	overflow:hidden;
	background-color: #f5f5f5;
	font-weight: bold;
}

.page-exhibitors .list-exhibitors .list p.image.bk-white{
	background-color: #FFF;
}

.page-exhibitors .list-exhibitors .list p.image img,
.modal .list p.image img,
.page-exhibitors .list-exhibitors .list p.image span,
.modal .list p.image span{
	position: absolute;
	left:50%;
	top: 50%;
	transform: translate(-50%,-50%);
	object-fit: cover;
}

.page-exhibitors .list-exhibitors .list p.image img.tate{
	position: absolute;
	left:50%;
	top: 50%;
	transform: translate(-50%,-50%);
	object-fit: cover;
	width: auto;
	height: 100%;
	max-width: auto;
}

.page-exhibitors .list-exhibitors .list p.text,
.page-exhibitors .list-exhibitors .list .info{
	display: none;
}

.page-exhibitors .list-exhibitors .list p.category{
	font-size: 1.3rem;
	background-color: #CCC;
	border-radius: 100px;
	padding: 0.2rem 1rem;
	margin-bottom: 1rem;
	display: inline-block;
}

.page-exhibitors .list-exhibitors .list p.name,
.modal .list p.name{
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 1rem;
    border-radius: 100px;
    padding: 0.5rem 2rem;
    display: inline-block;
}
@media only screen and (max-width: 767px) {
    .page-exhibitors .list-exhibitors .list p.name,
    .modal .list p.name{
        font-size: 1.5rem;
        padding: 0.5rem 1.5rem;
        display: block;
    }
}

.page-exhibitors .list-exhibitors .list[data-team="単独"] p.name{
    padding: 0;
    margin-bottom: 0.5rem;
    display: block;
    background: none !important;
    color: #000 !important;
}
@media only screen and (max-width: 767px) {
    .page-exhibitors .list-exhibitors .list[data-team="単独"] p.name{
        font-size: 1.7rem;
    }
}

.page-exhibitors .list-exhibitors .list p.pr{
	font-size: 1.4rem;
}

.page-exhibitors .list-exhibitors .list p.pr span{
	font-size: 1.2rem;
}

.page-exhibitors .list-exhibitors .list p.title-joint{
	font-size: 1.6rem;
    font-weight: bold;
    margin-top: 2rem;
}

.page-exhibitors .list-exhibitors .list .list-joint li{
    display: inline-block;
    margin-right: 1rem;
    margin-top: 0.5rem;
}

.page-exhibitors .list-exhibitors .list .list-joint li::before{
    content: attr(data-num);
    position: static;
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 100%;
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
    color: #000;
    font-size: 1.3rem;
    padding-top: 0.15rem;
    margin-right: 0.3rem;
}

.exhibitor-name{
	display: flex;
	justify-content: space-between;
	margin-bottom: 4rem;
	flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
	.exhibitor-name{
		margin-bottom: 0;
	}
}


.exhibitor-name .thum{
	width: 200px;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.exhibitor-name .thum{
		width: 100%;
	}
}

.exhibitor-name .thum figure{
	position: relative;
	margin-bottom: 3rem;
}

.exhibitor-name .thum figure img{
	object-fit: contain;
	width: 200px;
	height: 200px;
	border: 1px solid #CCC;
}
@media only screen and (max-width: 767px) {
	.exhibitor-name .thum figure img{
		width: 100%;
		height: 200px;
	}
}

.exhibitor-name .thum span.num{
    display: none;
}

.exhibitor-name[data-place="単独"] .thum span.num,
.joint-info__list .joint-info__item .joint-info__name span.num{
	content: attr(data-num);
	position: absolute;
	width:3.5rem;
	height: 3.5rem;
	border-radius: 100%;
	display: block;
	text-align: center;
	z-index: 1;
	padding-top: 0.5rem;
	box-sizing: border-box;
	font-weight: bold;
	left: -1.55rem;
	top: -1.55rem;
    color: #FFF;
}

.joint-info__list .joint-info__item .joint-info__name span.num{
    position: static;
    display: inline-block;
    margin-right: 0.5rem;
    caret-color: midnightblue;
	width:3rem;
	height: 3rem;
    padding-top: 0.2rem;
    font-size: 1.5rem;
}

.exhibitor-name .right-col{
	width: calc(100% - 200px - 2rem);
}
@media only screen and (max-width: 767px) {
	.exhibitor-name .thum{
		width: 100%;
		text-align: center;
	}

	.exhibitor-name .right-col{
		width: 100%;
	}
}

.company_category span{
	display: inline-block;
	padding: 0.2rem 1rem;
	font-size: 1.4rem;
	border-radius: 100px;
}

.exhibitor-name h2{
	font-size: 3.4rem;
	font-weight: bold;
	margin: 0 0 2rem 0;
}
@media only screen and (max-width: 767px) {
	.exhibitor-name h2{
		font-size: 2.4rem;
	}
}

.exhibitor-name p{
	font-size: 2rem;
	font-weight: bold;
}

.exhibitor-detail .title{
	font-size: 2rem;
	font-weight: bold;
	margin: 2rem 0 1rem;
}

.exhibitor-detail .pr-text{
	margin-bottom: 2rem;
}

.exhibitor-detail .pr-text strong{
	font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
	.exhibitor-detail .pr-text strong{
		font-size: 1.6rem;
	}
}

.exhibitor-detail .exhibitor-detail__flex{
	display: flex;
	justify-content: space-between;
	margin-top: 4rem;
}
@media only screen and (max-width: 767px) {
	.exhibitor-detail .exhibitor-detail__flex{
		flex-wrap: wrap;
	}
}


.exhibitor-detail .exhibitor-detail__image{
	margin-bottom: 1rem;
	width: calc(50% - 2rem);
}
@media only screen and (max-width: 767px) {
	.exhibitor-detail .exhibitor-detail__image{
		width: 100%;
		margin-bottom: 2rem;
		text-align: center;
	}
}


.exhibitor-detail .movie{
	text-align: center;
	margin-top: 4rem;
}
@media only screen and (max-width: 767px) {
	.exhibitor-detail .movie{
		text-align: center;
		margin-top: 0;
	}
}


.exhibitor-detail .movie p{
	margin-top: 1rem;
}

.exhibitor-detail .movie iframe{
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.exhibitor-detail .movie {
	width: 100%;
	aspect-ratio: 16 / 9;
	}
	.exhibitor-detail .movie iframe {
	width: 100%;
	height: 100%;
	}
}

.exhibitor-detail .mutual_link li{
	margin: 0 1rem 1rem 0;
	display: inline-block;
}

.exhibitor-detail .mutual_link li a{
	background-color: #CCC;
	border-radius: 5px;
	padding: 0.5rem 1rem;
	color: #000;
	display: block;
}

.company-detail table{
	border: 1px solid #CCC;
	width: 100%;
}

.company-detail th{
	width: 160px;
	background-color: #f5f5f5;
	padding: 0.5rem;
	border: 1px solid #CCC;
	border-width: 0 0 1px 1px;
	text-align: center;
	vertical-align: middle;
}
@media only screen and (max-width: 767px) {
	.company-detail th{
		display: block;
		width: 100%;
		border-left: none;
	}
}

.company-detail td{
	width: calc(100% - 160px);
	padding: 1rem;
	border: 1px solid #CCC;
	border-width: 0 0 1px 1px;
}
@media only screen and (max-width: 767px) {
	.company-detail td{
		display: block;
		width: 100%;
		border-left: none;
	}
}

.stmap-area{
	margin-bottom: 2rem;
}

.stmap-area iframe{
	width: 100%;
}

.joint-info{
    margin-top: 6rem;
}

.joint-info .joint-info__item{
    display: flex;
    justify-content: space-between;
    margin-top: 4rem;
    border-top: 1px solid #CCC;
    padding-top: 4rem;
}

.joint-info .joint-info__item:first-child{
    margin-top: 0;
    border: none;
    padding-top: 0;
}

.joint-info .joint-info__thum{
    width: 200px;
}
@media only screen and (max-width: 767px) {
    .joint-info .joint-info__thum{
        width: 100%
    }
}

.joint-info .joint-info__thum img{
    object-fit: contain;
    width: 200px;
    height: 200px;
    border: 1px solid #CCC;
}
@media only screen and (max-width: 767px) {
    .joint-info .joint-info__thum img{
        width: 100%;
        height: auto;
    }
}

.joint-info .joint-info__right{
    width: calc(100% - 200px - 1.5rem);
}
@media only screen and (max-width: 767px) {
    .joint-info .joint-info__right{
        width: 100%;
    }
}

.joint-info .joint-info__name{
    font-size: 2rem;
    font-weight: bold;
}
@media only screen and (max-width: 767px) {
    .joint-info .joint-info__name{
        font-size: 1.6rem;
        margin-bottom: 0.5rem;
    }
}

.joint-info .joint-info__text{
    margin-top: 1rem;
}

.joint-info .joint-info__right .btn{
    margin-top: 1rem;
}

/*contents*/
.sub-contents-box{
	margin-top: 4rem;
}
.sub-contents-box .title,
.pr-text .title,
.joint-info .title{
	font-weight: bold;
	font-size: 2.4rem;
	position: relative;
	margin-bottom: 1.5rem;
	color: #099081;
}
@media only screen and (max-width: 767px) {
	.sub-contents-box .title,
	.pr-text .title,
    .joint-info .title{
		font-weight: bold;
		font-size: 2rem;
		position: relative;
		margin-bottom: 1.5rem;
		color: #099081;
	}
}

/*マイページ関連*/
.mypage-rayout{
	display: flex;
	justify-content: space-between;
}
@media only screen and (max-width: 767px) {
	.mypage-rayout{
		flex-direction: column;
	}
}

.mypage-left{
	width: 20%;
	min-width: 200px;
}

.mypage-right{
	width: calc(80% - 5rem);
}

@media only screen and (max-width: 767px) {
	.mypage-left{
		width: 100%;
	}
	
	.mypage-right{
		width: 100%;
	}
}

.mypage-left .login-name{
	background-color: #f5f5f5;
	border-radius: 5px;
	padding: 1.5rem;
	margin-bottom: 2rem;
}

.menu-mypage-ex__open{
	border: 1px solid #3ba1da;
	border-bottom: none;
	border-radius: 5px 5px 0 0;
	padding: 1rem 2rem 1rem 1rem;
	color: #3ba1da;
	position: relative;
}
.menu-mypage-ex__open.open{
}

.menu-mypage-ex__open::after{
	content: "";
	display: block;
	width:0;
	height:0;
	border-style:solid;
	border-width: 8px 6px 0 6px;
	border-color:#3BA1DA transparent transparent transparent ;
	position: absolute;
	right: 1rem;
	top: 50%;
	transform: translateY(-50%);
}
.menu-mypage-ex__open.open::after{
	content: "×";
	border: none;
	width: auto;
	height: auto;
	font-size: 1.8rem;
	font-weight: bold;
	right: 0.7rem;
}

#menu-mypage-ex{
	border: 1px solid #3ba1da;
	border-radius: 5px;
}
@media only screen and (max-width: 767px) {
	#menu-mypage-ex{
		height: 0;
		overflow: hidden;
		border-radius: 0 0 5px 5px;
		margin-bottom: 3rem;
	}
	#menu-mypage-ex.open{
		height: auto;
	}
}

#menu-mypage-ex li a{
	border-bottom: 1px solid #3ba1da;
	display: block;
	padding: 1rem 2rem 1rem 1rem;
	color: #3ba1da;
	text-decoration: none;
	position: relative;
}

#menu-mypage-ex li:last-child a{
	border-bottom: none;
}

#menu-mypage-ex li a::after{
	content: "";
	display: block;
	width:0;
	height:0;
	border-style:solid;
	border-width: 6px 0 6px 8px;
	border-color: transparent transparent transparent #3BA1DA;
	position: absolute;
	right: 1rem;
	top: 50%;
	transform: translateY(-50%);
}

#menu-mypage-ex li a:hover{
	background-color: #3ba1da;
	color: #FFF;
}

#menu-mypage-ex li a:hover::after{
	border-color: transparent transparent transparent #FFF;
}

#menu-mypage-ex li a span{
	color: #FF0000;
	font-size: 1.2rem;
	display: block;
}

#menu-mypage-ex li.no-link{
    pointer-events: none;
}

#menu-mypage-ex li.no-link a{
    color: #CCC;
}

#menu-mypage-ex li.no-link a::after{
    display: none;
}


.mypage-rayout .mypage-read{
	margin: 0 auto 4rem;
	border: 1px solid #FF0000;
	padding: 3rem;
	font-size: 1.4rem;
	border-radius: 5px;
    max-width: 800px;
    text-align: center;
}

.mypage-rayout #main-error{
    background-color: #ff0000;
    color: #FFF;
    padding: 3rem 3rem 2rem;
	font-size: 1.4rem;
	border-radius: 5px;
    max-width: 800px;
    text-align: center;
    margin-bottom: 3rem;
}

.mypage-rayout .mypage-read .tx-left{
    text-align: left;
}

.mypage-rayout .mypage-read .mypage-read_title{
	font-size: 1.6rem;
	text-align: center;
	margin-bottom: 1rem;
	color: #FF0000;
	font-weight: bold;
}

.mypage-rayout .mypage-read p{
    margin-bottom: 1.8rem;
}

.mypage-rayout .mypage-read p.tx20{
    font-size: 1.8rem;
}

.mypage-rayout .mypage-read .btn-mypage + .btn-mypage{
    margin-top: 1rem;
}

.mypage-rayout .mypage-read .btn-mypage a{
    background-color: #0095d5;
    display: inline-block;
    min-width: 340px;
    padding: 1.5rem;
    line-height: 1;
    color: #FFF;
    position: relative;
    border-radius: 6px;
    text-decoration: none;
    margin: 0 auto;
}
@media only screen and (max-width: 767px) {
    .mypage-rayout .mypage-read .btn-mypage a{
        min-width: auto;
        display: block;
    }
}

.mypage-rayout .mypage-read .btn-mypage a:hover{
    background-color: #0250a5;
}

.mypage-rayout .mypage-read .btn-mypage.red a{
    background-color: #DF1F1F;
}

.mypage-rayout .mypage-read .btn-mypage.red a:hover{
    background-color: #bd0404;
}



.page-mypage .read2{
	margin: 0 auto 4rem;
	border: 1px solid #FF0000;
	padding: 3rem;
	font-size: 1.4rem;
	border-radius: 5px;
}

.page-mypage .read2 .title{
	font-size: 1.6rem;
	text-align: center;
	margin-bottom: 1rem;
	color: #FF0000;
	font-weight: bold;
}

.page-mypage .read2.orange{
	border: 1px solid #fc8919;
}

.page-mypage .read2.orange .title{
	color: #fc8919;
}

.page-mypage .read2.blue{
	border: 1px solid #008ada;
}

.page-mypage .read2.blue .title{
	color: #008ada;
}

.um-account-side{
	display: none;
}


.ex-nav{
	margin: 0 auto 4rem;
	text-align: center;
}

.ex-nav ul{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.ex-nav li{
	margin: 0 0.5rem;
	display: block;
	margin-bottom: 1rem;
}

.ex-nav li a{
	background-color: #FFF;
	border:1px solid #3ba1da;
	color: #3ba1da;
	text-decoration: none;
	padding: 1rem 1rem;
	border-radius: 5px;
	display: block;
}

.ex-nav li a:hover{
	color: #FFF;
	background-color: #3ba1da;
}

.ex-nav li.red a{
	border:1px solid #DF1F1F;
	background-color: #DF1F1F;
	color: #FFF;
	text-decoration: none;
	padding: 1rem 1rem;
	border-radius: 5px;
	display: block;
}

.ex-nav li.red a:hover{
	color: #DF1F1F;
	background-color: #FFF;
}

.ex-nav li.orange a{
	border:1px solid #fc8919;
	background-color: #fc8919;
	color: #FFF;
	text-decoration: none;
	padding: 1rem 1rem;
	border-radius: 5px;
	display: block;
}

.ex-nav li.orange a:hover{
	color: #fc8919;
	background-color: #FFF;
}
/*UMフォーム*/
.um-text{
	font-size: 1.4rem;
}
.um-row-heading{
	font-size: 2.4rem;
	color: #000;
	margin-bottom: 2rem;
	font-weight: bold;
}

.um-profile .um-profile-body{
	padding-top: 0;
}

/*CSV関連*/
body.admin {
	background: none;
}
.admin header{
	display: none;
}
.admin footer,
.admin .footer-contents{
	display: none;
}

/*animation*/
.move-top{
	opacity: 0;
	transform: translateY(15%);
	transition-delay: 0.3s !important;
}

.move-top.on{
	opacity: 1;
	transform: translateY(0);
	transition: all 1s ease-out;
}

.anime-move[data-delay="2"]{
	transition-delay: 0.3s !important;
}

.anime-move[data-delay="3"]{
	transition-delay: 0.6s !important;
}

.anime-move[data-delay="4"]{
	transition-delay: 0.9s !important;;
}

.anime-move[data-delay="5"]{
	transition-delay: 1.2s !important;
}

.anime-move[data-delay="6"]{
	transition-delay: 1.5s !important;
}

.post-area .wp-block-image{
	margin-bottom: 3rem;
}

.page-exchange_space__h3{
	background-color: #37a4a1;
	text-align: center;
	color: #FFF;
	margin-top: 5rem;
	margin-bottom: 2rem;
	padding: 1rem;
}
.page-exchange_space__h3 h3{
	font-size: 3rem;
	margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
	.page-exchange_space__h3 h3{
		font-size: 2.4rem;
	}
}

.page-exchange_space__h3 p{
	margin-bottom: 0 !important;
}

.page-exchange_space h4{
	font-size: 2rem;
	color: #37a4a1;
	margin-bottom: 1rem;
	margin-top: 3rem;
}

.page-exchange_space h5{
	font-size: 1.8rem;
	position: relative;
	padding-left: 2.2rem;
	margin-bottom: 1rem;
}

.page-exchange_space h5::before{
	content: "●";
	position: absolute;
	left: 0;
	top: 0;
}

.page-exchange_space p{
	margin-bottom: 2rem;
}

.page-exchange_space p.sup{
	font-size: 1.2rem;
}

.page-exchange_space sup{
	font-size: 1.2rem;
	vertical-align: super;
}

.page-exchange_space .sub{
	background-color: #f5f5f5;
	padding: 1.5rem 1.5rem 0.5rem;
	margin-bottom: 2rem;
}

.page-exchange_space .sub p{
	font-size: 1.4rem;
	margin-bottom: 1.5rem;
}

.page-exchange_space ol {
	margin-bottom: 2rem;
}

.page-exchange_space .is-layout-flex{
	margin-bottom: 2rem;
}
.page-exchange_space .is-layout-flex.wp-container-core-columns-layout-5{
	margin-bottom: 0;
}
.page-exchange_space .is-layout-flex h4{
	margin-top: 0;
}
.page-exchange_space .is-layout-flex p{
	margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
	.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column{
		flex-basis: 33.33%;
	}
}

.page-exchange_space ol li{
	list-style: none;
	position: relative;
	padding-left: 2rem;
	margin-bottom: .5rem;
}

.page-exchange_space ol li::before{
	position: absolute;
	left: 0;
	top: 0;
}

.page-exchange_space ol li:nth-child(1)::before{
	content: "①";
}
.page-exchange_space ol li:nth-child(2)::before{
	content: "②";
}
.page-exchange_space ol li:nth-child(3)::before{
	content: "③";
}
.page-exchange_space ol li:nth-child(4)::before{
	content: "④";
}
.page-exchange_space ol li:nth-child(5)::before{
	content: "⑤";
}
.page-exchange_space ol li:nth-child(6)::before{
	content: "⑥";
}
.page-exchange_space ol li:nth-child(7)::before{
	content: "⑦";
}


.page-exchange_space .wp-block-buttons>.wp-block-button.wp-block-button__width-50{
	width: auto !important;
	margin-top: 1rem;
}

.page-exchange_space .wp-block-button__link{
	display: inline-block;
	width: auto;
}

#issue{
	max-width: 600px;
	margin: 0 auto;
	padding: 5rem 0;
}

#issue h2{
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 4rem;
}

#issue input[type="email"]{
	width: 100%;
	padding:1rem;
	font-size: 1.6rem;
	border: 1px solid #CCC;
	border-radius: 4px;
}

#issue .btn-area{
	margin-top: 2rem;
}

.page-competition h3{
    font-size: 2rem;
    color: #37a4a1;
    margin-bottom: 1rem;
    margin-top: 3rem;
}

.table_competition{
	margin-top: 4rem;
}

@media only screen and (max-width: 767px) {
	.table_competition{
		overflow: scroll;
	}
	.table_competition::before{
		content: "横にスクロールしてご覧ください";
		display: block;
		margin-bottom: 0.5rem;
	}
	.table_competition .wp-block-group__inner-container{
		width: 1000px;
	}
}

.table_competition table{
	width: 100%;
	border: none;
	table-layout: fixed;
}

.table_competition table td,
.table_competition table th{
	font-size: 1.4rem;
	padding: 1rem;
	vertical-align: middle;
}

.table_competition table th{
	color: #37a4a1;
}

.table_competition table td a{
	color: #E84686;
	text-decoration: underline;
}

.table_competition .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #f5f5f5;
}

.table_competition .wp-block-table.is-style-stripes tbody tr:nth-child(1){
	background-color: #E7F4F2;
}

.table_competition table tr:nth-child(1) th:nth-child(1){
	width: 5%;
}

.table_competition table tr:nth-child(1) th:nth-child(2){
	width: 10%;
}

.table_competition table tr:nth-child(1)  th:nth-child(3){
	width: 20%;
}

.table_competition table tr:nth-child(1)  th:nth-child(4){
	width: 20%;
}

.table_competition table tr:nth-child(1)  th:nth-child(5){
	width: 25%;
}

.table_competition table tr:nth-child(1)  th:nth-child(6){
	width: 20%;
}
.table_competition table td:nth-child(1),
.table_competition table td:nth-child(3){
	text-align: center;
}
.table_competition table td:nth-child(6){
	text-align: center;
}

.mailform {
	margin-top: 5rem;
}

.mailform dl{
	margin-bottom: 4rem;
	border-bottom: 1px solid #CCC;
	padding-bottom: 4rem;
}
@media only screen and (max-width: 767px) {
	.mailform dl{
		margin-bottom: 3rem;
		padding-bottom: 3rem;
	}
}

.mailform dt{
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 1rem;
	color: #37a4a1;
}
@media only screen and (max-width: 767px) {
	.mailform dt{
		font-size: 1.5rem;
	}
}

.mailform dd{
	font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
	.mailform dd{
		font-size: 1.4rem;
	}
}

.mailform dd + dd{
    margin-top: 1rem;
}

.mailform .hidden,
.mailform .hidden-sub{
	margin-top: 1.5rem;
	display: none;
}

.mailform .wpcf7-list-item {
    display: inline-block;
    margin: 0 2rem 0.5rem 0;
}
@media only screen and (max-width: 767px) {
	.mailform .wpcf7-list-item {
		display: block;
	}
}

.mailform input[type="text"],
.mailform input[type="number"],
.mailform input[type="email"],
.mailform textarea{
	width: 100%;
	padding:1rem;
	font-size: 1.5rem;
	border: 1px solid #CCC;
	border-radius: 4px;
}
@media only screen and (max-width: 767px) {
	.mailform input[type="text"],
	.mailform textarea{
		font-size: 1.4rem;
	}
}

.mailform select{
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    border: 0;
    margin: 0;
    padding: 0;
    background: none transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    box-sizing: content-box;
    height: 3.8rem;
}

.mailform .form-select{
	width: 100%;
	padding:0 1rem;
	font-size: 1.5rem;
	border: 1px solid #CCC;
	border-radius: 4px;
    position: relative;
    background-color: #FFF;
}

.dli-chevron-down {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 1.4rem;
  height: 1.4rem;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  position: absolute;
  right: 1.5rem;
  top: calc(50% - 0.3rem);
  transform: translateY(-50%) rotate(135deg);
}

.wpcf7-spinner{
	display: block;
    margin: 2rem auto;
}


.list_exhibitor_other .wp-block-columns{
    margin-top: 4rem;
    border-bottom: 1px solid #CCC;
    padding-bottom: 4rem;
}

.list_exhibitor_other .wp-block-columns:last-child{
    border-bottom: none;
}

.list_exhibitor_other h4.wp-block-heading{
    margin-top: 0 !important;
}

.list_exhibitor_other .wp-block-buttons{
    margin-top: 1.8rem;
    text-align: right;
}

.list_exhibitor_other .wp-block-buttons .has-custom-width{
    max-width: 20rem !important;
}

.post-area .list_exhibitor_other .wp-block-image{
    margin-bottom: 0;
}

.hamamatsu-hedding p{
    font-size: 2rem;
    color: #37a4a1;
    font-weight: bold;
}

.hamamatsu-hedding{
    margin-bottom: 8rem;
}

.hamamatsu-hedding .wp-block-list{
    display: flex;
    flex-wrap: wrap;
    background-color: #f5f5f5;
    padding: 3rem;
}

.hamamatsu-hedding .wp-block-list li{
    list-style: disc;
}

.post-area .hamamatsu-hedding ul li{
    margin-left: 4rem;
}

.post-area .hamamatsu-hedding ul li + li{
    margin-top: 0 !important;
}

/*地域別カラー*/
[data-bg-color="仙台市"]{background-color: #F3E338;color:}
[data-bg-color="群馬県"]{background-color: #659A52;color: #FFF;}
[data-bg-color="東京都"]{background-color: #4C89CD;color: #FFF;}
[data-bg-color="墨田区"]{background-color: #364896;color: #FFF;}
[data-bg-color="江戸川区"]{background-color: #E4BAD1;}
[data-bg-color="大田区"]{background-color: #B23451;color: #FFF;}
[data-bg-color="板橋区"]{background-color: #6D3C87;color: #FFF;}
[data-bg-color="川崎市"]{background-color: #E9BA40;}
[data-bg-color="相模原市"]{background-color: #B6975C;}
[data-bg-color="沼津市"]{background-color: #96B82A;}
[data-bg-color="浜松市"]{background-color: #4D8F9E;color: #FFF;}
[data-bg-color="愛知県"]{background-color: #C2432A;color: #FFF;}
[data-bg-color="岡山県"]{background-color: #325C2F;color: #FFF;}
[data-bg-color="北九州市"]{background-color: #171C55;color: #FFF;}



.page-exhibitors .list-exhibitors .list[data-place="仙台市"] .list-joint li::before,
.page-exhibitors .list-exhibitors .list[data-place="仙台市"]::before,
[data-place="仙台市"] .company_category span,
.joint-info__list[data-place="仙台市"] .joint-info__item .joint-info__name span.num{
    background-color: #F3E338;
}
.page-exhibitors .list-exhibitors .list[data-place="群馬県"] .list-joint li::before,
.page-exhibitors .list-exhibitors .list[data-place="群馬県"]::before,
[data-place="群馬県"] .company_category span,
.joint-info__list[data-place="群馬県"] .joint-info__item .joint-info__name span.num{
    background-color: #659A52;
    color: #FFF;
}
.page-exhibitors .list-exhibitors .list[data-place="東京都"] .list-joint li::before,
.page-exhibitors .list-exhibitors .list[data-place="東京都"]::before,
[data-place="東京都"] .company_category span,
.joint-info__list[data-place="東京都"] .joint-info__item .joint-info__name span.num{
    background-color: #4C89CD;
    color: #FFF;
}
.page-exhibitors .list-exhibitors .list[data-place="墨田区"] .list-joint li::before,
.page-exhibitors .list-exhibitors .list[data-place="墨田区"]::before,
[data-place="墨田区"] .company_category span,
.joint-info__list[data-place="墨田区"] .joint-info__item .joint-info__name span.num{
    background-color: #364896;
    color: #FFF;
}
.page-exhibitors .list-exhibitors .list[data-place="江戸川区"] .list-joint li::before,
.page-exhibitors .list-exhibitors .list[data-place="江戸川区"]::before,
[data-place="江戸川区"] .company_category span,
.joint-info__list[data-place="江戸川区"] .joint-info__item .joint-info__name span.num{
    background-color: #E4BAD1;
}
.page-exhibitors .list-exhibitors .list[data-place="大田区"] .list-joint li::before,
.page-exhibitors .list-exhibitors .list[data-place="大田区"]::before,
[data-place="大田区"] .company_category span,
.joint-info__list[data-place="大田区"] .joint-info__item .joint-info__name span.num{
    background-color: #B23451;
    color: #FFF;
}
.page-exhibitors .list-exhibitors .list[data-place="板橋区"] .list-joint li::before,
.page-exhibitors .list-exhibitors .list[data-place="板橋区"]::before,
[data-place="板橋区"] .company_category span,
.joint-info__list[data-place="板橋区"] .joint-info__item .joint-info__name span.num{
    background-color: #6D3C87;
    color: #FFF;
}
.page-exhibitors .list-exhibitors .list[data-place="川崎市"] .list-joint li::before,
.page-exhibitors .list-exhibitors .list[data-place="川崎市"]::before,
[data-place="川崎市"] .company_category span,
.joint-info__list[data-place="川崎市"] .joint-info__item .joint-info__name span.num{
    background-color: #E9BA40;
}
.page-exhibitors .list-exhibitors .list[data-place="相模原市"] .list-joint li::before,
.page-exhibitors .list-exhibitors .list[data-place="相模原市"]::before,
[data-place="相模原市"] .company_category span,
.joint-info__list[data-place="相模原市"] .joint-info__item .joint-info__name span.num{
    background-color: #B6975C;
}
.page-exhibitors .list-exhibitors .list[data-place="沼津市"] .list-joint li::before,
.page-exhibitors .list-exhibitors .list[data-place="沼津市"]::before,
[data-place="沼津市"] .company_category span,
.joint-info__list[data-place="沼津市"] .joint-info__item .joint-info__name span.num{
    background-color: #96B82A;
}
.page-exhibitors .list-exhibitors .list[data-place="浜松市"] .list-joint li::before,
.page-exhibitors .list-exhibitors .list[data-place="浜松市"]::before,
[data-place="浜松市"] .company_category span,
.joint-info__list[data-place="浜松市"] .joint-info__item .joint-info__name span.num{
    background-color: #4D8F9E;
    color: #FFF;
}
.page-exhibitors .list-exhibitors .list[data-place="愛知県"] .list-joint li::before,
.page-exhibitors .list-exhibitors .list[data-place="愛知県"]::before,
[data-place="愛知県"] .company_category span,
.joint-info__list[data-place="愛知県"] .joint-info__item .joint-info__name span.num{
    background-color: #C2432A;
    color: #FFF;
}
.page-exhibitors .list-exhibitors .list[data-place="岡山県"] .list-joint li::before,
.page-exhibitors .list-exhibitors .list[data-place="岡山県"]::before,
[data-place="岡山県"] .company_category span,
.joint-info__list[data-place="岡山県"] .joint-info__item .joint-info__name span.num{
    background-color: #325C2F;
    color: #FFF;
}
.page-exhibitors .list-exhibitors .list[data-place="北九州市"] .list-joint li::before,
.page-exhibitors .list-exhibitors .list[data-place="北九州市"]::before,
[data-place="北九州市"] .company_category span,
.joint-info__list[data-place="北九州市"] .joint-info__item .joint-info__name span.num{
    background-color: #171C55;
    color: #FFF;
}

.page-exhibitors #grp1{
	background-color: #F3E3380D;
}
.page-exhibitors #grp2{
	background-color: #659A521A;
}
.page-exhibitors #grp3{
	background-color: #4C89CD1A;
}
.page-exhibitors #grp5{
	background-color: #3551a20D;
}
.page-exhibitors #grp4{
	background-color: #f6bfd71A;
}
.page-exhibitors #grp7{
	background-color: #d821590D;
}
.page-exhibitors #grp6{
	background-color: #883d930D;
}
.page-exhibitors #grp8{
	background-color: #fac03d0D;
}
.page-exhibitors #grp9{
	background-color: #c9a0630D;
}
.page-exhibitors #grp10{
	background-color: #8fc31f0D;
}
.page-exhibitors #grp11{
	background-color: #00a0a60D;
}
.page-exhibitors #grp12{
	background-color: #e838280D;
}
.page-exhibitors #grp13{
	background-color: #0069340D;
}
.page-exhibitors #grp14{
	background-color: #171c610D;
}

.map-area{
    position: relative;
}

.map-link a{
    width: 12rem;
    height: 14rem;
    display: block;
    opacity: 0.5;
    position: absolute;
    font-size: 0;
}

.map-link a.-small{
    height: 4rem;
}

.map-link__item1{
    top: 17rem;
    left: 57rem;
}
.map-link__item2{
    top: 31rem;
    left: 51.5rem;
}

.map-link__item3{
    display: none !important;
}
.map-link__item4{
    top: 36rem;
    left: 75rem;
}
.map-link__item5{
    top: 51.5rem;
    left: 88.5rem;
}
.map-link__item6{
    top: 51.5rem;
    left: 75rem;
}
.map-link__item7{
    top: 36rem;
    left: 88.5rem;
}
.map-link__item8{
    top: 50rem;
    left: 60.5rem;
}
.map-link__item9{
    top: 21rem;
    left: 83rem;
}
.map-link__item10{
    top: 46rem;
    left: 57.5rem;
}
.map-link__item11{
    top: 51.5rem;
    left: 49.5rem;
}
.map-link__item12{
    top: 51.5rem;
    left: 35.5rem;
}
.map-link__item13{
    top: 29.5rem;
    left: 38rem;
}
.map-link__item14{
    top: 33rem;
    left: 3.5rem;
}

.page-pitch_event{
}

.page-pitch_event h2{
    margin-top: 4rem;
    font-size: 2.4rem;
    color: #e8468c;
}

.page-pitch_event h3{
    font-size: 2rem;
    color: #37a4a1;
    margin-bottom: 3rem;
}

.page-pitch_event p{
    margin-top: 1.6rem;
    font-size: 1.6rem;
}

.page-pitch_event p.tx-sup{
    font-size: 1.4rem;
}

.page-pitch_event dd > p{
    margin-bottom: 1.6rem;
}

.page-pitch_event .mailform-main{
    background-color: #f5f5f5;
    padding: 2rem;
    border-radius: 0.5rem;
    margin-bottom: 4rem;
}

.page-pitch_event .mailform-main dl:last-child{
    border:none;
    margin-bottom: 0;
}

.scroll{
    height: 15rem;
    overflow: scroll;
    font-size: 1.6rem;
    border: 1px solid #CCC;
    padding: 2.5rem;
}
@media only screen and (max-width: 767px) {
    .scroll{
        height: 25rem;
        font-size: 1.4rem;
-webkit-overflow-scrolling: touch;
    }
}

.scroll p + p{
    margin-top: 1.6rem;
}

.scroll strong{
    color:#099081;
}

#um_field_158_doui{
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
}

#um_field_158_doui .um-field-area{
    width: 20rem;
    transform: translateX(4rem);
    text-align: left;
}

#um_field_158_doui{
    pointer-events: none;
    opacity: 0.5;
}

#um_field_158_doui.enabled{
    pointer-events: visible;
    opacity: 1;
}

