/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

/* Document
   ========================================================================== */

html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 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 */
}

/**
 * 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: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * 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: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * 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;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[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 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}
input,
textarea {
  border-radius: 0px;
  outline: none;
  font-family: "Gilroy";
}

html,
body {
  margin: 0px 0 0 0;
  padding: 0;
  width: 100%;
  height: 100%;
  -ms-text-size-adjust: auto;
  -webkit-text-size-adjust: auto;
  font-family: "Akrobat";
}

.all {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.all__data {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  overflow-x: hidden;
}

.footer {
  width: 100%;
  height: 272px;
  height: 324px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

/* pc */
.page1 {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background: url(../images/bg.jpg) top center no-repeat;
  background-size: cover;
}

.page1-data {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: 100%;
  height: 1024px;
}

.page1-data__d1 {
  -ms-flex-positive: 1;
      flex-grow: 1;
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-left: 49px;
  padding-top: 49px;
  -ms-flex: 0 0 calc(100% - 700px);
      flex: 0 0 calc(100% - 700px);
  width: 700px;
  min-height: calc(100vh - 80px);
}

.page1-data__bottom-text {
  position: absolute;
  bottom: 20px;
}

.page1-seasone {
  padding-bottom: 20px;
}

.page1-seasone img {
  width: 211px;
  height: 111px;
}

.bottom-bg {
  position: absolute;
  width: 100%;
  z-index: 1;
  left: 0px;
  bottom: 0;
}

.page1-data__year {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-left: 0;
  position: relative;
  z-index: 2;
}
.page1-data__year img {
  width: 393px;
  height: 119px;
}

.page1-data__year--page2 {
  padding-left: 188px;
}

.page1-data__year--page3 {
  padding-left: 180px;
}

.page1-data__year--page4 {
  padding-left: 182px;
}

.page1-data__text {
  padding-top: 175px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-left: 10px;
  position: relative;
  z-index: 2;
}

.page1-data__text--page2 {
  padding-top: 252px;
  padding-left: 15px;
}

.page1-data__text--page4 {
  padding-top: 252px;
}

.page1-date {
  color: #7A6D63;
  font-weight: 900;
  font-size: 43px;
  padding-top: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-left: 15px;
  padding-bottom: 50px;
  position: relative;
  z-index: 2;
}

.dis {
  font-family: "Montserrat", sans-serif;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  width: 100%;
  -ms-flex-align: center;
      align-items: center;
  font-size: 14px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-right: 60px;
  padding-bottom: 20px;
}

.dis__year {
  width: 61px;
  -ms-flex: 0 0 61px;
      flex: 0 0 61px;
}
.dis__year img {
  width: 100%;
  width: 50px;
  height: 50px;
}

.dis__text {
  -ms-flex-positive: 1;
      flex-grow: 1;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  color: #fff;
  font-size: 14px;
  padding-right: 5px;
}

.links {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
  font-size: 0px;
  font-weight: 900;
  font-family: "Akrobat";
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-left: 50px;
}

.links__item {
  display: inline-block;
  font-size: 25px;
  padding-bottom: 5px;
  margin-right: 35px;
}

.links__link {
  text-decoration: none;
  color: #fff;
}

.bottom-main .links {
  text-align: center;
  padding-left: 0;
}
.bottom-main .links .links__item {
  margin: 5px 20px;
}

.page1-data__d2 {
  -ms-flex: 0 0 700px;
      flex: 0 0 700px;
  width: 700px;
  background: #E5097F;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.count-ab {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  border-radius: 20px;
  background-color: rgb(13, 143, 167);
  height: 127px;
  max-width: 506px;
  margin: 0 auto;
  color: #fff;
}

.count-ab__num {
  font-size: 127px;
  color: #fff;
  font-weight: 900;
  text-align: right;
  -ms-flex: 0 0 146px;
      flex: 0 0 146px;
  width: 140px;
  line-height: 110px;
}

.count-ab__text {
  -ms-flex-positive: 1;
      flex-grow: 1;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 57px;
  font-weight: 900;
  line-height: 54px;
  padding-left: 14px;
  text-align: left;
}

.logo-terms {
  text-align: center;
  padding-top: 0px;
  padding-bottom: 0px;
}
.logo-terms img {
  max-width: 100%;
}

.page__line {
  width: 100%;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 35px;
}

.logo {
  max-width: 100%;
  display: inline-block;
}
.logo img {
  width: 506px;
  height: 166px;
}

.page1__title {
  text-align: center;
  color: #fff;
  font-weight: 900;
  font-size: 41px;
  line-height: 46px;
  padding-bottom: 5px;
}

.page1__title2 {
  text-align: center;
  color: #fff;
  font-weight: 900;
  font-size: 105px;
  padding-bottom: 0px;
}

.page1__title3 {
  text-align: center;
  color: #fff;
  font-weight: 900;
  font-size: 105px;
  padding-bottom: 5px;
  margin-top: -12px;
}

.page1__title4 {
  color: #F3B5D3;
  text-align: center;
  font-weight: 900;
  font-size: 38px;
  padding-bottom: 30px;
}

.page1__line2 {
  width: 100%;
  text-align: center;
  padding-bottom: 68px;
}

.page1__line3 {
  text-align: center;
  padding-bottom: 15px;
}

.page1__line3--t1 {
  padding-top: 30px;
  padding-bottom: 75px;
}

.btn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background: #fff;
  font-weight: 900;
  text-decoration: none;
  color: #fff;
  width: 405px;
  height: 66px;
  font-size: 35px;
  border-radius: 10px;
  background: #fff;
  color: #E5097F;
}

.page1__line4 {
  text-align: center;
  padding-bottom: 23px;
}

.page1-bottom {
  display: block;
  padding-top: 15px;
  z-index: 2;
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-left: 0px;
  margin-left: -1px;
  padding-bottom: 24px;
}

.page1-bottom .links {
  text-align: left;
}

.page2 {
  width: 100%;
  min-height: 100vh;
  background: url(../images/bg2_2.jpg) no-repeat;
  background-size: cover;
  display: -ms-flexbox;
  display: flex;
  padding-top: 72px;
}

.page2__data {
  display: block;
  width: 100%;
  position: relative;
  width: 100%;
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  margin: 0 auto;
}

.page2__d1 {
  -ms-flex-positive: 1;
      flex-grow: 1;
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-left: 40px;
  padding-top: 160px;
  padding-bottom: 50px;
}

.page2__d2 {
  width: 1315px;
  margin: 0 auto;
  padding: 0 170px;
  padding-top: 35px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 30px;
  padding-bottom: 32px;
  margin-bottom: 50px;
}

.page2__title {
  text-align: center;
  color: #049199;
  font-size: 65px;
  font-weight: 900;
  padding-bottom: 28px;
}

.form-reg {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 18px;
}

.form-reg__line {
  width: calc(50% - 40px);
  -ms-flex: 1 1 calc(50% - 40px);
      flex: 1 1 calc(50% - 40px);
  padding-bottom: 10px;
}

.form-reg__input {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: none;
  width: 100%;
  height: 67px;
  border-radius: 10px;
  background: #fff;
  text-align: center;
  font-size: 26px;
  font-size: 38px;
  color: #000;
  font-weight: 600;
  padding: 0 10px;
  border: none;
  font-family: "Akrobat";
}
.form-reg__input:-ms-input-placeholder {
  color: #049199;
}
.form-reg__input::placeholder {
  color: #049199;
}

.form-reg__value {
  display: block;
  text-align: center;
  padding-top: 9px;
  color: #049199;
  font-size: 25px;
  font-family: "Akrobat";
  font-weight: 900;
  line-height: 25px;
}

.select-custom {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  height: 61px;
  border: none;
  font-size: 34px;
  color: #000;
  text-align: center;
  position: relative;
  height: 67px;
  border-radius: 10px;
}

.select-custom__result {
  font-weight: 400;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  width: 100%;
  height: 67px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-left: 0px;
  background: #fff;
  border-radius: 10px;
}

.select-custom__box {
  width: 100%;
  left: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  box-sizing: border-box;
  display: none;
  z-index: 10;
  height: 356px;
  padding: 14px 26px 14px 17px;
  background: #fff;
  border-radius:10px;
}

.select-custom__list {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding-right: 38px;
}

.select-custom__item {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 5px 24px;
  cursor: pointer;
  font-size: 24px;
  color: #7A6D63;
  text-align: left;
  cursor: pointer;
  font-weight: 400;
}

.select-custom__item:hover {
  background: #E5097F;
  color: #fff;
}

#name_shop {
  position: fixed;
  left: -999999999999px;
}

.uploadimg {
  display: none;
}

.uploadstatus {
  display: block;
  position: absolute;
  left: -99999999999999px;
}

.select-custom__result--error {
  color: #fff;
  text-transform: uppercase;
  background: #E5097F;
  background-size: cover !important;
}

.select-custom__result--error:-ms-input-placeholder {
  color: red;
  opacity: 1;
}

.select-custom__result--error::placeholder {
  color: red;
  opacity: 1;
}

.select-custom__result--error:-ms-input-placeholder {
  color: red;
}

.select-custom__result--error::-ms-input-placeholder {
  color: red;
}

.form-page__file {
  width: 100%;
  height: 67px;
  position: relative;
  margin-bottom: 0px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background: #fff;
  border-radius: 10px;
}

.form-page__file input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  left: 0;
  top: 0;
  cursor: pointer;
  z-index: 2;
}

.form-page__file-name {
  width: 100%;
  display: block;
  cursor: pointer;
  text-align: center;
  height: 100%;
  font-size: 34px;
  color: #000;
  overflow: hidden;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0 10px;
  line-height: 57px;
  text-transform: uppercase;
  font-weight: 900;
  border-radius: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.form-page__file-name img {
  display: inline-block;
  vertical-align: middle;
}

.form-page__file-name--error {
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 34px;
  background: #e5097f;
}

.form-page__file-name--true {
  color: #fff;
  background: #55881b;
}

.form-r {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: relative;
  line-height: 22px;
  padding-bottom: 38px;
  font-size: 18px;
  color: #46B1B7;
  font-weight: 400;
  margin-top: 30px;
  padding-right: 0;
  padding-left: 80px;
  font-family: "Akrobat";
}

.checkbox {
  position: absolute;
  width: 24px;
  height: 24px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 50%;
  background: #fff;
  left: 45px;
  top: -1px;
  cursor: pointer;
  border: 5px #E5097F solid;
  border-radius: 50%;
}

.checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 1px;
  visibility: hidden;
}

.checkbox--active::before {
  position: absolute;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #E5097F;
}

.form-center {
  text-align: center;
  padding-bottom: 20px;
}

.form-button {
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  border: none;
  outline: none;
  cursor: pointer;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  width: 391px;
  height: 58px;
  font-size: 35px;
  font-family: "Akrobat";
  background: #689351;
  border-radius: 10px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.page-bottom {
  width: 100%;
  position: relative;
  z-index: 2;
  margin-top: 0;
  padding-top: 34px;
  padding-bottom: 30px;
}

.page1-date--page2 {
  padding-left: 30px;
}

.page3 {
  width: 100%;
  min-height: 100vh;
  position: relative;
}

.page3__data {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

.page3__d1 {
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-left: 90px;
  padding-top: 182px;
  padding-bottom: 60px;
}

.page3__d2 {
  -ms-flex: 0 0 760px;
      flex: 0 0 760px;
  width: 760px;
  padding-top: 165px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-right: 50px;
  position: relative;
  z-index: 1;
}

.page3__line {
  text-align: center;
  padding-bottom: 70px;
}

.page3__title {
  font-size: 96px;
  color: #7A6D63;
  font-weight: 900;
  line-height: 100px;
  padding-bottom: 20px;
}

.page3__line2 {
  text-align: center;
  position: relative;
  z-index: 2;
}

.page3__link {
  text-decoration: none;
  color: #fff;
  display: inline-block;
  background: #E5097F;
  width: 516px;
  height: 77px;
  border-radius: 15px;
  line-height: 77px;
  font-weight: 900;
  font-size: 45px;
}

.page4 {
  width: 100%;
  height: 100%;
  background: url(../images/bg2.jpg) no-repeat;
  background-size: cover;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.page4__data {
  width: 100%;
  padding-top: 70px;
}

.page4__d2 {
  display: block;
  margin: 0 auto;
  padding-top: 18px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: relative;
  z-index: 1;
  width: 1315px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 30px;
  padding-bottom: 35px;
}

.phone-box {
  display: block;
  width: 100%;
  text-align: center;
  padding-bottom: 34px;
  padding-top: 74px;
}

.phone-box__input {
  width: 590px;
  height: 67px;
  border: none;
  outline: none;
  text-align: center;
  font-family: "Akrobat";
  color: #000;
  font-size: 38px;
  font-weight: 600;
  border: none;
  border-radius: 10px;
}
.phone-box__input:-ms-input-placeholder {
  color: #049199;
}
.phone-box__input::placeholder {
  color: #049199;
}

.phone-box__text {
  text-align: center;
  font-family: "Akrobat";
  color: #049199;
  text-transform: uppercase;
  font-size: 25px;
  padding-top: 15px;
  font-weight: 900;
}

.phone-box__input:-ms-input-placeholder {
  color: #049199;
}

.phone-box__input::placeholder {
  color: #049199;
}

.phone-box__value {
  padding-top: 8px;
  display: block;
  color: #2e2e2d;
  font-size: 24px;
}

.table-box {
  width: 950px;
  display: block;
  margin: 0 auto;
  min-height: 1px;
  padding-bottom: 20px;
  min-height: 1px;
  padding-bottom: 74px;
  padding-bottom: 40px;
}

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

.table-result th {
  text-align: center;
  text-transform: uppercase;
  color: #049199;
  font-size: 25px;
  padding-bottom: 12px;
  font-family: "Akrobat";
  font-weight: 800;
}

.table-result td {
  padding-left: 16px;
  padding-right: 16px;
  vertical-align: top;
  font-family: "Gilroy";
  text-transform: uppercase;
}

.table-result td.t1 {
  width: 250px;
  padding: 0;
}

.table-result td.t3 {
  width: 250px;
  padding: 0;
}

.table-box__date {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 67px;
  font-size: 38;
  color: #fff;
  background: #fff;
  color: #049199;
  border-radius: 10px;
  font-size: 38px;
}

.table-box__status {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 38px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 67px;
  margin-bottom: 10px;
  text-transform: lowercase;
  background: #fff;
  border-radius: 10px;
}

.table-box__status--t1 {
  background: #E5097F;
}

.table-box__number {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  height: 67px;
  font-size: 38px;
  color: #049199;
  margin-bottom: 16px;
  border-radius: 10px;
}

.table-box__status--t2 {
  background: #689351;
}

.table-box__status--t3 {
  background: #28BCBA;
}

.page__line--pc {
  display: none;
}

.page1-data__d2 .dis {
  display: none;
}

.moderation-text {
  text-align: center;
  color: #f01188;
  font-weight: 900;
  font-size: 40px;
}

.page1-data__d1-mobile {
  display: none;
}

/* mobile */
@media (max-width: 1880px) {
  .links__item {
    font-size: 20px;
    margin: 0 15px;
  }
}
@media (max-width: 1810px) {
  .form-r {
    padding-bottom: 19px;
  }
}
@media (max-width: 1702px) {
  .links__item {
    font-size: 18px;
  }
  .page2__d2 {
    margin-bottom: 0px;
  }
}
@media (max-width: 1576px) {
  .page__line {
    padding-top: 30px;
  }
  .page3 .page1-data__year {
    padding-left: 0;
    text-align: right;
  }
  .page3__d1 {
    padding-left: 20px;
  }
  .page1-data__d2 {
    -ms-flex: 0 0 450px;
        flex: 0 0 450px;
    width: 450px;
  }
  .page1-data__d1 {
    -ms-flex: 0 0 calc(100% - 450px);
        flex: 0 0 calc(100% - 450px);
    width: 450px;
  }
  .page1-data__year img {
    width: 250px;
    height: 76px;
  }
  .logo img {
    width: 300px;
    height: 98px;
  }
  .page1__title2 {
    font-size: 75px;
    line-height: 75px;
  }
  .page1__title3 {
    font-size: 70px;
    padding-top: 10px;
  }
  .page1__title4 {
    font-size: 28px;
  }
  .page1-data {
    height: auto;
  }
}
@media (max-width: 1576px) {
  .page1__title,
  .page1__title2 {
    font-size: 35px;
    line-height: 35px;
  }
  .page1__title2 {
    font-size: 85px;
    line-height: 85px;
  }
  .count-ab {
    max-width: 350px;
    height: 100px;
  }
  .count-ab__num {
    font-size: 100px;
    line-height: 88px;
    -ms-flex: 0 0 100px;
        flex: 0 0 100px;
    width: 100px;
  }
  .count-ab__text {
    font-size: 42px;
    line-height: 42px;
  }
  .page1__line2 img {
    width: 450px;
    height: 103px;
  }
  .page1-data__year {
    padding-left: 50px;
  }
  .page1-data__year {
    padding-left: 40px;
    padding-top: 0px;
    padding-bottom: 120px;
  }
  .page1-data__d1 {
    padding-top: 60px;
  }
  .page2 .page1-data__year {
    padding-left: 0;
    text-align: right;
    padding-right: 20px;
  }
  .page2 .page1-data__year img {
    width: 150px;
    height: 98px;
  }
  .form-r {
    padding-right: 0px;
    padding-left: 35px;
  }
  .checkbox {
    left: 0;
  }
  .page2__d1 {
    padding-left: 20px;
  }
  .page1__title2 {
    padding-bottom: 15px;
  }
  .page1-data__d1 {
    padding-top: 25px;
  }
  .page1-data__year {
    padding-left: 0px;
  }
  .page1-data__bottom-text {
    font-size: 50px;
  }
  .btn {
    font-size: 35px;
    width: 400px;
  }
}
@media (max-width: 1480px) {
  .page1-data__text img {
    width: 450px;
    height: 208px;
  }
  .dis__text {
    font-size: 12px;
    line-height: 14px;
    padding-left: 10px;
  }
  .dis__year {
    -ms-flex: 0 0 40px;
        flex: 0 0 40px;
    width: 40px;
  }
  .dis__year img {
    width: 40px;
    height: 40px;
  }
  .links__item {
    font-size: 16px;
    margin: 0 10px;
  }
  .page1-data__d1 {
    padding-left: 35px;
  }
  .page1 .links {
    padding-left: 40px;
  }
  .page2__d2 {
    padding-left: 100px;
    padding-right: 100px;
    width: 1200px;
  }
  .page4__d2 {
    width: 90%;
  }
  .table-box {
    width: 90%;
  }
}
@media (max-width: 1360px) {
  .page1__line2 img {
    width: 350px;
    height: 80px;
  }
  .btn {
    width: 350px;
    height: 60px;
    font-size: 30px;
    line-height: 60px;
  }
}
@media (max-width: 1260px) {
  .page3__d2 {
    -ms-flex: 0 0 600px;
        flex: 0 0 600px;
    width: 600px;
  }
  .page3__title {
    font-size: 77px;
    line-height: 80px;
  }
  .page4__d2 {
    padding-top: 10px;
  }
  .page4 .page1-data__year {
    padding-right: 40px;
  }
  .phone-box__input {
    font-size: 37px;
  }
  .table-box__status,
  .table-box__date,
  .table-box__number {
    font-size: 20px;
  }
  .page1-data__text--page4 {
    padding-top: 80px;
  }
  .page2__d2 {
    width: 90%;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 1215px) {
  .table-result td.t1 {
    width: 180px;
  }
  .table-result th {
    font-size: 14px;
  }
  .page1-data__bottom-text {
    padding-left: 0px;
    font-size: 40px;
  }
  .page2__d2 {
    -ms-flex: 0 0 898px;
        flex: 0 0 898px;
    width: 898px;
    margin: 0 auto;
  }
  .page2__d1 {
    padding-left: 0;
    padding-right: 10px;
    padding-top: 20px;
  }
  .page2 .page1-data__year {
    padding-bottom: 0;
  }
  .page1-data__text--page2 {
    padding-top: 0;
    margin-top: -92px;
  }
  .all--bg .all__data {
    background: #e1ddda;
  }
  .page2 .page1-data__text img {
    width: 250px;
    height: 116px;
  }
  .page2 .page1-date {
    padding-top: 4px;
  }
  .page1-date--page2 {
    padding-left: 20px;
  }
  .page2__d1 {
    padding-bottom: 0;
  }
  .page2__d2 {
    padding-top: 30px;
  }
  .page2__d2 {
    padding-bottom: 0px;
  }
  .page3__d1,
  .page3__d2 {
    padding-left: 0px;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    width: 100%;
    padding-right: 0;
  }
  .page3__d1 {
    padding-top: 20px;
  }
  .page3 .page1-data__year {
    padding-bottom: 0px;
  }
  .page3 .page1-data__text--page2 {
    margin-top: -90px;
  }
  .page3__d2 {
    padding-top: 20px;
  }
  .page3__d1 {
    padding-bottom: 10px;
  }
  .page3__line {
    padding-bottom: 36px;
  }
  .page3 .page-bottom {
    margin-top: 0;
    padding-top: 30px;
  }
  .page1-data__text img {
    width: 240px;
    height: 111px;
  }
  .page3 .page1-date {
    font-size: 30px;
  }
  .page1-data__year img {
    width: 120px;
    height: 78px;
  }
  .page3__line img {
    max-width: 300px;
  }
  .page3__title {
    font-size: 60px;
    line-height: 60px;
  }
  .page3 .page1-date {
    padding-bottom: 20px;
  }
  .page2__data {
    width: 90%;
    -ms-flex: 0 0 90%;
        flex: 0 0 90%;
  }
  .page4__data {
    padding-top: 35px;
  }
  .phone-box {
    padding-top: 30px;
  }
  .table-box {
    padding-bottom: 0;
  }
}
@media (max-width: 1150px) {
  .page1-data__d1 {
    padding-top: 31px;
  }
}
@media (max-width: 1023px) {
  .page1-data__d1-mobile {
    display: block;
  }
  .page1-data {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page1-data__d1,
  .page1-data__d2 {
    padding-left: 0px;
    width: 100%;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
  }
  .page1-data__text {
    padding-top: 0px;
    margin-top: -53px;
  }
  .page1-bottom {
    display: none;
  }
  .page1-data__year img {
    width: 120px;
    height: 78px;
  }
  .page1-data__year {
    padding-bottom: 0px;
  }
  .page1-data__d1 {
    padding-bottom: 10px;
  }
  .page__line--pc {
    display: block;
    text-align: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-left: 20px;
    margin-top: -100px;
    padding-bottom: 180px;
  }
  /*
  .page1-data__d2 .page__line {
      display: none;
  }
      */
  .page1-data__d2 .page__line {
    padding-top: 0px;
    padding-bottom: 10px;
  }
  .page1-date {
    padding-bottom: 24px;
  }
  .page1__title br {
    display: none;
  }
  .page1__title {
    padding-bottom: 20px;
  }
  .page1-data__d2 {
    padding-top: 40px;
  }
  .page1__line2 {
    padding-bottom: 20px;
  }
  .page1-data__d2 .dis {
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
  .page2__d1 .page1-data__text {
    margin-top: -104px;
  }
  .page2__title {
    font-size: 62px;
    line-height: 60px;
  }
  .page2__d2 {
    -ms-flex: 0 0 700px;
        flex: 0 0 700px;
    width: 700px;
  }
  .page1-date--page2 {
    font-size: 32px;
  }
  .page1 .page1-data__year img {
    width: 80px;
    height: 52px;
  }
  .page4__d1 {
    padding-left: 20px;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    padding-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .page4 .page1-data__text {
    margin-top: -86px;
  }
  .phone-box {
    padding-top: 0px;
  }
  .table-box__date,
  .table-box__number,
  .table-box__status {
    font-size: 30px;
  }
  .page4 .page-bottom {
    margin-top: 0;
    padding-bottom: 20px;
  }
  .page1-data__d1 {
    display: none;
  }
  .page1-data__d2 {
    width: 90%;
    margin: 0 auto;
    min-height: calc(100vh - 80px);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding-top: 20px;
    -ms-flex-pack: center;
        justify-content: center;
    background: rgba(229, 9, 127, 0.9);
  }
  .page1-data {
    display: block;
  }
  .dis__text {
    padding-left: 10px;
  }
  .dis {
    padding-right: 10px;
  }
  .page1-data__d2-all {
    text-align: center;
  }
  .page2__data {
    width: calc(100% - 40px);
    -ms-flex: 0 0 calc(100% - 40px);
        flex: 0 0 calc(100% - 40px);
  }
  .table-box__date,
  .table-box__number,
  .table-box__status {
    font-size: 20px;
    height: 40px;
  }
  .table-box__status {
    height: 38px;
    line-height: 38px;
  }
  .table-result td.t3 {
    width: 120px;
  }
  .table-box {
    padding-bottom: 30px;
  }
  .phone-box {
    padding-top: 30px;
  }
  .phone-box__text {
    font-size: 18px;
  }
  .phone-box__input {
    font-size: 25px;
  }
  .phone-box__input {
    width: 450px;
    height: 60px;
  }
  .phone-box {
    padding-bottom: 30px;
  }
  .page1-data__bottom-text {
    position: relative;
    text-align: left;
  }
  .page1 .links {
    padding-left: 0;
    text-align: center;
  }
  .page1-data__d2 {
    height: 100%;
    min-height: 100vh;
  }
  .page2__title {
    font-size: 40px;
    line-height: 40px;
  }
  .page2__d2 {
    width: 90%;
  }
  .form-reg__input {
    font-size: 25px;
    height: 50px;
  }
  .form-reg__value {
    font-size: 20px;
    padding-top: 5px;
    line-height: 22px;
  }
  .form-reg__line {
    padding-bottom: 0px;
  }
  .select-custom__result, .select-custom {
    height: 50px;
  }
  .select-custom__result img, .select-custom img {
    max-height: 30px;
  }
  .form-page__file {
    height: 50px;
  }
  .form-page__file img {
    max-height: 30px;
  }
  .form-r {
    font-size: 12px;
    line-height: 16px;
  }
  .form-center {
    padding-bottom: 35px;
  }
  .form-button {
    width: 340px;
    font-size: 30px;
  }
  .page2 .links__item {
    display: block;
    text-align: center;
  }
  .page2 {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .page1-data__text img {
    width: 300px;
    height: 139px;
  }
  .page1-date {
    font-size: 24px;
  }
  .page1__title,
  .page1__title2 {
    font-size: 30px;
    line-height: 30px;
  }
  .page1-data__d2 {
    padding-top: 20px;
  }
  .page1__line2 img {
    width: 250px;
    height: 57px;
  }
  .dis__text {
    font-size: 12px;
  }
  .dis__year {
    -ms-flex: 0 0 30px;
        flex: 0 0 30px;
    width: 30px;
  }
  .logo {
    position: relative;
    z-index: 2;
  }
  .page2__d2 {
    -ms-flex: 0 0 90%;
        flex: 0 0 90%;
    width: 90%;
    padding-right: 0px;
  }
  .page2__title {
    font-size: 52px;
    line-height: 50px;
  }
  .form-r {
    font-size: 12px;
  }
  .page2__title {
    padding-bottom: 30px;
  }
  .page2 .page1-data__text img {
    width: 120px;
    height: 56px;
  }
  .page2 .page1-date {
    font-size: 18px;
  }
  .page2 .page1-data__year img {
    width: 80px;
    height: 52px;
  }
  .page2__d1 .page1-data__text {
    margin-top: -64px;
  }
  .page2__d2 {
    width: calc(100% - 20px);
    -ms-flex: 0 0 calc(100% - 20px);
        flex: 0 0 calc(100% - 20px);
  }
  .form-r {
    line-height: 16px;
  }
  .form-button {
    width: 300px;
    height: 50px;
    font-size: 25px;
    line-height: 30px;
  }
  .form-reg__input,
  .select-custom,
  .form-page__file-name {
    font-size: 22px;
  }
  .form-reg__value {
    font-size: 12px;
  }
  .page2 .page-bottom .links__item,
  .page3 .page-bottom .links__item,
  .page4 .page-bottom .links__item {
    margin: 5px 0;
    display: block;
    text-align: center;
  }
  .checkbox {
    top: 1px;
  }
  .page2__title br {
    display: none;
  }
  .page2__title {
    font-size: 39px;
    line-height: 39px;
  }
  .form-reg__input {
    height: 48px;
    line-height: 48px;
  }
  .form-reg__line {
    padding-bottom: 5px;
  }
  .select-custom__result {
    height: 44px;
    line-height: 44px;
  }
  .select-custom__result img {
    height: 70%;
  }
  .form-page__file-name {
    line-height: 48px;
  }
  .form-page__file-name img {
    height: 70%;
  }
  .form-page__file,
  .select-custom {
    height: 48px;
  }
  .form-reg__value {
    padding-top: 2px;
  }
  .page3 .page1-data__text img {
    width: 200px;
    height: 93px;
  }
  .page3 .page1-data__text--page2 {
    margin-top: -71px;
  }
  .page3__link {
    font-size: 35px;
    width: 450px;
  }
  .page3__line img {
    max-width: 250px;
  }
  .page3__title {
    font-size: 50px;
    line-height: 50px;
  }
  .page4 .page1-data__text img {
    width: 240px;
    height: 111px;
  }
  .page4 .page1-data__text {
    margin-top: -75px;
  }
  .phone-box__input {
    font-size: 30px;
    width: 400px;
  }
  .table-box__date,
  .table-box__number,
  .table-box__status {
    font-size: 15px;
  }
  .table-result td.t1,
  .table-result td.t3 {
    width: 100px;
  }
  .page1__title {
    font-size: 25px;
    line-height: 25px;
    padding-bottom: 10px;
  }
  .page1__title2 {
    font-size: 60px;
    line-height: 60px;
  }
  .count-ab__text {
    font-size: 30px;
    line-height: 32px;
  }
  .count-ab__num {
    font-size: 70px;
    line-height: 68px;
    -ms-flex: 0 0 80px;
        flex: 0 0 80px;
    width: 80px;
  }
  .count-ab {
    max-width: 280px;
    height: 76px;
  }
  .dis__text {
    line-height: 12px;
  }
  .logo-terms {
    padding: 15px;
  }
  .logo-terms img {
    max-width: 180px;
  }
  .page1-data__d2 {
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .dis {
    padding-right: 5px;
  }
  .dis__text {
    font-size: 11px;
    line-height: 11px;
  }
  .form-page__file-name,
  .form-reg__input,
  .select-custom {
    font-size: 18px;
  }
  .page1__line3--t1 {
    padding-bottom: 20px;
  }
  .moderation-text {
    font-size: 35px;
  }
  .logo img {
    width: 250px;
    height: 82px;
  }
  .page1__title {
    font-size: 22px;
    line-height: 22px;
  }
  .page1__title2 {
    font-size: 50px;
    line-height: 50px;
  }
  .page1__title3 {
    font-size: 50px;
  }
  .page1__title4 {
    font-size: 22px;
  }
  .dis__year img {
    width: 30px;
    height: 30px;
  }
  .page1 .links .links__item {
    display: block;
    text-align: center;
  }
  .page2__title {
    font-size: 35px;
    line-height: 35px;
  }
  .page2__data {
    width: 100%;
  }
  .page2__d2 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .page2__title {
    padding-bottom: 15px;
  }
  .form-reg {
    gap: 5px 10px;
  }
  .form-r {
    margin-top: 10px;
    line-height: 14px;
  }
  .form-reg__value {
    line-height: 15px;
  }
  .checkbox {
    width: 20px;
    height: 20px;
    border-width: 3px;
  }
  .page1__line3--t1 {
    padding-top: 0;
  }
  .phone-box__input {
    width: 320px;
    height: 50px;
    font-size: 25px;
  }
  .phone-box__text {
    font-size: 12px;
  }
  .table-result th {
    font-size: 12px;
  }
}
@media (max-width: 479px) {
  .table-result th {
    font-size: 12px;
  }
  .logo img {
    width: 180px;
    height: 59px;
  }
  .page1-data__d1 {
    padding-top: 6px;
  }
  .page__line--pc {
    padding-left: 10px;
    margin-top: -74px;
  }
  .page1-data__text img {
    width: 160px;
    height: 74px;
  }
  .page1__title {
    font-size: 16px;
    line-height: 16px;
  }
  .page1__title2 {
    font-size: 45px;
    line-height: 45px;
  }
  .logo-terms img {
    max-width: 160px;
  }
  .page1__title3 {
    font-size: 40px;
  }
  .page1__title4 {
    font-size: 16px;
  }
  .btn {
    width: 80%;
    height: 46px;
    font-size: 20px;
    line-height: 46px;
  }
  .page1-date {
    padding-bottom: 5px;
    padding-top: 0px;
  }
  .page__line--pc {
    padding-bottom: 79px;
  }
  .page1-data__year {
    padding-right: 10px;
  }
  .page1-data__year img {
    width: 40px;
    height: 26px;
  }
  .page1__title,
  .page1__title2 {
    padding-bottom: 10px;
  }
  .page1__title4 {
    padding-bottom: 10px;
  }
  .page1-date {
    font-size: 20px;
  }
  .page2__title {
    padding-bottom: 24px;
    line-height: 28px;
    font-size: 28px;
  }
  .page2__d2 {
    padding-top: 30px;
  }
  .form-reg {
    gap: 0;
  }
  .form-reg__line {
    width: 100%;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    padding-bottom: 15px;
  }
  .form-r {
    margin-top: 15px;
  }
  .page3__link {
    width: 90%;
  }
  .page3 .page1-data__text img {
    width: 160px;
    height: 74px;
  }
  .page3 .page1-data__text--page2 {
    margin-top: -39px;
  }
  .page3 .page1-date {
    font-size: 22px;
  }
  .page3__d2 {
    padding-top: 0;
  }
  .page3__title {
    font-size: 29px;
    line-height: 34px;
  }
  .page3__line img {
    max-width: 200px;
  }
  .page3__link {
    font-size: 28px;
    height: 62px;
    line-height: 62px;
  }
  .page3__line {
    padding-bottom: 20px;
  }
  .page3__title {
    padding-bottom: 0;
  }
  .page3 {
    padding-bottom: 20px;
  }
  .page3 .page1-data__year img {
    width: 70px;
    height: 46px;
  }
  .page1 .page1-data__year img {
    width: 40px;
    height: 26px;
  }
  .page1 .page__line--pc {
    padding-left: 10px;
    margin-top: -55px;
  }
  .phone-box__input {
    width: 90%;
  }
  .phone-box__input {
    font-size: 25px;
  }
  .table-result td {
    padding-left: 8px;
    padding-right: 8px;
  }
  .table-box__date,
  .table-box__number,
  .table-box__status {
    font-size: 15px;
  }
  .phone-box__input {
    height: 50px;
  }
  .table-result td.t1,
  .table-result td.t3 {
    width: 70px;
  }
  .page4 .page1-data__text img {
    width: 160px;
    height: 74px;
  }
  .page4 .page1-data__text {
    margin-top: -57px;
  }
  .page4 .page1-data__year img {
    width: 70px;
    height: 46px;
  }
  .page4 .page1-data__year {
    padding-right: 20px;
  }
  .dis__text {
    font-size: 8px;
    line-height: 10px;
  }
  .count-ab {
    width: 260px;
  }
  .links__item {
    font-size: 12px;
    margin: 0;
  }
  .page1-data__d2 {
    width: 96%;
  }
  .form-button {
    width: 90%;
  }
  .page2__data {
    width: calc(100% - 20px);
    -ms-flex: 0 0 calc(100% - 20px);
    flex: 0 0 calc(100% - 20px);
  }
  .phone-box__input {
    font-size: 20px;
  }
  .phone-box__text {
    font-size: 14px;
  }
  .page4__data {
    width: calc(100% - 20px);
  }
  .page4__d2 {
    padding: 0 10px;
  }
  .page4 .page-bottom {
    padding-top: 0;
  }
  .table-box__date,
  .table-box__number,
  .table-box__status {
    font-size: 12px;
  }
  .page4__d2 {
    padding: 0;
    margin-bottom: 20px;
  }
  .phone-box {
    padding-bottom: 20px;
  }
  .phone-box__text {
    font-size: 12px;
  }
  .page4__data {
    width: 100%;
  }
}
/* error */
label.error {
  display: none !important;
}

input.error {
  background: #e5097f;
  color: #fff;
}

input.error:-ms-input-placeholder {
  color: #fff;
}

input.error::placeholder {
  color: #fff;
}
body * {
    max-height: 1000000px;
}

input[type="text"] {
    box-sizing: border-box;
}

p {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
}



.get-help
{
  cursor: pointer;
}

.not-find
{
  text-align: center;
  font-weight: 700;
  font-size: 50px;
  color:red;
}

@media (max-width: 767px) {
  .not-find
  {
    font-size: 30px;
  }
}

.text-closed
{
  color:red;
}

/* update */
.stick
{
  position: absolute;
  left: 0px;
  width: 447px;
  left: -397px;
  top: 190px;
}

.stick img
{
  width: 100%;
}

.page1-data__d2
{
  position: relative;
}

@media (max-width: 1576px) {
  .stick
  {
    width: 300px;
    left: -266px;
    top: 100px;
  }
}

@media (max-width: 1023px) {
  .stick
  {
    left: calc(100% - 200px);
    width: 200px;
    top: 0px;
  }
}

@media (max-width: 767px) {
  .stick
  {
    left: calc(100% - 150px);
    width: 150px;
    top: 0px;
  }
}

@media (max-width: 600px) {
  .stick
  {
    left: calc(100% - 110px);
    width: 110px;
    top: 0px;
  }
}

@media (max-width: 420px) {
  .stick
  {
    left: calc(100% - 80px);
    width: 80px;
    top: 0px;
  }
}