@charset "UTF-8";

/*page*/
.page1{display:block;}
.page2,.page3,.page4,.page5{display:none;}

/*tag_clr0 tag_all*/
.kazenews .tag_clr0{
  color:#fff;
  background-color:rgba(112,112,112,0.3);
}

/*------tag_clr1------*/
.kazenews.tag_conts_clr1 .conts_sub_ttl{ color:#f8bf4b; border-color:#f8bf4b; }
.kazenews.tag_conts_clr1 .kazenews_mokuji{ background-color:rgba(248,191,75,0.1); }
.kazenews .txt_clr1{ color:#f8bf4b; }
.kazenews .tag_clr1{ color:#fff; background-color:#f8bf4b; }

/*------tag_clr2------*/
.kazenews.tag_conts_clr2 .conts_sub_ttl{ color:#70c0fd; border-color:#70c0fd; }
.kazenews.tag_conts_clr2 .kazenews_mokuji{ background-color:rgba(111,192,252,0.1); }
.kazenews .txt_clr2{ color:#70c0fd; }
.kazenews .tag_clr2{ color:#fff; background-color:#70c0fd; }

/*------tag_clr3------*/
.kazenews.tag_conts_clr3 .conts_sub_ttl{ color:#8cc660; border-color:#8cc660; }
.kazenews.tag_conts_clr3 .kazenews_mokuji{ background-color:rgba(62,208,128,0.1); }
.kazenews .txt_clr3{ color:#8cc660; }
.kazenews .tag_clr3{ color:#fff; background-color:#8cc660; }
.kazenews .tag_clr3_ttl{ color:#8cc660; border-color:#8cc660; }

/*------tag_clr4------*/
.kazenews.tag_conts_clr4 .conts_sub_ttl{ color:#cb2d5b; border-color:#cb2d5b; }
.kazenews.tag_conts_clr4 .kazenews_mokuji{ background-color:rgba(203,45,91,0.1); }
.kazenews .txt_clr4{ color:#cb2d5b; }
.kazenews .tag_clr4{ color:#fff; background-color:#cb2d5b; }
.kazenews .tag_clr4_ttl{ color:#cb2d5b; border-color:#cb2d5b; }


.articles_catg{
  margin:0;padding:0;
}

/*kazenews*/
.kazenews{
  position:relative;
  margin:0;
  padding:0;
  width:100%;
  color:#707070;
}
.kazenews_logo{
  margin:0 auto;
  padding-top:30px;
  padding-bottom:27px;
  width:282px;
  height:auto;
}
.kazenews_logo img{
  width:100%;
  height:auto;
}
@media screen and (max-width:896px){
  .kazenews{
    padding-bottom:2vw;
  }
  .kazenews_logo{
    padding-top:6vw;
    padding-bottom:6vw;
    width:55vw;
  }
}

/*kazenews_top_kv*/
.kazenews_top_kv{
  position:relative;
  margin:0;
  padding:0;
  text-rendering: auto;
  width:100%;
  height:340px;
  background-image:url("../imgs/kazenews_kv_img4.jpg");
  background-repeat:no-repeat;
  background-position:center;
  background-size:cover;
}
.kazenews_top_kv .innr{
  position:relative;
  margin:0 auto;
  width:100%;
  max-width:1040px;/*1160px;*/
  height:100%;
}
.kazenews_top_kv .top_kv_detail{
  position:absolute;
  top:50%;
  right:10vw;/*7vw;5vw;*/
  transform:translate(0,-50%);
  z-index:2;
}
.mainkv_taglist{
  margin-bottom:25px;
  padding:0;
  display:flex;
  justify-content: start;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mainkv_taglist li{
  margin-right:10px;
}
.kazenews_top_kv .kv_detail_tag{
  display:inline-block;
  /*margin-bottom:25px;*/
  margin:0;
  padding:8px 20px;
  font-size:14px;
  line-height:1;
  font-weight:bold;
  border-radius:9px;
}
.kazenews_top_kv .kv_detail_ttl{
  display:block;
  margin-bottom:30px;
  padding:0;
  text-align:left;
}
.kazenews_top_kv .kv_detail_ttl span{
  padding-bottom:2px;
  color:#606060;
  font-size:18px;
  line-height:32px;
  font-weight:bold;
  display: inline;
  background-color:#fff;
}
@media all and (-ms-high-contrast: none) {
  .kazenews_top_kv .kv_detail_ttl span{
    font-family:'メイリオ', 'Meiryo', sans-serif;
    padding:0;
  }
}

.kazenews_top_kv .kv_more_btn{
  display:block;
  width:200px;
  height:50px;
  color:#fff!important;
  font-size:16px;
  line-height:46px;
  font-weight:bold;
  text-align:center;
  text-decoration:none!important;
  border-radius:52px;
  border:2px solid #fff;
  box-sizing:border-box;
  transition: .3s ease-in-out;
}
.kazenews_top_kv .kv_more_btn.btn_gray{
  background-color:rgba(112,112,112,0.3);
}
.kazenews_top_kv .kv_more_btn:hover{
  color:#555!important;
  background-color:#fff;
}
@media screen and (max-width:896px){
  .kazenews_top_kv{
    margin-bottom:10vw;
    height:60vw;/*54vw;*/
    background-image:url("../imgs/kazenews_kv_img_sp4.jpg");
  }
  .kazenews_top_kv .top_kv_detail{
    right:5vw;
  }
  .mainkv_taglist{
    margin-bottom:3vw;
  }
  .mainkv_taglist li{
    margin-right:2vw;
  }
  .kazenews_top_kv .kv_detail_tag{
    /*margin-bottom:3vw;*/
    padding:1.5vw 3vw;
    font-size:0.75rem;
    border-radius:2vw;
  }
  .kazenews_top_kv .kv_detail_ttl{
    margin-bottom:3vw;
  }
  .kazenews_top_kv .kv_detail_ttl span{
    padding-bottom:1px;
    font-size:0.9rem;
    line-height:1.4rem;
    font-feature-settings:'palt';
  }
  .kazenews_top_kv .kv_more_btn{
    width:30vw;
    height:9vw;
    font-size:0.8rem;
    line-height:8vw;
    border-radius:9vw;
  }
  .kazenews_top_kv .kv_more_btn:hover{
    color:#fff!important;
    background-color:transparent;
  }
}

/*kazenews_top_index*/
.kazenews_top_index{
  position:relative;
  margin:0 auto;
  padding:0;
  width:100%;
  max-width:1020px;
}
.kazenews_conts{
  position:relative;
  margin:0 auto;
  padding:0 0 0 0;/*0 0 60px 0;*/
  width:100%;
}
@media (max-width:1040px){
  .kazenews_conts{
    width:90%;
  }
}
@media screen and (max-width:896px){
  .kazenews_conts{
    padding:0 0 0 0;/*0 0 8vw 0;*/
    width:85vw;
  }
}

.index_list{
  margin:0 auto;
  display:flex;
  flex-wrap:wrap;
  width:100%;
}
.index_list li{
  margin-right:50px;
  margin-bottom:50px;
  padding:0;
  width:calc(50% - 25px);
}
.index_list li:nth-child(2n){
  margin-right:0;
}
.kazenews_other .index_list li:nth-child(5),
.kazenews_other .index_list li:nth-child(6),
.kazenews_other .index_list li:nth-child(7),
.kazenews_other .index_list li:nth-child(8),
.kazenews_other .index_list li:nth-child(9),
.kazenews_other .index_list li:nth-child(10),
.kazenews_other .index_list li:nth-child(11){
  display:none;
}

@media screen and (max-width:896px){
  .index_list{
    display:block;
    margin-bottom:6vw;
    width:85vw;
  }
  .index_list li{
    margin-right:0;
    margin-bottom:7vw;
    width:85vw;
  }
}

/*thumb_detail*/
.thumb_detail{
  margin:0;
  padding:0;
  width:100%;
}
.thumb_detail a{
  position:relative;
  display:block;
  text-decoration:none!important;
  overflow:hidden;
}
.thumb_detail a.icon_new::before{
  content:'';
  position:absolute;
  width:50px;
  height:50px;
  top:0;
  left:0;
  background-image:url("../imgs/icon_new.svg");
  background-repeat:no-repeat;
  background-position:center;
  background-size:cover;
  z-index:1;
}
.thumb_detail a:hover > .thumb_img img{
  transform: scale(1.1);
}
.thumb_detail a:hover > .thumb_ttl{
  text-decoration:underline;
}
.thumb_detail .thumb_img{
  margin-bottom:20px;
  padding:0;
  width:100%;
  overflow:hidden;
}
.thumb_detail .thumb_img img{
  width:100%;
  height:auto;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.thumb_detail .thumb_ttl{
  margin:0;
  padding:0;
  font-size:16px;
  font-weight:bold;
  color:#606060;
}
@media screen and (max-width:896px){
  .thumb_detail a.icon_new::before{
    width:11vw;
    height:11vw;
  }
  .thumb_detail .thumb_img{
    margin-bottom:4vw;
  }
  .thumb_detail .thumb_ttl{
    font-size:0.9rem;
  }
}

/*taglist_index*/
.taglist_index{
  margin-top:50px;
  margin-bottom:15px;
  padding:0;
  display:flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  vertical-align: top;
}
.taglist_index.tag_sort{
  margin-top:0;
}
.thumb_tag_ttl{
  margin-right:13px;
  padding:6px 0 10px 0;
  font-size:15px;
  line-height:1;
  font-weight:bold;
}
.thumb_taglist{
  margin:0;
  margin-top:12px;
  padding:0;
  display:flex;
  flex-wrap:wrap;
  justify-content:start;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.taglist_index .thumb_taglist{
  margin-top:0;
}
.thumb_taglist li{
  margin-right:10px;
  margin-bottom:12px;
  width:auto;
}
.thumb_taglist li:nth-child(2n){
  margin-right:10px;
}
.thumb_taglist li:last-child{
  margin-right:0;
}
.thumb_tag{
  display:inline-block;
  margin:0;
  padding:8px 20px;
  font-size:14px;
  line-height:1;
  font-weight:bold;
  border-radius:9px;
}
.thumb_taglist li a{
  display:block;
  text-decoration:none;
}
.thumb_taglist li a:hover{
  opacity:0.7;
}
.thumb_taglist li a.noactive{
  opacity:0.6;
}
.thumb_taglist li a.noactive .thumb_tag{
  background-color:#999;
}
@media screen and (max-width:896px){
  .taglist_index{
    margin-top:0;
    margin-bottom:3vw;
    display:block;
  }
  .thumb_tag_ttl{
    margin-right:0;
    margin-bottom:2.5vw;
    padding:0;
    font-size:0.85rem;
  }
  .thumb_taglist{
    margin-top:3vw;
  }
  .taglist_index .thumb_taglist{
    margin-top:0;
  }
  .thumb_taglist li{
    margin-right:2vw;
    margin-bottom:2vw;
  }
  .thumb_taglist li:nth-child(2n){
    margin-right:2vw;
  }
  .thumb_tag{
    padding:1.5vw 3vw;
    font-size:0.75rem;
    border-radius:2vw;
  }
}

/*index_more_btn*/
.index_more_btn{
  position:relative;
  margin:0 auto;
  display:block;
  width:220px;
  height:54px;
  color:#707070!important;
  font-size:16px;
  line-height:50px;
  font-weight:bold;
  text-align:center;
  text-decoration: none!important;
  border-radius: 54px;
  border: 2px solid #707070;
  box-sizing: border-box;
  transition: .3s ease-in-out;
}
.index_more_btn::after{
  position:absolute;
  margin: auto;
  content: "";
  vertical-align: middle;
  right:27px;
  width:7px;
  height:7px;
  top:0;
  bottom:0;
  border-top: 2px solid #707070;
  border-right: 2px solid #707070;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.index_more_btn:hover{
  color:#fff!important;
  background-color:#707070;
}
.index_more_btn:hover::after{
  border-color:#fff;
}
@media screen and (max-width:896px){
  .index_more_btn{
    width:66vw;
    height:12.5vw;
    font-size:1rem;
    line-height:12vw;
  }
  .index_more_btn:hover{
    color:#707070!important;
    background-color:transparent;
  }
  .index_more_btn:hover::after{
    border-color:#707070;
  }
}

/*conts_wrapper*/
.conts_wrapper{
  position:relative;
  margin:0 auto;
  width:100%;
  max-width:1040px;
  color:#707070;
}
.conts_wrapper img{
  width:100%;
  height:auto;
}

/*kazenews_index_breadcrumb*/
.kazenews_index_breadcrumb{
  position: relative;
  margin: 0 auto;
  margin-bottom: 20px;
  width:100%;
  max-width: 1020px;
}

/*kazenews_breadcrumb*/
.kazenews_breadcrumb{
  position:relative;
  margin:0 auto;
  margin-top:25px;
  margin-bottom:40px;
  width:100%;
}
.kazenews_breadcrumb_list{
  list-style: none;
  display:flex;
  align-items:center;
}
.kazenews_breadcrumb_list li{
  margin-right:9px;
  color:#707070;
  font-size:12px;
  line-height:1;
}
.kazenews_breadcrumb_list li:last-child{
  margin-right:0;
}
.kazenews_breadcrumb_list li a{
  line-height:1;
  color:#707070!important;
  text-decoration:none!important;
}
.kazenews_breadcrumb_list li a:hover{
  text-decoration:underline!important;
}
@media screen and (max-width:1040px){
  .kazenews_breadcrumb{
    width:90%;
  }
  .kazenews_index_breadcrumb{
    width:90%;
  }
}
@media screen and (max-width:896px){
  .kazenews_breadcrumb{
    display:none;
  }
  .kazenews_index_breadcrumb{
    display:none;
  }
}

.conts_main_ttl{
  margin:0 auto;
  margin-bottom:10px;
  text-align:left;
  display:flex;
  -webkit-box-align:start;
	-ms-flex-align:start;
	align-items:flex-start;
  vertical-align:top;
  width:100%;
}
.conts_main_ttl_tag{
  margin:0 auto;
  margin-bottom:20px;
  display:flex;
  width:100%;
}
.conts_main_ttl_tag p{
  margin-right:10px;
}
.conts_main_ttl_tag a{
  display:block;
  text-decoration:none;
}
.conts_main_ttl_tag a:hover{
  opacity:0.7;
}
.conts_main_ttl .thumb_tag{
  margin-right:10px;
  flex-shrink: 0;
}
.conts_main_img{
  padding-bottom:20px;
  width:100%;
  height:auto;
}
.article_main{
  margin-bottom:40px;
  padding:0;
  width:100%;
}
.conts_main_ttl span{
  font-size:20px;
  line-height:1.4;
  font-weight:bold;
}
.conts_sub_ttl{
  margin-bottom:30px;
  padding:15px 0;
  font-size:22px;
  line-height:1.6;
  font-weight:bold;
  border-top:1px solid #fff;
  border-bottom:1px solid #fff;
}
.conts_sub_txt{
  padding-bottom:20px;
  font-size:15px;
  line-height:1.7;
}
.conts_sub_txt.txt_caption{
  margin:0 auto;
  max-width:700px;
  font-weight:bold;
}
.conts_sub_txt.txt_caption2{
  margin:0 auto;
  max-width:700px;
  font-size:13px;
  font-weight:normal;
}
.conts_sub_txt.txt_center{
  text-align:center;
}
.conts_sub_txt.img_set_txt{
  padding-bottom:0;
}
.conts_sub_txt.txt_end{
  padding-bottom:0;
}
.conts_sub_txt .sub_ttl{
  display:block;
  padding-bottom:5px;
  font-size:17px;
  line-height:1.6;
  font-weight:bold;
}
/*add_20211116*/
.conts_sub_txt .sub_ttl2{
  display:block;
  padding-bottom:5px;
  font-size:17px;
  line-height:1.6;
  font-weight:bold;
  color:#cb2d5b;
}
.conts_sub_txt .sub_ttl3{
  position:relative;
  padding-bottom:2px;
  font-weight:bold;
  border-bottom:2px solid #da6c8c;
}
.conts_sub_txt .sub_ttl4{
  display:block;
  position:relative;
  margin-bottom:10px;
  padding-left:0.5em;
  font-size:17px;
  line-height:1.6;
  font-weight:bold;
}
.conts_sub_txt .sub_ttl4::before{
  content:'';
  position:absolute;
  width:3px;
  height:100%;
  top:0;
  left:0;
  background-color:#cb2d5b;
}
/*20211208*/
.conts_sub_txt .sub_ttl5{
  position:relative;
  font-size:17px;
  line-height:1.6;
  font-weight:bold;
}
.cnts_sub_section{
  margin-bottom:40px;
  padding:20px 20px 0 20px;
  background-color: rgba(203,45,91,0.1);
}

.conts_sub_txt b,.conts_sub_txt strong{
  display:block;
  padding-bottom:10px;
  font-size:17px;
  line-height:1.6;
  font-weight:bold;
}
.conts_sub_txt.txt_line{
  display:inline-block;
  margin-bottom:20px;
  border-bottom:1px solid #707070;
  font-size:20px;
}
.conts_sub_txt.txt_line strong{
  padding-bottom:0;
}
.conts_sub_txt.txt_red{
  font-size:12px;
  color:#ff0000;
}

.conts_sub_img{
  margin:0 auto;
  padding-bottom:20px;
  width:100%;
  height:auto;
}
.conts_sub_img.no_wideimg{
  max-width:600px;
}
.conts_sub_img.no_wideimg2{
  max-width:400px;
}
.conts_sub_img.no_wideimg3{
  margin:0;
  padding-right:30px;
  width:20%;
}
.conts_sub_img.no_wideimg4{
  max-width:300px;
}
.conts_flex_list{
  margin-bottom:20px;
  display:flex;
  align-items: flex-start;
  width:100%;
}
.conts_flex_list_txt{
  margin:0;
  padding:0;
  width:80%;
}

.conts_sub_note{
  padding:20px 10px;
  /*width:100%;*/
  font-size:12px;
  line-height:1.6;
  border-top:1px solid #d4d5d5;
  border-bottom:1px solid #d4d5d5;
}
.conts_sub_note a{
  color:#ca3839!important;
  text-decoration:underline!important;
}
.article_lead{
  margin:0;
  padding:20px 0;
}
.article_lead p{
  font-size:1rem;
  line-height:2;
  font-weight:bold;
}
@media screen and (max-width:1040px){
  .conts_main_ttl{
    width:90%;
  }
  .conts_main_ttl_tag{
    width:90%;
  }
}
@media screen and (max-width:896px){
  .conts_main_ttl{
    display:block;
    margin-bottom:3vw;
    width:85vw;
  }
  .conts_main_ttl_tag{
    margin-bottom:4vw;
    width:85vw;
  }
  .conts_main_ttl_tag p{
    margin-right:2vw;
  }
  .conts_main_ttl .thumb_tag{
    margin-right:0;
    margin-bottom:2vw;
  }
  .conts_main_img{
    padding-bottom:6vw;
  }
  .article_main{
    margin-bottom:8vw;
  }
  .conts_main_ttl span{
    display:block;
    font-size:1rem;
    line-height:1.4;
    font-feature-settings:'palt';
  }
  .conts_sub_ttl{
    margin-bottom:6vw;
    padding:4vw 0;
    font-size:1.1rem;
    line-height:1.4;
    font-feature-settings:'palt';
  }
  .conts_sub_txt{
    padding-bottom:6vw;
    font-size:0.85rem;
  }
  .conts_sub_txt .sub_ttl{
    padding-bottom:1vw;
    font-size:0.9rem;
  }
  .conts_sub_txt b,.conts_sub_txt strong{
    padding-bottom:2vw;
    font-size:0.9rem;
  }
  .conts_sub_txt .sub_ttl2{
    padding-bottom:2vw;
    font-size:1rem;
  }
  .conts_sub_txt .sub_ttl4{
    margin-bottom:3vw;
    font-size:1rem;
  }
  /*20211208*/
  .conts_sub_txt .sub_ttl5{
    font-size:1rem;
  }
  .cnts_sub_section{
    margin-bottom:8vw;
    padding:6vw 4vw 0 4vw;
  }
  
  .conts_sub_txt.txt_line{
    margin-bottom:4vw;
    font-size:1rem;
  }
  .conts_sub_txt.txt_red{
    font-size:0.8rem;
  }

  .article_lead{
    padding:4vw 0;
  }
  .conts_sub_note{
    padding:4vw 0;
    font-size: 0.8rem;
  }
  .conts_flex_list{
    margin-bottom:4vw;
    display:block;
    width:100%;
  }
  .conts_sub_img.no_wideimg3{
    margin:0 auto;
    padding-right:0;
    padding-bottom:6vw;
    width:60%;
  }
  .conts_flex_list_txt{
    width:100%;
  }
}

/*kazenews_mokuji*/
.kazenews_mokuji{
  margin:0 auto;
  margin-top:20px;
  margin-bottom:40px;
  width:100%;
  max-width:700px;
  text-align:center;
  /*background-color:#fff9eb;*/
}
.kazenews_mokuji_list{
  display:inline-block;
  margin:0 auto;
  padding:45px 0;
  text-align:left;
  width:auto;
  list-style:none;
}
.kazenews_mokuji_list li{
  display:block;
  margin-bottom:15px;
  font-size:16px;
  line-height:1.2;
  font-weight:bold;
}
.kazenews_mokuji_list li:last-child{
  margin-bottom:0;
}
.kazenews_mokuji_list li a{
  color:#707070!important;
  text-decoration:none!important;
}
.kazenews_mokuji_list li a:hover{
  opacity:0.7;
  transition:.4s;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
@media screen and (max-width:896px){
  .kazenews_mokuji{
    margin-top:2vw;
    margin-bottom:8vw;
  }
  .kazenews_mokuji_list{
    padding:6vw 4vw;
  }
  .kazenews_mokuji_list li{
    margin-bottom:3vw;
    font-size:0.9rem;
    line-height:1.2;
    font-feature-settings:'palt';
  }
}

/*kazenews_other*/
.kazenews_other{
  position:relative;
  margin:0 auto;
  margin-top:60px;
  margin-bottom:60px;
  padding:0;
  width:100%;
  max-width:1020px;
}
.kazenews_other_ttl{
  margin-bottom:30px;
  font-size:20px;
  line-height:1.6;
  font-weight:bold;
}
.kazenews_other_ttl span{
  display:inline-block;
  padding-left:20px;
  font-size:16px;
}
.tag_backbtn{
  margin-top:40px;
  padding-bottom:20px;
}
.kazenews_other .index_more_btn,.tag_backbtn .index_more_btn{
  width:300px;
}
.kazenews_other .index_more_btn::after,.tag_backbtn .index_more_btn::after{
  content:none;
}
@media (max-width: 1040px){
  .kazenews_other{
    width:90%;
  }
}
@media screen and (max-width:896px){
  .kazenews_other{
    margin-top:12vw;
    margin-bottom:0;
    padding-bottom:4vw;
    width:85vw;
  }
  .kazenews_other_ttl{
    margin-bottom:5vw;
    font-size:1rem;
  }
  .kazenews_other_ttl span{
    padding-left:4vw;
    font-size:1rem;
  }
  .tag_backbtn{
    margin-top:12vw;/*8vw;*/
    padding-bottom:4vw;
  }
  .kazenews_other .index_more_btn,.tag_backbtn .index_more_btn{
    width:75vw;
  }
}
