@charset "UTF-8";
.red {
  color: #d31a1a;
}

.typeTableWrap {
  overflow: auto;
  white-space: nowrap;
}

.typeTable {
  max-width: 1050px;
  width: 100%;
}

.typeTableHead {
  background-color: #f5f5f5;
  border: 1px solid #c8c8c8;
  text-align: center;
  padding: 10px;
}
.typeTableHead01 {
  width: 19.8397%;
}
.typeTableHead03 {
  width: 10.427%;
}
.typeTableHead04 {
  width: 10.427%;
}
.typeTableHead05 {
  width: 10.427%;
}
.typeTableHead06 {
  width: 12.427%;
}

.typeTableDetailCenter {
  border: 1px solid #c8c8c8;
  text-align: center;
  padding: 10px;
}

.typeTableDetail {
  border: 1px solid #c8c8c8;
  padding: 10px;
}

.card {
  display: grid;
  gap: 20px;
  margin: 0 0 50px;
}

.cardItem {
  background-color: #f5f5f5;
  padding: 20px;
  position: relative;
}

.cardTitle {
  width: 60px;
  aspect-ratio: 1/1;
  display: grid;
  place-items: center;
  font-size: 1.3rem;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  left: 10px;
  top: 10px;
  white-space: nowrap;
}
.cardTitleName {
  background-color: #70bc17;
}
.cardTitleNo {
  background-color: #1759bc;
}

.cardPic {
  max-width: 100px;
  margin: 0 auto 25px;
}

.cardBold {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.30435;
}
.cardBoldName {
  color: #70bc17;
}
.cardBoldNo {
  color: #1759bc;
}

.kome {
  display: flex;
  align-items: baseline;
  font-size: 1.4rem;
  margin: 12px 0 0;
}
.kome::before {
  content: "※";
  flex-shrink: 0;
  margin: 0 5px 0 0;
}

.recommendTitle {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5;
  position: relative;
  width: fit-content;
  margin: 0 auto 60px;
  padding: 0 0 15px;
}
.recommendTitle::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background-image: url(../images/buy-recommend-title.svg);
  background-size: contain;
  background-repeat: repeat-x;
  background-position: center center;
}

.moreBtn {
  display: block;
  color: #fff;
  text-decoration: none;
  line-height: 1.5;
  padding: 20px;
  font-size: 1.6rem;
  background-color: #3FA9F5;
  position: relative;
}
.moreBtn::after {
  content: "";
  width: 16px;
  aspect-ratio: 1/1;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  position: absolute;
  right: 28px;
  transform: translateY(-50%) rotate(-45deg);
  top: 50%;
}

.blueLink {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 320px;
  background-color: #3FA9F5;
  border-radius: 5px;
  padding: 12px 20px;
}
.blueLink .blueLinkText {
  color: #fff;
  font-size: 16px;
  line-height: 16px;
}
.blueLink .blueLinkObject {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
@media (min-width: 960px){
  .typeTableWrap {
    white-space: normal;
  }
  .typeTableHead {
    padding: 11px;
  }
  .typeTableDetailCenter {
    padding: 11px;
  }
  .typeTableDetail {
    padding: 11px;
  }
  .card {
    grid-template-columns: 1fr 1fr;
    margin: 0 0 100px;
  }
  .cardItem {
    padding: 38px 22px 25px;
  }
  .cardTitle {
    width: 98px;
    font-size: 2rem;
    left: 22px;
    top: 13px;
  }
  .cardPic {
    max-width: 246px;
    margin: 0 auto 32px;
  }
  .cardBold {
    font-size: 2.3rem;
  }
  .recommendTitle {
    font-size: 2rem;
  }
  .moreBtn {
    padding: 24px 30px;
    font-size: 2rem;
    max-width: 480px;
  }
  .moreBtn::after {
    border-width: 5px;
  }
}

/*# sourceMappingURL=caution.css.map*/