@charset "UTF-8";
/*東和産業の特長*/
#feature .ncColumns_panel {
  container-type: inline-size; }
#feature picture {
  width: 80%;
  aspect-ratio: 1/1;
  margin: 0 auto 5cqw;
  border: solid 1px #002941;
  border-radius: 50%;
  overflow: hidden; }
  @media (min-width: 768px) {
    #feature picture {
      border-width: 3px; } }
  @media (max-width: 767px) {
    #feature picture {
      border-width: 2px; } }
#feature .text p {
  margin-bottom: 0; }
#feature h3 {
  margin-bottom: 1em;
  color: #002941;
  text-align: center; }
