@charset "UTF-8";

.win.firefox table.tableTypeC {
  /*border-top: none;*/
  border-right: none;
  margin: 30px auto 80px;
  border-collapse: separate;
}
.win.firefox table.tableTypeC th {
  background: #fff;
  border-bottom: 1px solid #dcdcdc;
  border: none;
}
.win.firefox table.tableTypeC td {
  border-bottom: none;
  border: none;
  border-top: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
}
.win.firefox table.tableTypeC thead th {
  background-color: #f4f4f4;
  border: none;
  /*border-bottom: 1px solid #dcdcdc;*/
  border-left: 1px solid #dcdcdc;
}
.win.firefox table.tableTypeC thead th:first-of-type {
  border-left: none;
  border: none;
  /*border-bottom: 1px solid #dcdcdc;*/
}
.win.firefox table.tableTypeC tr:first-of-type td:first-of-type {
  border-left: none;
  /*border-bottom: 1px solid #dcdcdc;*/
}

.balloon_title {
  font-size: 20px;
  font-weight: bold;
  color: /*#5697a7*/ ;
  display: block;
  margin-bottom: 0.5em;
  padding-top: 4px;
}

.balloon_list {
  margin: 0 auto;
}
.balloon_list li {
  float: left;
  margin-right: 20px;
  box-sizing: border-box;
}
.balloon_list li:last-child {
  margin-right: 0;
}
.balloon_list .balloon {
  display: table;
  width: 143px;
  height: 90px;
  /* border: 3px solid #079aa9; */
  /* background-color: #fff; */
  border: 2px solid #079aa9;
  background-color: #079aa9;
  text-align: center;
  /* border-radius: 5px; */
  border-radius: 10px;
  position: relative;
}
.balloon_list .balloon:not(.last):before {
  content: "";
  position: absolute;
  bottom: 41%;
  left: 142px;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-top: 15px solid #079aa9;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.balloon_list .balloon:not(.last):after {
  content: "";
  position: absolute;
  bottom: 41%;
  left: 138px;
  margin-left: -10px;
  width: 0;
  height: 0;
  /* border-top: 15px solid #fff; */
  border-top: 16px solid #079aa9;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.balloon_list .balloon div {
  /* color: #056a70; */
  color: #fff;
  font-weight: bold;
  /* font-size: 13px !important;*/
  font-size: 16px !important;
  line-height: 1.5em;
  margin-bottom: 0 !important;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.balloon_list .balloon.emphasis {
  position: relative;
  border: 4px solid #0d63dc; /* 縁取りの色と太さ */
  background-color: #0d63dc; /* バックグラウンドの色 */
}
.balloon_list .balloon.emphasis:not(.last):before {
  border-top: 16px solid #0d63dc; /* 縁取りの色 */
}

.balloon_list .balloon.emphasis:not(.last):after {
  border-top: 16px solid #0d63dc; /* バックグラウンドの色 */
  left: 137px;
}

@media screen and (max-width: 640px) {
  .balloon_list .balloon {
    width: 100%;
    float: none;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 72px;
    margin-bottom: 24px;
  }
  .balloon_list .balloon:not(.last):before {
    display: none;
  }

  .balloon_list .balloon:not(.last):after {
    bottom: -17px;
    left: 50%;
    transform: rotate(-0deg);
  }
  .balloon_list .balloon.emphasis:not(.last):before {
    display: block;
    bottom: -20px;
    left: 50%;
    transform: rotate(-0deg);
  }
  .balloon_list .balloon.emphasis:not(.last):after {
    bottom: -15px;
    left: 50%;
  }
}

.pslist {
  text-align: center;
}
.pslist li {
  width: 380px;
  display: inline-block;
  float: none;
}
@media screen and (max-width: 640px) {
  .pslist li {
    width: 100%;
  }
}

/* 260304追加 */
.top-mv__heading {
  padding-top: 20px !important;
}
.top-mv__badge {
  padding-top: 50px;
}
.top-mv__badge span {
  background-color: white;
  padding: 5px 10px;
  color: #cf122e;
  font-weight: 600;
}
.top-mv__conversion-area {
  margin-top: 0px !important;
}
.page-title h2 {
  font-size: 30px !important;
  background: none !important;
  border-bottom: none !important;
}
.text-red {
  color: #cf122e !important;
}
.container {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .container {
    justify-content: center;
  }
}

.container--calculation {
  margin-top: 50px;
  margin-bottom: 50px;
}

.product-card {
  width: 300px;
  display: flex;
  flex-direction: column;
}

.product-card h3 {
  text-align: center;
  font-size: 1.1rem;
  margin-bottom: 10px !important;
  background: none !important;
}

.image-box {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.image-box img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.description {
  font-size: 0.85rem;
  margin-bottom: 20px;
  height: 5.5em; /* 説明文の高さを揃える */
}

hr {
  border: 0;
  border-top: 1px solid #ddd;
  margin: 10px 0;
}

.specs {
  display: grid;
  grid-template-columns: auto 1fr;
  margin-top: 10px;
  margin-bottom: 10px;
  height: 6em; /* 仕様の高さを揃える */
}

.specs dt {
  font-size: 16px !important;
  font-weight: bold;
  background: none !important;
  line-height: 1 !important;
  margin-bottom: 0 !important;
}

.specs dd {
  font-size: 16px !important;
  background: none !important;
  line-height: 1 !important;
  padding-left: 20px;
  margin-bottom: 0 !important;
}

.price-section {
  background-color: #f5f5f5;
  padding: 15px;
  flex-grow: 1; /* 余ったスペースをすべてこの要素が埋める */
}

.price-title {
  font-size: 0.8rem;
  font-weight: bold;
  margin: 0 0 10px 0;
}

.price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
}

.count {
  font-size: 0.85rem;
  font-weight: bold;
}

.price {
  font-size: 1rem;
  font-weight: bold;
  text-align: right;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.price small {
  display: block;
  font-size: 0.7rem;
}

/* 価格の算定方法 */
.product-card--calculation .image-box img {
  border-radius: 5px 5px 0 0;
}

.product-card .textarea {
  background-color: #f5f5f5;
  padding: 15px 20px;
  margin-top: -15px;
  flex-grow: 1; /* 余ったスペースをすべてこの要素が埋める */
  border-radius: 0 0 5px 5px;
}

.product-card .textarea .textarea_title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 10px 0;
}

/* CTA */
.main__conversion-area {
  background-color: #333333;
  padding: 50px 0;
  margin-bottom: 80px;
  border-radius: 5px;
}

.main__conversion-area a {
  font-weight: bold !important;
}
@media screen and (max-width: 640px) {
  .main__conversion-area a {
    width: 300px;
  }
}

.main__conversion {
  margin-top: 0;
}

.main__conversion-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 20px;
}
@media screen and (max-width: 640px) {
  .main__conversion-list {
    flex-direction: column;
  }
}

/* 260601追加 */
.box table {
  width: 60%;
  font-size: 14px;
}
.box th,
.box td {
  text-align: left;
  background-color: #fff;
  border-bottom: 1px solid #cbcbcb;
  padding: 10px;
}
.box th {
  font-weight: bold;
}
