.offjt__boxwrap .offjt__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  margin-top: 25px;
}

.offjt__boxwrap .offjt__box .offjt__box-img {
  width: 200px;
}

.offjt__boxwrap .offjt__box .offjt__box-img .offjt__box-img_figure img {
  border-radius: 200px;
  border: 2px solid #008B4E;
}

.offjt__boxwrap .offjt__box .offjt__box-img .offjt__box-img_ttl {
  color: #008B4E;
  text-align: center;
}

.offjt__boxwrap .offjt__box .offjt__box-txt {
  width: calc(100% - 200px);
  background: #fff;
  border-radius: 10px;
  padding: 20px 40px;
  margin-left: 20px;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .environment main {
    overflow: visible !important;
  }
}

@media screen and (max-width: 767px) {
  .offjt__boxwrap .offjt__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 25px;
  }
  .offjt__boxwrap .offjt__box .offjt__box-img {
    margin: 0 auto;
  }
  .offjt__boxwrap .offjt__box .offjt__box-img .offjt__box-img_figure {
    width: 150px;
    margin: 0 auto;
  }
  .offjt__boxwrap .offjt__box .offjt__box-img .offjt__box-img_figure img {
    border-radius: 150px;
  }
  .offjt__boxwrap .offjt__box .offjt__box-img .offjt__box-img_ttl {
    line-height: 1.4;
  }
  .offjt__boxwrap .offjt__box .offjt__box-txt {
    width: 100%;
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    margin-top: 10px;
    margin-left: 0;
    position: relative;
  }
}
