@charset "utf-8";



/* --------------------------------------------------------------------------------
タイトル グラデーション背景
-------------------------------------------------------------------------------- */

/*パンくず*/
.fs-c-breadcrumb,
.fs-c-breadcrumb a{
	color: #fff;
}

/*タイトル色*/
.fs-c-heading {
	color: #fff;
	font-size: 6.4vw;
	margin: 0;
	padding: 2vw 0 3.4vw 0;
	border: none;
}

.f_page_ttl{
	margin-bottom: 40px;
}
.bg_grad{
	background-image: linear-gradient(120deg, rgba(70, 165, 230, 1.0) 30%, 55%, rgba(140, 200, 250, 1.0) 70%, rgba(140, 200, 250, 1.0) 75%, 84%,rgba(70, 165, 230, 1.0) 85%);
}




/* コンテンツ
-------------------------------------------------------------------------*/
#p-com25 {
	max-width: 100%;
	margin: 0 auto 13vw auto;
}
#p-com25 *,
#p-com25 *:before,
#p-com25 *:after {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#p-com25 figure {
	margin: 0;
	padding: 0;
}
#p-com25 a {
	display: block;
	text-decoration: none;
	transition: all 0.3s 0s ease;
	-webkit-transition: all 0.3s 0s ease;
	-moz-transition: all 0.3s 0s ease;
	-o-transition: all 0.3s 0s ease;
}
#p-com25 a:active, 
#p-com25 a:hover {
	opacity: 0.8;
	filter: alpha(opacity=0.8);
	-ms-filter: "alpha(opacity=0.8)";
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	zoom: 1;
	outline-width: 0;
}

#p-com25 img {
	display: block;
	width: 100%;
	max-width: 100%;
}




/* ロゴ
------------------------------------------------------------------*/
#p-com25 .logo{
	width: 100%;
	background: #fff;
	border-radius: 2vw;
	margin-bottom: 3vw;
}
#p-com25 .logo .img{
	width: 80vw;
	margin: 0 auto;
}


/* メイン
------------------------------------------------------------------*/
#p-com25 .main{
	margin-bottom: 9vw;
}





/* 参加大学チーム
------------------------------------------------------------------*/
#p-com25 .team{
	width: 92vw;
	margin: 0 auto 4vw auto;
	background: #fff;
	border-radius: 3vw;
	padding: 7vw 5vw;
}	

#p-com25 .team .f-box{
	display: flex;
	flex-direction: column;
	align-items: center;
}
#p-com25 .team .img {
	width:82vw;
	margin-bottom: 5vw;
}	

#p-com25 .team .txt{
	width: 82vw;	
	font-size: 4.4vw;
}

#p-com25 .team .txt table tr th{
	width:21vw;
	font-weight: 700;
	vertical-align: top;	
}
#p-com25 .team .txt .font-s{
	font-size:3.8vw;
}


/*リンクボタン*/
#p-com25 .team .btn {
	width: 72vw;
	margin: 5vw auto 7vw auto;
	text-align: center;
	background: #d5af00;
	padding: 3vw 0;
	border-radius: 8vw
}
#p-com25 .team .btn a{
	display: block;
	font-size: 4.2vw;
	font-weight: 700;
	color: #fff;
	position: relative;
}
#p-com25 .team .btn a::after{
	position: absolute;
	content: url(https://sunchokutable.itembox.design/item/images/f/p-com25/icon-arrow-r.png);
	transform-origin: top left;
	margin-left: 20px;
	top: -1px;	
}

.details h3{
	padding: 1vw 2vw;
	border-left: 5px solid #46a5e6;
	margin: 0 0 4vw 0;
}
.details p{
	font-size: 4vw;
	line-height: 1.7;
	margin: 0;
}


