@charset "utf-8";
/*------------------------------------------------------------------------------

	共通

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

body {
	font-family: "Noto Sans JP",YuGothic,"游ゴシック","メイリオ",Meiryo,sans-serif,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,verdana,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 1.8;
  	-webkit-text-size-adjust: 100%;
	font-weight: 500;
	font-size: 18px;
	color: #333;
}

.back_image {
	height: 500px;
	background-image: url(../img/back_g.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.main_contents {
	margin-top: 30px;
	padding: 50px;
	background-color: #FFF;
}

a,
a:visited {
	color: #039;
}

a:hover {
	text-decoration: none;
	opacity: 0.4;

}

.ir {
	display: block;
	overflow: hidden;
	outline: none;
	clear: both;
	text-indent: -9999px;
	white-space: nowrap;
	background-repeat: no-repeat;
	background-size: contain;
}

.contents {
	width: 1100px;
	margin: -470px auto 0;
}

figure {
	margin-bottom: 20px;
}

.group::after {
	content: '';
	display: block;
	clear: both;
}

.col2 .box {
	width: 475px;
}

.col2 .box:nth-child(2n+1) {
	margin-right: 50px;
}

.col3 .box {
	width: 300px;
}

.col3 .box:not(:last-child) {
	margin-right: 50px;
}

.col4 .box {
	width: 229px;
}

.col4 .box:not(:last-child) {
	margin-right: 28px;
}

.box {
	float: left;
}

.menu li {
	float: left;
	width: 475px;
}

.menu li:nth-child(2n+1) {
	margin-right: 50px;
}

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

	見出し

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

h2,
h3,
.h_3,
h4,
.h_4 {
	font-weight:bold;
}

h3,
.h_3,
h4,
.h_4 {
	margin: 20px 0;
}

h2 {
	margin: 80px 0 40px;
	font-size: 2.22em;
}


h3,
.h_3 {
	font-size: 1.22em;

}

h4,
.h_4 {
	padding: 0 10px;
	background-color: #666;
	font-size: 1.11em;
	color: #FFF;
}

p {
	margin: 1em 0;
}


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

	ヘッダー

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

h1 {
	margin-top: 30px;
	padding-bottom: 25px;
	text-align: center;
}

.main_title {
	display: block;
}

.main_title svg {
	display: inline-block;
	width: 600px;
	height: auto;
	overflow: visible;
	font-weight: bold;
	text-anchor: middle;
}

.date svg {
	display: inline-block;
	width: 350px;
	height: auto;
	overflow: visible;
	font-weight: bold;
	text-anchor: middle;
}

.main_title .foreground,
.date .foreground {
	fill: #333;
}
.main_title .background,
.date .background {
	stroke: #fff;
	stroke-width: 3.5;
	stroke-linejoin: round;
}

header .navi {
	margin-bottom: 40px;
}

header .navi ol {
	list-style:none;
}

header .navi li {
	font-size: 1.33em;
}

header .navi li::before {
	content: "■ ";
}

header .university ul {
	margin-left: 20px;
}

header .university li {
	list-style-type: disc;
}


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

	表

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

table {
	width: 100%;
}

tr:nth-child(2n-1) {
	background-color: #EEE;
}

th,
td {
	padding: 20px;
	border: 1px solid #999;
}

.figure {
	width: 200px;
	margin: 0 auto;
}

th {
	text-align: center;
}

td img {
	border: 1px solid #CCC;
}

table .figure a,
table .figure02 a {
	text-decoration: none;
}

/* 
table .figure ::after {
	content: "PowerPoint スライドショー";
	display: block;
	width: 180px;
	margin: 0 auto;
	padding: 5px;
	background: #4E7FF1;
	border-radius: 4px;
	line-height: 1.2em;
	text-align: center;
	font-size:0.67em;
	color: #FFF;
}
*/

table .figure02 a {
	display: block;
	width: 180px;
	margin: 0 auto 5px;
	padding: 5px;
	background: #4E7FF1;
	border-radius: 4px;
	line-height: 1.2em;
	text-align: center;
	font-size:0.67em;
	color: #FFF;
}

table .title {
	margin-top: 0;
	font-weight: bold;
	font-size: 1.11em;
}

table .member {
	width: 5em;
	margin-bottom: 10px;
	border: 1px solid #A1A1A1;
	background-color: #FFF;
	font-size: 0.89em;
	text-align: center;

}

table li {
	display: inline-block;
}

table li::after {
	content: "、";
}

table li:last-child::after{
	display: none;
}

table .photo li {
	width: 120px;
	margin-right: 5px;
}

table .photo li::after {
	display: none;
}

table .photo li:last-child::after{
	display: none;
}


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

	活動の様子（全体）

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


.photos li a,
.guide li div {
	display: block;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: none;
}

.guide li div {
	width: 220px;
	padding: 5px 10px;

}

.guide li img {
	border: 1px solid #CCC;
}

.photos li span,
.guide li span {
	display: block;
	background-color: #4E7FF1;
	border-radius: 4px;
	line-height: 1.2em;
	text-align: center;
	color: #FFF;
}

.photos li span {
	width: 10em;
	margin: 0 auto;
	padding: 5px 0;
	font-size: 0.67em;
	text-align: center;
	}

.guide li span {
	padding: 10px 0;
}

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

	attention

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

.attention {
	margin-top: 80px;
	text-align: right;
}

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

	フッター

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

footer {
	margin-top: 50px;
	padding: 50px 0 30px;
	background-color: #DDD;
} 

footer p {
	margin-bottom: 0;
}

footer span {
	padding: 5px 10px;
	background-color: #FFF;
	border-radius: 4px;
}

footer span::before {
	content: "▲";
}

footer p {
	margin: 0 auto;
}

footer .top_button {
	width: 148px;
}

footer a {
	text-decoration: none;
}

footer .copyright {
	width:445px;
	margin-top: 50px;
}







