:root {
  --accessible-components--dark-grey: #9b9b9b;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #333;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 20px;
  display: flex;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: #71a394;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  color: #444;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

p {
  color: #444;
  margin-bottom: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

a {
  text-decoration: none;
}

strong {
  text-align: left;
  font-weight: 700;
}

.top {
  width: 500px;
  font-size: 0;
}

.hero-heading-left {
  background-color: #b4cfc8;
  background-image: url('../images/-title_bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 1px solid #e4ebf3;
  height: auto;
  padding: 0;
  position: relative;
}

.container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  width: 750px;
  max-width: 940px;
  margin: 40px auto 20px;
  display: flex;
}

.container.top {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.container.column {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.hero-wrapper {
  background-color: #0000;
  background-image: url('../images/mane.png');
  background-position: 50%;
  background-size: cover;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 400px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 20px;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40%;
  padding-top: 0;
  display: flex;
}

.precautions {
  color: #999;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.text-block {
  text-align: center;
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 10px;
  font-weight: 400;
  line-height: 140%;
}

.body {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #444;
  font-family: Noto Sans JP, sans-serif;
  line-height: 160%;
}

.h2-subcopy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  min-width: 0;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding: 4px 10px;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
  line-height: 20px;
  display: flex;
  overflow: visible;
}

.text-span {
  color: #87b3a6;
}

.text-block-2 {
  text-align: left;
  background-color: #87b3a6;
  border-radius: 20px;
  width: auto;
  padding: 8px 16px;
  font-size: 18px;
  font-weight: 400;
}

.h3 {
  background-color: #eef5f3;
  border-left: 5px solid #87b3a6;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 24px;
  font-weight: 900;
}

.heading {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 40px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 36px;
  font-weight: 800;
  line-height: 120%;
}

.table {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.table.end {
  margin-bottom: 24px;
}

.table-h-basic.label-h {
  color: #666;
  background-color: #cce7e0;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #dadada;
  border-right: 0 solid #999;
  border-radius: 0;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px 8px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  display: flex;
}

.table-h-basic.label-h.label-w {
  width: 230px;
}

.table-h-basic.label-h.label-w.end {
  border-bottom-color: #dadada;
}

.table-h-basic.clinic {
  border-top: 1px solid #dadada;
  border-bottom: 1px dashed #dadada;
  border-right: 1px solid #dadada;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 16px 8px;
  display: flex;
}

.table-h-basic.clinic.second {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-top-width: 0;
}

.table-h-basic.clinic.second.recommend {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.table-h-basic.clinic.second.end {
  border-bottom-style: solid;
}

.table-h-basic.clinic.cv.recommend.end {
  border-top-style: none;
  border-bottom-style: solid;
}

.table-h-basic.clinic.recommend {
  -webkit-text-fill-color: inherit;
  background-color: #fff7e3;
  background-clip: border-box;
}

.text-block-3 {
  color: #999;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
}

.link {
  color: #6196d8;
  text-align: center;
  font-weight: 600;
  text-decoration: none;
}

.image {
  width: 120px;
  height: auto;
}

.image.rating {
  width: 80%;
}

.image.evaluation {
  width: 36px;
}

.rating {
  text-align: center;
  font-family: Noto Sans JP, sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 100%;
}

.bold-text-6 {
  color: #444;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
}

.subscript {
  color: #999;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
}

.cvbt-h {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  color: #fff;
  text-align: left;
  background-color: #fe8676;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 16px 10px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  box-shadow: 0 5px #0000001f;
}

.cv-btn-image {
  opacity: .6;
  width: 20px;
}

.heading-2 {
  margin-top: 10px;
}

.paragraph {
  border-radius: 0;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 180%;
}

.fs_accordion-1_item-2 {
  width: 100%;
}

.fs_accordion-1_icon-2 {
  color: #fff;
  margin-right: 0;
  font-size: 30px;
  line-height: 100%;
  position: relative;
}

.fs_accordion-1_icon-2.faq {
  color: #87b3a6;
}

.fs_accordion-1_header-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  cursor: pointer;
  background-color: #92b9dc;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px;
  display: flex;
}

.fs_accordion-1_header-2:focus-visible, .fs_accordion-1_header-2[data-wf-focus-visible] {
  outline-color: var(--accessible-components--dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_accordion-1_header-2.yellow {
  background-color: #f8c755;
}

.fs_accordion-1_component-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.fs_accordion-1_content-2 {
  width: 100%;
  overflow: hidden;
}

.fs_accordion-1_content-2.faq {
  margin-top: 24px;
  margin-bottom: 24px;
}

.fs_accordion-1_body-2 {
  background-color: #fff;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-top: 10px;
  padding: 0;
  display: flex;
}

.fs_accordion-1_body-2.contents-list {
  margin-top: 0;
  padding-top: 0;
}

.fs_accordion-1_body-2.second {
  margin-top: 0;
}

.fs_accordion-1_label-2 {
  color: #fff;
  width: 100%;
  font-size: 30px;
  font-weight: 700;
}

.fs_accordion-1_label-2.faq {
  color: #87b3a6;
  font-size: 24px;
  font-weight: 600;
}

.table-h {
  background-color: #cce7e0;
  border-left: 1px solid #cce7e0;
  border-right: 1px solid #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.table-h.cv {
  border-right-width: 0;
  width: 135px;
}

.table-h.cv.cvbt-h {
  background-color: #fff;
  border-bottom: 1px solid #dadada;
  border-left-width: 0;
  border-right: 1px solid #dadada;
  border-radius: 0;
  padding-left: 8px;
  padding-right: 8px;
}

.table-h.cv.cvbt-h.recommend {
  background-color: #fff7e3;
}

.table-h.clinic-h {
  background-color: #0000;
  border-bottom: 1px solid #dadada;
  border-left-color: #dadada;
  border-right: 1px dashed #dadada;
  flex-flow: column;
}

.table-h.clinic-h.recommend {
  background-color: #fff7e3;
  flex-flow: column;
}

.table-h.second-h {
  background-color: #fff;
  border-bottom: 1px solid #dadada;
  border-left-style: none;
  border-right: 1px dashed #dadada;
  flex-flow: column;
}

.table-h.second-h.recommend {
  background-color: #fff7e3;
  border-left-width: 0;
  flex-flow: column;
}

.table-h.second-h.card-label {
  border-left-style: solid;
  border-right-style: none;
  width: 25%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.table-h.second-h.card-label.end {
  border-right-style: solid;
}

.table-h.second-h.card-label-50 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border-left-style: solid;
  border-right-style: none;
  padding-top: 20px;
  padding-bottom: 20px;
}

.table-h.second-h.card-label-50.end {
  border-right-style: solid;
}

.table-h.service.card-label {
  width: 25%;
}

.table-h-label {
  justify-content: center;
  align-items: center;
  width: 180px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: visible;
}

.table-h-label.under {
  border-top: 1px solid #e6e6e6;
  padding-top: 10px;
}

.table-h-label.top {
  margin-bottom: 10px;
}

.image-2 {
  width: 100px;
}

.cv-btn {
  font-size: 14px;
}

.footer-subscribe {
  background-color: #cce7e0;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

.container-3 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  width: 100%;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.footer-link-three {
  color: #444;
  margin-left: 0;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #1a1b1fbf;
}

.footer-bottom {
  text-align: left;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

.list-box {
  background-color: #eef5f3;
  width: 100%;
  margin-bottom: 20px;
}

.rich-text-block {
  padding: 10px;
}

.question {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #87b3a6;
  flex-flow: column;
  margin-bottom: 0;
  font-size: 16px;
  display: flex;
}

.section-bg {
  background-color: #f7f7f7;
  margin-bottom: 0;
  padding-bottom: 0;
  box-shadow: inset 0 2px 16px 2px #0000001a;
}

.image-3 {
  width: 200px;
  height: 200px;
  margin-top: 0;
  position: relative;
  left: -20px;
}

.card-title-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.h4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.card {
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  line-height: 120%;
}

.card-sub {
  color: #87b3a6;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
}

.card-ui {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 0;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  box-shadow: 0 0 14px #00000026;
}

.card-rating {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 16px;
  display: flex;
}

.card-rating-title {
  color: #999;
  background-color: #f3f3f3;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.card-star {
  width: 160px;
}

.card-rating-value {
  color: #999;
  flex: 0 auto;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  display: block;
}

.image-4 {
  width: 100%;
  max-width: 80%;
  height: 100%;
}

.card-logo {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  height: auto;
  display: flex;
}

.title-box {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 20px;
  font-weight: 700;
  display: flex;
}

.title-box.card-writing {
  margin-bottom: 20px;
}

.main-caption {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.card-list-icon {
  width: 24px;
  padding-top: 5px;
  padding-left: 5px;
}

.main-caption-title {
  background-color: #0000;
  font-weight: 600;
  line-height: 170%;
}

.main-caption-title.body-copy {
  font-size: 16px;
  font-weight: 500;
}

.link-block {
  background-color: #fe8676;
  border-radius: 10px;
}

.link-block.card-bt {
  margin-top: 24px;
  text-decoration: none;
  box-shadow: 0 5px #0003;
}

.link-block.card-bt.shine-button {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-6 {
  border: 1px #eef5f3;
  border-radius: 0;
  width: 100%;
}

.bold-text-24 {
  text-align: left;
}

.collection-list {
  width: 100%;
}

.rich-text-block-3 {
  color: #5c9e8b;
  background-color: #0000;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
}

.cv-btn-big {
  color: #fff;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 22px;
  font-weight: 800;
  text-decoration: none;
}

.text-block-9 {
  font-size: 16px;
}

.price {
  flex-flow: row;
  display: flex;
}

.comparison-item {
  justify-content: flex-start;
  align-items: flex-end;
  font-size: 20px;
  font-weight: 400;
  display: flex;
}

.comparison-item.price {
  font-size: 28px;
  font-weight: 800;
}

.price-yan {
  justify-content: flex-start;
  align-items: flex-end;
  font-weight: 700;
  line-height: 100%;
  display: flex;
}

.price-yan.price2 {
  color: #999;
  font-weight: 500;
}

.annotation {
  color: #999;
}

.bold-text-25 {
  font-size: 20px;
  line-height: 140%;
}

.form {
  flex-flow: column;
  display: flex;
}

.submit-button {
  border-radius: 10px;
  width: 80%;
  height: 60px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  box-shadow: 0 5px #0003;
}

.quick-stack, .quick-stack-2, .quick-stack-3 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  font-size: 20px;
}

.checkbox-field {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #eee;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
  font-weight: 700;
  line-height: 140%;
  display: flex;
}

.search-header {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-left: 4px solid #87b3a6;
  padding: 10px 8px;
  font-size: 28px;
  font-weight: 800;
  display: flex;
}

.tag-box {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: none;
}

.reset-bt {
  text-align: center;
  background-color: #eee;
  border: 1px solid #3898ec;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 60px;
  margin-bottom: 18px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 5px #0003;
}

.clear-bt {
  color: #3898ec;
  font-size: 16px;
  font-weight: 600;
}

.div-block-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  margin-top: 24px;
  margin-bottom: 0;
  display: flex;
}

.checkbox-2, .checkbox-3, .radio-button, .radio-button-2, .radio-button-3, .radio-button-4, .radio-button-5, .radio-button-6, .radio-button-7, .radio-button-8 {
  background-color: #fff;
  width: 20px;
  height: 20px;
  margin-left: 0;
}

.checkbox-label {
  line-height: 160%;
}

.bold-text-title {
  color: #fff;
  font-size: 20px;
}

.bold-text-30 {
  display: flex;
}

.image-7 {
  max-width: 140%;
}

.div-block-4.recommend {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
  position: absolute;
  top: 629.703px;
}

.section {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.table-item {
  text-align: center;
  font-weight: 800;
  line-height: 120%;
}

.subscript-7 {
  font-weight: 400;
}

.subscript-8 {
  font-weight: 600;
  line-height: 100%;
}

.item-value {
  text-align: center;
  font-size: 16px;
  line-height: 100%;
}

.board {
  font-size: 24px;
  font-weight: 600;
}

.cv-btn-big-image {
  width: 30px;
}

.powered {
  text-align: center;
  font-size: 10px;
}

.annotation-box {
  display: flex;
}

.annotation-icom {
  color: #999;
  width: 40px;
  font-size: 12px;
  line-height: 140%;
}

.annotation-txt {
  color: #999;
  width: 100%;
  font-size: 12px;
  line-height: 140%;
}

.annotation-frame {
  flex-flow: column;
  display: flex;
}

.annotation-frame.comparison {
  margin-top: 15px;
}

.fs_accordion-1_header-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  cursor: pointer;
  background-color: #92b9dc;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px;
  display: flex;
}

.fs_accordion-1_header-3:focus-visible, .fs_accordion-1_header-3[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs_accordion-1_header-3.faq {
  background-color: #fff;
  border-bottom: 1px solid #000;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.certification {
  justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.stamp {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #9abef7;
  border-radius: 5px;
  justify-content: space-between;
  align-items: stretch;
  width: auto;
  padding: 2px 2px 2px 10px;
  display: flex;
}

.stamp-inner {
  background-color: #fff;
}

.text-block-13 {
  color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  line-height: 100%;
  display: flex;
}

.text-block-14 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #9abef7;
  justify-content: center;
  align-items: center;
  padding: 4px 10px;
  font-size: 24px;
  font-weight: 800;
  display: flex;
}

.explanation {
  color: #87b3a6;
  justify-content: flex-start;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
  display: block;
}

.bold-text-42 {
  background-color: #f4ffcb;
}

.faq_answer {
  padding-left: 20px;
  padding-right: 20px;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: .25fr 1fr;
}

.list-title {
  color: #666;
  background-color: #cce7e0;
  justify-content: flex-start;
  align-items: center;
  width: 150px;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.list-item {
  padding: 5px 10px;
  font-size: 16px;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #000;
  border-radius: 1px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1.5fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.list-title2 {
  color: #fff;
  text-align: center;
  background-color: #87b3a6;
  border: 1px solid #c5c5c5;
  border-radius: 1px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 10px 5px;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  display: flex;
  position: static;
}

.list-title2.end {
  border-right-style: none;
}

.list-item2 {
  text-align: center;
  background-color: #cce7e0;
  border: 1px solid #c5c5c5;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 10px 5px;
  font-weight: 700;
  display: flex;
}

.list-item2.end {
  border-bottom-style: none;
}

.list-item3 {
  border: 1px solid #c5c5c5;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding: 10px 5px;
  font-size: 12px;
  line-height: 16px;
  display: flex;
}

.list-item3.end {
  border-bottom-style: none;
}

.list-item4 {
  text-align: center;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.list-item4.end {
  border-bottom-style: none;
}

.list-item4.endend {
  border-bottom-style: none;
  border-right-style: none;
}

.list-item4.sidend {
  border-right-style: none;
}

.grid-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #c5c5c5;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: auto auto;
  margin-bottom: 20px;
}

.grid-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.text-block-15 {
  text-align: right;
}

.column-h1 {
  color: #87b3a6;
  text-align: left;
  font-size: 38px;
  font-weight: 700;
}

.column-h2 {
  color: #71a394;
  background-color: #e9f3f1;
  border-bottom: 3px solid #aad4c8;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 15px;
  font-family: Noto Sans JP, sans-serif;
}

.column-h3 {
  color: #71a394;
  border-left: 2px solid #cae4dc;
  padding-left: 10px;
  font-family: Noto Sans JP, sans-serif;
}

.column-rich {
  color: #444;
  padding-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 400;
}

.column-rich.conclusion {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.column-p {
  margin-bottom: 10px;
}

.column-p.conclusion {
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
}

.column-p-bold {
  background-color: #fff;
  background-image: linear-gradient(#fddf9100, #fcd77500 61%, #fede86 66%, #ffde7c);
}

.column-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  margin-bottom: 15px;
  line-height: 24px;
  display: flex;
}

.column-list.conclusion {
  color: #fff;
}

.column-box-green {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #cdeee3;
  border-radius: 5px;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 20px 20px 10px;
  display: flex;
}

.column-box-green.choice {
  padding-left: 10px;
  padding-right: 10px;
}

.column-h4 {
  text-align: left;
  padding-bottom: 5px;
  padding-left: 15px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
}

.column-h4.alert {
  text-align: center;
  padding-left: 0;
}

.column-h4.box-number {
  padding-left: 0;
}

.column-h4.choice {
  text-align: center;
  border-bottom: 1px solid #e6e6e6;
  padding-left: 0;
}

.column-box-yellow {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #f8f7e4;
  border-radius: 5px;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 20px 20px 10px;
  display: flex;
}

.column-box-yellow.choice {
  padding-left: 0;
  padding-right: 15px;
}

.column-box-pink {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fde8e5;
  border-radius: 5px;
  flex-flow: column;
  margin-bottom: 10px;
  padding: 20px 20px 10px;
  display: flex;
}

.column-box-pink.choice {
  padding-left: 10px;
  padding-right: 10px;
}

.column-box-blue {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #d6e5f8;
  border-radius: 5px;
  flex-flow: column;
  margin-bottom: 10px;
  padding: 20px 20px 10px;
  display: flex;
}

.column-alertbox-read {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #e61d1d;
  background-color: #0000;
  border: 2px solid #ff5454;
  border-radius: 12px;
  flex-flow: column;
  margin-bottom: 10px;
  padding: 20px 20px 10px;
  font-size: 16px;
  line-height: 24px;
  display: flex;
}

.alert {
  color: #ff2728;
}

.column-box-white {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 5px;
  flex-flow: column;
  align-items: stretch;
  margin-bottom: 0;
  padding: 20px 20px 10px;
  display: flex;
  box-shadow: 0 0 12px #00000026;
}

.column-box-white.choice {
  padding-left: 10px;
  padding-right: 10px;
}

.column-box-white.index {
  margin-bottom: 10px;
  padding-bottom: 20px;
}

.column-p-maim {
  font-size: 16px;
  line-height: 30px;
}

.column-h2-typo {
  font-size: 28px;
  line-height: 32px;
}

.column-h4-typo {
  margin-bottom: 0;
  font-size: 18px;
}

.column-h4-typo.conclusion {
  color: #fff;
  text-align: center;
  border-bottom: 1px solid #c3d4cf;
  padding-bottom: 16px;
}

.column-h4-typo.male {
  color: #4285df;
  text-align: center;
}

.column-h4-typo.woman {
  color: #d3776b;
  text-align: center;
}

.column-box-glay {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #dfdfdf;
  border-radius: 5px;
  flex-flow: column;
  margin-bottom: 10px;
  padding: 20px 20px 10px;
  display: flex;
}

.column-p-annotation {
  color: #999;
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  line-height: 26px;
}

.column-box-conclusion {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #71a394;
  border-radius: 12px;
  flex-flow: column;
  margin-bottom: 10px;
  padding: 20px 20px 10px;
  display: flex;
}

.grid-5 {
  grid-template-rows: auto;
}

.grid-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  grid-template-rows: auto auto;
  grid-template-columns: minmax(130px, .25fr) 1fr;
  padding-bottom: 10px;
}

.column-grid {
  text-align: center;
  background-color: #ebf3f1;
  border-bottom: 1px solid #fff;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  padding: 10px;
  line-height: 22px;
  display: flex;
}

.column-grid.end {
  border-bottom-style: none;
}

.column-grid-value {
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  padding: 20px 10px;
  font-weight: 400;
  display: flex;
}

.column-grid-value.end {
  border-bottom-style: none;
  justify-content: flex-start;
  align-items: center;
}

.column-box-number {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #f7f7f7;
  border-radius: 15px;
  margin-bottom: 10px;
  padding: 10px 20px 10px 10px;
  display: flex;
}

.number {
  background-color: #d3d3d3;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.text-block-16 {
  color: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 28px;
}

.number-contents {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.grid-7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.list-text {
  padding-left: 15px;
  line-height: 30px;
}

.grid-8 {
  grid-template-rows: auto;
  margin-left: 15px;
  margin-right: 15px;
}

.column-supplementbox {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid #cacaca;
  border-radius: 12px;
  flex-flow: column;
  margin-bottom: 10px;
  padding: 20px 20px 10px;
  display: flex;
}

.column-box-l-glay {
  background-color: #f8f8f8;
  border-radius: 5px;
  flex-flow: column;
  margin-bottom: 10px;
  padding: 20px 20px 10px;
  display: flex;
}

.column-box-l-glay.choice {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.grid-3-1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 10px;
}

.grid-3-2 {
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-index {
  grid-column-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: .3fr 1fr;
}

.index {
  flex-flow: column;
  display: flex;
}

.text-block-17 {
  color: #666;
  font-family: Noto Sans JP, sans-serif;
  font-size: 12px;
}

.h3-index {
  margin-top: 0;
}

.header {
  text-align: center;
  background-color: #cce7e0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.img_annotation {
  color: #999;
  font-size: 10px;
  display: flex;
  position: absolute;
  inset: auto 5px 26px auto;
}

.pr {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: auto;
  padding: 0 5px;
  font-size: 12px;
  display: flex;
  position: absolute;
  inset: 5px 0 auto auto;
}

.pr_block {
  border: 1px solid #fff;
  border-radius: 1px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 2px 4px;
  display: flex;
}

.pr_txt {
  color: #fff;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 12px;
}

@media screen and (max-width: 991px) {
  .hero-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 60px;
  }

  .hero-split {
    max-width: 40%;
    margin-bottom: 40px;
  }

  .container-3 {
    max-width: 728px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .card-title-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .image-7 {
    max-width: 160%;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    font-size: 20px;
  }

  strong {
    text-align: left;
  }

  .hero-heading-left {
    padding: 0;
  }

  .container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .container.top {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-split {
    max-width: 100%;
    padding-top: 0;
  }

  .heading {
    font-size: 28px;
  }

  .table-h-basic.label-h.label-w {
    width: 180px;
  }

  .table-h-basic.label-h.label-w.end {
    border-bottom-color: #dadada;
  }

  .table-h-basic.clinic.second {
    border-bottom-style: dashed;
  }

  .table-h-basic.clinic.second.end {
    border-bottom-style: solid;
  }

  .table-h-basic.clinic.cv.recommend {
    border-top-style: none;
    border-bottom-style: none;
  }

  .table-h-basic.clinic.cv.recommend.end {
    border-bottom-style: solid;
  }

  .text-block-3 {
    font-size: 12px;
  }

  .link {
    line-height: 120%;
  }

  .image.evaluation {
    width: 24px;
  }

  .bold-text-6 {
    font-size: 16px;
  }

  .subscript {
    font-size: 14px;
  }

  .cvbt-h {
    padding-left: 2px;
    padding-right: 2px;
  }

  .cv-btn-image {
    width: 14px;
  }

  .heading-2 {
    font-size: 20px;
  }

  .paragraph {
    font-size: 15px;
  }

  .fs_accordion-1_item-2 {
    width: auto;
  }

  .fs_accordion-1_icon-2.faq {
    font-size: 20px;
  }

  .fs_accordion-1_header-2 {
    box-sizing: border-box;
    text-align: left;
  }

  .fs_accordion-1_content-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .fs_accordion-1_body-2 {
    justify-content: flex-start;
  }

  .fs_accordion-1_body-2.contents-list {
    justify-content: flex-start;
    align-items: stretch;
  }

  .table-h {
    width: 22%;
  }

  .table-h.cv, .table-h.cv.cvbt-h {
    width: 31%;
  }

  .table-h.clinic-h {
    width: 25%;
    font-size: 10px;
  }

  .table-h.clinic-h.recommend {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .table-h.second-h {
    width: 22%;
  }

  .table-h.second-h.card-label {
    border-left-style: solid;
  }

  .table-h.second-h.card-label-50 {
    border-left-style: solid;
    width: 50%;
  }

  .table-h.service {
    width: 25%;
  }

  .table-h.service.card, .table-h.end {
    width: 50%;
  }

  .table-h-label {
    width: 100%;
    font-size: 16px;
  }

  .table-h-label.under {
    width: 100%;
  }

  .image-2 {
    width: 80px;
  }

  .cv-btn {
    font-size: 14px;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .text-block-5, .text-block-6, .text-block-7 {
    font-size: 12px;
  }

  .question {
    line-height: 180%;
  }

  .image-3 {
    width: 100px;
    height: 130px;
    left: -10px;
  }

  .card {
    font-size: 28px;
  }

  .card-sub {
    font-size: 16px;
  }

  .card-ui {
    padding-left: 10px;
    padding-right: 10px;
  }

  .card-rating-title {
    padding-left: 4px;
    padding-right: 4px;
  }

  .card-star {
    width: 100px;
  }

  .card-rating-value {
    font-size: 18px;
  }

  .main-caption {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .card-list-icon {
    width: 25px;
  }

  .main-caption-title {
    font-size: 18px;
  }

  .main-caption-title.body-copy {
    color: #666;
    font-size: 15px;
  }

  .link-block.card-bt {
    box-shadow: 0 5px #0003;
  }

  .rich-text-block-3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 140%;
  }

  .text-block-9 {
    font-size: 12px;
  }

  .price {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .comparison-item {
    font-size: 14px;
    line-height: 120%;
  }

  .comparison-item.price {
    font-size: 24px;
  }

  .price-yan.price {
    font-weight: 600;
    line-height: 120%;
  }

  .annotation {
    text-align: center;
    font-size: 12px;
    line-height: 120%;
  }

  .bold-text-25 {
    font-size: 12px;
  }

  .submit-button {
    width: 70%;
    box-shadow: 0 5px #0003;
  }

  .quick-stack {
    grid-column-gap: 3px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .quick-stack-2, .quick-stack-3 {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    padding-left: 0;
    padding-right: 0;
  }

  .checkbox-field {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: 700;
    line-height: 180%;
  }

  .search-header {
    justify-content: flex-start;
    align-items: center;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .tag-box {
    font-size: 10px;
    line-height: 100%;
  }

  .reset-bt {
    width: 30%;
    box-shadow: 0 5px #0003;
  }

  .clear-bt {
    font-weight: 600;
  }

  .div-block-3 {
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .radio-button-label-6 {
    font-weight: 700;
  }

  .bold-text-title {
    font-size: 20px;
  }

  .bold-text-30, .bold-text-31, .bold-text-32, .text-block-10, .text-block-11, .text-block-12 {
    font-size: 20px;
    line-height: 100%;
  }

  .image-7 {
    width: 80%;
  }

  .div-block-4.recommend {
    margin-left: 96px;
    left: 10.125px;
  }

  .table-item {
    font-size: 14px;
  }

  .board {
    font-size: 20px;
  }

  .annotation-icom, .annotation-txt {
    font-size: 12px;
    line-height: 140%;
  }

  .fs_accordion-1_header-3 {
    box-sizing: border-box;
    text-align: left;
  }

  .grid {
    grid-template-columns: minmax(150px, .25fr) 1fr;
  }

  .grid-2 {
    grid-template-columns: minmax(50px, .5fr) minmax(61px, 1fr) minmax(80px, .25fr) minmax(80px, .25fr) minmax(80px, .25fr) minmax(80px, .25fr) minmax(80px, .25fr);
  }

  .list-item2, .list-item4 {
    font-size: 12px;
  }

  .column-h1 {
    font-size: 30px;
    line-height: 38px;
  }

  .column-p {
    font-size: 14px;
    line-height: 26px;
  }

  .column-list {
    padding-left: 30px;
    font-size: 14px;
    line-height: 20px;
  }

  .column-box-green {
    padding: 10px 10px 0;
  }

  .column-h4.typo {
    padding-left: 0;
  }

  .column-box-yellow, .column-box-pink, .column-box-blue, .column-alertbox-read, .column-box-white {
    padding: 10px 10px 0;
  }

  .column-box-white.index {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    padding: 10px;
  }

  .column-h2-typo {
    font-size: 22px;
    line-height: 28px;
  }

  .column-box-glay {
    padding: 10px 10px 0;
  }

  .column-p-annotation {
    font-size: 12px;
    line-height: 22px;
  }

  .column-box-conclusion {
    padding: 10px 10px 0;
  }

  .grid-5 {
    grid-template-columns: 1fr;
  }

  .column-supplementbox, .column-box-l-glay {
    padding: 10px 10px 0;
  }

  .index {
    line-height: 18px;
  }

  .h3-index {
    font-size: 18px;
    line-height: 22px;
  }

  .lpgo {
    max-width: 80%;
  }

  .img_annotation {
    font-size: 10px;
  }

  .pr {
    padding-top: 0;
    font-size: 10px;
    line-height: 100%;
  }

  .pr_txt {
    font-size: 10px;
  }

  .b-brand {
    font-size: 12px;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 14px;
  }

  h3 {
    font-size: 18px;
  }

  h4 {
    font-size: 16px;
  }

  p {
    font-size: 14px;
    line-height: 26px;
  }

  strong {
    font-size: 14px;
  }

  .container {
    max-width: none;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-top: 0;
  }

  .hero-wrapper {
    background-position: 50% 80%;
    background-repeat: no-repeat;
    background-size: 200%;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    height: 280px;
    padding-bottom: 14px;
    padding-left: 10px;
    padding-right: 0;
  }

  .hero-split {
    justify-content: center;
    align-items: flex-start;
    width: auto;
    height: auto;
  }

  .body {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .h2-subcopy {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-block-2 {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 14px;
    font-weight: 600;
  }

  .h3 {
    margin-top: 0;
  }

  .heading {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .table-h-basic.clinic.recommend {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .link {
    font-size: 12px;
  }

  .rating {
    font-size: 16px;
  }

  .bold-text-6 {
    font-size: 10px;
  }

  .subscript {
    font-size: 10px;
    line-height: 120%;
  }

  .cvbt-h {
    line-height: 120%;
  }

  .heading-2 {
    font-size: 16px;
  }

  .fs_accordion-1_label-2 {
    font-size: 24px;
  }

  .fs_accordion-1_label-2.faq {
    font-size: 16px;
  }

  .image-2 {
    width: 50px;
  }

  .cv-btn {
    font-size: 12px;
  }

  .container-3 {
    max-width: none;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .image-3 {
    width: 70px;
    height: 80px;
  }

  .card {
    font-size: 20px;
  }

  .card-sub {
    font-size: 12px;
  }

  .card-ui {
    margin-top: 20px;
  }

  .card-rating {
    margin-top: 4px;
  }

  .image-6 {
    margin-bottom: 40px;
  }

  .cv-btn-big {
    font-size: 16px;
  }

  .quick-stack, .quick-stack-2, .quick-stack-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .radio-button-label-6, .radio-button-label-7, .radio-button-label-8 {
    font-size: 14px;
    font-weight: 700;
    line-height: 140%;
  }

  .bold-text-title {
    font-size: 16px;
  }

  .image-7 {
    width: 90%;
    max-width: 400px;
    height: 100%;
    padding-top: 0;
  }

  .div-block-4 {
    width: 170px;
    height: 75px;
    margin-left: 35px;
    position: relative;
    top: 8px;
  }

  .div-block-4.recommend {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100px;
    height: 40px;
    margin-left: 46px;
    display: flex;
    top: 480.703px;
  }

  .table-item {
    font-size: 12px;
  }

  .item-value {
    font-size: 10px;
  }

  .board {
    font-size: 14px;
  }

  .cv-btn-big-image {
    width: 20px;
  }

  .text-block-13 {
    justify-content: center;
    align-items: center;
    font-size: 16px;
    line-height: 160%;
  }

  .text-block-14 {
    font-size: 16px;
  }

  .bold-text-43 {
    font-size: 10px;
  }

  .grid {
    grid-template-columns: minmax(98px, .25fr) 1fr;
  }

  .list-title {
    width: auto;
  }

  .list-item {
    display: flex;
  }

  .grid-2 {
    grid-template-columns: minmax(14px, .5fr) 75px repeat(auto-fit, minmax(40px, .25fr)) minmax(40px, .25fr) minmax(40px, .25fr) minmax(40px, .25fr) minmax(40px, .25fr);
  }

  .column-h1 {
    font-size: 18px;
    line-height: 20px;
  }

  .column-rich {
    font-size: 14px;
  }

  .column-list {
    padding-left: 20px;
  }

  .column-h4 {
    padding-left: 5px;
  }

  .column-h4.choice {
    padding-bottom: 0;
  }

  .column-box-yellow.choice {
    padding-left: 10px;
  }

  .column-box-blue {
    padding-bottom: 10px;
  }

  .column-p-maim {
    font-size: 14px;
    line-height: 26px;
  }

  .column-h2-typo {
    font-size: 18px;
    line-height: 24px;
  }

  .column-h4-typo {
    font-size: 16px;
    line-height: 22px;
  }

  .grid-6 {
    grid-template-columns: minmax(100px, .25fr) 1fr;
    padding-bottom: 0;
  }

  .column-grid {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
  }

  .number {
    width: 30px;
    min-width: 30px;
  }

  .number-contents {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .grid-7 {
    grid-template-columns: 1fr;
  }

  .list-text {
    padding-left: 10px;
  }

  .grid-8 {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .grid-3-1, .grid-3-2, .grid-9 {
    grid-template-columns: 1fr;
  }

  .h3-index {
    font-size: 16px;
    line-height: 20px;
  }

  .heading-6 {
    margin-top: 5px;
  }

  .heading-7 {
    margin-bottom: 0;
  }

  .lpgo {
    max-width: 60%;
  }

  .pr {
    padding-top: 0;
    top: 0;
  }

  .b-brand {
    font-size: 10px;
  }
}

#w-node-cf268782-054a-ca57-62a0-9cd44cdae05b-05715f90, #w-node-af3d7ce6-8af8-3bd6-b993-30c4bd830e33-05715f90 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-eb04d634-5ae8-24e6-0f46-d8097724b931-05715f90 {
  grid-template-rows: minmax(0, 1fr);
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-a40b39b6-7fb4-1305-de84-1def39c25eb7-444ea479 {
  order: 0;
  place-self: auto;
}

#w-node-_2452bd8e-6617-7101-eae4-f506ecd34784-9deb9ac6 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-fe7e638c-39db-48ef-852c-031c17818d3e-0f3bc8e4, #w-node-de5316a1-a875-123a-7c80-8aac5154d51d-f3fbbf04, #w-node-_9d55004e-38a0-86f9-b481-91dfb5533d0f-f3fbbf04, #w-node-_8e78c08e-2bc0-00ce-1643-35ae12b5f008-af4b39a7, #w-node-_8e78c08e-2bc0-00ce-1643-35ae12b5f024-af4b39a7, #w-node-_207b8241-534c-65b4-daff-349052016ed1-af4b39a7, #w-node-_3c2c5513-b522-3651-f481-4e6d2a8357f7-49b34939, #w-node-b381ab9d-b134-7011-c7c8-228f9d75c624-49b34939, #w-node-f730af58-117b-4248-26fa-0376b2ee8c7a-49b34939, #w-node-_2198602d-3f68-56a6-1aec-132b53fdf188-49b34939, #w-node-_8d997d4f-37de-1b47-c233-45bd9088bd8b-49b34939, #w-node-c3409db5-50a1-a923-7446-db7d4dabb50c-49b34939, #w-node-_859a1b6f-2ae5-65aa-7ccf-fcd16a5dd4f0-49b34939, #w-node-_09b437e2-4072-74ba-d32f-811a5f7ca444-49b34939, #w-node-_9ee748bf-2791-2e36-8cfe-6f07102bf245-49b34939, #w-node-_3090b7d2-f284-56ca-9a76-ebe13ceb21f7-49b34939 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-de5316a1-a875-123a-7c80-8aac5154d51d-f3fbbf04 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


