@charset "UTF-8";
body {
  font-family: "Sawarabi Gothic", sans-serif;
}
a, a:link {
  color: #333333;
  text-decoration: underline;
}
a:visited {
  color: #333333;
  text-decoration: none;
}
a:hover {
  color: #333333;
  text-decoration: none;
}
a:active {
  color: #333333;
  text-decoration: none;
}
ol, ul {
  list-style: none;
}
ul, ol, dl {
  line-height: 1.3;
  color: #333333;
}
p {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 10px;
  color: #333333;
}
ul, ol, dl {
  margin-top: 0;
  margin-bottom: 0;
}
h1 {
  font-size: 30px;
    color: #FFF;
  font-weight: 400;
  line-height: 1.778;
      padding: 0em 0em;
  margin: 1.5em 0;
      border: solid 1px #333; /*線*/
  border-radius: 50px; /*角の丸み*/
    background: #333;
}
h2 {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 10px;
  color: #333333;
}
h3 {
  font-size: 90%;
  color: #333333;
  line-height: 2;
  text-align: center;
  padding: 0em 0em;
  margin: 1.5em 0;
  font-weight: bold;
  border: solid 1px #333; /*線*/
  border-radius: 20px; /*角の丸み*/
}
h4 {
  font-size: 110%;
  font-weight: bold;
  color: #777;
  line-height: 1.5em;
  margin-bottom: 10px;
}
h5 {
  font-size: 10px;
  font-weight: normal;
  color: #300;
  line-height: 1.5em;
}
h6 {
  float: right;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 100%;
}
.style1 {
  color: #C00
}