@charset "utf-8";

/* CSS Document */

h2.pagetitle {
  margin-bottom: 0px;
  background-image: url(../images/pagetitle.jpg);
}

.contents01 {
  margin-top: 25px;
  margin-left: 40px;
  margin-right: 40px;
  background-position: top;
}

.contents01 h3.contentsTitle {
  color: #fff;
  background-color: #0080A3;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}

.contents01 p {
  padding: 0 5px;
  line-height: 1.6em;
}

.contents01 p.lead {
  padding-top: 15px;
  padding-bottom: 20px;
  line-height: 1.6em;
  font-size: 15px;
}

.contents01 p.text {
  padding-top: 15px;
  padding-bottom: 20px;
  line-height: 1.8em;
  font-size: 13.5px;
}

.contents01 p.text.font-2 {
  font-feature-settings: "palt";
}

.contents01 img {
  padding-right: 5px;
  margin-top: 10px;
  margin-bottom: 30px;
  float: right;
}
