@charset "UTF-8";


/* イントロダクション */


.introduction{
    margin: 80px 0px;
}


/* プロフィールセクション */

.profile {
    text-align: center;
    margin: 80px 0px;
}

.profile img{
    width: 100px;
    border-radius: 50%;
    margin: 8px auto;
    border: 1px solid #e6e6e6;
}



/* スキルセクション */

.skill {
    margin: 80px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


h4{
    margin-bottom: 6px;
}

.skill_list {
    margin: 10px auto;
    display: flex;
}

.skill_list img {
    width: 40px;
    height: auto;
}

.skill_text {
    width: 180px;
    margin-left: 20px;
}

.skill_text p {
    text-align: left;
}
