@charset "utf-8";

#main .message {
	margin-bottom: 15px;
}

#main .grayBox {
    text-align: left;
}

#main .message img {
	float: left;
	margin-right: 15px;
}
#main .message p {
	float: left;
	font-size: 16px;
	font-weight: bold;
}

.txtCenter {
    text-align: center;
}

@media screen and (max-width: 720px) {

	#main .message .borderBox01Inner2 {
		text-align: center;
	}
	#main .message img {
		margin-bottom: 15px;
		margin-right: 0;
		float: none;
	}

	#main .message p {
		float: none;
	}

	#main img.health_chart,
	#main img.organization_chart,
	#main img.keyVisual {
    max-height: 488px;
    max-width: 705px;
    width: 100%;
	}
	#main .photoArea {
		margin-bottom: 30px;
		text-align: center;
	}

	.simage {
		width: 100%;
	}

}

.images {
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
}

.images img {
    vertical-align: top;
    max-width: 100%;
	height: auto;
}

.border{
	border:1px solid #c9c9c9;
}
@media screen and (max-width: 720px) {
	.border{
		width: 100%;
	}
}

.center{
  display:block;
  text-align:center;
  margin:0 auto;
}

#health .ttl{
    font-size: 160%;
    font-weight: bold;
    margin: 20px 0;
    text-align: center;
    color: #bf4c59;
}