/* PC
----------------------------------*/

.mv {
  width: 600px;
  margin: 0 auto;
}



.pi_lead {
  font-size: 1.2rem;
  font-weight: 300;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  text-align: center;
  margin-bottom: 30px;
  line-height: 24px;
  letter-spacing: 1px;
  padding: 4%;
}

.date {
  font-size: 10px;
  margin-top: 14px;
  margin-bottom: 6px;
}

.container_item {
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  width: 1000px;
  margin: 0 auto;
}

.container_title {
  font-family: montserrat, sans-serif;
  font-weight: normal;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  width: 320px;
}

.container_coordinate {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.coordinate_template {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
}


.title_topics {
  font-size: 1.6rem;
  margin-bottom: 4px;
}

.title_main {
  font-size: 2rem;
  margin-bottom: 10px;
}

.title_lead {
  font-size: 1.2rem;
  line-height: 2.1rem;
  margin-bottom: 28px;
  color: #a2a2a2;
}

.img_main {
  margin-bottom: 20px;
}

.img_sub {
  margin-bottom: 10px;
}

.title_coordinate {
  font-size: 1.6rem;
  margin-bottom: 20px;
}



.button-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding: 0.5em 3em;
  border: none;
  border-radius: 25px;
  background-color: #000000;
  color: #fff;
  font-size: 1em;
}

.button-2:hover {
  background-color: #000000;
}


.button-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    padding: 0.5em 3em;
    border: none;
    border-radius: 25px;
    background-color: #a2a2a2;
    color: #fff;
    font-size: 1em;
  }
  
  .button-1:hover {
    background-color: #a2a2a2;
  }

  .button-0 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    padding: 0.5em 3em;
    border: none;
    border-radius: 25px;
    background-color: #ca9018;
    color: #fff;
    font-size: 1em;
  }
  
  .button-0:hover {
    background-color: #ca9018;
  }

/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
  .sp_break {
    display: inline;
  }

  .pc_break {
    display: none;
  }

  .mv {
    width: 100%;
    margin: 0 auto;
  }
  

  .pi_lead {
    font-size: 1.2rem;
    font-weight: 300;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    text-align: center;
    margin-bottom: 30px;
    line-height: 24px;
    letter-spacing: 1px;
    padding: 5%;
  }

  .date {
    font-size: 10px;
    margin-top: 14px;
    margin-bottom: 6px;
  }


  /* コンテナ */
  .container {
    display: flex;
    flex-direction: column;
    width: 80%;
    margin-top: 40px;
    margin: 0 auto;
  }

  .container_item {
    margin-bottom: 70px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
  }

  .container_title {
    font-family: montserrat, sans-serif;
    font-weight: normal;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    margin: 0 auto;
    width: 100%;
  }

  .container_coordinate {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .coordinate_template {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
  }


  .title_topics {
    font-size: 1.6rem;
    margin-bottom: 4px;
  }

  .title_main {
    font-size: 2rem;
    margin-bottom: 10px;
  }

  .title_lead {
    font-size: 1.2rem;
    line-height: 2.1rem;
    margin-bottom: 28px;
    color: #a2a2a2;
  }

  .img_main {
    margin-bottom: 20px;
  }

  .img_sub {
    margin-bottom: 10px;
  }

  .title_coordinate {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }



  .button-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    padding: 0.5em 3em;
    border: none;
    border-radius: 25px;
    background-color: #000000;
    color: #fff;
    font-size: 1em;
  }

  .button-2:hover {
    background-color: #000000;
  }



  .button-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    padding: 0.5em 3em;
    border: none;
    border-radius: 25px;
    background-color: #a2a2a2;
    color: #fff;
    font-size: 1em;
  }
  
  .button-1:hover {
    background-color: #a2a2a2;
  }

  .button-0 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    padding: 0.5em 3em;
    border: none;
    border-radius: 25px;
    background-color: #ca9018;
    color: #fff;
    font-size: 1em;
  }
  
  .button-0:hover {
    background-color: #ca9018;
  }