@charset "UTF-8";
.content .tab-nav {
  padding: 0;
  font-size: 0;
}

.content .tab-nav li {
  display: inline-block;
  width: calc((100% - 18px) /7);
  padding: 0;
  border-bottom: 3px solid #88a828;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #dcdcdc;
  font-size: .875rem;
  text-align: center;
}

.content .tab-nav li a {
  display: block;
  padding: 15px 0 10px;
  text-decoration: none;
}

.content .tab-nav li a:hover {
  background-color: #88a828;
  color: #fff;
}

.content .tab-nav li + li {
  margin-left: 3px;
}

.content .tab-nav .current {
  padding: 15px 0 10px;
  background: #88a828;
  color: #fff;
  position: relative;
}

.content .tab-nav .current::after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -8px;
  bottom: -13px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 8px 0 8px;
  border-color: #88a828 transparent transparent transparent;
}

.content h2 {
  margin-top: 30px;
}

.content dl + h2 {
  margin-top: 50px;
}

.content .main-visual {
  width: 70%;
  max-width: 700px;
  margin: 0 auto;
}

.content .main-visual img {
  width: 100%;
}

.content .infomation-list {
  margin-bottom: 30px;
}

.content .infomation-list .cat_001 {
  background-color: #eee;
}

.content .infomation-list dt {
  margin: 15px 18px 5px 22px;
  padding: 25px 0 0 0;
  font-size: 1rem;
  font-weight: bold;
}

.content .infomation-list dt {
  border-top: 2px solid #dcdcdc;
}

.content .infomation-list dt:first-child {
  padding: 0;
  margin: 20px 18px 5px 22px;
  border-top: none;
}

.content .infomation-list dd {
  margin: 0 18px 15px 22px;
  font-size: 1rem;
  overflow: hidden;
}

.content .infomation-list  dd a {
  display: block;
  padding-top: 5px;
  margin-left: 148px;
  background-image: none;
  text-decoration: underline;
}

.content .infomation-list dd span {
  display: block;
  width: 138px;
  padding: 7px 0 3px;
  margin-right: 10px;
  background: #d7eab5;
  font-size: .875rem;
  font-weight: normal;
  text-align: center;
  float: left;
}

.mod-btn-cmn {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 50px;
}

.content .btn-cmn[href] {
  display: inline-block;
  background-image: url(../../smart_agri_pro/img/icon_arrow2.png);
  background-position: 93% 45%;
  background-repeat: no-repeat;
  background-color: #dcdcdc;
  padding: 10px 70px 10px 21px;
  text-decoration: none;
}

.content .btn-cmn[href]:hover, .content .btn-cmn[href]:focus {
  background-color: #bfbfbf;
  background-image: url(https://www.affrc.maff.go.jp/j/shared_new/shared/images/icon_arrow4.png);
}

.border-wrapper {
  margin: 0 0 50px;
  border: 1px solid #88a828;
}

.border-wrapper p {
  padding: 0 30px 0 50px;
  background-image: url(../img/icon_arrow1.png);
  background-repeat: no-repeat;
  background-position: 30px .4em;
}

.border-wrapper p + p {
  margin-bottom: 30px;
}

.border-wrapper p:first-child {
  margin-top: 30px;
}

.content .border-wrapper .top-info_list_header {
  margin-bottom: 10px;
}

.border-wrapper .top-info_list {
  margin: 0 0 30px;
}

.border-wrapper .top-info_list li {
  padding-left: 40px;
  margin-bottom: 0;
  background: none;
}

.border-wrapper .top-info_list li + li {
  margin-top: 10px;
}

.border-wrapper .top-info_list span {
  display: inline-block;
  width: 7.75em;
  margin: 0 10px 0 0;
  padding: 4px 0 1px;
  color: #fff;
  text-align: center;
  font-weight: normal;
  border: solid 1px #88a828;
  background: #88a828;
  box-sizing: border-box;
}

/*---------- 767px以下 ----------------------------------------*/
@media (max-width: 767px) {
  .content .tab-nav li {
    display: block;
    width: 100%;
    margin-bottom: 3px;
    border-bottom: none;
    text-align: left;
    text-decoration: none;
  }
  .content .tab-nav li a {
    padding-left: 25px;
    text-decoration: none;
    position: relative;
  }
  .content .tab-nav li a::after {
    display: inline-block;
    content: '';
    width: 6px;
    height: 9px;
    background: url(../img/icon_arrow2.png) center/6px 9px no-repeat;
    position: absolute;
    right: 20px;
  }
  .content .tab-nav li + li {
    margin-left: 0;
  }
  .content .tab-nav .current {
    padding-left: 25px;
    background: #88a828;
    color: #fff;
    position: relative;
  }
  .content .tab-nav .current::after {
    display: none;
  }
  .content .main-visual {
    width: 100%;
    max-width: 767px;
  }
  .content .infomation-list dt {
    font-size: .875rem;
  }
  .content .infomation-list dd {
    margin: 0 18px 10px 22px;
    font-size: 1rem;
  }
  .content .infomation-list dd a {
    padding-top: 0;
    margin-left: 0;
    text-decoration: underline;
  }
  .content .infomation-list dd span {
    margin: 0 0 10px;
    float: none;
  }
  .content .infomation-list dd + dd {
    margin-top: 30px;
  }
  .border-wrapper .top-info_list {
    margin: 20px 0 30px;
  }
  .border-wrapper .top-info_list li {
    margin-bottom: 20px;
  }
  .border-wrapper .top-info_list span {
    display: block;
    margin-bottom: 10px;
  }
}
