@charset "utf-8";
.type {
  margin-bottom: 2em;
}
.type h2 {
  background-color: #8C6239;
  color: white;
  padding: 10px;
  text-align: left;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 1em;
  line-height: 1.4em;
}
.type-contents {
  display: block;
  margin-top: 1em;
}
.type-contents p {
  margin-right: 0px;
  width: 100%;
  line-height: 1.8em;
  margin-bottom: 0em;
}
.type-contents-figure {
  width: 90%;
  display: block;
  margin-left: 15px;
  margin-top: -0.5em;
  margin-bottom: 1.5em;
}
.type-contents-figure img {
  width: 100%;
  height: auto;
  margin-top: 0em;
}
.type-figure2 {}
.type-figure2 img {
  width: 100%;
  height: auto;
  margin-bottom: 1em;
}
.type-figure2 p {
  line-height: 1.6em;
}
@media screen and (min-width:768px) {
  .type h2 {
    padding: 10px;
    font-size: 1.2em;
  }
  .type-contents {
    display: block;
  }
  .type-contents p {
    margin-right: 0px;
    width: 100%;
    line-height: 1.8em;
    margin-bottom: 1em;
  }
  .type-contents-figure {
    display: none;
  }
}
@media screen and (min-width:1000px) {
  .type h2 {
    padding: 15px;
    font-size: 1.3em;
  }
  .type-contents {
    display: flex;
    justify-content: space-between;
    margin-top: 1em;
  }
  .type-contents p {
    margin-right: 10px;
    width: 64%;
    line-height: 1.8em;
    margin-bottom: 0em;
  }
  .type-contents-figure {
    width: 36%;
    display: block;
  }
  .type-contents-figure img {
    margin-top: 1em;
  }
}