@charset "utf-8";
/*
Theme Name:webcreation basic
Description:テンプレートです。
Version:1.0
*/

/* LL追加CSS */

/* プロジェクト一覧 */
#page-projects .thumbnail a{
	display: block;
	height: 55.26vw;
}
@media print, screen and (min-width: 768px) and (max-width: 1000px) {
	#page-projects .thumbnail a{
		height: 26.191vw;
	}
}
@media print, screen and (min-width: 1001px) {
	#page-projects .thumbnail a{
		height: 24.56vw;
	}
}
#page-projects .thumbnail a > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* プロジェクト詳細 - このプロジェクトの活動状況 */
/* アクティビティ一覧 */
.activities-article .activities-article-img .inn {
	height: 30.336vw;
}
@media print, screen and (min-width: 768px) and (max-width: 1000px) {
	.activities-article .activities-article-img .inn {
		height: 19.875vw;
	}
}
@media print, screen and (min-width: 1001px) {
	.activities-article .activities-article-img .inn {
		height: 18.329333vw;
	}
}

/* TOP - 私たちの活動 */
#activities .activities-article .activities-article-img .inn {
	height: 30.336vw;
	max-height: 398.25px;
}
@media print, screen and (min-width: 768px) and (max-width: 1000px) {
	#activities .activities-article .activities-article-img .inn {
		height: 19.875vw;
	}
}
@media print, screen and (min-width: 1001px) {
	#activities .activities-article .activities-article-img .inn {
		height: 19.875333vw;
	}
}

/* INFORMATION 高さ調整 */
table.style-03 th {
	line-height: 2;
}

/* activity journal newsの投稿本文のリンク色 */
.content p a {
	color: var(--color-blue);
	text-decoration: underline;
}

/* projectの投稿本文のリンク色 */
.desc p a{
	color: var(--color-blue);
	text-decoration: underline;
}

/* class名変更（スペルミス） */
#page-activities .arctivities-info .category {
  min-width: 7em;
  height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 11px;
  border: 1px solid #019add;
  border-radius: 12px;
  line-height: 1;
  color: #019add;
  font-weight: bold;
}