p +p{
  margin-top: 1em;
}

/* .content_effort .container_large {
  margin-top: 5em
} */

/* @media screen and (max-width: 480px) {
  .content_effort .container_large {
    margin-top: 3em
  }
} */

.content_effort .bg_white_round {
  padding-bottom: 6em;
  padding-top: 4em
}

@media screen and (max-width: 768px) {
  .content_effort .bg_white_round {
    padding-bottom: 3em;
    padding-top: 3em;
    overflow: hidden;
  }
}

@media screen and (max-width: 480px) {
  .content_effort .bg_white_round {
    padding-bottom: 2em;
    padding-top: 2em
  }
}

.content_effort .page_title_bottom_line {
  margin-bottom: 1.5em
}

.effort_list {
  display: grid;
  gap: 2em 0;
}

.effort_imgs {
  display: flex;
  gap: 1.3rem;
}

@media screen and (max-width: 1024px) {
  .effort_imgs {
    gap: 0.7rem;
  }
}

.effort_imgs figure {
  aspect-ratio: 1 / 1;
  width: 8.125rem;
}

@media screen and (max-width: 1024px) {
  .effort_imgs figure {
    width: 4rem;
  }
}

.effort_item_txt {
  margin: 2.6em 0;
}

.effort_item_txt + .effort_item_txt {
  margin: -1.6em 0 2.6em;
}

.effort_table {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .effort_table {
    overflow-x: scroll;
  }
}

.effort_table table {
  width: 100%;
  min-width: 580px;
  border-collapse: unset;
  border-radius: 8px;
  border-left: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
}

@media screen and (max-width: 768px) {
  .effort_table table {
    min-width: 680px;
  }
}


.effort_table thead tr > *,
.effort_table tbody tr > * {
  padding: 17px 20px;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .effort_table thead tr > *,
  .effort_table tbody tr > * {
    padding: 10px 10px;
  }
}

.effort_table thead tr > *:first-child,
.effort_table tbody tr > *:first-child {
  min-width: 7em;
}

.effort_table thead th {
  background-color: #5EAD3C;
  color: #fff;
  font-weight: 700;
}

.effort_table tbody th {
  background-color: #DFEBD7;
  font-weight: 700;
}

.effort_table table thead tr > *:first-child {
  border-radius: 8px 0 0 0;
}

.effort_table table thead tr > *:last-child {
  border-radius: 0 8px 0 0;
}

.effort_table table tbody tr:last-child >*:first-child {
  border-radius: 0 0 0 8px;
}

.effort_table table tbody tr:last-child >*:last-child {
  border-radius: 0 0 8px 0;
}

.effort_detail_list {
  margin-top: 3.8em;
  display: grid;
  gap: 2.3rem 0;
}

@media screen and (max-width: 1024px) {
  .effort_detail_list {
    gap: 1rem;
  }
}

.effort_detail_item {}

.effort_detail_item dt {
  display: block;
  margin-bottom: 0.5em;
  padding-left: 1.2em;
  position: relative;
  color: #5ead3c;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .effort_detail_item dt {
    padding-left: 1em
  }
}

.effort_detail_item dt::before {
  background: #5ead3c;
  border-radius: 1em;
  content: '';
  height: 5px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
  width: 5px
}

.effort_detail_item dd {}

