#tree_msg {
	text-align: center;
}
#tree_msg h3 {
	color:#333;
	font-size: 20px;
	text-align: center;
	letter-spacing: .5rem;
	margin: 0px auto 1em;
	padding: 2em 0 1em;
	border-top: 1px solid #999;
}
#tree_msg_list {
	text-align: center;
}
#tree_msg_list li {
	font-size: 16px;
	line-height: 2;
	color: #666;
	display: inline-block;
}
#tree_msg_list li.note {
	color: #666;
	font-size: 12px;
	display: block!important;
}
#tree_msg_list li a {
	color: #333;
	margin: 1em 1em 1em .5em;
}
#tree_msg_list li a:hover {
	color: #ec7e82;
}


.msg_wrap {
	display: none;
}
.msg_unit {
	width: 100%;
	display: flex;
	justify-content: space-between;
	gap: 5%;
	box-sizing: border-box;
	padding: 2vw;
}

.msg_unit figure.msg_photo {
	text-align: center;
	width: 40%;
}
.msg_unit figure.msg_photo img {
	width: 100%;
}
.msg_unit .msg {
	color:#333;
	text-align: left;
	width: 55%;
}
.msg_unit .msg h4 {
	font-size: 20px;
	padding: 1em 0;
	border-top: 1px solid #666;
}
.msg_unit .msg p {
	font-size: 16px;
	line-height: 1.5;
	padding: 0 0 .5em 0;
}
#ishiwatari_jyunji {}

@media screen and (max-width: 480px) {
#tree_msg h3 {
	color:#333;
	font-size: 18px;
	text-align: center;
	letter-spacing: .2em;
	margin: 0px auto 1em;
	padding: 2em 0 1em;
	border-top: 1px solid #999;
}
.msg_unit {
	width: 100%;
	display: flex;
	flex-direction: column-reverse;
	gap: 5%;
}
.msg_unit figure.msg_photo {
	width: 90%;
	margin: auto;
}
.msg_unit .msg {
	width: 90%;
	margin: 1em auto;
}
.msg_unit .msg h4 {
	font-size: 18px;
	margin: .5em 0 .2em;
}
.msg_unit .msg p {
	font-size: 14px;
	line-height: 1.4;
	margin: 0 0 .3em 0;
}
}

