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;
	min-height: 100vh;
}
.pc_off {
	display: none;
}
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: #111;
	overflow: hidden;
	line-height: 50px;
	width: calc(100% - 300px);
	color: #ffffff;
	text-align: center;
	position: absolute;
	bottom: 0;
	right: 0;
}
footer>div {
	width: 1200px;
	margin: 0 auto;
}
/*footer end*/
/* ----------------------------------------
 ch_program_tl
 ---------------------------------------- */
.ch_program_tl {
	text-align: center;
	font-size: 30px;
	font-weight:bold;
	line-height:40px;
	color: #000;
	margin-top:50px;
}
/* ----------------------------------------
common
 ---------------------------------------- */
section {
	display: flex;
	background:url(/channel_setting/img/t_bg_ill.webp)no-repeat -130px center;
}
main {
	padding: 20px 0 75px 300px;
	width: calc(100% - 300px);
	min-height: calc(100vh - 100px);
	position: relative;
	border-top:5px solid #ff3300;
}
/* ----------------------------------------
営業用（サイドバーなし）
 ---------------------------------------- */
.no_wrap {
}
.no_footer {
    	width: 100%;
    	background-color: #111;
    	overflow: hidden;
    	line-height: 50px;
    	color: #ffffff;
    	text-align: center;
    	position: absolute;
    	bottom: 0;
    	right: 0;
}
.list_01{
    	overflow: hidden;
    	padding-bottom: 50px;
}
.detail_01{
    	overflow: hidden;
}
/* ----------------------------------------
未ログイン
 ---------------------------------------- */
.t_wrap_nologin {
	display: flex;
	align-items: center;
	justify-content: center;
	height: calc(100% - 50px);
}
.t_nologin {
	background: #fff;
	width: 400px;
	height: 150px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	border-radius:10px;
}
.t_nologin_btn {
	padding: 5px 0 10px;
}
.t_nologin_btn a {
	width: 300px;
	line-height: 60px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	background: #ff3300;
	border-radius: 30px;
	text-align: center;
	display: block;
}
.t_nologin_btn a:hover {
	background: #d42a00;
}
.t_nologin_regist a {
	color: #2C3F50;
}
.t_nologin_regist a:hover {
	color: #409FFB;
}

/* ----------------------------------------
side
 ---------------------------------------- */
nav {
	width: 300px;
	position: fixed;
	top:0;
	left:0;
	height: 100%;
	z-index: 2;
	font-size: 14px;
}
.nav_logo {
	padding:29px 15px;
	background: #fff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	border-radius:0 0 30px 0;
	text-align:center;
}
.nav_logo img {}
.nav_logo:hover img {
	opacity:0.7;
}
.nav_top_tl {
	font-size:16px;
	color:#000;
	font-weight:bold;
	margin-top:10px;
}
.nav_wrap {
	width:260px;
	margin:30px auto 0;
	background-color:#FFF;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	border-radius:10px;
	padding:0 20px 20px;
	box-sizing:border-box;
}
.nav_wrap ul{

}
.nav_wrap ul li{

}
.nav_wrap ul li a{
	background:url(/channel_setting/img/t_nav_off.webp)no-repeat center left;
	display:block;
	font-size:16px;
	border-bottom:1px solid #ccc;
	padding:25px 0 25px 50px;
	display:block;
	color:#000;
	font-weight:bold;
}
.nav_wrap ul li a:hover{
	background:url(/channel_setting/img/t_nav_on.webp)no-repeat center left;
}

.nav_submenu{
	margin-top:15px;
}
.nav_submenu p{

}
/* .nav_submenu p:first-child:after{
	content:"|"
} */
.nav_submenu p a{
	padding:5px 15px;
	color:#000;
	font-size:13px;
	font-weight:bold;
	display:block;
}
.nav_submenu p a:hover{
	color:#ff3300;
}
.nav_my{
	margin:10px auto;
	width:90%;
}
.nav_my a{
	background-color: #f7e5e1;
	text-align:center;
	display:block;
	padding:10px 0 !important;
	color:#000;
	border-radius:50px;
	font-weight:bold;
}
.nav_my a:hover{
	background-color:#FF3300;
	color:#fff !important;
}
/* ----------------------------------------
 pan
 ---------------------------------------- */
.pan {
	display: block;
	padding: 5px 0;
	font-size: 12px;
}
.pan ul {
	overflow: hidden;
	width:90%;
        max-width: 1400px;
	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;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}
.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 #ff3300;
	color: #ff3300;
	background: #fff;
	width: 40px;
	height: 40px;
	box-sizing: border-box;
	display: block;
	text-align: center;
	font-size: 23px;
	font-weight: normal;
	line-height: 37px;
}
.group_paging a {
	text-decoration: none
}
.group_paging a:hover,
.group_paging span {
	background: #ff3300;
	color: #fff;
}
.group_paging p {
	font-size: 20px;
	font-weight: bold;
	line-height: 28px;
}
/* ----------------------------------------
	group_all_topiclinks
---------------------------------------- */
.group_all_topiclinks {
	width: 90%;
	margin: 40px auto;
	overflow: hidden;
	padding: 20px;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	background: #eee;
}
.group_all_topiclinks ul {
	width: 80%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}
.group_all_topiclinks li {
	margin: 3px;
}
.group_all_topiclinks_tl {
	width: 20%;
	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 #ff3300;
	background-color: #FFF;
	padding: 5px 10px;
	color: #ff3300;
	font-size: 14px;
	border-radius: 5px;
}
.group_all_topiclinks li a:hover {
	background-color: #ff3300;
	color: #fff;
}
/* ----------------------------------------
404 notfound
 ---------------------------------------- */
.notfound {
	width: 700px;
	margin: 120px auto 0;
	padding-bottom: 50px;
	background-color:#FFF;
	border-radius: 15px;
}
.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;
}
/* ----------------------------------------
  キーワード検索
 ---------------------------------------- */

.cms_keysearch_form {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.cms_keysearch_form input {
	border: 1px solid #111;
	background: #fff;
	border-radius: 5px;
	color: #111;
	font-size: 15px;
	line-height: 49px;
	height: 50px;
	padding: 0 30px;
	width: 500px;
	box-sizing: border-box;
	font-family: "Noto Sans JP", メイリオ, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.cms_keysearch_form placeholder {
	color: #999;
}
.cms_keysearch_form button {
	width: 100px;
	background: #111;
	border-radius: 5px;
	text-align: center;
	display: block;
	padding: 11px;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
	font-size: 25px;
	line-height: 28px;
	color: #fff;
	margin-left: 10px;
}
.cms_keysearch_form button:hover {
	background: #008dd0;
}