.judgement-anchor {
  border-top: solid 4px #eee;
}
.judgement-anchor_item {
  position: relative;
  line-height: 1;
}
.judgement-anchor_item a {
  position: relative;
  height: 100%;
  width: 100%;
  color: #333;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
}
.judgement-anchor_item a:after {
  position: absolute;
  content: '';
  height: 11px; 
  width: 18px;
  background-image: url('/sc/soc_japan/ecokaiga/common/img/ico_allow_bottom.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.judgement-anchor_item a:hover {
  opacity: 0.7;
}

.judgement-evaluation_unit {
  position: relative;
}
.judgement-evaluation_unit:after {
  position: absolute;
  bottom: 0;
  left: 0; 
  content: '';
  display: block;
  height: 2px;
  width: 100%;
  background-image: radial-gradient(circle farthest-side, #a0a0a0, #a0a0a0 1px, transparent 1px, transparent);
  background-position: 0 -4px;
  background-size: 6px 10px;
}
.judgement-evaluation_unit:first-child:before {
  position: absolute;
  left: 0; 
  top: 0;
  content: '';
  display: block;
  height: 2px;
  width: 100%;
  background-image: radial-gradient(circle farthest-side, #a0a0a0, #a0a0a0 1px, transparent 1px, transparent);
  background-position: 0 -4px;
  background-size: 6px 10px;
}

.judgement-evaluation_pic {
  line-height: 1;
}
.judgement-evaluation_pic img {
  border-radius: 4px;
}

.judgement-evaluation_title {
  color: #060;
  font-weight: 700;
}
.judgement-evaluation_title span {
  color: #333;
  font-size: 1.4rem;
}

.judgement-evaluation_name {
  font-weight: 700; 
  line-height: 1;
}
.judgement-evaluation_name span {
  display: block;
  padding-top: 5px;
  font-weight: 400;
  line-height: 1.57143;
}

.judgement-member_unit {
  display: flex;
}

.judgement-member_pic {
  line-height: 1;
}
.judgement-member_pic img {
  border-radius: 4px;
}

.judgement-member_contents {
  flex: 1;
}

.judgement-member_name {
  color: #060;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}
.judgement-member_name span {
  display: block;
  color: #333;
  font-size: 1.4rem;
  font-weight: 400;
}

.judgement-member_text {
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 1.5;
}

.judgement-scene_pic {
  line-height: 1;
}
.judgement-scene_pic img {
  border-radius: 4px;
}

.judgement-spacial_pic {
  line-height: 1;
}
.judgement-spacial_pic img {
  border-radius: 4px;
}

.judgement-spacial_name {
  font-weight: 700;
  line-height: 1;
}

.judgement-spacial_occupation {
  line-height: 1.5;
}

@media screen and (max-width: 999px) {
  .judgement-anchor {
    margin-top: 20px;
  }
  .judgement-anchor_item + .judgement-anchor_item:before {
    position: absolute;
    left: 0; 
    top: 0;
    content: '';
    display: block;
    height: 2px;
    width: 100%;
    background-image: radial-gradient(circle farthest-side, #060, #060 1px, transparent 1px, transparent);
    background-position: 0 -4px;
    background-size: 6px 10px;
  }
  .judgement-anchor_item a {
    display: block;
    padding: 15px 0 15px 35px; 
    font-size: 1.6rem;
  }
  .judgement-anchor_item a:after {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .judgement-evaluation {
    margin-top: 25px;
  }
  .judgement-evaluation_unit {
    padding: 20px 0;
  }
  .judgement-evaluation_pic img {
    width: 100%;
  }
  .judgement-evaluation_contents {
    margin-top: 20px;
  }
  .judgement-evaluation_title {
    font-size: 1.7rem;
  }
  .judgement-evaluation_title span {
    display: block;
  }
  .judgement-evaluation_name {
    margin-top: 15px;
    font-size: 1.7rem;
  }
  .judgement-evaluation_name span {
    font-size: 1.3rem;
  }
  .judgement-evaluation_text {
    margin-top: 10px;
    font-size: 1.6rem;
  }
  .judgement-member {
    margin-top: 25px;
  }
  .judgement-member_unit {
    position: relative;
    padding: 20px 0;
  }
  .judgement-member_unit:after {
    position: absolute;
    bottom: 0;
    left: 0; 
    content: '';
    display: block;
    height: 2px;
    width: 100%;
    background-image: radial-gradient(circle farthest-side, #a0a0a0, #a0a0a0 1px, transparent 1px, transparent);
    background-position: 0 -4px;
    background-size: 6px 10px;
  }
  .judgement-member_unit:first-child:before {
    position: absolute;
    left: 0; 
    top: 0;
    content: '';
    display: block;
    height: 2px;
    width: 100%;
    background-image: radial-gradient(circle farthest-side, #a0a0a0, #a0a0a0 1px, transparent 1px, transparent);
    background-position: 0 -4px;
    background-size: 6px 10px;
  }
  .judgement-member_pic {
    width: 48.47458%;
    max-width: 286px;
  }
  .judgement-member_pic img {
    width: 100%;
  }
  .judgement-member_contents {
    margin-left: 15px;
  }
  .judgement-scene {
    margin-top: 25px;
  }
  .judgement-scene_item + .judgement-scene_item {
    margin-top: 15px;
  }
  .judgement-scene_pic {
    text-align: center;
  }
  .judgement-scene_pic img {
    width: 100%;
  }
  .judgement-spacial {
    margin-top: 25px;
  }
  .judgement-spacial_unit + .judgement-spacial_unit {
    margin-top: 23px;
  }
  .judgement-spacial_pic img {
    width: 100%;
  }
  .judgement-spacial_name {
    margin-top: 15px;
    font-size: 1.7rem;
  }
  .judgement-spacial_occupation {
    margin-top: 5px;
    font-size: 1.3rem; 
    line-height: 1.57143;
  }
  .judgement-spacial_text {
    margin-top: 10px;
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 1000px) and (max-width: 1150px) {
  .judgement-evaluation_pic {
    width: 31.19565%;
  }
  .judgement-member_pic {
    width: 43.47826%;
  }
}

@media print, screen and (min-width: 1000px) {
  .judgement-anchor {
    display: flex;
    margin-top: 50px;
    padding-top: 50px; 
    align-items: center;
  }
  .judgement-anchor_item {
    height: 53px; 
    width: calc(100% / 3);
  }
  .judgement-anchor_item:before, .judgement-anchor_item:after {
    position: absolute;
    top: 50%;
    content: '';
    display: block;
    height: 100%;
    width: 4px;
    background-image: radial-gradient(circle farthest-side, #060, #060 2px, transparent 2px, transparent);
    background-position: -2px -4px;
    background-size: 8px 12px;
    transform: translateY(-50%);
  }
  .judgement-anchor_item:before {
    left: 0;
  }
  .judgement-anchor_item:last-child:after {
    right: 0;
  }
  .judgement-anchor_item a {
    display: flex;
    justify-content: center;
    font-size: 1.6rem;
    text-align: center;
  }
  .judgement-anchor_item a:after {
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
  }
  .judgement-anchor_text {
    display: flex;
    height: 26px; 
    align-items: center;
  }
  .judgement-evaluation {
    margin-top: 50px;
  }
  .judgement-evaluation_unit {
    display: flex;
    padding: 30px 0;
  }
  .judgement-evaluation_contents {
    margin-left: 30px; 
    flex: 1;
  }
  .judgement-evaluation_title {
    font-size: 2rem;
    line-height: 1.4;
  }
  .judgement-evaluation_title span {
    padding-right: 14px;
  }
  .judgement-evaluation_name {
    margin-top: 20px;
    font-size: 2rem;
  }
  .judgement-evaluation_name span {
    font-size: 1.4rem;
  }
  .judgement-evaluation_text {
    margin-top: 10px;
  }
  .judgement-member {
    display: flex;
    margin: 35px -15px 0; 
    flex-wrap: wrap;
  }
  .judgement-member_unit {
    width: calc(50% - 30px);
    margin: 15px;
  }
  .judgement-member_contents {
    margin-left: 20px;
  }
  .judgement-scene {
    margin-top: 50px;
  }
  .judgement-scene_list {
    display: flex;
    margin: -15px -15px 0;
  }
  .judgement-scene_item {
    width: calc(33.33% - 30px);
    margin: 15px;
  }
  .judgement-spacial {
    display: flex;
    margin: 35px -15px 0; 
    flex-wrap: wrap;
  }
  .judgement-spacial_unit {
    width: calc(33.33% - 30px);
    margin: 15px;
  }
  .judgement-spacial_name {
    margin-top: 15px;
    font-size: 2rem;
  }
  .judgement-spacial_occupation {
    margin-top: 5px;
    font-size: 1.4rem; 
    line-height: 1.5;
  }
  .judgement-spacial_text {
    margin-top: 10px;
  }
}

@media print, screen and (min-width: 1151px) {
  .judgement-evaluation_pic {
    width: 287px;
  }
  .judgement-member_pic {
    width: 200px;
  }
}
