.line-pc {
  display: block;
}
.line-sp {
  display: none;
}
.sec-page-line:first-of-type {
  padding-top: 80px;
}
.txt-line-catch {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  padding: 30px 0 80px;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  font-size: 1.8rem;
}
.wrap-line-main-inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 35px;
}
.item-line-main {
  position: relative;
  display: flex;
  flex-direction: column;
  width: calc(50% - 45px);
  gap: 20px;
}
.h3-line {
  margin: 0;
  font-size: 2rem;
  text-align: center;
}
.yellow-line-main {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
  padding: 30px 40px;
  background: #FFFDDC;
  height: 100%;
  margin-top: auto;
}
.yellow-line-main span {
  position: relative;
  display: flex;
  justify-content: center;
}
.btn-line-add {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 65px;
  padding-top: 2px;
  border-radius: 5px;
  background: #06C655;
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
}
.btn-line-add:hover {
  background: #01AA47;
}
.yellow-line-main img {
  width: 100%;
  max-width: 220px;
  margin: 0 auto;
  border: 1px solid #7D7D7D;
}
.txt-line-id {
  font-size: 2rem;
  font-weight: bold;
}
/*-------------------------------------------------
break point 1100px 
--------------------------------------------------*/
@media only screen and (max-width: 1100px) {
  
}
/*-------------------------------------------------
break point 960px Tablet
--------------------------------------------------*/
@media only screen and (max-width: 960px) {
  .sec-page-line:first-of-type {
    padding-top: 60px;
  }
  .item-line-main {
    width: calc(50% - 20px);
    gap: 10px;
  }
  .wrap-line-main-inner {
    padding-top: 20px;
  }
  .h3-line {
    font-size: 1.8rem;
  }
  .yellow-line-main {
    padding: 20px;
    gap: 10px;
  }
  .txt-line-catch {
    padding-bottom: 50px;
    font-size: 1.6rem;
  }
  .yellow-line-main img {
    max-width: 200px;
  }
  .yellow-line-main span.txt-line-id {
    font-size: 1.8rem;
  }
}
/*-------------------------------------------------
break point 700px Tablet
--------------------------------------------------*/
@media only screen and (max-width: 700px) {
  .sec-page-line:first-of-type {
    padding-top: 50px;
  }
  .line-pc {
    display: none;
  }
  .line-sp {
    display: block;
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
  }
  .txt-line-catch {
    justify-content: flex-start;
    gap: 3px;
    padding-bottom: 40px;
  }
  .wrap-line-main-inner {
    justify-content: center;
    gap: 40px;
  }
  .item-line-main {
    width: 100%;
    max-width: 500px;
  }
  .yellow-line-main {
    padding: 30px 50px;
  }
  .yellow-line-main img {
    max-width: 180px;
  }
}
/*-------------------------------------------------
break point 520px SP
--------------------------------------------------*/
@media only screen and (max-width: 520px) {
  .sec-page-line:first-of-type {
    padding-top: 20px;
  }
  .txt-line-catch {
    padding-bottom: 30px;
  }
  .wrap-line-main-inner {
    padding-top: 0;
    gap: 30px;
  }
  .item-line-main {
    gap: 5px;
  }
  .h3-line {
    font-size: 1.6rem;
  }
  .yellow-line-main {
    padding: 20px 30px;
  }
  .yellow-line-main span {
    font-size: 1.4rem;
  }
  .btn-line-add {
    height: 53px;
  }
  .yellow-line-main span.txt-line-id {
    font-size: 1.6rem;
  }
}