@charset "UTF-8";

/* CSS Document */
.ind-top {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.ind-top .ind-main {
  width: 50%;
  float: left;
}

.ind-top .it-r {
  width: 50%;
  margin: 30px 0 0 -5%;
  float: left;
}

@media screen and (min-width: 641px) and (max-width: 1000px) {
  .ind-top .ind-main {
    width: 80%;
    float: none;
    position: relative;
    overflow: hidden;
  }

  .ind-top .it-r {
    width: 90%;
    margin: -70px auto 0;
    float: none;
    position: relative;
    overflow: hidden;
  }
}

.ind-top .ind-news {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  background-color: #FFFFFF;
}

.ind-news .in-wrap {
  width: 85%;
  margin: 0 auto;
  padding: 30px 7.5% 50px;
  position: relative;
  overflow: hidden;
}

.ind-news .in-wrap h2.in-mds {
  width: 100%;
  margin: 0 0 40px;
  padding: 0;
  position: relative;
  overflow: hidden;
  font-size: 200%;
  color: #1D600D;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}
/*
.ind-news .in-wrap ul {
  width: 100%;
  height: 250px;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  overflow-y: scroll;
  list-style: none;
}

.ind-news .in-wrap ul>li {
  width: 100%;
  margin: 0;
  padding: 5px 0;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  font-size: 80%;
  border-bottom: solid 1px #707070;
}*/

.ind-news .in-wrap ul>li .date {
  width: 15%;
  color: #1D600D;
  font-weight: bold;
}

.ind-news .in-wrap ul>li .ncont {
  width: 85%;
}

#newsTab {
  height: 300px;
  overflow-y: scroll;
  margin: 0 0 30px;
  font-size: 90%;
}

.tabs,
.links {
  display: none;
}

.news_tab {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.news_tab li {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 0 10px;
  padding: 0 0 10px;
  border-bottom: solid 1px #707070;
}

.news_tab li span[class$="date"] {
  flex-basis: 15%;
  color: #1D600D;
  font-size: 100%;
  font-weight: bold;
  padding: unset;
  background-color: transparent;
}

.news_tab li span[class^="title"] {
  flex-basis: 85%;
  list-style: none;
  font-weight: bold;
}

.news_tab li a {
  color: #000;
  transition: all 0.3s;
}

.news_tab li a:hover {
  opacity: 0.5;
}

.ind-news .in-wrap .news-more {
  float: right;
}

.ind-news .in-wrap .news-more a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000000;
}

.ind-news .in-wrap .news-more a::after {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  margin: 0 0 0 10px;
  background-image: url("/_themes/iopc3/css/images/ind_news-arr.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

section.ind-sec {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}

section.cafe-sec {
  margin: 0 0 100px;
  background-color: #FFF;
  overflow: visible;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
}

.ind-intro {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

/**text**/
.ind-intro .intro-l {
  width: 45%;
}

.ind-intro .ii-txt {
  font-size: 110%;
  line-height: 260%;
}

/**fb**/
.ind-intro .intro-r {
  width: 50%;
}

.ind-ctr {
  background-image: url("/_themes/iopc3/css/images/ind_ctr-bk.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

.center-wrap {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
  color: #FFFFFF;
}

h2.ind-hd {
  width: 100%;
  margin: 0 0 30px;
  padding: 0;
  position: relative;
  overflow: hidden;
  text-align: center;
  font-size: 210%;
  font-weight: bold;
}

h2.ind-hd::after {
  content: "";
  width: 100px;
  height: 5px;
  display: block;
  margin: 20px auto 0;
  background-color: #FFFFFF;
  border-radius: 10px;
}

.ind-btn {
  width: 250px;
  margin: 30px auto 0;
  border-radius: 50px;
  text-align: center;
  font-size: 110%;
  font-weight: bold;
}

.ib-green {
  background-color: #1D600D;
}

.ib-white {
  background-color: #FFFFFF;
}

.ind-btn a {
  width: 100%;
  display: block;
  padding: 10px 0;
}

.ib-green a {
  color: #FFFFFF;
}

.ib-white a {
  color: #1D600D;
}

.center-txt {
  width: 70%;
  margin: 0 auto;
  text-align: center;
  font-size: 120%;
  line-height: 280%;
}

.rb-flex {
  justify-content: space-around;
}

.research-btns {
  background-color: #FFFFFF;
  border-radius: 5px;
  border: solid 3px #335E1D;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  transition: ease-in-out 0.3s;
}

.research-btns:hover {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

.research-btns a {
  display: block;
  color: #000000;
}

.research-btns .rb-wrap {
  width: 90%;
  margin: 0 auto;
  padding: 20px 5%;
  text-align: center;
}

.research-btns .rb-icon {
  width: 40%;
  min-height: 120px;
  margin: 0 auto;
}

.research-btns h3.rb-name {
  font-size: 210%;
  font-weight: bold;
  color: #1D600D;
  margin: 0 0 10px;
}

.research-btns .rb-txt {
  width: 100%;
  margin: 0 0 20px;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.research-btns .rb-btn {
  width: 60%;
  margin: 0 auto 10px;
  padding: 10px 0;
  position: relative;
  overflow: hidden;
  background-color: #1D600D;
  border-radius: 30px;
  text-align: center;
  font-weight: bold;
  color: #FFFFFF;
}

.ind-link-wrap {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0 100px;
  position: relative;
  overflow: visible;
  display: flex;
  justify-content: space-between;
}

.ind-link-wrap .ind-link {
  width: 24%;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  transition: all 0.3s;
}

.ind-link-wrap .ind-link:hover {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

.ind-link-wrap .ind-link a {
  width: 100%;
  height: 100%;
  display: block;
  line-height: 70%;
}