﻿:root {
	font-size: 16px;
}
* { box-sizing: border-box;margin:0; padding:0; }
html { min-height: 100%;}
#wrapper {
	border: solid thin #6d6e71;
	font-family: 'Roboto', sans-serif;
	font-size: 0.9375rem;
	line-height: 1.25rem;
	max-width: 770px;
	margin: 0.75rem auto;
	padding: 0;
	background-color: #fff;
	overflow: hidden;
	text-align: left;
	position: relative;
	color: #6d6e71;
}
article {
	margin: 0;
	padding: 0 0 0 1.6875rem;
}
header {
	margin: 0;
	padding: 0;
	position: relative;
}
header img {
	position:relative;
	top:0;
	left:0;
	margin: 0;
	text-align:right;
	display: block;
}
section {
	margin: 0;
	padding: 0;
}
footer {
	margin: 0;
	padding: 0.625rem;
	background: #f68b1f;
	text-align: center;
	font-size: 120%;
}
h1 {
	font-size: 1.6875rem;
	margin: 1.6875rem 0 0 0;
	line-height: 1.6875rem;
}
h3 {
	font-size: 15px;
	margin: 0.5rem 0 0 0;
	line-height:1.625rem;
}
p {
	margin-bottom: 1rem;
}
p:last-child {
	margin-bottom:0;
}
a {
	color: #6d6e71;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
img {
	max-width: 100%;
	height: auto;
	width: auto\9;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul li {
	padding-left: 0.625rem;
	background: url("../images/iconli.png") no-repeat left 7px;
	text-align: left;
	margin-bottom: 0.25rem;
}
.clearfix {
	clear:both;
	font-size:0;
	line-height:0;
	display:block;
}
br{
	display: block;
}
ul + p {
	margin-top: 0.625rem;
	margin-bottom: 0.625rem;
}
section aside:nth-of-type(1){
	float: left;
	width: 53.5%;
}
section aside:nth-of-type(2){
	float: right;
	width: 45.5%;
	color: #231f20;
	background: #e7e7e8;
	height: 488px;
	padding: 3rem 1.125rem 1.125rem 1.125rem;
}
header>a{
	position: absolute;
	top: 10%;
	left: 3%;
	height: 26%;
	width: 18%;
}
section aside:nth-of-type(2) > img{
	display: block;
	margin-left: 1.4375rem;
}
figure{
	margin: 0;
	padding: 0;
	position: absolute;
	right: 11.625rem;
	bottom: 2.875rem;
}
nav{
	margin: 0;
	padding: 0;
	position: absolute;
	right: 1.875rem;
	bottom: 2.5rem;
}
h1 span{
	font-size: 62%;
	font-weight: normal;
}
h1 sup{
	font-size: 72%;
}
section aside:nth-of-type(2) a, nav, figure, figure a{
	color: #231f20;
}
section > section{
	position: absolute;
	right: 1.25rem;
	top: 15.375rem;
}
section aside:nth-of-type(2) ul{
	margin-bottom: 1.3125rem;
}
footer a{
	color: #fff;
}
@media screen and (max-width: 770px) {
	#wrapper{
		width: 100%;
		border:none;
		margin:0;
	}
	article{ 
		padding: 0.625rem; 
		margin: 0;
	}
	br{
		display: none;
	}
	footer br{
		display: block;
	}
	section aside:nth-of-type(1){
		float: none; 
		width: 100%;
	}
	section aside:nth-of-type(2){
		float: none;
		width: 100%;
		height: auto;
		margin: 1rem 0;
		padding-top: 0.625rem;
	}
	nav, figure, section > section{
		position: static;
		text-align: center;
	}
	figure br{
		display: block;
	}
	h1 sup{
		position: static;
	}
}