@charset 'UTF-8';
.infodetail_text {
  font-size: 1.6rem;
}

.infodetail_note {
  margin-top: 5px;
  font-size: 1.2rem;
}
.infodetail_note:before {
  content: '※';
}

.infodetail_list {
  margin-top: 30px;
}

.infodetail_item {
  position: relative;
}
.infodetail_item:after {
  position: absolute;
  bottom: 0;
  left: 0; 
  content: '';
  display: block;
  height: 2px;
  width: 100%;
  background-image: radial-gradient(circle farthest-side, #a0a0a0, #a0a0a0 1px, transparent 1px, transparent);
  background-position: 0 -4px;
  background-size: 6px 10px;
}
.infodetail_item:first-child:before {
  position: absolute;
  left: 0; 
  top: 0;
  content: '';
  display: block;
  height: 2px;
  width: 100%;
  background-image: radial-gradient(circle farthest-side, #a0a0a0, #a0a0a0 1px, transparent 1px, transparent);
  background-position: 0 -4px;
  background-size: 6px 10px;
}

.infodetail_datalist {
  font-size: 1.6rem;
}

.infodetail_term {
  font-weight: 700;
}

.infodetail_link {
  position: relative;
  color: #333;
  text-decoration: underline;
}
.infodetail_link:after {
  position: absolute;
  top: 50%;
  content: '';
  background-image: url('/sc/soc_japan/ecokaiga/common/img/icn_blank.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  transform: translateY(-50%);
}

.infodetail_gallery {
  display: flex;
  flex-wrap: wrap;
}
.infodetail_gallery._col1 .infodetail_gallery-item {
  width: 100%;
  text-align: center;
}

.infodetail_gallery-item img {
  width: 100%;
}

.infodetail_gallery-pic {
  line-height: 1;
}
.infodetail_gallery-pic img {
  width: 100%; 
  border-radius: 4px;
}
@media screen and (max-width: 999px) {
  .infodetail_item {
    padding: 20px 0;
  }
  .infodetail_datalist {
    line-height: 1.75;
  }
  .infodetail_definition {
    margin-top: 5px;
  }
  .infodetail_link:after {
    right: -18px; 
    height: 10px;
    width: 12px;
  }
  .infodetail_gallery {
    margin: 20px -10px 0;
  }
  .infodetail_gallery-item {
    width: calc(50% - 20px);
    margin: 10px;
  }
  .infodetail_gallery-pic {
    text-align: center;
  }
}
@media print, screen and (min-width: 1000px) {
  .infodetail_item {
    padding: 30px 0;
  }
  .infodetail_datalist {
    display: flex;
    align-items: flex-start;
    line-height: 1.875;
  }
  .infodetail_term {
    width: 94px;
  }
  .infodetail_link:after {
    right: -30px; 
    height: 20px;
    width: 23px;
  }
  .infodetail_link:hover {
    text-decoration: none;
  }
  .infodetail_gallery {
    margin: 25px -15px 0;
  }
  .infodetail_gallery._col2 .infodetail_gallery-item {
    width: calc(50% - 30px);
  }
  .infodetail_gallery._col1 img {
    width: auto;
  }
  .infodetail_gallery-item {
    width: calc(33.33% - 30px);
    margin: 15px;
  }
}
