@charset "UTF-8";

body{
    background-color: var(--beige);
    font-family: "Zen Kaku Gothic New";
}

.tab-content {
    width:90%;
    margin: 0 auto;
    padding: 15px;
    margin-top: 40px;
    border: 1px solid var(--emeraldgreen);
    text-align: justify;
    text-align-last: left;
    background-color: var(--white);
    font-size: 14px;
}
h1::after {
    left: 7.5%;
    width: 85%;
}


h1{
    font-size: 30px;
}