@charset "UTF-8";
/* CSS Document */

/*============================================================================================
↓コンテンツ==================================================================================
============================================================================================*/
.kugs {
	position: relative;
	overflow: hidden;
	text-align: center;
}

/*============================================================================================
↓ページアンカー =================================================================================
============================================================================================*/
.page-anchor span {
	line-height: 1.3em;
}

/*============================================================================================
↓イントロダクション =========================================================================
============================================================================================*/
.intro p {
	margin-bottom: 1em;
}
.intro .kugs-logo {
	width: 100%;
	max-width: 200px;
}

/*============================================================================================
↓kugsポリシー ===============================================================================
============================================================================================*/
.kugs-policy {
	margin-bottom: 3em;
}
.kugs-policy li {
	margin-bottom: 2em;
}
.kugs-policy .img-g img {
	width: 100%;
	height: auto;
	max-width: 300px;
}
.kugs-policy h3 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 1.8em;
	margin-bottom: 0.5em;
	color: #043d60;
}

/*============================================================================================
↓ku-glocs ===================================================================================
============================================================================================*/
.kuglocs {
	padding: 3em 0em;
	background-image: url(../../kusgu/img/bg-worldmap.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top center;
}
.kuglocs .kuglocs-logo img {
	width: 100%;
	max-width: 300px;
}
.kuglocs p {
	line-height: 2em;
}