body {
    font-family: "Palatino Linotype""Helvetica Neue", "Meiryo", "メイリオ", sans-serif;
    background-color: white;
}

.bioText {
    margin-left: 2rem;
}

.bioTopic::before {
    content: "――";
}

.breadcrumb>a {
    text-decoration: none;
    color: black;
}

.breadcrumb>a:hover {
    color: rgb(141, 141, 141);
}

.link,
.link:visited {
    color: rgb(54, 54, 182);
}

.link:hover {
    color: rgb(255, 87, 87);
    position: relative;
    top: 1px;
}

details {
    margin-left: 20px;
}

.serch-area {
    width: 1000px;
    margin: 10px auto;
}

.serch-area select {
    padding: 6px;
    vertical-align: middle;
}

#data {
    width: 1000px;
    margin: 20px auto;
    border: 2px solid black;
    font-size: 13px;
    font-family: Palatino, Palatino Linotype, "Palatino Linotype", selif;
    border-collapse: collapse;
}

#data th {
    border: 1px solid black;
    border-bottom: double;
    padding: 5px;
}

#data td {
    border: 1px solid black;
    padding: 5px;
}

.turtle {
    width: 70vw;
    max-width: 650px;
    margin: 0 auto;
    padding: 10px 0;
    display: block;
}

.turtle_date {
    text-align: center;
}

@media screen and (min-width: 1080px) {

    body {
        width: 1080px;
        margin: 0 auto 0 auto;
        padding-top: 60px;

        /* position: relative; */
    }

    p,
    li {
        line-height: 1.8;
    }

    header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 1080px;
        height: 65px;
        margin: 0 auto 0 auto;
        border-bottom: solid thin black;
        position: fixed;
        top: 0;
        background-color: rgba(255, 255, 255, 0.8);
    }

    #headerTitle {
        font-size: 34px;
        font-weight: bold;
        padding-left: 10px;
    }

    #headerTitle>a {
        text-decoration: none;
        font-family: "Arial Black";
        color: black;
    }

    #headerTitle>a:hover {
        color: rgb(141, 141, 141);
    }

    #headerLink>a {
        text-decoration: none;
        font-family: "Meiryo UI", sans-serif;
        color: black;
        margin: 0 10px;
    }

    #headerLink>a:hover {
        color: rgb(141, 141, 141);
    }

    #headerLink>a:active {
        color: black;
    }

    #headerLinkSp,
    #menu-sp,
    #menu-dark-sp {
        display: none;
    }

    #mainTop {
        height: 180px;
        background-image: url(images/topImage.png);
        background-repeat: no-repeat;
        background-position: center;
        max-width: 1080px;
    }

    #mainTop>h1 {
        text-align: center;
        padding-top: 60px;
        color: white;
        font-weight: bold;
        font-size: 28px;
    }

    #mainExplain {
        width: 95%;
        margin: 0 auto 0 auto;
    }

    #mainExplain>p {
        font-size: 15px;
        margin-top: 20px;
    }

    #mainExplain>div>p,
    .caption {
        font-size: 15px;
        margin-left: 1rem;
    }

    ul {
        font-size: 15px;
        margin-left: 1rem;
    }

    ul>li>ul {
        list-style: none;
    }

    h4 {
        font-size: 18px;
        margin-left: 1rem;
    }

    .headline {
        font-size: 22px;
        padding-top: 12px;
    }

    .headline::after {
        content: url("images/blackLine.png");
        margin-left: 7px;
        padding: 10px 0;
    }

    .translationSet {
        display: flex;
        justify-content: space-between;
    }

    .japTranslation {
        font-family: Palatino, Palatino Linotype, "Palatino Linotype", selif;
        width: 46%;
        margin-left: 1rem;
        line-height: 1.7;
        display: inline-block;
    }

    .greekText {
        font-family: Palatino, Palatino Linotype, "Palatino Linotype", selif;
        width: 46%;
        margin-right: 1rem;
        line-height: 2;
        display: inline-block;
    }

    #aristotleIndex>ul>li,
    #aristotleIndex>ul>li>ul>li {
        font-size: 13px;
    }

    #googleform {
        width: 800px;
        height: 990px;
    }

    .bioText {
        font-family: Palatino, Palatino Linotype, "Palatino Linotype", selif;
        font-size: 15px;
        line-height: 1.7;
    }

    footer>p {
        text-align: center;
        font-size: 10px;
    }
}

@media screen and (max-width: 1079px) and (min-width: 871px) {
    body {
        width: 98vw;
        margin: 0 auto 0 auto;
        padding-top: 60px;

        /* position: relative; */
    }

    p,
    li {
        line-height: 1.8;
    }

    header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 98vw;
        height: 65px;
        margin: 0 auto 0 auto;
        border-bottom: solid thin black;
        position: fixed;
        top: 0;
        background-color: rgba(255, 255, 255, 0.8);
    }

    #headerTitle {
        font-size: 34px;
        font-weight: bold;
        padding-left: 10px;
    }

    #headerTitle>a {
        text-decoration: none;
        font-family: "Arial Black";
        color: black;
    }

    #headerTitle>a:hover {
        color: rgb(141, 141, 141);
    }

    #headerLink>a {
        text-decoration: none;
        font-family: "Meiryo UI", sans-serif;
        color: black;
        margin: 0 10px;
    }

    #headerLink>a:hover {
        color: rgb(141, 141, 141);
    }

    #headerLink>a:active {
        color: black;
    }

    #headerLinkSp,
    #menu-sp,
    #menu-dark-sp {
        display: none;
    }

    #mainTop {
        height: 180px;
        background-image: url(images/topImage.png);
        background-repeat: no-repeat;
        background-position: center;
        max-width: 98vw;
    }

    #mainTop>h1 {
        text-align: center;
        padding-top: 60px;
        color: white;
        font-weight: bold;
        font-size: 28px;
    }

    #mainExplain {
        width: 95%;
        margin: 0 auto 0 auto;
    }

    #mainExplain>p {
        font-size: 15px;
        margin-top: 20px;
    }

    #mainExplain>div>p,
    .caption {
        font-size: 15px;
        margin-left: 1rem;
    }

    ul {
        font-size: 15px;
        margin-left: 1rem;
    }

    ul>li>ul {
        list-style: none;
    }

    h4 {
        font-size: 18px;
        margin-left: 1rem;
    }

    .headline {
        font-size: 22px;
        padding-top: 12px;
    }

    .headline::after {
        content: url("images/blackLine.png");
        margin-left: 7px;
        padding: 10px 0;
    }

    .translationSet {
        display: flex;
        justify-content: space-between;
    }

    .japTranslation {
        font-family: Palatino, Palatino Linotype, "Palatino Linotype", selif;
        width: 46%;
        margin-left: 1rem;
        line-height: 1.7;
        display: inline-block;
    }

    .greekText {
        font-family: Palatino, Palatino Linotype, "Palatino Linotype", selif;
        width: 46%;
        margin-right: 1rem;
        line-height: 2;
        display: inline-block;
    }

    #aristotleIndex>ul>li,
    #aristotleIndex>ul>li>ul>li {
        font-size: 13px;
    }

    #googleform {
        width: 700px;
        height: 990px;
    }

    .bioText {
        font-family: Palatino, Palatino Linotype, "Palatino Linotype", selif;
        font-size: 15px;
        line-height: 1.7;
    }

    footer>p {
        text-align: center;
        font-size: 10px;
    }
}

@media screen and (max-width: 870px) and (min-width: 768px) {
    body {
        width: 98vw;
        margin: 0 auto 0 auto;
        padding-top: 60px;

        /* position: relative; */
    }

    p,
    li {
        line-height: 1.8;
    }

    header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 98vw;
        height: 65px;
        margin: 0 auto 0 auto;
        border-bottom: solid thin black;
        position: fixed;
        top: 0;
        background-color: rgba(255, 255, 255, 0.8);
    }

    #headerTitle {
        font-size: 34px;
        font-weight: bold;
        padding-left: 10px;
    }

    #headerTitle>a {
        text-decoration: none;
        font-family: "Arial Black";
        color: black;
    }

    #headerTitle>a:hover {
        color: rgb(141, 141, 141);
    }

    #headerLink,
    #menu-dark-sp {
        display: none;
    }

    #headerLinkSp {
        position: absolute;
        right: 0;
        top: 0;
        background-color: rgba(255, 255, 255, 0.7);
        border: solid 2px black;
        border-radius: 15px;
        height: 260px;
        width: 200px;
        display: none;
        z-index: 100;
    }

    #close {
        position: absolute;
        top: -7px;
        right: 8px;
        font-size: 50px;
    }

    #headerLinkSp>a {
        text-decoration: none;
        font-family: "Meiryo UI", sans-serif;
        color: black;
        margin: 13px 13px;
        font-size: 16px;
        display: inline-block;
    }

    #headerLinkSp>a:hover {
        color: rgb(141, 141, 141);
    }

    #mainTop {
        height: 180px;
        background-image: url(images/topImage.png);
        background-repeat: no-repeat;
        background-position: center;
        max-width: 98vw;
    }

    #mainTop>h1 {
        text-align: center;
        padding-top: 60px;
        color: white;
        font-weight: bold;
        font-size: 28px;
    }

    #mainExplain {
        width: 95%;
        margin: 0 auto 0 auto;
    }

    #mainExplain>p {
        font-size: 15px;
        margin-top: 20px;
    }

    #mainExplain>div>p,
    .caption {
        font-size: 15px;
        margin-left: 1rem;
    }

    ul {
        font-size: 15px;
        margin-left: 1rem;
    }

    ul>li>ul {
        list-style: none;
    }

    h4 {
        font-size: 18px;
        margin-left: 1rem;
    }

    .headline {
        font-size: 22px;
        padding-top: 12px;
    }

    .headline::after {
        content: url("images/blackLine.png");
        margin-left: 7px;
        padding: 10px 0;
    }

    .translationSet {
        display: flex;
        justify-content: space-between;
    }

    .japTranslation {
        font-family: Palatino, Palatino Linotype, "Palatino Linotype", selif;
        width: 46%;
        margin-left: 1rem;
        line-height: 1.7;
        display: inline-block;
    }

    .greekText {
        font-family: Palatino, Palatino Linotype, "Palatino Linotype", selif;
        width: 46%;
        margin-right: 1rem;
        line-height: 2;
        display: inline-block;
    }

    #aristotleIndex>ul>li,
    #aristotleIndex>ul>li>ul>li {
        font-size: 13px;
    }

    #googleform {
        width: 700px;
        height: 990px;
    }

    .bioText {
        font-family: Palatino, Palatino Linotype, "Palatino Linotype", selif;
        font-size: 15px;
        line-height: 1.7;
    }

    footer>p {
        text-align: center;
        font-size: 10px;
    }
}

@media screen and (max-width: 767px) {
    body {
        width: 98vw;
        margin: 0 auto 0 auto;
        padding-top: 45px;

        /* position: relative; */
    }

    p,
    li {
        line-height: 1.6;
    }

    header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 98vw;
        height: 50px;
        margin: 0 auto 0 auto;
        border-bottom: solid thin black;
        position: fixed;
        top: 0;
        background-color: rgba(255, 255, 255, 0.8);
    }

    #headerTitle {
        font-size: 25px;
        font-weight: bold;
        padding-left: 7px;
    }

    #headerTitle>a {
        text-decoration: none;
        font-family: "Arial Black";
        color: black;
    }

    #headerLink,
    #menu-dark-sp {
        display: none;
    }

    #headerLinkSp {
        position: absolute;
        right: 0;
        top: 0;
        background-color: rgba(255, 255, 255, 0.7);
        border: solid 2px black;
        border-radius: 15px;
        height: 260px;
        width: 200px;
        display: none;
        z-index: 100;
    }

    #close {
        position: absolute;
        top: -7px;
        right: 8px;
        font-size: 50px;
    }

    #headerLinkSp>a {
        text-decoration: none;
        font-family: "Meiryo UI", sans-serif;
        color: black;
        margin: 13px 13px;
        font-size: 16px;
        display: inline-block;
    }

    #mainTop {
        background-image: url(images/topImage_small.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 98vw auto;
    }

    #mainTop>h1 {
        text-align: center;
        padding: 40px 0;
        color: white;
        font-weight: bold;
        font-size: 20px;
    }

    #mainSns>a {
        text-decoration: none;
        font-size: 20px;
        color: white;
        padding: 0 0 0 10px;
    }

    #mainExplain {
        width: 95%;
        margin: 0 auto 0 auto;
    }

    #mainExplain>p {
        font-size: 13px;
    }

    #mainExplain>div>p,
    .caption {
        font-size: 13px;
        margin-left: 1rem;
    }

    ul {
        font-size: 13px;
        margin-left: 1rem;
    }

    ul>li>ul {
        list-style: none;
    }

    h4 {
        font-size: 15px;
        margin-left: 1rem;
    }

    h5 {
        font-size: 11px;
    }

    .headline {
        font-size: 18px;
        padding-top: 12px;
    }

    /* .translationSet {
        display: flex;
        justify-content: space-between;
    } */

    .japTranslation {
        font-family: Palatino, Palatino Linotype, "Palatino Linotype", selif;
        margin-left: 0.7rem;
        line-height: 1.7;
        font-size: 15px;
    }

    .greekText {
        font-family: Palatino, Palatino Linotype, "Palatino Linotype", selif;
        margin-left: 0.7rem;
        line-height: 1.7;
        font-size: 15px;
    }

    #aristotleIndex>ul>li,
    #aristotleIndex>ul>li>ul>li {
        font-size: 13px;
    }

    #googleform {
        width: 700px;
        height: 990px;
    }

    .bioText {
        font-family: Palatino, Palatino Linotype, "Palatino Linotype", selif;
        font-size: 13px;
        line-height: 1.8;
    }

    footer>p {
        text-align: center;
        font-size: 10px;
    }
}

@media (prefers-color-scheme: dark) {
    @media screen and (max-width: 870px) {
        #menu-dark-sp {
            display: inline;
        }
    }

    a,
    p,
    span,
    h1,
    h2,
    h3,
    h4,
    h5,
    li,
    div,
    #headerTitle>a,
    #headerLink>a,
    #headerLink>a:active {
        color: rgb(235, 235, 235);
    }

    .link,
    .link:visited {
        color: rgb(147, 197, 255);
    }

    .link:hover {
        color: rgb(255, 158, 158);
        position: relative;
        top: 1px;
    }

    #menu-sp {
        display: none;
    }



    body {
        background-color: black;
    }

    header {
        background-color: rgba(0, 0, 0, 0.7);
        border-bottom: solid thin white;
    }

    #headerTitle>a:hover,
    #headerLink>a:hover {
        color: rgb(141, 141, 141);
    }

    .breadcrumb>a {
        text-decoration: none;
        color: rgb(235, 235, 235);
    }

    .breadcrumb>a:hover {
        color: rgb(180, 180, 180);
    }

    #headerLinkSp {
        background-color: rgba(0, 0, 0, 0.7);
        border: solid 2px rgb(230, 230, 230);
    }

    #headerLinkSp>a {
        color: rgb(235, 235, 235);
    }

    #data {
        border: 2px solid rgb(235, 235, 235);
    }

    #data th {
        border: 1px solid rgb(235, 235, 235);
        color: rgb(235, 235, 235)
    }

    #data td {
        border: 1px solid rgb(235, 235, 235);
        color: rgb(235, 235, 235)
    }
}