

  .yohaku2 {
    padding: 0 0 9rem 0;
  }

  .h4-text {
    font-size: 2.1rem;
  } 

  .image-container {
    position: relative;
    width: 100%;
  }

  .image-container img {
    width: 100%;
    height: auto;
    display: block;
  }

  .text-overlay,
  .text-overlay3 {
    bottom: 15px;
    left: 15px;
    max-width: 90%;
    position: absolute;
    bottom: 60px;
    left: 60px;
    color: #000;
    padding: 10px;
    max-width: 70%;
  }

  .text-overlay h2 {
    margin-bottom: 20px;
  }

  .text-overlay2 {
    position: absolute;
    top: 100px;
    right: 60px;
    color: #000;
    padding: 10px;
    max-width: 70%;
  }

  .text-overlay2 h2 {
    margin-bottom: 20px;
  }

  .image-pc {
    display: block;
  }

  .image-sp {
    display: none;
  }


  .point-header {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    font-family: sans-serif;
  }
  
  .point-header .point-number {
      text-align: center;
      margin-right: 10px;
  }

  .point-header .point-number .point-text {
      font-size: 1.3rem;
  }

  .point-header .point-number .point-id {
      font-size: 2.5rem;
      font-weight: bold;
      line-height: 1;
  }

  .point-text,
  .point-id {
    color: #dc0000;
  }

  .point-header .divider {
      width: 1px;
      height: 50px;
      background-color: #fff;
      margin: 0 20px 0 10px;
  }

  .point-header .point-title {
      font-size: 3.5rem;
      font-weight: 900;
  }


  @media screen and (max-width: 1024px) {
    .text-overlay,
    .text-overlay3 {
      bottom: 10px;
      left: 15px;
      max-width: 90%;
    }

    .text-overlay p {
      display: none;
    }

    /* .text-overlay2 {
      bottom: 15px;
      right: 15px;
      max-width: 100%;
    } */

    .text-overlay2 {
      bottom: 15px;
      right: 15px;
      max-width: 40%;
    }

  }


  @media screen and (max-width: 767px) {
    .yohaku2 {
    padding: 0rem 0 3rem 0;
    }

    .h4-text {
    font-size: 1.8rem;
    } 

    .text-overlay,
    .text-overlay3 {
      bottom: 30px;
      left: 10px;
      max-width: 100%;
    }

    .text-overlay3 p {
      margin-top: -10px;
    }

    .image-pc {
      display: none;
    }

    .image-sp {
      display: block;
    }

    .point-header .point-number .point-text {
      font-size: 1.3rem;
    }

    .point-header .point-number .point-id {
        font-size: 2.5rem;
        font-weight: bold;
        line-height: 1;
    }

    .point-header .divider {
        width: 1px;
        height: 50px;
        margin: 0 20px 0 10px;
    }

    .point-header .point-title {
        font-size: 2.8rem;
    }

  }