.information {
  background: #FEE4C3;
  padding: 86px 0 66px;
}
.information .pb-5 {
  padding-bottom: 87px !important;
}
.information .container {
  padding-right: 0;
  padding-left: 7px;
}
.information .goal {
  margin-bottom: 133px;
}
.information .goal_main {
  display: flex;
  gap: 20px;
  width: 100%;
}
.information .goal_title {
  color: #EB441A;
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
  margin-bottom: 24px !important;
  letter-spacing: -1.8px;
}
.information ul.text_list {
  padding-left: 0;
}
.information li.text_item {
  float: none;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 24px;
}
.information .goal_right {
  width: 46.86%;
  flex-shrink: 0;
}
.information .goal_pic,
.information .goal_pic img {
  width: 100%;
}
.information .goal_flag {
  margin-top: 20px;
  column-gap: 6px;
  row-gap: 8px;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
}
.information .goal_flag li {
  float: none;
  font-size: 14px;
  color: #BDBDBD;
  border: 1px solid #BDBDBD;
  border-radius: 2px;
  background: #fff;
  width: 83px;
  height: 28px;
  box-sizing: border-box;
  line-height: 28px;
  text-align: center;
}
.information .goal_flag li.green {
  color: #fff;
  background: #7AB200;
  border: none;
}
.information .profile_title {
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
  padding-bottom: 4px;
  border-bottom: 2px solid #EB441A;
  margin-bottom: 12px !important;
}
.information .profile_title.have_prompt {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.information .profile_title.have_prompt .title_prompt {
  font-size: 16px;
}
.information .profile dl {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 12px;
}
.information .profile dt {
  padding-left: 12px;
  position: relative;
  min-width: 205px;
  letter-spacing: -1px;
}
.information .profile dt,
.information .profile .dd_title {
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
}
.information .profile dt::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 32px;
  background: #EB441A;
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 0;
}
.information .profile dd {
  width: 80.8%;
  margin-bottom: 0;
}
.information .profile .dd_title {
  margin-bottom: 12px !important;
}
.information .profile .dd_text {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 20px !important;
}
.information .profile .dd_part2 .dd_text {
  margin-bottom: 30px !important;
}
.information .profile .dd_part2 .dd_text:last-of-type {
  margin-bottom: 20px !important;
}
.information .profile .dd_pic {
  width: 100%;
  margin-bottom: 32px;
}
.information .profile .dd_pic img {
  width: 75.16%;
  vertical-align: middle;
}
.information .profile .dd_part2:not(.spe) .dd_pic img {
  width: 83%;
}
.information .profile .dd_pic .pic_prompt {
  font-size: 18px;
  line-height: 24px;
  margin-top: 6px !important;
}
.information .profile  .dd_part2 {
  margin-bottom: 16px;
}
section.code_setting  {
  padding-bottom: 6px;
  padding-top: 68px;
}
.code_setting .container {
  padding: 0;
}
.code_setting .table_title {
  font-size: 24px;
  font-weight: bold;
  height: 44px;
  line-height: 44px;
  padding-left: 18.5px;
  background: #C3E2FF;
  border: 1px solid #DEE1E6;
}
.code_setting .row {
  margin-left: 0;
  margin-right: 0;
}
.code_setting .table th {
  padding-left: 18px !important;
  padding-right: 18px !important;
  letter-spacing: -0.5px;
  font-weight: bold;
}
.code_setting .table td, 
.code_setting .table th {
  min-height: 104px;
  padding-top: 16px !important;
  padding-bottom: 16px !important;
  display: flex;
  align-items: center;
}
.code_setting .row:first-child th,
.code_setting .table th.spe,
.job_table .table th {
  align-items: flex-start;
}
.code_setting .table th,
.code_setting .table td .code_text {
  font-size: 18px;
  line-height: 24px;
}
.code_setting .table td .code_text .other_line {
  display: inline-block;
}
.code_setting .table th.spe {
  padding-top: 40px !important;
}
.code_setting .table th.spe+td {
  padding-top: 40px !important;
  padding-bottom: 30px !important;
}
.code_setting .table th.pr-0 {
  padding-right: 5px !important;
  letter-spacing: -1px;
}
.code_setting .table .red {
  color: #EB441A;
  display: block;
}
.condition_setting {
  margin-top: 24px;
  margin-bottom: 42.3px;
}
.condition_setting .condition_title {
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
  padding-bottom: 4px;
  padding-left: 7px;
  border-bottom: 2px solid #0B16A4;
  margin-bottom: 24px !important;
}
.condition_setting .condition_table {
  margin-bottom: 48px;
}
.condition_table .row:first-child th {
  align-items: center;
}
.group_photo .photo_list {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 19px;
  padding: 0;
  margin-bottom: 0;
}
.group_photo .photo_list .pic,
.group_photo .photo_list .pic img {
  width: 100%;
}
.group_photo .photo_list .pic img {
  vertical-align: middle;
}
.group_photo .photo_list .photo_text {
  font-size: 16px;
  line-height: 21px;
  margin-top: 4px !important;
}
section.guidelines {
  padding-top: 61px;
}
.disPC {
  display: block;
}
.disSP {
  display: none;
}

@media screen and (max-width: 768px) {
  .information {
    padding: 24px 0 26px;
  }
  .information h2 {
    padding-top: 0;
  }
  .information .pb-5 {
    padding-bottom: 17px !important;
  }
  .information .container {
    padding: 0 10px;
  }
  .information .goal {
    margin-bottom: 36px;
  }
  .information .goal_main {
    flex-direction: column-reverse;
    gap: 0;
  }
  .information .goal_right {
    width: 100%;
  }
  .information .goal_flag {
    margin: 12px 0 37px;
    padding: 0 2px;
  }
  .information .goal_title {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 12px !important;
  }
  .information li.text_item {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 12px;
  }
  .information .profile_title {
    font-size: 16px;
    line-height: 21px;
    padding-left: 7px;
  }
  .information .profile dl {
    flex-direction: column;
    gap: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .information .profile dt {
    font-size: 14px;
    line-height: 19px;
    padding-left: 9px;
    margin-bottom: 22px;
    margin-left: 4px;
  }
  .information .profile dl:last-child dt {
    margin-bottom: 12px;
  }
  .information .profile dt::before {
    width: 5px;
    height: 24px;
    top: 50%;
    transform: translateY(-50%);
  }
  .information .profile dd {
    width: 100%;
  }
  .information .profile .dd_title {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 8px !important;
  }
  .information .profile .dd_text,
  .information .profile .dd_pic .pic_prompt {
    font-size: 14px;
    line-height: 19px;
  }
  .information .profile .dd_text {
    margin-bottom: 24px !important;
  }
  .information .profile .dd_part2 .dd_text:last-of-type {
    margin-bottom: 24px !important;
  }
  .information .profile .dd_pic {
    margin-bottom: 36px;
  }
  .information .profile .dd_pic img {
    width: 100%;
  }
  .information .profile .dd_pic .pic_prompt {
    margin-top: 6px !important;
  }
  .information .profile .dd_part2 .dd_pic {
    margin-bottom: 24px;
  }
  .information .profile .dd_part2 .dd_pic img {
    width: 100%;
  }
  .information .profile dl:last-child .dd_text {
    margin-bottom: 0 !important;
  }
  section.code_setting {
    padding-top: 32px;
    padding-bottom: 3px;
  }
  .code_setting .table_title {
    font-size: 16px;
    height: 35px;
    line-height: 35px;
    padding-left: 12px;
    margin-bottom: 7px !important;
  }
  .code_setting .table th, 
  .code_setting .table td .code_text {
    font-size: 14px;
    line-height: 19px;
    justify-content: center;
    align-items: center !important;
  }
  .code_setting .table th {
    min-height: 53px;
  }
  .code_setting .table th.spe {
    padding-top: 16px !important;
  }
  .code_setting .table td {
    min-height: 59px;
    padding: 20px 12px !important;
  }
  .code_setting .table th.spe+td {
    padding: 20px 12px !important;
  }
  .condition_setting {
    margin-top: 32px;
    margin-bottom: 0;
  }
  .condition_setting .condition_title {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 12px !important;
  }
  .condition_setting .table_title {
    margin-bottom: 12px !important;
  }
  .condition_setting .condition_table {
    margin-bottom: 24px;
  }
  .group_photo .photo_list {
    display: flex;
    flex-direction: column;
    gap: 18px;
  }
  .group_photo .photo_list .photo_text {
    margin-top: 12px !important;
  }
  section.guidelines {
    padding-top: 3px;
  }
  .disPC {
    display: none;
  }
  .disSP {
    display: block;
  }
}