@charset "utf-8";
/* CSS Document */
#top_kv {
  margin-top: 10rem;
  position: relative;
}

#top_kv a {
  text-decoration: none;
  color: inherit;
}
#top_kv a:hover {
  opacity: 1;
}
#area_kvimg {
  height: 29vw;
  overflow: hidden;
  position: relative;
}
#area_kvimg .kvimg{
  background-size:cover;
  height: 29vw;
  opacity: 0;
 /* display: none;*/
  position: absolute;
  top:0;
  width: 100%;
}
#area_kvimg .kvimg.kv_active{
  opacity: 1;
/*  display: block;*/
}
.kvimg {
  transition: 1.0s ;
}
.only_spkv {
  display: none;
}

#kv_link.no_pointer{
  cursor:unset;
}

.ul_switch_kv {
  position: absolute;
  bottom: 0;
  left: 2.5rem;
}
.switch_kv {
  width: 1.3rem;
  height: 3.5rem;
  opacity: 0.7;
  margin-right: 1rem;
  border-top: 0.3rem solid #fff;
  cursor: pointer;
}
.active_li {
  opacity: 1;
}

.area_top a {
  text-decoration: none;
  color: inherit;
}

/*--NewsList--*/
#area_topNewsList {
  border-top: solid 0.1rem #ddd;
  border-bottom: solid 0.1rem #ddd;
  padding: 4rem 0;
  margin-bottom: 6rem;
}
#area_topNewsList dt {
  font-weight: bold;
}
#area_topNewsList .box_left {
  padding: 0 2rem;
}
#area_topNewsList .box_left h2 {
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 2rem;
  margin: 0 0 2rem;
  border: none;
  padding-left: 0;
}
#box_newsBtn {
  width: 70%;
  margin: 0 auto;
}
#box_newsBtn .btn_cmn {
  margin-bottom: 1rem;
  padding-right: 1.5rem;
}
#area_topNewsList .box_right {
  border-left: solid 0.1rem #ddd;
  padding-left: 6rem;
}
.ul_topNews li {
  position: relative;
  padding-bottom: 1rem;
}
.li_newsTtl {
  width: 90%;
  display: flex;
  align-items: flex-start;
}
.li_newsTtl .icon_category {
  margin-top: 0.2rem;
}
.li_newsTtl a {
  color: #293382;
  flex: 1;
}
.li_newsDate {
  position: absolute;
  right: 0;
  top: 0.3rem;
  font-size: 1.3rem;
}

/*--CM--*/
#area_TopCM {
  margin-bottom: 3rem;
}
.top_cmMsg {
  padding: 1rem 0.1rem 0;
}
.top_cmMsg p:not(.card_ttl){
  font-size: 1.3rem;
}
/*--banner--*/
#area_banner {
  margin-bottom: 5rem;
}
.box_banner {
  margin-bottom: 2rem;
}

/*災害速報*/
.box_emergency {
  background-color: #f0d0d1;
  padding: 0.5rem 1rem;
  color: #c6312d;
  font-weight: bold;
  border-radius: 0.3rem;
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 2rem;
}

.box_emergency::before {
  font-family: Material Icons;
  content: "\e002";
  padding-right: 1rem;
  font-size: 2.5rem;
}

.box_emergency::after {
  font-family: Material Icons;
  content: "\e5cc";
  position: absolute;
  right: 1rem;
}
@media screen and (max-width: 1024px) {
  #top_kv {
    margin-top: 0;
  }

  #kv_ttl {
    margin-left: 1rem;
  }

 /*背景Gray*/
 #area_bgGray {
  background-color: #f3f3f3;
  padding: 4rem 2rem 1rem;
}
/*NewsList*/
#area_topNewsList .box_left {
  padding: 0 1rem;
}
#box_newsBtn {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border: #fff;
}
#box_newsBtn .btn_cmn {
  padding: 0.5rem;
  border: #fff solid 0.1rem;
}
#box_newsBtn .btn_cmn:nth-child(1) {
  border-radius: 5em 0 0 5em / 5em 0 0 5em;
  width: 35%;
}
#box_newsBtn .btn_cmn:nth-child(2) {
  border-radius: 0;
  width: 35%;
}
#box_newsBtn .btn_cmn:nth-child(3) {
  border-radius: 0 5em 5em 0 /0 5em 5em 0;
  width: 30%;
}
#area_topNewsList {
  background-color: #fff;
  border: none;
  padding-bottom: 0;
}
#area_topNewsList .box_right {
  border: none;
  padding: 3rem 2rem;
}
.ul_topNews li {
  padding-bottom: 2rem;
}
.li_newsTtl {
  flex-direction: column;
  width: 100%;
}
.li_newsTtl .icon_category {
  margin-bottom: 0.5rem;
}
/*top_CM*/
#area_TopCM {
  padding: 0;
}
.top_cmMsg {
  background-color: #fff;
  padding: 2rem 2rem 3rem;
}
/*banner*/
#area_banner {
  display: none;
}
/**災害速報*/
.area_emergency {
  margin-top: -2rem;
}
}

/*-------------------スマホ以下用-------------------*/
@media screen and (max-width: 560px) {
  #top_kv {
    margin-top: 0;
  }
  .only_spkv {
    display: block;
  }
  .only_pckv {
    display: none;
  }
  #area_kvimg {
    height: 75vw;
  }
  #area_kvimg .kvimg{
    height: 75vw
  }
  .switch_kv {
    height: 2rem;
  }
}
