@charset "utf-8";

/**********************************************/
/**/
/**********************************************/

/*調整*/
.profile .profile-txt {
    padding-left: 10px;
}

/*更新日*/
.section-headline .update {
    font-size: clamp(0.875rem, 0.825rem + 0.25vw, 1.125rem);
    margin-left: 10px;
}

/*message*/
.message {
    margin-top: 30px;
}
.message li {
    font-size: clamp(0.875rem, 0.825rem + 0.25vw, 1.125rem);
    font-weight: bold;
}
.message li~li {
    margin-top: 10px;
}
.message li span.update {
    font-weight: normal;
}

/*余白*/
.about {
    margin-top: 40px;
}


/*略歴*/
.tbl-profile th {
    width: 160px;
    text-align: left;
    vertical-align: top;
    padding: 15px 5px 15px 10px;
    border-bottom: 1px #ddd solid;
}
.tbl-profile td {
    padding: 10px 5px;
    border-bottom: 1px #ddd solid;
}
.tbl-profile td ul {
    margin: 5px 0 5px 5px;
    padding: 0;
    list-style-type: none;
}



/****************************/
/*レスポンシブ*/
/****************************/
@media screen and (max-width: 1480px) {
}

@media screen and (max-width: 1280px) {
}

@media screen and (max-width: 980px) {
    .tbl-profile th {
        width: 20%;
    }
}

@media screen and (max-width: 780px) {
}

@media screen and (max-width: 580px) {
    .message {
        margin: 10px 0 0 30px;
        padding: 0;
    }
}

@media screen and (max-width: 380px) {
    .tbl-profile th {
        display: block;
        width: 100%;
        padding: 0;
        border-width: 0;
        margin-top: 10px;
    }
    .tbl-profile td {
        display: block;
        width: 100%;
        padding: 0 0 10px 0;
    }
    .tbl-profile td ul {
        margin: 5px 0 0 20px;
        list-style-type:circle;
    }
}


