﻿@charset "UTF-8";
/* CSS Document */

#container {
  width: 100%;
  max-width: 740px;
  margin: 0px auto 10px auto;
  padding: 0 20px;
}

@media only screen and (max-width: 767px) {
#container {
  padding: 0 15px;
}
}
h2 {
/*  font-family: "Times New Roman", Times, serif;*/
  font-size: 2.3rem;
  font-weight:normal;
  letter-spacing: 0.01em;
  margin-top: 8px;
  margin-bottom: 15px;
  line-height: 1.35;
  text-align: center;
	color: #101010;
}


h3 {
  font-size: 1.8rem;
  color: #00A32C;
  border-left-width: 8px;
  border-left-style: solid;
  border-left-color: #00A32C;
  padding-left: 10px;
  margin-bottom: 15px;
  margin-top: 40px;
}
h4 {
  font-size: 1.6rem;
  color: #00a32c;
  margin-top: 20px;
  margin-bottom: 5px;
}


p {
  line-height: 1.45;
}
div.head_img {
  border-bottom: 3px solid #00a32c;
  margin-bottom: 20px;
}