/* 茶畑オーナー制度ページ
------------------------------------------------------------*/
html {
	font-size: 100%;
}

.farmer {
	display: flex;
	flex-direction: row;
	justify-content: start; /* 横位置 */
	align-items: center; /* 縦位置 */
	padding: 2%;
	width: 80%;
	background: rgba(242,242,240,0.80);
	border-radius: 240px 15px 100px 15px / 15px 200px 15px 185px;
	border: 3px solid rgba(51,51,51,1.00);
	margin: 25px auto;
}

.img {
	width: 30%;
}

.imgComment {
	width: 70%;
	margin: 0px 20px 0px 10px;
}

.line {
	width: 90%;
	border:1px dashed rgba(141,166,51,0.70);
}

/* テキストに関する制御 */

/* 画像制御 */
.img img {
	width: 100%;
}

#imgL {
	border-radius: 0% 50%;
}

#imgR {
	border-radius: 50% 0%;
}
