@charset "UTF-8";

#messageMain {
    display: flex;
    flex-direction: column;
    padding: 0;
}

#messageMain > section {
    padding: 0 10px;
}
#profile {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 20px;
    min-height: 0%;
}
#profile figure {
    width: 56%;
}
#profile img {
    width: 100%;
    height: auto;
}
#profile .name {
    width: 39%;
}
#profile h1 {
    font-size: 6vw;
    letter-spacing: .1em;
}
#profile h2 {
    font-size: 3.5vw;
    letter-spacing: .1em;
}
#biography {
    order: 3;
    background: #f4f1ec;
    padding: 20px 10px !important;
}
#biography .ttl {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 30px;
}
#biography dt {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 15px;
}
#biography dd {
    margin-bottom: 15px;
    font-size: 13px;
}
#biography ul {
    margin-top: 10px;
}
#biography li {
    text-indent: -1.3em;
    padding-left: 1.3em;
    margin-bottom: 5px;
}
#biography li:before {
    content: "";
    display: inline-block;
    width: 0.8em;
    height: 0.8em;
    background: #000;
    border-radius: 50%;
    margin-right: .5em;
    transform: translateY(.1em);
}
#messageTxt {
    line-height: 1.7;
    margin-bottom: 20px;
}
#messageTxt h1 {
    font-size: 15.5px;
    font-weight: 600;
    letter-spacing: .2em;
    margin-bottom: 15px;
}
#messageTxt h2 {
    font-weight: 400;
    letter-spacing: .1em;
}