.author {
    width: 92%;
    height: auto;
    margin-top: 48px;
    margin-right: 4%;
    margin-left: 4%;
    margin-bottom: 48px;
    padding-bottom: 24px;
    background-color: rgba(240, 248, 255, 0.298);
    border: 0.5px solid #dadada; /* 外枠の幅、スタイル、色 */
    border-radius: 10px;
}

.img_form {
    width: 96%;
    height: auto;
    margin-right: 4%;
    display: flex;
}

.author_img {
    width: 100px;
    aspect-ratio: 1;
    margin: 3%;
    border-radius: 50%;
    object-fit: cover;
    background-color: rgb(0, 179, 255);
}

@media (max-width: 1200px) {
    .author_img {
        width: 85px;
        aspect-ratio: 1;
        margin: 5%;
        border-radius: 50%;
        object-fit: cover;
        background-color: rgb(0, 179, 255);
    }
}

@media (max-width: 600px) {
    .author_img {
        width: 80px;
        aspect-ratio: 1;
        margin: 5%;
        border-radius: 50%;
        object-fit: cover;
        background-color: rgb(0, 179, 255);
    }
}

.author_name {
    width: 80%;
    height: auto;
    margin: auto;
    font-size: 16px;
    font-weight: bold;
    margin-left: 10px;
}

.author_intr {
    width: 92%;
    height: auto;
    margin: auto;
    font-size: 14px;
}

.author_comp {
    width: 92%;
    height: auto;
    margin: auto;
    margin-top: 12px;
    font-size: 14px;
    padding: 10px;
    border-radius: 5px;
    background-color: rgb(247, 247, 247);
}

.author_ap {
    width: 92%;
    height: auto;
    margin: auto;
    margin-top: 12px;
    font-size: 10px;
}

