@charset "UTF-8";

/*
Theme Name: おおた研究・開発フェア
Theme URI:
Author: おおた研究・開発フェア
Description:
Version: 1.0
*/

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

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

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

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

body{
	height:100%;
	width:100%;
	font-family:  'Noto Sans JP', sans-serif;
}

*{
	box-sizing: border-box;
}

a{
	text-decoration: none;
}

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: normal;
}

a{
	text-decoration: underline;
	color: #00a0e9;
}

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

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

.mt20{
	margin-top: 2rem;
}

.mb20{
	margin-bottom: 2rem;
}

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


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

.tx-sup{
	font-size: 1.3rem;
}

.tx-red{
	color: #FF0000;
}

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

.col2,
.col3{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.btn{
 display: inline-block;
}

.btn a,
.btn span{
	display: block;
	border-radius: 6px;
	min-width: 200px;
	padding: 1.5rem 3rem;
	line-height: 1;
	color: #FFF;
	position: relative;
	text-decoration: none;
	text-align: center;
	border: 1px solid #00a0e9;
	background: #00a0e9 url(/2024/img/arrow_right.png) no-repeat right 10px center;
	background-size: 1.5rem;
}

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

.btn.small a,
.btn.small span{
	min-width: 130px;
	font-size: 1.4rem;
	padding: 0.8rem 2.5rem;
	background-size: 12px;
}

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

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

ol > li{
	margin-left: 2rem;
	line-height: 1.8;
}

.list-disc{
    list-style: disc;
}

.list-disc li{
    margin-left: 2rem;
}

/*rayout*/
body{
	font-size: 1.6rem;
	line-height: 1.6;
	color: #555;
	background-size: cover;
	background-color: #FFF;
	font-weight: 500;
}

body.front{
	background-color: #f5f5f5;
}

main.pages{
	padding-bottom: 6rem;
}

.container{
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 2rem;
}


.container-s{
	max-width: 1040px;
	margin: 0 auto;
	padding: 0 2rem;
}

.container-ss{
	max-width: 850px;
	margin: 0 auto;
	padding: 0 2rem;
}

.bk-white{
	background-color: #FFF;
}

/*header*/

header {
	position: relative;
	background-color: #FFF;
	border-bottom: 1px solid #CCC;
}

header .logo{
	padding: 2rem 0;
}

header .inner{
	border-bottom: 1px solid #CCC;
}

header .inner .container{
	position: relative;
}

header h1{
	max-width: 1180px;
	padding: 0 2rem;
	margin: 0 auto;
}

header h1 img{
	width: 30rem;
}

@media only screen and (max-width: 767px) {
	header h1{
		padding: 0rem;
	}
	header h1 img{
		width: 60%;
	}
}
@media only screen and (min-width: 768px) {
	header .nav{
		display: flex;
		justify-content: space-between;
		max-width: 1180px;
		padding: 2rem;
		margin: 0 auto;
		align-items: center;

	}
	header .nav nav{
		width: 100%;
	}
	header .nav ul{
		display: flex;
		justify-content: center;
        gap: 0 4rem;
	}
	header .nav li a{
		text-decoration: none;
	}
	header .hd-btn-link{
		position: absolute;
		right: 0;
		top: 0;
	}
	header .btn-link{
		display: flex;
	}
	header .nav .btn-link{
		display: none;
	}
	header .btn-link > div{
		margin-left: 0.4rem;
	}
	header .btn-link > div a{
		display: block;
		background-color: #00a0e9;
		color: #FFF;
		text-align: center;
		padding: 1rem 2rem;
		text-decoration: none;
	}
	header .hd-btn-link .btn-link > div a{
		border-radius: 0 0 5px 5px;
	}
}
@media only screen and (max-width: 767px) {
	header .nav{
		height: 100%;
		position: fixed;
		width: 250px;
		right: -250px;
		padding-top: 7rem;
		box-shadow: 0 -2px 2px rgba(0,0,0,0.3);
	}

	header .nav.active{
		background-color: #FFF;
		z-index: 1;
		right: 0;
		top: 0;
	}


	header .nav li{
		border-bottom: 1px solid #CCC;
		font-size: 1.8rem;
	}

	header .nav li{
		border-bottom: 1px solid #CCC;
		border-top: none;
	}

	header .nav li a{
		color: #00a0e9;
		font-weight: bold;
		text-decoration: none;
		display: block;
		padding: 2rem 0;
	}

	header .nav li a{
		padding-left: 2rem;
	}

	header .btn-link > div{
		margin-top: 1.5rem;
	}
	header .btn-link {
		padding: 0 1rem;
	}
	
	header .btn-link > div a{
		display: block;
		background-color: #00a0e9;
		color: #FFF;
		text-align: center;
		padding: 1.5rem 1rem;
		text-decoration: none;
	}
}

header .btn-link > div.btn-register a{
	background-color: #c40529;
}
header .btn-link > div.btn-guide a{
	background-color: #43af49;
	color: #FFF;
}

.btn-nav{
	background-color: #00a0e9;
	position: absolute;
	width: 15rem;
	height: 7rem;
	top: 0;
	right: 0;
	z-index: 11;
	cursor:pointer;
	display: none;
}
@media only screen and (max-width: 767px) {
	.btn-nav{
		display: block;
	}
}

.btn-nav:after{
	content: "MENU";
	color: #FFF;
}

.btn-nav.active{
	width: 250px;
	position: fixed;
}

.btn-nav-trigger{
	position: relative;
	width: 4.5rem;
	height: 3rem;
	margin: 2rem;
	display: inline-block;
	vertical-align: middle;
}

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

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

.btn-nav-trigger span:nth-child(2){
	width: 75%;
}

.btn-nav-trigger span:last-child{
	width: 50%;
}

.active .btn-nav-trigger span{
	background-color: #FFF;
	width: 100% !important;
}

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

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

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


footer{
	text-align: center;
	background-color: #0095d5;
	padding: 3rem 0;
	font-size: 1.4rem;
    color: #FFF;
}

footer a{
    color: #FFF;
}
footer nav{
	margin-bottom: 2rem;
}
footer nav li{
	display: inline-block;
}
footer nav li:after{
	content: "｜";
	display: inline-block;
	margin: 0 1rem;
}
footer nav li:last-child::after{
	display: none;
}

/*contents*/
.sub-contents-box .title{
	color: #00a0e9;
	font-weight: bold;
	font-size: 2.5rem;
	position: relative;
	margin-bottom: 2rem;
}

.sub-contents-box .title:before{
	content:"";
	width: 20px;
	height: 5px;
	background-color: #00a0e9;
	position: absolute;
	left: -3rem;
	top: 50%;
	transform: translateY(-50%);
	line-height: 1;
}

.sub-contents-box .title2,
.site-bnr .title2{
	color: #00a0e9;
	font-weight: bold;
	font-size: 2.5rem;
	margin-bottom: 2rem;
	text-align: center;
}

.sub-contents-box .title2{
    margin-top: 3rem;
    padding-top: 3rem;
	border-top: 1px solid #CCC;
}

.sub-contents-box .title2:first-child{
    margin-top: 0;
    padding-top: 0;
    border: none;
}


.sub-contents-box p + .title2,{
	border-top: 1px solid #CCC;
	padding-top: 2rem;
}

.col3-box{
    width: calc(33.33% - 1.5rem);
}

@media only screen and (max-width: 767px) {
    .col3-box{
        width: 100%;
        margin-bottom: 3rem;
    }
}

.front-header{
	margin: 3rem auto 0;
}

.front-header video{
	width: 100%;
}

.front-header img{
	width: 100%;
	max-width: none;
}

.front-contents-wrap{
	padding: 4rem 0;
}

.sub-contents-box{
	padding: 2rem 3rem 3rem;
	background-color: #f5f5f5;
	position: relative;
	border-radius: 6px;
}

.front .sub-contents-box{
	background-color: #FFF;
}

.front .bk-white .sub-contents-box{
	background-color: #f5f5f5;
}

.front .col1 .sub-contents-box{
	width: 100%;
	border:1px solid #00a0e9;
	margin-bottom: 3rem;
}

.member-area  .sub-contents-box{
    background-color: #FFF;
}

.front .col1.bnr-area {
    margin: 0 auto 3rem;
    text-align: center;
}

.front .col2 .sub-contents-box{
	width: calc(50% - 1.5rem);
}

@media only screen and (max-width: 767px) {
	.front .col2 .sub-contents-box{
		width: 100%;
	}
}

.sub-contents-box .btn-area{
	position: absolute;
	right:3rem;
	top: 2.5rem;
}
@media only screen and (max-width: 767px) {
	.sub-contents-box .btn-area{
		position: static;
		margin-top: 3rem;
	}
}

@media only screen and (max-width: 767px) {
	.front-detail{
		margin-bottom: 3rem;
	}
}

.col1 .front-news.sub-contents-box{
	border: none;
	margin-top: 3rem;
}

.front-detail dl,
.front-news dl{
	margin-top: 2rem;
}

.front-news dl{
	border-bottom: 1px solid #CCC;
	padding-bottom: 2rem;
}

.front-news dl:last-child{
	border-bottom: none;
}

.front-detail dl dt,
.front-news dl dt{
	font-size: 1.4rem;
}

.front-detail dl dt{
	font-weight: bold;
}

.front-news dl dt{
	margin-bottom: 0.8rem;
}

.front-detail .official-name{
	font-size: 2rem;
}

.front-detail .official-name strong{
	font-weight: bold;
	font-size: 2.5rem;
	display: block;
}


.sub-contents-box.front-speech{
	background-color: #FFF4F4;
	margin-top: 3rem;
}
.sub-contents-box.front-speech dl dd{
	font-size: 1.8rem;
	font-weight: bold;
}
.sub-contents-box.front-speech dl dd.date{
	font-size: 1.5rem;
	font-weight: normal;
	margin-bottom: 0.5rem;
}
.sub-contents-box.front-speech dl dd.company{
	margin-top: 1rem;
	font-size: 1.4rem;
	font-weight: normal;
}

.sub-contents-box.front-speech dl dd ruby,
.sub-contents-box.front-speech dl dd strong{
	font-size: 1.8rem;
}

.sub-contents-box.front-speech dl dd ruby rb{
	transform: scale(0.8);
}

.front .front-pickup .flex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.front .front-pickup .flex .list{
	width: calc(33.33% - 1rem);
	max-width: 330px;
}

@media only screen and (max-width: 767px) {
	.front .front-pickup .flex .list{
		width: calc(50% - 1rem);
	}

	.front .front-pickup .flex .list:last-child{
		display: none;
	}
}

.front .front-pickup .flex .list a{
	display: block;
	color: #555;
	text-decoration: none;
}

.front .front-pickup .flex .list dl dd{
	position: relative;
}

.front .front-pickup .flex .list dl dd .data{
	font-size: 1.4rem;
	position: absolute;
	right: 0;
	top: 2px;
}

.front .front-pickup .flex .list dl dd p{
	font-weight: bold;
	margin-top: 1rem;
}

.front .front-other{
	width: calc(50% - 1.5rem);
}

@media only screen and (max-width: 767px) {
	.front .front-other{
		width: 100%;
	}
}

.front .front-other .sub-contents-box{
	width: 100%;
}

@media only screen and (max-width: 767px) {
	.front .front-access {
		order: 2;
		margin-top: 3rem;
	}
}

.front .front-access .map{
	height: calc(100% - 6rem);
}

@media only screen and (max-width: 767px) {
	.front .front-access .map{
		height: 500px;
	}
}

.front .front-access .map iframe{
	width: 100%;
	height: 100%;
}

.front .front-lasttime{
	margin-bottom: 3rem;
}

.front .front-lasttime p{
	font-size: 1.9rem;
	margin-bottom: 2rem;
}

.front .front-lasttime .flex{
	display: flex;
	justify-content: space-between;
}

.front .front-lasttime .flex div{
	width: calc(33.33% - 0.5rem);
}

.front .front-contact p + p{
	margin-top: 2rem;
}

.front .front-bnr-area{
	width: 100% !important;
	margin-top: 3rem;
}

.front .front-bnr-area > .bnr{
	width: calc(33.33% - 2rem);
	overflow: hidden;
	border-radius: 5px;
}

.front .front-bnr-area > .bnr img{
	border-radius: 5px;
	transition: transform 0.5s;
}

.front .site-bnr{
	background-color: #FFF;
}

.front .front-bnr-area > .bnr a{
}

.front .front-bnr-area > .bnr a:hover img{
	transform: scale(1.1);
}

.front .flex-bnr{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 3rem;
}

.front .flex-bnr .item-bnr{
	margin: 0 1rem 2rem;
	text-align: center;
	font-size: 1.2rem;
}

.front .flex-bnr .item-bnr span{
	display: block;
}

.category-icon span{
	display: inline-block;
	background-color: #8BD342;
	min-width: 80px;
	padding: 0 0.5rem;
	color: #FFF;
	font-size: 14px;
	text-align: center;
}

.main-title{
	padding: 5rem 2rem;
	font-size: 3rem;
	background-color: #f5f5f5;
	color: #00a0e9;
	text-align: center;
	margin-bottom: 5rem;
}

main.pages h3{
	font-size: 2.4rem;
	margin-top: 3rem;
	margin-bottom: 1rem;
}

main.pages p{
	line-height: 2;
}

main.pages table{
	width:100%;
	border:1px solid #CCC;
}

main.pages table tr td{
	width: 80%;
	border:1px solid #CCC;
	padding: 1rem;
	vertical-align: middle;
}

main.pages table tr td:first-child{
	background-color: #f5f5f5;
	font-weight: bold;
	width: 20%;
	text-align: center;
}

.exhibitor-name{
	display: flex;
	justify-content: space-between;
	margin-bottom: 4rem;
	flex-wrap: wrap;
}

.exhibitor-name .thum{
	width: 300px;
}

.exhibitor-name .thum figure{
	position: relative;
}

.exhibitor-name .thum figure img{
	object-fit: contain;
	width: 300px;
	height: 300px;
	border: 1px solid #CCC;
}


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

@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;
	background-color: #CCC;
	padding: 0.2rem 1rem;
	font-size: 1.4rem;
}


.company_category[data-category="ロボット技術"] span{
	background-color: #f9e72c;
}
.company_category[data-category="AI・IT・システム開発"] span{
	background-color: #3551a2;
	color: #FFF;
}
.company_category[data-category="海洋・航空宇宙"] span{
	background-color: #099081;
	color: #FFF;
}
.company_category[data-category="バイオ・農林水産"] span{
	background-color: #a0d8ef;
}
.company_category[data-category="新エネルギー"] span{
	background-color: #4d4398;
    color: #FFF;
}
.company_category[data-category="電気・電子・通信"] span{
	background-color: #08607f;
	color: #FFF;
}
.company_category[data-category="医療・ヘルスケア"] span{
	background-color: #d82159;
	color: #FFF;
}
.company_category[data-category="機械・装置"] span{
	background-color: #f18e1d;
	color: #FFF;
}
.company_category[data-category="その他"] span{
	background-color: #9c9e9c;
	color: #FFF;
}
.company_category[data-category="材料技術"] span{
	background-color: #1a96d5;
	color: #FFF;
}
.company_category[data-category="環境技術"] span{
	background-color: #4aa85a;
	color: #FFF;
}
.company_category[data-category="計測・検査"] span{
	background-color: #e24739;
	color: #FFF;
}

.company_category[data-category="加工技術"] span{
	background-color: #883d93;
	color: #FFF;
}
.company_category[data-category="技術支援"]span{
	background-color: #f1bc1a;
}



.exhibitor-name h2{
	font-size: 3.4rem;
	font-weight: bold;
	margin: 2rem 0 2rem 0;
}

.exhibitor-name h2 span.num{
	font-size: 2rem;
    display: inline-block;
    width: 3.5rem;
    height: 3.5rem;
    text-align: center;
    padding: 0.1rem;
	vertical-align: middle;
	transform: translateY(-0.4rem);
	margin-right: 1rem;
}

.exhibitor-name h2 span.name2{
    font-weight: normal;
    font-size: 1.6rem;
}

.exhibitor-name .name_sub{
    font-weight: normal;
    font-size: 1.6rem;
    position: relative;
    top: -1.5rem;
}

.exhibitor-name h2[data-category="ロボット技術"] span.num{
	background-color: #f9e72c;
}
.exhibitor-name h2[data-category="AI・IT・システム開発"] span.num{
	background-color: #3551a2;
	color: #FFF;
}
.exhibitor-name h2[data-category="海洋・航空宇宙"] span.num{
	background-color: #099081;
	color: #FFF;
}
.exhibitor-name h2[data-category="バイオ・農林水産"] span.num{
	background-color: #a0d8ef;
}
.exhibitor-name h2[data-category="新エネルギー"] span.num{
	background-color: #4d4398;
    color: #FFF;
}
.exhibitor-name h2[data-category="電気・電子・通信"] span.num{
	background-color: #08607f;
	color: #FFF;
}
.exhibitor-name h2[data-category="医療・ヘルスケア"] span.num{
	background-color: #d82159;
	color: #FFF;
}
.exhibitor-name h2[data-category="機械・装置"] span.num{
	background-color: #f18e1d;
	color: #FFF;
}
.exhibitor-name h2[data-category="その他"] span.num{
	background-color: #9c9e9c;
	color: #FFF;
}
.exhibitor-name h2[data-category="材料技術"] span.num{
	background-color: #1a96d5;
	color: #FFF;
}
.exhibitor-name h2[data-category="環境技術"] span.num{
	background-color: #4aa85a;
	color: #FFF;
}
.exhibitor-name h2[data-category="計測・検査"] span.num{
	background-color: #e24739;
	color: #FFF;
}

.exhibitor-name h2[data-category="加工技術"] span.num{
	background-color: #883d93;
	color: #FFF;
}
.exhibitor-name h2[data-category="技術支援"] span.num{
	background-color: #f1bc1a;
}




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

.exhibitor-detail{
	background-color: #f5f5f5;
	padding: 4rem 0;
}

.exhibitor-detail .col2,
.exhibitor-detail .col3{
	border-bottom: 1px solid #AFAEAE;
	padding-bottom: 3rem;
	margin-bottom: 3rem;
	align-items: flex-start;
}

.exhibitor-detail .detail-slide{
	width: 100%;
}

@media only screen and (max-width: 767px) {
	.exhibitor-detail .detail-slide{
		max-width: 100%;
		width: 100%;
		border-bottom: 1px solid #CCC;
		padding-bottom: 2rem;
		margin-bottom: 2rem;
	}
}

.exhibitor-detail .detail-slide p{
	margin-top: 1rem;
	text-align: center;
}

.exhibitor-detail .text{
	width: 100%;
    margin-top: 5rem;
}

@media only screen and (max-width: 767px) {
	.exhibitor-detail .text{
		width: 100%;
	}
}

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

.exhibitor-detail .document-download{
	width: 100%;
	text-align: center;
	margin-top: 3rem;
}

.exhibitor-detail .document-download p{
	margin-bottom: 1rem;
}

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

.exhibitor-detail .movie{
	text-align: center;
    margin-top: 4rem;
}

.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%;
	}
}


.specialty .title{
	text-align: center;
}

.specialty li{
	display: inline-block;
	color: #CCC;
	font-weight: bold;
	font-size: 2rem;
	margin-right: 2rem;
	margin-bottom: 0.5rem;
}

.specialty li.on{
	color: #00a0e9;
}

.member-area{
    background-color: #f3f9fb;
    padding: 4rem 0;
    margin-bottom: 4rem;
}

.access-info{
	margin-bottom: 3rem;
}

.access-info .map-area{
	width: 60%;
}

@media only screen and (max-width: 767px) {
	.access-info .map-area{
		width: 100%;
	}
}

.access-info .stmap-area{
	display: none;
	height: calc(100% - 6rem);
	min-height: 40rem;
}

@media only screen and (max-width: 767px) {
	.access-info .stmap-area{
		height: 40rem;
	}
}
.access-info .stmap-area.active{
	display: block;
}

.access-info .stmap-area iframe{
	width: 100%;
	height: 100%;
	display: block;
}

@media only screen and (max-width: 767px) {
	.access-info .stmap-area iframe{
		height: calc(100% - 6rem);
	}
}

.access-info .company-detail{
	width: calc(40% - 2rem);
}

@media only screen and (max-width: 767px) {
	.access-info .company-detail{
		width: 100%;
	}
}

.access-info .company-detail{
	padding-left:0;
	padding-right:0;
}

.access-info .company-detail .title{
	margin-left: 3rem;
}

.access-info .company-detail dl{
	border-bottom: 1px solid #FFF;
	padding: 0 3rem;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
}

.access-info .company-detail dl:last-child{
	border:none;
}

.list-news dl{
	padding-bottom: 3rem;
	margin-bottom: 3rem;
	border-bottom: 1px solid #CCC;
}

.list-news dl dt{
	font-size: 2rem;
}

.list-news .data{
	margin: 0.8rem 0 2rem;
	font-size: 1.4rem;
}

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

.list-pickup .list{
	width: calc(33.33% - 1rem);
	max-width: 330px;
}

@media only screen and (max-width: 767px) {
	.list-pickup .list{
		width: calc(50% - 1rem);
	}

	.list-pickup .list:last-child{
		display: none;
	}
}

.list-pickup .list a{
	display: block;
	color: #555;
	text-decoration: none;
}

.list-pickup .list dl dd{
	position: relative;
}

.list-pickup .list dl dd .data{
	font-size: 1.4rem;
	position: absolute;
	right: 0;
	top: 2px;
}

.list-pickup .list dl dd p{
	font-weight: bold;
	margin-top: 1rem;
}

.pages h1,
.post-area h1{
	font-size: 3rem;
	margin: 0.8rem 0 2rem;
	font-weight: bold;
}
.pages h2,
.post-area h2{
	font-size: 2.6rem;
	margin: 0.8rem 0 2rem;
	font-weight: bold;
}
.pages h3,
.post-area h3{
	font-size: 2.2rem;
	margin: 0.8rem 0 2rem;
	font-weight: bold;
}

.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-bottom: 3rem;
}

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

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

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

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

.page-exhibitors .category-btn ul:after,
.page-exhibitors .category-btn ul:before{
	content: "";
	order: 1;
}

.page-exhibitors .category-btn li a{
	display: block;
	padding: 2rem;
	background-color: #cccccc;
	color: #000;
	position: relative;
	text-decoration: none;
}

.page-exhibitors #grp1 .list-exhibitors .list:before,
.page-exhibitors .category-btn li:nth-child(1) a{
	background-color: #f9e72c;
}
.page-exhibitors #grp2 .list-exhibitors .list:before,
.page-exhibitors .category-btn li:nth-child(2) a{
	background-color: #3551a2;
	color: #FFF;
}
.page-exhibitors #grp3 .list-exhibitors .list:before,
.page-exhibitors .category-btn li:nth-child(3) a{
	background-color: #099081;
	color: #FFF;
}
.page-exhibitors #grp4 .list-exhibitors .list:before,
.page-exhibitors .category-btn li:nth-child(4) a{
	background-color: #a0d8ef;
}
.page-exhibitors #grp5 .list-exhibitors .list:before,
.page-exhibitors .category-btn li:nth-child(5) a{
	background-color: #4d4398;
    color: #FFF;
}
.page-exhibitors #grp6 .list-exhibitors .list:before,
.page-exhibitors .category-btn li:nth-child(6) a{
	background-color: #08607f;
	color: #FFF;
}
.page-exhibitors #grp7 .list-exhibitors .list:before,
.page-exhibitors .category-btn li:nth-child(7) a{
	background-color: #d82159;
	color: #FFF;
}
.page-exhibitors #grp8 .list-exhibitors .list:before,
.page-exhibitors .category-btn li:nth-child(8) a{
	background-color: #f18e1d;
	color: #FFF;
}
.page-exhibitors #grp9 .list-exhibitors .list:before,
.page-exhibitors .category-btn li:nth-child(9) a{
	background-color: #9c9e9c;
	color: #FFF;
}
.page-exhibitors #grp10 .list-exhibitors .list:before,
.page-exhibitors .category-btn li:nth-child(10) a{
	background-color: #1a96d5;
	color: #FFF;
}
.page-exhibitors #grp11 .list-exhibitors .list:before,
.page-exhibitors .category-btn li:nth-child(11) a{
	background-color: #4aa85a;
	color: #FFF;
}
.page-exhibitors #grp12 .list-exhibitors .list:before,
.page-exhibitors .category-btn li:nth-child(12) a{
	background-color: #e24739;
	color: #FFF;
}

.page-exhibitors #grp13 .list-exhibitors .list:before,
.page-exhibitors .category-btn li:nth-child(13) a{
	background-color: #883d93;
	color: #FFF;
}
.page-exhibitors #grp14 .list-exhibitors .list:before,
.page-exhibitors .category-btn li:nth-child(14) a{
	background-color: #f1bc1a;
}


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

.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(4) a:after,
.page-exhibitors .category-btn li:nth-child(14) a:after{
	border-top-color: #000;
	border-right-color: #000;
}

.page-exhibitors .floor-map{
    text-align: center;
    margin: 3rem 0;
}


.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 #grp1{
	background-color: #f9e72c1A;
}
.page-exhibitors #grp2{
	background-color: #3551a21A;
}
.page-exhibitors #grp3{
	background-color: #0990811A;
}
.page-exhibitors #grp4{
	background-color: #a0d8ef1A;
}
.page-exhibitors #grp5{
	background-color: #4d43981A;
}
.page-exhibitors #grp6{
	background-color: #08607f1A;
}
.page-exhibitors #grp7{
	background-color: #d821591A;
}
.page-exhibitors #grp8{
	background-color: #f18e1d1A;
}
.page-exhibitors #grp9{
	background-color: #9c9e9c1A;
}
.page-exhibitors #grp10{
	background-color: #1a96d51A;
}
.page-exhibitors #grp11{
	background-color: #4aa85a1A;
}
.page-exhibitors #grp12{
	background-color: #e247391A;
}
.page-exhibitors #grp13{
	background-color: #883d931A;
}
.page-exhibitors #grp14{
	background-color: #f1bc1a1A;
}

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

.page-exhibitors .grp-col .title-text{
    margin-bottom: 3rem;
}

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

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

.page-exhibitors .list-exhibitors .list{
	width: calc(33.33% - 2rem);
	background-color: #FFF;
	cursor: pointer;
	margin-bottom: 3rem;
	box-shadow: 0 3px 6px rgba(0,0,0,0.15);
	position: relative;
	padding: 2rem;
}

.page-exhibitors .list-exhibitors.list-presentation .list{
	width: 900px;
    margin: 0 auto 3rem;
	display: flex;
}

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

.page-exhibitors .list-exhibitors .list:before{
	content: attr(data-num);
	position: absolute;
	width:3.5rem;
	height: 3.5rem;
	display: block;
	text-align: center;
	z-index: 1;
	padding-top: 0.5rem;
	box-sizing: border-box;
	font-weight: bold;
	right: 0;
	top: 0;
}

.page-exhibitors .list-exhibitors .list[data-category="ロボット技術"]::before{
	background-color: #f9e72c;
}
.page-exhibitors .list-exhibitors .list[data-category="AI・IT・システム開発"]::before{
	background-color: #3551a2;
	color: #FFF;
}
.page-exhibitors .list-exhibitors .list[data-category="海洋・航空宇宙"]::before{
	background-color: #099081;
	color: #FFF;
}
.page-exhibitors .list-exhibitors .list[data-category="バイオ・農林水産"]::before{
	background-color: #a0d8ef;
}
.page-exhibitors .list-exhibitors .list[data-category="新エネルギー"]::before{
	background-color: #4d4398;
    color: #FFF;
}
.page-exhibitors .list-exhibitors .list[data-category="電気・電子・通信"]::before{
	background-color: #08607f;
	color: #FFF;
}
.page-exhibitors .list-exhibitors .list[data-category="医療・ヘルスケア"]::before{
	background-color: #d82159;
	color: #FFF;
}
.page-exhibitors .list-exhibitors .list[data-category="機械・装置"]::before{
	background-color: #f18e1d;
	color: #FFF;
}
.page-exhibitors .list-exhibitors .list[data-category="その他"]::before{
	background-color: #9c9e9c;
	color: #FFF;
}
.page-exhibitors .list-exhibitors .list[data-category="材料技術"]::before{
	background-color: #1a96d5;
	color: #FFF;
}
.page-exhibitors .list-exhibitors .list[data-category="環境技術"]::before{
	background-color: #4aa85a;
	color: #FFF;
}
.page-exhibitors .list-exhibitors .list[data-category="計測・検査"]::before{
	background-color: #e24739;
	color: #FFF;
}

.page-exhibitors .list-exhibitors .list[data-category="加工技術"]::before{
	background-color: #883d93;
	color: #FFF;
}
.page-exhibitors .list-exhibitors .list[data-category="技術支援"]::before{
	background-color: #f1bc1a;
}


.page-exhibitors .list-exhibitors.list-presentation .list:before{
	right: auto;
	left: 0;
	top: 0;
}

.page-exhibitors .list-exhibitors.list-presentation .list .thum{
	width: 15rem;
	height: 15rem;
	margin-right: 2rem;
}

.page-exhibitors .list-exhibitors .list .thum img{
	width: 100%;
	max-width: none;
}

.page-exhibitors .list-exhibitors.list-presentation .list .thum img{
	width: 15rem;
	height: 15rem;
	object-fit: contain;
}

.page-exhibitors .list-exhibitors .list p.name{
	font-size: 1.8rem;
	font-weight: bold;
	margin: 1rem 0 0;
}

.page-exhibitors .list-exhibitors .list p.name span{
    font-weight: normal;
    font-size: 1.5rem;
}

.page-exhibitors .list-exhibitors .list p.name_sub{
    font-size: 1.3rem;
}

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

.page-exhibitors .list-presentation .list .presentation_title{
	font-size: 1.8rem;
}

.page-exhibitors .list-presentation .list .presentation_title span{
	font-size: 1.4rem;
}

.list-presentation__title{
    position: relative;
    text-align: center;
    max-width: 1000px;
    margin: 0 auto 3rem;
}

.list-presentation__title span{
    display: inline-block;
    font-size: 2.4rem;
    background-color: #FFF;
    position: relative;
    background-color: #00a0e9;
    border-radius: 100px;
    padding: 0.3rem 1rem;
    color: #FFF;
    min-width: 24rem;
}

.list-presentation__title::before{
    content: "";
    display: block;
    width: 100%;
    height: 0.2rem;
    background-color: #00a0e9;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.page-exhibitors .list-presentation .text{
	display: flex;
	flex-direction: column;
	width: calc(100% - 15rem - 2rem);
}

.page-exhibitors .list-presentation .text .time{
	margin-bottom: 1rem;
    font-size: 1.8rem;
}

.page-exhibitors .list-presentation .link{
	margin-top: 1rem;
}

.pages figcaption{
	text-align: right;
	font-size: 1.4rem;
}
.pages figcaption ruby{
	font-size: 1.6rem;
}
.pages figcaption ruby rt{
	transform: scale(0.8);
}
.pages .speech-info{
	background-color: #f5f5f5;
	padding: 2rem;
	margin-top: 2rem;
	margin-bottom: 3rem;
}

.pages .speech-info strong{
	font-size: 3rem;
}

.pages .speech-info h3{
	margin-top: 0;
	font-size: 2rem;
}

.page-speech .wp-block-image{
	margin-bottom: 2rem;
}

.pages hr{
	margin: 3rem 0;
	border: none;
	border-bottom: 1px solid #CCC;
}

.slick-slide{
	padding-bottom: 3rem;
	padding: 0 5rem;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
}

.slick-slide figure{
	position: relative;
}

.slick-slide figure::after{

}

.slick-track{
	/* display: flex; */
	align-items: center;
}

.slick-slide figure{
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.slick-slide figure img{
	display: inline;
	object-fit: contain;
}


.slick-arrow{
	position: absolute;
	top: calc(50% - 2rem);
	transform: translateY(-50%);
	width: 22px;
	height: 22px;
	text-indent: -9999px;
	background: none;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border:none;
	cursor: pointer;
	overflow: hidden;
}

.slick-prev{
	left: 2rem;
	z-index: 1;
	background-image: url(/2024/img/arrow_slide.png);
	transform: translateY(-50%) rotate(-180deg);
}
.slick-next{
	right: 2rem;
	background-image: url(/2024/img/arrow_slide.png);
}

.slick-dots{
	position: absolute;
	bottom: 0.5rem;
	width: 100%;
	text-align: center;
	line-height: 1;
}

.slick-dots li{
	display: inline-block;
	margin: 0 0.5rem;
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	background-color: #FFF;
	opacity: 0.6;
	border-radius: 100px;
}

.slick-dots li.slick-active{
	opacity: 1;
}


.wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.state{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 900px;
	margin: 3rem auto 0;
}

.state > div{
	width: calc(33.33% - 1rem);
	margin-bottom: 2rem;
}

@media only screen and (max-width: 767px) {
	.state > div{
		width: calc(50% - 1rem);
	}
}
/*
#um_field_106_reg_day{
	visibility: hidden;
	height: 1px;
	overflow: hidden;
}
*/

.btn-pagetop{
	right: 2rem;
	bottom: -5rem;
	position: fixed;
	z-index: 1;
	transition: bottom 0.5s;	
}

.btn-pagetop.on{
	bottom: 3rem;
}

.btn-pagetop a{
	display: flex;
	width: 5rem;
	height: 5rem;
	align-items: center;
	justify-content: center;
	background-color: #0183cf;
	color: #FFF;
	flex-direction: column;
	border-radius: 100px;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.4rem;
}

.btn-pagetop a::before{
	content: "";
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    border-top: solid 2px #FFF;
    border-right: solid 2px #FFF;
    transform: rotate(-45deg);
	position: relative;
	top: 0.5rem;
}

.modaal-video-wrap{
	margin: auto;
}

.stmp-detail{
	text-align: center;
	padding-bottom: 6rem;
}

.stmp-detail .tx-error{
	color: #FF0000;
	margin-bottom: 3rem;
	text-align: center;
}

.stmp-detail .tx-get{
	font-size: 2rem;
	color: #00a0e9;
	font-weight: bold;
	margin-bottom: 3rem;
}

.stmp-detail .get-stmp{
	max-width: 30rem;
	margin: 0 auto;
	position: relative;
	margin-bottom: 3rem;
}

.stmp-detail .get-stmp::after{
	content: "";
	background: url(/2024/img/stmp/ic_get.png) no-repeat center;
	background-size: contain;
	display: block;
	width: 30rem;
	height: 30rem;
	position: absolute;
	top: 2rem;
    left: 1rem;
}

.stmp-detail .get-stmp span{
    position: absolute;
    right: 0;
    bottom: 0;
    right: -8rem;
    bottom: -2rem;
    width: 18rem;
}

.stmp-list{
	display: flex;
	flex-wrap: wrap;
}

.stmp-list .list{
	width: calc(33.33% - 1rem);
	padding: 1.5rem;
}

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

.tooltip-area .tooltip {
	position: relative;
	display: inline-block;
	margin: 1.5rem 0;
	padding: 2rem;
	min-width: 12rem;
	max-width: 100%;
	color: #FFF;
	background: #00a0e9;
	border-radius: 15px;
}

.tooltip-area .tooltip:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -1.5rem;
	border: 1.5rem solid transparent;
	border-top: 1.5rem solid #00a0e9;
}

.tooltip-area .tooltip p {
	margin: 0;
	padding: 0;
	font-size: 1.8rem;
    font-weight: bold;
}

.tx-stmp{
	text-align: center;
	margin-bottom: 3rem;
}

.tx-stmp strong{
	display: block;
	font-size: 2rem;
	color: #00a0e9;
}

/*マイページ関連*/
.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 #0095d5;
	border-bottom: none;
	border-radius: 5px 5px 0 0;
	padding: 1rem 2rem 1rem 1rem;
	color: #0095d5;
	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:#0095d5 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 #0095d5;
	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 #0095d5;
	display: block;
	padding: 1rem 2rem 1rem 1rem;
	color: #0095d5;
	text-decoration: none;
	position: relative;
}
#menu-mypage-ex li.red a{
	color: #FF0000;
}
#menu-mypage-ex li.gray a{
	color: #666;
}

#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 #0095d5;
	position: absolute;
	right: 1rem;
	top: 50%;
	transform: translateY(-50%);
}
#menu-mypage-ex li.red a::after{
	border-color: transparent transparent transparent #FF0000;
}
#menu-mypage-ex li.gray a::after{
	border-color: transparent transparent transparent #666;
}

#menu-mypage-ex li a:hover{
	background-color: #0095d5;
	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;
}



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


/*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 .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 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;
	}
}

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

.disable{
    pointer-events: 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: #3ba1da;
	border:1px solid #3ba1da;
	color: #fff;
	text-decoration: none;
	padding: 1rem 1rem;
	border-radius: 5px;
	display: block;
}

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

.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.gray a{
	border:1px solid #666;
	background-color: #666;
    color: #FFF;
}

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

.ex-nav li.gray a:hover{
	color: #666;
	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;
}

.ex-nav li.no-link{
    pointer-events: none;
}

.ex-nav li.no-link a{
    border: 1px solid #CCC;
    color: #CCC;
}


.btn-submit input[type="submit"],
.btn-submit input[type="button"],
.company-form__btn a{
	display: block;
	width: 100%;
    max-width: 22rem;
	padding: 1.5rem 2rem;
    margin: 0 auto;
	line-height: 1;
	position: relative;
	text-decoration: none;
	text-align: center;
	background:  #00a0e9;
	color: #FFF;
    border-radius: 5px;
    border: none;
}

p.company-form__bold{
    font-weight: bold;
    font-size: 1.8rem;
    color: #00a0e9;
    margin-bottom: 1rem;
}

.btn-submit.red input[type="submit"],
.btn-submit.red input[type="button"]{
    background: #00a0e90;
}

.btn-submit.green input[type="submit"],
.btn-submit.green input[type="button"]{
    background: #00a483;
}


.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 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 input[type="number"]{
	width: 10rem;
	padding:1rem;
	font-size: 1.5rem;
	border: 1px solid #CCC;
	border-radius: 4px;
    margin-right: 1rem;
}
@media only screen and (max-width: 767px) {
	.mailform input[type="number"]{
		font-size: 1.4rem;
	}
}

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

.disable{
    pointer-events: none;
}

