﻿.policy-contents {
  margin-top: 40px;
  text-align: center;
}

.policy-contents > p {
  max-width: 960px;
  margin: 0 auto 40px;
  line-height: 2.0;
  text-align: left;
  word-break: break-all;
}

.policy-contents > span {
  display: inline-block;
  position: relative;
}

.policy-contents > span > a {
  display: block;
  position: absolute;
}

.policy-contents > span > a:nth-of-type(1) {
  top: 73.37884%;
  left: 1.99557%;
  width: 20.50998%;
  height: 8.87372%;
}

.policy-contents > span > a:nth-of-type(2) {
  top: 83.61775%;
  left: 1.99557%;
  width: 20.50998%;
  height: 8.87372%;
}

.policy-contents > span > a:nth-of-type(3) {
  top: 55.9727%;
  left: 65.18847%;
  width: 33.81375%;
  height: 8.87372%;
}

.policy-lead-text {
  margin-top: 40px;
  color: #0075c1;
  font-size: 2.2rem;
  line-height: 2.0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .policy-contents {
    margin-top: 20px;
  }
  .policy-contents > p {
    margin-bottom: 30px;
    line-height: 1.7;
  }
  .policy-lead-text {
    margin-top: 20px;
    font-size: 1.8rem;
    line-height: 1.7;
  }
}
