@charset "UTF-8";


/* ------------------
	session
------------------ */
body {
	margin: 0;
	padding: 0;
	font-family: yu-gothic-pr6n, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: 400;
	font-style: normal;	
	background-color: #007580;
}
#wrapper {
	width: 100%;
	height: 100%;
	padding: 5%;
	box-sizing: border-box;
}
#wrapper .container {
	width: 900px;
	margin: 0 auto;
	padding: 5%;
	background-color: #fff;
	border-radius: 20px;
	box-sizing: border-box;
}
@media screen and (max-width: 1050px) {
	#wrapper .container { width: 100%; }
}
@media screen and (max-width: 768px) {

}

/* sec-date */
#wrapper .container .sec-date { margin-bottom: 10px; }
#wrapper .container .sec-date ul.date {
	margin: 0 0 30px 0;
	padding: 0;
}
#wrapper .container .sec-date ul.date li {
	display: inline-block;
}
#wrapper .container .sec-date .session {
	font-family: montserrat, sans-serif;
	padding: 10px 40px;
	color: #fff;
	font-size: 1.1rem;
	font-weight: 400;
	font-style: normal;
	background-color: #009c84;
}
#wrapper .container .sec-date ul.date li:nth-child(2) {
	font-family: montserrat, sans-serif;
	font-size: 1.5rem;
	font-weight: 400;
	font-style: normal;
	padding-left: 10px;
}
@media screen and (max-width: 768px) {
	#wrapper .container .sec-date ul.date li { display: block; }
	#wrapper .container .sec-date .session { margin-bottom: 15px; }
}

/* sec-ttl */
#wrapper .container .sec-ttl {
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 2px solid #009c84;
}
#wrapper .container .sec-ttl h1 {
	font-size: 1.8rem;
}


/* sec-body */
#wrapper .container .sec-body ul.profile {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
#wrapper .container .sec-body ul.profile li {
	width: 22%;
}
#wrapper .container .sec-body ul.profile li img { width: 100%; height: auto; }

#wrapper .container .sec-body ul.profile li h2 {
	margin: 10px 0 5px 0;
	font-size: 1.15rem;
}
#wrapper .container .sec-body ul.profile li p {
	font-size: 0.8rem;
    line-height: 1.5;
}

@media screen and (max-width: 1050px) {
	#wrapper .container .sec-body ul.profile li { width: 44%; margin-bottom: 20px; }
}