/* 
information
*/

body {
	font-family: 'Noto Sans JP' !important;
}

a {
	text-decoration: none !important;
}
section{
	padding: 0;
}

.banner {
	position: relative;
}
.banner-img{
	background-image: url('../images/banner/01_banner-pc.png');
	background-repeat: no-repeat;
	width: 100%;
	height: 22vw;
	background-size: 100% 100%;
}
.logo{
	position: absolute;
	z-index: 3;
}
.brand-head {
	position: relative;
	top: -4vw;
	left: -3vw;
	width: 38%;
}
.guideline-link{
	position: absolute;
	bottom: -0.1vw; 
	transform: translateY(100%);
	text-align: right; 
	width: 100%; 
	font-size: max(2vw,10px); 
	font-weight: bold;
	z-index: 4;
	& > a{
		background-color: white;
		color: #0d6efd;
		border-radius: 20px;
	}

}

.information-page{
	padding-top: 3vw;
	padding-bottom: 2vw;
	background-color: black;
}
/*お知らせ用追加部分↓*/
.information-box{
	background-color: #EDE9E2;
	border: 5px solid #000;
	box-shadow: white 15px 16px 1px 0px;
	height: 100%;
	font-size: max(1vw,10px);

	padding: 0 1.5vw;
	padding-top: 2vw;

	margin-right: 1vw;
	margin-left: 5vw;
	& > a{
		color: #0d6efd;
	}
	& img{ 
		max-width: 100%;
		max-height: 270px;
		height: auto;
		object-fit: cover;
		object-position: center;
	}
	& hr{
		margin: 16px;
		border: 0;
		opacity .25;
		border-top: 1px solid #ccc;
	}
}
.information-content{
	display: flex;
	#min-height: 7em;
	& a{
		color: #0d6efd;
	}
}
.information-img{
	display: flex;
	width: 20%;
	min-width: 72px;
	align-items: center;
	justify-content:center;
}
.information-date{
	display:flex;
	width: 20%;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.information-comment{
	width: 60%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	white-space: break-spaces;
}

.action-bottom-widget{
	padding: 60px 0;
	background: #FF7600;
	margin-top:-0.5vw
}
.element-btn-action {
	margin-bottom: 0px;
}


.pager{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-bottom: 1em;
}

.pagination {
	display: flex;
	margin: 0;
}

.pager_btn {
	display: flex;
	margin: 0 2px;
	padding: 0;
	background:#11c7b2;
	border-radius: 10px;
	width: 50px;
	height: 50px;
	justify-content: center;
	align-items: center;
	font-size:max(16px);
}

.page-numbers{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	color: #fff;
	border-radius: 10px;
}

.current{
	color: black;
}

.page-numbers:hover,
.page-numbers:active{
	color: #000;
	background: #ccf;
}

.current:hover,
.current:active{
	color: black;
	background: none;
}

/*小サイズ表示*/
@media screen and (max-width: 760px ) {

	.banner {
		position: relative;
	}
	
	.banner-img{
		background-image: url('../images/banner/01_banner-sp.png');
		background-repeat: no-repeat;
		width: 100%;
		/*height: 106vw;*/
		height: 110vw;
		background-size: 100%;
	}
	.pager_btn{
		width: 40px;
		height: 40px;
		font-size:max(14px);
	}
	.page-numbers{
		width: 40px;
		height: 40px;
	}
	.logo .brand-head {
		position: relative;
		top: -8vw;
		left: -3vw;
		width: 56%;
	}
}
