/*----- このファイルはMovable Typeで管理・出力しています -----*/
@charset "utf-8";
:root {
  /*-----グローバルカテゴリ-----*/
  --cat_topics_main_color: #296abc;
  --cat_health_main_color: #00902f;
  --cat_life_main_color: #d14b5e;
  --cat_industry_main_color: #e4551d;
  --cat_ent_main_color: #f29604;
}

/* -----------------------------------------------------------------
 g_hdベース
----------------------------------------------------------------- */
.g_hd {
  position: sticky;
  top: 0;
  background: #fff;
  width: 100%;
  z-index: 100;
}
.g_hd .box_upper {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
}
.g_hd .box_upper .logo {
  flex-shrink: 0;
}
@media (min-width : 1261px){
  .g_hd .box_upper .logo {
    width: 17.5rem;
  }
}
@media (min-width : 768px) and (max-width : 1260px){
  .g_hd .box_upper .logo {
    width: 7em;
    max-width: 112px;
  }
}
@media (min-width : 768px){
  .g_hd .box_upper {
    column-gap: 3vw;
    height: 70px;
    padding: 13px 30px;
  }
}
@media screen and (max-width: 767px){
  .g_hd .box_upper {
    height: 58px;
    padding: 0 0 0 4vw;
  }
  .g_hd .box_upper .logo {
    width: min(29vw, 92px);
  }
}
/* -----------------------------------------------------------------
 g_nav
----------------------------------------------------------------- */
.g_hd .box_upper .g_nav {
  flex: 1;
}
.g_hd .box_upper .g_nav .list_link {
  display: flex;
  column-gap: 3vw;
  background: #fff;
  justify-content: flex-end;
}
.g_hd .box_upper .g_nav .list_link .item {
  color: #0a2e6c;
  font-weight: 700;
}

@media (min-width : 911px){
  .g_hd .box_upper .g_nav .list_link .item {
    font-size: .93rem;
  }
}
@media (min-width : 768px) and (max-width : 910px){
  .g_hd .box_upper .g_nav .list_link {
    column-gap: 2vw;
  }
  .g_hd .box_upper .g_nav .list_link .item {
    font-size: .82rem;
  }
}

@media screen and (max-width : 767px){
.g_hd .box_upper .g_nav {
  display: none;
  }
}
/* -----------------------------------------------------------------
 btn_search
----------------------------------------------------------------- */
.g_hd .box_upper .btn_search {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #296abc;
  color: #fff;
  font-weight: 700;
  transition: .3s;
  cursor: pointer;
}
.g_hd .box_upper .btn_search::before {
  content:"";
  display:block;
  width: 1.43rem;
  height: 1.375rem;
  margin-right:6px;
  background:url(../img/ico_search_wt.svg) no-repeat center center;
  background-size:contain;
}
.g_hd .box_upper .btn_search.active {
  background: #05bbb8;
}
@media (min-width : 768px){
  .g_hd .box_upper .btn_search {
    width: clamp(2.75rem,9vw, 100px);
    height: 2.75rem;
    border-radius: 100px;
    font-size: .875rem;
  }
}
@media screen and (max-width : 767px){
.g_hd .box_upper .btn_search {
  display: none;
  }
}
/* -----------------------------------------------------------------
 Googleカスタム検索PC/SP共通
----------------------------------------------------------------- */
.gsc-control-searchbox-only {
  padding: .8rem .7rem;
}
form.gsc-search-box {
  margin: 0 !important;
  padding: .2em .5rem;
  border-radius: 100vw;
  background: #fff;
  font-weight: 700;
  color: #001864;
}
.gcse-searchbox-only {

}
.gsc-search-box tr {
  display: flex;
}
.gsc-search-box tr td.gsc-input {
  order: 2;
  flex: 1;
}
.gsc-search-box tr td.gsc-input .gsc-input-box {
  border: none;
}
.gsc-search-box tr td.gsc-input .gsc-input-box input {
  background: #fff !important;
}
.gsc-search-box tr td.gsc-search-button {
  order: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.36rem;
}
.gsc-search-box tr td.gsc-clear-button {
  order: 3;
}
.gsc-search-button.gsc-search-button-v2,
.gsc-search-button.gsc-search-button-v2:hover{
  width: 1.36rem !important;
  height: 1.36rem !important;
  padding: 0;
  background: url("../img/ico_search_gr.svg") no-repeat center center;
  background-size: contain;
  text-indent: -100vw;
  border: none;
}
.gsc-search-button.gsc-search-button-v2 svg {
  display: none;
}
@media (min-width : 768px){
  .gsc-search-box tr td.gsc-input .gsc-input-box input {
    padding: .2rem 0 !important;
  }
}
@media screen and (max-width : 767px){
  form.gsc-search-box {
    padding: .5em 1.3rem;
  }

}
/* -----------------------------------------------------------------
 box_search_pc
----------------------------------------------------------------- */
.g_hd .box_upper .box_search_pc {
  display: none;
  position: absolute;
  top: calc(100% - 13px);
  right: 30px;
  width: 370px;
  border-radius: 5px;
  background: #05bbb8;
}
.g_hd .box_upper .box_search_pc.active {
  display: block;
}
@media screen and (max-width : 767px){
.g_hd .box_upper .box_search_pc {
  display: none;
  }
}

/* -----------------------------------------------------------------
 box_search_sp
----------------------------------------------------------------- */
.box_search_sp {
  margin-top: 1.8rem;
}


/* -----------------------------------------------------------------
 btn_hmb
----------------------------------------------------------------- */
.g_hd .box_upper .btn_hmb {
  background: #0a2e6c;
  color: #fff;
  cursor: pointer;
}
@media (min-width : 768px){
.g_hd .box_upper .btn_hmb {
  display: none;
  }
}
@media screen and (max-width : 767px){
.g_hd .box_upper .btn_hmb {
  display: block;
  width: 60px;
  height: 58px;
  background: url("../img/gnav_btn_open.png") no-repeat;
  background-size: contain;
  z-index: 1;
  }
}

/* -----------------------------------------------------------------
 box_weather
----------------------------------------------------------------- */
@media (min-width : 768px){
.g_hd .box_upper .box_weather {
    display: none;
  }
}
@media screen and (max-width : 767px){
  .g_hd .box_upper .box_weather {
      width: calc(100% - min(29vw, 110px) - 60px);
  }
  body:not(.top) .g_hd .box_upper .box_weather {
    display: none;
  }
  .g_hd .box_upper  .box_weather .weather_area {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: .33rem;
  }
  .g_hd .box_upper  .box_weather .weather_area .icon_weather img{
    height: 31px;
  }
  .g_hd .box_upper  .box_weather .weather_area .area {
    display: flex;
    flex-direction: column;
    align-items: center;
    letter-spacing: 0;
  }
  .g_hd .box_upper  .box_weather .weather_area .area .high {
    margin-left: .2rem;
    font-weight: 700;
    color: #ff4e00;
  }
  .g_hd .box_upper  .box_weather .weather_area .area .low {
    font-weight: 700;
  }
  .g_hd .box_upper  .box_weather .weather_area .area .rainy {
    margin-left: .15rem;
    font-weight: 700;
    color: #355fae;
  }
  .g_hd .box_upper  .box_weather .weather_area .area .rainy::before {
    content:"";
    display: inline-block;
    width:12px;
    height:12px;
    margin-right:0.1rem;
    background:url(../img/weather_new/ico_umbrella.svg) no-repeat center center;
    background-size:contain;
  }
  .g_hd .box_upper  .box_weather .weather_area .area .unit {
    font-size: .66rem;
  }
  .g_hd .box_upper  .box_weather .weather_area .area .select_city {
    margin-left: .2rem;
    padding: .2em 1.2em .2em .2em;
    border: hidden;
    border-top: #a6a6a6 1px solid;
    border-bottom: #a6a6a6 1px solid;
    background: #fff url("../img/arrow02_dn_bk.svg") no-repeat right .3em center;
    background-size: .5em;
    font-weight: 700;
    font-size: .73rem;
  }
}

/* -----------------------------------------------------------------
 sp_menu
----------------------------------------------------------------- */
@media (min-width : 768px){
  .g_hd .box_upper .sp_menu {
    display: none;
  }
}
@media screen and (max-width : 767px){
  .g_hd .box_upper .sp_menu {
    position: fixed;
    overflow-y: auto;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: none;
  }
  .g_hd .box_upper .sp_menu.active {
    z-index: 2;
  }
  .g_hd .box_upper .sp_menu .box_fixed {
    position: fixed;
    top: 0;
    right: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    z-index: 100;
  }
  .g_hd .box_upper .sp_menu .box_fixed::after {
    content:"";
    display:block;
    width: 100vw;
    height:3px;
    background: rgb(53,95,174);
    background: linear-gradient(90deg, rgba(53,95,174,1) 0%, rgba(5,187,184,1) 100%);
  }
  .g_hd .box_upper .sp_menu .box_fixed .logo {
     margin-left: 4vw; 
  }
  .g_hd .box_upper .sp_menu .btn_close {
    width: 60px;
    height: 58px;
    background: url("../img/gnav_btn_close.png") no-repeat;
    background-size: contain;
  }
  .g_hd .box_upper .sp_menu .g_nav_sp {
    background: #0a2e6c;
    margin-top: 58px;
    padding: 0 4vw;
    color: #fff;
    z-index: -1;
    position: relative;
  }
  .g_hd .box_upper .sp_menu .g_nav_sp::after {
    content:"";
    display:block;
    width: 100vw;
    height:3px;
    margin-left: -4vw;
    margin-top: 5em;
    background: rgb(53,95,174);
    background: linear-gradient(90deg, rgba(53,95,174,1) 0%, rgba(5,187,184,1) 100%);
  }

}
/* -----------------------------------------------------------------
 sp_menu .g_nav_sp .list_link
----------------------------------------------------------------- */
@media screen and (max-width : 767px){
  .g_hd .box_upper .sp_menu .g_nav_sp .list_link {
    display: flex;
    flex-wrap: wrap;
    column-gap: 2.6vw;
    padding-top: 1rem;
  }
  .g_hd .box_upper .sp_menu .g_nav_sp .list_link a {
    color: #fff;
  }
  .g_hd .box_upper .sp_menu .g_nav_sp .list_link .item {
    display: flex;
    align-items: center;
    width: calc((100% - 2.6vw) /2);
    min-height: 3em;
    border-bottom: #546d98 1px solid;
    background: url("../img/arrow02_r_wt.svg") no-repeat right .66rem center;
    background-size: 0.4rem auto;
    color: #fff;
  }
}
/* -----------------------------------------------------------------
 sp_menu .g_nav_sp .list_cat
----------------------------------------------------------------- */
@media screen and (max-width : 767px){
  .g_hd .box_upper .sp_menu .g_nav_sp .list_cat {
    display: flex;
    flex-wrap: wrap;
    margin-left: -4vw;
    margin-right: -4vw;
    margin-top: 2.7rem;
    font-weight: 700;
  }
  .g_hd .box_upper .sp_menu .g_nav_sp .list_cat .ttl {
    width: 100%;
    margin-left: 4vw;
    margin-right: 4vw;
    margin-bottom: .93rem;
    font-size: 1.26rem;
  }
  .g_hd .box_upper .sp_menu .g_nav_sp .list_cat a {
    color: #fff;
  }
  .g_hd .box_upper .sp_menu .g_nav_sp .list_cat .item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    min-height: 3.4375rem;
    background-repeat: no-repeat;
    color: #fff;
  }
  
  .g_hd .box_upper .sp_menu .g_nav_sp .list_cat .item.cat_topics {
    background: #355fae;
  }
  .g_hd .box_upper .sp_menu .g_nav_sp .list_cat .item.cat_health {
    background: #267bb1;
  }
  .g_hd .box_upper .sp_menu .g_nav_sp .list_cat .item.cat_life {
    background: #1b90b3;
  }
  .g_hd .box_upper .sp_menu .g_nav_sp .list_cat .item.cat_industry {
    background: #11a3b5;
  }
  .g_hd .box_upper .sp_menu .g_nav_sp .list_cat .item.cat_ent {
    width: 100%;
    background: #05bbb8;
  }
  .g_hd .box_upper .sp_menu .g_nav_sp .list_cat .item i {
    position: absolute;
    width: 2.5em;
    height: 2.5em;
    left: calc(50% - 4.5em);
    opacity: .1;
    background-repeat: no-repeat;
  }
  .g_hd .box_upper .sp_menu .g_nav_sp .list_cat .item.cat_topics i {
    background-image: url("../img/ico_cat_topics_wt.svg");
    background-size: contain;
  }
  .g_hd .box_upper .sp_menu .g_nav_sp .list_cat .item.cat_health i {
    background-image: url("../img/ico_cat_health_wt.svg");
    background-size: contain;
  }
  .g_hd .box_upper .sp_menu .g_nav_sp .list_cat .item.cat_life i {
    background-image: url("../img/ico_cat_life_wt.svg");
    background-size: contain;
  }
  .g_hd .box_upper .sp_menu .g_nav_sp .list_cat .item.cat_industry i {
    background-image: url("../img/ico_cat_industry_wt.svg");
    background-size: contain;
  }
  .g_hd .box_upper .sp_menu .g_nav_sp .list_cat .item.cat_ent i {
    left: calc(50% - 8.5em);
    background-image: url("../img/ico_cat_ent_wt.svg");
    background-size: contain;
  }
}

/* -----------------------------------------------------------------
 sp_menu .g_nav_sp .list_side
----------------------------------------------------------------- */
@media screen and (max-width : 767px){
  .g_hd .box_upper .sp_menu .g_nav_sp .list_side {
    display: flex;
    flex-direction: column;
    padding-top: 1rem;
    font-size: .9rem;
  }
  .g_hd .box_upper .sp_menu .g_nav_sp .list_side a {
    color: #fff;
  }
  .g_hd .box_upper .sp_menu .g_nav_sp .list_side .item {
    display: flex;
    align-items: center;
    min-height: 2.6em;
    color: #fff;
  }

  .g_hd .box_upper .sp_menu .g_nav_sp .list_side .item span {
    display: flex;
    align-items: center;
  }
  .g_hd .box_upper .sp_menu .g_nav_sp .list_side .item span::before {
    content:"";
    display:block;
    width:.4rem;
    height:.73rem;
    margin-right:1em;
    background:url(../img/arrow02_r_wt.svg) no-repeat center center;
    background-size:contain;
  }
  /*---------- 2カラム ----------*/
  .g_hd .box_upper .sp_menu .g_nav_sp .list_side.col_2 {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .g_hd .box_upper .sp_menu .g_nav_sp .list_side.col_2 .item {
   width: 50%;
  }

  /*---------- /2カラム ----------*/
}
/* -----------------------------------------------------------------
 sp_ft_menu
----------------------------------------------------------------- */
@media (min-width : 768px){
  .g_hd .sp_ft_menu {
    display: none;
  }
}
@media screen and (max-width : 767px){
  .g_hd .sp_ft_menu {
    position: fixed;
    bottom: env(safe-area-inset-bottom);
    /* bottom: 0; */
    left: 0;
    width: 100%;
  }
  .g_hd .sp_ft_menu .list_link {
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: #00c4b9 2px solid;
    background: rgba(10,46,108,.88);
  }
  .g_hd .sp_ft_menu .list_link,
    .g_hd .sp_ft_menu .list_link a {
      color: #fff;
  }
  .g_hd .sp_ft_menu .list_link .item {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    font-size: 10px;
  }
  .g_hd .sp_ft_menu .list_link .item .ico {
    width: 1.5rem;
    height: 1.2rem;
    margin-bottom: 4px;
    background: url("../img/ico_tv_wt.svg") no-repeat center center;
  }
  .g_hd .sp_ft_menu .list_link .item .ico.radio {
    background: url("../img/ico_radio_wt.svg") no-repeat center center;
  }
  .g_hd .sp_ft_menu .list_link .item .ico.event {
    background: url("../img/ico_event2_wt.svg") no-repeat center center;
  }
  .g_hd .sp_ft_menu .list_link .item .ico.news {
    background: url("../img/ico_cat_topics_wt.svg") no-repeat center center;
  }
}

/* -----------------------------------------------------------------
 g_hd_box_middle
----------------------------------------------------------------- */
.g_hd_box_middle {
  display: flex;
  align-items: center;
  padding: 9px 0 5px 20px;
  background: #f1f1f1;
}

/* -----------------------------------------------------------------
 g_hd_box_middle .box_news
----------------------------------------------------------------- */
.g_hd_box_middle .box_news {
  display: flex;
  align-items: center;
}
.g_hd_box_middle .box_news::before {
  flex-shrink: 0;
  content:"";
  display: inline-block;
  width: 34px;
  height:21px;
  border-right: #0a2e6c 1px solid;
  background: url(../img/ico_news_ticker.svg) no-repeat left center;
  background-size:20px auto;
}
.g_hd_box_middle .box_news .news_ticker {
  width: 100%;
  height: 1.5rem;
  padding-left: 8px;
  overflow: hidden;
}
.g_hd_box_middle .box_news .news_ticker a {
  color: #0a2e6c;
}

.g_hd_box_middle .box_news .item {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (min-width : 768px){
  .g_hd_box_middle .box_news {
    width: calc(100% - 335px);
  }
}
@media screen and (max-width : 767px){
  .g_hd_box_middle .box_news {
    width: calc(100% - .4em);
  }
  .g_hd_box_middle .box_news .item {
    font-size: 12px;
  }
}
/* -----------------------------------------------------------------
 g_hd_box_middle .box_weather
----------------------------------------------------------------- */
@media (min-width : 768px){
  .g_hd_box_middle .box_weather {
    /* width: calc(100% - 110px - 60px); */
  }

  .g_hd_box_middle .box_weather .weather_area {
    width: 335px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .g_hd_box_middle .box_weather .weather_area .icon_weather img{
    height: 31px;
  }
  .g_hd_box_middle .box_weather .weather_area .area {
    display: flex;
    align-items: center;
    letter-spacing: 0;
  }
  .g_hd_box_middle .box_weather .weather_area .area .high {
    margin-left: .2rem;
    font-weight: 700;
    font-size: 1.31rem;
    color: #ff4e00;
  }
  .g_hd_box_middle .box_weather .weather_area .area .low {
    font-weight: 700;
    font-size: 1.31rem;
  }
  .g_hd_box_middle .box_weather .weather_area .area .rainy {
    margin-left: .3rem;
    font-weight: 700;
    font-size: 1.31rem;
    color: #355fae;
  }
  .g_hd_box_middle .box_weather .weather_area .area .rainy::before {
    content:"";
    display: inline-block;
    width:17px;
    height:17px;
    margin-right:0.2rem;
    background:url(../img/weather_new/ico_umbrella.svg) no-repeat center center;
    background-size:contain;
  }
  .g_hd_box_middle .box_weather .weather_area .area .unit {
    font-size: .875rem;
  }
  .g_hd_box_middle .box_weather .weather_area .area .select_city {
    margin-left: .2rem;
    padding: .2em 1.2em .2em .2em;
    border: hidden;
    border-top: #a6a6a6 1px solid;
    border-bottom: #a6a6a6 1px solid;
    background: #fff url("../img/arrow02_dn_bk.svg") no-repeat right .3em center;
    background-size: .5em;
    font-weight: 700;
  }
}
@media screen and (max-width : 767px){
  .g_hd_box_middle .box_weather {
    display: none;
  }
}

/* -----------------------------------------------------------------
 g_hd_box_lower
----------------------------------------------------------------- */
.g_hd_box_lower .box_gcat .nav_gcat >.item.cat_topics i {
  background:url(../img/ico_cat_topics_wt.svg) no-repeat center center;
  background-size:contain;
}
.g_hd_box_lower .box_gcat .nav_gcat >.item.cat_health i {
  background:url(../img/ico_cat_health_wt.svg) no-repeat center center;
  background-size:contain;
}
.g_hd_box_lower .box_gcat .nav_gcat >.item.cat_life i {
  background:url(../img/ico_cat_life_wt.svg) no-repeat center center;
  background-size:contain;
}
.g_hd_box_lower .box_gcat .nav_gcat >.item.cat_industry i {
  background:url(../img/ico_cat_industry_wt.svg) no-repeat center center;
  background-size:contain;
}
.g_hd_box_lower .box_gcat .nav_gcat >.item.cat_ent i {
  background:url(../img/ico_cat_ent_wt.svg) no-repeat center center;
  background-size:contain;
}
@media (min-width : 768px) and (max-width : 1200px){
  .g_hd_box_lower .box_gcat .box_ttl {
    display: none;
  }
}
@media (min-width : 768px){
  .g_hd_box_lower {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
  }
  body:not(.top) .g_hd_box_lower {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .g_hd_box_lower .box_gcat {
    position: relative;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    align-items: stretch;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 3em;
    padding: 0 1.5em;
    border-radius: 100px;
    color: #fff;
    z-index: 11;
  }
  .g_hd_box_lower .box_gcat .bg01,
  .g_hd_box_lower .box_gcat .bg02,
  .g_hd_box_lower .box_gcat .bg03{
    position: absolute;
    content:"";
    display:block;
    height:100%;
    border-radius: 100px;
  }
  .g_hd_box_lower .box_gcat .bg01{
    width:calc(100%);
    left: 0;
    right: 0;
    background: #123e81;
    z-index: 3;
  }
  .g_hd_box_lower .box_gcat .bg02{
    width:calc(100% + 3vw);
    left: -1.5vw;
    background: #184ba4;
    z-index: 2;
  }
  .g_hd_box_lower .box_gcat .bg03{
    width:calc(100% + 6vw);
    left: -3vw;
    background: #3570d4;
    z-index: 1;
  }
  .g_hd_box_lower .box_gcat .box_ttl {
    width: clamp(180px,10.8vw, 208px);
    margin-top: 10px;
    margin-right:min(2.9vw, 57px);
    z-index: 4;
  }
  .g_hd_box_lower .box_gcat .nav_gcat {
    display: flex;
    flex-shrink: 1;
    z-index: 4;
  }
  .g_hd_box_lower .box_gcat .nav_gcat >.item {
    flex-shrink: 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 min(1.45vw, 23px);
    letter-spacing: 0;
    font-size: .937rem;
    color: #fff;
  }
  .g_hd_box_lower .box_gcat .nav_gcat >.item i {
    width: 1.33em;
    height: 1.33em;
    margin-right: .56rem;
  }
  .g_hd_box_lower .box_gcat .nav_gcat >.item span,
  .g_hd_box_lower .box_gcat .nav_gcat >.item i {
    z-index: 2;
  }
  /*-----カレント背景装飾-----*/
  .g_hd_box_lower .box_gcat .nav_gcat >.item::after {
    position: absolute;
    content:"";
    display:block;
    width:96%;
    height:80%;
    border-radius: 100vw;
    background:transparent;
    z-index: 1;
  }
  .g_hd_box_lower .box_gcat .nav_gcat >.item::before {
    position: absolute;
    content:"";
    display:block;
    bottom: calc(-9% + 1px);
    border: 6px solid transparent;
    border-top: 7px solid transparent;
    z-index: 1;
  }
  .g_hd_box_lower .box_gcat .nav_gcat >.item.current.cat_topics::after {
    background:var(--cat_topics_main_color);
  }
  .g_hd_box_lower .box_gcat .nav_gcat >.item.current.cat_topics::before {
    border-top: 7px solid var(--cat_topics_main_color);
  }
  .g_hd_box_lower .box_gcat .nav_gcat >.item.current.cat_health::after {
    background:var(--cat_health_main_color);
  }
  .g_hd_box_lower .box_gcat .nav_gcat >.item.current.cat_health::before {
    border-top: 7px solid var(--cat_health_main_color);
  }
  .g_hd_box_lower .box_gcat .nav_gcat >.item.current.cat_life::after {
    background:var(--cat_life_main_color);
  }
  .g_hd_box_lower .box_gcat .nav_gcat >.item.current.cat_life::before {
    border-top: 7px solid var(--cat_life_main_color);
  }
  .g_hd_box_lower .box_gcat .nav_gcat >.item.current.cat_industry::after {
    background:var(--cat_industry_main_color);
  }
  .g_hd_box_lower .box_gcat .nav_gcat >.item.current.cat_industry::before {
    border-top: 7px solid var(--cat_industry_main_color);
  }
  .g_hd_box_lower .box_gcat .nav_gcat >.item.current.cat_ent::after {
    background:var(--cat_ent_main_color);
  }
  .g_hd_box_lower .box_gcat .nav_gcat >.item.current.cat_ent::before {
    border-top: 7px solid var(--cat_ent_main_color);
  }
  /*-----/カレント背景装飾-----*/

}
@media screen and (max-width : 1100px){
  .g_hd_box_lower .box_gcat .nav_gcat >.item {
    font-size: .7rem;
  }
}
@media screen and (max-width : 767px){
  .g_hd_box_lower .box_gcat .box_ttl {
    display: none;
  }
  .g_hd_box_lower .box_gcat .nav_gcat {
    display: flex;
    justify-content: space-between;
  }
  body:not(.top, .category) .g_hd_box_lower .box_gcat {
    display: none;
  }
  .g_hd_box_lower .box_gcat .nav_gcat .item {
    position: relative;
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    text-align: center;
    font-size: .73rem;
    color: #fff;
  }
  .g_hd_box_lower .box_gcat .item.cat_topics {
    background: #355fae;
  }
  .g_hd_box_lower .box_gcat .item.cat_health {
    background: #267bb1;
  }
  .g_hd_box_lower .box_gcat .item.cat_life {
    background: #1b90b3;
  }
  .g_hd_box_lower .box_gcat .item.cat_industry {
    background: #11a3b5;
  }
  .g_hd_box_lower .box_gcat .item.cat_ent {
    background: #05bbb8;
    font-size: .6rem;
  }
  .g_hd_box_lower .box_gcat .nav_gcat >.item i {
    position: absolute;
    left: 0;
    bottom: 0;
    width:37px;
    height: 37px;
    opacity: .1;
  }
}
@media screen and (max-width : 414px){
  .g_hd_box_lower .box_gcat .nav_gcat .item {
    flex: 1 0;
  }
  .g_hd_box_lower .box_gcat .item.cat_topics {
    width: 17%;
  }
  .g_hd_box_lower .box_gcat .item.cat_health {
    width: 20.1%;
  }
  .g_hd_box_lower .box_gcat .item.cat_life {
    width: 20.1%;
  }
  .g_hd_box_lower .box_gcat .item.cat_industry {
    width: 17.1%;
  }
  .g_hd_box_lower .box_gcat .item.cat_ent {
    width: 25.7%;
  }
}
