/*******message page**********/
.imgbox1.mess_imgbox01 {
	margin-bottom: 30px;
	justify-content: center;
}
.imgbox1.mess_imgbox01 .img {
	width: auto;
}
.imgbox1.mess_imgbox01 .img img {
	width: auto;
	max-width: 100%;
}
.imgbox1.mess_imgbox01 {
	align-items: center;
	justify-content: flex-end;
}
.imgbox1.mess_imgbox01.taR {
	display: block;
	text-align: right;
}
.imgbox1.mess_imgbox01 .message_ttl {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 32px;
	font-weight: 500;
	color: #1b4db8;
}
.imgbox1.mess_imgbox01 .message_ttl_small {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18px;
	font-weight: 500;
	text-align:left;
	display:inline-block;
}
.imgbox1.mess_imgbox01 .message_ttl_small span {
	font-size: 14px;
	margin-right: 10px;
	font-weight: 400;
}
@media screen and (min-width: 769px) {
	.imgbox1.mess_imgbox01 .txt {
		display: flex;
		flex-direction: column;
		align-items: flex-end;
		flex: inherit;
	}
}
@media screen and (max-width: 768px) {
	.imgbox1.mess_imgbox01 .img {
		text-align: center;
		margin: 0 auto 15px;
	}
	.imgbox1.mess_imgbox01 .txt {
		text-align: center;
		display: block;
	}
	.imgbox1.mess_imgbox01 .txt p {
		display: block;
		text-align: right;
		line-height: 1.5em;
		width: 100%;
		margin-bottom: 10px;
		padding-top: 1.5em;
	}
	.imgbox1.mess_imgbox01 .message_ttl_small {
		margin-top: 0;
	}
	.imgbox1.mess_imgbox01 .message_ttl {
	font-size: 30px;
}
}
