@charset "UTF-8";
/*----------------------------------------
表示を切り替える幅
----------------------------------------*/
/*----------------------------------------
フォント
----------------------------------------*/
/*----------------------------------------
カラー 
----------------------------------------*/
/*--------ガムシス ----------*/
/*--------コーポレートサイト ----------*/
/*----------------------------------------
カラー 
----------------------------------------*/
/*----------------------------------------
フォント
----------------------------------------*/
/*----------------------------------------
カラー 
----------------------------------------*/
/*----------------------------------------
フォント
----------------------------------------*/
/*----------------------------------------
表示を切り替える幅
----------------------------------------*/
/*----------------------------------------
ブレークポイント
----------------------------------------*/
.area_main_c {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 0;
  padding-bottom: 50px;
}

.backglund_image {
  background-image: url(../images/Back_Main_PC.jpeg);
}

.top_contents_index_c {
  width: 100%;
}

.area_first_c {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: left;
  text-align: left;
  width: 70%;
  height: 120px;
  padding: 30px 100px;
  padding-top: 50px;
  color: white;
  background-color: #575757;
  border-right: 10px solid #ff8800;
  border-bottom: 10px solid #ff8800;
  border-bottom-right-radius: 1000px;
}

.title_first_index_contents_c {
  font-size: 30px;
}

.button_first_area_c {
  color: white;
  margin-right: 10px;
}

.area_news_Conts_c {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 50px;
}

.inner_area_news_Conts_c {
  display: flex;
  justify-content: space-between;
  width: calc(70vw + 100px);
}

.area_news_c {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 30vw;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.9254901961);
  border-radius: 30px;
}

.area_tite_index_c {
  text-align: left;
  width: 100%;
}

.ul_news_c {
  width: 100%;
  height: 190px;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 10px 0;
  padding: 0px;
  background-color: rgba(255, 255, 255, 0);
  border: 0px solid #a1a1a1;
}

.button_News_c {
  width: 160px;
  height: 40px;
  font-size: 19px;
}

.area_Contents_c {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 35vw;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.9254901961);
  border-radius: 30px;
}

.ul_Contents_c {
  display: flex;
  align-items: center;
  overflow-x: auto;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 10px;
}

.li_Contents_c {
  position: relative;
  width: 180px;
  height: 158px;
  margin-right: 20px;
}

.img_Contents_c {
  width: 100%;
  height: calc(100% - 50px);
  border-radius: 10px;
}

.button_Contents_c {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  animation-name: BcontsNothover;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

@keyframes BcontsNothover {
  to {
    background-color: rgba(0, 0, 0, 0);
  }
  from {
    background-color: rgba(0, 0, 0, 0.2);
  }
}
/* ホバー演出 */
@media (any-hover: hover) {
  .button_Contents_c:hover {
    animation-name: Bcontshover;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
  }
  @keyframes Bcontshover {
    from {
      background-color: rgba(0, 0, 0, 0);
    }
    to {
      background-color: rgba(0, 0, 0, 0.2);
    }
  }
}
.text_img_Contents_c {
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  width: 100%;
  height: 50px;
  color: #4e4e4e;
}

.section_c {
  align-items: left;
  text-align: left;
  margin-top: 50px;
  padding: 50px;
  background-color: rgba(255, 255, 255, 0.9254901961);
  border-radius: 30px;
}

.p_JIKOS_c {
  width: 70vw;
  margin-top: 20px;
}

.area_Tier_List_c {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 50px;
}

.table_c {
  margin-top: 20px;
  padding: 20px;
  color: #ffffff;
  background-color: #494949;
  border-radius: 10px;
}

.tr_c {
  display: flex;
  align-items: center;
  border: 2px solid #a1a1a1;
  border-bottom: none;
}

.tr_buttom_c {
  border-bottom: 2px solid #a1a1a1;
}

.td_c {
  display: flex;
  align-items: center;
}

.title_table_c {
  width: 100%;
  height: 100%;
  padding: 10px;
  color: #4e4e4e;
  font-size: 22px;
  font-weight: 900;
}

.TierS_c {
  background-color: #ff5656;
}

.Tier1_c {
  background-color: #ffa217;
}

.Tier2_c {
  background-color: #ffe600;
}

.Tier3_c {
  background-color: #a6ff00;
}

.button_table_c {
  margin-left: 10px;
  color: #ffffff;
  font-size: 16px;
}

.p_table_c {
  margin-left: 10px;
  font-size: 16px;
}

.area_Chronology_c {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 50px;
}

.table_Chronology_c {
  margin-top: 20px;
}

.tr_Chronology_c {
  display: flex;
  border-bottom: 2px solid #a1a1a1;
}

.td_Chronology_c {
  display: block;
  align-items: Left;
  text-align: Left;
  padding: 5px 0;
}

.td_Chronology_h3_c {
  border-right: 4px solid #ff8800;
}

.title_Chronology_c {
  text-align: center;
  width: 100px;
  height: 30px;
  font-size: 22px;
  font-weight: 900;
}

.p_Chronology_c {
  width: 400px;
  margin: 0 10px;
  padding: 2px 0;
  font-size: 19px;
}

.tr_Chronology_buttom_c {
  border-bottom: none;
}

.td_Chronology_buttom_c {
  width: 100px;
  height: 30px;
  border-right: 4px dashed #ff8800;
}/*# sourceMappingURL=index_ver1.0.css.map */