@charset "UTF-8";
#header-nav li.materials:after {
  content: " ";
  position: absolute;
  display: block;
  width: 0px;
  height: 0px;
  border-top: 14px solid #3e3a39;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  bottom: -14px;
  left: 50%;
  margin-left: -14px;
}

/* h3ヘッダー */
#middle h3 {
  font-weight: bolder;
  font-size: 1.4em;
  margin-bottom: 20px;
}

#middle h3:before {
  content: "\f111  ";
  color: #a2c0ee;
}

#middle h3 span {
  font-weight: normal;
  font-size: 0.7em;
  color: #E83828;
}

/* two-col */
.two-col .col-left {
  float: left;
  width: 32%;
  padding-left: 2%;
  margin-bottom: 10px;
}

.two-col .col-right {
  width: 64%;
  float: right;
}

h4 {
  font-weight: bolder;
  font-size: 1.2em;
}

.two-col .col .attention {
  font-size: 0.8em;
}

.red {
  color: #E83828;
}

.bold {
  font-weight: bold;
}

.w60 {
  width: 60%;
}

@media (max-width: 480px) {
  .two-col .col-left,
  .two-col .col-right {
    float: none;
    width: 98%;
  }
}
.two-col ul {
  padding-left: 1.4em;
  list-style-position: outside;
}

.nouyaku01 .image-list img {
  max-height: 160px;
}
