@charset "utf-8";
/* CSS Document */

.col2 {
  margin-bottom: 30px;
}
.col2__right {
  margin-left: -20px;
  margin-right: -20px;
  margin-top: 20px;
}

@media screen and (min-width: 768px),print {
  .col2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
  }
  .col2__left {
    width: 47%;
  }
  .col2__right {
    margin: 0;
    width: 52.6%;
  }
}
.linkList {
  margin-top: 1em
}
.linkList__head {
  font-weight: normal;
}
.linklist__body {
  margin-top: 5px;
}
@media screen and (min-width: 768px),print {
  .linkList {
    display: flex;
    gap: 20px;
    padding: 0 50px;
  }
  .linkList__head  {
    width: 225px;
  }
  .linklist__body {
    width: calc(100% - 235px);
    margin-top: 0;
  }
}
.borderText {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid var(--color_green02);
}
