@charset "utf-8";

h3 {
    text-indent: -0.6em;
}
.pc-show {display: block;}

@media screen and (max-width:1016px) {
    .pc-show {display: none;}
  }

@media screen and (max-width:750px) {
    .u-float--R{
        float: none;
        margin-top: 10px;
       }

       .pc-show {display: none;}
}