/* ニュース一覧画像サイズ統一 */
.p-news_articlecard__pic {
	aspect-ratio: 16 / 9;
	background-color: #000000;
	font-size: 0px;
}

.p-news_articlecard__pic_img {
	object-fit: contain;
	width: 100%;
	height: 100%;
}

@media screen and (min-width:768px) {
	.p-news_articlecard__pic {
		font-size: inherit;
	}
	
	.p-news_entry {
		max-width: 680px;
		margin: 0 auto;
	}
}

.p-news_entry__ttl {
	font-size: 160%;
	font-weight: bold;
}

.p-news_entry__hea {
	margin-bottom: 10px;
}

.p-news_entry__body_item--txt {
	font-size: 120%;
}

.p-news_articlecard__item a {
	font-weight: bold;
}

/* ニュース記事詳細 Yahoo風デザイン変更 */
h2.heading {
	margin-top: 1.8em !important;
	margin-bottom: 0px !important;
	font-size: 120% !important;
	font-weight: bold;
	padding: 2px 0 2px 15px;
	position: relative;
}

h2.heading::before {
	content: "";
	width: 5px;
	height: 100%;
	background: #d4062d;
	position: absolute;
	top: -1px;
	left: 0;
}

p.caption {
	font-size: 90%;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 0 !important;
}

p.caption.normal {
	margin-top: 1em;
}

p.caption.img_page {
	font-size: 120%;
	margin-bottom: 30px !important;
}

.p-news_entry__body {
	clear: both;
}

.p-news_entry__body_item--fig {
	aspect-ratio: 16 / 9;
}

.p-news_entry__body_img {
	object-fit: contain;
	width: 100%;
	height: 100%;
}

.p-news_entry__body_item.p-news_entry__body_item--para {
	margin-top: 2.0em;
}

p.photolink {
	font-size: 120%;
	margin-top: 20px;
	margin-bottom: 20px;
}

/* ニュース記事詳細 Yahoo風デザイン変更 PC版 */
@media screen and (min-width:768px) {
	.p-news_entry__media.media-movie {
		padding-bottom: 25px;
	}

	.p-news_entry__body_item {
		margin-top: 0;
	}

	.p-news_entry__body_item.p-news_entry__body_item--para {
		margin: 0 0 33px;
		overflow: hidden;
	}

	.p-news_entry__body_item.p-news_entry__body_item--figsec {
		float: left;
		margin-right: 20px;
		width: 230px;
		margin-bottom: 10px;
		overflow: hidden;
	}

	.p-news_entry__body_item.p-news_entry__body_item--figwrap {
		width: 220px;
		margin: 0 auto;
	}

	.p-news_entry__body_item.p-news_entry__body_item--fig {
		aspect-ratio: auto;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		overflow: hidden;
		position: relative;
		background-color: #efefef;
		height: 220px;
		width: 220px;
	}

	.p-news_entry__body_item.p-news_entry__body_item--fig::after {
		position: absolute;
		top: 0;
		left: 0;
		box-sizing: border-box;
		display: block;
		width: 100%;
		height: 100%;
		content: '';
		border: solid 1px rgba(0, 0, 0, 0.06);
	}

	.p-news_entry__body_img {
		vertical-align: middle;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		max-height: calc(300px + 1px);
		max-width: calc(300px + 1px);
	}

	.p-news_entry__body_img-solo {
		width: 100%;
		height: 100%;
	}

	h2.heading {
		margin-top: 0 !important;
		margin-bottom: 12px !important;
		font-size: 130% !important;
		line-height: 1.6;
	}

	p.caption {
		margin: 8px auto 10px;
		line-height: 1.4em;
	}
}

/* サーチボタン位置変更 */
@media screen and (max-width:767px) {
	.p-news_topbar__search_btn {
		top: auto !important;
		bottom: 140px;
	}

	.p-news_search__inner {
		padding: 60px 15px 120px;
		height: 100%;
		overflow: hidden;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch
	}
}

/* ページネーションと広告の間の空間確保 */
.p-news_entry_nav__next,
.p-news_entry_nav__pegenum {
	margin-bottom: 30px;
}

/* 暫定対応 */
.p-news_search__send {
	margin-top: 0px !important;
	padding: 20px 0px !important;
	background: #eee;
}

.p-news_articlecard__inner {
	margin-bottom: 2.3%;
}

/*---------- 広告関連 ----------*/
.p-news_header__adsense.pc {
	display: block !important;
}

.p-news_header__adsense.pc iframe {
	height: 90px;
}

.p-news_header__adsense.sp {
	display: none !important;
}

.yads_ad_item_res_s,
.yads_ad_info_res_s {
	display: none;
}

.yads_ad.yads_ad_responsive_small {
	overflow: hidden;
}

.yads_ad.yads_ad_responsive_small a {
	color: #333;
	text-decoration: none;
	display: block;
}

.yads_ad.yads_ad_responsive_small>a {
	/* padding: 12px 12px 0 12px; */
}

.yads_ad_img_res_s>img {
	float: left;
	width: 146px;
	height: 82px;
	background-size: contain;
	margin-right: 15px;
	object-fit: contain;
}

.yads_ad_title_res_s {
	padding: 4px 0 0 88px;
	font-size: 16px;
	line-height: 1.4;
}

.yads_ad_desc {
	padding: 0 0 0 88px;
	font-size: 16px;
	line-height: 1.4;
}

.yads_ad_adv_res_s {
	padding: 0 0 0 88px;
	font-size: 16px;
	line-height: 1.4;
}

.yads_ad.yads_ad_item_1.yads_ad_responsive_small>.yads_ad_info_res_s {
	display: block;
}

div #ad1 {
	width: 100%;
}

/*上部バナー*/
.contents_bn {
	display: flex;
	justify-content: center;
	align-items: center;
}

.stopcovid {
	width: 500px;
	margin: 20px 40px 0 20px;
}

.livenews {
	width: 500px;
	margin: 20px 20px 0 0;
}

.contents_bn ul {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 1250px;
	margin: 0 auto;
}

.contents_bn ul li {
	max-width: 550px;
}

.contents_bn ul li img {
	width: 100%;
}

.contents_bn ul li:nth-last-child(2),
.contents_bn ul li:nth-last-child(2)~li {
	margin-right: 4%;
	width: 48%;
}

.contents_bn ul li:nth-last-child(3),
.contents_bn ul li:nth-last-child(3)~li {
	margin-right: 2%;
	width: 32%;
}

.contents_bn ul li:last-of-type {
	margin-right: 0 !important;
}


@media screen and (max-width: 767px) {
	.yads_ad_img_res_s>img {
		width: 40%;
		height: 111px;
		;
	}

	.yads_ad_title_res_s,
	.yads_ad_adv_res_s {
		font-size: 1.3rem;
	}

	.yads_ad.yads_ad_responsive_small a {
		font-size: 1.1rem;
	}

	.contents_bn {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}

	.stopcovid {
		width: 95%;
		margin: 4% auto 0;
	}

	.livenews {
		width: 95%;
		margin: 4% auto 0;
	}

	.contents_bn ul {
		display: block;
		width: 95%;
	}

	.contents_bn ul li {
		width: 100% !important;
		margin-top: 4%;
	}

	.contents_bn ul li img {
		width: 100%;
	}
}

/*---------------------*/



.box-hidden {
	display: none !important;
}

/*-- 20191223 暫定対応 --*/
.p-news_entry__body_item.p-news_entry__body_item--fig {
	text-align: center;
}

.l-news_col2__main .p-news_entry__media {
	clear: both;
}

span.head_datetime time {
	display: inline-block;
	float: left;
}

/*---------- 20200408 変更*/
span.head_datetime .p-news_articlecard__date {
	line-height: 31px;
}

@media screen and (min-width: 768px) {

	.p-news_articlecard__cate,
	.p-news_articlecard__date {
		margin-bottom: 0.5em;
	}

	.p-news_entry__hea .p-news_articlecard__cate {
		display: inline-block;
		float: left;
		line-height: 22px;
	}

	.p-news_articlecard__date {
		display: block;
		font-size: 1.3rem;
		line-height: 1;
		margin-top: 0.3em;
	}
	
	.p-news_entry__share {
		margin: 15px auto;
		max-width: 680px;
	}
}

.p-news_entry__share {
	justify-content: flex-end;
	clear: both;
}

.p-news_entry__share_img {
	width: 25px;
}

/* 友だち追加ボタン */
.add_line {
	display: inline-block;
	width: 100px;
	margin-left: 5px;
	float: left;
}

.add_line a img {
	width: 100%;
}

/*----------------------*/

@media screen and (max-width: 767px) {
	header {
		border-top: 0 !important;
		border-bottom: 0 !important;
	}

	header .container {
		display: block !important;
	}

	header .headerLogo {
		min-width: auto !important;
	}

	header .headerLogo a {
		line-height: 0 !important;
		text-align: left;
	}

	header #onair {
		width: 100%;
	}

	header #onair .cont {
		width: 100%;
	}

	div .p-news_entry__media img {
		width: 100% !important;
	}

	.p-news_header__adsense.pc {
		display: none !important;
	}

	.p-news_header__adsense.sp {
		display: block !important;
	}

	.p-news_articlecard__date {
		display: block;
		clear: both;
		padding: 0.5em 0;
	}

	.p-news_entry__hea .p-news_articlecard__cate {
		display: inline;
		font-size: 1.4rem;
		margin-bottom: 0.3rem;
		line-height: 1;
	}

	h1.p-news_entry__ttl {
		font-size: 135% !important;
	}

	span.head_datetime {
		padding: 8px 0;
		display: block;
		clear: both;
	}

	span.head_datetime .p-news_articlecard__date {
		font-size: 1.4rem;
		line-height: 22px;
	}

	/* .p-news_search__select_list_top {
        display: none;
    }

    .p-news_search__send_top {
        display: none;
    } */
}

/* PC版ロゴサイズ */
@media screen and (min-width: 768px) {
	.p-news_header__logo {
		width: 350px;
	}
}

/* SP版ロゴサイズ */
@media screen and (max-width: 767px) {
	.p-news_header__logoimg {
		width: 300px;
	}
}

/* メニューが被る程の狭い幅の場合 */
@media screen and (max-width: 348px) {
	.p-news_header__logoimg {
		width: 75%;
		height: auto;
	}
}

@media screen and (min-width: 767px) {
	.is-sp {
		display: none
	}
}

@media screen and (max-width: 766px) {
	.is-pc {
		display: none
	}
}

.p-news_search__select_data {
	margin: 0;
	width: 100%;
	width: calc(100% - 85px);
}

.p-news_search__select_inputbox_top {
	border: 1px solid #aaa;
	border-radius: 5px;
	padding: 0.5em 0.5em;
	box-sizing: border-box;
	width: 100%;
}

.p-news_search__send_top {
	text-align: center;
	margin: 0;
	width: 80px;
	margin-left: 5px;
}

.p-news_search__send_label_top {
	display: inline-block;
	position: relative;
	font-style: normal;
	background-size: 16px auto;
	padding: 3px 10px 3px 10px
}

.p-news_search__send_top_btn {
	display: inline-block;
	border-radius: 5px;
	border: none;
	background-color: #d4062d;
	color: #fff;
	padding: 0.1em 0.1em;
	width: 80px;
	position: relative;
	font-size: 1.6rem;
}

.p-news_search__send_top_btn::after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 6px;
	width: 50px;
	height: 30px;
	background-size: contain
}

.p-news_search__send_top_btn:hover {
	color: #fff
}

.p-news_search__select_list_top {
	margin-top: 0px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.l-news_contents {
	padding-top: 30px;
}

.p-news_topbar__inner {
	padding: 10px;
}
@media screen and (min-width: 767px) {
	.p-news_topbar__inner {
		padding: 10px 10px 0 10px;
	}
}

@media screen and (min-width: 767px) {
	.p-news_search__select_list_top {
		width: 50%;
	}
}

#profile .content_wrap_wide {
	border: 2px solid #d4062d;
	margin-bottom: 10px;
}

#profile .content_wrap {
	display: flex;
	border: 2px solid #d4062d;
	align-items: center;
	color: #d4062d;
}

#profile .mc_name {
	font-size: 25px;
	font-weight: bold;
}

#profile .mc_ph {
	width: 20%;
}

#profile .mc_text {
	margin-left: 10px;
	width: 80%;
}

@media screen and (max-width:767px) {
	#profile .mc_ph {
		width: 50%;
	}

	#profile .mc_name {
		font-size: 20px;
		font-weight: bold;
	}

	#profile .mc_intro {
		margin-top: 10px;
		font-size: 1.4rem;
	}
}

/* フォト　ページング機能*/
.p-news_photo_page_body{
	display: flex;
    justify-content: center;
	margin:8px 0px 8px 0px;
	font-size: 15px;
}

.photo_link_arrow{
	color: #569ff7;
	margin: 0px 8px 0px 8px;
}

.p-news_photo__page_view{
	margin: 0px 25px 0px 25px;
}

/* PDFリンク */
.p-news_entry__body_item--linkwrap {
	margin-top: 1em;
}

.p-news_entry__body_item--pdf-link {
	font-size: 105%;
	color: #007acc;
	text-decoration: none;
}

.p-news_entry__body_item--pdf-link:hover {
	text-decoration: underline;
}

.p-news_entry__body_item--pdf-link i.fas.fa-file-pdf {
	color: #c00;
	margin-right: 0.3em;
	font-size: 1.1em;
	vertical-align: middle;
}

/* 記者情報一覧リンクボタン */
.writer_container .writer_link a {
	display: inline-block;
	padding: .4em 1em;
	background: #d4062d;
	color: #fff;
	text-decoration: none;
	border-radius: 4px;
	font-size: 1.6rem;
	transition: background .2s;
}

.writer_container .writer_link a:hover {
	cursor: pointer;
}

@media screen and (min-width:768px) {
	.writer_container {
		display: flex;
		justify-content: flex-end;
		padding: 0 10px 10px 10px;
	}
}

@media screen and (max-width:767px) {
	.writer_container {
		display: flex;
		justify-content: flex-end;
		padding: 0 10px 10px 10px;
	}
}