@media screen and (min-width: 769px) {
	.pc_off {
		display: none !important;
	}
	body {
		font-family: Roboto, "Hiragino Kaku Gothic Pro", "Yu Gothic", YuGothic, 'Noto Sans Japanese', Meiryo, Osaka, "MS PGothic", sans-serif;
		width: 100%;
		margin: 0;
		padding: 0;
		color: #000;
		letter-spacing: 1px;
		position: relative;
	}
	img {
		max-width: 100%;
		vertical-align: bottom;
	}
	ul, li {
		list-style: none;
	}
	h1 {
		font-weight: normal;
		font-size: 11px;
		line-height: 20px;
		text-align: left;
		padding-left: 40px;
		color: #000;
		background: #eee;
	}
	/*header start*/
	header {
		height: 100px;
		background: #fff;
	}
	.h_wrap {
		width: 1150px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding-top: 10px;
	}
	.h_wrap a {
		display: block;
	}
	.h_wrap a:hover {
		opacity: 0.7;
	}
	/*header end*/
	/*footer start*/
	footer {
		width: 100%;
		background: #f5e9ca;
		padding-top: 20px;
		padding-bottom: 80px;
	}
	.f_foot {
		text-align: center;
	}
	.f_foot img {}
	.f_wrap {
		width: 850px;
		margin: 0 auto;
		margin-top: 30px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.f_list {}
	.f_list ul {
		font-size: 14px;
		letter-spacing: 4px;
		font-weight: bold;
	}
	.f_list li {
		list-style-image: url("../img/common/f_icon01.png");
		padding: 7px 0;
	}
	.f_list li:last-child {
		list-style-image: url("../img/common/f_icon02.png");
	}
	.f_list a {
		display: block;
		color: #000;
		text-decoration: none;
		padding-left: 4px;
	}
	.f_list li:last-child a {
		color: #35a48a;
	}
	.f_list a:hover {
		opacity: 0.7;
		text-decoration: underline;
	}
	.f_img {}
	.f_img img {}
	.f_info {
		text-align: center;
	}
	.f_logo {
		margin-bottom: 20px;
	}
	.f_logo img {}
	.f_info p {
		font-size: 16px;
		line-height: 27px;
		font-weight: bold;
	}
	.f_info a {
		display: block;
		width: 250px;
		margin: 10 auto;
		border: 2px solid #35a48a;
		color: #35a48a;
		font-size: 16px;
		line-height: 27px;
		text-decoration: none;
		font-weight: bold;
		background: #fff;
	}
	.f_info a:hover {
		background: #35a48a;
		color: #fff;
	}
	.f_info p span {
		font-size: 22px;
		line-height: 36px;
	}
	/*footer end*/
	.f_media_logo {
		display: flex;
		justify-content: center;
		align-items: center;
		position: absolute;
		bottom: 15px;
		width: 100%;
	}
	.f_media_logo a {
		text-decoration: none;
		font-size: 12px;
		color: #111111;
		margin-left: 5px
	}
	.f_media_logo a:hover {
		opacity: 0.6;
	}
	.f_media_logo img {
		display: block;
	}
	/* ----------------------------------------
    ch_program_tl
    ---------------------------------------- */
	.ch_program_tl {
		height: 150px;
		background-color: #f5e9ca;
		text-align: center;
		font-size: 24px;
		line-height: 150px;
		color: #000000;
	}
	/* ----------------------------------------
    pan
    ---------------------------------------- */
	.pan {
		margin: 20px 0 0 0;
		display: block;
		line-height: 20px;
	}
	.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: #33a38a;
	}
	.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 #33a38a;
		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: #33a38a;
		color: #fff;
	}
	.group_paging p {
		font-size: 20px;
		font-weight: bold;
		line-height: 28px;
	}
	/* ----------------------------------------

    ---------------------------------------- */
	/*
    ---------------------------------------- */
}
/* media screen fin */