@charset "UTF-8";
/*! * ress.css • v1.2.2 * MIT License * github.com/filipelinhares/ress */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

*, :after, :before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

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

hr {
  overflow: visible;
}

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

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden], template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

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

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

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

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, select {
  text-transform: none;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

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

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

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

audio, canvas, progress, video {
  display: inline-block;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

html {
  font-size: 100%;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: bottom;
}

ol,
ul {
  list-style: none;
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

em {
  font-style: normal;
}

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

body {
  height: 100%;
  background-color: #ffffff;
  color: #222222;
  font-size: 2rem;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.9rem;
    background: #ffffff;
  }
}

a {
  -webkit-transition: color 0.3s, -webkit-text-decoration 0.3s;
  transition: color 0.3s, -webkit-text-decoration 0.3s;
  transition: color 0.3s, text-decoration 0.3s;
  transition: color 0.3s, text-decoration 0.3s, -webkit-text-decoration 0.3s;
  color: #0099ff;
  text-decoration: none;
}
a:visited {
  color: #0099ff;
}
a:hover {
  color: #f73100;
  text-decoration: none;
}

::-moz-selection {
  background-color: #ffe567;
  color: #222222;
}

::selection {
  background-color: #ffe567;
  color: #222222;
}

/**
 * keyframes.scss
 */
@-webkit-keyframes carousel {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -3460px 0;
  }
}
@keyframes carousel {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -3460px 0;
  }
}
@-webkit-keyframes carousel_mq {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -2500px 0;
  }
}
@keyframes carousel_mq {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -2500px 0;
  }
}
@-webkit-keyframes bg_color {
  0% {
    background: #cef7e5;
  }
  16.6666% {
    background: #cef7e5;
  }
  33.3332% {
    background: #fee8e3;
  }
  49.9998% {
    background: #fee8e3;
  }
  66.6664% {
    background: #cdf0f8;
  }
  83.333% {
    background: #cdf0f8;
  }
  100% {
    background: #cef7e5;
  }
}
@keyframes bg_color {
  0% {
    background: #cef7e5;
  }
  16.6666% {
    background: #cef7e5;
  }
  33.3332% {
    background: #fee8e3;
  }
  49.9998% {
    background: #fee8e3;
  }
  66.6664% {
    background: #cdf0f8;
  }
  83.333% {
    background: #cdf0f8;
  }
  100% {
    background: #cef7e5;
  }
}
.l-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: auto;
  height: 65px;
  padding-left: 15px;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .l-header {
    height: 45px;
  }
}
.l-header img {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.l-header a:hover img {
  opacity: 0.75;
}

.l-header__logo__sample {
  width: 122px;
  height: auto;
  margin-top: -2px;
}
@media screen and (max-width: 767px) {
  .l-header__logo__sample {
    width: 84px;
  }
}

.l-header__logo__rsl {
  width: 58px;
  height: auto;
  margin-left: 25px;
  margin-top: -3px;
}
@media screen and (max-width: 767px) {
  .l-header__logo__rsl {
    width: 40.6px;
    margin-left: 15px;
  }
}

.l-footer {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 0 5%;
  }
}
.l-footer small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 130px;
  padding-bottom: 10px;
  text-align: center;
  color: #4e4e4e;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.5px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .l-footer small {
    height: 100px;
    font-size: 1.1rem;
  }
}

.l-footer__btn {
  -webkit-transition: background-position 0.5s, color 0.5s, border-color 0.5s, -webkit-transform 1s;
  transition: background-position 0.5s, color 0.5s, border-color 0.5s, -webkit-transform 1s;
  transition: transform 1s, background-position 0.5s, color 0.5s, border-color 0.5s;
  transition: transform 1s, background-position 0.5s, color 0.5s, border-color 0.5s, -webkit-transform 1s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  max-width: 350px;
  height: 55px;
  margin: auto;
  margin-bottom: 60px;
  border: 2px solid #fb6eb7;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 96, 152, 0.96)), color-stop(50%, rgba(255, 96, 152, 0.96)), color-stop(50%, rgba(71, 204, 131, 0)), to(rgba(71, 204, 131, 0))) 100% 0/200% auto scroll no-repeat;
  background: linear-gradient(90deg, rgba(255, 96, 152, 0.96) 0%, rgba(255, 96, 152, 0.96) 50%, rgba(71, 204, 131, 0) 50%, rgba(71, 204, 131, 0) 100%) 100% 0/200% auto scroll no-repeat;
  color: #fb6eb7;
  font-size: 2rem;
  border-radius: 30px;
  text-decoration: none;
  font-family: sans-serif;
}
@media screen and (max-width: 767px) {
  .l-footer__btn {
    width: 270px;
    font-size: 1.6rem;
    height: 50px;
  }
}
.l-footer__btn:visited {
  color: #fb6eb7;
}
.l-footer__btn:hover {
  color: #ffffff;
  background-position: 0 0;
  -webkit-transform: scale(0.97);
          transform: scale(0.97);
}
.l-footer__btn:hover::before {
  border-color: #ffffff;
}
.l-footer__btn::before {
  -webkit-transition: border-color 0.5s;
  transition: border-color 0.5s;
  display: block;
  position: absolute;
  right: 20px;
  width: 13px;
  height: 13px;
  border: 2px solid #fb6eb7;
  border-left: none;
  border-bottom: none;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  content: "";
}

.l-container {
  width: 100%;
  overflow: clip;
  -webkit-animation: bg_color 30s ease infinite;
          animation: bg_color 30s ease infinite;
}
@media screen and (max-width: 767px) {
  .l-container {
    -webkit-animation-name: none;
            animation-name: none;
  }
}
@media screen and (max-width: 767px) {
  .l-container::before {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    content: "";
    -webkit-animation: bg_color 30s ease infinite;
            animation: bg_color 30s ease infinite;
  }
}

.hero {
  width: 100%;
  -webkit-margin-after: 60px;
          margin-block-end: 60px;
}
@media screen and (max-width: 767px) {
  .hero {
    -webkit-margin-after: 30px;
            margin-block-end: 30px;
  }
}
.hero img {
  width: 100%;
  max-width: 1800px;
  height: auto;
}

.hero__h {
  text-align: center;
}

.hero__data {
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.summary {
  -webkit-padding-after: 200px;
          padding-block-end: 200px;
  background: url(../img/summary_bg.svg) center top/auto scroll no-repeat;
}
@media screen and (max-width: 767px) {
  .summary {
    padding-inline: 8%;
    -webkit-padding-after: 120px;
            padding-block-end: 120px;
  }
}

.summary__h {
  -webkit-margin-after: 60px;
          margin-block-end: 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .summary__h {
    -webkit-margin-after: 30px;
            margin-block-end: 30px;
  }
}

.summary__deadline {
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.summary__text {
  text-align: center;
  font-size: 2.2rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .summary__text {
    -webkit-margin-after: 3em;
            margin-block-end: 3em;
    text-align: left;
    font-size: 1.9rem;
  }
}
.summary__text p:not(:last-child) {
  -webkit-margin-after: 1.5em;
          margin-block-end: 1.5em;
}
.summary__text em {
  color: #f84519;
}
@media screen and (max-width: 767px) {
  .summary__text br {
    display: none;
  }
}

.summary__pict {
  display: none;
}
@media screen and (max-width: 767px) {
  .summary__pict {
    display: block;
  }
}

.features {
  -webkit-padding-after: 200px;
          padding-block-end: 200px;
  background: url(../img/features_bg.svg) center top/auto scroll no-repeat;
}
@media screen and (max-width: 767px) {
  .features {
    padding-inline: 8%;
    -webkit-padding-after: 120px;
            padding-block-end: 120px;
    background: none;
  }
}

.features__h {
  -webkit-margin-after: 60px;
          margin-block-end: 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .features__h {
    -webkit-margin-after: 40px;
            margin-block-end: 40px;
  }
}

.features__ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px 50px;
  width: 1180px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .features__ol {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    width: 100%;
    gap: 40px;
    -webkit-margin-after: 60px;
            margin-block-end: 60px;
  }
}

.features__pict {
  display: none;
}
@media screen and (max-width: 767px) {
  .features__pict {
    display: block;
  }
}

.outline {
  -webkit-margin-after: 200px;
          margin-block-end: 200px;
}
@media screen and (max-width: 767px) {
  .outline {
    -webkit-margin-after: 120px;
            margin-block-end: 120px;
    padding-inline: 8%;
    background: none;
  }
}

.outline__h {
  -webkit-margin-after: 50px;
          margin-block-end: 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .outline__h {
    -webkit-margin-after: 30px;
            margin-block-end: 30px;
  }
}

.outline__table {
  width: 780px;
  margin: auto;
  -webkit-margin-after: 20px;
          margin-block-end: 20px;
  background-color: #ffffff;
  color: #222222;
  font-size: 1.9rem;
  line-height: 1.6;
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .outline__table {
    width: 100%;
    margin: 0;
    border: none;
    background-color: transparent;
    font-size: 1.8rem;
    border-radius: 0;
  }
}
.outline__table tr {
  -webkit-border-after: 1px solid #7a7a7a;
          border-block-end: 1px solid #7a7a7a;
}
@media screen and (max-width: 767px) {
  .outline__table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: wrap column;
            flex-flow: wrap column;
    border: none;
  }
}
.outline__table tr:last-child {
  border: none;
}
.outline__table tr:nth-child(1) th {
  background-color: #dda63a;
}
.outline__table tr:nth-child(2) th {
  background-color: #4c9f38;
}
.outline__table tr:nth-child(3) th {
  background-color: #c5192c;
}
.outline__table tr:nth-child(4) th {
  background-color: #26bde2;
}
.outline__table tr:nth-child(5) th {
  background-color: #ec6900;
}
.outline__table tr:nth-child(5) td br {
  display: none;
}
@media screen and (max-width: 767px) {
  .outline__table tr:nth-child(5) td br {
    display: block;
  }
}
.outline__table th {
  width: 200px;
  padding: 30px;
  background-color: #c4f6e0;
  vertical-align: top;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .outline__table th {
    width: 100%;
    height: 45px;
    padding: 8px;
    border: none;
    text-align: center;
    background-color: #c4f6e0;
    border-radius: 3px;
  }
}
.outline__table td {
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .outline__table td {
    width: 100%;
    padding: 10px;
    -webkit-padding-after: 40px;
            padding-block-end: 40px;
    border: none;
  }
}
.outline__table td em {
  display: block;
  color: #f73100;
  font-size: 2rem;
  font-weight: 700;
}
.outline__table td .strike_through {
  display: block;
  text-decoration: line-through;
}

.outline__sun {
  color: #f84519;
}

.outline__note {
  width: 780px;
  margin-inline: auto;
  font-size: 1.5rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .outline__note {
    width: 100%;
    margin: 0;
    font-size: 1.4rem;
    letter-spacing: 0.08em;
  }
}

.outline__li {
  -webkit-margin-after: 0.5em;
          margin-block-end: 0.5em;
  -webkit-padding-start: 1em;
          padding-inline-start: 1em;
  text-indent: -1em;
}
.outline__li::before {
  -webkit-margin-end: 0.3em;
          margin-inline-end: 0.3em;
  content: "※";
}
@media screen and (max-width: 767px) {
  .outline__li {
    -webkit-margin-end: 0;
            margin-inline-end: 0;
  }
}

.btn__wrap {
  position: sticky;
  bottom: 20px;
  width: 90%;
  max-width: 1180px;
  margin-inline: auto;
  -webkit-margin-after: 150px;
          margin-block-end: 150px;
  text-align: center;
  z-index: 9999;
}
@media screen and (max-width: 767px) {
  .btn__wrap {
    bottom: 10px;
    width: 100%;
    -webkit-margin-after: 100px;
            margin-block-end: 100px;
    padding-inline: 8%;
  }
}

.btn {
  -webkit-transition: background-position 0.5s, -webkit-transform 1s;
  transition: background-position 0.5s, -webkit-transform 1s;
  transition: transform 1s, background-position 0.5s;
  transition: transform 1s, background-position 0.5s, -webkit-transform 1s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  position: relative;
  display: block;
  width: 100%;
  margin: auto;
  padding-block: 22px 28px;
  border-radius: 50px;
  text-align: center;
  color: #ffffff;
  font-size: 5rem;
  font-weight: 600;
  background: -webkit-gradient(linear, left top, right top, from(rgba(76, 160, 57, 0.96)), color-stop(50%, rgba(76, 160, 57, 0.96)), color-stop(50%, rgba(248, 69, 25, 0.96)), to(rgba(248, 69, 25, 0.96))) 100% 0/200% auto scroll no-repeat;
  background: linear-gradient(90deg, rgba(76, 160, 57, 0.96) 0%, rgba(76, 160, 57, 0.96) 50%, rgba(248, 69, 25, 0.96) 50%, rgba(248, 69, 25, 0.96) 100%) 100% 0/200% auto scroll no-repeat;
}
.btn:visited {
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .btn {
    width: 100%;
    padding-block: 22px 23px;
    font-size: 2.8rem;
  }
}
.btn::before {
  display: block;
  position: absolute;
  top: 50%;
  right: 40px;
  width: 30px;
  height: 30px;
  border: 7px solid #ffffff;
  -webkit-border-start: none;
          border-inline-start: none;
  -webkit-border-after: none;
          border-block-end: none;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  content: "";
}
@media screen and (max-width: 767px) {
  .btn::before {
    right: 20px;
    width: 15px;
    height: 15px;
    border-width: 3px;
  }
}
.btn:hover {
  color: #ffffff;
  background-position: 0 0;
  -webkit-transform: scale(0.97);
          transform: scale(0.97);
}

.carousel {
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
  height: 190px;
  -webkit-margin-after: 150px;
          margin-block-end: 150px;
  background: url(../img/carousel.svg) left top/auto scroll repeat-x;
  overflow: hidden;
  -webkit-animation: carousel 15s linear infinite;
          animation: carousel 15s linear infinite;
}
@media screen and (max-width: 767px) {
  .carousel {
    height: 137px;
    -webkit-margin-after: 100px;
            margin-block-end: 100px;
    background-size: 2500px 137px;
    -webkit-animation: carousel_mq 15s linear infinite;
            animation: carousel_mq 15s linear infinite;
  }
}

.pdf_btn {
  -webkit-transition: background-position 0.35s, -webkit-transform 0.8s;
  transition: background-position 0.35s, -webkit-transform 0.8s;
  transition: background-position 0.35s, transform 0.8s;
  transition: background-position 0.35s, transform 0.8s, -webkit-transform 0.8s;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 22px 0 23px;
  color: #ffffff;
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, right top, from(rgba(76, 160, 57, 0.96)), color-stop(50%, rgba(76, 160, 57, 0.96)), color-stop(50%, rgba(248, 69, 25, 0.96)), to(rgba(248, 69, 25, 0.96))) 100% 0/200% auto scroll no-repeat;
  background: linear-gradient(90deg, rgba(76, 160, 57, 0.96) 0%, rgba(76, 160, 57, 0.96) 50%, rgba(248, 69, 25, 0.96) 50%, rgba(248, 69, 25, 0.96) 100%) 100% 0/200% auto scroll no-repeat;
  border-radius: 40px;
}
@media screen and (max-width: 767px) {
  .pdf_btn {
    padding: 19px 0 20px;
    font-size: 1.8rem;
  }
}
.pdf_btn:visited {
  color: #ffffff;
}
.pdf_btn:hover {
  color: #ffffff;
  background-position: 0 0;
  -webkit-transform: scale(0.96);
          transform: scale(0.96);
}
.pdf_btn img {
  height: 35px;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}
@media screen and (max-width: 767px) {
  .pdf_btn img {
    height: 20px;
    -webkit-margin-end: 5px;
            margin-inline-end: 5px;
  }
}

.pdf_btn__wrap {
  width: 580px;
  margin: auto;
  -webkit-margin-after: 100px;
          margin-block-end: 100px;
}
@media screen and (max-width: 767px) {
  .pdf_btn__wrap {
    width: 100%;
    margin: 0;
    -webkit-margin-after: 50px;
            margin-block-end: 50px;
    padding-inline: 8%;
  }
}

.products {
  width: 1170px;
  margin: auto;
  -webkit-margin-after: 200px;
          margin-block-end: 200px;
}
@media screen and (max-width: 767px) {
  .products {
    width: 100%;
    margin: 0;
    -webkit-margin-after: 100px;
            margin-block-end: 100px;
    padding-inline: 8%;
  }
}

.products__h {
  -webkit-margin-after: 50px;
          margin-block-end: 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .products__h {
    -webkit-margin-after: 30px;
            margin-block-end: 30px;
  }
}

.products__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .products__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    gap: 30px;
  }
}

.products__a {
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 560px;
  padding: 60px 0 40px;
  border: 8px solid #cccccc;
  color: #222222;
  border-radius: 100px;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .products__a {
    width: 100%;
    padding: 45px 20px 35px;
    border-width: 6px;
    border-radius: 50px;
  }
}
.products__a:nth-child(1) {
  border-color: #fc6c48;
}
.products__a:nth-child(2) {
  border-color: #e8b40c;
}
.products__a:nth-child(3) {
  border-color: #d9c3a0;
}
.products__a:nth-child(4) {
  border-color: #7e8f3c;
}
.products__a:hover {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

.products__co,
.products__name {
  display: block;
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
}

.products__co {
  -webkit-margin-before: 15px;
          margin-block-start: 15px;
  color: #7a7a7a;
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .products__co {
    font-size: 2rem;
  }
}

.products__name {
  -webkit-margin-before: 10px;
          margin-block-start: 10px;
  color: #222222;
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .products__name {
    -webkit-margin-before: 5px;
            margin-block-start: 5px;
    font-size: 2rem;
  }
}

.post {
  width: 100%;
  -webkit-margin-after: 200px;
          margin-block-end: 200px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .post {
    width: 100%;
    margin: 0;
    -webkit-margin-after: 130px;
            margin-block-end: 130px;
    padding-inline: 8%;
  }
}

.post__h {
  -webkit-margin-after: 30px;
          margin-block-end: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .post__h {
    -webkit-margin-after: 20px;
            margin-block-end: 20px;
  }
}

.post__text {
  -webkit-margin-after: 40px;
          margin-block-end: 40px;
  color: #222222;
  font-size: 3.5rem;
  line-height: 1.3;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .post__text {
    -webkit-margin-after: 30px;
            margin-block-end: 30px;
    font-size: 2.8rem;
  }
}
.post__text br {
  display: none;
}
@media screen and (max-width: 767px) {
  .post__text br {
    display: block;
  }
}

.post__tag {
  width: 750px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .post__tag {
    width: 100%;
    margin: 0;
  }
}

.post__hh {
  -webkit-margin-after: 20px;
          margin-block-end: 20px;
  color: #f73100;
  font-size: 2.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .post__hh {
    font-size: 2.3rem;
  }
}

.post__wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  -webkit-margin-after: 50px;
          margin-block-end: 50px;
}
@media screen and (max-width: 767px) {
  .post__wrap {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 10px;
  }
}
.post__wrap span {
  padding: 6px 20px;
  border: 1px solid #bcbcbc;
  background-color: #ffffff;
  color: #222222;
  font-size: 1.8rem;
  line-height: 1.5;
  border-radius: 30px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .post__wrap span {
    padding: 6px 10px;
    font-size: 1.5rem;
  }
}

.post__note {
  -webkit-margin-after: 25px;
          margin-block-end: 25px;
  color: #222222;
  font-size: 1.8rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .post__note {
    text-align: left;
  }
}

.post__pict {
  width: 100%;
  padding-inline: 150px;
}
@media screen and (max-width: 767px) {
  .post__pict {
    padding: 0;
  }
}

.ownly_ugc_set_post_comment {
  color: #222222 !important;
  font-size: 1.3rem !important;
  font-weight: 400 !important;
  line-height: 1.62 !important;
}

.ownly_ugc_set_post:not(:last-child) {
  -webkit-margin-end: 15px !important;
          margin-inline-end: 15px !important;
}

.ownly_ugc_post_date {
  color: #222222 !important;
}