@charset "UTF-8";
@import url(common.css);
#contents {
  padding: 100px 0;
}

.page-ttl .breadcrumb {
  max-width: 1200px;
  margin: 20px auto 0;
  text-align: left;
  padding: 0;
}

.inblock {
  max-width: 1200px;
  margin: 0 auto;
}

#waku {
  width: 90%;
  margin: 0 auto 100px;
}

/* WP記事エリアの共通スタイル
---------------------------------------------------------------------------- */
.wp-block-embed iframe {
  position: static !important;
  width: 100%;
  height: 610px;
}

/* パンくず
---------------------------------------------------------------------------- */
.topicpath {
  max-width: 900px;
  margin: 0 auto;
  padding: 1em 0;
  text-align: left;
  font-size: 0.9em;
}

.topicpath ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.topicpath ul li {
  position: relative;
  color: #555;
}

.topicpath ul li:not(:last-child) {
  margin-right: 1.5em;
}

.topicpath ul li:not(:last-child):before {
  position: absolute;
  content: " / ";
  right: -0.8em;
  top: 0;
  color: #ccc;
}

.topicpath ul li a {
  margin-right: 0.5em;
  color: #333;
}

.entry-format {
  zoom: 1;
  margin: 0 auto;
  word-wrap: break-word;
}
.entry-format:after {
  content: ".";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
.entry-format p {
  margin: 0 auto 25px;
  line-height: 2em;
}
.entry-format em {
  font-style: italic;
  font-family: "MS P Gothic","ＭＳ Ｐゴシック";
}
.entry-format b {
  font-weight: bold;
}
.entry-format strong {
  font-weight: bold;
}
.entry-format a {
  text-decoration: underline;
  color: #0e8091;
}
.entry-format .alignleft {
  float: left;
  margin: 0 15px 10px 0;
}
.entry-format .alignright {
  float: right;
  margin: 0 0 10px 15px;
}
.entry-format .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.entry-format ul {
  list-style-type: disc;
  margin: 0 0 15px 20px;
}
.entry-format ol {
  list-style-type: decimal;
  margin: 0 0 15px 20px;
}
.entry-format blockquote {
  font-family: Georgia, "Bitstream Charter", serif;
  font-style: italic;
  font-weight: normal;
  margin: 0 3em;
}
.entry-format h1 {
  width: auto;
  font-size: 2em;
}
.entry-format h2 {
  border: none;
  font-size: 1.3em !important;
  padding: 0.5em !important;
  /*文字周りの余白*/
  background: #f7fbfb !important;
  /*背景色*/
  border-left: solid 5px #555 !important;
  /*左線（実線 太さ 色）*/
}
.entry-format h3 {
  font-size: 1.2em;
}
.entry-format h4 {
  font-size: 1.1em;
}
.entry-format h5 {
  font-size: 0.9em;
}
.entry-format h6 {
  font-size: 0.8em;
}
.entry-format address {
  font-style: italic;
}
.entry-format h1, .entry-format h2, .entry-format h3, .entry-format h4, .entry-format h5, .entry-format h6 {
  margin: 0 0 0.5em 0;
  padding: 0;
  font-weight: bold;
}
.entry-format .gallery .gallery-item img {
  width: auto;
  max-width: 100% !important;
  height: auto;
}
.entry-format table, .entry-format th, .entry-format td {
  border-style: solid;
  border-color: #c2c2c2;
}
.entry-format table {
  width: 100%;
  margin: 0 0 1.5em;
  border-width: 1px 1px 0 0;
}
.entry-format th, .entry-format td {
  padding: 10px 15px;
  border-width: 0 0 1px 1px;
  text-align: left;
  vertical-align: top;
}
.entry-format th {
  background: #f3f3f3;
  font-size: 1em;
  font-weight: bold;
}
.entry-format td {
  font-size: 1em;
}
.entry-format hr {
  zoom: 1;
}
.entry-format hr:after {
  content: ".";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
.entry-format .wp-block-video video {
  width: 100%;
}

.gothic {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  letter-spacing: 0.1em;
}

p.date {
  margin: 0;
  font-size: 0.9em;
  color: #909090;
  letter-spacing: 0em;
}
p.date span {
  margin-left: 5px;
  background: #555;
  color: #fff;
  padding: 0.1em 0.5em;
  font-size: 0.9em;
}

.title-area {
  font-size: 36px;
  text-align: center;
  margin-bottom: 1.5em;
  padding: 40px 0;
}

.inblock {
  display: flex;
  justify-content: space-between;
}
.inblock .l-area {
  width: 70%;
  margin: 0 auto;
}
.inblock .l-area h2.sub-t {
  margin-bottom: 1em;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
}
.inblock .l-area .kiji {
  position: relative;
  padding: 1.5em 2em;
  margin-bottom: 2em;
  border: 1px solid #f5f5f5;
}
.inblock .l-area .kiji a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.inblock .l-area .kiji a:hover {
  transition: 0.3s;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.inblock .l-area .kiji .txt h2 {
  padding-bottom: 0.25em;
  margin-bottom: 0.25em;
  border-bottom: 1px solid #f5f5f5;
  font-size: 1.5em;
  line-height: 1.5em;
}
.inblock .l-area .kiji .txt p.detail {
  margin: 0;
  line-height: 1.6em;
  color: #555;
}
.inblock .l-area .pager {
  margin-bottom: 4em;
}
.inblock .l-area .pager ul {
  text-align: center;
  letter-spacing: -0.4em;
}
.inblock .l-area .pager ul li {
  display: inline-block;
  margin: 0 0.3em;
  vertical-align: top;
  letter-spacing: normal;
}
.inblock .l-area .pager ul li a {
  display: block;
  padding: 0.1em 0.7em;
  font-size: 1.1em;
  text-decoration: none;
  color: #333;
  border: 1px solid #04005e;
}
.inblock .l-area .pager ul li a:hover {
  background-color: #04005e;
  border: 1px solid #04005e;
  color: #fff;
}
.inblock .l-area .pager ul li.current {
  padding: 0.1em 0.7em;
  font-size: 1.1em;
  background-color: #04005e;
  border: 1px solid #04005e;
  color: #fff;
  text-decoration: none;
}

.nav-links {
  margin-bottom: 4em;
  text-align: center;
  display: flex;
  justify-content: center;
}
.nav-links .page-numbers {
  margin: 0 3px;
  padding: 0 0.7em;
  font-size: 1.1em;
  background-color: #fff;
  border: 1px solid #04005e;
  color: #04005e;
  text-decoration: none;
}
.nav-links span {
  display: inline-block;
  margin: 0 0.3em;
  letter-spacing: normal;
  border: none;
  vertical-align: middle;
  align-items: center;
}
.nav-links span a {
  display: block;
  padding: 0 0.6em;
  text-decoration: none;
  color: #000;
  padding: 0 0.6em;
}
.nav-links span a:hover {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
}
.nav-links span.dots {
  border: none !important;
}
.nav-links span.current {
  padding: 0 0.7em;
  font-size: 1.1em;
  background-color: #04005e;
  border: 1px solid #04005e;
  color: #fff;
  text-decoration: none;
}

.single {
  /* clear hack */
}
.single .kijibox {
  max-width: 900px;
  margin: 0 auto 50px;
  border: 1px solid #f5f5f5;
  padding: 20px 40px;
  display: block;
  width: 100%;
}
.single .kijibox h2 {
  padding-bottom: 0.25em;
  margin-bottom: 0.5em;
  border-bottom: 1px dotted #ccc;
  font-size: 1.8em;
  line-height: 1.5em;
}
.single .kijibox .entry-format a {
  position: static;
}
.single .kijibox .tag-area p {
  color: #555;
  font-size: 0.8em;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.single .kijibox .tag-area p span {
  width: auto;
  margin: 0 0.5em;
  display: block;
  padding: 5px 10px;
  border: 1px solid #f5f5f5;
}
.single .kijibox .tag-area p span a:hover {
  text-decoration: none;
  color: #555;
}
.single .pagenav {
  width: 100%;
  max-width: 550px;
  margin: 0 auto 4em;
  position: relative;
}
.single .pagenav .prev {
  display: inline-block;
  float: left;
  width: 180px;
  word-wrap: break-word;
}
.single .pagenav .next {
  display: inline-block;
  float: right;
  width: 180px;
  text-align: right;
  word-wrap: break-word;
}
.single .pagenav .back {
  margin: 0 auto 4em !important;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* Safari逕ｨ */
  transform: translate(-50%, -50%);
  background: #04005e;
}
.single .pagenav .back a {
  position: relative;
  width: 250px;
  margin: 0 auto;
  display: block;
  padding: 10px 25px;
  text-decoration: none;
  color: #fff;
}
.single .pagenav {
  zoom: 1;
}
.single .pagenav:after {
  content: ".";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

/*===========================================================================*/
/*  media quary:767px  */
/*===========================================================================*/
@media screen and (max-width: 767px) {
  main {
    padding-top: 0;
  }

  #works .page-ttl {
    padding: 50px 0 20px;
  }

  #works .page-ttl .page-ttl-txt {
    padding: 55px 0 15px 0;
  }
  #works .page-ttl .page-ttl-txt .breadcrumb {
    margin: 0;
    padding: 0 15px;
  }
  #works .page-ttl .page-ttl-txt h1 {
    margin-bottom: 0;
    font-size: 2em;
  }

  .page-ttl .breadcrumb {
    padding: 0 16px;
  }

  .inblock {
    display: block;
  }
  .inblock .l-area {
    width: 100%;
  }
  .inblock .l-area .kiji {
    padding: 0em 0.25em 1em 0.25em;
    border: none;
    border-bottom: 1px dotted #ccc;
  }
  .inblock .l-area .kiji a:hover {
    box-shadow: none;
  }
  .inblock .l-area .kiji .txt {
    width: 100%;
  }
  .inblock .l-area .kiji .txt p.date {
    margin: 0;
    font-size: 0.8em;
  }
  .inblock .l-area .kiji .txt h2 {
    margin-bottom: 0em;
    border: none;
  }
  .inblock .r-area {
    width: 100%;
  }

  .single .kijibox {
    padding: 20px;
  }
  .single .pagenav {
    _zoom: 1;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 6em 0;
    position: relative;
  }
  .single .pagenav .prev {
    display: inline-block;
    float: left;
    width: 30%;
    margin-bottom: 0.5em;
  }
  .single .pagenav .next {
    display: inline-block;
    float: right;
    width: 30%;
    margin-bottom: 0.5em;
  }
  .single .pagenav .back {
    margin: 0 auto !important;
    text-align: center;
  }
  .single #single-blog .entry-format {
    padding: 0.8em;
  }
}
/*===========================================================================*/
/*  media quary:479px  */
/*===========================================================================*/
@media screen and (max-width: 479px) {
  .inblock .l-area .kiji {
    padding: 0.5em;
    margin-bottom: 1em;
    border: none;
    border-bottom: 1px dotted #ccc;
  }
  .inblock .l-area .kiji a:hover {
    box-shadow: none;
  }
  .inblock .l-area .kiji .txt h2 {
    margin-top: 0.25em;
    font-size: 1.2em;
  }
  .inblock .l-area .kiji .txt p.detail {
    margin-bottom: 0.25em;
    display: none;
  }
  .inblock .l-area .kiji .thumbnail {
    width: 90px;
  }
  .inblock .l-area .kiji .thumbnail img {
    width: 90px;
    height: 90px;
    object-fit: cover;
  }
}

/*# sourceMappingURL=news.css.map */
