@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/*wp-pagenavi base*/
.wp-pagenavi {
  clear: both;
  text-align: center;
  margin: 15px; }
  @media screen and (max-width: 1199px) {
    .wp-pagenavi {
      margin: 60px 0; } }
  @media screen and (max-width: 767px) {
    .wp-pagenavi {
      margin: 40px 0; } }

.wp-pagenavi a, .wp-pagenavi span {
  color: #999;
  background-color: #FFF;
  border: solid 1px #009FA7;
  padding: 14px 20px !important;
  margin: 0 2px;
  white-space: nowrap;
  border-radius: unset;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none; }
  @media screen and (max-width: 767px) {
    .wp-pagenavi a, .wp-pagenavi span {
      font-size: 14px;
      padding: 5px 11px !important; } }

.wp-pagenavi a:hover {
  color: #FFF;
  background-color: #6e88ba !important;
  border-color: #00378d !important; }

.wp-pagenavi span.current {
  color: #FFF;
  background-color: #00378d !important;
  border-color: #00378d !important;
  font-weight: bold; }

.addtoany_content {
  margin: 30px 0 !important; }

@media screen and (max-width: 767px) {
  .single ul {
    padding-left: 1.0em; } }

.single #single-main {
  padding: 50px 15px; }
  @media screen and (max-width: 767px) {
    .single #single-main {
      padding: 25px 15px; } }

.single .title {
  font-size: 1.6em;
  border-bottom: solid 10px #002880;
  margin: 0 0 30px;
  padding: 0 0 0.2em 0;
  word-wrap: break-word; }
  @media screen and (max-width: 1199px) {
    .single .title {
      font-size: 1.4em; } }
  @media screen and (max-width: 767px) {
    .single .title {
      font-size: 16px; } }

.single .data-cat {
  text-align: right;
  padding: 0 0 10px; }

.single .list-inline {
  margin: 0; }

.single .single-cat {
  background: #002880;
  color: #fff;
  border: solid 1px #002880; }

.single pre {
  display: block;
  padding: 10px 0;
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  background-color: transparent;
  border: none;
  border-radius: 0;
  overflow: hidden;
  font-family: 'Noto Sans Japanese', serif;
  white-space: normal; }
  .single pre .attribute-value {
    color: #333 !important; }

.single .navigation {
  overflow: hidden;
  margin-top: 6em; }
  @media screen and (max-width: 1199px) {
    .single .navigation {
      margin-bottom: 40px; } }
  @media screen and (max-width: 767px) {
    .single .navigation {
      font-size: 14px;
      margin-bottom: 20px; } }
  .single .navigation div {
    width: 31%;
    margin: 1%;
    float: left; }
  .single .navigation a {
    display: block;
    width: 100%;
    padding: 20px 0;
    float: left;
    text-align: center;
    border: solid 1px #002880; }
    @media screen and (max-width: 767px) {
      .single .navigation a {
        padding: 15px 0; } }
  .single .navigation a.list {
    background: #002880;
    color: #FFF; }
  .single .navigation a.list:hover {
    background: #FFF;
    color: #002880; }
  .single .navigation a.next:hover,
  .single .navigation a.prev:hover {
    background: #002880;
    color: #FFF; }

.single #news section {
  padding-bottom: 5em; }
  @media screen and (max-width: 767px) {
    .single #news section {
      padding-bottom: 3em; } }
  .single #news section p {
    padding: 1.0rem; }

.single #news section + * {
  padding-top: 0; }
  @media screen and (max-width: 767px) {
    .single #news section + * {
      padding-top: 0; } }

.single #news .eyecatch-content {
  position: relative;
  width: 100%;
  height: 100%; }
  .single #news .eyecatch-content::before {
    display: block;
    padding-top: 23%;
    content: ''; }
    @media screen and (max-width: 767px) {
      .single #news .eyecatch-content::before {
        padding-top: 22%; } }
  .single #news .eyecatch-content .eyecatch-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/works/works_eyecatch.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 70% 60%; }
    @media screen and (max-width: 767px) {
      .single #news .eyecatch-content .eyecatch-img {
        background-image: url(../img/works/works_eyecatch_sp.png); } }
    .single #news .eyecatch-content .eyecatch-img .eyecatch-txt {
      display: table;
      width: 100%;
      height: 100%; }
      .single #news .eyecatch-content .eyecatch-img .eyecatch-txt h2 {
        display: table-cell;
        vertical-align: middle;
        color: #fff;
        text-align: center;
        height: 100%; }
        .single #news .eyecatch-content .eyecatch-img .eyecatch-txt h2 span {
          display: block;
          font-size: 0.6em; }

.single #staffblog section {
  padding-bottom: 5em; }
  @media screen and (max-width: 767px) {
    .single #staffblog section {
      padding-bottom: 3em; } }
  .single #staffblog section p {
    padding: 1.0rem; }

.single #staffblog section + * {
  padding-top: 0; }
  @media screen and (max-width: 767px) {
    .single #staffblog section + * {
      padding-top: 0; } }

.single #staffblog .eyecatch-content {
  position: relative;
  width: 100%;
  height: 100%; }
  .single #staffblog .eyecatch-content::before {
    display: block;
    padding-top: 23%;
    content: ''; }
    @media screen and (max-width: 767px) {
      .single #staffblog .eyecatch-content::before {
        padding-top: 22%; } }
  .single #staffblog .eyecatch-content .eyecatch-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/works/staffblog_eyecatch.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 70% 60%; }
    @media screen and (max-width: 767px) {
      .single #staffblog .eyecatch-content .eyecatch-img {
        background-image: url(../img/works/staffblog_eyecatch_sp.png); } }
    .single #staffblog .eyecatch-content .eyecatch-img .eyecatch-txt {
      display: table;
      width: 100%;
      height: 100%; }
      .single #staffblog .eyecatch-content .eyecatch-img .eyecatch-txt h2 {
        display: table-cell;
        vertical-align: middle;
        color: #fff;
        text-align: center;
        height: 100%; }
        .single #staffblog .eyecatch-content .eyecatch-img .eyecatch-txt h2 span {
          display: block;
          font-size: 0.6em; }

.sidebar .widget-title {
  font-size: 1.4em;
  margin: 0 0 0.8em 0;
  background: #002880;
  color: #fff;
  border: solid 1px #002880;
  padding: 0 10px; }
  @media screen and (max-width: 767px) {
    .sidebar .widget-title {
      font-size: 16px; } }

.sidebar .mt30 {
  margin-top: 30px; }

.sidebar ul {
  padding: 0;
  margin: 0; }
  @media screen and (max-width: 767px) {
    .sidebar ul {
      font-size: 14px; } }
  .sidebar ul .cat-item {
    background: rgba(0, 46, 147, 0.7);
    color: #fff;
    padding: 5px 10px;
    margin: 10px 0; }
    .sidebar ul .cat-item a {
      color: #fff; }
  .sidebar ul .new-posts {
    margin: 5px 0 10px;
    border-bottom: solid 1px #000;
    padding-bottom: 5px; }

#category-archive {
  padding: 50px 0; }
  @media screen and (max-width: 767px) {
    #category-archive {
      padding: 25px 0; } }
  #category-archive p {
    margin: 0;
    padding: 0; }
  #category-archive .single-archive-title {
    margin: 0;
    padding: 0 0 0.2em 0;
    font-size: 1.6em;
    border-bottom: solid 5px #002880;
    word-wrap: break-word; }
    @media screen and (max-width: 1199px) {
      #category-archive .single-archive-title {
        font-size: 1.4em; } }
    @media screen and (max-width: 767px) {
      #category-archive .single-archive-title {
        font-size: 16px; } }
  #category-archive .single-archive-day {
    text-align: right;
    margin: 0.5em auto; }
  #category-archive .more-link {
    display: block;
    text-align: right;
    margin-top: 6em; }
    @media screen and (max-width: 767px) {
      #category-archive .more-link {
        margin-top: 2em; } }
    #category-archive .more-link a {
      display: inline-block;
      border: solid 1px #002880;
      padding: 5px 10px;
      margin: 10px 0 30px;
      -webkit-transition: 0.25s ease-in;
      -o-transition: 0.25s ease-in;
      transition: 0.25s ease-in; }
      @media screen and (max-width: 767px) {
        #category-archive .more-link a {
          font-size: 14px; } }
      #category-archive .more-link a:hover {
        background: rgba(0, 46, 147, 0.7);
        color: #fff; }
