@charset "utf-8";
/*------------------------------------------------------------
	message
------------------------------------------------------------*/
#main .message {
	padding-top: 12px;
}

#main .message h2 {
	margin-bottom: 18px;
	padding: 5px 0 0 40px;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.13;
	background: url("../images/common/icon07.png") no-repeat left 10px top;
	background-size: 22px auto;
}

#main .message .topBox .photo img {
	width: 100%;
}

#main .message .topBox .txtBox {
	margin: 12px 10px 0;
}

#main .message .topBox .txtBox p {
	font-size: 1.6rem;
	line-height: 1.55;
	letter-spacing: -0.5px;
}

#main .message .topBox .txtBox p span {
	font-weight: 700;
	background: url("../images/common/line05.png") repeat-x left bottom;
	background-size: 3px 7px;
}

#main .message .topBox .txtBox p:not(:last-child) {
	margin-bottom: 25px;
}

#main .message .topBox .textBox {
	margin: 23px 0 28px;
}

#main .message .topBox .textBox p {
	text-align: center;
	font-weight: 700;
	color: #0071c1;
	font-size: 1.8rem;
	line-height: 1.18;
}

#main .message .topBox .textBox ul {
	margin: 16px 0 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#main .message .topBox .textBox ul li {
	padding: 12px 0 11px;
	width: 45.9%;
	margin: 0 1.2%;
	color: #fff;
	text-align: center;
	font-size: 1.6rem;
	line-height: 1.55;
	position: relative;
	background-color: #217BC3;
	border-radius: 3px;
	display: flex;
	align-items: center;
}

#main .message .topBox .textBox ul li span {
	display: block;
	margin: 0 auto;
}

#main .message .topBox .textBox ul li:before {
	margin-left: -7px;
	position: absolute;
	left: 50%;
	bottom: -10px;
	background: url("../images/common/icon22.png") no-repeat;
	background-size: 100% 100%;
	width: 11px;
	height: 10px;
	content: "";
}

#main .message .inner {
	margin-top: 47px;
	background-color: #F0FAE7;
}

#main .message .inner .photo {
	margin-bottom: 10px;
}

#main .message .inner .ttl {
	margin-bottom: 6px;
}

#main .message .inner .ttl span {
	padding: 4px 10px 4px 0;
	width: 81px;
	display: block;
	font-size: 1.2rem;
	color: #fff;
	text-align: center;
	font-weight: 700;
	position: relative;
	background-color: #009143;
	box-sizing: border-box;
}

#main .message .inner .ttl span:before {
	position: absolute;
	right: -11px;
	top: 0;
	bottom: 0;
	width: 11px;
	background: url("../images/common/icon23.png") no-repeat;
	background-size: 100% 100%;
	content: "";
}

#main .message .inner .title {
	margin: 0 8px 10px;
	padding-bottom: 11px;
	color: #00913a;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.24;
	background: url("../images/common/line06.png") repeat-x left bottom;
	background-size: 9px 2px;
}

#main .message .inner .title01 {
	margin-bottom: 6px;
}

#main .message .inner .title02 {
	padding-top: 33px;
}

#main .message .inner .txt {
	margin: 0 10px 24px;
	line-height: 1.55;
	font-size: 1.6rem;
}

#main .message .inner .txt span {
	font-weight: 700;
	background: url("../images/common/line05.png") repeat-x left bottom;
	background-size: 3px 7px;
}

#main .message .inner .bgTxt {
	margin: 0 10px 25px;
	padding: 19px 5px 18px;
	text-align: center;
	font-size: 1.6rem;
	color: #fff;
	font-weight: 700;
	line-height: 1.48;
	background-color: #009143;
	border-radius: 5px;
}

#main .message .inner .bgTxt01 {
	padding: 18px 5px 13px;
	margin-bottom: 12px;
}

#main .message .inner .txt01 {
	margin-bottom: 27px;
}

#main .message .inner .whiteBox {
	background-color: #fff;
}

#main .message .inner .greenBox {
	margin: -12px 10px 10px;
	padding: 25px 20px 22px;
	background-color: #F0FAE7;
	border-radius: 5px;
}

#main .message .inner .greenBox01 {
	padding: 12px 20px 14px;
	margin: 0 10px;
}

#main .message .inner .greenBox p {
	font-size: 1.6rem;
	line-height: 1.55;
}

#main .message .inner .greenBox01 p {
	font-size: 1.4rem;
	line-height: 1.77;
	letter-spacing: -0.5px;
}

#main .message .inner .greenBox01 p:not(:last-child) {
	margin-bottom: 25px;
}

#main .message .inner .greenBox01 p span {
	margin: 0 0 -3px -8px;
	display: block;
	font-size: 1.6rem;
}

#main .message .inner .greenBox .text {
	margin-bottom: 5px;
	padding: 1px 0 2px;
	width: 106px;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 700;
	color: #fff;
	background-color: #878787;
	border-radius: 50px;
}

#main .message .inner .greenBox .text01 {
	margin-top: 15px;
}

#main .message .inner .borderBox {
	margin: -3px 10px 30px;
	padding: 10px 20px 22px;
	border-top: 4px solid #A94688;
	background-color: #fff;
}

#main .message .inner .borderBox .comButton {
	margin-bottom: 0;
}

#main .message .inner .borderBox p {
	margin-bottom: 24px;
	font-size: 1.6rem;
	line-height: 1.55;
}

#main .message .inner .borderBox p:last-child {
	margin-bottom: 0;
}

#main .message .inner .borderBox .ttl {
	margin-bottom: 14px;
	font-size: 1.8rem;
	font-weight: 700;
	color: #a3468a;
	text-align: center;
	letter-spacing: -1px;
}

#main .message .inner .borderBox .ttl img {
	margin-right: 4px;
	display: inline-block;
	vertical-align: middle;
	width: 32px;
}