@charset "UTF-8";
/* CSS Document */
.numbers_group {
  font-weight: 600;
  font-size: 13px;
  margin-top: 20px;
}
.num_text {
  font-size: 26px;
  font-weight: 600;
}
.num_icon {
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.num {
  font-family: 'Noto Sans JP', 'Yu Gothic medium', 'Hiragino Sans', Meiryo, 'sans-serif';
  font-size: 44px;
  font-weight: 900;
  color: var(--mainColor);
  margin-right: 1px;
}
.numbers_group dl {
  background-color: #f5f5f5;
  padding: 1.6em 1em;
  flex: 1 0 45%;
  box-sizing: border-box;
  min-width: 150px;
  margin-bottom: 0px;
  text-align: center;
}
.numbers_group dt {
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.numbers_group dd {
  line-height: 1.2;
}
.numbers_group_item02 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  text-align: center;
  margin-bottom: 20px;
}
.numbers_group_item03 dl {
  margin-bottom: 20px;
}
.num_text_small {
  font-size: 22px;
}
.num_small {
  font-family: 'Noto Sans JP', 'Yu Gothic medium', 'Hiragino Sans', Meiryo, 'sans-serif';
  font-size: 36px;
  font-weight: 900;
  color: var(--mainColor);
  margin-right: 1px;
}
.data-table {
  border-collapse: collapse;
  text-align: center;
  margin: 0 auto;
}
.data-table thead {
  background-color: #f5f5f5;
  font-weight: 600;
}
.data-table th, .data-table td {
  padding: 6px;
}
.target-row {
  border-top: 1px solid var(--secondaryColor);
  border-bottom: 1px solid var(--secondaryColor);
}
.data-table td {
  font-weight: normal;
}
.data-table th {
  font-weight: normal;
  text-align: center;
}
.numbers_group_item01 dl {
  margin-bottom: 20px;
}
.target-row {
  padding-top: 10px;
  padding-bottom: 10px;
}
.target-row > td:nth-child(n+2) {
  font-weight: 600;
  font-size: 16px;
}
.num_text_dec01 {
  margin-left: 2px;
  margin-right: 4px;
  display: inline-block;
  vertical-align: middle;
  transform: translateY(-12px);
}
.num_text_dec03{
    margin-right: 2px;	
}
.numbers_group .numbers_group_item02:last-child {
  margin-bottom: 0;
}
.icon_baby {
  transform: rotate(15deg);
  margin-top: 10px;
}
.numbers_group .num_text_dec02 {
  min-height: 10px;
}
@media screen and (min-width: 768px) {
  .numbers_group {
    margin-top: 80px;
  }
  .num {
    margin-right: 5px;
  }
  .num_text, .num_text_small {
    font-size: 22px;
  }
  .numbers_group_item01 {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
  }
  .numbers_group_item02 {
    width: 75%;
    margin: 0px auto 20px;
  }
  .numbers_group_item03 {
    width: 100%;
    display: flex;
    gap: 20px;
  }
  .numbers_group dt {
    font-size: 18px;
    font-weight: 600;
  }
  .numbers_group dl {
    padding: 3em 1em;
    letter-spacing: .03em;
  }
  .numbers_group .numbers_group_item01 dl {
    flex: 1 0 30%;
    margin-bottom: 0px;
  }
  .numbers_group_item02 dl, .numbers_group_item03 dl {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .numbers a.button01 {
    padding: 1em 3.5em 1em 1em;
  }
  .num_small {
    font-size: 44px;
  }
  .data-table {
    font-size: 16px;
  }
  .data-table th {
    font-size: 16px;
  }
  .target-row > td:nth-child(n+2) {
    font-size: 16px;
  }
	.num_text_dec01 {
    margin-left: 0;
    margin-right: 8px;

    transform: translateY(-13px);
}
	.num_text_dec03{
    margin-right: 4px;	
}
}
@media screen and (min-width: 1025px) {
  .num, .num_small {
    font-size: 60px;
  }
  .num_text, .num_text_small {
    font-size: 30px;
  }
  .numbers_group dt {
    font-size: 22px;
  }
  .numbers_group_item01, .numbers_group_item02, .numbers_group_item03 {
    gap: 30px;
    align-items: center;
	  margin: 0px auto 30px;
  }
  .numbers_group_item03 dl {
    min-height: 370px;
	  margin-bottom: 0;
  }
  .data-table {
    font-size: 18px;
  }
  .data-table th {
    font-size: 18px;
  }
  .target-row > td:nth-child(n+2) {
    font-size: 24px;
  }
  .data-table th, .data-table td {
    padding: 20px 15px;
  }
}