@charset "UTF-8";
.section {
  .inner {
    width: 100%;
    max-width: 1080px;
    margin-inline: auto;
    padding-inline: 24px;
  }
}


.content h3 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 1.6em;
}

.content p {
    font-size: 16px;
    font-weight: 400;
}
.content p:not(:nth-child(1)) {
    margin-top: .8em;
}

.content ul {
    font-size: 16px;
    font-weight: 400;
    list-style: disc;
    padding-left: 1em;
}

.content a {
    text-decoration: underline;
    display: inline;
    word-break: break-all;
}

@media screen and (min-width:768px) {
  .content a:hover {
      color: var(--maincolor);
  }
}

@media screen and (max-width:480px) {
  
}