﻿/*　■■■■■■■■■■■■■■■■■■■■■■■■■　*/
/*　■■■■■■■■■ ページの構造 ■■■■■■■■■　*/
/*　■■■■■■■■■■■■■■■■■■■■■■■■■　*/
/* ------------ ボディ -----------*/
body {
}
.top_image {
	width: 100%;
	background-size: contain;
	background-position: 0px 0;
}
/*　■■■■■■■■■ ヘッダ ■■■■■■■■■　*/
header {
	position:relative;
	width: auto;
	height: 15vw;
	border-top-width: 5px;
}
/* ------------ タイトル -----------*/
#title {
	width: auto;
}
#title figure img {
	margin: 10px 0 0 10px;
	width: 60px;
}
#title div p {
	margin: 5px 0 0 0px;
	font-size: 100%;
	line-height: 110%;
}
#title .ttl_en {
	margin: 5px 0 0 0px;
	font-size: 80%;
}
#title div h1 img {
	margin: 0px 0 0 0px;
}
/*#title div h1 {
	margin: 5px 0 0 0px;
	font-size: 130%;
	line-height: 1;
}*/
/*　■■■■■■■■■ コンテンツ ■■■■■■■■■　*/
#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%;
}
/* ------------ index.htmlの開催概要 -----------*/
#sec_con .main {
	height: 480px;
}
#sec_con .theme_tate img {
	top: 10px;
	left: 5px;
	width: 100px;
	height: auto;
}
#sec_con .theme img {
	top: -300px;
	left: 100px;
	width: 70%;
	height: auto;
}
dl#tokitokoro {
	bottom: 0px;
	left: 0px;
}
/* ------------ お知らせ -----------*/
#sec_con .main .oshirase {
	top: 20px;
	left: 5px;
	width: 85%;
	height: 480px;
	font-size: 100%;
}
#sec_con .main .oshirase div {
	float:none;
	margin: 10px 0 0;
}
/*#oshirase_index {
	font-size: 95%;
}*/
/* ------------ サイド -----------*/
.atcl_side {
}
/*能登復興*/
.noto img {
	margin: 100px 0 0;
	width: 50%;
	height: auto;
}
.noto p {
	font-size: 16px;
	margin-left: 40px;
	text-align: left;
	font-weight: bold;
}
/* ------------ ナビ -----------*/
nav.nv_pc {
	display: none;
}
nav.nv_mbile {
}
/* ------------ バー -----------*/
.bar {
	margin: 300px 0 15px 0px;
	width:100%;
	font-size:100%;
}
.bar p {
	margin: 3px 0 0 10px;
	width: 55%;
}
.bar:after {
	content: "";
	clear: both;
	display: block;
}
.br_temp {
	margin: 0px 0 15px 0px;
}
.bar span.renew {
	margin:0 5em 0 0;
}
.minibar {
	width:100%;
}
/* 更新情報 */
.news {
	position: relative;
	top: 0px;
	margin:0 0 50px 5px;
	width:100%;
	height:100px;
}
.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;
}
#aisatsu .kaicho {
	display: block;
}
#aisatsu .kaicho img {
	width: 70%;
	height: auto;
}
#aisatsu .kaicho > div {
	top: 0px;
}

/*　■■■■■■■■■ 開催概要 ■■■■■■■■■　*/
#gaiyo {
	margin: 50px 1em 150px;
	width: auto;
}
#gaiyo dt {
	float:none;
}
#gaiyo dd {
	margin: 0.5em 0 30px 1em;
	padding: 0;
}
/*　■■■ 演題募集 ■■■　*/
#endai {
	margin: 50px 1em 150px;
	width: auto;
}
#endai .cate {
	display: block;
}
#endai table:nth-of-type(1) {
	width: 90%;
}
#endai table:nth-of-type(2) {
	margin: 5px 0 0 0px;
	width: 90%;
}
#endai .btn_touroku {
	display: block;
}
#endai .btn_touroku a {
	margin: 10px 0 0;
}
/*　■■■■■■■■■ 演題登録の採択結果 ■■■■■■■■■　*/
#select {
	margin: 50px 1em 150px;
	width: auto;
}
/*　■■■■■■■■■ 参加登録 ■■■■■■■■■　*/
#sanka {
	margin: 50px 1em 150px;
	width: auto;
}
#sanka dl.online dd.kikan,
#sanka dl.online dd.kikan_encho {
	font-size: 4vw;
}
/*　■■■■■■■■■ 参加者 ■■■■■■■■■　*/
#annai {
	margin: 50px 1em 150px;
	width: auto;
}
#annai table.sankahi {
	display: block;
	overflow: auto;
	white-space: nowrap;
}
#annai div.kaiin-sho {
	flex-direction: column;
}
#annai div.kaiin-sho > :nth-child(2) {
	margin-left: 0;
	margin-top: 10px;
}
#annai div.kaiin-sho img {
	max-width: 100%;
	height: auto;
}
#annai div.hagaki img {
	max-width: 100%;
	height: auto;
}
#annai .poster {
	float: none;
	margin: 10px auto;
	text-align: center;
}
/*　■■■■■■■■■ 査読の皆様へ ■■■■■■■■■　*/
#sadoku {
	margin: 50px 1em 150px;
	width: auto;
}
/*　■■■■■■■■■ 企業の皆様へ ■■■■■■■■■　*/
#sponsor {
	margin: 50px 1em 150px;
	width: auto;
}
/*　■■■■■■■■■ 託児サービス ■■■■■■■■■　*/
#takuji {
	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;
}
/*　■■■■■■■■■ お知らせ ■■■■■■■■■　*/
#oshirase {
	margin: 50px 1em 150px;
	width: auto;
}
