@media screen and (min-width: 769px) {
	body {
		width: 100%;
		margin: 0;
		padding: 0;
		color: #111;
		font-size: 14px;
		line-height: 22px;
		font-weight: normal;
		font-family: 'Noto Sans JP', "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		position: relative;
	}
	.pc_off {
		display: none;
	}
	ul, li {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	a {
		text-decoration: none;
	}
	p {
		margin: 0;
	}
	img {
		max-width: 100%;
		vertical-align: bottom;
	}
	img.of_js {
		object-fit: cover;
		font-family: 'object-fit: cover';
	}
	@font-face {
		font-family: 'Noto Sans JP';
		font-style: normal;
		font-weight: 400;
		src: local("Noto Sans CJK JP Regular"),
			url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format('woff2'),
			url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format('woff'),
			url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format('opentype');
	}
	/* nomal */
	@font-face {
		font-family: "Century Gothic";
		src: url('/channel_setting/font/GOTHIC_0.woff2') format('woff'),
			url('/channel_setting/font/GOTHIC_0.TTF') format('truetype');
		font-weight: normal;
		font-style: normal;
	}
	/* bold */
	@font-face {
		font-family: "Century Gothic";
		src: url('/channel_setting/font/GOTHICB_0.woff2') format('woff'),
			url('/channel_setting/font/GOTHICB_0.TTF') format('truetype');
		font-weight: bold;
		font-style: normal;
	}
	h1 {
		font-size: 11px;
		line-height: 20px;
		height: 20px;
		color: #111;
		width: 1200px;
		box-sizing: border-box;
		display: block;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
	}
	/*header start*/
	header {
		width: 100%;
		background: #fff;
		padding: 15px 0;
		padding-top: 30px;
	}
	header>div {
		width: 1200px;
		margin: 0 auto;
	}
	/*header end*/
	/*footer start*/
	footer {
		width: 100%;
		background-color: #313131;
		overflow: hidden;
		padding: 30px 0;
	}
	footer>div {
		width: 1200px;
		margin: 0 auto;
	}
	/*footer end*/
	/* ----------------------------------------
 ch_program_tl
 ---------------------------------------- */
	.ch_program_tl {
		height: 150px;
		background-color: #3f98d7;
		text-align: center;
		font-size: 24px;
		line-height: 150px;
		color: #ffffff;
	}
	/* ----------------------------------------
 pan
 ---------------------------------------- */
	.pan {
		display: block;
		background: #eee;
		padding: 5px 0;
		font-size: 12px;
	}
	.pan ul {
		overflow: hidden;
		width: 1200px;
		margin: 0 auto;
	}
	.pan li {
		float: left;
		font-size: 12px;
		line-height: 17px;
	}
	.pan li p {
		display: inline-block;
	}
	.pan li a {
		text-decoration: none;
		color: #111;
	}
	.pan li a:hover {
		color: #999;
	}
	.pan li::after {
		content: ">";
		margin: 0 15px;
	}
	.pan li:last-child {
		color: #3f98d7;
	}
	.pan li:last-child::after {
		content: "";
		margin: 0 15px;
	}
	/* ----------------------------------------
 ch_link
 ---------------------------------------- */
	.ch_link {
		width: 1100px;
		margin: 40px auto 0 auto;
		border: 1px solid #cccccc;
		box-shadow: 0px 0px 0px 5px #eeeeee inset;
		overflow: hidden;
		padding: 20px;
		display: flex;
		align-items: center;
		box-sizing: border-box;
	}
	.ch_link ul {
		width: 70%;
		overflow: hidden;
		display: flex;
		flex-wrap: wrap;
	}
	.ch_link li {
		margin: 0 10px 10px 0;
	}
	.ch_link li:nth-child(n + 3) {
		margin: 0 10px 0 0;
	}
	.ch_link_tl {
		width: 30%;
		text-align: center;
	}
	.ch_link li a:hover {
		display: block;
		opacity: 0.6;
	}
	/* ----------------------------------------
 ch_grouppaging
 ---------------------------------------- */
	.group_paging {
		padding: 20px 0;
	}
	.group_paging ul {
		display: flex;
		justify-content: center;
	}
	.group_paging li {
		padding: 5px;
		line-height: 30px;
	}
	.group_paging a,
	.group_paging span {
		border-radius: 50%;
		border: 1px solid #3f98d7;
		color: #3f98d7;
		background: #fff;
		width: 40px;
		height: 40px;
		box-sizing: border-box;
		display: block;
		text-align: center;
		font-size: 18px;
		font-weight: bold;
		line-height: 37px;
	}
	.group_paging a {
		text-decoration: none
	}
	.group_paging a:hover,
	.group_paging span {
		background: #3f98d7;
		color: #fff;
	}
	.group_paging p {
		font-size: 20px;
		font-weight: bold;
		line-height: 28px;
	}
	/* ----------------------------------------
	group_all_topiclinks
	---------------------------------------- */
	.group_all_topiclinks {
		width: 1100px;
		margin: 40px auto;
		overflow: hidden;
		padding: 20px;
		display: flex;
		align-items: center;
		box-sizing: border-box;
		background: #eee;
	}
	.group_all_topiclinks ul {
		width: 70%;
		overflow: hidden;
		display: flex;
		flex-wrap: wrap;
	}
	.group_all_topiclinks li {
		margin: 3px;
	}
	.group_all_topiclinks_tl {
		width: 30%;
		text-align: center;
		padding: 0 24px 0 0;
		box-sizing: border-box;
		font-size: 15px;
	}
	.group_all_topiclinks li a {
		display: block;
		border: 1px solid #3f98d7;
		background-color: #FFF;
		padding: 5px 10px;
		color: #3f98d7;
		font-size: 14px;
		border-radius: 5px;
	}
	.group_all_topiclinks li a:hover {
		background-color: #3f98d7;
		color: #fff;
	}
	/* ----------------------------------------
404 notfound
 ---------------------------------------- */
	.notfound {
		width: 1100px;
		margin: 0 auto;
		padding-bottom: 50px;
	}
	.notfound_img {
		text-align: center;
	}
	.notfound_btn {
		width: 300px;
		margin: 0 auto;
	}
	.notfound_btn a {
		display: block;
		border: 2px solid #111;
		background: #111;
		color: #fff;
		text-align: center;
		font-size: 15px;
		line-height: 50px;
	}
	.notfound_btn a:hover {
		background: #ccc;
		color: #111;
	}
	/* ----------------------------------------
 ---------------------------------------- */
}
/* media screen fin */