@charset "UTF-8";
.dim_wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 10;
}
.dim {
  position: absolute;
  top: 14%;
  left: 50%;
  width: 90%;
  height: auto;
  transform: translate(-50%, 0);
  border-radius: 15px;
}
.dim_h {
  position: relative;
  width: 100%;
  height: 55.5px;
  background-color: #7350b6;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.dim_h .tit {
  width: 100%;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.42rem;
  margin: 0 auto;
  text-align: center;
  padding-top: 20px;
}
.dim_h .dim_h_btn_close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 15.5px;
  height: 16px;
  text-indent: -9999px;
  background: url(../../img/cmm/btn_close.png) no-repeat center / 15.5px 16px;
}
.dim_h .dim_h_btn_close img {
  width: 15.5px;
  height: 16px;
  overflow: hidden;
}
.dim_contents {
  background-color: #ffffff;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 20px 15.5px;
}
.dim_contents ul {
  height: 305px;
  overflow-y: auto;
}
.dim_contents ul li {
  border-bottom: 1px solid #dddddd;
}
.dim_contents ul li:last-child {
  margin-bottom: 20px;
}
.dim_contents ul li a .name {
  color: #333333;
  font-weight: 700;
  font-size: 1.25rem;
  padding-top: 20px;
}
.department_box {
  display: flex;
  justify-content: space-between;
  padding: 15px 0 20px;
}
.department_box .department {
  width: 100%;
  color: #9061c9;
  font-weight: 700;
  font-size: 1.08rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-right: 24px;
}
.department_box .position {
  flex-shrink: 0;
  color: #999999;
  font-weight: 700;
  font-size: 1.08rem;
}
.dim_contents_btn_close_box {
  text-align: center;
}
.dim_contents_btn_close_box .dim_contents_btn_close {
  width: 125px;
  height: 40px;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.08rem;
  background-color: #726b7b;
  border-radius: 5px;
  cursor: pointer;
}

.dim_contents_btn_close_box .dim_contents_btn_one_btn {
  width: 70%;
}

.dim_contents_btn_close_box .dim_contents_btn_two_btn {
  width: 40%;
}

.dim_contents_btn_close_box .dim_contents_btn_three_btn {
  width: 25%;
}
	
