@charset "UTF-8";

body{
    color: #2429e;
    width: 100%;
    margin: 0 auto;
}

span{
    color: #dc143c;
}

img{
    width: 100%;
}

header{
    height: 100px;
}

header h1{
    margin: 50px; 20px;
}

.wrapper{
    width: 80%;
    max-width: 1080px;
    margin: 75px auto;
}
.wrapper h2{
    text-align: center;
    margin-bottom: 30px;
}

#about ul{
    list-style: none;
}

#about p, #about span{
    margin-top: 30px;
    text-align: justify;
}

#works-img{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 33px;
}

#works-img img{
    width: 31%;
}

#news dl{
    display: flex;
    flex-wrap: wrap;
    border-bottom: solid 1px #c8c8c8;
}
#news dt{
    width: 20%;
    padding: 15px;
}
#news dd{
    flex: auto;
    padding: 15px;
}

footer{
    background-color: #24292e;
    width: 100%;
    margin-bottom: 0;
}
footer p{
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

#page-top{
    margin-bottom: 30px;
    margin-left: 90%;
    background-color: #24292e;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

#page-top a{
    font-size: 30px;
    display: block;
    color: #fff;
    padding: 1px 10px;
}