@charset "UTF-8";
@media print, screen and (min-width: 769px) {
  article {
    margin-bottom: 150px;
    top: 50px;
    position: relative;
  }
  article h2 {
    position: relative;
    overflow: hidden;
    font-family: "Times New Roman", "游明朝", "kozuka-mincho-pr6n", serif, YuMincho, "Hiragino Mincho ProN";
    font-size: 3.5em;
    margin-bottom: 30px;
    text-align: center;
  }
  article section {
    margin: 0 auto;
    width: 96%;
    max-width: 800px;
    clear: both;
  }
  article section h3 {
    font-size: 2em;
    margin-bottom: 20px;
    padding-bottom: 20px;
    line-height: 1.25em;
    border-bottom: 5px solid #f7f7f2;
  }
  article section div:nth-of-type(1) {
    margin-bottom: 60px;
  }
  article section div:nth-of-type(1) figure {
    position: relative;
    margin-bottom: 30px;
  }
  article section div:nth-of-type(1) figure img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
  }
  article section div:nth-of-type(1) > div {
    width: 96%;
    max-width: 650px;
    margin: 0 auto;
    line-height: 1.75em;
  }
  article section div:nth-of-type(2) {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
  article section div:nth-of-type(2) dl {
    position: relative;
    width: 47.5%;
    margin-bottom: 60px;
  }
  article section div:nth-of-type(2) dl dt {
    margin-bottom: 15px;
    font-size: 1.2em;
  }
  article section div:nth-of-type(2) dl dd figure img {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }
  article section div:nth-of-type(2) dl dd figure figcaption {
    font-size: 0.9em;
    line-height: 1.5em;
  }
  article section div:nth-of-type(2) a,
  article section div:nth-of-type(3) a,
  article section div.button a {
    position: relative;
    width: 300px;
    height: 33px;
    display: block;
    text-align: center;
    line-height: 33px;
    background: #00af49;
    border-radius: 5px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    margin: 0 auto 30px;
  }
  article section div:nth-of-type(2) a:hover,
  article section div:nth-of-type(3) a:hover,
  article section div.button a:hover {
    background: #00ec83;
  }
}
