@charset "UTF-8";
/*
Theme Name: qe-common
Version: 1.0
*/
/* default
----------------------------------------------------------------------------------------------------*/
body {
  overflow-x: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 16px;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
  line-height: 1.618;
}

* {
  font-size: 1em;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
*:focus {
  outline: solid;
}
*:focus img {
  opacity: 0.5;
}

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

ul,
ol,
dl,
li,
dt,
dd {
  list-style: none;
}

img {
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  border: none;
}

a,
a:visited,
.hover {
  color: #333333;
  text-decoration: none;
  transition: opacity 0.4s;
  cursor: pointer;
}
a:hover,
a:visited:hover,
.hover:hover {
  opacity: 0.5;
}

main {
  min-height: calc(100svh - 64px - 200px);
  background-color: #e5e5e5;
}
@media screen and (max-width: 768px) {
  main {
    min-height: calc(100svh - 48px - 160px);
  }
}
main > .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  min-height: calc(100svh - 64px - 200px);
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  main > .container {
    flex-direction: column;
    min-height: calc(100svh - 48px - 160px);
  }
}
main .mainContents {
  width: calc(100% - 230px);
  padding: 32px 16px 64px;
  padding-right: 0;
  min-height: 100px;
}
@media screen and (max-width: 768px) {
  main .mainContents {
    width: 100%;
    padding-left: 0;
  }
}
main .sideContents {
  width: 200px;
  padding: 32px 16px;
  padding-left: 0;
  min-height: 100px;
}
@media screen and (max-width: 768px) {
  main .sideContents {
    width: 100%;
    padding-right: 0;
  }
}

.inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
.inner.xl {
  max-width: 1400px;
}
@media screen and (max-width: 1400px) {
  .inner.xl {
    max-width: 1200px;
  }
}
.inner.lg {
  max-width: 1200px;
}
@media screen and (max-width: 1200px) {
  .inner.lg {
    max-width: 1080px;
  }
}
.inner.sm {
  max-width: 960px;
}
.inner.xs {
  max-width: 767px;
}
@media screen and (max-width: 1080px) {
  .inner {
    max-width: 960px;
  }
}
@media screen and (max-width: 768px) {
  .inner {
    max-width: 480px;
    padding-left: 4.2666666667%;
    padding-right: 4.2666666667%;
  }
}

.contentArchive > * {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  -moz-column-gap: 16px;
       column-gap: 16px;
  row-gap: 32px;
}
.contentArchive > * > * {
  width: calc((100% - 32px) / 3);
}
@media screen and (max-width: 768px) {
  .contentArchive > * > * {
    width: 100%;
  }
}

.thumbIng {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16/9;
}
.thumbIng img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: ease 0.4s;
}
.thumbIng a {
  display: block;
  width: 100%;
  height: 100%;
}
.thumbIng a:hover img {
  transform: scale(1.03);
}

.postCard {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
  border: solid 1px #d5d5d5;
}
.postCard a {
  display: block;
  width: 100%;
  height: 100%;
}
.postCard .postTitle {
  order: 2;
  padding: 8px;
  font-size: 14px;
  text-align: justify;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .postCard .postTitle {
    font-size: 16px;
  }
}
.postCard .postTitle a span {
  transition: background-color ease 0.4s;
}
.postCard .postTitle a:hover {
  opacity: 1;
}
.postCard .postTitle a:hover span {
  background-color: #ffdd00;
}
.postCard .thumbIng {
  order: 1;
}
.postCard .date {
  order: 3;
  padding: 0 8px 8px;
  font-size: 12px;
  font-weight: bold;
  color: #999999;
}
.postCard .category {
  order: 4;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.postCard .category a {
  padding: 0.5em 0.75em;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  background-color: #ffdd00;
}

.pagenation {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 32px;
}
.pagenation a,
.pagenation span {
  padding: 0.5em;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  border-style: solid;
  border-width: 0 0 4px;
}
.pagenation a {
  border-color: #ffdd00;
}
.pagenation span {
  border-color: transparent;
}

.widget + .widget {
  margin-top: 16px;
}
.widget .widgetTitle {
  padding: 0.75em 1em;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  background-color: #d5d5d5;
}
.widget .categoryList {
  padding: 0.75em 1em;
  font-size: 14px;
}
.widget .categoryList li + * {
  margin-top: 0.5em;
}
.widget .categoryList a {
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  text-decoration: underline;
}
.widget .popularList {
  padding: 0.75em 0;
  font-size: 14px;
}
.widget .popularList li + * {
  margin-top: 16px;
}
.widget .popularList a {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
}
.widget .popularList a:hover img {
  transform: scale(1.03);
}
.widget .popularList .postTitle {
  order: 2;
  margin-top: 0.25em;
  font-size: 12px;
}
.widget .popularList .postTitle span {
  transition: background-color ease 0.4s;
}
.widget .popularList .thumbImg {
  order: 1;
}
.widget .popularList .date {
  order: 3;
  font-size: 10px;
  font-weight: bold;
  color: #999999;
}

.recommendList {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 16px;
}
.recommendList > * {
  width: calc((100% - 32px) / 3);
}
@media screen and (max-width: 768px) {
  .recommendList > * {
    width: 100%;
  }
}

.breadcrumb .inner {
  padding: 0.5em 16px 0;
  background-color: #ffffff;
}
.breadcrumb .inner .breadcrumbList {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.breadcrumb .inner .breadcrumbList .breadcrumbItem {
  max-width: 20em;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 768px) {
  .breadcrumb .inner .breadcrumbList .breadcrumbItem {
    font-size: 12px;
    max-width: 15em;
  }
}
.breadcrumb .inner .breadcrumbList .breadcrumbItem a {
  text-decoration: underline;
}
.breadcrumb .inner .breadcrumbList .breadcrumbItem + *::before {
  content: ">";
  margin: 0 0.5em;
}

.shere {
  padding-bottom: 64px;
  margin-top: 64px;
  border-bottom: solid 1px #d5d5d5;
}
.shere ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.shere ul li {
  width: 36px;
  height: 36px;
}
.shere ul li a,
.shere ul li button {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
}
.shere ul li a img,
.shere ul li button img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.shere ul li button {
  padding: 0;
  background-color: transparent;
  border: none;
  color: #333333;
  text-decoration: none;
  transition: opacity 0.4s;
  cursor: pointer;
}
.shere ul li button:hover {
  opacity: 0.5;
}
.shere ul li:nth-of-type(1) a {
  padding: 2px;
}

.categoryTitle,
.searchTitle {
  margin-bottom: 16px;
}

.searchForm {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.searchForm .searchInput {
  width: calc(100% - 30px);
  height: 30px;
}
.searchForm .searchInput input {
  display: block;
  width: 100%;
  height: 100%;
}
.searchForm .searchSubmit {
  width: 20px;
  height: 20px;
  padding: 0;
  background-color: transparent;
  border: none;
  color: #333333;
  text-decoration: none;
  transition: opacity 0.4s;
  cursor: pointer;
}
.searchForm .searchSubmit:hover {
  opacity: 0.5;
}

#bodyHeader {
  position: relative;
  z-index: 100;
}
#bodyHeader .siteOutline {
  background-color: #e5e5e5;
}
#bodyHeader .siteOutline .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  aspect-ratio: 8/1;
  padding: 16px 32px;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  #bodyHeader .siteOutline .inner {
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    aspect-ratio: 2/1;
    padding: 24px 0 16px;
    padding-left: 4.2666666667%;
    padding-right: 4.2666666667%;
  }
}
#bodyHeader .siteOutline .inner .logo {
  font-size: 20px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #bodyHeader .siteOutline .inner .logo {
    margin-bottom: 16px;
  }
}
#bodyHeader .siteOutline .inner .description {
  width: 42%;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  #bodyHeader .siteOutline .inner .description {
    width: 100%;
    font-size: 12px;
  }
}
#bodyHeader .siteNavigation {
  height: 64px;
  background-color: #333333;
}
@media screen and (max-width: 768px) {
  #bodyHeader .siteNavigation {
    height: 4px;
  }
}
#bodyHeader .siteNavigation a {
  color: #ffffff;
}
#bodyHeader .siteNavigation .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  height: 100%;
}
#bodyHeader .siteNavigation .inner .navBtn {
  display: none;
}
@media screen and (max-width: 768px) {
  #bodyHeader .siteNavigation .inner .navBtn {
    position: absolute;
    right: 4.2666666667%;
    top: 16px;
    z-index: 100;
    display: block;
    width: 32px;
    height: 32px;
    border: none;
    background-color: transparent;
    transition: ease 0.4s;
  }
  #bodyHeader .siteNavigation .inner .navBtn:focus {
    outline: solid #333333;
  }
  #bodyHeader .siteNavigation .inner .navBtn span {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
    width: 24px;
    height: 2px;
    background-color: #333333;
    transform: translate(-50%, -50%);
  }
  #bodyHeader .siteNavigation .inner .navBtn span::before, #bodyHeader .siteNavigation .inner .navBtn span::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #333333;
    transition: ease 0.4s;
  }
  #bodyHeader .siteNavigation .inner .navBtn span::before {
    transform: translateY(-8px);
  }
  #bodyHeader .siteNavigation .inner .navBtn span::after {
    transform: translateY(8px);
  }
  #bodyHeader .siteNavigation .inner .navBtn.on {
    right: 84.2666666667%;
  }
  #bodyHeader .siteNavigation .inner .navBtn.on:focus {
    outline: solid #ffffff;
  }
  #bodyHeader .siteNavigation .inner .navBtn.on span {
    background-color: transparent;
  }
  #bodyHeader .siteNavigation .inner .navBtn.on span::before, #bodyHeader .siteNavigation .inner .navBtn.on span::after {
    background-color: #ffffff;
  }
  #bodyHeader .siteNavigation .inner .navBtn.on span::before {
    transform: translateY(0) rotate(45deg);
  }
  #bodyHeader .siteNavigation .inner .navBtn.on span::after {
    transform: translateY(0) rotate(-45deg);
  }
}
#bodyHeader .siteNavigation .inner #gnav ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 2em;
  padding: 0 16px;
}
#bodyHeader .siteNavigation .inner #gnav ul a {
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #bodyHeader .siteNavigation .inner #gnav {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    width: 80%;
    height: 100svh;
    background-color: #333333;
    transform: translateX(100%);
    transition: transform ease 0.4s;
  }
  #bodyHeader .siteNavigation .inner #gnav ul {
    flex-direction: column;
    gap: 4px;
    padding: 16px;
  }
  #bodyHeader .siteNavigation .inner #gnav ul li {
    width: 100%;
  }
  #bodyHeader .siteNavigation .inner #gnav ul a {
    display: block;
    padding: 0.5em;
  }
  #bodyHeader .siteNavigation .inner #gnav.on {
    transform: translateX(0);
  }
}
#bodyHeader .siteNavigation .inner #gnav .closeBtn {
  display: none;
}
@media screen and (max-width: 768px) {
  #bodyHeader .siteNavigation .inner #gnav .closeBtn {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 64px;
    font-weight: bold;
    background-color: #d5d5d5;
    border: none;
  }
  #bodyHeader .siteNavigation .inner #gnav .closeBtn:focus {
    outline: solid #ffdd00;
  }
}
#bodyHeader.lower .siteOutline .inner {
  aspect-ratio: 12/1;
}
@media screen and (max-width: 768px) {
  #bodyHeader.lower .siteOutline .inner {
    aspect-ratio: 6/1;
  }
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  padding: 0;
  background-color: #333333;
  opacity: 0;
  transition: opacity ease 0.4s;
  pointer-events: none;
}
.overlay.on {
  opacity: 0.5;
  pointer-events: none;
}

#bodyFooter {
  background-color: #333333;
  color: #ffffff;
}
#bodyFooter .inner {
  padding: 64px 0;
}
@media screen and (max-width: 768px) {
  #bodyFooter .inner {
    padding: 32px 0;
  }
}
#bodyFooter .fnav {
  margin-bottom: 32px;
}
#bodyFooter .fnav ul {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1em;
}
#bodyFooter .fnav ul li a {
  display: block;
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
  color: #ffffff;
}
#bodyFooter .fnav ul li.external a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.25em;
}
#bodyFooter .fnav ul li.external a::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-image: url("./img/icon_link02.png");
  background-size: 100% 100%;
}
#bodyFooter .copy {
  height: 20px;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.1em;
}

#single .postArticle .eyeCatch {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 32/9;
}
@media screen and (max-width: 768px) {
  #single .postArticle .eyeCatch {
    aspect-ratio: 16/9;
  }
}
#single .postArticle .eyeCatch img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#single .postArticle .postTitle {
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  font-size: 28px;
  text-align: justify;
  border-bottom: 4px solid #999999;
}
@media screen and (max-width: 768px) {
  #single .postArticle .postTitle {
    font-size: 20px;
  }
}
#single .postArticle .postMeta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
#single .postArticle .postMeta .category {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1;
}
#single .postArticle .postMeta .category dt {
  font-size: 12px;
  font-weight: bold;
  color: #999999;
}
@media screen and (max-width: 768px) {
  #single .postArticle .postMeta .category dt {
    font-size: 10px;
  }
}
#single .postArticle .postMeta .category dt::after {
  content: "：";
}
#single .postArticle .postMeta .category dd {
  margin-left: 0.25em;
  font-size: 12px;
  font-weight: bold;
  background-color: #ffdd00;
  padding: 0.5em 0.75em;
}
@media screen and (max-width: 768px) {
  #single .postArticle .postMeta .category dd {
    font-size: 10px;
  }
}
#single .postArticle .postMeta .date {
  font-size: 14px;
  font-weight: bold;
  color: #999999;
}
@media screen and (max-width: 768px) {
  #single .postArticle .postMeta .date {
    font-size: 12px;
  }
}
#single .postArticle .content {
  padding: 0 16px;
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  #single .postArticle .content {
    padding: 0;
  }
}
#single .postArticle .content * + * {
  margin-top: 16px;
}
#single .postArticle .content * + h2, #single .postArticle .content * + h3, #single .postArticle .content * + h4 {
  margin-top: 48px;
}
#single .postArticle .content h2 {
  padding: 0.25em 1em;
  font-size: 20px;
  background-color: #e5e5e5;
  border-left: solid 8px #ffdd00;
}
#single .postArticle .content h3 {
  padding: 0.25em 1em;
  font-size: 18px;
  border-bottom: solid 2px #999999;
  border-left: solid 4px #ffdd00;
}
#single .postArticle .content h4 {
  font-size: 16px;
  border-bottom: solid 2px #999999;
}
#single .postArticle .content p {
  text-align: justify;
}
#single .indexBox {
  display: block;
  max-width: 400px;
  padding: 1em;
  margin: 32px 0;
  font-size: 14px;
  background-color: #e5e5e5;
  border: solid 1px #d5d5d5;
  border-radius: 4px;
}
#single .indexBox * + * {
  margin-top: 0.5em;
}
#single .indexBox .indexHeading {
  font-size: 14px;
  font-weight: bold;
}
#single .indexBox a {
  display: inline-block;
  border-bottom: solid 1px #afafaf;
}
#single .indexBox span {
  display: inline-block;
  margin-right: 1em;
  font-size: 14px;
  font-weight: bold;
}
#single .indexBox span::after {
  content: ".";
}
#single .indexBox > ol ol {
  padding-left: 0.75em;
}
#single .recommend {
  margin-top: 64px;
}
#single .recommend .heading {
  margin-bottom: 16px;
}

.copyAlert {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  width: auto;
  padding: 1em;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #333333;
  background-color: #d5d5d5;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

/* 
--------------------------------------------------------*//*# sourceMappingURL=style.css.map */