.box_judge {
    margin-bottom: 50px;
    color: #7e7e7e;
}
.box_judge a {
    text-decoration:none;
}

.box_judge .judge_h2 {
    font-size: 20px;
    color: #6d6d6d;
    margin-bottom: 10px;
}
.box_judge .judge_h3 {
    font-size: 32px;
    color: #333;
    font-weight: bold;
}
.box_judge .judge_h3 .name {
    font-size: 20px;
    margin-left: 20px;
}
.profile_list .judge_h4 {
    font-size: 18px;
    margin-bottom: 20px;
    color: #333;
}

.profile_list .box_link .judge_h5{
    font-size: 15px;
}

.profile_list .box_link span {
    margin-right: 1em;
    font-weight: bold;
}

.box_judge .profile_list {
    margin-bottom: 30px;
    display: flex;
    list-style: none;
}

@media screen and (min-width: 851px) {
.judge-txt01{
    width: 210px;
  }
  .judge-txt02{
    width: 120px;
    padding-left: 1em;
  }
  .judge-txt03{
    padding-left: 1em;
  }
}  

@media screen and (max-width: 850px) {
.box_judge .profile_list,.box_judge .name {
		display:block;
        list-style: none;
}

.box_judge .profile_list li {
    color: #333;
    margin-left: 10px;
}

.profile_list li:nth-child(2) {
    width: 80%;
}
}

.box_judge .profile_list li {
    margin-left: 15px;
    color: #333;
}

.profile_list li:nth-child(1) {
    width: 206px;
}
.profile_list li:nth-child(2) {
    width: 80%;
    margin-left: 30px;
}

.profile_list img {
    max-width: 206px;
    height: auto;
}
.profile_list .box_link{
    margin-top: 10px;
}
.profile_list .box_link  > *{
    display: inline-block;
}

.line {
    position: relative;
    margin-bottom: 35px;
    padding-bottom: 15px;
}
.line::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #001677;
}
.line::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 40%;
    height: 2px;
    background: #002fff;
    z-index: 5;
}
