<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.profile_area{
    padding: 24px 20px 20px;
}
#profile_inner, #prof_bottom {
    width: 96%;
}
#profile_inner {
    max-width: 1000px;
    min-width: 840px;
    margin: 0 auto;
    padding: 0px 50px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
#prof_bottom {
    background: transparent;
    margin: 0 auto;
    padding: 40px 50px 0px;
}
.prof_l {
    width: 38%;
    padding-right: 3%;
}

.prof_r {
    width: 62%;
}
.prof_r h3 {
    padding: 0;
    margin-bottom: 15px;
    text-align: left;
    display: inline-block;
    font-size: 24px;
    color: #00869b;
}
.prof_r .size {
    margin: 0 0 20px;
    display: inline-block;
    font-size: 14px;
}
#profile_img_thumb {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-top: 0.5rem;
}
.profile_data_list {
    /*margin: 20px 0;*/
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}
#profile_img_thumb div {
    width: 20%;
    margin-right: 5px;
    cursor: pointer;
}
#profile_img_thumb div:last-child {
    margin: 0;
}

.profile_data_list dt:first-of-type, .profile_data_list dd:first-of-type {
    padding: 0px 20px 3px;
}

.profile_data_list dt, .profile_data_list dd {
    padding: 20px 20px 3px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-bottom: 1px solid #2ed9ea;
    font-size: 18px;
    color: #00869b;
}
.profile_data_list dt {
    width: 43%;
    color: #906a00;
}
.profile_data_list dd {
    width: 57%;
    color: #906a00;
}
/*.message_area{*/
/*    color: #fff;*/
/*}*/
.prof_r h3:before{
    display: none;
}
.prof_r .beginner {
    position: static;
    display: inline-block;
    top: 0;
    left: 0;
    letter-spacing: initial;
    vertical-align: 7px;
    margin-right: 8px;
}
.prof_table {
    width: 100%;
    margin: 15px 0 70px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.profile_list {
    display: table-cell;
    width: 14.28%;
}
.profile_list:first-child p:first-child {
    background-color: #2ed9ea;
}

.profile_list p:first-child, .profile_list:last-child p:first-child {
    border-top-color: #2ed9ea;
    border-right-color: #2ed9ea;
}
.profile_list p:first-child{
    color: #fff;
}
.profile_list p:last-child {
    color: #38D6E6;
}
.profile_list p, .profile_list:first-child p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.profile_list:first-child p {
    border: 1px solid #2ed9ea;
}
.profile_list p {
    text-align: center;
    padding: 9px 5px;
    font-size: 16px;
    background: transparent;
    font-size: 16px;
    border: 1px solid #2ed9ea;
    border-right: 1px solid #2ed9ea;
    border-bottom: 1px solid #2ed9ea;
}
.prof_table .p_check {
    min-height: 75px;
}
.profile_list p:first-child {
    background-color: #d9c295;
}
.message_area dt {
    font-size: 20px;
    margin: 0;
    letter-spacing: 0.05em;
        font-weight: 600;
}
#profile_inner_pc{
    display: flex;
}
#profile_inner_md{
    display: none;
}</pre></body></html>