@charset "utf-8";
/*-----------------------------------------------------
	style.css
	独自のスタイル
------------------------------------------------------*/
body {
	color: #42210B;
}
main {
	margin-top: 100px;
}
section {
	padding-bottom: 50px;
	margin-bottom: 0;
}
a {
	color: #5C8FFF;
}
.fz14 { font-size: 1.4rem;}
.fz16 { font-size: 1.6rem;}
.fz18 { font-size: 1.8rem;}
.fz20 { font-size: 2rem;}
.taCPc { text-align: center; }
.forPc { display: block; }
.forSp { display: none; }
/*メインビジュアル*/
section#mainvisual div.container {
	width: 100%;
	position: relative;
	background-image: url("../images/special/expo/2023/bg-main.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size:auto;	
}
div.bgMain {
	background-image: url("../images/special/expo/2023/bg-circle.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size:auto;
}
section#mainvisual h1.title-h1 {
	margin-top: 30px;	
}

/*背景画像パターン*/
.bg-pattern {
	background-image: url("../images/special/expo/2023/bg-pattern.png");
	background-repeat: repeat-y;
	background-position: center top;
	background-size:auto;
}

/*プログラム*/
section#programArea {
}
.bg-h4 {
	background-image: url("../images/special/expo/2023/img-program01.png");
	background-repeat: no-repeat;
	background-position: 80% 20px;
	background-size:auto;
	padding: 20px 0;
	margin-bottom: 30px;
}
dl.prof {
	margin: 0 0 0 20px;
}
dl.prof dt {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #666;
	align-items: baseline;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
dl.prof dt img.post { height: 18px;}
dl.prof dt img.post02 { height: 36px;}
dl.prof dd { line-height: 2; font-size: 14px;}
.arrow { margin: 70px 0;}
.bg-specialtalk {
	background-image: url("../images/special/expo/2023/img-specialtalk.png");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: contain;
	background-position-y: 85%;
}

/*申込の流れ*/
section#flowArea {
	background-color: #F4FDFF;
	padding-top:70px;
}
section#flowArea div.flow p {
	font-size: 2rem;
}


/*アクセス*/
section#accessArea {
	padding: 50px 0;
	margin: 0;
}
.img-place01 {
	margin-bottom: 50px;
}
.gmapWrap {
	width: 400px;
	margin: 0 auto;
}
.gmap {
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
margin: 0 auto 10px;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}
section#accessArea dl.access {
	width: 100%;
	max-width: 420px;
	margin: 0 auto 30px;
}
section#accessArea dl.access dt {
	font-weight: normal;
	text-align: center;
	text-decoration: underline;
	margin-bottom: 15px;
}

section#accessArea a {word-break: break-all;}


/*PC画面調整*/
@media (max-width: 1250px) {
	.bg-pattern {
		background-size:contain;
	}


/*-----------------------------------------------------
	for Tablet
------------------------------------------------------*/
@media (max-width: 768px) {
	.fz18 { font-size: 1.6rem;}
	.fz20 { font-size: 1.8rem;}
	.img-h2 {
		height: 40px;
		width: auto;
	}
	#flowArea .img-flow {
		height: 150px;
		width: auto;
	}
	.bg-h4 {
		background-position: 90% 20px;
	}
	
	dl.prof dt img.post,dl.prof dt img.post02 { 
		width: auto;
		height: auto;
	}
	dl.prof {
		margin: 0;
	}
	.bg-specialtalk {
		background-size: contain;
	}
	
}
/*-----------------------------------------------------
	for SP
------------------------------------------------------*/
@media (max-width: 428px) {
	section {
		padding-bottom: 30px;
	}
	.taCPc { text-align: left; }
	.img-h2 {
		height: 30px;
		width: auto;
	}
	.img-h3 > img {
		height: 25px;
		width: auto;
	}
	.img-sp7{
		width: 70% !important;
		height: auto;
	}
	.img-sp9{
		width: 90% !important;
		height: auto;
	}
	.img-sp2{
		width: 20% !important;
		height: auto;
	}
	.img-sp5{
		width: 50% !important;
		height: auto;
	}
	.img-sp35{
		width: 35% !important;
		height: auto;
	}
	.bg-h4 {
		background-position: 90% 0;
	}
	#flowArea .img-flow {
		height: 150px;
		width: auto;
	}
	.sp-bg-w {
		background: #fff;
	}
	.img-place01 {
		margin-bottom: 20px;
	}
	.img-place01 img {
		width: 30px;
		height: auto;
	}
	.gmapWrap {
		width: 90%;
	}
	dl.prof dt {
		display: block;
	}
	.forPc { display: none; }
	.forSp { display: block; }
	
}





/*-----------------------------------------------------
	ページ名/部品名
------------------------------------------------------*/
/*　section名　*/



