@charset "UTF-8";



#information_background{
	background-image:url(../images_information/information.jpg);
	min-height:201px;
	padding-left:130px;
	padding-top:20px;
	font-size:12px;
	font-weight:bold;
	background-position:center;
	background-size: cover;
}
#information_background a{
	text-decoration:none;
	color: #09142e;
	transition: all 0.5s;
}

#information_background a:hover{
	color: #fff;
}

#informations_wrap{
	margin:80px auto;
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:start;
	max-width:900px;
	width:100%;
}

.information_wrap{
	display:flex;
	flex-direction:column;
	align-items:center;
	border:solid 1px;
	max-width:400px;
	width:100%;
	height:525px;
	margin:1.5rem;
}
.hiduke_bunrui_wrap{
	display:
	flex;
	flex-direction:
	row;
	justify-content: space-between;
	padding-top:20px;
	gap: 5rem;	/* 8_8 追加*/
	align-items: center;	/*8_8 追加*/
/*	max-width: 321px;*/
	width: 100%;

}
.hiduke_bunrui_title_information_motto_wrap{
	margin:0 1.5rem;
	line-height:1.7;
}
.bunrui_information{
	border:solid 1px #09142e;
	border-radius:5px;
	width: 135px;
	text-align: center;
	/*font-weight: bold;*/
    	/*color: #09142e;*/
}
.motto_information{
	/* text-align:
	right; */
	padding-top: 50px;
	padding-bottom: 20px;
	margin: auto 0 auto auto;
	max-width: 120px;
	color: #040000;
    	font-weight: bold;
    	transition: all 0.5s;
	/* display: flex; */
	/* justify-content: flex-end; */
}

.motto_information a{
	color:#040000;
	font-weight:bold;
	transition: all 0.5s;
}

.motto_information a:hover{
	color: #a9a9a9;	
}

.title_information,.naiyo_information{
	padding-top:5px;	
}
.image_information img{
	padding-top:25px;
	/*max-width: 350px;8_21削除*/ 
	/*max-height: 215px;8_21削除*/
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	height: 100%;
	margin-bottom: auto;
	margin-height: auto;
	width: 350px;	/*8_21追加*/
	height: 215px;	/*8_21追加*/
	object-fit: cover;	/*8_21追加*/
	/*object-position: 50% 0;	/*8_21追加 8_22削除*/
}
.naiyo_information{
	height:90px;
	overflow:hidden;
}

/******************************

@media (max-width:1100px)

*******************************/



@media (max-width:1100px){
	#informations_wrap{
		display:flex;
		flex-direction:column;
		align-items: center;
	}
}


@media(max-width:949px){
	#nav ul li a{ 
	
		margin:0 30px; 
	}
}

/******************************

@media (max-width:767px)

*******************************/


@media (max-width:820px){

#nav ul li a{ 
	
		margin:0 30px; 
	}

	.none767{
		display:none;
	}
	.information_wrap{
		max-width:330px;
		width:100%;
	}
	.image_information img{
		padding-top:25px;
		/*max-width:275px;	8_21削除*/
		/*width:100%;	8_21削除*/
		width:275px;
		height:196px;
		object-fit: cover;	/*8_21追加*/
		/*object-position: 50% 0;	/*8_21追加8_22削除*/	
	}



#information_background {
    background-image: url(../images_information/information.jpg);
    min-height: 120px;
    background-size: cover;
}

.hiduke_bunrui_title_information_motto_wrap {
    margin: 0 0.5rem;
}

.hiduke_bunrui_wrap{
	display:
	flex;
	flex-direction:
	row;
	/* justify-content: space-between; */
	/* padding-top:20px; */
	gap: 1rem;	/* 8_8 追加*/
	/* align-items: center; */	/*8_8 追加*/
	margin: 0 auto;
	/* max-width: 330px; */
	width: 330px%;
	/* text-align: center; */
	max-width: 275px;
	width: 100%;
}

.motto_information{
	text-align:right;
	padding: 50px 0 0 0;
	
}

.title_information{
	text-align: center;
	padding: 1rem 0;
}

.naiyo_information {
    text-align: justify;
    max-width: 275px;
    width: 100%;
}
.hiduke_information{	/*8/21追加*/
	font-size:90%;
}
.title_information{	/*8/21追加*/
	font-size:80%;
}

}

}
	
