/*! destyle.css v1.0.15 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model */
/* ============================================ */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root {
  --black: #222;
  --light-black: #999;
  --gray: #f5f5f5;
  --gray-dark: #cccccc;
  --white: #fff;
  --yellow: #FFE102;
  --orange: #FFE102;
  --purple: #321B80;
  --light-green:#CDEF81;
  --green: #7ABF69;
}

.text-green {
  color: #74B442!important;
}
.text-orange {
  color: var(--orange)!important;
}
.bold {
  font-weight: bold;
}

.pcview {
  display: none!important;
}
.spview {
  display: inherit!important;
}
@media (min-width: 901px) {
  .pcview {
    display: block!important;
  }
  .spview {
    display: none!important;
  }
}

@font-face {
  font-family: "senobi";
  font-weight: bold;
  src: url(../font/webSenobiGothic.woff2) format("woff2");
}

@font-face {
  font-family: "senobi";
  font-weight: normal;
  src: url(../font/webSenobiGothicRegular.woff2) format("woff2");
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  background-color: #f9f9f9;
  color: var(--black);
  /* font-family: "Helvetica Neue","Helvetica","Hiragino Sans","Hiragino Kaku Gothic ProN","Arial","Yu Gothic","Meiryo",sans-serif; */
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-feature-settings: "palt";
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 2;
  overflow-x: hidden;
}

a:not([class]) {
  color: #FFE102;
}

em {
  font-style: normal;
}

.l-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 740px;
  padding-left: 20px;
  padding-right: 20px;
}
.s-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 360px;
  padding-left: 20px;
  padding-right: 20px;
}
.container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 740px;
  padding-left: 20px;
  padding-right: 20px;
}

.c-block {
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: 1fr;
  justify-content: center;
  max-width: 100vw;
}

.c-block__question {
  margin-bottom: 40px;
}

.c-block__bottom {
  margin-top: 40px;
}

.p-block-type1, .p-block-type1--white, .p-block-type1--green, .p-block-type1--gray {
  gap: 0px;
  padding-bottom: 60px;
  padding-top: 30px;
}

@media (min-width: 901px) {
  .p-block-type1, .p-block-type1--white, .p-block-type1--green, .p-block-type1--gray {
    gap: 0px;
    padding-bottom: 60px;
    padding-top: 60px;
  }
}

.p-block-type1--white {
  background-color: var(--white);
}

.p-block-type1--green {
  background-color: var(--green);
  color: var(--white);
}

.p-block-type1--gray {
  background-color: var(--gray);
}

.p-block-type2, .p-block-type2--gray {
  padding: 24px;
}

@media (min-width: 901px) {
  .p-block-type2, .p-block-type2--gray {
    padding: 32px;
  }
}

.p-block-type2--gray {
  background-color: var(--gray);
}

.p-block-type3, .p-block-type3--white {
  padding-bottom: 60px;
  padding-top: 60px;
}

.p-block-type3--white {
  background-color: var(--white);
}

.p-block-type4, .p-block-type4--white {
  gap: 20px;
  padding-bottom: 60px;
}

@media (min-width: 901px) {
  .p-block-type4, .p-block-type4--white {
    gap: 36px;
    padding-bottom: 80px;
  }
}

.p-block-type4--white {
  background-color: var(--white);
}

.p-block-type5, .p-block-type5--green {
  padding-bottom: 16px;
  padding-top: 28px;
}

.p-block-type5--green {
  background-color: var(--green);
  color: var(--white);
}

@media (min-width: 901px) {
  .c-lead {
    font-size: 1.6rem;
  }
}

.p-heading-type1, .p-heading-type1--green, .p-heading-type1--white, .p-heading-type1--gray, .p-heading-type2, .p-heading-type2--white {
  /* font-family: "senobi"; */
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 2.8rem;
  -webkit-font-smoothing: antialiased;
  font-weight: bold;
  /* letter-spacing: -0.15em; */
  line-height: 1.75;
  margin-bottom: 2rem;
  position: relative;
  text-align: center;
}

@media (min-width: 901px) {
  .p-heading-type1, .p-heading-type1--green, .p-heading-type1--white, .p-heading-type1--gray, .p-heading-type2, .p-heading-type2--white {
    font-size: 4rem;
  }
}

.p-heading-type1::before, .p-heading-type1--green::before, .p-heading-type1--white::before, .p-heading-type1--gray::before, .p-heading-type2::before, .p-heading-type2--white::before {
  bottom: 0;
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  width: 100%;
}

.p-heading-type1__inner, .p-heading-type2__inner {
  display: block;
  padding-bottom: 2px;
  position: relative;
}

/* .p-heading-type1__inner::before, .p-heading-type2__inner::before {
  border-style: solid;
  border-width: 11px 15px 0 0;
  bottom: -9px;
  content: "";
  display: block;
  height: 0;
  left: -2px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  right: 0;
  width: 0;
  z-index: 1;
}

.p-heading-type1__inner::after, .p-heading-type2__inner::after {
  border-style: solid;
  border-width: 15px 21px 0 0;
  bottom: -13px;
  content: "";
  display: block;
  height: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  right: 0;
  width: 0;
} */

.p-heading-type1--green::before {
  background-color: var(--orange);
  color: var(--white);
}

.p-heading-type1--green .p-heading-type1__inner::after, .p-heading-type1--green .p-heading-type2__inner::after {
  border-color: var(--orange) transparent transparent transparent;
}

.p-block-type1--white .p-heading-type1--green .p-heading-type1__inner::before, .p-block-type1--white .p-heading-type1--green .p-heading-type2__inner::before {
  border-color: var(--white) transparent transparent transparent;
}

.p-heading-type1--white::before {
  background-color: var(--white);
}

.p-heading-type1--white .p-heading-type1__inner::after, .p-heading-type1--white .p-heading-type2__inner::after {
  border-color: var(--white) transparent transparent transparent;
}

.p-block-type1--green .p-heading-type1--white .p-heading-type1__inner::before, .p-block-type1--green .p-heading-type1--white .p-heading-type2__inner::before {
  border-color: var(--green) transparent transparent transparent;
}

.p-heading-type1--gray::before {
  background-color: var(--gray-dark);
}

.p-heading-type1--gray .p-heading-type1__inner::after, .p-heading-type1--gray .p-heading-type2__inner::after {
  border-color: var(--gray-dark) transparent transparent transparent;
}

.p-block-type1--gray .p-heading-type1--gray .p-heading-type1__inner::before, .p-block-type1--gray .p-heading-type1--gray .p-heading-type2__inner::before {
  border-color: var(--gray) transparent transparent transparent;
}

.p-heading-type2, .p-heading-type2--white {
  font-size: 2.8rem;
}

@media (min-width: 901px) {
  .p-heading-type2, .p-heading-type2--white {
    font-size: 3.6rem;
  }
}

.p-heading-type2::after, .p-heading-type2--white::after {
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-heading-type2 .p-heading-type2__small, .p-heading-type2--white .p-heading-type2__small {
  display: block;
  font-size: 2.4rem;
  letter-spacing: -0.05em;
  line-height: 1;
  padding-top: 16px;
}

@media (min-width: 901px) {
  .p-heading-type2 .p-heading-type2__small, .p-heading-type2--white .p-heading-type2__small {
    font-size: 3.2rem;
    padding-top: 24px;
  }
}

.p-heading-type2--white::before {
  background-color: var(--white);
}

.p-heading-type2--white::after {
  background-color: var(--white);
}

.p-heading-type2--white .p-heading-type2__inner::after {
  border-color: var(--white) transparent transparent transparent;
}

.p-block-type5--green .p-heading-type2--white .p-heading-type1__inner::before, .p-block-type5--green .p-heading-type2--white .p-heading-type2__inner::before {
  border-color: var(--green) transparent transparent transparent;
}

.p-heading-type2-before {
  /* font-family: "senobi"; */
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 2rem;
  -webkit-font-smoothing: antialiased;
  font-weight: bold;
  /* letter-spacing: -0.15em; */
  line-height: 1.75;
  margin-bottom: 12px;
  text-align: center;
}

@media (min-width: 901px) {
  .p-heading-type2-before {
    font-size: 2.4rem;
  }
}

.p-heading-type3 {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 3rem 0 1rem;
}

@media (min-width: 901px) {
  .p-heading-type3 {
    font-size: 2rem;
  }
}

.p-heading--sub {
  font-size: 1.4rem;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  text-align: center;
}

@media (min-width: 901px) {
  .p-heading--sub {
    font-size: 1.6rem;
  }
}

.p-text-mini {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.c-image {
  display: block;
  width: 100%;
  height: auto;
}

.c-movie-wrapper {
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}

.c-movie {
  height: 100% !important;
  position: absolute;
  right: 0;
  top: 0;
  width: 100% !important;
}

.c-button {
  border-radius: 4px;
  display: block;
  font-size: 1.5rem;
  padding: 4px;
  position: relative;
}

@media (min-width: 901px) {
  .c-button {
    font-size: 2rem;
    padding: 4px;
  }
}

.p-button-type1 {
  align-items: center;
  background-color: var(--orange);
  color: var(--black);
  display: flex;
  /* font-family: "senobi"; */
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 2rem;
  -webkit-font-smoothing: antialiased;
  font-weight: bold;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.p-button-type2 {
  align-items: center;
  background-color: var(--gray-dark);
  color: var(--white);
  display: flex;
  /* font-family: "senobi"; */
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
  font-weight: bold;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 140px;
}

.p-button-type3 {
  align-items: center;
  background-color: var(--orange);
  color: var(--black);
  display: flex;
  /* font-family: "senobi"; */
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
  font-weight: bold;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 140px;
}

@media (min-width: 901px) {
  .p-button-type1 {
    min-width: 335px;
    font-size: 2.8rem;
  }
  .p-button-type2 {
    width: 140px!important;
    font-size: 2rem;
  }
  .p-button-type3 {
    width: 140px!important;
    font-size: 2rem;
  }
}

.c-list {
  align-items: flex-start;
  display: grid;
  gap: 16px;
  justify-content: center;
}

.p-list-circle > .p-list-circle__item, .p-list-circle--green > .p-list-circle__item, .p-list-circle--gray > .p-list-circle__item {
  display: grid;
  gap: 12px;
  grid-template-columns: 18px auto;
}

.p-list-circle > .p-list-circle__item::before, .p-list-circle--green > .p-list-circle__item::before, .p-list-circle--gray > .p-list-circle__item::before {
  border-radius: 50%;
  content: "";
  display: block;
  height: 18px;
  margin-top: 5px;
  width: 18px;
}

.p-list-circle--green > .p-list-circle__item::before {
  background-color: var(--green);
  color: var(--white);
}

.p-list-circle--gray > .p-list-circle__item::before {
  background-color: var(--light-black);
}

.p-list-text {
  margin: 20px auto;
  list-style: disc;
  list-style-position: outside;
  padding-left: 3rem;
}

.p-list-text > li.p-list-text__item {
  
}

.c-iframe-wrapper {
  border: 1px solid var(--white);
  border-radius: 2px;
  height: 160px;
  padding: 8px 12px;
}

.c-iframe {
  height: 100%;
  width: 100%;
}

.c-link {
  text-decoration: underline;
}

.u-br-pc {
  display: none;
}

@media (min-width: 901px) {
  .u-br-pc {
    display: block;
  }
}

.u-br-sp {
  display: block;
}

@media (min-width: 901px) {
  .u-br-sp {
    display: none;
  }
}

.u-align-center {
  text-align: center;
}

.u-align-right {
  text-align: right;
}

.u-align-left {
  text-align: left;
}

.p-page-wrapper {
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.05), 0 0 40px 0 rgba(0, 0, 0, 0.05);
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
  width: 100%;
}

.p-introduction__list-wrapper {
  margin-top: 36px;
}

@media (min-width: 901px) {
  .p-introduction__list-wrapper {
    margin-top: 52px;
  }
}

.p-diagnosis__form {
  margin-top: 28px;
}

.p-form {
  display: grid;
  gap: 32px;
}

@media (min-width: 901px) {
  .p-form {
    align-items: center;
    gap: 36px;
    justify-content: center;
  }
}

.p-form__item-wrapper {
  display: grid;
  gap: 24px;
}

@media (min-width: 901px) {
  .p-form__item-wrapper {
    gap: 32px;
  }
}

.p-form__item, .p-form__item--policy {
  display: grid;
  gap: 8px;
}

@media (min-width: 901px) {
  .p-form__item, .p-form__item--policy {
    gap: 20px;
    grid-template-columns: auto 360px;
  }
}

.p-form__item--policy {
  gap: 28px;
  padding-top: 8px;
}

@media (min-width: 901px) {
  .p-form__item--policy {
    grid-template-columns: 1fr;
    padding-top: 0;
  }
}

.p-form__checkarea {
  font-size: 1.2rem;
}

.p-form__label, .p-form__label--checkbox {
  font-weight: bold;
}

@media (min-width: 901px) {
  .p-form__label, .p-form__label--checkbox {
    align-items: center;
    display: flex;
    font-size: 1.5rem;
  }
}

.p-form__label--checkbox {
  align-items: flex-start;
  display: grid;
  font-weight: normal;
  grid-auto-flow: column;
  justify-content: flex-start;
  margin-bottom: 1rem;
}

@media (min-width: 901px) {
  .p-form__label--checkbox {
    font-size: 1.2rem;
  }
}

::placeholder {
  color: var(--black);
  font-size: 1.3rem;
  opacity: 0.5;
}

@media (min-width: 901px) {
  ::placeholder {
    font-size: 1.4rem;
  }
}

.p-form__part-wrapper--multiple {
  display: grid;
  gap: 12px;
  grid-auto-flow: column;
  justify-content: flex-start;
}

.p-form__part {
  background-color: var(--white);
  border-radius: 2px;
  color: var(--black);
  padding: 9px 24px 9px 10px;
  width: 100%;
}

@media (min-width: 901px) {
  .p-form__part {
    padding: 10px 24px 10px 10px;
  }
}

.p-form__select-wrapepr {
  align-items: center;
  display: grid;
  gap: 8px;
  grid-template-columns: max-content max-content;
  position: relative;
}

.p-form__select-wrapepr::after {
  border-bottom: 1px solid var(--black);
  border-right: 1px solid var(--black);
  content: "";
  display: block;
  height: 7px;
  pointer-events: none;
  position: absolute;
  right: 32px;
  transform: rotate(45deg);
  width: 7px;
}

.p-form__select {
  width: 20.26667vw;
}

@media (min-width: 901px) {
  .p-form__select {
    width: 72px;
  }
}

.p-form__select--large {
  width: 26.66667vw;
}

@media (min-width: 901px) {
  .p-form__select--large {
    width: 100px;
  }
}

.p-form__unit {
  color: var(--black);
  font-size: 1.3rem;
}

.p-form__checkbox {
  -webkit-appearance: none;
  appearance: none;
  opacity: 0;
}

.p-form__checkbox-icon {
  background-color: var(--white);
  border: 1px solid var(--gray-dark);
  border-radius: 2px;
  display: block;
  height: 14px;
  margin-right: 8px;
  margin-top: 4px;
  position: relative;
  width: 14px;
}

.p-form__checkbox:checked + .p-form__checkbox-icon::after {
  border-bottom: 2px solid red;
  border-right: 2px solid red;
  bottom: 0;
  content: "";
  display: block;
  height: 8px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: -2px;
  transform: rotate(40deg);
  width: 6px;
}

.p-form__button {
  width: 100%;
}

.p-policy {
  color: var(--white);
  font-size: 1.5rem;
}

@media (min-width: 901px) {
  .p-policy {
    font-size: 1.6rem;
  }
}

.p-footer {
  background-color: var(--green);
  color: var(--white);
  margin-top: auto;
  text-align: center;
}

.p-share-list {
  display: grid;
  gap: 32px;
  grid-auto-flow: column;
  justify-content: center;
}

.p-copyright {
  display: block;
  font-size: 1.2rem;
  padding-bottom: 32px;
  padding-top: 32px;
}

.p-result__text-wrapper {
  margin-top: 32px;
}

@media (min-width: 901px) {
  .p-result__text-wrapper {
    font-size: 1.6rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 36px;
    max-width: 640px;
  }
}

.p-result__text + .p-result__text {
  margin-top: 2em;
}

.p-result__share-list {
  margin-top: 20px;
  padding-bottom: 40px;
  padding-top: 20px;
}

.p-reseult__call {
  margin-top: 30px;
}

.p-result-call {
  position: relative;
}

@media (min-width: 901px) {
  .p-result-call {
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
  }
}

.p-result-call__text {
  background: url(../img/icon_house.svg) no-repeat top center/60px;
  /* font-family: "senobi"; */
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 2.3rem;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  left: 0;
  /* letter-spacing: -0.15em; */
  line-height: 1.75;
  margin: 16px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 72px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}

@media (min-width: 901px) {
  .p-result-call__text {
    font-size: 2.8rem;
    margin: 24px;
    padding-top: 80px;
  }
}

.text-border {
  border-bottom: 4px solid rgba(228,164,34, 0.4);
}

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


.prof-box {
  display: block;
}
.prof-box .prof-img {
  width: 100%;
  max-width: 200px;
  margin: 0 auto 30px;
}
.prof-box .prof-img img {
  width: 100%;
  height: auto;
}
.prof-box .prof-text .prof-name {
  font-size: 2.4rem;
  margin-bottom: 10px;
  text-align: center;
}
.prof-box .prof-text .prof-desc {
  width: 100%;
  max-width: 500px;
}

.detail-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 40px auto 0; 
}
.detail-box .detail-text p {
  margin-bottom: 20px;
}
.detail-box .detail-text ul {
  margin-bottom: 20px; 
}
.detail-box .detail-img {
  width: 30%;
  max-width: 144px;
}
.detail-box .detail-img img {
  width: 100%;
}

.l-question {
  border-top: 10px solid var(--green);
}

.p-question__title {
  font-size: 1.5rem;
  font-weight: 600;
}

.p-list__question {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 10px;
}

.p-list__question li{
  color: var(--light-black);
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}

.p-list__question li input[type=radio]{
  position: absolute;
  visibility: hidden;
}

.p-list__question li label{
  display: block;
  position: relative;
  font-weight: 300;
  font-size: 1em;
  padding: 0px 0px 0px 32px;
  margin: 10px auto 0;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
}

.p-list__question li:hover label{
  color: var(--green);
}

.p-list__question li .check{
  display: block;
  position: absolute;
  border: 4px solid #AAAAAA;
  border-radius: 100%;
  height: 26px;
  width: 26px;
  top: 10px;
  left: 0px;
  z-index: 5;
  transition: border .25s linear;
  -webkit-transition: border .25s linear;
}

.p-list__question li:hover .check {
  border: 4px solid var(--green);
}

.p-list__question li .check::before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 100%;
  height: 12px;
  width: 12px;
  top: 3px;
  left: 3px;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}

@media (min-width: 901px) {
  .p-question__title {
    font-weight: 400;
  }
  .p-list__question {
    flex-direction: row;
  }
}

input[type=radio]:checked ~ .check {
  border: 4px solid var(--green);
}

input[type=radio]:checked ~ .check::before{
  background: var(--green);
}

input[type=radio]:checked ~ label{
  color: var(--green);
}

input[type="submit"].disabled {
  background-color: var(--gray-dark);
}

.c-block__prev,
.c-block__next {
  display: inline-block;
}

.c-block__next {
  float: right;
}

.select-error {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  background: var(--yellow);
  z-index: 10;
  padding: 10px;
  font-size: 1.4em;
  font-weight: 700;
  letter-spacing: 3px;
  animation: errorHtml 1s ease 5s forwards;
}
@keyframes errorHtml{
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    display: none;
  }
}

@media (min-width: 901px) {
  
}

.pmagic {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 740px;
  padding-left: 20px;
  padding-right: 20px;
}

form fieldset legend {
  display: none;
}

form .pmrow {
  margin: 2rem auto;
}

form .pmrow:nth-of-type(1),form .pmrow:nth-of-type(2) {
  float: left;
  width: 48%;
  margin-right: 2%;
}

form .pmrow:nth-of-type(6) {
  display: none;
}

form .pmradio {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

form .pmradio .pm-radio-option {
  cursor: pointer;
  margin-right: 1rem;
}

.pm-field-input {
  padding: 1px 0;
}

.pm-field-input input[type="text"],.pm-field-input input[type="email"],.pm-field-input input[type="password"]{
  width: 100%;
  background-color: var(--white);
  border-radius: 2px;
  color: var(--black);
  padding: 10px 24px 10px 10px;
  border: 1px solid var(--white);
  box-sizing: border-box;
  transition: border-color 0.3s, box-shadow 0.3s;
}

/* .pm-field-input:focus-within :has(input[type="text"],input[type="email"],input[type="password"]) {
  padding: 0;
  border: 1px solid #4CAF50;
  box-shadow: 0 0 5px rgba(76, 175, 80, 0.5);
} */

.pm-field-lable label {
  font-weight: bold;
  color: #fff;
}
.pm-field-lable label .pm_estric {
  font-size: 0.9em;
}

/* フォームのエラーテキストのスタイル */
.errortext {
    color: red;
    font-size: 0.9em;
    margin-top: 5px;
}

/* フォームの入力フィールドのフォーカス時のスタイル */
.pm-field-input input:focus {
  border-color: #4CAF50;
  box-shadow: 0 0 5px rgba(76, 175, 80, 0.5);
}

.termandcondition {
  width: 100%;
  background: #fff;
  color: #222;
  padding: 20px;
}

.buttonarea input[type="submit"] {
  width: 100%;
  align-items: center;
  background-color: var(--orange);
  color: var(--black);
  display: flex;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 2.8rem;
  -webkit-font-smoothing: antialiased;
  font-weight: bold;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  border-radius: 2px;
}

.pm_recaptcha {
  margin: auto;
  width: fit-content;
}

@media (min-width: 901px) {
  .buttonarea input[type="submit"] {
    min-width: 335px;
  }
}

.p-result__area {
  margin: 60px auto;
}

.p-result__area ul > li {
  margin-top: 60px;
}

.p-result__area .p-result__img {
  width: 100%;
  margin: 50px auto 30px;
}

.p-result__area .p-result__img img {
  width: 100%;
  height: auto;
}

@media (min-width: 901px) {
  .p-result__area .p-heading-type2 {
    margin-bottom: 30px;
    font-size: 3.2rem;
  }
}

.p-result__area .p-heading-type2::before {
  background: var(--green);
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
  width: 80px;
}

.p-result__area .p-heading-type2 .p-heading-type2__inner {
  line-height: 1.4;
}

@media (min-width: 901px) {
  .p-result__head .p-heading-type2 {
    font-size: 3.2rem;
  }
}

.p-result__head .p-heading-type2::before {
  background: var(--green);
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
  width: 80px;
}

.marker-under {
  background: linear-gradient(transparent 70%, var(--yellow) 70%);
}