@charset "UTF-8";
html {
  overflow-x: hidden;
}

h1 {
  margin: 40px 0 47px;
  line-height: 1;
  font-size: 48px;
  font-size: 4.8rem;
  text-align: center;
  font-family: "Noto Sans CJK JP Regular", sans-serif;
}
@media screen and (max-width: 768px) {
  h1 {
    margin: 24px 0 25px;
    font-size: 26px;
    font-size: 2.6rem;
  }
}

.inner {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .inner {
    padding: 0 3.5%;
  }
}

a.back {
  display: block;
  width: 52px;
  padding: 0 3px 3px 12px;
  background: url(/works/img/back_arw.gif) no-repeat left 3px center;
  position: relative;
  font-family: "Noto Sans CJK JP Regular", sans-serif;
  letter-spacing: 0;
  font-size: 14px;
  font-size: 1.4rem;
  position: absolute;
  top: -70px;
  left: 40px;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  a.back {
    top: -45px;
    left: 3.5%;
  }
}
a.back:hover {
  opacity: 0.5;
}

.top {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}
.top h2 {
  margin-bottom: 20px;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-size: 28px;
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .top h2 {
    margin-bottom: 15px;
    font-size: 20px;
    font-size: 2rem;
  }
}
.top p {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  line-height: 1.9;
}
@media screen and (max-width: 768px) {
  .top p {
    line-height: 1.8;
  }
}
.top p.desc {
  margin-bottom: 25px;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .top p.desc {
    margin-bottom: 15px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.top p.detail {
  margin-bottom: 45px;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .top p.detail {
    margin-bottom: 20px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.top p.detail a {
  color: #0067cf;
  text-decoration: underline;
}
.top p.copy {
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .top p.copy {
    font-size: 10px;
    font-size: 1rem;
  }
}

.photoArea {
  -js-display: flex;
  display: flex;
  justify-content: -webkit- space-between;
  justify-content: space-between;
  align-items: -webkit- flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .photoArea {
    margin-bottom: 35px;
  }
}
.photoArea img {
  width: 100%;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .photoArea img {
    margin-bottom: 25px;
  }
}
.photoArea p {
  margin-top: -60px;
}
@media screen and (max-width: 768px) {
  .photoArea p {
    margin-top: -25px;
  }
}/*# sourceMappingURL=products_common_layout.css.map */