.c-xl-title {
	color: #067F41;
	font-size: 1.625rem;
	font-weight: bold;
	line-height: 1.4230769231;
	margin-top: 2.5rem;
}

.table_diabetes {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  border-radius: 0.625rem;
  overflow: hidden;
  text-align: center;
  margin-top: 2.5rem;
}
.table_diabetes tr {
  background-color: #fff;
}
.table_diabetes tr:nth-child(even) {
  background-color: #EDF4F2;
}
.table_diabetes th, .table_diabetes td {
  padding: 1em;
}
.table_diabetes thead th {
  background-color: #067F41;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.table_diabetes tbody th {
  color: #067F41;
}
@media screen and (max-width: 787px) {
  .table_diabetes {
    border-radius: 0;
    text-align: left;
  }
  .table_diabetes thead {
    display:none;
  }
  .table_diabetes tr {
    background-color: unset;
  }
  .table_diabetes th, .table_diabetes td {
    display: block;
    border: 0;
    border-bottom: 1px solid #067F41;
    background-color: #fff;
  }
  .table_diabetes tbody th{
    background: #067F41;
    color:#fff;
    text-align: center;
  }
  .table_diabetes td::before{
    content: attr(data-label);
    background-color: #EDF4F2;
    font-weight: bold;
    display: inline-block;
    width: 50%;
    min-width: 4em;
    text-align: center;
    margin-right: 0.5em;
    padding: 4px;
    border-radius: 100vh;
  }
}

.table_types {
    border-collapse: collapse;
    border-radius: 0.625rem;
    width: 100%;
    background-color:#fff;
    margin-top: 1.5rem;
    font-size: 0.9rem;
}
.table_types th, .table_types td {
    padding: 0.8em;
}
.table_types th {
    border-right: 2px solid #EDF4F2;
    font-weight: bold;
    text-align: center;
    width: 30%;
    min-width: 4em;
}

.table_action {
    border-collapse: collapse;
    border-radius: 0.625rem;
    width: 100%;
    background-color:#fff;
    margin-top: 1.5rem;
    font-size: 0.9rem;
}
.table_action thead th {
    background-color:#EDF4F2;
    text-align:left;
    border-top-left-radius: 0.625rem;
    border-top-right-radius: 0.625rem;
    border-right: none;
}
.table_action th, .table_action td {
    padding: 0.8em;
}
.table_action th {
    border-right: 2px solid #EDF4F2;
    font-weight: bold;
    text-align: center;
    width: 10%;
    min-width: 4em;
}
@media screen and (max-width: 787px) {
.table_action th {
    width: 30%;
  }
}

.list-1 {
    list-style-type: disc;
    margin-top: 1.3rem;
    padding-left: 2rem;
}

.list-1 li {
    padding: .3em .3em .3em 0;
}

.list-1 li::marker {
    color: #067f41;
    font-size: 1.1em;
}

.p-target2 {
	padding-bottom: 12.5rem;
}

.p-target2__cards {
	gap: 5rem 1.25rem;
	grid-template-columns: repeat(2, 1fr);
}

.p-target2__card {
	border-width: 2px;
	padding: 4.375rem 3.125rem 3.75rem;
}

.p-target2__text {
	margin-top: 1.875rem;
}

.p-target2__btn {
	margin-top: 3.75rem;
}

.p-target2 {
	padding-bottom: 9.375rem;
	padding-top: 3.75rem;
}

.p-target2__cards {
	display: grid;
	gap: 1.25rem;
	margin-top: 1.25rem;
}

.p-target2__card {
    background-color: #FFF;
    border: 2px solid #067F41;
    border-radius: 1.25rem;
    padding: 1.875rem;
}

.p-target2__title {
	text-align: center;
}

.p-target2__text {
	margin-top: 1.25rem;
}

.p-target2__text span {
	color: #888585;
}

.p-target2__btn {
	margin-top: 2.5rem;
	text-align: center;
}

@media screen and (max-width: 787px) {
.p-target2__cards {
	grid-template-columns: 1fr;
}
}

.p-target__box {
    margin-top: 1.5rem;
    background-color: #FFF;
    border-radius: 1.25rem;
    padding: 1.875rem;
}

.p-target__box2 {
    margin-top: 1.5rem;
    background-color: #FFF;
    border-radius: 1.25rem;
    padding: 1.875rem;
    border: 2px solid #067F41;
}

.p-topAccess__main2 {
	margin-top: 3.2rem;
}