﻿:root {
  font-size: 16px;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  min-height: 100%;
}
#wrapper {
  width: 785px;
  margin: 0.75rem auto;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  box-sizing: border-box;
  background-color: #fff;
  border: solid thin #E7E7E9;
  position: relative;
  overflow: hidden;
  color: #696969;
  box-shadow: 0 0 0.25rem 0.125rem #E7E7E9;
  padding-bottom: 0.3rem;
  text-align: left;
  font-weight: 400;
}
strong{
  font-weight: 700;
}
address {
  font-style: normal;
}
article {
  margin: 0 0 0 0;
  padding: 1.0625rem 0.3125rem 0 0.3125rem;
}
header {
  margin: 0 0 0 0;
  padding: 0 0rem 0.3125rem 0rem;
}
footer {
  margin: -2.1875rem 0 0 0;
  padding: 0rem 0.3125rem 0 0.3125rem;
  position: relative;
  text-align: right;
}
footer p {
  margin-bottom: 0;
}
footer img {
  /* float: right; */
}
h1 {
  font-size: 1.3rem;
  margin: 1rem 0 0.2rem;
  line-height: 1.5rem;
}

h1 span{font-weight:normal;font-size: 0.875rem;display: block;
  margin-bottom: 0.875rem;
line-height: 1.125rem;}

h1 + p + p {
  text-align: left;
}
h1 span {
  font-weight: normal;
}
p {
  margin-bottom: 1rem;
  text-align: justify;
}
p:last-child {
  margin-bottom: 0;
}
article p:last-child {
  margin-top: 1rem;
  text-align: justify;
  padding-bottom: 2rem;
}
ul:nth-of-type(3) {
  margin-bottom: 1rem;
}
p strong span {
  word-spacing: 0.1875rem;
}
a {
  color: #696969;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
ul {
  margin: 0rem 0 1rem 1.4375rem;
  padding: 0 0 0 0;
  list-style: none;
}
ul li {
  padding-left: 1.0625rem;
  text-align: justify;
}
ul li:before {
  text-indent: -1.125rem;
  content: "\2022";
  color: #000000;
  float: left;
  margin-left: 0;
  font-size: 1.1875rem;
  margin-top: 0.0625rem;
}
ol {
  margin: 0 0 0.75rem 1.8rem;
  padding: 0 0 0 0;
  list-style: none;
}
ol li {
  padding-left: 0.6rem;
}
ol li:before {
  text-indent: -0.9rem;
  content: "\25A0";
  color: #231f20;
  float: left;
  margin-left: 0;
  font-size: 0.7rem;
  margin-top: -0.0625rem;
}
figure {
  margin: 0;
  padding: 0;
}
.clearfix {
  clear: both;
  font-size: 0;
  line-height: 0;
  display: block;
}
article p:nth-of-type(1) {
  word-spacing: 0rem;
  text-align: left;
}
h2 {
  font-size: 1.0625rem;
  line-height: 1.25rem;
  margin: 1.125rem 0 1.5625rem;
}
h3 {
  line-height: 1.25rem;
  margin-bottom: 0.9375rem;
  font-size: 0.875rem;
  font-weight: bold;
}
figure {
  margin: 0;
  padding: 0;
}
header figure {
  position: relative;
  margin-top: 1rem;
}
header figure a:nth-of-type(1) {
  position: absolute;
  top: 1%;
  left: 0%;
  height: 22%;
  width: 41%;
  /* border: 1px solid; */
}
header figure a:nth-of-type(2) {
  position: absolute;
  top: 48%;
  left: 25%;
  height: 45%;
  width: 14%;
}
header h1 {
  font-size: 1.95rem;
  line-height: 2rem;
  margin: 0.5rem 0 1rem 0;
  color: #000;
}
p span{word-spacing:2px;}

article ul:nth-of-type(1),
article ul:nth-of-type(3){
    margin-bottom: 1.5625rem;
}

@media screen and (max-width: 738px) {
  footer > a{/* margin-top: -10px; *//* display: inline-block; */position: static;}
  footer p{width: 100%;display: block;clear: both;}
  #wrapper {
    width: 100%;
    margin: 0 auto;
    border: none;
    padding-bottom: 0.625rem;
    text-align: left;
  }
  h3:nth-of-type(3) {
    margin-left: 0;
  }
  ul {
    margin-left: 0.3125rem;
  }
  footer img {
    position: static;
    margin-bottom: 0.625rem;
  }
  p {
    text-align: left;
  }
  header{padding:0.3125rem;}
  header h1 {
    font-size: 1.5rem;
  }
  h1 br{display: none;}
  h1 {
    font-size: 1.3125rem;
    line-height: 1.5rem;
  }
  footer {
    margin-top: 0.375rem;
    padding-top: 0.625rem;
  }
  footer figure {
    position: static;
    text-align: right;
  }
  article p:nth-of-type(1) {
    text-align: left;
  }
  article p:nth-of-type(2) {
    text-align: left;
  }
  ol {
    margin-left: 0.3125rem;
  }
  p:last-child {
    text-align: left;
  }
  ul br{display: none;}
  article p:last-child{text-align: left;padding-bottom: 0rem;}
  ul li{
    text-align: left;
  }
}
