@charset "shift_jis";

@media screen and (max-width: 768px) {

 .sp_off,
 .smart_off {
  display: none !important;
 }

 body {
  margin: 0;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	background:none !important;
 }

 body.no_scroll {
  overflow: hidden;
 }

 h1 {
  background-color: #eee;
  color: #ccc;
  font-size: 10px;
  line-height: 1;
  padding: 5px;
  margin: 0;
  position: relative;
  z-index: 999;
 }

 h2 {
  text-align: center;
  font-size: 28px;
 }

 p {
  margin: 0;
 }

 a {
  text-decoration: none;
  color: #333;
 }

 li {
  list-style-type: none;
  margin: 0;
 }

 ul {
  padding: 0;
  margin: 0;
 }

 /*--------- 速報 ---------*/
 .top_info {
  background: #e1f0f0;
  text-align: left;
 }

 .t_info {
  width: 100%;
  margin: auto;
  color: #333333;
  font-size: 14px;
  line-height: 35px;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 10px;
  box-sizing: border-box;
margin-bottom: 10px;
 }

 .sokuho_ttl {
  margin-right: 20px;
  width: 10%;
 }
 .t_info iframe{
	width:90%;
	height:20px;
	border:0px;
	}
 .info_slide_wrap {
  width: 100%;
 }
 .t_info iframe body{
	background:none !important;
}

 .t_info > img {
  position: absolute;
  top: 30px;
  left: 85px;
 }

 .sokuho {
  margin-left: 60px;
 }

 .t_info a {
  font-size: 14px;
  text-decoration: none;
  color: #333333;
  height: 80px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
 }

 .t_info a:hover {
  text-decoration: underline;
 }

 .t_info a img {
  vertical-align: middle;
 }

 /* iframe中身ここから */
 .ticker {
  position: absolute;
  top: 0;
  left: 0;
  width: 600px;
  height: 100% !important;
  line-height: 59px;
  font-size: 13px;
  /* font-weight: bold; */
  /* overflow: hidden; */
  /* text-overflow: ellipsis; */
  /* white-space: nowrap; */
 }

 .ticker ul {
  width: 100%;
  position: relative;
  margin: 0px;
  padding: 0px;
 }

 .ticker ul li {
  width: 100%;
  /* display: none; */
  /* font-weight:bold; */
 }

 .ticker ul li a {
  display: block;
  color: #333333;
  text-decoration: none;
 }

 .ticker ul li a:hover {
  color: #fe5339;
 }
 /* iframe中身ここまで */










}
