.contents-inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 40px 16px 80px;
}

.contents-article-head {
  margin-top: 32px;
}

.contents-lead {
  margin: 0 0 32px;
  font-size: 15px;
  line-height: 1.9;
}

.contents-section {
  margin-top: 56px;
}

.contents-section:first-of-type {
  margin-top: 40px;
}

.contents-head {
  margin-bottom: 24px;
}

.contents-title {
  display: inline-block;
  padding: 10px 16px;
  color: #02082A;
  background: #ffffff;
  font-size: 18px;
  letter-spacing: .06em;
  border-radius: 4px;
  line-height: 1.2;
  margin: 24px 10px 24px 0px;
}

.contents-subtitle {
  margin: 0 0 16px;
  font-size: 0.95rem;
}

.contents-body {
  font-size: 1rem;
  line-height: 1.9;
  margin-bottom: 40px;
}

.contents-text {
  margin: 0 0 16px;
  font-size: 15px;
}

.content-list-num li {
  font-size: 15px;
  margin: 24px 0;
}

.content-list-ball li {
  font-size: 15px;
  margin: 24px 0;
}

.content-list-ball2 {
  font-size: 15px;
  margin: 24px 0;
}

.content-list-ball2 ul {
  font-size: 15px;
  margin: 24px 0;
  padding: 0;
}

.contents-text--emphasis {
  font-weight: 600;
}

.contents-note {
  margin: 16px 0 0;
  font-size: 0.9rem;
}

.contents-list {
  margin: 0 0 16px 1.2em;
  padding: 0;
}

.contents-list li {
  margin: 0 0 8px;
  line-height: 1.8;
}

.contents-caption {
  margin: 8px 0 0;
  font-size: 0.85rem;
}

.contents-section--form {
  margin-top: 64px;
}

.contents-body--form {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #eee;
}

.googleslide {
  position: relative;
  max-width: 800px;
  width: 100%;
  margin: 24px auto;
  padding-top: 65%;
}

.googleslide iframe {
  position: absolute;
  top: 0; 
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 768px) {
  .contents-inner {
    padding: 32px 16px 64px;
  }

  .contents-head {
    margin-bottom: 20px;
  }

  .contents-title {
    font-size: 16px;
    padding: 8px 12px;
    margin: 20px 0 20px 0;
  }

  .contents-lead {
    font-size: 0.95rem;
    margin-bottom: 24px;
  }

  .contents-body {
    font-size: 0.95rem;
    line-height: 1.8;
  }

  .contents-text {
    margin-bottom: 14px;
  }

  .contents-subtitle {
    font-size: 0.9rem;
    margin-bottom: 12px;
  }

  .contents-note,
  .contents-caption {
    font-size: 0.8rem;
  }
}


.head-contents {
  position: relative;
  padding: .5em 1.2em;
  color: #333333;
  font-size: 22px;
  margin-bottom: 24px;
  margin-top: 56px;
}

.head-contents::before,
.head-contents::after {
  display: inline-block;
  position: absolute;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border: 2px solid #045995;
  content: '';
}

.head-contents::before {
  top: calc(50% - 3px);
  left: 0;
}

.head-contents::after {
  top: calc(50% + 3px);
  left: 5px;
}

.head-contents-3 {
  position: relative;
  padding: .6em 1.3em;
  color: #333333;
  font-size: 17px;
  margin-bottom: 16px;
  margin-top: 40px;
}

.head-contents-3::before,
.head-contents-3::after {
  display: inline-block;
  position: absolute;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border: 1.5px solid #045995;
  content: '';
}

.head-contents-3::before {
  top: calc(50% - 3px);
  left: 0;
}

.head-contents-3::after {
  top: calc(50% + 3px);
  left: 5px;
}

h3 {
  margin-bottom: 12px;
  margin-top: 4px;
}

@media (max-width: 600px) {
  h3 {
    margin-bottom: 8px;
    margin-top: 4px;
    color: #333333;
  }

  .contents-body {
    font-size: 0.95rem;
    line-height: 1.8;
  }

  .head-contents {
    position: relative;
    padding: .3em 1.2em;
    color: #333333;
    font-size: 21px;
    margin-bottom: 30px;
  }
}

/* table */
.ra-table-wrap--contents {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 32px 0px 32px;
}

.ra-table--contents {
  min-width: 960px;
  border-collapse: collapse;
  font-size: 0.95rem;
  line-height: 1.6;
  table-layout: fixed;
}

.ra-table--contents th,
.ra-table--contents td {
  padding: 10px 12px;
  border-bottom: 1px solid #e5e7eb;
  vertical-align: top;
  white-space: nowrap;
  word-break: normal;
  font-size: 0.75rem;
  text-align: center;
}

.ra-table--contents thead th {
  position: sticky;
  top: 0;
  background: #f6f7f9;
  font-weight: 700;
  z-index: 1;
}

.ra-table--contents tbody tr:nth-child(odd) td {
  background: #fbfdff;
}

.ra-table-note {
  margin-top: 8px;
  font-size: 0.85rem;
  color: #6b7280;
}

@media (max-width: 768px) {
  .ra-table--contents {
    min-width: 720px;
    font-size: 0.8rem;
  }

  .ra-table--contents th,
  .ra-table--contents td {
    padding: 8px 10px;
    font-size: 0.65rem;
  }
}
.ra-table--contents th:nth-child(1),
.ra-table--contents td:nth-child(1),
.ra-table--contents th:nth-child(2),
.ra-table--contents td:nth-child(2) {
  text-align: left;
}