@charset "utf-8";

/*==========================================
 common
===========================================*/
/* pagetitle
-------------------------------------------*/
.pagetitle_wrapp {
	background-image: url(../research/images/bg_pagetitle.jpg);
}

/* photo_wrapp
-------------------------------------------*/
.photo_wrapp {
	margin-top: 1.0rem;
}
.photo_wrapp figure {
  text-align: center;
	margin-bottom: 1.6rem;
}
.photo_wrapp figure img{
	border-radius: 10px;
}
.photo_wrappo figcaption {
  font-size: 1.4rem;
  text-align: center;
}
@media (max-width: 992px)  {
	.photo_wrapp figure {
		width: 100%;
  }
}
@media (min-width: 993px)  {
	.photo_wrapp {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		width: calc(100% + 2%);
		margin-left: -1%;
		margin-right: -1%;
	}
	.photo_wrapp.photo_left {
		justify-content:flex-start!important;
	}
	.photo_wrapp figure {
		width: 50%;
		padding-left: 1%;
		padding-right: 1%;
  }
	.photo_wrapp figure.col3 {
		width: 33%;
		padding-left: 1%;
		padding-right: 1%;
	}
}

/* photo_full */
@media (min-width: 993px)  {
	.photo_full {
		text-align: center;
	}
	.photo_full figure {
		width: 100%;
  }
}


/* banner
-------------------------------------------*/
.research_banner_wrapp {
	text-align: center;
}
/* research_banner_bd */
.research_banner_bd {
	display: flex;
  list-style: none;
	justify-content: center;
  width: 100%;
	margin-bottom: 3rem;
}
.research_banner_bd li {
	text-align: center;
	width: 100%;
}
.research_banner_bd li a img {
	border-radius: 12px;
	border: 1px #d0d0d0 solid;
}
@media (max-width: 992px) {
	.research_banner_bd {
		flex-wrap: wrap;
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
	.research_banner_bd li {
		margin: 0 auto 10px;
	}
}
@media (min-width: 993px) {
	.research_banner_bd {
		width: calc(100% + 2%);
		margin-left: -1%;
		margin-right: -1%;
		text-align: center;
	}
	.research_banner_bd li {
		padding-left: 1%;
		padding-right: 1%;
		width: 32%;
	}
}


/* anc_sub_btn
-------------------------------------------*/
.anc_sub_btn > li {
    /* width: calc(100% / 6); */
  width: 32%;
}
@media (min-width: 993px) {
	.anc_sub_btn > li a {
	    font-size: 1.6rem;
	}
}


/*==========================================
 research / message.html
===========================================*/
/* research_wrapp
-------------------------------------------*/
.research_wrapp li {
	margin-bottom: 3.5rem;
}
.research_wrapp li a {
	background-color: rgba(0, 91, 172, 0.1);
	height: 100%;
	border-radius: 10px;
	text-decoration: none!important;
	display: block;
	overflow: hidden;
}
.research_wrapp li figure{
	display: block;
	overflow: hidden;
}
.research_wrapp a img {
  display: block;
  transition-duration: 0.2s;
  width: 100%;
  height: auto;
}

.research_wrapp li h2 {
	padding-left: 0px;
  margin-bottom: 0rem;
  border-left: none;
	padding: 16px 30px 16px 20px;
	line-height: 1.4;
	position: relative;
	font-weight: 500;
}
.research_wrapp li h2::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f105";
	/*margin-left: 1em;*/
	position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) translateX(0%);
  -webkit- transform: translateY(-50%) translateX(0%);
  margin: auto;
}

@media (max-width: 992px) {
	.research_wrapp {
		margin-bottom: 3rem;
	}
	.research_wrapp li {
	  width: 100%;
	}
	.research_wrapp li h2 {
		font-size: 1.4rem;
	}
}
@media (min-width: 993px) {
	.research_wrapp {
		display: flex;
	  list-style: none;
	  flex-wrap: wrap;
	  /*justify-content: space-between;*/
	}
	.research_wrapp {
		width: calc(100% + 2%);
		margin-left: -1%;
		margin-right: -1%;
		margin-bottom: 6rem;
	}
	.research_wrapp li {
	  width: calc(100% / 3);
		padding-left: 1%;
		padding-right: 1%;
	}
	.research_wrapp li h2 {
		font-size: 1.8rem;
	}
}

/* hover */
.research_wrapp a {
	display: block;
	overflow: hidden;
}
.research_wrapp a img {
  display: block;
  transition-duration: 0.2s;
  width: 100%;
  height: auto;
}
.research_wrapp a img:hover {
  transform: scale(1.05);
  transition-duration: 0.2s;
  opacity: 0.8;
}

/*--volunteer--*/
.volunteer_wrapp{
	background:rgba(0, 91, 172, 0.1);
	border-radius: 10px;
	padding: 4%;
}
.volunteer_wrapp h3:first-child{
	margin-top: 0rem;
}

/* volunteer_flow */
.volunteer_flow {
	list-style: none;
}
.volunteer_flow li {
	background:rgba(0, 91, 172, 0.1);
	border-radius: 10px;
	padding: 2%;
	margin: 0 auto 33px;
	border: 2px solid #005bac;
	position: relative;
	margin-bottom: 34px;
}
.volunteer_flow li::after {
	border-top: 15px solid #005bac;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	content: "";
	position: absolute;
	bottom: -27px;
	left: 50%;
	margin-left: -15px;
}
.volunteer_flow li:last-child:after {
	border: none;
}
@media (min-width: 993px) {
	.volunteer_flow li {
		width: 75%;
	}
}
