@charset "UTF-8";

@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

html{
	height: 100%;
	margin-bottom: 1px;
	box-sizing: border-box;
}

body,div,class,img,p,form,fieldset,input,textarea,
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,table,th,td {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	vertical-align: bottom;
}

*
{
	-webkit-box-sizing: border-box;/*	Webkit系用 */
	-moz-box-sizing: border-box;/*		Firefox用 */
	box-sizing: border-box;/*			標準 */
	hyphens: manual;
}

*:before,
*:after
{
	box-sizing: inherit;
}

body {
	font-family: 'Noto Sans Japanese', 'ＭＳ Ｐゴシック', 'Osaka', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
	font-weight: 200;
	color: #000000;
	font-size: 16px;
	margin: 0 auto;
	-webkit-text-size-adjust: 100%;/*iPhoneフォントサイズ自動調整OFF*/
	width: 100%;
	background-color: #ffffff;
	text-align: left;
	padding-top: calc(55px + (10px * 2) + (1em + (24px * 2)));/*ヘッダー固定*/
	padding-bottom: 0px;/*フッター固定*/
	line-height: 1.6;
}
/* *-*-*-*-* 
	padding-top: 158px;/ヘッダー固定/
	line-height: 1.0em;
 *-*-*-*-* */
@media screen and (max-width : 829px) {
	html	{
		/*scroll-padding-top: calc((10px * 2) + ((16px * 2) * 1) + (16px * 0.5) + ((16px * 2) * 0.55) + 10px);  固定ヘッダの高さ分 */
	}
	body {
		padding-top: 0;
		padding-top: calc((10px * 2) + ((16px * 2) * 1) + (16px * 0.5) + ((16px * 2) * 0.55)); /* 固定ヘッダの高さ分 */
	}
	/* *-*-*-*-* 
		padding-top: 100px;/ヘッダー固定/
	 *-*-*-*-* */
}
@media print {
	body {
		padding-top: 0;
	}
}
.fix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}
.fix {
	min-height: 1%;
	width: 100%;
	display: inline-block;
}

.flex
{
	display: flex;
}

.flex.middle
{
	align-items: center;
}

.flex.fixed
{
}

.flex.fixed>*
{
	width: 100%;
}

.flex.gap3
{
	gap: 3em;
}

#guidebook {
	display: none;
}

div
{
	position: relative;
}

article, aside, figure, figcaption, footer, header, nav, section {
	display: block;
}

article, section {
	width: 100%;
	float: left;
}

iframe/* [1 : 0.5625] */
{
	position: relative;
	width: calc((1010px - 3em) / 2);
	height: calc(((1010px - 3em) / 2) * 0.5625);
	background-color: #fff;
	border-width: 3px;
	border-color: rgba(119,14,14,1.0);
	border-style: solid;
	border-radius: 0.1em;
	vertical-align: middle;
}
/*
	width: calc(1010px * 0.48);
	height: calc((1010px * 0.48) * 0.5625);
*/
@media screen and (max-width : 767px) {
	iframe/* [1 : 0.5625] */
	{
		width: calc((100vw - (10px * 2)) * 0.9);
		height: calc(((100vw - (10px * 2)) * 0.5625) * 0.9);
	}
}
.tatechuy
{
transform: rotate(90deg);
}

.youtube iframe
{
	width: 100%;
	height: calc(320px * 0.5625);
}


.iframe
{
	position: relative;
	color: rgb(39, 70, 133);
	margin-top: 2em;
	margin-bottom: 2em;
}

.iframe p
{
	display: inline-block;
	text-align: left;
	font-size: 0.9em;
	margin-top: 2em;
}

.iframe_inner
{
	display: inline-block;
	position: relative;
}
/*
*/
.iframe_inner:before
{
	content: "";
	display: block;
	position: absolute;
	left: 1em;
	top: 1em;
	width: 100%;
	height: 100%;
	border-radius: 0.25em;
	background-image: repeating-linear-gradient(
		30deg,
		rgba(255,255,255,0.7),
		rgba(255,255,255,0.7) 2px,
		rgba(255,255,255,0) 0,
		rgba(255,255,255,0) 5px
	);
	background-color: rgba(0,200,85,0.5);
	background-color: rgba(139,195,74,0.5);
	background-color: rgba(19,167,98,0.3);
}


.back_gray {/*背景うすいグレー*/
	background-color: #f7f7f7;
}
.back_gray_bottom {
	padding-bottom: 70px;
}

body img {
	max-width: 100%;
	height: auto;
	border: none;
}
/* *-*-*-*-* 
 *-*-*-*-* */

/*イメージフェード*/
.fade {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.fade:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

a {
	color: #4F6671;
	text-decoration: none;
}
a:visited {
	color: #4F6671;
	text-decoration: none;
}
a:active {
	color: #4F6671;
	text-decoration: none;
}
a:hover {
	color: #35b8bd;
	text-decoration: dotted underline;
}

a[href*="http"] {
	word-wrap: break-word;
}

/*非表示*/
/*会場案内非表示*/
/*.access {
	display: none;
}
.nav li.access {
	display: none;
}*/


/*リスト*/
.details {
	float: left;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 48px;
	padding-right: 20px;
	padding-left: 20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
@media screen and (max-width: 689px) {
	.details {
		padding-right: 0px;
		padding-left: 0px;
	}
}
.details p{
	float: left;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.details ul {
	/* float: left; */
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	list-style-type: none !important;
}
.details ul li {
	display: inline-block;
	float: left;
	width: 100%;
	/* margin-bottom: 10px; */
}
.list_none li {
	list-style-type: none;
	margin-bottom: 10px;
}
/* *-*-*-*-* 
	line-height: 1.5em;
 *-*-*-*-* */

.list_none li {
	list-style-type: none;
}
.list_none li>p,.list_none li>table {
	padding-left: 1.4em;
}
.details ol{
	width:100%;
	padding-left: 10px;
}

ol.list_parentheses{
  padding:0 0 0 2em;
  margin:0;
}

ol.list_parentheses li{
  list-style-type:none;
  list-style-position:inside;
  counter-increment: cnt;
	/* text-indent:-50px; */
}
ol.list_parentheses li:before{
  display: marker;
  content: counter(cnt) ") ";
}
ol.list_parentheses li p{
	list-style-type:none;
	list-style-position:inside;
	counter-increment: cnt;
	text-indent: 0;
	  /* text-indent:-50px; */
}
ul.list_none li{
	list-style-type:none;
}
/* ul.list_none li{
	display:block;
} */

.list_decimal {
	padding-left: 10px;
}

.list_decimal li {
	float: left;
	list-style-type:decimal;
	width: 100%;
	margin-bottom: 10px;
}
/* *-*-*-*-* 
	line-height: 1.5em;
 *-*-*-*-* */

.list_square {
	padding-left: 10px;
}

.list_square li {
	float: left;
	list-style-type: square;
	margin-bottom: 10px;
}
/* *-*-*-*-* 
	line-height: 1.5em;
 *-*-*-*-* */
ul.list_disc li {
	list-style-type: none;
	/* margin-bottom: 10px; */
	background-image: url(../img/list.png);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	padding-left: 10px;
}
ul.list_disc_notice li {
	list-style-type: disc;
}
/* *-*-*-*-* 
	line-height: 1.6em;
 *-*-*-*-* */
ul.list_disc li.tail {
	list-style-type: none;
	margin-bottom: 0;
	background-image: url(../img/list.png);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	padding-left: 10px;
}
/* *-*-*-*-* 
	line-height: 1.6em;
 *-*-*-*-* */

.entry_h3 {
	text-align: center;
}

.details_mou ul.list_disc_mou li {
	/*margin-bottom: 20px;*/
	width:75%;
	margin-bottom: 12px;
}
/* *-*-*-*-* 
	line-height: 1.6em;
 *-*-*-*-* */

ul.list_disc_mou li {
	width:75%;
	list-style-type: none;
	/*line-height: 1.4em;*/
	margin-bottom: 2px;
	margin-left: 13%;
	background-image: url(../img/list.png);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	padding-left: 10px;
}
.list_parentheses {
  /* float: left; */
	width: 100%;
}

/*かっこ*/
.list_parentheses_w li{
	list-style-type: none;
	list-style-position: inside;
	counter-increment: cnt;
	text-indent: -1em;
	padding-left: 1em;
}
.list_parentheses_w li:before{
	display: marker;
	content:  "("counter(cnt) ")";
}

/*かっこ右のみ*/
.list_parentheses li{
	float: left;
	width: 100%;
	list-style-type: none !important;
	list-style-position: inside !important;
	counter-increment: cnt;
	/* text-indent: -1em; */
	padding-left: 1em;
}
.list_parentheses li:before{
	display: marker;
	content: counter(cnt) ") ";
}

/*○*/
.list_parentheses_m li{
	list-style-type: none;
	list-style-position: inside;
	counter-increment: cnt;
	text-indent: -1em;
	padding-left: 1em;
}
.list_parentheses_m li:before{
	display: marker;
	content: "○";
}

/*インナー*/
.inner {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
/* *-*-*-*-* 
	padding-left: 10px;
	padding-right: 10px;
 *-*-*-*-* */
@media screen and (min-width : 1027px){
	.inner {
		width: 1010px;
		margin: auto;
	}
	/* *-*-*-*-* 
	 *-*-*-*-* */
	.t_line + .inner {
	}
	/* *-*-*-*-* 
		width: initial;
	 *-*-*-*-* */
}
@media screen and (max-width : 1026px){
	.inner {
		margin-left: 10px;
		margin-right: 10px;
	}
	/*
		width: auto;
	*//* *-*-*-*-* 
		width: 100%;
		float: left;
		padding-left: 10px;
		padding-right: 10px;
	 *-*-*-*-* */
}

.none {
	display: none;
}

/*ヘッダー*/
header {
	width: 100%;
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cc0000;*/
	background-color: rgba(255,255,255,1.0);
	z-index: 100;/*ヘッダー固定*/
	position: fixed !important;/*ヘッダー固定*/
	top: 0;/*ヘッダー固定*/
	left: 0;/*ヘッダー固定*/
	padding-top: 10px;
	line-height: 1;
}
/* *-*-*-*-* 
	float: left;
	height: 164px;/ヘッダー固定/
	position: absolute;/ヘッダー固定/
 *-*-*-*-* */
@media screen and (max-width : 829px) {
	header {
		padding-bottom: 10px;
	}
	/* *-*-*-*-* 
		background-image: url(../img/header_back_s.png);
		height: 105px;/ヘッダー固定/
	 *-*-*-*-* */
	header .inner {
		padding: 0;
	}
	header:after {
		content: "";
		display: block;
		padding-bottom: 10px;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		width: 100%;
		height: 7px;
		background-image: url(../img/header_back_s.png);
		background-position: bottom;
		background-repeat: repeat-x;
	}
}
@media screen and (max-width : 319px) {
	header {
	}
}
@media print {
	header {
		position: relative !important;
	}
}

header>.inner {
	position: relative;
	display: flex;
	align-items: center;
	gap: 1em;
}
/*
	justify-content: space-between;
*/
@media screen and (max-width : 559px) {
	header>.inner {
		flex-direction: column;
		align-items: flex-start;
		gap: 0.5em;
	}
	/*
		margin-left: 0;
		margin-right: 0;
	*/
}

.header_top {
}
/* *-*-*-*-* 
	width: 100%;
	float: left;
 *-*-*-*-* */
.header_logo {
	font-size: 3.025em;
}
/* *-*-*-*-* 
	float: left;
	display: flex;
	align-items: center;
	gap: 1em;
 *-*-*-*-* */

.header_logo h1 {
	position: relative;
	font-size: inherit;
	overflow: hidden;
}
.header_logo h1 img {
	height: 1em;
}
@media screen and (max-width : 559px) {
	.header_logo {
		font-size: 2em;
	}
	.header_logo h1 {
	}
}
.header_logo a {
	display: block;
	position: absolute;
	top: 0;
	height: 1em;
	text-decoration: none;
	color: inherit;
}
header a[href*="thers"] {
	left: 0;
	width: 2.32em;
}
header a[href*="nagoya-u"] {
	right: 0;
	width: 1.638em;
}
.header_logo a span {
	display: block;
	width: 0;
	height: 0;
	opacity: 0;
}

header a[href*="tel:"] {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}
@media screen and (max-width : 559px) {
	/* header a[href*="tel:"] {
		right: calc(10px + 38px);
	} */
}

.header_info {
	float: right;
	background-image: url(../img/header_info.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 36px;
	padding-top: 2px;
	font-weight: 600;
	font-size: 23px;
	line-height: 0.5;
}
/* *-*-*-*-* 
	line-height: 0.5em;
 *-*-*-*-* */
@media print, screen and (min-width : 560px) {
	header a[href*="tel:"] {
		display: none;
	}
	.header_info {
	}
}
@media screen and (max-width : 559px) {
	.header_info {
		height: 34px;
		width: 38px;
		padding-left: 0px;
		text-indent: -9999px;
		margin-right: 0px;
		background-position: center center;
		background-color: #898989;
		-moz-border-radius: 2px;
		-ms-border-radius: 2px;
		-webkit-border-radius: 2px;
	}
}
.header_info .sub{
	font-weight: 200;
	font-size: 10px;
}
@media print, screen and (max-width : 559px) {
	.header_info .sub {
		display: none;
	}
}

.header_logo_oc {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 3.625em;
	color: #3883DB;
	line-height: 0;
}
/* *-*-*-*-* 
	font-size: 2.3em;
 *-*-*-*-* */
.header_logo_oc img {
	height: 0.65em;
	vertical-align: middle;
}
.header_logo_oc a {
	color: inherit;
	display: block;
}
.header_logo_oc a:hover {
	text-decoration: none;
	color: inherit;
}
.header_schedule {
	margin:auto 1em 12px auto;
	align-self: flex-end
}
/*
	position: absolute;
	right: 0;
	bottom: 0;
*//* *-*-*-*-* 
	width: 50%;
	float: left;
	margin-top: -3px;
	padding-top: 6px;
	text-align: right;
 *-*-*-*-* */
.header_schedule img {
	display: block;
	height: 1.5em;
}
@media print, screen and (min-width : 940px) {
	.header_schedule {
		/* display: none; */
	}
}
@media print, screen and (max-width : 939px) {
	.header_logo_oc {
	}
	/* *-*-*-*-* 
		width: 58%;
		padding-right: 0px;
	 *-*-*-*-* */
	.header_schedule {
		display: none;
	}
	/* *-*-*-*-* 
		width: 42%;
	 *-*-*-*-* */
}
@media print, screen and (max-width : 829px) {
	.header_logo_oc {
	}
	/* *-*-*-*-* 
		width: auto;
	 *-*-*-*-* */
	.header_schedule {
		display: none;
	}
	/* *-*-*-*-* 
	 *-*-*-*-* */
}
@media screen and (max-width : 741px) {
	.header_logo_oc {
		font-size: 2em;
	}
	/* *-*-*-*-* 
		width: 330px;
		padding-top: 14px;
	 *-*-*-*-* */
	.header_logo_oc img {
	}
}
@media screen and (max-width : 413px) {
	.header_logo_oc {
		width: 100%;
	}
}

/*Gナビここから*/
.nav_box {
	width: 100%;
	float: left;
	margin-top: 10px;
	background-color: #ff8d41;
}
/* *-*-*-*-* 
	margin-top: 6px;
 *-*-*-*-* */
.nav {
}

@media screen and (min-width: 830px) {
	/*トグルボタン*/
	.toggle_menu {
		display: none;
	}
	.nav_bot  {
		display: none;
	}
	.drawer-menu {
		display: none;
	}
}
@media screen and (max-width : 829px) {
	.nav_box {
		display: none;
	}
}

/*Gナビモバイルここから*/
/*トグルボタン*/
.toggle_menu {
	position: absolute;
	right: 0;
	top: 0;
}
/* *-*-*-*-* 
	float: right;
	margin-top: 0px;
	margin-right: -5px;
	margin-left: 4px;
* */
@media screen and (max-width : 559px) {
	.toggle_menu {
	}
	/* *-*-*-*-* 
		margin-top: 0px;
	 *-*-*-*-* */
}
.toggle_menu_close {
	margin-right: 0px;
}
.sp_header {
	float: left;
	width: 100%;
	padding-bottom: 4px;
	text-align: center;
}
.sp_header .toggle_menu {
	top: 5px;
	right: 5px;
}

.drawer {
	float: left;
	width: 100%;
	list-style-type: none;
}
.drawer li {
	list-style-type: none;
	text-align: left;
		/*font-weight: bold;*/
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.drawer li a {
	float: left;
	width: 100%;
	display: block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	list-style-type: none;
	text-align: left;
	padding-top: 14px;
	padding-right: 0px;
	padding-bottom: 14px;
	padding-left: 0px;
	background-color: #cfc9c7;
	color: #ef9edb;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	text-decoration: none;
}
.drawer li a:hover {
	color: #f39804;
	text-decoration: none;
}
.menu_top {
	padding-left: 14px;
}
.drawer .child {
	display: none;
}
.drawer .child li a{
	padding-left: 28px;
	background-image: url(../img/nav_spnext.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.drawer .child .menu {
	background: #eaeaea;
	color: #5e5e5e;
}
.drawer .child .menu:hover {
	background: #d0d0d0;
}
.drawer .child > li {
	margin: 0px;
	border-bottom: 1px dotted #dddddd;
}
.drawer .child > li:last-child {
	border-bottom-width: 1px;
}
.switch .menu:after {
	position: absolute;
	/*top: 50%;*/
	top: 84%;
	right: 23px;
	margin-top: -1.4rem;
	/*content: ’>’;*/
	content: url(../img/nav_spdown.png);
	/*font-size: 1.4rem;*/
	/*font-weight: bold;*/
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.switch .menu.active:after {
	top: 84%;
	right: 22px;
	-moz-transform: translate(0, 50%);
	-ms-transform: translate(0, 50%);
	-webkit-transform: translate(0, 50%);
	transform: translate(0, 50%);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.nav_manu .menu {
	display: block;
	position: relative;
}
.nav_manu .menu {
	color: #333333;
	background-color: #F5F5F5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}
.nav_manu .menu:hover {
	background-color: #FF6554;
	text-decoration: none;
}
.drawer-menu li#close a {
	border: none;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
	padding-right: 0px;
	color: #ffffff;
	background-color: #5c5958;
}
.drawer-menu li#close a:hover {
	text-decoration: underline;
}
.drawer-menu li.menu_link a {
	padding-left: 14px;
	padding-right: 0px;
	background-color: #F5F5F5;
	background-image: url(../img/nav_spnext.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.drawer-menu li.menu_link a:hover {text-decoration: none;}
/*Hide scroll bar*/
html.remodal-is-locked {overflow: hidden;touch-action: none;}
/*Anti FOUC*/
.remodal,[data-remodal-id] {display: none;}
/*Necessary styles of the overlay*/
.remodal-overlay {position: fixed;z-index: 9999;top: -5000px;right: -5000px;bottom: -5000px;left: -5000px;display: none;}
/*Necessary styles of the wrapper*/
.remodal-wrapper {position: fixed;z-index: 10000;top: 0;right: 0;bottom: 0;left: 0;display: none;overflow: auto;text-align: center;-webkit-overflow-scrolling: touch;}
.remodal-wrapper:after {display: inline-block;height: 100%;margin-left: -0.05em;content: "";}
/*Fix iPad, iPhone glitches*/
.remodal-overlay,.remodal-wrapper {backface-visibility: hidden;}
/*Necessary styles of the modal dialog*/
.remodal {position: relative;outline: none;text-size-adjust: 100%;}
/*Disable Anti-FOUC*/
.remodal-is-initialized {display: inline-block;}
/*Remodal’s default mobile first theme*/
/*Default theme styles of the overlay*/
.remodal-overlay {background: rgba(88, 65, 81, 0.9);}
.remodal-overlay.remodal-is-opening,.remodal-overlay.remodal-is-closing {animation-duration: 0.3s;animation-fill-mode: forwards;}
.remodal-overlay.remodal-is-opening {animation-name: remodal-overlay-opening-keyframes;}
.remodal-overlay.remodal-is-closing {animation-name: remodal-overlay-closing-keyframes;}
/*Default theme styles of the wrapper*/
.remodal-wrapper {padding: 10px 10px 0;}
/*Default theme styles of the modal dialog*/
.remodal {
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 10px;
	padding: 6px;/*全体の余白*/
	transform: translate3d(0, 0, 0);
	color: #da953c;
	background: #fff;
}
.remodal.remodal-is-opening,.remodal.remodal-is-closing {animation-duration: 0.3s;animation-fill-mode: forwards;}
.remodal.remodal-is-opening {animation-name: remodal-opening-keyframes;}
.remodal.remodal-is-closing {animation-name: remodal-closing-keyframes;}
/* Vertical align of the modal dialog */
.remodal,.remodal-wrapper:after {vertical-align: top;}
/*Remove inner padding and border in Firefox 4+ for the button tag.*/
.remodal-confirm::-moz-focus-inner,.remodal-cancel::-moz-focus-inner,.remodal-close::-moz-focus-inner {padding: 0;border: 0;}
/*Keyframes*/
@keyframes remodal-opening-keyframes {from {transform: scale(1.05);opacity: 0;}to {transform: none;opacity: 1;}}
@keyframes remodal-closing-keyframes {from {transform: scale(1);opacity: 1;}to {transform: scale(0.95);opacity: 0;}}
@keyframes remodal-overlay-opening-keyframes {from {opacity: 0;}to {opacity: 1;}}
@keyframes remodal-overlay-closing-keyframes {from {opacity: 1;}to {opacity: 0;}}
/*Media queries*/
@media only screen and (min-width: 1000px) {.remodal {max-width: 100%;}}
/*IE8*/
.lt-ie9 .remodal-overlay {background: #2b2e38;}
.lt-ie9 .remodal {width: 700px;}
/*Gナビモバイルここまで*/

@media print, screen and (min-width: 830px) {
	.nav {
		width: 100%;
	}
	.nav_inner {
		padding-left: 0px;
		padding-right: 0px;
	}
	/* *-*-*-*-* 
		padding-left: 4px;
		padding-right: 4px;
	 *-*-*-*-* */
	.nav>ul {
		list-style-type: none;
		display: table;
		table-layout: fixed;
		width: 100%;
		position: relative;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	/* *-*-*-*-* 
		float: left;
		padding-left: 1px;
		background-image: url(../img/nav_border.png);
		background-repeat: no-repeat;
		background-position: left center;
	 *-*-*-*-* */
	.nav>ul>li {
		display: table-cell;
		vertical-align: middle;
		padding-right: 1px;
		text-align: center;
		font-weight: 600;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	/* *-*-*-*-* 
		/width: 20%;/
		float: left;
		/font-size: 16px;/
		background-image: url(../img/nav_border.png);
		background-repeat: no-repeat;
		background-position: right center;
	 *-*-*-*-* */
	.nav li a {
		display: block;
		position: relative;
		padding-top: 24px;
		padding-bottom: 24px;
		text-decoration: none;
		color: #ffffff;
	}
	.nav li a:after {
		content: "";
		position: absolute;
		top: 50%;
		right: calc(-1px / 1);
		width: 0;
		height: 1em;
		border-left-width: 1px;
		border-left-color: #b3e7ac;
		border-left-style: solid;
		transform: translateY(-50%);
	}
	.nav li:first-child a:before {
		content: "";
		position: absolute;
		top: 50%;
		left: calc(-1px / 1);
		width: 0;
		height: 1em;
		border-left-width: 1px;
		border-left-color: #b3e7ac;
		border-left-style: solid;
		transform: translateY(-50%);
	}
	.nav li a:hover {
		padding-top: 24px;
		padding-bottom: 22px;
		background-color: #ff6554;
		filter: alpha(opacity=60);
		-ms-filter: "alpha( opacity=60 )";
		-webkit-transition: 0.6s ease-in-out;
		-moz-transition: 0.6s ease-in-out;
		-o-transition: 0.6s ease-in-out;
		transition: 0.6s ease-in-out;
	}
	
	/* *-*-*-*-* 
	.nav li#nav01, #nav01_on {
		width: 14%;
	}
	.nav li#nav02, #nav02_on {
		width: 22%;
	}
	.nav li#nav03, #nav03_on {
		width: 14%;
	}
	.nav li#nav04, #nav04_on {
		width: 14%;
	}
	.nav li#nav05, #nav05_on {
		width: 22%;
	}
	.nav li#nav06, #nav06_on {
		width: 14%;
	}
	 *-*-*-*-* */
	/*.nav li#nav01, #nav01_on {
		width: 16%;
	}
	.nav li#nav02, #nav02_on {
		width: 25%;
	}
	.nav li#nav03, #nav03_on {
		width: 17%;
	}


	.nav li#nav05, #nav05_on {
		width: 25%;
	}
	.nav li#nav06, #nav06_on {
		width: 17%;
	}*/

	.nav li#nav01 a {
		background-image: url(../img/nav01.png);
		background-repeat: no-repeat;
		background-position: center center;
		text-indent: -9999px;
	}
	.nav li#nav01 a:hover {
		/*background-image: url(../img/nav01_hover.png);*/
	}
	.nav li#nav01_on a {
		display: block;
		background-repeat: no-repeat;
		background-position: center center;
		text-decoration: none;
		background-color: #ed81a2;
		filter: alpha(opacity=60);
		-ms-filter: "alpha( opacity=60 )";
		background-image: url(../img/nav01.png);
		background-repeat: no-repeat;
		background-position: center center;
		text-indent: -9999px;
	}
	.nav li#nav02_on a {
		display: block;
		padding-top: 24px;
		padding-bottom: 22px;
		text-decoration: none;
		background-color: #ed81a2;
		filter: alpha(opacity=60);
		-ms-filter: "alpha( opacity=60 )";
	}
	.nav li#nav03_on a {
		display: block;
		padding-top: 24px;
		padding-bottom: 22px;
		text-decoration: none;
		background-color: #ed81a2;
		filter: alpha(opacity=60);
		-ms-filter: "alpha( opacity=60 )";
	}
	.nav03_on_set {
		padding-top: 24px;
		background-color: #3883DB;
	}
	.nav li#nav04_on a {
		display: block;
		padding-top: 24px;
		padding-bottom: 22px;
		text-decoration: none;
		background-color: #3883DB;
		filter: alpha(opacity=60);
		-ms-filter: "alpha( opacity=60 )";
	}
	.nav li#nav05_on a {
		display: block;
		padding-top: 24px;
		padding-bottom: 22px;
		text-decoration: none;
		background-color: #3883DB;
		filter: alpha(opacity=60);
		-ms-filter: "alpha( opacity=60 )";
	}
	.nav li#nav06_on a {
		display: block;
		padding-top: 24px;
		padding-bottom: 22px;
		text-decoration: none;
		background-color: #3883DB;
		filter: alpha(opacity=60);
		-ms-filter: "alpha( opacity=60 )";
	}


	/*子ここから*/
	.nav li ul {
		list-style: none;
		position: absolute;
		top: calc(100% - 0.5em);
		margin: 0;
		margin-left: 1em;
		padding: 0;
		background-color: #ed881def;
		border-width: 1px;
		border-style: solid;
		border-radius: 8px;
		z-index: 10000;
		opacity: 0;
		overflow: hidden;
	}
	/* *-*-*-*-* 
		top: 100%;
		/left: 158px;/
	 *-*-*-*-* */
	.nav li ul li.navi_sub{
		overflow: hidden;
		width: 100%;
		height: 0;
		color: #fff;
		-moz-transition: .2s;
		-webkit-transition: .2s;
		-o-transition: .2s;
		-ms-transition: .2s;
		transition: .2s;
		margin: 0;
		padding: 0;
		border: none;
	}
	.nav li ul li.navi_sub a{
		height: 44px;
		width: 260px;
		padding-top: 0px !important;
		padding-right: 12px;
		padding-bottom: 0px;
		padding-left: 12px;
		text-align: left;
		color: #FFFFFF;
		text-indent: 0px;
		font-weight: normal;
		line-height: 46px;
		border: none;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	/* *-*-*-*-* 
		/background: #6e7c0c;/
		background-image: url(../img/navi_sub.png);
		background-repeat: repeat-x;
		font-size: 12px;
	 *-*-*-*-* */
	.nav li ul li.navi_sub a:hover{
	}
	.nav li.navi_sub:hover > a{
	}
	/* *-*-*-*-* 
	.nav li ul li.navi_sub a:hover{
		color: #FFFF00;
		background-image: url(../img/navi_sub_hover.png);
		background-repeat: repeat-x;
	}
	.nav li.navi_sub:hover > a{
		/background: #6e7c0c;/
		color: #eff7b1;
	}
	 *-*-*-*-* */
	.nav li:hover {
	}
	.nav li:hover ul {
		border-color: #fff;
		opacity: 1.0;
	}
	.nav > li:hover > a{
		/*border-radius: 3px 3px 0 0;*/
	}
	.nav li:hover ul li.navi_sub{
		overflow: visible;
		height: 44px;
		border-top-width: 1px;
		border-top-color: #fff;
		border-top-style: solid;
	}
	.nav li:hover ul li.navi_sub:first-child{
		border-top: 0;
	}
	.nav li:hover ul li.navi_sub:last-child{
		border-bottom: 0;
	}

	/*背景は個別指定*/
	.nav li#navi03 ul li.navi_sub a{
		/*background: #999999;*/
		background-image: url(../img/navi_sub01.png);
		background-repeat: repeat-x;
	}
	.nav li#navi03_on ul li.navi_sub a{
		/*background: #999999;*/
		background-image: url(../img/navi_sub01.png);
		padding-top: 0px !important;
	}
	.nav li#navi03 ul li.navi_sub a:hover{
		/*background: #999999;*/
		background-image: url(../img/navi_sub02.png);
	}
	.nav li#navi03_on ul li.navi_sub a:hover{
		/*background: #999999;*/
		background-image: url(../img/navi_sub02.png);
		padding-top: 0px !important;
	}
	/*子ここまで*/
}
/*Gナビここまで*/

/*日程*/
.h3_t {
	float: left;
	width: 100%;
	margin-top: 16px;
	font-size: 26px;
	line-height: 2;
	text-align: center;
	font-weight: 400;
}
/* *-*-*-*-* 
	line-height: 2em;
 *-*-*-*-* */
@media screen and (max-width: 969px) {
	.h3_t {
		margin-top: 10px;
	}
	/* *-*-*-*-* 
		line-height: 1.8em;
	 *-*-*-*-* */
}
@media screen and (max-width: 569px) {
	.h3_t {
		font-size: 18px;
		margin-top: 10px;
	}
	/* *-*-*-*-* 
		line-height: 1.6em;
	 *-*-*-*-* */
}
@media screen and (max-width: 439px) {
	.h3_t {
		font-size: 17px;
		line-height: 1.4;
		margin-top: 10px;
	}
	/* *-*-*-*-* 
		line-height: 1.4em;
	 *-*-*-*-* */
}
@media screen and (min-width: 440px) {
	.t_br {
		display: none;
	}
}
.h3_t .sub {
	font-size: 14px;
	font-weight: 200;
}
@media screen and (max-width: 439px) {
	.h3_t .sub {
		font-size: 12px;
	}
}
/*日程表*/
.t_box_w {
	margin: auto;
	width: 680px;
}
@media screen and (max-width: 723px) {
	.t_box_w {
		float: left;
		width: 100%;
	}
}
.t_box_in {
	float: left;
	width: 100%;
	margin-top: 10px;
	background-color: #FFFFFF;
	-moz-border-radius: 16px;
	-ms-border-radius: 16px;
	-webkit-border-radius: 16px;
}

.t_schedule {
	margin: auto;
	width: 490px;
}
@media screen and (max-width: 723px) {
	.t_schedule {
		float: left;
		width: 100%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media screen and (max-width: 569px) {
	.t_schedule {
		padding-left: 10px;
		padding-right: 10px;
	}
}

.t_schedule_box01 {
	float: left;
	width: 100%;
	margin-top: 0px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
@media screen and (max-width: 569px) {
	.t_schedule_box01 {
		padding-top: 8px;
		padding-bottom: 8px;
	}
}
.t_schedule_box02 {
	float: left;
	width: 100%;
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
@media screen and (max-width: 569px) {
	.t_schedule_box02 {
		padding-top: 8px;
		padding-bottom: 8px;
	}
}
.t_schedule_box03 {
	float: left;
	width: 100%;
	margin-bottom: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
@media screen and (max-width: 569px) {
	.t_schedule_box03 {
		padding-top: 8px;
		padding-bottom: 8px;
	}
}
.t_schedule_day {
	float: left;
	width: 83px;
	background-image: url(../img/t_schedule_day.png);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	font-size: 34px;
	color: #FFFFFF;
	text-align: center;
	line-height: 0.6;
	font-weight: 500;
	padding-top: 30px;
	padding-bottom: 26px;
	margin-right: 30px;
}
/* *-*-*-*-* 
	line-height: 0.6em;
 *-*-*-*-* */
.t_schedule_dept {
	font-size: 17px;
	line-height:2.4;
}
/* *-*-*-*-* 
	line-height:5.4em;
 *-*-*-*-* */
@media screen and (max-width: 569px) {
	.t_schedule_day {
		width: 100%;
		text-align: left;
		padding-left: 0px;
	}
}
.t_schedule_day .sub{
	font-size: 14px;
	font-weight: 200;
}
@media screen and (max-width: 569px) {
	.t_schedule_day_top{
		padding-left: 9px;
	}
	.t_schedule_day .sub{
		padding-left: 18px;
	}
}

.t_schedule dl {
	/*width : 40%;*/
	float: left;
}
.t_schedule dt {
	float: left;
	clear: both;
	width: 100px;
}
/* *-*-*-*-* 
	line-height: 1.6em;
 *-*-*-*-* */
.t_schedule dd {
	margin-left: 100px;/* dtの幅だけ横にずらす */
}
/* *-*-*-*-* 
	line-height: 1.6em;
 *-*-*-*-* */

dl
{
	text-align: left;
}

dt
{
}
/*
	font-weight: bold;
*/
dd
{
	margin-left: 2em;
}

.details dl {
	display: table;
	margin-right: 10px;
}
.details dt,.notice dt {
	float: left;
	clear: both;
	width: 100px;
}
/* *-*-*-*-* 
	line-height: 1.6em;
 *-*-*-*-* */
.details dl.exp {
	width: 100%;
}
.details dl.exp dt {
	width: 100%;
}
.details dl.youtube dt {
	float: left;
	clear: both;
	width: 400px;
}
/* *-*-*-*-* 
	line-height: 1.6em;
 *-*-*-*-* */
.details div.youtube div.description {
	float: left;
	clear: both;
	width: 400px;
}
/* *-*-*-*-* 
	line-height: 1.6em;
 *-*-*-*-* */

.margin18per {
		margin-left: 18%;
}
.details dl.w120 {
	width: 500px;
}
.details dl.w800 {
	width: 100%;
}
.details dl.w600 {
	width: 90%;
}
.details dl.w600 dt {
	padding-left:20px;
	width: 18%;
}
.details dl.w800 dt {
	width: 30%;
}
.details dl.w800 dd {
	width: 820px;
	text-indent: -1em;
}
.details dl.w120 dt {
	width: 138px;
	float: left;
	clear: both;
}
/* *-*-*-*-* 
	line-height: 1.6em;
 *-*-*-*-* */
.details dl.w120 dd {
	width: 800px;
	float: left;
	clear: both;
}
/* *-*-*-*-* 
	line-height: 1.6em;
 *-*-*-*-* */
.details dd,.notice dd {
	margin-left: 100px;/* dtの幅だけ横にずらす */
	text-indent: 0;
}
/* *-*-*-*-* 
	line-height: 1.6em;
 *-*-*-*-* */
.details dd.width_01 {
	margin-left: 100px;/* dtの幅だけ横にずらす */
	text-indent: 0;
	width: 390px;
}
/* *-*-*-*-* 
	line-height: 1.6em;
 *-*-*-*-* */
@media screen and (max-width: 612px) {
.details dd.width_01 {
	width: 67%;
}
.details dd {
	clear:both;
	margin-left:20px;
}
}

.details dl.youtube dd {
	margin-left: 540px;/* dtの幅だけ横にずらす */
	text-indent: 0;
}
/* *-*-*-*-* 
	line-height: 1.6em;
 *-*-*-*-* */

.details p.youtube {
	max-width: 100%;
	text-align: right;
	padding-left: 464px;
}

@media screen and (max-width: 612px) {
	.details p.youtube {
		padding-left: 8px;
}
}
.details div.description {
		text-indent: 0;
}
.details div.txt{
	min-width:480px;
}
.details dl.w120 dd {
	width: 298px;
	margin-left: 138px;/* dtの幅だけ横にずらす */
	text-indent: 0;
}
/* *-*-*-*-* 
	line-height: 1.6em;
 *-*-*-*-* */
.clearboth::after{
	clear: both;
}
.details dd.clearboth {
	clear:both;
	margin-left: 20px;/* dtの幅だけ横にずらす */
}
/* *-*-*-*-* 
	line-height: 1.6em;
 *-*-*-*-* */
.details p{
}
/* *-*-*-*-* 
	margin-left: 1em;
	padding-left: -1em;
 *-*-*-*-* */

dl.campuswalk, dl.prec {
	margin-bottom:40px;
}
/* *-*-*-*-* 
	margin-top:20px;
	margin-bottom:20px;
	margin-right:10px;
 *-*-*-*-* */
dl.campuswalk dt,dl.prec>dt {
	margin-top: 2em;
	font-weight: bold;
	color: rgb(134, 144, 192);
}
/* *-*-*-*-* 
	line-height: 1.6em;
	margin-top:10px;
 *-*-*-*-* */
dl.campuswalk dd {
}
/* *-*-*-*-* 
	line-height: 1.6em;
 *-*-*-*-* */




.outline {
	margin-bottom: 16px;
}
.t_cap {
	text-align: center;
	float: left;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 60px;
	font-size: 18px;
}
/* *-*-*-*-* 
	line-height: 1.6em;
 *-*-*-*-* */
@media screen and (max-width: 612px) {
	.t_cap {
		text-align: left;
		text-align: justify;
		text-justify: inter-ideograph;
	}
	.t_cap_br {
		display: none;
	}
}


/*ページTOPへ戻る*/
#page-top {
	position: fixed;
	bottom: 0px;
	right: 0px;
	font-size: 77%;
}
#page-top a {
	background: #000000;
	opacity: 0.6;
	text-decoration: none;
	color: #fff;
	/*width: 50px;*/
	padding: 0px 0;
	text-align: center;
	display: block;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
#page-top a:hover {
	text-decoration: none;
	background: #999;
}

/*フッターここから*/
footer {
	width: 100%;
	float: left;
	background-color: #ff8d41;
	color: #FFFFFF;
}
/* *-*-*-*-* 
	text-align: center;
 *-*-*-*-* */
footer>.inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 2em;
	padding-top: 2em;
	padding-bottom: 2em;
}
.footer_t {
	width: 100%;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.6em;
}
/* *-*-*-*-* 
	float: left;
	margin-top: 40px;
	margin-bottom: 36px;
 *-*-*-*-* */
/*フッターインフォ*/
.footer_info {
	display: flex;
	justify-content: space-between;
	gap: 3em;
	font-size: 13px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
/* *-*-*-*-* 
	width: 740px;
	margin: auto;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
 *-*-*-*-* */
.footer_info>* {
	width: 100%;
}
@media screen and (max-width : 983px){
	.footer_info {
		width: 100%;
	}
	/* *-*-*-*-* 
	 *-*-*-*-* */
}
@media screen and (max-width : 537px){
	footer>.inner {
		flex-direction: column;
		padding-left: 10px;
		padding-right: 10px;
	}
	/*
		padding-left: 20px;
		padding-right: 20px;
	*/
	.footer_t {
		text-align: center;
	}
	.footer_info {
		flex-wrap: wrap;
		gap: 3em 1em;
	}
	/*
		flex-direction: column;
	*//* *-*-*-*-* 
		width: 100%;
		float: left;
	 *-*-*-*-* */
	.footer_info>* {
		width: calc((100% - 1em) / 2);
	}
}

.footer_info ul {
	display: flex;
	flex-direction: column;
	gap: 1em;
	width: 100%;
	list-style-type: none;
}
/* *-*-*-*-* 
	float: left;
 *-*-*-*-* */
.footer_info ul li {
}
/* *-*-*-*-* 
	margin-bottom: 10px;
 *-*-*-*-* */
@media print, screen and (min-width : 984px) {
	.footer_info ul li a{
		color: #ffffff;
	}
	.footer_info ul li a:hover{
		color: #FFE784;
	}
}
@media screen and (max-width : 983px) {
	.footer_info ul {
		gap: 0.25em;
		text-align: center;
	}
	/*
		flex-direction: row;
		flex-wrap: wrap;
	*/
	.footer_info ul li {
	}
	/*
		width: calc((100% - 0.25em) / 2);
	*/
	.footer_info ul li a {
		font-size: 13px;
		display: block;
		width: 100%;
		height: auto;
		padding: 10px;
		text-decoration: none;
		color: #000000;
		line-height: 1.2;
		border: 1px solid #0c3c5e;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		background-color: #F0F0F0;
	}
	/* *-*-*-*-* 
	.footer_info ul{
		text-align: center;
		width : 100%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.footer_info ul li{
		width: 100%;
		float :left;
		padding: 0;
		list-style: none;
		margin-bottom: 2px;
	}
	.footer_info ul li a{
		font-size: 13px;
		display: block;
		width: 100%;
		height: auto;
		padding-top: 10px;
		padding-bottom: 10px;
		text-decoration: none;
		color: #000000;
		line-height: 120%;
		border: 1px solid #0c3c5e;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		background-color: #F0F0F0;
	}
	.footer_info ul li a:hover{
		color: #000000;
		background-color: #ffffff;
	}
	 *-*-*-*-* */
	 
	.footer_info01 {
		width: 100%;
	}
	.footer_info01 ul {
		flex-direction: column;
	}
	.footer_info01 ul li {
		width: 100%;
	}
	
}

.footer_info01 {
}
.footer_info02 {
}
.footer_info03 {
}
.footer_info04 {
}
/* *-*-*-*-* 
.footer_info01 {
	float: left;
	width: 33%;
	padding-right: 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
@media screen and (max-width : 983px){
	.footer_info01 {
		width: 100%;
		margin-bottom: 30px;
		padding-right: 0px;
	}
	.footer_info01 ul li {
		width: 24%;
		margin-left: 0.5%;
		margin-right: 0.5%;
	}
}
@media screen and (max-width : 559px){
	.footer_info01 ul li {
		width: 100%;
	}
}

.footer_info02 {
	float: left;
	width: 19%;
}
@media screen and (max-width : 983px){
	.footer_info02 {
		width: 32.33333333%;
		margin-left: 0.5%;
		margin-right: 0.5%;
	}
}
@media screen and (max-width : 559px){
	.footer_info02 {
		width: 50%;
		margin-left: 0;
		margin-right: 0;
	}
}

.footer_info03 {
	float: left;
	width: 19%;
}
@media screen and (max-width : 983px){
	.footer_info03 {
		width: 32.33333333%;
		margin-left: 0.5%;
		margin-right: 0.5%;
	}
}
@media screen and (max-width : 559px){
	.footer_info03 {
		width: 50%;
		margin-left: 0;
		margin-right: 0;
	}
}

.footer_info04 {
	float: left;
	width: 29%;
}
@media screen and (max-width : 983px){
	.footer_info04 {
		width: 32.33333333%;
		margin-left: 0.5%;
		margin-right: 0.5%;
	}
}
@media screen and (max-width : 559px){
	.footer_info04 {
		width: 100%;
		margin-top: 20px;
	}
}
 *-*-*-*-* */
@media screen and (min-width : 700px){
	.br_footer_hoken {
		display: none;
	}
}
@media screen and (max-width : 559px){
	.br_footer_hoken {
		display: none;
	}
}

.footer_info_day {
	font-size: 20px;
	float: left;
	width: 100%;
	margin-bottom: 8px;
}
.footer_info_day .sub {
	font-size: 12px;
}

/*フッターナビ*/
.footer_navi {
	position: relative;
}
/* *-*-*-*-* 
	width: 100%;
	float: left;
	margin-top: 40px;
	text-align: center;
 *-*-*-*-* */
.footer_navi:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: calc(100% + 3em);
	bottom: 0;
	border-left-width: 1px;
	border-left-color: #fff;
	border-left-style: solid;
}
.footer_navi ul {
	display: flex;
	flex-direction: column;
	gap: 1em;
}
@media print, screen and (min-width : 984px){
	.footer_navi ul {
	}
	/* *-*-*-*-* 
		width: 100%;
		margin: auto;
	 *-*-*-*-* */
	.footer_navi ul li {
		font-size: 13px;
		list-style-type: none;
	}
	/* *-*-*-*-* 
		margin-top: 4px;
		display: inline;
		padding-left: 20px;
		padding-right: 20px;
		border-right-width: 1px;
		border-right-style: dotted;
		border-right-color: #FFFFFF;
	 *-*-*-*-* */
	.footer_navi ul li:first-child {
	}
	/* *-*-*-*-* 
		border-left-width: 1px;
		border-left-style: dotted;
		border-left-color: #FFFFFF;
	 *-*-*-*-* */
	.footer_navi a {
		color: #ffffff;
		text-decoration: none;
	}
	.footer_navi a:hover {
		color: #FFE784;
		text-decoration: underline;
	}
}
@media screen and (min-width : 900px) and (max-width : 983px) {
	.footer_navi ul{
		text-align: center;
		width : 100%;
		padding-left: 10px;
		padding-right: 10px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.footer_navi li{
		width: 32.33333333%;
		float :left;
		padding: 0;
		margin-left: 0.5%;
		margin-right: 0.5%;
		list-style: none;
		margin-top: 5px;
	}
	.footer_navi li a{
		font-size: 13px;
		display: block;
		width: 100%;
		height: auto;
		padding-top: 5px;
		padding-bottom: 5px;
		margin: 0;
		text-decoration: none;
		color: #000000;
		line-height: 2;
		border: 1px solid #0c3c5e;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		background-color: #F0F0F0;
	}
	/* *-*-*-*-* 
		line-height: 200%;
	 *-*-*-*-* */
	.footer_navi li a:hover{
		color: #000000;
		background-color: #ffffff;
	}
}
@media screen and (max-width : 899px){
	.footer_navi ul{
		gap: 0.25em;
		width : 100%;
		text-align: center;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	/* *-*-*-*-* 
		padding-left: 10px;
		padding-right: 10px;
	 *-*-*-*-* */
	.footer_navi li{
		width : 49%;
		float: left;
		padding: 0;
		margin-left: 0.5%;
		margin-right: 0.5%;
		margin-bottom: 3px;
		list-style: none;
	}
	.footer_navi li a{
		font-size: 12px;
		display: block;
		width: 100%;
		height: auto;
		padding-top: 5px;
		padding-bottom: 5px;
		margin: 0;
		text-decoration: none;
		color: #000000;
		line-height : 2;
		border: 1px solid #0c3c5e;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		background-color: #F0F0F0;
	}
	/* *-*-*-*-* 
		line-height : 200%;
	 *-*-*-*-* */
	.footer_navi li a:hover{
		color: #000000;
		background-color: #ffffff;
	}
}
@media screen and (max-width : 639px){
	.footer_navi li{
		width : 100%;
		margin-left: 0%;
		margin-right: 0%;
	}
}

/*コピーライト*/
.copyright {
	width: 100%;
	padding-top: 14px;
	padding-bottom: 16px;
	font-size: 12px;
	background-color: #473c04;
	text-align: center;
	clear: both;
}
/* *-*-*-*-* 
	margin-top: 30px;
	float: left;
 *-*-*-*-* */
@media screen and (max-width : 440px){
	.copyright {
		font-size: 10px;
	}
}
.copyright a {
	color: #ffffff;
	text-decoration: none;
}
.copyright a:visited {
	color: #ffffff;
	text-decoration: none;
}
.copyright a:active {
	color: #ffffff;
	text-decoration: none;
}
.copyright a:hover {
	color: #ffffff;
	text-decoration: none;
}
/*フッターここまで*/

.accepts_confirmation {
	font-size: 20px;
	color: #0033CC;
}
.accepts_confirmation:hover {
	color: #FF0000;
}

.nowrap {
	white-space: nowrap;
}

.center {
	text-align: center;
}

.pdf_link {
	background-image: url(../img/ico_pdf.png);
	background-repeat: no-repeat;
	background-position: right 5px;
	padding-right: 20px;
}
.blank_link {
	background-image: url(../img/ico_link.png);
	background-repeat: no-repeat;
	background-position: right 5px;
	padding-right: 20px;
}
.blank_link_footer {
	background-position: right 3px;
	padding-right: 22px;
}

/*赤太*/
.style_rb {
	color: #CC0000;
	font-weight: 400;
}

/*青*/
.style_blu {
	color: #003399;
	font-weight: 200;
}

.strong {
	font-weight: 600;
}

/*字下げ*/
.text_indent {
	text-indent: -1em;
	padding-left: 1em;
}
.text_indent_left {
	padding-left: 1em;
}
.text_indent_left2 {
	padding-left: 3.25em;
}
.text_indent_left0 {
	padding-left: 0.4em;
	text-indent: 0em;
}
.text_indent_left1-4 {
	padding-left: 1.4em;
}
.text_indent_left_i {
	padding-left: 1.2em;
	text-indent: -1.2em;
}
.text_indent_left_dd{
	padding-left: -3em;
	text-indent: 0em;
}
.top_0 {margin-top: 0px;}
.top_10 {margin-top: 10px;}
.top_20 {margin-top: 20px;}
.top_-10 {margin-top: -10px;}
.bottom_10 {margin-bottom: 10px;}
.bottom_20 {margin-bottom: 20px;}
.bottom_40 {margin-bottom: 40px;}
.bottom_60 {margin-bottom: 60px;}
.bottom_100 {margin-bottom: 100px;}

.m_left {margin-left: 1em;}

.top4 {margin-top: 4px;}
.top10 {margin-top: 10px;}
.top14 {margin-top: 14px;}
.top20 {margin-top: 20px;}
.top26 {margin-top: 26px;}
.top30 {margin-top: 30px;}
.top40 {margin-top: 40px;}
.top50 {margin-top: 50px;}
.top60 {margin-top: 60px;}
.top70 {margin-top: 70px;}
.top80 {margin-top: 80px;}
.top90 {margin-top: 90px;}
.top100 {margin-top: 100px;}
.top120 {margin-top: 100px;}
.top140 {margin-top: 100px;}
.bottom4 {margin-bottom: 4px;}
.bottom10 {margin-bottom: 10px;}
.bottom20 {margin-bottom: 20px;}
.bottom30 {margin-bottom: 30px;}
.bottom40 {margin-bottom: 40px;}
.bottom50 {margin-bottom: 50px;}
.bottom60 {margin-bottom: 60px;}
.bottom70 {margin-bottom: 70px;}
.bottom80 {margin-bottom: 80px;}
.bottom90 {margin-bottom: 90px;}
.bottom100 {margin-bottom: 100px;}

.lineheight15 {line-height:1.5;}
/* *-*-*-*-* 
	line-height:1.5em;
 *-*-*-*-* */


.col_2 {
	margin-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
	gap: 3em;
}
.col_2>* {
	width: calc((100% - 3em) / 2);
}
@media screen and (max-width : 767px) {
	.col_2 {
		flex-direction: column;
	}
	.col_2>* {
		width: calc(100vw - (10px * 2));
	}
}
/* *-*-*-*-* 
.col_2 {
  margin-bottom: 20px;
 }
.col_2  .left_area {
   float: left;
   width: 48%;
               text-align: center;
 }
 .col_2  .right_area {
   float: right;
   width: 48%;
       text-align: center;
 }
 @media screen and (max-width : 767px) {
.col_2  .left_area {
     float: none;
     width: 100%;
     margin-bottom: 10px;
}
.col_2  .right_area {
     float: none;
     width: 100%;
}
}
 *-*-*-*-* */
.t_center {
       text-align: center;
 }
.pl {
       padding-left: 1em;
 }
.weblink {
	width:500px;
	display:inline-block;
	line-height: 78px;
	vertical-align: middle;
	text-align:center;
}
/* *-*-*-*-* 
 *-*-*-*-* */
.weblink img {
	margin-right: 28px;
}

.c-button {
  appearance: none;
  border: 0;
  border-radius: 5px;
  background: #4676D7;
  color: #fff;
  padding: 8px 16px;
  font-size: 18px;
  line-height: 32px;
}
.c-button:hover {
  background: #3883DB;
}

input.c-button:disabled,button.c-button:disabled {
  background: #ccc;
}
#single-wrapper {
    background-color: #fff;
    margin: auto;
    width: 80%;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    min-height: 400px;
}
.mv_thumb {
	width:244px;
	margin-left: 48px;
	border: solid 1px;
}
.err_404 {
	font-size: 32px;
	line-height: 46px;
}
/* *-*-*-*-* 
 *-*-*-*-* */
div.youtube {
	width:100%;
}
div.dept {
	width:100%;
	margin:10px 0;
	font-weight:bold;
	padding-left: 1em;
}
dl.lecture{
	margin-top:5px;
	padding-left:1em;
}
img.mv {
	border:1px dotted;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.hfix-10 {
  margin-top:-10px;
}

.engg_h3 {
	margin-left:-1em;
	color:grey;
	font-size:16px;
	font-weight:bold;
}
/* *-*-*-*-* 
	line-height:1.6em;
 *-*-*-*-* */

.upinfo{
	display: block;
	text-align:center;
	font-size:14px;
	line-height:1.8;
	padding-bottom:20px;
}
/* *-*-*-*-* 
	line-height:1.8em;
 *-*-*-*-* */
.mail_box{
	display: block;
	text-align:center;
	font-family: sans-serif;
	font-size:17px;
	line-height:1.8;
	margin-top:20px;
	padding-bottom:20px;
}
/* *-*-*-*-* 
	line-height:1.8em;
 *-*-*-*-* */
.text_tiny{
	/* text-align:center; */
	font-family: sans-serif;
	font-size:14px;
	line-height:1.8;
}
.col_tiny {
	font-size: 13px;
	line-height: 1.6;
}
/* *-*-*-*-* 
	line-height:1.8em;
 *-*-*-*-* */
.extra_tiny{
	text-align:center;
	font-family: sans-serif;
	font-size:12px;
	line-height:1.2;
}
/* *-*-*-*-* 
	line-height:0.7em;
 *-*-*-*-* */
.border_on{
	border:solid 1px #D3D3D3;
}
.text_underline{
	text-decoration: underline;
}
div.notice {
	margin:0 8%;
	font-size:95%;
}
.applicant {
	width:75%;
	padding-left:40px;
	margin:auto;
}