@charset "UTF-8";
/*
Site URL	http://www.umin.ac.jp/hc/seminar2018/
Created		2018/06/24
Last update	2018/08/07 by Hayashi
Author		Hayashi Ryosuke
*/
html{
	font-size: 62.5%;	/*基準サイズ10px=1rem*/
	color: rgb(30,30,30);
}
body{
	/*font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', sans-serif;*/
}
header{
	margin: 0 auto;
	position: relative;
}
.title_section{
	max-width: 980px;
	margin: 0 auto;
	position: relative;
}
.title_section img{
	width: 100%;
}
h1 {
	position: absolute;
	top: 48%;
	color: #fff;
	font-size: 3.6rem;
	font-weight: bold;
	background-color: rgba(50,50,50,0.3);
	padding: 7px;
	text-shadow: 2px 2px 0 #000;
	transform: translateY(-50%);
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', sans-serif;
}
h1 > span.main_title--sabtitle{
	font-size: 1.8rem;
}
@media only screen and (max-width : 550px) {
	h1{
		font-size: 2.2rem;
	}
	h1 > span.main_title--sabtitle{
		font-size: 1.2rem;
	}
}
h2{
	position: relative;
	font-size: 2.4rem;
	font-weight: bold;
	margin: 40px 0 10px 0;
	border-bottom: dotted 7px #ace;
	padding-left: 20px;
}
h2:before {
	background: #66f;
	content: "";
	height: 10px;
	width: 10px;
	left: 5px;
	position: absolute;
	top: 7px;
}
h3{
	font-weight: bold;
	font-size: 2rem;
	margin: 3rem 0 1rem 0;
	border-bottom: 2px dotted rgb(50,50,200); 
}
h4{
	font-size: 1.6rem;
	line-height: 20px;
	padding-left: 20px;
	font-weight: bold;
}
p{
	font-size: 1.6rem;
	line-height: 1.4em;
}
ul{
	margin-left: 20px;
}
li{
	margin-bottom: 8px;
	font-size: 1.6rem;
}
.text_col_red{
	color: rgb(250,50,50);
}
.text_font_bold{
	font-weight: bold;
}
.menu_section{
	display: flex;
	flex-wrap: wrap;
	max-width: 980px;
	margin: 0 auto;
}
.menu_section div{
	text-align: center;
	margin-right: 5px;
}
.menu_section a{
	display: block;
	width: 100px;
	padding: 15px;
	border:1px solid #227;
	font-size: 1.6rem;
}
.section_format{
	margin: 1rem 0;
	padding: 2rem 0;
}
@media only screen and (max-width : 550px) {
	.section_format{
		margin: 0rem 0;
		padding: 0rem 0;
	}
}
.section_format_body{
	margin: 0 auto;
	max-width: 980px;
	padding-right: .5em;
}
.poster_section{
	margin: 0 ;
}

.presenter_format{
	display: grid;
	margin: 4rem 0;
	grid-template-columns: 250px 1fr;
	grid-template-areas:
	  " menu4 menu4 " 
	  " menu1 menu2 "
	  " menu1 menu3 ";
	grid-gap:4px;
}
.presenter_format--endai{
	box-shadow: 3px 3px 6px rgb(50,50,50);
}
.pres_img{
	grid-area: menu1;
}
.pres_img + img{
	min-width: 100%;
}
.pres_name{
	grid-area: menu2;
	padding: 0 5rem;
}
.pres_body{
	grid-area: menu3;
	padding: 0 5rem;
}
.pres_endai{
	grid-area: menu4;
}
.pres_endai h5{
	background-color: rgb(20,20,130);
	color: rgb(255,255,255);
	font-size: 2.4rem;
	padding: 1rem 0;
}
.pres_endai p{
	font-size: 1.6rem;
}
.presenter_format h3{
	border-bottom: 2px solid rgb(50,200,50); 
}
@media only screen and (max-width : 550px) {
	.presenter_format{
		display: grid;
		/*margin: 4rem 0;*/
		margin: 0 0;
		grid-template-columns: 1fr;
		grid-template-areas: 
		  " menu4 "
		  " menu1 "
		  " menu2 "
		  " menu3 ";
		grid-gap:4px;
	}
	.pres_img + img{
	min-width: 150px;
	}
	.pres_name{
		padding: 0 1rem;
	}
	.pres_body{
		padding: 0 1rem;
	}
	.presenter_format--endai{
		box-shadow: 0 0 0 rgb(0,0,0);
	}
}
.add_in_aria{
	margin: 2rem 1rem;
}
.add_in_aria a{
	font-size: 1.6rem;
	padding: 1rem 2rem;
	border: 2px solid rgb(50,50,200);
	border-radius: 5px;
	background-color: rgb(240,240,250);
	text-decoration: none;
	box-shadow: 2px 2px 0 rgb(200,200,250);
}

.time-seminar{
	margin-top: 3rem;
}
.time-seminar span{
	font-weight: bold;
	font-size: 4.2rem;
	color: rgb(250,50,50);
}
footer{
	border-top: .5rem double rgb(50,50,50); 
	background-color: rgb(230,230,230);
	padding: .5rem 0;
}

@media only screen and (max-width : 550px) {
	h2{
		margin: 0 0 0 0;
	}
	h3{
		margin: 0 0 0 0;
	}
}

/*定員増加処理-20210419*/
.cap-up{
	text-decoration: line-through;
	margin-right: 2rem;
}
.cap-up-new{
	font-weight: 600;
}

/*御礼*/
.orei{
	padding: 0.5rem 0 ;
}
.orei img{
	width: 100%;
}
.orei-title{
	font-size: 2.4rem;
	font-weight: bold;
	margin: 10px 0 10px 0;
	text-align: center;
}
.orei-text{
	font-size: 1.4rem;
	line-height: 1.4em;
	padding: 0 1rem;
	text-align: center;
}