@charset "UTF-8";
* {
  box-sizing: border-box;
}

body {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-font-smoothing: antialiased;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  color: rgb(34, 34, 34);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 93.75%;
  font-weight: 500;
  line-height: 1.8;
  word-break: break-all;
  position: relative;
  overflow-x: hidden;
}

p {
  margin-block-start: 0;
  font-size: 1rem;
  font-weight: 500;
}

small {
  font-size: 0.875rem;
  font-weight: 500;
}

picture {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 0;
}

img {
  width: 100%;
  height: auto;
}

ul,
ol {
  list-style: none;
  font-size: 0.875rem;
}

dl {
  font-feature-settings: "palt" 1;
}

.block_sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .block_sp {
    display: inline;
  }
}

.cv_wrap {
  width: 100%;
  max-inline-size: 960px;
  margin-inline: auto;
  text-align: center;
  padding-block: clamp(30px, 3.9113428944vw, 60px);
  -o-border-image: linear-gradient(rgb(255, 248, 234) 0 0) 0//0 100lvi;
     border-image: linear-gradient(rgb(255, 248, 234) 0 0) fill 0//0 100lvi;
}
.cv_wrap .btn {
  width: 90%;
  max-width: 524px;
  padding-block: 16px;
  color: rgb(255, 255, 255);
  display: inline-block;
  background: rgb(235, 97, 75);
  text-decoration: none;
  border-radius: 170px;
  box-shadow: 0 6px 0 rgb(80, 62, 49);
  transition: all ease 0.3s;
}
@media (any-hover: hover) {
  .cv_wrap .btn:hover {
    translate: 0 6px;
    box-shadow: 0 0 0 rgb(80, 62, 49);
    opacity: 0.8;
  }
}
.cv_wrap .btn p {
  font-size: clamp(20px, 2.6075619296vw, 24px);
  text-align: center;
  line-height: 1.2;
}

.sec_ttl {
  text-align: center;
  font-size: clamp(24px, 6.4vw, 36px);
  font-weight: 700;
  line-height: 1.6;
  position: relative;
}
@media screen and (min-width: 768px) {
  .sec_ttl {
    font-size: clamp(25px, 3.259452412vw, 32px);
  }
}
.sec_ttl::after {
  content: "";
  width: 90%;
  height: 4px;
  margin-block-start: 16px;
  margin-inline: auto;
  display: block;
  background: linear-gradient(90deg, rgb(235, 97, 75) 20%, rgb(80, 62, 49) 20%);
}
@media screen and (min-width: 768px) {
  .sec_ttl::after {
    margin-block-start: 10px;
  }
}
.sec_ttl + p {
  margin-block-start: 1em;
}

.sub_ttl {
  margin-block: 1em;
  text-align: center;
  font-size: clamp(16px, 4.2666666667vw, 26px);
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .sub_ttl {
    margin-block: 40px 0;
  }
}

.notes > div {
  margin-block-start: 0.5em;
  padding-block: 1em;
  padding-inline: 1em;
  background: rgb(230, 230, 230);
}

button {
  cursor: pointer;
  background: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-tap-highlight-color: transparent;
}

summary {
  width: -moz-fit-content;
  width: fit-content;
  list-style: none;
  cursor: pointer;
}
summary::-webkit-details-marker {
  display: none;
}
summary > small {
  padding-inline-start: 1em;
  position: relative;
  text-decoration: underline;
}
summary > small::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

dialog {
  width: 90%;
  max-block-size: 94dvh;
  padding-block: min(12%, 56px) 40px;
  padding-inline: 16px 10px;
  border: none;
  overflow-y: hidden;
}
@media screen and (min-width: 650px) {
  dialog {
    width: 80%;
    height: -moz-fit-content;
    height: fit-content;
    max-inline-size: 800px;
    max-block-size: 86dvh;
  }
}
dialog:focus:not(:focus-visible) {
  outline: none;
}
dialog:focus-visible {
  outline: 2px auto rgba(51, 51, 51, 0.6);
}
dialog::backdrop {
  background: rgba(51, 51, 51, 0.5);
}

:where(:root[data-mousedown]) {
  /* 開く/閉じるボタンがフォーカスされてもアウトラインを消す */
  /*フォーカスされてもアウトラインを消す */
}
:where(:root[data-mousedown]) [popovertarget]:focus,
:where(:root[data-mousedown]) dialog[popover] *:focus {
  outline: none;
}

.popup_close::before, .popup_close::after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
}
.popup_close::before {
  rotate: 45deg;
}
.popup_close::after {
  rotate: -45deg;
}
:root:not([data-mousedown]) .popup_close:focus-visible {
  outline: 1px auto rgb(235, 97, 75);
}
.popup_close span {
  display: none;
}

.att {
  padding-inline-start: 1em !important;
  position: relative;
}
.att::before {
  content: "※";
  font-size: 1em;
  position: absolute;
  top: 0;
  left: 0;
}

.att_count_text {
  margin-block-start: 1em;
  position: relative;
  counter-reset: number 0;
}
.att_count_text li {
  padding-inline-start: 3.5em;
}
.att_count_text li::before {
  counter-increment: number 1;
  content: "（注" counter(number) "）";
  position: absolute;
  left: 0;
}

.close_btn {
  margin-block-start: 1em;
  padding-inline: 10px;
  color: rgb(235, 97, 75);
  font-family: inherit;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: underline;
  background: none;
  border: none;
  cursor: pointer;
  position: relative;
}
.close_btn::before, .close_btn::after {
  content: "";
  width: 4px;
  height: 1px;
  background: rgb(51, 51, 51);
  display: inline-block;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}
.close_btn::before {
  left: 0;
}
.close_btn::after {
  right: 0;
}
@media (any-hover: hover) {
  .close_btn:hover {
    text-decoration: none;
  }
}

footer {
  padding: 20px 0 calc(80px + 4%);
  background: rgb(80, 62, 49);
}
footer p {
  margin: 0;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  footer {
    padding: 20px 0;
  }
}

.mv_wrap {
  width: 100%;
}
.mv_wrap h1 {
  width: 100%;
  background: linear-gradient(0deg, rgb(255, 250, 233) 0%, rgb(255, 255, 255) 30%, rgb(255, 255, 255) 70%);
  position: relative;
}
.mv_wrap h1::after {
  content: "";
  width: 100vw;
  height: 77px;
  background: linear-gradient(180deg, rgb(255, 250, 233) 0%, rgb(255, 255, 255) 90%, rgb(255, 255, 255) 100%);
  position: absolute;
  top: 100%;
  left: 50%;
  translate: -50% 0;
  z-index: -999;
}
.mv_wrap h1 picture {
  width: 100%;
  max-inline-size: 960px;
  margin-inline: auto;
  display: block;
}
.mv_wrap .notes {
  width: 100%;
  max-inline-size: 960px;
  margin-block-start: 0.5em;
  margin-inline: auto;
  padding-inline: 1em;
}
.mv_wrap .notes p:has(+ .number_list) {
  padding-inline-start: 14px !important;
}
.mv_wrap .notes > div {
  padding-block: 1.4em 1em;
}
.mv_wrap .present-area {
  width: 94%;
  margin-inline: auto;
  padding-block: 40px;
  position: relative;
}
.mv_wrap .present-area picture {
  margin-block-end: 10px;
}
@media screen and (min-width: 768px) {
  .mv_wrap .present-area {
    max-inline-size: 830px;
  }
}
.mv_wrap .cv_wrap {
  -o-border-image: linear-gradient(rgb(255, 244, 208) 0 0) 0//0 100lvi;
     border-image: linear-gradient(rgb(255, 244, 208) 0 0) fill 0//0 100lvi;
}

.main {
  width: 94%;
  max-width: 960px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .main {
    width: 90%;
  }
}
.main > section,
.main #estimate {
  margin-block-start: clamp(60px, 7.8226857888vw, 80px);
}
@media screen and (min-width: 768px) {
  .main > section,
  .main #estimate {
    margin-block-start: 80px;
  }
}
.main .notice {
  margin-block-end: clamp(32px, 4.1720990874vw, 56px);
}
.main .cv_wrap .btn {
  width: 96%;
}

.point summary > small {
  padding-inline-start: 0;
}
.point summary > small::before {
  display: none;
}
.point .att_count_num {
  font-size: 0.875rem;
  line-height: 1.5;
  position: relative;
  counter-reset: number 0;
}
.point .att_count_num > .att {
  margin-block-end: 6px;
  padding-inline-start: 2.5em !important;
}
.point .att_count_num > .att::before {
  counter-increment: number 1;
  content: "※" counter(number) "：";
  font-size: 0.875rem;
  position: absolute;
  left: 0;
  z-index: 1;
}
.point .att_count_num .popup_btn {
  padding-inline: 0;
  font-family: inherit;
  color: rgb(34, 34, 34);
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: underline;
}
.point .att_count_num .att_popup_inner {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  max-block-size: calc(94dvh - 96px);
  padding-inline: 0 6px;
  overflow-y: scroll;
}
.point .att_popup_content ol {
  margin-block: 10px;
  padding-inline-start: 2em;
  list-style: reven;
}
.point .att_popup_content .att {
  margin-block-end: 6px;
}
.point .att_close {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 2%;
  right: 4%;
}
.point .att_close::before, .point .att_close::after {
  height: 2px;
  background: rgb(235, 97, 75);
}

.grid {
  margin-block: 40px 1em;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px 30px;
}
.grid .box {
  overflow: hidden;
}
.grid .ttl {
  width: calc(100% + 16px);
  padding-block: 1em;
  color: rgb(238, 238, 238);
  text-align: center;
  line-height: 1.4;
  -o-border-image: linear-gradient(rgb(80, 62, 49) 0 0) 0//0 100lvi;
     border-image: linear-gradient(rgb(80, 62, 49) 0 0) fill 0//0 100lvi;
  font-size: clamp(20px, 5.3333333333vw, 26px);
}
@media screen and (min-width: 768px) {
  .grid .ttl {
    width: 100%;
    font-size: 1.25rem;
  }
}
.grid .ttl sup {
  font-size: 0.75rem;
  vertical-align: super;
}
.grid + .notes summary {
  position: relative;
}
.grid + .notes summary::after {
  content: "";
  clip-path: polygon(0 0, 100% 0, 50% 80%);
  background: rgb(34, 34, 34);
  width: 0.8em;
  aspect-ratio: 1/1;
  display: inline-block;
  position: absolute;
  top: 64%;
  right: -1em;
  translate: 0 -50%;
  transition: all ease 0.3s;
}
.grid + .notes:open summary::after {
  rotate: 180deg;
  top: 50%;
}
.grid .plan_50 {
  background: rgb(71, 175, 208);
}
.grid .plan_70 {
  background: rgb(223, 64, 121);
}
.grid .plan_100 {
  background: rgb(109, 178, 76);
}
.grid:not(.plan) .box {
  padding-block-end: 24px;
  padding-inline: clamp(19px, 5vw, 24px);
  display: grid;
  grid-template-rows: subgrid;
  justify-items: center;
  align-items: center;
  grid-row: span 3;
  border: 2px solid rgb(80, 62, 49);
  border-radius: 6px;
  gap: clamp(24px, 3.1290743155vw, 32px);
}
@media screen and (min-width: 768px) {
  .grid:not(.plan) .box {
    padding-inline: 32px;
  }
}
@media screen and (min-width: 1000px) {
  .grid:not(.plan) {
    grid-template-columns: repeat(2, 1fr);
  }
}
.grid.plan .box {
  color: rgb(255, 255, 255);
  display: grid;
  align-items: center;
  padding-block: clamp(32px, 4.1720990874vw, 58px);
}
.grid.plan p {
  font-size: 30;
  text-align: center;
  line-height: 1.4;
}
.grid.plan p span {
  font-size: 4.375rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 1000px) {
  .grid.plan {
    grid-template-columns: repeat(3, 1fr);
  }
}
.grid.compensation .ttl {
  font-size: clamp(18px, 4.8vw, 26px);
}
.grid.compensation .ttl span {
  color: rgb(248, 183, 126);
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .grid.compensation .ttl {
    font-size: 1.25rem;
  }
}
.grid.compensation .ttl .catch {
  font-size: clamp(22px, 5.8666666667vw, 30px);
}
@media screen and (min-width: 768px) {
  .grid.compensation .ttl .catch {
    font-size: 1.875rem;
  }
}
.grid.compensation .price {
  width: 100%;
  padding-block: 20px;
  background: rgb(255, 248, 234);
  text-align: center;
  border-radius: 6px;
}
.grid.compensation .price p {
  text-align: center;
}
.grid.compensation .price span {
  color: rgb(235, 97, 75);
  font-size: 1.125rem;
  font-weight: 700;
}
.grid.compensation .box:has(.inner) {
  grid-row: span 4;
}

.notice .sec_ttl {
  padding-block-end: 0;
  font-size: 1.25rem;
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .notice .sec_ttl {
    grid-template-columns: repeat(2, 1fr);
    gap: 0 16px;
    font-size: clamp(20px, 2.6075619296vw, 24px);
  }
}
.notice .sec_ttl .tld {
  font-size: clamp(24px, 3.1290743155vw, 32px);
}
.notice .sec_sub_ttl {
  padding-block: 0.5em;
  font-size: 1rem;
  text-align: center;
  background: rgb(217, 217, 217);
}
.notice .note {
  margin-block: clamp(20px, 2.6075619296vw, 32px) clamp(28px, 3.6505867014vw, 48px);
  padding-block: 1em;
  padding-inline: 1em;
  border: 1px solid rgb(34, 34, 34);
}
.notice .notice_inner {
  margin-block-end: clamp(32px, 4.1720990874vw, 56px);
}
.notice .notice_inner .block_sp {
  margin-inline-start: 0;
}
@media screen and (min-width: 768px) {
  .notice .notice_inner .block_sp {
    margin-inline-start: 0.5em;
  }
}
.notice address {
  width: 100%;
  max-width: 600px;
  margin-inline: auto;
}
.notice address .company_name {
  margin-block-start: clamp(16px, 2.0860495437vw, 24px);
}
.notice .number {
  width: 100%;
  max-width: 600px;
  margin-inline: auto;
}

.terasel_cp_bnr {
  width: calc(100% - 12px);
  height: auto;
  max-block-size: 82px;
  padding-block: 0.5em;
  padding-inline: 40px 0;
  color: rgb(34, 34, 34);
  display: block;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
  overflow: hidden;
  position: fixed;
  bottom: 2%;
  right: 50%;
  translate: 50% 0;
  background: linear-gradient(90deg, rgb(228, 64, 37) 10%, rgba(255, 255, 255, 0.85) 10%);
  border: 3px solid rgb(228, 64, 37);
  border-radius: 50px;
  box-shadow: 0 2px 8px rgba(51, 51, 51, 0.25);
}
@media (any-hover: hover) {
  .terasel_cp_bnr:hover {
    box-shadow: -1px 2px 8px rgba(72, 72, 72, 0.6);
  }
}
@media screen and (min-width: 650px) {
  .terasel_cp_bnr {
    width: 80%;
  }
}
@media screen and (min-width: 768px) {
  .terasel_cp_bnr {
    max-inline-size: 420px;
    line-height: 1.2;
    right: 10px;
    translate: 0 0;
  }
}
.terasel_cp_bnr::before {
  content: "";
  background: url(../img/gift_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: fixed;
  top: 50%;
  left: -2px;
  width: 20%;
  max-inline-size: 86px;
  aspect-ratio: 1/1;
  translate: 0 -50%;
}
.terasel_cp_bnr > span {
  display: block;
  font-size: clamp(14px, 3.7333333333vw, 18px);
  color: rgb(235, 97, 75);
}

.cp_bnr_close {
  position: fixed;
  bottom: 78px;
  right: 6px;
  width: 28px;
  height: 28px;
  background: rgb(218, 218, 218);
  border-radius: 100%;
  box-shadow: 2px 3px 3px rgba(51, 51, 51, 0.25);
}
@media screen and (min-width: 650px) {
  .cp_bnr_close {
    left: calc(80% + 44px);
    right: 0;
  }
}
@media screen and (min-width: 768px) {
  .cp_bnr_close {
    left: initial;
    right: 10px;
  }
}
.cp_bnr_close::before, .cp_bnr_close::after {
  width: 60%;
  left: 50%;
  translate: -50% 0;
  background: rgb(34, 34, 34);
}

.terasel_popup_close {
  width: 22px;
  height: 22px;
  position: absolute;
  top: 2%;
  right: 4%;
}
.terasel_popup_close::before, .terasel_popup_close::after {
  height: 4px;
  background: rgb(34, 34, 34);
}

.popup_cp_content {
  width: 90vw;
  height: 90%;
  max-block-size: 90dvh;
  padding-block: min(12%, 56px) 30px;
  padding-inline: 0;
  border-radius: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
}
@media screen and (min-width: 650px) {
  .popup_cp_content {
    max-inline-size: 450px;
    max-block-size: 760px;
  }
}
.popup_cp_content .popup_cp_scroll {
  width: 84vw;
  max-inline-size: 420px;
  height: 100%;
  margin-inline: auto;
  padding-inline: 0;
  padding-block-end: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}
.popup_cp_content .popup_cp_scroll::after {
  content: "";
  width: 84vw;
  max-inline-size: 420px;
  height: 30px;
  display: block;
  background: linear-gradient(0deg, rgba(180, 180, 180, 0.4), transparent);
  position: sticky;
  bottom: 0;
  opacity: 1;
}
.popup_cp_content .popup_cp_scroll.scroll_bottom::after {
  opacity: 0;
}
.popup_cp_content .popup_cp_inner {
  padding-inline: 1em;
}
.popup_cp_content h2 {
  padding: 0;
}
.popup_cp_content .sub_ttl {
  margin-block: 0 1em;
  font-size: clamp(16px, 2.0860495437vw, 18px);
  text-align: left;
  line-height: 1.6;
}
.popup_cp_content dl {
  width: 100%;
  margin-block-start: 1em;
  margin-inline: auto;
  padding-block: 1em;
  padding-inline: 1em;
  line-height: 1.65;
  background: rgb(249, 249, 249);
}
.popup_cp_content dt {
  margin-block-start: 1em;
  font-weight: 700;
}
.popup_cp_content dd {
  margin-inline-start: 0;
}

.cp_wrap > div {
  margin-block: clamp(20px, 5.3333333333vw, 30px) clamp(30px, 8vw, 40px);
  padding-block: 1em clamp(16px, 4.2666666667vw, 28px);
  padding-inline: clamp(10px, 2.6666666667vw, 20px);
  background: rgb(249, 249, 249);
}
.cp_wrap > div:last-child {
  margin-block: clamp(20px, 5.3333333333vw, 30px) clamp(50px, 13.3333333333vw, 60px);
}
.cp_wrap h2 {
  font-size: clamp(24px, 3.1290743155vw, 32px);
  font-weight: 700;
  font-feature-settings: "palt" 1;
}
@media screen and (min-width: 768px) {
  .cp_wrap h2 {
    font-size: clamp(20px, 2.6075619296vw, 22px);
  }
}
.cp_wrap dt {
  margin-block-start: clamp(16px, 4.2666666667vw, 18px);
  font-weight: 700;
}
.cp_wrap ul {
  padding-inline-start: 2em;
  font-size: 1rem;
  list-style: disc;
}

/* お見積りセクション-------------------------------------------------------- */
#estimate {
  padding: 0;
}

#mitsumori-head {
  padding: 0 !important;
}

.mitsumori {
  text-align: center;
  width: 100vw;
  translate: -3% 0;
}
.mitsumori img {
  width: 99%;
  max-width: 800px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .mitsumori img {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .mitsumori {
    width: 100%;
    translate: 0 0;
  }
}

.choice {
  color: rgb(34, 34, 34) !important;
  font-size: clamp(18px, 4.8vw, 26px);
  letter-spacing: -0.01em;
}
@media screen and (min-width: 768px) {
  .choice {
    margin-block: 2.5em 1.8em;
    font-size: clamp(18px, 4.8vw, 26px);
  }
}
.choice .txt {
  font-weight: 700;
  background: none;
  border-bottom: 4px solid rgb(235, 97, 75);
}

#priceSim h2.estimates {
  width: 100%;
  max-width: 649px;
  margin-block-end: 0;
  margin-inline: auto;
  padding-block-end: 0;
  display: block;
}
#priceSim h5 {
  color: rgb(34, 34, 34);
}
#priceSim .box1 .animal-list {
  margin-block-start: 0;
  margin-block-end: 0;
  padding-block-end: 4px;
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  justify-items: center;
  align-items: center;
  border-bottom: none;
}
@media screen and (min-width: 650px) {
  #priceSim .box1 .animal-list {
    grid-template-columns: repeat(2, auto);
  }
}
@media screen and (min-width: 768px) {
  #priceSim .box1 .animal-list {
    margin-block-end: 80px;
    padding: 0;
  }
}
#priceSim .box1 .animal-list li {
  width: 100%;
  max-inline-size: 220px;
  margin-inline: 0;
  box-shadow: 0 4px 0 rgb(34, 34, 34);
}
@media (any-hover: hover) {
  #priceSim .box1 .animal-list li:hover {
    box-shadow: 0 0 0 rgb(34, 34, 34);
  }
}
#priceSim .box1 .animal-list li img {
  height: auto;
  vertical-align: top;
}
#priceSim .box1 .back-btn a {
  background: rgb(147, 147, 147);
  border: 1px solid rgb(147, 147, 147);
  transition: all ease 0.3s;
}
@media (any-hover: hover) {
  #priceSim .box1 .back-btn a:hover {
    color: rgb(147, 147, 147);
    background: rgb(255, 255, 255);
  }
  #priceSim .box1 .back-btn a:hover::before {
    border-top: 2px solid rgb(147, 147, 147);
    border-right: 2px solid rgb(147, 147, 147);
  }
}
#priceSim .back-btn-area-9 {
  margin: 40px 0;
}
#priceSim .btn-txt a {
  background: rgb(28, 154, 234);
  border: 1px solid rgb(28, 154, 234);
}
@media (any-hover: hover) {
  #priceSim .btn-txt a:hover {
    color: rgb(28, 154, 234);
    background: rgb(255, 255, 255);
  }
}
#priceSim .age-list .btn-txt .age-btn9 {
  background: rgb(117, 181, 254);
  border: 1px solid rgb(117, 181, 254);
}
@media (any-hover: hover) {
  #priceSim .age-list .btn-txt .age-btn9:hover {
    color: rgb(117, 181, 254);
    background: rgb(255, 255, 255);
  }
}
#priceSim .quote-plan-area .set input[type=checkbox] {
  width: clamp(14px, 1.8252933507vw, 20px);
  height: clamp(14px, 1.8252933507vw, 20px);
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
}
#priceSim .quote-plan-area .set input[type=checkbox]::before {
  width: clamp(16px, 2.0860495437vw, 22px);
  height: clamp(16px, 2.0860495437vw, 22px);
  margin: 0;
  display: block;
  border: 1px solid rgb(204, 204, 204);
  background: rgb(255, 255, 255);
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
}
#priceSim .quote-plan-area .set input[type=checkbox]:checked::after {
  content: "";
  width: clamp(10px, 1.3037809648vw, 18px);
  height: clamp(6px, 0.7822685789vw, 9px);
  margin: 0;
  display: block;
  box-sizing: border-box;
  border-bottom: 2px solid;
  border-left: 2px solid;
  border-color: rgb(230, 0, 57);
  position: absolute;
  top: 40%;
  left: 54%;
  translate: -50% -50%;
}
#priceSim .set {
  display: grid;
  grid-template-columns: clamp(16px, 2.0860495437vw, 22px) 1fr;
  justify-items: flex-start;
  gap: 8px;
}

.pedigree-head {
  font-size: clamp(16px, 4.2666666667vw, 22px);
  color: rgb(34, 34, 34);
}
@media screen and (min-width: 768px) {
  .pedigree-head {
    font-size: 1.5625rem;
  }
}
.pedigree-head .txt {
  padding-left: 0;
  background: none;
  border-bottom: 4px solid rgb(235, 97, 75);
}
.pedigree-head .txt::before {
  display: none;
}

.dog-type-list {
  border: 1px solid rgb(28, 154, 234);
}
.dog-type-list li:last-child {
  border-bottom: none;
}

.change-btn-m a {
  color: rgb(14, 91, 181);
  background: rgb(255, 255, 255);
  border: 2px solid rgb(14, 91, 181);
  transition: all 0.3s ease;
  position: relative;
}
.change-btn-m a::after {
  content: "";
  width: 100%;
  height: 4px;
  background: rgb(255, 255, 255);
  position: absolute;
  left: 0;
  bottom: -3px;
}
.change-btn-m a.change-btn-click {
  background: rgb(117, 181, 254);
  border: 2px solid rgb(117, 181, 254);
  translate: 0 -1px;
}
.change-btn-m a.change-btn-click::after {
  background: transparent;
}

.change-btn-y a {
  color: rgb(255, 255, 255);
  background: rgb(117, 181, 254);
  border: 2px solid rgb(117, 181, 254);
  transition: all 0.3s ease;
  translate: 0 -1px;
  position: relative;
}
.change-btn-y a.change-btn-click {
  color: rgb(14, 91, 181);
  border: 2px solid rgb(14, 91, 181);
  translate: 0;
  position: relative;
}
.change-btn-y a.change-btn-click::after {
  content: "";
  width: 100%;
  height: 4px;
  background: rgb(255, 255, 255);
  position: absolute;
  left: 0;
  bottom: -3px;
}

.quote-plan-area {
  border: 2px solid rgb(14, 91, 181);
}

.pay {
  color: rgb(230, 0, 57);
}

.result .result-txt {
  color: rgb(34, 34, 34);
}
.result .result-txt .txt {
  background: none;
  border-bottom: 4px solid rgb(235, 97, 75);
}

.attn a {
  color: rgb(34, 34, 34);
}/*# sourceMappingURL=style.css.map */