@charset "UTF-8";
/*----------------------------------------------
 
----------------------------------------------*/
.link {
	width: 820px;
	margin: 50px auto;
	display: flex;
	justify-content: space-between;
}
.btn2 {
	flex: 0 1 48%;
  width: 48%;
  font-size: 2.4rem;
	line-height: 1.3;
	display: flex;
}
.btn2 a {
	display: block;
  padding: 20px;
  text-align: center;
}
.btn2 span {
	font-size: 1.4rem;
	line-height: 1.3;
	font-weight: normal;
	text-indent: 0;
	margin-left: 0;
}
.seedsBox div + div {
	margin-top: 80px;
}
table th {
	width: auto;
	padding: 10px 0;
	text-align: center;
}
table td:not([class]) {
	min-width: 7em;
}
table th + th,
table td + td{
	border-left: 1px solid;
}
table td {
	padding: 10px 0.5em;
	vertical-align: middle;
}
.icon {
	margin: 5px 0 0 0;
}
.icon a {
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 10px;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.icon a img {
	vertical-align: bottom;
}
.icon a:first-child {
	margin-right: 20px;
}
.number {
	min-width: 3em;
	text-align: center;
}
.theme {
	width: 310px;
}
.name {
	width: 11em;
}
.goal {
	width: 180px;
	text-align: center;
}
.goal img {
	width: 50px;
	height: auto;
}
.goal img +img {
	margin-left: 5px;
}
@media screen and (min-width:768px) {
.icon a:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  }

}
@media screen and (max-width:767px) {
	table th {
	display: none;
}
table td + td{
	border-left: none;
}
	table td:last-of-type {
		margin-bottom: 30px;
	}
table td:not(:first-of-type):before {
	content: attr(data-label);
	display: block;
	margin-left: -0.5em;
	font-weight: bold;
	}
.intl .number {
	background-color: #DDECF7;
}
.sciences .number {
	background-color: #DDECdb;
}
.art .number {
	background-color: #F4D0D7;
}
	.number {
	min-width: 3em;
	text-align: center;
}
.name {
	width: 100%;
	padding: 10px 0.5em;
}
	.name:after {
	display: none;
}
	.theme {
		width: 100%;
	}
.goal {
	width: 100%;
	text-align: center;
	padding-top: 0;
}
.goal img {
	width: 70px;
	height: auto;
}
.goal img +img {
	margin-left: 5px;
}
.icon {
	order: -1;
	display: flex;
	justify-content: space-around;
	margin: 15px 0;
}

	.icon a {
		width: 50%;
	}
	.icon img {
		width: 100%;
		height: auto;
	}
.icon a:first-child {
	margin-right: 0;
}
.icon a:active {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  }
.link {
	width: 90%;
	margin: 60px auto 50px;
	display: block;
}
.btn2 {
  width: 100%;
	margin: 20px 0;
  font-size: 1.5rem;
	display: flex;
}
.btn2 span {
	font-size: 1.5rem;
	line-height: 1.3;
	font-weight: bold;
}
}