/* @charset 'UTF-8';
.sg_explain h2 {
  font-weight: bold;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 29px;
  letter-spacing: 3px;
  border-bottom: 1px solid #646464;
  padding-bottom: 6px;
  margin-bottom: 28px;
}

.sg_explain h3 {
  font-weight: bold;
  color: #646464;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 29px;
  letter-spacing: 3px;
  background-color: #ffe03e;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  padding: 7px 10px 6px;
  margin-bottom: 25px;
  border: none;
}

@media only screen and (max-width: 767px) {
  .sg_explain h2 {
    font-size: 18px;
    font-size: 1.8rem;
    padding-bottom: 2px;
    margin-bottom: 15px;
  }
  .sg_explain h3 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    padding: 8px 10px 7px;
    margin-bottom: 18px;
  }
} */

h3 span span {
  font-size: inherit !important;
}
