@charset "UTF-8";
.head_contents{padding-top:0;}
/* mainimage 
------------------------------*/
body .main{
	padding-top:115px;
}

.mainimage {
	position: relative;
	height: 610px;
	overflow: hidden;
}
.mainimage img {
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -700px;
}
.bx-viewport{ height: auto !important; }

/* picup
------------------------------*/
#picup h2{ text-align: center; }
#picup{
	padding: 60px 0;
	background: #f4f3f3;
	border-bottom: 1px solid #cbcbcb;
}
#picup .karusapo_bnr{
	width: 100%;
	height: 110px;
    margin-top: 0px;
    margin-bottom: 60px;
    background-color: #aeddf0;
}
#picup .karusapo_bnr a{
	position: relative;
	top:-36px;
}
#picup .karusapo_bnr .karusapo_link{
	width: 1000px;
    margin:0 auto;
}
#contents{
     padding:0;    
     height:auto;
     height:100%;
     /*padding-bottom: 484px;*/
   position:relative;
	font-size: 160%;
}

#picup .bnr{ margin: 60px 0; }
#picup .picup-area{ width: 450px; }
#picup .picup-area#sports{ float: left; }
#picup .picup-area#horl{ float: right; }
#picup .picup-area .tit{
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 2px solid #231f20;
	color: #221815;
	font-size: 125%;
	font-weight: bold;
	text-align: center;
	line-height: 0;
}
#picup .picup-area ul{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}
#picup .picup-area li{
	margin: 0 13px 20px 0;
	margin: 0 13px 20px 0\9; /* IE10以下 */
  	*margin: 0 13px 20px 0;   /* IE7以下 */
	width: 218px;
/*	height:250px;*/
	float: left;\9; /* IE10以下 */
}
#picup .picup-area:nth-child(even){
	padding-left: 50px;
	width: 500px;
	border-left: 1px dotted #c2c1c1;
}
#picup .picup-area li:nth-child(even){ margin-right: 0; }
#picup .picup-area li:nth-child(2),
#picup .picup-area li:last-child{ margin-right: 0; }
#picup .picup-area li .thumb {
	width:100%;
	height:177px;
	margin-bottom:10px;
	overflow:hidden;
	display: inline-block;
    background-color: #f4f3f3;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    position: relative;
}
#picup .picup-area li .thumb img{
	width:100%;
	height:177px;
}
#picup .picup-area li img.object-fit-img{
	object-fit: cover;
  	font-family: 'object-fit: contain;'
 }
 /*
#picup .picup-area li .thumb img{
	position: absolute;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}*/
#picup .picup-area li p.date{
	color:#666;
	line-height: 1.2;
	font-size:85%;
}
#picup .picup-area li p.date br{
	display:none;
}
#picup .picup-area li p.ttl {
	color:#000;
	font-weight:bold;
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

#picup .picup-area li p.ttl_sp {
	color:#000;
	display:block;
	font-weight:bold;
	width: 100%;
}

#picup .picup-area li p.date span{
	color:#fff;
	padding:1px 5px;
	margin-left:5px;
	font-size: 92%;
}
#picup .picup-area li p.date span.cat1{
	background:#004ea1;
	display:inline-block;
}
#picup .picup-area li p.date span.cat2{
	background:#79b200;
	display:inline-block;
}
#picup .picup-area li p.date span.cat3{
	background:#E40003;
	display:inline-block;
}
#picup .picup-area li a{ display: block; }

/* news 
------------------------------*/
#news{
	padding: 70px 0;
	background: #f4f3f3;
}
#news h2{
	padding-bottom: 6px;
	border-bottom: 2px solid #3f2b26;
	color: #221815;
	font-weight: bold;
}
/* info */
#news #info{
	width: 570px;
	float: left;
	border-bottom: 2px solid #3f2b26;
}
#news #info h2{
	background: url(../../images/index/icon_info.png) no-repeat left 10px;
	padding-left: 32px;
	background-size: 23px;
}
#news #info h2 .more_link{
	background: url(../../images/index/icon_info_more.png) no-repeat left 6px;
	margin-top: 8px;
	padding-left: 16px;
	float: right;
	font-size: 60%;
}
#news #info .info-list{
	padding: 10px 10px 0;
	background: #fff;
	height: 960px;
    overflow-y: auto;
}
#news #info .info-list li{
	margin-bottom: 8px;
	border-bottom: 1px dotted #cdcac9;
}
#news #info .info-list li:last-child{
	margin-bottom: 0;
	padding-bottom: 8px;
	border-bottom: none;
}
#news #info .info-list li .info-date{
	display: inline-block;
	color: #3f2b26;
	font-size: 87%;
	line-height: 1;
	letter-spacing: 0.1rem;
	font-weight: bold;
}
#news #info .info-list li .info-tag{
	margin-left: 10px;
	padding: 3px 20px;
	display: inline-block;
	background: #333;
	color: #fff;
	font-size: 75%;
	line-height: 1;
	font-weight: normal;
}
#news #info .info-list li .info-tag.conference{ background: #28babf; }
#news #info .info-list li .info-tag.hole{ background: #ff6b3f; }
#news #info .info-list li .info-tag.sports{ background: #1cbe61; }
#news #info .info-list li .info-text{
	padding: 8px 0 14px;
	font-size: 87%;
}
#news #info .info-list li .info-text a{
	color: #1274bc;
	text-decoration-line: underline;
}
/* facebook */
#news #facebook{
	float: right;
	border-bottom: 2px solid #3f2b26;
}
#news #facebook h2{
	background: url(../../images/index/icon_facebook.png) no-repeat left 9px;
	padding-left: 34px;
	background-size: 23px;
}
#news #facebook .fb-area{ width: 400px; margin: 20px 0; }

/* bnr */

#bnr {
	padding:40px 0 90px 0;
	background: #f4f3f3;
}
#bnr ul {width:100%;}
#bnr ul li{
	display: inline-block;
	width: 16.2%;
	background:#063;
	}





/*========================================================
sp_size
========================================================*/
@media screen and (max-width: 768px) {
	.content-inner {
		width: 96%;
		margin: 0 auto;
	}
	body .main{
		padding-top: 19vw;
	}
	.bx-wrapper .bx-prev {
		left: 0px;
		background: url(../../images/index/mv_prev_sp.png) no-repeat;
	}
	.bx-wrapper .bx-next {
		right: 0px;
		background: url(../../images/index/mv_next_sp.png) no-repeat;
	}
	.bx-wrapper .bx-controls-direction a {
		position: absolute;
		top: 65%;
		margin-top: -50px;
		outline: 0;
		width: 35px;
		height: 85px;
		text-indent: -9999px;
		z-index: 9999;
		background-size: 35px;
	}
	.bx-wrapper img {
		width: 90%;
		margin: 0 auto;
	}
	#picup .karusapo_bnr {
		height:auto;
		margin-bottom: 20px;
	}
	#picup .karusapo_bnr .karusapo_link,#picup .karusapo_bnr img {
		width: 100%;
	}
	#picup .karusapo_bnr a {
		 top: 0; 
	}
	#picup .picup-area li p.date{
		color:#666;
		line-height: 1.2;
		font-size: 67%;
	}
	#picup .picup-area#horl {
		float: right;
		display: block;
		margin-top: 40px;
	}
	#picup { 
		background: #ffffff;
		padding: 20px 0;
	}
	#picup .picup-area .tit {
		margin-top: 20px;
		margin-bottom: 20px;
		padding-bottom: 20px;
		border-bottom: none;
		color: #0a1b33;
	}
	#picup .picup-area,#picup .picup-area:nth-child(even) {
		padding-left: 0;
		width: 100%;
		margin: 0 auto;
		border-left: none;
		overflow: hidden;
	}
	#picup .picup-area li .thumb { height: 130px;}
	#picup .picup-area li .thumb img { height: 130px;}
	#picup .picup-area li p.ttl_sp,#picup .picup-area li p.ttl { font-size: 86%;} 
	section .sub_title img {
		width: 50%;
		min-width: 80%;
		height: auto;
	}
	#picup .picup-area li:nth-child(odd) {
		width: 47%;
		height: auto;
	}
	#picup .picup-area li:nth-child(even) {
		width: 47%;
		height: auto;
		float: right;
	}
	#picup .picup-area li {	margin: 0 2% 5% 1%;;}
	#picup .picup-area li p.date span {
		color: #fff;
		padding: 1px 4px;
		margin-left: 5px;
		font-size: 88%;
	}
	#news {
		background: #ffffff;
	}
	#news #info {
		width: 94%;
		margin: 0 3%;
	}
	#news #info .info-list { height: 440px;}
	#news #info .info-list li .info-text a {
		font-size: 110%;
	}
	#news #facebook {
		float: left;
		width: 94%;
		margin: 0 3%;
	}
	#news #facebook .fb-area{
		width: 100%;
		text-align: center;
	}
	#news #facebook h2 {
		background: url(../../images/index/icon_facebook.png) no-repeat left 77px;
		padding-top: 68px;
		background-size: 23px;
	}

}











