@charset "UTF-8";

/*
Theme Name: 大田区加工技術展示商談会
Theme URI:
Author: 大田区加工技術展示商談会
Description:
Version: 1.0
*/

/*
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: 1080px) {
    html {
        font-size: 0.87vw;
    }
}

@media only screen and (max-width: 767px) {
    html {
        font-size: 2.671vw;
    }
}
body{
	height:100%;
	width:100%;
	font-family:  'Noto Sans JP', sans-serif;
}

*{
	box-sizing: border-box;
}

a{
	text-decoration: none;
	color: #374151;
}

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: none;
	color: #555;
}

a.cmn__tx-link{
	text-decoration: underline;
	color: #ee3fff;
}

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

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

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

.tx-red{
	color: #FF0000;
}

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

.tx-grd{
	background: linear-gradient(90deg,rgba(46, 167, 224, 1) 0%, rgba(238, 63, 255, 1) 100%);
	-webkit-background-clip:text;
	-webkit-text-fill-color: transparent;
}

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

.cmn__btn{
	display: inline-block;
	padding: 1.2rem 5rem 1.2rem 3rem;
	background: linear-gradient(90deg,rgba(46, 167, 224, 1) 0%, rgba(238, 63, 255, 1) 100%);
	border-radius: 10rem;
	color: #FFF;
	text-decoration: none;
	line-height: 1;
	font-size: 2.1rem;
	font-weight: bold;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.cmn__btn{
		display: block;
		width: 100%;
		padding: 2rem 3.5rem 2rem 1.5rem;
		font-size: 1.6rem;
	}
}

.cmn__btn::after{
	content: "";
	position: absolute;
	right: 3rem;
	top: 50%;
	width: 1rem;
	height: 1rem;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	transform: rotate(45deg) translateY(-50%);
}
@media only screen and (max-width: 767px) {
	.cmn__btn::after{
		right: 2.5rem;
		top: 2.8rem;
	}
}

.cmn__btn.small{
	display: inline-block;
	padding: 0.8rem 3rem 0.8rem 1rem;
	border-radius: 10rem;
	font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
	.cmn__btn.small{
		font-size: 1rem;
	}
}

.cmn__btn::after{
	right: 2rem;
	top: 50%;
	width: 0.6rem;
	height: 0.6rem;
}

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

.cmn__li--list{
	margin-left: 1.6rem;
}

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

/*rayout*/
body{
	font-size: 1.6rem;
	line-height: 1.6;
	color: #374151;
	background-size: cover;
	background-color: #FFF;
	font-weight: 400;
}
@media only screen and (max-width: 767px) {
	body{
		font-size: 1.3rem;
	}
}

#wrapper{
	padding-top: 10rem;
}
@media only screen and (max-width: 767px) {
	#wrapper{
		padding-top: 6rem;
	}
}

.child #wrapper{
	background-color: #f8f9fa;
}

main{
	padding-bottom: 8rem;
}

.child-content{
	background-color: #FFF;
	box-shadow: 0 0 0.5rem rgba(0,0,0,0.15);
	padding: 6rem;
	border-radius: 1.5rem;
	margin: 0 auto 10rem;
}

@media only screen and (max-width: 1140px) {
	.child-content{
	}
}

@media only screen and (max-width: 767px) {
	.child-content{
	}
}

.cmn__container{
	max-width: 1120px;
	margin: 0 auto;
}
@media only screen and (max-width: 1160px) {
	.cmn__container{
		padding: 0 2rem;
	}
}

/*header*/
header{
    width: 100%;
    display: flex;
    align-items: flex-end;
    padding: 4rem 4rem 2rem;
    background-color: #FFF;
    box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.5);
    position: fixed;
    z-index: 1;
    top: 0;
}
@media only screen and (max-width: 767px) {
	header{
		padding: 1.5rem;
	}
}

.header__site-name{
	font-size: 2.4rem;
	font-weight: 700;
	margin-right: auto;
}
@media only screen and (max-width: 767px) {
	.header__site-name{
		font-size: 1.8rem
	}
}

.header__nav{
	margin-right: 2rem;
}
@media only screen and (max-width: 767px) {
	.header__nav{
		display: none;
		position: absolute;
		top: 6rem;
        left: 0;
		width: 100%;
        background: #FFF;
        font-size: 2rem;
		box-shadow: 0 0 0.3rem rgba(0,0,0,0.5);
	}
	.header__nav.active{
		display: block;
	}
}

.header__nav ul{
	display: flex;
}
@media only screen and (max-width: 767px) {
	.header__nav ul{
		flex-direction: column;
	}
}

.header__nav ul li{
	margin: 0 0.8rem;
}
@media only screen and (max-width: 767px) {
	.header__nav ul li{
		font-size: 1.8rem;
		padding: 1.5rem;
		border-bottom: 1px solid #CCC;
	}
}

.header__nav ul li a{
	font-weight: bold;
	text-decoration: none;
	color: #374151;
}

.header__nav ul li.no-link a{
	color: #CCC;
	pointer-events: none;
}

@media only screen and (min-width: 768px) {
	.header__brn-area{
        position: absolute;
        top: 0rem;
        right: 7rem;
        display: flex;
        gap: 1rem;
	}
}

@media only screen and (max-width: 767px) {
	.header__brn-area{
		padding-bottom: 3rem;
		max-width: calc(100% - 3rem);
		margin: 2rem auto 0;
		text-align: center;
	}
}

.header__btn{
	display: block;
	padding: 1rem 2rem;
	background: linear-gradient(90deg,rgba(46, 167, 224, 1) 0%, rgba(238, 63, 255, 1) 100%);
	border-radius: 0 0 1rem 1rem;
	color: #FFF;
	font-weight: 700;
	text-decoration: none;
	line-height: 1;
}
@media only screen and (max-width: 767px) {
	.header__btn{
		justify-content: center;
		text-align: center;
		padding: 1rem;
		font-size: 1.5rem;
		border-radius: 1rem;
	}
	.header__btn + .header__btn{
		margin-top: 1.5rem;
	}
}

.header__btn::before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.5rem;
}
.header__btn.login::before{
	background: url(/2026/cms/wp-content/themes/ota-tech/images/icon_login.svg) no-repeat;
	width: 1.6rem;
	height: 1.6rem;
}
.header__btn.register::before{
	background: url(/2026/cms/wp-content/themes/ota-tech/images/icon_register_w.svg) no-repeat;
	width: 1.6rem;
	height: 1.6rem;
}
@media only screen and (max-width: 767px) {
	.header__btn::before{
		margin-right: 1rem;
	}
	.header__btn.login::before{
		width: 2rem;
		height: 2rem;
	}
	.header__btn.register::before{
		width: 2rem;
		height: 2rem;
	}
}


.header__btn{
    display: flex;
    background-color: #464646;
}

.header__btn a{
    display: flex;
    align-items: center;
    height: 9rem;
    background-color: #464646;
    color: #FFF;
    padding: 3rem;
}


.header__btn--nav{
	position: relative;
	display: none;
}
@media only screen and (max-width: 767px) {
	.header__btn--nav{
		position: absolute;
		top: 0;
		right: 0;
		display: block;
		height: 6rem;
		width: 6rem;
		background: linear-gradient(180deg,rgba(46, 167, 224, 1) 0%, rgba(238, 63, 255, 1) 100%);
	}
}

.header__btn--trigger{
	position: absolute;
	width: 4rem;
	height: 3rem;
	text-align: right;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

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

.header__btn--trigger span{
	background-color: #FFF;
	position: absolute;
    right: 0;
    width: 100%;
    height: 2px;
}

.header__btn--trigger.active:after{
	color: #707070;
}

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

.header__btn--trigger.active span:nth-of-type(1) {
    transform: translateY(1.4rem) rotate(-45deg);
}
.header__btn--trigger.active span:nth-of-type(2) {
    opacity: 0;
}
.header__btn--trigger.active span:nth-of-type(3) {
    transform: translateY(-1.4rem) rotate(45deg);
	width: 100%;
}


footer{
	background: linear-gradient(90deg,rgba(116, 195, 234, 1) 0%, rgba(173, 93, 254, 1) 100%);
	color: #FFF;
	padding: 4rem 0;
}
@media only screen and (max-width: 767px) {
	footer{
		padding: 1rem 0 4rem 0;
	}
}

footer a{
	color: #FFF;
	text-decoration: underline;
}

footer .no-link a{
	opacity: 0.5;
	text-decoration: none;
	pointer-events: none;
}

.footer__flex{
	display: table;
}
@media only screen and (max-width: 767px) {
	.footer__flex{
		display: block;
	}
}

.footer__col{
	padding: 0 3rem;
	border-left: 1px solid #FFF;
	height: 100%;
	display: table-cell;
}
@media only screen and (max-width: 767px) {
	.footer__col{
		display: block;
		width: 100% !important;
		border-left: none;
		border-bottom: 1px solid #FFF;
		padding: 3rem 0;
	}
}

.footer__col:first-child{
	padding-left: 0;
	border-left: none;
}

.footer__col:last-child{
	padding-right: 0;
}

.ooter__col--title{
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: 2rem;
}

.footer__col.col1{
	width: 28%;
}

.footer__col.col1 p{
	font-size: 1.4rem;
	position: relative;
	padding-left: 4rem;
}

.footer__col.col1 span{
	position: absolute;
	top: 0;
	left: 0;
}

.footer__col.col2{
	width: 32%;
}

.footer__col.col2 p{
	position: relative;
	font-size: 1.2rem;
	padding-left: 5rem;
	line-height: 2;
}

.footer__col.col2 span{
	position: absolute;
	top: 0;
	left: 0;
}

.footer__col.col3{
	width: 18%;
}

.footer__col.col3 li{
	font-size: 1.2rem;
	line-height: 2;
}

.footer__col.col4 p{
	font-size: 1.2rem;
	line-height: 2;
}

.footer__col.col4 p a{
}

.footer__copy{
	margin-top: 3rem;
	text-align: center;
	font-size: 1.2rem;
}

#pankuzu{
	text-align: center;
	padding: 3rem;
}

#pankuzu a{
	text-decoration: underline;
}

/*contents*/
.top__opening{
	background: url(/2026/cms/wp-content/themes/ota-tech/images/bk_top_opening.webp) no-repeat left bottom;
	background-size: 120%;
	padding: 6rem 0;
}
@media only screen and (max-width: 767px) {
	.top__opening{
		background-position: right -40rem bottom;
		background-size: cover;
		padding: 4rem 3rem;
	}
}


.top__opening--flex{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	max-width: 1060px;
	margin: 0 auto;
}
@media only screen and (max-width: 1120px) {
	.top__opening--flex{
	}
}
@media only screen and (max-width: 767px) {
	.top__opening--flex{
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
}

.top__opening--logo{
	text-align: center;
}
.top__opening--btn{
	margin-top: 2rem;
}

.top__opening--access{
	background-color: #FFF;
	border-radius: 1rem;
	display: flex;
	padding: 2.5rem;
	align-items: center;
	box-shadow: 0 0.5rem 0.8rem rgba(0,0,0,0.3);
}
@media only screen and (max-width: 767px) {
	.top__opening--access{
		margin-top: 3rem;
		padding: 1.5rem;
	}
}

.top__opening--access__left{
	width: 24rem;
	padding:0 3rem 0 0;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.top__opening--access__left{
		padding:0 2rem 0 0;
		width: 50%;
	}
}

.top__opening--access__right{
	width: 16rem;
	padding:0 0 0 3rem;
	border-left: 1px solid #CCC;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.top__opening--access__right{
		width: 50%;
		padding:0 0 0 2rem;
	}
}

.top__opening--access__right a{
	color: #374151;
	text-decoration: none;
}

.top__opening--access__free{
	background-color: #ff931e;
	color: #FFF;
	font-size: 1.8rem;
	font-weight: 700;
	border-radius: 10rem;
	margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
	.top__opening--access__free{
		font-size: 1.4rem;
	}
}

.top__opening--access__right p{
	font-size: 1.8rem;
	font-weight: 700;
}
@media only screen and (max-width: 767px) {
	.top__opening--access__right p{
		font-size: 1.4rem;
	}
}

.top__title{
	font-size: 2rem;
	position: relative;
	padding-left: 2rem;
	font-weight: 700;
	line-height: 1;
}
@media only screen and (max-width: 767px) {
	.top__title{
	}
}

.top__title::before{
	content: "";
	width: 0.6rem;
	height: 2.2rem;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(180deg,rgba(46, 167, 224, 1) 0%, rgba(238, 63, 255, 1) 100%);
}
@media only screen and (max-width: 767px) {
	.top__title::before{
	}
}

.top__news{
	background-color: #FFF;
	border-radius: 1rem;
	padding: 4rem;
	align-items: center;
	position: relative;
	box-shadow: 0 0.5rem 0.8rem rgba(0,0,0,0.3);
}
@media only screen and (max-width: 767px) {
	.top__news{
		padding: 2rem;
	}
}


.top__news .top__title{
	margin-bottom: 2rem;
}

.top__news--link{
	position: absolute;
	right: 0;
	top: 4rem;
	right: 5rem;
}
@media only screen and (max-width: 767px) {
	.top__news--link{
		top: 2.3rem;
		right: 2rem;
	}
}

.top__news__item{
	display: flex;
	border-top: 1px solid #CCC;
	padding: 1rem 0;
	gap: 2rem;
}
@media only screen and (max-width: 767px) {
	.top__news__item{
		flex-wrap: wrap;
		gap: 1rem;
	}
}

.top__news__item:last-child{
	border-bottom: 1px solid #CCC;
}

.top__news__item--category{
	border-radius: 0.5rem;
	background-color: #374151;
	width: 10rem;
	font-size: 1.4rem;
	text-align: center;
	color: #FFF;
}
@media only screen and (max-width: 767px) {
	.top__news__item--category{
		width: 8rem;
		font-size: 1.2rem;
	}
}

.top__news__item--category.icon-01{
	background-color: #ee3fff;
}

.top__news__item--category.icon-02{
	background-color: #0071bc;
}

.top__news__item--category.icon-new{
	background-color: #ff0000;
}

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

.top__about{
	margin-top: 10rem;
}

.top__about--flex{
	display: flex;
	justify-content: space-between;
}
@media only screen and (max-width: 767px) {
	.top__about--flex{
		flex-direction: column;
	}
}

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

.top__about--h2{
	font-size: 4rem;
	font-weight: 900;
	line-height: 1.4;
	margin-top: 3rem;
}
@media only screen and (max-width: 767px) {
	.top__about--h2{
		font-size: 3.4rem;
	}
}


.top__about--left p{
	margin-top: 2rem;
}

.top__about--right{
	width: calc(60% - 6rem);
	margin-top: 3.5rem;
}
@media only screen and (max-width: 767px) {
	.top__about--right{
		width: 100%;
		margin-top: 3.5rem;
	}
}

.top__about--right p{
	font-weight: 600;
}

.top__about--image{
	margin-top: 1.5rem;
	display: flex;
	gap: 2rem;
	font-size: 1.4rem;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.top__about--image{
		gap: 1rem;
		font-size: 1.3rem;
	}
}

.top__about--image img{
	border-radius: 1rem;
}

.top__about--list{
	display: flex;
	gap: 2rem;
	margin-top: 4rem;
}
@media only screen and (max-width: 767px) {
	.top__about--list{
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 2rem 1rem;
	}
}

.top__about--list__item{
	width: 22rem;
	display: flex;
	align-items: center;
	font-weight: 500;
	padding: 1rem;
	color: #0071bc;
	border-radius: 1rem;
	box-shadow: 0 0 0.8rem rgba(0,0,0,0.4);
}
@media only screen and (max-width: 767px) {
	.top__about--list__item{
		width: calc(50% - 1rem);
		font-size: 1.4rem;
	}
}

.top__about--list__item span{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 6rem;
	text-align: center;
	margin-right: 2rem;
}

.top__overview{
	margin-top: 10rem;
}

.top__overview--table{
	margin-top: 3rem;
}

.top__overview--table table{
	width: 100%;
	font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
	.top__overview--table table{
		display: block;
		border-bottom: 1px solid #000;
		font-size: 1.3rem;
	}
}

.top__overview--table table th,
.top__overview--table table td{
	padding: 1.5rem 2rem;
	border: 1px solid #000;
}

.top__overview--table table th{
	width: 20%;
	background-color: #f2f2f2;
	vertical-align: middle;
}

@media only screen and (max-width: 767px) {
	.top__overview--table table th,
	.top__overview--table table td{
		display: block;
		width: 100%;
		border-bottom: none;
	}
}

.top__information{
	margin-top: 10rem;
}

.top__information p{
	margin-top: 4rem;
}

.top__information--register{
	max-width: 800px;
	margin: 4rem auto;
	padding: 3rem 4rem;
	background-color: #fbf0fa;
	border-radius: 1.5rem;
	box-shadow: 0 0 0.5rem rgba(0,0,0,0.3);
}
@media only screen and (max-width: 767px) {
	.top__information--register{
		padding: 3rem 2rem;
	}
}


.top__information--h3{
	text-align: center;
	font-size: 2.4rem;
}

.top__information--flex{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 3rem;
}
@media only screen and (max-width: 767px) {
	.top__information--flex{
		flex-direction: column;
	}
}

.top__information--list{
	margin-left: 4rem;
}
@media only screen and (max-width: 767px) {
	.top__information--list{
		margin-left: 0;
	}
}

.top__information--list li{
	font-size: 1.8rem;
	font-weight: 700;
	position: relative;
	padding-left: 4rem;
	margin: 1.5rem 0;
}

.top__information--list li::before{
	content: "";
	width: 3.4rem;
	height: 3.4rem;
	display: block;
	background: url(/2026/cms/wp-content/themes/ota-tech/images/icon_check.svg) no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 0;
}

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

.top__access{
	margin-top: 10rem;
}

.top__access--flex{
	margin-top: 4rem;
	display: flex;
	justify-content: space-between;
}
@media only screen and (max-width: 767px) {
	.top__access--flex{
		flex-direction: column;
	}
}

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

	.top__access--map iframe{
		width: 100%;
	}
}

.top__access--route{
	width: calc(70% - 6rem);
}
@media only screen and (max-width: 767px) {
	.top__access--route{
		width: 100%;
	}
}

.top__access--place{
	display: flex;
	align-items: center;
}
@media only screen and (max-width: 767px) {
	.top__access--place{
		flex-direction: column;
		align-items: flex-start;
		margin-top: 3rem;
	}
}

.top__access--place img{
	width: 16rem;
}
@media only screen and (max-width: 767px) {
	.top__access--place img{
		width: 100%;
	}
}

.top__access--place p{
	font-size: 1.8rem;
	font-weight: 700;
	margin-left: 2rem;
}
@media only screen and (max-width: 767px) {
	.top__access--place p{
		margin: 2rem 0 0;
		font-size: 1.5rem;
	}
}

.top__access--route dl{
	margin-top: 2rem;
}


.top__access--route dt{
	font-size: 1.8rem;
	font-weight: 700;
}

.top__access--route dt img{
	vertical-align: middle;
	margin-right: 1rem;
}

.top__access--route dd{
	font-size: 1.2rem;
	margin-top: 0.8rem;
}

.top__event{
	margin-top: 10rem;
}

.top__event--bnr{
	margin-top: 4rem;
	display: flex;
	justify-content: center;
}

.cmn__box{
	border-radius: 1.5rem;
	background-color: #FFF;
	box-shadow: 0 0 0.5rem rgba(0,0,0,0.15);
	padding: 3rem;
}
@media only screen and (max-width: 767px) {
	.cmn__box{
		padding: 2rem;
	}
}


.exhibitor-detail__top{
	display: flex;
	justify-content: space-between;
}
@media only screen and (max-width: 767px) {
	.exhibitor-detail__top{
		flex-direction: column;
	}
}

.exhibitor-detail__top--thum{
	max-width: 300px;
	width: 30%;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.exhibitor-detail__top--thum{
		order: 2;
		width: 100%;
		margin-top: 2rem;
		max-width: none;
	}
}

.exhibitor-detail__top--thum img{
	border-radius: 1rem;
}

.exhibitor-detail__top--right{
	width: calc(70% - 2rem);
	display: flex;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.exhibitor-detail__top--right{
		order: 1;
		width: 100%;
	}
}

.exhibitor-tag__num{
	background-color: #374151;
	color: #FFF;
	font-weight: bold;
	display: inline-block;
	padding: 0.5rem 1rem;
	border-radius: 0.6rem;
}

.exhibitor-tag__category{
	background-color: #CCC;
	font-weight: bold;
	display: inline-block;
	padding: 0.5rem 1rem;
	border-radius: 0.6rem;
	margin-left: 1rem;
}

.exhibitor-detail__h1{
	font-size: 3.2rem;
	font-weight: bold;
	margin-top: 1rem;
}
@media only screen and (max-width: 767px) {
	.exhibitor-detail__h1{
		font-size: 2.6rem;
	}
}

.exhibitor-detail__top--pr{
	background-color: #EFF6FF;
	margin-top: 1rem;
	border-radius: 1rem;
	padding: 1.5rem;
	font-size: 1.8rem;
	font-weight: bold;
}
@media only screen and (max-width: 767px) {
	.exhibitor-detail__top--pr{
		font-size: 1.6rem;
	}
}

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

.exhibitor-detail__flex--left{
	width: calc(55% - 1.5rem);
}
@media only screen and (max-width: 767px) {
	.exhibitor-detail__flex--left{
		width: 100%;
	}
}

.exhibitor-detail__flex--right{
	width: calc(45% - 1.5rem);
}
@media only screen and (max-width: 767px) {
	.exhibitor-detail__flex--right{
		width: 100%;
		margin-top: 3rem;
	}
}

.exhibitor-detail__h2{
	font-size: 2rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #e5e7eb;
	margin-bottom: 2rem;
	color: #0A3075;
	font-weight: bold;
	display: flex;
	align-items: center;
	gap: 1rem;
}
@media only screen and (max-width: 767px) {
	.exhibitor-detail__h2{
		font-size: 1.8rem;
	}
}

.exhibitor-detail__h2 img{
	height: 2.8rem;
	display: block;
}
@media only screen and (max-width: 767px) {
	.exhibitor-detail__h2 img{
		height: 2.4rem;
		display: block;
	}
}

.exhibitor-detail__h3{
	font-size: 1.8rem;
	font-weight: bold;
	padding: 0.1rem 0 0.1rem 0.5rem;
	border-left: 2px solid #0A3075;
	margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
	.exhibitor-detail__h3{
		font-size: 1.6rem;
	}
}

.exhibitor-detail__text + .exhibitor-detail__h3{
	margin-top: 3rem;
}

.exhibitor-detail__text{
	line-height: 1.8;
}

.exhibitor-detail__image{
	position: relative;
    border-radius: 1rem;
    overflow: hidden;
    padding-top: 90%;
}

.exhibitor-detail__image img{
	border-radius: 1rem;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: contain;
    height: 100%;
}

.exhibitor-detail__image p{
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	bottom: 0;
	color: #FFF;
	padding: 1rem;
	width: 100%;
	font-size: 1.4rem;
}

.exhibitor-detail__image--thum{
	display: flex;
	align-items: center;
	gap: 1rem;
	margin-top: 2rem;
}

.exhibitor-detail__image--thum li{
    border-radius: 1rem;
    width: 33.33%;
    padding-top: 33%;
    position: relative;
    border: 2px solid #ddd;
}

.exhibitor-detail__image--thum li.active{
	border: 2px solid #0071bc;
}

.exhibitor-detail__image--thum img{
	border-radius: 0.8rem;
    display: block;
    object-fit: contain;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.exhibitor-detail__movie{
	margin-top: 3rem;
}

.exhibitor-detail__movie--inner {
	width: 100%;
	aspect-ratio: 16 / 9;
}
.exhibitor-detail__movie--inner iframe {
	width: 100%;
	height: 100%;
}

.exhibitor-detail__specialty{
	margin-top: 3rem;
}

.exhibitor-detail__specialty--h2{
	justify-content: center;
}

.exhibitor-detail__specialty--list{
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}
@media only screen and (max-width: 767px) {
	.exhibitor-detail__specialty--list{
		gap: 1rem;
		justify-content: space-between;
	}
}

.exhibitor-detail__specialty--list li{
	border-radius: 10rem;
	font-weight: bold;
	padding: 1rem 1.5rem;
	background-color: #F9FAFB;
	border: 2px solid rgb(243 244 246 );
	font-size: 1.3rem;
	color: #CCC;
}
@media only screen and (max-width: 767px) {
	.exhibitor-detail__specialty--list li{
		border-radius: 10rem;
		padding: 0.5rem 0.5rem;
		font-size: 1rem;
		width: calc(50% - 0.5rem);
		display: flex;
		padding-left: 1.8rem;
	}
}

.exhibitor-detail__specialty--list li.on{
	background-color: #EFF6FF;
	border-color: #c0d5fc;
	color: #0071bc;
	display: flex;
	align-items: center;
	gap: 0.3rem;
}
@media only screen and (max-width: 767px) {
	.exhibitor-detail__specialty--list li.on{
		padding-left: 0.5rem;
	}
}

.exhibitor-detail__specialty--list li.on::before{
	content: "";
	background: url(/2026/cms/wp-content/themes/ota-tech/images/icon_check_specialty.svg) no-repeat;
	background-size: cover;
	width: 1.5rem;
	height: 1.5rem;
	display: inline-block;
}
@media only screen and (max-width: 767px) {
	.exhibitor-detail__specialty--list li.on::before{
		width: 1rem;
		height: 1rem;
	}
}

.exhibitor-detail__info{
	background-color: #f7faff;
	border-radius: 1.5rem;
	padding: 2rem;
	border: 1px solid #dbe6fd;
}

.exhibitor-detail__info dl{
	border-bottom: 1px solid #e2e3e8;
	margin-bottom: 2rem;
	padding-bottom: 2rem;
}

.exhibitor-detail__info dl:last-child{
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.exhibitor-detail__info dt{
	font-size: 1.3rem;
	font-weight: bold;
	color: #666;
}

.exhibitor-detail__info dd a{
	text-decoration: underline;
}

.exhibitor-detail__map {
	width: 100%;
	aspect-ratio: 16 / 9;
	position: relative;
}

.exhibitor-detail__map iframe {
	width: 100%;
	height: 100%;
}

.exhibitor-detail__map--btn{
	position: absolute;
	right: 0;
	top: -6.5rem;
}
@media only screen and (max-width: 767px) {
	.exhibitor-detail__map--btn{
		top: -6rem;
	}
}

/*
.exhibitor-tag__category[data-category="金属除去"]{
	background-color: #fef4f8;
	color: #f6bfd7;
}
*/

/**/
.main-title{
	min-height: 20rem;
	color: #FFF;
	font-size: 3rem;
	font-weight: 800;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(90deg,rgba(46, 167, 224, 1) 0%, rgba(238, 63, 255, 1) 100%);
}
@media only screen and (max-width: 767px) {
	.main-title{
		min-height: 15rem;
		font-size: 2.4rem;
	}
}

/*マイページ関連*/
.child main.mypage-rayout{
	display: flex;
	justify-content: space-between;
	background: none;
	box-shadow: none;
	max-width: 1300px;
	padding: 0;
	margin: 4rem auto 0;
}
@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);
	background-color: #FFF;
	box-shadow: 0 0 0.5rem rgba(0,0,0,0.15);
	padding: 6rem;
	border-radius: 1.5rem;
	margin: 0 auto 10rem;
}

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

.mypage-left .login-name{
	background-color: #FFF;
	border-radius: 5px;
	padding: 1.5rem;
	margin-bottom: 2rem;
	box-shadow: 0 0 0.5rem rgba(0,0,0,0.15);
	border-radius: 1.5rem;
}

.menu-mypage-ex__open{
	border-bottom: none;
	border-radius: 5px 5px 0 0;
	padding: 1rem 2rem 1rem 1rem;
	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:#555 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{
	background-color: #FFF;
	box-shadow: 0 0 0.5rem rgba(0,0,0,0.15);
	border-radius: 1.5rem;
	margin: 0 auto 10rem;
	border-radius: 1.5rem;
	overflow: hidden;
}
@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 #CCC;
	display: block;
	padding: 1rem 2rem 1rem 1rem;
	color: #555;
	text-decoration: none;
	position: relative;
}
#menu-mypage-ex li.red a{
	color: #FF0000;
}

#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 #555;
	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 a:hover{
	background:linear-gradient(90deg,rgba(46, 167, 224, 1) 0%, rgba(238, 63, 255, 1) 100%);
	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;
}


.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{
    display: inline-block;
}

.mypage-rayout .mypage-read .btn-mypage a{
    background-color: #555;
    display: block;
    min-width: 230px;
    padding: 1.5rem;
    line-height: 1;
    color: #FFF;
    position: relative;
    border-radius: 6px;
    text-decoration: none;
    margin: 0 auto;
}

/*UMフォーム*/
.um-account-side{
	display: none;
}

.um-text{
	font-size: 1.4rem;
}
.um-row-heading{
	font-size: 2.4rem;
	color: #374151;
	margin-bottom: 2rem;
	font-weight: bold;
}

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

