@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 .red {
  font-weight: normal;
  font-size: 0.7em;
  color: #E83828;
}

#middle h3 .red .yubi {
  width: 30px;
  height: 54px;
  display: inline-block;
  text-align: center;
  vertical-align: 90%;
}

#middle h3 .red .yubi01 {
  background: url("../../../images/hiryo/yubi_01.png") no-repeat bottom center;
}

#middle h3 .red .yubi02 {
  background: url("../../../images/hiryo/yubi_02.png") no-repeat bottom center;
}

#middle h3 .red .yubi03 {
  background: url("../../../images/hiryo/yubi_03.png") no-repeat bottom center;
}

/* two-col */
.two-col {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-bottom: 20px;
}

.two-col .kappa {
  width: 65%;
}

.two-col .kappa iframe {
  width: 320px;
  height: 180px;
}

.two-col .kappa img {
  width: 33%;
}

.two-col .nagekomi {
  width: 33%;
}

.two-col .nagekomi > img {
  width: 100%;
}

@media (max-width: 480px) {
  .two-col {
    display: block;
    width: 98%;
  }
  .two-col .col {
    display: block;
    width: 98%;
  }
  .two-col .kappa iframe {
    width: 320px;
    height: 180px;
  }
  .two-col .kappa img {
    width: 50%;
  }
  .two-col .col img {
    display: block;
    float: left;
    width: 40%;
    margin-right: 1em;
  }
}
/* three-col */
.three-col .col {
  float: left;
  text-align: center;
  width: 31.33%;
  padding-left: 2%;
  margin-bottom: 10px;
}

.three-col .col img {
  width: 60%;
}

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

.three-col .col p {
  text-align: left;
}

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

.three-col .ikuou > img {
  width: 98%;
}

.three-col .hs2pro > img {
  width: 40%;
}

.three-col .bokashikonbu > img {
  width: 100%;
  padding: 10% 0;
}

.three-col .yukisankan > img {
  width: 100%;
}

.three-col .fushokumusou > img {
  width: 65%;
}

.three-col .ubedaka > img {
  width: 98%;
}

.three-col .nagekomi > img {
  width: 100%;
}

.three-col .nagekomi.nktabu > img {
  padding: 1.1% 0;
}

@media (max-width: 480px) {
  .three-col .col {
    float: none;
    width: 98%;
  }
  .three-col .col img {
    display: block;
    float: left;
    width: 40%;
    margin-right: 1em;
  }
  .three-col .bokashikonbu > img {
    padding: 0;
  }
  .three-col .nagekomi > img {
    padding: 0;
  }
}
i.fa-star-o {
  color: red;
  font-weight: bold;
  display: inline-block;
  font-size: 120%;
  width: 1.2em;
  text-align: center;
}

.hiryo01 .title {
  border: 1px solid black;
  display: inline-block;
  padding: 0.25em;
}
