@charset "utf-8";
.page-title {
  background-repeat: no-repeat;
  background-image: url(../img/exterior/tpg.jpg);
  background-position: center center;
  background-size: 120% auto;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.ex-intro {
  background-color: #F1F5E0;
  padding: 1.5em 0;
}
.ex-intro h2 {
  text-align: left;
  font-size: 1em;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 0.7em;
  padding: 0 25px;
  line-height: 1.4em;
}
.ex-intro p {
  display: flex;
  justify-content: center;
  text-align: left;
  font-size: 0.9em;
  line-height: 1.6em;
  letter-spacing: 0em;
  font-weight: 400;
  font-family: source-han-sans-cjk-ja, sans-serif;
  color: #4d4d4d;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}
.ex-Category {
  display: none;
}
.ex-Category a {
  width: 48%;
  text-align: center;
  margin-bottom: 1em;
  text-decoration: none;
  cursor: pointer;
}
.ex-Category img {
  width: 90%;
  height: auto;
}
.ex-Category-t {
  text-align: left;
  line-height: 1.4em;
  color: #4d4d4d;
  font-weight: 600;
  margin-top: 10px;
  font-size: 0.9em;
}
.exbox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.5em;
  margin-bottom: 3em;
}
.exbox li {
  width: 100%;
  margin-bottom: 1em;
}
.exbox h3 {
  text-align: center;
  color: #006e4c;
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 0px;
}
.exbox h3 img {
  height: 30px;
  margin-bottom: 10px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.exbox-figure {
  margin-top: 1em;
}
.exbox-figure img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .page-title {
    background-size: 100% auto;
    height: 150px;
  }
  .ex-intro h2 {
    font-size: 1.4em;
    margin-bottom: 1em;
    text-align: center;
    padding: 0;
  }
  .ex-intro p {
    font-size: 1em;
    line-height: 2em;
    width: 85%;
    letter-spacing: 0.1em;
  }
  .ex-intro {
    padding: 2.5em 0;
  }
  .ex-Category {
    display: flex;
    justify-content: space-between;
    width: 98%;
    margin-top: 1.5em;
    margin-left: auto;
    margin-bottom: 0.5em;
    flex-wrap: wrap;
  }
  .ex-Category a {
    width: 24%;
    text-align: center;
  }
  .ex-Category-t {
    font-size: 0.9em;
    text-align: center;
  }
  .ex-Category img {
    width: 80%;
    height: auto;
  }
  .exbox {
    width: 85%;
    margin-top: -1em;
    margin-bottom: 2em;
  }
  .exbox li {
    width: 48%;
    margin-bottom: 1em;
  }
  .exbox h3 {
    text-align: center;
    color: #006e4c;
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .exbox h3 img {
    height: 40px;
    margin-bottom: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .exbox-figure {
    margin-top: 1em;
  }
  .exbox-figure img {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 1024px) {
  .page-title {
    background-size: 100% auto;
    height: 150px;
  }
  .ex-intro p {
    font-size: 1em;
    line-height: 2em;
    width: auto;
  }
  .ex-Category {
    width: 80%;
    margin-top: 2em;
    margin-bottom: 1.5em;
    margin-left: auto;
    margin-right: auto;
  }
  .ex-Category a {
    width: 21%;
  }
  .ex-Category img {
    width: 100%;
    height: auto;
  }
  .ex-Category-t {
    font-size: 1em;
  }
  .exbox {
    width: 58%;
    margin-top: -1em;
    margin-bottom: 3em;
  }
  .exbox li {
    width: 48%;
    margin-bottom: 2em;
  }
  .exbox h3 {
    text-align: center;
    color: #006e4c;
    font-size: 1.7em;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .exbox h3 img {
    height: 50px;
  }
}