/* 会長挨拶 */
.feature {
	line-height: 1.5;
}
.chairman {
    display: flex;
    align-items: flex-end;
    gap: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 1em;
	margin-bottom: 1em;
    text-align: left;
}

.chairman img {
    width: 160px;
    height: auto;
	/*border: 1px solid #ccc;*/
}

/*
.chairman span {
    font-size: 1.1em;
}
*/

.salutation p {
    /* font-size: 0.96em; */
    text-align: justify;
    text-indent: 1em;
    margin-bottom: 1em;
    padding: 0 .5em;
    line-height: 1.6;
}
.pc_indent {
	padding-left: 2em;
}



@media screen and (max-width: 640px){
	.chairman {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
	.pc_indent {
		padding-left: 0;
	}
}










