@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Damion&display=swap");
.column_head {
  padding-top: 80px;
  padding-bottom: 44px;
  position: relative;
}
.column_head:after {
  content: "";
  width: 90px;
  height: 4px;
  background: #4F8C61;
  position: absolute;
  bottom: 30px;
  left: 0;
}
.column_head img {
  width: 325px;
}
.column_head .column_head_ttl {
  font-family: "Damion", cursive;
  font-size: 40px;
  font-weight: 400;
}
.column_head .column_head_ttl span {
  color: #347BFF;
}
.column_head .column_head_ttl_jp {
  font-size: 16px;
  font-weight: 700;
  margin-top: 4px;
}

.column_detail .cat_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}
.column_detail .cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 120px;
  height: 30px;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  background: #4f8c61;
  border-radius: 15px;
  text-align: center;
}
.column_detail .cat + .cat {
  margin-left: 10px;
}
.column_detail h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.1428571429;
  margin-bottom: 30px;
}

.editor * {
  font-size: 16px;
  line-height: 2;
}
.editor .mv {
  margin-bottom: 30px;
}
.editor .mv img {
  width: 100%;
  height: auto;
}
.editor .detail_indent {
  border: 1px solid #B9B9B9;
  padding: 35px 50px;
  margin-top: 40px;
  margin-bottom: 60px;
}
.editor .detail_indent .detail_indent_ttl {
  font-size: 20px;
  font-weight: 700;
  padding: 0;
  margin: 0;
  margin-bottom: 25px;
}
.editor .detail_indent ol > li {
  padding-bottom: 20px;
}
.editor .detail_indent ol > li:last-child {
  padding-bottom: 0;
}
.editor .detail_indent ol > li ol {
  margin-top: 5px;
  margin-left: 10px;
}
.editor .detail_indent ol > li ol > li {
  padding-bottom: 0;
}
.editor h2 {
  font-size: 22px;
  font-weight: 700;
  color: #333333;
  padding-bottom: 20px;
  margin-top: 60px;
  margin-bottom: 30px;
  position: relative;
}
.editor h2 sup {
  font-size: 50%;
  vertical-align: super;
}
.editor h2:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #D5D5D5;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.editor h2:after {
  content: "";
  width: 13.8%;
  height: 1px;
  background: #006F32;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.editor h3 {
  font-size: 20px;
  font-weight: 700;
  color: #333333;
  position: relative;
  padding-left: 10px;
  line-height: 1.8;
  margin-bottom: 30px;
  border-left: 5px solid #006F32;
}
.editor h4 {
  padding-left: 1em;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  margin-bottom: 10px;
}
.editor h4:before {
  content: "●";
  color: #016F32;
  position: absolute;
  top: 0;
  left: 0;
}
.editor p {
  margin-bottom: 40px;
}
.editor strong {
  font-weight: 700;
}
.editor .txt-pic-left,
.editor .txt-pic-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
.editor .txt-pic-left .txt,
.editor .txt-pic-left .pic,
.editor .txt-pic-right .txt,
.editor .txt-pic-right .pic {
  width: 47.4%;
}
.editor .photos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -56px;
}
.editor .photos li {
  width: 47.4%;
  list-style: none;
  margin-top: 56px;
}
.editor .photos + h4 {
  margin-top: 40px;
}
.editor .bnr_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.editor .bnr_link .link:hover {
  opacity: 0.7;
  text-align: center;
}
.editor .products {
  border: 1px solid #006F32;
  background: #FAFAFA;
  padding: 40px;
  margin-bottom: 80px;
  margin-top: 100px;
}

.relate {
  margin-bottom: 100px;
}
.relate h3 {
  font-size: 20px;
  font-weight: 700;
  color: #333333;
  position: relative;
  padding-left: 10px;
  line-height: 1.8;
  margin-bottom: 30px;
  border-left: 5px solid #006F32;
}
.relate ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -30px;
  margin-left: -30px;
}
.relate ul li {
  width: calc(33.3333% - 30px);
  margin-left: 30px;
  margin-top: 30px;
}
.relate ul li a {
  background: #fff;
  -webkit-box-shadow: 0px 0px 6px rgba(75, 75, 75, 0.2);
          box-shadow: 0px 0px 6px rgba(75, 75, 75, 0.2);
  position: relative;
  padding: 15px;
  display: block;
  height: 100%;
}
.relate ul li a:hover {
  opacity: 0.7;
}
.relate ul li a .thum {
  margin-bottom: 20px;
}
.relate ul li a .thum img {
  aspect-ratio: 312/212;
  -o-object-fit: cover;
     object-fit: cover;
}
.relate ul li a .txt .cat_wrap {
  margin-bottom: 8px;
}
.relate ul li a .txt .cat {
  display: inline-block;
  width: 85px;
  padding: 4px 0;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  background: #4f8c61;
  border-radius: 4px;
  text-align: center;
}
.relate ul li a .txt .cat + .cat {
  margin-left: 8px;
}
.relate ul li a .txt .column_ttl {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 12px;
  min-height: 2.5em;
}
.relate ul li a .txt .column_desc {
  font-size: 15px;
  line-height: 1.8666666667;
}

.bnr {
  border-bottom: 1px solid #D5D5D5;
  padding-bottom: 60px;
}
.bnr a:hover {
  opacity: 0.7;
}

@media print, screen and (max-width: 769px) {
  .column_head {
    padding-top: 0;
    padding-bottom: 36px;
  }
  .column_head:after {
    bottom: 20px;
  }
  .column_head img {
    width: 325px;
  }
  .column_head .column_head_ttl {
    font-size: 30px;
  }
  .column_head .column_head_ttl_jp {
    font-size: 15px;
  }
  .column_detail .cat_wrap {
    margin-bottom: 15px;
  }
  .column_detail .cat {
    width: 82px;
    height: 20px;
    font-size: 12px;
    border-radius: 10px;
  }
  .column_detail .cat + .cat {
    margin-left: 6px;
  }
  .column_detail h2 {
    font-size: 20px;
    line-height: 1.7;
    margin-bottom: 20px;
  }
  .editor * {
    font-size: 15px;
    line-height: 1.9333333333;
  }
  .editor .detail_indent {
    padding: 30px 10px;
    margin-bottom: 50px;
  }
  .editor .detail_indent .detail_indent_ttl {
    font-size: 18px;
    text-align: center;
    margin-bottom: 15px;
  }
  .editor .detail_indent ol > li {
    padding-bottom: 20px;
    padding-left: 1em;
    text-indent: -1em;
  }
  .editor .detail_indent ol > li:last-child {
    padding-bottom: 0;
  }
  .editor .detail_indent ol > li ol {
    margin-top: 5px;
    margin-left: -10px;
  }
  .editor .detail_indent ol > li ol > li {
    padding-bottom: 0;
    padding-left: 2em;
    text-indent: -2em;
  }
  .editor h2 {
    font-size: 18px;
    line-height: 1.5555555556;
    padding-bottom: 15px;
    margin-top: 50px;
    margin-bottom: 20px;
  }
  .editor h2:after {
    width: 100px;
  }
  .editor h3 {
    font-size: 17px;
    padding-left: 10px;
    margin-bottom: 18px;
  }
  .editor h4 {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .editor .txt-pic-left,
  .editor .txt-pic-right {
    margin-bottom: 40px;
  }
  .editor .txt-pic-left .txt,
  .editor .txt-pic-left .pic,
  .editor .txt-pic-right .txt,
  .editor .txt-pic-right .pic {
    width: 100%;
  }
  .editor .txt-pic-left .txt {
    margin-top: 30px;
  }
  .editor .photos {
    margin-top: -30px;
  }
  .editor .photos li {
    width: 100%;
    list-style: none;
    margin-top: 30px;
  }
  .editor .photos + h4 {
    margin-top: 50px;
  }
  .editor .products {
    padding: 30px 20px;
    margin-bottom: 60px;
    margin-top: 50px;
  }
  .editor .products .link img {
    width: 100%;
    height: auto;
  }
  .relate {
    margin-bottom: 45px;
  }
  .relate h3 {
    font-size: 17px;
    margin-bottom: 20px;
  }
  .relate ul {
    margin-top: -20px;
    margin-left: 0;
  }
  .relate ul li {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
  .relate ul li a .thum img {
    aspect-ratio: 330/224;
  }
  .relate ul li a .txt .cat_wrap {
    margin-bottom: 12px;
  }
  .relate ul li a .txt .column_ttl {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 12px;
    min-height: inherit;
  }
  .relate ul li a .txt .column_desc {
    font-size: 15px;
    line-height: 1.8666666667;
  }
  .bnr {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.lifescience-column .column_head:after {
  background: #486995;
}
.lifescience-column .column_detail .cat {
  background: #486995;
}
.lifescience-column .editor h2:after {
  background: #486995;
}
.lifescience-column .editor h3 {
  border-color: #486995;
}
.lifescience-column .editor h4:before {
  color: #486995;
}
.lifescience-column .editor .products {
  border-color: #486995;
}
.lifescience-column .editor .products h3 {
  border-color: #486995;
}
.lifescience-column .editor .products h4:before {
  color: #486995;
}
.lifescience-column .relate h3 {
  border-color: #486995;
}
.lifescience-column .relate ul li a .txt .cat {
  background: #486995;
}