.member-prof-box {
    margin-top: 50px;
}
.member-prof-box:not(:first-child) {
    padding-top: 35px;
    width: 100%;
    border-top: dotted 2px #222222;
}
.profile-title {
    font-size: 30px;
    font-family: "Zen Old Mincho", serif;
    font-style: normal;
    font-weight: 600;
}
table , td, th {
	border: 2px solid #222222;
	border-collapse: collapse;
}
th, td, .table3 {
    background-color: #FFFFFF;
}
td {
    height: 60px;
    vertical-align: middle;
    text-align: center;
}
.table-box {
    margin-top: 20px;
    width: 100%;
}
.table1 {
    width: 66.5%;
    float: left;
}
.table2 {
    width: 100%;
}
.table3 {
    padding: 20px 10px;
    width: 100%;
    border: solid 2px #222222;
}
.table-title {
    font-weight: 500;
}
.prof-image {
    margin-right: 40px;
    width: 18%;
    float: right;
    border: solid 2px #222222;
}
.prof-item{
    width: 16%;
}
.prof-content {
    width: 32%;
}
.table3>p {
    line-height: 1.8;
}
.sokan-pic {
    width: 100%;
    height: auto;
}

@media screen and (max-width:1200px) {
    .member-prof-box {
        margin-top: 35px;
    }
    .member-prof-box:not(:first-child) {
        padding-top: 25px;
    }
    .profile-title {
        font-size: 27px;
    }
    .table3 {
        padding: 15px 10px;
    }
    .prof-image {
        margin-right: 20px;
        width: 22.3%;
    }
    .table3>p {
        line-height: 1.7;
    }
}

@media screen and (max-width:768px) {
    .member-prof-box {
        margin-top: 30px;
    }
    .member-prof-box:not(:first-child) {
        padding-top: 20px;
    }
    .profile-title {
        font-size: 24px;
    }
    table, .table3  {
        font-size: 14px;
    }
    .table3 {
        padding: 15px 9px;
    }
    .prof-image {
        margin: 0;
        width: 30%;
    }
    .table3>p {
        line-height: 1.6;
    }
}