.pg-article--media .page-title {
  background-image: url(/wp-content/themes/ModuleApps/img/blog/TitleLogo.png);
  background-repeat: no-repeat;
  background-position: center top;
  border-bottom: 10px solid #57c4c7;
  color: #57c4c7;
  font-size: 2rem !important;
  font-weight: 700;
  line-height: 1.1em;
  margin-top: 50px;
  margin-bottom: 20px;
  padding-top: 70px;
  padding-bottom: 20px;
  text-align: center;
}
@media screen and (min-width: 60.0625em) {
  .pg-article--media .page-title {
    border-bottom: 1px solid #d8d8d8;
    background-position: left top;
    font-size: 2.6rem !important;
    padding-top: 0;
    padding-left: 85px;
    text-align: left;
  }
}
.pg-article--media .page-title a, .pg-article--media .page-title a:hover {
  color: #57c4c7;
}
.pg-article--media .entry-title, .pg-article--media .meta {
  margin-inline: 10px;
}
@media screen and (min-width: 60.0625em) {
  .pg-article--media .entry-title, .pg-article--media .meta {
    margin-inline: 0;
  }
}
.pg-article--media .entry-content {
  padding-inline: 10px;
}
@media screen and (min-width: 60.0625em) {
  .pg-article--media .entry-content {
    padding-inline: 0;
  }
}
.pg-article-media__banner {
  position: fixed;
  bottom: 0;
  z-index: 100;
  -webkit-animation: followingFadeIn 1s ease 0s 1 both;
          animation: followingFadeIn 1s ease 0s 1 both;
  background: #f1f1f1;
  width: 100%;
  padding: 10px 20px;
  text-align: center;
}
@media screen and (min-width: 60.0625em) {
  .pg-article-media__banner {
    padding: 14px 20px;
  }
}
.pg-article-media__banner-title {
  color: #FF7A00;
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0;
}
@media screen and (min-width: 60.0625em) {
  .pg-article-media__banner-title {
    text-align: left;
  }
}
.pg-article-media__banner-text {
  color: #272F52;
  font-size: 1.4rem;
  font-weight: 500;
  margin: 0;
}
@media screen and (min-width: 60.0625em) {
  .pg-article-media__banner-text.u-hide-sp {
    display: inline;
  }
}
@media screen and (min-width: 60.0625em) {
  .pg-article-media__banner-text.u-hide-pc {
    display: none;
  }
}
.pg-article-media__banner-buttons {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 6px;
}
@media screen and (min-width: 60.0625em) {
  .pg-article-media__banner-buttons {
    gap: 16px;
    margin-top: 0;
  }
}
.pg-article-media__banner-button a {
  display: block;
  width: 150px;
  text-align: center;
  border-radius: 100vh;
  background: #FFFFFF;
  border: 1px solid #4065FF;
  color: #4065FF;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  padding: 8px;
}
@media screen and (min-width: 60.0625em) {
  .pg-article-media__banner-button a {
    width: 180px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-width: 2px;
    transition: 0.4s;
  }
  .pg-article-media__banner-button a:hover {
    background: #4065FF;
    color: #fff;
  }
}
.pg-article-media__banner-button.is-bgc-orange a {
  background: #FF9326;
  border: 1px solid #FF9326;
  color: #FFFFFF;
}
@media screen and (min-width: 60.0625em) {
  .pg-article-media__banner-button.is-bgc-orange a {
    border-width: 2px;
  }
  .pg-article-media__banner-button.is-bgc-orange a:hover {
    color: #FF9326;
    background: #FFFFFF;
  }
}
@media screen and (min-width: 60.0625em) {
  .pg-article-media__banner-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    max-width: 940px;
    margin-inline: auto;
  }
  .pg-article-media__banner-heading {
    width: calc(100% - 400px);
  }
  .pg-article-media__banner-buttons {
    width: 376px;
  }
}

#site-footer {
  margin-bottom: 102px;
}
@media screen and (min-width: 60.0625em) {
  #site-footer {
    margin-bottom: 74px;
  }
}

@-webkit-keyframes followingFadeIn {
  from {
    opacity: 0;
    visibility: hidden;
    transform: translateY(64px);
  }
  to {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}

@keyframes followingFadeIn {
  from {
    opacity: 0;
    visibility: hidden;
    transform: translateY(64px);
  }
  to {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}