@charset "UTF-8";
/*スライドショー*/
.bx-wrapper{
    width: 40% !important;
    margin-left: auto;
	margin-right: auto;
}
.bx-wrapper img {
    width: auto;
    height: 100%;
}
/*introduction*/
.intro {
    width: 62%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    margin-bottom: 40px;
}
.intro p {
    text-align: justify;
    color: rgba(255,255,255,1.00);	
}
/*News&Topics*/
.news {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 20px;
}
h3 {
    position: relative;
    padding-left: 25px;
	padding-right: 10px;
    font-size: 30px;
    text-decoration: none;
    color: #777777;
}
h3:before {
	position: absolute;
	content: '';
	bottom: -3px;
	left: 0;
	width: 0;
	height: 0;
	border: none;
	border-left: solid 15px transparent;
	border-bottom: solid 15px #9B1A31;
}
h3:after {
	position: absolute;
	content: '';
	bottom: -3px;
	left: 10px;
	width: 100%;
	border-bottom: solid 3px #9B1A31;
}
#newsevent {
    height: 300px;/*スクロールの高さ*/
    overflow-y: scroll;
	margin-top: 10px;
    margin-left: 10px;
	padding-right: 13px;
}
.news-list{
	list-style: none outside;
	margin: 0;
	padding: 0;
}
.news-list .item a{
    display: flex;
    flex-wrap: wrap;
    flex-wrap: nowrap;
    color: #F9F9F9;
    border-bottom: 1px solid #CCC;
    padding: 20px 20px;
}
/*.news-list .item:first-child a{
  border-top: 1px solid #CCC;
}*/
.news-list .item .date{
	margin: 0;
	min-width: 140px;
	font-size: 16px;
	color: #F9F9F9;
	padding: 0 20px 0 0;
}
.news-list .item .category{
	margin: 0;
	min-width: 100px;
	padding: 0 20px 0 0;
}
.news-list .item .category span{
	background: #999;
	color: #FFF;
	text-align: center;
	display: inline-block;
	padding: 5px 20px;
	font-size: 12px;
	line-height: 1;
}
.news-list .item .title{
	margin: 0;
	width: 100%;
}

@media (max-width:767px){
.intro {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    margin-bottom: 40px;
}
.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: -1;
}
.intro p {
	font-size: 20px;
	line-height: 20px;
}
h3 {
    font-size: 20px;
}
.bx-wrapper{
    width: 80% !important;
    margin-left: auto;
	margin-right: auto;
}
.news {
    width: 90%;
   /* margin-left: auto;
    margin-right: auto;
	margin-bottom: 20px;*/
}
.news-list .item .date{
	margin: 0;
	min-width: 50px;
	font-size: 13px;
}
.news-list .item .category{
	margin: 0;
	min-width: 50px;
	padding: 0 20px 0 0;
}
.news-list .item .category span{
	font-size: 10px;
}
.news-list .item .title{
	width: 90%;
	font-size: 15px;
}
}
