/*
Theme Name: Theme benkei
Theme URI: 
Author: Akira Nayoka
Author URI: 
Description: 
Version: 1.0

/* =Reset
-------------------------------------------------------------- */


.profile-content{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px;
    flex-wrap: wrap;
    padding: 80px 0;
}
.profile-content .profile-col{
    width: calc(50% - 15px);
}
.header-it-profile{
    background: #f7f7f7;
    padding: 3px 10px;
    border-bottom: 2px solid #cdcdcd;
    color: #333333;
    font-size: 13px;
    font-weight: 600;
}
.body-it-profile{
    padding: 15px 10px 15px;
}
.p-body .body-it-profile h3{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
}
.p-body .body-it-profile p{
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 20px;
}
.p-body .body-it-profile ul{
    list-style: disc;
    list-style-position: inside;
    font-size: 13px;
    line-height: 20px;
}
.cl-red{
    color: #cc0000;
}
@media (max-width: 603px){
    .profile-content .profile-col{
        width: 100%;
    }
}

.p-container{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}