/*
Theme Name: metrix_child
Template: metrix
*/
html {
  scroll-behavior: smooth;
}
#overlay {
  z-index: 999;
}
body {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
body, html {
  font-family: Noto Sans JP;
  font-weight: 500;
}

.nav > li > a, #nav-topbar .nav li a {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif !important;
}

/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll-up-XjYNJg {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0.3;
}
.scroll-up-XjYNJg.on {
  transform: translateY(0);
  opacity: 1.0;
}
/*
shareボタンエリア非表示
*/
.oi_post_share_icons, .content .oi_post_share_icons {
  display: none !important;
}
/*
TOPロゴ調整
*/
/*
#navi-logo img {
	padding-top: 20px;
}
*/
.navigation {
  background-color: rgba(255, 255, 255, 1.00) !important;
  padding-left: 0px;
  /*padding-bottom:20px;*/
  border-bottom: 1px solid #f2f2f2;
  box-shadow: 0px 1px 1px 1px rgba(121, 97, 78, 0.15);
}
/*
.nav-wrap {
    margin-top: 10px;
}
*/
/*
TOPメニュー調整
*/
#nav-topbar .menu-item-40 a, #nav-topbar .menu-item-17 a, #nav-topbar .menu-item-77 a, #nav-topbar .menu-item-1907 a, #nav-topbar .menu-item-79 a, #nav-topbar .menu-item-78 a, #nav-topbar .menu-item-28 a, #nav-topbar .menu-item-936 a, #nav-topbar .menu-item-1799 a, #nav-topbar .menu-item-2170 a {
  font-weight: 600;
  font-size: 16px;
}
#menu-item-211 ul li a, #menu-item-212 ul li a {
  font-weight: 400 !important;
  font-size: 16px !important;
}
#menu-item-211 ul li a:before, #menu-item-212 ul li a:before {
  content: ">";
}
/* オリジナルメガメニュー */
.nav ul {
  z-index: 12;
}
.menu-item-has-children:hover .sub-menu {
  display: block !important;
  opacity: 1 !important;
}
/* 子メニュー調整 */
#menu-item-77 > div > div > ul {
  width: 580px;
  height: 450px;
  left: -250px;
  padding: 30px;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, .3);
}
#menu-item-77 > div > div > ul > li {
  display: inline-block;
  margin: 0 20px;
  border-bottom: 2px solid rgba(159, 3, 35, 0.70) !important;
}
#nav-topbar ul.sub-menu li a {
  background-color: rgba(255, 255, 255, 0);
  color: #444;
}
#nav-topbar ul.sub-menu li a:hover {
  background-color: rgba(255, 255, 255, 0);
  color: #444;
}
#drawer li.menu-item-has-children > span:before {
  display: none;
}
/* 孫メニュー調整 */
ul.nav ul li.menu-item-has-children:before {
  content: '' !important;
}
.nav ul ul {
  left: 0px;
  margin-top: 30px;
}
.nav ul ul li a:hover {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #ff0000 !important;
}
.nav-wrap ul.sub-menu {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0);
  width: 180px;
}
/*
ドロワーメニュー調整
*/
#drawer {
  background-color: rgba(240, 241, 243, 1.00);
}
#drawer ul li a {
  color: #333333;
  font-weight: 600;
}
.nav-toggle-smart {
  background-color: rgba(0, 0, 0, 0.80);
}
#smart-logo-drawer img {
  max-width: 200px;
}
#smart-tel a {
  background-color: rgba(0, 0, 0, 0.80);
  font-size: 16px;
  font-weight: 600;
}
#menu-global-2 > li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-has-children.menu-item-77 > .sub-menu {
  display: none !important;
}
/*オリジナルスライダー*/
.fnc {
  /* you can add color names and their values here
  and then simply add classes like .m--blend-$colorName to .fnc-slide 
  to apply specific color for mask blend mode */
}
.fnc-slider {
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  height: 100vh;
}
.fnc-slider *, .fnc-slider *:before, .fnc-slider *:after {
  box-sizing: border-box;
}
.fnc-slider__slides {
  position: relative;
  height: 100%;
  transition: transform 1s 0.6666666667s;
}
.fnc-slider .m--blend-dark .fnc-slide__inner {
  background-color: #8a8a8a;
}
.fnc-slider .m--blend-dark .fnc-slide__mask-inner {
  background-color: #575757;
}
.fnc-slider .m--navbg-dark {
  background-color: #575757;
}
.fnc-slider .m--blend-green .fnc-slide__inner {
  background-color: #6d9b98;
}
.fnc-slider .m--blend-green .fnc-slide__mask-inner {
  background-color: #42605E;
}
.fnc-slider .m--navbg-green {
  background-color: #42605E;
}
.fnc-slider .m--blend-red .fnc-slide__inner {
  background-color: #ea2329;
}
.fnc-slider .m--blend-red .fnc-slide__mask-inner {
  background-color: #990e13;
}
.fnc-slider .m--navbg-red {
  background-color: #990e13;
}
.fnc-slider .m--blend-blue .fnc-slide__inner {
  background-color: #59aecb;
}
.fnc-slider .m--blend-blue .fnc-slide__mask-inner {
  background-color: #2D7791;
}
.fnc-slider .m--navbg-blue {
  background-color: #2D7791;
}
.fnc-slide {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: translate3d(0, 0, 0);
}
.fnc-slide.m--before-sliding {
  z-index: 2 !important;
  transform: translate3d(100%, 0, 0);
}
.fnc-slide.m--active-slide {
  z-index: 1;
  transition: transform 1s 0.6666666667s ease-in-out;
  transform: translate3d(0, 0, 0);
}
.fnc-slide__inner {
  position: relative;
  height: 100%;
  background-size: cover;
  background-position: center top;
  transform: translate3d(0, 0, 0);
}
.m--global-blending-active .fnc-slide__inner, .m--blend-bg-active .fnc-slide__inner {
  background-blend-mode: luminosity;
}
.m--before-sliding .fnc-slide__inner {
  transform: translate3d(-100%, 0, 0);
}
.m--active-slide .fnc-slide__inner {
  transition: transform 1s 0.6666666667s ease-in-out;
  transform: translate3d(0, 0, 0);
}
.fnc-slide__mask {
  overflow: hidden;
  z-index: 1;
  position: absolute;
  right: 60%;
  top: 15%;
  width: 50.25vh;
  height: 67vh;
  margin-right: -90px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 0, 6vh 0, 6vh 61vh, 44vh 61vh, 44vh 6vh, 6vh 6vh);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 0, 6vh 0, 6vh 61vh, 44vh 61vh, 44vh 6vh, 6vh 6vh);
  transform-origin: 50% 0;
  transition-timing-function: ease-in-out;
}
.m--before-sliding .fnc-slide__mask {
  transform: rotate(-10deg) translate3d(200px, 0, 0);
  opacity: 0;
}
.m--active-slide .fnc-slide__mask {
  transition: transform 0.7s 1.2222222222s, opacity 0.35s 1.2222222222s;
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.m--previous-slide .fnc-slide__mask {
  transition: transform 0.7s 0.3333333333s, opacity 0.35s 0.6833333333s;
  transform: rotate(10deg) translate3d(-200px, 0, 0);
  opacity: 0;
}
.fnc-slide__mask-inner {
  z-index: -1;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100vw;
  height: 100vh;
  margin-left: -50vw;
  margin-top: -50vh;
  background-size: cover;
  background-position: center center;
  background-blend-mode: luminosity;
  transform-origin: 50% 16.5vh;
  transition-timing-function: ease-in-out;
}
.m--before-sliding .fnc-slide__mask-inner {
  transform: translateY(0) rotate(10deg) translateX(-200px) translateZ(0);
}
.m--active-slide .fnc-slide__mask-inner {
  transition: transform 0.7s 1.2222222222s;
  transform: translateX(0);
}
.m--previous-slide .fnc-slide__mask-inner {
  transition: transform 0.7s 0.3333333333s;
  transform: translateY(0) rotate(-10deg) translateX(200px) translateZ(0);
}
.fnc-slide__content {
  z-index: 2;
  position: absolute;
  left: 40%;
  top: 40%;
}
.fnc-slide__heading {
  margin-bottom: 10px;
  text-transform: uppercase;
}
.fnc-slide__heading-line {
  overflow: hidden;
  position: relative;
  padding-right: 20px;
  font-size: 40px;
  line-height: 120%;
  color: #fff;
  word-spacing: 10px;
}
.m--before-sliding .fnc-slide__heading-line {
  transform: translateY(100%);
}
.m--active-slide .fnc-slide__heading-line {
  transition: transform 1.5s 1s;
  transform: translateY(0);
}
.m--previous-slide .fnc-slide__heading-line {
  transition: transform 1.5s;
  transform: translateY(-100%);
}
.fnc-slide__heading-line span {
  display: block;
}
.m--before-sliding .fnc-slide__heading-line span {
  transform: translateY(-100%);
}
.m--active-slide .fnc-slide__heading-line span {
  transition: transform 1.5s 1s;
  transform: translateY(0);
}
.m--previous-slide .fnc-slide__heading-line span {
  transition: transform 1.5s;
  transform: translateY(100%);
}
.fnc-slide__action-btn {
  position: relative;
  margin-left: 200px;
  padding: 5px 15px;
  font-size: 20px;
  line-height: 1;
  color: transparent;
  border: none;
  text-transform: uppercase;
  background: transparent;
  cursor: pointer;
  text-align: center;
  outline: none;
}
.fnc-slide__action-btn span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  perspective: 1000px;
  transform-style: preserve-3d;
  transition: transform 0.3s;
  transform-origin: 50% 0;
  line-height: 30px;
  color: #fff;
}
.fnc-slide__action-btn span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  border-top: none;
  border-bottom: none;
}
.fnc-slide__action-btn span:after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 30px;
  background: #1F2833;
  opacity: 0;
  transform-origin: 50% 0;
  transform: translateY(100%) rotateX(-90deg);
  transition: opacity 0.15s 0.15s;
}
.fnc-slide__action-btn:hover span {
  transform: rotateX(90deg);
}
.fnc-slide__action-btn:hover span:after {
  opacity: 1;
  transition: opacity 0.15s;
}
.fnc-nav {
  z-index: 5;
  position: absolute;
  right: 0;
  bottom: 0;
}
.fnc-nav__bgs {
  z-index: -1;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.fnc-nav__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.fnc-nav__bg.m--nav-bg-before {
  z-index: 2 !important;
  transform: translateX(100%);
}
.fnc-nav__bg.m--active-nav-bg {
  z-index: 1;
  transition: transform 1s 0.6666666667s;
  transform: translateX(0);
}
.fnc-nav__controls {
  font-size: 0;
}
.fnc-nav__control {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100px;
  height: 50px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  transition: background-color 0.5s;
}
.fnc-nav__control.m--active-control {
  background: #1F2833;
}
.fnc-nav__control-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  transform-origin: 0 50%;
  transform: scaleX(0);
  transition-timing-function: linear !important;
}
.m--with-autosliding .m--active-control .fnc-nav__control-progress {
  transform: scaleX(1);
}
.m--prev-control .fnc-nav__control-progress {
  transform: translateX(100%);
  transition: transform 0.5s !important;
}
.m--reset-progress .fnc-nav__control-progress {
  transform: scaleX(0);
  transition: transform 0s 0s !important;
}
.m--autosliding-blocked .fnc-nav__control-progress {
  transition: all 0s 0s !important;
  transform: scaleX(0) !important;
}
/* NOT PART OF COMMON SLIDER STYLES */
body {
  margin: 0;
}
.demo-cont {
  overflow: hidden;
  position: relative;
  height: 100vh;
  perspective: 1500px;
  background: #000;
}
.example-slider {
  z-index: 2;
  transform: translate3d(0, 0, 0);
  transition: transform 0.7s;
}
.example-slider .fnc-slide-1 .fnc-slide__inner, .example-slider .fnc-slide-1 .fnc-slide__mask-inner {
  background-image: url("");
}
.example-slider .fnc-slide-2 .fnc-slide__inner, .example-slider .fnc-slide-2 .fnc-slide__mask-inner {
  background-image: url("");
}
.example-slider .fnc-slide-3 .fnc-slide__inner, .example-slider .fnc-slide-3 .fnc-slide__mask-inner {
  background-image: url("");
}
.example-slider .fnc-slide-3 .fnc-slide__inner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
}
.example-slider .fnc-slide-4 .fnc-slide__inner, .example-slider .fnc-slide-4 .fnc-slide__mask-inner {
  background-image: url("");
}
.example-slider .fnc-slide-4 .fnc-slide__inner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.example-slider .fnc-slide__heading, .example-slider .fnc-slide__action-btn, .example-slider .fnc-nav__control {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
/* COLORFUL SWITCH STYLES 
   ORIGINAL DEMO */
.colorful-switch {
  position: relative;
  width: 180px;
  height: 77.1428571429px;
  margin: 0 auto;
  border-radius: 32.1428571429px;
  background: #cfcfcf;
}
.colorful-switch:before {
  content: "";
  z-index: -1;
  position: absolute;
  left: -5px;
  top: -5px;
  width: 190px;
  height: 87.1428571429px;
  border-radius: 37.1428571429px;
  background: #314239;
  transition: background-color 0.3s;
}
.colorful-switch:hover:before {
  background: #4C735F;
}
.colorful-switch__checkbox {
  z-index: -10;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.colorful-switch__label {
  z-index: 1;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 32.1428571429px;
  cursor: pointer;
}
.colorful-switch__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 540px;
  height: 100%;
  background: linear-gradient(90deg, #14DCD6 0, #10E7BD 180px, #EF9C29 360px, #E76339 100%);
  transition: transform 0.5s;
  transform: translate3d(-360px, 0, 0);
}
.colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__bg {
  transform: translate3d(0, 0, 0);
}
.colorful-switch__dot {
  position: absolute;
  left: 131.1428571429px;
  top: 50%;
  width: 5.1428571429px;
  height: 5.1428571429px;
  margin-left: -2.5714285714px;
  margin-top: -2.5714285714px;
  border-radius: 50%;
  background: #fff;
  transition: transform 0.5s;
  transform: translate3d(0, 0, 0);
}
.colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__dot {
  transform: translate3d(-80.3571428571px, 0, 0);
}
.colorful-switch__on {
  position: absolute;
  left: 104.1428571429px;
  top: 22.5px;
  width: 19.2857142857px;
  height: 36px;
  transition: transform 0.5s;
  transform: translate3d(0, 0, 0);
}
.colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__on {
  transform: translate3d(-80.3571428571px, 0, 0);
}
.colorful-switch__on__inner {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: transform 0.25s 0s cubic-bezier(0.52, -0.96, 0.51, 1.28);
  transform-origin: 100% 50%;
  transform: rotate(45deg) scale(0) translateZ(0);
}
.colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__on__inner {
  transition: transform 0.25s 0.25s cubic-bezier(0.67, -0.16, 0.47, 1.61);
  transform: rotate(45deg) scale(1) translateZ(0);
}
.colorful-switch__on__inner:before, .colorful-switch__on__inner:after {
  content: "";
  position: absolute;
  border-radius: 2.5714285714px;
  background: #fff;
}
.colorful-switch__on__inner:before {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6.1428571429px;
}
.colorful-switch__on__inner:after {
  right: 0;
  top: 0;
  width: 6.1428571429px;
  height: 100%;
}
.colorful-switch__off {
  position: absolute;
  left: 131.1428571429px;
  top: 50%;
  width: 41.1428571429px;
  height: 41.1428571429px;
  margin-left: -20.5714285714px;
  margin-top: -20.5714285714px;
  transition: transform 0.5s;
  transform: translate3d(0, 0, 0);
}
.colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__off {
  transform: translate3d(-80.3571428571px, 0, 0);
}
.colorful-switch__off:before, .colorful-switch__off:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 5.1428571429px;
  margin-top: -2.5714285714px;
  border-radius: 2.5714285714px;
  background: #fff;
  transition: transform 0.25s 0.25s;
}
.colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__off:before, .colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__off:after {
  transition-delay: 0s;
}
.colorful-switch__off:before {
  transform: rotate(45deg) scaleX(1) translateZ(0);
}
.colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__off:before {
  transform: rotate(45deg) scaleX(0) translateZ(0);
}
.colorful-switch__off:after {
  transition-timing-function: cubic-bezier(0.67, -0.16, 0.47, 1.61);
  transform: rotate(-45deg) scaleX(1) translateZ(0);
}
.colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__off:after {
  transition-timing-function: ease;
  transform: rotate(-45deg) scaleX(0) translateZ(0);
}
/*スライダーの大きさ*/
.flexslider {
  width: 100%;
  height: 81vh !important;
  background-position: center top;
  width: 0 auto;
}
.custom-header-media {
  height: calc(90vh - 60px);
  height: -webkit-calc(90vh - 60px);
}
.bg_image {
  height: 90vh;
  background-position: center center !important;
}
@media screen and (max-width: 880px) {
  /* 880px以下用（タブレット用）の記述 */
  /* タブ用のTOPスライダー */
  #masthead > div > div.custom-header-media, #flexslider-featured {
    height: -webkit-calc(100vh - 60px) !important;
  }
  /* タブ用のTOPスライダー画像 */
  #flexslider-featured > ul.slides > li:nth-child(1) > a > div > div {
    background-image: url(/PVS/wp-content/uploads/go-den-tab-20251026-1.jpg) !important;
  }
  /*
#flexslider-featured > ul.slides > li:nth-child(2) > div > div {
	background-image:url(/PVS/wp-content/uploads/2020/12/210201_top_tab01.png)!important;
}
*/
  .bg_image {
    height: 100vh !important;
  }
}
@media screen and (max-width: 480px) {
  /* 480px以下用（タブレット／スマートフォン用）の記述 */
  /* スマートフォン用のTOPスライダー */
  #masthead > div > div.custom-header-media, #flexslider-featured {
    height: -webkit-calc(100vh - 60px) !important;
  }
  /* スマートフォン用のTOPスライダー画像 */
  #flexslider-featured > ul.slides > li:nth-child(1) > a > div > div {
    background-image: url(/PVS/wp-content/uploads/go-den-smp-480-873-20251026-1.jpg) !important;
  }
  /*
#flexslider-featured > ul.slides > li:nth-child(2) > div > div {
	background-image:url(/PVS/wp-content/uploads/2020/12/210201_top_mobile.jpg)!important;
}
	*/
  .bg_image {
    height: 100vh !important;
  }
}
@media screen and (max-width: 400px) {
  /* 400px以下用（タブレット／スマートフォン用）の記述 */
  /* スマートフォン用のTOPスライダー */
  #masthead > div > div.custom-header-media, #flexslider-featured {
    height: -webkit-calc(90vh - 60px) !important;
  }
  /* スマートフォン用のTOPスライダー画像 */
  #flexslider-featured > ul.slides > li:nth-child(1) > a > div > div {
    background-image: url(/PVS/wp-content/uploads/go-den-smp-400-727-20251026-1.jpg) !important;
  }
  /*
#flexslider-featured > ul.slides > li:nth-child(2) > div > div {
	background-image:url(/PVS/wp-content/uploads/2020/12/210201_top_mobile.jpg)!important;
}
	*/
  .bg_image {
    height: 90vh !important;
  }
}
/*TOP見出し調整*/
.page-id-11 .NfbDRdQY {
  font-size: 32px;
}
@media only screen and (max-width: 769px) {
  .page-id-11 .NfbDRdQY {
    font-size: 24px !important;
    line-height: 1.6em;
  }
}
.page-id-11 h2.widgettitle {
  font-size: 32px;
}
/*TOPアイキャッチカラム*/
/*ip65*/
.page-id-11 .site-branding {
  display: none;
}
.page-id-11 .btn-next {
  bottom: 0px;
}
.page-id-11 .DsQGhVjU .ReFmZjch {
  margin: 30px auto;
  max-width: 1240px;
  background-color: #F3F4F8;
  border: solid 5px #bd1111;
}
.page-id-11 .DsQGhVjU .ReFmZjch .wWMHTbme {
  display: block;
  width: 100%;
}
.page-id-11 .DsQGhVjU .ReFmZjch .wWMHTbme:hover {
  background-color: #fff;
  box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
  opacity: 0.8;
  text-decoration: underline;
}
.page-id-11 .DsQGhVjU .ReFmZjch .wWMHTbme:hover .eTvMhiAB {
  text-decoration: underline;
}
.page-id-11 .DsQGhVjU .ReFmZjch .xYaqUjcD {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px 46px;
  margin: 0 auto;
  padding: 10px;
  flex-wrap: nowrap;
}
@media screen and (max-width: 767px) {
  .page-id-11 .DsQGhVjU .ReFmZjch .xYaqUjcD {
    gap: 10px 26px;
  }
}
@media screen and (max-width: 479px) {
  .page-id-11 .DsQGhVjU .ReFmZjch .xYaqUjcD {
    gap: 10px 16px;
  }
}
@media screen and (max-width: 350px) {
  .page-id-11 .DsQGhVjU .ReFmZjch .xYaqUjcD {
    gap: 10px 10px;
  }
}
.page-id-11 .DsQGhVjU .ReFmZjch .xYaqUjcD .eNaVPCnX {
  min-width: 120px;
}
.page-id-11 .DsQGhVjU .ReFmZjch .xYaqUjcD .qPLTvFip {}
.qPLTvFip .ctJGfvtx {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px 10px;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  color: #000;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .page-id-11 .DsQGhVjU .ReFmZjch .xYaqUjcD .qPLTvFip .ctJGfvtx {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 479px) {
  .page-id-11 .DsQGhVjU .ReFmZjch .xYaqUjcD .qPLTvFip .ctJGfvtx {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 350px) {
  .page-id-11 .DsQGhVjU .ReFmZjch .xYaqUjcD .qPLTvFip .ctJGfvtx {
    font-size: 1rem;
  }
}
.page-id-11 .DsQGhVjU .ReFmZjch .xYaqUjcD .qPLTvFip .ctJGfvtx .hCqDsuBj {
  font-size: 2.8rem;
  color: #AB010B;
}
@media screen and (max-width: 767px) {
  .page-id-11 .DsQGhVjU .ReFmZjch .xYaqUjcD .qPLTvFip .ctJGfvtx .hCqDsuBj {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 479px) {
  .page-id-11 .DsQGhVjU .ReFmZjch .xYaqUjcD .qPLTvFip .ctJGfvtx .hCqDsuBj {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 350px) {
  .page-id-11 .DsQGhVjU .ReFmZjch .xYaqUjcD .qPLTvFip .ctJGfvtx .hCqDsuBj {
    font-size: 1.6rem;
    word-break: keep-all;
    white-space: nowrap;
  }
}
.page-id-11 .DsQGhVjU .ReFmZjch .xYaqUjcD .qPLTvFip .ctJGfvtx .bvyraiQT {
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .page-id-11 .DsQGhVjU .ReFmZjch .xYaqUjcD .qPLTvFip .ctJGfvtx .bvyraiQT {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 479px) {
  .page-id-11 .DsQGhVjU .ReFmZjch .xYaqUjcD .qPLTvFip .ctJGfvtx .bvyraiQT {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 370px) {
  .page-id-11 .DsQGhVjU .ReFmZjch .xYaqUjcD .qPLTvFip .ctJGfvtx .bvyraiQT {
    font-size: 1rem;
  }
}
.bvyraiQT .eTvMhiAB {
  display: inline-block;
}
.page-id-11 .DsQGhVjU .ReFmZjch .xYaqUjcD .qPLTvFip .ctJGfvtx .NewhEsPg {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 0.8;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .page-id-11 .DsQGhVjU .ReFmZjch .xYaqUjcD .qPLTvFip .ctJGfvtx .NewhEsPg {
    font-size: 1rem;
  }
}
/*ip65*/
.page-id-11 .reason_column {
  max-width: 1300px;
  display: flex;
  justify-content: space-between;
  margin: 40px auto;
  background: #fff;
}
.page-id-11 .reason_column-img {
  width: 50%;
}
.page-id-11 .reason_column-img img {
  width: 100%;
}
.page-id-11 .reason_column-texts {
  box-sizing: border-box;
  padding-top: 10px;
  padding-right: 30px;
  padding-bottom: 10px;
  padding-left: 30px;
  width: 50%;
}
.page-id-11 .reason_column-texts-title {
  margin: 0px 0 20px !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  text-align: left !important;
}
.page-id-11 .reason_column-texts-subtitle {
  font-size: 16px;
  text-align: left !important;
}
.page-id-11 .reason_column-texts-p {
  margin: 0;
  padding-top: 20px;
  font-size: 16px;
  line-height: 1.4;
  text-align: left !important;
}
.eye__catch-btn {
  display: inline-block;
  padding: 10px 24px;
  background: #e41313;
  border: solid 2px #bd1111;
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.2em;
  font-weight: bold;
  -webkit-box-shadow: 0px 6px 3px -3px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 6px 3px -3px rgba(0, 0, 0, 0.4);
  -webkit-transition: .12s;
  transition: .12s;
}
.eye__catch-btn:hover {
  background: #ffffff;
  border: solid 2px #bd1111;
  color: #e41313;
  opacity: 0.8;
}
/*TOPページカルーセルスライダー*/
.page-id-11 .owl-theme .owl-controls .owl-buttons div {
  padding: 10px 0 14px 0;
}
/*TOPページニュース画像非表示*/
.page-id-11 .post-standard .post-inner {
  padding-left: 0px;
  float: left;
  margin: auto;
}
.page-id-11 .entry h2 {
  margin-top: 0px;
}
.page-id-11 .post-inner .post-thumbnail {
  display: none;
}
.page-id-11 .entry .excerpt {
  display: none;
}
.page-id-11 .post-byline a {
  display: none;
}
.page-id-11 .post_description {
  padding: 0px 0px;
}
.custom_sc {
  max-width: 1300px;
  margin: auto;
}
.custom_sc .type-post {
  max-width: 760px;
  margin: auto;
}
.custom_sc .type-post .post-title {
  position: relative;
  font-size: 20px;
}
.custom_sc .type-post .post-title a {
  display: block;
  padding-left: 60px;
}
.custom_sc2 {
  max-width: 1200px;
  margin: auto;
}
.page-id-11 .news__list-inner .post-title:before {
  position: absolute;
  content: "ニュース";
  color: #fff;
  background-color: rgba(255, 92, 38, 1);
  color: #fff;
  padding: 0 3px;
  font-weight: 600;
  font-size: 12px;
}
/*TOPページ下部バナー枠*/
.page-id-11 .under__banner {
  opacity: 1;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.page-id-11 .under__banner:hover {
  opacity: .7;
}
/*ページ最大幅*/
.page-id-52 div.pad, .page-id-72 div.pad, .page-id-15 div.pad, .page-id-20 div.pad, .page-id-26 div.pad, .page-id-270 div.pad, .page-id-272 div.pad, .page-id-274 div.pad, .page-id-933 div.pad, .page-id-3 div.pad {
  max-width: 1200px;
  margin: 0 auto;
}
.page-id-75 div.pad {
  max-width: 1300px;
  margin: 0 auto;
}
.single-post div.entry-inner {
  max-width: 1200px;
  margin: 0 auto;
}
/*固定ページh1*/
.page-id-3 h1, .page-id-52 h1, .page-id-72 h1, .page-id-75 h1, .page-id-15 h1, .page-id-20 h1, .page-id-26 h1, .page-id-270 h1, .page-id-272 h1, .page-id-274 h1, .page-id-933 h1 {
  font-weight: 600;
}
.page-id-15 h1.post-title, .page-id-20 h1.post-title, .page-id-26 h1.post-title, .page-id-933 h1.post-title {
  max-width: 1200px;
  margin: 30px auto 0 auto;
  text-align: left;
}
.page-id-75 h1.post-title {
  max-width: 1300px;
  margin: 30px auto 0 auto;
  text-align: left;
  padding-left: 4%;
}
/*製品情報*/
.page-id-75 h2 {
  font-weight: 400;
  text-align: center;
}
.page-id-75 ul.product__item-inner {
  margin: 0 0 0 0;
}
.page-id-75 ul li.item__inner {
  list-style: none;
  display: inline-block;
  max-width: 20.6%;
  margin: 2%;
}
#solar-panel.anchor {
  padding-top: 100px;
  margin-top: -50px;
}
.page-id-75 ul li figure.item__photo {
  text-align: center
}
.page-id-75 ul li figure.item__photo img {
  transition: 1s all;
}
.page-id-75 ul li figure.item__photo img:hover {
  transform: scale(1.2, 1.2);
  transition: 1s all;
}
.page-id-75 ul li p.item__name {
  text-align: center;
  border-bottom: 3px solid #dcdcdc;
}
/*各製品詳細ページ*/
.postid-57 div.post-meta-group, .postid-59 div.post-meta-group, .postid-61 div.post-meta-group, .postid-101 div.post-meta-group, .postid-103 div.post-meta-group, .postid-105 div.post-meta-group, .postid-107 div.post-meta-group, .postid-109 div.post-meta-group, .postid-111 div.post-meta-group, .postid-113 div.post-meta-group, .postid-115 div.post-meta-group, .postid-117 div.post-meta-group, .postid-119 div.post-meta-group, .postid-121 div.post-meta-group, .postid-123 div.post-meta-group, .postid-125 div.post-meta-group, .postid-127 div.post-meta-group, .postid-129 div.post-meta-group, .postid-131 div.post-meta-group, .postid-133 div.post-meta-group, .postid-135 div.post-meta-group, .postid-137 div.post-meta-group, .postid-139 div.post-meta-group, .postid-141 div.post-meta-group, .postid-143 div.post-meta-group, .postid-145 div.post-meta-group, .postid-147 div.post-meta-group, .postid-149 div.post-meta-group, .postid-151 div.post-meta-group, .postid-254 div.post-meta-group, .postid-256 div.post-meta-group, .postid-258 div.post-meta-group {
  display: none;
}
/*製品詳細ページswiper*/
.swiper-container {
  width: 100%;
}
.swiper-container.slider {
  height: 100%;
}
.swiper-container.slider-thumbnail {
  height: 20vh;
}
.swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.5;
  overflow: hidden;
  margin: 3px;
}
.swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
/*製品詳細ページ*/
.postid-57 .su-tabs-nav span, .postid-59 .su-tabs-nav span, .postid-61 .su-tabs-nav span, .postid-101 .su-tabs-nav span, .postid-103 .su-tabs-nav span, .postid-105 .su-tabs-nav span, .postid-107 .su-tabs-nav span, .postid-109 .su-tabs-nav span, .postid-111 .su-tabs-nav span, .postid-113 .su-tabs-nav span, .postid-115 .su-tabs-nav span, .postid-117 .su-tabs-nav span, .postid-119 .su-tabs-nav span, .postid-121 .su-tabs-nav span, .postid-123 .su-tabs-nav span, .postid-125 .su-tabs-nav span, .postid-127 .su-tabs-nav span, .postid-129 .su-tabs-nav span, .postid-131 .su-tabs-nav span, .postid-133 .su-tabs-nav span, .postid-135 .su-tabs-nav span, .postid-137 .su-tabs-nav span, .postid-139 .su-tabs-nav span, .postid-141 .su-tabs-nav span, .postid-143 .su-tabs-nav span, .postid-145 .su-tabs-nav span, .postid-147 .su-tabs-nav span, .postid-149 .su-tabs-nav span, .postid-151 .su-tabs-nav span, .postid-254 .su-tabs-nav span, .postid-256 .su-tabs-nav span, .postid-258 .su-tabs-nav span {
  width: 32.7%;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
}
.applicable__products {
  margin: 30px auto 0px auto;
}
.applicable__products th {
  background-color: #FFF1EC;
  font-size: 18px;
  border: 1px solid #777 !important;
  vertical-align: middle;
}
.applicable__products td {
  background-color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  border: 1px solid #777 !important;
}
.applicable__products td a {
  color: #0970c4;
}
.applicable__products td a:hover {
  color: #0970c4;
  text-decoration: underline;
}
.product__tab-inner {
  max-width: 90%;
  margin: 30px auto 0px auto !important;
  background: #F5DEB3 !important;
}
.product__tab-inner .su-tabs-nav span {
  margin: 3px 3px 0 3px;
}
.product__tab-inner .su-tabs-nav span.su-tabs-current {
  background: #FFD700;
  border: 5px solid #FFF;
}
.product__tab-inner .su-tabs-nav span {
  background: #efefef;
  border: 5px solid #efefef;
}
.product__tab-inner .su-tabs-nav span:hover {
  background: #FFFF00;
  border: 5px solid #FFF;
}
.product__tab-inner .bousai__table, .product__tab-inner .catalog__table-inner {
  border-collapse: collapse;
  border-spacing: 0;
}
.product__tab-inner .bousai__table th, .product__tab-inner .catalog__table-inner th {
  width: 50%;
  background: #fff;
  box-sizing: border-box;
  padding: 15px;
  vertical-align: middle;
  text-align: center;
  border-top: 0px solid #fff;
  border-bottom: 0px solid #fff;
}
.product__tab-inner .bousai__table td, .product__tab-inner .catalog__table-inner td {
  background: #fff;
  box-sizing: border-box;
  padding: 15px;
  vertical-align: middle;
  text-align: center;
  border-top: 0px solid #fff;
  border-bottom: 0px solid #fff;
}
.product__tab-inner .bousaimark {}
.specification__one {}
.specification__one-link {
  margin-bottom: 0.5em !important;
  font-size: 14px;
}
.specification__one-link a {
  text-decoration: underline;
  color: #001a80;
}
.specification__one-link a:hover {
  color: red;
}
.specification__one-text {
  margin-bottom: 0.2em !important;
}
.btn-sticky {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #f7f7f7;
  border-left: solid 6px #ff7c5c; /*左線*/
  color: #ff7c5c; /*文字色*/
  font-weight: bold;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}
.btn-sticky:active {
  box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
  transform: translateY(2px);
}
/*PVSについて*/
.page-id-15 .battery__info-pvs p {
  margin-bottom: 0em;
}
.page-id-15 .reason_column {
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  margin: 40px auto;
}
.page-id-15 .reason_column-img {
  width: 40%;
  padding: 20px;
}
.page-id-15 .reason_column-img img {
  width: 100%;
}
.page-id-15 .reason_column-texts {
  box-sizing: border-box;
  padding-top: 20px;
  padding-right: 30px;
  padding-bottom: 20px;
  padding-left: 30px;
  width: 60%;
  font-size: 18px;
  line-height: 170%;
}
.page-id-15 .reason_column-texts-title {
  margin: 0px 0 20px !important;
  font-size: 24px !important;
  font-weight: 600;
  text-align: left !important;
  line-height: 150%;
}
.page-id-15 .reason_column-texts-title .first-letter {
  font-size: 1.5em;
  font-weight: 600;
  color: #001a80;
}
.pvs-midashi {
  position: relative;
  padding: 1rem 2rem calc(1rem + 10px);
  background: rgb(240, 241, 243);
}
.pvs-midashi:before {
  position: absolute;
  top: -14px;
  left: -14px;
  width: 100%;
  height: 100%;
  content: '';
  border: 4px solid #001a80;
}
.catalog-link {}
.catalog-link-text {
  display: inline-block;
}
.catalog-link-img {
  display: inline-block;
}
.scroll-table {
  overflow: auto;
}
.allspec__table-inner .allspec__table-inner-title, .guideline__table-inner .guideline__table-inner-title {
  min-width: 242px;
}
.allspec__table-inner .allspec__table-inner-item, .guideline__table-inner .guideline__table-inner-item {
  min-width: 150px;
}
.allspec__table-inner tbody, .spec__table-inner tbody {
  border: 2px solid #777;
}
.allspec__table-inner tbody tr th {
  border-right: 1px solid #777;
}
.allspec__table-inner tbody tr td, .spec__table-inner tbody tr td {
  min-width: 20px;
  border-right: 1px solid #777;
  padding: 3px;
}
.spec__table-inner tbody tr th {
  border-right: 1px solid #777;
  background: #9fd9f7;
}
.spec__table-inner tbody tr.alt {
  background: #d3edfb;
}
.guideline__table-inner tbody {
  border: 2px solid #777;
}
.guideline__table-inner tbody tr th {
  background: #f5b2b3;
  border-right: 1px solid #777;
}
.guideline__table-inner tbody tr td {
  border-right: 1px solid #777;
}
.guideline__table-inner tbody tr.alt {
  background: #fadbda;
}
.all__spec-ore1 {
  background: #f39800;
}
.all__spec-ore2 {
  background: #ea5514;
}
.all__spec-ore3 {
  background: #d7001d;
}
.all__spec-gray {
  background: #efeff0;
}
.all__spec-ore-L {
  background: #feebbf;
}
.all__spec-gre-L {
  background: #e8f3df !important;
}
.all__spec-blu-L {
  background: #d3edfb !important;
}
.all__spec-pur-L {
  background: #ddd1e7 !important;
}
.all__spec-pur-L {
  background: #ddd1e7;
}
.all__spec-bro-L {
  background: #dec5b0 !important;
}
.vertical {
  writing-mode: vertical-rl;
  text-orientation: upright;
  white-space: nowrap;
  margin: 0;
  line-height: 1em;
}
#scroll_box {}
/* スクロールの幅の設定 */
#scroll_box::-webkit-scrollbar {
  height: 20px;
}
/* スクロールの背景の設定 */
#scroll_box::-webkit-scrollbar-track {
  border-radius: 10px;
  box-shadow: 0 0 4px #aaa inset;
}
/* スクロールのつまみ部分の設定 */
#scroll_box::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #1959A8;
}
#scroll_box::-webkit-scrollbar-thumb:hover {
  background: #09C9D9;
}
/*会社概要*/
.page-id-20 h2 {
  margin-bottom: 0px;
}
.page-id-20 table tbody {}
.page-id-20 .gaiyo__info tbody td a:hover {
  color: rgb(1, 62, 150);
}
.page-id-20 .gaiyo__info tbody tr {
  border-bottom: 2px #fff solid;
}
.page-id-20 .gaiyo__info tbody th {
  width: 30%;
  min-width: 84px;
  background: #e4e4e4;
  padding: 18px 18px;
  vertical-align: middle;
}
.page-id-20 .gaiyo__info tbody td {
  background: #f7f7f7;
  padding: 18px 4%;
  text-align: left;
  vertical-align: middle;
}
.QqKHwaRY {
  margin-top: 15px;
  margin-bottom: 10px;
  font-weight: 600;
}
.rUpJHPfZ {
  margin-left: 10px;
}
.rUpJHPfZ .vRXUswYg {
  word-break: keep-all;
}
.PsMcmVSx {
  margin-left: 10px;
}
.PsMcmVSx dt {
  margin-bottom: 1em;
  font-weight: 600;
}
.BaujMkfF {
  margin-left: 0px !important;
}
.BaujMkfF li {
  list-style: none !important;
  margin: 10px 0px !important;
}
.BaujMkfF .WpcJsYhK {
  display: inline-block;
  vertical-align: middle;
}
.BaujMkfF .WpcJsYhK.SpaqZfBV {
  max-width: 80px;
}
.BaujMkfF .WpcJsYhK.aGCxjFmh {
  width: 400px;
  padding: 0 10px;
  margin-bottom: 0px;
}
@media screen and (max-width: 540px) {
  .BaujMkfF .WpcJsYhK.aGCxjFmh {
    width: 100%;
  }
}
/*ニュース一覧 サポート一覧*/
.page-id-52 h1.post-title, .page-id-72 h1.post-title {
  max-width: 900px;
  margin: 30px auto 0 auto;
  text-align: left;
}
.news__item-list, .support__item-list {
  max-width: 900px;
  margin: auto;
}
.news__item-inner, .support__item-inner {
  width: 100%;
  margin: 15px 0;
  padding-bottom: 10px;
  border-bottom: solid 2px #444;
}
.news__item-inner-date, .support__item-inner-date {
  display: inline-block;
  font-size: 16px;
}
.news__item-inner-cattag {
  display: inline-block;
  background-color: rgba(255, 92, 38, 1);
  color: #fff;
  margin: 0 5%;
  padding: 5px 10px;
  font-weight: 600;
  font-size: 14px;
}
.support__item-inner-cattag {
  display: inline-block;
  background-color: rgba(140, 198, 63, 1);
  color: #fff;
  margin: 0 5%;
  padding: 5px 10px;
  font-weight: 600;
  font-size: 14px;
}
.news__item-inner-title, .support__item-inner-title {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
}
/*ニュースページ内リンク*/
.news__links {
  color: #7DC4F1;
  text-decoration: underline;
  font-weight: 600;
}
.news__links:hover {
  color: #aaa;
  text-decoration: none;
}
/*ニュースページ内table*/
/* news__table01 */
.news__table01 tr {
  border: 2px solid #cccccc;
}
.news__table01 th, .news__table01 td {
  font-weight: 600;
  font-size: 16px;
  padding: 24px 0 !important;
  border: none;
}
.news__table01 th {
  width: 30%;
  border-right: 2px solid #cccccc;
  background-color: rgba(241, 241, 241, 1);
}
.news__table01 td {
  background-color: rgba(255, 255, 255, 1);
}
/* ip65ランディングページ（LP）*/
.page-template-page-ip65 #wrapper {
  position: relative;
  -webkit-transition: all .0s ease-in;
  -moz-transition: all .0s ease-in;
  -ms-transition: all .0s ease-in;
}
.page-template-page-ip65 .animated {
  -webkit-animation-duration: 0s;
  animation-duration: 0s;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
}
.Content-LP-VzaYBq {
  width: 100%;
  overflow-x: hidden;
  margin-bottom: 50px;
}
/* ip65ランディングページSwiper */
.Edfexniv .YpLDTsFh .AivtmVgR {
  position: relative;
}
.Edfexniv .YpLDTsFh .AivtmVgR img {
  width: 100%;
  filter: brightness(100%);
}
.Edfexniv .YpLDTsFh .AivtmVgR .zJPUkydW .qFmNiswb {
  position: absolute;
  top: 35%;
  left: 6%;
  transform: translate(5%, -50%);
  -webkit-transform: translate(5%, -50%);
  -ms-transform: translate(5%, -50%);
}
.Edfexniv .YpLDTsFh .AivtmVgR .zJPUkydW .qFmNiswb .page-title {
  background-color: rgba(255, 255, 255, 0.5);
}
.Edfexniv .YpLDTsFh .AivtmVgR .zJPUkydW .qFmNiswb h1.post-title {
  color: #055A8E;
  font-size: 3.6rem;
  font-weight: bold;
  text-align: left;
  font-weight: 700;
}
@media screen and (max-width: 1649px) {
  .Edfexniv .YpLDTsFh .AivtmVgR .zJPUkydW .qFmNiswb h1.post-title {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1100px) {
  .Edfexniv .YpLDTsFh .AivtmVgR .zJPUkydW .qFmNiswb h1.post-title {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .Edfexniv .YpLDTsFh .AivtmVgR .zJPUkydW .qFmNiswb h1.post-title {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 479px) {
  .Edfexniv .YpLDTsFh .AivtmVgR .zJPUkydW .qFmNiswb h1.post-title {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 350px) {
  .Edfexniv .YpLDTsFh .AivtmVgR .zJPUkydW .qFmNiswb h1.post-title {
    font-size: 0.7rem;
  }
}
/* ip65ランディングページSwiper */
.Content-LP-VzaYBq .Content-LP-inner-wCpYDz .HfMNaemg {
  font-size: 44px;
  font-weight: 700;
  text-align: center;
  line-height: 44px;
}
@media screen and (max-width: 769px) {
  .Content-LP-VzaYBq .Content-LP-inner-wCpYDz .HfMNaemg {
    font-size: 28px;
  }
}
/* section背景 */
.page-template-page-ip65 .Gpzfdcgv {
  position: relative;
}
.custom-shape-divider-bottom-1678687133 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.custom-shape-divider-bottom-1678687133 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 150px;
}
.custom-shape-divider-bottom-1678687133 .shape-fill {
  fill: #FFFFFF;
}
/* section背景 */
/*IP65製品概要*/
.PbhvVqJe {
  background-color: rgb(243, 244, 248);
}
.PbhvVqJe .YrzZGfai {}
.PbhvVqJe .YrzZGfai .eKmhtjCF {
  max-width: 1300px;
  margin: 0 auto;
  text-align: center;
}
.PbhvVqJe .YrzZGfai .eKmhtjCF .HfMNaemg {
  margin-top: 0;
  margin-bottom: 0;
  padding: 50px 20px 30px 20px;
}
.PbhvVqJe .YrzZGfai .eKmhtjCF .UatjMeDJ {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  gap: 10px 2%;
  flex-wrap: wrap;
  padding: 20px 46px 50px 46px;
}
.PbhvVqJe .YrzZGfai .eKmhtjCF .UatjMeDJ .nGWedsJq {
  width: 48%;
  min-width: 300px;
}
.animation__box-QqyEfT {
  opacity: 0;
  transform: translateY(-20px);
  transition: 3s ease;
}
@media screen and (max-width: 980px) {
  .PbhvVqJe .YrzZGfai .eKmhtjCF .UatjMeDJ {
    padding: 0px 20px 50px 20px;
  }
}
@media screen and (max-width: 769px) {
  .PbhvVqJe .YrzZGfai .eKmhtjCF .UatjMeDJ {
    justify-content: center;
    flex-direction: column-reverse;
  }
  .PbhvVqJe .YrzZGfai .eKmhtjCF .UatjMeDJ .nGWedsJq {
    width: 100%;
  }
}
.UatjMeDJ .nGWedsJq .uPUcEhYw {
  width: 100%;
}
.UatjMeDJ .nGWedsJq .uPUcEhYw tbody th {
  background-color: #EEF4F7;
  border-top: 1px solid #055A8E;
  border-bottom: 1px solid #055A8E;
  border-right: 1px solid #055A8E;
  text-align: left;
}
.UatjMeDJ .nGWedsJq .uPUcEhYw tbody td {
  background-color: #fff;
  border-top: 1px solid #055A8E;
  border-bottom: 1px solid #055A8E;
  text-align: left;
}
.uPUcEhYw tbody td .xGAqBpTn {
  margin-bottom: 0em;
}
.uPUcEhYw tbody td .dCpTwbuy {
  margin: 0px 0 0px 30px;
}
/*IP65製品概要*/
/*IP65特徴*/
.ZhFfmeij .CcMTSixY .iThNHnrc .HfMNaemg {
  margin-top: 0;
  margin-bottom: 0;
  padding: 50px 20px 30px 20px;
}
.ZhFfmeij .CcMTSixY .iThNHnrc .wUTiGgZz {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 30px 50px;
  flex-wrap: nowrap;
  padding: 20px 46px 50px 46px;
}
@media screen and (max-width: 769px) {
  .ZhFfmeij .CcMTSixY .iThNHnrc .wUTiGgZz {
    flex-wrap: wrap;
  }
}
.ZhFfmeij .CcMTSixY .iThNHnrc .wUTiGgZz .yKUCTVWY {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-direction: column;
  width: 550px;
}
@media screen and (max-width: 769px) {
  .ZhFfmeij .CcMTSixY .iThNHnrc .wUTiGgZz .yKUCTVWY {
    width: 100%;
  }
}
.wUTiGgZz .yKUCTVWY .iBWgJhcM {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px 10px;
  flex-wrap: nowrap;
  width: 100%;
  /* アニメーションに関数プロパティ */
  bottom: -15px; /* 下から上に移動したいので最初はマイナス値 */
  transition: 1s; /* 1秒かけてアニメーション */
}
.wUTiGgZz .yKUCTVWY .iBWgJhcM:hover {
  opacity: 1;
  bottom: 0;
}
.wUTiGgZz .yKUCTVWY .iBWgJhcM.hLscfRJU {
  border: 4px solid #444;
  border-radius: 20px 0px 20px 20px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.wUTiGgZz .yKUCTVWY .iBWgJhcM {
  margin-top: 30px;
}
.wUTiGgZz .yKUCTVWY .iBWgJhcM:first-child {
  margin-top: 0;
}
.wUTiGgZz .yKUCTVWY .iBWgJhcM.qRfTcDmi {
  margin-top: auto;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .wUTiGgZz .yKUCTVWY .iBWgJhcM.qRfTcDmi {
    margin-top: 30px;
  }
}
.animation__box-WhKjST {
  opacity: 0;
  transform: translateX(20px);
  transition: 3s ease;
}
.wUTiGgZz .yKUCTVWY .iBWgJhcM .fLFdNDMG {
  position: absolute;
  top: -20px;
  left: -25px;
  display: inline-block;
  text-align: center;
  color: #fff;
  background: #AB010B;
  border-radius: 50%;
  font-weight: bold;
  font-style: italic;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 2.8rem;
  line-height: 60px;
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 769px) {
  .wUTiGgZz .yKUCTVWY .iBWgJhcM .fLFdNDMG {
    top: -18px;
    left: -18px;
    font-size: 2.2rem;
    line-height: 40px;
    width: 40px;
    height: 40px;
  }
}
.wUTiGgZz .yKUCTVWY .iBWgJhcM .dDjAyYvt {
  padding: 10px 10px 10px 50px;
  font-size: 1.5rem;
}
@media screen and (max-width: 769px) {
  .wUTiGgZz .yKUCTVWY .iBWgJhcM .dDjAyYvt {
    padding: 20px 25px 0px 25px;
    font-size: 1.5rem;
  }
}
.wUTiGgZz .yKUCTVWY .iBWgJhcM .dDjAyYvt .jPeimasE {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1em;
  color: #AB010B;
}
@media screen and (max-width: 769px) {
  .wUTiGgZz .yKUCTVWY .iBWgJhcM .dDjAyYvt .jPeimasE {
    font-size: 1.6rem;
  }
}
.wUTiGgZz .yKUCTVWY .iBWgJhcM .dDjAyYvt .jPeimasE .dXfPGAsh {
  display: inline-block;
  /*
    font-size: 16px;
    line-height: 1em;
	*/
}
.wUTiGgZz .yKUCTVWY .iBWgJhcM .dDjAyYvt .eQMcsfaF {
  padding: 10px;
}
.wUTiGgZz .yKUCTVWY .iBWgJhcM .dDjAyYvt .eQMcsfaF .xMbUFcdg {
  padding: 10px 0px;
  font-size: 1.4rem;
  line-height: 1.4;
  margin-block-start: 0em;
  margin-block-end: 0em;
}
.xMbUFcdg .uYCqapwX {
  font-size: 16px;
  margin-top: 1em;
  margin-bottom: 0em;
}
.xMbUFcdg .vQCdBrFg {
  font-size: 16px;
  margin-bottom: 0em;
}
/*IP65特徴*/
/*IP65とは？*/
.TmLbNStR {
  background-color: rgb(243, 244, 248);
}
.TmLbNStR .YrzZGfai {}
.TmLbNStR .MuqgpdVR .cZEPDQxW {
  max-width: 1300px;
  margin: 0 auto;
  text-align: center;
}
.TmLbNStR .MuqgpdVR .cZEPDQxW .HfMNaemg {
  margin-top: 0;
  margin-bottom: 0;
  padding: 50px 20px 30px 20px;
}
.nRjuseax .rLNVBAed .zTgSsYBu {
  margin: 0px 20px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1em;
  color: #AB010B;
}
@media screen and (max-width: 769px) {
  .nRjuseax .rLNVBAed .zTgSsYBu {
    font-size: 1.6rem;
  }
}
.nRjuseax .mAzYXNFa .eSHfQjXZ {
  margin: 1em 20px;
  font-weight: 500;
  font-size: 1.1rem;
  text-align: left;
}
.TmLbNStR .MuqgpdVR .cZEPDQxW .ScBpaZsy {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  gap: 10px 1%;
  flex-wrap: wrap;
  padding: 20px 46px 50px 46px;
}
@media screen and (max-width: 980px) {
  .TmLbNStR .MuqgpdVR .cZEPDQxW .ScBpaZsy {
    padding: 0px 20px 50px 20px;
  }
}
.TmLbNStR .MuqgpdVR .cZEPDQxW .ScBpaZsy .bLwRsPxG {
  width: 49%;
  min-width: 300px;
}
@media screen and (max-width: 769px) {
  .TmLbNStR .MuqgpdVR .cZEPDQxW .ScBpaZsy .bLwRsPxG {
    width: 100%;
  }
}
.ScBpaZsy .bLwRsPxG .ZySqiVWd {
  width: 100%;
}
.ScBpaZsy .bLwRsPxG .ZySqiVWd thead th {
  background-color: #EEF4F7;
  border: 1px solid #055A8E;
  text-align: center;
  color: #055A8E;
  vertical-align: middle;
}
.ScBpaZsy .bLwRsPxG .ZySqiVWd tbody th {
  background-color: #EEF4F7;
  border: 1px solid #055A8E;
  text-align: left;
  color: #055A8E;
  vertical-align: middle;
}
.ScBpaZsy .bLwRsPxG .ZySqiVWd tbody td {
  background-color: #fff;
  border: 1px solid #055A8E;
  text-align: left;
}
/*IP65とは？*/
/*IP65取得*/
.NzqjmxCK .WhyuMSmY .sQGJKniH .HfMNaemg {
  margin-top: 0;
  margin-bottom: 0;
  padding: 50px 20px 30px 20px;
}
.NzqjmxCK .WhyuMSmY .sQGJKniH .PsdyxRDZ {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 30px 100px;
  flex-wrap: nowrap;
  padding: 20px 46px 50px 46px;
}
@media screen and (max-width: 769px) {
  .NzqjmxCK .WhyuMSmY .sQGJKniH .PsdyxRDZ {
    flex-wrap: wrap;
  }
}
.NzqjmxCK .WhyuMSmY .sQGJKniH .PsdyxRDZ .kQtCyqZv {
  width: 550px;
}
@media screen and (max-width: 769px) {
  .NzqjmxCK .WhyuMSmY .sQGJKniH .PsdyxRDZ .kQtCyqZv {
    width: 100%;
  }
}
.PsdyxRDZ .kQtCyqZv .rVjNBuQF {
  margin: 0px 0px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1em;
  color: #055A8E;
}
@media screen and (max-width: 769px) {
  .PsdyxRDZ .kQtCyqZv .rVjNBuQF {
    font-size: 1.6rem;
  }
}
.PsdyxRDZ .kQtCyqZv .iZwcveKd {
  margin: 20px 0px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 10px;
}
.PsdyxRDZ .kQtCyqZv .tVJfWDYq {
  font-size: 16px;
  line-height: 1em;
}
.PsdyxRDZ .kQtCyqZv .iZwcveKd img {
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  background-color: #f3f4f8;
  border-radius: 10px;
}
.PsdyxRDZ .kQtCyqZv .pVnjUmLB {
  margin: 20px 0px;
  border-radius: 10px;
  box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
}
.PsdyxRDZ .kQtCyqZv .pVnjUmLB {
  margin: 20px 0px;
  border-radius: 10px;
}
.PsdyxRDZ .kQtCyqZv .pVnjUmLB figure {
  border-radius: 10px;
  box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
}
.PsdyxRDZ .kQtCyqZv .pVnjUmLB video {
  background-size: 100% auto;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
  vertical-align: bottom;
}
/*IP65取得*/
/*想定導入事例*/
.RkvheLHy {
  background-color: rgb(243, 244, 248);
}
.RkvheLHy .KvmGVQsU .wCRPzHte {
  max-width: 1600px;
  margin: 0 auto;
  text-align: center;
}
.RkvheLHy .KvmGVQsU .wCRPzHte .HfMNaemg {
  margin-top: 0;
  margin-bottom: 0;
  padding: 50px 20px 30px 20px;
}
.RkvheLHy .KvmGVQsU .wCRPzHte .BzdhWZUb {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px 10px;
  flex-wrap: nowrap;
  margin: 0px 20px;
}
.RkvheLHy .KvmGVQsU .wCRPzHte .BzdhWZUb .vFRbuNrV {}
.BzdhWZUb .vFRbuNrV .hMYeTFzp {
  margin: 0px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2em;
  color: #055A8E;
  text-align: left;
}
@media screen and (max-width: 769px) {
  .BzdhWZUb .vFRbuNrV .hMYeTFzp {
    font-size: 1.6rem;
  }
}
.BzdhWZUb .vFRbuNrV .hMYeTFzp .rPeghbDU {
  color: #AB010B;
}
.RkvheLHy .KvmGVQsU .wCRPzHte .RmkXTAKL {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  gap: 30px 1%;
  flex-wrap: wrap;
  padding: 50px 46px 50px 46px;
}
.RkvheLHy .KvmGVQsU .wCRPzHte .RmkXTAKL .hEdSCzqe {
  position: relative;
  min-width: 300px;
  max-width: 450px;
  /* アニメーションに関数プロパティ */
  bottom: -15px; /* 下から上に移動したいので最初はマイナス値 */
  transition: 1s; /* 1秒かけてアニメーション */
}
.RkvheLHy .KvmGVQsU .wCRPzHte .RmkXTAKL .hEdSCzqe:hover {
  opacity: 1;
  bottom: 0;
}
.RmkXTAKL .hEdSCzqe .FysmcdtS {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 10px;
}
.RmkXTAKL .hEdSCzqe .FysmcdtS img {
  border-radius: 10px;
}
.RmkXTAKL .hEdSCzqe .mWKMJSFn .tFZCjfUE {
  margin: 0px 0px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.8em;
  color: #055A8E;
  text-align: left;
}
.RmkXTAKL .hEdSCzqe .mWKMJSFn .sFQJwUkj {
  margin: 0px 0px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.5em;
  color: #333;
  text-align: left;
}
/*想定導入事例*/
/* お問い合わせ（ip65専用） */
.EmBCrYUn .WkfHtzUy .uJCQvgBD .HfMNaemg {
  margin-top: 0;
  margin-bottom: 0;
  padding: 50px 20px 30px 20px;
}
#wpcf7-f1770-p1787-o1 {
  padding: 20px 20px 50px 20px;
}
#wpcf7-f1770-p1787-o1 .wpcf7-list-item-label {
  font-size: 16px;
}
/* お問い合わせ（ip65専用） */
/* お問い合わせ完了（ip65専用） */
.WsPYyJKr .fXAigeMc .xMPJyUBi .vLxDmrAh {
  font-size: 1.6rem;
  text-align: center;
  font-weight: 500;
  line-height: 1.5;
}
.WsPYyJKr .fXAigeMc .xMPJyUBi .vLxDmrAh .zBUPdZyY {
  color: #63B5F7;
}
.WsPYyJKr .fXAigeMc .xMPJyUBi .vLxDmrAh .zBUPdZyY:hover {
  text-decoration: underline;
}
/* お問い合わせ完了（ip65専用） */
/*ip65ランディングページ（LP） END*/
/* 剛電 ランディングページ */
body.page-id-2131 {
  position: relative;
  margin: 0;
  font-size: 16px;
  font-variant: tabular-nums;
  font-weight: bold;
  line-height: 1.5715;
  background-color: #fff;
  font-feature-settings: "tnum", "tnum";
  font-family: Noto Sans JP;
  letter-spacing: 0.03em;
}
article.post-2131 {}
article.post-2131 .CwVnjsgX {
  width: 100%;
  overflow-x: hidden;
}
@media only screen and (max-width: 769px) {
body.page-id-2131 #page {
        padding-bottom: 0px;
    }
}
/* go-den-top */
.ArRDpReF {}
.ArRDpReF .PEQygTsp {
  position: relative;
  background-image: url(/PVS/wp-content/uploads/back-main-1.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.ArRDpReF .PEQygTsp .MswVaHtN {
  background-image: url(/PVS/wp-content/uploads/bk_img_met-6.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  -webkit-background-size: 40%;
  background-size: 40%;
  padding: 50px 5% 50px 5%;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 980px) {
  .ArRDpReF .PEQygTsp .MswVaHtN {
    background-image: none;
  }
}
@media (max-width: 1280px) {
  .ArRDpReF .PEQygTsp .MswVaHtN {
    padding: 30px 10% 30px 10%;
  }
}
@media (max-width: 480px) {
  .ArRDpReF .PEQygTsp .MswVaHtN {
    padding: 20px 7% 20px 7%;
  }
}
.ArRDpReF .PEQygTsp .MswVaHtN .vkduLSzR {
  position: relative;
  width: 100%;
}
.vkduLSzR .kCbKeTed {
  position: absolute;
  width: 30%;
  align-items: center;
  top: 0%;
  left: 6%;
}
@media (max-width: 1600px) {
  .vkduLSzR .kCbKeTed {
    left: 4%;
  }
}
@media (max-width: 1500px) {
  .vkduLSzR .kCbKeTed {
    left: 2%;
  }
}
@media (max-width: 1300px) {
  .vkduLSzR .kCbKeTed {
    left: 0%;
  }
}
@media (max-width: 1280px) {
  .vkduLSzR .kCbKeTed {
    display: none;
  }
}
.vkduLSzR .kCbKeTed .tfarivew {
  position: absolute;
  max-width: 270px;
  margin-left: 50px;
  margin-right: 50px;
  padding: 20px;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 10px 10px;
}
@media (max-width: 1500px) {
  .vkduLSzR .kCbKeTed .tfarivew {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.vkduLSzR .kCbKeTed .tfarivew figure {
  margin: 0px;
}
.vkduLSzR .kCbKeTed .tfarivew figure .srgFmiXf {
  vertical-align: top;
  filter: drop-shadow(3px 3px 3px #777);
}
.ArRDpReF .PEQygTsp .MswVaHtN .vkduLSzR .dqPREbMv {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 36px;
  padding: 4px;
}
@media (max-width: 1280px) {
  .ArRDpReF .PEQygTsp .MswVaHtN .vkduLSzR .dqPREbMv {
    margin-bottom: 0px;
    padding: 0px 4px;
  }
}
.ArRDpReF .PEQygTsp .MswVaHtN .vkduLSzR .dqPREbMv figure {
  margin: 0;
}
.ArRDpReF .PEQygTsp .MswVaHtN .vkduLSzR .dqPREbMv figure .fAtnaTwm {
  vertical-align: top;
  width: 100%;
  max-width: 550px;
  vertical-align: middle;
  filter: drop-shadow(3px 3px 3px #777);
}
@media (min-width: 1281px) {
  .ArRDpReF .PEQygTsp .MswVaHtN .vkduLSzR .vRVADaff {
    display: none;
  }
}
@media (max-width: 1280px) {
  .ArRDpReF .PEQygTsp .MswVaHtN .vkduLSzR .vRVADaff {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 10px;
    padding: 0px 4px;
  }
  .ArRDpReF .PEQygTsp .MswVaHtN .vkduLSzR .vRVADaff figure {
    margin: 0;
  }
  .ArRDpReF .PEQygTsp .MswVaHtN .vkduLSzR .vRVADaff figure .zrytGnqj {
    vertical-align: top;
    width: 100%;
    max-width: 500px;
    vertical-align: middle;
    filter: drop-shadow(3px 3px 3px #777);
  }
}
.ArRDpReF .PEQygTsp .MswVaHtN .vkduLSzR .rgjvPVDt {
  text-align: center;
}
.ArRDpReF .PEQygTsp .MswVaHtN .vkduLSzR .rgjvPVDt figure {
  margin: 0;
}
.ArRDpReF .PEQygTsp .MswVaHtN .vkduLSzR .rgjvPVDt figure .uBWRxfFJ {
  vertical-align: top;
  width: 100%;
  max-width: 550px;
  filter: drop-shadow(0px 3px 3px #777);
}
.vkduLSzR .wzsmxtfF {
  position: absolute;
  width: 100%;
  max-width: 30%;
  top: 0%;
  right: 0%;
}
@media (max-width: 1750px) {
  .vkduLSzR .wzsmxtfF {
    max-width: 30%;
  }
}
@media (max-width: 1280px) {
  .vkduLSzR .wzsmxtfF {
    display: none;
  }
}
.vkduLSzR .wzsmxtfF .nZPuaXTR {
  position: absolute;
  width: 100%;
  max-width: 265px;
  margin-left: 50px;
  margin-right: 50px;
  padding: 20px 0px 20px 0px;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 10px 10px;
}
.vkduLSzR .wzsmxtfF .nZPuaXTR figure {
  margin: 0px;
}
.vkduLSzR .wzsmxtfF .nZPuaXTR figure.qmztuYGx {
  text-align: left;
}
.vkduLSzR .wzsmxtfF .nZPuaXTR figure.phbwjUhV {
  text-align: right;
}
.vkduLSzR .wzsmxtfF .nZPuaXTR figure.xKwuNpaR {
  text-align: left;
}
.vkduLSzR .wzsmxtfF .nZPuaXTR figure .eYwUYxHF {
  vertical-align: top;
  filter: drop-shadow(3px 3px 3px #777);
}
/* go-den-top END */
/* obi */
.TFxSQxrh {
    position: relative;
    width: 100%;
    background-color: #151616;
    background-image: url(/PVS/wp-content/uploads/black-haikei-1920-530-5.jpg);
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: repeat;
    background-position: center center;
}
.TFxSQxrh .FxuTWYBX {}
.TFxSQxrh .FxuTWYBX .AvZznusY {

}
.TFxSQxrh .FxuTWYBX .AvZznusY .gSnpShpv {
  position: relative;
  font-size: 42px;
  line-height: 1.5;
  font-weight: bold;
  font-style: italic;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  margin-bottom: 0px;
  padding: 0px 5%;
  padding-top: 10px;
  /*
  padding-bottom: 10px;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
*/
}
@media (max-width: 1400px) {
  .TFxSQxrh .FxuTWYBX .AvZznusY .gSnpShpv {
    font-size: 38px;
  }
}
@media (max-width: 1350px) {
  .TFxSQxrh .FxuTWYBX .AvZznusY .gSnpShpv {
    font-size: 36px;
  }
}
@media (max-width: 1200px) {
  .TFxSQxrh .FxuTWYBX .AvZznusY .gSnpShpv {
    font-size: 32px;
  }
}
@media (max-width: 1100px) {
  .TFxSQxrh .FxuTWYBX .AvZznusY .gSnpShpv {
    font-size: 30px;
    opacity: 1; /* 常に表示 */
    visibility: visible;
    width: auto;
  }
}
@media (max-width: 769px) {
  .TFxSQxrh .FxuTWYBX .AvZznusY .gSnpShpv {
    font-size: 26px;
    line-height: 1.4;
  }
}
@media (max-width: 480px) {
  .TFxSQxrh .FxuTWYBX .AvZznusY .gSnpShpv {
    font-size: 24px;
  }
}
.TFxSQxrh .FxuTWYBX .YyNMELHh {
  max-width: 1300px;
  margin: 0 auto;
  /*  padding-top: 10px; */
  padding-bottom: 10px;
}
/* swiper */
.YyNMELHh .swiper-container.FaSUBrSe {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.YyNMELHh .swiper-container.FaSUBrSe .swiper-wrapper.BRvwzAnN {}
.YyNMELHh .swiper-container.FaSUBrSe .swiper-wrapper.BRvwzAnN .swiper-slide.MQBdvTkp {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px 10px;
  transition: transform 0.6s;
}
.swiper-slide.MQBdvTkp figure {
  margin: 0;
  width: auto;
  margin: 20px 5%;
  overflow: unset;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.swiper-slide.MQBdvTkp figure .LRiVuuYq {
  vertical-align: top;
  height: auto;
  border-radius: 10px;
  object-fit: contain;
}
.slide-pagination-wrapper.ZsvAPDsL .swiper-button-prev.jQKrzBjG {
  left: 20px;
}
.slide-pagination-wrapper.ZsvAPDsL .swiper-button-prev.jQKrzBjG::after {
  font-size: 1.5rem;
  color: #000;
}
.slide-pagination-wrapper.ZsvAPDsL .swiper-button-next.tEeeTTuK {
  right: 20px;
}
.slide-pagination-wrapper.ZsvAPDsL .swiper-button-next.tEeeTTuK::after {
  font-size: 1.5rem;
  color: #000;
}
/* swiper END */
/* obi END */
/* go-den-top obi アニメーション用CSS */
@media (min-width: 1281px) {
  .fade-target-DenQSL {
    opacity: 0;
    visibility: hidden;
  }
}
  .fade-in-mbsfZa {
    animation: fadeIn-tUbtXk 1s ease-out forwards;
  }

.fade-in-mbsfZa {
  animation: fadeIn-tUbtXk 2s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
}

@keyframes fadeIn-tUbtXk {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}


  .gSnpShpv {
    opacity: 0;
    visibility: hidden;
    transform: translateY(40px);
    transition: all 1s ease-out;
  }

  .gSnpShpv.reveal-hGEdTx {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
	  /* 1280px以下では最初から表示・定位置 */
  @media (max-width: 1280px) {
    .gSnpShpv {
      opacity: 1 !important;
      visibility: visible !important;
      transform: none !important;
    }
  }
/* go-den-top obi アニメーション用CSS END */
/* 市場背景と『剛電』開発の必然性 */
.MKvtTCrk {
  position: relative;
  width: 100%;
  background-color: #f5f2e9;
}
.MKvtTCrk:after{
    content: "";
    position: absolute;
    height: 100px;
    width: 100%;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    background-color: #f5f2e9;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    left: 0;
    bottom: -99px;
    z-index: 3;
}
@media (max-width: 769px) {
.MKvtTCrk:after {
    height: 60px;
    bottom: -59px;
}
}
.MKvtTCrk .UPnNYKQp {
  padding-top: 56px;
  padding-bottom: 56px;
}
.MKvtTCrk .UPnNYKQp .JxDyRRcG {}
.MKvtTCrk .UPnNYKQp .JxDyRRcG .vcJadfce {
  position: relative;
  font-size: 48px;
  font-weight: 700;
  vertical-align: middle;
  text-align: center;
  font-style: italic;
  margin-bottom: 36px;
  padding: 0px 5%;
  color: #e73129;
  box-sizing: border-box;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1350px) {
  .MKvtTCrk .UPnNYKQp .JxDyRRcG .vcJadfce {
    font-size: 44px;
  }
}
@media (max-width: 1200px) {
  .MKvtTCrk .UPnNYKQp .JxDyRRcG .vcJadfce {
    font-size: 40px;
  }
}
@media (max-width: 1100px) {
  .MKvtTCrk .UPnNYKQp .JxDyRRcG .vcJadfce {
    font-size: 40px;
    opacity: 1;
    visibility: visible;
    width: auto;
  }
}
@media (max-width: 880px) {
  .MKvtTCrk .UPnNYKQp .JxDyRRcG .vcJadfce {
    font-size: 36px;
  }
}
@media (max-width: 769px) {
  .MKvtTCrk .UPnNYKQp .JxDyRRcG .vcJadfce {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  .MKvtTCrk .UPnNYKQp .JxDyRRcG .vcJadfce {
    font-size: 28px;
  }
}
.vcJadfce .dirdLCiu {
  border-bottom: 5px solid #E73129;
}
.vcJadfce .dirdLCiu .chswasYq {
  display: inline-block;
}
.MKvtTCrk .UPnNYKQp .HkjvcpBd {}
.HkjvcpBd .EqkBpuCH {
  margin: 0;
  text-align: center;
  padding: 0px 5%;
  box-sizing: border-box;
}
.HkjvcpBd .EqkBpuCH .wJhyyumF {
  vertical-align: top;
  filter: drop-shadow(3px 3px 3px #777);
}
.MKvtTCrk .UPnNYKQp .HkjvcpBd .bekCczDp {
  font-size: 20px;
  font-style: italic;
  font-weight: 600;
  text-align: center;
  margin-top: 36px;
  padding: 0px 5%;
  box-sizing: border-box;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
@media (max-width: 480px) {
.MKvtTCrk .UPnNYKQp .HkjvcpBd .bekCczDp {
    font-size: 18px;
  }
}
.bekCczDp .yAhUqKen {
    display: block;
    margin-bottom: 6px;
}
/* 市場背景と『剛電』開発の必然性 END */
/* 『剛電』が実現する4つの現場革新 */
.PxHVSNSJ {
position: relative;
    width: 100%;
    background-color: #151616;
    background-image: url(/PVS/wp-content/uploads/black-haikei-1920-530-5.jpg);
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: repeat;
    background-position: center center;
}
/*
.PxHVSNSJ:after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  border-style: solid;
}
.PxHVSNSJ:after {
  bottom: 0;
  border-color: transparent #f2f2f2 transparent;
  border-width: 6vw 50vw 0;
}
*/
.PxHVSNSJ:after {
    content: "";
    position: absolute;
    height: 100px;
    width: 100%;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    background-image: url(/PVS/wp-content/uploads/black-haikei-1920-530-5.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    left: 0;
    bottom: -99px;
    z-index: 3;
}
@media (max-width: 769px) {
.PxHVSNSJ:after {
    height: 60px;
    bottom: -59px;
}
}
.PxHVSNSJ .UBtUSigN {
padding-bottom: 56px;
    padding-top: 150px;
}
.PxHVSNSJ .UBtUSigN .NBrVRTew {}
.PxHVSNSJ .UBtUSigN .NBrVRTew .dcdkxcrH {
  position: relative;
  font-size: 48px;
  font-weight: 700;
  vertical-align: middle;
  text-align: center;
  font-style: italic;
  margin-bottom: 36px;
  padding: 0px 5%;
  color: #e73129;
  box-sizing: border-box;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1350px) {
  .PxHVSNSJ .UBtUSigN .NBrVRTew .dcdkxcrH {
    font-size: 44px;
  }
}
@media (max-width: 1200px) {
  .PxHVSNSJ .UBtUSigN .NBrVRTew .dcdkxcrH {
    font-size: 40px;
  }
}
@media (max-width: 1100px) {
  .PxHVSNSJ .UBtUSigN .NBrVRTew .dcdkxcrH {
    font-size: 40px;
    opacity: 1;
    visibility: visible;
    width: auto;
  }
}
@media (max-width: 880px) {
  .PxHVSNSJ .UBtUSigN .NBrVRTew .dcdkxcrH {
    font-size: 36px;
  }
}
@media (max-width: 769px) {
  .PxHVSNSJ .UBtUSigN .NBrVRTew .dcdkxcrH {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  .PxHVSNSJ .UBtUSigN .NBrVRTew .dcdkxcrH {
    font-size: 28px;
    line-height: 1.4;
  }
}
.dcdkxcrH .mUuDWxpr {
  border-bottom: 5px solid #E73129;
}
.dcdkxcrH .mUuDWxpr .cEuiFruD {
  display: inline-block;
}
.dcdkxcrH .mUuDWxpr .cEuiFruD .eViQcxTb {
  font-family: 'Roboto', sans-serif;
  font-size: 76px;
}
@media (max-width: 1350px) {
  .dcdkxcrH .mUuDWxpr .cEuiFruD .eViQcxTb {
    font-size: 72px;
  }
}
@media (max-width: 1200px) {
  .dcdkxcrH .mUuDWxpr .cEuiFruD .eViQcxTb {
    font-size: 68px;
  }
}
@media (max-width: 1100px) {
  .dcdkxcrH .mUuDWxpr .cEuiFruD .eViQcxTb {
    font-size: 68px;
  }
}
@media (max-width: 880px) {
  .dcdkxcrH .mUuDWxpr .cEuiFruD .eViQcxTb {
    font-size: 64px;
  }
}
@media (max-width: 769px) {
  .dcdkxcrH .mUuDWxpr .cEuiFruD .eViQcxTb {
    font-size: 60px;
  }
}
@media (max-width: 480px) {
  .dcdkxcrH .mUuDWxpr .cEuiFruD .eViQcxTb {
    font-size: 56px;
  }
}
.HABHnfVs {
  width: 100%;
}
.HABHnfVs .DwjcsHrb {
  display: flex;
  max-width: 1300px;
  margin: 0 auto;
  align-items: stretch;
  justify-content: center;
  gap: 30px 0px;
  padding-top: 36px;
  padding-bottom: 36px;
}
@media (max-width: 769px) {
  .HABHnfVs .DwjcsHrb {
    flex-direction: column;
  }
}
.HABHnfVs .DwjcsHrb.row-reverse-GRuriU {
  flex-direction: row-reverse;
}
@media (max-width: 769px) {
  .HABHnfVs .DwjcsHrb.row-reverse-GRuriU {
    flex-direction: column;
  }
}
.HABHnfVs .DwjcsHrb .RMMSjxcg {
  position: relative;
  width: calc(50% - 0px);
  padding: 0 5%;
  box-sizing: border-box;
	z-index: 3;
}
@media (max-width: 769px) {
  .HABHnfVs .DwjcsHrb .RMMSjxcg {
    width: 100%;
  }
}
.HABHnfVs .DwjcsHrb .RMMSjxcg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
        z-index: 1;
}
.HABHnfVs .DwjcsHrb .RMMSjxcg .ueEvrXEK {
  position: relative;
  font-weight: bold;
  font-style: italic;
  text-align: left;
  color: #e73129;
  border-bottom: 5px solid #E73129;
  margin-bottom: 10px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
	z-index: 3;
}
@media (max-width: 1100px) {
  .HABHnfVs .DwjcsHrb .RMMSjxcg .ueEvrXEK {
    opacity: 1;
    visibility: visible;
    width: auto;
  }
}
.ueEvrXEK .tQaPHjcQ {
  display: inline-block;
  font-size: 66px;
  line-height: 1;
  vertical-align: middle;
  margin-right: 10px;
}
.ueEvrXEK .zSaytTmk {
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 76px;
  line-height: 1;
  vertical-align: middle;
  padding-top: 8px;
}
@media (max-width: 769px) {
  .ueEvrXEK .zSaytTmk {
    padding-top: 0px;
  }
}
.HABHnfVs .DwjcsHrb .RMMSjxcg .qFcZpmQN {
  position: relative;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  vertical-align: middle;
  text-align: left;
  font-style: italic;
  padding-bottom: 10px;
  /* padding: 0px 5%; */
  color: #e73129;
  box-sizing: border-box;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
	z-index: 3;
}
@media (max-width: 1350px) {
  .HABHnfVs .DwjcsHrb .RMMSjxcg .qFcZpmQN {
    font-size: 34px;
  }
}
@media (max-width: 1200px) {
  .HABHnfVs .DwjcsHrb .RMMSjxcg .qFcZpmQN {
    font-size: 30px;
  }
}
@media (max-width: 1100px) {
  .HABHnfVs .DwjcsHrb .RMMSjxcg .qFcZpmQN {
    font-size: 28px;
    opacity: 1;
    visibility: visible;
    width: auto;
  }
}
@media (max-width: 880px) {
  .HABHnfVs .DwjcsHrb .RMMSjxcg .qFcZpmQN {
    font-size: 26px;
  }
}
@media (max-width: 769px) {
  .HABHnfVs .DwjcsHrb .RMMSjxcg .qFcZpmQN {
    font-size: 24px;
    line-height: 1.4;
  }
}
@media (max-width: 480px) {
  .HABHnfVs .DwjcsHrb .RMMSjxcg .qFcZpmQN {
    font-size: 24px;
  }
}
.qFcZpmQN .dzDVaQSC {
  display: inline-block;
}
.HABHnfVs .DwjcsHrb .RMMSjxcg .wzMAZkXw {
	    position: relative;
  max-width: 550px;
  font-size: 22px;
  font-style: italic;
  font-weight: 600;
  color: #fff;
  text-align: justify;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  text-indent: -5px;
	z-index: 3;
}
@media (max-width: 769px) {
  .HABHnfVs .DwjcsHrb .RMMSjxcg .wzMAZkXw {
    font-size: 20px;
  }
}
.wzMAZkXw li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0 10px;
  text-align: justify;
}
.wzMAZkXw li:before {
  display: block;
  content: "\2014";
  line-height: 1.4;
  vertical-align: middle;
  text-indent: 4px;
}
.wzMAZkXw li .hrZQFypC {

}
.wzMAZkXw li .hrZQFypC .vjymDnKX {
    font-size: 14px;
}
.HABHnfVs .DwjcsHrb .CaKSCbEb {
  width: calc(50% - 0px);
  /* padding: 0 5%; */
  box-sizing: border-box;
}
@media (max-width: 769px) {
  .HABHnfVs .DwjcsHrb .CaKSCbEb {
    width: 100%;
    text-align: right;
  }
}
.HABHnfVs .DwjcsHrb .CaKSCbEb.jzcpkAqL {
  text-align: right;
}
.HABHnfVs .DwjcsHrb .CaKSCbEb.iwnhnNBi {}
@media (max-width: 769px) {
  .HABHnfVs .DwjcsHrb .CaKSCbEb.iwnhnNBi {
    width: 100%;
    text-align: left;
  }
}
.CaKSCbEb.jzcpkAqL figure {
  display: inline;
  margin: 0;
  border-radius: 20px 0 0 20px;
}
.CaKSCbEb.iwnhnNBi figure {
  display: inline;
  margin: 0;
  border-radius: 0 20px 20px 0;
}
.CaKSCbEb.jzcpkAqL figure .wpDxAUhH {
  vertical-align: top;
  border-radius: 20px 0 0 20px;
  box-shadow: rgb(0 0 0 / 25%) 0px 2px 25px;
}
@media (max-width: 600px) {
  .CaKSCbEb.jzcpkAqL figure .wpDxAUhH {
    width: 100%;
    margin-left: 40px;
  }
}
.CaKSCbEb.iwnhnNBi figure .wpDxAUhH {
  vertical-align: top;
  border-radius: 0 20px 20px 0;
  box-shadow: rgb(0 0 0 / 25%) 0px 2px 25px;
}
@media (max-width: 600px) {
  .CaKSCbEb.iwnhnNBi figure .wpDxAUhH {
    width: 100%;
    margin-left: -40px;
  }
}
/* 『剛電』が実現する4つの現場革新 END */
/* 『剛電』が実現する4つの現場革新 アニメーション用CSS */
  .animate-up-Wcrpbb {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.8s ease-out;
  }

  .animate-up-Wcrpbb.show-quuZSU {
    opacity: 1;
    transform: translateY(0);
  }
/* 『剛電』が実現する4つの現場革新 アニメーション用CSS END */
/* 現場が変わる。作業が変わる。発電機代替ポータブル電源『剛電』 */
.SnjKJUdQ {
  position: relative;
  width: 100%;
  background-color: #f2f2f2;
}
/*
.SnjKJUdQ:after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  border-style: solid;
}
.SnjKJUdQ:after {
  bottom: 0;
  border-color: transparent #f5f2e9 transparent;
  border-width: 6vw 50vw 0;
}
*/
.SnjKJUdQ .YMgukkQM {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 5%;
	    padding-bottom: 56px;
    padding-top: 150px;
}
@media (max-width: 769px) {
  .SnjKJUdQ .YMgukkQM {
    padding: 0 5%;
padding-bottom: 56px;
        padding-top: 150px;
  }
}
.SnjKJUdQ .YMgukkQM .QBJYCFrp {}
.SnjKJUdQ .YMgukkQM .QBJYCFrp .wVMVcaWu {
  position: relative;
  font-size: 48px;
  font-weight: 700;
  vertical-align: middle;
  text-align: center;
  font-style: italic;
  line-height: 1.4;
  margin-bottom: 36px;
  color: #000;
  box-sizing: border-box;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1350px) {
  .SnjKJUdQ .YMgukkQM .QBJYCFrp .wVMVcaWu {
    font-size: 36px;
  }
}
@media (max-width: 1200px) {
  .SnjKJUdQ .YMgukkQM .QBJYCFrp .wVMVcaWu {
    font-size: 36px;
  }
}
@media (max-width: 1100px) {
  .SnjKJUdQ .YMgukkQM .QBJYCFrp .wVMVcaWu {
    font-size: 36px;
    opacity: 1;
    visibility: visible;
    width: auto;
  }
}
@media (max-width: 880px) {
  .SnjKJUdQ .YMgukkQM .QBJYCFrp .wVMVcaWu {
    font-size: 36px;
  }
}
@media (max-width: 769px) {
  .SnjKJUdQ .YMgukkQM .QBJYCFrp .wVMVcaWu {
    font-size: 32px;
    line-height: 1.4;
  }
}
@media (max-width: 480px) {
  .SnjKJUdQ .YMgukkQM .QBJYCFrp .wVMVcaWu {
    font-size: 24px;
  }
}
.wVMVcaWu .cAeFJpur {}
.wVMVcaWu .cAeFJpur .ukXQafzT {
  display: block;
  font-size: 66px;
}
@media (max-width: 1350px) {
  .wVMVcaWu .cAeFJpur .ukXQafzT {
    font-size: 62px;
  }
}
@media (max-width: 1200px) {
  .wVMVcaWu .cAeFJpur .ukXQafzT {
    font-size: 58px;
  }
}
@media (max-width: 1100px) {
  .wVMVcaWu .cAeFJpur .ukXQafzT {
    font-size: 56px;
  }
}
@media (max-width: 880px) {
  .wVMVcaWu .cAeFJpur .ukXQafzT {
    font-size: 56px;
  }
}
@media (max-width: 769px) {
  .wVMVcaWu .cAeFJpur .ukXQafzT {
    font-size: 48px;
  }
}
@media (max-width: 480px) {
  .wVMVcaWu .cAeFJpur .ukXQafzT {
    font-size: 36px;
  }
}
.wVMVcaWu .cAeFJpur .wiHEMdDk {
  display: block;
  font-size: 66px;
  text-indent: 2em;
}
@media (max-width: 1350px) {
  .wVMVcaWu .cAeFJpur .wiHEMdDk {
    font-size: 62px;
  }
}
@media (max-width: 1200px) {
  .wVMVcaWu .cAeFJpur .wiHEMdDk {
    font-size: 58px;
  }
}
@media (max-width: 1100px) {
  .wVMVcaWu .cAeFJpur .wiHEMdDk {
    font-size: 56px;
  }
}
@media (max-width: 880px) {
  .wVMVcaWu .cAeFJpur .wiHEMdDk {
    font-size: 56px;
  }
}
@media (max-width: 769px) {
  .wVMVcaWu .cAeFJpur .wiHEMdDk {
    font-size: 48px;
  }
}
@media (max-width: 480px) {
  .wVMVcaWu .cAeFJpur .wiHEMdDk {
    font-size: 36px;
    text-indent: 1em;
  }
}
.wVMVcaWu .cAeFJpur .gXUvmWru {
  display: inline-block;
}
.wVMVcaWu .cAeFJpur .gXUvmWru .inatmxAf {
  font-size: 66px;
  text-align: center;
  display: block;
}
.inatmxAf .qBAENqGy {
  margin: 0;
  padding-top: 10px;
}
.inatmxAf .qBAENqGy .nRfMtnUn {
  vertical-align: top;
  filter: drop-shadow(3px 3px 3px #777);
}
.SnjKJUdQ .YMgukkQM .UaGDJqsA {}
.SnjKJUdQ .YMgukkQM .UaGDJqsA .RcdbAYDH {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px 30px;
}
@media (max-width: 769px) {
  .SnjKJUdQ .YMgukkQM .UaGDJqsA .RcdbAYDH {
    flex-direction: column;
    align-items: center;
  }
}
.SnjKJUdQ .YMgukkQM .UaGDJqsA .RcdbAYDH .GtXVMxuL {
  width: calc(50% - 30px);
  box-sizing: border-box;
}
@media (max-width: 769px) {
  .SnjKJUdQ .YMgukkQM .UaGDJqsA .RcdbAYDH .GtXVMxuL {
    width: 100%;
  }
}
.SnjKJUdQ .YMgukkQM .UaGDJqsA .RcdbAYDH .GtXVMxuL .SnpThcKV {
  margin: 0 auto;
  display: block;
  width: 300px;
  text-align: center;
  box-sizing: border-box;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
	border-radius: 5px;
}
.SnjKJUdQ .YMgukkQM .UaGDJqsA .RcdbAYDH .GtXVMxuL .SnpThcKV .fnLxARGB {
  vertical-align: top;
  text-align: center;
  width: 300px;
  height: auto;
	border-radius: 5px;
}
.SnjKJUdQ .YMgukkQM .UaGDJqsA .RcdbAYDH .VBjdkvkc {
  width: calc(50% - 30px);
  box-sizing: border-box;
}
@media (max-width: 769px) {
  .SnjKJUdQ .YMgukkQM .UaGDJqsA .RcdbAYDH .VBjdkvkc {
    width: 100%;
    padding: 0 5%;
  }
}
.SnjKJUdQ .YMgukkQM .UaGDJqsA .RcdbAYDH .VBjdkvkc .ssbqJLEg {
  font-size: 20px;
  font-style: italic;
  font-weight: 600;
  text-align: justify;
  box-sizing: border-box;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
}
@media (max-width: 480px) {
.SnjKJUdQ .YMgukkQM .UaGDJqsA .RcdbAYDH .VBjdkvkc .ssbqJLEg {
    font-size: 18px;
  }
}
.SnjKJUdQ .YMgukkQM .UaGDJqsA .RcdbAYDH .VBjdkvkc .rDYRFEiX {
  font-size: 20px;
  font-style: italic;
  font-weight: 600;
  text-align: justify;
  box-sizing: border-box;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
@media (max-width: 480px) {
.SnjKJUdQ .YMgukkQM .UaGDJqsA .RcdbAYDH .VBjdkvkc .rDYRFEiX {
    font-size: 18px;
  }
}
/* 現場が変わる。作業が変わる。発電機代替ポータブル電源『剛電』 END */

/* 現場が変わる。作業が変わる。発電機代替ポータブル電源『剛電』 アニメーション用CSS */
  .VBjdkvkc,
  .GtXVMxuL {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 3s ease-out, transform 3s ease-out;
  }
@media (max-width: 769px) {
  .VBjdkvkc,
  .GtXVMxuL {
    opacity: 1;
  }
}
  .VBjdkvkc.reveal-uHUgrM,
  .GtXVMxuL.reveal-uHUgrM {
    opacity: 1;
    transform: translateY(0);
  }
/* 現場が変わる。作業が変わる。発電機代替ポータブル電源『剛電』 アニメーション用CSS END */
/* ６つの現場特化ポイント */
.BagXjddY {
  position: relative;
  width: 100%;
  background-color: #f5f2e9;
}
/*
.BagXjddY:after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  border-style: solid;
}
.BagXjddY:after {
  bottom: 0;
  border-color: transparent #f2f2f2 transparent;
  border-width: 6vw 50vw 0;
}
*/
.BagXjddY .NejmhHKk {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 5%;
  padding-top: 56px;
  padding-bottom: 56px;
}
.BagXjddY .NejmhHKk .VaFAMajq {}
.BagXjddY .NejmhHKk .VaFAMajq .gVNiHYFk {
  position: relative;
  font-size: 48px;
  font-weight: 700;
  vertical-align: middle;
  text-align: center;
  font-style: italic;
  margin-bottom: 36px;
  padding: 0px 5%;
  color: #e73129;
  box-sizing: border-box;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1350px) {
  .BagXjddY .NejmhHKk .VaFAMajq .gVNiHYFk {
    font-size: 44px;
  }
}
@media (max-width: 1200px) {
  .BagXjddY .NejmhHKk .VaFAMajq .gVNiHYFk {
    font-size: 40px;
  }
}
@media (max-width: 1100px) {
  .BagXjddY .NejmhHKk .VaFAMajq .gVNiHYFk {
    font-size: 40px;
    opacity: 1;
    visibility: visible;
    width: auto;
  }
}
@media (max-width: 880px) {
  .BagXjddY .NejmhHKk .VaFAMajq .gVNiHYFk {
    font-size: 36px;
  }
}
@media (max-width: 769px) {
  .BagXjddY .NejmhHKk .VaFAMajq .gVNiHYFk {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  .BagXjddY .NejmhHKk .VaFAMajq .gVNiHYFk {
    font-size: 28px;
    line-height: 1.4;
  }
}
.gVNiHYFk .stRinPzP {
  border-bottom: 5px solid #E73129;
}
.gVNiHYFk .stRinPzP .mpsNQsDn {
  font-family: 'Roboto', sans-serif;
  font-size: 66px;
  letter-spacing: -9px;
}
@media (max-width: 1350px) {
  .gVNiHYFk .stRinPzP .mpsNQsDn {
    font-size: 58px;
    letter-spacing: -6px;
  }
}
@media (max-width: 769px) {
  .gVNiHYFk .stRinPzP .mpsNQsDn {
    font-size: 52px;
    letter-spacing: -5px;
  }
}
.gVNiHYFk .stRinPzP .kiKEyDAz {
  display: inline-block;
}
.BagXjddY .NejmhHKk .FXHuTeLJ {}
.BagXjddY .NejmhHKk .FXHuTeLJ .MEJFcMhX {}
.BagXjddY .NejmhHKk .FXHuTeLJ .MEJFcMhX .NKjYvNnh {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px 30px;
  margin-bottom: 36px;
  counter-reset: item;
}
@media (max-width: 769px) {
  .BagXjddY .NejmhHKk .FXHuTeLJ .MEJFcMhX .NKjYvNnh {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}
.BagXjddY .NejmhHKk .FXHuTeLJ .MEJFcMhX .NKjYvNnh .EztRKnHW {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 30px 30px;
  flex-direction: column;
  width: calc(50% - 30px);
  box-sizing: border-box;
}
@media (max-width: 769px) {
  .BagXjddY .NejmhHKk .FXHuTeLJ .MEJFcMhX .NKjYvNnh .EztRKnHW {
    width: 100%;
    max-width: 692px;
  }
}
.EztRKnHW .LSUGMXGf {
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px 8px;
  border-bottom: 3px solid #E73129;
  padding-bottom: 10px;
}
.EztRKnHW .LSUGMXGf .GABPbjbJ {
  font-size: 52px;
  color: #E73129;
  line-height: 1;
}
@media (max-width: 1350px) {
  .EztRKnHW .LSUGMXGf .GABPbjbJ {
    font-size: 48px;
  }
}
@media (max-width: 769px) {
  .EztRKnHW .LSUGMXGf .GABPbjbJ {
	  display: none;
    font-size: 42px;
  }
}
.EztRKnHW .LSUGMXGf .PXmCMbak {}
.PXmCMbak dt {
  font-size: 28px;
  font-style: italic;
  font-weight: 600;
  line-height: 1.2;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  display: flex;
      align-items: center;
  justify-content: flex-start;
  gap: 0 10px;
  text-align: justify;
  margin-bottom: 4px;
}
@media (max-width: 1350px) {
  .PXmCMbak dt {
    font-size: 24px;
  }
}
@media (max-width: 769px) {
  .PXmCMbak dt {
        align-items: center;
        line-height: unset;
        line-height: 1.1;
  }
}
.PXmCMbak dt:before {
  counter-increment: item;
  content: counter(item) "";
  font-family: 'Roboto', sans-serif;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  font-weight: 600;
  font-size: 56px;
  color: #E73129;
}
@media (max-width: 1350px) {
  .PXmCMbak dt:before {
    font-size: 48px;
  }
}
@media (max-width: 769px) {
  .PXmCMbak dt:before {
    font-size: 42px;
  }
}
.PXmCMbak dd {
  font-size: 26px;
  font-style: italic;
  font-weight: 600;
  line-height: 1.2;
  color: #E73129;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0 4px;
  text-align: justify;
}
@media (max-width: 1350px) {
  .PXmCMbak dd {
    font-size: 24px;
  }
}
.PXmCMbak dd:before {
  display: inline-block;
  content: "\2014";
  line-height: 1;
  vertical-align: middle;
  text-indent: 1.8em;
  padding-bottom: 6px;
}
.BagXjddY .NejmhHKk .MEJFcMhX .ZsWfXZAN {}
.ZsWfXZAN .RytcZXLk {
  background-color: #ccc;
  margin-bottom: 10px;
}
.ZsWfXZAN .RytcZXLk .cAPgzpMr {
  font-size: 28px;
  font-style: italic;
  font-weight: 600;
  padding: 0 10px;
}
@media (max-width: 1350px) {
  .ZsWfXZAN .RytcZXLk .cAPgzpMr {
    font-size: 24px;
  }
}
.ZsWfXZAN .WtCuYyZF {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  overflow-x: scroll;
}
.ZsWfXZAN .WtCuYyZF .PHABKrZZ {
  width: 100%;
  margin-bottom: 4px;
}
.PHABKrZZ tbody {}
.PHABKrZZ tbody tr {}
.PHABKrZZ tbody tr th {
  border: 1px solid #bbb;
  font-size: 18px;
  padding: .5rem 1rem;
  white-space: pre;
  background-color: #eeeceb;
  vertical-align: middle;
}
.PHABKrZZ tbody tr td {
  border: 1px solid #bbb;
  font-size: 18px;
  padding: .5rem 1rem;
  white-space: pre;
  background-color: #fff;
  vertical-align: middle;
}
/* スクロールバー全体を対象にする */
.WtCuYyZF::-webkit-scrollbar {
  width: 10px; /* スクロールバーの幅 */
  height: 10px; /* スクロールバーの高さ */
}
/* スクロールバーの背景部分をカスタマイズ */
.WtCuYyZF::-webkit-scrollbar-track {
  background: #dfdfdf; /* スクロールバーの背景色 */
  border-radius: 5px; /* 角丸にする */
}
/* スクロールバーの操作部分をカスタマイズ */
.WtCuYyZF::-webkit-scrollbar-thumb {
  background: #888; /* スクロールバーの操作部分の背景色 */
  border-radius: 5px; /* 角丸にする */
}
/* スクロールバーの操作部分にホバーした時のスタイル */
.WtCuYyZF::-webkit-scrollbar-thumb:hover {
  background: #555; /* ホバー時のスクロールバーの操作部分の背景色 */
}
.ZsWfXZAN .dKPMNxmV {
  text-align: left;
}
.ZsWfXZAN .dKPMNxmV .utAVSDku {
  font-size: 14px;
  font-weight: 500;
}
/* ６つの現場特化ポイント END */
/* ６つの現場特化ポイント アニメーション用 CSS */
  .LSUGMXGf {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  }

  .LSUGMXGf.reveal-BkkfKa {
    opacity: 1;
    transform: translateY(0);
  }
/* ６つの現場特化ポイント アニメーション用 CSS END */
/* 仕様詳細 */
.JeQdEmLE {
  position: relative;
  width: 100%;
  background-color: #f2f2f2;
}
/*
.JeQdEmLE:after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  border-style: solid;
}
.JeQdEmLE:after {
  bottom: 0;
  border-color: transparent #000 transparent;
  border-width: 6vw 50vw 0;
}
*/
.JeQdEmLE .BzMHqtHY {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 5%;
  padding-top: 56px;
  padding-bottom: 56px;
}
.JeQdEmLE .BzMHqtHY .LctBmFFq {}
.JeQdEmLE .BzMHqtHY .LctBmFFq .cWCzchvr {
  position: relative;
  font-size: 48px;
  font-weight: 700;
  vertical-align: middle;
  text-align: center;
  font-style: italic;
  margin-bottom: 36px;
  padding: 0px 5%;
  color: #e73129;
  box-sizing: border-box;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1350px) {
  .JeQdEmLE .BzMHqtHY .LctBmFFq .cWCzchvr {
    font-size: 44px;
  }
}
@media (max-width: 1200px) {
  .JeQdEmLE .BzMHqtHY .LctBmFFq .cWCzchvr {
    font-size: 40px;
  }
}
@media (max-width: 1100px) {
  .JeQdEmLE .BzMHqtHY .LctBmFFq .cWCzchvr {
    font-size: 40px;
    opacity: 1;
    visibility: visible;
    width: auto;
  }
}
@media (max-width: 880px) {
  .JeQdEmLE .BzMHqtHY .LctBmFFq .cWCzchvr {
    font-size: 36px;
  }
}
@media (max-width: 769px) {
  .JeQdEmLE .BzMHqtHY .LctBmFFq .cWCzchvr {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  .JeQdEmLE .BzMHqtHY .LctBmFFq .cWCzchvr {
    font-size: 28px;
  }
}
.cWCzchvr .fEhuGHCe {
  border-bottom: 5px solid #E73129;
}
.cWCzchvr .fEhuGHCe .chswasYq {
  display: inline-block;
}
.JeQdEmLE .BzMHqtHY .UidKGcJr {}
.JeQdEmLE .BzMHqtHY .UidKGcJr .HmJNmvne {}
.JeQdEmLE .BzMHqtHY .UidKGcJr .HmJNmvne .KcjvcbnC {}
.KcjvcbnC .DFdehuGS {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  overflow-x: scroll;
}
.DFdehuGS .EQRbTAJj {
  width: 100%;
  margin-bottom: 4px;
}
.EQRbTAJj tbody {}
.EQRbTAJj tbody tr {}
.EQRbTAJj tbody tr th {
  border: 1px solid #bbb;
  font-size: 18px;
  padding: .5rem 1rem;
  white-space: pre;
  background-color: #eeeceb;
  vertical-align: middle;
}
.EQRbTAJj tbody tr td {
  border: 1px solid #bbb;
  font-size: 18px;
  padding: .5rem 1rem;
  white-space: pre;
  background-color: #fff;
  vertical-align: middle;
}
.EQRbTAJj tbody tr td .ibRvKBWW {}
/* スクロールバー全体を対象にする */
.DFdehuGS::-webkit-scrollbar {
  width: 10px; /* スクロールバーの幅 */
  height: 10px; /* スクロールバーの高さ */
}
/* スクロールバーの背景部分をカスタマイズ */
.DFdehuGS::-webkit-scrollbar-track {
  background: #dfdfdf; /* スクロールバーの背景色 */
  border-radius: 5px; /* 角丸にする */
}
/* スクロールバーの操作部分をカスタマイズ */
.DFdehuGS::-webkit-scrollbar-thumb {
  background: #888; /* スクロールバーの操作部分の背景色 */
  border-radius: 5px; /* 角丸にする */
}
/* スクロールバーの操作部分にホバーした時のスタイル */
.DFdehuGS::-webkit-scrollbar-thumb:hover {
  background: #555; /* ホバー時のスクロールバーの操作部分の背景色 */
}
/* 仕様詳細 END */
/* 『剛電』が拓く未来 */
.LeXHTFru {
    position: relative;
    width: 100%;
    background-color: #151616;
    background-image: url(/PVS/wp-content/uploads/black-haikei-1920-530-5.jpg);
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: repeat;
    background-position: center center;
}
/*
.LeXHTFru:after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  border-style: solid;
}
.LeXHTFru:after {
  bottom: 0;
  border-color: transparent #f5f2e9 transparent;
  border-width: 6vw 50vw 0;
}
*/
.LeXHTFru:after {
    content: "";
    position: absolute;
    height: 100px;
    width: 100%;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    background-image: url(/PVS/wp-content/uploads/black-haikei-1920-530-5.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    left: 0;
    bottom: -99px;
    z-index: 3;
}
@media (max-width: 769px) {
.LeXHTFru:after {
    height: 60px;
    bottom: -59px;
}
}
.LeXHTFru .VarubkAN {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 5%;
  padding-top: 56px;
  padding-bottom: 56px;
}
.LeXHTFru .VarubkAN .TqgWWChA {}
.LeXHTFru .VarubkAN .TqgWWChA .wwSNejfn {
  position: relative;
  font-size: 48px;
  font-weight: 700;
  vertical-align: middle;
  text-align: center;
  font-style: italic;
  margin-bottom: 36px;
  padding: 0px 5%;
  color: #e73129;
  box-sizing: border-box;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1350px) {
  .LeXHTFru .VarubkAN .TqgWWChA .wwSNejfn {
    font-size: 44px;
  }
}
@media (max-width: 1200px) {
  .LeXHTFru .VarubkAN .TqgWWChA .wwSNejfn {
    font-size: 40px;
  }
}
@media (max-width: 1100px) {
  .LeXHTFru .VarubkAN .TqgWWChA .wwSNejfn {
    font-size: 40px;
    opacity: 1;
    visibility: visible;
    width: auto;
  }
}
@media (max-width: 880px) {
  .LeXHTFru .VarubkAN .TqgWWChA .wwSNejfn {
    font-size: 36px;
  }
}
@media (max-width: 769px) {
  .LeXHTFru .VarubkAN .TqgWWChA .wwSNejfn {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  .LeXHTFru .VarubkAN .TqgWWChA .wwSNejfn {
    font-size: 28px;
  }
}
.wwSNejfn .aiDzsxAB {
  border-bottom: 5px solid #E73129;
}

.LeXHTFru .VarubkAN .XVucmDmY {

}
.LeXHTFru .VarubkAN .XVucmDmY figure {
margin: 0;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
.XVucmDmY figure .djzgZjtk {
vertical-align: top;
}
.LeXHTFru .VarubkAN .XVucmDmY .ziuRQhpf {
	position: relative;
	font-size: 38px;
	font-weight: 700;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	font-style: italic;
	  box-sizing: border-box;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
	    margin-bottom: 15px;
}
@media (max-width: 1350px) {
.LeXHTFru .VarubkAN .XVucmDmY .ziuRQhpf {
    font-size: 34px;
  }
}
@media (max-width: 1200px) {
.LeXHTFru .VarubkAN .XVucmDmY .ziuRQhpf {
    font-size: 32px;
  }
}
@media (max-width: 1100px) {
.LeXHTFru .VarubkAN .XVucmDmY .ziuRQhpf {
    font-size: 32px;
  }
}
@media (max-width: 880px) {
.LeXHTFru .VarubkAN .XVucmDmY .ziuRQhpf {
    font-size: 32px;
  }
}
@media (max-width: 769px) {
.LeXHTFru .VarubkAN .XVucmDmY .ziuRQhpf {
    font-size: 28px;
    line-height: 1.4;
  }
}
@media (max-width: 480px) {
.LeXHTFru .VarubkAN .XVucmDmY .ziuRQhpf {
    font-size: 22px;
  }
}
.ziuRQhpf .gmRfMUku {
    display: inline-block;
  }
.LeXHTFru .VarubkAN .XVucmDmY .vzedaACU {
position: relative;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	font-style: italic;
	  box-sizing: border-box;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
@media (max-width: 480px) {
.LeXHTFru .VarubkAN .XVucmDmY .vzedaACU {
    font-size: 18px;
  }
}
/* 『剛電』が拓く未来 END */
/* 『剛電』お問い合わせ */
.URsfNXbs {
  position: relative;
  width: 100%;
  background-color: #f5f2e9;
}

.URsfNXbs .TCBGFnsG {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 5%;
padding-bottom: 56px;
    padding-top: 150px;
}
.URsfNXbs .TCBGFnsG .GHUPyKNa {}
.URsfNXbs .TCBGFnsG .GHUPyKNa .kKhniKfz {
  position: relative;
  font-size: 48px;
  font-weight: 700;
  vertical-align: middle;
  text-align: center;
  font-style: italic;
  margin-bottom: 36px;
  padding: 0px 5%;
  color: #e73129;
  box-sizing: border-box;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1350px) {
  .URsfNXbs .TCBGFnsG .GHUPyKNa .kKhniKfz {
    font-size: 44px;
  }
}
@media (max-width: 1200px) {
  .URsfNXbs .TCBGFnsG .GHUPyKNa .kKhniKfz {
    font-size: 40px;
  }
}
@media (max-width: 1100px) {
  .URsfNXbs .TCBGFnsG .GHUPyKNa .kKhniKfz {
    font-size: 40px;
    opacity: 1;
    visibility: visible;
    width: auto;
  }
}
@media (max-width: 880px) {
  .URsfNXbs .TCBGFnsG .GHUPyKNa .kKhniKfz {
    font-size: 36px;
  }
}
@media (max-width: 769px) {
  .URsfNXbs .TCBGFnsG .GHUPyKNa .kKhniKfz {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  .URsfNXbs .TCBGFnsG .GHUPyKNa .kKhniKfz {
    font-size: 28px;
  }
}
.kKhniKfz .tkQgbsJB {
  border-bottom: 5px solid #E73129;
}

.URsfNXbs .TCBGFnsG .XVucmDmY {}
.URsfNXbs .TCBGFnsG .XVucmDmY .KMHLxzUm {

}

.URsfNXbs .TCBGFnsG .XVucmDmY .KMHLxzUm .iTZZUDhh {
	max-width: 900px;
  margin: 0 auto;
  background-color: #fff;
  border: 5px solid rgba(231, 49, 41, 1);
  border-radius: 20px;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

/* 『剛電』コンタクトフォーム内 */
.iTZZUDhh .FBsSsswm {}

#wpcf7-f2200-p2131-o1 {
  margin-left: auto;
  margin-right: auto;
}
#wpcf7-f2200-p2131-o1 .FBsSsswm {
    width: 100%;
    margin: 0 auto;
}
#wpcf7-f2200-p2131-o1 .FBsSsswm .PruepmmB {
    margin: 2em 0 2em 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}
@media screen and (max-width: 767px) {
#wpcf7-f2200-p2131-o1 .FBsSsswm .PruepmmB {}
}
@media screen and (max-width: 480px) {
#wpcf7-f2200-p2131-o1 .FBsSsswm .PruepmmB {
	margin: 2em 0 2em 0;
	}
}
#wpcf7-f2200-p2131-o1 .FBsSsswm .PruepmmB .CQDagAMa {
  margin-bottom: 10px;
	width: 100%;
}
@media screen and (max-width: 767px) {
  #wpcf7-f2200-p2131-o1 .FBsSsswm .PruepmmB .CQDagAMa {}
}
.FBsSsswm .PruepmmB .CQDagAMa .BZpZpMPt {
  display: flex;
	width: 100%;
  align-items: center;
  justify-content: flex-start;
  gap: 4px 10px;
  flex-wrap: nowrap;
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
}
@media screen and (max-width: 769px) {
  .FBsSsswm .PruepmmB .CQDagAMa .BZpZpMPt {
    flex-wrap: wrap;
  }
}
.FBsSsswm .PruepmmB .CQDagAMa .BZpZpMPt .qSqfcDcg {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px 10px;
  flex-wrap: wrap;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
}
@media screen and (max-width: 769px) {
.FBsSsswm .PruepmmB .CQDagAMa .BZpZpMPt .qSqfcDcg {
    justify-content: flex-start;
  }
}
.CQDagAMa .BZpZpMPt .qSqfcDcg {
  min-width: 215px;
}
@media (max-width: 960px) {
  .CQDagAMa .BZpZpMPt .qSqfcDcg {}
}
.FBsSsswm .PruepmmB .CQDagAMa .BZpZpMPt .wpcf7-form-control-wrap {
  width: 100%;
}
.CQDagAMa .BZpZpMPt .qSqfcDcg .wXYtaCaR {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 1.8;
    font-weight: 700;
    padding: 0px 4px;
    background-color: #E73129;
    color: #fff;
    border-radius: 3px;
}
.CQDagAMa .BZpZpMPt .qSqfcDcg .vKnYjgjZ {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 1.8;
    font-weight: 700;
	padding: 1px 5px;
    background-color: #777;
    color: #fff;
    border-radius: 3px;
}
#wpcf7-f2200-p2131-o1 input[name="your-company-name"],#wpcf7-f2200-p2131-o1 input[name="your-department"],#wpcf7-f2200-p2131-o1 input[name="your-name"],#wpcf7-f2200-p2131-o1 input[name="your-furigana"],#wpcf7-f2200-p2131-o1 input[name="your-postalcode"],#wpcf7-f2200-p2131-o1 input[name="your-address"],#wpcf7-f2200-p2131-o1 input[name="your-tel"],#wpcf7-f2200-p2131-o1 input[name="your-email"] {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 42px;
	font-size: 18px;
	color: #000;
	line-height: 1.5715;
    padding: 10px;
	margin: 0;
	background-color: #fff;
	border: 1px solid #444;
    border-radius: 10px;
    transition: all .3s;
    box-sizing: border-box;    
}

#wpcf7-f2200-p2131-o1 input[name="your-company-name"]:focus,#wpcf7-f2200-p2131-o1 input[name="your-department"]:focus,#wpcf7-f2200-p2131-o1 input[name="your-name"]:focus,#wpcf7-f2200-p2131-o1 input[name="your-furigana"]:focus,#wpcf7-f2200-p2131-o1 input[name="your-postalcode"]:focus,#wpcf7-f2200-p2131-o1 input[name="your-address"]:focus,#wpcf7-f2200-p2131-o1 input[name="your-tel"]:focus,#wpcf7-f2200-p2131-o1 input[name="your-email"]:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%) !important;
}
#wpcf7-f2200-p2131-o1 textarea[name="your-message"] {
  display: inline-block;
  position: relative;
  width: 100%;
	font-size: 18px;
  line-height: 1.5715;
  margin: 0;
  padding: 10px;
  color: #000;
  background-color: #fff;
  border: 1px solid #444;
  border-radius: 10px;
	box-sizing: border-box;
  transition: all .3s;
}
#wpcf7-f2200-p2131-o1 textarea[name="your-message"]:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 128, 252, 0.25) !important;
}
.wpcf7-list-item-label::before, .wpcf7-list-item-label::after {
  content: " ";
}
#wpcf7-f2200-p2131-o1 .pryubMhW {
    text-align: center;
    margin-bottom: 36px;
}
@media screen and (max-width: 769px) {
#wpcf7-f2200-p2131-o1 .pryubMhW {
    margin-bottom: 0px;
  }
}
#wpcf7-f2200-p2131-o1 .pryubMhW .idKpmSYy {
     font-size: 18px;
    margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
#wpcf7-f2200-p2131-o1 .pryubMhW .idKpmSYy {
    font-size: 14px;
  }
}
#wpcf7-f2200-p2131-o1 .pryubMhW .idKpmSYy .xknFweSv {
  color: #1C74E9;
	text-decoration: underline;
}
#wpcf7-f2200-p2131-o1 .pryubMhW .idKpmSYy .xknFweSv:hover {
  text-decoration: none;
}
#wpcf7-f2200-p2131-o1 .pryubMhW .snkUnSFh {
  font-size: 18px;
}
@media screen and (max-width: 480px) {
#wpcf7-f2200-p2131-o1 .pryubMhW .snkUnSFh {
    font-size: 16px;
  }
}
#wpcf7-f2200-p2131-o1 .pryubMhW .snkUnSFh input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
	min-width: 20px;
  height: 20px;
  border: 1.2px solid #333; /* アウトラインの色 */
  border-radius: 5px;
  background-color: #f5f2e9; /* 背景色 */
  position: relative;
  transform: scale(1.5);
  margin: 0 6px 0 0;
  cursor: pointer;
}
#wpcf7-f2200-p2131-o1 .pryubMhW .snkUnSFh .wpcf7-list-item label {
    display: flex;
    align-items: center;
    justify-content: center;
}
#wpcf7-f2200-p2131-o1 .pryubMhW .snkUnSFh input[type=checkbox]:checked {
  background-color: #f5f2e9;
  border-color: #E73129;
}
#wpcf7-f2200-p2131-o1 .pryubMhW .snkUnSFh input[type=checkbox]:checked::after {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  color: #E73129;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 2px;
}
#wpcf7-f2200-p2131-o1 .pryubMhW .snkUnSFh .wpcf7-list-item-label {
  font-size: 18px;
}
@media screen and (max-width: 480px) {
#wpcf7-f2200-p2131-o1 .pryubMhW .snkUnSFh .wpcf7-list-item-label {
  font-size: 16px;
}
}
#wpcf7-f2200-p2131-o1 .zeLwApck .taWnFAzK {
  margin: 0 auto;
  text-align: center;
}
#wpcf7-f2200-p2131-o1 .zeLwApck .taWnFAzK .wpcf7-submit {
position: relative;
    display: inline-block;
    white-space: nowrap;
	width: 650px;
	height: 60px;
min-height: 24px;
	font-size: 20px;
    font-weight: 700;
color: rgb(255, 255, 255);
	padding: 0px 36px 0px 36px;
    margin: 0px 0px 36px;
        border: none;
    border-radius: 10px;
    background-color: #32CD32;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
}
#wpcf7-f2200-p2131-o1 .zeLwApck .taWnFAzK .wpcf7-submit:disabled {
    background-color: #cccccc;
    color: #666666;
    box-shadow: none;
    cursor: not-allowed;
    opacity: 0.7;
    border-radius: 0px;
}
#wpcf7-f2200-p2131-o1 .zeLwApck .taWnFAzK .wpcf7-submit:hover {
  opacity: 0.7;
}
@media screen and (max-width: 769px) {
  #wpcf7-f2200-p2131-o1 .zeLwApck .taWnFAzK .wpcf7-submit {
    margin: 44px 0px 50px;
    font-size: 18px;
    line-height: 25px;
    width: 350px;
    max-width: 350px;
    height: 60px;
  }
}
@media screen and (max-width: 480px) {
  #wpcf7-f2200-p2131-o1 .zeLwApck .taWnFAzK .wpcf7-submit {
    width: 300px;
    max-width: 300px;
  }
}

#wpcf7-f2200-p2131-o1 span.wpcf7-not-valid-tip {
    background: #f2dede;
    border-color: #e3bfbf;
    color: #b94a48;
    padding: 4px 14px;
    font-size: 12px;
    line-height: 20px;
    position: static;
    left: 0;
    top: 0px;
    width: auto;
    right: 0;
    display: block;
    z-index: 12;
	margin-left: 0px;
	border-radius: 3px;
}
/* 『剛電』コンタクトフォーム内 END */
/* 『剛電』お問い合わせ END */
/* 剛電 ランディングページ END */
/*お問い合わせ*/
/*reCAPTCHAバッジ位置調整*/
.inv-recaptcha-holder {
  display: none;
}
.grecaptcha-badge {
  visibility: hidden;
	z-index: 999;
}
.grecaptcha-badge .grecaptcha-logo {

}
.grecaptcha-badge .grecaptcha-error {

}
.CwUCErre {
  text-align: center;
	margin-bottom: 30px;
}
.CwUCErre .kChkujJx {
  letter-spacing: 0em;
  font-size: 12px;
}
.CwUCErre .kChkujJx .qkeWzrcw {
color: #39a0ff;
}
/*reCAPTCHAバッジ位置調整 END */
.wpcf7-spinner {
  display: none;
}
.page-id-26 #parallaxwidget-2, .page-id-270 #parallaxwidget-2, .page-id-272 #parallaxwidget-2, .page-id-274 #parallaxwidget-2, .page-template-page-ip65 #parallaxwidget-2, .page-template-page-go-den #parallaxwidget-2 {
  display: none;
}
.contact__3way-inner dl dt img {
  max-width: 80px !important;
}
.contact__btn-3way {
  display: inline-block;
  width: 150px;
  text-align: center;
  background-color: rgba(159, 3, 35, 0.50);
  border: 2px solid rgba(159, 3, 35, 0.50);
  font-size: 16px;
  color: rgba(159, 3, 35, 0.50);
  text-decoration: none;
  font-weight: bold;
  padding: 10px 24px;
  border-radius: 4px;
  position: relative;
}
.contact__btn-3way span {
  position: relative;
  z-index: 1;
}
.contact__btn-3way::before, .contact__btn-3way::after {
  content: "";
  display: block;
  background-color: #FFF;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  transition: .2s;
}
.contact__btn-3way::before {
  left: 0;
}
.contact__btn-3way::after {
  right: 0;
}
.contact__btn-3way:hover:before, .contact__btn-3way:hover:after {
  width: 0;
}
.contact__btn-3way:hover {
  color: #FFF;
  background-color: rgba(159, 3, 35, 1);
}
/*Contact Form 7カスタマイズ*/
/*コンタクトフォーム*/
#wpcf7-f9-p270-o1 .inquiry, #wpcf7-f799-p272-o1 .inquiry, #wpcf7-f801-p274-o1 .inquiry {}
.inquiry .acceptance__personal-information {
  font-size: 1rem;
}
.inquiry .acceptance__personal-information a {
  color: #1C74E9;
  text-decoration: underline;
}
.inquiry a:hover {
  text-decoration: none;
}
.inquiry .acceptance-personal-information .wpcf7-list-item-label {
  font-size: 1rem;
}
.contact-inner {
  max-width: 900px;
  margin: auto;
  padding: 40px 20px;
  border: 1px solid #999;
  border-radius: 10px;
}
.inquiry {
  margin-bottom: 0px !important;
}
.inquiry th {
  vertical-align: middle;
  padding: 5px !important;
  line-height: 150%;
  background: #fff;
  border-top: 0px solid #f1f1f1 !important;
}
.inquiry td {
  width: 559px;
  background: #fff;
}
/*通常欄*/
.wpcf7 input[name="your-name"], .wpcf7 input[name="your-department"], .wpcf7 input[name="your-furigana"], .wpcf7 input[name="your-tel"], .wpcf7 input[name="your-email"], .wpcf7 input[name="your-company-name"], .wpcf7 input[name="your-postalcode"], .wpcf7 input[name="your-address"], .wpcf7 input[name="serial-no"], .wpcf7 textarea[name="your-message"] {
  background-color: #fff;
  color: #000;
  margin-left: 10px;
  padding-left: 5px;
  width: 98%;
  height: 35px;
  border: 1px solid #444;
  font-size: 18px;
}
.wpcf7 textarea[name="your-message"] {
  color: #000;
  margin-left: 10px;
  padding-left: 5px;
  width: 98%;
  height: 250px;
  border: 1px solid #444;
  font-size: 18px;
}
.wpcf7-form select {
  color: #000;
  margin-left: 10px;
  padding-left: 5px;
  width: 25%;
  height: 35px;
}
/*必須の調整*/
.haveto {
  font-size: 12px;
  font-weight: 600;
  padding: 1px 5px;
  background: #ff9393;
  color: #fff !important;
  border-radius: 2px;
  margin-right: 5px;
  position: relative;
  bottom: 1px;
  float: right;
}
/*任意の調整*/
.any {
  font-size: 12px;
  font-weight: 600;
  padding: 1px 5px;
  background: #93c9ff;
  color: #fff !important;
  border-radius: 2px;
  margin-right: 5px;
  position: relative;
  bottom: 1px;
  float: right;
}
/*送信ボタンのデザイン変更*/
#submit-btn {
  margin-top: 30px;
	margin-bottom: 30px;
}
#formbtn {
  display: block;
  padding: 1em 0;
  width: 40%;
  min-width: 250px;
  background: rgba(255, 68, 68, 1);
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border-radius: 2px;
  border: none;
  margin: auto;
}
/*送信ボタンマウスホバー時*/
#formbtn:hover {
  background: rgba(255, 68, 68, 0.8);
  color: #FFF;
}
.wpcf7 span.wpcf7-not-valid-tip {
  margin-left: 10px;
}
.wpcf7 span.wpcf7-not-valid-tip {
  background: #f2dede;
  border-color: #e3bfbf;
  color: #b94a48;
  padding: 4px 14px;
  font-size: 12px;
  line-height: 20px;
  position: static;
  left: 0;
  top: 0px;
  width: auto;
  right: 0;
  display: block;
  z-index: 12;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  border: 2px solid #FF4444;
  background: #fff;
  font-size: 14px;
}
div.wpcf7-mail-sent-ok {
  border: 2px solid #398f14;
  background: #fff;
  font-size: 14px;
}
.wpcf7 form .wpcf7-response-output {
  max-width: 900px;
  margin: auto;
  padding: 10px;
  font-weight: 600;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #ffb900;
}
/*ポップアップ*/
.pum-theme-509, .pum-theme-default-theme {
  background-color: rgba(0, 0, 0, 0.50) !important;
}
.pum-theme-509 .pum-title, .pum-theme-default-theme .pum-title {
  text-align: center !important;
}
.pum-theme-509 .popup__catalog-inner th {
  border-radius: 5px;
}
.pum-theme-509 .popup__catalog-inner th, .pum-theme-509 .popup__catalog-inner td {
  width: 50%;
  background: #fff;
  box-sizing: border-box;
  padding: 15px;
  vertical-align: middle;
  text-align: center;
  border-top: 0px solid #fff;
  border-bottom: 0px solid #fff;
}
/*フッター上エリアウィジェットパララックス調整*/
#parallaxwidget-2 {
  margin: 100px 0 50px 0;
}
.parallax_widget h2.paratitle {
  margin: 40px 0 0 0;
  padding-top: 30px;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
}
.parallax_widget .ghost_title a {
  background-color: rgba(242, 151, 5, 1);
  font-weight: 600;
  font-size: 18px;
}
.footer__copyright {
  text-align: center;
  background-color: rgba(0, 0, 0, 1);
  font-size: 12px;
  line-height: 200%;
  color: rgba(255, 255, 255, 1);
}
#parallaxwidget-2 .button:hover::before {
  border-bottom-color: rgba(250, 250, 250, 1.00);
  border-left-color: rgba(250, 250, 250, 1.00);
  transition: height .3s, width .3s .3s;
}
#parallaxwidget-2 .button:hover::after {
  border-top-color: rgba(250, 250, 250, 1.00);
  border-right-color: rgba(250, 250, 250, 1.00);
  transition: height .3s, width .3s .3s;
}
/*フッター*/
#footer-widgets {
  width: 90%;
  margin: 0 auto;
}
#footer-widgets .widget_custom_html h3 {
  font-weight: 600;
}
#footer-widgets .widget_custom_html h4 {
  font-size: 14px;
  font-weight: 400;
}
#footer-widgets .widget_custom_html h4 a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
#footer-widgets .widget_custom_html h4 a:after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #333;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
}
#footer-widgets .widget_custom_html h4 a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}
#custom_html-5 .footer__logo {
  max-width: 350px;
}
/* デフォルト：479px以下用（スマートフォン用）の記述 */
@media screen and (min-width: 480px) {
  /* 480px以上用（タブレット／スマートフォン用）の記述 */
}
@media screen and (min-width: 768px) {
  /* 768px以上用（タブレット用）の記述 */
}
@media screen and (min-width: 980px) {
  /* 980px以上用（PC用）の記述 */
}
@media screen and (max-width: 1300px) {
  /* 1300px以下用の記述 */
  #slider-up-nav, .nav-wrap {
    display: none;
  }
  /*製品詳細ページ*/
  .postid-57 .su-tabs-nav span, .postid-59 .su-tabs-nav span, .postid-61 .su-tabs-nav span, .postid-101 .su-tabs-nav span, .postid-103 .su-tabs-nav span, .postid-105 .su-tabs-nav span, .postid-107 .su-tabs-nav span, .postid-109 .su-tabs-nav span, .postid-111 .su-tabs-nav span, .postid-113 .su-tabs-nav span, .postid-115 .su-tabs-nav span, .postid-117 .su-tabs-nav span, .postid-119 .su-tabs-nav span, .postid-121 .su-tabs-nav span, .postid-123 .su-tabs-nav span, .postid-125 .su-tabs-nav span, .postid-127 .su-tabs-nav span, .postid-129 .su-tabs-nav span, .postid-131 .su-tabs-nav span, .postid-133 .su-tabs-nav span, .postid-135 .su-tabs-nav span, .postid-137 .su-tabs-nav span, .postid-139 .su-tabs-nav span, .postid-141 .su-tabs-nav span, .postid-143 .su-tabs-nav span, .postid-145 .su-tabs-nav span, .postid-147 .su-tabs-nav span, .postid-149 .su-tabs-nav span, .postid-151 .su-tabs-nav span, .postid-254 .su-tabs-nav span, .postid-256 .su-tabs-nav span, .postid-258 .su-tabs-nav span {
    width: 98.6%;
    text-align: center;
  }
  .product__tab-inner .su-tabs-nav span {
    margin: 3px;
    border-radius: 3px;
  }
}
@media screen and (max-width: 1100px) {
  /* 1100px以下用（タブレット用）の記述 */
  /* コンタクトフォーム */
  .inquiry th, .inquiry td {
    display: block !important;
    width: 100% !important;
    border-top: none !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
  }
  .wpcf7 input[name="your-name"], .wpcf7 input[name="your-department"], .wpcf7 input[name="your-furigana"], .wpcf7 input[name="your-tel"], .wpcf7 input[name="your-email"], .wpcf7 input[name="your-message"], .wpcf7 input[name="your-company-name"], .wpcf7 input[name="your-postalcode"], .wpcf7 input[name="serial-no"], .wpcf7 input[name="your-address"] {
    width: 100%;
    margin-left: 0px;
  }
  .wpcf7 textarea[name="your-message"] {
    width: 100%;
    margin-left: 0px;
  }
  .wpcf7 span.wpcf7-not-valid-tip {
    margin-left: 0px;
  }
  /* 必須・任意のサイズ調整 */
  .haveto {
    float: none;
    margin-left: 10px;
    padding: 3px 5px;
  }
  .any {
    float: none;
    margin-left: 10px;
    padding: 3px 5px;
  }
  span.wpcf7-not-valid-tip {
    padding-left: 3px;
  }
}
@media screen and (max-width: 769px) {
  h1#navi-logo {
    position: static !important;
  }
  .product__tab-inner .bousai__table th, .product__tab-inner .bousai__table td, .product__tab-inner .catalog__table-inner th, .product__tab-inner .catalog__table-inner td, .pum-theme-509 .popup__catalog-inner th, .pum-theme-509 .popup__catalog-inner td {
    display: block;
    width: 100%;
  }
  .page-id-11 .reason_column, .page-id-15 .reason_column {
    flex-direction: column;
  }
  .page-id-11 .reason_column--reserve, .page-id-15 .reason_column--reserve {
    flex-direction: column-reverse;
  }
  .page-id-11 .reason_column-img {
    width: 100%;
  }
  .page-id-15 .reason_column-img {
    width: 100%;
    padding: 0px;
  }
  .page-id-11 .reason_column-texts {
    width: 100%;
  }
  .page-id-15 .reason_column-texts {
    width: 100%;
    padding: 20px;
  }
  .page-id-11 .reason_column-texts-title, .page-id-15 .reason_column-texts-title {
    font-size: 20px;
  }
  .page-id-11 .reason_column-texts-p {
    font-size: 16px;
  }
  .page-id-11 .reason_column-texts-link a {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  /* 767px以下用（タブレット／スマートフォン用）の記述 */
  .parallax_widget .ghost_title a {
    font-size: 16px;
  }
  .page-id-75 ul li.item__inner {
    max-width: 45%;
  }
}
@media screen and (max-width: 480px) {
  /* 480px以下用（タブレット／スマートフォン用）の記述 */
  .news__table01 th, .news__table01 td {
    width: 100%;
    display: block;
  }
  .news__table01 td {
    padding-top: 0px;
  }
}
/*文字の大きさ*/
.f6 {
  font-size: 6px;
}
.f7 {
  font-size: 7px;
}
.f8 {
  font-size: 8px;
}
.f9 {
  font-size: 9px;
}
.f10 {
  font-size: 10px;
}
.f11 {
  font-size: 11px;
}
.f12 {
  font-size: 12px;
}
.f13 {
  font-size: 13px;
}
.f14 {
  font-size: 14px;
}
.f16 {
  font-size: 16px;
}
.f18 {
  font-size: 18px;
}
.f20 {
  font-size: 20px !important;
}
.f22 {
  font-size: 22px;
}
.f24 {
  font-size: 24px;
}
/*文字間の大きさ*/
.line105 {
  line-height: 105%;
}
.line110 {
  line-height: 110%;
}
.line120 {
  line-height: 120%;
}
.line130 {
  line-height: 130%;
}
.line140 {
  line-height: 140%;
}
.line150 {
  line-height: 150% !important;
}
.line160 {
  line-height: 160%;
}
.line170 {
  line-height: 170%;
}
.line180 {
  line-height: 180%;
}
.line200 {
  line-height: 200%;
}
.line250 {
  line-height: 250%;
}
.line300 {
  line-height: 300%;
}
/*文字の太さ*/
.fw200 {
  font-weight: 200;
}
.fw300 {
  font-weight: 300;
}
.fw400 {
  font-weight: 400 !important;
}
.fw500 {
  font-weight: 500 !important;
}
.fw600 {
  font-weight: 600 !important;
}
.fw700 {
  font-weight: 700;
}
.fw800 {
  font-weight: 800;
}
.fw900 {
  font-weight: 900;
}
/*文字の色*/
.bla {
  color: #000000 !important;
}
.wte {
  color: #ffffff;
}
.blu {
  color: #6699cc;
}
.blu_L {
  color: #2793dc;
}
.blu_T {
  color: #002356;
}
.org {
  color: #eab324;
}
.grn {
  color: #52c69c;
}
.grn_T {
  color: #3b5a2b;
}
.grn_D {
  color: #00903A;
}
.grn_D2 {
  color: #3b5a2b;
}
.red {
  color: #ff0000;
}
.pnk {
  color: #ec5e9e;
}
.navy-blue {
  color: #001a80;
}
/*背景の色*/
.bg_wte {
  background-color: #ffffff !important;
}
.bg_blk_1 {
  background-color: #000000;
}
.bg_blk_2 {
  background-color: #777777;
}
.bg_gre_L1 {
  background-color: #eeeeee;
}
.bg_gre_L2 {
  background: rgb(240, 241, 243);
}
.bg_org {
  background-color: #eab324;
  color: #ffffff;
}
.bg_org_L1 {
  background-color: #fff9ea;
}
.bg_org_L2 {
  background-color: #fffefb;
}
.bg_org_L3 {
  background-color: #fffbbf;
}
.bg_org_D1 {
  background-color: #ffe39a;
}
.bg_blu {
  background-color: #6699cc;
  color: #ffffff;
}
.bg_grn {
  background-color: #52c69c;
  color: #ffffff;
}
.bg_red {
  background-color: #ee3232;
  color: #ffffff;
}
.bg_ac {
  background-color: #cbe4b9;
  border: 0px !important;
}
.bg_solor {
  background-color: #9fd9f7;
  border: 0px !important;
}
.bg_etc {
  background-color: #bca1cc;
  border: 0px !important;
}
.bg_op {
  background-color: #d3edfb;
  border: 0px !important;
}
/*整列*/
.center {
  text-align: center;
}
.left_t {
  text-align: left;
}
.right_t {
  text-align: right;
}
.just {
  text-align: justify;
}
/*縦整列*/
.top {
  vertical-align: top;
}
.middle {
  vertical-align: middle;
}
.bottom {
  vertical-align: bottom;
}
/*余白*/
.pad5 {
  padding: 5px;
}
.pad8 {
  padding: 8px;
}
.pad10 {
  padding: 10px;
}
.pad12 {
  padding: 12px;
}
.pad15 {
  padding: 15px;
}
.pad20 {
  padding: 20px;
}
.pad_t1 {
  padding-top: 1px;
}
.pad_b1 {
  padding-bottom: 1px;
}
.pad_t2 {
  padding-top: 2px;
}
.pad_b2 {
  padding-bottom: 2px;
}
.pad_t3 {
  padding-top: 3px;
}
.pad_b3 {
  padding-bottom: 3px;
}
.pad_t4 {
  padding-top: 4px;
}
.pad_b4 {
  padding-bottom: 4px;
}
.pad_t5 {
  padding-top: 5px;
}
.pad_b5 {
  padding-bottom: 5px;
}
.pad_t6 {
  padding-top: 6px;
}
.pad_b6 {
  padding-bottom: 6px;
}
.pad_t7 {
  padding-top: 7px;
}
.pad_b7 {
  padding-bottom: 7px;
}
.pad_t8 {
  padding-top: 8px;
}
.pad_b8 {
  padding-bottom: 8px;
}
.pad_t9 {
  padding-top: 9px;
}
.pad_b9 {
  padding-bottom: 9px;
}
.pad_t10 {
  padding-top: 10px;
}
.pad_b10 {
  padding-bottom: 10px;
}
.pad_t20 {
  padding-top: 20px;
}
.pad_b20 {
  padding-bottom: 20px;
}
.pad_t30 {
  padding-top: 30px;
}
.pad_b30 {
  padding-bottom: 30px;
}
.pad_t50 {
  padding-top: 50px;
}
.pad_b50 {
  padding-bottom: 50px;
}
.pad_t80 {
  padding-top: 80px;
}
.pad_b80 {
  padding-bottom: 80px;
}
.pad_t100 {
  padding-top: 100px;
}
.pad_b100 {
  padding-bottom: 100px;
}
.pad_l1 {
  padding-left: 1px;
}
.pad_r1 {
  padding-right: 1px;
}
.pad_l2 {
  padding-left: 2px;
}
.pad_r2 {
  padding-right: 2px;
}
.pad_l3 {
  padding-left: 3px;
}
.pad_r3 {
  padding-right: 3px;
}
.pad_l4 {
  padding-left: 4px;
}
.pad_r4 {
  padding-right: 4px;
}
.pad_l5 {
  padding-left: 5px;
}
.pad_r5 {
  padding-right: 5px;
}
.pad_l6 {
  padding-left: 6px;
}
.pad_r6 {
  padding-right: 6px;
}
.pad_l7 {
  padding-left: 7px;
}
.pad_r7 {
  padding-right: 7px;
}
.pad_l8 {
  padding-left: 8px;
}
.pad_r8 {
  padding-right: 8px;
}
.pad_l9 {
  padding-left: 9px;
}
.pad_r9 {
  padding-right: 9px;
}
.pad_l10 {
  padding-left: 10px;
}
.pad_r10 {
  padding-right: 10px;
}
.pad_l20 {
  padding-left: 20px;
}
.pad_r20 {
  padding-right: 20px;
}
.pad_l30 {
  padding-left: 30px;
}
.pad_r30 {
  padding-right: 30px;
}
.pad_l40 {
  padding-left: 40px;
}
.pad_r40 {
  padding-right: 40px;
}
.pad_l50 {
  padding-left: 50px;
}
.pad_r50 {
  padding-right: 50px;
}
.mar_auto {
  margin: 0 auto;
}
.mar_auto_r0 {
  margin: 0 0 0 auto;
}
.mar5 {
  margin: 5px;
}
.mar8 {
  margin: 8px;
}
.mar10 {
  margin: 10px;
}
.mar12 {
  margin: 12px;
}
.mar15 {
  margin: 15px;
}
.mar20 {
  margin: 20px;
}
.mar_t0 {
  margin-top: 0px !important;
}
.mar_b0 {
  margin-bottom: 0px !important;
}
.mar_t3 {
  margin-top: 3px;
}
.mar_b3 {
  margin-bottom: 3px;
}
.mar_t5 {
  margin-top: 5px;
}
.mar_b5 {
  margin-bottom: 5px;
}
.mar_t10 {
  margin-top: 10px;
}
.mar_b10 {
  margin-bottom: 10px;
}
.mar_t15 {
  margin-top: 15px;
}
.mar_b15 {
  margin-bottom: 15px;
}
.mar_t20 {
  margin-top: 20px;
}
.mar_b20 {
  margin-bottom: 20px;
}
.mar_t30 {
  margin-top: 30px !important;
}
.mar_b30 {
  margin-bottom: 30px;
}
.mar_t50 {
  margin-top: 50px !important;
}
.mar_b50 {
  margin-bottom: 50px !important;
}
.mar_t40 {
  margin-top: 40px;
}
.mar_b40 {
  margin-bottom: 40px;
}
.mar_t80 {
  margin-top: 80px;
}
.mar_b80 {
  margin-bottom: 80px;
}
.mar_t100 {
  margin-top: 100px;
}
.mar_b100 {
  margin-bottom: 100px;
}
.mar_l5 {
  margin-left: 5px;
}
.mar_r5 {
  margin-right: 5px;
}
.mar_l10 {
  margin-left: 10px;
}
.mar_r10 {
  margin-right: 10px;
}
.mar_l20 {
  margin-left: 20px;
}
.mar_r20 {
  margin-right: 20px;
}
.mar_l50 {
  margin-left: 50px;
}
.mar_r50 {
  margin-right: 50px;
}
/*外枠*/
.radi5 {
  border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;
}
.radi10 {
  border-radius: 10px 10px 10px 10px / 10px 10px 10px 10px;
}
.radit5 {
  border-radius: 5px 5px 0px 0px / 5px 5px 0px 0px;
}
.radib5 {
  border-radius: 0px 0px 5px 5px / 0px 0px 5px 5px;
}
/*外枠の色*/
.bd_non {
  border-style: hidden;
}
.bd_blk {
  border: 1px solid #777777;
}
.bd_red {
  border: 1px solid #ee3232;
}
.bd_org {
  border: 1px solid #eab324;
}
.bd_org_L1 {
  border: 1px solid #fff9ea;
}
.bd_grn {
  border: 1px solid #52c69c;
}
.bd_blu {
  border: 1px solid #6699cc;
}
.bd_gre {
  border: 1px solid #ddd;
}
.bd_blu_D {
  border: 3px solid #49648F;
}
.bd_b_gre {
  border-bottom: 1px solid #ddd;
}
.cb {
  /* floatを解除 */
  clear: both;
}
/*外枠の影*/
.shadow {
  box-shadow: 2px 2px 4px gray;
}
.shadow1 {
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1)
}
/*リストマーク消す*/
.listnon {
  list-style: none;
}