@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&display=swap");
/*============================
#content
============================*/
#content article .page_title {
  margin-top: 6rem;
  min-height: 12.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #008cde;
  background: -webkit-gradient(linear, left top, right top, from(#008cde), to(#005f96));
  background: linear-gradient(90deg, #008cde 0%, #005f96 100%);
  color: #fff;
  padding: 1.25em 0;
}
#content article .page_title .title {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 8rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 2em;
  line-height: 1.4;
  font-weight: bold;
}
@media (min-width: 1111px) and (max-width: 1366px) {
  #content article .page_title .title {
    padding-left: 8rem;
    padding-right: 8rem;
  }
}
@media (min-width: 961px) and (max-width: 1111px) {
  #content article .page_title .title {
    padding-left: 6.6666666667rem;
    padding-right: 6.6666666667rem;
  }
}
@media (max-width: 960px) {
  #content article .page_title {
    min-height: 9.375em;
    margin: 0;
    padding: 1.25em 3.7rem;
  }
  #content article .page_title .title {
    font-size: 1.375em;
    line-height: 1.3636363636;
    padding-left: 3.7rem;
    padding-right: 3.7rem;
  }
}
#content article .articleInner {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 5em 8rem 8.75em;
}
@media (min-width: 1111px) and (max-width: 1366px) {
  #content article .articleInner {
    padding-left: 8rem;
    padding-right: 8rem;
  }
}
@media (min-width: 961px) and (max-width: 1111px) {
  #content article .articleInner {
    padding-left: 6.6666666667rem;
    padding-right: 6.6666666667rem;
  }
}
@media (max-width: 960px) {
  #content article .articleInner {
    padding: 3.75em 3.7rem 7.5em;
  }
}
#content article .post_meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 1.875em;
}
#content article .post_meta .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 1.875em;
}
#content article .post_meta .category .cat {
  font-size: 0.6875em;
  background: #0080CB;
  color: #fff;
  min-width: 5.8181818182em;
  padding: 0.1818181818em 0.5em;
  line-height: 1.6363636364;
  text-align: center;
  margin: 0.0909090909em 0 0.0909090909em 1em;
}
#content article .post_meta .category .cat:first-child {
  margin-left: 0;
}
@media (hover: hover) {
  #content article .post_meta .category .cat:hover {
    opacity: 0.5;
  }
}
#content article .post_meta .date {
  font-size: 0.875em;
  margin-right: 2.8571428571em;
  line-height: 1.7142857143;
  color: #A0A0A0;
}
#content article h1.title {
  font-size: 1.375em;
  color: #0080CB;
  line-height: 1.5;
  padding-bottom: 0.9090909091em;
  border-bottom: #0080CB solid 2px;
}
#content article .single-body {
  margin-top: 3.75em;
  padding-bottom: 5.625em;
  border-bottom: #f8f8f8 solid 4px;
}
#content article .pagination {
  color: #A0A0A0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.875em;
  margin-top: 3.5714285714em;
  position: relative;
}
#content article .pagination .archive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 13.2142857143em;
  border: #A0A0A0 solid 1px;
  border-radius: 1.8571428571em;
  padding: 0.7142857143em;
  min-height: 2.8571428571em;
}
@media (hover: hover) {
  #content article .pagination .archive:hover {
    background: #0080CB;
    border-color: #0080CB;
    color: #fff;
  }
}
#content article .pagination .prev, #content article .pagination .next {
  min-width: 9.8571428571em;
}
#content article .pagination .prev a, #content article .pagination .next a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#content article .pagination .prev a:before, #content article .pagination .next a:before {
  content: "";
  display: block;
  width: 1.4285714286em;
  height: 1.4285714286em;
  background: 50%/contain no-repeat;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cg%20fill%3D%22%23A0A0A0%22%3E%3Cpath%20data-name%3D%222191%22%20d%3D%22M7.822%204.788a.931.931%200%200%201%201.313%200l4.587%204.6a.927.927%200%200%201%20.029%201.279l-4.517%204.535a.927.927%200%201%201-1.313-1.308l3.841-3.9-3.937-3.9a.917.917%200%200%201-.003-1.306Z%22%2F%3E%3Cpath%20data-name%3D%222192%22%20d%3D%22M0%2010A10%2010%200%201%200%2010%200%2010%2010%200%200%200%200%2010Zm1.538%200a8.458%208.458%200%200%201%2014.443-5.981A8.458%208.458%200%201%201%204.019%2015.981%208.389%208.389%200%200%201%201.538%2010Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@media (hover: hover) {
  #content article .pagination .prev a:hover:before, #content article .pagination .next a:hover:before {
    background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cg%20fill%3D%22%230080CB%22%3E%3Cpath%20data-name%3D%222191%22%20d%3D%22M7.822%204.788a.931.931%200%200%201%201.313%200l4.587%204.6a.927.927%200%200%201%20.029%201.279l-4.517%204.535a.927.927%200%201%201-1.313-1.308l3.841-3.9-3.937-3.9a.917.917%200%200%201-.003-1.306Z%22%2F%3E%3Cpath%20data-name%3D%222192%22%20d%3D%22M0%2010A10%2010%200%201%200%2010%200%2010%2010%200%200%200%200%2010Zm1.538%200a8.458%208.458%200%200%201%2014.443-5.981A8.458%208.458%200%201%201%204.019%2015.981%208.389%208.389%200%200%201%201.538%2010Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  }
}
#content article .pagination .prev a:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#content article .pagination .next a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 750px) {
  #content article .pagination {
    padding-bottom: 5em;
  }
  #content article .pagination .archive {
    position: absolute;
    top: 3.5714285714em;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}