@charset "shift_jis";

@media screen and (min-width: 769px) {
 body {
  margin: 0;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
 }

 h1 {
  color: #ccc;
  font-size: 10px;
  line-height: 1;
  margin: 5px 0 0 5px;
 }

 h2 {
  margin: 0;
 }

 p {
  margin: 0;
 }

 a {
  text-decoration: none;
  color: #333;
 }

 li {
  list-style-type: none;
  margin: 0;
 }

 ul {
  padding: 0;
  margin: 0;
 }

 .pc_off {
  display: none;
 }
 /*--------- 速報 ---------*/
 .top_info {
  background: #e1f0f0;
  text-align: left;
 }

 .t_info {
  width: 1100px;
  margin: auto;
  color: #333333;
  font-size: 14px;
  line-height: 60px;
  position: relative;
  display: flex;
	align-items: center
 }

 .sokuho_ttl {
  margin-right: 20px;
 }

 .t_info > img {
  position: absolute;
  top: 30px;
  left: 85px;
 }

 .sokuho {
  margin-left: 60px;
 }

 .t_info a {
  font-size: 14px;
  text-decoration: none;
  color: #333333;
 }

 .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;
 }

 .t_info iframe{
	width:700px;
	height:45px;
	border:0px;
	}

 .info_slide_wrap {
  display: block;
  width: 700px;
  border-radius: 30px;
  box-sizing: border-box;
  /*padding: 12px 0;*/
  overflow: hidden;
  z-index: 99;
 }

 .info_slide {
  width: 620px;
  margin-left: 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
 }

 .info_slide a {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-line-clamp: 1;
  overflow: hidden;
 }

 .info_slide a:hover {
  text-decoration: underline;
 }

 .info_prev::before {
  border-top: 1px solid #000 !important;
  border-right: 1px solid #000 !important;
 }

 .info_next::before {
  border-top: 1px solid #000 !important;
  border-right: 1px solid #000 !important;
 }
 /* iframe中身ここまで */

}
