/*#humMenu {
  padding: 12px;
  background: white;
}

#humCheck,
#humClose {
  display: none;
}
#humOpen {
  display: block;
  width: 58px;
  cursor: pointer;
}
#humOpen:hover {
  opacity: 0.5;
}
#humOpen img {
  display: block;
}
#humClose,
nav {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
}
#humClose {
  z-index: 2;
  width: 100%;
  background: gray;
  opacity: 0.8;
  transition: 0.5s;
}
nav {
  z-index: 3;
  width: 330px;
  background: white;
  transition: 0.5s;
  transform: translateX(-100%);
}
#humCheck:checked ~ #humClose {
  display: block;
}
#humCheck:checked ~ nav {
  transform: translateX(0);
}
nav ul {
  overflow: hidden;
  list-style: none;
}
nav li {
  padding: 15px 0;
  margin: 10px 0;
}
nav li:hover {
  opacity: 0.5;
}
nav li a {
  font-size: 20px;
  text-decoration: none;
  font-size: 20px;
  color: black;
}*/
.header {
  /* width: 960px; */
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  margin-left: 20%;
  margin-right: 20%;
  /*background: #ccc;*/
}

.header-job {
  font-size: 25px;
  font-weight: bold;
  color: brown;
}

.header-log {
  margin-top: 0px;
  margin-bottom: 0px;
}

.header-right {
  /*padding: auto;*/
  text-align: right;
  margin-top: 20px;
}

.address {
  font-size: 25px;
}

.header-TEL {
  padding-top: 4%;
  font-size: 25px;
  color: blue;
}

.container {
  width: 100%;
  position: sticky;
  top: 0;
  background-color: #d7f0f0;
  border: solid #5d6dca 2px;
  box-sizing: border-box;
}

.nav-kou {
  display: flex;
  justify-content: center;
}

.nav li {
  width: 220px;
}

.nav a {
  font-size: 30px;
  font-weight: bold;
  color: #3a49cf;
  display: block;
  text-align: center;
}

.silo {
  margin-top: 20px;
}

.siro-iambi {
  text-align: right 100px;
  font-size: 15px;
}

.item-wrap {
  display: block;
}

.item-section-title {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 0px;
  text-align: center;
  color: #009944;
}

.item-section-title span {
  font-size: 18px;
  display: block;
  text-align: center;
  color: brown;
}

.yoko {
  display: flex;
  justify-content: space-between;
  /* width: 1000px; */
  margin-left: 5%;
  margin-right: 5%;
}

/* .item-list {
  width: 50%;
} */

/* .item-list-title {
  text-align: center;
  font-size: 30px;
}
.item-list-title.p {
  text-align: center;
}
.item-list-meisai {
  text-align: center;
  font-weight: bold;
} */