@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&family=Noto+Sans+JP:wght@300;400;500;700&display=swap');

*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body, h1, h2, h3, h4, h5, h6, p,
ul, ol, li, dl, dt, dd, a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	line-height: 1;
}

a { color: inherit;text-decoration: none;transition: all 0.3s ease 0s; }
li {list-style: none;}
img {max-width: 100%;}


html {
	font-size: 10px;
	font-weight: 400;
	color: #333;
	-webkit-text-size-adjust: 100%;
/*	scroll-behavior: smooth;*/
}

body {
	font-size: 1.6rem;
	font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
	font-style: normal;
	font-weight: 400;
	color:#333;
	background:#fff;
	overflow-x: hidden;
}
@media screen and (min-width: 800px) and (max-width: 1299px){
	body {min-width:1300px; overflow:visible;}
}

.l-wrap {
	width: 100%;
	position: relative;
	padding: 0 0 0;
}
@media screen and (min-width: 800px) {
	.l-wrap {
		padding: 0;
		overflow: hidden;
	}
}

.pcv { display:none; }
.spv { display:block; }

@media screen and (min-width: 800px) {
	.pcv { display:block; }
	.spv { display:none; }
}


.floL {float:left;}
.floR {float:right;}

.clear  {content:"";display:table;clear:both;zoom:1;}
.ph-img { width:100%;height:auto; }

.shiM { font-family: 'Shippori Mincho', serif; }
.lato { font-family: 'Lato', sans-serif; }



/*********************************************************************************************

	HEADER

**********************************************************************************************/

#header {
	background:#fff;
}

.h-inner {
/*
	height:50px;
*/
	width:100%;
	margin:0;
	position:relative;
}

.h-inner:after {content:"";display:table;clear:both;zoom:1;}

@media screen and (min-width: 800px) {
	.h-inner {
		height:80px;
		width:1300px;
		margin:0 auto;
		position:relatve;
	}
}




.siteid { margin:0 0 0 15px;padding-top:15px; }
.siteid a {
	display:block;
	text-indent:-9999px;
	background:url(../img/siteid.png) 0 0 no-repeat;
	background-size:100%;
	width:106px;
	height:23px;
}
@media screen and (min-width: 800px) {
	#header { height:auto; }
	.siteid { margin:40px 0 0 0;padding:0;float:left; }
	.siteid a {
		width:135px;
		height:29px;
	}
}


.h-nav {
	margin:14px 0 0;
	width:100%;
}
.h-nav ul { letter-spacing: -.4em; }
.h-nav ul li {
	display: inline-block;
	letter-spacing: normal;
}

@media screen and (min-width: 800px) {
	.h-nav {
		display:flex;
		justify-content: space-between;
		flex-wrap:wrap;
		float:left;
		margin:0 0 0 60px;
		width:auto;
	}
	.h-nav ul { letter-spacing: -.4em; }
	.h-nav ul li {
		display: inline-block;
		letter-spacing: normal;
	}
}


.gnav-1 {
	margin:0 auto;
	width:90%;
	text-align:center;
}
.gnav-1 li {
	margin:0 5px;
	width:calc(50% - 10px);
}

.gnav-1 li a {
	display:block;
	background:#0076b2;
	width:100%;
	height:60px;
	padding-top:35px;
	text-align:center;
	color:#fff;
	font-size:1.6rem;
	font-weight:700;
	line-height:1;
	border-radius: 10px 10px 0 0;
}

.gnav-1 li a span { position:relative;display:block; }
.gnav-1 li a span:before {
	content:"";
	display:block;
	width: 24px;
	height:24px;
	background:url(../img/m_tv2.png) 0 0 no-repeat;
	background-size:100%;
	position:absolute;top:-27px;left:50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.gnav-1 li a.i-radio { background:#43a83f; }
.gnav-1 li a.i-radio span:before { background:url(../img/m_radio2.png) 0 0 no-repeat;background-size:100%; }


.gnav-1 li a.pcv { display:none; }

@media screen and (min-width: 800px) {
	.gnav-1 { margin-top:20px;width:auto; }
	.gnav-1 li { margin:0 5px;width:auto; }
	.gnav-1 li a {
		display:block;
		background:#0076b2;
		width:100px;
		height:60px;
		padding-top:35px;
		text-align:center;
		color:#fff;
		font-size:1.6rem;
		font-weight:700;
		line-height:1;
		border-radius: 10px 10px 0 0;
	}
	.gnav-1 li a.pcv { display:block; }
	.gnav-1 li a.spv { display:none; }

	.gnav-1 li a span { position:relative;display:block; }
	.gnav-1 li a span:before {
		content:"";
		display:block;
		width: 24px;
		height:24px;
		background:url(../img/m_tv2.png) 0 0 no-repeat;
		background-size:100%;
		position:absolute;top:-27px;left:50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.gnav-1 li a.i-radio { background:#43a83f; }
	.gnav-1 li a.i-radio span:before { background:url(../img/m_radio2.png) 0 0 no-repeat;background-size:100%; }
}



@media screen and (max-width: 799px) {
	.gnav-1 { position:relative; }
	.op-menu {
		position:absolute;top:60px;left:0;
		width:100%;
		width:100vw;
		margin: 0 calc(50% - 50vw);
		z-index:100;
	}

	.section-tb { display: none; }

/*
	.secList-tb { display: none; }
	.h-menu_area .overlay {
		position: fixed;top:185px;
		z-index: -1;
	}
*/

	.in-box {
		padding:20px 10px;
		background:#0a466e;
		width:100%;
	}

	#box-radio .in-box { background:#2a4c3c; }
}

@media screen and (min-width: 800px) {
	.op-menu {
		position: absolute;top:80px;left:0;
		z-index:100;
		width:100vw;
		height:auto;
		margin: 0 calc(50% - 50vw);
		visibility: hidden;
		opacity: 0;
		transition: all .2s;
	}
	.menu:hover .op-menu {
		visibility: visible;
		opacity: 1;
	}

	.secList-tb { position:relative;top:0; }
	.secList-tb:hover,
	.menu:hover .secList-tb {
		top:-10px;
		height:70px;
	}
}

@media screen and (min-width: 800px) and (max-width: 1299px){
	.op-menu {margin: 0;}
}


/* ヘッダーメニュー2 */
.gnav-2 { margin-top:30px;display:none; }
.gnav-2 li a {
	position:relative;
	display:block;
	height:50px;
	color:#333;
	font-size:1.4rem;
	font-weight:700;
	text-align:center;
	padding:17px 15px 0 15px;
}
.gnav-2 li a:after {
	content:"";
	display:block;
	width: 1px;
	height:100%;
	background:#ccc;
	position:absolute;top:0;right:0;
}
.gnav-2 li:last-child a:after { display:none; }
.gnav-2 li a:hover { color:#0279a4; }

@media screen and (min-width: 800px) {
	.gnav-2 { display:block; }
}





/* ヘッダーバナー */
.h-bnr { padding:0;margin:10px auto; }
.h-bnr img { vertical-align:top; }

.add-bnr {
	width: 300px;
	height:41px;
	position:relative;
	margin:0 auto;
}

.add-bnr img {
	position: absolute;top: 0;left: 0;
	width: 100%;
	height: 100%;
	object-fit:cover;
}

@media screen and (min-width: 800px) {
	.h-bnr {
		padding:10px 10px;
		margin:0px;
		float:right;
	}
	.add-bnr {
		width: 440px;
		height: 60px;
		margin:0;
	}
}



.h-menu_area {
	background:#eee;
	border-top:10px solid #777;
	padding:0 0;
}

.h-ch .c-inner { display:none; }


#box-tv.h-menu_area { background:#0a466e;border-color:#0076b2; }
#box-radio.h-menu_area { background:#2a4c3c;border-color:#43a83f; }


@media screen and (min-width: 800px) {
	.h-menu_area {
		background:#eee;
		border-top:10px solid #777;
		padding:10px 0;
	}

	.h-menu_area .c-inner { display:flex; }

	#box-tv.h-menu_area { padding:20px 10px; }
	#box-radio.h-menu_area { padding:20px 10px; }
}


.h-box {
	padding:5px 0px;
	position:relative;
	width:50%;
	text-align:center;
}

.h-box p {
	font-size:1.8rem;
	font-weight:400;
	color:#666;
	font-family: 'Lato', sans-serif;
	margin-top:3px;
	display:block;

}
.t-ch {
	font-weight:900;
	color:#0076b2;
	margin:0 6px;
}
.t-ch_s { font-size:80%;margin:0 2px; }
.t-sub { display:none; }


.btn-ss {
	display:block;
	font-size:1.4rem;
	font-weight:700;
	line-height:1;
	color:#fff;
	padding:10px 0 12px;
	width:120px;
	text-align:center;
	margin:10px auto;

	border-radius:5px;
	background:#0076b2;
}
.btn-ss.pcv { display:none; }

.is-radio .t-ch { color:#43a83f; }
.is-radio .btn-ss { background:#43a83f; }

.btn-ss:hover { opacity:0.8;filter:alpha(opacity=80);-ms-filter: "alpha( opacity=80 )"; }

@media screen and (min-width: 800px) {
	.h-box {
		padding:5px 40px 5px 0;
		position:relative;
		width:auto;
		text-align:left;
	}
	.h-box:after { content:"";display:table;clear:both;zoom:1; }

	.is-radio { margin-left:40px; }
	.is-tv:after {
		content:"";
		width: 1px;
		height:100%;
		background:#999;
		position:absolute;top:0;right:0;
	}

	.h-box p {
		font-size:2.4rem;
		float:left;
		margin-top:3px;
	}

	.btn-ss {
		font-size:1.6rem;
		padding:6px 0 8px;
		width:120px;
		float:left;
		margin:0;
	}
	.btn-ss.pcv { display:block; }
	.btn-ss.spv { display:none; }

	.t-ch { margin:0 10px; }
	.t-sub { display:inline-block; }
}

.m-list li { margin:0 0px 0 0; }
.m-list li:last-child { margin:0; }
.m-list li a {
	display:block;
	font-size:1.6rem;
	font-weight:700;
	color:#0076b2;
	position:relative;
	padding:15px 0;
	width:auto;
	height:auto;

	background:#fff;
	border-radius:5px;
	text-align:center;
}

#box-tv li a:hover { color:#82bedc; }
#box-radio li a:hover { color:#aadcaa; }
#box-radio li a:hover img { opacity:0.8;filter:alpha(opacity=80);-ms-filter: "alpha( opacity=80 )"; }

.m-sub { margin:0 0 0 0px; }
.m-sub li { margin:0 0px 0 0; }
.m-sub li a {
	display:block;
	font-size:1.2rem;
	font-weight:500;
	color:#0076b2;
	position:relative;
	padding:10px 0;
	width:auto;
	height:auto;

	margin:0 0 10px;
	text-align:center;
	background:#fff;
	border-radius:5px;
}



@media screen and (max-width: 799px) {
	.m-list { margin:0 0 10px; }
	.is-last { margin:0 0 0; }

	.m-list,
	.m-sub {
		display:flex;
		justify-content: center;
		flex-wrap:wrap;
	}

	.m-list li {
		width:calc(50% - 30px);
		text-align:center;
		width:50%;
		padding:0 5px;
	}
	.m-list li:first-child { padding-left:0; }
	.m-list li:last-child { padding-right:0; }
	.m-list li.pcv { display:none; }

	.m-sub { justify-content: space-between; }
	.m-sub li { width:calc(33.3333% - 10px); }

	#box-radio .m-list li a,
	#box-radio .m-sub li a { color:#43a83f; }
	#box-radio .m-sub li { width:calc(25% - 7px); }

	#box-radio .m-sub:before {
		content: "";
		width:calc(25% - 7px);
		order: 1;
	}
	#box-radio .m-sub:after {
		content:"";
		display: block;
		width:calc(25% - 7px);
	}

	.m-list li img { width:auto;height:15px; }
	.m-list .pcv { display:none; }
}


@media screen and (min-width: 800px) {
	.m-list li { margin:0 15px 0 0; }
	.m-list li:last-child { margin:0; }

	.p-radio .is-last li,
	.m-radio .is-last li { margin:0 15px 0 0; }

	.m-list li a {
		display:block;
		font-size:2.1rem;
		font-weight:700;
		color:#fff;
		position:relative;
		padding:0 15px 0 0;
		background:none;

		margin:0;
		text-align:left;
		border-radius:0;
	}

	.m-list li a:after,
	.is-last li a:before {
		content:"";
		display:block;
		width: 1px;
		height:100%;
		background:#fff;
		position:absolute;top:0;right:0;
	}
	.is-last li { margin:0 10px 0 0; }
	.is-last li a { padding:0 0 0 15px; }
	.is-last li a:before { position:absolute;top:0;left:0; }
	.is-last li a:after  { display:none; }

	.m-list li img { width:71px;height:auto; }

	.m-sub { margin:0 0 0 13px; }
	.m-sub li { margin:0 10px 0 0; }
	.m-sub li a {
		display:block;
		font-size:1.4rem;
		font-weight:500;
		color:#fff;
		position:relative;
		padding:0 10px 0 0;
		background:none;

		margin:0;
		text-align:left;
		border-radius:0;
	}

	.m-sub li a:after {
		content:"";
		display:block;
		width: 1px;
		height:100%;
		background:#fff;
		position:absolute;top:0;right:0;
	}
	.m-sub li:last-child a:after { display:none; }

	.m-list .spv { display:none; }
}



@media screen and (min-width:801px) and ( max-width:1299px) {
	.h-inner { width: inherit;padding-left:20px;height:auto; }
	.siteid {margin:90px 0 0 0;}
	.siteid a {
		display:block;
		text-indent:-9999px;
		background:url(../img/siteid.png) 0 0 no-repeat;
		background-size:100%;
		width:106px;
		height:23px;
	}

	.h-nav {
		margin:0 0 0 10px;
		width:80vw;
		/*flex-direction:column-reverse;*/
	}
	.h-nav:after { content:"";display:table;clear:both;zoom:1; }

	.gnav-1 {
		display:block;
		margin-top:70px;
		float:left;
	}
	.gnav-2 {
		margin-top:80px;
		float:right;
		width:calc(100% - 40%);
	}

	.m-list li a { font-size:1.7rem; }

	.op-menu { top:130px; }
	.op-menu .c-inner { width:100%; }
	.op-menu .box-grid_s { justify-content: center; }

	.add-bnr {
		width:300px;
		height:41px;
		margin-top:5px;
		position:absolute;top:5px;
		left:50vw;
/*		right:100px;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
*/
	}

	.secList-tb { position:relative;top:0; }
	.secList-tb:hover,
	.menu:hover .secList-tb {
		top:0;
		height:60px;
	}

	.swipe { display:none; }
	.search-area .box-grid,
	.search-area .box-grid_e { justify-content: center; }

}/**/















/* ============================================================
  検索
============================================================== */
.h-search { position:absolute;top:0;right:50px; }
.h-search {
	display:block;
	background:#333;
	width: 50px;
	height:50px;
	text-align:center;
	line-height:60px;
}
.h-search img { width:24px;height:24px; }

@media screen and (min-width: 800px) {
	.h-search { right:0; }
	.h-search {
		width: 80px;
		height:80px;
		line-height:100px;
	}
	.h-search img { width:32px;height:32px; }
}



/* 調整まだ　仕様確認　------------------------------------------------------------ */

.search-area {
	display:none;
	position:absolute;top:50px;left:0;
	z-index: 200;
	width:100%;
	height: auto;
	margin: 0;
	background:#555;
	padding:10px 10px 20px 10px;
}

.search-area .c-inner { align-items:center; }

.swipe {
	width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.swipe::-webkit-scrollbar { display:none; }

.s-word {
	margin:0 0 15px;
	width: 750px;
	display: -webkit-flex;
	display: flex;
/*	overflow-x: scroll;*/
}
.s-word li { margin:0 5px 0 0; }
.s-word a {
	display:inline-block;
	padding:8px 10px;
	font-size:1.2rem;
	font-weight:700;
	text-align:center;
	background:#ddd;
	border-radius:20px;
}


@media screen and (min-width: 800px) {
	.search-area {
		top:80px;
		width:100vw;
		margin: 0 calc(50% - 50vw);
		padding:15px 0 13px;
	}

	.swipe { width:50%; }

	.s-word { width:100%;margin:2px 0 0; }
	.s-word li { margin:0 5px 0 0; }
	.s-word a {
		padding:10px 15px;
		font-size:1.4rem;
		border-radius:20px;
	}
}







/* 調整まだ　------------------------------------------------------------ */
.s-key { width:100%; }


/* 使用しない（確認中:230508） */
.search_select {
	width:auto;
	margin:0 0 15px;
	box-sizing: border-box;
	position: relative;
	padding:10px 10px;
	border-radius: 5px;
	background:#fff;
	overflow: hidden;
}

@media screen and (min-width: 800px) {
	.s-key { width:50%; }

/* 使用しない（確認中:230508） */
	.search_select {
		width:auto;
		margin:0 10px 15px;
		box-sizing: border-box;
		position: relative;
		padding:10px 10px;
		border-radius: 5px;
		background:#fff;
		overflow: hidden;
	}
}



.search_container {
	width:100%;
	box-sizing: border-box;
	position: relative;
	padding: 3px 10px;
	border-radius: 5px;
	background:#fff;
	height: 2.3em;
	overflow: hidden;
}
.search_container input[type="text"]{
	border: none;
/*	height: 2.0em;*/
}
.search_container input[type="text"]:focus { outline: 0; }

.search_container input[type="submit"]{
	cursor: pointer;
	position: absolute;top: 10px;right: 10px;
	outline : none;
	width: 20px;
	height:20px;
	background:url(../img/ico_search2.png) 0 0 no-repeat;
	background-size:100%;
	border: none;
}

@media screen and (min-width: 800px) {

	.search_container {
		width:calc(100% - 210px);
		box-sizing: border-box;
		position: relative;
		padding:10px 10px;
		border-radius: 5px;
		background:#fff;
/*		height: 2.3em;*/
		overflow: hidden;
		margin:0 10px 17px;
	}
	.search_container input[type="text"]{
		border: none;

/*		height: 2.0em;*/
	}
	.search_container input[type="text"]:focus { outline: 0; }

	.search_container input[type="submit"]{
		cursor: pointer;
		position: absolute;top: 10px;right: 10px;
		outline : none;
		width: 20px;
		height:20px;
		background:url(../img/ico_search2.png) 0 0 no-repeat;
		background-size:100%;
		border: none;
	}
}


/* googleカスタム検索に変更 */

#g-k-w-search { margin:0 5px; }
#g-k-w-search .gsc-control-cse { padding: 0; }

#g-k-w-search .gsc-search-box { position: relative; }

#g-k-w-search .gsc-search-box tr,
#g-k-w-search .gsc-search-box td { display: block; }

#g-k-w-search .gsc-clear-button { display:none; }



/* テキストボックスの親要素。width指定しつつfloatで左寄せ */
#g-k-w-search .gsc-search-box td.gsc-input,
#g-k-w-search .gsc-search-box td.gsc-input .gstl_50 {
	box-sizing: border-box;
	width: 100% !important;
	padding: 0 !important;
	height: 36px;
	vertical-align: top;
	float: left;
}


#g-k-w-search .gsc-search-box .gsib_a {
	width: 100% !important;
	padding: 0 !important;
}
#g-k-w-search .gsc-search-box .gsib_a input:focus { outline: 0; }


/* テキストボックスのデザイン設定 */
#g-k-w-search .gsc-search-box input#gsc-i-id1 {
	box-sizing: border-box;
	height: 36px !important;
	padding: 10px !important;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-position: 5px center !important;
}

#g-k-w-search .gsc-search-box td#gs_tti51 { margin-bottom: 5px; }

/* ボタンの親要素。width指定しつつfloatで左寄せ */
#g-k-w-search .gsc-search-box td.gsc-search-button {
	width: 30px !important;
	height: 36px;
	float: left;
}

/* テキストボックスに文字入力したときに出る「×」マークの位置調整 */
#g-k-w-search .gsc-search-box .gsib_b {
	position: absolute;top: 5px;right:45px;
	width: 20px;
}

/* デフォルトで設定されている(疑似的な)テキストボックスのデザイン設定を解除 */
#g-k-w-search .gsc-search-box .gsc-input-box,
#g-k-w-search .gsc-search-box .gsc-input-box-hover,
#g-k-w-search .gsc-search-box .gsc-input-box-focus {
	border: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

/* 検索ボタンの背景をボタンのように見せかける */
#g-k-w-search .gsc-search-box .gsc-search-button {
	position:absolute;top:0;right:8px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	background:url(../img/ico_search2.png) center center no-repeat;
	background-size:20px;
	cursor: pointer;
}


/* 検索ボタンを透明化し背景のみを表示させる */
#g-k-w-search .gsc-search-box button.gsc-search-button-v2,
#g-k-w-search .gsc-search-box button.gsc-search-button {
	width: 100%;
	height: 50px;
	padding: 0 !important;
	opacity: 0;
}


@media screen and (min-width: 800px) {
	#g-k-w-search { margin:0 10px 0 0; }
	#g-k-w-search .gsc-search-box td.gsc-input,
	#g-k-w-search .gsc-search-box td.gsc-input .gstl_50 {
		box-sizing: border-box;
		width: 380px !important;
		padding: 0 !important;
		height: 36px;
		vertical-align: top;
		float: left;
	}

	#g-k-w-search .gsc-search-box .gsib_a {
		width: 380px !important;
		padding: 0 !important;
	}

	#g-k-w-search .gsc-search-box input#gsc-i-id1 {
		box-sizing: border-box;
		height: 36px !important;
		padding: 10px !important;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		background-position: 5px center !important;
	}

	#g-k-w-search .gsc-search-box td#gs_tti51 { margin-bottom: 5px; }
	#g-k-w-search .gsc-search-box td.gsc-search-button {
		width: 30px !important;
		height: 36px;
		float: left;
	}
	#g-k-w-search .gsc-search-box .gsib_b {
		position: absolute;top: 5px;right:45px;
		width: 20px;
	}
}







/* ============================================================
  スマホメニュー
============================================================== */
.l-header__btn {
	display: block;
	width: 50px;
	height:50px;
	position: absolute;top: 0;right: 0;
	z-index:30;
	background-color:#0076b2;
}

.l-header__btn div {
	width: 20px;
	height:21px;
	margin:13px 13px;
	position: relative;
	transition: all .4s;
	box-sizing: border-box;
}

.l-header__btn div span {
	position: absolute;left: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
	transition: all .4s;
}

.l-header__btn div span:nth-of-type(1) { top: 5px; }
.l-header__btn div span:nth-of-type(2) { top: 12px; }
.l-header__btn div span:nth-of-type(3) { bottom: 0px; }

.l-header__btn.is-open span:nth-of-type(1) { transform: translateY(7px) rotate(-45deg); }
.l-header__btn.is-open span:nth-of-type(2) { opacity: 0; }
.l-header__btn.is-open span:nth-of-type(3) { transform: translateY(-7px) rotate(45deg); }


@media screen and (min-width: 800px) {
	.l-header__btn {display: none;}
}


.sp-nav {
	display:none;
	position:absolute;top:50px;
	z-index: 200;
	width:100%;
	height: auto;
}
.sp-nav_inner {
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
}

.sp-nav_inner ul { width:50%;padding:15px 10px; }
.sp-tv { background:#0076b2; }
.sp-radio { background:#43a83f; }

.sp-nav_ttl {
	font-size:1.6rem;
	font-weight:700;
	position:relative;
	padding:0 0 0 30px;
	color:#fff;
	margin:0 0 15px;
}

.sp-nav_ttl:before {
	content:"";
	display:block;
	width: 24px;
	height:24px;
	background:url(../img/m_tv2.png) 0 0 no-repeat;
	background-size:100%;
	position:absolute;top:50%;left:0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.sp-radio .sp-nav_ttl:before { background:url(../img/m_radio2.png) 0 0 no-repeat;background-size:100%; }

.sp-nav_list li { margin-bottom:10px; }
.sp-nav_list li:last-child { margin:0; }
.sp-nav_list a {
	display:block;
	background:#fff;
	border-radius:5px;
	padding:15px 0;
	text-align:center;
	color:#0076b2;
	font-size:1.6rem;
	font-weight:700;
}

.sp-nav_list .sz-s a {
	padding:7px 0;
	font-size:1.4rem
}
.sp-nav_list img { width:60px;height:auto; }


.sp-nav_inner2 {
	background:#777;
	padding:15px 10px 5px 10px;
}
.sp-nav_inner2 .sp-nav_list li {
	width:calc(50% - 8px);
	margin-bottom:10px;
}

.sp-nav_inner3 {
	background:#fff;
	padding:15px 10px;
}
.sp-nav_inner3 .btn-inq { margin:0px auto 10px; }
.sp-sns {
	display:flex;
	justify-content: center;
	flex-wrap:wrap;
}
.sp-sns li {
	width:35px;
	margin:0 5px;
}

.overlay { display:none; }


/*
.overlay {
	background-color: #000;
	cursor: pointer;
	height: 100vh;
	position: fixed;top: 50px;left: 0;
	opacity: 0.8;
	transition: all 0.4s;
	visibility: hidden;
	visibility:visible;
	width: 100vw;
	z-index: -1;
}

@media screen and (min-width: 800px) {
	.overlay { display:none; }
}
*/






/*********************************************************************************************

	FOOTER

**********************************************************************************************/

#footer { padding-bottom:0px; }
#footer .c-inner {
	text-align:center;
	margin: 0 calc(50% - 50vw);
	width: 100vw;
}
.f-inner {
	background:#0a466e;
	padding:0;
}

@media screen and (min-width: 800px) {
	#footer { padding-bottom:30px; }
	#footer .c-inner {
		width:1300px;
		margin:0 auto;
	}
	.f-inner {
		padding:40px 0;
		margin:0 0 30px;
	}
}


.f-menu {
	width: 100%;
	position:relative;
	text-align:left;
}
.f-menu dt {
	font-size:1.6rem;
	font-weight:700;
	color:#8cbedc;
	margin:0;
	padding:15px 15px 18px 15px;
	position:relative;
	cursor: pointer;
}

.f-menu:before {
	content:"";
	display:block;
	width:100%;
	height:1px;
	background:#0076b2;
	position:absolute;bottom:0;left:0;
}
.f-menu dt:after {
	content:"";
	display:block;
	width: 20px;
	height:20px;
	background:url(../img/btn_open.png) 0 0 no-repeat;
	background-size:100%;
	position:absolute;top:50%;right:15px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.f-menu dt.active:after { background:url(../img/btn_close.png) 0 0 no-repeat;background-size:100%; }

.f-menu dd { padding:0;background:#777;display:none; }
.f-menu dd ul li { margin:0; }
.f-menu dd ul li a {
	display:block;
	font-size:1.4rem;
	font-weight:400;
	line-height:1.4;
	color:#fff;
	padding:10px 15px;
	border-bottom:1px solid #979797;
}
.f-menu dd ul li a:hover { opacity:0.8;filter:alpha(opacity=80);-ms-filter: "alpha( opacity=80 )"; }

@media screen and (min-width: 800px) {
	.f-menu {
		width: calc(100% / 4);
		position:relative;
	}
	.f-menu:before {
		width: 1px;
		height:86%;
		position:absolute;top:31px;left:0;
	}
	.f-menu dt {
		font-size:1.6rem;
		margin:0 0 15px;
		padding:0;
		cursor: auto;
	}

	.f-menu dt:after { display:none; }

	.f-menu dd { padding:2px 30px 0 10px;background:none;display:block; }
	.f-menu dd ul li { margin:0 0 10px; }
	.f-menu dd ul li a {
		font-size:1.4rem;
		line-height:1.5;
		padding:0;
		border-bottom:none;
	}
}



.f-logo { width:132px;height:auto; }
.f-copy {
	position:relative;
	padding:0;
	margin:20px 0 0;
}
.f-copy p {
	font-size:1.1rem;
	line-height:1.4;
	color:#666;
}
.btn-inq {
	display:block;
	background:#fff;
	border:1px solid #1da1f2;
	font-size:1.4rem;
	font-weight:700;
	color:#1da1f2;
	text-align:center;
	padding:10px 0;
	width:50%;
	margin:20px auto 20px;
	border-radius:6px;
}


@media screen and (min-width: 800px) {
	#footer .c-inner { text-align:left; }
	.btn-inq { display:none; }

	.f-logo { width:132px;height:auto; }
	.f-copy {
		position:relative;
		padding:3px 0 3px 40px;
		margin:0 0 0 40px;
	}
	.f-copy p { font-size:1.2rem; }
	.f-copy:before {
		content:"";
		display:block;
		width: 1px;
		height:100%;
		background:#0076b2;
		position:absolute;top:0;left:0;
	}
}


#page_top{
	display:block;
	position: fixed;bottom:0;right:0;
	opacity: 1.0;
	z-index:500;
}
#page_top a{
	display: block;
	text-decoration: none;
}

#page_top{
	right: 0;
	bottom:0;
}
#page_top a img {
	width: 32px;
	height:32px;
}

@media screen and (min-width: 800px) {
	#page_top a img {
		width: 50px;
		height:50px;
	}
}



/*********************************************************************************************

	CONTENTS

**********************************************************************************************/

#contents {
	width:auto;
}

.c-inner {
	width:auto;
	margin:0 0px;
}
.c-inner:after {content:"";display:table;clear:both;zoom:1;}


.page-pad { padding:15px 0 40px; }

@media screen and (min-width: 800px) {
	.c-inner {
		width:1300px;
		margin:0 auto;
	}
	.page-pad { padding:30px 0 80px; }
}


.t-bold   { font-weight:700 !important; }
.t-left   { text-align:left !important; }
.t-right  { text-align:right !important; }
.t-center { text-align:center !important; }




/* ============================================================
  パンくず
============================================================== */
.topicpath { display:none; }

@media screen and (min-width: 800px) {
	.topicpath {
		display:block;
		width:1300px;
		margin:0 auto;
	}

	.topicpath ul { letter-spacing: -.4em;margin:12px 0; }
	.topicpath ul li {
		display: inline-block;
		letter-spacing: normal;
	}
	.topicpath ul li a,
	.topicpath ul li span {
		font-size:1.4rem;
		color:#0076b2;
		position:relative;
	}

	.p-radio .topicpath ul li span { color:#43a83f; }

	.topicpath ul li a { color:#707070;padding:0 10px 0 0;margin:0 10px 0 0; }
	.topicpath ul li a:after {
		content:"\f105";
		display:block;
		font-family: 'Font Awesome 6 Free';
		font-weight: 900;
		font-size:1.5rem;
		position:absolute;top:3px;right:-10px;
		color:#707070;
		margin:0 5px;
	}
}

.topicpath ul li a:hover { color:#0076b2; }
.p-radio .topicpath ul li a:hover { color:#43a83f; }



/* ============================================================
  緊急のお知らせ
============================================================== */

.emergency {
	background:#e50012;
	padding:10px 15px;
}
.disaster {
	background:#fad232;
	padding:10px 15px;
}

.eme-ttl {
	font-size:1.6rem;
	font-weight:700;
	color:#fff;
	position:relative;
	padding:0 0 0 35px;
	width:100%;
}
.eme-ttl:before {
	content:"";
	display:block;
	width: 22px;
	height:22px;
	background:url(../img/ico_eme1.png) 0 0 no-repeat;
	position:absolute;top:-1px;left:0;
}

.eme-ttl:after {
	content:"";
	display:block;
	width:100%;
	height:2px;
	background:#fff;
	position:absolute;bottom:-10px;left:0;
}

.eme-txt {
	position:relative;
	padding:15px 0 0;
	margin:0 0 0 0;
}
.eme-txt a {
	font-size:1.4rem;
	line-height:1.4;
	color:#fff;
	text-decoration:underline;
}

.disaster .eme-ttl,
.disaster .eme-txt a { color:#333; }
.disaster .eme-ttl { letter-spacing:0.1em; }
.disaster .eme-ttl:before { background:url(../img/ico_eme2.png) 0 0 no-repeat; }
.disaster .eme-ttl:after { background:#333; }
.disaster .eme-txt:before { background:#333; }


@media screen and (min-width: 800px) {
	.eme-ttl {
		position:relative;
		padding:0 0 0 35px;
		width:170px;
		font-size:1.8rem;
	}
	.eme-ttl:before {
		content:"";
		display:block;
		width: 22px;
		height:22px;
		background:url(../img/ico_eme1.png) 0 0 no-repeat;
		position:absolute;top:-1px;left:0;
	}

	.eme-ttl:after { display:none; }

	.eme-txt {
		position:relative;
		padding:10px 0 10px 30px;
		margin:0 0 0 30px;
	}
	.eme-txt a { font-size:1.6rem; }
	.eme-txt:before {
		content:"";
		display:block;
		width: 1px;
		height:100%;
		background:#fff;
		position:absolute;top:0;left:0;
	}
}





/* ============================================================
  contents TOP
============================================================== */
.con-top { padding:0px 0 40px; }
.top-mv {
	width:100%;
	background:#fff;
	position:relative;
	padding:0 0 10px;
}

.top-now {
	width:100%;
	background:url(../img/bg_mv.jpg) 0 0 repeat-x;
	padding:20px 0 0;
}

@media screen and (min-width: 800px) {
	.con-top {
		background:url(../img/bg_mv.jpg) 0 0 repeat-x;
		padding:30px 0 40px;
	}
	.top-mv { width:630px;margin:0; }
	.top-now {
		width:calc(100% - 670px);
		margin:0;
		padding:0;
		background:none;
	}
}


/* -- MVスライダー ----- */
.mv-img { margin-bottom:0px;width:100%;overflow: hidden; }
.mv-txt {
	margin:0 40px;
	padding:10px 0;
}
.mv-txt h3 {
	font-size:1.6rem;
	font-weight:700;
	line-height:1.4;
}
.mv-txt p {
	font-size:1.2rem;
	font-weight:400;
	line-height:1.4;
}

@media screen and (min-width: 800px) {
	.mv-img { margin-bottom:5px; }
	.mv-txt {
		margin:0 40px;
		padding:10px 0 0;
	}
	.mv-txt h3 { font-size:1.8rem; }
	.mv-txt p { font-size:1.6rem; }
}



.mv-slider {
	width:100%;
	margin:0 auto;
	overflow: hidden;
	padding-bottom:20px;
}

.mv-slider .slick-slide {
	width: auto;
	margin: 0 0px;
	position: relative;
}
.mv-slider .slick-slide img {
	display: block;
	width: 100%;
}

@media screen and (min-width: 800px) {
	.mv-slider .slick-slide {
		width: 630px;
		height:auto;
		margin: 0 0px;
	}
	.mv-slider .slick-slide img {
		height:360px;
		object-fit: cover;
	}
}



.mv-slider .slick-arrow {
	width: 20px;
	height:30px;
	background-color:#fff;
	cursor: pointer;
	border: none;
	outline: none;
	font-size: 0;
	position: absolute;bottom: 25px;
	z-index: 1;
}
.mv-slider .slick-arrow::before {
	content: '';
	display: block;
	width: 15px;
	height:15px;
	border: 1px solid #0076b2;
	border-width: 3px 3px 0 0;
	position: absolute;top:8px;
	transform: rotate(45deg);
}

.mv-slider .slick-next { right: 5px; }
.mv-slider .slick-prev { left: 5px; }
.mv-slider .slick-next::before { left:0px; }
.mv-slider .slick-prev::before { border-width: 0 0 3px 3px; right:0px; }

.p-radio .mv-slider .slick-arrow::before { border-color:#43a83f; }


@media screen and (min-width: 800px) {
	.mv-slider .slick-arrow { bottom: 10px;width: 20px;
		width: 30px;
		height:40px;
	}
	.mv-slider .slick-arrow::before {
		top:10px;
		width: 20px;
		height:20px;
	}

	.mv-slider .slick-next { right: 0; }
	.mv-slider .slick-prev { left: 0; }
}


.nav-dot {
	position:absolute;bottom:5px;left:50%;
	width: 90%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.dots .slick-dots {
	width: 100%;
	display: flex;
	margin:0 auto;
}
.dots .slick-dots li {
	width:100%;
	text-align: center;
	margin:0 3px;
}
.dots .slick-dots button {
	display: block;
	width: 100%;
	height: 10px;
	margin:0;
	font-size: 0;
	padding: 0;
	border: 0;
	outline: none;
	cursor: pointer;
	background: #eee;
}
.dots .slick-dots .slick-active button { background: #0076b2; }
.p-radio .dots .slick-dots .slick-active button { background: #43a83f; }


@media screen and (min-width: 800px) {
	.nav-dot { bottom:-10px; }
}



/* -- NOW ON AIR ----- */
.on-air { margin:0 15px; }
.on-air li {
	width:calc(50% - 8px);
	background:#fff;
	border:10px solid #999;
	box-sizing: border-box;
	position:relative;
	box-shadow: 8px 8px 0px 0 rgb(85, 85, 85);
	display: flex;
	flex-direction: column;
}
.on-air li.on-tv {
	border:10px solid #0076b2;
	box-shadow: 8px 8px 0px 0 rgb(10, 70, 110);
}
.on-air li.on-radio {
	border:10px solid #43a83f;
	box-shadow: 8px 8px 0px 0 rgb(42, 76, 60);
}

@media screen and (min-width: 800px) {
	.on-air { margin:0; }
	.on-air li {
		width:calc(50% - 10px);
		border:20px solid #999;
		box-sizing: border-box;
		box-shadow: 10px 10px 0px 0 rgb(85, 85, 85);
/*		min-height:450px;*/
	}
	.on-air li.on-tv {
		border:20px solid #0076b2;
		box-shadow: 10px 10px 0px 0 rgb(10, 70, 110);
	}
	.on-air li.on-radio {
		border:20px solid #43a83f;
		box-shadow: 10px 10px 0px 0 rgb(42, 76, 60);
	}
}


.now-ttl {
	position:relative;
	padding-bottom:11px;
	background:#999;
}
.now-ttl h3 {
	font-size:1.4rem;
	font-weight:700;
	color:#ccc;
	position:relative;
	padding:10px 0 0 25px;
}

.now-ttl h3:before {
	content:"";
	width: 23px;
	height:23px;
	background:url(../img/ico_arw.png) 0 0 no-repeat;
	background-size:100%;
	position:absolute;top:6px;left:0;
}

.on-air li.on-tv .now-ttl { background:#0076b2; }
.on-air li.on-tv .now-ttl h3 { color:#82bedc; }
.on-air li.on-tv .now-ttl h3:before { background:url(../img/m_tv.png) 0 0 no-repeat;background-size:100%; }

.on-air li.on-radio .now-ttl { background:#43a83f; }
.on-air li.on-radio .now-ttl h3 { color:#aadcaa; }
.on-air li.on-radio .now-ttl h3:before { background:url(../img/m_radio.png) 0 0 no-repeat;background-size:100%; }

.now-fuki {
	width:78px;
	height:auto;
	position:absolute;top:0px;right:-5px;
}


@media screen and (min-width: 800px) {
	.now-ttl { padding-bottom:18px; }
	.now-ttl h3 {
		font-size:2.1rem;
		padding:6px 0 0 50px;
	}
	.now-ttl h3:before {
		width: 42px;
		height:42px;
		position:absolute;top:-5px;left:0;
	}
	.now-fuki {
		width:131px;
		position:absolute;top:-10px;right:-10px;
	}
}


.n-img {
	margin:5px 5px 10px 5px;
	height:85px;
}

.n-img img {
	width:100%;
	height:85px;
	object-fit: cover;
}

.n-time {
	font-size:1.2rem;
	line-height:1.4;
	margin:0 5px;
}
.n-ttl {
	font-size:1.4rem;
	font-weight:700;
	line-height:1.4;
	color:#333;
	flex-grow: 1;
	margin:0 5px 1em 5px;
}
.n-ttl .a-link_o { font-weight:700;color:#0076b2; }


/*
@media screen and (min-width: 480px) and (max-width: 640px){
	.n-img,
	.n-img img { height:85px; }
}
*/

@media screen and (min-width: 540px) {
	.n-img,
	.n-img img { height:165px; }
}

@media screen and (min-width: 800px) {
	.n-img {
		margin:5px 5px 10px 5px;
		height:155px;
	}
	.n-img img { height:155px; }

	.n-time { font-size:1.6rem; }
	.n-ttl { font-size:1.8rem; }
}









.n-foot { padding:5px 5px 5px 5px; }
.n-att {
	width:100%;
	border-top:1px solid #e50012;
	border-bottom:1px solid #e50012;
	padding:5px 5px 4px 5px;
}
.n-att p {
	font-size:1.1rem;
	line-height:1.4;
	color:#e50012;
}

@media screen and (min-width: 800px) {
	.n-foot { padding:5px 5px 10px 5px; }
	.n-att p { font-size:1.3rem; }
}


.n-sns {
	margin:10px 0 0 0;
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
}
.n-sns::before,
.n-sns::after {
	content:"";
	display: block;
	width: calc(100% / 3 - 5px);
}
.n-sns::before { order: 1; }
.n-sns li {
	background:none;
	padding:0;
	box-shadow:none;
	width: calc(100% / 3 - 5px);
	width: calc(100% / 3 - 5px);
	height:auto;
	display: inline-block;
	letter-spacing: normal;
	border:none;
	margin-bottom:5px;
}



@media screen and (min-width: 800px) {
	.n-sns {
		margin:10px 0 0 0;
		display:flex;
		justify-content: start;
		flex-wrap:wrap;
	}
	.n-sns li {
		width: 32px;
		margin:0 5px 0 0;
	}
}



.ico-sns {
	margin:10px 0 0 0;
	display:flex;
	justify-content: start;
	flex-wrap:wrap;
}
.ico-sns li {
	width: 40px;
	margin:0 5px 0 0;
}


.sns-i {
	display:block;
	background-repeat:no-repeat;
	background-position:0 0;
	width: 32px;
	height:32px;
	text-indent:-9999px;
}

.is-radiko { background:url(../img/ico_s_radiko2.png);background-size:100%; }
.is-radiko:hover { background:url(../img/ico_s_radiko.png);background-size:100%; }

.is-global { background:url(../img/ico_s_global.png);background-size:100%; }
.is-global:hover { background:url(../img/ico_s_global2.png);background-size:100%; }

.is-mail { background:url(../img/ico_s_mail.png);background-size:100%; }
.is-mail:hover { background:url(../img/ico_s_mail2.png);background-size:100%; }

.is-twitter { background:url(../img/ico_s_tw.png);background-size:100%; }
.is-twitter:hover { background:url(../img/ico_s_tw2.png);background-size:100%; }

.is-insta { background:url(../img/ico_s_insta.png);background-size:100%; }
.is-insta:hover { background:url(../img/li-s03.png);background-size:100%; }

.is-tiktok { background:url(../img/ico_s_tt2.png);background-size:100%; }
.is-tiktok:hover { background:url(../img/ico_s_tt.png);background-size:100%; }

.is-youtube { background:url(../img/ico_s_yt.png);background-size:100%; }
.is-youtube:hover { background:url(../img/ico_s_yt2.png);background-size:100%; }




@media screen and (min-width: 800px) {
	.ico-sns li {
		width: 32px;
		margin:0 5px 0 0;
	}
}


.i-sns {
	position: relative;
	width: 38px;
	height:38px;
	display: block;
	overflow: hidden;
}
.i-sns img {
	position: absolute;top: 50%;left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	display: block;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;



}
.i-sns:hover img:nth-of-type(2) { opacity: 0; }


@media screen and (min-width: 800px) {
	.i-sns {
		width: 32px;
		height:32px;
	}
}




/* ============================================================
  NEWS / TAB
============================================================== */
.t-tab {
	display:flex;
	margin:0 auto;
	width:100%;
}

.t-tab li,
.pt-2 li {
	cursor: pointer;
	width: 100%;
	background: #f6f6f6;
	padding:5px 0 8px 0;
	position:relative;
	text-align:center;
	font-size:1.0rem;
	font-weight:700;
	line-height:1.4;
	color:#333;
	display: flex;
	align-items: center;
	-webkit-justify-content: center; 
}

.t-tab li.select {
	background:#0076b2;
	color:#fff;
	position:relative;
}
.t-tab li.select:after {
	content:"";
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right:6px solid transparent;
	border-top:  6px solid #0076b2;
	position:absolute;bottom:-6px;left:50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.t-tab_content {
	background:#fff;
	padding:20px 15px 30px 15px;
}

@media screen and (min-width: 800px) {
	.t-tab li,
	.pt-2 li {
		padding:20px 0;
		font-size:1.6rem;
	}
	.t-tab li.select:after {
		border-left: 10px solid transparent;
		border-right:10px solid transparent;
		border-top:  10px solid #0076b2;
		bottom:-10px;
	}
	.t-tab_content { padding:40px 0 30px; }
}


#t-info {
	background:#eee;
	padding:25px 0 30px;
}
#t-news { padding:25px 0 30px; }
#t-news .article-list { margin:0 15px; }

.article-list { margin:0 0 0px; }
.article-list::before,
.article-list::after {
	content:"";
	display: block;
	width:calc(50% - 8px);
}
.article-list::before { order: 1; }

.article-list li { width:calc(50% - 8px);margin-bottom:30px; }
.article-list li a { display:block; height:100%; }

.art-img { margin:0 0 10px; }
.art-img img {
	width:100%;
	height:100px;
	object-fit: cover;
	border:1px solid #e6e6e6;
}
.art-txt h3 {
	font-size:1.4rem;
	font-weight:700;
	line-height:1.4;
	margin:8px 0;
}
.art-cate {
	display:inline-block;
	background:#666;
	padding:5px 1em;
	color:#fff;
	text-align:center;
	font-size:1rem;
	font-weight:700;
	line-height:1;
}
.is-new { background:#e50012; }

.art-cate_box {  }
.art-cate_box .k-cat { margin-right:5px; }


.art-day {
	font-size:1.2rem;
	color:#666;
	line-height:1.4;
}

.btn-kuro {
	display:block;
	background:#333;
	font-size:1.6rem;
	font-weight:700;
	color:#fff;
	text-align:center;
	padding:10px 0;
	width:200px;
	margin:0 auto;
	border-radius:6px;
}
.btn-kuro:hover { opacity:0.8;filter:alpha(opacity=80);-ms-filter: "alpha( opacity=80 )"; }


/*
@media screen and (min-width: 480px) and (max-width: 640px){
	.art-img img { height:100px; }
}
*/

@media screen and (min-width: 540px) {
	.art-img img { height:163px; }
}

@media screen and (min-width: 800px) {
	#t-info {
		background:#eee;
		padding:25px 0 30px;
	}

	#t-news { padding:25px 0 30px; }
	#t-news .article-list { margin-bottom:40px; }

	.article-list { margin:0 30px 40px 30px; }
	.article-list::before,
	.article-list::after {
		content:"";
		display: block;
		width:calc(25% - 30px);
	}

	.article-list li { width:calc(25% - 30px);margin-bottom:0; }

	.art-img img { height:163px; }
	.art-txt h3 { font-size:1.8rem; }
	.art-cate { font-size:1.2rem; }
	.art-day { font-size:1.5rem; }

	.btn-kuro {
		font-size:1.6rem;
		padding:10px 0;
		width:200px;
	}
}



/* ============================================================
  NEWS関連 下層ページ
============================================================== */

/* 一覧 */
.k-list_box {
	background:#fff;
	margin:0 10px 15px 10px;
}
.k-list_box a {
	display:block;
	padding:20px 10px;
}
.k-img { width:120px;text-align:center; }
.k-txt { width:calc(100% - 130px); }

.k-img img {
	width:100%;
	width:auto;
	height:68px;
	object-fit: cover;
}

.k-list_box a:hover img { opacity:0.8;filter:alpha(opacity=80);-ms-filter: "alpha( opacity=80 )"; }
.k-list_box a:hover,
.k-list_box a:hover .k-time { color:#0076b2; }


@media screen and (min-width: 800px) {
	.k-list_box { margin:0 0 30px 0; }
	.k-list_box a { padding:30px; }

	.k-img { width:260px; }
	.k-img img { height:146px; }

	.k-txt { width:calc(100% - 290px); }

	.k-list_side .k-img { width:85px; }
	.k-list_side .k-img img { height:50px; }
	.k-list_side .k-txt { width:calc(100% - 100px); }
}

.ico-cat { letter-spacing: -.4em;margin:0 0 5px; }
.ico-cat li {
	display: inline-block;
	letter-spacing: normal;
	margin:0 5px 5px 0;
}
.k-cat {
	background:#666;
	display:inline-block;
	font-size:1.0rem;
	font-weight:500;
	color:#fff;
	padding:5px 1em;
}
.c-01 { background:#0076b2; } /* 青 */
.c-02 { background:#43a83f; } /* 緑 */
.c-03 { background:#e50012; } /* 赤 */
.c-04 { background:#f29600; } /* 橙 */

.k-cat.t-bk,
.k-cat.t-rd { background:none;font-size:1.2rem;padding:5px 0; }

.k-cat.t-bk { color:#333; }
.k-cat.t-rd { color:#e50012; }



.k-ttl {
	font-size:1.4rem;
	font-weight:700;
	line-height:1.4;
	margin:0 0 10px;
}

.k-time {
	font-size:1.3rem;
	line-height:1.4;
	color:#666;
	margin:0 0 5px;
}

.k-read { display:none; }
.k-endm { font-size:1.2rem;line-height:1.4;color:#ef0505;margin:1rem 0 0 0; }

@media screen and (min-width: 800px) {
	.ico-cat { margin:0 0 8px; }
	.ico-cat li { margin:0 5px 0 0; }

	.k-cat { font-size:1.2rem; }
	.k-cat.t-bk,
	.k-cat.t-rd { background:none;font-size:1.3rem;padding:5px 0; }

	.k-ttl {
		font-size:1.8rem;
		font-weight:700;
		line-height:1.4;
		margin:0 0 10px;
	}
	.k-time {
		font-size:1.5rem;
		margin:0 0 20px;
	}
	.k-read {
		font-size:1.4rem;
		line-height:1.6;
		display:block;
	}
	.k-endm { font-size:1.4rem; }

	.k-list_side .k-ttl { font-size:1.5rem; }
	.k-list_side .k-time { font-size:1.3rem; }
}


.k-list_side { background:#fff;margin:0 0 20px; }
.k-list_side li { border-bottom:1px solid #ccc; }
.k-list_side li:last-child { border:none; }
.k-list_side li a {
	display:block;
	padding:20px 10px 15px 10px;
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
}

@media screen and (min-width: 800px) {
	.k-list_side li a { padding:20px 10px 0px 20px; }
}




/* -- top - SNS ----- */
#t-sns {
	background:#eee;
	padding:25px 15px 30px 15px;
}

.sns-list { margin:0 0 20px; }
.sns-list li {
	width: 100%;
	background:#fff;
	margin-bottom:15px;
}
.sns-list li a {
	display:block;
	padding:13px 13px 13px 80px;
	position:relative;
}
.sns-list li a:before {
	content:"";
	width: 40px;
	height:40px;
	background:url(../img/ico_s_yt2.png) 0 0 no-repeat;
	background-size:100%;
	position:absolute;top:50%;left:25px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.sns-list li.sns-tw a:before { background:url(../img/ico_s_tw2.png) 0 0 no-repeat;background-size:100%; }

.sns-list li p {
	font-size:1.6rem;
	font-weight:700;
	line-height:1.4;
}
.sns-list li p.t-acc { font-size:1.4rem;color:#e50012; }
.sns-list li.sns-tw p.t-acc { color:#1da1f2; }


@media screen and (min-width: 800px) {
	#t-sns {
		background:#eee;
		padding:25px 0 30px 0;
	}
	.sns-list { margin:0 30px 40px 30px; }
	.sns-list li {
		width: calc(33.33% - 30px);
		margin-bottom:0;
	}
	.sns-list li a { padding:25px 25px 25px 100px; }
	.sns-list li a:before {
		width: 50px;
		height:50px;
	}
	.sns-list li p { font-size:1.8rem; }
	.sns-list li p.t-acc { font-size:1.6rem; }
}




/* ============================================================
  広告エリア
============================================================== */
/* 後で整理 */


#ad-box_1 {
	padding:20px 0;
	background:#eee;
	margin-top:0;
}
#ad-box_1 ul { text-align:center;margin:0 15px; }
#ad-box_1 ul li {
/*	width:45%;*/
/*	width:100%;*/
	margin:0 15px 30px 15px;
}
#ad-box_1 ul li img { width:100%;height:auto;vertical-align:top; }

#ad-box_2 {
	background:repeating-linear-gradient(-45deg, #0076b2, #0076b2 10px, #1481b8 0, #1481b8 20px);
	padding:20px 15px 7px 15px;
}

#ad-box_2 ul li {
	width: calc(50% - 6px);
	margin-bottom:13px;
}
#ad-box_3 {
	text-align:center;
	padding:20px 15px;
}

@media screen and (min-width: 800px) {
	#ad-box_1 {
		padding:80px 0;
		background:#eee;
		margin-top:10px;
	}
	#ad-box_1 ul { margin:0; }
	#ad-box_1 ul li { width: calc(33.33% - 35px);margin:0; }

	#ad-box_2 {
		background:repeating-linear-gradient(-45deg, #0076b2, #0076b2 20px, #1481b8 0, #1481b8 40px);
		padding:80px 0 55px 0;
	}
	#ad-box_2 ul li {
		width: calc(25% - 20px);
		margin-bottom:25px;
	}
	#ad-box_2 ul:before {
		content: "";
		width: calc(25% - 20px);
		order: 1;
	}
	#ad-box_2 ul:after {
		content:"";
		display: block;
		width: calc(25% - 20px);
	}
	#ad-box_3 { padding:40px 0; }
}






/* ============================================================
  見出し
============================================================== */
.ttl-ico {
	font-size:1.8rem;
	font-weight:700;
	position:relative;
	padding:0 0 0 40px;
	margin:0 0 20px 15px;
}
.ttl-ico:before {
	content:"";
	width: 32px;
	height:32px;
	position:absolute;top:50%;left:0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#t-info .ttl-ico:before { background:url(../img/ico_i_1.png) 0 0 no-repeat; background-size:100%; }
#t-news .ttl-ico:before { background:url(../img/ico_i_2.png) 0 0 no-repeat; background-size:100%; }
#t-sns .ttl-ico:before  { background:url(../img/ico_i_3.png) 0 0 no-repeat; background-size:100%; }

#tv-recom .ttl-ico:before  { background:url(../img/m_tv3.png) 0 0 no-repeat; background-size:100%; }
#radio-recom .ttl-ico:before  { background:url(../img/m_radio3.png) 0 0 no-repeat; background-size:100%; }


@media screen and (min-width: 800px) {
	.ttl-ico {
		font-size:2.4rem;
		padding:0 0 0 50px;
		margin:0 0 20px 0;
	}
	.ttl-ico:before {
		width: 42px;
		height:42px;
	}
}

.th2,
.newsBox .ttl {
	font-size:1.4rem;
	font-weight:700;
	line-height:1.4;
	padding-bottom:10px;
	border-bottom:1px solid #0076b2;
	margin-bottom:20px;
}

.th4 {
	font-size:1.3rem;
	font-weight:700;
	line-height:1.4;
	margin:0 0 20px;
}

.th5 {
	background-image: linear-gradient(90deg, rgba(16, 107, 158, 1), rgba(70, 153, 63, 1));
	padding:8px 12px;
	color:#fff;
	font-size:1.4rem;
	line-height:1.4;
	margin:0 0 20px;
}

@media screen and (min-width: 800px) {
	.th2 { font-size:1.8rem; }
	.th4 { font-size:1.4rem; }
	.th5 { font-size:1.4rem;margin:0 0 30px; }
}


/* ============================================================
  パーツ text link
============================================================== */
.t-txt,
.t-read {
	font-size:1.3rem;
	line-height:1.6;
	margin:0 0 1em;
}
.t-note {
	font-size:1.2rem;
	line-height:1.4;
	color:#666;
	margin:10px 0;
}
.t-att {
	font-size:1.4rem;
	line-height:1.4;
	color:#666;
}

.er { font-size:1.3rem;text-align:right;letter-spacing:1em; }

.no-image { border:1px solid #ccc; }


@media screen and (min-width: 800px) {
	.t-txt { font-size:1.4rem;margin:0 0 1.5em;line-height:1.8; }
	.t-read { font-size:1.6rem;margin:0 0 1.5em;line-height:1.8; }
	.er { font-size:1.5rem; }
}

.a-link {
	color:#0076b2;
	text-decoration:underline;
	transition: all 0.3s ease 0s;
}
.a-link:hover { opacity:0.8;filter:alpha(opacity=80);-ms-filter: "alpha( opacity=80 )"; }

.a-link_o { transition: all 0.3s ease 0s; }
.a-link_o:hover { opacity:0.8;filter:alpha(opacity=80);-ms-filter: "alpha( opacity=80 )"; }




/* アイコン */
.t-ico {
	text-align:left;
	font-size:1.4rem !important;
	line-height:1.4;
	padding:0 0 0 45px;
	position:relative;
	margin:0 0 10px;
	font-weight:700;
}

.t-ico:before {
	content:"";
	width: 32px;
	height:32px;
	position:absolute;top:-6px;left:0;
}

.tiTel:before {
	background:url(../img/tk_01.png) 0 0 no-repeat;
	background-size:100%;
}
.tiWindow:before {
	background:url(../img/tk_02.png) 0 0 no-repeat;
	background-size:100%;
}
.tiOffice:before {
	background:url(../img/tk_03.png) 0 0 no-repeat;
	background-size:100%;
}
.tiWeb:before {
	background:url(../img/tk_04.png) 0 0 no-repeat;
	background-size:100%;
}
.tiWeb em {
	font-size:1.3rem;
	font-style: normal;
}
.tiCode:before {
	background:url(../img/tk_05.png) 0 0 no-repeat;
	background-size:100%;
}

@media screen and (min-width: 800px) {
	.t-ico {
		font-size:1.7rem !important;
		padding:0 0 0 50px;
	}
	.t-ico:before {
		width: 42px;
		height:42px;
		position:absolute;top:-6px;left:0;
	}
}



/* ============================================================
  パーツ btn
============================================================== */
/*
#page_top{
	position: fixed;bottom: 10px;right: 10px;
	opacity: 1.0;
	z-index:500;
}
#page_top a{
	display: block;
	text-decoration: none;
}

#page_top a img {
	width:50px;
	height:50px;
}


@media screen and (min-width: 800px) {
	#page_top{
		right: 50px;
		bottom:50px;
	}
	#page_top a img {
		width:62px;
		height:62px;
	}
}
*/




.btn-rad {
	display:inline-block;
	text-align:center;
}

.btn-rad a {
	display:block;
	padding:8px 13px 8px 33px;
	border-radius:30px;
	font-size:1.4rem;
	font-weight:700;
	line-height:1.4;
	position:relative;
	color:#fff;
}

.btn-rad a:hover { opacity:0.8;filter:alpha(opacity=80);-ms-filter: "alpha( opacity=80 )"; }


.mail-tv a { background:#0076b2; }
.mail-radio a { background:#43a83f; }

.mail-tv a:before,
.mail-radio a:before {
	content:"";
	display:block;
	position:absolute;top:50%;left:12px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);

	width: 18px;
	height:12px;
	background:url(../img/ico_mail.png) 0 0 no-repeat;
	background-size:100%;
}


.radiko-1 a,
.radiko-2 a { padding:6px 18px 7px 18px; }

.radiko-1 a { background:#e73c64; }
.radiko-2 a { background:#cccccc }

.radiko-1 a img,
.radiko-2 a img { width:80px;height:auto;vertical-align:middle; }


@media screen and (min-width: 800px) {
	.radiko-1 a,
	.radiko-2 a { padding:8px 18px; }
}




/* ============================================================
  パーツ 枠
============================================================== */
.is-gray { background-color:#eee; }
.is-fff  { background-color:#fff; }

.is-items { align-items:center; }
.is-reverse { flex-direction: row-reverse; }

@media screen and (max-width: 799px) {
	.is-sp {
		display:flex;
		justify-content: space-between;
		flex-wrap:wrap;
	}

	.is-sp_c {
		display:flex;
		justify-content: center;
		flex-wrap:wrap;
	}

	.is-sp_s {
		display:flex;
		justify-content: start;
		flex-wrap:wrap;
	}

}

@media screen and (min-width: 800px) {
	.box-grid {
		display:flex;
		justify-content: space-between;
		flex-wrap:wrap;
	}
	.box-grid_c {
		display:flex;
		justify-content: center;
		flex-wrap:wrap;
	}
	.box-grid_s {
		display:flex;
		justify-content: start;
		flex-wrap:wrap;
	}
	.box-grid_e {
		display:flex;
		justify-content: end;
		flex-wrap:wrap;
	}
}


@media screen and (max-width: 799px) {
	.box-order {
		display:-webkit-box;
		display: -webkit-flex;
		display:-ms-flexbox;
		display: flex;
		-webkit-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
	}
	.order_a {
		-webkit-box-ordinal-group:1;
		-ms-flex-order:1;
		-webkit-order:1;
		order:1;
	}
	.order_b {
		-webkit-box-ordinal-group:2;
		-ms-flex-order:2;
		-webkit-order:2;
		order:2;
	}

	.order_c {
		-webkit-box-ordinal-group:3;
		-ms-flex-order:3;
		-webkit-order:3;
		order:3;
	}
}

.bg_dia { background:repeating-linear-gradient(-45deg, #f7f7f7, #f7f7f7 10px, #fff 0, #fff 20px); }



/* 2カラム */
.col2-content {}
.col2-main { width:100%; }
.col2-side { width:auto;margin:0 10px; }
.col2-side .bou-ttl_h3 { padding:20px 0 10px 0; }
.col2-side h4 { font-size:1.3rem;font-weight:500;margin:0 0 10px 10px; }

@media screen and (min-width: 800px) {
	.col2-content {
		display:flex;
		justify-content: space-between;
		flex-wrap:wrap;
	}
	.col2-main { width:calc(100% - 320px); }
	.col2-side { width:290px;margin:0; }
	.col2-side .bou-ttl_h3 { padding:15px 0 13px 0; }
	.col2-side h4 { font-size:1.4rem;margin:0 0 10px 0; }
}

.add-area,
.ad-area {
	margin:0;
	padding:0 0;
	text-align:center;
}
.li-ad li { margin:0 0 5px; }
.li-ad li a:hover { opacity:0.8;filter:alpha(opacity=80);-ms-filter: "alpha( opacity=80 )"; }

@media screen and (min-width: 800px) {
	.add-area,
	.ad-area {
		margin:0 0 0 0;
		padding:0 0;
	}
}









.box-inner {
	background:#fff;
	padding:20px 10px;
	margin:0 10px;
}

@media screen and (min-width: 800px) {
	.box-inner {
		background:#fff;
		padding:30px 30px;
		margin:0 0;
	}
}


.box_s { margin:0 0 40px; }




/* ============================================================
  リスト
============================================================== */
.li-dot { margin:0 0 1.5em 5px; }
.li-dot li {
	font-size:1.3rem;
	line-height:1.6;
	margin:0 0 6px;
	position:relative;
	padding:0 0 0 15px;
	text-indent:-10px;
}
.li-dot li:before {
	content:"・";
	display:inline-block;
	margin:0 5px 0 0;
}

.li-deci { margin:0 0 1.5em 1em; }
.li-deci li {
	list-style-type: decimal;
	font-size:1.3rem;
	line-height:1.6;
	margin:0 0 6px;
}

.li-kana { margin:0 0 1.5em 2.8em; }
.li-kana li {
	list-style-type: katakana;
	font-size:1.3rem;
	line-height:1.6;
	margin:0 0 6px;
}



@media screen and (min-width: 800px) {
	.li-dot li,
	.li-deci li,
	.li-kana li { font-size:1.4rem; }
}



/* ============================================================
  表組
============================================================== */
/* リセット */
table, tr, th, td {
	border-collapse:collapse;
	border-spacing:0;
	border:none;
	margin:0;
	padding:0;
}

/* 枠あり表組：page.css */

/* 下線のみ：概要等 */
.tbl-line {
	border-collapse:collapse;border-spacing:0px;
	width:100%;
	margin:20px 0;
	clear:both;
	text-align:left;
}
.tbl-line th {
	padding:7px 0;
	border-bottom:1px solid #ccc;
	text-align:left;
	font-size:1.2rem;
	line-height:1.4;

	font-weight:400;
	width:25%;
	vertical-align:top;
}
.tbl-line td {
	padding:7px;
	border-bottom:1px solid #ccc;
	font-size:1.2rem;
	font-weight:400;
	line-height:1.4;
	width:75%;
}

@media screen and (min-width: 800px) {
	.tbl-line { margin:20px 0; }
	.tbl-line th {
		padding:15px 7px;
		font-size:1.4rem;
		line-height:1.6;
		width:20%;
	}
	.tbl-line td {
		padding:15px;
		font-size:1.4rem;
		line-height:1.6;
		width:80%;
	}
}

.cell-2 td:nth-of-type(1) { width:25%; }



/* 続きを読む */
.more-btn {
	cursor: pointer;
	display: inline-block;
	font-size:1.2rem;
	transition: all .2s;
	z-index: 1;
	margin-bottom:1em;
	color:#0076b2;
}

.more-btn:hover { opacity:0.8;filter:alpha(opacity=80);-ms-filter: "alpha( opacity=80 )"; }

.more-btn::after { content: "続きを読む"; }
.t-more {
	overflow: hidden;
	position: relative;
	line-height: 1.4;
	font-size:1.2rem;
	margin:1.5em 0 0 0;
}
.t-more.is-hide { height: 2.5em; }

.more-btn.is-show { bottom: -1em; }
.more-btn.is-show::after { content: "閉じる"; }







