@charset "UTF-8";
body {
  font-family: noto-sans-cjk-jp, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover {
  opacity: 0.6;
}

.pc {
  display: block;
}
@media not all and (min-width: 782px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media not all and (min-width: 782px) {
  .sp {
    display: block;
  }
}

.wp-block-group.full-width {
  margin: 0 calc(50% - 50vw);
}

.page .site-body .container,
.page .site-body .container-lg,
.page .site-body .container-md,
.page .site-body .container-sm,
.page .site-body .container-xl {
  max-width: 1100px;
}

.home .site-body .container,
.home .site-body .container-lg,
.home .site-body .container-md,
.home .site-body .container-sm,
.home .site-body .container-xl {
  max-width: 1600px;
}

.wp-block-group {
  padding: 60px 3%;
}

.w-1000 {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 0;
}

#header-top {
  display: none;
}

.site-header-container {
  max-width: 1900px;
  width: 100%;
  padding-right: 0;
}

@media not all and (min-width: 992px) {
  .site-header-logo img {
    width: 210px;
  }
}

@media not all and (min-width: 992px) {
  .vk-mobile-nav nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-around;
            justify-content: space-around;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    border: none;
    padding: 20px 3%;
  }
}
@media not all and (min-width: 992px) {
  .vk-mobile-nav nav ul li {
    width: 48%;
  }
}
@media not all and (min-width: 992px) {
  .vk-mobile-nav nav ul li a {
    border-bottom: 1px solid #e3730c;
  }
}

@media not all and (min-width: 992px) {
  #menu-item-168 {
    width: 100%;
    background: #e3730c;
    margin: 20px 0 20px;
  }
}
@media not all and (min-width: 992px) {
  #menu-item-168 a {
    color: #FFF;
    text-align: center;
    font-size: 15px;
    position: relative;
    padding: 17px 0;
  }
}
@media not all and (min-width: 992px) {
  #menu-item-168 a::before {
    content: " ";
    display: inline-block;
    width: 18px;
    height: 14px;
    background: url("../img/common/icon_mail_white.svg") no-repeat top left;
    background-size: contain;
    position: relative;
    top: 1px;
    margin: 0 6px 0 0;
  }
}

@media not all and (min-width: 992px) {
  #menu-item-172 {
    width: 100%;
  }
}
@media not all and (min-width: 992px) {
  #menu-item-172 a {
    display: block;
    background: #e3730c;
    border: 2px solid #f5d100;
    color: #FFF;
    font-weight: 500;
    border-radius: 0;
    font-size: 14px;
    padding: 6px 10px;
    position: relative;
    text-align: center;
  }
}
@media not all and (min-width: 992px) {
  #menu-item-172 a::after {
    content: " ";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("../img/common/v_03_yellow.svg") no-repeat top left;
    background-size: contain;
    position: relative;
    top: 2px;
    margin: 0 0 0 20px;
  }
}

#menu-item-44 strong {
  position: relative;
}
#menu-item-44 strong::after {
  content: " ";
  display: inline-block;
  width: 17px;
  height: 15px;
  background: url("../img/common/icon_blank_orange.svg") no-repeat top left;
  position: relative;
  top: 0;
  margin: 0 0 0 10px;
  left: 0;
  background-size: contain;
}

#menu-item-45 a {
  padding-right: 30px;
}

#menu-item-50 {
  height: 100%;
}
#menu-item-50 a {
  background: #E3730C;
  padding: 25px 20px;
  height: 100%;
}
#menu-item-50 strong {
  color: #FFF;
  display: block;
  position: relative;
  font-size: 16px;
  padding: 0;
  font-weight: normal;
  letter-spacing: 0.1rem;
}
@media not all and (min-width: 1420px) {
  #menu-item-50 strong {
    font-size: 14px;
  }
}
#menu-item-50 strong::before {
  content: " ";
  display: inline-block;
  width: 15px;
  height: 11px;
  background: url("../img/common/icon_mail_white.svg") no-repeat top left;
  position: relative;
  top: 0;
  margin: 0 9px 0 0;
  left: 0;
  background-size: contain;
}

#menu-navi {
  height: 100%;
}

.wp-block-button .wp-block-button__link {
  position: relative;
}
@media not all and (min-width: 782px) {
  .wp-block-button .wp-block-button__link {
    padding: 10px 0 !important;
    min-width: 220px;
    font-size: 16px;
  }
}
.wp-block-button .wp-block-button__link::after {
  content: " ";
  display: block;
  width: 6px;
  height: 10px;
  background: url("../img/common/v_01_orange.svg") no-repeat top left;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 10px;
}
.wp-block-button .wp-block-button__link:hover {
  color: #FFF;
}
.wp-block-button .wp-block-button__link:hover::after {
  background-image: url("../img/common/v_01_white.svg");
}

.wp-block-button.btn-blank .wp-block-button__link::after {
  width: 13px;
  height: 14px;
  background-image: url("../img/common/icon_blank_orange.svg");
}

.global-nav-list > li .global-nav-name {
  color: #505050;
  font-size: 16px;
  font-weight: normal;
}
@media not all and (min-width: 1420px) {
  .global-nav-list > li .global-nav-name {
    padding: 0;
    font-size: 14px;
  }
}

.header_scrolled .global-nav-list > li .global-nav-name {
  padding: 0;
}

.wp-block-group {
  padding: 30px 3%;
}
@media not all and (min-width: 782px) {
  .wp-block-group {
    padding: 30px 0;
  }
}
.wp-block-group .wp-block-group__inner-container figcaption {
  font-family: shippori-mincho, sans-serif;
  font-weight: 500;
  font-style: normal;
}

@media not all and (min-width: 992px) {
  .vk-mobile-nav-menu-btn.menu-open {
    background: #e3730c;
    border: none;
    right: 0;
    top: 0;
    width: 47px;
    height: 45px;
    border-radius: 0;
  }
}
@media not all and (min-width: 992px) {
  .vk-mobile-nav-menu-btn.menu-open::before, .vk-mobile-nav-menu-btn.menu-open::after {
    content: " ";
    display: block;
    width: 16px;
    height: 1px;
    background: #FFF;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transform: rotateZ(45deg);
            transform: rotateZ(45deg);
    left: 0;
    right: 0;
  }
}
@media not all and (min-width: 992px) {
  .vk-mobile-nav-menu-btn.menu-open::after {
    -webkit-transform: rotateZ(-45deg);
            transform: rotateZ(-45deg);
  }
}

@media not all and (min-width: 992px) {
  .vk-mobile-nav.vk-mobile-nav-open.vk-mobile-nav-drop-in,
  .vk-mobile-nav.vk-mobile-nav-open.vk-mobile-nav-left-in,
  .vk-mobile-nav.vk-mobile-nav-open.vk-mobile-nav-right-in {
    top: 44px;
    padding: 0 !important;
    background: #F8F5E3;
    overflow: hidden;
  }
}

@media not all and (min-width: 992px) {
  .vk-mobile-nav-open::before {
    content: " ";
    display: block;
    width: 100%;
    height: 100px;
    background: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    margin: 0 auto;
  }
}

@media not all and (min-width: 992px) {
  #mobile-append-logo {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    width: 220px;
    padding: 6px 0 0 3%;
    opacity: 0;
  }
}

@media not all and (min-width: 992px) {
  .vk-mobile-nav-open #movile-append-logo {
    opacity: 1;
  }
}

@media not all and (min-width: 992px) {
  .vk-mobile-nav-menu-outer {
    z-index: 1000;
    position: relative;
    background: #f8f5e3;
  }
}

@media not all and (min-width: 992px) {
  #search-2 {
    display: none;
  }
}

@media not all and (min-width: 992px) {
  .veu_adminEdit.alert.alert-info {
    display: none;
  }
}

.table-layout {
  position: relative;
}
@media not all and (min-width: 782px) {
  .table-layout table {
    width: 100%;
    margin: 10px 0;
    overflow: auto;
    white-space: nowrap;
  }
}
@media not all and (min-width: 782px) {
  .table-layout table::-webkit-scrollbar {
    height: 6px;
    background: #FFF;
  }
}
@media not all and (min-width: 782px) {
  .table-layout table::-webkit-scrollbar-track {
    background: inherit;
  }
}
@media not all and (min-width: 782px) {
  .table-layout table ::-webkit-scrollbar-thumb {
    background: #CDCFD2;
    border-radius: 10px;
  }
}
@media not all and (min-width: 782px) {
  .table-layout table::-webkit-scrollbar-thumb {
    background: #CDCFD2;
    border-radius: 10px;
  }
}

.home .site-body {
  padding: 0;
}

.entry-body h2 {
  text-align: center;
  padding-bottom: 18px;
  position: relative;
  margin-bottom: 40px;
  font-family: shippori-mincho, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.entry-body h2::after {
  content: " ";
  display: block;
  width: 90px;
  height: 2px;
  background: #e3730c;
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.entry-body h2.h2-type-a {
  border-bottom: 2px solid #e3730c;
  text-align: left;
  padding-bottom: 14px;
  margin-bottom: 26px;
}
.entry-body h2.h2-type-a::after {
  display: none;
}
.entry-body h3 {
  font-family: shippori-mincho, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.entry-body h3.h3-type-a {
  font-size: 20px;
  padding: 0 0 0 10px;
  margin: 0 0 10px;
  border-left: 2px solid #e3730c;
}
.entry-body p {
  font-size: 16px;
  line-height: 2;
}
.entry-body p strong {
  color: #e3730c;
}
.entry-body p.txt-name {
  font-family: shippori-mincho, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
}
@media not all and (min-width: 782px) {
  .entry-body p.txt-name {
    font-size: 16px;
  }
}
.entry-body ol {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
  margin: 30px 0;
}
.entry-body ol li {
  position: relative;
  padding: 0 0 0 27px;
  margin: 20px 0;
}
.entry-body ol li::before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #e3730c;
  border: 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  height: 22px;
  width: 22px;
  color: #ffffff;
  font-size: 85%;
  line-height: 1;
  position: absolute;
  top: 1px;
  left: 0;
}

.btn-01.wp-block-button__link {
  padding: 0 0px 0 0;
  background: none;
  color: #e3730c;
  position: relative;
}
@media not all and (min-width: 782px) {
  .btn-01.wp-block-button__link {
    min-width: 1px;
  }
}
.btn-01.wp-block-button__link::after {
  content: " ";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("../img/common/v_03_orange.svg") no-repeat top left;
  background-size: contain;
  position: relative;
  top: 3px;
  right: 0;
  margin: 0 0 0 10px;
}
.btn-01.wp-block-button__link:hover {
  background: none;
  color: #e3730c !important;
}
.btn-01.wp-block-button__link:hover::after {
  background-image: url("../img/common/v_03_orange.svg");
}

.site-body-bottom {
  background: #F8F5E3;
  border-top: 1px dashed #e3730c;
}
.site-body-bottom .container {
  position: relative;
}

#block-6 {
  margin: 0;
}
#block-6 .wp-block-group {
  max-width: 1060px;
  margin: 0 auto;
  padding: 40px 3%;
}
#block-6 .wp-block-group__inner-container {
  background: #FFF;
}
#block-6 .wp-block-group__inner-container > p {
  border-bottom: 1px dashed #BABABA;
  padding: 0 0 40px;
  margin: 0 0 40px;
}
@media not all and (min-width: 782px) {
  #block-6 .wp-block-group__inner-container > p {
    font-size: 13px;
    line-height: 1.8;
    padding: 0 0 30px;
    margin: 0 0 26px;
  }
}
#block-6 h3 {
  font-size: 22px;
  font-weight: normal;
  font-family: shippori-mincho, sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media not all and (min-width: 782px) {
  #block-6 h3 {
    font-size: 16px;
  }
}
#block-6 h4 {
  position: relative;
  margin: 0 0 0;
  font-family: roboto, sans-serif;
  font-weight: 500;
  font-style: normal;
}
#block-6 h4::before {
  content: " ";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../img/common/icon_tel_orange.svg") no-repeat top left;
  background-size: contain;
  position: relative;
  top: 0;
  margin: 0 5px 0 0;
}
#block-6 h4 a {
  color: #e3730c;
}
#block-6 p {
  line-height: 1;
  padding: 0 0 10px;
}
@media not all and (min-width: 782px) {
  #block-6 p {
    padding: 0;
  }
}

#footer-contact-mail {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
#footer-contact-mail p {
  font-size: 16px;
}
#footer-contact-mail .wp-block-buttons {
  width: 100%;
}
#footer-contact-mail .wp-block-button__link {
  position: relative;
}
@media not all and (min-width: 782px) {
  #footer-contact-mail .wp-block-button__link {
    width: 220px;
    margin: auto;
    display: block;
  }
}
#footer-contact-mail .wp-block-button__link::before {
  content: " ";
  display: inline-block;
  width: 18px;
  height: 14px;
  background: url("../img/common/icon_mail_orange.svg") no-repeat top left;
  background-size: contain;
  position: relative;
  top: 1px;
  margin: 0 6px 0 0;
}
#footer-contact-mail .wp-block-button__link::after {
  display: none;
}
#footer-contact-mail .wp-block-button__link:hover {
  background: none;
  color: #e3730c !important;
}

#footer-contact {
  max-width: 600px;
  margin: 0 auto;
}

.footer-nav {
  padding: 40px 0 20px;
}

@media not all and (min-width: 782px) {
  #menu-footernavi {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
}
@media not all and (min-width: 782px) {
  #menu-footernavi li {
    width: 48%;
  }
}
@media not all and (min-width: 782px) {
  #menu-footernavi li a {
    border-bottom: 1px solid #FFF;
    font-size: 15px;
  }
}

#btn-flt {
  display: block;
  position: fixed;
  top: 300px;
  width: 44px;
  right: 0;
  margin-top: 0 !important;
  z-index: 1000;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media not all and (min-width: 782px) {
  #btn-flt {
    display: none;
  }
}
#btn-flt a {
  border: 2px solid #ddd;
  letter-spacing: 0.2rem;
  display: block;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  background: #e3730c;
  border: 2px solid #f5d100;
  color: #FFF;
  font-weight: 500;
  border-radius: 10px 0 0 10px;
  font-size: 14px;
  padding: 20px 10px 40px;
  position: relative;
  display: block;
}
#btn-flt a::after {
  content: " ";
  display: block;
  width: 20px;
  height: 20px;
  background: url("../img/common/v_03_yellow.svg") no-repeat top left;
  background-size: contain;
  position: absolute;
  bottom: 12px;
  margin: auto;
  left: 0;
  right: 0;
}
#btn-flt a:hover {
  opacity: 0.6;
}

#block-15 {
  position: absolute;
  top: -24px;
  right: 50px;
}
@media not all and (min-width: 782px) {
  #block-15 {
    right: 0px;
    left: 0;
    margin: auto;
    width: 50px;
  }
}

@media not all and (min-width: 782px) {
  .page-header {
    background-position: left -150px center;
  }
}
.page-header::before {
  background: none;
}

.page-header-title,
h1.page-header-title {
  font-family: shippori-mincho, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 32px;
  font-weight: 500;
}
@media not all and (min-width: 782px) {
  .page-header-title,
  h1.page-header-title {
    font-size: 24px;
    text-shadow: 0 0 4px #f7f4e2;
  }
}

.breadcrumb-list {
  margin-top: 16px;
}

.page:not(.home) .entry-body .wp-block-group {
  padding: 60px 0 60px;
}

table {
  border: none;
}
table th,
table td {
  border: none;
  border-bottom: 1px dashed #BABABA;
  padding: 24px 0;
  line-height: 2.2;
  vertical-align: top;
}
@media not all and (min-width: 782px) {
  table th,
  table td {
    padding: 20px 10px;
    font-size: 14px;
    -webkit-text-size-adjust: 100%;
  }
}
table td a {
  text-decoration: underline;
}

#company-05 p {
  min-height: 64px;
}

#trial-01 {
  max-width: 750px;
  width: 100%;
  margin: 0 auto 0;
}

#trial-02 .wp-block-group {
  background: #F8F5E3;
  border-bottom: 1px solid #e3730c;
  position: relative;
  padding: 40px 3%;
}
#trial-02 .wp-block-group::after {
  content: " ";
  display: block;
  width: 86px;
  height: 22px;
  background: url("../img/common/v_04_orange.svg") no-repeat top left;
  background-size: contain;
  position: absolute;
  bottom: -22px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
}
#trial-02 .wp-block-group:nth-child(2n) {
  background: #FAFAFA;
}
#trial-02 > .wp-block-group__inner-container > .wp-block-group:nth-child(5) {
  border: none;
}
#trial-02 > .wp-block-group__inner-container > .wp-block-group:nth-child(5)::after {
  display: none;
}
#trial-02 .wp-block-buttons {
  margin: 40px 0 0px;
}
#trial-02 p {
  line-height: 2.4;
}
#trial-02 .icon-flow {
  font-size: 14px;
  position: absolute;
  right: -20px;
  top: -23px;
  background: url("../img/common/icon_message_02.svg") no-repeat center center;
  background-size: contain;
  font-family: roboto, sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  color: #FFF;
  padding: 14px 20px 9px;
  margin: 0;
  text-align: center;
}
#trial-02 .icon-flow span {
  font-size: 34px;
  display: block;
}

#trial-03 {
  border: 1px dashed #f97e0d;
  max-width: 1100px;
  padding: 60px 0 30px;
}
#trial-03 .wp-block-buttons {
  margin: 0 0 40px;
}
#trial-03 p {
  margin: 0 0 14px;
}

#trial-04 {
  max-width: 750px;
  margin: 0 auto 0;
  width: 100%;
}
#trial-04 h2 {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
}

ul.page-numbers li a,
ul.page-numbers li span.page-numbers {
  border-radius: 6px;
  padding: 4px 10px;
  background: #F8F5E3;
  color: #e3730c;
  box-shadow: 0 0 4px #e1e1e1;
  margin: 0 6px;
}
ul.page-numbers li span.page-numbers.current {
  border-radius: 6px;
  padding: 4px 10px;
}

.form-block {
  max-width: 750px;
  margin: 0 auto;
  width: 100%;
}
.form-block h4 {
  font-size: 16px;
  position: relative;
  margin: 50px 0 14px;
}
.form-block h4 .must {
  color: #e3730c;
  display: inline-block;
  margin: 0 0 0 2px;
}
.form-block p {
  margin: 0 0 6px;
}
.form-block .form-selectbox {
  background: #F8F8F8;
  border: 1px solid #BABABA;
  width: 210px;
}
.form-block input {
  background: #F8F8F8;
  border: 1px solid #BABABA;
  margin: 0 10px;
}
.form-block input:first-child {
  margin-left: 0;
}
.form-block input.form-text-30 {
  width: 190px;
}
@media not all and (min-width: 782px) {
  .form-block input.form-text-30 {
    width: 100%;
    margin: 0 0 10px;
  }
}
.form-block input.form-text-tel {
  width: 190px;
}
@media not all and (min-width: 782px) {
  .form-block input.form-text-tel {
    width: 80px;
  }
}
.form-block .form-textarea {
  background: #F8F8F8;
  border: 1px solid #BABABA;
}
.form-block .submit {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  gap: 6px;
}
.form-block .form-back-button {
  background: #ededed;
  border: 2px solid #8c8c8c;
  border-radius: 50px;
  color: #8c8c8c;
  width: 210px;
  font-weight: 600;
  padding: 0.5em 2em;
  font-size: 16px;
}
.form-block .form-submit-button {
  background: #FFF;
  border: 2px solid #e3730c;
  border-radius: 50px;
  color: #e3730c;
  width: 210px;
  font-weight: 600;
  font-size: 16px;
}
.form-block .atte {
  font-size: 13px;
  color: #848484;
}

.oem-group {
  padding: 60px 3%;
}
@media not all and (min-width: 782px) {
  .oem-group {
    padding: 30px 3% 0;
  }
}
.oem-group .wp-block-group__inner-container {
  max-width: 100% !important;
}
.oem-group .oem-items {
  max-width: 1060px;
  margin: 100px auto;
  width: 100%;
  padding: 0;
}
@media not all and (min-width: 782px) {
  .oem-group .oem-items {
    margin: 40px auto;
  }
}
.oem-group .oem-items .wp-block-group__inner-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  gap: 0;
  max-width: 100% !important;
}
@media not all and (min-width: 782px) {
  .oem-group .oem-items .wp-block-group__inner-container {
    display: block;
  }
}
.oem-group .oem-items .oem-item {
  width: 49%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  margin: 0 0 30px;
  position: relative;
}
@media not all and (min-width: 992px) {
  .oem-group .oem-items .oem-item {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 30px;
    max-width: 100%;
    display: block;
  }
}
.oem-group .oem-items .oem-item h3 {
  margin: 0 0px 10px 0px;
  font-size: 20px;
  font-weight: normal;
  border-left: 2px solid #e3730c;
  padding: 0 0 0 10px;
}
.oem-group .oem-items .oem-item h3 a {
  color: #505050;
}
.oem-group .oem-items .oem-item p {
  margin: 0 0 10px;
}
.oem-group .oem-items .oem-item .btn-01 .wp-block-button__link {
  padding: 0;
}
.oem-group .oem-items .oem-item .wp-block-media-text__media {
  width: 190px;
}
@media not all and (min-width: 782px) {
  .oem-group .oem-items .oem-item .wp-block-media-text__media {
    width: 100%;
  }
}
.oem-group .oem-items .oem-item .wp-block-media-text__media img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.oem-group .oem-items .oem-item .wp-block-media-text__content {
  padding: 10px 20px 10px 20px;
  width: calc(100% - 190px);
}
@media not all and (min-width: 782px) {
  .oem-group .oem-items .oem-item .wp-block-media-text__content {
    width: 100%;
  }
}

/* .wp-block-group.product-oem-items {
    padding: 0;
    max-width: 1060px;
    margin: 0 auto;
    > .wp-block-group__inner-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
} */
/* .wp-block-group.product-oem-item {
    padding: 0;
    width: 49%;
    margin: 0 0 30px;
    background: #f8f5e3;
    h3 {
        margin: 0 0px 10px 0px;
        font-size: 20px;
        font-weight: normal;
        border-left: 2px solid #e3730c;
        padding: 0 0 0 10px;
    }
    a {
        color: #505050;
    }
    p {
        margin: 0 0 10px;
        line-height: 1.6;
        font-size: 14px;
    }
} */
.slick_container {
  max-width: 750px;
  margin: 50px auto;
}
.slick_container img {
  width: 100%;
  height: auto;
  border: 1px solid #FFF;
}

@media not all and (min-width: 782px) {
  .slick-prev {
    left: 4px;
  }
}

@media not all and (min-width: 782px) {
  .slick-next {
    right: 4px;
  }
}

hr.wp-block-separator {
  border-color: #BABABA;
  border-style: dashed;
  border-width: 1px;
}

.product-block {
  max-width: 750px;
  margin: 0 auto 40px;
  border-bottom: 1px dashed #bababa;
}

.p-page-about .about-01 .wp-block-group__inner-container {
  max-width: 750px;
  margin: 0 auto;
}
.p-page-about .about-02 {
  padding: 0px 0 120px;
}
@media not all and (min-width: 782px) {
  .p-page-about .about-02 {
    padding-bottom: 80px;
  }
}
.p-page-about .about-02 .about-02-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
          align-items: center !important;
  border-bottom: 1px dashed #BABABA;
  padding: 50px 0 70px;
}
@media not all and (min-width: 782px) {
  .p-page-about .about-02 .about-02-block {
    padding: 40px 0 50px;
  }
}
.p-page-about .about-02 .about-02-block.no-border-bottom {
  border-bottom: none;
  padding-bottom: 0;
}
.p-page-about .about-02 .about-02-block .img {
  position: relative;
}
@media not all and (min-width: 782px) {
  .p-page-about .about-02 .about-02-block .img {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
            order: -1;
  }
}
@media not all and (min-width: 782px) {
  .p-page-about .about-02 .about-02-block .img figure {
    margin: 0;
  }
}
.p-page-about .about-02 .about-02-block .img figcaption {
  position: absolute;
  width: 140px;
  height: 140px;
  top: -31px;
  right: -15px;
  color: #FFF;
  background: url("../img/common/icon_message_02.svg") no-repeat top left;
  background-size: contain;
  font-size: 40px;
  line-height: 140px;
  margin: 0;
}
@media not all and (min-width: 782px) {
  .p-page-about .about-02 .about-02-block .img figcaption {
    width: 80px;
    height: 80px;
    right: -10px;
    top: -20px;
    font-size: 20px;
    line-height: 84px;
  }
}
.p-page-about .about-02 .about-02-block:nth-child(2n) .img figcaption {
  right: auto;
  left: -15px;
  background-image: url("../img/common/icon_message_reverse_02.svg");
}
.p-page-about .about-02 .about-02-block .wp-block-button .wp-block-button__link::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  right: 15px;
}
.p-page-about .about-03 {
  position: relative;
}
.p-page-about .about-03 .wp-block-group__inner-container {
  max-width: 750px;
  margin: 0 auto 0;
  padding: 50px 0 0;
  padding-left: 3%;
  padding-right: 3%;
}
@media not all and (min-width: 782px) {
  .p-page-about .about-03 .wp-block-group__inner-container {
    padding-top: 40px;
  }
}
.p-page-about .about-04 > .wp-block-group__inner-container {
  max-width: 1100px;
  margin: 0 auto;
  padding-left: 3%;
  padding-right: 3%;
}
.p-page-about .about-05 > .wp-block-group__inner-container {
  max-width: 1100px;
  margin: 0 auto;
  padding-left: 3%;
  padding-right: 3%;
}

h6.icon-msg {
  position: absolute;
  width: 130px;
  height: 144px;
  top: -69px;
  right: 0;
  left: 0;
  color: #FFF;
  background: url("../img/common/icon_message.svg") no-repeat top left;
  background-size: contain;
  font-size: 40px;
  line-height: 133px;
  margin: auto;
  font-family: shippori-mincho, sans-serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
}
@media not all and (min-width: 782px) {
  h6.icon-msg {
    width: 80px;
    height: 89px;
    line-height: 85px;
    font-size: 20px;
    top: -40px;
  }
}

.page .wp-block-group .item-temp {
  padding: 0 0 40px;
}
@media not all and (min-width: 782px) {
  .page .wp-block-group .item-temp {
    padding: 0 0 30px;
  }
}
.page .wp-block-group .item-temp figure {
  margin: 0;
}
.page .wp-block-group .item-temp .txt {
  padding: 20px;
}

.page-id-28 .site-body {
  padding-bottom: 0;
}
@media not all and (min-width: 782px) {
  .page-id-28 .main-section {
    margin-bottom: 0;
  }
}

.breadcrumb .container {
  max-width: 1900px;
}
.breadcrumb .container i {
  display: none;
}

.lp-mv {
  padding: 0;
}
.lp-mv img {
  width: 100%;
  max-width: inherit !important;
}

.page-id-456 .page-header {
  display: none;
}
.page-id-456 .breadcrumb {
  display: none;
}
.page-id-456 .site-body {
  padding: 0;
}
@media not all and (min-width: 782px) {
  .page-id-456 .site-body .container {
    padding: 0;
  }
}

.lp-01 {
  background: url("../img/common/top_about_bg.png") no-repeat center bottom;
  background-size: cover;
  padding: 120px 0 60px;
  min-height: 840px;
}
@media not all and (min-width: 782px) {
  .lp-01 {
    padding: 30px 0 0px;
    min-height: 520px;
  }
}
.lp-01 .wp-block-group__inner-container {
  padding: 0 3% 0;
  max-width: 750px;
  margin: 0 auto;
  width: 100%;
}
.lp-01 p {
  margin: 0 0 40px;
  font-size: 20px;
  line-height: 2.6;
}
@media not all and (min-width: 782px) {
  .lp-01 p {
    text-align: left;
    font-size: 16px;
  }
}

h2.h2-type-c {
  font-family: zen-maru-gothic, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #505050;
}
@media not all and (min-width: 782px) {
  h2.h2-type-c {
    font-size: 20px;
    margin: 0 0 20px;
  }
}
h2.h2-type-c::after {
  border-bottom: 2px dotted #e3730c;
  background: none;
}

.lp-02 {
  position: relative;
  padding-left: 3%;
  padding-right: 3%;
  padding-top: 120px;
}
@media not all and (min-width: 782px) {
  .lp-02 {
    padding-bottom: 60px;
  }
}
.lp-02::before {
  content: " ";
  display: block;
  width: 46%;
  height: 28%;
  background: url("../img/common/hokkaido.png") no-repeat top left;
  background-size: contain;
  position: absolute;
  top: 0;
  margin: 0 auto;
  z-index: 1;
  left: 0;
}
.lp-02::after {
  content: " ";
  display: block;
  width: 5%;
  height: 50%;
  background: url("../img/common/hokkaido_food.svg") no-repeat bottom right;
  background-size: contain;
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  z-index: 1;
  right: 13px;
}
@media not all and (min-width: 782px) {
  .lp-02::after {
    bottom: 20px;
    display: none;
  }
}
.lp-02 .wp-block-group__inner-container {
  padding: 0 0 0;
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
  z-index: 2;
  position: relative;
}

h2.h2-type-b {
  font-size: 28px;
  font-family: zen-maru-gothic, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #505050;
  border-bottom: 2px dotted #E3730C;
  text-align: left;
  padding: 0 0 10px;
  margin: 0 0 26px;
}
@media not all and (min-width: 782px) {
  h2.h2-type-b {
    font-size: 20px;
    text-align: center;
    margin: 0 0 10px;
  }
}
h2.h2-type-b::after {
  display: none;
}

.lp-02-column {
  margin-bottom: 60px;
  padding: 0;
  position: relative;
}
@media not all and (min-width: 782px) {
  .lp-02-column {
    margin: 0;
  }
}
.lp-02-column .txt {
  padding: 0 0 0 30px;
}
@media not all and (min-width: 782px) {
  .lp-02-column .txt {
    padding: 10px 20px 30px;
  }
}
.lp-02-column:nth-child(2n) .txt {
  padding: 0 30px 0 0px;
}
@media not all and (min-width: 782px) {
  .lp-02-column:nth-child(2n) .txt {
    padding: 10px 20px 30px;
  }
}
.lp-02-column .img {
  position: relative;
}
@media not all and (min-width: 782px) {
  .lp-02-column .img {
    position: initial;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
            order: -1;
  }
}
.lp-02-column .wp-block-image {
  margin: 0;
}

.icon-cloud {
  position: absolute;
  bottom: -32px;
  right: -22px;
  background: url("../img/common/icon_message_03.svg") no-repeat top left !important;
  background-size: contain;
  width: 140px;
  height: 140px;
  font-size: 24px;
  text-align: center;
  padding-top: 32px;
  line-height: 1.1;
  color: #FFF;
  font-family: roboto, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.1rem;
  margin: 0;
}
@media not all and (min-width: 782px) {
  .icon-cloud {
    bottom: auto;
    top: -30px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 60px;
    height: 60px;
    font-size: 12px;
    background-size: contain !important;
    line-height: 1;
    padding: 14px 0 0;
    letter-spacing: 0;
  }
}

.lp-02-column:nth-child(2n) .icon-cloud {
  right: auto;
  left: -22px;
}
@media not all and (min-width: 782px) {
  .lp-02-column:nth-child(2n) .icon-cloud {
    left: 0;
    right: 0;
  }
}

.icon-cloud strong {
  font-size: 48px;
  display: block;
  font-weight: normal;
}
@media not all and (min-width: 782px) {
  .icon-cloud strong {
    font-size: 24px;
    letter-spacing: 0;
  }
}

.lp-03 {
  padding: 130px 3%;
  background: url("../img/common/lp_section_bg.png") bottom center no-repeat;
  background-size: contain;
  position: relative;
}
@media not all and (min-width: 782px) {
  .lp-03 {
    padding: 70px 3% 120px;
  }
}
.lp-03::before {
  content: " ";
  display: block;
  width: 300px;
  height: 100px;
  background: url("../img/common/v_05_white.svg") no-repeat top left;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media not all and (min-width: 782px) {
  .lp-03::before {
    width: 120px;
  }
}
.lp-03 p {
  max-width: 750px;
  margin: 0 auto 40px;
  line-height: 2.4;
}
@media not all and (min-width: 782px) {
  .lp-03 p {
    line-height: 2;
  }
}
.lp-03 .lp-03-more {
  max-width: 1100px;
  margin: 130px auto 0;
  padding: 110px 30px 0;
  position: relative;
  border: 1px dashed #E32D0C;
}
@media not all and (min-width: 782px) {
  .lp-03 .lp-03-more {
    padding: 80px 20px 0;
  }
}
.lp-03 .lp-03-more .wp-block-buttons {
  margin: 0 0 20px;
}

.lp-icons {
  padding: 30px 0% 40px;
  margin: 0 auto;
  max-width: 750px;
  width: 100%;
  gap: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
@media not all and (min-width: 782px) {
  .lp-icons {
    padding: 30px 0 0;
    max-width: 370px;
  }
}
.lp-icons .lp-icon {
  padding: 50px 0 45px;
  border-radius: 50%;
  position: relative;
  width: 22%;
  background: none !important;
}
@media not all and (min-width: 782px) {
  .lp-icons .lp-icon {
    width: 45%;
    margin: 0 0 40px;
  }
}
.lp-icons .lp-icon::before {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  background: #FFF;
  position: absolute;
  top: 0;
  margin: auto;
  border-radius: 100%;
  box-shadow: 0 0 10px #e9e9e9;
}
.lp-icons .lp-icon .icon-cloud {
  width: 45px;
  background-size: contain !important;
  height: 46px;
  padding: 0 0 0;
  line-height: 45px;
  left: 0;
  right: 0;
  margin: auto;
  top: -18px;
  bottom: auto;
  z-index: 2;
}
.lp-icons .lp-icon .wp-block-image {
  margin: 0 0 10px;
  z-index: 2;
  position: relative;
}
.lp-icons .lp-icon h3 {
  font-family: zen-maru-gothic, sans-serif;
  font-weight: 500;
  font-style: normal;
  margin: 0;
  z-index: 2;
  position: relative;
}

h2.h2-type-d {
  position: absolute;
  width: 98%;
  background: none !important;
  margin: auto;
  top: -53px;
  left: 0;
  right: 0;
  text-align: center;
  border: none;
  padding: 0;
  padding-bottom: 80px;
  padding-top: 3%;
}
@media not all and (min-width: 782px) {
  h2.h2-type-d {
    font-size: 18px;
    line-height: 1.2;
    padding-top: 8px;
    padding-bottom: 0;
    height: 72px;
    top: -16px;
  }
}
h2.h2-type-d::before {
  content: " ";
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/common/ribbon_01.svg") no-repeat center top;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
}
@media not all and (min-width: 782px) {
  h2.h2-type-d::before {
    background-image: url("../img/common/ribbon_01_sp.svg");
  }
}
h2.h2-type-d::after {
  display: none;
}
h2.h2-type-d strong {
  position: relative;
  font-family: zen-maru-gothic, sans-serif;
  font-weight: 500;
  font-style: normal;
  z-index: 2;
}

.lp-04 {
  padding-left: 3%;
  padding-right: 3%;
}
.lp-04 .wp-block-group__inner-container {
  max-width: 750px;
  margin: 0 auto;
}
.lp-04 h2 {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-size: 16px;
  margin: 0 0 24px;
}
.lp-04 h3 {
  font-family: noto-sans-cjk-jp, sans-serif;
}

.widget .vk_post_imgOuter_singleTermLabel {
  display: none;
}

.vk_posts-mainSection .vk_post_body.media-body h5.vk_post_title.media-title {
  font-size: 20px;
  font-family: shippori-mincho, sans-serif;
  font-weight: 500;
  font-style: normal;
  padding: 0 0 0 10px;
  border-left: 2px solid #e3730c;
  margin: 0 0 16px;
}

.vk_post .vk_post_date {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-size: 12px;
}
.vk_post .vk_post_btn {
  background: none;
  font-size: 14px;
  color: #e3730c;
  border: none;
  padding: 0;
  position: relative;
}
.vk_post .vk_post_btn::after {
  content: " ";
  display: inline-block;
  width: 14px;
  height: 20px;
  background: url("../img/common/v_03_orange.svg") no-repeat top left;
  position: relative;
  top: 8px;
  margin: 0 0px 0 6px;
  background-size: contain;
  bottom: 0;
}
.vk_post.media {
  border-bottom: 1px solid #E6E6E6;
}
.vk_post h5.vk_post_title {
  color: #505050;
  font-family: shippori-mincho, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.sub-section-title {
  font-family: shippori-mincho, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  border-bottom: 2px solid #e3730c;
  padding: 0 0 10px;
}

.media.vk_post:first-child {
  border-top: none;
}

.widget.widget_link_list li {
  border-bottom: 1px solid #E6E6E6;
}

@media not all and (min-width: 782px) {
  .single .page-header {
    background-position: center center;
  }
}
.single .entry-body {
  border-bottom: 1px dashed #BABABA;
  margin-bottom: 30px;
}
.single .entry-body h2 {
  border-bottom: 1px solid #e3730c;
  font-size: 28px;
  text-align: left;
}
.single .entry-body h2::after {
  display: none;
}
.single .entry-body h3 {
  border-left: 2px solid #e3730c;
  font-size: 20px;
  padding: 0 0 0 10px;
  margin-bottom: 40px;
}
.single .entry-body h4 {
  color: #505050;
  font-family: shippori-mincho, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  padding: 0 0 0 22px;
  position: relative;
}
.single .entry-body h4::before {
  content: " ";
  display: block;
  width: 16px;
  height: 16px;
  background: #e3730c;
  position: absolute;
  top: 3px;
  left: 0px;
  margin: 0 auto;
  border-radius: 3px;
}

.card-intext .card-intext-inner .vk_post_body {
  background: rgba(0, 0, 0, 0.6);
}

.vk_post.card {
  border-radius: 0;
}

.blog .page-header {
  background-image: url("http://hokkaido-food.dev-env-page.com/wp/wp-content/uploads/2022/08/6bbc9ca397f6402eb83142b28c6ca543.png");
}
.blog .page-header-title, .blog .blog h1.page-header-title {
  color: #e3730c;
}

@media not all and (min-width: 1420px) {
  .device-pc .global-nav-list > li > a {
    padding: 14px 10px;
  }
}
@media not all and (min-width: 1055px) {
  .device-pc .global-nav-list > li > a {
    padding: 14px 8px;
  }
}

@media not all and (min-width: 1420px) {
  .site-header--layout--nav-float .site-header-logo {
    margin-right: 20px;
  }
}
@media not all and (min-width: 1055px) {
  .site-header--layout--nav-float .site-header-logo {
    margin-right: 10px;
  }
}

.txt-fit {
  text-align: center !important;
}
@media not all and (min-width: 992px) {
  .txt-fit {
    text-align: left !important;
  }
}

@media not all and (min-width: 992px) {
  .br-break > br {
    display: none !important;
  }
}

@media not all and (min-width: 782px) {
  .postListText_date {
    display: block;
    float: none;
    margin: 0 0 7px;
  }
}

@media not all and (min-width: 782px) {
  .postListText_singleTermLabel {
    float: none;
    display: inline-block;
    clear: both;
    margin: 0 0 6px;
  }
}
@media not all and (min-width: 782px) {
  .postListText_singleTermLabel a {
    padding: 7px 0;
  }
}

@media not all and (min-width: 782px) {
  .wp-block-group.full-width {
    margin: 0 calc(30% - 30vw);
  }
}

.home .entry-body .top-mv {
  margin-bottom: 0px;
  padding: 0 !important;
}
@media not all and (min-width: 782px) {
  .home .entry-body .top-mv.wp-block-group {
    margin: 0 calc(50% - 50vw);
  }
}
.home .entry-body .top-mv .wp-block-group {
  padding: 0 !important;
}
.home .entry-body .top-mv figure {
  position: relative;
  max-height: calc(100vh - 90px);
  max-height: 820px;
}
.home .entry-body .top-mv figure img {
  width: 100%;
}
@media not all and (min-width: 782px) {
  .home .entry-body .top-mv figure img {
    height: 340px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.home .entry-body .top-mv .wp-block-group__inner-container figcaption {
  padding: 20px 30px;
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 20px;
  background: rgba(227, 115, 12, 0.71);
  color: #FFF;
  text-align: left;
}
@media not all and (min-width: 782px) {
  .home .entry-body .top-mv .wp-block-group__inner-container figcaption {
    font-size: 18px;
    padding: 10px 12px 14px;
  }
}
.home .entry-body .top-policy .wp-block-group__inner-container figure {
  position: relative;
}
.home .entry-body .top-policy .wp-block-group__inner-container figure figcaption {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: auto;
  background: url("../img/common/icon_message.svg") no-repeat 0 0;
  background-size: contain;
  width: 70px;
  height: 80px;
  color: #FFF;
  line-height: 72px;
  font-size: 23px;
  font-weight: normal;
}
.home .entry-body .top-policy .wp-block-group__inner-container h3 {
  margin: 0 auto 20px;
  padding: 0 0 10px;
  border-bottom: 1px solid #e3730c;
  width: 94%;
}
.home .entry-body .top-policy .wp-block-group__inner-container h3 a {
  position: relative;
  display: block;
}
@media not all and (min-width: 782px) {
  .home .entry-body .top-policy .wp-block-group__inner-container h3 a {
    padding-right: 30px;
  }
}
.home .entry-body .top-policy .wp-block-group__inner-container h3 a::after {
  content: " ";
  display: block;
  width: 25px;
  height: 25px;
  background: url("../img/common/v_03_orange.svg") no-repeat top left;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0px;
}
.home .entry-body .top-policy .wp-block-group__inner-container h3 p {
  width: 94%;
  margin: 0 auto;
}
@media not all and (min-width: 782px) {
  .home .entry-body .top-brand-wrap {
    margin: 0 calc(50% - 50vw);
    padding: 60px 0;
  }
}
.home .entry-body .top-brand {
  padding: 0 0 60px;
}
@media not all and (min-width: 782px) {
  .home .entry-body .top-brand {
    padding: 0 0% 40px;
  }
}
.home .entry-body .top-brand.column-3 {
  gap: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
}
.home .entry-body .top-brand.column-3 .wp-block-group {
  width: 33%;
  margin: 0 0 30px;
}
@media not all and (min-width: 782px) {
  .home .entry-body .top-brand.column-3 .wp-block-group {
    width: 100%;
  }
}
.home .entry-body .top-brand .wp-block-group {
  padding: 0px 10px;
}
.home .entry-body .top-brand .wp-block-group__inner-container {
  background: #F8F5E3;
  padding: 0 0 20px;
}
.home .entry-body .top-brand h3 {
  margin: 0 0px 10px 20px;
  font-size: 20px;
  font-weight: normal;
  border-left: 2px solid #e3730c;
  padding: 0 0 0 10px;
}
.home .entry-body .top-brand h3 a {
  color: #505050;
}
.home .entry-body .top-brand p {
  font-size: 16px;
  padding: 0 20px;
}
@media not all and (min-width: 782px) {
  .home .entry-body .top-brand p {
    margin: 0 0 10px;
  }
}
.home .entry-body .top-brand .wp-block-buttons {
  margin: 0 20px 0px 0;
  text-align: right;
  display: block;
}
@media not all and (min-width: 782px) {
  .home .entry-body .top-brand .wp-block-buttons {
    margin-right: 20px;
  }
}
.home .entry-body .top-info .postListText {
  border-bottom-style: dashed;
}
.home .entry-body #top-brand-items {
  margin: 60px 0;
  gap: 0;
}
@media not all and (min-width: 782px) {
  .home .entry-body #top-brand-items {
    margin: 60px 0 0;
  }
}
@media not all and (min-width: 782px) {
  .home .entry-body #top-brand-items .wp-block-column {
    margin-bottom: 30px;
  }
}/*# sourceMappingURL=style.css.map */