body {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    color: #4b5658;
    background: #ededed;
}

header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 10px 0 10px 0;
    padding-bottom: 5px;
    color: #222;
    border-bottom: solid 2px #4b5658;
}

footer {
    margin-bottom: 30px;
    padding-top: 5px;
    border-top: solid 1px #4b5658;
}

h2 {
    font-size: medium;
    font-weight: bold;
    margin: 15px 0 10px 0;
    text-decoration: underline;
}

p {
    margin: 0px 0 0 0;
}

a {
    color: #333;
}

a:hover{
    color: #803030;
}

hr {
    border-width: 1px;
    border-color: #3d3d3d;
    margin: 10px 0;
}

.site_title {
    margin: 0;
}

.square {
    width: 12px;
    height: 12px;
    background: #4b5658;
    margin-right: 3px;
    display: inline-block;
}

.profile {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 10px;
    margin: 50px auto 30px;
 }

.main-img {
    width:  80px;
    height: auto;
    background-color: #f0f0f0;
}

.info {
    text-align: left;
}

.account {
    font-size: x-large;
    font-family: 'Rowdies', cursive;
}

.name {
    font-size: large;
    font-family: 'Rowdies', cursive;
}

.banner{
    text-align: center;
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 16px;
    width: 60%;
    max-width: 600px;
    min-width: 300px;
    background-color: #e4ecec;
    border-radius: 8px;
    display: inline-block;
}

.contact {
    margin: 0 auto 20px;
    padding: 0;
    width: auto;
    height: auto;
    text-align: center;
}
.sns{
    text-align: center;
    margin-top: 0;
    padding: 0 16px;
    width: 60%;
    max-width: 600px;
    min-width: 300px;
    background-color: #ededed;
    border-radius: 8px;
    display: inline-block;
}
.snsicon {
    position: relative;
    margin: 5px 16px;
    height: 30px;
    opacity: 0.8;
}

.partition {
    margin: 10px auto;
    width: 60%;
    max-width: 600px;
}

.services {
    margin: 20px auto;
    text-align: center;
}

.works {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-bottom: 0;
}
