﻿/*　■■■■■■■■■■■■■■■■■■■■■■■■■　*/
/*　■■■■■■■■■ ページの構造 ■■■■■■■■■　*/
/*　■■■■■■■■■■■■■■■■■■■■■■■■■　*/
/* ------------ ボディ -----------*/
body {
}
/*　■■■■■■■■■ ヘッダ ■■■■■■■■■　*/
/* header {
	position:relative;
	width: auto;
	height: 80px;
	border-top-width: 5px;
} */
header {
	width: auto;
	border-top-width: 5px;
}
/* ------------ タイトル -----------*/
/* #title {
	width: auto;
	padding: 0 2em;
}
#title .enttl {
	font-size: 3vw;
	display: none;
}
#title img {
	max-width: 100%;
	height: auto;
}
#title h1 {
	font-size: 6vw;
} */
#title {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: auto;
}
#title .enttl {
	font-size: 3vw;
	display: none;
}
#title img {
	max-width: 100%;
	height: auto;
}
#title h1 {
	font-size: 6vw;
}
#title > *:nth-child(2) {
	margin: 20px 0 0 0;
	font-size: 90%;
}
/* #tokitokoro {
	position: absolute;
	top: 120px;
	left: 30px;
	right: 30px;
	display: flex;
	align-items: center;
	flex-direction : column;
	font-size: 11px;
}
#tokitokoro > * + * {
	margin-top: 10px;
} */
#tokitokoro {
	margin-top: 20px;
}
/*　■■■■■■■■■ コンテンツ ■■■■■■■■■　*/
#sec_con {
	display: block;
	padding:0px 0 50px;
	width:100%;
	overflow: hidden;
}
#sec_con .cl {
	order: 2;
	width:100%;
	min-height: 300px;
}
#sec_con .cr {
	order: 1;
	width:100%;
}
/* ------------ index.htmlの開催概要 -----------*/
#sec_con .main {
	height:500px;
	background: url("img/image_20220616.jpg") 50% 0%/cover no-repeat;
}
#sec_con .main .kaijo {
	display: none;
}
#sec_con .main .kokuchi {
	top: 250px;
	left: 20px;
	padding: 15px 20px;
	width: 70%;
	border: solid 2px #FF0000;
	border-radius: 10px;
	background: #FFFFFF;
}
#sec_con .main .kokuchi h6 {
	text-align: center;
	margin-bottom: 10px;
	font-size: 120%;
	color: #FF0000;
}
#theme {
	position: absolute;
	top: 50px;
	left: 0;
	right: 0;
}
#theme img {
	max-width: 80%;
}
#endai_schedule {
	position: absolute;
	top: 120px;
	left: 30px;
	right: 30px;
	width: auto;
	background: rgba(255, 255, 255, 0.9);
}
#info {
	margin: 20px;
}
#info .info_in {
	position: static;
}
/* ------------ サイド -----------*/
.atcl_side {
}
/* ------------ ナビ -----------*/
nav.nv_pc {
	display: none;
}
nav.nv_mbile {
}
/* ------------ バー -----------*/
.bar {
	width:100%;
}
.bar:after {
	content: "";
	clear: both;
	display: block;
}
.br_temp {
}
.bar span.renew {
	margin:0 5em 0 0;
}
.minibar {
	width:100%;
}
/* 更新情報 */
.news {
	margin:0 0 0 5px;
/*	width:100%;*/
	width: auto;
	height:200px;
}
.news dl {
}
.news dt {
	float:none;
}
.news dd {
	margin:0 0 0 1em;
}
/*　■■■■■■■■■ フッタ ■■■■■■■■■　*/
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;
	margin-top: 50px;
	text-indent: -1.3em;
	font-size: 85%;
	line-height: 110%;
}
/*■■■■スマホメニュー（ハンバーガーメニューとナビゲーションドロワー）■■■■*/
#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;
}
/*　■■■■■■■■■ 開催概要 ■■■■■■■■■　*/
#gaiyo {
	margin: 50px 1em 150px;
	width: auto;
}
#gaiyo dt {
	float:none;
}
#gaiyo dd {
	margin: 1em 0 30px 1em;
	padding: 0;
}
/*　■■■■■■■■■ プログラム ■■■■■■■■■　*/
#pro {
	margin: 50px 1em 150px;
	width: auto;
}
#pro .btn_list {
	display: block;
}
#pro .btn_list > * + * {
	margin: 20px 0 0 0;
}
/*　■■■ OS募集 ■■■　*/
#os {
	margin: 50px 1em 150px;
	width: auto;
}
/*　■■■■■■■■■ オーガナイズドセッション ■■■■■■■■■　*/
#os2 {
	margin: 50px 1em 150px;
	width: auto;
}
/*　■■■ 演題募集 ■■■　*/
#endai {
	margin: 50px 1em 150px;
	width: auto;
}
/*　■■■■■■■■■ 参加登録 ■■■■■■■■■　*/
#sanka {
	margin: 50px 1em 150px;
	width: auto;
}
#sanka table.sankahi {
	display: block;
	overflow: auto;
	white-space: nowrap;
	width: 100%;
	-webkit-overflow-scrolling: touch;
}
/*　■■■■■■■■■ 学生交流セッション ■■■■■■■■■　*/
#student {
	margin: 50px 1em 150px;
	width: auto;
}
/*　■■■■■■■■■ 特別企画 ■■■■■■■■■　*/
#kikaku {
	margin: 50px 1em 150px;
	width: auto;
}
#kikaku ul.idx_lst {
	display: block;
	margin: 0 0 0 20px;
	list-style-type: disc;
	white-space: normal;
}
#kikaku ul.idx_lst li {
	position: relative;
}
#kikaku ul.idx_lst li:nth-last-of-type(n+2):after {
	content: none;
}
#kikaku ul.idx_lst li a {
	padding: 0;
}
#kikaku table.reki {
	display: block;
	overflow: auto;
	white-space: nowrap;
	width: 100%;
	-webkit-overflow-scrolling: touch;
}
/*　■■■■■■■■■ アクセス ■■■■■■■■■　*/
#access {
	margin: 50px 1em 150px;
	width: auto;
}
#access div.map > iframe {
	max-width: 100%;
	height: 360px;
	vertical-align: bottom;
}
/*　■■■■■■■■■ 機器展示・広告掲載 ■■■■■■■■■　*/
#tenji {
	margin: 50px 1em 150px;
	width: auto;
}
#tenji .kaicho {
	display:block;
	text-align: right;
}
#tenji .kaicho > * {
	display:block;
}
#tenji .kaicho > * > * {
	display:block;
}
#tenji .kaicho > * > * + * {
	padding: 0;
}
#tenji .moshikomi {
	display:block;
}
#tenji .moshikomi > * {
	display:block;
}
#tenji .moshikomi > * > * {
	display:block;
}
#tenji .moshikomi > * > *:nth-child(2) {
	margin-left: 1em;
}
/*　■■■■■■■■■ 託児サービス ■■■■■■■■■　*/
#takuji {
	margin: 50px 1em 150px;
	width: auto;
}
/*　■■■■■■■■■ 運営委員会 ■■■■■■■■■　*/
#committee {
	margin: 50px 1em 150px;
	width: auto;
}
#committee .t_list {
	margin: 20px 0;
	display: block;
	width: auto;
}
#committee .t_list > * {
	display: block;
}
#committee .t_list > * > * {
	display: block;
}
#committee .t_list > * > *:nth-child(1) {
	margin: 10px 0 0 0;
	text-align: left;
	padding: 0;
}
#committee .t_list > * > *:nth-child(2) {
	margin: 0 0 0 1em;
	padding: 0;
}
/*　■■■■■■■■■ リンク ■■■■■■■■■　*/
#link {
	margin: 50px 1em 150px;
	width: auto;
}
/*　■■■■■■■■■ お知らせ ■■■■■■■■■　*/
#oshirase {
	margin: 50px 1em 150px;
	width: auto;
}
#oshirase .ushiro2 {
	display: block;
	margin: 20px 0 0 auto;
}
#oshirase .ushiro2 > * {
	display: block;
	margin-left: 3em;
	text-align: right;
}
#oshirase .ushiro2 > * > * {
	display: inline;
}
#oshirase .ushiro2 > * > * + * {
	padding: 0;
}
#oshirase .ushiro2 > * > *:nth-last-child(1) {
	display: inline-block;
}
