body {
  font-size: 15px;
  font-weight: normal;
  line-height: 1.8; }

section {
  width: 1024px;
  margin: 0 auto 70px auto;
  position: relative; }

section::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: -10px;
  width: 280px;
  height: 1px;
  background-color: #000; }

ul li {
  list-style: none;
  margin: 0; }

ol li {
  list-style: none;
  margin: 0; }

p {
  text-align: justify;
  text-align-last: left;
  text-justify: inter-character; }

a {
  transition-duration: 0.3s; }

a:hover {
  opacity: 0.7;
  transition-duration: 0.3s; }

header {
  width: 1024px;
  margin: 0 auto 70px auto; }
  header h2 {
    width: 500px;
    margin: 0 auto;
    padding: 70px 0 50px 0; }
  header dl {
    margin-bottom: 30px; }
    header dl dt {
      width: 280px;
      margin: 0 auto 10px auto; }
    header dl dd {
      width: 690px;
      margin: 0 auto; }
  header p {
    width: 700px;
    margin: 0 auto;
    font-size: 18px; }

.imgArea {
  width: 563px;
  float: left; }

.readArea {
  width: 395px;
  float: right;
  padding-top: 0px; }
  .readArea h3 {
    margin-bottom: 30px; }
  .readArea p {
    margin-bottom: 107px; }
  .readArea li {
    width: 195px;
    float: left; }
  .readArea li:last-child {
    float: right; }

.linkArea {
  clear: both;
  padding: 30px 0px; }
  .linkArea li {
    clear: both;
    margin-bottom: 10px;
    overflow: hidden; }
  .linkArea p {
    float: left; }
  .linkArea span {
    text-decoration: underline; }
  .linkArea span.tp {
    text-decoration: none;
    font-weight: 500;
    font-size: 16px; }
  .linkArea b {
    display: block;
    float: left;
    background: #000;
    border-radius: 10px;
    color: #fff;
    font-size: 13px;
    padding: 2px 10px;
    line-height: 1;
    margin: 4px 0 0 10px;
    font-weight: 300; }

#section3 .readArea li {
  width: 100%;
  text-align: center; }
  #section3 .readArea li img {
    width: 195px;
    margin: 0 auto; }

#section4 .readArea li {
  width: 100%;
  text-align: center; }
  #section4 .readArea li img {
    width: 195px;
    margin: 0 auto; }

#section5 {
  overflow: hidden;
  margin-bottom: 0px; }
  #section5 .readArea li {
    width: 100%;
    text-align: center; }
    #section5 .readArea li img {
      width: 195px;
      margin: 0 auto; }

#section6 {
  clear: both;
  padding: 30px 0;
  position: relative; }
  #section6 .imgArea {
    width: 563px;
    float: none;
    margin-left: 461px; }
  #section6 .linkArea {
    width: 395px;
    position: absolute;
    bottom: 30px;
    padding: 0px 0px; }
    #section6 .linkArea li {
      clear: both;
      margin-bottom: 10px;
      overflow: hidden; }
    #section6 .linkArea li:last-child {
      margin-bottom: 0; }
    #section6 .linkArea p {
      float: left; }
    #section6 .linkArea span {
      text-decoration: underline; }
    #section6 .linkArea span.tp {
      text-decoration: none;
      font-weight: 500;
      font-size: 15px; }
    #section6 .linkArea b {
      display: block;
      float: left;
      background: #000;
      border-radius: 10px;
      color: #fff;
      font-size: 13px;
      padding: 2px 10px;
      line-height: 1;
      margin: 4px 0 0 10px;
      font-weight: 300; }

#section5::after {
  height: 0px; }

.lastLink {
  clear: both; }
  .lastLink a {
    display: block;
    width: 500px;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    padding: 15px 0;
    border: 1px solid #000; }
  .lastLink a:hover {
    background: #000;
    color: #fff;
    opacity: 1; }

.lastLink::after {
  height: 0px; }
