@charset "UTF-8";
/*------------------------
information
------------------------*/
.partner-ttl{
	background: #86B81B;
	padding: 80px 0 10px 0;
}
.partner-ttl h2{
	color: #FFF;
}
.information{
	padding:100px 0 0 16rem ;
	box-sizing: border-box;
	overflow: hidden;
	border-top: 1px solid #707070;
}
.information .info-box{
	display: flex;
	position: relative;
	margin: 0 0 50px;
}
.information h3{
	font-size: 13px;
	color: #B1B1B1;
	font-weight: normal;
	background: #000;
	margin-right: 20px;
	margin-bottom: 50px;
	padding-right: 30px;
	width: 22%;
}
.information h3 span.abolition{
	color: #FFF;
	font-size: 30px;
}
.information a{
	display: block;
}
.information .swiper-wrapper a{
	width: 25%;
    padding:0 40px 20px 20px;
    box-sizing: border-box;
	border-right: 1px solid #707070;
}
.information .swiper-wrapper a img{
	width: 100%;
}
.information .pager-area{
	position: absolute;
    left: -11px;
    top: 150px;
	width: 80px;
}
.information .pagination-area{
	position: absolute;
    left: -16rem;
    bottom: 1px;
	width: calc(100% + 16rem);
}
.information .swiper-pagination-progressbar {
  background-color: #707070;
	height: 1px;
}
.information .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #86B81B;
}


.information .event-box .swiper-button-prev2::after,
.information .event-box .swiper-button-next2::after,
.information .member-box .swiper-button-prev3::after,
.information .member-box .swiper-button-next3::after,
.information .column-box .swiper-button-prev6::after,
.information .column-box .swiper-button-next6::after {
	color:#86B81B;
	font-size: 30px !important;
	font-weight: 100;
}
.information .more-btn2{
	display: block;
	border: 1px solid #FFF;
	width: 125px;
	text-align: center;
	height: 36px;
	position: absolute;
	bottom: 100px;
	left: 0;
	line-height: 1.8;
	box-sizing: border-box;
}
.information .more-btn2 .arrow{
	display: inline-block;
	width: 35px;
	height: 35px;
	padding: 0px 0 0 0;
	border-right: 1px solid #FFF;
	font-size: 16px;
	color: #86B81B;
}
.information .more-btn2 .text{
	display: inline-block;
	height: 35px;
	width: 84px;
	box-sizing: border-box;
	padding: 0px 0 0 0;
	font-size: 14px;
}

.information .swiper {
	padding: 0 0 50px;
	width: 78%;
}

/* 子要素が1個 */
.information .swiper-wrapper .swiper-slide:only-child {
	width: 29.76% !important;
	margin-right: 20px;
}

/* 子要素が2個 */
.information .swiper-wrapper .swiper-slide:first-child:nth-last-child(2),
.information .swiper-wrapper .swiper-slide:first-child:nth-last-child(2) ~ * {
	width: 29.825% !important;
	margin-right: 20px;
}

/* 子要素が3個 */
.information .swiper-wrapper .swiper-slide:first-child:nth-last-child(3),
.information .swiper-wrapper .swiper-slide:first-child:nth-last-child(3) ~ * {
	width: 29.825% !important;
	margin-right: 20px;
}
.contless{
	display: flex;
	position: relative;
}
.information .member-box .lm-title{
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; /* 行数を指定 */
}
.information .contless a img{
	width: 100%;
}
.information .contless:first-child{
	border-right: 1px solid #707070;
	margin-right: 8%;
}
.information .contless h3 {
	width: 47.45%;
}
.information .contless a {
	width: 50%;
	box-sizing: border-box;
	padding: 0 40px 20px 20px;
}
.information .contless a img {
	width: 100%;
}
.information .contless-box{
	display: grid;
	grid-template-columns: 1fr 1fr;
}
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

画面サイズ 1024px以下

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
@media screen and (max-width: 1240px) {
	.partner-box{
		width: 500px;
	}
}
@media screen and (max-width: 1080px) {
  /*=================================================
	padding-left
	=================================================*/
	.information{
		padding: 100px 0 0 8rem;
	}
	
}
@media screen and (max-width:1024px) {
	
}
@media screen and (max-width:782px) {
	.information .contless a{
		width: 180px;
	}
}
@media screen and (max-width:768px) {
	.information{
		padding: 100px 0 0 4rem;
	}
	.information .contless a{
		margin-right: 20px;
		width: 100%;
	}
	.partner-ttl .wrap{
		padding: 0 5%;
	}
	.information .contless-box{
		display: block;
	}
	.information .contless-box .contless{
		margin-bottm: 30px;
		margin-left: -4rem;
		padding-left: 4rem;
	}
	.information .contless h3{
		width: 22%;
	}
	.information .contless-box .contless:first-child{
		border: none;
		border-bottom: 1px solid #707070;
		margin-bottom: 50px;
		padding-bottom: 20px;
		margin-right:0; 
	}
	.information .contless a{
		margin-right: 20px;
		width: 37%;
	}
	.information h3 span.abolition{
		font-size: 26px;
	}
}
@media screen and (max-width:480px) {
	.partner-ttl{
		padding: 40px 0 10px 0;
	}
	.information .info-box{
		display: block;
		padding: 0 0 30px;
	}
	.information h3{
		width: 100%;
		margin:0 0 50px;
	}
	.information h3 span.abolition{
		font-size: 24px;
	}
	.information p{
		font-size: 14px;
	}
	.information .swiper{
		padding: 0 0 30px;
	}
	.information .swiper-wrapper a{
		padding: 0;
		border-right:none;
	}
	.information .pager-area{
		top:80px;
	}
	.information .pagination-area{
		left: 0;
		width: 100%;
	}
	.information .more-btn2{
		position: relative;
		bottom: auto;
	}
	.information .pagenation-area-leaguemember{
		bottom: 30px;
	}
	.information .contless:first-child{
		margin: 0;
	}
	.information .info-box:nth-child(3){
		margin: 0 0 20px;
	}
	
	.information .contless-box{
		display: block;
		padding: 0;
		margin: 0;
	}
	.information .contless-box h3{
		margin: 0 0 10px;
		width: 100%;
	}
	.information .contless-box .contless{
		width: 100%;
		padding-left: 0;
		margin-left: 0
	}
	.contless{
		display: block;
		margin-bottom: 0;
        padding-bottom: 0;
		width: 100%;
	}
	.information .contless a{
		width: 47.41%;
		margin-right: 20px;
		padding: 0 ;
		margin-top: 20px;
	}
	.information{
		left: 0;
		padding: 20px 20px 50px;
		width: 100%;
		margin-top: 0;
	}
	.information .info-box:nth-child(1) {
		margin: 0 0 20px;
	}
	.swiper-pagination-main4{
		padding: 40px 0 0;
	}
	.information .swiper {
		width: 100%;
	}
}




@media screen and (max-width: 750px) {
	/*font*/

	.fsize-16{
		font-size: 14px;
		}
		.fsize-18{
		font-size: 14px;
		}
		.fsize-20{
		font-size: 18px;
		}
		.fsize-22{
		font-size: 18px;
		}
		.fsize-24{
		font-size: 18px;
		}
		.fsize-26{
		font-size: 22px;
		}
		.fsize-28{
		font-size: 22px;
		}
		.fsize-32{
		font-size: 22px;
		}
		.fsize-40{
		font-size: 26px;
		}
	
		.colo-2{
			grid-template-columns: 1fr;
		}
		.colo-3{
			grid-template-columns: 1fr 1fr;
		}
	
		.table-table tr,	.table-table tr td 	.table-table tr{
			grid-template-columns:  1fr;
		}
}


@media screen and (max-width: 480px) {}