@charset "UTF-8";
/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

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

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

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

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

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

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

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

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

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

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

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

:root {
  --white: #fff;
  --black: #444444;
  --blue: #013384;
  --light-blue: #4AB2E6;
  --pale-blue: #B3DEF4;
  --orange: #EE6C4D;
  --gray: #B3B3B3;
  --light-gray: #DDD8D2;
  --pale-gray: #F4F2F0;
}

html {
  overflow-y: scroll;
  font-size: 0.625em;
  box-sizing: border-box;
}

body {
  color: var(--black);
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", -apple-system, BlinkMacSystemFont, "游ゴシック Medium", meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  letter-spacing: 0.04em;
}

sup {
  font-size: 0.6em;
}

img,
video {
  max-width: 100%;
  height: auto;
}

input {
  all: unset;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  background: transparent;
  border: none;
  box-sizing: border-box;
  color: inherit;
  font: inherit;
  line-height: normal;
}

em {
  font-style: normal;
}

* {
  -webkit-tap-highlight-color: transparent;
}
*:focus {
  outline: none;
}

a {
  color: inherit;
}
a:link, a:visited {
  color: var(--black);
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  opacity: 1;
}
a:active {
  opacity: 1;
}
a:focus {
  outline: 0;
}

a,
button {
  outline: none;
}

fieldset {
  border: none;
}

ol,
ul {
  list-style: none;
}

.grecaptcha-badge {
  visibility: hidden !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
  pointer-events: none !important;
}

@keyframes slideIn {
  from {
    clip-path: polygon(0 0, 0 0, -30% 100%, -20% 100%);
  }
  to {
    clip-path: polygon(0 0, 130% 0, 120% 100%, 0 100%);
  }
}
@keyframes scrollCategory {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.p-info {
  padding-top: 31rem;
}
@media screen and (max-width:767px) {
  .p-info {
    padding-top: 0;
  }
}
.p-info__sectionTitle {
  margin-bottom: 2.4rem;
}
.p-info-fv {
  padding: 0 0 5rem;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .p-info-fv {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media screen and (max-width:767px) {
  .p-info-fv {
    max-height: 40rem;
    height: 100vh;
    padding-bottom: 8rem;
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width:540px) {
  .p-info-fv {
    max-height: none;
    height: auto;
    padding: 12rem 1.6rem 4rem;
  }
}
.p-info-fv__title {
  margin-bottom: 2.4rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width:540px) {
  .p-info-fv__title {
    margin-bottom: 3.2rem;
  }
}
.p-info-fv__main {
  max-width: 144rem;
  margin: 0 auto;
  padding: 0 8rem;
  display: block;
  background: var(--blue);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width:767px) {
  .p-info-fv__main {
    font-size: 4.2rem;
  }
}
@media screen and (max-width:767px) {
  .p-info-fv__main {
    font-size: 3.2rem;
    padding: 0;
  }
}
.p-info-fv__main span {
  display: inline-block;
}
.p-info-fv__txt {
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 6rem;
  z-index: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
@media screen and (max-width:540px) {
  .p-info-fv__txt {
    bottom: 2.4rem;
  }
}
.p-info-fv__txtContainer {
  color: var(--pale-blue);
  font-family: Genos;
  font-size: 20rem;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  word-break: keep-all;
  white-space: nowrap;
  opacity: 0.2;
  max-width: none;
  width: auto;
  height: 15.2rem;
  padding-left: 41.5rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 41.5rem;
  animation: scrollCategory 20s linear infinite;
}
@media screen and (max-width:540px) {
  .p-info-fv__txtContainer {
    padding-left: 12rem;
    font-size: 12rem;
    gap: 12rem;
  }
}
.p-info-picture {
  width: 100%;
  margin-bottom: 16rem;
  background: var(--blue);
  text-align: right;
}
@media screen and (max-width:767px) {
  .p-info-picture {
    margin-bottom: 6.4rem;
  }
}
.p-info-picture__art {
  max-width: 87.5vw;
  border-radius: 2rem 0 0 2rem;
  vertical-align: bottom;
  position: relative;
  top: 8rem;
}
@media screen and (max-width:767px) {
  .p-info-picture__art {
    max-width: calc(100% - 4rem);
    top: 2.4rem;
  }
}
.p-info-tableWrap {
  margin-bottom: 5.6rem;
  border: 0.1rem solid var(--gray);
  border-radius: 2rem;
}
.p-info-table {
  width: 100%;
  border-collapse: collapse;
}
.p-info-table tr {
  border-bottom: 0.1rem solid var(--gray);
}
.p-info-table tr:last-child {
  border-bottom: none;
}
.p-info-table th {
  width: 31.25%;
  padding: 2.7rem 3.2rem 2.8rem;
  border-right: 0.1rem solid var(--gray);
  text-align: left;
  color: var(--black);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  vertical-align: top;
}
@media screen and (max-width:540px) {
  .p-info-table th {
    width: 33.5195530726%;
    padding-top: 1.6rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    padding-bottom: 1.6rem;
    font-size: 1.4rem;
  }
}
.p-info-table td {
  width: 68.75%;
  padding: 2.5rem 3.2rem 2.6rem;
  text-align: left;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  vertical-align: top;
}
@media screen and (max-width:540px) {
  .p-info-table td {
    width: 66.4804469274%;
    padding-top: 1.6rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    padding-bottom: 1.6rem;
    font-size: 1.4rem;
  }
}
.p-info-table td ul li {
  border-bottom: 0.1rem dashed var(--gray);
  padding-bottom: 0.8rem;
}
.p-info-table td ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
@media screen and (max-width:540px) {
  .p-info-table--verticalSp {
    display: block;
  }
  .p-info-table--verticalSp tbody, .p-info-table--verticalSp tr, .p-info-table--verticalSp td, .p-info-table--verticalSp th {
    width: 100%;
    display: block;
  }
  .p-info-table--verticalSp th {
    padding-bottom: 0;
    border-right: none;
  }
  .p-info-table--verticalSp td {
    padding-top: 0.8rem;
  }
}
.p-info-list {
  padding-bottom: 5.6rem;
}
@media screen and (max-width:767px) {
  .p-info-list {
    padding-bottom: 0;
  }
}
.p-info-list__item {
  border-bottom: 0.1rem dashed var(--gray);
}
.p-info-list__item:hover {
  border-bottom: none;
}
.p-info-list__item:hover .p-info-list__link {
  transform: scale(1.025);
  border-radius: 2rem;
  box-shadow: 0 0 4rem 0 rgba(0, 0, 0, 0.1);
}
.p-info-list__link {
  min-height: 8rem;
  padding: 0.8rem 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transition: transform 0.35s ease;
}
@media screen and (max-width:767px) {
  .p-info-list__link {
    padding-top: 1.2rem;
    flex-wrap: wrap;
  }
}
.p-info-list__date {
  padding: 1rem 3.2rem;
  color: var(--black);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
@media screen and (max-width:767px) {
  .p-info-list__date {
    font-size: 1.4rem;
    padding-left: 0;
    padding-right: 1.6rem;
  }
}
.p-info-list__label {
  min-width: 16rem;
  display: inline-flex;
  justify-content: center;
  align-items: flex-start;
  padding: 1rem 3.2rem;
  border-radius: 2rem;
  background: var(--blue);
  color: var(--white);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
@media screen and (max-width:767px) {
  .p-info-list__label {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    font-size: 1.4rem;
    display: inline-block;
    min-width: auto;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
.p-info-list__label--car {
  background: var(--light-blue);
}
.p-info-list__title {
  padding: 0 3.2rem;
  color: var(--black);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
@media screen and (max-width:767px) {
  .p-info-list__title {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    flex: 1 1 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.p-info-list__linkWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.6rem;
}
@media screen and (max-width:767px) {
  .p-info-list__linkWrap {
    flex-wrap: wrap;
    gap: 0.8rem;
  }
}
.p-info-list__linkWrap .c-button-sub {
  min-height: 4.5rem;
  flex: 0 0 16rem;
  min-width: 16rem;
  justify-content: center;
}
@media screen and (max-width:767px) {
  .p-info-list__linkWrap .c-button-sub {
    flex: 0 0 24rem;
  }
}
.p-info-list__linkWrap .c-button-sub__text {
  color: var(--blue);
  font-size: 1.6rem;
  line-height: 125%;
  font-weight: 700;
}
.p-info-list__linkTitle {
  margin-top: 6.4rem;
  margin-bottom: 2.4rem;
  font-size: 2rem;
  text-align: center;
}
@media screen and (max-width:767px) {
  .p-info-list__linkTitle {
    margin-top: 3.2rem;
  }
}
.p-info-list__empty {
  margin-top: 3.2rem;
}
.p-info-pagination {
  margin-top: 3.2rem;
}
.p-info-pagination ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
}
.p-info-pagination ul li span,
.p-info-pagination ul li a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 0.1rem solid var(--gray);
  width: 4rem;
  height: 4rem;
  border-radius: 0.4rem;
  transition: 0.35s ease;
}
.p-info-pagination ul li span:link, .p-info-pagination ul li span:visited,
.p-info-pagination ul li a:link,
.p-info-pagination ul li a:visited {
  color: var(--black);
}
.p-info-pagination ul li span:hover,
.p-info-pagination ul li a:hover {
  color: var(--white);
  background: var(--blue);
  border-color: var(--blue);
}
.p-info-pagination ul li span.current,
.p-info-pagination ul li a.current {
  background: var(--blue);
  border-color: var(--blue);
  color: var(--white);
}
.p-info-single {
  padding-top: 4rem;
  padding-bottom: 12rem;
}
@media screen and (max-width:767px) {
  .p-info-single {
    padding-bottom: 6.4rem;
  }
}
.p-info-single__head {
  margin-bottom: 2.4rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2.4rem;
}
.p-info-single__label {
  border-radius: 2rem;
  background: var(--blue);
  display: flex;
  padding: 1rem 3.2rem;
  align-items: flex-start;
  color: var(--white);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
@media screen and (max-width:767px) {
  .p-info-single__label {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    font-size: 1.4rem;
  }
}
.p-info-single__date {
  color: var(--black);
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
@media screen and (max-width:767px) {
  .p-info-single__date {
    font-size: 1.4rem;
    padding-left: 0;
    padding-right: 1.6rem;
  }
}
.p-info-single__title {
  margin-bottom: 2.4rem;
  color: var(--black);
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
}
@media screen and (max-width:767px) {
  .p-info-single__title {
    margin-bottom: 1.6rem;
    font-size: 2.4rem;
  }
}
.p-info-single__content p {
  margin-bottom: 1.6rem;
  color: var(--black);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
}
.p-info-form {
  max-width: 96rem;
  margin: 0 auto;
  border-radius: 20px;
  background: var(--white);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.12);
}
.p-info-form-wrap {
  padding-bottom: 12rem;
}
.p-info-form form {
  width: 100%;
  margin: 0 auto;
  padding: 6.4rem;
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
@media screen and (max-width:767px) {
  .p-info-form form {
    padding: 4rem 1.6rem;
  }
}
.p-info-form__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2.4rem;
}
@media screen and (max-width:767px) {
  .p-info-form__row {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.6rem;
  }
}
.p-info-form__row--toppos {
  align-items: flex-start;
}
.p-info-form__head {
  flex: 0 0 20rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1.2rem;
}
@media screen and (max-width:767px) {
  .p-info-form__head {
    flex: 0 0 auto;
  }
}
.p-info-form__body {
  width: 100%;
  flex: 1 1 auto;
}
.p-info-form__body:has(select) {
  position: relative;
}
.p-info-form__body:has(select)::after {
  width: 0.8rem;
  height: 0.8rem;
  margin: auto;
  border-right: 0.2rem solid var(--black);
  border-bottom: 0.2rem solid var(--black);
  content: "";
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 1.6rem;
  bottom: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.p-info-form__body input,
.p-info-form__body select,
.p-info-form__body textarea {
  width: 100%;
  height: 6rem;
  padding: 1.6rem 3.2rem;
  border: 0.1rem solid var(--gray);
  border-radius: 1.2rem;
  color: var(--black);
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.08rem;
}
@media screen and (max-width:540px) {
  .p-info-form__body input,
  .p-info-form__body select,
  .p-info-form__body textarea {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
.p-info-form__body input::-moz-placeholder, .p-info-form__body select::-moz-placeholder, .p-info-form__body textarea::-moz-placeholder {
  color: var(--gray);
}
.p-info-form__body input::placeholder,
.p-info-form__body select::placeholder,
.p-info-form__body textarea::placeholder {
  color: var(--gray);
}
.p-info-form__body textarea {
  height: 20rem;
}
.p-info-form__label {
  flex: 0 0 6.4rem;
  background: var(--blue);
  padding: 0.2rem 0.8rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  color: var(--white);
  text-align: center;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  border-radius: 20px;
}
.p-info-form__ttl {
  flex: 0 0 auto;
  color: var(--black);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}
.p-info-form__button {
  flex: 1 1 auto;
  max-width: 32rem;
  width: 100%;
  margin: 0 auto;
}
.p-info-form__button .c-button-main {
  width: 100%;
  min-height: 8rem;
  padding: 1.2rem 5rem;
  justify-content: center;
  border-radius: 10rem;
  position: relative;
}
@media screen and (max-width:767px) {
  .p-info-form__button .c-button-main {
    min-height: 6rem;
  }
}
.p-info-form__button .c-button-main__arrow {
  width: 1.2rem;
  height: 2rem;
  margin: auto;
  position: absolute;
  right: 3rem;
  top: 0;
  bottom: 0;
}
.p-info-form__button .wpcf7-spinner {
  position: absolute;
  left: 3rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
.p-info-thanks {
  width: 100%;
  margin: 0 auto;
  padding: 6.4rem;
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
@media screen and (max-width:767px) {
  .p-info-thanks {
    gap: 2.4rem;
  }
}
@media screen and (max-width:767px) {
  .p-info-thanks {
    padding: 4rem 1.6rem;
  }
}
.p-info-thanks__text {
  color: var(--black);
  text-align: center;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
}
@media screen and (max-width:767px) {
  .p-info-thanks__text {
    text-align: left;
    font-size: 1.8rem;
  }
}
.p-info-thanks__small {
  color: var(--black);
  text-align: center;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
@media screen and (max-width:767px) {
  .p-info-thanks__small {
    text-align: left;
    font-size: 1.2rem;
  }
}
.p-info-thanks__img {
  width: 100%;
  max-width: 48.2rem;
  margin: 0 auto;
  text-align: center;
}/*# sourceMappingURL=map/info.css.map */
