.tcs-contents > .tcs-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.is-sp .tcs-contents > .tcs-wrap {
  display: block;
}
.tcs-contents > .tcs-wrap .tcs-formula {
  width: 351px;
}
.is-sp .tcs-contents > .tcs-wrap .tcs-formula {
  width: 100%;
}
.tcs-contents > .tcs-wrap .tcs-formula h2 + p {
  margin-bottom: 20px;
}
.tcs-contents > .tcs-wrap .tcs-formula .tcs-input {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px 0;
}
.tcs-contents > .tcs-wrap .tcs-formula .tcs-input dt {
  -ms-flex-item-align: center;
      align-self: center;
  width: calc(100% - 205px);
}
.is-sp .tcs-contents > .tcs-wrap .tcs-formula .tcs-input dt {
  width: 140px;
  font-size: 14px;
}
.tcs-contents > .tcs-wrap .tcs-formula .tcs-input dd {
  width: 205px;
}
.is-sp .tcs-contents > .tcs-wrap .tcs-formula .tcs-input dd {
  width: calc(100% - 140px);
}
.tcs-contents > .tcs-wrap .tcs-formula .tcs-input dd:nth-of-type(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tcs-contents > .tcs-wrap .tcs-formula .tcs-input dd:nth-of-type(1) div:nth-child(1) {
  width: calc(100% - 70px - 10px);
}
.tcs-contents > .tcs-wrap .tcs-formula .tcs-input dd:nth-of-type(1) div:nth-child(2) {
  width: 70px;
  -ms-flex-item-align: center;
      align-self: center;
}
.tcs-contents > .tcs-wrap .tcs-formula .tcs-input dd:nth-of-type(3) {
  position: relative;
  padding: 3px;
  text-align: right;
}
.tcs-contents > .tcs-wrap .tcs-formula .tcs-input dd:nth-of-type(3)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #BFBEBE;
}
.tcs-contents > .tcs-wrap .tcs-formula .tcs-input dd:nth-of-type(3) span {
  display: inline-block;
  margin-left: 5px;
  font-size: 12px;
}
.tcs-contents > .tcs-wrap .tcs-formula .tcs-btn {
  margin-top: 20px;
}
.tcs-contents > .tcs-wrap .tcs-formula .tcs-btn a {
  width: 204px;
}
.is-sp .tcs-contents > .tcs-wrap .tcs-formula .tcs-btn a {
  width: 60%;
}
.tcs-contents > .tcs-wrap .tcs-formula .tcs-btn a:last-child {
  width: 120px;
}
.is-sp .tcs-contents > .tcs-wrap .tcs-formula .tcs-btn a:last-child {
  width: calc(40% - 15px);
}
.tcs-contents > .tcs-wrap .tcs-formula .tcs-result h3 {
  padding-bottom: 6px;
  font-size: 15px;
}
.tcs-contents > .tcs-wrap .tcs-formula .tcs-result h3::after {
  height: 2px;
}
.tcs-contents > .tcs-wrap .tcs-formula .tcs-result table {
  width: 100%;
  margin-top: 15px;
  font-size: 11.5px;
}
.tcs-contents > .tcs-wrap .tcs-formula .tcs-result table thead tr th {
  padding: 4px 10px;
  border: 1px solid #00338E;
  background-color: #4C70B0;
  color: #fff;
  text-align: center;
}
.tcs-contents > .tcs-wrap .tcs-formula .tcs-result table tbody tr td {
  padding: 4px 3px;
  border: 1px solid #00338E;
  background-color: #fff;
  text-align: center;
}
.tcs-contents > .tcs-wrap .tcs-formula .tcs-result table tbody tr td span {
  display: inline-block;
  margin-left: 1px;
  font-size: 10px;
}
.tcs-contents > .tcs-wrap .tcs-products {
  width: 481px;
}
.is-sp .tcs-contents > .tcs-wrap .tcs-products {
  width: 100%;
  margin-top: 50px;
}
.tcs-contents > .tcs-wrap .tcs-products h3 + p {
  margin: 10px 0 20px;
}
.tcs-contents > .tcs-wrap .tcs-products .tcs-list {
  margin-bottom: 25px;
}
.tcs-contents > .tcs-wrap .tcs-products .tcs-list .tcs-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  border: 1px solid #8C95A7;
  font-size: 13px;
}
.is-sp .tcs-contents > .tcs-wrap .tcs-products .tcs-list .tcs-product {
  display: block;
}
.tcs-contents > .tcs-wrap .tcs-products .tcs-list .tcs-product .tcs-info {
  width: 310px;
}
.is-sp .tcs-contents > .tcs-wrap .tcs-products .tcs-list .tcs-product .tcs-info {
  width: 100%;
}
.tcs-contents > .tcs-wrap .tcs-products .tcs-list .tcs-product .tcs-info h4 {
  padding: 5px 10px !important;
  margin: 0px !important;
  border-right: 1px solid #8C95A7;
  border-bottom: 1px solid #8C95A7;
  background-color: #EEF3F7;
  font-size: 14px;
  color: #335CA5;
}
.is-sp .tcs-contents > .tcs-wrap .tcs-products .tcs-list .tcs-product .tcs-info h4 {
  margin-top: 0;
  margin-bottom: 0;
  border-right: none;
}
.tcs-contents > .tcs-wrap .tcs-products .tcs-list .tcs-product .tcs-info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -1px !important;
  margin-top: 0px !important;
  width: 100% !important;
}
.tcs-contents > .tcs-wrap .tcs-products .tcs-list .tcs-product .tcs-info dl > * {
  padding: 5px 10px !important;
  margin-top: 0px !important;
  border-right: 1px solid #8C95A7;
  border-bottom: 1px solid #8C95A7;
  font-size: 13px;
  text-align: left;
}
.tcs-contents > .tcs-wrap .tcs-products .tcs-list .tcs-product .tcs-info dl > *:last-of-type {
  margin-bottom: -1px;
}
.is-sp .tcs-contents > .tcs-wrap .tcs-products .tcs-list .tcs-product .tcs-info dl > *:last-of-type {
  margin-bottom: 0;
}
.tcs-contents > .tcs-wrap .tcs-products .tcs-list .tcs-product .tcs-info dl dt {
  width: 140px;
}
.is-sp .tcs-contents > .tcs-wrap .tcs-products .tcs-list .tcs-product .tcs-info dl dt {
  width: 110px;
}
.tcs-contents > .tcs-wrap .tcs-products .tcs-list .tcs-product .tcs-info dl dd {
  width: calc(100% - 140px);
}
.is-sp .tcs-contents > .tcs-wrap .tcs-products .tcs-list .tcs-product .tcs-info dl dd {
  width: calc(100% - 110px);
}
.tcs-contents > .tcs-wrap .tcs-products .tcs-list .tcs-product .tcs-info dl dd span {
  display: inline-block;
  margin-left: 3px;
  font-size: 10px;
}
.tcs-contents > .tcs-wrap .tcs-products .tcs-list .tcs-product .tcs-confirm {
  position: relative;
  width: calc(100% - 310px);
  padding: 5px;
}
.is-sp .tcs-contents > .tcs-wrap .tcs-products .tcs-list .tcs-product .tcs-confirm {
  width: 100%;
}
.tcs-contents > .tcs-wrap .tcs-products .tcs-list .tcs-product .tcs-confirm figure {
  position: absolute;
  top: calc(50% - 13px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.is-sp .tcs-contents > .tcs-wrap .tcs-products .tcs-list .tcs-product .tcs-confirm figure {
  position: relative;
  top: auto !important;
  left: auto;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  margin-bottom: 20px;
  text-align: center;
}
.tcs-contents > .tcs-wrap .tcs-products .tcs-list .tcs-product .tcs-confirm figure:has(+ .tcs-btn a + a) {
  top: calc(50% - 26px);
}
.tcs-contents > .tcs-wrap .tcs-products .tcs-list .tcs-product .tcs-confirm figure img {
  max-width: 100%;
  max-height: 100%;
}
.tcs-contents > .tcs-wrap .tcs-products .tcs-list .tcs-product .tcs-confirm .tcs-btn {
  position: absolute;
  bottom: 5px;
  left: 10px;
  width: calc(100% - 20px);
}
.is-sp .tcs-contents > .tcs-wrap .tcs-products .tcs-list .tcs-product .tcs-confirm .tcs-btn {
  position: relative;
  bottom: auto;
  left: auto;
  width: 100%;
}
.tcs-contents > .tcs-wrap .tcs-products .tcs-list .tcs-product .tcs-confirm .tcs-btn a {
  padding: 3px 10px 3px 0;
  margin-top: 5px;
  background-color: #4C70B0;
  font-size: 12px;
  text-align: center;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.tcs-contents > .tcs-wrap .tcs-products .tcs-txt {
  margin-top: 10px;
  font-size: 12px;
}
.is-sp .tcs-contents > .tcs-wrap .tcs-products .tcs-txt {
  text-align: center;
}/*# sourceMappingURL=pcs.css.map */


@media print {
    .tcs-contents > .tcs-wrap .tcs-formula .tcs-input dd:nth-of-type(3)::after {
        background-color: #BFBEBE !important;
    }
    .tcs-contents > .tcs-wrap .tcs-products .tcs-list .tcs-product {
        border: 1px solid #8C95A7;
        -webkit-box-shadow: none !important;
                box-shadow: none !important;
    }
    .tcs-contents > .tcs-wrap .tcs-formula .tcs-result h3{
        line-height: 1.6;
    }
    .tcs-contents > .tcs-wrap .tcs-formula .tcs-result table thead tr th {
        border: 1px solid #00338E !important;
        background-color: #4C70B0 !important;
        color: #fff !important;
    }
    .tcs-contents > .tcs-wrap .tcs-formula .tcs-result table tbody tr td {
        border: 1px solid #00338E !important;
        background-color: #fff !important;
        color: #00338E !important;
    }
    .tcs-contents > .tcs-wrap .tcs-products .tcs-list .tcs-product .tcs-info h4 {
        border-right: 1px solid #8C95A7 !important;
        border-bottom: 1px solid #8C95A7 !important;
        background-color: #EEF3F7 !important;
        color: #335CA5 !important;
    }
    .tcs-contents > .tcs-wrap .tcs-products .tcs-list .tcs-product .tcs-info dl > * {
        border-right: 1px solid #8C95A7 !important;
        border-bottom: 1px solid #8C95A7 !important;
    }
    .tcs-contents > .tcs-wrap .tcs-products .tcs-list .tcs-product .tcs-confirm .tcs-btn a {
        background-color: #4C70B0 !important;
        -webkit-box-shadow: none !important;
                box-shadow: none !important;
    }
}
