@charset "UTF-8";

/* common */
.p-content__common_terms h2 {
  font-size: 20px;
  color: #181b40;
  border-left: 4px solid #ded7b1;
  font-weight: bold;
  position: relative;
  right: -7px;
  padding-left: 12px;
  margin: 0 0 25px 0;
}

.p-content__common_terms h2::before {
  content: "";
  position: absolute;
  height: 100%;
  border-left: 4px solid #181b40;
  border-bottom: none;
  bottom: 0;
  left: -8px;
}

.p-content__common_terms h3 {
  margin-top: 40px;
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  color: #0e1a40;
}

.p-content__common_terms p {
  margin: 0 0 24px 0;
}

.p-content__common_terms ol {
  margin: 15px 0 20px 35px;
  list-style: decimal;
}

.p-content__common_terms ol li {
  margin: 0 0 10px 0;
}

.p-content__common_terms ul {
  margin: 15px 0 20px 35px;
}

.p-content__common_terms ul li {
  margin: 0 0 10px 0;
  list-style: disc;
}

.p-content__common_terms dl dt {
  padding-left: 13px;
  font-weight: 500;
  color: #0e1a40;
  position: relative;
}

.p-content__common_terms dl dt::before {
  content: "";
  height: 16px;
  margin-top: 5px;
  position: absolute;
  border-left: 2px solid #0e1a40;
  left: 3px;
}

.p-content__common_terms dl dd {
  margin: 14px 0 16px 14px;
  font-weight: normal;
}

.p-content__common_terms dl dd:last-child {
  margin-bottom: 37px;
}

.p-content__common_terms dl dd a {
  color: #1a0dab;
  text-decoration: underline;
}

/* 白枠 */
.p-webpage-terms-section {
  padding: 24px;
  border-radius: 8px;
  background: #ffffff;
}

@media only screen and (max-width: 1024px) {
    [class*=p-content__common_terms]:not(:first-child) {
        margin-left: 0;
        margin-right: 0;
      }
    
      .p-webpage-terms-section {
        border-radius: 0;
      }
}

/* 各テキスト */
@media only screen and (max-width: 519px) {
  .l-headlines--primary, .l-headlines--common {
    margin: 0;
  }
}