@charset "utf-8";
/* ============================
   Reset default browser CSS.
/* ============================ */

html, body, div, span, applet, object, iframe, figure,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body{
	line-height: 1;
}
h1, h2, h3, h4, h5, h6{
	clear: both;
	font-weight: normal;
}
ol, ul{
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table{
	border-collapse: collapse;
	border-spacing: 0;
}
a img{
	border: none;
}


/* ============================
   Global Elements
/* ============================ */


/* -------------------------------- 

Primary style

-------------------------------- */
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*, *:after, *:before {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
::selection {
	background: #d7d4d4;
}
body, html {
  /* important */
  height: 100%;
}

/* Main global 'theme' and typographic styles
--------------------------------------------- */
body,
input,
textarea {
	color:#222;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:400;
    font-size: 18px;
    line-height: 1.75em;
}
body{
	background-color: #fff;
	background-image: none;
	background-size: auto;
}

/* Text elements
--------------------------------------------- */
p {
	margin: 0 0 18px 0;
}
ul {
	list-style: disc;
	margin: 0 0 18px 2em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 2em;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 4px;
}

a:hover {
	transition: all 0.4s ease 0s;
	text-decoration:none;
}


iframe{
	max-width:100%;
}


.red{
	color:#ff0000;
}

/*フェード*/
.fuwa {
	opacity : 0;
	transform : translate(0, 50px);
	transition : all 1s;
}

.fuwa.fuwa-scroll {
	opacity : 1;
	transform : translate(0, 0);
}



/* Images
----------------------------- */
main img {
	max-width: 100%;
	vertical-align: bottom;
}

/* ============================
   Original CSS Library
/* ============================ */

/* 配置
----------------------------- */
.center	{text-align: center !important;}
.left	{text-align: left !important;}
.right	{text-align: right !important;}
.top	{vertical-align: top !important;}
.middle	{vertical-align: middle !important;}
.bottom	{vertical-align: bottom !important;}
.width_auto{width: auto !important;}
.block	{display: block;}
.inline	{display: inline;}
.hidden	{display: none;}
.overflow {overflow: hidden !important;}
.f_left {float: left; }
.f_right{float: right; }
.f_none	{float: none !important;}
.clear	{clear: both;}
.clear_none		{clear: none;}
.clear_left		{clear: left;}
.clear_right	{clear: right;}
.clearfix		{zoom:1;}
.clearfix:after{content : ''; display : block; clear : both;}
.nowrap	{white-space: nowrap;}
.width50{width: 50% !important;}
.width100{width: 100% !important;}

/* 余白
----------------------------- */
.m_auto		{margin-left: auto !important; margin-right: auto !important;}
.m_top0		{margin-top: 0 !important;}
.m_right0	{margin-right: 0 !important;}
.m_bottom0	{margin-bottom: 0 !important;}
.m_left0	{margin-left: 0 !important;}
.m_top10	{margin-top: 10px !important;}
.m_right10	{margin-right: 10px !important;}
.m_bottom10	{margin-bottom: 10px !important;}
.m_left10	{margin-left: 10px !important;}
.m_top15	{margin-top: 15px !important;}
.m_right15	{margin-right: 15px !important;}
.m_bottom15	{margin-bottom: 15px !important;}
.m_left15	{margin-left: 15px !important;}
.m_top20	{margin-top: 20px !important;}
.m_right20	{margin-right: 20px !important;}
.m_bottom20	{margin-bottom: 20px !important;}
.m_left20	{margin-left: 20px !important;}
.m_top30	{margin-top: 30px !important;}
.m_right30	{margin-right: 30px !important;}
.m_bottom30	{margin-bottom: 30px !important;}
.m_left30	{margin-left: 30px !important;}
.m_top40	{margin-top: 40px !important;}
.m_right40	{margin-right: 40px !important;}
.m_bottom40	{margin-bottom: 40px !important;}
.m_left40	{margin-left: 40px !important;}
.m_top50	{margin-top: 50px !important;}
.m_right50	{margin-right: 50px !important;}
.m_bottom50	{margin-bottom: 50px !important;}
.m_left50	{margin-left: 50px !important;}
.m_top60	{margin-top: 60px !important;}
.m_right60	{margin-right: 60px !important;}
.m_bottom60	{margin-bottom: 60px !important;}
.m_left60	{margin-left: 60px !important;}
.m_top100	{margin-top: 100px !important;}
.m_right100	{margin-right: 100px !important;}
.m_bottom100{margin-bottom: 100px !important;}
.m_left100	{margin-left: 100px !important;}

.p_top0		{padding-top: 0 !important;}
.p_right0	{padding-right: 0 !important;}
.p_bottom0	{padding-bottom: 0 !important;}
.p_left0	{padding-left: 0 !important;}
.p_top10		{padding-top: 10px !important;}
.p_right10	{padding-right: 10px !important;}
.p_bottom10	{padding-bottom: 10px !important;}
.p_left10	{padding-left: 10px !important;}
.p_top20	{padding-top: 20px !important;}
.p_right20	{padding-right: 20px !important;}
.p_bottom20	{padding-bottom: 20px !important;}
.p_left20	{padding-left: 20px !important;}
.p_top30	{padding-top: 30px !important;}
.p_right30	{padding-right: 30px !important;}
.p_bottom30	{padding-bottom: 30px !important;}
.p_left30	{padding-left: 30px !important;}
.p_top40	{padding-top: 40px !important;}
.p_right40	{padding-right: 40px !important;}
.p_bottom40	{padding-bottom: 40px !important;}
.p_left40	{padding-left: 40px !important;}
.p_top50	{padding-top: 50px !important;}
.p_right50	{padding-right: 50px !important;}
.p_bottom50	{padding-bottom: 50px !important;}
.p_left50	{padding-left: 50px !important;}



/* ============================
   Layout
/* ============================ */
#wrapper{
}

header {
	width: 100%;
	z-index: 1000;
	position: fixed;
	top:0;
	transition: all .4s ease;
	background:#fff;
}

main,
#footer {
	margin: 0 auto;
	width: 100%;
}

/* -------------------------------- 

Modules - reusable parts of our design

-------------------------------- */
.cd-container {
	padding:8rem 0;
}
.cd-container_in {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	position:relative;
	z-index:2;
}

.gray{
	background-color:#f1efe7;
}

/* -------------------------------- 

Main components 

-------------------------------- */

.cd-main-content {
  /* you need to assign a min-height to the main content so that the children can inherit it*/
  height: 100%;
  position: relative;
  z-index: 1;
}

/* ============================
   header
/* ============================ */
#headerInner {
	width:97%;
	/*max-width: 1400px;*/
	height: 100px;
	transition: all .4s ease;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	gap:2rem;
}
#site-title {
	line-height: 1.2;
	transition: all .4s ease;
}
#site-title a {
	color:#222;
	font-size:2rem;
	font-weight:bold;
	display: block;
	text-decoration:none;
	white-space:nowrap;
}
#site-title span{
	font-size:0.6em;
	display:block;
}


#forum-date{
	white-space:nowrap;
	font-size:0.9rem;
	line-height: 1.2;
	color:#fff;
	font-weight:500;
	background:#222;
	padding:0.5rem 0.8rem ;
	border-radius:3px;
	margin-left: auto;
}


.fixed {
	position: fixed;
	top: 0;
}

/* menu */
#mobile-head{

}

#global-nav {
}

#global-nav .sp_disp,
#global-nav .sp_disp_menu{
	display: none !important;
}
#global-nav ul#menu-main {
	display: flex;
	list-style: none;
	margin: 0;
}
#global-nav ul#menu-main li {
	position: relative;
	margin: 0;
	padding: 0;
	vertical-align: top;
}
#global-nav ul#menu-main li a {
	display: block;
	text-decoration: none;
	text-align: center;
	line-height: 100px;
	padding: 0 0.7rem;
	color: #222;
	font-size:1rem;
	font-weight: 500;
	letter-spacing:0.05em;
	white-space:nowrap;
}
#global-nav ul#menu-main li a span{
	display: none;
}
#global-nav ul#menu-main li a:hover {
	background: #f9f8f3;
}




/* Toggle Button */
#nav-toggle {
	display: none;
	user-select: none;
}


/*--スクロール後の変更--*/
.is-animation{
	box-shadow: 0 0 5px 5px rgba(0,0,0,0.05);
}
.is-animation #headerInner{
	height: 70px;
}





/* ============================
   content
/* ============================ */

/* 見出し
----------------------------- */
main h2 {
	text-align: center;
	padding-bottom:3rem;
	line-height:1.4em;
	letter-spacing:0.1em;
	font-size: 1.5rem;
	font-weight: bold;
	position:relative;
}
main h2:after{
	position:absolute;
	content:"";
	display:block;
	margin:auto;
	left:0;
	right:0;
	bottom:1.8rem;
	width:30px;
	height:5px;
	background-color:#bebdb6;
	border-radius:1px;
}

main h3 {
	padding:0;
	margin: 2em 0 1em 0;
	line-height: 1.5;
	font-size: 3.2rem;
	font-weight: bold;
}

main h4 {
	padding: 0;
	margin: 2em 0 0.5em 0;
	line-height: 1.5;
	font-size: 1.65rem;
	font-weight: 500;
}

main p{
	letter-spacing:0.05em;
	line-height:2.1em;
	margin-bottom:2em;
}

/* テーブル
----------------------------- */
main table {
	margin: 0;
	width: 100%;
	border-collapse: collapse;
}
main table tr th {
	width: 20%;
	padding: 30px 10px;
	background: #fff;
	border-bottom: 1px solid #ccc;
	white-space: nowrap;
	text-align: left;
	font-weight: bold;
	vertical-align: top;
	letter-spacing:0.05em;
}
main table tr td {
	width: 80%;
	padding: 30px 10px;
	border-bottom: 1px solid #ccc;
	letter-spacing:0.05em;
}


/* ボタン
----------------------------- */
.btn a{
	font-size:1.2em;
	font-weight:500;
	display: block;
	max-width: 800px;
	background: #b10000;
	line-height: 90px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	position:relative;
	box-shadow: 0 7px 0 0 rgba(0, 0, 0, 0.2);
	margin-bottom:7px;
	transition: all .2s ease;
}

.btn a:hover{
	opacity: .6;
	box-shadow:none;
	margin-top:7px;
	margin-bottom:0;
}

.btn.btn_w a{
	border:solid 2px #fff;
}

.btn.center a{
	margin-left:auto;
	margin-right:auto;
}

/*-----------------------------------------------
 mainvisual
-----------------------------------------------*/
#mainvisual{
	padding-top:150px;
	position: relative;
	width: 100%;
	height:90vh;
	max-height:1000px;
	background: url(images/bg-min.jpg) center center no-repeat;
	background-size: cover;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	z-index:0;
	overflow:hidden;
}
/*#mainvisual:after{
	position:absolute;
	left: 0;
	top: 0;
	content:"";
	background-color:rgba(0,0,0,0.3);
	z-index:1;
	display:block;
	width:100%;
	height:100vh;
}*/

#top-copy{
	max-width:90%;
	margin:0 auto;
	padding-bottom:3rem;
	flex-grow: 1;
	text-align: center;
	z-index:3;
}

#top-copy .maincopy img {
	display: block;
	width:100%;
	max-width: 1000px;
	max-height:450px;
	height: 70vh;
	vertical-align: middle;
	margin: auto;
}



/*-----------------------------------------------
 message
-----------------------------------------------*/
#message{
	color:#222;
	background-color:#f1efe7;
}
#message .cd-container_in{
	max-width:1000px;
}
#message h3{
	font-size:3.5rem;
	margin-top:0;
	
}
#message p{
	font-size: 0.9em;
	letter-spacing:0.1em;
	line-height:1.8em;
}

#message .col.chirashi{
	padding:4rem;
}


#message .col.hosoku{
	padding-top:2rem;
	justify-content: flex-start;
}

.hosoku span{
	display:block;
	width:20rem;
	font-size:2rem;
	font-weight:bold;
	line-height:1;
	height:auto;
	padding:1.5rem 0;
	text-align:center;
	color:#fff;
	border:solid 4px #222;
	background-color:#222;
	letter-spacing:0.1em;
}
.hosoku .teiin span{
	padding:1rem 0;
	color:#222;
	border:solid 4px #222;
	background-color:#fff;
	font-size:1.5rem;
	letter-spacing:0;
}

.hosoku .teiin span b{
	display:inline-block;
	padding:0 0.1em;
	font-size:3rem;
	vertical-align:text-bottom;
}

.host{
	padding-left:2rem;
	line-height:1.4em;
	white-space: nowrap;
}

.host img{
	display:block;
	width:200px;
}



/*-----------------------------------------------
 seminar
-----------------------------------------------*/
main #seminar.cd-container{
	padding-bottom:0;
}

.box_seminar{
	padding-top:1rem;
}

#seminar .time{
	display:inline-block;
}
#seminar .lecture{
	display:inline-block;
	width:7em;
	text-align:center;
	font-size:0.9rem;
	letter-spacing:0.1em;
	line-height: 1.2;
	color:#fff;
	font-weight:500;
	background:#222;
	margin:0.5rem 0 0.5rem 1rem;
	padding:0.5rem 0;
	border-radius:3px;
}

main #seminar h3{
	font-size:3.2rem;
	line-height: 1.3;
	margin:0 0 1.5rem 0;
	padding:0;
}
main #seminar h4{
	font-size:1.4rem;
	font-weight:bold;
}

main #seminar p{
	line-height:1.8em;
}

.col.lecturer-profile{
	gap:4em;
	border:solid 1px #ccc;
	padding:3rem;
	margin-bottom:7rem;
}

.lecturer-name{
	padding-top:1rem;
}

main .lp-right p{
	font-size:1rem;
}

/*-----------------------------------------------
 exhibition
-----------------------------------------------*/
main #exhibition h3{
	margin:0 0 1.5rem 0;
}

.ex_list{
	padding:2rem;
	background-color:#fff;
	text-align:center;
}

/*-----------------------------------------------
 about
-----------------------------------------------*/
#about{
}


/*-----------------------------------------------
 application
-----------------------------------------------*/
#application .col.hosoku{
	justify-content: center;
	padding-bottom:4rem;
}

/*-----------------------------------------------
 access
-----------------------------------------------*/
main #access h3{
	margin:0;
	padding:0 0 0.5rem 0;
	font-size:1.5rem;
	position:relative;
}
main #access h3:after{
	position:absolute;
	content:"";
	display:block;
	left:0;
	bottom:-3px;
	width:50px;
	height:3px;
	background-color:#222;
}

main #access h4{
	margin-bottom:1.5rem;
	padding:0 0 0.5rem 0;
	border-bottom:solid 1px #222;
}


/*-----------------------------------------------
 contact
-----------------------------------------------*/
.box_contact{
	border: solid 1px #222;
	padding: 2rem;
	line-height: 1.8em;
}



/* ============================
   pagetop
/* ============================ */
.pagetop {
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 9000;
}
.pagetop a {

	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	margin: 0;
	text-align:center;
	text-decoration: none;
}
.pagetop a:before {
	content: "";
	width: 30px;
	height: 30px;
	border: 0;
	border-top: solid 3px #ccc;
	border-right: solid 3px #ccc;
	transform: rotate(-45deg);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.pagetop a:hover {
	opacity: 0.5;
}

/* ============================
   footer
/* ============================ */
#footer {
	padding:10rem 0 2rem 0;
	color:#f1efe7;
	background-color:#222;
}

#footer a{
	color:#ccc;
}


#footer ul.member{
	width:97%;
	max-width:1200px;
	margin:0 auto;
	padding:0;
	list-style:none;
	font-size:1.1em;
}
#footer ul.member li{
	padding-bottom:2rem;
	line-height:1.4em;
}
#footer ul.member em{
	font-size:0.9rem;
	font-style: normal;
	font-weight:500;
	color: #222;
	margin: 0 10px 0 0;
	padding: 0 10px;
	display: inline-block;
	background-color: #f1efe7;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-indent: 0;
}

#footer ul.member li.koen{
	text-indent:-3.3em;
	padding-left:3.3em;
}


#footer ul.utility{
	text-align:center;
	margin:0;
	padding:2em 0 0 0;
	list-style:none;
}


p#site-copy {
	color:#aaa;
	margin:0;
	padding: 1.5em 0 0 0;
	text-align: center;
	font-size: .8em;
	letter-spacing:0.1em;
}




/* ============================
   Mobile Safari ( iPad, iPhone and iPod Touch )
/* ============================ */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* ============================
   Print Style
/* ============================ */
@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
		overflow: hidden;
	}
	header,
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	header,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}


/* ============================
  PC
/* ============================ */
@media(min-width: 900px) {

.pc_disp{
	display: inline;
}
.sp_disp{
	display: none;
}

.col{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	gap: 3rem;
}

.col.reverse{
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

/*--スクロール後の変更--*/
.is-animation #site-title a{
	font-size:1.7rem;
}
.is-animation #global-nav ul#menu-main li a{
	line-height: 70px;
}



/*-----------------------------------------------
 PC_about
-----------------------------------------------*/

/*-----------------------------------------------
 PC_message
-----------------------------------------------*/

/*-----------------------------------------------
 PC_seminar
-----------------------------------------------*/
.col.seminarlink{
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	margin:0 auto;
	padding:2rem 0 6rem 0;
	list-style:none;
	gap:1rem;
	max-width:1000px;
}

.col.seminarlink li{
	width:25%;
}

.col.seminarlink a{
	display:block;
	font-weight:500;
	letter-spacing:0.2em;
	color:#fff;
	background-color:#222;
	text-decoration:none;
	padding:0.5em 0;
	position:relative;
	border-radius:5px;
}

.seminarlink a:after{
	position:absolute;
	display:block;
	margin:auto;
	font-family: Font Awesome\ 6 Free, FontAwesome;
	font-weight: bold;
	content: "\f078";
	height:1em;
	line-height:1em;
	right:5%;
	top:0;
	bottom:0;
	transition: .2s;
}
.seminarlink a:hover{
	opacity:0.5;
}


.lp-left{
	width:40%;
}
.lp-left img{
	max-width:400px;
}

.lp-right{
	width:60%;
}


/*-----------------------------------------------
 PC_access
-----------------------------------------------*/
main #access .col{
	gap:4rem;
	padding:2rem 0 4rem 0;
}

main #access .col>figure img{
	max-width:500px;
}

/*-----------------------------------------------
 PC_contact
-----------------------------------------------*/
a.tel{
	pointer-events:none;
	text-decoration:none;
	color:#222;
}

}

/* ============================
  PC 1400以下
/* ============================ */
@media(max-width: 1400px) {

#global-nav ul#menu-main li a {
	font-size:16px;
	padding: 0 0.8rem;
}
#global-nav ul#menu-main li.head_contact {
	padding-left: 1rem;
}
#global-nav ul#menu-main li.head_contact a {
	font-size:14px;
	width: 240px;
}


}
/* ============================
  PC 1200以下
/* ============================ */
@media(max-width: 1200px) {


#headerInner {
	width:95%;
	height: 70px;
}
#site-title a{
	font-size:1.7rem;
}
/* menu */
#global-nav {
	visibility:hidden;
    position: fixed;
    top: 0;
    left: 100%;
	z-index: 9999;
    width:100%;
    height:100%;
    background-color:#222;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}


		#global-nav ul#menu-main{
			display: block;
			list-style: none;
			margin: 0;
			padding: 5rem 0 0 10%;
			height: auto;
		}
		#global-nav ul#menu-main > li{
			float: none;
			width: 100%;
			position: relative;
			padding: 0;
		}
		#header #global-nav ul li a,
		#header.fixed #global-nav ul li a {
			width: 100%;
			display: block;
			color: #fff;
			padding:0;
			font-size:1.1rem !important;
			line-height: 3.5em !important;
			text-align: left;
		}
		#header #global-nav ul li a:hover{
			background:none;
			opacity: .6;
		}

		#global-nav ul#menu-main .sp_disp.sub{
			display:block !important;
			margin:0;
			padding: 0 0 0.5em 3em;
			list-style:none;
		}
		#global-nav ul#menu-main .sp_disp.sub a{
			line-height: 3em !important;
			color:#ccc;
		}
		
		

/* Toggle Button */
#nav-toggle {
	display: block;
	width: 45px;
	height: 22px;
	cursor: pointer;
	position: relative;
	z-index: 10000;
}
#nav-toggle div {
	position: relative;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 2px;
	border-radius: 3px;
	width: 100%;
	background: #222;
	left: 0;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 9px;
}
#nav-toggle span:nth-child(3) {
	top: 19px;
}

/* #nav-toggle 切り替えアニメーション */
.open #nav-toggle span:nth-child(1) {
	top: 11px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
}
.open #nav-toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open #nav-toggle span:nth-child(3) {
	top: 11px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
}
/* #global-nav スライドアニメーション */
.open #global-nav {
	visibility: visible;
	left: 0;
}
.open #nav-toggle span,
.is-animation.open #nav-toggle span {
	background-color: #fff;
}


/*--スクロール後の変更--*/
.is-animation #nav-toggle span {
	background-color:#222;
}


}
/* ============================
  SP
/* ============================ */
@media(max-width: 899px) {


body{
	font-size: 16px;
}

.pc_disp{
	display: none;
}
.sp_disp{
	display: inline;
}

.col_sp{
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 2rem;
}


iframe{
	width:100%;
}

.cd-container {
	padding: 5rem 0;
}

#site-title a{
	font-size:1.4rem;
}
#site-title span{
	font-size:0.6em;
}


#forum-date{
	display:none;
}
#mobile-head{
	margin-left: auto;
}

/* 見出し
----------------------------- */
main h2 {
	font-size: 1.2rem;
}
main h3 {
	font-size: 1.8em;
}
main h4 {
	font-size: 1.2rem;
}


/* テーブル
----------------------------- */
/*スマホでブロック化*/
main table,
main table tbody,
main table tr,
main table tr th,
main table tr td{
	display: block;
	width: 100%;
}
main table tr th,
main table tr td{
	border-left:none;
	padding: 20px 10px;
	white-space:normal;
}

main table tr th{
	border-bottom:none;
	padding-bottom:0;
}


/*-----------------------------------------------
 SP_mainvisual
-----------------------------------------------*/
#mainvisual{
	height:auto;
}
#top-copy .maincopy img{
	max-height:300px;
}


/*-----------------------------------------------
 SP_message
-----------------------------------------------*/
#message h3{
	font-size:2rem;
}
#message p{
	line-height:1.6em;
}

#message .col.chirashi{
	padding:2rem;
}

#message .col.hosoku{
	text-align:center;
}
.host{
	padding-left:0;
}
.host img{
	margin:0 auto;
}

/*-----------------------------------------------
 SP_seminar
-----------------------------------------------*/
.col.seminarlink{
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	margin:0;
	padding:2rem 0;
	list-style:none;
	gap:0;
}

.col.seminarlink li:after{
	content:"|";
	margin:0;
	padding:0 0.5rem;
}
.col.seminarlink li:last-of-type::after{
	display:none;
}

.col.seminarlink a{
	color:#222;
}
.col.seminarlink a:hover{
	text-decoration:none;
}


#seminar .lecture{
	width:6em;
	padding:0.3rem 0;
}

main #seminar h3{
	font-size:2rem;
}

main #seminar h4{
	font-size:1.1rem;
}

.col.lecturer-profile{
	padding:2rem;
	margin-bottom:5rem;
}

/*-----------------------------------------------
 SP_access
-----------------------------------------------*/
main #access h3{
	font-size:1.3rem;
}
main #access h3:after{
	width:30px;
}
main #access h4{
	padding-bottom:0.3rem;
}


/*-----------------------------------------------
 SP_footer
-----------------------------------------------*/
#footer {
	padding:6rem 0 2rem 0;
}

#footer ul.member{
	width:90%;
	font-size:1em;
}


}