@media print, screen and (min-width: 767px) {
  article h1 {
    margin-bottom: 30px; }
  article section.outline {
    width: 90%;
    max-width: 748px;
    margin: 0 auto 60px;
    position: relative; }
    article section.outline p {
      position: absolute;
      left: 65px;
      top: 63px;
      font-size: 1.2em;
      line-height: 1.75em; }
  article section.outline:before {
    content: url(../../image/privacy/index/section01_img.png);
    display: block;
    position: relative;
    left: 0;
    top: 0;
    z-index: -1; }
  article section.detail {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto 60px;
    position: relative; }
    article section.detail dl {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      justify-content: space-between;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap; }
      article section.detail dl dt {
        width: 30%;
        font-weight: bold;
        font-family: 'Noto Sans Japanese', sans-serif;
        padding-right: 5%; }
      article section.detail dl dd {
        width: 70%; }
      article section.detail dl dt,
      article section.detail dl dd {
        padding-bottom: 30px;
        margin-bottom: 30px;
        border-bottom: 1px solid #dad4d2;
        font-size: 1.2em;
        line-height: 1.75em; }
      article section.detail dl dt:nth-last-of-type(1),
      article section.detail dl dd:nth-last-of-type(1) {
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: 0; } }
