@charset"utf-8";

body {
    font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-family: "Erica One", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    background-color: rgba(233, 233, 233, 1);
    margin: 0;
    padding: 0;
}

header a {
    margin-top: 1vw;
    display: block;
    text-align: center;
    font-size: 40px;
}

@media screen and (max-width:700px) {
    header a {
        margin-top: 1vw;
        display: block;
        text-align: center;
        font-size: 30px;
    }
}

.frame {
    background-color: rgba(247, 244, 244, 1);
    margin: 2vw 10vw 0 10vw;
    padding-bottom: 50px;
    font-family: Noto Sans jp;
}

.day {
    font-family: Noto Sans JP;
    font-size: 15px;
    text-align: center;
    /* margin-top: 1vw; */
    margin: 0;
    padding: 0;
    color: gray;
}

.blogplofiletitle {
    font-size: 20px;
    color: rgba(255, 206, 31, 1);
    margin: 0;
    padding: 0;
    font-weight: bold;
    text-align: center;
}

.pc {
    display: block;
}

.sumaho {
    display: none;
}

.img {
    margin-top: 50px;
    text-align: center;
}

p {
    margin-top: 10px;
    margin-left: 100px;
    margin-right: 100px;
    line-height: 40px;
    font-size: 20px;
    color: rgba(112, 113, 110, 1);
}

.title {
    color: rgba(255, 206, 31, 1);
    font-size: 25px;
    margin-top: 20px;
    text-align: center;
}

.TableOfContents {
    background-color: white;
    text-align: left;
    margin-left: 200px;
    margin-right: 200px;
    padding-bottom: 50px;

}

figcaption p {
    color: gray;
    font-size: 15px;
    text-align: center;
}

div img {
    width: 70%;
    margin-top: 40px;
}

.url {
    margin-top: 10px;
    font-family: Noto Sans jp;
}

.img1 {
    margin-top: 30px;
}

@media screen and (max-width:900px) {
    .frame {
        background-color: rgba(247, 244, 244, 1);
        margin: 2vw 0 0 0;
        padding-bottom: 50px;
        font-family: Noto Sans jp;
    }

    .day {
        font-family: Noto Sans JP;
        font-size: 15px;
        text-align: center;
        /* margin-top: 1vw; */
        margin: 0;
        padding: 0;
        color: gray;
    }

    .TableOfContents {
        background-color: white;
        text-align: left;
        margin-left: 30px;
        margin-right: 30px;
        padding-bottom: 20px;

    }

    .blogplofiletitle {
        font-size: 20px;
        color: rgba(255, 206, 31, 1);
        margin: 0;
        padding: 0;
        font-weight: bold;
        text-align: center;
    }

    .img {
        margin-top: 10px;
        text-align: center;
    }

    .pc {
        display: none;
    }

    .sumaho {
        display: block;
    }

    p {
        margin-top: 10px;
        margin-left: 10px;
        margin-right: 10px;
        line-height: 30px;
        font-size: 16px;
        color: rgba(112, 113, 110, 1);
    }

    .title {
        color: rgba(255, 206, 31, 1);
        font-size: 20px;
        margin-top: 30px;
    }

    figcaption p {
        color: gray;
        font-size: 13px;
        text-align: center;
    }

    div img {
        width: 80%;
        margin-top: 10px;
    }

    .url {
        margin-top: 50px;
        font-family: Noto Sans jp;
    }

    .img1 {
        margin-top: 30px;
    }
}

footer {
    background-color: black;
    padding: 0;
    margin: 0;
    margin-top: 5vw;
    padding: 3vw;
    padding-bottom: 0.5vw;
}

footer div {
    font-size: 25px;
    text-align: center;
    color: white;
}

footer h1 {
    text-align: center;
    color: white;
    font-size: 15px;
    font-family: Noto Sans JP;
}