@charset "UTF-8";
/**
*
* スマート漁業向け
*
*/
h2.resize{
  font-style: normal;
  font-weight: 600;
  font-size: 8rem;
  color:#6d6d6d;
}


@media screen and (min-width: 751px) {
  h2.resize {
    font-size: 5rem;
    }
}

h2.etcetera {
  font-size:3.1rem;
  line-height:45px;
  background: #ffd2ca;
  box-shadow: 0px 0px 0px 5px #ffd2ca;
  border: dashed 4px #e27e6c;
  padding: 0.6em 0.6em;
  color: #6d6d6d;
  border-radius: 3px;
}

@media screen and (min-width: 751px) {
h2.etcetera {
  font-size:3.1rem;
  line-height:45px;
  background: #ffd2ca;
  box-shadow: 0px 0px 0px 5px #ffd2ca;
  border: dashed 2px #e27e6c;
  padding: 0.5em 0.5em;
  color: #6d6d6d;
  border-radius: 3px;
}


}
