/*------------------------------------------------
reset
------------------------------------------------ */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul ,li {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*------------------------------------------------
　初期設定
------------------------------------------------ */
html {
  height: 100%;
  font-size: 62.5%;
}
body {
  width: 100%;
  height: 100%;
  background: #fff;
  font-size: 1.6rem;
  -webkit-text-size-adjust: 100%;
  font-family: -apple-system,BlinkMacSystemFont,Roboto,Hiragino Sans,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN W3,Meiryo,メイリオ,sans-serif;
  line-height: 1.5;
  color: #232324;
  outline:none;
}
main {
  display: block;
}
img {
  width: auto;
  height: auto;
  max-width: 100%;
  border: none;
  vertical-align: top;
}
a {
  text-decoration: none;
  outline: none;
  transition: all .2s ease-in-out;
  color: #232324;
}
.pc {
  display: none;
}
.clearfix::after {
	display: block;
  content: "";
  clear: both;
}
@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  a:hover {
    text-decoration: none;
    opacity: 0.7;
  }
}


/* ------------------------------
   災害情報
------------------------------ */
#linfo_banner {
  position: relative;
  margin: 0 auto!important;
  max-width: 990px;
  z-index: 100;
}
#linfo_banner div.inner {
  margin-top: 10px;
  margin-bottom: 10px;
}
#disaster_banner {
	position: relative;
	margin: 0 auto 0 !important;
	z-index: 100;
}
.hinan_area {
  margin-bottom: 0 !important;
}
#nol_header #nol_emergencyNews .nol_emergencyNews_inner {
  max-width:990px !important;
}
@media screen and (max-width: 640px) {
  body#top #linfo_banner {
    width: 100%;
  }
}


/*------------------------------------------------
mediaアイコン
------------------------------------------------ */
.mod_media01 {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 20px;
  margin-right: 6px;
  background-size: contain;
  background-repeat: no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.mod_media01.gtv {
  background-image: url(/common/img/media/gtv-100x50.png);
}
.mod_media01.etv {
  background-image: url(/common/img/media/etv-100x50.png);
}
.mod_media01.bs1 {
  background-image: url(/common/img/media/bs1-100x50.gif);
}
.mod_media01.bsp {
  background-image: url(/common/img/media/bsp-100x50.gif);
}
.mod_media01.r1 {
  background-image: url(/common/img/media/r1-100x50.gif);
}
.mod_media01.r2 {
  background-image: url(/common/img/media/r2-100x50.gif);
}
.mod_media01.fm {
  background-image: url(/common/img/media/fm-100x50.png);
}


/*------------------------------------------------
mod_btn ボタン
------------------------------------------------ */
.mod_btn01 a {
  position: relative;
  display: block;
  border-radius: 3px;
  padding: 15px;
  text-align: center;
  font-size: 1.6rem;
}
.mod_btn01 a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* 青 */
.mod_btn01.blue a {
  background: #005baa;
  color: #fff;
}
.mod_btn01.blue a::after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
/* 白 */
.mod_btn01.white a {
  background: #fff;
  border: 1px solid #005baa;
  color: #005baa;
}
.mod_btn01.white a::after {
  border-top: solid 2px #005baa;
  border-right: solid 2px #005baa;
}
/* 戻る */
.mod_btn01.back a::after {
  display: none;
}
.mod_btn01.blue.back a::before {
  content: '';
  width: 6px;
  height: 6px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(225deg);
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -3px;
}
.mod_btn01.white.back a::before {
  content: '';
  width: 6px;
  height: 6px;
  border-top: solid 2px #005baa;
  border-right: solid 2px #005baa;
  -webkit-transform: rotate(45deg);
  transform: rotate(225deg);
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -3px;
}

@media screen and (min-width: 640px) {
  .mod_btn01 a {
    box-sizing: border-box;
    transition-duration: 0.3s;
  }
  /* 青 */
  .mod_btn01.blue a {
    border: 1px solid #005baa;
  }
}


/* --------------------------------------
	#header
-------------------------------------- */
.nr-common-breakingnews {
  border-bottom: 1px solid var(--border-color);
}
/* g_nav */
#g_nav {
  background: #fff;
  position:relative;
  border-bottom: 1px solid #e5e5ea;
}
.g_nav_wrap {
  display: none;
}
#mdOverlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 998;
  background: #FFF;
  display: none;
}
#mdWindow {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  background: #FFF;
  display: none;
}
#themaWrap {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  padding: 20px 15px;
}
#themaWrap .g_nav_wrap {
  display: block;
}
#sp_btn_menu {
  padding: 0 10px;
  height: 42px;
}
#station_title {
  padding-top: 10px;
  font-size: 1.6rem;
}
#osaka_domo {
  position: absolute;
  right: 10px;
  top: 0;
  height: 42px;
}
@media screen and (max-width: 960px) {
  .icon-animation .middle:before,
  .icon-animation .middle:after {
    content: "";
    transition: all 0.2s;
    display: block;
    position: absolute;
    width: 50px;
    height: 1px;
    left: -25px;
    background: #666;
    transform: rotate(0deg);
  }
  .is-open .top {
    left: 100%;
    width: 0px;
  }
  .is-open .middle:before {
    transform: rotate(135deg);
    background: #666;
  }
  .is-open .middle:after {
    transform: rotate(45deg);
    background: #666;
  }
  .is-open .bottom {
    right: 100%;
    width: 0px;
  }
  .is-open p {
    color: #666;
  }
  .icon-animation {
    z-index:1000;
    display: block;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 8px;
    padding: 5px;
    width: 60px;
    height: 60px;
    box-sizing:border-box;
    position: fixed;
    margin-top: 0;
    bottom: 40px;
    right: 20px;
  }
  .icon-animation.local-icon {
    left: 20px;
  }
  .icon-animation span {
    width: 30px;
    height: 1px;
    display: block;
    background: #fff;
    position: absolute; left: 50%; top: 50%; margin-left: 0; transition: width 0.2s, right 0.2s, left 0.2s;}
  .icon-animation .inner {
    width: 30px;
    height: 30px;
    margin: auto;
    position: relative;
    padding: 0;
  }
  .icon-animation .top {
    transform: translateY(-10px);
    left: 0px;
    right: 0px;
  }
  .icon-animation .middle {
    transform: translateY(0px);
    position: relative;
    background: none;
  }
  .icon-animation .middle:before,
  .icon-animation .middle:after {
    width: 30px;
    left: -15px;
    background-color: #FFF;
  }
  .icon-animation .bottom {
    transform: translateY(10px);
    left: 0px;
    right: 0px;
  }
  .icon-animation p {
    padding: 0;
    margin: 0;
    font-weight: bold;
    text-align: center;
    font-size: 1.2rem;
    color: #FFF;
  }
  .is-open p {
    color: #FFF;
  }
  .is-open .middle::before,
  .is-open .middle::after {
    background: #FFF;
  }
  #themaWrap > ul > li {
    margin-bottom: 25px;
    font-size: 1.6rem;
  }
  #themaWrap .target {
    margin-top: 5px;
  }
  #themaWrap .target a {
    padding-left: 15px;
  }
}
@media screen and (min-width: 960px) {
  #sp_btn_menu {
    display: none;
  }
  .g_nav_wrap {
    display: flex;
    justify-content: space-between;
    background: #f0f0f0;
  }
  .g_nav_item {
    width: 16.66%;
    position: relative;
    z-index: 100;
  }
  .g_nav_item_link {
    display: block;
    border-left: 1px solid #e5e5ea;
    padding: 10px 0;
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .g_nav_item_link::before,
  .g_nav_item_link::after {
    content: "";
    display: inline-block;
    height: 2px;
    background-color: #cbd1df;
    transition: all 0.1s ease-in 0s;
    position: absolute;
    right: 10px;
    top: calc( 50% - 2px );
    border-radius: 4px;
    width: 14px;
  }
  .g_nav_item_link::before {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  .g_nav_item_link::after {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
  .g_nav_item:hover>.g_nav_item_link::before {
    display: none;
  }
  .g_nav_item:hover>.g_nav_item_link::after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
  .g_nav_item:nth-of-type(4)>.g_nav_item_link::before,
  .g_nav_item:nth-of-type(4)>.g_nav_item_link::after {
    content: none;
  }
  .g_nav_item .target {
    position: absolute;
    display: none;
    left: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.7);
  }
  .g_nav_sub_link {
    display: block;
    padding: 10px;
    color: #FFF;
    font-size: 1.3rem;
  }
  .g_nav_sub_link:hover {
    opacity:0.6;
  }
  .g_nav_sub_link::before {
    display: inline-block;
    content:"";
    width: 0;
    height: 0;
    margin-right: 4px;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #fff;
  }
  .g_nav_sub {
    border-top: solid #fff 1px;
  }
  .g_nav_sub:first-child {
    border-top: none;
  }
  .g_nav_sub_more {
    text-align: right;
  }
  .divice_pc .g_nav_item:hover .target {
    display: block;
  }
  #mdOverlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 998;
    background: #FFF;
    display: none;
  }
  #mdWindow {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    background: #FFF;
    display: none;
  }
  #themaWrap {
    text-align:left;
    margin: auto;
    padding: 20px 15px 120px 15px;
    max-height: 100%;
    width: 100%;
    height: 100%;
    overflow-y: auto;
  }
  #station_title {
    display:none;
  }
  .icon-animation {
    display:none;
  }
}