.pc {
    margin-bottom: 30px;
}
.pc h1 {
   font-size: 28px;
   line-height: 32px;
   margin-bottom: 30px;

}

.pc h2 {
    font-size: 21px;
    line-height: 26px;
    margin-bottom: 20px;
    font-weight: 500;
}

.pc p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 12px;
    margin-left: 20px;
}

.pc a, .pc strong {
    color: var(--color-main);
    font-weight: 600;
}


.pc a:hover {
    color: var(--hover-color);
}

.pc_p {
    margin-left: 0 !important;
}