<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*
Theme Name: VITAL-NET Plaza
Author: バイタルネット
Description: 社内報サイト用のテンプレートです
Version: 1.0.0
Text Domain: vital-net
*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700");
@import url("https://fonts.googleapis.com/css?family=Sawarabi+Mincho");
@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700);
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, figure, hr, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

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

table {
  border-spacing: 0;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 100%;
  font-weight: normal;
  line-height: 1.3;
}
h1.bold, h2.bold, h3.bold, h4.bold, h5.bold, h6.bold {
  font-weight: 700;
}

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

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

legend {
  color: #000;
}

img, svg {
  font-size: 0;
  line-height: 0;
  vertical-align: top;
  -webkit-backface-visibility: hidden;
}

svg {
  -webkit-backface-visibility: visible;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}

mark {
  background: none;
}

p, blockquote, dl, figcaption {
  line-height: 1.9;
}

ol, ul {
  line-height: 1.9;
  list-style: none;
}

summary {
  list-style: none;
  outline: none;
}

summary::-webkit-details-marker {
  display: none;
}

a {
  cursor: pointer;
  outline: none;
}

fieldset, img {
  border: 0;
}

hr {
  border: 0;
  height: 0;
}

*, *:before, *:after {
  box-sizing: border-box;
}

table {
  font-size: inherit;
  font: 100%;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  line-height: 100%;
}

/* Alignments */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Clearings */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/* Widgets */
.widget {
  margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
  display: none;
}

/* Content */
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Asides */
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/* Comments */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Infinite scroll */
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/* Media */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Captions */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/* Galleries */
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
}
body.b-fixed {
  height: 100%;
  overflow: hidden;
}

.radius5 {
  border-radius: 5px;
}

.inline-block {
  display: inline-block;
}

.clearfix:after,
.wrapper:after {
  content: "";
  clear: both;
  display: block;
}

.wrap-clear {
  overflow: hidden;
  zoom: 1;
}

.mb,
.mb-inline,
.pc-none,
.pc-none-inline {
  display: none;
}

.xLeft, .sp-center {
  text-align: left;
}

.xCenter, .sp-left {
  text-align: center;
}

.xRight {
  text-align: right;
}

.yTop {
  vertical-align: top;
}

.yMiddle {
  vertical-align: middle;
}

.yBottom {
  vertical-align: bottom;
}

.fLeft {
  float: left;
}

.fRight {
  float: right;
}

.mgt5 {
  margin-top: 5px;
}

.mgt10 {
  margin-top: 10px;
}

.mgt15 {
  margin-top: 15px;
}

.mgt20 {
  margin-top: 20px;
}

.mgt25 {
  margin-top: 25px;
}

.mgt30 {
  margin-top: 30px;
}

.mgt35 {
  margin-top: 35px;
}

.mgt40 {
  margin-top: 40px;
}

.mgt45 {
  margin-top: 45px;
}

.mgt50 {
  margin-top: 50px;
}

.mgt3 {
  margin-top: 3px;
}

.mgt8 {
  margin-top: 8px;
}

.mgt-5 {
  margin-top: -5px;
}

.mgt-10 {
  margin-top: -10px;
}

.mgt-15 {
  margin-top: -15px;
}

.mgt-20 {
  margin-top: -20px;
}

.mgt-25 {
  margin-top: -25px;
}

.mgt-30 {
  margin-top: -30px;
}

.mgt-35 {
  margin-top: -35px;
}

.mgt-40 {
  margin-top: -40px;
}

.mgr5 {
  margin-right: 5px;
}

.mgr10 {
  margin-right: 10px;
}

.mgr15 {
  margin-right: 15px;
}

.mgr20 {
  margin-right: 20px;
}

.mgr25 {
  margin-right: 25px;
}

.mgr30 {
  margin-right: 30px;
}

.mgr35 {
  margin-right: 35px;
}

.mgr40 {
  margin-right: 40px;
}

.mgr45 {
  margin-right: 45px;
}

.mgr50 {
  margin-right: 50px;
}

.mgb5 {
  margin-bottom: 5px;
}

.mgb10 {
  margin-bottom: 10px;
}

.mgb15 {
  margin-bottom: 15px;
}

.mgb20 {
  margin-bottom: 20px;
}

.mgb25 {
  margin-bottom: 25px;
}

.mgb30 {
  margin-bottom: 30px;
}

.mgb35 {
  margin-bottom: 35px;
}

.mgb40 {
  margin-bottom: 40px;
}

.mgb45 {
  margin-bottom: 45px;
}

.mgb50 {
  margin-bottom: 50px;
}

.mgb3 {
  margin-bottom: 3px;
}

.mgb8 {
  margin-bottom: 8px;
}

.pdb20 {
  padding-bottom: 20px;
}

.mgl5 {
  margin-left: 5px;
}

.mgl10 {
  margin-left: 10px;
}

.mgl15 {
  margin-left: 15px;
}

.mgl20 {
  margin-left: 20px;
}

.mgl25 {
  margin-left: 25px;
}

.mgl30 {
  margin-left: 30px;
}

.mgl35 {
  margin-left: 35px;
}

.mgl40 {
  margin-left: 40px;
}

.mgl45 {
  margin-left: 45px;
}

.mgl50 {
  margin-left: 50px;
}

.mgl1em {
  margin-left: 1em;
}

.mg-auto {
  margin-right: auto;
  margin-left: auto;
}

.pdr5 {
  padding-right: 5px;
}

.pdr10 {
  padding-right: 10px;
}

.pdr15 {
  padding-right: 15px;
}

.pdr20 {
  padding-right: 20px;
}

.pdr25 {
  padding-right: 25px;
}

.pdr30 {
  padding-right: 30px;
}

.pdr35 {
  padding-right: 35px;
}

.pdr40 {
  padding-right: 40px;
}

.pdr45 {
  padding-right: 45px;
}

.pdr50 {
  padding-right: 50px;
}

.pdr55 {
  padding-right: 55px;
}

.pdr60 {
  padding-right: 60px;
}

.pdl5 {
  padding-left: 5px;
}

.pdl10 {
  padding-left: 10px;
}

.pdl15 {
  padding-left: 15px;
}

.pdl20 {
  padding-left: 20px;
}

.pdl25 {
  padding-left: 25px;
}

.pdl30 {
  padding-left: 30px;
}

.pdl35 {
  padding-left: 35px;
}

.pdl40 {
  padding-left: 40px;
}

.pdl45 {
  padding-left: 45px;
}

.pdl50 {
  padding-left: 50px;
}

.pdl55 {
  padding-left: 55px;
}

.pdl60 {
  padding-left: 60px;
}

@media screen and (max-width: 71.25em) {
  body {
    -webkit-text-size-adjust: none;
  }

  p, blockquote, li, dt, dd, table {
    line-height: 1.6;
    word-wrap: break-word;
  }

  .mb {
    display: block;
  }

  .mb-inline {
    display: inline;
  }

  .mb-none {
    display: none;
  }
}
@media screen and (max-width: 37.4375em) {
  .sp-none {
    display: none;
  }

  .pc-none {
    display: block;
  }

  .pc-none-inline {
    display: inline;
  }

  .kakkonashi:before {
    content: none;
  }
  .kakkonashi:after {
    content: none;
  }

  .sp-left {
    text-align: left;
  }

  .sp-center {
    text-align: center;
  }

  .mgt-5 {
    margin-top: 0;
  }

  .mgt-10 {
    margin-top: 0;
  }

  .mgt-15 {
    margin-top: 0;
  }

  .mgt-20 {
    margin-top: 0;
  }

  .mgt-25 {
    margin-top: 0;
  }

  .mgt-30 {
    margin-top: 0;
  }

  .mgt-35 {
    margin-top: 0;
  }

  .mgt-40 {
    margin-top: 0;
  }
}
.top-title {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 700;
  margin-bottom: 25px;
  padding-bottom: 20px;
  position: relative;
}
.top-title::after {
  background: #0068b7;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 120px;
  height: 2px;
}

.page-header {
  align-items: center;
  background: linear-gradient(120deg, #f1f4fa 0%, #f1f4fa 50%, #e6ebf6 50%, #e6ebf6 100%);
  display: flex;
  flex-direction: column;
  font-family: "Noto Sans JP", sans-serif;
  justify-content: center;
  min-height: 150px;
  padding: 15px 10px;
}
.page-header h2 {
  color: #007EC4;
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: 700;
}

.h01 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative;
  border-bottom: 3px solid #d0d4d8;
    text-align: left;
    margin: 10px 60px 0 80px
}
.h01::after {
  background: #0068b7;
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100px;
  height: 3px;
}
.h01 &gt; span {
  color: #0068b7;
  display: inline-block;
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: 5px;
}

@media screen and (max-width: 71.25em) {
  .top-title {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 25px;
    padding-bottom: 20px;
  }
  .top-title::after {
    width: 100px;
  }

  .page-header {
    min-height: 120px;
  }
  .page-header h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }

  .h01 {
    font-size: 22px;
    font-size: 1.375rem;
    padding-bottom: 13px;
    text-align: left;
    margin: 0px 13px;  
  }
}
@media screen and (max-width: 37.4375em) {
  .top-title {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .top-title::after {
    width: 80px;
  }

  .page-header {
    min-height: 80px;
  }
  .page-header h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }

  .h01 {
    font-size: 20px;
    font-size: 1.25rem;
    padding-bottom: 10px;
    text-align: left;
    margin: 0px 13px;  
  }
  .h01 &gt; span {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 5px;
  }
}
a:link {
  color: #3d77be;
  text-decoration: none;
}
a:visited {
  color: #7e57c2;
}
a:hover, a:active {
  color: #8cb7ea;
}

.bnrlink a {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.pdf,
.edit,
.inside {
  display: inline-block;
  margin-left: 1.2em;
  text-indent: -1.2em;
}
.pdf .svg-inline--fa,
.edit .svg-inline--fa,
.inside .svg-inline--fa {
  margin-right: 5px;
}
.pdf:before,
.edit:before,
.inside:before {
  display: none;
}

.pdf .svg-inline--fa {
  color: #d00;
}
.pdf:before {
  content: "";
  font-family: "Font Awesome 5 Regular";
}

.inside .svg-inline--fa {
  color: #3d77be;
}
.inside:before {
  content: "";
  font-family: "Font Awesome 5 Solid";
}

.edit {
  margin-top: 30px;
  text-align: right;
}
.edit .svg-inline--fa {
  color: #888;
}
.edit:before {
  content: "";
  font-family: "Font Awesome 5 Solid";
}

.outside {
  position: relative;
}
.outside .svg-inline--fa {
  color: #3d77be;
  font-size: 11px;
  font-size: 0.6875rem;
  margin: 3px 0 0 5px;
  position: absolute;
}
.outside:after {
  content: "";
  display: none;
  font-family: "Font Awesome 5 Solid";
}

.serif {
  font-family: "Noto Serif JP", serif;
}

.san-serif,
.sans-serif {
  font-family: "Noto Sans JP", sans-serif;
}

.text11 {
  font-size: 11px;
  font-size: 0.6875rem;
}

.text12 {
  font-size: 12px;
  font-size: 0.75rem;
}

.text13 {
  font-size: 13px;
  font-size: 0.8125rem;
}

.text14 {
  font-size: 14px;
  font-size: 0.875rem;
}

.text15 {
  font-size: 15px;
  font-size: 0.9375rem;
}

.text16 {
  font-size: 16px;
  font-size: 1rem;
}

.text17 {
  font-size: 17px;
  font-size: 1.0625rem;
}

.text18 {
  font-size: 18px;
  font-size: 1.125rem;
}

.text19 {
  font-size: 19px;
  font-size: 1.1875rem;
}

.text20 {
  font-size: 20px;
  font-size: 1.25rem;
}

.text21 {
  font-size: 21px;
  font-size: 1.3125rem;
}

.text22 {
  font-size: 22px;
  font-size: 1.375rem;
}

.text23 {
  font-size: 23px;
  font-size: 1.4375rem;
}

.text24 {
  font-size: 24px;
  font-size: 1.5rem;
}

.text11 {
  line-height: 1.6;
}

.line10 {
  line-height: 1;
}

.line11 {
  line-height: 1.1;
}

.line12 {
  line-height: 1.2;
}

.line13 {
  line-height: 1.3;
}

.line14 {
  line-height: 1.4;
}

.line15 {
  line-height: 1.5;
}

.line16 {
  line-height: 1.6;
}

.line17 {
  line-height: 1.7;
}

.line18 {
  line-height: 1.8;
}

.line19 {
  line-height: 1.9;
}

.line20 {
  line-height: 2;
}

.line1 {
  line-height: 1;
}

.notes {
  margin-left: 1em;
  text-indent: -1em;
}

.notes15 {
  margin-left: 1.5em;
  text-indent: -1.5em;
}

.notes18 {
  margin-left: 1.8em;
  text-indent: -1.8em;
}

.notes20 {
  margin-left: 2em;
  text-indent: -2em;
}

.no-indent {
  text-indent: 0;
}

.idt {
  text-indent: 1em;
}

.red {
  color: #f00;
}

.orange {
  color: #f60;
}

.vitalblue {
  color: #007EC4;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
  font-family: Arial, Roboto, “Droid Sans”, “游ゴシック”, YuGothic, “ヒラギノ角ゴ ProN”, “Hiragino Kaku Gothic ProN”, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.nowrap {
  white-space: nowrap;
}

.normal {
  font-weight: normal;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder {
  color: transparent;
}

input::focus::placeholder {
  color: transparent;
}

textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

textarea:focus:-moz-placeholder {
  color: transparent;
}

textarea:focus::-moz-placeholder {
  color: transparent;
}

textarea::focus::placeholder {
  color: transparent;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

@supports (-ms-ime-align: auto) {
  select {
    font-family: sans-serif;
  }
}
select::-ms-expand {
  display: none;
}

.content input[type=button],
.content input[type=submit],
.content button {
  border: 0;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
.content input[type=text],
.content input[type=email] {
  border: 1px solid #bbb;
  border-radius: 5px;
  box-sizing: border-box;
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
  padding: 6px 10px;
}
.content input[type=text]:focus,
.content input[type=email]:focus {
  border: 1px solid #aaa;
  box-shadow: 0px 0px 3px rgba(61, 176, 246, 0.8);
}
.content input[type=checkbox],
.content input[type=radio] {
  outline: none;
}
.content select {
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #bbb;
  border-radius: 5px;
  box-sizing: border-box;
  line-height: 1.4;
  padding: 6px 8px;
  outline: none;
}
.content select:focus {
  border: 1px solid #aaa;
  box-shadow: 0px 0px 3px rgba(61, 176, 246, 0.8);
}
.content textarea {
  border: 1px solid #bbb;
  border-radius: 5px;
  box-sizing: border-box;
  outline: none;
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
  padding: 6px 10px;
  width: 100%;
}
.content textarea:focus {
  border: 1px solid #aaa;
  box-shadow: 0px 0px 3px rgba(61, 176, 246, 0.8);
}

@media screen and (max-width: 37.4375em) {
  .content select {
    width: 100%;
  }
  .content input[type=email] {
    width: 100%;
  }
  .content textarea {
    width: 100%;
  }
}
.s-header {
  background: #fff;
  box-shadow: 0 1px 10px rgba(204, 204, 204, 0.5);
  align-items: center;
  display: flex;
  height: 90px;
  position: fixed;
  padding: 0 0 0 25px;
  width: 100%;
  z-index: 999;
}
.s-header a {
  text-decoration: none;
}
.s-header h1 {
  line-height: 1;
  margin-right: auto;
}
.s-header h1 a {
  align-items: center;
  display: flex;
}

.b-fixed::after {
  animation: fadein 0.5s ease;
  content: "";
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 800;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.h-search {
  border-left: 1px solid #ddd;
}
.h-search .search-btn {
  align-items: center;
  color: #aaa;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 90px;
  height: 90px;
  z-index: 900;
}
.h-search .search-btn &gt; div {
  padding-top: 5px;
}
.h-search .search-btn p {
  font-family: "PT Sans", sans-serif;
  line-height: 1;
  margin-top: 10px;
}
.h-search .sitesearch {
  background: #f1f1f1;
  color: #fff;
  display: none;
  font-family: "Noto Sans JP", sans-serif;
  position: absolute;
  padding: 30px;
  width: 400px;
  top: 90px;
  right: 0;
}
.h-search .sitesearch &gt; div {
  display: flex;
}
.h-search .sitesearch input[type=text] {
  border: 0;
  border-radius: 20px 0 0 20px;
  flex: 1 0 0%;
  line-height: 30px;
  padding: 5px 15px;
  outline: 0;
  min-width: 200px;
}
.h-search .sitesearch input[type=submit] {
  background: #007EC4;
  border: 0;
  border-radius: 0 20px 20px 0;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  outline: 0;
  padding: 0 15px;
  line-height: 40px;
  text-align: center;
}

.g-nav .menu-toggle {
  background: #007EC4;
  align-items: center;
  color: #fff;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 90px;
  height: 90px;
  z-index: 900;
}
.g-nav .menu-toggle &gt; div {
  position: relative;
  margin: 5px auto 11px auto;
  width: 45px;
  height: 33px;
}
.g-nav .menu-toggle &gt; div span {
  background: #fff;
  display: block;
  left: 0;
  position: absolute;
  width: 100%;
  height: 3px;
  transition: 0.35s ease-in-out;
}
.g-nav .menu-toggle &gt; div span:nth-child(1) {
  top: 0;
}
.g-nav .menu-toggle &gt; div span:nth-child(2) {
  top: 15px;
}
.g-nav .menu-toggle &gt; div span:nth-child(3) {
  top: 30px;
}
.g-nav .menu-toggle &gt; div.close span:nth-child(1) {
  top: 15px;
  transform: rotate(315deg);
}
.g-nav .menu-toggle &gt; div.close span:nth-child(2) {
  width: 0;
  left: 50%;
}
.g-nav .menu-toggle &gt; div.close span:nth-child(3) {
  top: 15px;
  transform: rotate(-315deg);
}
.g-nav .menu-toggle p {
  color: #fff;
  font-family: "PT Sans", sans-serif;
  line-height: 1;
}
.g-nav .nav-content {
  background: #006ba7;
  color: #fff;
  display: none;
  font-family: "Noto Sans JP", sans-serif;
  padding: 0 0 90px 0;
  position: absolute;
  right: 0;
  top: 90px;
  width: 400px;
  height: 100vh;
  overflow: auto;
  text-align: left;
  z-index: 900;
}
.g-nav .nav-content &gt; ul &gt; li {
  border-bottom: 1px solid #00527f;
  line-height: 1.6;
}
.g-nav .nav-content a {
  color: #fff;
  display: block;
  padding: 15px 25px 15px 15px;
  position: relative;
}
.g-nav .nav-content a .svg-inline--fa {
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  right: 10px;
}
.g-nav .nav-content a::after {
  content: "";
  display: none;
  font-family: "Font Awesome 5 Solid";
}

@media screen and (max-width: 71.25em) {
  .s-header {
    height: 80px;
    padding: 0 0 0 15px;
  }
  .s-header h1 img {
    width: auto;
    height: 45px;
  }

  .h-search .search-btn {
    width: 80px;
    height: 80px;
  }
  .h-search .search-btn &gt; div {
    padding-top: 3px;
  }
  .h-search .search-btn img {
    width: 30px;
    height: auto;
  }
  .h-search .search-btn p {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .h-search .sitesearch {
    top: 80px;
  }

  .g-nav .menu-toggle {
    width: 80px;
    height: 80px;
  }
  .g-nav .menu-toggle &gt; div {
    margin: 3px auto 8px auto;
    width: 40px;
    height: 31px;
  }
  .g-nav .menu-toggle &gt; div span {
    background: #fff;
  }
  .g-nav .menu-toggle &gt; div span:nth-child(1) {
    top: 0;
  }
  .g-nav .menu-toggle &gt; div span:nth-child(2) {
    top: 14px;
  }
  .g-nav .menu-toggle &gt; div span:nth-child(3) {
    top: 28px;
  }
  .g-nav .menu-toggle &gt; div.close span:nth-child(1) {
    top: 13px;
  }
  .g-nav .menu-toggle &gt; div.close span:nth-child(3) {
    top: 13px;
  }
  .g-nav .menu-toggle p {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .g-nav .nav-content {
    padding: 0 0 80px 0;
    top: 80px;
  }
}
@media screen and (max-width: 37.4375em) {
  .s-header {
    height: 65px;
    padding: 0 0 0 10px;
  }
  .s-header h1 img {
    width: auto;
    height: 30px;
  }

  .h-search .search-btn {
    width: 65px;
    height: 65px;
  }
  .h-search .search-btn &gt; div {
    padding-top: 3px;
  }
  .h-search .search-btn img {
    width: 25px;
    height: auto;
  }
  .h-search .search-btn p {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .h-search .sitesearch {
    padding: 20px 15px;
    top: 65px;
    width: 100%;
  }

  .g-nav .menu-toggle {
    width: 65px;
    height: 65px;
  }
  .g-nav .menu-toggle &gt; div {
    margin: 3px auto 7px auto;
    width: 35px;
    height: 27px;
  }
  .g-nav .menu-toggle &gt; div span {
    background: #fff;
  }
  .g-nav .menu-toggle &gt; div span:nth-child(1) {
    top: 0;
  }
  .g-nav .menu-toggle &gt; div span:nth-child(2) {
    top: 12px;
  }
  .g-nav .menu-toggle &gt; div span:nth-child(3) {
    top: 24px;
  }
  .g-nav .menu-toggle &gt; div.close span:nth-child(1) {
    top: 10px;
  }
  .g-nav .menu-toggle &gt; div.close span:nth-child(3) {
    top: 10px;
  }
  .g-nav .menu-toggle p {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .g-nav .nav-content {
    padding: 0 0 65px 0;
    top: 65px;
    width: 100%;
  }
}
.btn-pagetop {
  position: fixed;
  bottom: 40px;
  right: 20px;
}
.btn-pagetop a {
  background-color: #fff;
  border-radius: 23px;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.35);
  color: #007EC4;
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 46px;
  width: 46px;
  height: 46px;
  z-index: 8000;
  text-align: center;
}

.s-footer {
  background: #0068b7;
  color: #fff;
  margin-top: auto;
  padding: 15px;
}

.copyright {
  font-size: 12px;
  font-size: 0.75rem;
}
.copyright small {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
}

@media screen and (max-width: 37.4375em) {
  .btn-pagetop {
    bottom: 30px;
    right: 12px;
  }

  .s-footer {
    padding: 10px;
  }
}
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

body.bg-login {
  align-items: center;
  background: #f1f4fa;
}

main {
  padding-top: 90px;
}

.breadcrumbs {
  margin: 10px 60px 0 60px;
  text-align: left;
}
.breadcrumbs ul {
  display: flex;
}
.breadcrumbs ul li {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6;
}
.breadcrumbs ul li::before {
  margin: 0 6px;
  color: #666;
  content: "&gt;";
}
.breadcrumbs ul li:first-child::before {
  margin: 0 6px 0 0;
  content: none;
}
.breadcrumbs ul li:last-child {
  color: #000;
  font-weight: bold;
}
.breadcrumbs ul li a {
  color: #444;
  text-decoration: none;
}
.breadcrumbs ul li a:hover {
  text-decoration: underline;
}

.content {
  margin: 50px 240px;
  text-align: left;
}

.wrapper {
  margin-right: 60px;
  margin-left: 60px;
  text-align: left;
}

@media screen and (max-width: 71.25em) {
  main {
    padding-top: 80px;
  }

  .breadcrumbs {
    margin: 10px 15px 0 15px;
  }
  .breadcrumbs ul {
    font-size: 0px;
    font-size: 0rem;
    display: block;
    overflow-x: auto;
    overflow-y: hidden;
    overflow: auto;
    white-space: nowrap;
  }
  .breadcrumbs ul::-webkit-scrollbar {
    display: none;
  }
  .breadcrumbs ul::-webkit-scrollbar-track {
    background: #F1F1F1;
  }
  .breadcrumbs ul::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }
  .breadcrumbs ul li {
    display: inline-block;
    font-size: 12px;
    font-size: 0.75rem;
  }

  .content {
    margin: 40px 15px;
  }

  .wrapper {
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media screen and (max-width: 37.4375em) {
  main {
    padding-top: 65px;
  }

  .breadcrumbs {
    margin: 10px 10px 0 10px;
  }

  .content {
    margin: 30px 10px;
  }

  .wrapper {
    margin-right: 10px;
    margin-left: 10px;
  }
}
body.bg-login {
  background: #f1f4fa;
  justify-content: center;
}

.login-box {
  background: #fff;
  border-radius: 20px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
  width: 400px;
  padding: 30px;
  text-align: left;
}
.login-box h1 {
  margin-bottom: 20px;
  text-align: center;
}
.login-box form &gt; div {
  margin-top: 15px;
}
.login-box form &gt; div:first-of-type {
  margin: 0;
}
.login-box form &gt; div.login {
  margin: 20px 0 0 0;
  text-align: center;
}
.login-box label {
  color: #666;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 5px;
}
.login-box input[type=text],
.login-box input[type=email],
.login-box input[type=password] {
  border: 1px solid #bbb;
  border-radius: 5px;
  box-sizing: border-box;
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
  padding: 10px 10px;
  width: 100%;
}
.login-box input[type=text]:focus,
.login-box input[type=email]:focus,
.login-box input[type=password]:focus {
  border: 1px solid #aaa;
  box-shadow: 0px 0px 3px rgba(61, 176, 246, 0.8);
}
.login-box input[type=button],
.login-box input[type=submit],
.login-box button {
  appearance: none;
  -webkit-appearance: none;
  background: #0068b7;
  border: 0;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
  padding: 8px 15px;
  transition: ease 0.3s;
}
.login-box input[type=button]:hover,
.login-box input[type=submit]:hover,
.login-box button:hover {
  background: #00589c;
}

p.author {
  color: #666;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 15px;
}

@media screen and (max-width: 37.4375em) {
  .login-box {
    width: calc(100% - 30px);
    padding: 30px 20px;
    text-align: left;
  }
  .login-box h1 img {
    width: 100%;
    height: auto;
  }
}
.top-visual img {
  width: 100%;
  height: auto;
  max-height: 800px;
  object-fit: contain;
}

.top-info {
  margin: 60px;
  text-align: left;
}

.top-latest {
  background: #f1f4fa;
  padding: 60px;
  text-align: left;
}

.top-category {
  margin: 60px;
  text-align: left;
}

.top-info-title {
  display: flex;
}
.top-info-title h2 {
  margin-right: auto;
}

.top-info-link {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
}
.top-info-link a {
  background: #fff;
  border: 1px solid #d0d4d8;
  border-radius: 5px;
  color: #000;
  display: inline-block;
  padding: 6px 30px;
  position: relative;
  text-align: center;
}
.top-info-link a::after {
  border-top: 1px solid #0068b7;
  border-right: 1px solid #0068b7;
  content: "";
  position: absolute;
  bottom: calc(50% - 4px);
  transform: rotate(45deg);
  right: 12px;
  width: 8px;
  height: 8px;
}

@media screen and (max-width: 71.25em) {
  .top-info {
    margin: 40px 15px;
  }

  .top-latest {
    padding: 40px 15px;
  }

  .top-category {
    margin: 40px 15px;
  }

  .top-info-link a {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 37.4375em) {
  .top-info {
    margin: 30px 10px;
  }

  .top-latest {
    padding: 30px 10px;
  }

  .top-category {
    margin: 30px 10px;
  }

  .top-info-link a {
    font-size: 13px;
    font-size: 0.8125rem;
    padding: 6px 20px;
  }
  .top-info-link a::after {
    right: 8px;
    width: 6px;
    height: 6px;
  }
}
.news-list {
  clear: both;
  overflow: hidden;
  line-height: 1.5;
}
.news-list dt {
  align-items: center;
  clear: left;
  padding: 13px 0;
  display: flex;
  float: left;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  width: 15em;
}
.news-list dt span {
  display: block;
  white-space: nowrap;
}
.news-list dt span:nth-of-type(1) {
  font-size: 0;
  margin-right: 10px;
  width: 20px;
}
.news-list dt span:nth-of-type(1) .svg-inline--fa {
  font-size: 18px;
  font-size: 1.125rem;
}
.news-list dt span.unread .svg-inline--fa {
  color: #f90;
}
.news-list dt span.open .svg-inline--fa {
  color: #ccc;
}
.news-list dt span.unread::before {
  display: none;
  content: "";
  font-family: "Font Awesome 5 Solid";
}
.news-list dt span.open::before {
  display: none;
  content: "";
  font-family: "Font Awesome 5 Regular";
}
.news-list dt span:nth-of-type(3) {
  border-radius: 11px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 22px;
  margin-left: 15px;
  text-align: center;
  width: 8em;
}
.news-list dt span:nth-of-type(3).info {
  background: #0068b7;
}
.news-list dt span:nth-of-type(3).important {
  background: #f90;
}
.news-list dt span:nth-of-type(3).breaking {
  background: #d00;
}
.news-list dd {
  padding: 13px 0 13px 15em;
  border-bottom: 1px solid #d0d4d8;
}
.news-list dd a {
  color: #3d77be;
}
.news-list dd a:hover {
  color: #8cb7ea;
  text-decoration: underline;
}
.news-list dd a.unread {
  font-weight: bold;
}
.news-list dd a.read {
  color: #666;
}

.contents-list {
  display: flex;
  flex-wrap: wrap;
  font-family: "Noto Sans JP", sans-serif;
}
.contents-list a {
  background: #fff;
  border-radius: 15px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
  color: #000;
  display: block;
  margin-left: 2%;
  margin-top: 2%;
  padding: 20px;
  width: 23.5%;
  transition: ease 0.3s;
}
.contents-list a:nth-child(-n+4) {
  margin-top: 0;
}
.contents-list a:nth-of-type(4n+1) {
  margin-left: 0;
}
.contents-list .thumb {
  margin-bottom: 15px;
  position: relative;
}
.contents-list .thumb img {
  border-radius: 8px 8px 0 0;
  filter: brightness(0.8);
  width: 100%;
  height: auto;
  z-index: 1;
}
.contents-list .thumb::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  position: absolute;
  bottom: calc(50% - 6px);
  transform: rotate(45deg);
  right: 15px;
  width: 12px;
  height: 12px;
  z-index: 20;
}
.contents-list a &gt; div h3 {
  color: #007EC4;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.contents-list a &gt; div p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
}
.contents-list a:hover {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
}
.contents-list a:hover .thumb img {
  filter: brightness(1);
}

.category-list {
  display: flex;
  flex-wrap: wrap;
  font-family: "Noto Sans JP", sans-serif;
}
.category-list a {
  align-items: center;
  border: 1px solid #d0d4d8;
  color: #000;
  display: flex;
  margin-left: 2%;
  margin-top: 2%;
  min-height: 70px;
  padding: 10px 25px 10px 15px;
  position: relative;
  width: 23.5%;
  transition: ease 0.3s;
}
.category-list a:nth-child(-n+4) {
  margin-top: 0;
}
.category-list a:nth-of-type(4n+1) {
  margin-left: 0;
}
.category-list a::after {
  border-top: 1px solid #0068b7;
  border-right: 1px solid #0068b7;
  content: "";
  position: absolute;
  bottom: calc(50% - 4px);
  transform: rotate(45deg);
  right: 14px;
  width: 8px;
  height: 8px;
}

.wp-pagenavi {
  margin-top: 40px;
  text-align: center;
}
.wp-pagenavi span,
.wp-pagenavi .page,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  margin: 0 3px;
}
.wp-pagenavi a,
.wp-pagenavi .current,
.wp-pagenavi .nextpostslink {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #ccc;
  border-radius: 2px;
  color: #3d77be;
  padding: 3px 8px;
  text-decoration: none;
}
.wp-pagenavi a:hover,
.wp-pagenavi .current:hover,
.wp-pagenavi .nextpostslink:hover {
  border: 1px solid #aaa;
}
.wp-pagenavi .current {
  background: white;
  border: 1px solid #ccc;
  color: #111;
  font-weight: bold;
}

.backnumber {
  margin-bottom: 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  position: relative;
  text-align: right;
}
.backnumber .svg-inline--fa {
  color: #aaa;
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  right: 10px;
  z-index: 1;
}
.backnumber:after {
  content: "";
  display: none;
  font-family: "Font Awesome 5 Solid";
}
.backnumber select {
  background: transparent;
  padding-right: 30px;
  position: relative;
  z-index: 100;
}

.pubdate {
  margin-bottom: 15px;
  text-align: right;
}

.entry-content {
  line-height: 1.9;
}
.entry-content h2, .entry-content h3, .entry-content h4 {
  font-weight: 700;
  line-height: 1.3;
}
.entry-content h2 {
  font-size: 20px;
  font-size: 1.25rem;
}
.entry-content h3 {
  font-size: 18px;
  font-size: 1.125rem;
}
.entry-content h4 {
  font-size: 16px;
  font-size: 1rem;
}
.entry-content blockquote {
  background: #f1f1f1;
  border-radius: 8px;
  margin: 1em 0;
  padding: 10px 15px;
}
.entry-content em {
  font-style: italic;
}
.entry-content ul &gt; li {
  margin-left: 1.6em;
  list-style-type: disc;
}
.entry-content ol &gt; li {
  margin-left: 1.6em;
  list-style-type: decimal;
}
.entry-content table td {
  width: auto;
}

.search-list a {
  border-top: 1px solid #d0d4d8;
  color: #000;
  display: block;
  padding: 20px 10px;
  transition: ease 0.2s;
}
.search-list h3 {
  color: #3d77be;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.search-list p {
  font-size: 14px;
  font-size: 0.875rem;
}
.search-list ul {
  align-items: center;
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
}
.search-list .catname {
  border-radius: 10px;
  display: block;
  background: #e6ebf6;
  line-height: 20px;
  margin-right: 10px;
  padding: 0 10px;
}
.search-list a:hover {
  background: #f1f4fa;
}

.contact-form {
  border-top: 1px solid #d0d4d8;
}
.contact-form dt {
  clear: left;
  float: left;
  font-weight: bold;
  line-height: 1.5;
  overflow: hidden;
  padding: 10px;
}
.contact-form dt span {
  color: #f00;
}
.contact-form dd {
  border-bottom: 1px solid #d0d4d8;
  line-height: 1.5;
  padding: 10px 10px 10px 14em;
  min-height: calc(1.5em + 20px);
}

.btn {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.9;
  outline: none;
  padding: 8px 20px;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
}

.btn-next {
  background: #FFD600;
}
.btn-next:hover {
  background: #ffc400;
}

.btn-back {
  background: #f6f6f6;
  color: #666;
}
.btn-back:hover {
  background: #eee;
}

@media screen and (max-width: 71.25em) {
  .contents-list a {
    border-radius: 10px;
    padding: 15px;
    width: 32%;
  }
  .contents-list a:nth-child(-n+4) {
    margin-top: 2%;
  }
  .contents-list a:nth-of-type(4n+1) {
    margin-left: 2%;
  }
  .contents-list a:nth-child(-n+3) {
    margin-top: 0;
  }
  .contents-list a:nth-of-type(3n+1) {
    margin-left: 0;
  }
  .contents-list .thumb {
    margin-bottom: 15px;
  }
  .contents-list .thumb img {
    border-radius: 5px 5px 0 0;
  }
  .contents-list a &gt; div h3 {
    font-size: 17px;
    font-size: 1.0625rem;
  }

  .entry-content figure {
    width: 100% !important;
  }
  .entry-content img {
    max-width: 100%;
    height: auto;
  }
  .entry-content table {
    width: auto;
  }

  .category-list a {
    width: 32%;
  }
  .category-list a:nth-child(-n+4) {
    margin-top: 2%;
  }
  .category-list a:nth-of-type(4n+1) {
    margin-left: 2%;
  }
  .category-list a:nth-child(-n+3) {
    margin-top: 0;
  }
  .category-list a:nth-of-type(3n+1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 37.4375em) {
  .news-list dt {
    padding: 13px 0 5px 0;
    float: none;
    width: auto;
  }
  .news-list dd {
    padding: 0 0 13px 30px;
  }

  .contents-list {
    flex-direction: column;
  }
  .contents-list a {
    border-top: 1px solid #d0d4d8;
    border-radius: 0;
    box-shadow: none;
    display: flex;
    margin-left: 0;
    margin-top: 0;
    padding: 13px 25px 13px 13px;
    position: relative;
    width: 100%;
  }
  .contents-list a:nth-child(-n+4) {
    margin-top: 0;
  }
  .contents-list a:nth-of-type(4n+1) {
    margin-left: 0;
  }
  .contents-list a:first-of-type {
    border-radius: 8px 8px 0 0;
    border-top: 0;
  }
  .contents-list a:last-of-type {
    border-radius: 0 0 8px 8px;
  }
  .contents-list a::after {
    border-top: 1px solid #0068b7;
    border-right: 1px solid #0068b7;
    content: "";
    position: absolute;
    bottom: calc(50% - 4px);
    transform: rotate(45deg);
    right: 13px;
    width: 10px;
    height: 10px;
  }
  .contents-list .thumb {
    margin: 0 13px 0 0;
    width: 100px;
  }
  .contents-list .thumb img {
    border-radius: 0;
  }
  .contents-list .thumb::after {
    border: 0;
    content: none;
  }
  .contents-list a &gt; div {
    flex: 1 0 0%;
  }
  .contents-list a &gt; div h3 {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 5px;
  }
  .contents-list a &gt; div p {
    font-size: 13px;
    font-size: 0.8125rem;
  }

  .category-list {
    flex-direction: column;
  }
  .category-list a {
    border: 0;
    border-bottom: 1px solid #d0d4d8;
    margin-left: 0;
    margin-top: 0;
    min-height: auto;
    padding: 13px 25px 13px 0px;
    width: 100%;
  }
  .category-list a:nth-of-type(-n+4) {
    margin-top: 0;
  }
  .category-list a:nth-of-type(4n+1) {
    margin-left: 0;
  }
  .category-list a:first-of-type {
    border-top: 1px solid #d0d4d8;
  }
  .category-list a::after {
    right: 12px;
  }

  .wp-pagenavi {
    margin-top: 30px;
  }

  .backnumber {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 20px;
  }

  .contact-form dt {
    float: none;
    font-weight: bold;
    padding: 10px 0 10px 0;
  }
  .contact-form dd {
    padding: 0 0 10px 0px;
    min-height: auto;
  }
}
@media print {
  body {
    font-family: "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 10pt;
  }

  .s-header {
    border-bottom: 2px solid #d0d4d8;
    box-shadow: none;
    height: auto;
    padding: 0 0 20px 0;
    position: static;
  }

  .h-search,
.g-nav {
    display: none;
  }

  .btn-pagetop a {
    display: none;
  }

  .s-footer {
    background: none;
    border-top: 2px solid #d0d4d8;
    color: #000;
    margin-top: 30px;
    padding: 20px 0 0 0;
  }

  body {
    display: block;
    min-height: auto;
  }

  main {
    padding-top: 0;
  }

  .content {
    margin: 30px 0;
    text-align: left;
  }

  .wrapper {
    margin-right: 0;
    margin-left: 0;
  }

  .top-info {
    margin: 30px 0;
  }

  .top-latest {
    background: none;
    padding: 30px 0;
  }

  .top-category {
    margin: 30px 0;
  }

  .breadcrumbs {
    display: none;
  }

  .contents-list a,
.contents-list a:hover {
    border: 1px solid #d0d4d8;
    box-shadow: none;
  }

  .page-header {
    min-height: auto;
    padding: 25px 0;
  }
}

/*# sourceMappingURL=style.css.map */
</pre></body></html>