@charset "UTF-8";
/*
Theme Name:HKK-Chain
Description:株式会社杉山チエン製作所サイトテーマ
Template:tp-basic-2
Author:テクノポート株式会社
Author URI:http://www.techport.co.jp/
Version:2.0.0
*/
@import url("//fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;500;700;900&family=Noto+Sans+JP:wght@400;500;700&display=swap");
html, body {
  font-family: "M PLUS 1p", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333;
}

body p, body span, body dl, h1, h2, h3, h4, h5, h6 {
  transform: rotate(0.005deg);
  -moz-transform: rotate(0.005deg);
  -ms-transform: rotate(0.005deg);
  -o-transform: rotate(0.005deg);
  -webkit-transform: rotate(0.005deg);
}

html {
  font-size: 62.5%;
  line-height: 1.5;
}

body {
  font-size: 1.6rem;
}
@media only screen and (max-width: 991px) {
  body {
    font-size: 1.3rem;
    padding-top: 50px !important;
  }
}
@media only screen and (max-width: 991px) {
  body.admin-bar {
    padding-top: 60px !important;
  }
}

img {
  image-rendering: -webkit-optimize-contrast;
}

img {
  -webkit-backface-visibility: hidden;
}

p {
  line-height: 2;
}

.sp {
  display: none;
}
@media only screen and (max-width: 991px) {
  .sp {
    display: block;
  }
}

@media only screen and (max-width: 991px) {
  .pc {
    display: none;
  }
}

/***** Header *******************/
#header {
  z-index: 1000;
  position: fixed;
}

.header_fix #header {
  top: 0;
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.06);
}

.admin-bar.header_fix #header {
  top: 32px;
}

.header .menu-toggle {
  background: #fff;
}
.header .menu-toggle .bar {
  position: absolute;
  left: 15px;
  width: 30px;
  height: 2px;
  background: #0046ad;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.header .menu-toggle .bar:nth-child(1) {
  top: 28px;
}
.header .menu-toggle .bar:nth-child(2) {
  top: 38px;
}
.header .menu-toggle.is-active .bar:nth-child(1) {
  transform: rotate(45deg);
  top: 32px;
}
.header .menu-toggle.is-active .bar:nth-child(2) {
  transform: rotate(-45deg);
  top: 32px;
}
.header .menu-toggle:before {
  display: none;
}

.header__pc {
  border-bottom: none;
  padding: 14px 0 6px;
}
.header__pc .header__logo-inner {
  width: 98%;
  align-items: flex-start;
  justify-content: normal;
}
.header__pc .header_inner_content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 6px;
}
.header__pc .header_contact_btns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header__pc .header__contact {
  align-self: flex-start;
}
.header__pc .header__contact .tp-btn {
  background: #3eb370;
  border-bottom: none;
  border-radius: 6px;
  font-size: 1.5rem;
  font-weight: 500;
  height: 40px;
  color: white;
}
.header__pc .header__contact .tp-btn:hover {
  background: #0046ad;
  color: white;
}
.header__pc .header__info {
  padding: 9px 0 5px 40px;
}
.header__pc .header__info-call {
  line-height: 1.2;
  font-size: 2rem;
  font-weight: 500;
  margin-right: 1em;
  padding-left: 28px;
  position: relative;
}
.header__pc .header__info-call:before {
  content: "";
  width: 21px;
  height: 21px;
  background: url("img/icon_phone.png") center center no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: calc(50% - 10px);
}
.header__pc .header__info-time {
  font-size: 1.4rem;
  line-height: 1.2;
}

.nav__global.pc {
  padding-bottom: 16px;
  padding-right: 20px;
}
.nav__global.pc .menu {
  font-size: 1.6rem;
}
.nav__global.pc .menu > li {
  line-height: 28px;
}
.nav__global.pc .menu > li > a {
  padding: 0 12px;
}
.nav__global.pc .menu > li > a:hover {
  color: #0046ad;
}
.nav__global.pc .sub-menu {
  padding-top: 18px;
  left: 50%;
  transform: translateX(-50%);
}
.nav__global.pc .sub-menu li a {
  background: #0046ad;
}
.nav__global.pc .sub-menu li a:hover {
  background: #235bad;
}
.nav__global.pc .sub-menu li:first-child a {
  border-radius: 6px 6px 0 0;
}
.nav__global.pc .sub-menu li:last-child a {
  border-radius: 0 0 6px 6px;
}
.nav__global.pc .sub-menu li:only-child a {
  border-radius: 6px;
}
.nav__global.pc .sub-menu li:nth-child(n+2) a {
  position: relative;
}
.nav__global.pc .sub-menu li:nth-child(n+2) a:after {
  content: "";
  width: calc(100% - 30px);
  height: 2px;
  position: absolute;
  left: 15px;
  top: 0;
  background: url("img/line_gnav.png") repeat-x;
}
.nav__global.pc .sub-menu li:nth-child(n+2) .sub-menu li:first-child a:after {
  display: none;
}
.nav__global.pc .sub-menu .sub-menu li:first-child a {
  border-radius: 6px 6px 0 0;
}
.nav__global.pc .sub-menu .sub-menu li:nth-child(n+2) a {
  border-radius: 0;
}
.nav__global.pc .sub-menu .sub-menu li:last-child a {
  border-radius: 0 0 6px 6px;
}
.nav__global.pc .sub-menu .sub-menu li:only-child a {
  border-radius: 6px;
}
.nav__global.pc .menu-item-has-children:after {
  display: inline-block;
  content: "";
  position: absolute;
  top: calc(100% + 16px);
  left: calc(50% - 10px);
  height: 0;
  border-style: solid;
  border-width: 0 7px 10px 7px;
  border-color: transparent transparent #235bad transparent;
  opacity: 0;
  visibility: hidden;
  -moz-transition: 0.75s;
  -webkit-transition: 0.75s;
  -ms-transition: 0.75s;
  transition: 0.75s;
}
.nav__global.pc .menu-item-has-children:hover:after {
  transform: translateY(-8px);
  opacity: 1;
  visibility: visible;
}
.nav__global.pc .menu-item-has-children:hover .sub-menu {
  -webkit-transform: translate3d(0, 0, 0) translate(-50%);
  transform: translate3d(0, 0, 0) translateX(-50%);
}
.nav__global.pc .menu-item-has-children:hover .sub-menu .sub-menu {
  -webkit-transform: translate3d(0, 0, 0) translateX(0);
  transform: translate3d(0, 0, 0) translateX(0);
}
.nav__global.pc .menu-item-has-children:hover .sub-menu .menu-item-has-children:hover:after {
  display: none;
}
.nav__global.pc .menu-item-has-children > .sub-menu {
  box-shadow: 0px 2px 8px 2px rgba(255, 255, 255, 0.03);
}

@media only screen and (min-width:992px) {
  .header__sp {
    height: 75px;
  }
}

.header_fix .header__sp {
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.06);
}

.header__logo-image.sp a {
  margin: 6px 0 0 15px;
}
.header__logo-image.sp img {
  height: 48px;
  margin-top: 0;
}

@media only screen and (min-width:992px) {
  .nav__global.mobile-menu {
    display: none;
  }
}
.nav__global.mobile-menu .sub-menu a {
  white-space: normal;
}

@media only screen and (max-width:767px) {
  .page__header-image .inner {
    height: 150px;
  }
}
.page__header-image img {
  max-width: none;
  width: 120%;
}
.page__header-image .catch_copy {
  bottom: 50%;
  background: none;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.4;
  padding: 0 40px;
  height: auto;
  transform: translateY(50%);
}
@media only screen and (max-width:767px) {
  .page__header-image .catch_copy {
    font-size: 2rem;
  }
}
.page__header-image .page__header-inner::after {
  background: rgba(0, 70, 173, 0.5);
}

.company .page__header-image .catch_copy {
  font-size: 4.5rem;
}
@media only screen and (max-width:767px) {
  .company .page__header-image .catch_copy {
    font-size: 2.65rem;
  }
}

.page__header {
  background: #0046ad;
}
.page__header-title {
  font-size: 3rem;
  color: white;
  line-height: 70px;
  background: #0046ad;
}
@media only screen and (max-width:767px) {
  .page__header-title {
    min-height: 50px;
    font-size: 1.5rem;
    line-height: 1.3;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
  }
}

#bread_crumb {
  background: #0046ad;
  color: white;
}
#bread_crumb li a {
  color: white;
}

/***** Footer *******************/
#footer.footer {
  background: url("img/bg_footer.png") right bottom no-repeat;
}
@media only screen and (max-width: 991px) {
  #footer.footer {
    margin-top: 0;
    background: none;
  }
}

#footer_cta {
  background: url("img/bg_footer_cta.jpg");
  background-size: cover;
  padding-top: 55px;
  padding-bottom: 26px;
  margin-top: 80px;
}
@media only screen and (max-width: 991px) {
  #footer_cta {
    background: url("img/bg_footer_cta_sp.jpg");
    padding-top: 28px;
    margin-top: 40px;
  }
}
#footer_cta .footer_cta_inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 991px) {
  #footer_cta .cta_btns {
    order: 3;
  }
}
@media only screen and (max-width: 991px) {
  #footer_cta .cta_btns li {
    margin-top: 26px;
  }
}
#footer_cta .cta_btns .cta_btn {
  background: #3eb370;
  height: 100px;
  border-radius: 6px;
  border: none;
}
@media only screen and (max-width: 991px) {
  #footer_cta .cta_btns .cta_btn {
    height: 84px;
    border-radius: 3px;
  }
}
#footer_cta .cta_btns .cta_btn:hover {
  background: #0046ad;
}
#footer_cta .cta_btns .cta_btn .cta_icon {
  margin-top: 24px;
}
@media only screen and (max-width: 991px) {
  #footer_cta .cta_btns .cta_btn .cta_icon {
    margin-top: 17px;
  }
}
#footer_cta .cta_btns .cta_btn .cta_icon img {
  width: 30px;
}
#footer_cta .cta_btns .cta_btn .cta_title {
  margin: 14px 0 0;
}
#footer_cta .cta_btns .cta_btn.file {
  background: #3eb370;
}
@media only screen and (max-width: 991px) {
  #footer_cta .cta_btns .cta_btn.file {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
  }
}
#footer_cta .cta_btns .cta_btn.file:hover {
  background: #3eb370;
  border: none;
}
#footer_cta .cta_btns .cta_btn.file .cta_icon {
  margin-top: 16px;
}
@media only screen and (max-width: 991px) {
  #footer_cta .cta_btns .cta_btn.file .cta_icon {
    margin-top: 0;
    margin-right: 1em;
  }
}
#footer_cta .cta_btns .cta_btn.file .cta_icon img {
  width: 23px;
}
#footer_cta .cta_btns .cta_btn.file .cta_title {
  margin: 16px 0 0;
}
@media only screen and (max-width: 991px) {
  #footer_cta .cta_btns .cta_btn.file .cta_title {
    margin-top: 0;
  }
}

.footer_cta_title {
  font-size: 3rem;
  color: white;
  margin-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  .footer_cta_title {
    order: 1;
    font-size: 2rem;
    line-height: 2;
    margin-bottom: 24px;
  }
}

.cta_tel_info {
  color: white;
  text-align: center;
  margin-top: 25px;
}
@media only screen and (max-width: 991px) {
  .cta_tel_info {
    order: 2;
    margin-top: 0;
  }
}
.cta_tel_info .tel_title {
  font-size: 2.2rem;
  font-weight: 600;
}
@media only screen and (max-width: 991px) {
  .cta_tel_info .tel_title {
    font-size: 1.7rem;
  }
}
.cta_tel_info .tel_nums {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: 28px;
  gap: 1em;
}
@media only screen and (max-width: 991px) {
  .cta_tel_info .tel_nums {
    font-size: 1.5rem;
    flex-direction: column;
    align-items: center;
    margin-top: 24px;
  }
}
.cta_tel_info .tel_nums .num dl {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.cta_tel_info .tel_nums .num dl dt {
  margin-right: 0.25em;
}
@media only screen and (max-width: 991px) {
  .cta_tel_info .tel_nums .num dl dt {
    width: 7em;
    text-align: left;
  }
}
.cta_tel_info .time {
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 28px;
}
@media only screen and (max-width: 991px) {
  .cta_tel_info .time {
    font-size: 1rem;
    margin-top: 16px;
  }
}

.footer__widget {
  padding: 40px 0 0;
}

.footer_menu_widget {
  gap: 20px;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 991px) {
  .footer_menu_widget {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0;
  }
}

.footer__menu {
  margin-left: 0;
}
@media only screen and (max-width: 991px) {
  .footer__menu {
    font-size: 1.3rem;
    width: auto;
    padding: 0;
  }
}
@media only screen and (max-width: 991px) {
  .footer__menu::before {
    border-top: none;
  }
}
@media only screen and (max-width: 991px) {
  .footer__menu:nth-child(1) {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .footer__menu:nth-child(1) .menu {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 991px) {
  .footer__menu:nth-child(n+3) ul li {
    border-left: 1px solid;
  }
}
.footer__menu:nth-child(n+5) {
  display: block;
}
@media only screen and (max-width: 991px) {
  .footer__menu .menu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 991px) {
  .footer__menu .menu li {
    padding-left: 1em;
    padding-right: 1em;
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 991px) {
  .footer__menu .menu li:nth-child(n+2) {
    border-left: 1px solid;
    padding-left: 1em;
  }
}
@media only screen and (max-width: 991px) {
  .footer__menu ul {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 991px) {
  .footer__menu ul li {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 991px) {
  .footer__menu ul li a {
    padding-bottom: 0;
  }
}
.footer__menu a {
  display: inline-block;
  border-bottom: none;
}
@media only screen and (max-width: 991px) {
  .footer__menu .sub-menu {
    display: none;
  }
}
.footer__menu .sub-menu li {
  font-weight: 500;
}
.footer__menu .sub-menu li a::before {
  content: "・";
  padding-right: 0.5em;
  font-weight: bold;
}

@media only screen and (max-width: 991px) {
  .footer__info {
    padding-bottom: 0;
  }
}
.footer__info .footer__info-img {
  text-align: left;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 991px) {
  .footer__info .footer__info-img {
    text-align: center;
    padding-top: 6px;
  }
}
.footer__info .footer__info-img img {
  width: 367px;
}
@media only screen and (max-width: 991px) {
  .footer__info .footer__info-img img {
    max-width: 274px;
  }
}

.footer__info-address {
  display: inline-block;
  font-size: 1.6rem;
  margin-left: 0;
  line-height: 1.5;
}
@media only screen and (max-width: 991px) {
  .footer__info-address {
    font-size: 1.3rem;
    margin-top: 12px;
  }
}

.footer__info-call {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.5;
  line-height: 2;
}
@media only screen and (max-width: 991px) {
  .footer__info-call {
    font-size: 1.3rem;
  }
}

.footer__info-time {
  font-size: 1.4rem;
}
@media only screen and (max-width: 991px) {
  .footer__info-time {
    font-size: 1.1rem;
    margin-top: 7px;
  }
}

.copyright {
  background: none;
  color: #666;
}
@media only screen and (max-width: 991px) {
  .copyright {
    font-size: 1.1rem;
  }
}

.copyright__inner {
  height: auto;
}

/***** Heading *******************/
.post_content h2 {
  font-size: 3.4rem;
  border-bottom: none;
  padding-left: 86px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .post_content h2 {
    font-size: 2rem;
    padding-left: 52px;
  }
}
.post_content h2:before {
  content: "";
  width: 60px;
  height: 8px;
  background: #3eb370;
  position: absolute;
  top: calc(50% - 4px);
  left: 0;
}
@media only screen and (max-width: 991px) {
  .post_content h2:before {
    width: 35px;
    height: 5px;
    top: calc(50% - 2.5px);
  }
}
.post_content h3 {
  border-radius: 0;
  background: #e5ebf7;
  font-size: 2.6rem;
  font-weight: 600;
  border: none;
  padding: 0.65em 1em;
}
@media only screen and (max-width: 991px) {
  .post_content h3 {
    font-size: 1.7rem;
    padding: 0.5em 1em;
  }
}
.post_content h4 {
  background: #edeef0;
  border-top: 3px solid #0046ad;
  border-left: none;
  font-size: 2.4rem;
  color: #0046ad;
}
@media only screen and (max-width: 991px) {
  .post_content h4 {
    font-size: 1.6rem;
    border-top-width: 2px;
  }
}
@media only screen and (max-width: 991px) {
  .post_content p {
    font-size: 1.3rem;
    line-height: 2;
  }
}
/***** Form *******************/
.wpcf7-form-control.check_flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.wpcf7-form-control.check_flex .wpcf7-list-item {
  margin-right: 1em;
}
@media only screen and (max-width: 991px) {
  .wpcf7-form-control.check_flex .wpcf7-list-item {
    width: calc(100% - 1em);
  }
}
.wpcf7-form .product_list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 991px) {
  .wpcf7-form .product_list {
    flex-direction: column;
  }
}
.wpcf7-form .product_list-row {
  width: 50%;
}
@media only screen and (max-width: 991px) {
  .wpcf7-form .product_list-row {
    width: 100%;
  }
}
.wpcf7-form .product_list-row .row_title {
  font-size: 16px;
  font-weight: bold;
}
.wpcf7-form .product_list-row .product_title {
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  background: rgba(0, 0, 0, 0.1);
  padding: 8px 13px;
  margin-right: 1.6em;
}
@media only screen and (max-width: 991px) {
  .wpcf7-form .product_list-row .product_title {
    display: block;
    margin-right: 0;
  }
}
.wpcf7-form table p {
  margin-bottom: 0;
}
.wpcf7-form table table {
  margin-bottom: 0;
}
.wpcf7-form .no_value:not(.show_force) {
  display: none;
}
.wpcf7-form input[readonly], .wpcf7-form textarea[readonly] {
  background: none;
  border: none;
}
.wpcf7-form input[readonly][focus], .wpcf7-form textarea[readonly][focus] {
  background: none;
  border: none;
  box-shadow: none;
}
.wpcf7-form input:read-only, .wpcf7-form textarea:read-only {
  background: none;
  border: none;
  box-shadow: none;
}
.wpcf7-form input:read-only:focus, .wpcf7-form textarea:read-only:focus {
  background: none;
  border: none;
  box-shadow: none;
}
.wpcf7-form input:read-only::-webkit-input-placeholder, .wpcf7-form textarea:read-only::-webkit-input-placeholder {
  color: transparent;
}
.wpcf7-form input:read-only::placeholder, .wpcf7-form textarea:read-only::placeholder {
  color: transparent;
}

.inquiry_wrap {
  width: 100%;
  border: 1px solid #ddd;
  background: #fafafa;
  padding: 0;
  margin: 0 0 2.5em;
  font-size: 14px;
}

.mw_wp_form form {
  margin: 1.5em 1.5em 0;
}
.mw_wp_form p {
  font-size: 14px;
  margin-bottom: 0;
}
.mw_wp_form input, .mw_wp_form textarea {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #ccc;
  line-height: 1.2;
  padding: 8px;
}
.mw_wp_form select, .mw_wp_form input[type=checkbox], .mw_wp_form input[type=radio] {
  width: auto;
  max-width: 97%;
  border: 1px solid #ccc;
  padding: 8px;
}
.mw_wp_form .product_list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 991px) {
  .mw_wp_form .product_list {
    flex-direction: column;
  }
}
.mw_wp_form .product_list .mwform-checkbox-field {
  padding-left: 10px;
}
.mw_wp_form .product_list .mwform-checkbox-field label {
  font-size: 14px;
}
.mw_wp_form .product_list .error {
  margin-top: 2em;
  margin-left: 8px;
}
@media only screen and (max-width: 991px) {
  .mw_wp_form .product_list .error {
    margin-top: 0;
  }
}
.mw_wp_form .product_list-row {
  width: 50%;
}
@media only screen and (max-width: 991px) {
  .mw_wp_form .product_list-row {
    width: 100%;
  }
}
.mw_wp_form .product_list-row .row_title {
  font-size: 16px;
  font-weight: bold;
}
.mw_wp_form .product_list-row .product_title {
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  background: rgba(0, 0, 0, 0.1);
  padding: 8px 13px;
  margin-right: 1.6em;
}
@media only screen and (max-width: 991px) {
  .mw_wp_form .product_list-row .product_title {
    display: block;
    margin-right: 0;
  }
}
.mw_wp_form .product_list-row .product_title + p {
  margin-bottom: 10px;
}
.mw_wp_form table p {
  margin-bottom: 0;
}
.mw_wp_form table table {
  margin-bottom: 0;
}
.mw_wp_form .no_value:not(.show_force) {
  display: none;
}
.mw_wp_form input[readonly], .mw_wp_form textarea[readonly] {
  background: none;
  border: none;
}
.mw_wp_form input[readonly][focus], .mw_wp_form textarea[readonly][focus] {
  background: none;
  border: none;
  box-shadow: none;
}
.mw_wp_form input:read-only, .mw_wp_form textarea:read-only {
  background: none;
  border: none;
  box-shadow: none;
}
.mw_wp_form input:read-only:focus, .mw_wp_form textarea:read-only:focus {
  background: none;
  border: none;
  box-shadow: none;
}
.mw_wp_form input:read-only::-webkit-input-placeholder, .mw_wp_form textarea:read-only::-webkit-input-placeholder {
  color: transparent;
}
.mw_wp_form input:read-only::placeholder, .mw_wp_form textarea:read-only::placeholder {
  color: transparent;
}
.mw_wp_form.mw_wp_form_confirm .product_list {
  display: block;
}
.mw_wp_form.mw_wp_form_confirm .product_list-row {
  width: auto;
}
.mw_wp_form.mw_wp_form_confirm .product_list-row .row_title {
  display: none;
}
.mw_wp_form.mw_wp_form_confirm .product_list-row .product_title {
  display: none;
}
.mw_wp_form.mw_wp_form_confirm .product_list-row .product_title + p {
  margin-bottom: 0;
}
.mw_wp_form.mw_wp_form_confirm td .input-area {
  line-height: 1.8;
}
.mw_wp_form .error {
  font-size: 14px;
}
.mw_wp_form input[type=submit], .mw_wp_form input[type=submit]:focus {
  display: block;
  padding: 0;
  background: #ffaa56;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border-radius: 2px;
  border: none;
  width: 225px;
  height: 48px;
  margin: 30px 10px;
  cursor: pointer;
}
.mw_wp_form input[type=submit]:hover, .mw_wp_form input[type=submit]:focus:hover {
  filter: brightness(0.9);
}
.mw_wp_form input[type=submit].formbtn_back, .mw_wp_form input[type=submit]:focus.formbtn_back {
  background: darkgray;
}
.mw_wp_form input.formbtn.wpcf7-back {
  background: darkgray;
}
.mw_wp_form .btns {
  display: flex;
  justify-content: center;
  align-items: center;
}
.mw_wp_form .is-error input,
.mw_wp_form .is-error textarea,
.mw_wp_form .is-error label {
  background-color: #ffeeee;
}
.mw_wp_form .is-error.checkboxs {
  background-color: #ffeeee;
  padding-left: 16px;
}
@media only screen and (max-width: 991px) {
  .mw_wp_form .is-error.checkboxs {
    padding: 5px 10px;
  }
}

.error_suggest {
  font-size: 14px;
  color: #B70000;
  display: none;
  margin-bottom: 1em;
  margin-left: 0.5em;
}
.error_suggest.active {
  display: block;
}
.error_suggest .error_square {
  display: inline-block;
  vertical-align: middle;
  width: 3em;
  height: 1em;
  background-color: #ffeeee;
  border: 1px solid #e6757e;
  margin: 0 4px;
}

.blog__meta-cat > span {
  display: inline-block;
  padding: 0 0.8em;
  margin: 0 0.5em 0 0;
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 2px;
  color: #333;
}

.widget_archive li .post-count.badge, .widget_categories li .post-count.badge {
  display: none;
}

/*# sourceMappingURL=style.css.map */