@charset "utf-8";
#sitepolicy {
  line-height: 1.8;
  font-size: 15px;
}
h3 {
  padding: 10px 20px;
  color: #007534;
  font-size: 20px;
  border-bottom: 1px solid #007534;
  font-weight: bold;
  margin: 40px 0 25px;
}
.sitepolicy_detail h4 {
  background: #56b198;
  padding: 5px 10px;
  margin: 25px 0 15px;
  font-size: 17px;
  font-weight: bold;
  color: #fff;
}
.sitepolicy_detail ul {
  margin-top: 15px;
}
.h5_wrap {
  width: 97%;
  margin: auto;
}
.h5_wrap:nth-of-type(2), .h5_wrap:nth-of-type(4), .h5_wrap:nth-of-type(5), .h5_wrap:nth-of-type(6) {
  border-top: 1px dashed #9ed5c6;
  padding-top: 30px;
  margin-top: 30px;
}
.h5_wrap h5 {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 18px;
  color: #1e9171;
}
.h5_wrap dl {
  margin-bottom: 15px;
}
.h5_wrap dl:nth-of-type(2) {
  margin-top: 25px;
}
.h5_wrap dt {
  font-weight: bold;
}
.h5_wrap dd {
  width: 99%;
  margin: auto;
}
.h5_wrap ul {
  margin: 10px auto 0;
  width: 98%;
}
.h5_wrap li a, .h5_wrap p a {
  text-decoration: underline;
  color: #007534;
  font-size: 16px;
  position: relative;
  padding-left: 15px;
}
.h5_wrap li a:before, .h5_wrap p a:before {
  content: "▶";
  position: absolute;
  font-size: 10px;
  left: 0;
  top: 5px;
}
.h5_wrap li a:hover, .h5_wrap p a:hover {
  text-decoration: none;
}
.h5_wrap p {
  font-size: 14px;
  width: 98%;
  margin: auto;
}
.h5_wrap .adobe_img {
  width: 160px;
  margin-top: 15px;
}
.h5_wrap .adobe_img:hover {
  opacity: .7;
}

@media screen and (max-width:750px) {
  #sitepolicy {
    width: 95%;
    margin: auto;
  }
  h3 {
    padding: 5px;
    font-size: 16px;
    margin: 30px 0 15px;
  }
  .sitepolicy_detail {
    font-size: 14px;
  }
  .sitepolicy_detail h4 {
    padding: 5px;
    margin: 15px 0 10px;
    font-size: 15px;
  }
  .h5_wrap h5,  .h5_wrap li a,  .h5_wrap p a {
    font-size: 15px;
  }
  .h5_wrap p {
    font-size: 13px;
  }
  .h5_wrap li a:before,  .h5_wrap p a:before {
    top: 1px;
  }
  .h5_wrap:nth-of-type(2),  .h5_wrap:nth-of-type(4),  .h5_wrap:nth-of-type(5),  .h5_wrap:nth-of-type(6) {
    padding-top: 20px;
    margin-top: 20px;
  }
}
