.policyArea {
  padding: 70px 0 50px;
}

.policyArea .inner {
  max-width: 820px;
}

.policyArea .cmmTitleGp .subTitle {
  padding-top: 5px;
}

.policyDesc {
  line-height: 1.6;
  padding: 48px 0 43px;
  color: #727171;
  font-family: 'Kozuka Gothic Pr6N R';
  font-size: 18px;
  font-weight: 400;
}

dl {
  padding-bottom: 84px;
}

dt {
  position: relative;
  margin-top: 5px;
  color: #bc83bd;
  font-family: 'Kozuka Gothic Pr6N B';
  font-size: 18px;
  font-weight: 700;
}

dt::after {
  position: absolute;
  top: 50%;
  width: 100%;
  background-color: #fff;
  height: 1px;
  border-bottom: 1px solid;
  content: "";
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
}

dt span {
  padding-right: 10px;
  background-color: #fff;
  position: relative;
  z-index: 1;
}

dd {
  line-height: 1.8;
  padding-top: 8px;
  color: #727171;
  font-family: 'Kozuka Gothic Pr6N R';
  font-size: 18px;
  font-weight: 400;
  text-align: justify;
}

.policyListText {
  padding-top: 8px;
  color: #727171;
  font-family: 'Kozuka Gothic Pr6N R';
  font-size: 18px;
  font-weight: 400;
}

.policyListText li {
  line-height: 1.5;
  padding-bottom: 8px;
}

.policyGoogleLinkGp {
  display: flex;
  flex-direction: column;
}

.policyGoogleLinkGp a {
  color: #bc83bd;
  width: max-content;
}

.policyGoogleLinkGp a:last-child {
  margin-bottom: 0;
}

.policyArea .cmnBtn::after {
  right: unset;
  left: 19px;
  transform: translateY(-50%) rotate(-135deg);
}

@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .policyArea {
    padding: 5.469vw 0 3.906vw;
  }

  .policyArea .inner {
    max-width: 64.063vw;
  }

  .policyArea .cmmTitleGp .subTitle {
    padding-top: 0.391vw;
  }

  .policyDesc {
    padding: 3.75vw 0 3.359vw;
    font-size: 1.406vw;
  }

  dl {
    padding-bottom: 6.563vw;
  }

  dt {
    margin-top: 0.891vw;
    font-size: 1.406vw;
  }

  dt span {
    padding-right: 0.781vw;
  }
  
  dt::after {
    border-bottom-width: 0.078vw;
    height: 0.078vw;
  }

  dd {
    padding-top: 0.625vw;
    font-size: 1.406vw;
  }

  .policyListText {
    padding-top: 0.625vw;
    font-size: 1.406vw;
  }

  .policyListText li {
    padding-bottom: 0.625vw;
  }

  .policyArea .cmnBtn::after {
    left: 1.484vw;
  }
}

@media only screen and (max-width: 767.9px) {
  .policyArea {
    padding: 4.533vw 0 13.333vw;
  }

  .policyArea .inner {
    padding: 0 7vw;
    max-width: 100%;
  }

  .policyArea .cmmTitleGp .subTitle {
    padding-top: 0;
  }

  .policyDesc {
    line-height: 1.7;
    padding: 2.933vw 0 6.933vw;
    font-size: 3.467vw;
  }

  dl {
    padding-bottom: 9.333vw;
  }

  dt {
    margin-top: 1.867vw;
    padding-bottom: 1.867vw;
    font-size: 3.2vw;
    border-bottom: 0.267vw solid #bc83bd;
  }

  dt::after {
    content: none;
  }

  dt span {
    padding-right: 0;
  }

  dd {
    line-height: 1.7;
    padding-top: 0;
    font-size: 3.467vw;
  }

  .policyListText {
    padding-top: 0;
    font-size: 3.467vw;
  }

  .policyListText li {
    padding-bottom: 1.067vw;
  }

  .policyArea .cmnBtn::after {
    left: 2.067vw;
  }
}