/*	=====<column_link>=====	*/
div.column_link {
  padding-top: 20px;
  text-align: center;
}
div.column_link > a {
  background: #29AA40;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  padding: 15px 20px;
  position: relative;
  text-decoration: none;
  transition: 0.2s;
  width: 100%;
}
div.column_link > a:hover {
  background: #218838;
  text-decoration: none;
}
@media (min-width: 768px) {
  div.column_link > a {
    width: 60%;
  }
}

/*	=====</column_link>=====	*/
/*	=====<#company-nap>=====	*/
#company-nap {
  margin: 0 0 50px;
}
#company-nap > dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#company-nap > dl dt, #company-nap > dl dd {
  margin: 0;
  padding: 10px;
  border-bottom: 1px dotted #999;
}
#company-nap > dl dt {
  width: 25%;
}
@media (max-width: 767px) {
  #company-nap > dl dt {
    width: 35%;
  }
}
#company-nap > dl dd {
  width: 75%;
}
@media (max-width: 767px) {
  #company-nap > dl dd {
    width: 65%;
  }
}

/*	=====</#company-nap>=====	*/
/*	Company	*/
article div.section h2 span.fas, article div.section h2 span.fab, article div.section h2 span.far {
  color: #15921e;
}

p.signature {
  margin-top: 1rem;
  text-align: right;
}

div#purpose dt {
  margin-top: 1.5em;
}
div#purpose dt:first-child {
  margin-top: 1em;
}
