/*
Theme Name: twentyfifteen-child
Theme URI:
Description: WordPressテーマ「twentyfifteen」の自作子テーマ
Template: twentyfifteen
Author:
Author URI:
Version:2.5
*/

/*------------------------------------------------------------
//
// 基本設定
//
-------------------------------------------------------------*/
.wrap{
  background: #FFF;
}
.primary{
  background: #FFF !important;
}
body.mect-nav {
  font-size: 1.5rem;
  font-style: normal;
  font-family: 'Noto Sans JP',sans-serif;
}
body.mect-nav .l-header .l-header_PC__PR .m-pr p{
  margin-bottom: 0;
}
body.tag {
  padding:0;
}
body:before {
  background-color: #fff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  content: “”;
  display: none;
  height: 100%;
  min-height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 70.5882%;
  z-index: 0;
}

.mect-nav a:not([class]):hover {
 text-decoration: none;
}
.mect-nav button:hover {
  background:none;
}

/*icon fontの下線なくす*/
i {	font-style: normal;}

/* デフォルトcss打消し */
ul {
  list-style:none;
  margin: 0;
}
li > ul, li > ol, blockquote > ul, blockquote > ol {
  margin-left:0;
}
dl{
  margin: 0;
}

.wp-element-caption{
  color: #707070 !important;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 1.2rem !important;
  line-height: 1.5 !important;
  margin-bottom: 0 !important;
  padding:0 !important;
}

.section-bg{
  background: #F4F4F4;
}

*:focus {
  outline: none;
}
a:focus {
  outline: none !important;
  box-shadow: none;
}
/*------------------------------------------------------------
//
// ヘッダー
//
-------------------------------------------------------------*/

/*------------------------------------------------------------
//
// フッター
//
-------------------------------------------------------------*/

/*------------------------------------------------------------
//
// コンテンツ幅
//
-------------------------------------------------------------*/
.primary {
  display:flex;
  flex-wrap: wrap;
  justify-content:center;
  padding-top: 0;
  padding-bottom: 3rem;
  background: #EFEFEF;
  font-family:'Noto Sans JP', sans-serif;
}
.site-main {
  flex-basis:700px;
  padding:0;
}
.site-main, .news-menu{
  width: 100%;
  margin:0 auto;
  padding:0;
  height:auto;
}

/* SP時のコンテンツ順序設定 */
.news-menu {
  order:1;
  flex-basis: 100%;
  height:auto;
}
.site-main {
  order:2;
  flex-basis: 100%;
}

/*------------------------------------------------------------

サイドメニューのボタン

-------------------------------------------------------------*/
  /*--ボタンタグ設定--*/
   .btn_menu {
    display: block;
    background: none;
    border: none;
    padding: 0;
    width: auto;
    color: #383938;
    letter-spacing: 0.1em;
    cursor: pointer;
    position: fixed;
    /* right: 20px; */
    z-index: 1001;
    text-align: center;
    outline: none;

    right: 0;
    bottom:5rem;

  }
  /*--サイドメニュークローズボタン--*/
  .btn_menu span.closeicon {
    display: none;
    font-size:4rem;
  }
  .btn_menu .close {
    letter-spacing: 0.08em;
    display: none;
  }
  .btn_menu .menu-bg{
    background: #023075;
    display:block;
    width: 4rem;
    height: 11.5rem;
    padding: 0.8rem 0.7rem 0.8rem;
  }
  .btn_menu .menu::before{
    content: '';
    background: url(/2025/asset/img/news/icon-search-white.svg) no-repeat;
    background-size: contain;
    display: block;
    width: 1.8rem;
    height: 1.8rem;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 1.2rem;
  }
  .btn_menu .menu .vertical-btn {
    position: relative;
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -ms-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
     -webkit-column-count:1;
    -moz-column-count:1;
    -ms-column-count:1;
    column-count:1;
    -webkit-column-gap:0;
    -moz-column-gap:0;
    -ms-column-gap:0;
    column-gap:0;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 2.5rem 0 0 0;
    height: 100%;
    vertical-align:middle;
    font-weight:normal;
    color: #fff;
    transition: .5s;
    font-size: 1.6rem;
    font-weight: bold;
    text-decoration: none;
    letter-spacing: 0;
  }
  
  /*--メニューアクティブ時--*/
  .btn_menu.active {
    opacity: 1;
    right:30rem;
    transition:all 0.2s;
  }
  .btn_menu.active .closeicon {
    display:block;
  }
  .btn_menu.active .closeicon::before{
    content: '';
    background: url(/2025/asset/img/news/icon-right-arrow-white.svg) no-repeat;
    background-size: contain;
    width: 1.1rem;
    height: 2rem;
    position: absolute;
    left: 55%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .btn_menu.active .closeicon .close-btn {
    position: relative;
    top:3rem;
    box-sizing: border-box;
    width: 4rem;
    height:13rem;
    vertical-align:middle;
    font-weight:normal;
    color: #fff;
    transition: .5s;
    font-size: 1.8rem;
    text-decoration: none;
    letter-spacing:0;
    padding-left:0.8rem;
  }
  
  .btn_menu.active .menu {
    display: none;
  }

/*------------------------------------------------------------

サイドメニュー

-------------------------------------------------------------*/
.mectNav {
    width: 300px;
    height: 100%;
    transition: all 0.2s;
    transform: translate(312px);
    position: fixed;
    top: 20rem;
    right: 0;
    z-index: 1000;
    background-color: #FFF;
}
.mectNav.open {
  transform: translate(0); 
  transition:all 0.24s;
  z-index: 99999;
}
.news-menu {
  padding: 0 2rem;
}
.news-menu ul{
  /* background:#036EB8;
  list-style: none;
  margin-left:0; */
  margin-bottom: 2.5rem;
}
.news-menu ul li, .news-menu .widget ul li {
  text-indent:0;
  padding:0;
  color:#fff;
  margin-bottom: 0.5rem;
  border: none;
}
.news-menu ul li::before, .news-menu .widget ul li::before {
  display: none;
}
.news-menu .widget {
  margin-bottom:2.5rem;
  padding: 0;
}
.news-menu .widget:last-child {
  margin-bottom: 0;
}
.news-menu .widget_media_image {
  padding:0;
}
.news-menu .wp-block-heading {
  font-size: 1.8rem;
  font-weight: 600;
  color:#fff;
  background: #333;
  /* border-top:1px solid #fff; */
  padding: .7rem 1rem;
  margin-bottom: .5rem;
  position: -webkit-sticky;
  position: sticky;
  z-index:1;
}
.news-menu .widgettitle {
  font-size: 2rem;
  font-weight: 600;
  color:#333;
  /* border-top:1px solid #fff; */
  padding-top: 2rem;
  margin-bottom: .5rem;
  position: -webkit-sticky;
  position: sticky;
  top: 11.5rem;
  z-index:1;
}
.news-menu .wp-block-search__button{
  position: relative;
  background: #003075;
  border: solid 1px #003075;
  width: 3.6rem;
  height: 3.8rem;
  margin: 0;
}
.news-menu .wp-block-search__button:hover{
  background: #003075;
  opacity: 1;
}
.news-menu .wp-block-search__label{
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
  background: #333;
  padding: .7rem 1rem;
  width: 100%;
  display: block;
  margin-bottom: 1rem;
  line-height: 1.25;
}
.news-menu .wp-block-search__input{
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  height: 3.8rem;
}
.news-menu .wp-block-search__input:focus{
  border: 1px solid #003075;
  outline: none;
}
.news-menu .wp-block-search__button::before{
  content: "";
  background: url(/2025/asset/img/news/icon-search-white.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.news-menu .wp-block-heading::before{
  content: "";
  background: url(/2025/asset/img/news/icon-search-white.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  position: relative;
  top: .2rem;
  left: 0;
  margin-right: .5rem;
}
.news-menu li a {
  color:#333;
  font-size:1.5rem;
}
.news-menu li a:hover {
  color:#003075;
  cursor:pointer;
  transition:all 0.3s;
}
.wp-block-archives{
  margin-top: 2rem;
}
.news-menu .tag-cloud-link{
  font-size: 1.5rem!important;
  display: block;
}

/* SNSシェアボタン */
#sns_widget-2 .widgettitle {
  border-top: none;
}
.news-menu .sns-widget ul{
  margin-top: 1.5rem;
}
.news-menu .sns-widget li a img{
  width: 4rem;
}
.news-menu .sns-widget li.tweet a img{
  width: 3.2rem;
}
/* .news-menu .sns-widget li.tweet.-pc{
  display: none;
} */
.news-menu .sns-widget li a:hover {
  color:#fff;
  opacity:0.5;
}
.zdo_drawer_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99;
  display: none;
  top: 0;
  left: 0;
  transition:all 0.3s;
}
.zdo_drawer_bg.active{
  display: block;
}
/*--tag--*/
.tagcloud ul li {
  display:block;
}
/*--タグクラウドのフォントサイズを統一--*/
.tagcloud a {
    font-size: 1.4rem !important;
}
/*--企業のバナー--*/
.news-menu .widget.widget_custom_html {
  padding:0;
}
/* メニュー内企業バナー */
.news-menu #block-7{
  margin-bottom: 1.5rem;
}
.news-menu #block-7 li{
  list-style: none;
}
.news-menu #block-9{
  display: none;
}
/* .news-menu #block-13{
  margin-bottom: 0;
  border-top: 1px solid #383938;
  padding-top: 2.5rem;
} */
.news-menu #block-15{
  margin-bottom: .5rem;
}

/*--キーワードで絞り込む--*/
.category-group{
  color: #282828;
  font-size: 1.6rem;
  font-weight: 600;
}

/* カテゴリ表示 */
.widget_categories li{
  border-top: none;
}
.widget_categories li:first-child{
  border-top: none;
}
.widget_categories .children{
  border-top: none;
  margin: 0;
  padding-top: 0;
}
.widget_categories a{
  text-decoration: none;
}
.category-group {
  padding: 1.5rem 1rem 1.5rem 0;
  position: relative;
  border-bottom: 1px solid #333;
}
.category-group:first-of-type{
  /* border-top: 1px solid #333; */
}
.category-group:last-of-type{
  border-bottom: none;
}
.category-group.open{
  border-bottom: none;
  margin-bottom: 0;
}
.category-group-list{
  padding: 0 0 1rem;
  border-bottom: 1px solid #333;
  margin-bottom: 0!important;
}

/* カテゴリ中身アコーディオンボタン */
.category-group:after {
  content: "";
  background: url(/2025/asset/img/news/icon-down-arrow-black.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 1.4rem;
  height: .8rem;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translate(0, -50%);
}
.category-group.open:after {
  background: url(/2025/asset/img/news/icon-up-arrow-black.svg) no-repeat;
  background-size: contain;
}
.category-group.open {
  margin-bottom: 1rem;
}
.category-group-list {
  display: none;
}
.category-group-list:last-of-type{
  border-bottom: none;
}
.nav-sp > ul .widget_block:nth-child(2){/* 背景色（カテゴリーのタイトル） */
  margin-bottom: 0;
}
.nav-sp > ul .widget_block:nth-child(4){/* 背景色（カテゴリーのタイトル） */
  margin-bottom: 1.5rem;
}

/*--SNSシェアアイコン--*/
.share ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: flex-start;
}
.share li {
  margin: 0 1.6rem 0 0;
}
.share li a {
  display: block;
  text-align: center;
  text-decoration: none;
}
.share li a:hover {
  opacity: .8;
}
.share li a:visited {
  color: #fff;
}

.share .tweet a{
  padding: .4rem;
}


.nav-sp {
  display:block;
  position:fixed;
  top:0;
  height:100vh;
  overflow-x: hidden;
  overflow-y: scroll;
  background: #E0EBF3;
  padding:2.5rem;
  transition:all 0.24s;
  z-index: 99999;
}
/* SPの絞り込みメニューでは広告バナー非表示 */
/* .nav-sp > ul .widget_block:nth-child(1),.nav-sp > ul .widget_block:nth-child(2){
  display: none;
} */

.nav-pc {
  display:none;
}

.mectnav_bnr img{
  width: 100%;
}


/* @media(max-width: 767px) {
  .share li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3px;
  }
  .share li i.fa {
    font-size: 1.3em;
  }
  .share li span {
    display: none;
  }
} */

/*------------------------------------------------------------

メイン画像設定

-------------------------------------------------------------*/
/*--トップメイン画像--*/

/*--各媒体のロゴエリア--*/
.l-nav_main{
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.l-nav_main__Unit{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 5px;
}
.sponsor-logos__ttlPc{
  display: none;
}

.sm-logo{
  display: inline-block;
  flex-basis: 20%;
}
.sj-logo{
  display: inline-block;
  flex-basis: 20%;
}
.rd-logo{
  display: inline-block;
  flex-basis: 20%;
}

.sm-logo::after{
  content: "";
  background: url(/2025/asset/img/news/icon-multiplication.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  left: 32%;
  top: 42%;
}

.sj-logo::after{
  content: "";
  background: url(/2025/asset/img/news/icon-multiplication.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  right: 32%;
  top: 42%;
  }

/* ロゴ下テキスト */
.l-nav_main__attention{
  padding: 1rem 1.2rem;
  margin: 2rem;
  border-radius: .5rem;
}
.l-nav_main__attention__Txt{
  line-height: 1.25;
  margin-bottom: 0;
  text-align: center;
  font-size: 1.6rem;
}

/*------------------------------------------------------------

投稿記事

-------------------------------------------------------------*/
.hentry {
  /* box-shadow:0 0 3px rgba(0,0,0,0.15); */
  background-color: #F5F5F5;
  margin:0 auto 3.5rem;
  padding-top:3rem;
}
.hentry + .hentry, .page-header + .hentry, .page-header + .page-content {
    margin-top: 0;
    margin-bottom: 3.5rem;
    border-top: none;
}
.newsflash-post {
  display:block;
  padding: 3rem 2rem;
  margin: 0 2rem 3.5rem;
  border-radius: 1rem;
}
/*--投稿時間--*/
.postinfo {
  font-family: 'Oswald', sans-serif;
  display: block;
  max-width: 100%;
  margin-bottom: 2.3rem;
}
.get_time {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  margin-bottom: 1rem;
}
.post-date {
  /* background: transparent linear-gradient(270deg, #FF9900 0%, #F13000 100%) 0% 0% no-repeat padding-box; */
  background: #023075;
  color: #fff;
  font-size:1.6rem;
  line-height: 1.25;
  display: flex;
  align-items: stretch;
  justify-content: center;
  width:100%;
  padding: .5rem 1rem;
}
.get_time .post-date::before{
  content: "";
  background: url(/2025/asset/img/news/icon-clock.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  position: relative;
  left: 0;
  top: .2rem;
  margin-right: .5rem;
}

.post-time {
  background: #fff;
  color: #383938;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
  display: flex;
  align-items: stretch;
  justify-content: center;
  width:100%;
  height: 100%;
  padding: .5rem 1rem;
  margin: -1.5px 0 0 0;
}
/*--投稿者のステータスバッジ--*/
.badge-area{
  display: flex;
  flex-basis: 50%;
  justify-content: flex-start;
  margin: 0;
}
.badge-status span {
  padding: 0 .5rem;
  width: 100%;
}


.badge-status span.事務局 {
  background: url(/2025/asset/img/news/icon-office.svg) no-repeat;
  color: transparent;
  background-size: contain;
  width: 11.5rem;
  height: 2.5rem;
  display: inline-block;
}
.badge-status span.MECT特派員 {
  background: url(/2025/asset/img/news/icon-correspondent.svg) no-repeat;
  color: transparent;
  background-size: contain;
  width: 11.5rem;
  height: 2.5rem;
  display: inline-block;
}



/*--記事本文--*/
.post-article-content {
  flex-basis: 75%;
  width: 100%;
  /* max-width: 567px; */
  margin: 0;
}
.post-article-content p {
  margin-bottom: .5rem;
}
.entry-content {
  padding:0;
  margin-bottom:1.6rem;
}
.entry-content img {
  width:100%;
}
.entry-content p{
  text-indent:1.5rem;
}

/*--NEWバッジ--*/
.entry-icon-new {
  background: #F4E62B  ;
  color: #383938;
  flex-basis: 60px;
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0 1rem 0 0;
  position:relative;
  top:0;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*--記事のフッター--*/
.entry-footer {
  padding: 0;
  background-color: transparent;
}
/*--記事タイトル--*/
.entry-header {
  padding:0;
  border-bottom: 1px solid #383938;
}
.format-aside .entry-title, .format-image .entry-title,
.format-video .entry-title, .format-quote .entry-title,
.format-gallery .entry-title, .format-status .entry-title,
.format-link .entry-title, .format-audio .entry-title,
.format-chat .entry-title, .entry-title, .widecolumn h2 {
  font-size:2.2rem;
}

h2.entry-title a {
  color:#383938;
}
.entry-content h3 {
  margin-bottom:1.2rem;
}
.entry-content h4 {
  margin-bottom:1.2rem;
}

/* タグ */
ul.post-categories {
  display: flex;
  justify-content: flex-start;
  flex-wrap:wrap;
  margin: 1rem 0 2rem;
}
.post-categories li {
  margin: 0.5rem 0.5rem 0.5rem 0
}
.post-categories li a {
  padding: 0.3rem 0.6rem;
  border: solid 1px #003075;
  color: #003075;
  background-color: #fff;
  font-size:1.4rem;
  /* box-shadow: 0px 3px 6px #00000029; */
  text-decoration: none;
}
.post-categories li a::before {
  content: '#';
}
.post-categories li a:hover {
  color:#fff;
  background-color:#003075;
  border-color:#003075;
  transition:all 0.3s;
}
.post-categories li a::before:hover {
  color:#fff;
  transition:all 0.3s;
}


/*--もっと見るボタン--*/
.pagination {
  display: none;
}
.more-disp{
  display: block;
  text-align: center;
  width: 80%;
  max-width: 28rem;
  margin: 3.5rem auto 0;
}
a.next.page-numbers {
  background: #003075;
  color: #fff;
  padding: 1.3rem 0 1.5rem;
  border-radius: 9999px;
  display:block;
  width:100%;
  font-size:1.6rem;
}
a.next.page-numbers:hover {
  opacity: 0.5;
  transition: all 0.3s;
}
#infscr-loading {
    text-align: center;
    margin: 0 auto;
}

/*--カテゴリ絞ったあとのページタイトル--*/
.archive .page-header {
  margin: 0 2rem 4rem;
  padding: 0;
  color:#333;
  background-color: #fff;
  display: block;
  position: relative;
  border: solid 1px #003075;
}
.archive .page-header .search_title {
  padding: 0.5rem 2rem;
  color:#fff;
  font-weight: bold;
  background-color: #003075;
}
.archive .page-header .search_title .search_title_Txt{
  margin-bottom: 0;
  text-align: center;
}
.archive .page-header .page-title {
  font-family: "Noto Sans JP",sans-serif;
  font-size:2.4rem;
  padding: 1rem 2rem;
  margin-bottom: 0;
  display: inline-block;
  width: 70%;
  vertical-align: middle;
}
.reset-filter{
  position: relative;
  margin-right: 1.5rem;
  top: 3px;
}
.reset-filter a{
  color: #383938;
  font-weight: normal;
  border-bottom: 1px solid #383938;
  text-decoration: none;
}
.reset-filter a:hover{
  color: #003075;
  border-color: #003075;
  transition:all 0.3s;
}
/*--キーワード絞ったあとのページタイトル--*/
.search .page-header {
  margin: 0 2rem 4rem;
  padding: 0;
  color:#333;
  background-color: #fff;
  display: block;
  position: relative;
  border: solid 1px #003075;
}
.search .page-header .search_title {
  padding: 0.5rem 2rem;
  color:#fff;
  font-weight: bold;
  background-color: #003075;
}
.search .page-header .search_title .search_title_Txt{
  margin-bottom: 0;
  text-align: center;
}
.search .page-header .page-title {
  font-family: "Noto Sans JP",sans-serif;
  font-size:2.4rem;
  padding: 1rem 2rem;
  margin-bottom: 0;
  display: inline-block;
  width: 70%;
  vertical-align: middle;
}

/*--検索結果なし--*/
.no-results.not-found .page-header .page-title{
  flex-basis: 100%;
}
.no-results.not-found .page-content{
  margin-right: 0;
  margin-left: 0;
  border: solid 1px; #003075;
}

/*---------------------------------------------------------------------------

 TOPへ戻る

----------------------------------------------------------------------------*/
#page-top-news {
  display: none; 
}
@media screen and (min-width: 768px){
  #page-top-news {
    display: block; 
    position: fixed;
    width: 13.2rem;
    height: 21rem;
    bottom: 1rem;
    right: 0;
    z-index: 101;
  }
}
.m-pagetop_Arrow{
  color: #fff!important;
}
.m-pagetop_Arrow:hover{
  color: #fff;
}

/*---------------------------------------------------------------------------

 メディアクエリ

----------------------------------------------------------------------------*/

/*360pxより上*/
@media screen and (min-width: 460px){
  .postinfo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-basis: 100%;
  }
  .get_time {
    width: auto;
    margin-bottom: 0;

  }
  .post-date{
    padding: .5rem 1rem;
  }
  .badge-area {
    justify-content: flex-end;
  }
}

/*768pxより上*/
@media screen and (min-width: 768px){
  .l-nav_main_MainImg {
    position: relative;
    left: 50%;
    right: 50%;
    width: 2000px;
    max-width: none;
    transform: translateX(-50%);
    margin-left: 0;
    margin-right: 0;
  }
  .l-nav_main_MainImg img {
    width: 2000px;
    max-width: none;
    display: block;
    margin: 0 auto;
  }
  .sponsor-logos__ttlPc{
    display: inline-block;
    color: #fff;
    margin-bottom: 0;
  }


  /* メインイメージ下ロゴ */
  .l-nav_main__Unit {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    width: 50rem;
    height: auto;
    position: absolute;
    bottom: 4px;
    left: 47%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
  }
  .l-nav_main__attention{
    margin-top: 1rem;
  }
  .sm-logo{
    flex-basis: 19%; 
  }
  .sm-logo::after{
    left: 49%;
    width: 1rem;
    height: 1rem;
  }
  .sj-logo{
    flex-basis: 19%; 
  }
  .sj-logo::after{
    right: 24%;
    width: 1rem;
    height: 1rem;
  }
  .rd-logo{
    flex-basis: 19%;
  }
  /*--フッター--*/
  .site-footer{
    padding:0;
  }
  .primary{
    flex-wrap: nowrap;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
  }
  .site-main {
    order: 1;
    flex-basis: 670px;
  }

  .m-countdown_NowTxt{
    margin-bottom: 0;
  }

  .archive .page-header {
    margin: 0 auto 4rem;
    padding: 0;
    display:flex;
    justify-content: flex-start;
  }
  .archive .page-header .search_title {
    padding:2.4rem 2rem;
    flex-basis: 13rem;
  }
  .archive .page-header .search_title .search_title_Txt{
    position: absolute;
    left: 3.5rem;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
  }
  .archive .page-header .page-title {
    flex-basis: 55%;
    padding: 2.4rem 2rem;
  }
  .reset-filter{
    padding: 2.4rem 0;
    margin-right: 3rem;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
  }

  .search .page-header {
    margin: 0 auto 4rem;
    padding: 0;
    display:flex;
    justify-content: flex-start;
  }
  .search .page-header .search_title {
    padding:2.4rem 2rem;
    flex-basis: 13rem;
  }
  .search .page-header .search_title .search_title_Txt{
    position: absolute;
    left: 3.5rem;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
  }
  .search .page-header .page-title {
    flex-basis: 55%;
    padding: 2.4rem 2rem;
  }


  /*--サイドメニュー--*/
  .nav-sp, .btn_menu {
    display:none;
  }
  .zdo_drawer_bg.active {
    display:none;
  }
  .nav-pc {
    display:block;
    /* padding: 1.5rem; */
    height: 100%;
  }
  /*--サイドメニュー（ウィジェットメニュー）--*/
  .news-menu {
    flex-basis:330px;
    padding: 0 0 0 2rem;
    max-width:330px;
    height: 100%;
  }
  .news-menu ul {
    background: transparent;
    margin-bottom: 0;
  }
  .news-menu ul li, .news-menu .widget ul li {
    color: #383938;
  }
  .news-menu .widget{
    margin-bottom: 1.5rem;
  }
  .news-menu .widgettitle{
    border-color: #383938;
    color: #383938;
  }

  /* 検索フォーム */
  .search-field{
    font-family: "Noto Sans JP",sans-serif;
  }
  .news-menu .wp-block-search__label{
    font-size: 1.6rem;
    padding: 1.2rem 1rem;
  }
  .news-menu .wp-block-search__input{
    height: 4.1rem;
  }
  .news-menu .wp-block-search__button{
    width: 4rem;
    height: 4.1rem;
  }
  .wp-block-search__inside-wrapper{
    padding: 0rem 1.5rem 1rem;
  }
  .widget_search{
    background: #E0EBF3;
  }
  .nav-pc.toolbox__wrap .widget_block:nth-child(2){/* 背景色（カテゴリーのタイトル） */
    margin-bottom: 0;
  }
  .nav-pc.toolbox__wrap .widget_block:nth-child(3){/* 背景色（カテゴリーの中身） */
    background: #E0EBF3;
  }
  .nav-pc.toolbox__wrap .widget_block:nth-child(4){/* 背景色（日付のタイトル） */
    margin-bottom: 0;
  }
  .nav-pc.toolbox__wrap .widget_block:nth-child(5){/* 背景色（日付の中身） */
    background: #E0EBF3;
    padding: 1.5rem;
  }


  /* サイドメニューカテゴリタイトル */
  .news-menu .wp-block-heading {
    font-weight: 600;
    color:#fff;
    /* border-top:1px solid #383938; */
    padding: 1rem 1rem;
    margin-bottom: 0;
    position: -webkit-sticky;
    position: sticky;
    z-index:1;
  }
  .news-menu .widgettitle {
    font-size: 2rem;
    font-weight: 600;
    color:#383938;
    border-top:1px solid #383938;
    padding-top: 2rem;
    margin-bottom: .5rem;
    position: -webkit-sticky;
    position: sticky;
    top: 11.5rem;
    z-index:1;
  }
  .news-menu .wp-block-heading::before{
    content: "";
    background: url(/2025/asset/img/news/icon-search-white.svg) no-repeat;
    background-size: contain;
    display: inline-block;
    width: 1.8rem;
    height: 1.8rem;
    position: relative;
    top: .2rem;
    left: 0;
    margin-right: .5rem;
  }
  .category-group {
    color: #383938;
    font-size: 1.6rem;
    font-weight: bold;
    position: relative;
    padding: 1.5rem;
    /* border-bottom: 1px dotted #383938; */
  }
  .category-group:hover{
    cursor: pointer;
  }
  .category-group.open{
    border-bottom: none;
    margin-bottom: 0;
  }
  .category-group:first-of-type{
    /* border-top: 1px dotted #383938; */
  }
  .category-group-list{
    padding: 0 1.5rem 2.5rem 1.5rem;
    border-bottom: 1px solid #333;
  }
  .category-group-list:last-of-type{
    border-bottom: none;
  }
  
  /* カテゴリ中身アコーディオンボタン */
  .category-group:after {
    content: "";
    background: url(/2025/asset/img/news/icon-down-arrow-black.svg) no-repeat;
    background-size: contain;
    display: inline-block;
    width: 1.4rem;
    height: .8rem;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translate(0, -50%);
  }
  .category-group.open:after {
    background: url(/2025/asset/img/news/icon-up-arrow-black.svg) no-repeat;
    background-size: contain;
  }



  .news-menu li a {
    color: #383938;
  }

  /* .news-menu .sns-widget li.tweet.-pc{
    display: block;
  }
  .news-menu .sns-widget li.tweet.-sp{
    display: none;
  } */

  .newsflash-post {
    display:flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 3rem 2rem 2rem;
    margin: 0 0 3.5rem 2rem;
    border-radius: 1rem;
  }
  .postinfo {
    display: block;
    flex-basis: 20%;
    max-width: 20%;
  }

  /*--日時--*/
  .get_time{
    display: block;
  }
  .get_time .post-date{
    font-size: 1.4rem;
  }
  .get_time .post-date::before{
    display: none;
  }
  .get_time .post-time{
    font-size: 3rem;
  }
  /*--投稿者のステータスバッジ--*/
  .badge-area {
    display:block;
    margin: 1rem 0 0 0;
  }
  .badge-status span.事務局 {
    width: 100%;
    height: 4rem;
  }
  .badge-status span.MECT特派員 {
    width: 100%;
    height: 4rem;
  }
  /*--記事本文--*/
  /*--NEWバッジ--*/
  .entry-icon-new {
    display: block;
    font-size: 1.8rem;
    margin: 0 0 2rem 0;
    padding: 0.2rem 0.8rem 0rem;
    text-align: center;
    width: 100%;
  }
  /*--記事タイトル--*/
  .format-aside .entry-title, .format-image .entry-title,
  .format-video .entry-title, .format-quote .entry-title,
  .format-gallery .entry-title, .format-status .entry-title,
  .format-link .entry-title, .format-audio .entry-title,
  .format-chat .entry-title, .entry-title, .widecolumn h2 {
  font-size:3rem;
  font-weight:bold;
  margin-bottom:1rem;
  }

  /*--もっと見るボタン--*/
  .more-disp{
    max-width: 30rem;
  }
  a.next.page-numbers {
    border-radius: 6rem;
    font-size:2rem;
  }

}

/*1000pxより上*/
@media screen and (min-width: 1000px) {
  .newsflash-post {
    padding: 3rem 3rem 2rem;
    margin: 0 2rem 3.5rem 0;
  }
  .get_time {
    border: solid 1px #003075;
  }
  .get_time .post-date{
    font-size: 1.6rem;
  }
  .get_time .post-time{
    font-size: 4rem;
  }
}
/*1140pxより上*/
@media screen and (min-width: 1140px) {

  /* メインイメージ */
  .l-nav_main_MainImg img {
    max-width: 100%;
    width: 100%;
  }

  /* メインイメージ下ロゴ */
  .l-nav_main__Unit {
    max-width: none;
  }
  .l-nav_main__attention{
    max-width: 1000px;
    margin: 2.5rem auto 1.8rem;
  }

  /* コンテンツ幅 */
  .site-main {
    flex-basis: 620px;
  }
  .news-menu {
    flex-basis:380px;
    padding: 0 0 0 1.5rem;
    max-width:380px;
    height: 100%;
  }


  /* 投稿記事 */
  .newsflash-post {
    margin: 0 0 3.5rem;
    padding: 3rem 2rem 2rem;
  }
  .postinfo{
    flex-basis: 21%;
    max-width: 21%;
  }
  .get_time .post-time{
    font-size: 3.4rem;
  }
  .post-article-content{
    flex-basis: 76%;
  }

  /*--投稿者のステータスバッジ--*/
  .badge-status span {
    font-size:1.4rem;
  }
  .badge-status span::after {
    border-width: 15px;
    margin-top: -15px;
  }
  .badge-status span::before {
    border-width: 16px;
    margin-top: -16px;
  }
}


/*1300pxより上*/
@media screen and (min-width: 1300px){

  /* コンテンツ幅 */
  .site-main {
    flex-basis: 650px;
  }
  .news-menu {
    flex-basis:350px;
    padding: 0 0 0 1.5rem;
    max-width:350px;
    height: 100%;
  }

  /* 投稿記事 */
  .newsflash-post {
    padding: 3rem 3rem 2rem;
  }
  .postinfo{
    flex-basis: 20%;
    max-width: 20%;
  }
  .get_time .post-time{
    font-size: 4rem;
  }
  .post-article-content{
    flex-basis: 77%;
  }

}

/*1400pxより上*/
@media screen and (min-width: 1400px){
  .get_time .post-date::before{
    display: inline-block;
  }
}

/*1800pxより上*/
@media screen and (min-width: 1800px){
  .l-nav_main_MainImg {
    width: 100%;
  }
  .l-nav_main_MainImg img {
    width: 100%;
  }
  .l-nav_main__Unit{
    width: 100%;
    bottom: 1%;
    max-width: 52rem;
    left: 47%;
  }
}


/* 5行以上は非表示（共通） */
/* ==================================== */
/* .entry-content {
}

.entry-content{
  height: 360px ;
	overflow: hidden;
  position: relative;
  width: 46rem;
}

.entry-content+.heightmorebtn {
  max-height: none!important;
}

.readMoreBtn {
  display: inline-block;
  background-color: #fff;
  color: orange;
  font-weight: bold;
  text-align: center;
  border: 2px solid orange;
  border-radius: 2rem;
  cursor: pointer;
  position: absolute;
  right: calc(50% - 7rem);
  bottom: -5.5rem;
  padding: 0.5rem 1rem;
  width: 15rem;
}

.readMoreBtn.active{
  color: orange;
}

.readMoreBtn__outer{
  position: relative;
}

.readMoreBtn:hover {
  opacity: .5;
  color: orange !important;
}

.readMoreBtn::before {
  content: "";
  background: url(../img/common/icon-arrow-down-circle-orange.svg) no-repeat;
  background-size: contain !important;
  width: 1.8rem;
  height: 1.8rem;
  position: absolute;
  top: 50%;
  left: 0;
}


//ボタン変化
.readMoreBtn__outer.heightmorebtn-active{
  .readMoreBtn{
    color: orange !important;
    &::before {
      content: "";
      background: url(../img/common/icon-arrow-up-circle-orange.svg) no-repeat;
    }
  }
} */










