.red{
 color: #E04855;
}
.header-v1{
  width: 100%;
}
.article_main p{
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.8;
}
.section-v1{ 
  overflow: inherit; 
}
.common-wrap-v2{
  width: 100%;
  padding-bottom: 10rem;
}
header{
  /* max-width: 96rem; */
  width: 100%;
  margin: auto;
  padding: 1rem 1rem 1.5rem 1.5rem;
}
.footer-v1{
  padding: 8rem 0;
}
.dn-title{
  font-family: "Lato","Noto Sans JP","Meiryo","メイリオ",Verdana,"ＭＳ Ｐゴシック",sans-serif;
  text-align: center;
  font-size: 6rem;
  font-weight: bold;
  color: #E60021;
  margin-bottom: 3rem;
  line-height: 1.2;
}
.coming-soon{
  /* max-width: 96rem; */
  width: 100%;
  background: #F1F1F1;
  margin-left: auto;
  margin-right: auto;
  padding: 4em;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 6rem;
}
.coming-soon h2{
  font-size: 4.8rem;
  font-weight: bold;
  font-family: "Lato","Noto Sans JP","Meiryo","メイリオ",Verdana,"ＭＳ Ｐゴシック",sans-serif;
  margin-bottom: .5em;
}
.coming-soon__text{
  font-size: 3.2rem;
  font-family: "Lato","Noto Sans JP","Meiryo","メイリオ",Verdana,"ＭＳ Ｐゴシック",sans-serif;
  margin-bottom: 1em;
}
.btn-black{
  background: #000;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  border-radius: 3em;
  padding: .5em 2em;
  margin-bottom: 4em;
}

/*マージン*/
.mb10 {margin-bottom: 10px;}
.mb20 {margin-bottom: 20px;}
.mb30 {margin-bottom: 30px;}
.mb40 {margin-bottom: 40px;}

.mt10 {margin-top: 10px;}
.mt20 {margin-top: 20px;}
.mt30 {margin-top: 30px;}
.mt40 {margin-top: 40px;}

/*パーツ*/
.bold{
  font-weight: bold;
}
.txt_right{
  text-align: right;
}
.trend_list{
  margin-top: 3rem;
}
.trend_list li{
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.6;
  margin-bottom: 1.8rem;
}
.trend_list.ind_no li{
  text-indent: 0;
  padding-left: 0;
  line-height: 1.6;
  margin-bottom: 1.8rem;
}
.trend_list li span{
  font-weight: bold;
  padding-bottom: 1rem;
  display: block;
}
.trend_list li div{
  text-indent: 1em;
}
.trend_list li a{
  text-decoration: underline;
}
.trend_list li ul li, .trend_list.ind_no li ul li{
  margin-bottom: .5rem;
  text-indent: -1.3em;
  padding-left: 1.3em;
}
.trend_list.en li{
  text-indent: 0;
  padding-left: 0;
}
.trend_list.en li.indent, .trend_list.en div.indent{
  text-indent: -1.3em;
  padding-left: 1.3em;
}
.trend_list.ind_no div.noindent{
  text-indent: 0;
  padding-left: 1em;
}
.trend_list.closeup li{
  font-weight: normal;
}

a.link_line{
  text-decoration: underline;
}
.closeup_list li{
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.6;
  margin-bottom: .5rem;
  font-size: 1.4rem;
  font-weight: normal;
}
.closeup_list.ind_none li{
  text-indent: 0;
  padding-left: 0;
}
.en_block{
  margin-top: 3rem;
}
.closeup_04_img{
  margin-top: 5rem;
}

/*シェアボタン*/
.share_button{
  display: flex;
  justify-content: flex-end;
  padding: 0;
  margin-bottom: 3rem;
}
.page_share_twitter{
  margin: auto 1.5rem;
  width: 3.8rem;
  height: 3.2rem;
  background: url("/2022/f4/dairynews/assets/images/common/social_icon_tw.svg") no-repeat 0 0;
  background-size: cover;
  display: block;
}
.page_share_facebook{
  margin: auto 1.5rem;
  width: 3.6rem;
  height: 3.6rem;
  background: url("/2022/f4/dairynews/assets/images/common/social_icon_fb.svg") no-repeat 0 0;
  background-size: cover;
  display: block;
}
.page_share_line{
  margin:  auto 1.5rem;
  width: 3.6rem;
  height: 3.6rem;
  background: url("/2022/f4/dairynews/assets/images/common/social_icon_line.svg") no-repeat 0 0;
  background-size: cover;
  display: block;
}


/*カテゴリーメニュー*/
.cat_menu{
  display: flex;
  justify-content: center;
  margin-bottom: 7rem;
}
.cat_menu li {
  margin: 0 2rem;
}
.cat_menu li a{
  font-size: 2.2rem;
  font-weight: bold;
  padding: 1rem 1rem;
  display: block;
}
.cat_menu li a.trend.current{
  background-color: #FF8F0B;
  border: solid 1px #FF8F0B;
  color: #fff;
}
.cat_menu li a.closeup.current{
  background-color: #4CB0EF;
  border: solid 1px #4CB0EF;
  color: #fff;
}
.cat_menu li a.topics.current{
  background-color: #50C947;
  border: solid 1px #50C947;
  color: #fff;
}

/*トレンド　サブタイトル　メインタイトル*/
.trend.sub_ttl{
  background-color: #F1F1F1;
  font-size: 2.1rem;
  border-left: solid 20px #FF8F0B;
  font-weight: bold;
  padding: 1.6rem 0 1.6rem 3rem;
  margin-bottom: 5rem;
  line-height: 1.3;
}
.trend.sub_ttl span{
  display: block;
  font-size: 1.6rem;
  font-weight: normal;
  margin-top: 1rem;
}
.trend.headding_ttl{
  font-size: 5rem;
  padding-bottom: 3rem;
  border-bottom: solid 4px #FF8F0B;
  margin-bottom: 4rem;
  padding-left: 5rem;
  font-weight: bold;
}
.trend.headding_ttl span{
  font-size: 1.8rem;
  font-weight: normal;
  display: block;
  margin-top: 2rem;
}
/*クローズアップ　サブタイトル　メインタイトル*/
.closeup.sub_ttl{
  background-color: #F1F1F1;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 0 2.5rem 0 0;
  margin-bottom: 5rem;
  line-height: 1.3;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.closeup.sub_ttl .company{
  width: 40%;
  background-color: #000;
  color: #fff;
  padding: 1.6rem 2.5rem 1.6rem 3rem;
}
.closeup.sub_ttl .venue_number{
  border: solid 1px #ccc;
  padding: 10px;
}
.closeup.sub_ttl span{
  display: block;
  font-size: 1.6rem;
  font-weight: normal;
  margin-top: 1rem;
}
.closeup.headding_ttl{
  font-size: 5rem;
  font-weight: bold;
  padding-bottom: 3rem;
  border-bottom: solid 4px #DDDDDD;
  margin-bottom: 2.8rem;
  text-align: center;
  line-height: 1.2;
}
.closeup.headding_ttl span{
  font-size: 1.8rem;
  font-weight: normal;
  display: block;
  margin-top: 2rem;
}
.closeup.headding_ttl span.fs24{
  font-size: 2.4rem;
  font-weight: bold;
  display: inline;
}
/*記事ブロック*/
.article{
  display: flex;
  justify-content:space-around;
  margin-bottom: 5rem;
}
.btn_lang{
  width: 230px;
  color: #E64057;
  display: flex;
  justify-content: flex-start;
  margin: 0 0 3.6rem auto;
  border: solid 1px #E64057;
  border-radius: 4px;
}
.btn_lang div{
  width: 50%;
  text-align: center;
  padding: .5rem 0;
  cursor: pointer;
}
.btn_lang div.current{
  background-color: #E64057;
  color: #fff;
}
.article_main{
  width: calc((70.8% -350px) - 4rem);
  margin-right: 4rem;
  margin-bottom: 5rem;
  margin-top: 6rem;
}
.article_column.w100{
  padding: 0 1.7%;
}
.bottom_b{
  border-bottom: solid 1px #ccc;
  padding-bottom: 4.4rem;
}
.article_main .headding_a{
  border-left:solid 9px #FF8F0B;
  font-size: 2.4rem;
  font-weight: bold;
  padding: .5rem 0 .5rem 2.3rem;
  margin: 4rem 0 2.3rem;
  line-height: 1.3;
}
.article_main .headding_a.trend{
  border-left:solid 9px #FF8F0B;
}
.article_main .headding_a.closeup{
  border-left:solid 9px #4CB0EF;
}
.article_main .headding_a.topics{
  border-left:solid 9px #E04855;
  line-height: 1.4;
  margin-bottom: 5rem;
}
.article_main .headding_a.topics:first-child{
  margin-top: 0;
}
.article_main .headding_a.topics span{
  font-size: 1.6rem;
  margin-top: 1rem;
  display: block;
}
.article_main .headding_a.b_none{
  border-left:none;
  padding: .5rem 0 ;
}
.article_main .ad_950{
  margin-top: 6rem;
  text-align: center;
}
.article_main .ad_950 a{
  display: block;
}
.article_side{
  width: 29.2%;
  max-width: 350px;
}
.article_side .ad_350{
  margin-bottom: 4rem;
}
.article_side .ad_350 a{
  display: block;
}
.article_side p.ttl{
  font-size: 2.8rem;
  font-weight: bold;
  color: #333333;
  margin-bottom: 1.3rem;
}
.article_side .event_banner{
  margin-bottom: 5rem;
}
.article_side .event_banner a{
  margin-bottom: 2rem;
  display: block;
}
.article_side .related_article_list{
  display: block;
}
.article_side .related_article_list li{
  width: 100%;
}
.article_side .related_article_list li a{
  padding: 1rem ;
}
.article_side .related_article_list li a .cat_txt{
  margin-bottom: 1rem;
  font-size: 1.6rem;
}
.article_side .related_article_list li a p{
  margin-bottom: 1rem;
}
.column2_center, .column2_photo{
  display: flex;
  justify-content: space-between;
}
.column2_center div{
  width: calc(96% / 2);
}
.column2_photo .left_block{
  width: calc( 35% - 5rem );
  margin-right: 5rem;
}
.column2_photo .left_block p{
  font-size: 1.4rem;
  line-height: 1.6;
  margin-top: 3rem;
}
.column2_photo .right_block{
  width: 65%;
}
.trend_img{
  width: 70%;
  margin: 6rem auto 3rem;
}
.txt_block.current, .trend.headding_ttl.current{
  display: block;
}
.txt_block, .trend.headding_ttl{
  display: none;
}

/*関連記事*/
.related_article{
  display: flex;
  justify-content: flex-start;
  margin-bottom: 3rem;
}
/*関連記事 見出し　h3*/
.related_article .headding_cat{
  color: #E60021;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.6;
  margin-right: 7rem;
}
.related_article .headding_cat span{
  color: #333333;
  font-size: 1.6rem;
  font-weight: bold;
  display: block;
}
/*関連記事 カテゴリー*/
.related_article ul{
  display: flex;
  justify-content: flex-start;
}
.related_article ul li a{
  display: block;
  border: solid 1px #cccccc;
  padding: .9rem 3rem 1.4rem;
  color: #999999;
  font-size: 2.4rem;
  font-weight: bold;
  margin-right: 2rem;
}
.related_article ul li.trend a.current{
  background-color: #FF8F0B;
  border: solid 1px #FF8F0B;
  color: #fff;
}
.related_article ul li.closeup a.current{
  background-color: #4CB0EF;
  border: solid 1px #4CB0EF;
  color: #fff;
}
.related_article ul li.topics a.current{
  background-color: #50C947;
  border: solid 1px #50C947;
  color: #fff;
}
/*関連記事 リスト*/
.related_article_list{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.related_article_list li{
  width: calc((100% - 7rem)/ 3);
  margin-right: 3.5rem;
  margin-bottom: 2rem;
  display:flex;
  flex-direction:column;
}
.related_article_list li:nth-child(3n){
  margin-right: 0;
}
.related_article_list li a{
  border:solid 1px #cccccc;
  border-left: none;
  padding: 1rem 1rem 3rem 1.5rem;
  font-weight: bold;
  line-height: 1.3;
  flex-grow:1;
  display:flex;
  flex-direction:column;
}
.related_article_list li a .cat_txt{
  font-size: 1.9rem;
  margin-bottom: 1.5rem;
}
.related_article_list li a p{
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 2.3rem;
  flex-grow:1;
}
.related_article_list li a span{
  font-size: 1.2rem;
  font-weight: normal;
}
/*カテゴリーカラー　左のボーダー*/
.related_article_list.trend li a{border-left:solid 10px #FF8F0B;}
.related_article_list.closeup li a{border-left:solid 10px #4CB0EF;}
.related_article_list.topics li a{border-left:solid 10px #50C947;}
/*カテゴリーカラー　テキスト*/
.related_article_list.trend li a .cat_txt{color: #FF8F0B;}
.related_article_list.closeup li a .cat_txt{color: #4CB0EF;}
.related_article_list.topics li a .cat_txt{color: #50C947;}

/*トピックス*/
.topics_txt{
  text-align: center;
  margin-bottom: 6rem;
  line-height: 1.4;
}
.topics_ttl{
  padding: 3rem 0 2.5rem;
  text-align: center;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  background-image: url("/2022/f4/dairynews/assets/images/common/topics_ttl.png");
  background-size: cover;
}
.topics_ttl span{
  display: block;
  font-size: 1.6rem;
  margin-top: 1rem;
}
.topics_summary{
  background-color: #F8F8F8;
  position: relative;
  padding: 3rem 3.6rem;
  line-height: 1.4;
  margin-top: 5rem;
}
.topics_summary li{
  border-top: solid 1px #CCCCCC;
  padding: 1.6rem 0;
  display: flex;
  justify-content: flex-start;
}
.topics_summary li:first-child{
  border-top:none;
}
.topics_summary li .th{
  width: 20%;
  font-weight: bold;
  font-size: 2.2rem;
}
.topics_summary li .td{
  width: 80%;
}
.article_main p.caption{
  font-size: 1.4rem;
  color: #888888;
  line-height: 1.4;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.related_article_wrap .related_article_list{
  display: none;
}
/*バックナンバー*/
.backnumber_title{
  border-left:solid 9px #E04855;
  line-height: 1.4;
  margin-bottom: 5rem;
  padding-left: .75em;
}
.backnumber_block{
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  margin-top: 10rem;
  padding: 3rem 0;
}
.link_backnumber{
  position: relative;
  margin-top:0;
  font-size:inherit;
}
.link_backnumber::after{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -3rem;
  margin-top: -.6rem;
  width: 1.4rem;
  height: 1.4rem;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  transform: rotate(45deg);
}
.backnumber_block .headding_a.topics{
  margin-bottom:3rem;
  display: inline-block;
}
.backnumber_block ul li{
  margin-left: 3rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: solid 1px #ccc;
  line-height: 1.6;
  font-weight: normal;
}
.backnumber_block ul li:last-child{
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

/*バックナンバーページ*/
.common-mv-v2.backnumber{
  margin-bottom: 0;
}
.backnumber_header{
  background-color: #F2F2F2;
}
.backnumber_header .backnumber{
  padding: 7rem 0 0;
}
.backnumber_header .backnumber p{
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1.6;
}
.backnumber_header .ttl_backnumber{
  font-size: 4.6rem;
  margin-bottom: 2rem;
  font-weight: bold;
}
.backnumber_wrap{
  border-top: solid 1px #ccc;
  padding-bottom: 5rem;
}
.backnumber_wrap:first-child{
  border-top: none;
}
.backnumber_box{
  display: flex;
  justify-content: space-between;
  padding: 5rem 0;
}
.backnumber_box .detail{
  width: calc(100% - 35%);
  padding-right: 7rem;
  line-height: 1.4;
}
.backnumber_box .photo{
  width: 35%;
}
.backnumber_box .detail div{
  font-size: 2.6rem;
  margin-bottom: 1.5rem;
}
.backnumber_box .detail div span{
  display: block;
}
.btn_backnumber{
  text-align: right;
}
.btn_backnumber a{
  display: inline-block;
  background-color: #E04855;
  color: #fff;
  font-weight: bold;
  padding: .7rem 1rem;
  margin-top: 1rem ;
  font-size: 1.6rem;
}
.btn_backnumber a span{
  position: relative;
  padding-right: 1.5rem;
}
.btn_backnumber a span::before{
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -.5rem;
  width: 1rem;
  height: 1rem;
  border-top:solid 2px #fff;
  border-right:solid 2px #fff;
  transform: rotate(45deg);
}
.contents_link{
  display: flex;
  width: 100%;
}
.contents_link li{
  width: calc((100% - 6rem) /3);
  margin-right: 3rem;
  border: solid 1px #ccc;
}
.contents_link li:last-child{
  margin-right: 0;
}
.contents_link li .topics, .contents_link li .trend, .contents_link li .closeup{
  background-color: #50C947;
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 50%;
  padding: .6rem 0;
}
.contents_link li .trend{
  background-color: #FF8F0B;
}
.contents_link li .closeup{
  background-color: #4CB0EF;
}
.contents_link div{
  display: flex;
  justify-content: flex-start;
  padding: .7rem;
  line-height: 1.2;
}
.contents_link div .txt{
  width: calc(100% - 145px);
  display: block;
  font-weight: bold;
}
.contents_link li div{
  display: block; 
  font-weight: bold;
  padding: 1.5rem;
}
.contents_link li div div{
  padding: 0;
}
.contents_link div .txt span,
.contents_link li div span{
  display: block;
  font-weight: normal;
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
.contents_link div .photo{
  width: 145px;
  height: 100px;
  margin-right: 1rem;
}
.contents_link div .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 820px) {
  /*パーツ*/
  .closeup_04_img{
  margin-top: 2rem;
  }
  .closeup_04_img div{
  margin-top: 2rem;
  }
  /*シェアボタン*/
.share_button{
  justify-content: center;
  margin: 5rem 0;
}
  /*カテゴリーメニュー*/
  .cat_menu{
    display: flex;
    justify-content: center;
    margin-bottom: 7rem;
  }
  .cat_menu li {
    margin: 0 .5rem;
  }
  .cat_menu li a{
    font-size: 2.6vw;
    font-weight: bold;
    padding: .5rem .8rem;
  }
  .related_article_list li:nth-child(3n){
    margin-right: 0;
  }
  /*トレンド　サブタイトル　メインタイトル*/
  .trend.sub_ttl{
    font-size: 1.6rem;
    border-left: solid 15px #FF8F0B;
    padding: 1rem 0 1rem 2rem;
    margin-bottom: 2.5rem;
  }
  .trend.sub_ttl span, .closeup.sub_ttl span{
    font-size: 1.4rem;
  }
  .trend.headding_ttl{
    font-size: 2.4rem;
    margin-bottom: 4rem;
    padding-left: 3.5rem;
    padding-bottom: 2rem;
    text-align: left;
  }
  .closeup.headding_ttl{
    font-size: 2.4rem;
    margin-bottom: 2rem;
    padding-left: 0;
    padding-bottom: 2rem;
    text-align: left;
  }
  .closeup.headding_ttl br{
    display: none;
  }
  .trend.headding_ttl span, .closeup.headding_ttl span{
    font-size: 1.6rem;
    margin-top: 1.5rem;
  }
  .closeup.headding_ttl span.fs24{
  font-size: 1.6rem;
}
  .closeup.sub_ttl{
    font-size: 1.6rem;
    margin-bottom: 2.5rem;
    padding: 0;
    display: block;
  }
  .closeup.sub_ttl .company{
    width: 100%;
    padding: 1rem;
  }
  .closeup.sub_ttl span{
    margin-top: .5rem;
  }
  .closeup.sub_ttl .venue_number{
    text-align: right;
    border: none;
  }
  /*記事ブロック*/
  .article{
    display: block;
  }
  .article_main{
    width: 100%;
    margin-top: 0;
  }
  .article_main .headding_a{
  font-size: 2rem;
  line-height: 1.3;
 }
  .article_side{
    width: 100%;
    max-width: 100%;
  }
  .article_side .ad_350{
    width: 50%;
    margin: 0 auto 4rem;
  }
  .article_side p.ttl{
    font-size: 2.2rem;
  }
  .article_side .event_banner{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 3rem;
  }
  .article_side .event_banner a{
    width: calc((100% - 2rem) / 3);
    margin-right: 1rem;
    margin-bottom: 1rem;
  }
  .article_side .event_banner a:nth-child(3n){
    margin-right: 0;
  }
  .column2_center{
    display:block;
  }
  .column2_photo{
    display:flex;
    flex-wrap: wrap;
  }
  .column2_center div{
    width: 100%;
    margin-bottom: 1rem;
  }
  .column2_photo .left_block{
    width: 100%;
    margin-top: 2rem;
    margin-right: 0;
    order:2;
  }
  .column2_photo .left_block p{
    margin-top: 1.5rem;
  }
  .column2_photo .left_block img{
    width: 30%;
  }
  .column2_photo .right_block{
    width: 100%;
    order:1;
  }
  .trend_img{
  width: 70%;
  margin: 3rem auto 0;
}
  
  /* 関連記事 */
  .related_article{
    display: block;
    margin-bottom: 1rem;
  }
  .related_article .headding_cat{
    font-size: 2.2rem;
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .related_article .headding_cat span{
    font-size: 1.6rem;
    display: inline-block;
    padding-left: 1rem;
  }
  .related_article ul{
    display: flex;
    align-items: stretch;
  }
  .related_article ul li{
    width: 33%;
  }
  .related_article ul li a{
    padding: 1rem;
    font-size: 1.6rem;
    margin-right: 1rem;
    min-height: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .related_article_list li{
    width: calc((100% - 2.5rem)/ 2);
    margin-right: 2.5rem;
  }
  .related_article_list li:nth-child(2n){ 
    margin-right: 0;
  }
  .related_article_list li:nth-child(3n){
    margin-right: 2.5rem;
  }
  .related_article_list li:nth-child(6n){
    margin-right: 0;
  }
  .related_article_list li a{
    padding: 1rem 1rem 1.5rem 1.5rem;
  }
  .related_article_list li a .cat_txt{
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
  .related_article_list li a p{
    font-size: 1.8rem;
    margin-bottom: 1.3rem;
  }
  .related_article_list li a p br{
    display: block;
  }
  /*トピックス*/
  .topics_txt{
    text-align: center;
    margin-bottom: 3rem;
    line-height: 1.4;
  }
  .topics_ttl{
    padding: 2rem 0 1.5rem;
    font-size: 2.4rem;
  }
  .topics_ttl span{
    font-size: 1.4rem;
  }
  .topics_summary{
  padding: 2rem 2.6rem;
  margin-top: 3rem;
  }
  .headding_a.topics br{
    display: none;
  }
    /*バックナンバー*/
  .backnumber_wrap{
    padding-bottom: 1rem;
  }
  .backnumber_header .common-wrap-v2{
    padding-bottom: 3rem;
  }
  .backnumber_header .backnumber{
    padding: 3rem 0 0;
  }
  .backnumber_header .ttl_backnumber{
    font-size: 2.3rem;
  }
  .backnumber_header .backnumber p{
    font-size: 1.6rem;
  }
  .backnumber_header .backnumber p br{
    display: none;
  }
  .backnumber_box{
    flex-direction: column;
    width: 100%;
    padding: 2.5rem 0 4rem;
  }
  .backnumber_box .detail{
    display: block;
    width: 100%;
    padding-right: 0;
    order: 2;
  }
  .backnumber_box .detail div{
    font-size: 1.8rem;
  }
  .backnumber_box .detail div br{
    display: none;
  }
  .btn_backnumber{
    right: 0;
  }
  .backnumber_box .photo{
    width: 100%;
    display: block;
    order: 1;
    margin-bottom: 1rem;
  }
  .backnumber_block ul li{
  margin-left: 0;
  }
  .contents_link{
    display: block;
  }
  .contents_link li{
    width: 100%;
    margin-bottom: 2rem;
  }
  /*
  .contents_link li .topics, .contents_link li .trend, .contents_link li .closeup{
    width: 40%;
  }*/
  .contents_link div{
    padding: .5rem;
  }
}

@media screen and (max-width: 820px) {
  /*html{font-size: 2.5vw; }*/
  .dn-title{font-size: 4rem; margin-bottom: 2rem;}
  .coming-soon{ max-width: inherit; width: 100%; padding: 2.5em 0; }
  .coming-soon h2{ font-size: 2.8rem;}
  .coming-soon__text{ font-size: 2.1rem; }
  
  /*カテゴリーメニュー*/
  .cat_menu{
    display: flex;
    justify-content: center;
    margin-bottom:3rem;
    flex-wrap: wrap;
  }
  .cat_menu li {
    width: calc(100% / 2);
    margin: 0 0 1rem;
  }
  .cat_menu li a{
    width: 100%;
    font-size: 1.6rem;
    font-weight: bold;
    padding: .5rem .8rem;
    display: block;
  }
  
  /*トレンド　サブタイトル　メインタイトル*/
  .trend.sub_ttl{
    font-size: 1.4rem;
    border-left: solid 8px #FF8F0B;
    padding: 1rem 0 1rem 1.2rem;
    margin-bottom: 2rem;
  }
  .trend.sub_ttl span{
    font-size: 1.2rem;
    margin-top: .2rem;
  }
  .trend.headding_ttl, .closeup.headding_ttl{
    font-size: 2rem;
    padding-left: 0;
    padding-bottom: 2rem;
    line-height: 1.3;
  }
  .trend.headding_ttl span, .closeup.headding_ttl span{
    font-size: 1.4rem;
    margin-top: .8rem;
  }
  /*記事　ブロック*/
  .article_side .event_banner a{
    width: calc((100% - 1rem) / 2);
    margin-right: 1rem;
    margin-bottom: 1rem;
  }
  .article_side .event_banner a:nth-child(2n){
    margin-right: 0;
  }
  .article_side .event_banner a:nth-child(3n){
    margin-right: 1rem;
  }
  .article_main .headding_a{
    font-size: 1.8rem;
    padding: .5rem 0 .5rem 1.5rem
   }
  .column2_photo .left_block img{
    width: 40%;
  }
  .article_side .ad_350{
    width: 70%;
  }
  .trend_img{
  width: 90%;
  }
  
  /* 関連記事 */
  .related_article .headding_cat{
    font-size: 2rem;
  }
  .related_article ul li a{
    font-size: 1.4rem;
    padding: 1rem .6rem;
  }
  .related_article ul li:last-child a{
    margin-right: 0;
  }
  .related_article_list{ 
    display: block;
  }
  .related_article_list li{
    width: 100%;
    margin-right: 0;
    margin-bottom:1rem;
  }
  .related_article_list li:nth-child(2n){ 
    margin-right: 0;
  }
  .related_article_list li:nth-child(3n){ 
    margin-right: 0;
  }
  .related_article_list li a{
    padding: 1rem;
  }
  .related_article_list li a .cat_txt{
    font-size: 1.4rem;
  }
  .related_article_list li a p{
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
  .related_article_list li a p br{
    display: none;
  }
  .topics_summary{
  padding: 1rem 1.5rem;
  margin-top: 3rem;
  }
  .topics_summary li .th{
    width: 23%;
    font-size: 1.6rem;
  }
  .topics_summary li .td{
    width: 77%;
  }

}

@media screen and (max-width: 360px) {
  html{font-size: 2.4vw; }
}