@media screen and (max-width: 766px) {
  article h1 {
    margin-bottom: 30px; }
  article section.outline {
    width: 90%;
    margin: 0 auto 45px; }
    article section.outline p {
      font-size: 1.1em;
      line-height: 1.75em; }
  article section.detail {
    width: 90%;
    margin: 0 auto 45px;
    position: relative; }
    article section.detail dl dt {
      font-weight: bold;
      font-family: 'Noto Sans Japanese', sans-serif;
      font-size: 1.4em;
      margin-bottom: 15px;
      text-align: center; }
    article section.detail dl dd {
      padding-bottom: 30px;
      margin-bottom: 30px;
      border-bottom: 1px solid #dad4d2;
      font-size: 1.1em; }
    article section.detail dl dd:nth-last-of-type(1) {
      padding-bottom: 0;
      margin-bottom: 0;
      border-bottom: 0; } }
