html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	box-sizing: border-box;
}
html {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:focus {
	outline: 0!important;
}
body
{
	font-size: 16px;
	line-height: 1.5em;
	font-family: 'Nunito', sans-serif;
	color: #555555;
}
p 
{
    margin: 0 0 1.5em 0;
	margin-bottom: 1.75em;
}
h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0.5em;
    font-weight: 700;
    line-height: 1.2em;
}
h1
{
	font-size: 3.0em;
	margin-bottom: 0.2em;
}
.visual h4
{
	font-size: 2.0em;
	font-weight: 400;
}
.wrap
{
	margin: 0 auto;
	max-width: 999px;
}
.header
{
	height: 90px;
	padding: 10px 0;
	position: relative;
}
.header img
{
	max-height: 65px;
}
.visual,
.visual img
{
	height: 400px;
	width: 100%;
}
.visual
{
	margin-bottom: 2.0em;
	position: relative;
}
.visual-content
{
    z-index: 2;
    position: absolute;
    width: 100%;
	text-align: center;
	color: #fff;
	top: 170px;
	text-shadow: 1px 1px 20px rgba(0,0,0,0.7);
}
.visual img
{
	 object-fit: cover;
}
a img
{
	border: none;
}
a:link,
a:visited,
a:active
{
	color:#0b6bbf;
	text-decoration:none;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
a:hover
{
	color: #000;	
}
.col7
{
	width: 58.33333333%;
	float: left;
	padding-right: 5%;
}
.col5
{
	float: left;
	padding-left: 5%;
    width: 41.66666667%
   
}
.content
{
	position: relative;
	margin-bottom: 4.0em;
	display: inline-block;
}
.footer
{
	font-size: 80%;
}

@media(max-width:999px) {
	
	.wrap
	{
		max-width: 96%;
	}
}

@media(max-width:800px) {
	body
	{
		font-size: 14px;
	}
	.visual,
	.visual img
	{
		height: 250px;
	}
	.visual-content
	{
		top: 70px;
	}
	h1
	{
		font-size: 2.5em;
	}
	.visual h4
	{
		font-size: 1.5em;
	}
	.col5,
	.col6,
	.col7
	{
		width: 100%;
		padding: 0;
	}
	
}
