@charset "utf-8";

#rwd-content a.h2-wrap {
  display: block;
  position: relative;
}
#rwd-content a.h2-wrap:focus {
  border: none;
  outline: none;
}
#rwd-content a.h2-wrap:focus::after {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: solid 2px #000;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
}
#rwd-content a.h2-wrap h2 {
  margin-bottom: 0;
  font-size: 2.0rem;
  line-height: 1.6;
  color: #000;
}

@media print, screen and (max-width: 767px){
  #rwd-content a.h2-wrap h2 {
    font-size: 1.7rem;
    font-weight: bold;
  }
}