@media screen and (min-width: 768px), print {
  .st_privacy {
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #fad7d5), color-stop(50%, #d3e9c8));
    background: -webkit-linear-gradient(left, #fad7d5 50%, #d3e9c8 50%);
    background: -moz- oldlinear-gradient(left, #fad7d5 50%, #d3e9c8 50%);
    background: linear-gradient(90deg, #fad7d5 50%, #d3e9c8 50%);
    padding: 70px 0;
  }
  .st_privacy .ttl_st {
    font-size: 2.6rem;
    line-height: 31px;
    color: #682017;
    font-weight: bold;
    margin-bottom: 45px;
  }
  .st_privacy .gr_privacy {
    background-color: #fff;
    max-width: 780px;
    margin: 0 auto;
    padding: 40px 90px 50px;
  }
  .st_privacy .gr_privacy .gr_dl dl:not(:last-child) {
    margin-bottom: 75px;
    position: relative;
  }
  .st_privacy .gr_privacy .gr_dl dl:not(:last-child):after {
    content: "";
    background: url(../asset/img/br_bottom_pc.png) repeat-x;
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: -38px;
    left: 0;
  }
  .st_privacy .gr_privacy .gr_dl dl dt {
    font-size: 1.8rem;
    line-height: 31px;
    font-weight: bold;
    color: #682017;
    margin-bottom: 10px;
    display: block;
  }
  .st_privacy .gr_privacy .gr_dl dl dd {
    font-size: 1.4rem;
    line-height: 24px;
    color: #682017;
  }
  .st_privacy .gr_privacy span {
    font-size: 1.4rem;
    line-height: 24px;
    color: #682017;
    display: block;
    text-align: right;
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .st_privacy {
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #fad7d5), color-stop(50%, #d3e9c8));
    background: -webkit-linear-gradient(left, #fad7d5 50%, #d3e9c8 50%);
    background: -moz- oldlinear-gradient(left, #fad7d5 50%, #d3e9c8 50%);
    background: linear-gradient(90deg, #fad7d5 50%, #d3e9c8 50%);
    padding: 9.12647vw 0;
  }
  .st_privacy .ttl_st {
    font-size: 5.86701vw;
    line-height: 4.69361vw;
    color: #682017;
    font-weight: bold;
    margin-bottom: 9.12647vw;
  }
  .st_privacy .gr_privacy {
    background-color: #fff;
    margin: 0 auto;
    padding: 9.77836vw 5.21512vw 13.03781vw;
  }
  .st_privacy .gr_privacy .gr_dl dl:not(:last-child) {
    margin-bottom: 15.64537vw;
    position: relative;
  }
  .st_privacy .gr_privacy .gr_dl dl:not(:last-child):after {
    content: "";
    background: url(../asset/img/br_bottom_sp.png) repeat-x;
    -moz-background-size: contain;
         background-size: contain;
    width: 100%;
    height: 0.91265vw;
    position: absolute;
    bottom: -7.56193vw;
    left: 0;
  }
  .st_privacy .gr_privacy .gr_dl dl dt {
    font-size: 4.43286vw;
    line-height: 8.08344vw;
    font-weight: bold;
    color: #682017;
    margin-bottom: 2.60756vw;
    display: block;
  }
  .st_privacy .gr_privacy .gr_dl dl dd {
    font-size: 3.38983vw;
    line-height: 6.25815vw;
    color: #682017;
  }
  .st_privacy .gr_privacy span {
    font-size: 3.38983vw;
    line-height: 6.25815vw;
    color: #682017;
    display: block;
    text-align: right;
    margin-top: 20px;
  }
}
