section.gci {
  max-width: 1000px;
  margin: 0 auto;
  width: 90%;
}
section.gci > p {
  margin-top: 30px;
}
section.gci .list-wrapper {
  margin-top: 30px;
  background-color: var(--light-blue);
  padding: 40px;
}
@media screen and (max-width: 767px) {
  section.gci .list-wrapper {
    padding: 30px 5%;
  }
}
section.gci .list-wrapper ol {
  margin: 0 auto;
}
section.gci .list-wrapper ol li {
  margin-bottom: 7px;
  padding-left: 1.2em;
  text-indent: -1.2em;
}
section.gci .list-wrapper ol li:last-child {
  margin-bottom: 0;
}
section.gci .list-wrapper ol li span {
  font-family: var(--manrope);
  color: var(--blue);
  font-weight: bold;
}

section.other {
  max-width: 1000px;
  margin: 140px auto 0;
  width: 90%;
}
@media screen and (max-width: 767px) {
  section.other {
    margin-top: 80px;
  }
}
section.other .block2:first-of-type {
  margin-top: 30px;
}
section.other .note {
  font-size: 14px;
  color: var(--gray) !important;
  margin-top: 15px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  section.other .note {
    font-size: 12px;
  }
}

section.partner {
  max-width: 1000px;
  margin: 140px auto 0;
  width: 90%;
}
@media screen and (max-width: 767px) {
  section.partner {
    margin-top: 80px;
  }
}
section.partner > p {
  margin-top: 30px;
}
section.partner ul.partnership-list > li {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  section.partner ul.partnership-list > li {
    margin-top: 40px;
  }
}
section.partner ul.partnership-list > li:first-child {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  section.partner ul.partnership-list > li:first-child {
    margin-top: 30px;
  }
}
section.partner ul.partnership-list > li h3 {
  padding-left: 0;
  display: flex;
  line-height: 1.5;
}
section.partner ul.partnership-list > li h3 span {
  translate: 0 5px;
  width: 100%;
  width: 31px;
  height: 26px;
  background: url(/common/img/icn_arw.svg) no-repeat center/cover;
  color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  padding-right: 3px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  section.partner ul.partnership-list > li h3 span {
    translate: 0 1px;
  }
}
section.partner ul.partnership-list > li h3 em {
  display: block;
  font-style: normal;
  width: calc(100% - 31px);
}
section.partner ul.partnership-list > li h3:before {
  display: none;
}
section.partner ul.partnership-list > li p {
  margin-top: 25px;
}
section.partner ul.partnership-list > li ul.note-list {
  margin-top: 0;
}
section.partner ul.partnership-list > li ul.note-list li {
  color: var(--black);
  font-size: 16px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  section.partner ul.partnership-list > li ul.note-list li {
    font-size: 15px;
    margin: 0;
  }
}
section.partner ul.partnership-list > li dl {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  section.partner ul.partnership-list > li dl {
    margin-top: 20px;
  }
}
section.partner ul.partnership-list > li dl dd {
  padding-left: 1em;
}
section.partner .note {
  margin-top: 40px;
}
section.partner .sign {
  text-align: right;
  margin-top: 20px;
}

h3 {
  font-size: 24px;
  position: relative;
  padding-left: 30px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 18px;
    padding-left: 25px;
    margin-top: 20px;
  }
}
h3:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 12px;
  top: 17px;
  left: 0;
  display: block;
  background: url(/common/img/icn_arw.svg) no-repeat center;
}
@media screen and (max-width: 767px) {
  h3:before {
    translate: 0 -5px;
  }
}

a.txt-link {
  margin-top: 20px;
  display: inline-block;
}

ul.note-list {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  ul.note-list {
    margin-top: 15px;
  }
}
ul.note-list.no-margin li {
  margin-bottom: 0 !important;
}
ul.note-list li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 14px;
  color: var(--gray);
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  ul.note-list li {
    font-size: 12px;
  }
}
ul.note-list li:last-child {
  margin-bottom: 0;
}

.block1 > p {
  margin-top: 15px;
}
.block1 .img {
  max-width: 700px;
  margin: 40px auto 0;
}

.block2 {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .block2 {
    margin-top: 40px;
  }
}
.block2.inner {
  margin-top: 40px;
}
.block2 h3 {
  margin-top: 0;
}
.block2 .box {
  display: flex;
  flex-direction: row-reverse;
  gap: 20px 50px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .block2 .box {
    flex-direction: column;
    margin-top: 15px;
  }
}
.block2 .box .img {
  width: 240px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .block2 .box .img {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .block2 .box .img.small {
    margin: 0 auto;
    padding: 0 10%;
  }
}
.block2 .box .txt-area {
  width: calc(100% - 240px);
}
@media screen and (max-width: 767px) {
  .block2 .box .txt-area {
    width: 100%;
  }
}
.block2 .box .txt-area p {
  color: var(--black);
}
.block2 .box .txt-area .icn {
  margin-top: 20px;
  width: 70px;
}
@media screen and (max-width: 767px) {
  .block2 .box .txt-area .icn {
    margin-top: 15px;
  }
}

.table-box {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 5px 20px;
}
.table-box table {
  margin-top: 30px;
  width: 300px;
}
@media screen and (max-width: 767px) {
  .table-box table {
    width: 100%;
  }
}
.table-box table tr:first-of-type th {
  background-color: var(--gray);
  color: var(--white);
}
@media screen and (max-width: 767px) {
  .table-box table tr:first-of-type th {
    width: 100%;
  }
}
.table-box table tr:nth-child(even) {
  background-color: #f7f7fa;
}
.table-box table tr th {
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
  padding: 10px 10px;
  border-right: 2px dotted #c0c0c4;
  font-weight: 500;
}
.table-box table tr th.left {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .table-box table tr th {
    font-size: 15px;
    padding: 10px 20px;
    width: 50%;
  }
}
.table-box table tr td {
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
  padding: 15px 20px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .table-box table tr td {
    padding: 10px 20px;
    width: 50%;
  }
}
.table-box p {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .table-box p {
    width: 100%;
    text-align: right;
  }
}

.policy-box dl {
  margin-top: 60px;
  background-color: var(--light-blue);
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .policy-box dl {
    margin-top: 40px;
    padding: 30px 5%;
  }
}
.policy-box dl dt {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .policy-box dl dt {
    font-size: 18px;
  }
}
.policy-box dl dd {
  margin-top: 15px;
}

ul.icn-list {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
@media screen and (max-width: 767px) {
  ul.icn-list {
    margin-top: 20px;
  }
}
ul.icn-list li {
  width: 80px;
  margin: 0;
}