@charset "utf-8";
/* CSS Document */

/*
周年表彰下層
人物別スタイル
-----------------------------------*/

#displaynone {
	display: none;
}
.mt_10 {
	display: block;
	margin-top: 10px;
}

.mt_20 {
	display: block;
	margin-top:20px;
}

.mt_30 {
	display: block;
	margin-top: 30px;
}



.txt_area01 {
	margin: 30px 0px;
}
img.txt_area_left {
	margin: 0px 2% 2% 0px;
	float: left;
	width:60%;
}
.title {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.txt01 {
	margin-left: 1.5rem;
}
.txt_right {
	margin-top: 15px;
	line-height: 1.2;
	text-align: right;
	clear: left;
}

.keimatsu img.txt_area_left {
    width:40%;
}

.kasai img.txt_area_left {
    width:40%;
}

@media screen and (max-width:1024px) {
	img.txt_area_left {
		width:48%;
	}
}



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


