@charset "UTF-8";
/* CSS Document */
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, 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-style: normal;
  font-weight: normal;
  font-size: 1rem;
  vertical-align: baseline;
}

strong {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: bold;
  font-size: 100%;
  vertical-align: baseline;
}

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

html {
  overflow-y: scroll;
}

blockquote, q {
  quotes: none;
}

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

input, textarea {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

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

caption, th {
  text-align: left;
}

a:focus {
  outline: none;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #aaa;
}

input::placeholder, textarea::placeholder {
  color: #aaa;
}

main {
  display: block;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/*---- body, wrap, inner ----*/
html {
  width: 100%;
  margin: 0;
  padding: 0;
  color: #313131;
  font-size: 16px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif !important;
  line-height: 160%;
  text-align: center;
  word-wrap: break-word;
  overflow-x: hidden;
}

body {
  width: 100%;
  margin: 0;
  padding: 0;
}

.inner {
  position: relative;
  width: 1260px;
  margin: 0 auto;
}

.innerS {
  position: relative;
  width: 960px;
  margin: 0 auto;
}

.innerW {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0 10px;
}

@media screen and (max-width: 1280px) {
  .inner {
    width: 100%;
    padding: 0 10px;
  }
}
@media screen and (max-width: 980px) {
  .innerS {
    width: 100%;
    padding: 0 10px;
  }
}
/*---- header ----*/
#headerWrap {
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 9000;
  text-align: left;
  border-bottom: 1px #eee solid;
}
#headerWrap .h1wrap h1 a {
  display: inline-block;
  height: 50px;
  color: #313131;
  font-weight: bold;
  text-decoration: none;
  line-height: 50px;
  text-align: left;
}
#headerWrap .account {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  float: right;
  padding-top: 5px;
}
#headerWrap .account .box {
  height: 50px;
  padding: 5px 0;
  margin-left: 20px;
}
#headerWrap .account p {
  line-height: 30px;
  font-size: 14px;
  text-align: center;
}
#headerWrap .account a {
  display: inline-block;
  height: 30px;
  padding: 0 20px;
  border: 1px #333 solid;
  border-radius: 5px;
  line-height: 30px;
  color: #000;
  font-size: 14px;
  text-decoration: none;
}
#headerWrap .account a:hover {
  background: #eee;
}
#headerWrap table.kijun {
  width: 100%;
  line-height: 1.5;
}
#headerWrap table.kijun caption {
  font-size: 1.25rem;
  text-align: center;
  line-height: 1.25;
}
#headerWrap table.kijun tr th {
  background: #666;
  padding: 10px;
  border: 2px #fff solid;
  border-radius: 8px 8px 0 0;
  text-align: center;
}
#headerWrap table.kijun tr th p.title {
  margin-bottom: 0.25rem;
  color: #fff;
  font-size: 1.125rem;
  font-weight: bold;
}
#headerWrap table.kijun tr th p.caption {
  color: #fff;
  font-size: 0.75rem;
}
#headerWrap table.kijun tr th.s {
  padding: 2px 10px;
}
#headerWrap table.kijun tr td {
  padding: 10px;
  background: #eee;
  border: 2px #fff solid;
}
#headerWrap table.kijun tr td p {
  font-size: 0.75rem;
  text-align: left;
  line-height: 1.75;
}
#headerWrap table.kijun tr td p.s {
  line-height: 1.25;
}
#headerWrap table.kijun tr.bottom td {
  padding: 2px 10px;
  border-radius: 0 0 10px 10px;
}
#headerWrap table.kijun tr.bottom td p {
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
}
#headerWrap .naviWrap {
  width: 100%;
  background: #eee;
  border-bottom: 1px #fff solid;
  line-height: 30px;
}
#headerWrap .naviWrap i {
  margin-right: 0.5em;
  color: #999;
  font-size: 12px;
}
#headerWrap .naviWrap span {
  margin-right: 0.5em;
  font-size: 14px;
}
#headerWrap .naviWrap a {
  color: #000;
  font-size: 14px;
}
#headerWrap .naviWrap a:hover {
  text-decoration: none;
}
#headerWrap .naviWrap .menuBar {
  display: inline-block;
  width: 120px;
  min-height: 30px;
  padding: 0 1em;
  background: #fcfcfc;
  border: 2px #eee solid;
  border-radius: 5px;
}
#headerWrap .naviWrap #gNavi {
  width: 100%;
  margin-left: 100px;
  margin-bottom: 1em;
  height: 100%;
  max-height: 90vh;
  overflow-y: auto;
  display: none;
}
#headerWrap .naviWrap #gNavi dl.bu {
  display: flex;
  width: 100%;
}
#headerWrap .naviWrap #gNavi dl.bu > dt {
  flex: 1;
  max-width: 180px;
  min-width: 180px;
}
#headerWrap .naviWrap #gNavi dl.bu > dd {
  flex: 9;
  text-align: left;
}
#headerWrap .naviWrap #gNavi dl.bu > dd > span {
  width: 100px;
}
#headerWrap .naviWrap #gNavi dl.eigyo {
  flex: 1;
  display: flex;
}
#headerWrap .naviWrap #gNavi dl.eigyo > dt {
  flex: 1;
  max-width: 180px;
  min-width: 180px;
}
#headerWrap .naviWrap #gNavi dl.eigyo > dd {
  flex: 8;
}
#headerWrap .naviWrap #gNavi ul.yaku {
  flex: 1;
  clear: both;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
}
#headerWrap .naviWrap #gNavi ul.yaku > li {
  flex: 1;
  max-width: 100px;
  min-width: 100px;
}

@media screen and (max-width: 1280px) {
  #headerWrap .naviWrap #gNavi {
    margin-left: 0;
  }
  #headerWrap .naviWrap #gNavi ul.yaku > li.h {
    flex: 1;
    max-width: 100%;
    min-width: 100%;
  }
}
/*---- main article　----*/
#mainWrap {
  display: block;
  padding-top: 80px;
}

#articleWrap {
  width: 100%;
  padding-top: 20px;
}

#articleWrap.enqPage {
  padding-top: 260px;
}

#articleWrap a {
  text-decoration: none;
}

#articleWrap a:hover, button:hover {
  text-decoration: none;
  opacity: 0.75;
  filter: alpha(opacity=75);
  -ms-filter: "alpha(opacity=75)";
  transition: 0.3s;
}

#articleWrap .anchorPoint {
  margin-top: -60px;
  padding-top: 60px;
}

@media screen and (max-width: 768px) {
  #articleWrap {
    padding-top: 40px;
  }
}
/*-------- section --------*/
section {
  width: 100%;
}

section .mb {
  display: none;
}

section .mb120 {
  margin-bottom: 120px;
}

section .mb60 {
  margin-bottom: 60px;
}

section .mb40 {
  margin-bottom: 40px;
}

section .mb20 {
  margin-bottom: 20px;
}

section .tableWrap {
  display: table;
}

section .tableWrap.fixed {
  display: table;
  table-layout: fixed;
}

section .tableWrap .box {
  display: table-cell;
}

section .tableWrap .box.top {
  vertical-align: top;
}

section .tableWrap .box.mid {
  vertical-align: middle;
}

section .tableWrap .box.left {
  text-align: left;
}

section .tableWrap .box.center {
  text-align: center;
}

@media screen and (max-width: 768px) {
  section .mb120 {
    margin-bottom: 60px;
  }
  section .mb60 {
    margin-bottom: 40px;
  }
  section .mb40 {
    margin-bottom: 30px;
  }
  section .mb20 {
    margin-bottom: 15px;
  }
  section .tableWrap, section .tableWrap .box {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  section .pc {
    display: none;
  }
  section .mb {
    display: block;
  }
  section .mb120 {
    margin-bottom: 40px;
  }
  section .mb60 {
    margin-bottom: 30px;
  }
  section .mb40 {
    margin-bottom: 20px;
  }
  section .mb20 {
    margin-bottom: 10px;
  }
}
/* page */
h2 {
  width: 100%;
  height: 40px;
  margin-bottom: 40px;
  background: #2B4296;
  border-radius: 5px;
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
}

h3 {
  width: 100%;
  height: 32px;
  margin-bottom: 40px;
  background: #4875D5;
  border-radius: 5px;
  padding: 0 2em;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  line-height: 32px;
}

.backpage {
  text-align: left;
}

.loginWrap {
  text-align: center;
}
.loginWrap p {
  margin-bottom: 40px;
}

.leadWrap {
  text-align: center;
}
.leadWrap p {
  margin-bottom: 10px;
}
.leadWrap .target {
  width: 80%;
  margin: 0 auto;
  padding: 1em 10px;
  border: 1px #999 solid;
  border-radius: 5px;
}
.leadWrap .target P {
  line-height: 40px;
  margin: 0;
}
.leadWrap .target P span {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 40px;
}

.formWrap {
  text-align: left;
}
.formWrap p {
  margin-bottom: 10px;
}

.formNotice {
  display: none;
  width: 80%;
  margin: 0 auto 60px auto;
  padding: 1em 10px;
  border: 1px #f00 solid;
  border-radius: 5px;
}
.formNotice P {
  color: #f00;
  line-height: 40px;
  margin: 0;
  text-align: center;
}

dl.enq {
  margin-bottom: 10px;
  padding-bottom: 1px;
}
dl.enq dt {
  margin-bottom: 10px;
}
dl.enq dt p {
  display: inline;
  border-bottom: 2px #D0DCF0 solid;
  font-size: 1.125rem;
}
dl.enq dd {
  height: 60px;
  margin-bottom: 10px;
  padding: 0 2em;
}
dl.enq dd p {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  font-size: 1rem;
  line-height: 38px;
}
dl.enq dd p input {
  flex: 1;
}
dl.enq dd p input.none {
  flex: 5;
}
dl.enq dd p label.none {
  font-size: 0.5em;
}
dl.enq dd p.s {
  display: block !important;
}
dl.enq dd p.s span {
  display: inline-block;
  width: 8em;
}
dl.enq dd.text {
  height: 180px;
}

dl.conf dt {
  margin-bottom: 10px;
}
dl.conf dt p {
  display: inline;
  border-bottom: 2px #D0DCF0 solid;
  font-size: 1.125rem;
}
dl.conf dd {
  margin-bottom: 60px;
}
dl.conf dd p {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  font-size: 1rem;
  line-height: 38px;
}
dl.conf dd p input {
  flex: 1;
}
dl.conf dd p input.none {
  flex: 5;
}
dl.conf dd p label.none {
  font-size: 0.5em;
}

/* form */
input[type=radio] {
  display: none;
}

input[type=radio] + label {
  position: relative;
  display: inline-block;
  width: 24px;
  margin: 0 18px 0 1px;
  line-height: 42px;
  text-align: center;
}

input[type=radio] + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 32px;
  left: 0;
  width: 24px;
  height: 24px;
  background: #fff;
  border: 1px solid #999;
  border-radius: 50%;
}

input[type=radio]:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 35px;
  left: 3px;
  width: 20px;
  height: 20px;
  background: #999;
  border-radius: 50%;
}

input[type=radio] + label.none {
  width: 48px;
}

input[type=radio] + label.none::before {
  content: "";
  display: block;
  position: absolute;
  top: 32px;
  left: 12px;
  width: 24px;
  height: 24px;
  background: #fff;
  border: 1px solid #999;
  border-radius: 50%;
}

input[type=radio]:checked + label.none::after {
  content: "";
  display: block;
  position: absolute;
  top: 35px;
  left: 15px;
  width: 20px;
  height: 20px;
  background: #999;
  border-radius: 50%;
}

select[readonly],
input[type=radio][readonly],
input[type=checkbox][readonly] {
  pointer-events: none;
}

textarea {
  width: 100%;
  height: 10em;
  padding: 8px;
  margin: 1px 0;
  border: 1px #999 solid;
  font-size: 16px;
}

.conf label {
  color: #ccc;
}
.conf input[type=radio] + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 32px;
  left: 0;
  width: 24px;
  height: 24px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
}
.conf input[type=radio]:checked + label {
  color: #313131;
}
.conf input[type=radio] + label.none {
  width: 48px;
}
.conf input[type=radio] + label.none::before {
  content: "";
  display: block;
  position: absolute;
  top: 32px;
  left: 12px;
  width: 24px;
  height: 24px;
  background: #fff;
  border: 1px solid #999;
  border-radius: 50%;
}
.conf input[type=radio]:checked + label.none::after {
  content: "";
  display: block;
  position: absolute;
  top: 35px;
  left: 15px;
  width: 20px;
  height: 20px;
  background: #999;
  border-radius: 50%;
}

select {
  height: 28px;
  padding: 0 8px;
  border: 1px #eee solid;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
}

input[type=text], input[type=password] {
  width: 100%;
  max-width: 720px;
  height: 38px;
  padding: 0 8px;
  border: 1px #999 solid;
  border-radius: 5px;
  font-size: 16px;
}

.loginWrap input[type=text], .loginWrap input[type=password] {
  max-width: 320px;
}
.loginWrap .error {
  display: none;
  color: #f33;
}

.btn {
  margin-bottom: 2em;
}

input.submit, button.submit, a.submit {
  display: inline-block;
  width: 100%;
  max-width: 400px;
  height: 40px;
  margin: 0 auto;
  color: #fff;
  font-size: 1.125rem;
  text-align: center;
  border: none;
  border-radius: 6px;
  line-height: 40px;
  background: linear-gradient(to bottom, rgb(68, 114, 196) 0%, rgb(43, 66, 150) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#4472c4", endColorstr="#2b4296",GradientType=0 );
  box-shadow: inset 2px 2px 4px rgba(255, 255, 255, 0.3);
}

button.button, a.button {
  display: inline-block;
  width: 100%;
  max-width: 400px;
  height: 40px;
  background: #999;
  color: #fff;
  font-size: 1.125rem;
  text-align: center;
  border: none;
  border-radius: 6px;
  line-height: 40px;
  background: linear-gradient(to bottom, rgb(204, 204, 204) 0%, rgb(153, 153, 153) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#cccccc", endColorstr="#999999",GradientType=0 );
  box-shadow: inset 2px 2px 4px rgba(255, 255, 255, 0.3);
}

input.submit, button:hover, a:hover {
  cursor: pointer;
}

/*---- user ----*/
table.user {
  width: 100%;
  line-height: 1.5;
}
table.user caption {
  font-size: 1.25rem;
  text-align: center;
  line-height: 1.25;
}
table.user tr th {
  background: #666;
  padding: 10px;
  border: 2px #fff solid;
  border-radius: 8px 0 0 8px;
  text-align: center;
}
table.user tr th p {
  padding: 0;
  margin: 0;
  color: #fff;
  font-weight: bold;
  line-height: 1;
}
table.user tr td {
  padding: 10px;
  background: #eee;
  border: 2px #fff solid;
  border-radius: 0 8px 8px 0;
}
table.user tr td p {
  padding: 0;
  margin: 0;
  line-height: 1;
}

.linkBtn {
  width: 100%;
  text-align: center;
}
.linkBtn a {
  display: block;
  width: 50%;
  color: #333;
  margin: 0 auto;
  padding: 5px 3em;
  border: 1px #999 solid;
  border-radius: 5px;
  line-height: 30px;
}
.linkBtn a:hover {
  background: #efe;
}

ul.targetList {
  text-align: center;
}
ul.targetList li {
  width: 80%;
  margin: 0 auto 10px auto;
  border: 1px #999 solid;
  border-radius: 5px;
}
ul.targetList li p, ul.targetList li a {
  display: block;
  color: #333;
  margin: 0;
  padding: 5px 3em;
  line-height: 30px;
  text-align: left;
}
ul.targetList li p span.s, ul.targetList li a span.s {
  display: inline-block;
  width: 5em;
  font-size: 1.25rem;
  font-weight: bold;
}
ul.targetList li p span.l, ul.targetList li a span.l {
  display: inline-block;
  width: 11em;
  font-size: 1.25rem;
  font-weight: bold;
}
ul.targetList li p {
  color: #999;
  background: #eee;
}
ul.targetList li a:hover {
  background: #efe;
}

.selectWrap p {
  line-height: 2;
}

/* admin table - send mail */
table.adminTable {
  border-collapse: collapse;
  font-size: 10px;
  line-height: 120%;
  width: 100%;
}
table.adminTable caption {
  padding-left: 2em;
  background: #f9f9ff;
  border: 1px #999 solid;
  font-size: 16px;
  font-weight: bold;
  line-height: 28px;
}
table.adminTable th {
  padding: 3px 0;
  background: #f9f9f9;
  border: 1px #999 solid;
  font-size: 12px;
  font-weight: bold;
  line-height: 120%;
  text-align: center;
}
table.adminTable td {
  padding: 3px 0;
  border: 1px #999 solid;
  font-size: 12px;
  line-height: 120%;
  text-align: center;
}
table.adminTable .no-wrap {
  white-space: nowrap;
}
table.adminTable .w100 {
  width: 100px;
}
table.adminTable .w150 {
  width: 150px;
}
table.adminTable .w200 {
  width: 200px;
}
table.adminTable a {
  color: #33f;
}

.selfBorder {
  padding: 0.25em 1em;
  border: 2px #d33 solid;
  border-radius: 5px;
}

.upperBorder {
  padding: 0.25em 1em;
  border: 2px #33d solid;
  border-radius: 5px;
}

.peerBorder {
  padding: 0.25em 1em;
  border: 2px #3d3 solid;
  border-radius: 5px;
}

.lowerBorder {
  padding: 0.25em 1em;
  border: 2px #fa3 solid;
  border-radius: 5px;
}

.centerBorder {
  padding: 0.25em 1em;
  border: 2px #dd3 solid;
  border-radius: 5px;
}

.averageBorder {
  padding: 0.25em 1em;
  border: 2px #838 solid;
  border-radius: 5px;
}

.grayBorder {
  padding: 0.25em 1em;
  border: 2px #999 solid;
  border-radius: 5px;
}

.pointColor span {
  margin: 0 0.5rem;
}
.pointColor .point1 i {
  color: rgba(255, 87, 51, 0.5);
}
.pointColor .point2 i {
  color: rgba(255, 195, 0, 0.5);
}
.pointColor .point3 i {
  color: rgba(255, 215, 0, 0.5);
}
.pointColor .point4 i {
  color: rgba(154, 205, 50, 0.5);
}
.pointColor .point5 i {
  color: rgba(50, 205, 50, 0.5);
}
.pointColor .point6 i {
  color: rgba(0, 250, 154, 0.5);
}
.pointColor .point7 i {
  color: rgba(0, 206, 209, 0.5);
}
.pointColor .point8 i {
  color: rgba(65, 105, 225, 0.5);
}
.pointColor .point9 i {
  color: rgba(138, 43, 226, 0.5);
}
.pointColor .point10 i {
  color: rgba(238, 130, 238, 0.5);
}
.pointColor table {
  position: relative;
  font-size: 14px;
  margin: 0 auto;
}
.pointColor table caption {
  position: absolute;
  left: -110px;
  top: 10%;
}
.pointColor table tbody tr th {
  padding: 0 0.5em;
  border: 1px #ccc solid;
}
.pointColor table tbody tr td {
  padding-right: 0.5em;
  border: 1px #ccc solid;
  text-align: right;
}

.canvasWrap {
  padding: 20px 10px 10px 10px;
  border: 1px solid #313131;
  text-align: center;
}
.canvasWrap h4 {
  padding: 0 0.5em;
  border-bottom: 2px #2B4296 solid;
  font-weight: bold;
  text-align: left;
  margin: 0 auto 0 0;
}
.canvasWrap .qBox {
  width: 100%;
  padding: 0 0.5em;
  text-align: left;
}
.canvasWrap .commentBox {
  width: 100%;
  padding: 0 0.5em;
  text-align: left;
}
.canvasWrap .commentBox h5 {
  font-weight: bold;
}
.canvasWrap .canvasWrap2 {
  text-align: center;
}
.canvasWrap .canvasWrap2 .chart-container {
  margin-bottom: 10px;
}
.canvasWrap .canvasWrap2 .chart-container .caption {
  text-align: left;
  font-weight: bold;
}
.canvasWrap .canvasWrap2 .chart-container .chart-box {
  display: none;
  flex-wrap: wrap;
  justify-content: space-between;
}
.canvasWrap .canvasWrap2 .chart-container .chart-box .enqName {
  flex: 2;
}
.canvasWrap .canvasWrap2 .chart-container .chart-box .chart {
  flex: 14;
}
.canvasWrap .canvasWrap2 .chart-container .chart-box .chart canvas {
  width: 100%;
}
.canvasWrap .canvasWrap2 .chart-container .chart-box .total {
  flex: 1;
}

.commBox {
  border: 1px #999 solid;
  border-radius: 3px;
  padding: 1em;
}

/*---- footer ----*/
#footerWrap {
  width: 100%;
  height: 40px;
  background: #4472C4;
}

#footerWrap p {
  color: #fff;
  line-height: 40px;
}

.pagetop {
  display: block;
  position: fixed;
  bottom: 20px;
  right: 20px;
}

.pagetop a {
  display: block;
  width: 40px;
  height: 40px;
  background: #999;
  color: #fff;
  font-size: 1.125rem;
  text-align: center;
  line-height: 40px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

/*---- wp post ----*/
.postBox h1 {
  padding: 10px 20px;
  background: #eee;
  border-left: 10px #666 solid;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 150%;
}

.postBox h2 {
  padding: 5px 20px;
  background: #eee;
  border-left: 10px #666 solid;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 150%;
}

.postBox h3 {
  padding: 5px 20px;
  background: #eee;
  border-left: 10px #666 solid;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 150%;
}

.postBox h4 {
  padding: 5px 10px;
  background: #eee;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 150%;
}

.postBox h5 {
  padding: 5px 10px;
  background: #eee;
  font-size: 1rem;
  font-weight: bold;
  line-height: 150%;
}

.postBox h6 {
  font-size: 1rem;
  font-weight: bold;
  line-height: 150%;
}

.postBox * + p, .postBox * + ul, .postBox * + ol, .postBox * + table {
  margin-top: 1em;
  line-height: 200%;
}

.postBox hr {
  margin: 1em 0;
}

.postBox a {
  color: #00f;
}

.postBox strong, .postBox strong * {
  font-weight: bold;
}

.postBox em {
  font-style: italic;
}

.postBox del {
  text-decoration: line-through;
}

.postBox ins {
  text-decoration: underline;
}

.postBox ul {
  margin-left: -1.5em;
  list-style-type: disc;
}

.postBox ol {
  margin-left: -1.5em;
  list-style-type: decimal;
}

.postBox .alignnone {
  display: inline;
}

.postBox .aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

.postBox .alignright {
  display: block;
  margin-left: 1em;
  float: right;
}

.postBox .alignleft {
  display: block;
  margin-right: 1em;
  float: left;
}

.postBox .wp-caption .wp-caption-text {
  font-size: 0.875rem;
}

.postBox table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}

.postBox table caption {
  padding: 5px 10px;
  background: #eee;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 150%;
}

.postBox table tr th {
  padding: 0.5em 1em;
  background: #eee;
  border: 1px #999 solid;
  font-weight: bold;
}

.postBox table tr td {
  padding: 0.5em 1em;
  border: 1px #999 solid;
}

.wpPrevNext {
  text-align: center;
}

.wpPrevNext a {
  display: inline-block;
  width: 150px;
  height: 40px;
  margin: 0 5px;
  color: #313131;
  border: 1px #313131 solid;
  line-height: 40px;
}

.wpPrevNext a[rel=prev] {
  float: left;
}

.wpPrevNext a[rel=next] {
  float: right;
}

.wp-pagenavi {
  text-align: center;
}

.wp-pagenavi span {
  display: inline-block;
  min-width: 28px;
  height: 28px;
  margin: 0 2px;
  padding: 0 2px;
  background: #999;
  color: #fff;
  text-align: center;
  line-height: 28px;
}

.wp-pagenavi a {
  display: inline-block;
  min-width: 28px;
  height: 28px;
  margin: 0 2px;
  padding: 0 2px;
  background: #ccc;
  color: #fff;
  text-align: center;
  line-height: 28px;
}

/*---- PDF print ----*/
@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
  #headerWrap {
    position: static;
  }
  #headerWrap .account {
    display: none;
  }
  #headerWrap .naviWrap {
    display: none;
  }
  .page-break-before {
    display: block;
    height: 60px;
    page-break-before: always;
  }
  .pagetop {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */