<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.venture-company .pc-only{
	display: block;
}

.venture-company .item {
	/*width: 268px;*/
	width:100%;
	text-align: center;
	border: 2px solid #000;
	display: flex;
	margin-bottom: 24px;
}
.venture-company .item h6 {
	width: 10%;
	min-width: 150px;
	margin: 0 auto;
	background-color: #000;
	color: #fff;
	font-size: 1.6rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.venture-company .item h6::before {
  content: none;
}
.venture-company .item ul {
	margin: 0;
	padding: 20px 20px 0;
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
}
.venture-company .item ul li {
	list-style-type: none;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 20px;
	width: 20%;
	margin: inherit;
	box-sizing: border-box;
	font-size: 0.8em;
	font-weight: bold;
}
.venture-company .item ul li .logo {
  margin-bottom: 8px;
}
.venture-company .item ul li .logo a {
  display: inline-block;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.venture-company .item ul li .logo a:hover, .venture-company .item ul li .logo a:focus {
  opacity: 0.75;
}
.venture-company .item ul li .logo img {
  max-height: 32px;
}
.venture-company .item ul li .logo img.large {
  max-height: 64px;
}
.venture-company .item ul li:last-child {
  margin-bottom: 0;
}
.venture-company .item:first-of-type {
  border-color: #00c089;
}
.venture-company .item:first-of-type h6 {
  background-color: #00c089;
}
.venture-company .item:nth-of-type(2) {
  border-color: #8893ec;
}
.venture-company .item:nth-of-type(2) h6 {
  background-color: #8893ec;
}
.venture-company .item:nth-of-type(3) {
  border-color: #ff7453;
}
.venture-company .item:nth-of-type(3) h6 {
  background-color: #ff7453;
}

.fund-item {
  text-align: center;
}
.fund-item .logo {
  margin-bottom: 8px;
}
.fund-item .logo a {
  display: inline-block;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.fund-item .logo a:hover, .fund-item .logo a:focus {
  opacity: 0.75;
}
.fund-item .logo img {
  max-height: 32px;
}
.fund-item .logo img.large {
  max-height: 64px;
}

.kyousou-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: 0 !important;
}
.kyousou-list li {
  list-style-type: none !important;
  width: calc(33.3333333333% - 98px);
  margin: 16px;
  padding: 32px;
  border: 1px solid #ccc;
}
.kyousou-list li .logo {
  margin-bottom: 16px;
  text-align: center;
}
.kyousou-list li .logo a {
  display: inline-block;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.kyousou-list li .logo a:hover, .kyousou-list li .logo a:focus {
  opacity: 0.75;
}
.kyousou-list li .logo img {
  max-height: 32px;
}
.kyousou-list li .logo img.large {
  max-height: 64px;
}
.kyousou-list li p:last-child {
  margin-bottom: 0;
}

.labo-information .information-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  padding: 0 16px;
  line-height: 1.5;
}
.labo-information .information-list * {
  box-sizing: border-box;
}
.labo-information .information-list dt {
  width: 7em;
  margin-bottom: 8px;
  padding: 16px 0;
  border-bottom: 1px solid #eee;
  font-weight: bold;
  color: #666;
}
.labo-information .information-list dd {
  width: calc(100% - 7em);
  margin-bottom: 8px;
  padding: 16px 16px 16px 2em;
  border-bottom: 1px solid #eee;
  color: #333;
}
.labo-information .information-list dd a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  text-decoration: none;
  color: #000;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.labo-information .information-list dd a::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: auto;
  padding-left: 32px;
  color: #4f86c5;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.labo-information .information-list dd a:hover, .labo-information .information-list dd a:focus {
  color: #0a52a7;
}
.labo-information .information-list dd a:hover::after, .labo-information .information-list dd a:focus::after {
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
  color: #0a52a7;
}
.labo-information #js-more-list {
  display: none;
}
.labo-information #js-more-btn {
  cursor: pointer;
  display: block;
  width: 16em;
  margin: 0 auto;
  padding: 16px;
  background-color: #fff;
  border: 1px solid #ccc;
  font-weight: bold;
  font-size: 1.6rem;
}
.labo-information #js-more-btn::after {
  content: "\f0fe";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  color: #999;
  margin-left: 8px;
}


@media screen and (max-width: 640px) {
  .venture-company {
    display: block;
  }
	
	.venture-company .pc-only{
	display: none;
}
	
  .venture-company .item {
	display: block;
    width: auto;
    margin-bottom: 16px;
  }
  .venture-company .item h6 {
	width: 100%;
	min-width: inherit;
	padding: 8px;
	box-sizing: border-box;
  }
  .venture-company .item ul {
    padding: 24px 16px;
	display: block;
  }
  .venture-company .item ul li {
    margin: 0 0 24px;
	  width: 100%;
	  padding-bottom: 0;
  }
  .venture-company .item ul li .logo img {
    max-height: 24px;
  }
  .venture-company .item ul li .logo img.large {
    max-height: 48px;
  }
  .venture-company .item:nth-of-type(3) {
    margin-bottom: 0;
  }
  .fund-item .logo img {
    max-height: 24px;
  }
  .fund-item .logo img.large {
    max-height: 48px;
  }
  .kyousou-list {
    display: block;
  }
  .kyousou-list li {
    width: auto;
    padding: 24px;
  }
  .kyousou-list li .logo img {
    max-height: 24px;
  }
  .kyousou-list li .logo img.large {
    max-height: 48px;
  }
  .labo-information .information-list {
    padding: 0;
    font-size: 1.2rem;
  }
  .labo-information .information-list dt {
    width: 100%;
    margin-bottom: 0;
    padding: 8px 16px;
    background: -webkit-linear-gradient(right, #f2f2f2, #fff);
    background: linear-gradient(to left, #f2f2f2, #fff);
  }
  .labo-information .information-list dd {
    width: 100%;
    margin-bottom: 0;
    padding: 0;
  }
  .labo-information .information-list dd a {
    padding: 16px;
  }
  .labo-information #js-more-btn {
    margin-top: 8px !important;
    font-size: 1.2rem;
  }
}

/*# sourceMappingURL=labo.css.map */</pre></body></html>