@charset "utf-8";
/*
* index.html
*/

/*各コンテンツ 設定*/
.profile_top,.profile_license{
    background: #f5f5f5;
    margin: 30px 0px;
    padding: 10px;
}

/*各エリア 設定*/
.profile_top_area,.profile_license_area{
    margin: 10px;
    padding: 10px;
    background: #fff;
    border-radius: 5px;
}

.profile_sub_title{
    font-size: 18px;
    font-weight: bold;
    color: #666;
    text-align: center;
    padding: 20px 0px;
}

.profile_appeal_title{
    font-size: 18px;
    font-weight: bold;
    color: #666;
    text-align: center;
}
.pfofile_box{
    display: flex;
    padding: 30px 0px;
}
.pfofile_images{
    width: 30%;
    align-items: center;
    display: flex;
}
.pfofile_images img{
    width: 100%;
}
.profile_appeal{
    flex: 1;
}
.profile_appeal ul{
    padding-left: 30px;
}
.profile_appeal li{
    font-size: 14px;
}
.profile_appeal p{
    padding-left: 20px;
    font-size: 14px;
}
.name_h3{
    margin-top: 20px;
    margin-bottom: 10px;
}

.name_h3 h3{
    font-weight: bold;
    font-size: 18px;
}
.instructor{
    margin-top: 0px;
}

@media screen and (max-width: 480px) {
    .profile_top{
        margin: 10px 0px;
    }
    .profile_top_area{
        margin: 0px;
    }
    .profile_sub_title{
        padding: 0px 0px 10px 0px;
    }
    .profile_text p{
        font-size: 14px;
        line-height:1.8rem;
    }
    .profile_license{
        margin: 10px 0px;
    }
    .profile_license_area{
        margin: 0px;
    }
    .pfofile_box{
        padding: 10px 0px;
        flex-direction: column;
    }
    .pfofile_images{
        width: 60%;
        margin: 0px auto;
    }
    .profile_appeal{
        padding-top: 10px;
    }
    .instagram{
        margin: 10px 0px;
    }
    .instagram_area{
        margin: 0px;
    }
    .instagram_box{
        padding: 5px;
        margin-bottom: 5px;
    }
}