@charset "UTF-8";
/*
Theme Name: Infra-theme
Description: インフラマネジメント様Wordpressテーマ
*/
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

*,
:after,
:before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

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

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden],
template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[role="button"],
[type="button"],
[type="reset"],
[type="submit"],
button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}

button,
select {
  text-transform: none;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

[aria-busy="true"] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

.btn {
  display: inline-block;
  text-decoration: none;
  padding: 16px 24px;
  letter-spacing: 0.1rem;
  color: #fff;
  background: #5396d1;
  font-weight: normal;
  text-align: center;
  border-radius: 4px;
  -webkit-transition: .3s;
  transition: .3s;
}

.btn:hover {
  opacity: .8;
}

/* =============================

base

==============================*/
html,
body {
  height: 100%;
  font-size: 62.5%;
}

body {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
  letter-spacing: nomal;
  font-size: 14px;
  font-size: 1.4rem;
  background-color: #fff;
  color: #595757;
  width: 100%;
}

.wrap {
  width: 100%;
  position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%;
}

a:not([class]) {
  color: #5396d1;
}

p {
  line-height: 2.2rem;
}

img {
  width: 100%;
  height: auto;
}

ul li {
  list-style-type: none;
}

.txt-block {
  text-indent: 1em;
}

.txt-block + .txt-block {
  margin-top: 21px;
}

.table--base caption {
  display: none;
}

.table--base tbody th,
.table--base tbody td {
  border-top: 0 !important;
}

.table--base th,
.table--base .column-1 {
  width: 20%;
  text-align: left;
  text-align-last: justify;
  vertical-align: top;
  font-weight: 500;
  padding: 4px 0;
}

.table--base td,
.table--base .column-2 {
  padding: 4px 0 4px 30px;
}

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

.br--pc {
  display: none;
}

.br--sp {
  display: block;
}

@media (min-width: 940px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .wrap {
    width: 940px;
    margin: auto;
  }
  p {
    line-height: 2.4rem;
  }
  a:not([class]) {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a:not([class]):hover {
    opacity: 0.7;
  }
  img {
    width: auto;
    height: auto;
  }
  .txt-block + .txt-block {
    margin-top: 24px;
  }
  .table--base th,
  .table--base .column-1 {
    width: 100px;
    text-align-last: justify;
    vertical-align: top;
    font-weight: 500;
  }
  .table--base td,
  .table--base .column-2 {
    padding-left: 30px;
  }
  .br--pc {
    display: block;
  }
  .br--sp {
    display: none;
  }
}

/* =============================

header

==============================*/
header.pc {
  display: none;
}

header.mobile {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(18px * 4);
  z-index: 99;
  -webkit-transition: .3s;
  transition: .3s;
}

header.mobile .logo {
  display: inline-block;
  position: relative;
  top: 18px;
  left: 25px;
  width: calc(322px / 2);
}

header.mobile .logo a {
  display: block;
}

header.mobile .logo img {
  width: calc(322px / 2);
  height: auto;
}

header.mobile .headerNav {
  position: fixed;
  right: -320px;
  /* これで隠れる */
  top: 0;
  width: 300px;
  /* スマホに収まるくらい */
  height: 100vh;
  padding-top: 40px;
  background-color: #fff;
  -webkit-transition: all .6s;
  transition: all .6s;
  z-index: 200;
  overflow-y: auto;
  /* メニューが多くなったらスクロールできるように */
}

header.mobile .headerNav .nav__block {
  margin: 0;
  padding: 0;
  list-style: none;
}

header.mobile .headerNav .nav__block li {
  text-align: center;
  padding: 0 14px;
}

header.mobile .headerNav .nav__block li a {
  display: block;
  padding: 16px 0;
  border-bottom: 1px solid #eee;
  text-decoration: none;
  color: #111;
}

header.mobile .headerNav .nav__block li a:hover {
  background-color: #eee;
}

.hamburger {
  position: absolute;
  right: 25px;
  top: 22px;
  width: 30px;
  /* クリックしやすいようにちゃんと幅を指定する */
  height: 27px;
  /* クリックしやすいようにちゃんと高さを指定する */
  cursor: pointer;
  z-index: 300;
}

.hamburger__line {
  position: absolute;
  left: 0;
  width: 28px;
  height: 4px;
  background-color: #5396d1;
  -webkit-transition: all .6s;
  transition: all .6s;
}

.hamburger__line--1 {
  top: 0;
}

.hamburger__line--2 {
  top: 7px;
}

.hamburger__line--3 {
  top: 15px;
}

.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .6s;
  transition: all .6s;
  cursor: pointer;
}

/* 表示された時用のCSS */
.nav-open header.mobile .headerNav {
  right: 0;
}

.nav-open .black-bg {
  opacity: .8;
  visibility: visible;
}

.nav-open .hamburger__line--1 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0;
}

.nav-open .hamburger__line--2 {
  width: 0;
  left: 50%;
}

.nav-open .hamburger__line--3 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 0;
}

.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

@media (min-width: 940px) {
  header.mobile {
    display: none;
  }
  header.pc {
    display: block;
    margin: 24px 0 calc(24px *4);
  }
  header.pc .nav__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header.pc .nav__block li {
    text-align: left;
    margin-right: 66px;
  }
  header.pc .nav__block li a {
    display: block;
    text-decoration: none;
    color: #595757;
    font-weight: 700;
    font-size: 1.2rem;
  }
  header.pc .nav__block li a:hover {
    background: none;
    opacity: 1;
    color: #5396d1;
  }
}

/* =============================

main

==============================*/
.main__block {
  width: calc(100% - 50px);
  margin: auto;
  padding-bottom: calc(18px * 2);
}

.page__head {
  position: relative;
  /*
  .head__img {
    display: block;
    margin-left: calc(50% - 50vw);
    z-index: -1;
  }
*/
}

.page__head .head__ttl {
  padding-top: calc(396px / 2 + 54px);
  text-align: center;
  margin-bottom: calc(18px * 3);
  font-weight: 700;
  letter-spacing: .1rem;
}

.page__head .head__img {
  overflow: hidden;
  position: absolute;
  top: 0;
  height: calc(396px / 2);
  max-height: calc(396px / 2);
  width: 100vw;
  margin-left: calc(50% - 50vw);
  z-index: -1;
}

.page__head .head__txt {
  text-align: center;
}

section {
  padding-bottom: 52px;
}

.section__ttl {
  font-weight: 500;
  text-align: center;
  font-size: 1.7rem;
  margin: calc(18px * 3) auto;
  color: #595757;
  letter-spacing: .12rem;
}

@media (min-width: 940px) {
  .main__block {
    width: 100%;
    padding-bottom: calc(24px * 3);
  }
  .page__head {
    position: relative;
    height: 288px;
  }
  .page__head .head__ttl {
    padding-top: 0;
    text-align: left;
    font-size: 3.5rem;
  }
  .page__head .head__img {
    position: absolute;
    top: 0;
    right: 0;
    height: 288px;
    max-height: 288px;
    width: 545px;
    margin-left: auto;
    z-index: -1;
  }
  .page__head .head__img img {
    width: 100%;
    height: auto;
  }
  .page__head .head__txt {
    text-align: center;
  }
  section {
    padding-bottom: calc(24px * 3);
  }
}

/* =============================

footer

==============================*/
footer {
  display: none;
}

@media (min-width: 940px) {
  footer {
    display: block;
    width: calc(940px - 200px);
    margin: auto;
    border-top: 1px solid #231815;
    padding-bottom: 48px;
  }
  footer .footer__block {
    margin: calc(24px * 3) auto;
  }
  footer .footerNav .nav__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  footer .footerNav .logo {
    margin-right: auto;
  }
  footer .footerNav .logo img {
    width: 231px;
    height: auto;
  }
  footer .footerNav .nav__block--item + .nav__block--item {
    margin-left: 30px;
  }
  footer .footerNav .nav__block--item a {
    color: #595757;
    font-weight: 700;
    text-decoration: none;
    font-size: 10px;
  }
  footer .footerNav .nav__block--item a:hover {
    background: none;
    opacity: 1;
    color: #5396d1;
  }
  footer .copy {
    font-size: 9px;
    display: block;
    text-align: center;
  }
}

/* =============================

index

==============================*/
.index .page__head .head__ttl {
  padding-top: calc(396px / 2 + 72px);
}

.index .page__head .head__ttl img {
  max-width: calc(648px / 2);
}

.index .page__head .head__txt {
  margin-top: 72px;
}

.index .section--i .section__ttl--index {
  text-align: center;
  font-weight: 700;
  font-size: 2.0rem;
  margin: 0 auto 36px;
  color: #5396d1;
}

.index .section--i-index .section__ttl {
  text-align: center;
  font-size: 1.5rem;
  margin: 36px auto 54px;
  color: #595757;
  letter-spacing: .1rem;
}

.index .section--i-index .content__inner--daihyo {
  text-align: center;
}

.index .section--i-index .content__inner--daihyo img {
  width: 175px;
  height: auto;
}

.index .section--i-index .content__inner--daihyo .note {
  display: block;
  font-size: 1.4rem;
}

.index .section--i-index .content__inner--txt {
  margin-top: 36px;
}

.index .section--i-concept {
  text-align: center;
  font-size: 1.5rem;
}

.index .section--i-vision p {
  text-align: center;
}

.index .section--i-about .table--base th,
.index .section--i-about .table--base td {
  border-bottom: 1px solid #d3d3d3;
  padding-top: 8px;
  padding-bottom: 8px;
}

.index .section--i-about .table--base .slash--pc {
  display: none;
}

.index .section--i-works .content {
  text-align: center;
}

.index .section--i-works .table--works {
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  border: 1px solid #4C4949;
  border-collapse: collapse;
}

.index .section--i-works .table--works td {
  font-size: 1.4rem;
  border: 1px solid #4C4949;
  padding: 2px;
  text-align: right;
  width: 50px;
}

.index .section--i-works .table--works .column-1 {
  text-align: center;
  text-align-last: initial;
  width: 20%;
}

.index .section--i-works .table--works .row-7 .column-1 {
  font-size: 1.2rem;
  text-align: right;
}

.index .section--i-works .btn {
  position: relative;
  text-decoration: none;
}

.index .section--i-news .text {
  text-align: center;
}

.index .section--i-news .post__list .post__item {
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 12px;
}

.index .section--i-news .post__list .post__item + .post__item {
  margin-top: 12px;
}

.index .section--i-news .post__list .post__item:last-child {
  border-bottom: 0;
}

.index .section--i-news .post__list a {
  text-decoration: none;
}

.index .section--i-news .post__list .post__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #595757;
}

.index .section--i-news .post__list .post__date span {
  display: inline-block;
}

.index .section--i-news .post__list .post__date .date {
  color: #a6a3a3;
  margin-right: 24px;
}

.index .section--i-news .btn__block {
  text-align: center;
  margin-top: 40px;
}

.index .section--i-news .btn__block .btn {
  min-width: 160px;
}

.index .facebook__block {
  text-align: center;
}

@media (min-width: 940px) {
  .index .page__head .head__ttl {
    padding-top: 24px;
  }
  .index .page__head .head__ttl img {
    width: 470px;
    max-width: 470px;
    height: 78px;
  }
  .index .page__head .head__txt {
    margin-top: calc(24px * 4);
    text-align: left;
  }
  .index .section--i .section__ttl--index {
    margin: 0 auto 48px;
  }
  .index .section--i-index .section__ttl {
    text-align: center;
    font-size: 2.4rem;
    margin: calc(24px * 5) auto calc(24px * 4);
    letter-spacing: .35rem;
  }
  .index .section--i-index .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .index .section--i-index .content__inner--daihyo {
    text-align: center;
    width: 50%;
  }
  .index .section--i-index .content__inner--daihyo img {
    width: 167px;
    height: auto;
  }
  .index .section--i-index .content__inner--daihyo .note {
    display: block;
    font-size: 1.5rem;
  }
  .index .section--i-index .content__inner--txt {
    margin: 0 100px 0 30px;
    width: 50%;
  }
  .index .section--i-concept {
    font-size: 1.6rem;
  }
  .index .section--i-about .table--base {
    margin: 0 160px;
  }
  .index .section--i-about .table--base .slash--pc {
    display: inline-block;
  }
  .index .section--i-works .table--works {
    display: block;
    overflow-x: initial;
    white-space: nowrap;
    width: 740px;
    margin: auto;
  }
  .index .section--i-works .table--works td {
    padding: 4px;
    width: 75px;
  }
  .index .section--i-works .table--works .column-1 {
    width: 20%;
  }
  .index .section--i-news .content {
    margin: 0 160px;
  }
}

/* =============================

works

==============================*/
.works .section--w-intro {
  padding-bottom: 0;
}

.works .section--w-intro .section__ttl {
  letter-spacing: .35rem;
}

.works .section--w .section__ttl {
  margin-bottom: 0;
}

.works .section--w .section__ttl img {
  width: calc(173px / 1.2);
  height: auto;
}

.works .section--w .works__slider {
  margin-bottom: 48px;
}

.works .section--w .works__slider .flex-control-paging li a {
  width: 5px;
  height: 5px;
}

.works .section--w .txt-block {
  text-align: center;
}

@media (min-width: 940px) {
  .works .section--w-intro {
    margin: calc(24px * 7) auto calc(24px * 6);
  }
  .works .section--w-intro .section__ttl {
    font-size: 2.6rem;
  }
  .works .section--w .section__ttl {
    margin-bottom: 24px;
  }
  .works .section--w .section__ttl img {
    width: 144px;
    height: auto;
  }
  .works .section--w .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .works .section--w .works__slider {
    width: 440px;
    display: block;
    margin: 0 60px 0 0;
  }
  .works .section--w .order--l {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .works .section--w .order--r {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0 0 0 60px;
  }
  .works .section--w .txt-block {
    text-align: left;
    width: 440px;
  }
}

/* =============================

access

==============================*/
.access .access__block {
  padding-bottom: calc(18px * 4);
}

.access .access__block p {
  text-align: center;
}

.access .access__block .map {
  position: relative;
  height: 0;
  overflow: hidden;
  margin: 18px -25px 0;
  padding: 0 25px 36% 25px;
}

.access .access__block iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.access .section--a-contact .section__ttl {
  margin: 0 auto 18px;
  font-size: 1.8rem;
  color: #5396d1;
  font-weight: 700;
}

.access .section--a-contact .content p {
  text-align: center;
}

.access .section--a-contact .content p + p {
  margin-top: 24px;
}

@media (min-width: 940px) {
  .access .access__block {
    margin-top: calc(24px * 4);
    padding-bottom: calc(24px * 6);
  }
  .access .access__block .map {
    position: relative;
    height: 226px;
    overflow: initial;
    margin: 48px auto 0;
    padding: 0;
  }
  .access .access__block iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 739px !important;
    height: 226px !important;
  }
  .access .section--a-contact .section__ttl {
    margin: 0 auto calc(24px * 3);
    font-size: 2.8rem;
  }
  .access .section--a-contact .content p {
    text-align: center;
  }
  .access .section--a-contact .content p + p {
    margin-top: 24px;
  }
  .access .section--a-contact .content a {
    text-decoration: none;
  }
}

/* =============================

recruit

==============================*/
.recruit .recruit__block--intro {
  padding-bottom: calc(18px * 4);
}

.recruit .recruit__block--intro p {
  text-align: center;
}

.recruit .recruit__block--intro p + p {
  margin-top: 24px;
}

.recruit .recruit__block--intro a {
  text-decoration: none;
}

.recruit .recruit__block {
  padding-bottom: 52px;
}

.recruit .table--recruit .column-1 {
  width: 25%;
}

@media (min-width: 940px) {
  .recruit .recruit__block--intro {
    margin-top: calc(24px * 4);
    padding-bottom: calc(24px * 5);
  }
  .recruit .recruit__block {
    padding-bottom: calc(24px * 3);
  }
  .recruit .table--recruit {
    width: auto;
    margin: auto;
  }
  .recruit .table--recruit .column-1 {
    width: 130px;
  }
  .recruit .table--recruit .column-2 {
    padding-left: 60px;
  }
}

/* =============================

links

==============================*/
.links .links__list {
  display: -ms-grid;
  display: grid;
  grid-gap: 18px;
  -ms-grid-columns: (minmax(325px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(325px, 1fr));
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.links .links__list a {
  display: block;
}

@media (min-width: 940px) {
  .links .links__block {
    margin-top: calc(24px * 4);
    padding-bottom: calc(24px * 5);
  }
  .links .links__list {
    grid-gap: 24px 60px;
    -ms-grid-columns: (minmax(440px, 1fr))[auto-fit];
        grid-template-columns: repeat(auto-fit, minmax(440px, 1fr));
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}

/* =============================

news

==============================*/
.news .back {
  margin-bottom: 24px;
}

.news .back a {
  text-decoration: none;
  color: #595757;
  -webkit-transition: .3s;
  transition: .3s;
}

.news .back a:hover {
  color: #5396d1;
}

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

.news .post__list .post__item {
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 12px;
}

.news .post__list .post__item + .post__item {
  margin-top: 12px;
}

.news .post__list .post__item:last-child {
  border-bottom: 0;
}

.news .post__list a {
  text-decoration: none;
}

.news .post__list .post__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #595757;
}

.news .post__list .post__date span {
  display: inline-block;
}

.news .post__list .post__date .date {
  color: #a6a3a3;
  margin-right: 24px;
}

.news .pagenavi {
  margin-top: 40px;
}

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

.news .pagenavi .wp-pagenavi .current,
.news .pagenavi .wp-pagenavi a {
  display: inline-block;
  padding: 14px 16px;
  line-height: 1;
  text-decoration: none;
  color: #fff;
  background: #0088CF;
  border: 1px solid #0088CF;
  border-radius: 4px;
  margin-right: 8px;
  -webkit-transition: .3s;
  transition: .3s;
}

.news .pagenavi .wp-pagenavi .current:hover,
.news .pagenavi .wp-pagenavi a:hover {
  opacity: .8;
}

.news .pagenavi .wp-pagenavi .current:last-child,
.news .pagenavi .wp-pagenavi a:last-child {
  margin-right: 0;
}

.news .pagenavi .wp-pagenavi .current {
  background: #fff;
  border: 1px solid #0088CF;
  color: #0088CF;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}

.postPage .post__head {
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 24px;
  margin-bottom: 24px;
}

.postPage .post__head .date {
  color: #a6a3a3;
  margin-right: 24px;
}

.postPage .post__head .title {
  font-size: 2.0rem;
  margin-top: 12px;
}

.postPage .post__content p {
  line-height: 2.2rem;
  margin: 16px 0;
}

.postPage .post__content h2, .postPage .post__content h3, .postPage .post__content h4, .postPage .post__content h5, .postPage .post__content h6 {
  margin: 24px 0;
}

.postPage .post__content h2 {
  border-left: 4px solid #5396d1;
  font-size: 2.0rem;
  padding-left: 12px;
}

.postPage .post__content h3 {
  position: relative;
  font-size: 1.8rem;
  padding-left: 20px;
}

.postPage .post__content h3::before {
  content: '';
  width: 10px;
  height: 2px;
  background: #5396d1;
  position: absolute;
  top: 50%;
  left: 0;
}

.postPage .post__content h4 {
  font-size: 1.6rem;
}

.postPage .post__content h5 {
  font-size: 1.45rem;
}

.postPage .post__content h6 {
  font-size: 1.3rem;
}

@media (min-width: 940px) {
  .news .section--a-news {
    width: 740px;
    margin: calc(24px * 4) auto 0;
  }
  .news .post__list .post__item {
    padding-bottom: 18px;
  }
  .news .post__list .post__item + .post__item {
    margin-top: 18px;
  }
  .news .post__list .post__date {
    -webkit-transition: .3s;
    transition: .3s;
  }
  .news .post__list .post__date:hover {
    color: #5396d1;
  }
  .news .post__list .post__date:hover .date {
    opacity: .8;
  }
  .news .post__content p {
    line-height: 2.2rem;
    margin: 24px 0;
  }
  .news .post__content h2, .news .post__content h3, .news .post__content h4, .news .post__content h5, .news .post__content h6 {
    margin: 40px 0;
  }
}

/* =============================

404

==============================*/
.error .page__head .head__ttl {
  padding-top: 110px;
}

@media (min-width: 940px) {
  .error .page__head .head__ttl {
    text-align: center;
    padding-top: 110px;
  }
  .error .error__block {
    width: 740px;
    text-align: center;
    margin: auto;
  }
}
/*# sourceMappingURL=style.css.map */