@charset "UTF-8";

/* ----------------------------------------------------- business --- */

h2 {
background-image: url("../product/images/product_titile.png");
background-repeat: no-repeat;
overflow: hidden;
text-indent: 100%;
white-space: nowrap;
width: 800px;
height: 150px;
}

.setsumei {
margin: 20px 0 30px 0;
padding: 0 0 0 0;
}

.pmenu {
margin: 0px 0 30px 0;
padding: 0 0 0 0;
}

.box {
  margin: 0 0 0 110px;
  padding: 10px 0 20px 0;
  width: 800px;
  color: #000;
  font-size: 100px;
  display: flex-start;
  align-items: stretch; /* 縦方向中央揃え */
  justify-content: center; /* 横方向中央揃え */
  flex-direction: column;
  background-color: #dcd7d4;
}