@charset "UTF-8";
/* template */
body {
  margin: 0;
  padding: 0;
  background-color: #f6f6ef;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 11px;
  color: #565656;
}
a {
  display: block;
  color: #222222;
}
a:hover {
  opacity: 0.5;
}
img {
  display: block;
  vertical-align: bottom;
}
#container {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background-color: #fff;
}
header{
}
.left {
  float: left;
  display: block;
  width: 49%;
  vertical-align: bottom;
}
.right {
  float: right;
  margin-right: 2px;
  display: block;
  width: 49%;
  vertical-align: bottom;
}
nav {
  width: 100%;
  clear: both;
  overflow: hidden;
}
nav ul.nav_pc {
  display: none;
}
nav ul.nav_sp {
  width: 100%;
  height: auto;
  margin-left: 1px;
}
nav ul.nav_sp li {
  width: 16.6%;
}
nav ul.nav_sp li img {
  /*width: 53px;*/
  display: block;
  width: 100%;
  /*width: 16%;
  height: auto;*/
}
nav ul li {
  float: left;
}
p.pc img {
  display: none;
}
p.sp img {
  display: block;
  width: 100%;
}
aside {
  display: none;
}
#main{
  width: 100%;
  height: auto;
  float: left;
}
#main img.title {
  width: 100%;
  margin-top: 20px;
}
#main p img.explain {
  width: 100%;
}
article {
  margin-top: 30px;
}
article {
  margin-bottom: 30px;
}
article p {
  margin-top: 20px;
}
article p.qa {
  margin-top: 10px;
  margin-left: 80px;
  margin-right: 50px;
  line-height: 1.8em;
}
article p.qa_bold {
  margin-top: 10px;
  margin-left: 80px;
  margin-right: 50px;
  line-height: 1.8em;
  font-weight: bold;
}
article p.policy_t, span.paint_t {
  margin-left: 15px;
  margin-right: 15px;
  line-height: 1.5em;
  font-weight: bold;
}
article p.policy {
  margin-left: 25px;
  margin-right: 15px;
  line-height: 1.5em;
}
article ul li {
  margin-left: 45px;
  margin-right: 15px;
  line-height: 1.5em;
  list-style-type: disc;
}
article h3 {
  margin-top: 50px;
  color: #222222;
}
article.article_header {
  margin-top: 15px;
}
article.article_header p {
  margin-top: 10px;
  line-height: 1.6em;
}
footer {
  clear: both;
  width: 100%;
  height: 80px;
  color: #fff;
  background-color: #B2B2B2;
}
footer p.copyright {
  padding-top: 18px;
  line-height: 1.8em;
  text-align: center;
  vertical-align: middle;
  font-size: 12px;
}
footer a {
  display: inline;
  font-size: 12px;
  color: #fff;
}

body {
  counter-reset:num;
}
h3::before {
  content:counter(num) "．";
  counter-increment:num;
}

.ss36B9cf {
	font-family:sans-serif;
	font-size:36px;
	font-weight:bold;
	color:#9cf;
}
ul li.sitemap {
  margin-top: 16px;
}
article a {
  text-decoration: none;
}
div.se {
  display: none;
}
ul.paint_ul {
  margin:4px 16px;
}
