#gototop a {
    background: #fff;
    border: 2px solid #0074BE;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #0074BE;
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    font-weight: bold;
    width: 90px;
    height: 90px;
    box-sizing: border-box;
    text-decoration: none;
}
#gototop img {
    width: 6.2rem;
    margin-bottom: -0.2em;
}

#gototop p {
    margin: 0;
    padding-bottom: 1.0rem;
    line-height: 1;
}

.h-btn .jicqa {
    background: #FFFFFF;
    line-height: 1.4rem;
    height: 4rem;
    border: 1px solid #0074BE;
    color: #0074BE;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    gap: 0.4rem;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.h-btn .jicqa:before {
    display: none !important;
}

.h-btn .jicqa:after {
    content: "";
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    margin-left: 0.2rem;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230074BE' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6'%3E%3C/path%3E%3Cpolyline points='15 3 21 3 21 9'%3E%3C/polyline%3E%3Cline x1='10' y1='14' x2='21' y2='3'%3E%3C/line%3E%3C/svg%3E") no-repeat center / contain;
}

.h-btn .jicqa a {
    color: inherit;
    text-decoration: none;
}

.h-btn .jicqa:hover {
    background: #0074BE;
    color: #FFFFFF;
}

.h-btn .jicqa:hover:after {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23FFFFFF' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6'%3E%3C/path%3E%3Cpolyline points='15 3 21 3 21 9'%3E%3C/polyline%3E%3Cline x1='10' y1='14' x2='21' y2='3'%3E%3C/line%3E%3C/svg%3E") no-repeat center / contain;
}

.post-cards > ul dl dt {
    margin-bottom: 0;}
.post-cards > ul dl {
    margin-bottom: 0;
}

.l-head {
    margin-bottom: 4rem;
}

.post-box dl dt {
    padding: 1rem;
}

.post-box dl dd {padding: 2rem 6rem 1rem 6rem;
}

.post-cards .c-card__link {
  display: block;
  color: inherit;
  text-decoration: none;
  height: 100%;
}

.post-cards li:hover {
  cursor: pointer;
  background-color: #f9f9f9;
}

.post-cards .btn a {
  pointer-events: none; /* 重複クリック判定を防ぐ */
  display: inline-block;
}