@charset "UTF-8";
/*----------------------------------------
表示を切り替える幅
----------------------------------------*/
/*----------------------------------------
フォント
----------------------------------------*/
/*----------------------------------------
カラー 
----------------------------------------*/
/*--------ガムシス ----------*/
/*--------コーポレートサイト ----------*/
/*----------------------------------------
カラー 
----------------------------------------*/
/*----------------------------------------
フォント
----------------------------------------*/
/*----------------------------------------
カラー 
----------------------------------------*/
/*----------------------------------------
フォント
----------------------------------------*/
/*----------------------------------------
表示を切り替える幅
----------------------------------------*/
/*----------------------------------------
ブレークポイント
----------------------------------------*/
.backglund_image {
  background-image: url(../images/Back_News_PC.jpeg);
}

.area_News_List_c {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-bottom: 100px;
  color: #4e4e4e;
}

.area_News_c {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 90%;
  margin: 50px 0;
  padding: 30px 0;
  background-color: rgba(255, 255, 255, 0.9254901961);
  border-radius: 50px;
}

.input_c {
  margin-top: 20px;
}

.button_li_News_c.is_none {
  display: none;
}

.ul_news_c {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 90%;
  height: 50vh;
  margin: 30px 0;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0);
}

.button_li_News_c {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  cursor: pointer;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  border-bottom: 2px solid #db831f;
}

.area_News_flex {
  display: flex;
  align-items: center;
  width: 98%;
  height: 100%;
  padding: 4px;
  border-radius: 10px;
}

.inner_News_list_c {
  width: 100%;
}

.News_List_day_c {
  text-align: left;
  color: #ff8800;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

.h2_News_List_c {
  text-align: left;
  font-size: 16px;
  border-left: 0px solid #ff8800;
}

.button_more_News_c {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  width: 50px;
  height: 30px;
  margin-left: 1%;
  color: #6e6e6e;
  font-size: 12px;
  font-weight: 900;
  border: 1px solid #6e6e6e;
  border-radius: 100px;
}

.button_back_News_c {
  display: none;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  width: 50px;
  height: 30px;
  margin-left: 1%;
  color: #6e6e6e;
  font-size: 12px;
  font-weight: 900;
  border: 1px solid #6e6e6e;
  border-radius: 100px;
}

.button_link_News_c {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  width: 70px;
  height: 30px;
  margin-left: 1%;
  color: #eeeeee;
  font-size: 12px;
  font-weight: 900;
  background-color: #ff8800;
  border-radius: 7px;
  z-index: 5;
}

.accordion_News_content_c {
  display: none;
  text-align: left;
  width: 100%;
}

.accordion_News_content_c::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.text_News_c {
  position: relative;
  left: 2%;
  width: 96%;
  padding-bottom: 10px;
  line-height: 1.6;
}

/* ホバー演出 */
@media (any-hover: hover) {
  .area_News_flex:hover {
    background-color: rgba(255, 255, 255, 0);
    animation-name: NewsLihover;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
  }
  .area_News_flex:hover .button_more_News_c {
    color: #000000;
    border: 1px solid #000000;
  }
  @keyframes NewsLihover {
    0% {
      background-color: rgba(255, 255, 255, 0);
    }
    100% {
      background-color: rgba(0, 0, 0, 0.1254901961);
    }
  }
  .button_link_News_c:hover {
    background-color: #a05500;
  }
}/*# sourceMappingURL=3_News_ver1.0.css.map */