@charset "UTF-8";
/* CSS Document */

@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap&subset=japanese");

html {
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
}

/* 余白 */
.mb0 {
  margin-bottom: 0px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}

.mt0 {
  margin-top: 0px;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mt60 {
  margin-top: 60px;
}
.mt70 {
  margin-top: 70px;
}
.mt80 {
  margin-top: 80px;
}
.mt90 {
  margin-top: 90px;
}
.mt100 {
  margin-top: 100px;
}
.mt120 {
  margin-top: 120px;
}
.mt130 {
  margin-top: 130px;
}
.mt180 {
  margin-top: 180px;
}

.ml0 {
  margin-left: 0px;
}
.ml10 {
  margin-left: 10px;
}
.ml20 {
  margin-left: 20px;
}
.ml30 {
  margin-left: 30px;
}
.ml40 {
  margin-left: 40px;
}
.ml50 {
  margin-left: 50px;
}
.ml70 {
  margin-left: 70px;
}

.mr0 {
  margin-right: 0px;
}
.mr10 {
  margin-right: 10px;
}
.mr20 {
  margin-right: 20px;
}
.mr30 {
  margin-right: 30px;
}
.mr40 {
  margin-right: 40px;
}
.mr50 {
  margin-right: 50px;
}

.pb0 {
  padding-bottom: 0;
}
.pb10 {
  padding-bottom: 10px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb50 {
  padding-bottom: 50px;
}

.pt0 {
  padding-top: 0px;
}
.pt10 {
  padding-top: 10px;
}
.pt20 {
  padding-top: 20px;
}
.pt30 {
  padding-top: 30px;
}
.pt40 {
  padding-top: 40px;
}
.pt50 {
  padding-top: 50px;
}

.pl0 {
  padding-left: 0px;
}
.pl10 {
  padding-left: 10px;
}
.pl20 {
  padding-left: 20px;
}
.pl30 {
  padding-left: 30px;
}
.pl40 {
  padding-left: 40px;
}
.pl50 {
  padding-left: 50px;
}

.pr0 {
  padding-right: 0px;
}
.pr10 {
  padding-right: 10px;
}
.pr20 {
  padding-right: 20px;
}
.pr30 {
  padding-right: 30px;
}
.pr40 {
  padding-right: 40px;
}
.pr50 {
  padding-right: 50px;
}

body {
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-family: "Noto Sans JP", Arial, Helvetica, sans-serif;
  overflow-x: hidden;
  overflow-y: auto;
}

a {
  text-decoration: none;
  color: #11b7d4;
}

a:hover {
  color: #0c8499;
}

.container {
  max-width: 1200px;
  margin: auto;
  padding: 0 15px;
}

.vd_main {
  width: 100%;
  text-align: center;
  background-color: #11b7d4;
}

.vd_main img {
  max-width: 100%;
  margin: 0 auto;
}

.pc {
  display: block !important;
}
.sp {
  display: none !important;
}

.logo {
  width: 163px;
  margin-bottom: 120px;
}

.logo img,
.frozen_title img {
  width: 100%;
}

/*こんなお悩みありませんか*/
.worry_ttl {
  text-align: center;
  color: #11b7d4;
  font-size: 42px;
  font-weight: 800;
  margin-top: 10px;
}

.worry_img {
  text-align: center;
}

.worry_img img {
  max-width: 100%;
  margin: 0 auto;
}

/*メリット*/
.merit_img img {
  max-width: 100%;
}

.pr_ttl p {
  text-align: center;
  color: #11b7d4;
  font-size: 36px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.pr_ttl p span {
  color: #3d4a4d;
  font-size: 28px;
}

.frozen_title {
  display: flex;
  justify-content: center;
  align-items: center;
}

section {
  padding: 100px 0;
}

.section_bg {
  background-color: #eff4f8;
}

.section_bg02 {
  background-image: url("../img/bk_01.png");
  background-size: cover;
}

.section_bg03 {
  background-image: url(../img/bk_02.jpg);
  background-size: cover;
}

section .title {
  text-align: center;
  padding-bottom: 2vw;
}

.section_title {
  font-size: 80px;
  font-weight: 800;
  color: #11b7d4;
}

.section_text {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  font-weight: bold;
  margin-top: 14px;
  color: #3d4a4d;
}

/*製品紹介*/
.product {
  display: flex;
  justify-content: space-around;
  padding-bottom: 30px;
}

.product_text {
  width: 48%;
}

.product_text > p {
  color: #3d4a4d;
  font-size: 22px;
  font-weight: bold;
  margin-top: 3em;
}

.product_text > p span {
  background-color: #fff;
  padding: 10px 20px;
  border-radius: 25px;
}

.product_text h4 {
  color: #11b7d4;
  font-size: 44px;
  font-weight: bold;
  margin: 5px 0 40px;
}

.product_text ol li::marker {
  color: #ffb84c;
}

.product_text ol li {
  padding-left: 0.5rem;
  line-height: 2;
}

.product_text .box_01 {
  width: 300px;
  padding: 10px 30px;
  margin: 40px 20px 10px;
  background-color: rgba(255, 255, 255, 0.5);
}

/*販売品例*/
.sales_title {
  font-size: 30px;
  font-weight: 700;
  margin-top: 92px;
}

.sales_text {
  max-width: 60%;
  height: auto;
  font-size: 20px;
  margin: 0 20px 0 10px;
}

/* .sales_text p {
  margin: 0;
} */

.carusel {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.carusel_info {
  display: flex;
  justify-content: center;
  max-width: 45%;
  height: auto;
}

/* --- 冷凍 -- */
.sales_title1 {
  position: relative;
  padding-top: 50px;
  padding-bottom: 20px;
  font-size: 30px;
  font-weight: 600;
  color: #042c33;
}

.sales_title1 span {
  position: relative;
  z-index: 2;
}

.sales_title1::before {
  content: attr(data-en);
  position: absolute;
  top: 23px;
  left: 10%;
  transform: translateX(-50%);
  color: rgba(162, 142, 250, 0.2);
  font-size: 55px;
  font-style: italic;
}

/* --- 冷凍 -- */
.sales_title2 {
  position: relative;
  padding-top: 50px;
  padding-bottom: 20px;
  font-size: 30px;
  font-weight: 600;
  color: #042c33;
}

.sales_title2 span {
  position: relative;
  z-index: 2;
}

.sales_title2::before {
  content: attr(data-en);
  position: absolute;
  top: 24px;
  left: 8%;
  transform: translateX(-50%);
  color: rgba(142, 221, 250, 0.2);
  font-size: 55px;
  font-style: italic;
}

/* --- 常温 -- */
.sales_title3 {
  position: relative;
  padding-top: 50px;
  padding-bottom: 20px;
  font-size: 30px;
  font-weight: 600;
  color: #042c33;
}

.sales_title3 span {
  position: relative;
  z-index: 2;
}

.sales_title3::before {
  content: attr(data-en);
  position: absolute;
  top: 24px;
  left: 11%;
  transform: translateX(-50%);
  color: rgba(176, 250, 142, 0.2);
  font-size: 55px;
  font-style: italic;
}

/* --- 商品例 --- */
ul.price-list {
  column-count: 3;
  column-gap: 60px;
  list-style: none;
  margin: 0 0 0 0;
  padding: 0;
}

ul.price-list li {
  border-bottom: #d2d2d2 1px dotted;
  display: inline-flex;
  /* font-weight: bold; */
  margin-bottom: 8px;
  padding-bottom: 8px;
  padding-left: 5%;
  width: 100%;
}

/* --- ページネーションカスタマイズ --- */
.swiper {
  position: relative;
  height: 190px;
}

.swiper-pagination {
  position: absolute;
  transform: translateY(50%);
}

/* ページネーションの余白を調整 */
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px;
}

/* ページネーションのサイズと色を調整 */
.swiper-pagination-bullet {
  background-color: #11b7d4;
}

@media screen and (max-width: 1200px) {
  ul.price-list {
    column-count: 2;
  }

  .carusel_info {
    max-width: 70%;
    height: 90%;
  }

  .swiper {
    height: 270px;
  }

  .swiper-pagination {
    transform: translateY(30%);
  }
}

@media screen and (max-width: 820px) {
  .sales_title1::before {
    left: 16%;
  }

  .sales_title2::before {
    left: 12%;
  }

  .sales_title3::before {
    left: 17%;
  }

  .carusel_info {
    max-width: 100%;
    height: 90%;
  }

  .swiper {
    height: 270px;
  }
}

@media screen and (max-width: 768px) {
  /* .sales_title1::before {
    left: 16%;
  }

  .sales_title2::before {
    left: 26%;
  }

  .sales_title3::before {
    left: 43%;
  } */

  .carusel_info {
    max-width: 100%;
    height: 90%;
  }

  .swiper {
    height: 240px;
  }
}

@media screen and (max-width: 414px) {
  .sales_title1::before {
    top: 40px;
    left: 37%;
    font-size: 40px;
  }

  .sales_title2::before {
    top: 40px;
    left: 30%;
    font-size: 40px;
  }

  .sales_title3::before {
    top: 42px;
    left: 40%;
    font-size: 40px;
  }

  .sales_text {
    margin: 0px;
  }

  ul.price-list li {
    font-size: 16px;
    padding-left: 0;
  }

  .swiper {
    height: 210px;
  }
}

@media screen and (max-width: 375px) {
  ul.price-list {
    column-gap: 30px;
  }

  ul.price-list li {
    font-size: 13px;
    /* margin-bottom: 8px;
    padding-bottom: 8px;
    padding-left: 5%; */
  }

  .sales_title1,
  .sales_title2,
  .sales_title3 {
    padding-top: 50px;
    padding-bottom: 20px;
    font-size: 30px;
    font-weight: 500;
  }

  .mt50 {
    margin-top: 0px;
  }

  .sales_title1::before {
    top: 40px;
    left: 40%;
    font-size: 40px;
  }

  .sales_title2::before {
    top: 40px;
    left: 34%;
    font-size: 40px;
  }

  .sales_title3::before {
    top: 42px;
    left: 42%;
    font-size: 38px;
  }

  .carusel_info {
    height: 100%;
  }

  .swiper {
    height: 200px;
  }
}

.text_center {
  text-align: center;
  font-size: 22px;
  margin-top: 75px;
}

.flow {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flow_img {
  margin-top: 3rem;
}

.flow_img img {
  max-width: 100%;
}

.example_body {
  padding-top: 65px;
  width: 100%;
}

.example_body img {
  width: 100%;
}

.row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}

.list_01 ul {
  margin-left: 30px;
  list-style-image: url("../img/check_icon.png");
}

.example_img,
.example_text {
  width: 48%;
}

.example_img {
  text-align: center;
}

.example_img img {
  max-width: 100%;
}

.example_text p {
  margin-left: 30px;
}

.example_text p img {
  width: 24px;
  height: 24px;
  margin-right: 6px;
}

.example_text p:nth-of-type(1),
.example_text p:nth-of-type(2) {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.example_text .title {
  font-size: 25px;
  font-weight: bold;
  color: #3d4a4d;
}

/*とろみ給茶機*/
.toromi_img img {
  max-width: 100%;
}

table {
  margin-top: 62px;
  border-collapse: collapse;
  width: 100%;
}

th,
td {
  text-align: center;
  padding: 8px;
  border: solid 1px;
  word-wrap: break-word;
  width: 329px;
}

th {
  background-color: #f2f2f2;
  height: 80px;
}

.th_width {
  width: 170px !important;
  background-color: #f2f2f2;
}

.option_body {
  margin-top: 80px;
}

.safe {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.safe_box {
  width: 32%;
  background-color: #eff4f8;
  padding: 40px 24px;
  border-radius: 10px;
  position: relative;
}

.safe_box img {
  width: 38%;
  height: auto;
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom-right-radius: 10px;
  z-index: 0;
}

.safe_box .title {
  margin-bottom: 15px;
}

.safe_box .title h3 {
  font-size: 25px;
}

.safe_box .content {
  width: 70%;
}

.safe_box .content p {
  word-break: break-all;
  z-index: 5;
}

/* faq section start */
.faq-heading {
  -webkit-transition: text-indent 0.2s;
  text-indent: 20px;
  color: #333;
  padding: 0 20px;
  height: auto;
}

.faq-text {
  color: #919191;
  width: 95%;
  padding: 0 20px;
  margin-bottom: 30px;
}

.faq {
  width: 80%;
  margin: 80px auto;
  border-radius: 4px;
}

.accordion {
  background-color: #eeeeee00;
  color: #000;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 16px;
  transition: 0.4s;
}

.active,
.accordion:hover {
  background-color: #ffffff;
  border-bottom: none;
}

.accordion:before {
  content: "Q";
  color: #000;
  font-size: 30px;
  font-weight: bold;
  float: left;
  margin-right: 15px;
}

.accordion:after {
  content: "\002B";
  color: #000;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.panel {
  padding: 0 18px;
  background-color: rgba(255, 255, 255);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  margin-bottom: 10px;
  border-bottom: #000 solid 1px;
}

.faq label {
  display: block;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  height: 56px;
  padding-top: 1px;
  border-bottom: 1px solid #e1e1e1;
}

.faq input[type="checkbox"] {
  display: none;
}

.faq .faq-arrow {
  width: 5px;
  height: 5px;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  border-top: 2px solid rgba(0, 0, 0, 0.33);
  border-right: 2px solid rgba(0, 0, 0, 0.33);
  float: right;
  position: relative;
  top: -30px;
  right: 27px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.faq input[type="checkbox"]:checked + label > .faq-arrow {
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.faq input[type="checkbox"]:checked + label {
  display: block;
  background: rgba(255, 255, 255, 255) !important;
  color: #4f7351;
  height: 225px;
  transition: height 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.faq input[type="checkbox"]:not(:checked) + label {
  display: block;
  transition: height 0.8s;
  height: 60px;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* faq section end */

/* contact form start */
.contact_from {
  display: flex;
  justify-content: center;
  margin-top: 0;
}

#contact form {
  margin-top: 90px;
  width: 865px;
}

#contact form label {
  width: 30%;
  text-align: right;
  position: relative;
  font-size: 20px;
}

#contact form label.require:after {
  content: "必須";
  position: absolute;
  color: #fff;
  background-color: #f56464;
  padding: 4px 6px;
  right: -60px;
  top: 50%;
  border-radius: 5px;
  transform: translateY(-50%);
  font-size: 12px;
}

#contact form input {
  width: 60%;
  height: 50px;
  border-radius: 5px;
  border: 2px solid;
  padding-inline: 10px;
}

#contact form select {
  width: 60%;
  height: 50px;
  border-radius: 5px;
  border: 2px solid;
  padding-inline: 10px;
}

#contact form textarea {
  width: 60%;
  border-radius: 5px;
  border: 2px solid;
  padding: 10px 10px;
}

.btn {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

.send_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 360px;
  height: 80px;
  background-color: #11b7d4;
  color: #ffff;
  font-size: 25px;
  font-weight: 800;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.btn_01 {
  width: 300px;
  height: 60px;
  position: relative;
  display: block;
  color: #11b7d4;
  background-color: #dfdfdf;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 1em 3.5em;
  margin: 20px auto;
  transition: all.4s;
}

.btn_01:hover {
  color: #fff;
  background-color: #11b7d4;
  transition: all.4s;
}

/* contact form end */

footer {
  width: 100%;
}

.footer_row {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  width: 100%;
}

.site_map {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.site_map p {
  margin-left: 40px;
}

.footer {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #24313c;
  margin: 0;
  text-align: center;
  color: white;
  height: 200px;
  padding: 10px;
}

.footer p {
  margin: 0;
}

/* PageTop */
#topbtn {
  display: none;
  position: fixed;
  bottom: 5%;
  right: 5%;
  z-index: 999;
  border: none;
  outline: none;
  background: url(../img/topbtn.png) no-repeat;
  background-size: 100%;
  cursor: pointer;
  padding: 2%;
  opacity: 50%;
}

#topbtn:hover {
  opacity: 100%;
}

.contact_btn a {
  display: none;
  bottom: 20px;
  position: fixed;
  z-index: 99;
}

.contact_btn img {
  width: 100%;
  opacity: 30%;
}

.contact_btn img:hover {
  opacity: 100%;
}

.contact_check {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.check_body {
  width: 700px;
  height: auto;
  background-color: white;
  box-shadow: #0000008f 3px 3px 3px;
  border-radius: 10px;
  padding: 30px;
}

.check_text {
  text-align: center;
}

.check_text p {
  font-size: 30px;
  font-weight: 800;
}

.btn:hover {
  background: #4a99fa;
}

.btn a {
  text-decoration: none;
}

@media (max-width: 1200px) {
  .sales_content,
  .feature_description,
  .merit_content,
  .product_table,
  .option_body,
  .safe,
  .flow,
  .example_body,
  .faq,
  .contact_from {
    padding: 0 16px;
  }

  .carusel {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .sales_text {
    max-width: 100%;
    display: flex;
  }

  .swiper-slide {
    margin-top: 20px;
    width: 30%;
  }

  .swiper-slide > img {
    width: 100%;
  }

  .carusel_info {
    /* max-width: 100%; */
    display: flex;
  }

  .carusel_info img {
    width: 80%;
  }

  .safe {
    margin-top: 20px;
  }

  .mainvisual_bg .content {
    width: 100%;
    height: auto;
    padding: 10px;
  }

  .frozen_station img,
  .logo img,
  .frozen_title img {
    padding: 10px;
    width: 100%;
  }

  .contact_btn a {
    left: 0;
    right: 0;
    width: inherit;
  }
}

@media (max-width: 1024px) {
  .mainvisual_bg .content {
    width: 100%;
    height: auto;
    padding: 10px;
  }

  .logo {
    width: 100%;
    margin-bottom: 50px;
  }

  .logo img,
  .frozen_title img {
    width: 100%;
  }

  .frozen_title {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media (max-height: 700px) {
  .logo {
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }

  section {
    padding: 50px 0;
  }

  section .title {
    padding-bottom: 0;
  }

  .section_title {
    font-size: 50px;
    font-weight: 800;
    color: #11b7d4;
  }

  .section_text {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    margin-top: 14px;
    color: #3d4a4d;
  }

  .mainvisual_bg .content {
    display: grid;
    align-items: center;
    width: 100%;
    height: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }

  .worry_ttl {
    font-size: 24px;
  }

  .pr_ttl p {
    font-size: 26px;
  }

  .pr_ttl p span {
    font-size: 20px;
  }

  .text_center {
    font-size: 18px;
  }

  .faq-text {
    width: 100%;
    word-wrap: break-word;
  }

  .contact_btn a {
    left: 0;
  }

  .example_body {
    padding-top: 40px;
  }

  .example_text .title {
    font-size: 23px;
  }

  .section_text {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    margin-top: 14px;
  }

  /*製品紹介*/
  .product:nth-of-type(odd) {
    flex-direction: column;
  }

  .product:nth-of-type(even) {
    flex-direction: column-reverse;
  }

  .product_text {
    width: 90%;
  }

  .product_text > p {
    font-size: 14px;
  }

  .product_text h4 {
    font-size: 28px;
    margin: 20px 0;
  }

  .product_text ol li {
    line-height: 1.7;
  }

  .product_img {
    text-align: center;
  }

  .product_img img {
    max-width: 50%;
  }

  .product_text .box_01 {
    margin: 10px 20px 30px;
  }
  /*製品紹介終わり*/

  .sales_title {
    font-size: 23px;
  }

  .feature_description {
    margin: 50px 0;
    display: block;
  }

  .feature_description > div {
    width: 100%;
    height: auto;
  }

  .feature_description > div:first-child {
    margin-bottom: 20px;
  }

  .footer_row {
    display: block;
  }

  .contact_btn img {
    opacity: 100%;
  }

  .carusel {
    display: block;
  }

  .sales_text {
    max-width: 100%;
  }

  .flow {
    display: block;
  }

  .merit_body {
    width: 100%;
    padding: 30px;
  }

  .example_text .content p {
    text-align: justify;
  }

  .safe {
    display: block;
  }

  .safe_box {
    width: 100%;
    margin-bottom: 20px;
  }

  .safe_box img {
    width: 30%;
  }

  .contact_from .row {
    display: block;
  }

  #contact form input,
  #contact form select,
  #contact form textarea {
    width: 100%;
  }

  .example_img {
    display: flex;
    justify-content: center;
  }

  .row:nth-of-type(odd) {
    flex-direction: column;
  }

  .example_img,
  .example_text,
  .example_img img {
    width: 100%;
  }

  .row:nth-of-type(even) {
    flex-direction: column-reverse;
  }

  .example_text p {
    text-align: center;
  }

  .example_text p:nth-of-type(1),
  .example_text p:nth-of-type(2) {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .product_table {
    overflow-x: auto;
    margin-inline: auto;
    padding: 0;
    width: 95%;
  }

  table {
    width: 767px;
    overflow-x: auto;
  }

  .faq {
    margin-inline: 0;
    width: 100%;
  }

  #topbtn {
    padding: 4%;
    opacity: 100%;
  }

  .footer_row {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    width: 100%;
  }

  .footer_row img {
    width: 70%;
  }
}

@media (max-width: 375px) {
  .section_bg {
    display: flex;
    justify-content: center;
  }

  #contact form {
    margin-top: 90px;
    width: 100%;
  }

  .footer_row {
    display: block;
  }

  .footer_row img {
    width: 50%;
  }

  .site_map p {
    margin: 0;
  }
}
