@media screen and (min-width: 1025px) {
  /* 共通　ここから */
  .sp_on{
    display: none;
  }

  body{
    font-family: "Noto Sans JP", 'Arial', sans-serif;
    color: #000000;
  }

  a{
    color: #000000;
  }

  h1{
    font-size: 5.2rem;
  }

  h2{
    font-size: 3.4rem;
    position: relative;
    display: inline-block;
  }

  h2::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 3px; 
    width: 100%; 
    height: 10px; 
    background-color: rgba(0, 123, 186, 0.702); 
  }

  h3{
    font-size: 2rem;
  }

  .goca{
    font-family: 'Arial', sans-serif;
  }

  .goca-red{
    font-family: 'Arial', sans-serif;
    color: #FF5454;
  }

  .noto-sans-jp{
    font-family: "Noto Sans JP", 'Arial', sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
  }
  /* 共通　ここまで */

  /* ヘッダー　ここから */

  header p{
    font-size: 2rem;
    font-weight: 500;
    margin: 0;
  }

  #glov-navi{
    width: 90vw;
    margin: 0 auto;
    margin-top: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  #glov-navi a{
    text-decoration: none;
  }

  #glov-navi ul{ 
    display: flex;
    list-style: none;
    font-weight: 500; 
    gap: 4rem;
    padding: 0;
    margin: 0;
  }
  /* ヘッダー　ここまで */

  /* ファーストビュー　ここから */
  .first-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    position: relative;
    margin-top: 4rem;
    min-height: 71vh;
    height: auto;
  }

  #teaser-comment span{
    font-size: 1.6rem;
    letter-spacing: 0.6rem;
  }

  #toparea{
    display: flex;
    align-items: center;
  }

  #top-img{
    display: grid;
    grid-template-columns: 700px 1fr; 
    margin-right: 6rem;
    max-width: 49vw;
  }

  .app-download{
    margin-top: 3rem;
    display: flex;
    position: relative;
    left: -20rem;
    gap: 2rem;
  }
  /* ファーストビュー　ここまで */

  /* gocaポイントとは？　ここから */
  .second-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    position: relative;
    margin-top: 10rem;
    background: #F7F8F9;
  }

  #second-section-label1 h2{
    margin: 3rem;
    text-align: center;
  }

  #second-section-label1 p{
    text-align: center;
    line-height: 1.8;
  }

  #second-section-label1 .annotation{
    font-size: 0.5rem;
  }

  #item-content{
    display: flex;
    align-items: center;
    margin: 4rem;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }

  .point-annotation{
    padding-top: 1rem;
    padding-left: 2rem;
    font-size: 0.7rem;
    text-align: left;
  }
  
  .point-graph{
    text-align: center;
    display: flex;
    flex-direction: column;
    width: 55%;
  }

  .point-graph img{
    width: 100%;
  }

  .point-plant{
    width: 25%;
  }

  .point-plant img{
    width: 100%;
  }

  #second-section-label2 h3{
    margin-top: 5rem;
  }

  .point-howto-description span{
    font-size: 0.6rem;
  }

  .point-howto{
    display: flex;
    margin: 3rem; 
    align-items: center;
    justify-content: center;
    gap: 1.6rem;
    width: 100%;
    max-width: 1300px;
    flex-wrap: wrap;
  }

  .point-howto-arrows{
    text-align: center;
  }

  .point-howto-description{
    text-align: center;
    margin: 1.4rem; 
  }

  .arrow{
    width: 50%;
  }
  /* gocaポイントとは？　ここまで */

  /* gocaアプリ誕生！　ここから */
  .third-section{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    position: relative;
  }

  #third-section-label1 h2{
    margin: 3rem;
    text-align: center;
  }

  #third-section-label1 p{
    text-align: center;
    line-height: 1.8;
  }

  .app-release{
    text-align: center;
    margin: 3rem;
  }

  #third-section-label2 h3{
    margin-top: 5rem;
    margin-bottom: 1rem;
    text-align: center;
  }

  #item-content3{
    display: flex;
    justify-content: center;
    gap: 2rem;
  }

  .second{
    left: 0rem;
    gap: 0rem;
    margin-top: 1rem;
  }

  .app-howto-description span{
    font-size: 0.7rem;
  }

  .app-howto{
    display: flex;
    margin: 3rem; 
    align-items: center;
    justify-content: center;
    gap: 1.6rem;
    text-align: center;
  }

  .app-howto-steps img {
    max-width: 100vh;
    height: auto;
    width: 100%;
  }

  .app-howto-arrows{
    text-align: center;
  }

  .app-howto-description{
    display: flex;
    flex-direction: column;
    height: auto;
    min-height: 70px;
    text-align: left;
    color: #AF9063;
    font-weight: 600;
    width: 100%;
    max-width: 300px;
  }

  .app-function{
    position: relative;
    background: #f8f8f8;
    padding: 20px 10px;
    border-radius: 10px;
    margin: 30px 0;
    width: 370px;
  }

  .app-function:last-child{
    padding-top: 35px;
  }

  #third-section-label2 h4{
    background-color: #AF9063;
    padding: 0.5rem 2rem;
    border-radius: 5px;
    color: #ffffff;
    margin-top: 2rem;
    font-size: 1.5rem;
  }

  .number {
    position: absolute;
    top: -38px; /* 背景から半分上に出す */
    left: 50%;
    transform: translateX(-50%); /* 中央揃え */
    font-size: 24px;
    font-weight: bold;
    padding: 10px 15px;
  }

  .app-function p{
    text-align: center;
  }

  #item-content3:nth-of-type(even){
    font-weight: 600;
  }

  .app-function .number{
    font-size: 2rem;
    font-weight: 600;
    color: #007BBA;
  }

  #item-content4{
    margin-top: 1rem;
    margin-bottom: 4rem;
  }

  .app-caution{
    width: 1180px;
    padding: 1.6rem;
    border-radius: 14px;
    background: #F7F8F9;
    margin: 0 auto;
  }

  .app-caution p{
    text-align: center;
    font-size: 1.6rem;
    font-weight: 600;
    color: #FF5454;
  }

  .app-caution a{
    text-decoration: underline;
  }

  .app-caution .caution{
    font-size: 1.2rem;
    font-weight: 600;
    color: #000000;
  }
  /* gocaアプリ誕生！　ここまで */

  /* gocaクレジットカード誕生！　ここから */
  .fourth-section{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    position: relative;
    background: #F7F8F9;
  }

  #fourth-section-label1 h2{
    text-align: center;
    margin: 3rem;
  }

  #fourth-section-label1 p{
    text-align: center;
    line-height: 1.8;
  }

  #item-content5{
    display: flex;
    justify-content: center;
    align-items: baseline;
    /* gap: 1rem; */
    margin: 3rem;
    flex-wrap: wrap;
    width: 1200px;
  }

  #item-content5 .annotation{
      margin-top: 2rem;
      font-size: 0.7rem;
      width: 51rem;
      line-height: 2;
      text-align: center;
  }

  .credit-release{
    text-align: center;
  }

  .credit-release img{
    width: 80%;
  }

  .membership-special{
    text-align: center;
  }

  .membership-special p{
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 2;
  }

  .membership-special span{
    font-size: 1.2rem;
    font-weight: 600;
  }

  .credit-application{
    text-align: center;
    background: #F8EEC0;
    border-radius: 30px;
    width: 22rem;
    padding: 1rem;
    margin: 0 auto;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
	  color: #fff;
	  display: inline-block;
	  cursor: pointer;
	  transition: all 0.3s ease 0s;
  }

  .credit-application a{
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 600;
  }

  .credit-application:hover {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);
	  transform: translateY(-0.1875em);
  }

  #item-content6{
    padding-bottom: 4rem;
  }
  /* gocaクレジットカード誕生！　ここまで */

  /* gocaポイントに関するお問い合わせ　ここから */
  #item-content7{
    margin: 3rem;
  }

  #item-content7 .point-inquiry{
    text-align: center;
  }

  .point-inquiry p{
    line-height: 2;
  }

  .point-inquiry .annotation{
    font-size: 0.7rem;
    width: 40rem;
    text-align: left;
    margin: 0 auto;
    padding: 3rem;
  }
  
  .inquiry-info a{
      text-decoration: none;
  }
  /* gocaポイントに関するお問い合わせ　ここまで */
}

@media screen and (max-width: 1024px) {
  /* 共通　ここから */
  .pc_on{
    display: none;
  }
  
  body{
    font-family: "Noto Sans JP", 'Arial', sans-serif;
    color: #000000;
  }
  
  a{
    text-decoration: none;
    color: #000000;
  }

  p{
    font-size: 1.2rem;
  }
  
  h1{
    font-size: 4rem;
  }
  
  h2{
    font-size: 2.8rem;
    position: relative;
    display: inline-block;
  }

  h2::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px; 
    width: 100%; 
    height: 8px; 
    background-color: rgb(0, 123, 186, 0.7); 
  }
  
  h3{
    font-size: 2rem;
  }

  .goca{
    font-family: 'Arial', sans-serif;
  }

  .goca-red{
    font-family: 'Arial', sans-serif;
    color: #FF5454;
  }

  .noto-sans-jp{
    font-family: "Noto Sans JP", 'Arial', sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
  }
  /* 共通　ここまで */

  /* ヘッダー　ここから */

  header p{
    font-size: 1.6rem;
    font-weight: 500;
    margin: 0;
  }

  #glov-navi{
    width: 90vw;
    margin: 0 auto;
    margin-top: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  #glov-navi ul{ 
    display: flex;
    list-style: none;
    font-weight: 500; 
    font-size: 0.8rem;
    gap: 1rem;
    padding: 0;
    margin: 0;
  }
  /* ヘッダー　ここまで */

  /* ファーストビュー　ここから */
  #top-img{
    text-align: center;
    margin-top: 1.4rem;
  }

  #top-img img{
    width: 50%;
  }

  /* .first-section{
    height: 80vh;
  } */

  #first-section-label1 h1{
    text-align: left;
    width: 28rem;
    letter-spacing: 0.2rem;
    margin: 1rem auto;
  }

  #teaser-comment span{
    font-size: 1.3rem;
  }

  .app-download{
    width: 100%;
    margin-top: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .app-download .apple{
    width: 84%;
  }

  .app-download .google{
    width: 80%;
  }

  .app-download a{
    text-align: center;
  }
  /* ファーストビュー　ここまで */

  /* gocaポイントとは？　ここから */
  .second-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    position: relative;
    margin-top: 2rem;
    background: #F7F8F9;
  }

  #second-section-label1{
    text-align: center;
  }

  #second-section-label1 h2{
    margin: 2rem;
  }

  #second-section-label1 p{
    text-align: left;
    line-height: 1.8;
    padding: 2rem ;
  }

  #second-section-label1 .annotation{
    font-size: 0.5rem;
  }

  #item-content{
    text-align: center;
    margin: 1rem;
  }

  .point-graph img{
    width: 70%;
  }

  .point-plant{
    display: none;
  }

  .point-plant img{
    width: 70%;
    text-align: right;
  }

  #second-section-label2 h3{
    margin-top: 2rem;
  }

  .point-howto-description span{
    font-size: 0.6rem;
  }

  .point-howto{
    margin: 1rem; 
    align-items: center;
    gap: 1.6rem;
  }

  .point-howto-arrows{
    text-align: center;
  }

  .point-howto-description{
    text-align: center;
    margin: 1rem; 
  }

  .point-howto-imgs{
    text-align: center;
  }

  .point-howto-imgs img{
    width: 80%;
    padding: 1rem;
  }

  .arrow{
    display: none;
  }
  /* gocaポイントとは？　ここまで */

  /* gocaアプリ誕生！　ここから */
  .third-section{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    position: relative;
    margin-top: 2rem;
  }

  #third-section-label1 h2{
    margin: 2rem;
    text-align: center;
  }

  #third-section-label1 p{
    text-align: center;
    line-height: 1.8;
  }

  .app-release{
    text-align: center;
    margin: 2rem 3rem 1rem 3rem;
  }

  .app-release img{
    width: 80%;
  }

  #third-section-label2 h3{
    margin-top: 5rem;
    margin-bottom: 1rem;
    text-align: center;
  }

  .app-function{
    position: relative;
    background: #f8f8f8;
    padding: 16px;
    border-radius: 10px;
    margin: 30px 0;
    width: 440px;
  }

  .app-function:last-child{
    padding-top: 30px;
  }

  .app-howto{
    margin: 1rem; 
    text-align: center;
  }

  .app-howto-imgs img{
    width: 70%;
  }

  .app-howto-description{
    color: #AF9063;
    font-weight: 600;
    padding-top: 2rem;
    padding-bottom: 1rem;
  }

  #third-section-label2 h4{
    background-color: #AF9063;
    padding: 0.5rem 2rem;
    border-radius: 5px;
    color: #ffffff;
    margin-top: 2rem;
    font-size: 1.4rem;
  }

  .number {
    position: absolute;
    top: -38px; /* 背景から半分上に出す */
    left: 50%;
    transform: translateX(-50%); /* 中央揃え */
    font-size: 24px;
    font-weight: bold;
    padding: 10px 15px;
  }

  .app-function p{
    text-align: center;
  }

  #item-content3:nth-of-type(even){
    font-weight: 600;
  }

  .app-function .number{
    font-size: 2rem;
    font-weight: 600;
    color: #007BBA;
  }

  #item-content4{
    margin: 1rem;
    background: #f8f8f8;
    width: 440px;
    border-radius: 10px;
    padding: 0.5rem;
  }

  .app-caution p{
    text-align: center;
    font-weight: 600;
    color: #FF5454;
  }

  .app-caution a{
    text-decoration: underline;
  }

  .app-caution .caution{
    font-size: 0.9rem;
    font-weight: 600;
    color: #000000;
  }
  /* gocaアプリ誕生！　ここまで */

  /* gocaクレジットカード誕生！　ここから */
  .fourth-section{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    position: relative;
    margin-top: 2rem;
    background-color: #F9F9F7;
  }

  #fourth-section-label1 h2{
    text-align: center;
    margin-top: 3rem;
    margin-bottom: 2rem;
  }

  #fourth-section-label1 p{
    text-align: center;
    line-height: 1.8;
  }

  #item-content5 .annotation{
    font-size: 0.9rem;
    margin: 1rem auto;
  }

  .credit-release{
    margin: 2rem;
    text-align: center;
  }

  .credit-release img{
    width: 75%;
  }

  .membership-special{
    text-align: center;
    line-height: 2;
  }

  .membership-special p{
    font-size: 1.3rem;
    font-weight: 600;
  }

  .membership-special span{
    font-size: 1.1rem;
    font-weight: 600;
  }

  #item-content6{
    padding-top: 2rem;
    padding-bottom: 4rem;
  }

  .credit-application{
    text-align: center;
  }

  .credit-application a{
    font-size: 1.2rem;
    font-weight: 600;
  }

  .credit-application{
    text-align: center;
    background: #F8EEC0;
    border-radius: 50px;
    width: 30rem;
    padding: 1.5rem;
    margin: 0 auto;
  }
  /* gocaクレジットカード誕生！　ここまで */

  /* gocaポイントに関するお問い合わせ　ここから */
  .fifth-section{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    position: relative;
    margin-top: 2rem;
  }

  #item-content7{
    margin: 0 3rem;
  }

  .point-inquiry p{
    margin: 0 auto;
    line-height: 2;
    text-align: center;
  }

  .point-inquiry .annotation{
    font-size: 0.9rem;
    text-align: left;
    margin: 2rem auto;
  }

  .point-inquiry a{
    text-decoration: underline;
  }

  .inquiry-info a{
    text-decoration: none;
}
  /* gocaポイントに関するお問い合わせ　ここまで */
}

/* SmartPhone */
@media screen and (max-width: 768px) {
  /* 共通　ここから */
  .pc_on{
    display: none;
  }
  
  body{
    font-family: "Noto Sans JP", 'Arial', sans-serif;
    color: #000000;
  }
  
  a{
    text-decoration: none;
    color: #000000;
  }

  p{
    font-size: 0.9rem;
  }
  
  h1{
    font-size: 2.6rem;
  }
  
  h2{
    font-size: 1.6rem;
    position: relative;
    display: inline-block;
  }

  h2::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px; 
    width: 100%; 
    height: 8px; 
    background-color: rgb(0, 123, 186, 0.7); 
  }
  
  h3{
    font-size: 1.3rem;
  }

  .goca{
    font-family: 'Arial', sans-serif;
  }

  .goca-red{
    font-family: 'Arial', sans-serif;
    color: #FF5454;
  }

  .noto-sans-jp{
    font-family: "Noto Sans JP", 'Arial', sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
  }
  /* 共通　ここまで */

  /* ヘッダー　ここから */

  header p{
    font-size: 1.6rem;
    font-weight: 500;
    margin: 0;
  }

  #glov-navi{
    width: 90vw;
    margin: 0 auto;
    margin-top: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  #glov-navi ul{ 
    display: flex;
    list-style: none;
    font-weight: 500; 
    font-size: 0.8rem;
    gap: 1rem;
    padding: 0;
    margin: 0;
  }
  /* ヘッダー　ここまで */

  /* ファーストビュー　ここから */
  #top-img{
    text-align: center;
    margin-top: 1.4rem;
  }

  #top-img img{
    width: 90%;
  }

  .first-section{
    height: 100%;
  }

  #first-section-label1 h1{
    text-align: left;
    width: 300px;
    margin: 0 auto;
  }

  #teaser-comment span{
    font-size: 1.3rem;
  }

  .app-download{
    width: 100%;
    margin-top: 1.5rem;
    display: flex;
    align-items: center;
  }

  .app-download .apple{
    width: 84%;
  }

  .app-download .google{
    width: 80%;
  }

  .app-download a{
    text-align: center;
  }
  /* ファーストビュー　ここまで */

  /* gocaポイントとは？　ここから */
  .second-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    position: relative;
    margin-top: 2rem;
    background: #F7F8F9;
  }

  #second-section-label1{
    text-align: center;
  }

  #second-section-label1 h2{
    margin: 2rem;
  }

  #second-section-label1 p{
    text-align: left;
    line-height: 1.8;
    padding: 1rem ;
  }

  #second-section-label1 .annotation{
    font-size: 0.5rem;
  }

  #item-content{
    display: flex;
    align-items: center;
    margin: 1rem;
    flex-wrap: wrap;
  }

  .point-graph img{
    width: 100%;
  }

  .point-plant{
    display: none;
  }

  .point-plant img{
    width: 70%;
    text-align: right;
  }

  .point-annotation{
    font-size: 0.6rem;
    text-align: left;
    padding-left: 1rem;
  }

  #item-content .point-annotation a{
    text-decoration: underline;
  }

  #second-section-label2 h3{
    margin-top: 2rem;
  }

  .point-howto-description span{
    font-size: 0.6rem;
  }

  .point-howto{
    margin: 1rem; 
    align-items: center;
    gap: 1.6rem;
  }

  .point-howto-arrows{
    text-align: center;
  }

  .point-howto-description{
    text-align: center;
    margin: 1rem; 
  }

  .point-howto-imgs{
    text-align: center;
  }

  .point-howto-imgs img{
    width: 80%;
    padding: 1rem;
  }

  .arrow{
    display: none;
  }
  /* gocaポイントとは？　ここまで */

  /* gocaアプリ誕生！　ここから */
  .third-section{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    position: relative;
    margin-top: 2rem;
  }

  #third-section-label1 h2{
    margin: 2rem;
    text-align: center;
  }

  #third-section-label1 p{
    text-align: center;
    line-height: 1.8;
  }

  .app-release{
    text-align: center;
    margin: 2rem 3rem 1rem 3rem;
  }

  .app-release img{
    width: 80%;
  }

  #third-section-label2 h3{
    margin-top: 5rem;
    margin-bottom: 1rem;
    text-align: center;
  }

  .app-function{
    position: relative;
    background: #f8f8f8;
    padding: 20px;
    border-radius: 10px;
    margin: 30px 0;
    width: 360px;
  }

  .app-function:last-child{
    padding-top: 30px;
  }

  .app-howto{
    margin: 1rem; 
    text-align: center;
  }

  .app-howto-imgs img{
    width: 70%;
  }

  .app-howto-description{
    color: #AF9063;
    font-weight: 600;
    padding-top: 2rem;
    padding-bottom: 1rem;
  }

  #third-section-label2 h4{
    background-color: #AF9063;
    padding: 0.5rem 2rem;
    border-radius: 5px;
    color: #ffffff;
    margin-top: 2rem;
    font-size: 1rem;
  }

  .number {
    position: absolute;
    top: -38px; /* 背景から半分上に出す */
    left: 50%;
    transform: translateX(-50%); /* 中央揃え */
    font-size: 24px;
    font-weight: bold;
    padding: 10px 15px;
  }

  .app-function p{
    text-align: center;
  }

  #item-content3:nth-of-type(even){
    font-weight: 600;
  }

  .app-function .number{
    font-size: 2rem;
    font-weight: 600;
    color: #007BBA;
  }

  #item-content4{
    margin: 1rem;
    background: #f8f8f8;
    width: 360px;
    border-radius: 10px;
    padding: 0.5rem;
  }

  .app-caution p{
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
    color: #FF5454;
  }

  .app-caution a{
    text-decoration: underline;
  }

  .app-caution .caution{
    font-size: 0.9rem;
    font-weight: 600;
    color: #000000;
  }
  /* gocaアプリ誕生！　ここまで */

  /* gocaクレジットカード誕生！　ここから */
  .fourth-section{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    position: relative;
    margin-top: 2rem;
    background-color: #F9F9F7;
  }

  #fourth-section-label1 h2{
    text-align: center;
    margin-top: 3rem;
    margin-bottom: 2rem;
  }

  #fourth-section-label1 p{
    text-align: center;
    line-height: 1.8;
  }

  #item-content5 .annotation{
    font-size: 0.6rem;
    width: 330px;
    margin: 1rem auto;
    text-align: center;
  }

  .credit-release{
    margin: 2rem;
    text-align: center;
  }

  .credit-release img{
    width: 90%;
  }

  .membership-special{
    text-align: center;
    line-height: 2;
  }

  .membership-special p{
    font-size: 1.3rem;
    font-weight: 600;
  }

  .membership-special span{
    font-size: 1.1rem;
    font-weight: 600;
  }

  #item-content6{
    padding-top: 2rem;
    padding-bottom: 4rem;
  }

  .credit-application{
    text-align: center;
  }

  .credit-application a{
    font-size: 0.9rem;
    font-weight: 600;
  }

  .credit-application{
    text-align: center;
    background: #F8EEC0;
    border-radius: 30px;
    width: 22rem;
    padding: 1rem;
    margin: 0 auto;
  }
  /* gocaクレジットカード誕生！　ここまで */

  /* gocaポイントに関するお問い合わせ　ここから */
  .fifth-section{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    position: relative;
    margin-top: 2rem;
  }

  #item-content7{
    margin: 0 3rem;
  }

  .inquiry-info{
    width: 260px;
  }

  .point-inquiry p{
    margin: 0 auto;
    line-height: 2;
  }

  .point-inquiry .annotation{
    font-size: 0.6rem;
    text-align: left;
    margin: 2rem auto;
    width: 330px;
  }

  .point-inquiry a{
    text-decoration: underline;
  }

  .inquiry-info a{
    text-decoration: none;
}
  /* gocaポイントに関するお問い合わせ　ここまで */
}