@charset "UTF-8";
article div {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    margin-bottom: 40px;
}
div p {
	font-size: 16px;
	line-height: 1.85;
	letter-spacing: 0.04em;	
}
/*研究紹介メインページのサブタイトルリスト*/
.group {
	width: 80%;
	margin-left: 10%;
	margin-right: auto;
}
.group li {
	position: relative;
	padding-left: 25px;
	padding-right: 10px;
	font-size: 20px;
	text-decoration: none;
	margin-top: 60px;
	margin-bottom: 60px;
}
.group li:before {
	position: absolute;
	content: '';
	bottom: -3px;
	left: 0;
	width: 0;
	height: 0;
	border: none;
	border-left: solid 15px transparent;
	border-bottom: solid 15px #9B1A31;
}
.group li:after {
	position: absolute;
	content: '';
	bottom: -3px;
	left: 10px;
	width: 100%;
	border-bottom: solid 3px #9B1A31;
}
/*研究紹介サブページのタイトル*/
.groupsub {
	width: 650px;
}
.groupsub h3 {
	position: relative;
	padding-left: 25px;
	padding-right: 10px;
	font-size: 20px;
	text-decoration: none;
	margin-top: 60px;
	margin-bottom: 60px;
}
.groupsub h3:before {
	position: absolute;
	content: '';
	bottom: -3px;
	left: 0;
	width: 0;
	height: 0;
	border: none;
	border-left: solid 15px transparent;
	border-bottom: solid 15px #9B1A31;
}
.groupsub h3:after {
	position: absolute;
	content: '';
	bottom: -3px;
	left: 10px;
	width: 100%;
	border-bottom: solid 3px #9B1A31;
}
.ref {
  padding: 0.3em 0;
  list-style-type: none;
  border: none;
}
.ref li {
  position:relative;
  padding: 0.3em 0 0.3em 1.6em;
  line-height: 1.5;
}
.ref li:before{
  content: '';
  position: absolute;
  background-color: #9B1A31;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: 10px;
  top: 13px;
}
.ref li a:hover{
	text-decoration: underline;
	color: #CD686A;  
}
.researchslide{
	display: flex;
	justify-content: center;
}
#imgw{
	width: 90%;
	height: 12vw;
	justify-content: space-between;
}
#imgw img{
	width: auto;
	height: 100%;
	margin-top: 10px;
}
#imgw1 img{
	width: auto;
	height: 15vw;
	margin-top: 10px;
}
.facility img{
	width: 80%;
	height: auto;
	margin-left: 35px;
	margin-top: 10px;
}
.facility ol{
	position: relative;
	top: 20px;
	left: 30px;
	list-style: square;
	list-style-position: outside;
	margin-left: 50px;
	font-size: 12px;	
}
.facility section{ 
	width: 80%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 50px;
}
@media (max-width:767px){
article div {
    width: 95%;
}
div p {
	font-size: 15px;
}
.group {
	width: 85%;
}
.group li {
	position: relative;
	padding-left: 25px;
	padding-right: 10px;
	font-size: 12px;
	text-decoration: none;
	margin-top: 40px;
	margin-bottom: 40px;
}
.groupsub {
	width: auto;
}
.groupsub h3 {
	position: relative;
	padding-left: 25px;
	padding-right: 10px;
	font-size: 15px;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 60px;
}
.ref li {
	position: relative;
	padding: 0.3em 0 0.3em 1.6em;
	line-height: 1.5;
	font-size: 12px;
}
.researchslide{
	display: inline;
	justify-content: center;
}
#imgw{
	width: 90%;
	height: 12vw;
	/*justify-content: space-between;*/
}
#imgw img{
	width: 80%;
	height: auto;
	margin-left: 35px;
	margin-top: 10px;
}
#imgw1 img{
	width: 80%;
	height: auto;
	margin-left: 35px;
	margin-top: 10px;
}
}
