@charset "UTF-8";
html, body {
  margin: 0;
  height: 0;
}

body {
  background: #fff;
}

article {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

main {
  box-sizing: border-box;
  width: 1000px;
  margin: auto;
  background: #fff;
}

section _ {
  margin: 35px 0;
  width: 100%;
}

h3 {
  border-left: 12px solid #213710;
  color: #213710;
  padding-left: 15px;
  margin-left: 20px;
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 5px;
}

h4 {
  font-size: 1.6rem;
  color: #808080;
}
h4::before {
  content: "●";
  color: #213710;
}

h5 {
  font-size: 1.2rem;
  color: #213710;
  border-bottom: solid 6px #213710;
  width: 90%;
  margin: 0 0 0 20px;
}

p {
  font-size: 1rem;
  padding: 20px;
}

#main {
  width: 750px;
  box-sizing: border-box;
  padding: 20px;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

#breadcrumb ul {
  display: flex;
  justify-content: space-between;
  display: -ms-flexbox;
  justify-content: flex-start;
}
#breadcrumb ul li {
  list-style-type: none;
  font-size: 0.9rem;
  margin-right: 19px;
}
#breadcrumb ul li a {
  text-decoration: none;
  color: #808080;
}

.blockImg {
  display: block;
  margin: 30px auto;
  width: 70%;
}

.redtext {
  color: red;
}

/*header*/
header {
  padding-top: 30px;
  width: 1000px;
  margin: auto;
  background-color: #fff;
}
header #head {
  border-top: 6px solid #808080;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
header #head #logo a img {
  width: 100%;
  height: auto;
}
header #head #contact img {
  width: 231px;
  text-align: center;
  margin-top: 6px;
}
header #head #contact span {
  vertical-align: 86%;
  margin-right: 30px;
  margin-left: 30px;
  border: 3px solid #213710;
  font-weight: bold;
  letter-spacing: 1.1px;
  padding: 10px 20px;
}
header #head #contact span a {
  text-decoration: none;
  color: #213710;
}
header nav#pc ul {
  padding: 0;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
header nav#pc ul li {
  width: 142.8571428571px;
  border-left: 2px solid #808080;
  list-style: none;
  text-align: center;
}
header nav#pc ul li:first-of-type {
  border-left: none;
}
header nav#pc ul li a {
  color: #213710;
  font-weight: bold;
  text-decoration: none;
  list-style-type: none;
  letter-spacing: 2px;
}
header #mainvisual {
  position: relative;
  width: 1000px;
  height: auto;
}
header #mainvisual img {
  width: 1000px;
  height: auto;
}
header #mainvisual img#tomonokai {
  position: absolute;
  width: 220px;
  top: -33px;
  left: 17px;
}

/*sidebar*/
side {
  width: 230px;
  margin-top: 50px;
}
side img.sideImg {
  display: block;
  margin: 25px auto;
  width: 210px;
}
side ul {
  width: 210px;
  margin: 25px auto;
  padding: 10px;
}
side ul li {
  background: #213710;
  text-align: center;
  width: 100%;
  line-height: 33px;
  padding-top: 13px;
  padding-bottom: 13px;
  list-style-type: none;
  margin-bottom: 10px;
}
side ul li a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

footer {
  padding: 20px;
  width: 1000px;
  margin: auto;
  box-sizing: border-box;
  background: #fff;
  border-top: #213710;
}
footer #foot {
  display: flex;
  justify-content: space-between;
}
footer #foot ul {
  width: 30%;
  box-sizing: border-box;
}
footer #foot ul li {
  list-style-type: none;
  color: #213710;
  font-weight: bold;
  margin-bottom: 25px;
}
footer #foot ul li a {
  text-decoration: none;
  color: #213710;
  font-weight: bold;
}
footer #foot iframe {
  width: 40%;
  display: block;
}

/* CSS Document *//*# sourceMappingURL=style.css.map */