@charset "utf-8";

.fw_bold {
  font-weight: bold;
}

.contents_inner {
  padding-top: 45px;
}

#evidence {
  padding-bottom: 80px;
  font-size: 16px;
}

#evidence .page-width.w1140 {
  max-width: 1180px;
}

.page_title {
  position: relative;
  padding: 13px 0;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.page_title:before,
.page_title:after {
  position: absolute;
  left: 0;
  right: 0;
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  margin: auto;
  border-top: 1px solid #d2c5b8;
  border-bottom: 1px solid #fff;
}

.page_title:before {
  top: 0;
}

.page_title:after {
  bottom: 0;
}

.link_underline {
  border-bottom: 1px solid #adadad;
}

.evidence_sec a:hover,
.evidence_detail_sec a:hover {
  text-decoration: none;
}

/* ===============================================================
機能性表示食品一覧
=============================================================== */
#evidence {
  color: #333;
}

.evidence_item h3 {
  background: #e9dfd1;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 25px;
  padding: 10px 0 10px 30px;
}

.evidence_item h3 span {
  font-size: 18px;
  padding-left: 1em;

}

.evidence_item {
  position: relative;
}

.evidence_item_imgarea {
  position: absolute;
}

.evidence_item_imgarea img {
  border: 1px solid #e5e5e5;
  padding: 5px;
}

.evidence_item_textarea {
  padding: 0 0 75px 185px;
}

.evidence_item_text {
  margin-top: 10px;
}

.boxframe {
  border: 0.5px solid;
  text-align: center;
  padding: 5px;
}

.function {
  margin-top: 15px;
}

.notification {
  display: inline-block;
}

.link-position {
  font-size: 16px;
  text-align: right;
  line-height: 1.8;
  margin-top: 60px;
}

.evidence_item_container {
  background: #fff;
  padding: 25px 45px 40px;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(74, 47, 26, .5);
}

#evidence a:before {
  display: inline-block;
  content: '';
  width: 0;
  height: 0;
  margin-right: 10px;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #df0202;
  vertical-align: middle;
}



.evidence_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}

.evidence_nav__list {
  list-style: none;
  display: block;
  margin-left: auto;
  padding: 0;
}

.evidence_nav__list__item {
  display: block;
  margin: 0;
}

.evidence_nav__list__item+.evidence_nav__list__item {
  margin-top: 6px;
}

.evidence_nav__info {
  border: 1px solid #adadad;
  border-radius: 4px;
  overflow: hidden;
  padding: 2px 4px;
  line-height: 1.6;
  margin-left: 16px;
  margin-top: 5px;
}

.evidence_nav__info strong {
  font-weight: bold;
}