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

.container_item {
    margin: 0 auto;
    width: 500px;
  }
  
  .mv {
    margin: 0 auto;
    width: 500px;
    margin-bottom: 100px;
    text-align: center;
  }
  
  
  h1 {
    font-size: 18px;
    font-weight: 300;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    text-align: left;
    line-height: 24px;
    letter-spacing: 1px;
    margin: 0 auto;
    margin-top: 30px;
  }
  
  h4 {
    font-size: 13px;
    font-weight: 300;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    text-align: left;
    line-height: 24px;
    letter-spacing: 1px;
    margin: 0 auto;
    margin-top: 14px;
  }
  
  .item_main {
    font-size: 15px;
    margin-bottom: 4%;
    text-decoration: underline;
    margin-top: 8%;
  }
  
  .item_lead {
    font-size: 1.2rem;
    line-height: 2.1rem;
    margin-bottom: 28px;
  }
  
  /* コンテナ */
  .container {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    margin: 0 auto;
    width: 80%;
  }
  
  .pi_border {
    width: 100%;
    border-top: 1px solid #000;
    margin: auto;
    margin-top: 80px;
    margin-bottom: 80px;
  }
  
  .container_title {
    font-family: montserrat, sans-serif;
    font-weight: normal;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
  }
  
  .container_coordinate {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  
  .coordinate_buy {
    display: flex;
    flex-direction: row;
    margin-bottom: 2px;
    font-size: 11px;
    letter-spacing: 0px;
    line-height: 20px;
    padding: 0 0 6px 0px;
  }
  
  .coordinate_template {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-bottom: 10px;
    margin-top: 14%;
  }
  
  .coordinate_title_eng {
    font-family: montserrat, sans-serif;
    font-weight: bold;
    font-size: 12px;
    text-align: left;
    letter-spacing: 1px;
    margin-bottom: 7%;
  }
  
  .coordinate_title {
    font-size: 17px;
    font-weight: 300;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    text-align: left;
    line-height: 24px;
    letter-spacing: 1px;
  }
  
  .img_container {
    display: flex;
    justify-content: space-between;
  }
  
  
  .title_item {
    font-size: 1rem;
  }
  
  .title_number {
    font-size: 36px;
  }
  
  .onoff_img {
    margin-top: 10%;
    margin-bottom: 5%;
  }
  
  .onoff_title {
    font-size: 36px;
    margin-bottom: -8px;
    margin-top: -12%;
  }
  
  .img_sub_2 {
    margin-bottom: 10px;
    margin-top: -2px;
    display: flex;
    gap: 2px;
  }
  
  .title_coordinate {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  
  
  
  .button-2 {
    align-items: center;
    width: 31px;
    line-height: 17px;
    margin: 0 auto;
    background-color: #000000;
    color: #fff;
    font-size: 10px;
    margin-left: 5px;
  }
  
  .button-2:hover {
    background-color: #000000;
  }
  
  