header .headerPC h1:before {
  display: none;
}

header .headerPC h1 span {
  display: none;
}

header .headerPC h1 .logo {
  position: relative;
  top: 5px;
  width: 80px;
}

h3 {
  font-size: 22px;
  letter-spacing: 2px;
  margin: 80px 0 30px;
  letter-spacing: 2px;
  text-align: center;
  position: relative;
  padding: 0 0 20px;
}

h3:before {
  content: "";
  border-bottom: 5px solid #4CB944;
  width: 60px;
  border-radius: 20px;
  height: 0;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

#blogpage .page-title {
  height: 80px;
  padding-top: 120px;
  padding-bottom: 30px;
  max-height: 14rem;
  background: #ffe888;
  color: #231815;
  letter-spacing: 0.35em;
  text-align: center;
  line-height: 80px;
  font-size: 32px;
  position: relative;
}

#blogpage .page-title:before {
  background-image: url(../img/wave.png);
  background-position: center;
  background-size: auto 20px;
  background-repeat: repeat-x;
  width: 100%;
  height: 20px;
  position: absolute;
  bottom: -19px;
  left: 0;
  right: 0;
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
  z-index: 0;
}

#blogpage .page-aside {
  max-width: 15rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15rem;
          flex: 0 0 15rem;
  margin-left: 12px;
}

@media screen and (max-width: 767px) {
  #blogpage .page-aside {
    margin: 0 0.5rem;
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}

#blogpage .page-aside a {
  display: block;
  font-size: 1rem;
  color: #666666;
  margin-bottom: 1.5rem;
}

#blogpage .page-aside-body {
  margin-bottom: 4rem;
}

#blogpage .page-aside-title {
  padding: .5rem;
  background: #E87D00;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  #blogpage .page-aside-title {
    padding: 1rem;
  }
}

#blogpage .page-aside-icon {
  width: 14px;
  display: inline-block;
  margin-right: 1.2rem;
}

#blogpage .page-aside-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 10px;
  height: 10px;
  background-color: #E87D00;
  -webkit-transform: translate(-50%, 50%) rotate(45deg);
          transform: translate(-50%, 50%) rotate(45deg);
}

#blogpage a.page-aside-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#blogpage .page-aside-link-icon {
  position: relative;
  top: .2rem;
  width: 2.1rem;
  display: inline-block;
  margin: 0 0.8rem 0 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 5%;
          flex: 0 0 5%;
}

#blogpage .latest {
  text-decoration: underline;
}

#blogpage .page-aside select {
  width: 100%;
  padding: 1rem;
  font-size: 16px;
}

#blogpage .page-content {
  padding: 60px 0 80px;
}

#blogpage .page-content__inner {
  max-width: 86rem;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  #blogpage .page-content__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#blogpage .page-content__inner .page-body {
  background: #fafafa;
  padding: 3.3rem 3.8rem 3.5rem;
  max-width: 62rem;
  width: 100%;
}

@media screen and (max-width: 767px) {
  #blogpage .page-content__inner .page-body {
    padding: 1.5rem 1rem 1.5rem;
    margin: 0 0.5rem;
  }
}

#blogpage .page-content__inner .page-body__title {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.4em;
  margin-bottom: 32px;
}

#blogpage .page-content__inner .page-body__items {
  padding-bottom: 3.3rem;
}

#blogpage .page-content__inner .page-body__item {
  border-bottom: 1px solid #CBCBCB;
  padding: 1.2rem 1.6rem;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  #blogpage .page-content__inner .page-body__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 1rem 0.6rem;
    line-height: 1.6;
  }
}

#blogpage .page-content__inner .page-body__item:first-child {
  border-top: 1px solid #CBCBCB;
}

#blogpage .page-content__inner .page-body__item-date {
  font-size: 0.9rem;
  color: #616161;
  font-weight: 500;
  letter-spacing: 0.03em;
}

#blogpage .page-content__inner .page-body__item-category {
  background: #ffe888;
  font-size: 0.8rem;
  width: 5rem;
  text-align: center;
  border-radius: 4px;
  padding: 4px 8px;
  margin: 0 8px;
}

@media screen and (max-width: 767px) {
  #blogpage .page-content__inner .page-body__item-title {
    padding: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

#blogpage .page-content__inner .page-singe-body {
  background: #fafafa;
  padding: 3.3rem 3.8rem 3.5rem;
  max-width: 62rem;
  width: 100%;
}

@media screen and (max-width: 767px) {
  #blogpage .page-content__inner .page-singe-body {
    padding: 1.5rem 1rem 1.5rem;
    margin: 0 0.5rem;
    width: calc(100% - 2em);
  }
}

#blogpage .page-content__inner .page-singe-body__title {
  padding-left: 1rem;
  font-size: 1.5rem;
  text-align: left;
  line-height: 2rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-bottom: 1.5rem;
  position: relative;
  border-left: 6px solid #727171;
}

#blogpage .page-content__inner .page-singe-body__title:before {
  content: "";
}

#blogpage .page-content__inner .page-singe-body__date {
  display: inline-block;
}

#blogpage .page-content__inner .page-singe-body__category {
  display: inline-block;
}

#blogpage .page-content__inner .page-singe-body__body {
  margin-top: 18px;
  padding-top: 36px;
  padding-bottom: 120px;
  margin-bottom: 30px;
  border: dashed 1px #CCCCCC;
  border-left: 0;
  border-right: 0;
  line-height: 1.6;
}

#blogpage .page-content__inner .page-singe-body__body img {
  max-width: 100%;
  height: auto;
}

#blogpage .page-content__inner .page-singe-body__body .PhotoSwipeImage {
  max-width: 100%;
  height: auto;
}

#blogpage .page-content__inner .page-singe-body__meta {
  color: #555;
}

#blogpage .page-content__inner .page-singe-body__date {
  padding-left: 1.8rem;
  padding-right: 1.8rem;
}

#blogpage .page-content__inner .page-singe-body__category {
  background: #ffe888;
  font-size: 0.8rem;
  width: 5rem;
  text-align: center;
  border-radius: 4px;
  padding: 4px 8px;
  margin: 0 8px;
}

#blogpage .page-content__inner .page-singe-body__button {
  display: block;
  width: 280px;
  clear: both;
  margin: auto;
  text-align: center;
  height: 20px;
  background: #727171;
  color: #fff;
  padding: 12px;
  font-weight: bold;
  font-size: 18px;
  border-radius: 5px;
}

#blogpage .page-content__inner .page-singe-body__button img {
  max-width: 12px;
  margin: 0;
  display: inline-block;
  position: relative;
  top: .1rem;
  left: 1rem;
}

#blogpage .page-content__inner .wp-block-preformatted {
  white-space: pre-wrap;
}

#blogpage .page-content__inner .flexBtnbox {
  margin-bottom: 4em;
}

#blogpage .page-content__inner .flexBtnbox .prevBtn {
  color: #727171;
  float: left;
}

#blogpage .page-content__inner .flexBtnbox .nextBtn {
  color: #727171;
  float: right;
}
/*# sourceMappingURL=blog.css.map */