﻿/*　■■■■■■■■■■■■■■■■■■■■■■■■■　*/
/*　■■■■■■■■■ ページの構造 ■■■■■■■■■　*/
/*　■■■■■■■■■■■■■■■■■■■■■■■■■　*/
/* ------------ ボディ -----------*/
body {
}
/*　■■■■■■■■■ ヘッダ ■■■■■■■■■　*/
header {
	position:relative;
}
/* ------------ タイトル -----------*/
#title {
	width:100%;
	display: block;

}
#title > div:nth-of-type(1) img {
	width: 80px;
	height: auto;
}
#title h1 {
	margin: 0;
	font-size: 4vw;
	text-shadow: 1px 1px 1px #fff;
}
#title h1 span {
	margin-right: 0px;
	font-size: 100%;
	vertical-align: 0px;
	letter-spacing: 0px;
}
/*　■■■■■■■■■ コンテンツ ■■■■■■■■■　*/
#sec_con {
	display: block;
	padding:0px 0 0px;
	width:100%;
	overflow: hidden;
}
#sec_con .cl {
	order: 2;
	width:100%;
	min-height: 300px;
}
#sec_con .cr {
	order: 1;
	width:100%;
}
#sec_con .cr_ad {
	order: 3;
	width:100%;
}
/* ------------ index.htmlの開催概要 -----------*/
/* #sec_con .main {
	height:550px;
	background:url("img/image.jpg") 50% 0%/cover no-repeat;
} */
#sec_con .main {
	height: auto;
	overflow: hidden;
	background-position: 0% 0%;
	background-size: cover;
	aspect-ratio: 1/1;
}
#sec_con .theme {	
	position: absolute;
	top: 0vw;
	left: 5vw;
	line-height: 200%;
}
#sec_con .theme dd {
	font-size: 150%;
}
dl#tokitokoro {
	position: absolute;
	top: 30vw;
	left: 5vw;
	font-size: 10px;
	font-size: 2.5vw;
}
/* dl#tokitokoro > dd > p:nth-of-type(1) {
	font-size: 130%;
	font-weight: bold;
} */
/* dl#tokitokoro > dd:nth-of-type(1) > p:nth-of-type(1) {
	font-size: 110%;
} */
#oshirase {
	margin: 20px;
}
#oshirase > * {
	padding: 1.2em;
}
.info_f {
	display: block;
}
.info_f > *:nth-child(2) {
	margin: 20px 0 0 0;
}
#info_top {
	padding: 10px;
}
#info_top2 {
	margin: 20px 10px;
}
/* ------------ サイド -----------*/
.atcl_side {
}
/* ------------ ナビ -----------*/
nav.nv_pc {
	display: none;
}
nav.nv_mbile {
}
/* ------------ バー -----------*/
.bar {
	width:100%;
}
.br_temp {
}
.bar span.renew {
	margin:0 5em 0 0;
}
.minibar {
	width:100%;
}
/* 更新情報 */
.news {
	margin:0 0 0 5px;
	width:100%;
	height:200px;
}
.news dl {
}
.news dt {
	float:none;
}
.news dd {
	margin:0 0 0 1em;
}
/*　■■■■■■■■■ バナー ■■■■■■■■■　*/
ul#banner2 {
	margin: 20px 10px 0 10px;
	display: flex;
	flex-direction: column;
	width: 300px;
}
/*　■■■■■■■■■ 広告 ■■■■■■■■■　*/
.ad_bar {
	margin: 20px 0 15px 0px;
	padding: 5px 0 5px 1em;
	font-size: 120%;
	text-align: left;
}
/*　■■■■■■■■■ フッタ ■■■■■■■■■　*/
footer {
	position:fixed;
	bottom:0px;
	right:0px;
	width:100%;
	height:50px;
	background:#DDDDDD;
}
footer .copy {
	display:none;
}
.copy_m {
	display: block;
	margin: 0 0 10px 2.3em;
	text-indent: -1.3em;
	font-size: 85%;
	line-height: 110%;
}
#footer2 {
	display: block;
	padding-bottom: 50px;
}
/*■■■■スマホメニュー（ハンバーガーメニューとナビゲーションドロワー）■■■■*/
#nv_drwr {
	display: block;
}
/*非表示*/
.nv_none {
  display:none;
}
/*アイコンメニュー*/
footer .mb_menu {
	display:flex;
	text-align: center;
}
footer .mb_menu li {
	padding: 5px 0 0;
	width: 30%;
}
footer .mb_menu li p {
	margin: -10px 0 0;
	font-size: 85%;
}
/*メニューのカバー*/
#nv_tojiru {
	display: none;/*隠す*/
	position: fixed;
	z-index: 99;
	top: 0;/*全体に広げる*/
	left: 0;
	width: 100%;
	height: 100%;
	background: black;
	opacity: 0;
	transition: .3s ease-in-out;
}
/*メニューのコンテンツ*/
#nv_con {
	overflow: auto;
	position: fixed;
	top: 100px;
	left: 0;
	z-index: 9999;
	width: 90%;/**/
	max-width: 200px;/**/
	height: 70%;
	background: #fff;
	transition: .3s ease-in-out;
	-webkit-transform: translateX(-105%);
	transform: translateX(-105%);/*左に隠す*/
	}
/*チェックが入れば表示*/
#nv_in:checked ~ #nv_tojiru {
  display: block;/*カバーを表示*/
  opacity: .5;
}
#nv_in:checked ~ #nv_con {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);/*右へスライド*/
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}
/*メニューの中身*/
#nv_con {
}
/* ページトップへ */
.page-top {
	z-index: 100;
	position: fixed;
	bottom: -9px;
	right: 60px;
	width:60px;
	height:60px;
	background: #DDDDDD;
	border-radius: 30px;
	text-decoration:none;
}
.top_m {
	scroll-behavior: smooth;
}
/*　■■■■■■■■■ 挨拶 ■■■■■■■■■　*/
#aisatsu {
	margin: 50px 1em 150px;
	width: auto;
}
#aisatsu h4 {
	font-size: 5.5vw;
}
#aisatsu figure {
	display:block;
}
#aisatsu figure img {
	width: 50%;
	height: auto;
}
#aisatsu figure p {
	margin: 0px 0 0 30px;
}
/*　■■■■■■■■■ 開催概要 ■■■■■■■■■　*/
#gaiyo {
	margin: 50px 1em 150px;
	width: auto;
}
#gaiyo dt {
	float:none;
}
#gaiyo dd {
	margin:0 0 30px 1em;
	padding:3px 0 0 ;
}
/*　■■■ 演題募集 ■■■　*/
#endai {
	margin: 50px 1em 150px;
	width: auto;
}
/*　■■■■■■■■■ プログラム ■■■■■■■■■　*/
#pro {
	margin: 50px 1em 150px;
	width: auto;
}
/*　■■■■■■■■■ プログラム ■■■■■■■■■　*/
#pro2 {
	margin: 50px 1em 150px;
	width: auto;
}
#pro2 .zacho {
	margin-left: 0;
}
#pro2 .zacho > * {
	display: grid;
	grid-template-columns: none;
	margin: 20px 0;
}
#pro2 .zacho > * > * + * {
	margin-left: 1em;
}
#pro2 .endai {
	margin-left: 0;
}
/*　■■■■■■■■■ 参加登録 ■■■■■■■■■　*/
#sanka {
	margin: 50px 1em 150px;
	width: auto;
}
#sanka dl.online dd.kikan,
#sanka dl.online dd.kikan_encho {
	font-size: 4vw;
}
#sanka table.sankahi {
	display: block;
	overflow: auto;
	white-space: nowrap;
	width: 100%;
	-webkit-overflow-scrolling: touch;
}
/*　■■■■■■■■■ WEB企業展示会場 ■■■■■■■■■　*/
#tenji {
	margin: 50px 1em 150px;
	width: auto;
}
#tenji .company_about {
	display: block;
}
#tenji .company img {
	box-sizing: border-box;
	margin: 0;
	max-width: 100%;
	height: auto;
}
#tenji .company_about > *:nth-child(2) {
	margin: 10px 0 0 0;
}
/*　■■■■■■■■■ English ■■■■■■■■■　*/
#information {
	margin: 40px 1em 150px;
	width: auto;
}
/*　■■■■■■■■■ 参加者 ■■■■■■■■■　*/
#annai {
	margin: 50px 1em 150px;
	width: auto;
}
/*　■■■■■■■■■ 座長・演者の皆様へ ■■■■■■■■■　*/
#annai2 {
	margin: 50px 1em 150px;
	width: auto;
}
#annai2 .poster_size {
	float: none;
	margin: 10px 0;
	text-align: center;
}
/*　■■■■■■■■■ 協賛企業 ■■■■■■■■■　*/
#spnsr {
	margin: 50px 1em 150px;
	width: auto;
}
/*　■■■■■■■■■ 後援学会 ■■■■■■■■■　*/
#kouen {
	margin: 50px 1em 150px;
	width: auto;
}
/*　■■■■■■■■■ アクセス ■■■■■■■■■　*/
#access {
	margin: 50px 1em 150px;
	width: auto;
}
#access div.map > iframe {
	max-width: 100%;
	height: 360px;
	vertical-align: bottom;
}
#access img {
	max-width: 100%;
	height: auto;
}
/*　■■■■■■■■■ 寄付・協賛（趣意書） ■■■■■■■■■　*/
#support {
	margin: 50px 1em 150px;
	width: auto;
}
/*　■■■■■■■■■ 汎用 ■■■■■■■■■　*/
#etc {
	margin: 30px 1em 150px;
	width: auto;
}
