/* StyleSheet for font Settings */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.otf) format("opentype");
}
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.otf) format("opentype");
  font-family: 'Noto Sans Swap';
  font-display: swap;
}




body {
  line-height: 1.25;
}


.selector-for-some-widget {
  box-sizing: content-box;
}



/*==========================================*/
header {
  padding: 2% 0;
	margin:0 auto;
	background-color:#007bff;
}



footer {
  padding: 5px;
  margin: 0px auto 0 auto;
  background-color: #f8f8f8;
}

/*==========================================*/

label {
  display: inline-block;
   margin-bottom: 0%;
   color: #FFF;
   font-weight: bold;
}


table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
}

table tr {
  background-color: #fff;
  padding: .2em;
  border: 1px solid #eee;
}

.bordert{
  border: none;
}

/* table tr:last-child{
  border: none;
}
 */
table th{
  padding: .2em;
  border-right: 1px solid #fff;
  text-align: center;

}

table td {
  padding: 1em;
  font-size: 1.0em;
}

table th {
  font-size: 0.5em;
  padding: 0.5em;
}

table thead tr{
  background-color: #50598d;
  color:#fff;
}

.table_color{
  background-color: #50598d;
  color:#fff;
}

table tbody th {
    border-right: 1px solid #eee;
}

th.non {
    border-right: none;
}

.kisyo_only table td{
  padding: 1em;
  text-align: center;
  font-size: 0.9em;
  /* border-right: 1px solid #eee; */
  /* border-bottom: 1px solid #eee;*/
}

.add_box{
  text-align: center;
  margin: 0 auto;
}
.week_point{
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  border-bottom: 0px solid #eee;
  border-left: 0px solid #eee;
  /* table-layout: fixed; */
}

.week_point ::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.point{
  font-size: 0.8em;
  /* border-right: 2px solid #eee; */
}

.week_point tbody th {
  font-size: 0.8em;
  /* border-right: 2px solid #eee; */
}

/* .top_h{
  margin-top: 3.3rem !important;
}
 */
.week_point tr {
/*   background-color: #fff; */
  border: 0px solid #eee;
}

.gle{
  background-color: #FFF;
}

.week_point td {
  padding: .2em;
  border-right: 1px solid #eee;
  text-align: center;
  width: 60px;
  display: inline-block;
  padding-top: 0.1em;
  padding-bottom: 0.1em;
}

.week{
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  display: block;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  border-bottom: 0px solid #eee;
  border-left: 0px solid #eee;
  table-layout: fixed;
  font-size: 0.8em;
}

.week_tb {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  border-bottom: 1px solid #eee; 
  border-left: 1px solid #eee; 
}

.week_tb td {
    padding: .2em;
    border-right: 1px solid #eee;
    text-align: center;
    font-size: 0.8em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

.week_tb tr {
  background-color: #fff;
  padding: .2em;
  border: 1px solid #eee;
}

.week_tb tbody th,.time_color {
  border-right: 1px solid #eee;
  background-color: cornflowerblue;
  color: #FFF;
}


.point_break {
  left: -1px;
  position: sticky;
  text-align: left;
  background-color: #FFF;
  border: solid;
  border-color: #FFF;
  border-width: 3px;
  margin-left: -1px;
  -webkit-transform: translateZ(0);

/*   filter: drop-shadow(0px 0px 1.5px rgba(0,0,0,0.3)); */
}

.icon_lp {
  position: sticky;
  height: 50px;
  text-align: left;
  background-color: #FFF;
  -webkit-transform: translateZ(0);
/*   filter: drop-shadow(0px 0px 1.5px rgba(0,0,0,0.3)); */
}

.week_wether_chi{
  display: inline-block;
  margin-bottom: 10px;
}
/*スクロールバーの幅*/
.week_point ::-webkit-scrollbar {
  width: 6px;
}
/*スクロールバーのレール*/
.week_point ::-webkit-scrollbar-track {
  border-radius: 1px;
  background: #eee;
}
/*スクロールバーのつまみ*/
.week_point ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #81D4FA;
}

.week_point tbody th {
    /* border-right: 1px solid #eee; */
    width: 70px;
    display: inline-block;
    font-size: 1em;
}

.week_point tbody th .icon_lp{
  /* border-right: 1px solid #eee; */
  width: 70px;
  display: inline-block;
  height: 50px;
  font-size: 1em;
}

.warning_time{
  font-size: 0.8em;
  font-weight: 400;
}


.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #fff;
  background: #007bff;
  cursor: auto;
}

.nav-tabs .nav-link {
  color: #333;
  float: left;
  padding: 5px 10px;
  border: 1px solid #007bff;
  cursor: pointer;
  list-style: none;
  transition: .3s;
  border-top-left-radius: 0rem;
  border-top-right-radius: 0rem;
  font-size: 0.8em;
}

/* .nav-link {
  display: block;
  padding: .3rem 0.5rem;
} */

@media(max-width:375px) {
    .nav-tabs .nav-link {
      color: #333;
      float: left;
      margin: 0 1px -1px 0;
      padding: 10px 10px;
      border: 1px solid #007bff;
      cursor: pointer;
      list-style: none;
      transition: .3s;
      border-top-left-radius: 0rem;
      border-top-right-radius: 0rem;
      font-size: 0.8em;
  }
}


@media(max-width:320px) {
  .nav-tabs .nav-link {
    color: #333;
    float: left;
    margin: 0 1px -1px 0;
    padding: 10px 4px;
    border: 1px solid #007bff;
    cursor: pointer;
    list-style: none;
    transition: .3s;
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
    font-size: 0.8em;
  }
}


/*==========================================*/

h1 {

}

h2 {
  font-size: 1.5rem !important;
  margin-top: 1rem !important;
  font-weight: 600;
}

h3 {
		position: relative;
		padding-left: 0.6em !important;
		font-size:1.4rem !important;
    margin-top: 0.8em;
    margin-bottom: .8em;
    font-weight: 500;
  }

h3::after {
		position: absolute;
		top: 50%;
		left:0;
		transform:translateY(-50%);
		content: '';
		width: 5px;
		height:1.2em;
		background-color: #446689;
}

h4 {
  position: relative;
  padding-left: 0.8em !important;
  font-size: 1rem !important;
  margin-top: 0.8em;
  margin-bottom: 0.4em;
  font-weight: 600;
}

h4::after {
  position: absolute;
  top: 50%;
  left:0;
  transform:translateY(-50%);
  content: '';
  width: 5px;
  height:1em;
  background-color: #669ed8;

}



.container-fluid{
  background-color:#007bff;
  margin-top: 30px;

}
.container-fluid p.copy {
	text-align:center;
	font-size:0.6rem;
	color: #FFF;
	padding:2rem 0;
	margin: 0;
	background-color:#007bff
}

/*==========================================*/


.warnArea_table_column-01{
  background-color: #fcfcff;
  font-size: 0.8em;
}

.warnArea_table_column-02{
  background-color: #fcfcff;
  font-size: 0.8em;
}

.warnArea_table_column-03{
  background-color: #fcfcff;
  font-size: 0.8em;
}

.warnArea_table_column-04 {
  font-size: 0.8em;
}
/*==========================================*/

.red-txt{
  color:#e81010;
  font-size: 0.5em;
}

.blue-txt{
  color:#00b6d8;
  font-size: 0.5em;
}

.small_txt_06 {
	font-size:.6em;
}

/*==========================================*/

.resizeimg img { width: 100%; }

.bm_2 {
	margin-bottom:2em;
}

/*==========================================*/


.btn{
  color:#fff;
  padding: 1em;
  border-radius:20px;
  display:block;
  text-decoration:none;
  font-size:.8em
}

.btn:hover{
  background: #fff;
  transition: .2s;
}


/*==========================================*/

.add_box {
  margin-top:1rem;
  text-align: center;
}

/*==========================================*/

/*アコーディオン*/
ul,li{
  margin: 0;
  padding: 0;
  list-style: none;
}

#accordion_menu > li {
  border: #eee 1px solid;
  margin-bottom: -1px;
}
#accordion_menu a{
  color: #fb0000;
  font-weight: 500;
}
/*
#accordion_menu a:before{
  background-image: url('../img/icon-warning.png');
  background-repeat: no-repeat; 

 	content:"";
	display:inline-block;
	width:0.8em;
	height:0.8em;
	background:url('../img/icon-warning.png') no-repeat;
  background-size:contain; 
}*/

#accordion_menu a[data-toggle="collapse"]{
  display: block;
  padding: 10px;
  text-decoration: none;
  position: relative;
  font-size: 0.9em;
}
#accordion_menu a[data-toggle="collapse"]:hover{
  background: #fedad9;
}

.li_linji,.li_tatsu,.li_tanji,.li_temperature,.li_dosya,.li_kouhai,.li_hunca,.li_oame,.li_kasen{
  line-height: 180%;
  font-size: 1.3em;
  background-color: #eee;
}

.li_linji{
margin: 0.1rem 0;
}


.li_kasen{
  display: block;
  padding: 10px;
  text-decoration: none;
  position: relative;
  font-size: 1.1em;
}

#menu06,#menu01,#menu02,#menu03{
  padding: 0.5em;
  padding-bottom: 1em;
}


#accordion_menu a[data-toggle="collapse"]::after{
  content:"";
  display: block;
  width: 8px;
  height: 8px;
  border-top: #0c0c0c 1px solid;
  border-right: #0c0c0c 1px solid;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#accordion_menu a[aria-expanded=false]::after{
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transition-duration: 0.3s;
}
#accordion_menu a[aria-expanded=true]::after{
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  transition-duration: 0.3s;
}

/*アコーディオン　END*/


.kaisha {
  width: 100%;
  }

.kaisha tbody{
    width: 100%;
  }
    
    

.kaisha th, .kaisha td {
    /* border: 1px solid #ccc; */
    padding: 10px;
}
  
  .kaisha th {
  font-weight: bold;
  background-color: #dedede; 
  }
  


  @media screen and (max-width: 767px) {
  .kaisha,
  .kaisha tr,
  .kaisha td,
  .kaisha th {display:block;}
  .kaisha th {width:auto;}
  }


  @media screen and (max-width: 600px) {
    .wrap{
      overflow-x: scroll;
    }
}

/* accordionfont */
.read-linji-1,.read-linji-2,.read-tatsu-1,.read-tatsu-2,.read-tanji-1,.read-tanji-2,.read-tanji-1,.read-tanji-2,.read-temperature-1,.read-temperature-2,.read-dosya-1,.read-dosya-2{
  font-size: 0.9em;
  text-align: justify;
  text-justify: inter-ideograph;
  padding-bottom: 10px;

}




/*アイコン　警報*/
.icoWarning{
  display: inline-block;
  min-width: 5.3em;
  padding: 5px;
  border-radius: 2px;
  font-size: 0.9rem;
  line-height: 1;
  overflow: hidden;
  text-align: center;
  margin: 4px;
}

.icoWarnToEmg, .icoWarning {
  background: #e60013;
  color: #fff;
  display: inline-block;
}

.city_icon {
  background: #ffe400;
  color: #000;
  display: inline-block;
}

/*アイコン　注意報*/
.city_icon{
  display: inline-block;
  min-width: 5.5em;
  padding: 5px;
  border-radius: 2px;
  font-size: 0.9rem;
  line-height: 1;
  overflow: hidden;
  text-align: center;
  margin: 4px;
}

.jishin{
  display: none;
}


.jishinn-all{
  display: none;
}


/* セレクトbox */
.cp_ipselect {
	overflow: hidden;
	width: 90%;
	margin: 2em auto;
	text-align: center;
}
.cp_ipselect select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.cp_ipselect select::-ms-expand {
    display: none;
}
.cp_ipselect.cp_sl01 {
	position: relative;
	border: 1px solid #bbbbbb;
	border-radius: 2px;
	background: #ffffff;
}
.cp_ipselect.cp_sl01::before {
	position: absolute;
	top: 0.8em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.cp_ipselect.cp_sl01 select {
	padding: 8px 38px 8px 8px;
	color: #666666;
}

.reader {
  width: 100%;
  height: auto;
}

.swiper-container-horizontal > .swiper-scrollbar {  
	height: 5px; /* 高さ */
}
.swiper-scrollbar {
  background: rgba(34, 137, 251, 0.3); /* 背景色（現在のスライド以外） */
	border-radius: 5px; /* 丸み */
}
.swiper-scrollbar-drag {
	background: rgba(34, 137, 251, 0.7); /* 背景色（現在のスライド） */
	border-radius: 5px; /* 丸み */
}


/*bootstrap*/
label {
  display: inline-block;
  margin-bottom: 0%;
  color: #FFF;
  font-weight: bold;
  font-size: 0.8em;
}

.table td, .table th {
  padding: 0.8em;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
  font-size: 0.9em;
  line-height: 180%;
}

ul li{
  line-height: 180%;
}


.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
  font-size: 0.9em;
}

/*ボタン*/
.button {
  background-color: #333;
  border: 2px solid #333;
  color: #fff;
  line-height: 50px;
}
.button:hover {
  background-color: #fff;
  border-color: #59b1eb;
  color: #59b1eb;
}

.button01{
  display: block;
  width: 100%;
  height: 70px;
  line-height: 70px;
  font-weight: bold;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  background-color: #116eb4;
  border-radius: 3px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-bottom: 10px;
}
.button01:hover{
  background-color: #3aa1ef; /*ボタン色*/
  text-decoration: none;
}

.button02{
  display: block;
  width: 100%;
  height: 70px;
  line-height: 70px;
  font-weight: bold;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  background-color: #f39800;
  border-radius: 3px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-bottom: 10px;

}
.button02:hover{
  background-color: #f39800; /*ボタン色*/
  text-decoration: none;
}

.button03{
  display: block;
  width: 100%;
  height: 70px;
  line-height: 70px;
  font-weight: bold;
  color: #c1272d;
  text-decoration: none;
  text-align: left;
  background-color: #f2f2f2;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-bottom: 10px;
  padding-left: 25px;
  border-style: solid;
  border-color: #afadad;
  border-width: 1px;
}
.button03:hover{
  background-color: #f2f2f2;
  text-decoration: none;
}


.button04 {
  display: block;
  width: 100%;
  height: 70px;
  line-height: 70px;
  font-weight: bold;
  color: #116eb4;
  text-decoration: none;
  text-align: center;
  background-color: #FFF;
  border-radius: 3px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-bottom: 10px;
}

.button04:hover{
  background-color: #f2f2f2;
  text-decoration: none;
}

.pc_ad{
  display: none;
}

.mobile_ad{
  display: inline-block;
}


.button04{
  display: block;
  width: 100%;
  height: 35px;
  line-height: 32px;
  font-weight: bold;
  color: #c1272d;
  text-decoration: none;
  text-align: left;
  background-color: #f2f2f2;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-bottom: 10px;
  padding-left: 25px;
  border-style: solid;
  border-color: #afadad;
  border-width: 1px;
}
.button04:hover{
  background-color: #f2f2f2;
  text-decoration: none;
}

.warnArea_table_column-01{
  display: none;
  }

.warnArea_table_column-02{
    display: none;
  }

/*form CSS*/
.select-wrap {
  position: relative;
  width: 100%;
  max-width: 250px;
}

.select-wrap:before {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%) translateX(0);
  content: '';
  width: 15px;
  height: 15px;
  background-size: contain;
}

.select-wrap select{
  width: 100%;
  outline:none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 40px;
  padding: 5px;
  border:1px solid #ccc;
  background-color: #fff;
  border-radius: 5px;
}

.select-wrap select::-ms-expand {
  display: none;
}

/* #mbc-globalnav ul {
  list-style: none;
  padding: 0;
}
 */
.liko{
  display: inline-block;
  height: auto;
}

  
th {
  padding: 0.2em;
  margin: 0 auto;
  box-sizing: border-box;
  text-align: left;
}
  
td .keiho_all_cell_td{
  padding: 0.5em;
  margin:0 auto 0.6em;
  box-sizing: border-box;

}

.title_hypocenter_magunitude_all,.title_hypocenter_maxscale_all,.title_hypocenter_shingen_all,.title_hypocenter_time_all,.title_seismicintensity7,.title_seismicintensity6,.title_seismicintensity6,.title_seismicintensity6-jaku,.title_seismicintensity5-kyo,.title_seismicintensity5,.title_seismicintensity5-jaku,.title_seismicintensity4,.title_seismicintensity3,.title_seismicintensity2,.title_seismicintensity1,.title_seismicintensity6-kyo{
  background-color: #50598d;;
  color: #fff;
  width: 30%;
}


.none_a a:before {
  content: "";
  background-size: contain;
}

/* .side_contents2{
  display: none;
} */


/* PC用：768px以上の場合 */
@media(min-width:768px) {
  .side_contents2{
    display: inline-block;
  }
  
  .table_keiho {
    max-width: 100%;
    margin: 0 auto;
  }


  th {
    display: table-cell;
    width: 10%;
    padding: 0.5em;

  }

  td {
    display: table-cell;

    }

  .warnArea_table_column-01{
    display: table-cell;
    }

  .warnArea_table_column-02{
    display: table-cell;
  }

  .pc_ad{
    display: inline-block;
  }

  .mobile_ad{
    display: none;
  }

	.livecamera h3 {
		margin-top: .8em;
	}
}

.keiho_all_cell{
  font-size: 0.8em;
  width: 18%;
}

.keiho_all_cell_td{
  width: 100%;
  height: auto;
  text-align: justify;
  padding-top: 10px;
}

.read-temperature-naze,.read-tanjiame-naze,.read-tatsu-naze,.read-keiho-only ,.read-tatsu-kago,.read-tanjiame-kago,.read-temperature-kago,.read-dosya-kago,.read-dosya-icon,.read-linji-kago,.read-linji-naze,.read-dosya-only,.oameli{
  padding: 10px;
}

/*津波警報バック*/
.ootsuna,.tsunami_oo_hatu {background-color: #7d0282; color: #FFF; font-size: 1.2em;}
.keitsuna,.keitsuna_kai {background-color: #ff2800; color: #FFF; font-size: 1.2em;}
.chutsuna,.tsunami_chu_kai_h {background-color: #ffff00; color: #000; font-size: 1.2em;}

.tsunami_comment{font-size: 1.2em;}


.kei_hatu:empty {
  display: none;
}

.tsunami_time{
  font-size: 0.6em;
}

.del{
  display: none;
}

.seismicintensity1,.seismicintensity2,.seismicintensity3,.seismicintensity4,.seismicintensity5,.seismicintensity6,.seismicintensity7,.seismicintensity5-jaku,table .seismicintensity5-kyo,table .seismicintensity6-kyo,table .seismicintensity6-jaku{
  text-align: left;
  border: 1px solid #eee;
}

.oo_hatu_tr td,.chi_hatu_tr td,.kei_hatu_tr td{
  padding-top: 1.2em;
  padding-bottom: 1.2em;
}


.tanji_display_time_kago,.tanji_display_time_naze,.temperature_display_time_naze,.temperature_display_time_kago,.linji_display_time_kago,.linji_display_time_naze,.tatsu_display_time_naze,.tatsu_display_time_kago,.dosya_display_time_only{
  text-align: right;
  display: block;
  font-size: 0.8em;
  color: #656565;
}

.read-tatsu-kago_only,.read-linji-naze_only,.read-linji-kago_only,.read-linji-naze_only,.read-tanjiame-kago_only,.read-tanjiame-naze_only,.read-temperature-kago_only,.read-temperature-naze_only,.read-dosya-kago_only,.read-dosya-naze_only{
  font-size: 0.9em;
  line-height: 180%;
}

.warnArea_table_column-01{
  width: 20%;
}

.warnArea_table_column-02{
  width: 15%;
}

.warnArea_table_column-03{
  width: 25%;
}

.warnArea_table_column-04{
  text-align: left;
  width: 40%;
}

.warnArea_table td{
  padding: 0.8em;
  border-right: 1px solid #eee;
  border: 1px solid #eee;
}

#accordion_menu{
  margin-top: 10px;
  margin-bottom: 10px;
}


/* 警報欄 */
#weather-keihou .waku-tokubetsu {
background-color : #000000;
text-align : left;
color : #fff;
}


#weather-keihou table {
	border-collapse: collapse;
	margin: 20px 0;
	padding: 0;
	width: 100%;
	border: none;
}
#weather-keihou tr {
	border: 1px solid #444;
}

#weather-keihou .waku1 {
	background-color : #ff2800;
	border: none;
	color : #fff;
	text-align: left;
}
#weather-keihou .waku1 font{
	color : #fff;
}

#weather-keihou .waku2 {
	background-color : #aa00aa;
	border: none;
	color : #fff;
	text-align : left;
}

#weather-keihou .waku3 {
	background-color : #ffffcc;
	border: none;
	text-align : left;
}

#weather-keihou .waku {
	border: none;
}

@media (max-width: 991.98px) {
	#weather-keihou table {
		table-layout: auto;
	}
	#weather-keihou td {
		display: block;
	}
}

@media (min-width: 992px){
/* 	.mbcnav-mainnav {
		-ms-flex-pack: end;
		justify-content: flex-end;
		margin-bottom: 0;
		position: absolute;
		top: 35px;
		right: 0;
  }  
}
 */

.news10{
  margin-bottom: 10px;
}
.mbc-logo h1 {
    margin: 0;
    margin-bottom: .5rem;
    margin-left: .5rem;
    font-size: 0;
}

.liko {
  padding: .2em;
  border-right: 1px solid #eee;
  text-align: center;
  width: 100%;
  text-align: left;
  padding-top: 3%;
  padding-bottom: 3%;
  border-top: 1px solid #eee;
}

.chiki{
  width: 30%;
  font-size: 1em;
  padding-top: 3%;
  padding-bottom: 3%;
  border-top: 1px solid #eee;
  font-weight: 500;
  background-color: #f4f4f4;
}

.typhoon {
  white-space: pre-line;
  /* width: 100px; */
  white-space: normal;
  line-height: 180%;
  padding-bottom: 50px;
  display: block;
}

/*　buttonA　*/
.jishin_all_button {
  border: 3px solid rgb(240,12,65);
  background-color: rgba(240,12,65,0);
  color: rgba(240,12,65,1);
  width: 100%;
  padding: 15px;
  line-height: 1.2em;
}

/*　ライブカメラ　*/
.cam-image {
  display: block;
  position: relative;
  margin: 0;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
}



/* for PC */
/*
@media print, screen and (min-width: 960px) {
  #weather-keihou{margin: 0 auto; width: 100%;}
  
  #weather-keihou .waku2{width: 20%;}
  #weather-keihou .waku3{width: 80%;}
  #weather-keihou td,#weather-keihou tr{font-size: 16px;}
  } 

 @media only screen and (min-width: 769px) and (max-width: 959px) {
  #weather-keihou{margin: 0 auto;width: 100%;}
  #weather-keihou .waku2{width: 20%;}
  #weather-keihou .waku3{width: 80%;}
  #weather-keihou td,#weather-keihou tr{font-size: 15px;}
  } 
  
 @media screen and (max-width: 768px) {
  #weather-keihou{margin: 10px;}
  #weather-keihou table, .keihou_tbody, .waku, .waku1, .waku2, .waku3 {display: block; font-size: 15px;}
  COL{width: 100%;}
}
*/


@media print, screen and (max-width: 481px){
  #lisr{
    display: none;
  }
}

@media print, screen and (min-width: 481px){
  #linji_t {
    padding: 10px 0 8px 0;
    font-size: 1.2em;
    line-height: 1.4;
  }

  .menulist{
    display: none;
  }

}

.botots{
  margin-top: 60px;
}

.basksd{
  background-color: #f8f8f8;
}

#linji_t {
  display: block;
  width: 100%;
  line-height: 50px;
  font-weight: bold;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  background-color: #b41111;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-bottom: 10px;
  margin-top: 10px;
}


/* sideのスタイル */
.side_contents,
.side_contents2 {
	margin-top: 3rem;
}
@media (min-width: 768px) {
	.side_contents,
	.side_contents2 {
		margin-top: 1.5rem;
	}
}

/* side臨時リンクのスタイル */
.event-links-container {
	margin: 1.5rem auto 1rem;
}
.event-links-bnr {
	display: block;
	border:1px solid rgba(0,0,0,.2);
}
@media (min-width: 768px) {
	.event-links-bnr-title {
		display: none;
	}
}

/* 台風情報のページ */
.typhoon-ichi-top{
margin-bottom: 3em;
overflow: scroll;
height:160px;
overflow-x:hidden;
}


/* 初日の出のページ */
#hatsuhinode .event-links-container {
	display: none;
}

/* サクラのページ */
#sakura .event-links-container.sakura {
	display: none;
}
@media (min-width: 768px) {
	.hr-sakura {
		display: none;
	}
}

/* 花粉のページ */
#kafun .event-links-container.kafun {display: none;}
#kafun p img{max-width:100%;}

p.kafun-msg{
margin-top: 20px;
line-height: 1.45;
font-size:1rem;
}

p.linkbn{
padding: 0 1em ;
font-size: 1rem;
text-align: center;
}

p.linkbn a{
text-decoration: none;
display:block;
color:#3cad74;
border: 1px solid #3cad74;
padding: 0.5em;
font-weight: bold;
border-radius:10px;
}
p.linkbn span{font-size:0.75em;}

p.linkbn a:hover{
background: #c6f1db;
}


/* 熱中症のページ */
#nechu .event-links-container.nechu {
	display: none;
}

/* 入浴時警戒情報のページ */
#bathalert .event-links-container.bathalert {
	display: none;
}


.dropmenu {
  width: 100%;
	margin: 0 auto;
}
.dropmenu li {
	position: relative;
}
.dropmenu li a {
	display: block;
	margin: 0;
	padding: 13px 15px;
	font-size: 14px;
	line-height: 1;
	background: #83c2ff;
	color: #ffffff;
	cursor: pointer;
}
.dropmenu li a:after {
	content: '';
	display: inline-block;
	position: absolute;
	right: 15px;
	top: 40%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 5px 0 5px;
	border-color: #FFFFFF transparent transparent transparent;
}
.dropmenu li ul {
	position: absolute;
	width: 100%;
	z-index: 9999;
	top: 100%;
	left: 0;
}
.dropmenu li ul li{
	overflow: hidden;
	height: 0;
	transition: .2s;
}
.dropmenu li ul li a{
	border-top: 1px solid #dddddd;
	background: #efefef;
	color: #333333;
}
.dropmenu li ul li a:after {
	content: none;
}
.dropmenu li ul li:first-child a{
	border-top: none;
}
@media screen and (min-width: 601px) {
	.dropmenu li:hover a:after {
		transform: rotate(180deg);
		transition: .1s;
	}
	.dropmenu li:hover ul li{
		overflow: visible;
		height: 40px;
	}
	.dropmenu li ul li a:hover {
		background: #ffd999;
		transition: .5s;
	}
}
@media screen and (max-width: 600px) {
	.dropmenu li.active_sp a:after {
		transform: rotate(180deg);
		transition: .1s;
	}
	.dropmenu li.active_sp ul li{
		overflow: visible;
		height: 40px;
	}
}


.menu_title{
  position: relative;
  padding-left: 0.6em !important;
  font-size: 1rem !important;
  margin-top: 2em;
  margin-bottom: 0.8em;
  font-weight: 500;
}

.col-sm-12{
  font-size:  0.8rem;
}

.main-title {
  margin: 0 auto 1em;
  /* padding: 0.5em; */
  border: 1px solid var(--main-color);
  color: var(--main-color);
  font-size: max(1.125rem, min(.989rem + .68vw, 1.5rem));
}


.navilist {
  padding: 5px;
  margin: 0px auto 0 auto;
  background-color: #f8f8f8;
}

.basksd ul li{
  font-size: 0.8em;
}

.le{
  background-color: rgb(255, 255, 255);
  width: 98%;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 20px;
  padding-bottom: 10px;
}