@charset "utf-8";
/* Copyright 2021 FSFIELD All Rights Reserved. */

/* ------------------------------------------------------------

トップページ

------------------------------------------------------------ */

/* グローバルナビアクティブ
---------------------------------------------- */
.nav_global ul li:nth-child(1) a{color:#93F7FF;}

/* common.css上書き
---------------------------------------------- */
#container{padding-top: 60px;}
	
/* News
---------------------------------------------- */
#news{margin-bottom: 60px;}

.news_archives{
	float: right;
	color: #FFF;
	font-size: 1.4rem;
	font-weight: normal;
	line-height: 1;
	padding:6px 30px 6px 0;
	position: relative;
}

.news_archives::before{
	content: "";
	background: url("../img/ico_arrow01.png") no-repeat;
	background-size: contain;
	width: 5px;
	height: 7px;
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.news_archives:hover{color:#9CD1FB; }

/* Welcome message
---------------------------------------------- */
#welcome_message{margin-bottom: 60px;}

#welcome_message p{margin-bottom: 18px;}

#welcome_message p:last-child{margin-bottom:0;}

.welcome_message_inner{
	display: flex;
	justify-content: space-between;
}
.welcome_message_txt{width: 520px;}
	
/* Symposia
---------------------------------------------- */
#symposia ol li{margin-bottom: 15px;}

#symposia ol li p:last-child{padding-left: 17px;}



