.topPhoto {
display: block;
box-sizing: border-box;
overflow: hidden;
clear: both;
width: 100%;
height: auto;
}
	.topPhoto img {
	display: block;
	width: 100%;
	height: auto;
	}
.contentArea {
display: block;
overflow: hidden;
box-sizing: border-box;
width: 100%;
height: auto;
background-color: white;
}
.content {
display: block;
overflow: hidden;
box-sizing: border-box;
max-width: 1400px;
width: 100%;
height: auto;
margin: 0 auto;
text-align: left;
padding: 30px 5px;
line-height: 24px;
}
.content h1 {
font-size: 1.4em;
color: #05416f;
font-weight: 700;
margin: 15px 0;
text-align: left;
}
.content h2 {
font-size: 1.2em;
color: #05416f;
margin: 15px 0;
}
.content p {
margin: 15px 0;
}
.content ul {
margin-bottom: 25px;
}
.content li {
margin: 0 0 0 45px;
}
.content p:last-child {
margin-bottom: 0;
}
.content a:link, .content a:visited {
text-decoration: underline;
font-weight: 700;
}
.content a:active, .content a:hover {
color: #606060;
-moz-transition: all 0.6s;
-webkit-transition: all 0.6s;
-o-transition: all 0.6s;
}
.content a[href^="tel:"] {
font-family: 'Noto Sans', sans-serif;
font-size: 20px;
color: #3f3f3f;
text-decoration: none;
font-weight: 400;
}