.policyArea {
  margin-bottom: 160px;
}
@media screen and (max-width: 780px) {
  .policyArea {
    margin-bottom: 90px;
  }
}
.policyArea .page-title.policy-title {
  margin: 20px auto 65px;
  text-align: center;
  color: #414141;
  display: block;
  font-size: 3.6rem;
  font-weight: 800;
  letter-spacing: 0.6px;
  line-height: 6rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 780px) {
  .policyArea .page-title.policy-title {
    font-size: 25px;
    margin: 15px auto 25px;
  }
}
.policyArea .policy-contents {
  border-top: #707070 1px solid;
  margin-bottom: 80px;
  font-size: 1.6rem;
  line-height: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.6px;
  color: #414141;
}
@media screen and (max-width: 780px) {
  .policyArea .policy-contents {
    margin-bottom: 55px;
  }
}
.policyArea .policy-contents .title-box {
  max-width: 1100px;
  margin: 50px 0 30px;
  padding: 10px 0 20px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 780px) {
  .policyArea .policy-contents .title-box {
    display: flex;
    flex-flow: column-reverse;
    margin: 20px 0 10px;
  }
}
.policyArea .policy-contents .title-box .title {
  color: #E60000;
  font-size: 2.6rem;
  line-height: 3.6rem;
  letter-spacing: 0.6px;
  font-weight: 800;
}
.policyArea .policy-contents .title-box .title#site-policy {
  padding-top: 160px;
  margin-top: -130px;
}
@media screen and (max-width: 780px) {
  .policyArea .policy-contents .title-box .title {
    margin: 30px 0 0;
    font-size: 18px;
  }
  .policyArea .policy-contents .title-box .title#site-policy {
    padding-top: 0;
    margin-top: 30px;
  }
}
.policyArea .policy-contents .title-box .policy-info {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
}
@media screen and (max-width: 780px) {
  .policyArea .policy-contents .title-box .policy-info {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 86%;
    margin: 0 0 0 auto;
  }
}
.policyArea .policy-contents .title-box .policy-info li {
  font-size: 1.3rem;
  line-height: 2.2rem;
  font-weight: 400;
  letter-spacing: 0.6px;
}
.policyArea .policy-contents .title-box .policy-info li:nth-child(3) {
  clear: both;
}
@media screen and (max-width: 780px) {
  .policyArea .policy-contents .title-box .policy-info li {
    margin-left: 1em;
    font-size: 10px;
    line-height: 15px;
  }
}
.policyArea .policy-contents .lead-text {
  font-size: 1.8rem;
  line-height: 3.6rem;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 780px) {
  .policyArea .policy-contents .lead-text {
    text-align: left;
    font-size: 14px;
    line-height: 22px;
    margin-top: 10px;
    margin-bottom: 30px;
  }
}
.policyArea .policy-contents .policy-block h3.title {
  font-size: 1.8rem;
  line-height: 3.6rem;
  font-weight: 700;
  letter-spacing: 0;
  margin-top: 33px;
  margin-bottom: 0;
}
@media screen and (max-width: 780px) {
  .policyArea .policy-contents .policy-block h3.title {
    margin-top: 28px;
  }
  .policyArea .policy-contents .policy-block h3.title:first-child {
    margin-top: 10px;
  }
}
.policyArea .policy-contents .policy-block p {
  margin-top: 2px;
  margin-left: 20px;
}
.policyArea .policy-contents .policy-block p.p-text {
  margin-left: 0;
}
.policyArea .policy-contents .policy-block p.link-text {
  margin-top: 20px;
  margin-bottom: 20px;
}
.policyArea .policy-contents .policy-block p.link-text a {
  position: relative;
  padding-right: 30px;
  display: flex;
  align-items: center;
  transition: all 0.5s;
  word-break: break-all;
}
@media screen and (max-width: 780px) {
  .policyArea .policy-contents .policy-block p.link-text a {
    display: inline-block;
  }
}
.policyArea .policy-contents .policy-block p.link-text a:hover {
  opacity: 0.7;
}
.policyArea .policy-contents .policy-block p.link-text a .blank-link {
  width: 21px;
  height: 18px;
  display: flex;
  align-items: center;
  padding-left: 13px;
  transition: transform 0.3s ease-in-out;
}
@media screen and (max-width: 780px) {
  .policyArea .policy-contents .policy-block p.link-text a .blank-link {
    display: inline-block;
    height: 22px;
    vertical-align: middle;
  }
}
.policyArea .policy-contents .policy-block dl dt {
  font-size: 1.8rem;
  line-height: 3.6rem;
  font-weight: 700;
  margin-top: 33px;
  letter-spacing: 0;
}
@media screen and (max-width: 780px) {
  .policyArea .policy-contents .policy-block dl dt {
    margin-top: 28px;
    line-height: 3rem;
    text-indent: -1.5em;
    padding-left: 1.5em;
    margin-bottom: 10px;
  }
}
.policyArea .policy-contents .policy-block dl dd {
  margin-top: 2px;
  margin-left: 30px;
}
.policyArea .policy-contents .policy-block dl dd.list {
  padding-left: 1em;
  text-indent: -1em;
}
.policyArea .policy-contents .policy-block dl dd ul {
  margin-top: 5px;
}
.policyArea .policy-contents .policy-block dl dd ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.policyArea .policy-contents .policy-block dl dd.forma-link {
  display: flex;
  align-items: center;
  margin: 1em 0 0 30px;
}
.policyArea .policy-contents .policy-block dl dd.forma-link span {
  margin-right: 1.5em;
}
.policyArea .policy-contents .policy-block dl dd.forma-link span a {
  font-size: 1.5rem;
  line-height: 2.8rem;
  font-weight: 400;
  letter-spacing: 0.6px;
  transition: all 0.5s;
}
.policyArea .policy-contents .policy-block dl dd.forma-link span a:hover {
  opacity: 0.7;
}/*# sourceMappingURL=layout-policy.css.map */