@charset "UTF-8";

/* --------------------------------
  catalog
 -------------------------------- */
#catalog {
  margin-top: 200px;
  margin-bottom: 100px;
}
#catalog .series {
  font-size: 4.375rem;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px;
}
#catalog .series:first-of-type {
  margin-top: 0;
}
#catalog .series span {
  font-size: 2.5rem;
}
#catalog .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#catalog .list .item {
  width: 22%;
  margin-bottom: 30px;
  border: 1px solid #CCEDF6;
  border-radius: 10px;
  margin-right: 30px;
  padding: 20px 10px 0 10px;
}
#catalog .list .item:nth-child(4n) {
  margin-right: 0;
}
#catalog .list .item .item-img {
  text-align: center;
}
#catalog .list .item .item-img img {
  height: 126px;
  object-fit: contain;
  object-position: center;
}
#catalog .list .item .item-title {
  font-size: 1.125rem;
  margin-top: 15px;
}
#catalog .list .item .item-desc {
  font-size: 0.875rem;
}
#catalog .list .item .btn {
  margin: 30px 0;
  text-align: center;
  line-height: 40px;
}
#catalog .list .item .btn-2 {
  margin: 10px 0;
  text-align: center;
  line-height: 40px;
}
#catalog .list .item .btn .d-btn,
#catalog .list .item .btn-2 .d-btn {
  font-size: 1rem;
  border: 1px solid #00a3d2;
  border-radius: 40px;
  padding: 8px 18px;
  transition: 0.5s;
  background-color: #fff;
  color: #00a3d2;
}
#catalog .list .item .btn .d-btn:hover,
#catalog .list .item .btn-2 .d-btn:hover {
  color: #fff;
  background-color: #00a3d2;
}
#catalog .list .item .e-btn {
  margin: 20px auto 0;
  width: 95%;
  padding: 7px 0;
  background-color: #707070;
  color: #fff;
  border-radius: 10px;
  text-align: center;
}


/* --------------------------------
app
-------------------------------- */
#app {
  margin-top: 200px;
  margin-bottom: 100px;
}
#app .caution {
  padding: 30px 40px;
  border: 1px solid #00a3d2;
  border-radius: 20px;
  margin: 0 50px 30px;
}
#app .caution .title {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}
#app .caution .img-l {
  width: 30px;
  display: inline-block;
}
#app .caution .title .sp-br {
  display: none;
}
#app .caution .title span {
  margin-left: 5px;
}
#app .caution .text {
  line-height: 27px;
}
#app .caution .text span {
  text-decoration: underline;
  text-decoration-color: #707070;
}
#app .app-series {
  margin: 0 0 160px 0;
}
#app .app-series.anchor {
  display: block;
    padding-top: 180px;
    margin-top: -180px;
}
#app .app-series:first-of-type {
  padding-top: 80px;
}
#app .app-series .app-title {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
#app .app-series .app-title .img {
  width: 120px;
  margin-right: 20px;
}
#app .app-series .app-title .series {
  font-size: 1.875rem;
}
#app .app-series .app-title .app-name {
  font-size: 2.5rem;
}
#app .app-series .mobile {
  display: flex;
  justify-content: space-around;
}
#app .app-series .mobile .iphone,
#app .app-series .mobile .android {
  text-align: center;
  width: 45%;
}
#app .app-series .mobile .iphone .iphone-qr,
#app .app-series .mobile .android .android-qr {
  width: 30%;
  margin-top: 10px;
}
#app .app-series .mobile .iphone .download,
#app .app-series .mobile .android .download {
  width: 65%;
  margin: 0 auto;
  margin-top: 10px;
}
#app .app-series .android .link {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#app .app-series .mobile .link .btn {
  display: inline-block;
  color: #fff;
  margin-bottom: 8px;
  background-color: #00a3d2;
  padding: 10px 18px;
  border-radius: 30px;
  border: 1px solid #00a3d2;
}
#app .app-series .mobile .link .btn:hover {
  color: #00a3d2;
  background-color: #fff;
}
#app .app-series .mobile .link .btn.dl-b {
  background-color: #707070;
  font-size: 0.8rem;
  padding: 7px 18px;
  border: 1px solid #707070;
}
#app .app-series .mobile .link .btn.dl-b:hover {
  color: #707070;
  background-color: #fff;
}
#app .app-series .mobile .link .btn:last-child {
  margin-bottom: 0;
}
#download {
  text-align: center;
  border: 1px solid #00a3d2;
  border-radius: 20px;
  padding: 50px 20px;
}
#download .title {
  font-size: 2.0625rem;
  color: #DC3545;
  font-weight: bold;
  margin-bottom: 10px;
}
#download .text {
  font-size: 1rem;
}
#download .flex {
  display: flex;
  margin-top: 40px;
  justify-content: space-between;
  align-items: center;
}
#download .flex .img {
  width: 28%;
}
#download .flex .img img {
  border-radius: 15px;
}
#download .flex .fa-solid {
  color: #00a3d2;
  border-radius: 5px;
  font-size: 2rem;
}

/* --------------------------------
sp
-------------------------------- */

@media screen and (max-width: 699px) {

  /* --------------------------------
  catalog
  -------------------------------- */
  #catalog {
    margin-top: 100px;
    margin-bottom: 40px;
  }
  #catalog .series {
    margin-top: 45px;
    margin-bottom: 30px;
  }
  #catalog .list {
    justify-content: space-around;
  }
  #catalog .list .item {
    width: 48%;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  #catalog .list .item:nth-child(2n) {
    margin-right: 0;
  }
  #catalog .list .item .item-title {
    font-size: 1rem;
  }
  #catalog .list .item .btn {
    margin: 10px 0;
  }
  #catalog .list .item .btn-2 {
    margin: 5px 0;
  } 
  #catalog .list .item .btn .d-btn,
  #catalog .list .item .btn-2 .d-btn {
    font-size: 0.875rem;
    padding: 6px 8px;
  }
  #catalog .list .item .e-btn {
    padding: 6px;
    font-size: 0.875rem;
  }

  /* --------------------------------
  app
  -------------------------------- */

  #app {
    margin-top: 100px;
    margin-bottom: 40px;
  }
  #app .caution {
    border-radius: 10px;
    margin: 0 0 30px 0;
    padding: 20px;
  }
  #app .caution .title .sp-br {
  display: block;
  }
  #app .caution .title span {
    margin-left: 0;
  }
  #app .app-series .app-title .img {
    width: 100px;
    margin-right: 20px;
  }
  #app .app-series .app-title .series {
    font-size: 1.75rem;
  }
  #app .app-series .app-title .app-name {
    font-size: 1.875rem;
  }
  #app .app-series .mobile .iphone .iphone-qr,
  #app .app-series .mobile .android .android-qr {
    display: none;
  }
  #app .app-series .mobile .iphone .download,
  #app .app-series .mobile .android .download {
    width: 100%;
    margin: 0 auto;
    margin-top: 10px;
  }
  #app .app-series .mobile .link .btn {
    font-size: 0.75rem;
    border-radius: 30px;
    padding: 7px 13px;
  }
  #app .app-series .mobile .link .btn.dl-b {
    font-size: 0.7rem;
  }
  #download {
    padding: 10px;
  }
  #download .title {
    font-size: 1.5rem;
  }
  #download .text {
    font-size: 0.9rem;
  }
  #download .flex {
    flex-direction: column;
  }
  #download .flex .img {
    width: 90%;
    margin: 15px 0;
  }
  #download .flex .fa-solid {
    transform: rotate(90deg);
  }
}


