<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

#price-removal {
  padding-bottom: 6rem;
  line-height: 1.8;
}
/* キャンペーン */
#price-removal .campaign {
  margin-top: 0;
  margin-bottom: 30px;
}

#price-removal h3 {
  position: relative;
  padding-left: 22px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #0067b5;
}
#price-removal h3::before {
  position: absolute;
  top: 55%;
  left: 0;
  transform: translateY(-50%);
}

/* テーブル */
.content table {
  width: 100%;
}
.content table th,
.content table td {
  padding: 1em;
  border: 1px solid #ddd;
  text-align: center;
  vertical-align: middle;
}
.content table th {
  width: 150px;
  background: #ebf0ff;
  vertical-align: middle;
  font-weight: 600;
}
.content table .headline th {
  color: #fff;
  background: #95B9DC;
}
.content table td {
  background: #fff;
  line-height: 1.3;
}
.content table td span {
  font-size: 13px;
}
.content table td span br {
  display: none;
}
@media screen and (max-width: 480px) {
  .content table th,
  .content table td {
    padding: 0.8em;
  }
  .content table th,
  .content table td {
    font-size: 14px;
  }
  .content table .headline th {
    font-size: 15px;
  }.content table td span {
    font-size: 11px;
  }
  .content table td span br {
    display: block;
  }
}

/* 部位 */
.parts-list {
  margin-top: 40px;
  display: flex;
}
.parts {
  margin-right: 30px;
  width: calc(100% / 4 - 20px);
  background: #fff;
  border-radius: 0.6rem;
  overflow: hidden;
  box-shadow: 3px 3px 10px 3px rgba(150, 150, 150, 0.3);
}
.parts:nth-child(4) {
  margin-right: 0;
}
.parts p {
  padding: 10px 0;
  color: #fff;
  background-color: #95B9DC;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}
.parts ul {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
}
.parts ul li:not(:last-child) {
  margin-right: 20px;
  margin-bottom: 5px;
}
.parts ul li::before {
  content: '';
  width: 0.5em;
  height: 0.5em;
  display: inline-block;
  background: #95B9DC;
  border-radius: 50%;
  margin: 0.1em 0.3em 0.1em 0.1em;
}
.parts ul li span {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .parts-list {
    display: block;
  }
  .parts {
    margin-right: 0;
    margin-bottom: 30px;
    width: 100%;
  }
  .parts:nth-child(4) {
    margin-bottom: 0;
  }
  .parts p {
    font-size: 16px;
  }
}

.course {
  margin-top: 20px;
}
.course li::before {
  content: '';
  width: 0.7em;
  height: 0.7em;
  display: inline-block;
  background: #95B9DC;
  border-radius: 50%;
  margin: 0.1em 0.3em 0.1em 0.1em;
}

/* キャンペーン */
.campaign .caution {
  font-size: 20px !important;
}
@media screen and (max-width: 480px) {
  .campaign .caution {
    font-size: 18px !important;
  }
}

.campaign li.caution {
  font-size: 0.85rem !important;
  text-indent: 1rem;
}
@media screen and (max-width: 480px) {
  .campaign li.caution{
    font-size: 0.85rem !important;
    text-indent: 1rem;
  }
}</pre></body></html>