.cnt_exhibition_list .block .thumb {
  height: 240px;
}
.cnt_exhibition_list .block .thumb a img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 240px;
}

.exhibition_main_img img {
  width: 540px;
  height: 405px;
  -o-object-fit: contain;
     object-fit: contain;
}

.exhibition_main_text__new .block {
  border: #007746 solid 1px;
  margin: 0 0 1.5rem 0;
}
.exhibition_main_text__new .block .title {
  background: #007746;
  color: #fff;
  font-weight: 700;
  font-size: 1.6rem;
  padding: 0.75rem;
}
.exhibition_main_text__new .block .title span {
  font-weight: 400;
  font-size: 1.4rem;
  margin: 0 0 0 0.5rem;
}
.exhibition_main_text__new .block .txt {
  font-size: 1.5rem;
  padding: 0.75rem;
}
.exhibition_main_text__new .block .txt a {
  color: #007746;
  text-decoration: underline;
}
.exhibition_main_text__new .block .txt a:hover {
  text-decoration: none;
}

.exhibition_sub__new {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.exhibition_sub__new::after {
  content: "";
  display: block;
  width: 31%;
}
.exhibition_sub__new .exhibition_sub_img {
  width: 31%;
  margin: 0 0 20px 0;
}
.exhibition_sub__new .exhibition_sub_img img {
  width: 100% !important;
  height: 250px !important;
  -o-object-fit: contain;
     object-fit: contain;
}

.exhibition_contents_block {
  margin: 0 0 7rem 0;
}
.exhibition_contents_block .exhibitedproduct_block .inner_block {
  margin: 0 0 7rem 0;
}
.exhibition_contents_block .exhibitedproduct_block .inner_block .name {
  color: #007746;
  font-weight: 700;
  font-size: 2rem;
  margin: 0 0 2rem 0;
}
.exhibition_contents_block .exhibitedproduct_block .inner_block .about {
  font-size: 1.5rem;
  line-height: 1.8em;
  margin: 0 0 3rem 0;
}
.exhibition_contents_block .exhibitedproduct_block .inner_block .img {
  text-align: center;
  margin: 0 0 2rem 0;
}
.exhibition_contents_block .exhibitedproduct_block .inner_block .img img {
  max-width: 100%;
  height: auto;
}
.exhibition_contents_block .exhibitedproduct_block .inner_block .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.exhibition_contents_block .exhibitedproduct_block .inner_block .btn a {
  display: block;
  background: #007746;
  color: #fff;
  font-weight: 700;
  font-size: 1.6rem;
  border-radius: 7px;
  padding: 1rem 0;
  min-width: 520px;
  text-align: center;
}
.exhibition_contents_block .exhibitedproduct_block .inner_block .btn a:hover {
  background: #26aa73;
}

.exhibitedproduct_lineup_block .inner_block {
  margin: 0 0 2rem 0;
  padding: 2rem 0 0 0;
  border-top: #aaa solid 1px;
}
.exhibitedproduct_lineup_block .inner_block:first-child {
  padding: 0 !important;
  border-top: none;
  border-bottom: none !important;
}
.exhibitedproduct_lineup_block .inner_block:last-child {
  border-bottom: #aaa solid 1px;
  padding-bottom: 2rem;
}
.exhibitedproduct_lineup_block .inner_block .name {
  color: #007746;
  font-weight: 700;
  font-size: 1.6rem;
  margin: 0 0 1.5rem 0;
}
.exhibitedproduct_lineup_block .inner_block .about p {
  font-size: 1.5rem;
  line-height: 2em;
}
.exhibitedproduct_lineup_block .inner_block .about p a {
  text-decoration: underline;
  color: #007BFF;
}
.exhibitedproduct_lineup_block .inner_block .about p a:hover {
  text-decoration: none;
}

.exhibition_wrap .backlist_btn a {
  margin-top: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #007746;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 200px;
  height: 50px;
  position: relative;
}
.exhibition_wrap .backlist_btn a i {
  position: absolute;
  left: 1.5rem;
}
.exhibition_wrap .backlist_btn a:hover {
  background: #26aa73;
}

@media print, screen and (max-width: 767px) {
  .headline02.mb-50 {
    margin: 0 0 4rem 0 !important;
  }
}
@media print, screen and (max-width: 575px) {
  .exhibition_main_img img {
    height: auto;
  }
  .exhibition_sub__new .exhibition_sub_img {
    width: 46%;
  }
  .exhibition_sub__new .exhibition_sub_img img {
    height: 32vw !important;
  }
  .exhibition_contents_block .exhibitedproduct_block .inner_block .btn a {
    min-width: auto;
    width: 100%;
  }
}