@charset "UTF-8";

body {
    font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    background-color: #fff;
    color: #333;
    line-height: 1.5;
    width: 80%;
    margin: 20px auto;
}

h1 img {
    width: 170px;
    margin-right: 690px;
}

.flex {
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding-bottom: 60px;
}

.flex a {
    color: #999;
}

.flex a:hover {
    color: #333;
}

section img {
    width: 250px;
}

h2 {
    font-size: 24px;
    font-weight: bold;
    margin: 50px 0px 0px;
}

h3 {
    font-size: 20px;
    padding: 30px 0px 10px;
    font-weight: bold;
}

ul {
    list-style: disc;
}

li {
    margin-bottom: 10px;
}

#top {
    width: fit-content;
    display: block;
    margin: 80px auto;
    padding: 20px;
    background-color: #FFAA33;
    border-radius: 30px;
    letter-spacing: 0.1em;
    font-size: 20px;
    color: #fff;
}

footer ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 50px;
    list-style: none;
}

footer ul a {
    color: #999;
}

footer ul a:hover {
    color: #333;
}