@charset "utf-8";



/* --------------------------------------------------------------------------------
タイトル グラデーション背景
-------------------------------------------------------------------------------- */

/*パンくず*/
.fs-c-breadcrumb,
.fs-c-breadcrumb a{
	color: #fff;
}

/*タイトル色*/
.fs-c-heading {
	color: #fff;
	font-size: 36px;
	margin: 0;
	padding: 10px 0 20px 0;
	border: none;
}

.f_page_ttl{
	background: #46a5e6;
	margin-bottom: 40px;
}
.bg_grad{
	width: 1000px;
	margin: 0 auto;
	background-image: linear-gradient(120deg, rgba(70, 165, 230, 1.0) 34%, 54%, rgba(140, 200, 250, 1.0) 58%, rgba(140, 200, 250, 1.0) 62%, 65%, rgba(70, 165, 230, 1.0) 66%);
}





/* コンテンツ
-------------------------------------------------------------------------*/
#p-com25 {
	max-width: 1000px;
	margin:0 auto 70px auto;
	padding-top: 18px;
}
#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: 10px;
	margin-bottom: 18px;
}
#p-com25 .logo .img{
	width: 480px;
	margin: 0 auto;
}


/* メイン
------------------------------------------------------------------*/
#p-com25 .main{
	margin-bottom: 30px;
}





/* 参加大学チーム
------------------------------------------------------------------*/
#p-com25 .team{
	background: #fff;
	border-radius: 20px;
	padding: 30px;
	margin-bottom: 20px;
	
}	

#p-com25 .team .f-box{
	display: flex;
	justify-content: space-between;
}
#p-com25 .team .img {
	width: 300px;
}	

#p-com25 .team .txt{
	width: 380px;	
	font-size: 18px;
}

#p-com25 .team .txt table tr th{
	width: 90px;
	font-weight: 700;
	vertical-align: top;	
}
#p-com25 .team .txt .font-s{
	font-size: 15px;
}


/*リンクボタン*/
#p-com25 .team .btn {
	width: 300px;
	margin: 20px auto 0 auto;
	text-align: center;
	background: #d5af00;
	padding: 10px;
	border-radius: 25px;
}
#p-com25 .team .btn a{
	display: block;
	font-size: 18px;
	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: 6px;
	border-left: 5px solid #46a5e6;
	margin: 20px 0 15px 0;
}
.details p{
	font-size: 16px;
	line-height: 1.7;
	margin: 0;
}



