<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset 'UTF-8';
.p-price-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.p-price-list .p-price-item {
  border-radius: 50%;
  background-color: #FFF9B1;
  color: #1A1A1A;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-weight: 600;
  font-family: "TsukuGoPro-E", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 980px) {
  .p-price-list .p-price-item {
    width: 148px;
    height: 148px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1279px) {
  .p-price-list .p-price-item {
    width: calc(1vw * 148 / 1440 * 100);
    height: calc(1vw * 148 / 1440 * 100);
  }
}
@media screen and (max-width: 979px) {
  .p-price-list .p-price-item {
    width: calc(1vw * 116 / 428 * 100);
    height: calc(1vw * 116 / 428 * 100);
  }
}
@media screen and (min-width: 980px) {
  .p-price-list .p-price-item .-text {
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 980px) and (max-width: 1279px) {
  .p-price-list .p-price-item .-text {
    font-size: calc(1vw * 18 / 1440 * 100);
    line-height: 1;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 979px) {
  .p-price-list .p-price-item .-text {
    font-size: calc(1vw * 14 / 428 * 100);
    line-height: 1;
    letter-spacing: 0.05em;
  }
}
.p-price-list .p-price-item .-textS {
  width: 100%;
  /* position: absolute;
  left: 0; */
}
@media screen and (min-width: 980px) {
  .p-price-list .p-price-item .-textS {
    font-size: 14px;
    line-height: 1.285714285714286;
    letter-spacing: 0.05em;
    top: 7px;
    margin-top: -15px;
    transform: translateY(3px);
  }
}
@media screen and (min-width: 980px) and (max-width: 1279px) {
  .p-price-list .p-price-item .-textS {
    font-size: calc(1vw * 14 / 1440 * 100);
    line-height: 1.285714285714286;
    letter-spacing: 0.05em;
    top: calc(1vw * 7 / 1440 * 100);
    margin-top: calc(1vw * -15 / 1440 * 100);
    transform: translateY(calc(1vw * 3 / 1440 * 100));
  }
}
@media screen and (max-width: 979px) {
  .p-price-list .p-price-item .-textS {
    font-size: calc(1vw * 12 / 428 * 100);
    line-height: 1.285714285714286;
    letter-spacing: 0.05em;
    top: calc(1vw * 10 / 428 * 100);
    margin-top: calc(1vw * -15 / 428 * 100);
  }
}
@media screen and (min-width: 980px) {
  .p-price-list .p-price-item .-price {
    font-size: 88px;
    line-height: 0.842105263157895;
    letter-spacing: 0em;
    line-height: 1;
  }
}
@media screen and (min-width: 980px) and (max-width: 1279px) {
  .p-price-list .p-price-item .-price {
    font-size: calc(1vw * 88 / 1440 * 100);
    line-height: 0.842105263157895;
    letter-spacing: 0em;
    line-height: 1;
  }
}
@media screen and (max-width: 979px) {
  .p-price-list .p-price-item .-price {
    font-size: calc(1vw * 57 / 428 * 100);
    line-height: 0.948275862068966;
    letter-spacing: 0em;
    line-height: 1;
  }
}
@media screen and (min-width: 980px) {
  .p-price-list .p-price-item .-yen {
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0em;
  }
}
@media screen and (min-width: 980px) and (max-width: 1279px) {
  .p-price-list .p-price-item .-yen {
    font-size: calc(1vw * 18 / 1440 * 100);
    line-height: 1;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 979px) {
  .p-price-list .p-price-item .-yen {
    font-size: calc(1vw * 25 / 428 * 100);
    line-height: 1;
    letter-spacing: 0em;
  }
}
@media screen and (min-width: 980px) {
  .p-price-list .p-price-item + .p-price-item {
    margin-left: 50px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1279px) {
  .p-price-list .p-price-item + .p-price-item {
    margin-left: calc(1vw * 50 / 1440 * 100);
  }
}
@media screen and (max-width: 979px) {
  .p-price-list .p-price-item + .p-price-item {
    margin-left: calc(1vw * 10 / 428 * 100);
  }
}
/* .p-price-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.p-price-list .p-price-item {
  border-radius: 50%;
  background-color: #f27040;
  color: #fff;
  font-weight: bold;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 980px) {
  .p-price-list .p-price-item {
    width: 148px;
    height: 148px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1279px) {
  .p-price-list .p-price-item {
    width: calc(1vw * 148 / 1440 * 100);
    height: calc(1vw * 148 / 1440 * 100);
  }
}
@media screen and (max-width: 979px) {
  .p-price-list .p-price-item {
    width: calc(1vw * 116 / 428 * 100);
    height: calc(1vw * 116 / 428 * 100);
  }
}
.p-price-list .p-price-item .-text {
  width: 100%;
  position: absolute;
  left: 0;
}
@media screen and (min-width: 980px) {
  .p-price-list .p-price-item .-text {
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.05em;
    top: 18px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1279px) {
  .p-price-list .p-price-item .-text {
    font-size: calc(1vw * 18 / 1440 * 100);
    line-height: 1;
    letter-spacing: 0.05em;
    top: calc(1vw * 18 / 1440 * 100);
  }
}
@media screen and (max-width: 979px) {
  .p-price-list .p-price-item .-text {
    font-size: calc(1vw * 14 / 428 * 100);
    line-height: 1;
    letter-spacing: 0.05em;
    top: calc(1vw * 21 / 428 * 100);
  }
}
.p-price-list .p-price-item .-textS {
  width: 100%;
  position: absolute;
  left: 0;
}
@media screen and (min-width: 980px) {
  .p-price-list .p-price-item .-textS {
    font-size: 14px;
    line-height: 1.285714285714286;
    letter-spacing: 0.05em;
    top: 7px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1279px) {
  .p-price-list .p-price-item .-textS {
    font-size: calc(1vw * 14 / 1440 * 100);
    line-height: 1.285714285714286;
    letter-spacing: 0.05em;
    top: calc(1vw * 7 / 1440 * 100);
  }
}
@media screen and (max-width: 979px) {
  .p-price-list .p-price-item .-textS {
    font-size: calc(1vw * 14 / 428 * 100);
    line-height: 1.285714285714286;
    letter-spacing: 0.05em;
    top: calc(1vw * 10 / 428 * 100);
  }
}
.p-price-list .p-price-item .-price {
  width: 100%;
  position: absolute;
  left: 0;
}
@media screen and (min-width: 980px) {
  .p-price-list .p-price-item .-price {
    font-size: 95px;
    line-height: 0.842105263157895;
    letter-spacing: 0em;
    top: 40px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1279px) {
  .p-price-list .p-price-item .-price {
    font-size: calc(1vw * 95 / 1440 * 100);
    line-height: 0.842105263157895;
    letter-spacing: 0em;
    top: calc(1vw * 40 / 1440 * 100);
  }
}
@media screen and (max-width: 979px) {
  .p-price-list .p-price-item .-price {
    font-size: calc(1vw * 58 / 428 * 100);
    line-height: 0.948275862068966;
    letter-spacing: 0em;
    top: calc(1vw * 40 / 428 * 100);
  }
}
@media screen and (min-width: 980px) {
  .p-price-list .p-price-item .-yen {
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0em;
  }
}
@media screen and (min-width: 980px) and (max-width: 1279px) {
  .p-price-list .p-price-item .-yen {
    font-size: calc(1vw * 18 / 1440 * 100);
    line-height: 1;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 979px) {
  .p-price-list .p-price-item .-yen {
    font-size: calc(1vw * 25 / 428 * 100);
    line-height: 1;
    letter-spacing: 0em;
  }
}
@media screen and (min-width: 980px) {
  .p-price-list .p-price-item + .p-price-item {
    margin-left: 50px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1279px) {
  .p-price-list .p-price-item + .p-price-item {
    margin-left: calc(1vw * 50 / 1440 * 100);
  }
}
@media screen and (max-width: 979px) {
  .p-price-list .p-price-item + .p-price-item {
    margin-left: calc(1vw * 10 / 428 * 100);
  }
} */
.p-price-check-list {
  margin: 0 auto;
}
@media screen and (min-width: 980px) {
  .p-price-check-list {
    width: 490px;
    margin-top: 50px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1279px) {
  .p-price-check-list {
    width: calc(1vw * 490 / 1440 * 100);
    margin-top: calc(1vw * 50 / 1440 * 100);
  }
}
@media screen and (max-width: 979px) {
  .p-price-check-list {
    margin-top: calc(1vw * 30 / 428 * 100);
  }
}
.p-price-check-list .p-price-check-item {
  position: relative;
}
@media screen and (min-width: 980px) {
  .p-price-check-list .p-price-check-item {
    padding-left: 32px;
    font-size: 24px;
    line-height: 1.25;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 980px) and (max-width: 1279px) {
  .p-price-check-list .p-price-check-item {
    padding-left: calc(1vw * 32 / 1440 * 100);
    font-size: calc(1vw * 24 / 1440 * 100);
    line-height: 1.25;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 979px) {
  .p-price-check-list .p-price-check-item {
    padding-left: calc(1vw * 30 / 428 * 100);
    font-size: calc(1vw * 18 / 428 * 100);
    line-height: 1.777777777777778;
    letter-spacing: 0.05em;
  }
}
.p-price-check-list .p-price-check-item:before {
  content: '';
  background-image: url("/asbestos/assets/img/common/icon-chec-01.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 980px) {
  .p-price-check-list .p-price-check-item:before {
    width: 20px;
    height: 20px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1279px) {
  .p-price-check-list .p-price-check-item:before {
    width: calc(1vw * 20 / 1440 * 100);
    height: calc(1vw * 20 / 1440 * 100);
  }
}
@media screen and (max-width: 979px) {
  .p-price-check-list .p-price-check-item:before {
    width: calc(1vw * 20 / 428 * 100);
    height: calc(1vw * 20 / 428 * 100);
  }
}
@media screen and (min-width: 980px) {
  .p-price-check-list .p-price-check-item + .p-price-check-item {
    margin-top: 16px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1279px) {
  .p-price-check-list .p-price-check-item + .p-price-check-item {
    margin-top: calc(1vw * 16 / 1440 * 100);
  }
}
@media screen and (max-width: 979px) {
  .p-price-check-list .p-price-check-item + .p-price-check-item {
    margin-top: calc(1vw * 10 / 428 * 100);
  }
}

.p-price-note span {
  font-weight: 600;
  font-family: "TsukuGoPro-E", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  background: linear-gradient(transparent 65%, #ffe200 65%);
}
@media screen and (min-width: 980px) {
  .p-price-note {
    font-size: 21px;
    text-align: center;
    margin: 40px auto 0;
  }
}
@media screen and (min-width: 980px) and (max-width: 1279px) {
  .p-price-note {
    font-size: calc(1vw * 21 / 1440 * 100);
    text-align: center;
    margin: calc(1vw * 40 / 1440 * 100) auto 0;
  }
}
@media screen and (max-width: 979px) {
  .p-price-note {
    text-align: left;
    margin: calc(1vw * 20 / 428 * 100) auto 0;
  }
}

.p-price-per {
  margin: 0 auto;
  border-radius: 50%;
  display: block;
  border: 5px solid #3f6ab7;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 980px) {
  .p-price-per {
    width: 240px;
    height: 240px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1279px) {
  .p-price-per {
    width: calc(1vw * 240 / 1440 * 100);
    height: calc(1vw * 240 / 1440 * 100);
    margin-bottom: calc(1vw * 30 / 1440 * 100);
  }
}
@media screen and (max-width: 979px) {
  .p-price-per {
    width: calc(1vw * 240 / 428 * 100);
    height: calc(1vw * 240 / 428 * 100);
    margin-bottom: calc(1vw * 30 / 428 * 100);
  }
}

.p-price-per .p-price-per-txt {
  position: absolute;
  left: 0;
  width: 100%;
  font-weight: bold;
}
@media screen and (min-width: 980px) {
  .p-price-per .p-price-per-txt {
    top: 49px;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0em;
  }
}
@media screen and (min-width: 980px) and (max-width: 1279px) {
  .p-price-per .p-price-per-txt {
    top: calc(1vw * 49 / 1440 * 100);
    font-size: calc(1vw * 18 / 1440 * 100);
    line-height: 1;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 979px) {
  .p-price-per .p-price-per-txt {
    top: calc(1vw * 54 / 428 * 100);
    font-size: calc(1vw * 20 / 428 * 100);
    line-height: 1;
    letter-spacing: 0em;
  }
}

.p-price-per .p-price-per-no {
  position: absolute;
  left: 0;
  width: 100%;
  font-weight: bold;
  color: #3f6ab7;
}
@media screen and (min-width: 980px) {
  .p-price-per .p-price-per-no {
    top: 74px;
    font-size: 80px;
    line-height: 1;
    letter-spacing: 0em;
  }
}
@media screen and (min-width: 980px) and (max-width: 1279px) {
  .p-price-per .p-price-per-no {
    top: calc(1vw * 74 / 1440 * 100);
    font-size: calc(1vw * 80 / 1440 * 100);
    line-height: 1;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 979px) {
  .p-price-per .p-price-per-no {
    top: calc(1vw * 77 / 428 * 100);
    font-size: calc(1vw * 72 / 428 * 100);
    line-height: 1;
    letter-spacing: 0em;
  }
}

@media screen and (min-width: 980px) {
  .p-price-per .p-price-per-no span {
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0em;
  }
}
@media screen and (min-width: 980px) and (max-width: 1279px) {
  .p-price-per .p-price-per-no span {
    font-size: calc(1vw * 20 / 1440 * 100);
    line-height: 1;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 979px) {
  .p-price-per .p-price-per-no span {
    font-size: calc(1vw * 44 / 428 * 100);
    line-height: 1;
    letter-spacing: 0em;
  }
}


.p-price-per .p-price-per-tax {
  position: absolute;
  left: 0;
  width: 100%;
  font-weight: bold;
}
@media screen and (min-width: 980px) {
  .p-price-per .p-price-per-tax {
    top: 169px;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0em;
  }
}
@media screen and (min-width: 980px) and (max-width: 1279px) {
  .p-price-per .p-price-per-tax {
    top: calc(1vw * 169 / 1440 * 100);
    font-size: calc(1vw * 14 / 1440 * 100);
    line-height: 1;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 979px) {
  .p-price-per .p-price-per-tax {
    top: calc(1vw * 158 / 428 * 100);
    font-size: calc(1vw * 20 / 428 * 100);
    line-height: 1;
    letter-spacing: 0em;
  }
}

/* PC */
.p-price-dl {
  border: 1px solid #ccc;
}
.p-price-dt {
  background-color: #FFF9B1;
  font-weight: 600;
  font-family: "TsukuGoPro-E", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.p-price-dd {
  background-color: #fff;
  font-weight: 600;
  font-family: "TsukuGoPro-E", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
@media screen and (min-width: 980px) {
  .p-price-dl-wrap {
    width: 100%;
    margin: 0 auto;
  }
  .p-price-dl {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    align-items: inherit;
    justify-content: center;
    margin-bottom: 30px;
  }
  .p-price-dt {
    width: 350px;
    padding: 30px;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .p-price-dd {
    width: 675px;
    padding: 30px 30px 35px 30px;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
  }
  .p-price-dd span {
    font-size: 56px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1279px) {
  .p-price-dl-wrap {
    width: 100%;
    margin: 0 auto;
  }
  .p-price-dl {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    align-items: inherit;
    justify-content: center;
    margin-bottom: calc(1vw * 30 / 1440 * 100);
  }
  .p-price-dt {
    width: calc(1vw * 350 / 1440 * 100);
    padding: calc(1vw * 30 / 1440 * 100);
    font-size: calc(1vw * 24 / 1440 * 100);
    font-weight: 600;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .p-price-dd {
    width: calc(1vw * 675 / 1440 * 100);
    padding: calc(1vw * 30 / 1440 * 100) calc(1vw * 30 / 1440 * 100) calc(1vw * 35 / 1440 * 100) calc(1vw * 30 / 1440 * 100);
    font-size: calc(1vw * 24 / 1440 * 100);
    font-weight: 600;
    text-align: center;
  }
  .p-price-dd span {
    font-size: calc(1vw * 56 / 1440 * 100);
  }
}
/* SP */
@media screen and (max-width: 979px) {
  .p-price-dl-wrap {
    width: 100%;
    margin: 0 auto;
  }
  .p-price-dl {
    width: 100%;
    display: block;
    margin-bottom: calc(1vw * 20 / 428 * 100);
  }
  .p-price-dt {
    width: 100%;
    padding: calc(1vw * 15 / 428 * 100) calc(1vw * 10 / 428 * 100);
    font-size: calc(1vw * 22 / 428 * 100);
    font-weight: 600;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .p-price-dd {
    width: 100%;
    padding: calc(1vw * 30 / 428 * 100) calc(1vw * 10 / 428 * 100) calc(1vw * 35 / 428 * 100) calc(1vw * 10 / 428 * 100);
    font-size: calc(1vw * 20 / 428 * 100);
    font-weight: 600;
    text-align: center;
  }
  .p-price-dd span {
    font-size: calc(1vw * 30 / 428 * 100);
  }
}
</pre></body></html>