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;
}

.conts_inner {
	padding-top: 155px;
}

.pc_off {
	display: none !important;
}

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%);
}

/* ----------------------------------------
 ログイン前
 ---------------------------------------- */
.t_wrap_nologin {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: calc(100vh - 120px);
}

.t_nologin {
	background: #fff;
	width: 400px;
	height: 150px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border: 1px solid #2C3F50;
}

.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: #2C3F50;
	border-radius: 30px;
	text-align: center;
	display: block;
}

.t_nologin_btn a:hover {
	background: #eb5c01;
}

.t_nologin_regist a {
	color: #2C3F50;
}

.t_nologin_regist a:hover {
	color: #eb5c01;
}

.t_nologin_note {
	width: 500px;
	margin-top: 50px;
	padding: 30px 0;
	border-top: 1px dashed #333;
	border-bottom: 1px dashed #333;
}

.t_nologin_note a {
	color: #008dd0;
}

.t_nologin_note a:hover {
	color: #999999;
}

.t_nologin_note p {
	font-weight: bold;
}

.t_nologin_note span {
	color: #eb5c01;
	font-weight: bold;
}

.h_logout {}

.h_logout a {
	border: 1px solid #fff;
	padding: 5px 10px;
	color: #fff;
}

.h_logout :hover {
	border: 1px solid #111;
	color: #111;
}

/*header start*/
header {
	width: 100%;
	background: #fff;
	padding: 15px 0;
	padding-top: 30px;
}

header>div {
	width: 1200px;
	margin: 0 auto;
}

/*header end*/
/* ----------------------------------------
 ch_program_tl
 ---------------------------------------- */
.ch_program_tl_wrap {
	width: 1000px;
	margin: 0 auto;
	padding-top: 40px;
}

.ch_program_tl {
	position: relative;
	padding-bottom: 0.7em;
	border-bottom: 4px solid #DDD !important;
	font-size: 22px;
	font-weight: bold;
	display: inline-block;
	width: 100%;

	&:after {
		position: absolute;
		content: ' ';
		border-bottom: solid 4px #eb5c01;
		bottom: -4px;
		width: 13%;
		display: block;
		left: 0px;
	}
}

/* ----------------------------------------
 pan
 ---------------------------------------- */
.pan {
	display: block;
	background: #eee;
	padding: 5px;
	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: #eb5c01;
}

.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 {
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	width: fit-content;
	margin: inherit;
}

.group_paging ul {
	display: flex;
	justify-content: center;
	padding-right: 20px;
}

.group_paging li {
	padding: 5px;
	line-height: 30px;
}

.group_paging a,
.group_paging span {
	border-radius: 50%;
	border: 1px solid #eb5c01;
	color: #eb5c01;
	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: #eb5c01;
	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 #eb5c01;
	background-color: #FFF;
	padding: 5px 10px;
	color: #eb5c01;
	font-size: 14px;
	border-radius: 5px;
}

.group_all_topiclinks li a:hover {
	background-color: #eb5c01;
	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;
}

/* ----------------------------------------
 ---------------------------------------- */
/* sub-menu */
#global-nav .sub-menu-nav {
	position: fixed;
	background: #e6f4fb;
	color: #fff;
	top: 0;
	z-index: 1;
	padding-top: 86px;
	margin-left: 300px;
	width: 0;
	height: 100%;
	overflow: hidden;
	-moz-transition: width .2s ease-out;
	-webkit-transition: width .2s ease-out;
	transition: width .2s ease-out;
}

#global-nav .sub-menu.is-active>a:after,
#global-nav .sub-menu>a:hover:after {
	border-color: #fff;
}

#global-nav .sub-menu-nav a {
	color: #008dd0;
	font-size: 14px;
}

#global-nav .sub-menu-nav a:hover {
	color: #033560;
	background: #fff;
}

/* /sub-menu */
.side_link {
	width: 90%;
	margin: 0 auto;
	margin-top: 20px;
}

.side_link a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: 2px solid #008dd0;
	border-radius: 3px;
	background: #e6f4fb;
	color: #008dd0;
	font-size: 15px;
	line-height: 23px;
	padding: 15px;
}

.side_link a:hover {
	background: #008dd0;
	color: #fff;
}

/*side end*/
/*footer start*/
footer {
	width: 100%;
	background-color: #FCF9F2;
	overflow: hidden;
	height: 200px;
	box-sizing: border-box;
}

.f_wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 171px;
}

.f_wrap a {
	display: block;
	width: 100px;
}

.f_wrap a:hover {
	opacity: 0.7;
}

.f_wrap img {}

.f_wrap span {
	font-size: 16px;
	line-height: 26px;
	display: block;
	width: 75px;
	color: inherit;
	border: 1px solid #111;
	text-align: center;
	margin-left: 20px;
}

footer small {
	text-align: center;
	display: block;
	border-top: 1px solid #111;
	color: inherit;
	font-size: 13px;
	line-height: 26px;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}

/*footer end*/
.shanai_wrap .pan {
	width: auto;
	background: transparent;
}

.shanai_wrap .pan ul {
	width: auto;
}

.shanai_wrap .ch_program_tl {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #111;
	font-size: 26px;
	line-height: 30px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	height: auto;
	background: transparent;
	text-align: left;
	color: #111;
}

.shanai_wrap .ch_program_tl img {
	margin-right: 10px;
}

.list_search {
	background: #f9f7f1;
	padding: 30px;
	margin-bottom: 50px;
}

.list_search_box {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.list_search_box p {
	font-size: 15px;
	line-height: 24px;
}

.detail04_btm_tag {
	border-bottom: 1px solid #111;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.detail04_btm_tag span {
	font-size: 15px;
	line-height: 24px;
	display: block;
	margin-bottom: 10px;
}

.detail04_btm_tag ul {
	display: flex;
	flex-wrap: wrap;
}

.detail04_btm_tag li {
	cursor: pointer;
	display: block;
	margin-right: 4px;
	margin-bottom: 4px;
}

.detail04_btm_tag li a {
	display: block;
	background: #103769;
	border-radius: 3px;
	padding: 4px 12px;
	position: relative;
	z-index: 10;
	color: #fff;
	font-size: 13px;
	line-height: 19px;
}

.detail04_btm_tag li:hover a {
	background: #008dd0;
}

.detail04_btm_tag p {
	display: flex;
	flex-wrap: wrap;
}

.detail04_btm_tag label {
	cursor: pointer;
	display: block;
	margin-right: 4px;
	margin-bottom: 4px;
}

.detail04_btm_tag label a {
	display: block;
	background: #103769;
	border-radius: 3px;
	padding: 4px 12px;
	position: relative;
	z-index: 10;
	color: #fff;
	font-size: 13px;
	line-height: 19px;
}

.detail04_btm_tag label:hover a {
	background: #008dd0;
}

.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;
}

header.pc_off .shanai_wrap .h_wrap {
	display: none;
}

footer.pc_off .shanai_wrap .f_wrap {
	display: none;
}

/* ----------------------------------------
trainig_guide_common
 ---------------------------------------- */
.tra_section {
	display: flex;
}

.tra_main_conts {
	background: #fff;
	padding: 30px 0 200px 285px;
	width: 100%;
	min-height: calc(100vh - 200px);
	position: relative;
}

.tra_main_conts header {
	background: #eb5c01;
	box-shadow: 0px 2px 2px 0px #2d2d2d3d;
	height: 30px;
	width: 100%;
	z-index: 10;
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	z-index: 2;
	padding: 0;

	& ul {
		display: flex;
		justify-content: flex-end;
		padding: 0 20px;

		& li {
			display: flex;

			& a {
				color: #fff;
				padding: 1px 8px 2px;
				border-radius: 3px;
				font-size: 13px;

				&:hover {
					text-decoration: underline;
				}
			}
		}
	}

	ul li:not(:first-child):before {
		content: "/";
		color: #fff;
		margin: 0 5px;
	}
}

.tra_main_conts footer {
	width: calc(100% - 280px);
	position: absolute;
	bottom: 0;
	right: 0;
}

.w_1200 {
	width: 1200px;
	margin: 0 auto;
}

.w_1100 {
	width: 1100px;
	margin: 0 auto;
}

.w_1000 {
	width: 1000px;
	margin: 0 auto;
}

.color_orenge {
	color: #eb5c01;
}

.tra_orange_waku {
	display: inline-block;
	font-size: 17px;
	font-weight: bold;
	color: #eb5c01;
	border: 2px solid #eb5c01;
	border-radius: 10px;
	background-color: #fff;
	padding: 8px 20px;
}

/* ----------------------------------------
trainig_guide_side
 ---------------------------------------- */
.nav {
	position: relative;
	width: 285px;
	background: #fff;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 2;
	font-size: 14px;
	display: flex;
    flex-direction: column;
}

.nav_logo {
	text-align: center;
}

.nav_box {
	margin: 20px 0;
}

.nav_list_wrap {}

.nav_list_box {
	margin-bottom: 15px;
}

.nav_list {
	&::after {
		background: radial-gradient(circle farthest-side, #111, #111 20%, transparent 20%, transparent);
		background-size: 9px;
		content: '';
		display: inline-block;
		height: 12px;
		width: 240px;
		margin: 0 20px;
	}

	&:nth-last-child(1)::after {
		content: none;
	}
}

.nav_list .nav_list_tl {
	display: flex;
	align-items: center;
	color: #000;
	font-weight: bold;
	position: relative;
	padding: 2px 20px;
	font-size: 15px;

	&:hover {
		color: #eb5c01;
	}
}

.nav_list .nav_list_tl img {
	margin-right: 5px;
}

/* ナビゲーションメニュー */
.nav_list ul {
	list-style: none;
	width: 285px;
	height: 600px;
	/*   消しておく */
	display: none;
	position: absolute;
	top: 0;
	left: 285px;
	background-color: #FFF3E1;
	padding: 10px 20px 10px 30px;
	box-sizing: border-box;
	/*   浮かせる・折り返させない */
	z-index: 11;
	white-space: nowrap;
	-moz-transition: width .2s ease-out;
	-webkit-transition: width .2s ease-out;
	transition: width .2s ease-out;
}

.nav_qr {
    font-weight: bold;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.nav_qr p {
	text-align: center;
	color: #eb5c01;
	font-size: 14px;
	font-weight: bold;
}

.nav_qr img {
    width: auto;
    height: 47%;
    max-height: 190px;
}

.drop-menu-item_tl {
	span {
		position: relative;
		font-size: 16px;
		font-weight: bold;

		&::before {
			position: absolute;
			content: "-";
			top: 0;
			bottom: 0;
			left: -10px;
			color: #eb5c01;
		}
	}
}

.drop-menu-item {
	position: relative;
}

.drop-menu-item a {
	display: block;
	padding: 10px 0 5px 5px;
	font-size: 15px;
	font-weight: bold;
	color: #111;

	&:hover {
		text-decoration: underline;
	}

	span {
		margin-right: 5px;
	}
}

.nav_list:hover ul {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.drop-menu-item {
	margin-bottom: 3px;
}

.drop-menu-item_tl a:hover {
	background-color: grey;
}

/* ナビゲーションメニューfin */
.nav_select_tl {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.nav_select_list {
	margin: 5px 20px;
	border: 1px solid #eb5c01;
	border-radius: 5px;
	background-color: #fff0df;

	& a {
		display: block;
        font-size: 15px;
        font-weight: bold;
        position: relative;
        text-align: center;
        padding: 5px 20px 5px 30px;
        vertical-align: middle;
        color: #111;

		&::before {
			position: absolute;
			top: 0;
			bottom: 0;
			left: 50px;
			margin: auto;
			content: "";
			vertical-align: middle;
			box-sizing: border-box;
			width: 6px;
			height: 6px;
			border: 5px solid transparent;
			border-left: 6px solid #eb5c01;
		}

		&:hover {
			background-color: #ffd29e;
		}
	}
}

.nav_btn {
	text-align: center;
	margin: 0 auto;
	width: 85%;

	& a {
		display: block;
		padding: 10px;
		background-color: #eb5c01;
		border: 2px solid #eb5c01;
		border-radius: 30px;
		color: #fff;
		font-weight: bold;
		font-size: 17px;

		&:hover {
			background-color: #fff;
			color: #eb5c01;
		}
	}
}

.nav_btn_other {
	text-align: center;
	margin: 0 auto;
	width: 95%;

	& a {
		display: block;
		padding: 10px;
		background-color: #fff0df;
		border: 1px solid #eb5c01;
		border-radius: 30px;
		color: #eb5c01;
		font-weight: bold;
		font-size: 17px;

		&:hover {
			background-color: #fff;
			color: #eb5c01;
		}
	}
}

.nav_logout {
	text-align: center;
	margin: 0 auto 20px;
	width: 70%;

	& a {
		display: block;
		padding: 7px 10px;
		background-color: #fff;
		color: #eb5c01;
		border: 2px solid #eb5c01;
		font-weight: bold;
		font-size: 15px;
		border-radius: 30px;

		&:hover {
			background-color: #fff3e5;
		}
	}
}

.nav_inq {
	width: 100%;
	font-weight: bold;
	position: absolute;
	bottom: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;

	& .nav_inq_tl {
		text-align: center;
		color: #eb5c01;
		font-size: 15px;
		margin: 5px;
	}

	& .nav_inq_txt {
		font-size: 14px;
	}
}