@charset "UTF-8";
img.example_img01 {
  width: 100%;
  display: block;
  margin: 12px auto;
  max-width: 844px;
}

.h1-title {
  font-size: 30px !important;
  font-weight: normal !important;
  background-color: #fff !important;
  color: #444 !important;
  text-align: justify !important;
  line-height: 1.5;
  border-bottom: #000 solid 2px;
  margin: 40px 0 30px !important;
  padding: 0 0 15px !important;
}
@media screen and (max-width: 767px) {
  .h1-title {
    font-size: 22px !important;
    margin: 40px 0 22px !important;
    padding: 0 0 11px !important;
  }
}

.column-category {
  margin-top: 80px;
  text-align: center;
  font-size: 3.8rem;
  font-weight: normal;
  padding: 38px 5%;
  color: #fff;
  background: #000;
  margin: 0px 0 40px;
  font-family: "Times New Roman", 游明朝体, "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
}
@media screen and (max-width: 1024px) {
  .column-category {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .column-category {
    font-size: 2.4rem;
    margin-bottom: 10px;
    padding: 24px 5%;
  }
}

.director_introduce_div {
  margin-bottom: 60px;
}
.director_introduce_div h2 {
  margin-top: 70px !important;
}
.director_introduce_div .div_wrapper {
  display: flex;
}
.director_introduce_div .div_wrapper .div01 img {
  padding-right: 15px;
  width: 350px;
}
.director_introduce_div .div_wrapper h3 {
  margin: 15px 0 20px !important;
}
.director_introduce_div .div_wrapper h3 span {
  font-size: 0.7em;
}
@media screen and (max-width: 767px) {
  .director_introduce_div .div_wrapper {
    flex-direction: column;
  }
  .director_introduce_div .div_wrapper .div01 {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
  }
  .director_introduce_div .div_wrapper .div01 img {
    padding-right: 0;
    margin: auto;
  }
  .director_introduce_div .div_wrapper .div02 .director-obi {
    text-align: center;
  }
  .director_introduce_div .div_wrapper .div02 h3 {
    text-align: center !important;
  }
}
@media screen and (max-width: 767px) {
  .director_introduce_div .history h3 {
    text-align: center;
    margin-bottom: 5px;
  }
}
.director_introduce_div table#profile-history {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .director_introduce_div table#profile-history {
    display: block !important;
  }
  .director_introduce_div table#profile-history tr {
    display: block !important;
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 0;
  }
  .director_introduce_div table#profile-history th,
  .director_introduce_div table#profile-history td {
    display: block !important;
    width: 100%;
    text-align: left;
  }
  .director_introduce_div table#profile-history th {
    padding: 5px 0 5px;
  }
  .director_introduce_div table#profile-history td {
    padding: 0 0 10px;
  }
}/*# sourceMappingURL=ut_style.css.map */