@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-text-size-adjust: none;
  line-height: 1;
}

* {
  box-sizing: border-box;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

a {
  color: #000;
}

a:hover {
  opacity: 0.8;
  transition: all .3s ease;
}

a[href^="tel:"] {
  cursor: default;
}

/*-----------------------------------
-------------   共通  --------------
------------------------------------*/

html {
  font-size: 62.5%;
}

body {
  width: 100%;
  min-width: 1200px;
  font-size: 1.6rem;
}

a,
a:hover {
  text-decoration: none;
  transition: all ease 0.3s;
}

.cf::after {
  content: "";
  display: block;
  clear: both;
}

.wrapper {
  width: 1200px;
  margin: 0 auto;
}

h1 {
  font-size: 1.2rem;
  color: #707070;
}

h2 {
  font-size: 4.7rem;
  color: #fff;
}

.fl {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
}

.fl-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.fl-end {
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}

.fl-bt {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.fl-wr {
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.arrow {
  position: relative;
}

.arrow-right::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18px;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.arrow-left a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 3px;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.pc-none {
  display: none;
}

.sp-none {
  display: block;
}

.br-none {
  display: none;
}

.arrow1 {
  position: relative;
  display: inline-block;
}

@media screen and (max-width: 1024px) {
  body {
    min-width: 100%;
  }

  .wrapper {
    width: 98%;
  }
}

@media screen and (max-width: 768px) {
  body {
    min-width: 300px;
  }

  .wrapper {
    width: 98%;
  }

  .fl-md {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
  }

  .fl-column-md {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .pc-none {
    display: block;
  }

  .sp-none {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .fl-column-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .br-none {
    display: block;
  }
}

/*----------------------------------
---------------- Top ---------------
------------------------------------*/

/* ------------ header --------------*/

header {
  padding: 10px 0 15px;
  position: fixed;
  min-width: 1200px;
  width: 100%;
  border-bottom: 5px solid #213491;
  background-color: #fff;
  z-index: 1000;
}

.h-logo-title a {
  display: inline-block;
  margin-top: 10px;
  font-size: 2.0rem;
  padding-left: 48px;
  line-height: 42px;
  height: 100%;
  background: url(img/logo.png) no-repeat left center / contain;
  font-family: "游明朝";
  font-weight: bold;
}

.header-menu {
  width: 500px;
  padding-top: 20px;
}

.header-menu li {
  text-align: center;
}

.header-menu li a {
  font-weight: bold;
}

.header-menu li a span {
  font-size: 1.2rem;
  display: block;
  color: #213491;
  padding-top: 5px;
}

@media screen and (max-width: 1024px) {
  header {
    min-width: 1024px;
  }

  .h-logo-title a {
    font-size: 1.6rem;
  }

  .header-menu {
    margin-right: 10px;
  }
}

@media screen and (max-width: 768px) {
  header {
    min-width: initial;
  }

  header h1 {
    display: none;
  }

  .h-logo-title a {
    font-size: 1.3rem;
    line-height: 28px;
    padding-left: 35px;

  }
}

@media screen and (max-width: 480px) {
  .h-logo-title a {
    line-height: 20px;
    padding-left: 45px;
  }
}


/* ------------ main --------------*/

main {
  padding-top: 90px;
}

.main-visual {
  padding-bottom: 41.66%;
  background: url(img/main-visual.png) no-repeat center center / cover;
  position: relative;
}

.main-visual h2 {
  position: absolute;
  top: 50%;
  line-height: 9rem;
  transform: translateY(-50%);
  font-family: "游明朝";
}

.page-discription {
  color: #213491;
  margin: 117px 0;
}

.page-disc-title {
  font-size: 2.4rem;
  text-align: center;
  line-height: 6.0rem;
  padding-bottom: 56px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
}

.num {
  text-align: center;
  margin: 30px 0 25px;
  font-size: 4.2rem;
  font-weight: bold;
}

.disc-box {
  width: 33.33%;
  border-left: 1px solid #213491;
  padding: 0 24px 25px;
  line-height: 3.2rem;
}

.disc-box:last-child {
  border-right: 1px solid #213491;
}

.news-sec {
  padding-bottom: 100px;
}

.news-title {
  background-color: #F3F3F3;
  justify-content: flex-end;
  flex-grow: 1;
  min-width: 300px;
}

.news-title h3 {
  padding-right: 124px;
  padding-top: 70px;
  font-size: 4.2rem;
  font-weight: bold;
}

.news-title h3 span {
  font-size: 1.8rem;
  font-weight: normal;
  display: block;
  padding: 8px 0;
}

.news-post-box ul {
  margin-right: calc((100vw - 1200px) / 2);
  margin-left: 24px;
  width: 800px;
  flex-basis: 800px;
}

.news-post-box li {
  border-top: 1px solid #C8C8C8;
  position: relative;
  line-height: 22px;
}

.news-post-box li:last-child {
  border-bottom: 1px solid #C8C8C8;
}

.news-post-box li::after {
  content: "";
  position: absolute;
  top: 50%;
  z-index: 100;
  bottom: 0;
  right: 5px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #213491;
  border-right: 2px solid #213491;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.news-post-box li a {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  padding-right: 50px;
  padding: 27px 50px 27px 10px;
}

.news-post-box li a .date {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  align-items: center;
  margin-right: 34px;
}

.news-post-index {
  text-align: right;
  margin-top: 16px;
  margin-right: calc((100vw - 1200px) / 2);
}

.news-post-index a {
  padding-left: 20px;
}

.news-post-index a::before {
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  width: 18px;
  height: 18px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #213491;
}

.news-post-index a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 4px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.equipment-sec div {
  width: 50%;
  height: 425px;
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
}

.equipment-sec div a {
  color: #fff;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}

.equipment-sec div p {
  line-height: 4.2rem;
}

.left-item {
  background: url(img/top-back1.png) no-repeat center center / cover;
}

.right-item {
  background: url(img/top-back2.png) no-repeat center center / cover;
}

.equipment-sec div span {
  display: block;
  width: 100%;
  font-size: 18px;
}

.other-link-sec {
  background: url(img/top-back3.png);
  padding: 100px 0;
}

.other-link-sec p {
  text-align: center;
  padding-bottom: 35px;
  font-size: 22px;
  font-weight: bold;
}

.other-link-sec .wrapper {
  text-align: center;
}

.other-link-sec .item-3 {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}

.other-link .item-3 {
  width: 380px;
}

.footer-wrapper {
  background: #213491;
}

.footer .f-left p {
  align-items: center;
  color: #fff;
  display: inline-block;
  padding-left: 45px;
  line-height: 4.0rem;
  margin: 26px 0;
  background: url(img/logo-w.png) no-repeat left center / contain;
  font-weight: bold;
  font-family: "游明朝";
}

.footer .f-right {
  margin-top: 30px;
}

.footer .f-right ul li {
  margin-left: 45px;
}

.footer .f-right ul li a {
  color: #fff;
  font-size: 1.4rem;
}

.footer .f-right ul li a::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 10px;
  background-color: #fff;
}

.copy-right {
  text-align: center;
  font-size: 1.3rem;
  color: #fff;
  background: #0A1134;
  padding: 16px 0;
}

@media screen and (max-width: 1200px) {
  .news-sec {
    width: 1200px;
  }

  .news-post-box ul {
    width: 70%;
    flex-basis: initial;
    margin-right: 0;
  }

  .news-post-index {
    margin-right: 0;
  }
}

@media screen and (max-width: 1024px) {
  .news-sec {
    width: 1024px;
  }
}


@media screen and (max-width: 768px) {
  main {
    padding-top: 64px;
  }

  .main-visual h2 {
    font-size: 1.8rem;
    line-height: 3.6rem;
    left: 20%;
  }

  .page-discription {
    margin: 20px;
  }

  .page-disc-title {
    font-size: 1.6rem;
    line-height: 3.2rem;
    text-align: left;
  }

  .disc-box {
    width: 100%;
    border-left: none;
    padding-bottom: 40px;
    border-top: 1px solid #213491;
  }

  .disc-box:last-child {
    border-right: none;
    border-bottom: 1px solid #213491;
  }

  .news-sec {
    width: 100%;
    padding-bottom: 40px;
  }

  .news-title {
    background: none;
    display: block;
    text-align: center;
    margin-top: 80px;
  }

  .news-title h3 {
    padding: 0 0 30px;
    font-size: 2.8rem;
  }

  .news-title h3 span {
    font-size: 1.5rem;
    padding-top: 10px;
  }

  .news-post-box ul {
    width: 96%;
    margin: 0 auto;
  }

  .news-post-box li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 40px 20px 10px;
    line-height: 2.4rem;
  }

  .news-post-box li a .date {
    margin: 0 0 10px 0;
  }

  .news-post-index {
    margin-right: 15px;
  }

  .equipment-sec .right-item {
    margin-top: 5px;
  }

  .equipment-sec div {
    height: 240px;
  }

  .equipment-sec div p {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }

  .equipment-sec div span {
    font-size: 1.2rem;
  }

  .other-link-sec {
    padding: 40px 20px;
  }

  .other-link-sec p {
    font-size: 18px;
    line-height: 2.4rem;
  }

  .other-link-sec .item-3 {
    width: 48%;
    margin-bottom: 20px;
  }

  .other-link-sec .item-3 img {
    width: 100%;
  }

  .f-left {
    justify-content: center;
    width: 100%;
  }

  .f-right {
    display: none;
  }

  .copy-right {
    font-size: 1.0rem;
    line-height: 2.0rem;
  }
}

@media screen and (max-width: 480px) {
  .main-visual h2 {
    font-size: 1.8rem;
    line-height: 2.4rem;
    left: 10%;
  }

  .equipment-sec div {
    width: 100%;
    height: 180px;
  }

  .footer .f-left p {
    font-size: 1.2rem;
    line-height: 3.0rem;
    padding-left: 40px;
    margin: 16px 0;
  }
}

/*----------------------------------
---------------- sub ---------------
------------------------------------*/

/* ------------ info --------------*/

.news-post-box02 ul {
  width: 100%;
}

.news-post-box02 li {
  border-top: 1px solid #C8C8C8;
  position: relative;
  line-height: 22px;
}

.news-post-box02 li:last-child {
  border-bottom: 1px solid #C8C8C8;
}

.news-post-box02 li::after {
  content: "";
  position: absolute;
  top: 50%;
  z-index: 100;
  bottom: 0;
  right: 5px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #213491;
  border-right: 2px solid #213491;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.news-post-box02 li a {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  padding-right: 50px;
  padding: 27px 50px 27px 10px;
}

.news-post-box02 li a .date {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  align-items: center;
  margin-right: 34px;
}

.news-post-con h2 {
  margin-top: 10px;
  color: #0A1134;
  font-size: 2.4rem;
  font-weight: bold;
  padding-bottom: 6px;
  border-bottom: 2px solid #0A1134;
  margin-bottom: 10px;
}

.sub-page-con .news-post-box02 a {
  text-decoration: none;
}

.info {
  line-height: 2;
}

.info a {
  text-decoration: underline;
}

.info h2 {
  color: #003D63;
  padding-top: 1%;
  padding-bottom: 1%;
  display: block;
  font-size: 140%;
  margin-bottom: 1em;
  border-top: 1px solid #072134;
  border-bottom: 1px solid #072134;
  font-weight: bold;
  margin-top: 2em;
}

.info h3 {
  color: #003D63;
  padding-left: 1%;
  display: block;
  font-size: 130%;
  margin-bottom: 1em;
  margin-top: 1em;
  border-left: 3px solid #072134;
  font-weight: bold;
}

.info h4 {
  color: #003D63;
  display: block;
  font-size: 120%;
  margin-bottom: 1em;
  font-weight: bold;
}

.info h5 {
  color: #003D63;
  display: block;
  font-size: 110%;
  margin-bottom: 1em;
  font-weight: bold;
}

.info h6 {
  color: #003D63;
  display: block;
  font-size: 100%;
  margin-bottom: 1em;
  font-weight: bold;
}

.info ul {
  margin-right: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  list-style-position: inside;
  list-style-type: disc;
  list-style-image: none;
}

.info li {
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 1em;
  border-bottom: none;
}

.info ol {
  margin-right: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  list-style-position: inside;
  list-style-type: decimal
}

.info table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 1.5em;
  width: 100%;
}

.info th {
  font-weight: bold;
  color: #003D63;
}

.info th,
td {
  padding: 6px 10px;
  border: 1px solid #EAEAEA;
}

.info caption,
th,
td {
  text-align: left;
}

.info img {
  height: auto;
}

.detail-btn {
  margin-top: 4em;
  text-align: center;
}

.sub-page-con .detail-btn a {
  border: 1px solid #ccc;
  padding: 17px 60px 17px 60px;
  text-decoration: none;
}

.detail-btn a:hover {
  background-color: #ccc;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignright {
  float: right;
  margin-left: 5px;
}

.alignleft {
  float: left;
  margin-right: 5px;
}

/* ------------ microscope --------------*/

.sub-header h2 {
  text-align: center;
  font-size: 4.7rem;
  padding: 100px 0;
  font-family: "游明朝";
}

.sub-header h2 span {
  font-size: 1.4rem;
  display: block;
  padding-top: 10px;
  font-family: "游ゴシック体";
}

.micro-header {
  background: url(img/header01.png) no-repeat center center / cover;
}

.bread-crumb {
  margin: 12px 0;
  font-size: 1.2rem;
}

.bread-crumb ul li {
  margin-right: 10px;
}

.bread-crumb ul li a {
  margin-right: 10px;
  font-size: 1.2rem;
}

.sub-page-con {
  margin-top: 90px;
}

.sub-page-con a {
  text-decoration: underline;
}

.sub-con-block {
  margin-bottom: 90px;
}

.sub-con-block h3 {
  font-size: 3.3rem;
  font-weight: bold;
  color: #213491;
  text-align: center;
  position: relative;
  margin-bottom: 60px;
}

.sub-con-block h3 .sp-none {
  display: inline-block;
}

.sub-con-block h3::before,
.sub-con-block h3::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 5px;
  bottom: -15px;
}

.sub-con-block h3::before {
  left: 50%;
  margin-left: 2px;
  background-color: #95A7FF;
}

.sub-con-block h3::after {
  background-color: #213491;
  right: 50%;
}

.sub-con-block table td {
  font-size: 1.2rem;
  line-height: 2rem;
  vertical-align: middle;
  padding: 26px 15px;
  color: #707070;
  text-align: center;
}

.sub-con-block table td a {
  background-color: #643731;
  width: 100px;
  height: 28px;
  text-align: center;
  line-height: 2.8rem;
  display: inline-block;
  border-radius: 6px;
  color: #fff;
}

.sub-con-block table td a {
  text-decoration: none;
}

.table-con {
  width: 1180px;
  overflow: hidden;
}

.lock-box {
  float: left;
  width: 15%;
}

.scroll_box {
  float: left;
  width: 83%;
  overflow-x: auto;
}

.lock-box table {
  table-layout: fixed;
  border-left: 1px solid #CCC;
  width: 100%;
}

.lock-box table td {
  text-align: left;
  color: #213491;
  font-weight: bold;
}

table.data {
  width: 100%;
  border-spacing: 0;
}

table.data th,
table.data td {
  box-sizing: initial;
  height: 105px;
  vertical-align: middle;
  padding: 1px 3px;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}

.logbox tr td:first-child {
  box-sizing: initial;
  height: 105px;
  vertical-align: middle;
  padding: 1px 3px;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  text-align: left;
  color: #213491;
  font-weight: bold;
}

.d-no {
    display: none;
}

table.data th {
  text-align: center;
}

table.data tr:nth-child(even) {
  background-color: #FCF7EF;
}

.even tr:nth-child(odd) {
  background-color: #FCF7EF;
}

.even table.data tr:nth-child(even) {
  background-color: #fff;
}

table.data th {
  border-top: 1px solid #CCC;
  background: #213491;
  color: #fff;
  line-height: 1.5rem;
  height: 70px;
  font-size: 1.2rem;
}

table.data .b_w {
  border-top: 1px solid #CCC;
  background: white;
  color: #000;
  line-height: 1.6rem;
}

table.data .b_v {
  border-top: 1px solid #CCC;
  background: #FF9797;
  color: #000;
  line-height: 1.6rem;
}

table.data .b_b {
  border-top: 1px solid #CCC;
  background: #5FB4DC;
  color: #000;
  line-height: 1.6rem;
}

table.data .b_y {
  border-top: 1px solid #CCC;
  background: #C0F383;
  color: #000;
  line-height: 1.6rem;
}

table.data .b_r {
  border-top: 1px solid #CCC;
  background: #FA4747;
  color: #000;
  line-height: 1.6rem;
}

table.data th{
  white-space: nowrap;
}

table.data td.left {
  text-align: left;
}

table tr.h-100 th,
table tr.h-100 td {
  height: 50px;
}

.h-200 table th,
.h-200 table td {
  height: 200px;
}

.sub-con-block table .arrow-right a::before {
  width: 6px;
  height: 6px;
  right: 56px;
}

.sub-con-block h4 {
  color: #213491;
  margin-bottom: 10px;
  font-weight: bold;
}

.sub-con-block ul {
  margin-bottom: 40px;
}

.sub-con-block ul li {
  padding-left: 18px;
  text-indent: -18px;
  color: #333333;
  line-height: 3.2rem;
}

.sub-con-block ul li::before {
  content: "";
  display: inline-block;
  margin-right: 8px;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: #666666;
}

.img-disc {
  padding: 60px 0 15px;
  text-align: center;
  font-size: 2.0rem;
  font-weight: bold;
  color: #213491;
}

.con-img-center {
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .table-con {
    width: 100%;
    overflow: hidden;
  }

  .con-img-center img {
    width: 100%;
  }
}

/* ------------ cell-sorter --------------*/

.cell-sorter-header {
  background: url(img/header02.png) no-repeat center center / cover;
}

table.data .row-2 {
  height: 100px;
}

table.data .light-b {
  background-color: #6777C4;
}

.sub-con-block li a {
  text-decoration: underline;
  color: #213491;
}

@media screen and (max-width: 768px) {
  .sub-header h2 {
    text-align: center;
    font-size: 2.6rem;
    padding-top: 10%;
    padding-bottom: 8%;
  }

  .sub-header h2 span {
    font-size: 1.4rem;
    display: block;
    padding-top: 10px;
  }

  .sub-page-con {
    margin-top: 40px;
  }

  .sub-con-block h3 {
    font-size: 2.2rem;
  }

  .sub-con-block h3 .sp-none {
    display: none;
  }

  .sub-con-block {
    position: relative;
  }

  .table-con {
    width: 97%;
  }

  .lock-box table.data th,
  .lock-box table.data td {
    white-space: normal;
    padding: 2px 5px;
    line-height: 2rem;
    font-size: 1.2rem;
  }

  div.lock-box {
    float: left;
    width: 110px;
  }

  .sub-con-block table .arrow-right a::before {
    right: 26px;
  }

  .scroll_box {
    width: calc(100% - 110px);
  }

  .sub-con-block table tr span {
    display: none;
  }

  .con-img-center img {
    width: 100%;
  }

  .news-post-con h2 {
    font-size: 1.8rem;
  }

  .sub-page-con .detail-btn a {
    padding: 8px 20px 8px 20px;
  }
}



*.logbox {
  width: 100%;
  height: 400px;
  margin-bottom: 4em;
  overflow-y: auto;
  margin-bottom: 1em;
}


#wp_page_numbers,
#wp_page_numbers ul,
#wp_page_numbers li,
#wp_page_numbers a {
  font-size: 100%
}

#wp_page_numbers {
  margin: 0;
  width: 100%;
  text-align: center;
  clear: both;
 padding-top: 30px;
  padding-bottom: 30px;
}

#wp_page_numbers ul {
  width: 100%;
  margin-bottom: 10px;
  padding: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  text-align: center;
  display: inline;
}

#wp_page_numbers li {
  margin: 2px;
  padding: 0px;
  display: inline;
}

#wp_page_numbers a {
  padding: 3px;
  padding-left: 8px;
  padding-right: 8px;
  margin-left: 2px;
  margin-right: 2px;
  margin-bottom: 5px;
  color: #333;
  display: inline;
  text-align: center;
  border: 1px solid #D8D8D8;
  background-color: #F3F3F3
}

#wp_page_numbers li a:hover {
  text-decoration: underline;
  background-color: #C0C0C0;
  border-color: #C1C1C1;
}

#wp_page_numbers li.active_page a {
  border-color: #686868;
}

#wp_page_numbers li.active_page a:hover {
  color: black;
  /* IE fix */
  text-decoration: underline;
  border-color: #7A7A7A;
}

#wp_page_numbers li.page_info {
  display: inline;
  padding: 3px;
  padding-left: 5px;
  padding-right: 5px;
  margin-right: 2px;
  color: #666;
  font-size: 11px;
  border: 2px solid #888888
}