@charset "utf-8";

/*====================================================================

¡¡top

====================================================================*/

/*
mainslider
---------------------------------------------------------*/
#mainslider li a {
	display: block;
	position: relative;
	text-decoration: none;
	width: 100%;
	height: 100%;
}
#mainslider li a .slide_inner {
	background-color: rgba(2, 117, 164, .5);
	color: #fff;
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 20px;
	display: flex;
	align-items: center;
}
#mainslider li a .text {
	font-size: 1.625rem;
	line-height: 1.3;
	width: calc(100% - 200px);
}
#mainslider li a span {
	border: 1px solid #fff;
	padding: 0 10px;
	font-size: 0.875rem;
	width: 200px;
	text-align: center;
	display: block;
}
#mainslider li a span:before {
	content: "¡ú";
	display: inline-block;
	margin-right: 10px;
	font-size: 22px;
}
#mainslider li a img {
	width: 100%;
	line-height: 1;
	vertical-align: bottom;
}

/* ¥¢¥¯¥»¥¹•r¤Î±À¤ì·ÀÖ¹ */
.swiper-container {
  opacity: 0;
  transition: opacity .1s linear;
}
.swiper-container.swiper-container-initialized {
  opacity: 1;
}

/* ¸ß¤µ¤òÒ»·¬¸ß¤¤¥¹¥é¥¤¥É¤ËºÏ¤ï¤»¤ë */
.swiper-slide {
	height: auto;
}

/* swiper-bottom */
.swiper-bottom {
	width: 900px;
	max-width: 100%;
	margin: 5px auto 0;
	text-align: right;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	position: relative;
	z-index: 10;
}
.swiper-btn-prev,
.swiper-btn-next {
	color: #0275a4;
	font-size: 22px;
	cursor: pointer;
}
.swiper-btn-prev:before {
	content: "¡û";
}
.swiper-btn-next:before {
	content: "¡ú";
}
.swiper-pagination-fraction {
	width: auto;
	padding: 0 10px;
}

@media screen and (max-width: 991px) {
	#mainslider li {
		margin: 0;
		width: 100vw;
	}
	#mainslider li a {
		display: flex;
		flex-direction: column;
	}
	#mainslider li img {
		width: 100%;
	}
	#mainslider li a .slide_inner {
		position: inherit;
		background-color: rgba(2, 117, 164, .8);
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		height: 100%;
	}
	#mainslider li a .text {
		width: 100%;
		font-size: 1.142rem;
	}
	#mainslider li a span {
		width: 175px;
		margin-top: 10px;
	}
	#mainslider li a span:before {
		font-size: 18px;
	}
	
	/* swiper-bottom */
	.swiper-bottom {
		padding: 0 20px;
	}
}

/*
heading
---------------------------------------------------------*/
.heading {
	padding: 14px 0 12px 0;
	border-top: 3px solid #34a3d1;
	display: flex;
	justify-content: space-between;
}
.heading .headline {
	font-weight: bold;
	font-size: 1em;
}
.heading .more {
	margin: 0;
	font-weight: normal;
	font-size: 0.875rem;
}
.heading .more a {
	color: #313131;
	text-decoration: none;
}
.heading .more a:hover {
	color: #34a3d1;
}

/*	event-area
--------------------------------------------------*/
.event-area {
	margin: 45px 0 0;
	border: 3px solid #d7e1e2;
	padding: 40px;
}
.event-list {
	display: flex;
	flex-wrap: wrap;
	padding-top: 20px;
	border-top: 1px solid #e3e3e5;
}
.event-list li {
	padding: 12px 35px 12px 0;
	width: 50%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.event-list li:nth-child(2n) {
	padding: 12px 0 12px 35px;
	border-left: 1px solid #d7e1e2;
}
.event-list li .date-area {
	padding: 7px 0;
	color: #fff;
	font-weight: bold;
	width: 15%;
	background-color: #34a3d1;
}
.event-list li .date-area p {
	margin: 0;
	line-height: 1.1;
	text-align: center;
}
.event-list li .date-area .month { font-size: 1.125rem; }
.event-list li .date-area .day { font-size: 1.875rem; }
.event-list li .date-area .year { color: #b8e0f1; font-size: 0.812rem; }

.event-list li .text-area {
	line-height: 1.6;
	width: 82%;
}

.event-list .post-title {
	margin: 0 0 3px 0;
	font-size: 1rem;
	font-weight: bold;
}
.event-list .date {
	margin: 0;
	color: #515151;
	font-size: 0.875rem;
}
.event-list .date span {
	padding-left: 10px;
}

@media screen and (max-width: 768px) {
	.event-area {
		padding: 25px;
		margin: 30px 0 0;
	}
	.event-list {
		display: block;
		padding: 0;
		border: none;
	}
	.event-list li {
		width: 100%;
		border-top: 1px solid #d7e1e2;
	}
	.event-list li:nth-child(2n) {
		padding: 12px 0;
		border-left: none;
	}
}

/*	news_area
--------------------------------------------------*/
.news_area {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	margin-top: 50px;
}

@media screen and (max-width: 768px) {
	.news_area {
		display: block;
		margin-top: 40px;
	}
}

/*	closeup-area
--------------------------------------------------*/
.closeup-area {
	width: 35%;
}
.closeup-area .post-title {
	margin-top: 15px;
	font-size: 1rem;
}
.closeup-inner {
	position: relative;
}
.closeup-inner p {
	font-size: 0.875rem;
	margin: 10px 0;
}

@media screen and (max-width: 768px) {
	.closeup-area {
		width: 100%;
		margin-bottom: 40px;
	}
}

/*	information-area
--------------------------------------------------*/
.information-area {
	width: 60%;
}
.information-unit {
	border-bottom: 1px solid #d7e1e2;
}
.information-unit li {
	position: relative;
	box-sizing: border-box;
	border-top: 1px solid #d7e1e2;
	margin-top: -1px;
	padding: 10px 0 15px;
}
.information-unit li a {
	text-decoration: none;
}
.information-unit li .post-title {
	margin: 0;
	font-size: 1rem;
	text-decoration: underline;
}
.information-unit li .date {
	color: #515151;
	font-size: 0.875rem;
	display: inline-block;
	margin: 10px 0;
}
.information-unit li .tag, 
.closeup-area .tag {
	display: inline-block;
	color: #fff;
	font-size: 0.75rem;
	opacity: 0.8;
}
.information-unit li .tag span, 
.closeup-area .tag span {
	display: inline-block;
	padding: 5px 7px 5px 30px;
}
.information-unit li .tag .tag_news, 
.closeup-area .tag .tag_news { background: url('/sgu/img/common/icon_tag01.png') no-repeat 5px center #d5213a; }
.information-unit li .tag .tag_media, 
.closeup-area .tag .tag_media { background: url('/sgu/img/common/icon_tag02.png') no-repeat 5px center #e0a005; }
.information-unit li .tag .tag_event, 
.closeup-area .tag .tag_event { background: url('/sgu/img/common/icon_tag03.png') no-repeat 5px center #09a949; }
.information-unit li .tag .tag_newspaper, 
.closeup-area .tag .tag_newspaper { background: url('/sgu/img/common/icon_tag04.png') no-repeat 5px center #00a5b1;}

.information-unit li .tag a:link, 
.information-unit li .tag a:visited {
	color: #fff;
}
.information-unit li .tag a:hover .tag_news {
	background: url('/sgu/img/common/icon_tag01.png') no-repeat 5px center #e9475e;
}
.information-unit li .tag a:hover .tag_media {
	background: url('/sgu/img/common/icon_tag02.png') no-repeat 5px center #efb833;
}
.information-unit li .tag a:hover .tag_event {
	background: url('/sgu/img/common/icon_tag03.png') no-repeat 5px center #37c670;
}
.information-unit li .tag a:hover .tag_newspaper {
	background: url('/sgu/img/common/icon_tag04.png') no-repeat 5px center #00c9d8;
}

@media screen and (max-width: 768px) {
	.information-area {
		width: 100%;
		margin-bottom: 40px;
	}
}

/*	bnr-area
--------------------------------------------------*/

.bnr-area {
	margin: 50px 0;
}
.bnr-area ul {
	margin: 0 -12px;
	display: flex;
	flex-wrap: wrap;
}
.bnr-area ul li {
	width: 20%;
	padding: 0 12px;
}

@media screen and (max-width: 768px) {
	.bnr-area {
		margin: 40px 0;
	}
	.bnr-area ul {
		margin: 0 -5px;
	}
	.bnr-area ul li {
		width: 50%;
		margin-bottom: 10px;
		padding: 0 5px;
	}
	.bnr-area ul li img {
		width: 100%;
	}
}