.show-pc {
  display: inherit;
}
@media screen and (max-width: 820px) {
  .show-pc {
    display: none;
  }
}
.show-sp {
  display: none;
}
@media screen and (max-width: 820px) {
  .show-sp {
    display: inherit;
  }
}
section {
  padding-top: 20px;
}
/* ========================================================================
   Component: content
========================================================================== */
.content-inner {
  width: 100%;
  max-width: 1120px;
  padding: 0 20px;
  margin: 0 auto;
  padding: 60px 20px 0;
}
@media screen and (max-width: 820px) {
  .content-inner {
    padding: 60px 0 60px;
  }
}
.content-title {
  font-size: 4.6rem;
  font-weight: bold;
  text-align: center;
  padding: 60px 0;
}
@media screen and (max-width: 820px) {
  .content-title {
    font-size: 3.2rem;
    padding: 30px 0;
  }
}
.content-subtitle {
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-bottom: 10px;
}
.case-list .wrapper {
  background: #f4f4f4;
}
.case-list .content-inner {
  padding: 60px 20px;
}
.case-lists {
  display: flex;
  justify-content: space-between;
}
.case-card {
  position: relative;
  width: 100%;
  box-shadow: 2px 3px 6px rgba(0,0,0,0.1);
  transition: opacity 300ms;
}
@media screen and (min-width: 768px) {
  .case-card {
    width: 32%;
    max-width: 333px;
  }
}
.case-card:hover {
  opacity: 0.7;
}
.case-card-inner {
  background: #fff;
  border-radius: 8px 8px 0px 0px;
}
.case-card-inner img {
  border-radius: 8px 8px 0px 0px;
}
.case-card-thumb img {
  width: 100%;
}
.case-card-content {
  padding: 30px 25px;
  position: relative;
}
.case-card-ph {
  position: absolute;
  top: -60px;
  left: 30px;
}
.case-card-name {
  font-size: 1.4rem;
  color: #696969;
  line-height: 1.3;
  padding-left: 10px;
  border-left: 4px solid #3a5369;
  margin-bottom: 15px;
}
.case-card-title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 20px;
}
.case-card-detail {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.case-card-detail dt {
  width: 25%;
  background: #f4f4f4;
  font-size: 1.2rem;
  text-align: center;
  padding: 5px 0;
  margin-bottom: 5px;
}
.case-card-detail dd {
  width: 75%;
  font-size: 1.4rem;
  padding-left: 10px;
  margin-bottom: 5px;
}
.case-card-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.article {
  position: relative;
}
.article:before {
  content: "";
  background: #f4f4f4;
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 481px) {
  .article:before {
    height: 103%;
  }
}
.article-inner {
  transform: translateY(-60px);
  position: relative;
  width: 100%;
  max-width: 840px;
  padding: 50px;
  margin: 0 auto -60px;
  background: rgba(255,255,255,0.9);
}
@media screen and (max-width: 820px) {
  .article-inner {
    padding: 50px 20px;
  }
}
@media screen and (min-width: 481px) {
  .article-inner {
    transform: translateY(-80px);
    border-radius: 10px;
    margin: 0 auto;
  }
}
.article-ph {
  text-align: center;
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  margin: auto;
}
.article-name {
  font-size: 1.4rem;
  color: #696969;
  text-align: center;
}
.article-title {
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  margin: 20px 0;
}
@media screen and (max-width: 480px) {
  .article-title {
    font-size: 2.4rem;
  }
}
.article-detail {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .article-detail dt {
    width: 25%;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 480px) {
  .article-detail dd {
    width: 65%;
    margin-bottom: 5px;
  }
}
.article-time {
  font-size: 1.3rem;
  color: #696969;
  text-align: right;
  margin-bottom: 10px;
}
.article-section-lead,
.article-section-text {
  font-weight: 400;
  line-height: 2.2;
  margin-bottom: 60px;
}
@media screen and (max-width: 480px) {
  .article-section-lead,
  .article-section-text {
    margin-bottom: 30px;
  }
}
.article-section-lead .text-bold,
.article-section-text .text-bold {
  font-weight: bold;
}
.article-section-ph {
  margin-bottom: 60px;
}
@media screen and (max-width: 480px) {
  .article-section-ph {
    margin-bottom: 30px;
  }
}
.article-section-title {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .article-section-title {
    font-size: 2rem;
    line-height: 1.6;
    margin-bottom: 20px;
  }
}
.article-anchor {
  background: #f4f4f4;
  padding: 35px;
  margin-bottom: 60px;
  border-radius: 8px;
}
@media screen and (max-width: 480px) {
  .article-anchor {
    margin-bottom: 30px;
    padding: 20px;
  }
}
.article-anchor ul {
  counter-reset: cnt;
}
.article-anchor ul li {
  margin-top: 15px;
  position: relative;
  padding-left: 1.5em;
  counter-increment: cnt;
}
.article-anchor ul li:before {
  content: counter(cnt) ". ";
  position: absolute;
  top: 1px;
  left: 0;
}
.article-anchor-link {
  color: #3f84a7;
}
.article-detail dt,
.shop-info dt {
  font-size: 1.2rem;
  background: #f4f4f4;
  padding: 5px 10px;
}
.article-detail dd,
.shop-info dd {
  font-size: 1.4rem;
  margin: 0 15px 0 10px;
}
.shop-info {
  border-top: 1px solid #ddd;
  padding: 60px 0 20px;
}
@media screen and (max-width: 480px) {
  .shop-info {
    padding: 30px 0 0;
  }
}
.shop-info-detail {
  display: flex;
  align-items: center;
}
.shop-info-name {
  margin: 10px 0;
}
.text-link {
  color: #3f84a7;
  text-decoration: underline;
}
.text-link:hover {
  text-decoration: none;
}
