@charset "UTF-8";

/*======================================================================
 * サイトポリシー レイアウト
======================================================================*/
.sitepolicy {
  margin: 0 0 50px;
}

.spolicy_sec:nth-child(n+2) {
  margin-top: 3.6rem;
}

.spolicy_h2 {
  font-size: 2.2rem;
  font-weight: normal;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin: 0 0 2rem;
  padding: 0 0 1rem;
  border-bottom: 2px solid #003A8F;
}

.spolicy_sec p {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.6875;
  margin: 0;
}

.spolicy_sec p a {
  color: #003A8F;
  word-break: break-all;
}

.spolicy_sec p a._blank {}

.spolicy_sec p a._blank::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 0.625em;
  background: url("../images/common/icon-blank.svg") no-repeat right bottom / contain;
  transform: translateY(0.1em);
}

.spolicy_box:nth-child(n+2) {
  margin-top: 3.6rem;
}

.spolicy_h3 {
  background: #F4F4F4;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.375;
  padding: 0.8rem 1.35rem;
  margin: 0 0 1.5rem;
}

.spolicy_list {
  padding: 0;
  margin: 0;
}

.spolicy_list li {
  list-style: none;
  position: relative;
}

.spolicy_list li:nth-child(n+2) {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}

.spolicy_list li:nth-child(n+2)::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #D6D6D6, #D6D6D6 3px, transparent 3px, transparent 5px);
  background-size: 5px 1px;
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
}

.spolicy_h4 {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.6875;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .sitepolicy {
    margin-bottom: 40px;
  }
}

/* img */
.spolicy_image {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1em;
}

.spolicy_image .img {
  margin-right: 0.5em;
  margin-top: 0.45em;
}

.spolicy_image p {}