@charset "utf8";

a{
    color: #000;
    text-decoration: none;
}
.header-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-img{
    width: 270px;
    margin: 40px 20px 20px 20px;
}
.header-list{
    display: flex;
}
.header-item{
    margin: 20px;
}
@media(max-width: 500px){
    .header-container{
        display: block;
        text-align: center;
    }
    .header-list{
        justify-content: center;
    }
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, xmp {
    margin: 0px;
    padding: 0px;
}
.cmn-title{
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}
.sub-title{
    margin: 40px 0 10px 0;
}
.main-title{
    font-size: 2rem;
}
@media(min-width: 768px){
    .about-wrapper{
        display: flex;
        margin: 20px;
        justify-content: center;
    }
}
.about-image{
    min-width: 280px;
    max-width: 280px;
    margin: 0 auto;
}
.about-text{
    margin: 0 20px;
}
.about-subtitle{
    font-size: 1.5rem;
    color: #38b6ff;
    margin-bottom: 0.5rem;
    margin-top: 1rem;
    font-weight: bold;
}
.skill-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
ul{
    list-style: none;
}
li{
    display: list-item;
    text-align: -webkit-match-parent;
}
.skill-image{
    text-align: center;
    max-width: 170px;
    max-height: 170px;
}
div{
    display: block;
}
.skill-logo{
    margin: 10px;
    width: 88px;
}
image{
    max-width: 100%;
    vertical-align: bottom;
}
.skill-name{
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}
.skill-desc{
    margin: 10px;
    max-width: 140px;
    line-height: 1.5rem;
    font-size: 12px;
}
.footer{
    background-color: lightgrey;
}
footer{
    display: block;
}
nav{
    display: block;
}
.footer-list{
    display: flex;
    justify-content: center;
}
.footer-item{
    margin: 16px;
}
.copyright{
    text-align: center;
    padding-bottom: 20px;
    font-size: 12px;
}