body {
  position: relative;
  font-family: 'Inter', sans-serif !important;
}
.sellsystem_drawer-btn,
.sellsystem_drawer-menu {
  color: #FFFFFF;
  background: #2F3536;
}
.sellsystem_drawer-btn {
  font-weight: 500;
  line-height: 1;
  border-radius: 24px;
  margin: auto 0;
  width: 120px;
  height: 32px;
  cursor: pointer;
  z-index: 999;
}
.sellsystem_drawer-btn > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  height: 100%;
}
.sellsystem_drawer-open {
  font-size: 10px;

}
.sellsystem_drawer-close {
  font-size: 12px;
}
.sellsystem_drawer-close span {
  font-size: 16px;
  transform: translateY(-2.5px);
}
.sellsystem_drawer-btn.btn-menu-open .sellsystem_drawer-open,
.sellsystem_drawer-btn:not(.btn-menu-open) .sellsystem_drawer-close {
    display: none !important;
}
.sellsystem_drawer-menu {
  height: 100vh;
  padding: 120px 100px;
  border-radius: 32px 0 0 32px;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(100%);
  z-index: 998;
  overflow-y: scroll;
  transition: all 0.2s ease;
}
.sellsystem_drawer-menu.menu-open {
  transform: translate(0);
}
.sellsystem_drawer-menu .menu{
  column-gap: 60px;
  columns: 2;
}
.sellsystem_drawer-menu .menu-item:not(:first-child) {
  margin-top: 48px;
}
  .sellsystem_drawer-menu .menu-item a {
  color: #FFFFFF;
  font-size: 48px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -1px;
}
.sellsystem_drawer-menu .menu-item a span {
  color: #FFFFFF99;
  font-size: 16px;
  font-weight: 500;
  display: block;
  margin-top: 10px;
}

#standard_page {
  width: 100%;
  max-width: 100vw !important;
  padding: 0 !important;
  margin: 0 !important;
}
.sellsystem_lp h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.8;
}
.sellsystem_lp h5 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.8;
  color: #2F3536;
}
.sellsystem_lp p {
  color: #474C50;
  font-size: 14px;
  font-weight: 500;
  line-height: 2.1;
}
.sellsystem_mv {
  height: calc(86700vw / 1440);
  position: relative;
}
.sellsystem_mv > div {
  position: absolute;
}
.sellsystem_mv_content {
  top: calc(23300% / 867);
  left: calc(12000vw / 1440);
  z-index: 1;
}
.sellsystem_mv h1 {
  font-weight: 600;
  font-size: calc(6400vw / 1440);
  line-height: 1.8;
  color: #2F3536;
}
.sellsystem_mv p {
  font-size: calc(1400vw / 1440);
  margin-top: calc(3000vw / 1440);
}
.sellsystem_mv_image {
  width: calc(51300vw / 1440);
  top: calc(14600% / 867);
  right: calc(12000vw / 1440);
}
.sellsystem_mv_image img {
  width: 100%;
  height: auto;
}
.sellsystem_gradation {
  background: linear-gradient(to left, #E8DB41 0%, #40B5C5 49%, #41C27D 100%);
  background: -webkit-linear-gradient(to left, #E8DB41 0%, #40B5C5 49%, #41C27D 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.sellsystem_download_button {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
  color: #FFFFFF;
  width: 240px;
  height: 64px;
  padding: 20px;
  background: linear-gradient(90deg, #40B5C5 0%, #41C27D 56.25%, #E8DB41 100%);
  border: 2px solid #E2E2E2;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.sellsystem_download_button img {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
.sellsystem_section {
  color: #2F3536;
  padding: 120px 50px;
}
.sellsystem_section_round {
  border-radius: 80px;
}
#problems,
#merits {
  background: linear-gradient(0deg, rgba(65, 194, 125, 0.3), rgba(65, 194, 125, 0.3)), linear-gradient(120.87deg, #40B5C5 19.47%, #41C27D 66.31%, #FFF262 93.28%), url(.png);
  background-blend-mode: normal, hue, normal;
}
#problems .sellsystem_section_title,
#problems .sellsystem_section_content > p {
  color: #FFFFFF;
}
#plan {
  background: #2F35361A;
}
#reasons {
  background: #2F3536;
}
.sellsystem_section_inner {
  max-width: 1200px;
  margin: 0 auto;
}
.sellsystem_section_title h2 {
  font-size: 120px;
  line-height: calc(154 / 120);
  letter-spacing: -1px;
}
.sellsystem_section_title h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.8;
}
.sellsystem_section_content,
.sellsystem_list {
  margin-top: 60px;
}
.sellsystem_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.sellsystem_item {
  border-radius: 8px;
  background: #FFFFFF;
}
.sellsystem_service_item,
.sellsystem_flow_item,
.sellsystem_faq_item {
  width: 100%;
}
.sellsystem_problem_item {
  width: calc(25% - 15px);
  padding: 30px;
  border: 2px solid #2F353633;
}
.sellsystem_lets_start {
  color: #FFFFFF;
  display: flex;
  justify-content: space-between;
  background: #2F3536;
  margin-top: 20px;
  padding: 40px;
  border: 2px solid #2F353633;
}
.sellsystem_round_box {
  border-radius: 8px;
}
.sellsystem_start_left h3 {
  font-weight: 400;
  font-size: 70px;
  line-height: 100%;
  letter-spacing: -1px;
}
.sellsystem_start_left h4 {
  margin-top: 10px;
}
.sellsystem_lets_start .sellsystem_download_button {
  margin-top: 108px;
}
#service .sellsystem_section_title {
  position: relative;
}
.sellsystem_section_title .price_plan_button {
  position: absolute;
  bottom: 0;
  right: 0;
}
.price_plan_button a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
  color: #FFFFFF;
  background: #54B8C6;
  width: 240px;
  height: 64px;
  border-radius: 32px;
  border: 2px solid #E2E2E2;
  padding: 0 20px;
}
.price_plan_button a img{
  transform: rotate(90deg);
}
#service .sellsystem_section_content {
  margin-top: 80px;
}
.sellsystem_service_list {
  gap: 121px;
}
.sellsystem_service_item {
  display: flex;
  justify-content: space-between;
}
.sellsystem_service_content {
  width: calc(56000% / 1200);
}
.sellsystem_service_content h3 {
  color: #54C689;
  font-size: 54px;
  line-height: 1;
  letter-spacing: -1px;
}
.sellsystem_service_content h4,
.sellsystem_service_content p {
  margin-top: 20px;
}
.sellsystem_service_content p {
  color: #2F3536;
}
.sellsystem_service_image {
  width: 400px;
  height: 200px;
  display: flex;
  justify-content: center;
}
.sellsystem_service_image img,
.sellsystem_merits_image img,
.sellsystem_reasons_image img,
.sellsystem_bottom_image img {
  width: auto;
  height: 100%;
}
#plan .sellsystem_section_content {
  margin-top: 40px;
}
.sellsystem_plan_item {
  width: calc((100% - 40px) / 3);
  overflow: hidden;
}
.sellsystem_plan_item-top,
.sellsystem_plan_item-bottom,
.sellsystem_plan_bottom {
  padding: 60px 30px;
}
.sellsystem_plan_item-top {
  color: #FFFFFF;
  text-align: center;
  background: var(--plan-color);
}
.sellsystem_plan_item-top h3 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -1px;
}
.sellsystem_plan_item-top p {
  color: #FFF;
  margin-top: 20px;
}
.sellsystem_plan_price {
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -1px;  
  text-align: center;
  display: block;
  margin: 0 auto;
}
.sellsystem_plan_price span {
  color: var(--plan-color);
  font-size: 48px;
  font-weight: 600;
  display: inline-block;
  margin: 0 5px;
}
.sellsystem_plan_item-bottom h5 {
  font-size: 18px;
  margin-top: 30px;
  text-align: center;
}
.sellsystem_plan_item-bottom ul {
  margin-top: 20px;
}
.sellsystem_plan_item-bottom li {
  font-size: 14px;
  font-weight: 500;
  line-height: 2.1;
  padding-left: 20px;
  position: relative;
}
.sellsystem_plan_item-bottom li:before {
  content: "";
  display: block;
  background: #251506;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  position: absolute;
  top: 13px;
  left: 0;
}
.sellsystem_plan_bottom {
  background: #FFFFFF;
  text-align: center;
  margin-top: 20px;
}
.sellsystem_plan_bottom h3 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
}
.sellsystem_plan_bottom p {
  color: #2F3536;
  margin-top: 30px;
}
#flow .sellsystem_lets_start {
  margin-top: 80px;
}
#flow .sellsystem_section_content {
  margin-top: 40px;
}
.sellsystem_flow_list {
  position: relative;
}
.sellsystem_flow_item {
  display: flex;
  text-align: center;
  background: #2F35360D;
}
.sellsystem_flow_item-left {
  color: #FFF;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.8;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 100px;
  border-radius: 8px;
  position: relative;
  z-index: 3;
}
.sellsystem_flow_item-left:after {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  background: #FFF;
  position: absolute;
  bottom: 100%;
  left: 0;
}
.sellsystem_flow_item-right {
  display: flex;
  align-items: center;
  padding-left: 30px;
}
.sellsystem_flow_item-right p {
  color: #2F3536;
  line-height: 1.8;
}
.sellsystem_flow_item-right:before {
  content: "";
  display: block;
  width: 180px;
  height: 100%;
  background: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.sellsystem_flow_bg {
  font-size: 0;
  color: transparent;
  background: linear-gradient(0deg, #40B5C5 -17.24%, #41C27D 48.71%, #E8DB41 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 180px;
  height: 100%;
  z-index: 2;
}
#merits .sellsystem_section_title {
  color: #FFFFFF;
}
.sellsystem_merits_list {
  gap: 30px;
}
.sellsystem_merits_item {
  width: calc((100% - 60px)/3);
  padding: 40px 30px;
  border: 2px solid #2F353633;
}
.sellsystem_merits_image {
  height: 160px;
  overflow: hidden;
}
.sellsystem_merits_content {
  margin-top: 30px;
}
.sellsystem_merits_content p {
  line-height: 1.8;
  margin-top: 10px;
}
.sellsystem_faq_list {
  gap: 40px;
}
.sellsystem_faq_item {
  padding: 30px;
  border: 2px solid #2F353633;
  cursor: pointer;
}
.sellsystem_lp h5.sellsystem_faq_question {
  font-size: 16px;
  position: relative;
}
.sellsystem_lp h5.sellsystem_faq_question span {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  right: 0;
}
.sellsystem_lp h5.sellsystem_faq_question span img {
  position: absolute;
  top: 50%;
  left: 0;
  transition: all 0.2s ease;
}
.sellsystem_lp h5.sellsystem_faq_question span .faq_minus {
  transform: translateY(-50%) rotate(180deg);
}
.sellsystem_lp h5.sellsystem_faq_question span .faq_plus {
  transform: translateY(-50%) rotate(90deg);
}
.faq_open .sellsystem_lp h5.sellsystem_faq_question span .faq_minus {
  transform: translateY(-50%);
}
.faq_open .sellsystem_lp h5.sellsystem_faq_question span .faq_plus {
  transform: translateY(-50%) rotate(-180deg);
}
.sellsystem_faq_answer {
  height: 0;
  overflow: hidden;
}
.faq_open .sellsystem_faq_answer {
  margin-top: 10px;
  height: auto;
}
.sellsystem_faq_question:before {
  content: "Q,";
  display: inline-block;
  margin-right: 10px;
}
.sellsystem_faq_answer:before {
  content: "A,";
  display: inline-block;
  margin-right: 12px;
}
#reasons .sellsystem_section_title .sellsystem_gradation,
.sellsystem_form_title {
  width: max-content;
  max-width: 100%;
}
.sellsystem_reasons_list {
  gap: 30px;
}
.sellsystem_reasons_item {
  padding: 40px 60px;
  width: calc(50% - 30px);
  text-align: center;
}
.sellsystem_reasons_image {
  height: 200px;
}
.sellsystem_reasons_content {
  margin-top: 30px;
}
.reasons_point {
  color: #54C689;
}
.sellsystem_form_title {
  font-size: 62px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -1px;
  text-align: center;
  background: linear-gradient(40.56deg, #54BFA8 2.65%, #54C689 38.94%, #E8DB41 92.51%);
  background: -webkit-linear-gradient(40.56deg, #54BFA8 2.65%, #54C689 38.94%, #E8DB41 92.51%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin: 0 auto;
}
.sellsystem_form_content {
  background:#2F35360D;
  padding: 80px 40px;
  margin-top: 80px;
}
.sellsystem_form_inner {
  max-width: 720px;
  margin: 0 auto;
}
.sellsystem_lp .sellsystem_form_inner h4 {
  font-size: 28px;
  text-align: center;
}
.sellsystem_form {
  margin-top: 40px;
}
.sellsystem_form_item:not(:first-child) {
  margin-top: 30px;
}
.sellsystem_form label {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
  display: inline-block;
}
.sellsystem_form input,
.sellsystem_form textarea {
  width: 100%;
  font-size: 14px;
  line-height: 1;
  background: #FFF;
  border: 2px solid #E2E2E2;
  margin-top: 10px;
}
.sellsystem_form input {
  height: 54px;
  padding: 0 10px;
}
.sellsystem_form textarea {
  height: 162px;
  padding: 10px;
}
.required {
  color: #DA2326;
}
.sellsystem_form_btn {
  margin-top: 40px;
  position: relative;
}

.sellsystem_form_btn > input,
.sellsystem_dlform_btn > input {
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  margin: 0;
  border: 2px solid #E2E2E2;
}
.sellsystem_form_btn > input {
  line-height: 1;
  padding: 0 20px;
  background: #54B8C6;
  border-radius: 4px;
}
.sellsystem_form_btn .wpcf7-spinner,
.sellsystem_dlform_btn .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sellsystem_form_btn > img,
.sellsystem_dlform_btn > img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.sellsystem_form_btn > img {
  right: 22px;
}

.sellsystem_bottom_image {
  height: 208px;
  text-align: center;
  margin-top: 120px;
}
.sellsystem_floating_button {
  position: fixed;
  bottom: 97px;
  right: 40px;
  z-index: 99999;
}
footer {
  padding: 60px 50px !important;
}
.sellsystem_footer {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.sellsystem_footer_left ul {
  display: flex;
  gap: 40px;
  font-size: 14px;
}
.sellsystem_footer_left li {
line-height: 1;
}
.sellsystem_footer_left a {
  color: #FFFFFFB2;
  transition: all 0.2s ease;
}
.sellsystem_footer_left a:hover {
  color: #FFFFFF;
}
.sellsystem_footer_right {
  color: #FFFFFF;
  font-size: 12px;
}
#sellsystem_download_form {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 999999;
  background: linear-gradient(90deg, #40B5C5 0%, #41C27D 56.25%, #E8DB41 100%);
  padding: 4px;
  border-radius: 8px;
  transform: translateY(101%);
  transition: all 0.2s ease;
}
#sellsystem_download_form.form_active {
  transform: translate(0);
}
.sellsystem_dlform_inner {
  background: #FFFFFF;
  border-radius: 8px;
  padding: 36px 26px;
}
.sellsystem_download_close {
  position: absolute;
  top: 14px;
  right: 14px;
  font-size: 0;
}
.sellsystem_dlform_inner h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.8;
  text-align: center;
}
.sellsystem_dlform {
  margin-top: 10px;
}
.sellsystem_dlform_item:not(:first-child) {
  margin-top: 20px;
}
.sellsystem_dlform_item label {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  display: block;
}
.sellsystem_dlform_item input {
  border: 2px solid #E2e2e2;
  border-radius: 4px;
  padding: 10px;
  margin-top: 10px;
  height: 40px;
}
.sellsystem_dlform_btn {
  margin-top: 20px;
  position: relative;
}
.sellsystem_dlform_btn > input {
  line-height: 1.8;
  background: linear-gradient(90deg, #40B5C5 0%, #41C27D 56.25%, #E8DB41 100%);
  border-radius: 8px;
  width: 100%;
  height: 48px;
}
.sellsystem_dlform_btn > img {
  right: 20px;
}


@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 795px) {
  .sellsystem_footer {
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sellsystem_drawer-btn{
    width: 100px;
  }
  .sellsystem_drawer-menu {
    width: 100vw;
    border-radius: 0;
    padding: 60px 30px;
  }
  .sellsystem_drawer-menu .menu{
    column-gap: 20px;
  }
  .sellsystem_drawer-menu .menu-item:not(:first-child) {
    margin-top: 30px;
  }
  .sellsystem_drawer-menu .menu-item a {
    font-size: 32px;
  }
  .sellsystem_drawer-menu .menu-item a span {
    margin-top: 14px;
  }
  .sellsystem_lp h4 {
    font-size: 20px;
  }
  .sellsystem_lp p {
    font-size: 13px;
  }
  .sellsystem_mv {
    height: calc(74900vw / 395);
  }
  .sellsystem_mv_content {
    top: 189px;
    left: 0;
    padding: 0 20px;
  }
  .sellsystem_mv h1 {
    font-size: calc(3600vw / 395);
    line-height: calc(5/ 3);
  }
  .sellsystem_mv p {
    font-size: calc(1300vw / 395);
    margin-top: calc(11000vw / 395);
  }
  .sellsystem_mv_image {
    width: 100%;
    padding: 0 20px;
    top: 116px;
    right: 0;
  }
  .sellsystem_mv .sellsystem_gradation {
    background: transparent;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    background-clip: unset;
    text-fill-color: transparent;
  }
  .sellsystem_download_button {
    width: 100%;
  }
  .sellsystem_download_button img {
    right: 20px;
  }
  .sellsystem_section {
    padding: 100px 20px;
  }
  .sellsystem_section_round {
    border-radius: 40px;
  }
  .sellsystem_section_title h2 {
    font-size: 72px;
    line-height: 1;
  }
  .sellsystem_section_title h4 {
    font-size: 20px;
    margin-top: 20px;
  }
  .sellsystem_section_content {
    margin-top: 20px;
  }
  .sellsystem_list {
    margin-top: 40px;
  }
  .sellsystem_problem_item {
    width: 100%;
  }
  .sellsystem_lets_start {
    flex-direction: column;
    justify-content: flex-start;
    padding: 30px;
  }
  .sellsystem_start_left h3 {
    font-size: 48px;
  }
  .sellsystem_start_left h4,
  .sellsystem_lets_start .sellsystem_download_button {
    margin-top: 20px;
  }
  .sellsystem_start_left h4 {
    font-size: 16px;
  }
  .sellsystem_section_title .price_plan_button {
    display: none;
  }
  .price_plan_button {
    width: 100%;
  }
  .price_plan_button a {
    font-size: 13px;
    width: 100%;
  }
  #service .sellsystem_section_content {
    margin-top: 60px;
  }
  .sellsystem_service_list {
    gap: 60px;
  }
  .sellsystem_service_item {
    flex-direction: column-reverse;
    justify-content: flex-start;
  }
  .sellsystem_service_item:not(:first-child) {
    padding-top:60px;
    border-top: 1px solid #2F35361A;
  }
  .sellsystem_service_content,
  .sellsystem_service_image {
    width: 100%;
  }
  .sellsystem_service_content {
    margin-top: 40px;
  }
  .sellsystem_service_content h3 {
    font-size: 48px;
  }
  .sellsystem_service_content p {
    margin-top: 30px;
  }
  .sellsystem_service_image {
    height: 172px;
  }
  #plan .sellsystem_section_content {
    margin-top: 40px;
  }
  .sellsystem_plan_item {
    width: 100%;
  }
  .sellsystem_plan_item-top,
  .sellsystem_plan_item-bottom {
    padding: 40px 20px;
  }
  .sellsystem_plan_bottom {
    padding: 56px 20px 60px;
  }
  .sellsystem_plan_item-top h3 {
    font-size: 24px;
  }
  .sellsystem_plan_price span {
    margin: 0 10px;
  }
  .sellsystem_plan_item-bottom h5 {
    font-size: 16px;
  }
  .sellsystem_plan_item-bottom li {
    font-size: 13px;
  }
  .sellsystem_plan_item-bottom li:before {
    top: 12px;
  }
  .sellsystem_plan_bottom {
    margin-top: 30px;
  }
  .sellsystem_plan_bottom h3 {
    font-size: 24px;
  }
  .sellsystem_plan_bottom p {
    margin-top: 40px;
  }
  .sellsystem_flow_item {
    flex-direction: column;
  }
  .sellsystem_flow_item-left {
    font-size: 16px;
    width: 100%;
    height: 54px;
    border-radius: 8px 8px 0 0;
    background: linear-gradient(90deg, #40B5C5 0%, #41C27D 56.25%, #E8DB41 100%);
  }
  .sellsystem_flow_item-left:after,
  .sellsystem_flow_item-right:before {
    content: none;
  }
  .sellsystem_flow_item-right {
    padding: 20px;
    text-align: left;
   }
  .sellsystem_flow_item-right p {
    color: #2F3536;
    line-height: 1.8;
  }
  .sellsystem_flow_bg {
    display: none;
  }
  #flow .sellsystem_lets_start {
    margin-top: 40px;
  }
  .sellsystem_merits_item {
    width: 100%;
    padding: 40px 30px;
  }
  .sellsystem_merits_image img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  .sellsystem_bottom_image img {
    width: auto;
    height: 100%;
  }
  .sellsystem_merits_content {
    margin-top: 30px;
  }
  .sellsystem_faq_list {
    gap: 20px;
  }
  .sellsystem_faq_item {
    padding: 20px;
  }
  .sellsystem_lp h5.sellsystem_faq_question {
    font-size: 13px;
  }
  .sellsystem_faq_question:before,
  .sellsystem_faq_answer:before {
    margin-right: 6px;
  }
  .sellsystem_reasons_list {
    gap: 20px;
  }
  .sellsystem_reasons_item {
    padding: 40px 30px;
    width: 100%;
  }
  .sellsystem_reasons_image {
    height: auto;
  }
  .sellsystem_reasons_image img {
    width: 100%;
    height: auto;
  }
  .sellsystem_reasons_content {
    margin-top: 18px;
  }
  .sellsystem_form_title {
    font-size: 40px;
  }
  .sellsystem_form_content {
    padding: 60px 20px;
    margin-top: 40px;
  }
  .sellsystem_lp .sellsystem_form_inner h4 {
    font-size: 24px;
  }
  .sellsystem_form {
    margin-top: 30px;
  }
  .sellsystem_form_item:not(:first-child) {
    margin-top: 20px;
  }
  .sellsystem_form label,
  .sellsystem_form input,
  .sellsystem_form textarea {
    font-size: 13px;
  }
  .sellsystem_form input {
    height: 40px;
  }
  .sellsystem_form textarea {
    height: 150px;
  }
  .sellsystem_form_btn {
    font-size: 13px;
    height: 48px;
    margin-top: 30px;
  }
  .sellsystem_form_btn input {
    height: 48px;
    padding: 0;
  }
  .sellsystem_form_btn img {
    right: 18px;
  }
  .sellsystem_bottom_image {
    margin-top: 60px;
  }
  #form {
    padding-bottom: 60px;
  }
  .sellsystem_floating_button {
    justify-content: center;
    position: relative;
    top: 0;
    left: 0;
    margin-top: 30px;
  }
  footer {
    padding: 60px 20px !important;
  }
  .sellsystem_footer {
    justify-content: flex-start;
  }
  .sellsystem_footer_left ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    font-size: 13px;
  }
  .sellsystem_footer_right {
    font-size: 12px;
  }

  .grecaptcha-badge {
    z-index: 999;
  }
}
@media screen and (max-width: 630px) {
  .sellsystem_drawer-menu .menu {
    columns: 1;
  }
}
@media screen and (max-width: 499px) {
  #sellsystem_download_form {
    width: 100vw;
  }
}