/* ===== CSS変数 ===== */
:root {
  --color-header-bg: #1c2b4a;
  --color-header-text: #ffffff;
  --color-label-bg: #f0f2f5;
  --color-label-text: #333333;
  --color-value-bg: #ffffff;
  --color-value-text: #333333;
  --color-border: #d8dce5;
  --color-row-even: #f7f8fb;
  --color-row-odd: #ffffff;


  --outline-inner-max: 960px;
  --outline-padding-x: 4%;
}

/* ===== リセット ===== */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  color: var(--color-value-text);
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
}

.out1 {
  padding: 10% 0;
  background: #ffffff;
}

.outtitle{
  width: 100%;
  height: auto;
  padding: 20px 0% 0px 0%;
  text-align: center;
}

.outtitle img{
  width: 130px;
  height: auto;
  padding: 0px 0% 0px 0%;
  text-align: center;
}



.out1 {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 190px 0% 0px 0%;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.out1::before,
.out1::after {
  content: '';
  position: absolute;
  left: 0;top: 0%;
  width: 100%;
  height: 100%;
  background-image: url('../equipment/img/bg2.png'); 
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: -1;
}

