@charset "UTF-8";
.doc {
  padding: 60px 55px; }

.doc__ttl {
  color: #99cc00;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 45px;
  text-align: center; }

.doc__declaration {
  font-size: 14px;
  line-height: 2;
  padding-bottom: 30px; }

.doc__headline {
  color: #99cc00;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 30px; }

.doc__txt {
  font-size: 14px;
  line-height: 2;
  padding-bottom: 30px;
  padding-left: 1em; }

.doc__signature {
  font-size: 14px;
  line-height: 2;
  padding-bottom: 30px;
  text-align: right; }

.doc__contact {
  border: 1px solid #99cc00;
  padding: 20px; }

.doc__contact__ttl {
  color: #99cc00;
  font-size: 14px;
  padding-bottom: 10px; }

.doc__contact__txt {
  font-size: 14px; }

.doc__hyo {
  margin-top: -30px;
  width: 100%; }
  .doc__hyo th {
    background-color: #99cc00;
    border: 1px solid #394c00;
    color: #fff;
    font-size: 14px;
    line-height: 1.4;
    padding: 10px; }
  .doc__hyo td {
    border: 1px solid #394c00;
    font-size: 14px;
    line-height: 1.4;
    padding: 10px; }

.doc__hyo__w15 {
  width: 15%; }

.doc__hyo__w20 {
  width: 20%; }

.doc__hyo__w25 {
  width: 25%; }

.doc__hyo__w40 {
  width: 40%; }

.doc__note {
  font-size: 14px;
  line-height: 1.8;
  margin-top: 10px;
  padding-left: 1em;
  text-indent: -1em; }
  .doc__note::before {
    content: "※"; }
