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

.p-subpage__body ul > * + * {
      margin-top: 0; }
.common-heading img{
	width: 80px;
	margin-right: 20px;
}

.ccca-list{
	margin: 0 auto 60px;
}
.ccca-card{
	background: var(--gray-200);
	padding: 30px;
	margin-top: 20px;
}
.ccca-card h3{
	margin-top: 0;
	margin-bottom: 20px;
}
.ccca-card ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 10px 2%;
	margin-top: 20px;
}
.ccca-card li{
	width: 32%;
	background: #fff;
	text-align: center;
	position: relative;
	list-style: none;
}
.card-link-col1 li{
	width: 100%;
	text-align: left;
}
.ccca-card li a{
	padding: 10px;
	display: block;
	color: #000;
}
.ccca-card li a::after{
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 1px #999;
  border-right: solid 1px #999;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
}
.ccca-card li a:hover{
	background: #707780;
	display: block;
	color: #fff;
}

/* 研究機関連携 */
.institute-img-box{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 40px;
}
.institute-link-img{
	max-width: 500px;
}
.pickup-box{
	padding: 20px;
}
.pickup-box p{
	font-size: 1.4rem;
	line-height: 1.2;
	margin-top: 1em;
}
.pickUp-01{
    background-image: url("../institute/img/pinkup-bg01.png");
    background-size: 80px;	
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: aliceblue;
}

@media (min-width: 960px) {
.common-heading img{
	width: 140px;
	margin-right: 40px;
}
.ccca-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 30px 20px;
}
.ccca-card{
	width: 49%;
}
}