﻿ et "UTF-8";
/* Body */
body {
	font-family: 'Noto Sans JP', sans-serif;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 400;
}
/* Container */
.container {
	font-family: 'Noto Sans JP', sans-serif;
	width: 1096px;
	margin-left: auto;
	margin-right: auto;
	height: 1010px;
	background-color: #FFFFFF;
}
/* Navigation */
header {
	width: 100%;
	height: 50px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	background-color: #323232;
	border-bottom: 5px solid #088A08;
}
nav {
	position: relative;
	list-style-type: none;
	width: 100%;
	height: 30px;
	margin: 20px 0 20px 0;
	padding: 0;
	background: #323232;
}
.h-menuCheckbox {
	display: none;
}
/*ナビの要素*/
#dropmenu li {
	width: 16%;
	float: left;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
/*ポインタを置くと白くなる部分*/
#dropmenu li a {
	display: block;
	margin: 0;
	padding: 10px 0 6px;
	color: #FFFFFF;
	background: #323232;
	font-size: 14px;
	line-height: 1;
	text-decoration: none;
}
#dropmenu li ul {
	z-index: 10;
	position: relative;
	top: 100%;
	right: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	border-radius: 0 0 3px 3px;
}
#dropmenu li ul li {
	overflow: hidden;
	width: 230px;
	height: 0px;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
	transition: .5s;
}
#dropmenu li ul li a {
	padding: 20px 15px;
	background: #088A08;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
}
#dropmenu li:hover > a {
	background: #E0F8E0;
	color: #088A08;
}
#dropmenu > li:hover > a {
	border-radius: 3px 3px 0 0;
}
#dropmenu li:hover ul li {
	background: #088A08;
	overflow: visible;
	height: 40px;
	border-top: 1px solid #088A08;
}
#dropmenu li:hover ul li:first-child {
	border-top: 0;
	border-bottom: 0;
}
#dropmenu li:hover ul li:last-child a {
	border-radius: 0 0 3px 3px;
}
table {
	border-collapse: collapse;
	background: #fafafa;
	display: inline-block;
}
table th, table td {
	border: solid 5px #fafafa;
}
/* Hero Section */
.slide {
	z-index: 4;
	background: #000000;
	position: relative;
	overflow: hidden;
	width: 100%;
	margin-top: -6px;
	padding-bottom: 66.7%;/*画像の高さ*/
}
.slide h2 {
	z-index: 3;
	white-space: nowrap;
	color: white;
	font-size: 60px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: 0;
	padding: 0;
}
.slide h3 {
	z-index: 2;
	white-space: nowrap;
	color: white;
	font-size: 20px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	position: absolute;
	top: 54%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, 50%);
	margin: 0;
	padding: 0;
}
.slide img {
	z-index: 1;
	position: absolute;
	display: block;
	opacity: 0;
	width: 100%;
/*	height: 100%;*/
	animation: slider 30s ease infinite;
	
}
.slide img:nth-of-type(1) {
	animation-delay: 0s
}
.slide img:nth-of-type(2) {
	animation-delay: 10s
}
.slide img:nth-of-type(3) {
	animation-delay: 20s
}
 @keyframes slider {
   0% { opacity: 0 }
   16% { opacity: 1 }
  33% { opacity: 1 }
  49% { opacity: 0 }
 100% { opacity: 0 }
}
.section_title {
	padding-top: 1em;
	color: black;
	font-size: 25px;
	text-align: center;
}
.sention_sub_title {
	color: black;
	font-size: 15px;
	text-align: center;
}
/*text--------------------------------------------------------------------------------------------------*/
/* text section 1 中央ぞろえ */

.text_banner {
	line-height: 120%;
}
.text_class_1 {
	background: #f5f5f5;
	text-align: center;
	display: block;
	justify-content: center;
	align-items: center;
}
.text_class_1 .text {
	text-align: center;
	display: inline-block;
	width: 100%;
	color: black;
}
.text_class_1 li .text {
	padding-left: 2em;
}
/* text section 2 中央ぞろえ（ブロック内左詰め） */
.text_class_2 {
	background: #f5f5f5;
	text-align: center;
	display: block;
}
.text_class_2 .text {
	text-align: left;
	display: inline-block;
	color: black;
}
.text_class_2 .text li {
	margin-bottom: 1em;
}
/* text section 3 中央ぞろえ（ブロック内左詰め） 左右余白付き */
.text_class_3 {
	background: #FAFAFA;
	text-align: center;
	display: block;
}
.text_class_3 .text {
	text-align: left;
	display: inline-block;
	width: 90%;
}
.text_class_4 img {
	text-align: center;
	display: inline-block;
	width: 95%;
	color: black;
	}
.text_class_5 img {
	text-align: center;
	display: inline-block;
	color: black;
	}
.text_class_6 img {
	text-align: center;
	display: inline-block;
	width: 70%;
	color: black;
	}
/* text section 7 中央ぞろえ（ブロック内左詰め） */
.text_class_7 {
	background: #E6F7FF;
	text-align: center;
	display: block;
}
.text_class_7 .text {
	text-align: left;
	display: inline-block;
	color: black;
}
.text_class_7 .text li {
	margin-bottom: 1em;
}
/* text section 8 中央ぞろえ（ブロック内左詰め） */
.text_class_8 {
	background: #B3E7FF;
	text-align: center;
	display: block;
}
.text_class_8 .text {
	text-align: left;
	display: inline-block;
	color: black;
}
.text_class_8 .text li {
	margin-bottom: 1em;
}
.text_class_9 img {
	text-align: center;
	display: inline-block;
	width: 50%;
	color: black;
	}
/*news--------------------------------------------------------------------------------------------------*/
dl.news {
	padding: 0;
	line-height: 2;
	width: 90%;
	display: inline-block;
}
dl.news dt {
	width: 6em;
	float: left;
	text-align: left;
	margin: 0;
	padding: 0 0 0 5px;
}
dl.news dd {
	margin: 0 0 10px;
	padding: 0 5px 10px 8em;
	text-align: left;
	border-bottom: 1px dotted #ccc;
}
/*table--------------------------------------------------------------------------------------------------*/
.table_class {
	margin-top: 1em;
	background: #fafafa;
	text-align: center;
	display: block;
}
.table_text {
	text-align: left;
	display: inline-block;
}
/*resuls--------------------------------------------------------------------------------------------------*/
.result_banner {
	font-size: 2em;
	text-align: left;
}
.list {
	position: relative;
	overflow: hidden;
	height: auto;
	margin: 0 auto;
	width: 95%;
}
.list input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.list label {
	font-weight: 400;
	line-height: 3;
	position: relative;
	display: block;
	padding: 0 0 0 1em;
	cursor: pointer;
	margin: 0 0 3px 0;
	opacity: 0.7;
	color: black;
	border: 1px solid #323232;
}
.list .list-content {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 1.2s;
	transition: max-height 1.2s;
	color: black;
	background: #FAFAFA;
}
.list .list-content p {
	margin: 1em;
}
.list input:checked ~ .list-content {
	max-height: 500em;
}
/*members--------------------------------------------------------------------------------------------------*/

.year {
	font-size: 30px;
}
.group_photo {
	margin: auto;
	background-size: cover;
	background-image: url(../pictures/members/2025/header.JPG);
	width: auto;
	height: 0px;
 padding-top: calc(650 / 1300 * 80%);
}
.cards1 {
	width: 180px;
	height: 240px;
}
.student_card {
	width: 80%;
}
.flexbox {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style: none;
	align-items: center;
	margin-right: 37px;
}
.flexbox__item {
	width: 230px;
	margin-bottom: 2em;
}
/*research--------------------------------------------------------------------------------------------------*/
.research_card {
	width: 90%;
}
.research_flexbox {
	margin-top: 3em;
	background: #FAFAFA;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style: none;
	align-items: top;
	margin-right: 37px;
}
.research_flexbox_item {
	width: 320px;
	margin-bottom: 2em;
}
/*map--------------------------------------------------------------------------------------------------*/
.map {
	margin: auto;
	background-size: cover;
	background-image: url(../pictures/nodamap0.png);
	width: 400px;
	height: 355px;
}
/*copyright--------------------------------------------------------------------------------------------------*/
.copyright {
	margin-top: 20px;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #f5f5f5;
	color: #86868b;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0px;
	border-top-width: 2px;
}
footer {
	display: inline-block;
}
.hidden {
	display: none;
}

/* Small Desktops */
@media (min-width: 700px) and (max-width: 1096px) {
.container {
	width: 100%;
	height: auto;
}
.logo {
}
.container header {
	width: 100%;
	height: 51px;
}
.slide {
	padding-bottom: 66.7%;/*padding bottomを調整すると画像の高さが変わる*/
}
.slide h2 {
	font-size: 300%;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0;
	padding: 0;
}
.slide h3 {
	font-size: 130%;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	position: absolute;
	top: 53%;
	left: 50%;
	margin: 0;
	padding: 0;
}
/* Small Desktops */
@media (max-width: 1096px) {
.container {
	width: auto;
	height: auto;
}
.logo {
}
.container header {
	width: 100%;
	height: 51px;
}
.slide {
	padding-bottom: 66.7%;/*padding bottomを調整すると画像の高さが変わる*/
}
.slide h2 {
	font-size: 300%;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0;
	padding: 0;
}
.slide h3 {
	font-size: 130%;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	position: absolute;
	top: 53%;
	left: 50%;
	margin: 0;
	padding: 0;
}
#box{
 	background: #F7F7F7;
	display: block;
	font-size: 30px;
}
#box li {
  margin-top: 2px;
  margin-left:  50px;
}
