@media screen and (min-width: 769px) {
	body {
		font-family: Helvetica Neue, Helvetica, Hiragino Sans, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
		width: 100%;
		margin: 0;
		padding: 0;
		color: #1b1b1b;
		letter-spacing: 1px;
	}
	img {
		max-width: 100%;
		vertical-align: bottom;
	}
	ul, li {
		list-style: none;
	}
	.pc_off {
		display: none;
	}
	h1 {
		font-size: 11px;
		line-height: 20px;
		text-align: right;
		margin-right: 40px;
		color: #fff;
		margin-bottom: -20px;
	}
	/*header start*/
	header {
		height: 120px;
		min-width: 1200px;
		margin-top: 0;
		z-index: 100;
		background: url(/img_temp01/top/top_bg.jpg) no-repeat 50% 20%;
	}
	.h_logo {
		float: left;
	}
	.h_logo a {
		display: block;
		width: 240px;
		height: 80px;
		padding: 20px;
	}
	.h_logo a:link {
		opacity: 1;
	}
	.h_logo a:visited {
		opacity: 1;
	}
	.h_logo a:hover {
		opacity: 0.7;
	}
	.h_menu {
		float: right;
		margin-right: 6%;
		margin-top: 55px;
	}
	.h_menu ul {
		display: flex;
		justify-content: space-between;
	}
	.h_menu li {
		font-size: 15px;
		font-weight: bold;
	}
	.h_menu a {
		display: block;
		color: #fff;
		margin: 0 20px;
		padding-bottom: 10px;
		text-decoration: none;
	}
	.h_menu a:link {
		border-bottom: none;
	}
	.h_menu a:visited {
		border-bottom: none;
	}
	.h_menu a:hover {
		border-bottom: 1px solid #fff;
	}
	/*header end*/
	/*footer start*/
	footer {
		width: 100%;
		background-color: #313131;
		overflow: hidden;
		padding-top: 50px;
	}
	.f_box {
		width: 1100px;
		margin: 0 auto;
		color: #fff;
		margin-bottom: 100px;
	}
	.f_box .f_info {
		overflow: hidden;
		margin-bottom: 30px;
	}
	.f_box .f_info a {
		display: block;
		margin-right: 20px;
	}
	.f_box .f_info a:hover {
		opacity: 0.7;
	}
	.f_box img {
		float: left;
		margin-right: 20px;
	}
	.f_box p {
		display: block;
		float: left;
		font-size: 12px;
		line-height: 20px;
	}
	.f_box span {
		font-size: 14px;
		display: block;
		margin-bottom: 10px;
		font-weight: bold;
	}
	.f_menu {
		border-top: 1px solid #fff;
		padding-top: 30px;
	}
	.f_menu ul {
		display: flex;
		justify-content: space-between;
		font-size: 12px;
		height: 33px;
	}
	.f_menu li {
		border-right: 1px solid #fff;
		flex-grow: 3;
	}
	.f_menu li:first-child {
		border-left: 1px solid #fff;
	}
	.f_menu a {
		display: block;
		color: #fff;
		padding-bottom: 10px;
		text-decoration: none;
		text-align: center;
		padding: 10px;
	}
	.f_menu a:link {
		border-bottom: none;
	}
	.f_menu a:visited {
		border-bottom: none;
	}
	.f_menu a:hover {
		color: #f45c26;
	}
	small {
		display: block;
		text-align: center;
		padding-bottom: 20px;
		color: #fff;
		font-size: 11px;
	}
	/*footer end*/
	/* ----------------------------------------
 ch_program_tl
 ---------------------------------------- */
	.ch_program_tl {
		height: 150px;
		background-color: #f45c26;
		text-align: center;
		font-size: 24px;
		line-height: 150px;
		color: #ffffff;
	}
	/* ----------------------------------------
 pan
 ---------------------------------------- */
	.pan {
		margin: 20px 0 0 0;
		display: block;
	}
	.pan ul {
		overflow: hidden;
	}
	.pan li {
		float: left;
		font-size: 14px;
	}
	.pan li p {
		display: inline-block;
	}
	.pan li a {
		text-decoration: none;
		color: #111111;
	}
	.pan li a:hover {
		color: #999999;
	}
	.pan li::after {
		content: ">";
		margin: 0 15px;
	}
	.pan li:last-child {
		color: #f45c26
	}
	.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 #f45c26;
		color: #f45c26;
		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: #f45c26;
		color: #fff;
	}
	.group_paging p {
		font-size: 20px;
		font-weight: bold;
		line-height: 28px;
	}
	/* ----------------------------------------

 ---------------------------------------- */
	/*
 ---------------------------------------- */
}
/* media screen fin */