@media print, screen and (min-width: 769px) {
  article h2 {
    background: #f2f7fa;
    text-align: center;
    line-height: 1em;
    padding: 45px;
    font-size: 2.25em;
    color: #000;
    margin-bottom: 30px; }
  article section.section02,
  article section.section04 {
    padding: 60px 0;
    margin-bottom: 60px;
    background: #f2f7fa; }
  article section.section01,
  article section.section02 div,
  article section.section03,
  article section.section04 div,
  article section.section05 {
    max-width: 800px;
    width: 90%;
    margin: 0 auto; }
    article section.section01 h4,
    article section.section02 div h4,
    article section.section03 h4,
    article section.section04 div h4,
    article section.section05 h4 {
      font-size: 1.5em;
      font-weight: bold;
      letter-spacing: 0.1em;
      line-height: 1em;
      margin-bottom: 30px;
      text-align: center; }
    article section.section01 h4:before,
    article section.section02 div h4:before,
    article section.section03 h4:before,
    article section.section04 div h4:before,
    article section.section05 h4:before {
      content: "";
      display: block;
      width: 100px;
      height: 1px;
      background: #000;
      margin: 0 auto 30px; }
    article section.section01 dl,
    article section.section02 div dl,
    article section.section03 dl,
    article section.section04 div dl,
    article section.section05 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.section01 dl dt,
      article section.section02 div dl dt,
      article section.section03 dl dt,
      article section.section04 div dl dt,
      article section.section05 dl dt {
        width: 30%;
        padding: 20px;
        font-size: 1.1em;
        font-weight: bold;
        border-top: 1px solid #000;
        border-left: 1px solid #000;
        background: #f2f7fa; }
      article section.section01 dl dd,
      article section.section02 div dl dd,
      article section.section03 dl dd,
      article section.section04 div dl dd,
      article section.section05 dl dd {
        width: 70%;
        padding: 20px;
        border-top: 1px solid #000;
        border-left: 1px solid #000;
        border-right: 1px solid #000;
        background: #fff; }
        article section.section01 dl dd p,
        article section.section02 div dl dd p,
        article section.section03 dl dd p,
        article section.section04 div dl dd p,
        article section.section05 dl dd p {
          font-size: 0.85em;
          line-height: 1.75em;
          margin-bottom: 15px; }
        article section.section01 dl dd p:last-of-type,
        article section.section02 div dl dd p:last-of-type,
        article section.section03 dl dd p:last-of-type,
        article section.section04 div dl dd p:last-of-type,
        article section.section05 dl dd p:last-of-type {
          margin-bottom: 0; }
        article section.section01 dl dd h5,
        article section.section02 div dl dd h5,
        article section.section03 dl dd h5,
        article section.section04 div dl dd h5,
        article section.section05 dl dd h5 {
          font-size: 1.3em;
          margin-bottom: 10px; }
        article section.section01 dl dd h6,
        article section.section02 div dl dd h6,
        article section.section03 dl dd h6,
        article section.section04 div dl dd h6,
        article section.section05 dl dd h6 {
          font-size: 1.15em;
          margin-bottom: 15px; }
      article section.section01 dl dt:last-of-type,
      article section.section01 dl dd:last-of-type,
      article section.section02 div dl dt:last-of-type,
      article section.section02 div dl dd:last-of-type,
      article section.section03 dl dt:last-of-type,
      article section.section03 dl dd:last-of-type,
      article section.section04 div dl dt:last-of-type,
      article section.section04 div dl dd:last-of-type,
      article section.section05 dl dt:last-of-type,
      article section.section05 dl dd:last-of-type {
        border-bottom: 1px solid #000; }
  article section.section01,
  article section.section03 {
    margin: 0 auto 60px; }
  article section.section01 p {
    font-size: 2.75em;
    text-align: center;
    line-height: 1.75em;
    font-weight: bold; }
  article section.section02 div p,
  article section.section03 p {
    font-size: 2.25em;
    text-align: center;
    line-height: 1.75em; }
  article section.section04 > div {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    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.section04 > div h4 {
      width: 100%; }
    article section.section04 > div > div {
      width: 47.5%;
      max-width: 575px;
      position: relative;
      margin: 0 0 60px; }
      article section.section04 > div > div h5 {
        font-size: 1em;
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #000;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex; }
      article section.section04 > div > div h5:before {
        content: attr(data-text);
        font-size: 1.5em;
        margin-right: 10px;
        font-weight: bold; }
      article section.section04 > div > div ul li {
        position: relative;
        padding-left: 15px;
        margin-bottom: 10px;
        line-height: 1.5em;
        font-size: 1.1em; }
      article section.section04 > div > div ul li:before {
        content: "";
        width: 5px;
        height: 5px;
        display: block;
        border: 1px solid #000;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 8px; }
    article section.section04 > div > div:last-of-type {
      margin: 0; }
  article section.section05 {
    max-width: 650px;
    width: 90%;
    margin: 0 auto 60px; }
    article section.section05 svg {
      display: block;
      color: #a69dc8;
      margin: 0 auto 30px; } }
@media screen and (max-width: 768px) {
  article h2 {
    background: #f2f7fa;
    text-align: center;
    line-height: 1em;
    padding: 30px;
    font-size: 2em;
    color: #000;
    margin-bottom: 30px; }
  article section {
    margin: 0 auto; }
  article section.section02,
  article section.section04 {
    padding: 30px 0;
    margin-bottom: 30px;
    background: #f2f7fa; }
  article section.section01,
  article section.section02 div,
  article section.section03,
  article section.section04 div,
  article section.section05 {
    width: 90%;
    margin: 0 auto; }
    article section.section01 h4,
    article section.section02 div h4,
    article section.section03 h4,
    article section.section04 div h4,
    article section.section05 h4 {
      font-size: 1.3em;
      font-weight: bold;
      letter-spacing: 0.1em;
      line-height: 1em;
      margin-bottom: 30px;
      text-align: center; }
    article section.section01 h4:before,
    article section.section02 div h4:before,
    article section.section03 h4:before,
    article section.section04 div h4:before,
    article section.section05 h4:before {
      content: "";
      display: block;
      width: 100px;
      height: 1px;
      background: #000;
      margin: 0 auto 30px; }
  article section.section01 p {
    font-size: 1.8em;
    text-align: center;
    line-height: 1.75em;
    font-weight: bold; }
  article section.section02 div p,
  article section.section03 p {
    font-size: 1.2em;
    text-align: center;
    line-height: 1.75em;
    margin-bottom: 0; }
  article section.section01,
  article section.section03 {
    margin: 0 auto 45px; }
    article section.section01 div,
    article section.section03 div {
      margin-bottom: 0; }
  article section.section04 > div {
    width: 90%;
    margin: 0 auto; }
    article section.section04 > div > div {
      width: 100%;
      position: relative;
      margin: 0 0 45px; }
      article section.section04 > div > div h5 {
        font-size: 1em;
        margin-bottom: 20px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex; }
      article section.section04 > div > div h5:before {
        content: attr(data-text);
        font-size: 1.5em;
        margin-right: 10px;
        font-weight: bold; }
      article section.section04 > div > div ul li {
        position: relative;
        padding-left: 15px;
        margin-bottom: 10px;
        line-height: 1.5em;
        font-size: 1.1em; }
      article section.section04 > div > div ul li:before {
        content: "";
        width: 5px;
        height: 5px;
        display: block;
        border: 1px solid #000;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 8px; }
    article section.section04 > div > div:last-of-type {
      margin: 0; }
  article section.section05 {
    margin-bottom: 30px; }
    article section.section05 svg {
      display: block;
      color: #a69dc8;
      margin: 0 auto 30px; } }
