@charset "utf-8";
body#page .PageContainer .post_title {
  text-align: center;
}
body#page .PageContainer .eyecatch {
  text-align: center;
}
.page_content .error-message {
  text-align: center;
}
.page_content table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
}
.page_content table th, .page_content table td {
  border-bottom: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
}
.page_content table th {}
.page_content table td {}
.page_content p, .page_content ol li, .page_content ul li {
  line-height: 1.8;
}
.page_content ol li + li, .page_content ul li + li {
  margin-top: 15px;
}
.page_content ol li {
  counter-increment: number;
}
.page_content ol li:before {
  content: counter(number)".";
  padding-right: 15px;
}
@media screen and (min-width: 767px) {
  body#page .PageContainer .post_title {
    font-size: 30px;
    margin-bottom: 30px;
  }
  body#page .PageContainer .eyecatch {
    margin-bottom: 50px;
  }
  .page_content .error-message {
    margin-bottom: 50px;
  }
  .main_contents .page_content {
    padding: 0 0 50px 0;
  }
  .main_contents .section-header {
    margin-top: 50px;
  }
  .page_content table th, .page_content table td {
    padding: 15px 20px;
    font-size: 18px;
  }
  .page_content h2 {
    font-size: 28px;
    margin: 40px 0;
  }
  .page_content h3 {
    font-size: 22px;
    margin: 20px 0;
  }
}
@media screen and (max-width: 768px) {
  body#page .PageContainer .post_title {
    font-size: 6.7vw;
    margin-bottom: 8vw;
  }
  body#page .PageContainer .eyecatch {
    margin-bottom: 8vw;
  }
  .page_content .error-message {
    margin-bottom: 10vw;
  }
  .main_contents .page_content {
    padding: 0 0 8vw 0;
  }
  .main_contents .section-header {
    margin-top: 8vw;
  }
  .page_content table th, .page_content table td {
    padding: 4vw;
  }
  .page_content h2 {
    font-size: 3.8vw;
    margin: 6vw 0;
  }
  .page_content h3 {
    font-size: 3.4vw;
    margin: 4vw 0;
  }
}