.marker3 {
text-decoration: underline;
text-decoration-style: solid;
}

.wrapping a{
  outline: none;
  color: #688941;
}

#main img {
image-rendering: -webkit-optimize-contrast;
 transform: scale(1.01);<!-- ぼやけ解消 -->
}
.item_box img , .mousetrap img, .item_image img {
image-rendering: -webkit-optimize-contrast;
transform: scale(1.01);  <!-- ぼやけ解消 -->
}

.wrapping {
    border: solid 2px #688941;
    padding: 1rem 1.5rem;
    color: #688941;
    margin: 5px 0px;
    font-weight: bold;
}