@charset "UTF-8";
/*-------------------------------------------------------------------
リセット
/*-------------------------------------------------------------------*/
*, *:before, *:after {
  box-sizing: border-box;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  background: transparent;
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  letter-spacing: 0.03em;
}

body {
  font-family: YakuHanJP_Noto, "Noto Sans JP", sans-serif;
  /* safari hover対策 */
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-variant-numeric: tabular-nums;
  font-weight: 400;
  line-height: 1.6;
  width: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  color: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  vertical-align: baseline;
}

ins {
  background-color: #ffff99;
  color: #000000;
  text-decoration: none;
}

mark {
  background-color: #ffff99;
  color: #000000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  border: 0;
  border-top: 1px solid #cccccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  line-height: 1;
  vertical-align: bottom;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  line-height: 1;
  outline: none;
  padding: 0;
}

*, *:before, *:after {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  z-index: 1;
}

.sp {
  display: none !important;
}

.sp_inline {
  display: none;
}

.pc_inline {
  display: inline;
}

@media screen and (min-width: 768px) {
  .imgalpha {
    cursor: pointer;
    transition: opacity 0.6s;
  }
  .imgalpha:hover {
    opacity: 0.6 !important;
  }
}
.test {
  color: #263c64;
}

.test {
  color: #263c64;
}

/*-------------------------------------------------------------------
common
/*-------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  body {
    min-width: 100%;
  }
  img {
    height: auto;
    width: 100%;
  }
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .sp_inline {
    display: inline !important;
  }
  .pc_inline {
    display: none !important;
  }
}
.number_box {
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .wrap {
    max-width: 100vw;
    overflow: hidden;
  }
}
.test {
  color: #263c64;
}

body {
  min-width: 1024px;
}
@media screen and (max-width: 768px) {
  body {
    min-width: 100%;
  }
}

/*-------------------------------------------------------------------
header
/*-------------------------------------------------------------------*/
header {
  border-bottom: 1px solid var(--Primary, #006C60);
  background: #FFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 24px;
}
@media screen and (max-width: 768px) {
  header {
    padding: 0 3.2vw;
    height: 18.6666666667vw;
  }
}
header .header_logoBox {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  header .header_logoBox {
    gap: 9.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  header .header_logo {
    width: 27.7333333333vw;
  }
}
header .header_txt {
  color: var(--Primary, #006C60);
  font-family: "Yu Gothic";
  font-size: 23px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%; /* 39.1px */
  letter-spacing: 1.84px;
}
@media screen and (max-width: 768px) {
  header .header_txt {
    font-size: 4vw;
    line-height: 220%; /* 33px */
    letter-spacing: 0.2666666667vw;
  }
}

.header_linkWrap {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .header_linkWrap.sp {
    padding: 2.1333333333vw 0 0;
    gap: 4.2666666667vw;
    margin-right: -2.6666666667vw;
    justify-content: end;
    display: flex !important;
  }
}

.header_link {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #000;
  text-align: center;
  font-feature-settings: "halt" on;
  height: 70px;
  /* p/pc - Normal - 15px - 220% */
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 220%; /* 33px */
  letter-spacing: 1.2px;
}
@media screen and (max-width: 768px) {
  .header_link {
    font-size: 3.4666666667vw;
    letter-spacing: 0.2666666667vw;
    height: auto;
  }
}
.header_link::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(../images/arrow_outward01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .header_link::after {
    width: 6.4vw;
    height: 6.4vw;
  }
}

/*-------------------------------------------------------------------
diagnosis_content
/*-------------------------------------------------------------------*/
body.question-01 .number-01 {
  color: #fff;
  background-color: #006C60;
}
body.question-02 .number-02 {
  color: #fff;
  background-color: #006C60;
}
body.question-03 .number-03 {
  color: #fff;
  background-color: #006C60;
}
body.question-04 .number-04 {
  color: #fff;
  background-color: #006C60;
}

/*-------------------------------------------------------------------
footer
/*-------------------------------------------------------------------*/
footer {
  display: flex;
  padding: 24px 0px;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
  background: #F0F0F0;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 8vw 4.2666666667vw 0;
    height: 43.4666666667vw;
  }
}
footer .official_link {
  color: #000;
  text-align: center;
  font-feature-settings: "halt" on;
  /* p/sp - Normal - 13px - 200% */
  font-family: "Noto Sans JP";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 220%; /* 28.6px */
  letter-spacing: 1.04px;
  display: table;
  margin: 0 auto;
  justify-content: center;
  border-bottom: 3px solid #006C60;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  footer .official_link {
    font-size: 3.4666666667vw;
    letter-spacing: 0.2666666667vw;
    padding-bottom: 1.0666666667vw;
    margin-bottom: 4.2666666667vw;
  }
}
footer .official_link .official_linkInner {
  display: flex;
}
footer .official_link .official_linkInner::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(../images/arrow_outward01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
footer .footer_copyright {
  color: #000;
  text-align: center;
  font-feature-settings: "halt" on;
  /* p/sp - Normal - 13px - 200% */
  font-family: "Noto Sans JP";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 220%; /* 28.6px */
  letter-spacing: 1.04px;
}
@media screen and (max-width: 768px) {
  footer .footer_copyright {
    font-size: 2.9333333333vw;
    letter-spacing: 0.1173333333vw;
  }
}

/*-------------------------------------------------------------------
diagnosis_inner
/*-------------------------------------------------------------------*/
.diagnosis_content {
  background: #F9F9F9;
  overflow: hidden;
  min-height: calc(100vh - 190px);
}
@media screen and (max-width: 768px) {
  .diagnosis_content {
    padding: 0 5.8666666667vw 26.6666666667vw;
    min-height: auto;
  }
}

.diagnosis_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .diagnosis_top {
    padding: 5.8666666667vw 5.8666666667vw 0;
    flex-direction: column;
    margin-bottom: 6.6666666667vw;
  }
}

.back_btn {
  width: 111px;
  height: 48px;
  display: flex;
  align-items: center;
  color: #000;
  text-align: center;
  /* p/Big - 18px - 210% */
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  /* 32.4px */
  letter-spacing: 0.72px;
  color: #000;
  justify-content: center;
  border-radius: 36px;
  border: 1px solid #000;
  background: var(--White, #FFF);
  background-image: url(../images/arrow_left01.svg);
  background-size: 24px;
  background-repeat: no-repeat;
  padding-left: 15px;
  background-position: 15% 50%;
}
.back_btn:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .back_btn {
    width: 48.2666666667vw;
    height: 12.8vw;
    margin-top: 2.6666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}

.diagnosis_inner {
  width: 1024px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .diagnosis_inner {
    width: 100%;
  }
}

.number_box {
  margin-top: 80px;
  margin-bottom: 80px;
  counter-reset: number 0;
  display: flex;
}
@media screen and (max-width: 768px) {
  .number_box {
    justify-content: space-between;
    margin-top: 12vw;
    margin-bottom: 5.3333333333vw;
    width: 100%;
  }
}
.number_box .number {
  display: flex;
  width: 34px;
  padding: 0px 8px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--Primary, #006C60);
  background: var(--White, #FFF);
  color: var(--Primary, #006C60);
  font-family: "Yu Gothic";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%; /* 34px */
  letter-spacing: 1.6px;
  position: relative;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .number_box .number {
    font-size: 5.3333333333vw;
    line-height: 170%; /* 34px */
    letter-spacing: 0.4266666667vw;
    width: 9.0666666667vw;
    padding: 0px 2.1333333333vw;
    justify-content: center;
    align-items: center;
    gap: 2.6666666667vw;
  }
}
.number_box .number::before {
  counter-increment: number 1; /* number カウンタの増加数をセット */
  content: counter(number) "";
  display: block;
}
.number_box .number::after {
  position: absolute;
  right: 0%;
  content: "";
  display: block;
  width: 42px;
  height: 2px;
  top: 16px;
  background: #006C60;
  transform: translateX(100%);
}
@media screen and (max-width: 768px) {
  .number_box .number::after {
    width: 32vw;
    top: 4.5333333333vw;
  }
}
.number_box .number:last-child {
  margin-right: 0;
}
.number_box .number:last-child::after {
  display: none;
}

.diagnosis_ttl {
  margin-bottom: 80px;
  color: #000;
  font-family: "Yu Gothic";
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 44.8px */
  letter-spacing: 2.24px;
}
@media screen and (max-width: 768px) {
  .diagnosis_ttl {
    font-size: 6.1333333333vw;
    margin-bottom: 10.6666666667vw;
  }
}
.diagnosis_ttl .note {
  color: #000;
  /* p/small - 11px - 200% */
  font-family: "Noto Sans JP";
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  /* 22px */
  letter-spacing: 0.55px;
  display: block;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .diagnosis_ttl .note {
    font-size: 2.9333333333vw;
    margin-top: 2.6666666667vw;
  }
}

.btn_wrap {
  display: flex;
  gap: 8px;
  align-items: baseline;
}
@media screen and (max-width: 768px) {
  .btn_wrap {
    flex-direction: column;
    gap: 2.1333333333vw;
  }
}

.diagnosis_btn {
  display: flex;
  padding: 16px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;
  border-radius: 36px;
  background: var(--Primary, #006C60);
  border: 1px solid var(--Primary, #006C60);
  color: var(--White, #FFF);
  text-align: center;
  font-family: "Yu Gothic";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%; /* 34px */
  letter-spacing: 1.6px;
  background-image: url(../images/arrow_down01.svg);
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: 94% 50%;
}
@media screen and (max-width: 768px) {
  .diagnosis_btn {
    width: 100%;
    padding: 4.2666666667vw 5.3333333333vw;
    font-size: 5.0666666667vw;
    padding-right: 13.3333333333vw;
    background-size: 6.4vw;
    border-radius: 9.6vw;
  }
}
.diagnosis_btn span {
  padding-top: 2px;
  /* p/sp - Normal - 13px - 200% */
  font-family: "Noto Sans JP";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 220%;
  /* 28.6px */
  letter-spacing: 1.04px;
}
@media screen and (max-width: 768px) {
  .diagnosis_btn span {
    font-size: 3.4666666667vw;
  }
}
.diagnosis_btn:hover {
  background-color: var(--White, #FFF);
  color: var(--Primary, #006C60);
  background-image: url(../images/arrow_down02.svg);
}

.diagnosis_btn {
  position: relative;
}

.diagnosis_btn_wrap {
  width: 250px;
}
@media screen and (max-width: 768px) {
  .diagnosis_btn_wrap {
    width: 100%;
  }
}

.spec_table {
  margin-top: -30px;
  margin-bottom: 80px;
  border-radius: 0 0 36px 36px;
  border: 1px solid var(--Primary, #006C60);
  background: var(--White, #FFF);
  padding: 0 8px;
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .spec_table {
    margin-bottom: 0vw;
    margin-top: -8vw;
    padding-top: 8vw;
  }
}
.spec_table table {
  width: 100%;
}
.spec_table .spec_tableImg {
  width: 120px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .spec_table .spec_tableImg {
    width: 32vw;
  }
}
.spec_table .spec_tableImg img {
  width: 100%;
}
.spec_table th, .spec_table td {
  color: var(--Primary, #006C60);
  font-feature-settings: "halt" on;
  /* p/pc - Normal - 15px - 220% */
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 220%;
  /* 33px */
  letter-spacing: 1.2px;
  border-bottom: 1px solid var(--Primary, #006C60);
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .spec_table th, .spec_table td {
    font-size: 4vw;
    letter-spacing: 0.32vw;
    padding-top: 2.6666666667vw;
    padding-bottom: 2.6666666667vw;
  }
}
.spec_table th {
  padding-left: 8px;
  line-height: 170%;
  /* 22.1px */
}
@media screen and (max-width: 768px) {
  .spec_table th {
    padding-left: 2.1333333333vw;
  }
}
.spec_table td {
  font-size: 15px;
  vertical-align: middle;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .spec_table td {
    padding-left: 2.1333333333vw;
    font-size: 4vw;
  }
}

/*-------------------------------------------------------------------
result
/*-------------------------------------------------------------------*/
.result_inner {
  width: 1024px;
  margin: 0 auto;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .result_inner {
    width: 100%;
    padding: 10.6666666667vw 0;
  }
}

.result_topSubTtl {
  display: flex;
  padding: 0px 8px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--Primary, #006C60);
  background: var(--Primary, #006C60);
  color: var(--White, #FFF);
  font-family: "Yu Gothic";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
  /* 34px */
  letter-spacing: 1.6px;
  display: table;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .result_topSubTtl {
    font-size: 5.3333333333vw;
    padding: 0px 2.1333333333vw;
    gap: 2.6666666667vw;
    margin-bottom: 10.6666666667vw;
  }
}

.result_topTtl {
  color: #000;
  font-family: "Yu Gothic";
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 44.8px */
  letter-spacing: 2.24px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .result_topTtl {
    font-size: 5.3333333333vw;
    letter-spacing: 0.4266666667vw;
    text-align: center;
    margin-bottom: 6.6666666667vw;
  }
}

.result_middle {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .result_middle {
    display: block;
  }
}

.result_middleBox {
  width: 328px;
  display: flex;
  padding: 16px 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 36px;
  border: 1px solid var(--Primary, #006C60);
  background: var(--White, #FFF);
  position: relative;
}
@media screen and (max-width: 768px) {
  .result_middleBox {
    width: 100%;
    padding: 4.2666666667vw 8vw;
    margin-bottom: 17.3333333333vw;
    padding-bottom: 5.3333333333vw;
  }
}

.result_middleBoxTtl {
  color: var(--Primary, #006C60);
  text-align: center;
  font-family: "Yu Gothic";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 768px) {
  .result_middleBoxTtl {
    font-size: 5.3333333333vw;
    letter-spacing: 0.4266666667vw;
  }
}

.result_middleBoxName {
  color: var(--Primary, #006C60);
  text-align: center;
  font-feature-settings: "halt" on;
  /* p/sp - Normal - 13px - 200% */
  font-family: "Noto Sans JP";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 220%;
  /* 28.6px */
  letter-spacing: 1.04px;
}
@media screen and (max-width: 768px) {
  .result_middleBoxName {
    font-size: 3.4666666667vw;
    letter-spacing: 0.2773333333vw;
  }
}

.result_middleBoxImg {
  width: 150px;
}
@media screen and (max-width: 768px) {
  .result_middleBoxImg {
    width: 40vw;
  }
}
.result_middleBoxImg img {
  width: 100%;
}

.result_table {
  width: 270px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .result_table {
    width: 100%;
  }
}
.result_table th {
  width: 120px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .result_table th {
    width: 32vw;
  }
}
.result_table th, .result_table td {
  color: var(--Primary, #006C60);
  font-feature-settings: "halt" on;
  /* p/pc - Normal - 15px - 220% */
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 220%;
  /* 33px */
  letter-spacing: 1.2px;
  border-bottom: 1px solid var(--Primary, #006C60);
  padding-bottom: 10px;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .result_table th, .result_table td {
    font-size: 4vw;
    letter-spacing: 0.32vw;
    padding-bottom: 1.8666666667vw;
    padding-top: 1.8666666667vw;
    align-items: center;
  }
}
.result_table td {
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .result_table td {
    padding-left: 5.3333333333vw;
  }
}
.result_table tr:last-child th, .result_table tr:last-child td {
  border: none;
}

.result_num {
  display: flex;
  width: 210px;
  padding: 8px 0px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 36px;
  background: var(--Primary, #006C60);
  color: var(--White, #FFF);
  text-align: center;
  font-family: "Yu Gothic";
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 44.8px */
  letter-spacing: 2.24px;
  position: absolute;
  right: 0;
  bottom: -50px;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .result_num {
    width: 56vw;
    padding: 2.1333333333vw 0px;
    gap: 2.6666666667vw;
    border-radius: 9.6vw;
    bottom: -10.6666666667vw;
    font-size: 6.1333333333vw;
    letter-spacing: 0.4906666667vw;
  }
}
.result_num::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #006C60 transparent;
  border-width: 0px 6px 9px 6px;
  position: absolute;
  top: -9px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .result_num::before {
    top: -2.4vw;
    border-width: 0px 1.6vw 2.4vw 1.6vw;
  }
}

.result_bottom {
  margin-top: 106px;
}
@media screen and (max-width: 768px) {
  .result_bottom {
    margin-top: 28.2666666667vw;
  }
}

.result_bottomTtl {
  color: #000;
  font-family: "Yu Gothic";
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 44.8px */
  letter-spacing: 2.24px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .result_bottomTtl {
    font-size: 5.3333333333vw;
    letter-spacing: 0.4266666667vw;
    margin-bottom: 6.6666666667vw;
    text-align: center;
  }
}

.result_bottomGreenTtl {
  color: var(--White, #FFF);
  text-align: center;
  font-family: "Yu Gothic";
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 44.8px */
  letter-spacing: 2.24px;
  display: flex;
  height: 109px;
  padding: 32px 0px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 36px;
  background: var(--Primary, #006C60);
}
@media screen and (max-width: 768px) {
  .result_bottomGreenTtl {
    font-size: 6.1333333333vw;
    letter-spacing: 0.4906666667vw;
    padding: 8.5333333333vw 0px;
    height: 29.0666666667vw;
    gap: 2.6666666667vw;
    border-radius: 9.6vw;
  }
}

.result_bottomGreenBox {
  display: flex;
  width: 480px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 36px;
  border: 1px solid var(--Primary, #006C60);
  background: var(--White, #FFF);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .result_bottomGreenBox {
    width: 100%;
    margin-bottom: 2.1333333333vw;
    border-radius: 9.6vw;
  }
}

.result_bottomGreenBoxTtl {
  color: var(--White, #FFF);
  text-align: center;
  font-family: "Yu Gothic";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
  /* 34px */
  letter-spacing: 1.6px;
  display: flex;
  padding: 16px 0px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  background: var(--Primary, #006C60);
}
@media screen and (max-width: 768px) {
  .result_bottomGreenBoxTtl {
    color: var(--White, #FFF);
    text-align: center;
    font-feature-settings: "halt" on;
    /* p/pc - Normal - 15px - 220% */
    font-family: "Noto Sans JP";
    font-size: 4vw;
    font-style: normal;
    font-weight: 400;
    line-height: 220%;
    /* 33px */
    letter-spacing: 0.32vw;
  }
}

.result_bottomGreenBoxContInner {
  display: flex;
  align-items: baseline;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .result_bottomGreenBoxContInner {
    gap: 2.6666666667vw;
  }
}

.result_bottomGreenBoxCont {
  display: flex;
  padding: 32px 0px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  box-sizing: border-box;
}
.result_bottomGreenBoxCont .contact_btn {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .result_bottomGreenBoxCont {
    height: 19.4666666667vw;
    padding: 2.6666666667vw 0px;
    gap: 2.6666666667vw;
  }
}

.result_bottomGreenBoxContPrice {
  color: var(--Primary, #006C60);
  text-align: center;
  font-family: Futura;
  font-size: 44px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 57.2px */
  letter-spacing: 0.44px;
}
@media screen and (max-width: 768px) {
  .result_bottomGreenBoxContPrice {
    font-size: 36px;
    letter-spacing: 0.36px;
  }
}

.result_bottomGreenBoxContUnit {
  color: var(--Primary, #006C60);
  text-align: center;
  font-family: "Yu Gothic";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
  /* 34px */
  letter-spacing: 1.6px;
}
@media screen and (max-width: 768px) {
  .result_bottomGreenBoxContUnit {
    font-size: 5.3333333333vw;
    letter-spacing: 0.4266666667vw;
  }
}

.result_bottomGreenBoxContTax {
  color: var(--Primary, #006C60);
  font-feature-settings: "halt" on;
  /* p/sp - Normal - 13px - 200% */
  font-family: "Noto Sans JP";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 220%;
  /* 28.6px */
  letter-spacing: 1.04px;
  display: flex;
  padding: 0px 8px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--Primary, #006C60);
}
@media screen and (max-width: 768px) {
  .result_bottomGreenBoxContTax {
    font-size: 3.4666666667vw;
    letter-spacing: 0.2773333333vw;
    position: relative;
    bottom: 1.3333333333vw;
  }
}

.result_bottomGreenBoxContTilde {
  color: var(--Primary, #006C60);
  text-align: center;
  font-family: "Yu Gothic";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
  /* 34px */
  letter-spacing: 1.6px;
}
@media screen and (max-width: 768px) {
  .result_bottomGreenBoxContTilde {
    font-size: 5.3333333333vw;
    letter-spacing: 0.4266666667vw;
  }
}

.result_bottomGreenBoxWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .result_bottomGreenBoxWrap {
    display: block;
    margin-top: 2.1333333333vw;
  }
}

.result_bottomNote {
  margin-top: 30px;
  color: #000;
  /* p/small - 11px - 200% */
  font-family: "Noto Sans JP";
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  /* 22px */
  letter-spacing: 0.55px;
}
@media screen and (max-width: 768px) {
  .result_bottomNote {
    margin-top: 2.6666666667vw;
    font-size: 2.9333333333vw;
    letter-spacing: 0.1466666667vw;
  }
}

.contact_box {
  margin-left: 35px;
  margin-right: 35px;
  display: flex;
  height: 318px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  flex-shrink: 0;
  background: var(--White, #FFF);
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .contact_box {
    padding: 10.6666666667vw 0;
    margin: 0;
    height: auto;
    width: 100vw;
    margin-left: -5.8666666667vw;
  }
}

@media screen and (max-width: 768px) {
  .result_bottomGreenBoxIcon {
    width: 8.5333333333vw;
    display: block;
    margin: 1.6vw auto;
  }
}

.contact_boxTtl {
  color: #000;
  text-align: center;
  font-family: "Yu Gothic";
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  /* 45px */
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .contact_boxTtl {
    font-size: 4.8vw;
    letter-spacing: 0.192vw;
    margin-bottom: 4vw;
  }
}

.contact_btnBox {
  display: flex;
  gap: 20px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .contact_btnBox {
    flex-direction: column;
    gap: 2.1333333333vw;
  }
}

.contact_btn {
  display: flex;
  width: 322px;
  padding: 16px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 36px;
  color: var(--White, #FFF);
  text-align: center;
  font-family: "Yu Gothic";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
  /* 34px */
  letter-spacing: 1.6px;
  position: relative;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .contact_btn {
    margin-top: 0;
    font-size: 4.8vw;
    letter-spacing: 0.2666666667vw;
    padding-right: 10.6666666667vw;
  }
}
.contact_btn::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(../images/arrow_outward02.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.contact_btn.btn01 {
  background: #F06D08;
}
.contact_btn.btn02 {
  background: #006C60;
}

.table-container {
  width: 80%;
  overflow: scroll;
  height: 300px;
  position: fixed;
  bottom: 0;
  right: 0;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}
.table-container table th, .table-container table td {
  border: 1px solid #000 !important;
  font-size: 10px !important;
  padding: 0px;
}
.table-container table thead th {
  /* 縦スクロール時に固定する */
  position: sticky;
  top: -1px;
  /* tbody内のセルより手前に表示する */
  z-index: 1;
}
.table-container table th:first-child {
  /* 横スクロール時に固定する */
  position: sticky;
  left: 0;
}
.table-container table thead th:first-child {
  /* ヘッダー行内の他のセルより手前に表示する */
  z-index: 2;
}

.table-container {
  overflow-x: auto;
  width: 40%;
}

.result-table {
  width: 50%;
  border-collapse: collapse;
}

.result-table th,
.result-table td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
}

.result-table th {
  background-color: #f5f5f5;
}

.result-table tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}

.table-container {
  overflow-x: auto;
}

.result-table {
  width: 100%;
  border-collapse: collapse;
}

.result-table th,
.result-table td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
}

.result-table thead th {
  position: relative;
  top: -1px;
  z-index: 1;
}

.result-table th {
  background-color: #f5f5f5;
}

.result-table tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}

/* ハイライト行のスタイル */
.highlighted-row {
  background-color: #fff3cd !important;
  transition: background-color 0.3s ease;
}

/* ホバー効果 */
.result_error {
  background-color: #fff;
  padding: 90px 0;
  margin: 0 35px;
  display: none;
}
.result_error .contact_btn {
  margin: 0 auto;
}

.result_errorTtl {
  color: #000;
  text-align: center;
  /* H3 - 25px - 170% */
  font-family: "Yu Gothic Pr6N";
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 45px */
  letter-spacing: 1px;
  margin-bottom: 25px;
}

.result_errorBtn {
  display: flex;
  width: 322px;
  height: 66px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 36px;
  background: #F06D08;
  color: var(--White, #FFF);
  text-align: center;
  /* H5 - 20px - 170% */
  font-family: "Yu Gothic Pr6N";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 170%; /* 34px */
  letter-spacing: 1.6px;
  margin: 0 auto;
}

.result_errorBottom {
  display: flex;
  margin-top: 40px;
  margin-bottom: 100px;
  justify-content: center;
  align-items: center;
  gap: 15px;
  justify-content: center;
}

.error .result_middle, .error .result_bottom, .error .result_bottomGreenBoxWrap, .error .result_bottomNote, .error .contact_box {
  display: none !important;
}
.error .result_inner {
  padding-bottom: 40px;
}
.error .result_error, .error .result_errorBottom {
  display: flex !important;
  justify-content: center;
}

.oneMore_btn {
  width: 190px;
  height: 48px;
  display: flex;
  align-items: center;
  color: #000;
  text-align: center;
  /* p/Big - 18px - 210% */
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  /* 32.4px */
  letter-spacing: 0.72px;
  color: #000;
  justify-content: center;
  border-radius: 36px;
  border: 1px solid #000;
  background: var(--White, #FFF);
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: 15% 50%;
}
.oneMore_btn:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .oneMore_btn {
    width: 48.2666666667vw;
    height: 12.8vw;
    margin-top: 2.6666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}

.result_mask {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  color: var(--Primary, #006C60);
  font-family: "Yu Gothic";
  font-size: 1.4vw;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 1.84px;
}

@media screen and (max-width: 768px) {
  .error .result_inner {
    padding: 10.6666666667vw 0 0;
  }
  .error .result_error {
    width: 100vw;
    margin: 0 -5.8666666667vw;
    padding: 10.6666666667vw 5.8666666667vw;
  }
  .error .result_errorTtl {
    font-size: 4.8vw;
    letter-spacing: 0.192vw;
  }
  .result_errorBottom {
    flex-direction: column;
    gap: 2.1333333333vw;
  }
  .back_btn {
    width: 29.6vw;
  }
  .back_btn,
  .oneMore_btn {
    margin-top: 0;
    margin-bottom: 0;
  }
  .diagnosis_btn {
    white-space: nowrap;
  }
  .spBtn {
    margin: 10.6666666667vw auto 0;
  }
  .pcBtn {
    display: none;
  }
  .result .result_errorBottom {
    margin-bottom: 0vw;
  }
  .result_mask {
    font-size: 5vw;
  }
  .result .diagnosis_content {
    padding-bottom: 10.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .spBtn {
    display: none;
  }
}
.test {
  color: #263c64;
}

/*-------------------------------------------------------------------
LP
/*-------------------------------------------------------------------*//*# sourceMappingURL=style.css.map */