@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);

/* -------------------------------------------------------
style.css for 西南学院大学 w/sass
creation date:13-04-2016
scss/pleeease-style.scss - > css/style.css
---------------------------------------------------------*/
/* patch */
body {
	width: 100%;
}

/*======================================

Structure Module

=======================================*/
/* html {
	font-size: 6.25%;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0.2);
} */

/* body {
	font-family: Avenir, "Lato", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	font-size: 16rem;
	line-height: 1.75;
	color: #262626;
} */

/* Links -------------------------------------------*/
/* a {
	color: #006699;
	text-decoration: underline;
	-webkit-transition: 0.24s ease;
	transition: 0.24s ease;
}
a:visited {
	color: #555555;
}
a:hover,
a:focus {
	color: #ff6600;
	-webkit-transition: 0.24s ease;
	transition: 0.24s ease;
}
a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
} */

::-moz-selection {
	background: rgba(0, 158, 180, 0.7);
	color: #fff;
}

::selection {
	background: rgba(0, 158, 180, 0.7);
	color: #fff;
}

/* img {
	vertical-align: top;
} */

address {
	font-style: normal;
}

.list {
	margin: 0;
	padding: 0;
}
.list:before,
.list:after {
	content: " ";
	display: table;
}
.list:after {
	clear: both;
}

.list li {
	list-style: none;
}

em {
	font-style: normal;
	color: #c00;
}
em.caution {
	font-weight: bold;
}
em.info {
	color: #005740;
}

.small {
	font-size: 85%;
}

/* hr {
	height: 0;
	margin: 2em 0 2em;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
} */

.hidden-pc {
	display: none;
}

.act-img--hvr {
	-webkit-transform: scale(0.3s ease-in-out);
	-ms-transform: scale(0.3s ease-in-out);
	transform: scale(0.3s ease-in-out);
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}
.act-img--hvr:hover {
	-webkit-transform: scale(1.15, 1.15);
	-ms-transform: scale(1.15, 1.15);
	transform: scale(1.15, 1.15);
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}

.fa__color--primary {
	color: #005740;
}

.table-caption {
	color: #cc0000;
	font-size: 13px;
	font-size: 13rem;
}

ol.attack,
ul.attack {
	font-weight: bold;
}

.mega-overlay {
	display: none;
	position: fixed;
	z-index: 999;
	top: -5000px;
	right: -5000px;
	bottom: -5000px;
	left: -5000px;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

/* Fix iPad, iPhone glitches */
.mega-overlay {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.mega-overlay {
	background: rgba(43, 46, 56, 0.9);
}

/*----------------------------------------------------
$ Structure Module
----------------------------------------------------*/
/* .container {
	position: relative;
	width: 950px;
	margin: 0 auto;
	box-sizing: border-box;
}
.container:before,
.container:after {
	content: " ";
	display: table;
}
.container:after {
	clear: both;
} */

/*----------------------------------------------------
$ header
----------------------------------------------------*/
/* header {
	background: #fff;
	width: 100%;
	min-width: 1040px;
	background: url("../img/sprites_3.gif") repeat-x #fff;
	background-position: left bottom;
	height: 118px;
	margin: 0;
	padding: 0;
	z-index: 1000;
	position: relative;
} */

.header-container {
	position: relative;
	width: 950px;
	margin: 0 auto;
	padding: 0 0 5px 0;
}
.header-container:before,
.header-container:after {
	content: " ";
	display: table;
}
.header-container:after {
	clear: both;
}
.header-container .site-title {
	margin: 0 auto;
	padding: 16px 0 0 0;
	text-align: center;
	line-height: 1;
}
.header-container .site-util {
	position: absolute;
	top: 5px;
	right: 30px;
}
.header-container .site-util:before,
.header-container .site-util:after {
	content: " ";
	display: table;
}
.header-container .site-util:after {
	clear: both;
}
.header-container .site-util p {
	margin: 0;
	padding: 0;
	font-size: 15px;
	/* font-size: 15rem; */
	font-weight: bold;
}
.header-container .site-util p a {
	display: inline-block;
	margin: 0;
	padding: 0;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
	outline: 0;
	color: #262626;
}
.header-container .site-util p a:visited {
	color: #262626;
}
.header-container .util-sns {
	clear: both;
	position: absolute;
	top: 33px;
	right: 30px;
}
.header-container .util-sns ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.header-container .util-sns ul:before,
.header-container .util-sns ul:after {
	content: " ";
	display: table;
}
.header-container .util-sns ul:after {
	clear: both;
}
.header-container .util-sns ul li {
	float: left;
	margin: 0 0 0 4px;
}

/* -- グローバルナビ */
.fixed {
	position: fixed;
	top: -76px;
	z-index: 9999;
}

.js-adjust {
	padding-top: 118px;
}

.gnav-container {
	font-weight: bold;
	font-size: 16px;
	/* font-size: 16rem; */
	margin: 24px 0 0 0;
	width: 100%;
}
.gnav-container:before,
.gnav-container:after {
	content: " ";
	display: table;
}
.gnav-container:after {
	clear: both;
}
.gnav-container .gnav {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}
.gnav-container .gnav:before,
.gnav-container .gnav:after {
	content: " ";
	display: table;
}
.gnav-container .gnav:after {
	clear: both;
}
.gnav-container .gnav li {
	float: left;
	width: 25%;
}
.gnav-container .gnav li.tabUA-open .gnav-parent {
	background-color: #efefef !important;
}
.gnav-container .gnav li.tabUA-open .gnav-parent:after {
	display: block;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin: 0 0 -6px -6px;
	font-family: 'FontAwesome';
	font-size: 18px;
	/* font-size: 18rem; */
	line-height: 1;
	content: '\f0d8';
	color: #005740;
	padding: 0;
	text-indent: 0;
}
.gnav-container .gnav li .gnav-parent {
	box-sizing: border-box;
	position: relative;
	display: block;
	width: 100%;
	height: 42px;
	text-indent: -9999px;
	text-decoration: none;
	background: url("../../assets_pub/img/gnav.png") no-repeat;
}
.gnav-container .gnav li .gnav-parent:hover,
.gnav-container .gnav li .gnav-parent.current {
	box-sizing: border-box;
	background-color: #efefef;
}
.gnav-container .gnav li .gnav-parent:hover:after,
.gnav-container .gnav li .gnav-parent.current:after {
	display: block;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin: 0 0 -6px -6px;
	font-family: 'FontAwesome';
	font-size: 18px;
	/* font-size: 18rem; */
	line-height: 1;
	content: '\f0d8';
	color: #005740;
	padding: 0;
	text-indent: 0;
}
.gnav-container .gnav li .gnav-parent.gnav-home {
	background-position: 0 0;
}
.gnav-container .gnav li .gnav-parent.gnav-aboutus {
	background-position: -237px 0;
}
.gnav-container .gnav li .gnav-parent.gnav-info {
	background-position: -474px 0;
}
.gnav-container .gnav li .gnav-parent.gnav-recruit {
	background-position: -711px 0;
}
.submenu-container {
	box-sizing: border-box;
	background: #efefef;
}
.submenu-container:before,
.submenu-container:after {
	content: " ";
	display: table;
}
.submenu-container:after {
	clear: both;
}
.submenu-container .submenu-row {
	width: 100%;
	margin: 0 0 8px 0;
}
.submenu-container .submenu-row:before,
.submenu-container .submenu-row:after {
	content: " ";
	display: table;
}
.submenu-container .submenu-row:after {
	clear: both;
}
.submenu-container .submenu-row .submenu-item {
	float: left;
	box-sizing: border-box;
}
.submenu-container .submenu-row .submenu-item .submenu-item--overlap {
	margin-bottom: 16px;
}
.submenu-container .submenu-row .submenu-item .heading-submenu {
	display: block;
	margin: 0 0 6px 0;
	padding: 5px 7px;
	font-size: 12px;
	/* font-size: 12rem; */
	font-weight: bold;
	color: #fff;
	background: #005740;
}
.submenu-container .submenu-row .submenu-item ul {
	margin: 0;
	padding: 0 8px 0 0;
	list-style: disc;
}
.submenu-container .submenu-row .submenu-item ul li {
	float: none;
	margin: 0 0 4px 1.6em;
	font-size: 12px;
	/* font-size: 12rem; */
	font-weight: normal;
	line-height: 1.4;
	width: auto;
}

.megamenu-container {
	display: none;
	position: absolute;
	top: 42px;
	left: 0;
	width: 950px;
	padding: 15px 10px;
	border-top: none;
}
.megamenu-container .submenu-item {
	width: 20%;
	padding: 0 5px;
}

/*header検索*/
#blockSiteSearchHead {
	box-sizing: border-box;
	padding: 5px;
	width: 240px;
}

#searchhistory {
	height: 20px;
	padding: 2px;
	width: 175px;
	border-radius: 3px;
	border: 1px solid #ccc;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.btn-search {
	margin: 2px 0 0 3px;
	padding: 0;
	vertical-align: top;
}

/*----------------------------------------------------
$ countdown
----------------------------------------------------*/
/* ---PC */
.countdown {
	position: absolute;
	top: 5px;
	left: 30px;
	margin: 3px 0 0 0;
	padding: 0;
	line-height: 1;
}
.countdown:before,
.countdown:after {
	content: " ";
	display: table;
}
.countdown:after {
	clear: both;
}
/* ss edit start */
/*
 * .countdown a {
 *   display: block;
 *   width: 230px;
 *   height: 65px;
 *   margin: 0;
 *   padding: 0;
 *   font-family: 'Lato', sans-serif;
 *   text-align: left;
 *   text-decoration: none;
 *   background-image: url("../img/100th_Countdown.png");
 *   background-repeat: no-repeat;
 *   background-position: left top;
 *   background-size: 230px;
 }
 */
/* ss edit end */
.countdown .tx_none {
	display: none;
}
.countdown p {
	display: block;
	margin: 0;
	padding: 27px 0 0 147px;
	font-size: 32px;
	/* font-size: 32rem; */
	font-weight: bold;
	letter-spacing: 4px;
	color: #fff;
}

/* ---SP */
.y100th-2016 {
	display: none;
}
.y100th-2016 a {
	text-decoration: none;
}
.y100th-2016 p {
	/* width: 320px; */
	width: 270px;
	margin: 0 auto;
	line-height: 1.36;
	background: url("/shared/assets/img/100th_Countdown_SP-txt.png") no-repeat;
	background-size: 320px auto;
	height: 100%;

}
.y100th-2016 p span {
	display: none;
}
.y100th-2016 p span.y100th-num-2016 {
	display: block;
	margin: 0 0 0 245px;
	padding: 4px 0 0 0 0;
	font-size: 36px;
	color: #fff;
}
.y100th-2016 p span.y100th-num-2016 span {
	display: block !important;
}

/*----------------------------------------------------
$ footer
----------------------------------------------------*/
/* footer {
	width: 100%;
	min-width: 1040px;
	margin: 0;
	background: #fff;
}
footer .footer-container {
	width: 950px;
	margin: 0 auto;
	padding: 32px 0 16px;
}
footer .footer-container:before,
footer .footer-container:after {
	content: " ";
	display: table;
}
footer .footer-container:after {
	clear: both;
}
footer .footer-container .relation {
	margin: 0;
	padding: 24px 0;
	list-style: none;
	font-size: 13px;
	font-size: 13rem;
}
footer .footer-container .relation:before,
footer .footer-container .relation:after {
	content: " ";
	display: table;
}
footer .footer-container .relation:after {
	clear: both;
}
footer .footer-container .relation .relation__item {
	float: left;
	margin: 4px 8px 4px 0;
	padding: 0 0 0 8px;
	line-height: 1;
	border-left: 1px solid #333333;
}
footer .footer-container .relation .relation__item.break {
	float: left;
	clear: left;
	padding-left: 0;
	border-left: none;
}
footer .footer-container .relation .relation__item a {
	outline: none;
}
footer .footer-container .copyright {
	display: table;
	margin-bottom: 24px;
}
footer .footer-container .copyright .footer-logo {
	display: table-cell;
	padding-right: 16px;
	vertical-align: middle;
}
footer .footer-container .copyright address {
	display: table-cell;
	color: #005740;
	font-size: 13px;
	font-size: 13rem;
	line-height: 1.3;
	vertical-align: top;
	padding-left: 16px;
	border-left: 1px solid #005740;
} */

/*----------------------------------------------------
$ pagetop
----------------------------------------------------*/
.page_top {
	position: fixed;
	bottom: 10px;
	right: 5px;
	padding: 10px 20px;
	text-decoration: none;
	z-index: 999;
}

/* -------------------------------------------------------
スマホメニュー for 西南学院 w/sass,pleeease
creation date:04-20-2016
scss/module/_sp-menu.scss
---------------------------------------------------------*/
/*----------------------------------------------------
$sp-menu
----------------------------------------------------*/
.sp-menu {
	display: none;
}

.menu-trigger,
.menu-trigger span {
	display: inline-block;
	box-sizing: border-box;
}

.menu-trigger {
	position: relative;
	width: 36px;
	height: 30px;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 5px;
	background-color: #005740;
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.menu-trigger span:nth-of-type(2) {
	top: 12px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translate(0, 13px) rotate(-45deg);
	-ms-transform: translate(0, 13px) rotate(-45deg);
	transform: translate(0, 13px) rotate(-45deg);
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-12px) rotate(45deg);
	-ms-transform: translateY(-12px) rotate(45deg);
	transform: translateY(-12px) rotate(45deg);
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.sp-menu-container {
	display: none;
}
.sp-menu-container.open {
	max-height: 100em;
	-webkit-transition: 0.8s;
	transition: 0.8s;
}
.sp-menu-container ul {
	margin: 0;
	padding: 0 5px 12px;
	list-style: none;
	box-sizing: border-box;
}
.sp-menu-container ul:before,
.sp-menu-container ul:after {
	content: " ";
	display: table;
}
.sp-menu-container ul:after {
	clear: both;
}
.sp-menu-container ul li {
	float: left;
	width: 50%;
	margin: 0;
	padding: 0;
	border: 5px solid #fff;
	box-sizing: border-box;
}
.sp-menu-container ul li a {
	display: block;
	padding: 8px 0;
	font-size: 14px;
	/* font-size: 14rem; */
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: #005740;
}

/* -------------------------------------------------------
creation date:04-15-2016
scss/module/_footer-links.scss
---------------------------------------------------------*/
.footer-links-container {
	width: 100%;
	min-width: 1040px;
	background: #005740;
	box-sizing: border-box;
}
.footer-links-container:before,
.footer-links-container:after {
	content: " ";
	display: table;
}
.footer-links-container:after {
	clear: both;
}
.footer-links-container .footer-links {
	display: table;
	width: 950px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}
.footer-links-container .footer-links:before,
.footer-links-container .footer-links:after {
	content: " ";
	display: table;
}
.footer-links-container .footer-links:after {
	clear: both;
}
.footer-links-container .footer-links .footer-links__item {
	display: table-cell;
	padding: 8px;
	font-size: 13px;
	/* font-size: 13rem; */
	text-align: center;
}
.footer-links-container .footer-links .footer-links__item:before,
.footer-links-container .footer-links .footer-links__item:after {
	content: " ";
	display: table;
}
.footer-links-container .footer-links .footer-links__item:after {
	clear: both;
}
.footer-links-container .footer-links .footer-links__item a {
	color: #fff;
}
.footer-links-container .footer-links .footer-links__item a:visited {
	color: #fff;
}
.footer-links-container .footer-links .footer-links__item a:hover,
.footer-links-container .footer-links .footer-links__item a:focus {
	color: #ff6600;
}
.footer-links-container .footer-links .footer-links__item a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

/* -------------------------------------------------------
トップページ用スタイル for 西南学院 w/sass,pleeease
creation date:04-17-2016
scss/module/_index.scss
---------------------------------------------------------*/
.index-container {
	width: 100%;
	min-width: 1040px;
	margin: 380px auto 0;
	padding-bottom: 48px;
	background: #fff;
	box-sizing: border-box;
}
.index-container:before,
.index-container:after {
	content: " ";
	display: table;
}
.index-container:after {
	clear: both;
}
.index-container .event-news {
	margin: 3em auto;
	width: 950px;
}
.index-container .event-news h2 {
	overflow: hidden;
	text-align: center;
}
.index-container .event-news h2 span {
	display: inline-block;
	position: relative;
	margin: 0 2.5em;
	padding: 0 1em;
	text-align: left;
}
.index-container .event-news h2 span:before,
.index-container .event-news h2 span:after {
	position: absolute;
	top: 50%;
	width: 400%;
	height: 2px;
	content: '';
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	background-color: #005740;
}
.index-container .event-news h2 span:before {
	right: 100%;
}
.index-container .event-news h2 span:after {
	left: 100%;
}
.index-container .event-news ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.index-container .event-news ul li {
	padding: 8px 0;
	border-bottom: 1px solid #ddd;
}
.index-container .event-news ul li a {
	text-decoration: none;
	padding: 0 15px;
	display: block;
}
.index-container .event-news ul li a::after {
	content: "";
	display: block;
	clear: both;
}
.index-container .event-news ul li a .news__date {
	margin-right: 2em;
	color: #262626;
	display: block;
}
.index-container .event-news ul li a .news__title {
	text-decoration: underline;
	/* display: block; */
}
.index-container .event-news ul li a .news__thumb {
	width: 100px;
	height: 65px;
	float: left;
	overflow: hidden;
}
.index-container .event-news ul li a .news__thumb img {
	width: 100%;
}
.index-container .event-news ul li a .news__thumb+div {
	width: 800px;
	margin-left: 135px;
}
.index-container .event-news ul+div {
	text-align: right;
	font-size: 14px;
	/* font-size: 14rem; */
	margin: 10px 0;
}
.index-container .banner-container {
	text-align: center;
	width: 950px;
	margin: 0 auto;
}
.index-container .banner-container:before,
.index-container .banner-container:after {
	content: " ";
	display: table;
}
.index-container .banner-container:after {
	clear: both;
}
.index-container .banner-container ul {
	margin: 0 1px;
	padding: 0;
	list-style: none;
}
.index-container .banner-container ul:before,
.index-container .banner-container ul:after {
	content: " ";
	display: table;
}
.index-container .banner-container ul:after {
	clear: both;
}
.index-container .banner-container ul li {
	float: left;
	box-sizing: border-box;
}
.index-container .banner-container ul li a {
	display: block;
	margin: 8px 8px;
	box-sizing: border-box;
}
.index-container .banner-container ul li a img {
	border: 1px solid #ddd;
	box-sizing: border-box;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.index-container .banner-container ul li a:hover img {
	border-color: #005740;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

@media screen and (max-width: 767px){
	/* body{
		width: 100%;
	}
	body{
		line-height: 1.6;
	} */
	.hidden-sp{
		display: none;
	}
	.hidden-pc{
		display: block;
	}
	.img__block--half{
		display: block;
		width: 50%;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	/* .container{
		width: 100%;
	}
	header{
		min-width: 100%;
		height: auto;
		background: #fff;
	} */
	.header-container{
		width: 100%;
		padding: 0;
	}
	.header-container .site-title{
		text-align: left;
		padding: 13px 0 10px 8px;
		width: 44%;
		margin: 0;
		line-height: 1;
	}
	.header-container .site-title img{
		max-width: 100%;
	}
	.header-container .site-util{
		display: none;
	}
	.header-container .util-sns{
		top: 15px;
		right: 62px;
	}
	.fixed{
		position: relative;
		top: 0;
	}
	.js-adjust{
		padding-top: 0;
	}
	.gnav-container{
		display: none;
	}
	.countdown{
		display: none;
	}
	.y100th-2016{
		display: block;
		width: 100%;
		height: 40px;
		background: url("../img/100th_Countdown_SP.png") no-repeat;
		background-size: cover;
	}
	/* footer{
		min-width: 100%;
	} */
	footer .footer-container{
		width: 100%;
		padding-top: 8px;
	}
	footer .footer-container .relation{
		display: none;
	}
	footer .footer-container .copyright{
		display: block;
	}
	footer .footer-container .copyright .footer-logo{
		display: block;
		text-align: center;
		padding: 16px 0 24px;
	}
	footer .footer-container .copyright address{
		display: block;
		border-left: none;
		padding: 0 10px;
		/* font-size: 11rem;  */
	}
	.page_top{
		padding: 10px;
	}
	.sp-menu{
		display: block;
		position: absolute;
		z-index: 9999;
		top: 5px;
		right: 0;
		padding: 10px;
	}
	.sp-menu-container{
		display: block;
		overflow: hidden;
		max-height: 0;
		-webkit-transition: 0.4s;
		transition: 0.4s;
	}
	.sp-menu-container:before,
	.sp-menu-container:after{
		content: " ";
		display: table;
	}
	.sp-menu-container:after{
		clear: both;
	}
	.footer-links-container{
		min-width: 100%;
	}
	.footer-links-container .footer-links{
		display: block;
		width: 100%;
		box-sizing: border-box;
		padding: 16px 5px;
	}
	.footer-links-container .footer-links .footer-links__item{
		box-sizing: border-box;
		display: block;
		border: 5px solid #005740;
		width: 50%;
		padding: 0;
		float: left;
	}
	.footer-links-container .footer-links .footer-links__item.btn-sitemap-panel{
		display: none;
	}
	.footer-links-container .footer-links .footer-links__item a{
		display: block;
		border: 1px solid #fff;
		text-decoration: none;
		padding: 6px 0;
	}
	.index-container{
		width: 100%;
		min-width: 100%;
		margin: 250px auto 0;
		padding: 0 10px 16px;
	}
	.index-container .event-news{
		margin: 2em 0 3em;
		width: 100%;
	}
	.index-container .event-news h2{
		font-size: 21px;
		/* font-size: 21rem;  */
	}
	.index-container .event-news h2 span{
		margin: 0 1em;
		padding: 0 8px;
	}
	.index-container .event-news ul{
		font-size: 14px;
		/* font-size: 14rem;  */
	}
	.index-container .event-news ul li{
		padding: 8px 0;
	}
	.index-container .event-news ul li a{
		padding: 0 2px;
	}
	.index-container .event-news ul li a .news__date {
		/* display: block;  */
		float: none;
	}
	.index-container .event-news ul li a .news__title {
		padding-left: 0;
	}
	.index-container .event-news ul li a .news__thumb {
		width: 20%;
	}
	.index-container .event-news ul li a .news__thumb+div {
		width: 77%;
		margin-left: 23%;
	}
	.index-container .banner-container{
		width: 100%;
	}
	.index-container .banner-container ul li{
		float: none;
	}
	.index-container .banner-container ul li a img{
		width: 100%;
	}
}
