.target_ul {
  text-align: center; }
  .target_ul > li {
    display: inline-block;
    border-radius: 100px;
    border: 2px solid #bd263a;
    color: #bd263a;
    text-align: center;
    background-color: #fafafa; }
  @media (min-width: 768px) {
    .target_ul {
      margin: 40px 0 40px; }
      .target_ul > li {
        width: 160px;
        height: 160px;
        font-size: 22px;
        line-height: 160px;
        margin: 0 20px; } }
  @media (max-width: 767.98px) {
    .target_ul {
      padding: 0; }
      .target_ul > li {
        width: 100px;
        height: 100px;
        font-size: 15px;
        line-height: 100px;
        margin: 0 3px; } }

.target_contents {
  text-align: center; }
  .target_contents .title {
    background-color: #bd263a;
    color: #fff;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px; }
  @media (min-width: 768px) {
    .target_contents {
      margin-bottom: 80px; }
      .target_contents .title {
        font-size: 20px;
        padding: 10px;
        width: 90%;
        margin: 30px auto 20px; } }
  @media (max-width: 767.98px) {
    .target_contents .title {
      font-size: 15px;
      padding: 10px;
      margin: 20px 0 10px; } }

.list_ul {
  list-style: none; }
  .list_ul a {
    border: 2px solid #bd263a;
    color: #bd263a;
    border-radius: 20px;
    padding: 15px 20px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    .list_ul a:hover {
      background-color: #bd263a;
      color: white;
      opacity: 1.0; }
    .list_ul a p {
      line-height: 1.4; }
    .list_ul a span {
      font-weight: bold; }
  @media (min-width: 768px) {
    .list_ul {
      display: flex;
      flex-wrap: wrap;
      gap: 0 30px;
      margin: 10px 0 0 0;
      padding: 0; }
      .list_ul a {
        width: calc(33.3% - 20px);
        margin: 7px 0;
        min-height: 160px; }
        .list_ul a h3 {
          font-size: 22px; }
        .list_ul a p {
          margin: 5px 0; } }
  @media (max-width: 767.98px) {
    .list_ul a {
      margin: 20px 5px; }
      .list_ul a h3 {
        font-size: 18px; } }
