@charset "utf-8";
.representativeArea{
 margin: 40px 0px 80px;
	padding: 30px;
	background:rgba(255,255,255,0.4);
}
.representativeArea .title{
 font-size: 146.5%;
	text-align: center;
	margin: 0px auto 20px auto;
	padding: 5px;
	width: fit-content;
	border-bottom: 2px dotted #DDB966;
}
.representativeArea .index{
 margin: 0px 0px 20px 0px;
	padding: 0px;
	font-size: 15px;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	letter-spacing: -0.03em;
}
.representativeArea .index .name{
	font-size: 20px;
}
.representativeArea .index .kane{
	font-size: 15px;
	letter-spacing: -0.06em;
}
.representativeArea .representativeRow{
 margin: 0px;
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.representativeArea .representativeRow .img{
 margin: 0px;
	padding: 0px;
	width : 300px;
	text-align: center;
}
.representativeArea .representativeRow .img img{
 max-width: 100%;
}
.representativeArea .representativeRow .textArea{
 margin: 0px;
	padding: 0px;
	width : -webkit-calc(100% - 330px) ;
 width : calc(100% - 330px) ;
	
}
.representativeArea .representativeRow .textArea .t{
 margin: 0px 0px 15px 0px;
	line-height: 1.4;
}
.representativeArea .representativeRow .textArea .t:last-of-type{
 margin: 0px;
}

#contents .title{
 font-size: 146.5%;
	text-align: center;
	margin: 0px auto;
	width: fit-content;
}
@media screen and (max-width: 767px) {
	.representativeArea{
		margin: 40px 0px;
		padding: 15px;
		background: #FFF;
	}
	.representativeArea .title{
 font-size: 120%;
	}
	.representativeArea .index{
		margin: 0px 0px 15px 0px;
		padding: 0px;
		font-size: 14px;
		text-align: center;
	}
	.representativeArea .index .name{
		font-size: 20px;
	}
	.representativeArea .index .kane{
		font-size: 14px;
		
	}
	.representativeArea .representativeRow{
		margin: 0px;
		padding: 0px;
		display: block;
	}
	.representativeArea .representativeRow .img{
		margin: 0px auto 20px;
		padding: 0px;
		width :80%;
	}
	.representativeArea .representativeRow .textArea{
	 width: auto;
	}
#contents .title{
 font-size: 120%;
}
}