input[type="submit"] {
 -webkit-appearance: none;
}
.sm_br {
 display: none;
}
#footer_smart_contact.none {
 visibility: hidden;
 opacity: 0;
}
@media only screen and (max-width: 1200px) {
 #site-logo {
  left: 15px;
 }
 #top_service h3:after, #top_service h3:before {
  width: 5vw;
 }
 .nayami li {
  font-size: 2.1vw;
 }
 .nayami {
  gap: 10px;
 }
 .wrap830.wfit {
  width: 92%;
 }
 /*1200*/
}
@media only screen and (max-width: 1000px) {
 #wpadminbar {
  overflow: hidden;
 }
 img {
  max-width: 100%;
  height: auto;
 }
 .serv.flex .content, .serv.flex .thumb {
  width: 50%;
 }
 .nayami:before {
  width: 31vw;
  opacity: 0.3;
  height: 19vw;
 }
 #top_nayami:after {
  width: 29vw;
  right: 0;
  opacity: 0.3;
  height: 23vw;
 }
 #top_voice .wrap:after {
  width: 24vw;
  right: 0;
  opacity: 0.3;
  height: 25vw;
 }
 #top_flow .wrap:after {
  opacity: 0.4;
  width: 27vw;
  left: -50px;
  height: 24vw;
 }
 #top_flow .wrap:before {
  right: 0;
  width: 23vw;
  bottom: -11vw;
  opacity: 0.5;
  height: 20vw;
 }
 .product_wrap .product_thumb {
  width: 30%;
 }
 .product_wrap .product_single_content {
  width: 70%;
 }
 .product_wrap .product_thumb.sideFix #side_inner .side01 {
  width: 30%;
 }
 /*1000*/
}
@media only screen and (max-width: 900px) {
 .archive_product_list li {
  width: 100%;
 }
 .single_blog_page {
  display: block;
 }
 .single_blog_page article {
  width: auto;
 }
 .single_blog_page #aside {
  width: auto;
  padding-top: 30px;
 }
 .popular-posts .wpp-list, ul.wp-block-latest-posts__list {
  display: flex;
  gap: 20px;
 }
 .popular-posts .wpp-list li, ul.wp-block-latest-posts__list li {
  width: calc(33.333% - 13.4px);
 }
 /*900*/
}
@media only screen and (max-width: 800px) {
 html {
  -webkit-text-size-adjust: 100%;
 }
 span.mv span {
  top: -65px;
 }
 #main {
  padding-top: 65px;
 }
 #head_contact, #head_tel {
  display: none;
 }
 #smart_btn .name {
  position: absolute;
  left: 0;
  font-size: 9px;
  letter-spacing: 0;
  word-break: unset;
  white-space: nowrap;
  display: block;
  color: #ed6d00;
  bottom: -12px;
  height: auto;
  width: 100%;
  text-align: center;
 }
 #header .wrap.rela:after {
  right: 64px;
  bottom: -1px;
  width: 60px;
 }
 #site-logo {
  left: 10px;
  top: 11px;
 }
 #site-logo img {
  width: 200px;
 }
 #header {
  height: 65px;
 }
 /*Nav */
 #header #nav {
  position: fixed;
  top: -100%;
  height: 100%;
  overflow: auto;
  width: 100%;
  background-color: rgba(30, 29, 29, 0.98);
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  color: #fff;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  box-sizing: border-box;
  padding: 50px 3% 5px 3%;
 }
 #header #nav.active {
  top: 0;
  visibility: visible;
  opacity: 1;
 }
 #smart_btn.active span {
  color: #fff !important;
  background-color: #fff !important;
 }
 #smart_btn.active .name {
  display: none;
 }
 #nav ul li {
  float: none;
  padding: 0 10px;
 }
 #nav ul li.none {
  display: block;
 }
 #smart_btn {
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  height: 40px;
  z-index: 50;
  width: 40px;
 }
 #smart_btn.active {
  z-index: 101;
 }
 #smart_btn span.a, #smart_btn span.b, #smart_btn span.c {
  webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  display: block;
  height: 4px;
  width: 40px;
  border-radius: 150px;
  background-color: #ed6d00;
  content: "";
  position: absolute;
  left: 0;
  opacity: 1;
  top: 0;
 }
 #smart_btn span.a {
  top: 12px;
  opacity: 1;
 }
 #smart_btn span.b {
  top: 23px;
  opacity: 1;
 }
 #smart_btn.active span.c {
  opacity: 0;
 }
 #smart_btn.active span.a {
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: 11px;
 }
 #smart_btn.active span.b {
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  top: 11px;
 }
 .none.smart_nav {
  display: block;
 }
 #header #nav ul li.auto-category-submenu {
  padding-right: 40px;
  padding-left: 40px;
 }
 span.open_sub_menu {
  position: absolute;
  right: 0px;
  width: 34px;
  height: 36px;
  cursor: pointer;
  top: 0;
 }
 span.open_sub_menu:after {
  content: "";
  width: 60%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 7px;
  top: 16px;
  transform: rotate(0deg);
 }
 span.open_sub_menu:before {
  content: "";
  width: 60%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 7px;
  top: 16px;
  transform: rotate(-90deg);
  transition: 0.3s ease-in-out;
 }
 span.open_sub_menu.active:before {
  transform: rotate(0deg);
 }
 #header #nav .sub-menu {
  position: static;
  width: auto;
  background-color: #ff75001c;
  font-size: 0.8em;
  font-weight: 300;
  margin: 0 auto;
  text-align: left;
  visibility: visible;
  opacity: 1;
  display: none;
  transition: none;
  border-radius: 12px;
 }
 #header #nav .sub-menu li a {
  text-align: center;
  background-position: 4px 13px;
  background-size: 10px auto;
  padding: 8px 0 8px 28px;
  border-bottom: dotted 1px #ffffff63;
  background-image: none;
 }
 #header #nav .sub-menu li {
  margin: 0;
  padding: 0;
 }
 #header #nav .sub-menu li:last-child a {
  border-bottom: none;
 }
 #header #nav ul li {
  float: none;
 }
 #header #nav ul li a {
  color: #fff;
  text-align: center;
  display: block;
  font-size: 1.1em;
  padding: 5px 0;
  margin: 10px 0;
  line-height: 1.3em;
  background-image: none;
 }
 #nav .contact_btns {
  text-align: center;
  display: block;
 }
 #nav .contact_btns a {
  margin: 66px auto 0 auto;
  width: auto;
  font-size: 0.9em;
  height: 50px;
  padding-top: 8px;
 }
 #nav .contact_btns a:last-child span {
  font-size: 1.3em;
 }
 #nav .contact_btns a:last-child {
  padding-top: 4px;
 }
 #nav .contact_btns a:last-child span .small {
  font-size: 0.5em;
  margin-top: 10px;
 }
 .nav_in {
  overflow: auto;
  height: 100%;
 }
 /*content*/
 #mainimage .sm_br {
  display: block;
 }
 #mainimage {
  font-size: 2.3vw;
  height: calc(90vh - 65px);
  min-height: 550px;
 }
 #mainimage .under {
  line-height: 1.4em;
 }
 #mainimage .contact_btn {
  padding: 0 15px;
 }
 .contact_btn a {
  font-size: 1.2em;
  padding-right: 15px;
  padding-left: 15px;
 }
 #top_service .serv.flex.reverce_flex, #top_service .serv.flex {
  flex-wrap: wrap;
  flex-direction: column-reverse;
 }
 #top_service h3:after, #top_service h3:before {
  width: 12vw;
 }
 .serv.flex .content, .serv.flex .thumb {
  width: 100%;
 }
 .fs36 {
  font-size: 6vw;
  text-align: left;
 }
 .fs39 {
  font-size: 3em;
 }
 .fs36 .sm_br, .fs39 .sm_br {
  display: block;
 }
 .nayami {
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin-top: 20px;
 }
 .nayami li {
  padding: 20px 0;
  font-size: 3.5vw;
 }
 #top_nayami {
  margin-top: 60px;
  padding-bottom: 0px;
 }
 #top_solution {
  margin-top: 80px;
 }
 .contact_section .sm_br {
  display: block;
 }
 #top_flow {
  margin-top: 30px;
 }
 #top_voice {
  margin-top: 20px;
 }
 .archive_list li {
  width: calc(50% - 15px);
 }
 .seminar_list li dd .right img {
  width: 220px;
 }
 #side_thumb .side_list {
  display: none;
 }
 .smart_product_list {
  display: block;
 }
 body .content_post .insert_cta_content {
  font-size: 2.2vw;
 }
 /*800*/
}
@media only screen and (max-width: 782px) {
 #pankuzu {
  font-size: .6em;
 }
 .admin-bar #header {
  top: 46px;
 }
 .wp-block-table.about_table td, .wp-block-table.about_table th {
  display: block;
 }
 .wp-block-table.about_table table {
  width: auto;
  width: 100%;
 }
 .wp-block-table.about_table td:first-child {
  padding: 5px 12px;
  font-weight: 700;
  border-color: #19121245;
  font-size: .9em;
  width: 100%;
  box-sizing: border-box;
 }
 #top_about .flex {
  flex-wrap: wrap;
 }
 #top_about .flex .right, #top_about .flex .left {
  width: 100%;
 }
 #top_about .flex .right img {
  width: 50vw;
 }
 #top_about .right {
  max-height: 300px;
  overflow: hidden;
 }
 .product_wrap .product_thumb {
  width: auto;
  margin-bottom: 15px;
 }
 .product_wrap {
  display: block;
 }
 .product_wrap .product_thumb img {
  max-width: 320px;
  width: 90%;
 }
 .product_wrap .product_single_content {
  width: auto;
 }
 .product_wrap .product_thumb.sideFix #side_inner {
  position: static;
 }
 .product_wrap .product_thumb.sideFix #side_inner #s_in {
  width: auto;
 }
 .product_wrap .product_thumb.sideFix #side_inner .side01 {
  height: auto;
  background-color: transparent;
 }
 /*782px*/
}
@media only screen and (max-width: 770px) {
 .contact_btns {
  display: block;
 }
 .contact_btns a {
  width: auto;
  margin: 67px auto 0 auto;
 }
 .boxVoice article .flex {
  display: block;
  margin: 10px 20px;
 }
 .bx-controls-direction a {
  width: 50px;
  height: 50px;
  left: -5px;
  opacity: 0.8;
 }
 .bx-controls-direction a.bx-next {
  right: -5px;
  left: auto;
 }
 #top_voice .wrap {
  width: auto;
 }
 .boxVoice article .thumb, .boxVoice article .content {
  width: auto;
 }
 .boxVoice article .thumb {
  margin-bottom: 25px;
 }
 #footer .flex {
  display: block;
 }
 #footer .flex .left {
  max-width: 400px;
  margin: 0 auto;
 }
 #footer .flex .right {
  max-width: 290px;
  margin: 60px auto 0 auto;
 }
 #footer_smart_contact.none {
  opacity: 0.98;
  position: fixed;
  bottom: 0;
  left: 0;
  width: calc(100% - 80px);
  z-index: 100;
 }
 #footer_smart_contact .in {
  display: flex;
 }
 #footer_smart_contact.none a {
  background-color: #3db402;
  color: #fff;
  text-decoration: none;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 13px;
  letter-spacing: 2px;
  height: 40px;
  box-sizing: border-box;
  padding-top: 5px;
 }
 #footer_smart_contact.none a img {
  width: 20px;
  height: auto;
  position: relative;
  top: -6px;
 }
 #footer_smart_contact.none a:last-child {
  background-color: #ed6d00;
  border-radius: 0 10px 0 0;
 }
 #footer_smart_contact.none a span {
  margin-left: 6px;
 }
 /*770px*/
}
@media only screen and (max-width: 750px) {
 .add_class_lp1 .wp-block-cover.lp_message1 {
  font-size: 3.35vw;
  padding-top: 8vw;
  padding-bottom: 8vw;
 }
 /*750px*/
}
@media only screen and (max-width: 600px) {
 .scrolled.admin-bar #header {
  top: 0;
 }
 .content_post .basic_form {
  display: block;
 }
 .content_post .basic_form dt {
  width: auto;
  padding-bottom: 0;
 }
 .content_post .basic_form dd {
  width: auto;
 }
 .content_post .table_bottom_border td:first-child {
  width: 110px;
 }
 .content_post .table_bottom_border td {
  padding: 12px 0;
 }
 #mainimage {
  font-size: 3vw;
 }
 #mainimage .catch2 {
  font-size: 3em;
 }
 .contact_btn a:after {
  width: 13vw;
  height: 16vw;
  top: -6vw;
 }
 .contact_btn:after {
  background-size: 48vw auto;
  height: 6vw;
  top: -7vw;
 }
 #mainimage .contact_btn a {
  padding: 10px 15px 10px 15px;
 }
 #mainimage .contact_btn a span {
  top: -15px;
 }
 .line1 {
  height: 35px;
  background-size: auto 35px;
 }
 #pagetop a {
  width: 50px;
  height: 50px;
 }
 #footer_smart_contact.none {
  width: calc(100% - 60px);
  visibility: visible;
  opacity: 1;
 }
 .contact_section .title {
  font-size: 5.5vw;
 }
 .contact_section .note {
  font-size: 3vw;
  line-height: 1.6em;
 }
 .contact_section .wrap1080 {
  padding: 25px;
 }
 #top_flow ol li dt {
  width: 80px;
 }
 #top_flow ol li {
  padding: 20px 10px;
 }
 #top_flow ol li dt .step {
  font-size: 4vw;
 }
 #top_flow ol li dl {
  gap: 10px;
 }
 #top_flow ol li dd {
  width: calc(100% - 90px);
 }
 .content_post .schema-faq-section .schema-faq-question {
  font-size: 1.1em;
 }
 .content_post .company_table table td, .content_post .company_table table td:last-child {
  padding: 20px 15px;
  display: block;
  box-sizing: border-box;
  width: 100%;
 }
 .content_post .company_table table td:first-child {
  padding: 5px 15px;
  width: 100%;
  background-color: #efefef;
 }
 #page_link .page_link {
  width: 100%;
 }
 #page_link {
  flex-wrap: wrap;
  gap: 20px;
 }
 .content_post table td {
  padding: 6px 5px;
  word-break: break-all;
 }
 #footer .flex .left {
  display: block;
  text-align: center;
 }
 figure.wp-block-table.seibun td {
  font-size: 0.85em;
 }
 .wp-block-columns figure.wp-block-table.seibun tr td:first-child, figure.wp-block-table.seibun tr td:first-child {
  width: auto;
 }
 .archive_product_list li dl dt {
  width: 35%;
 }
 .archive_product_list li dl dd {
  width: 65%;
 }
 .archive_product_list li h3 {
  font-size: 1.5em;
 }
 .archive_product_list li .catch {
  font-size: 0.95em;
 }
 .archive_product_list li .tx_cat {
  font-size: 0.8em;
 }
 .popular-posts .wpp-list, ul.wp-block-latest-posts__list {
  flex-wrap: wrap;
  justify-content: center;
 }
 .popular-posts .wpp-list li, ul.wp-block-latest-posts__list li {
  width: calc(50% - 10px);
 }
 .sideList li {
  margin: 10px 0;
 }
 /*600*/
}
@media only screen and (max-width: 500px) {
 .contact_btns a {
  font-size: 4.5vw;
  padding: 12px 0 0 0px;
  height: 57px;
 }
 .contact_btns a:last-child span {
  font-size: 7.2vw;
 }
 .contact_btns a:last-child {
  padding-top: 8px;
 }
 .contact_btns a:last-child span .small {
  font-size: 0.4em;
  margin-top: 10px;
 }
 .scroll_body #header {
  top: 0;
 }
 .content_post .about_dl dd {
  padding-left: 0;
  padding-top: 0;
 }
 .content_post .about_dl dt {
  float: none;
  width: auto;
  padding-left: 0;
  padding-bottom: 0;
  font-size: 1.1em;
  line-height: 1.4em;
  margin-bottom: 4px;
 }
 .content_post .alignleft, .content_post .alignright, .content_post .wp-block-image .alignleft, .content_post .wp-block-image .alignright {
  float: none;
  text-align: center;
  margin: 0 auto;
 }
 .fs39 {
  font-size: 10vw;
 }
 .nayami li {
  font-size: 4.5vw;
 }
 .nayami li br {
  display: none;
 }
 .sv_title {
  font-size: 7.8vw;
 }
 .sv_title .sm_br {
  display: block;
 }
 .archive_list li {
  width: 100%;
 }
 .content_post .schema-faq-section .schema-faq-question {
  border-radius: 12px;
  padding: 11px 40px;
  font-size: 1em;
 }
 .content_post .schema-faq-section:before {
  left: 10px;
  font-size: 1.5em;
  top: 14px;
 }
 .content_post .schema-faq-section .schema-faq-question:before, .content_post .schema-faq-section .schema-faq-question:after {
  right: 15px;
  top: 31px;
 }
 .content_post .schema-faq-section .schema-faq-answer:before {
  font-size: 1.5em;
  left: 12px;
  top: 15px;
 }
 .content_post .schema-faq-section .schema-faq-answer {
  border-radius: 12px;
  padding: 10px 10px 10px 40px;
 }
 /*500*/
}