/*---- main ----*/
.main {
	background-image: url(/channel_setting/img/top/main.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: -10px;
}
.main_inner {
	width: 1200px;
	margin: 0 auto;
	padding: 50px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.logo {
	padding: 0 0 50px;
	border-bottom: 3px solid #eb5c03;
	width: 600px;
}
.logo img {
	padding: 0 30px;
}
.video_pick_wrap {
	width: 525px;
}
.video_pick_wrap a {
	padding: 10px;
	background-color: #fff;
	display: block;
}
.video_pick_wrap a:hover {
	background-color: #fff3e1;
}
.video_pick_up {
	width: 100%;
	line-height: 35px;
	background-color: #eb5c03;
	color: #fff;
	text-align: center;
	font-size: 16px;
}
.video_pick {
	width: 470px;
	height: 265px;
	margin: 13px auto;
}
.video_pick iframe {
	width: 470px;
	height: 265px;
}
.video_pick_tl {
	margin: 10px 15px;
	color: #111;
	font-size: 16px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis !important;
	white-space: nowrap !important;
}
.video_pick_tag {}
.video_pick_tag p {
	display: flex;
	flex-wrap: wrap;
}
.video_pick_tag label {
	cursor: pointer;
	display: block;
	margin-right: 4px;
	margin-bottom: 4px;
	display: block;
	background: #eb5c03;
	border-radius: 3px;
	padding: 4px 12px;
	position: relative;
	z-index: 10;
	color: #fff;
	font-size: 13px;
	line-height: 19px;
}
/*---- info ----*/
.t_info_wrap {
	background-color: #fff3e1;
}
.t_info_inner {
	width: 1000px;
	margin: 0 auto;
	padding: 60px 0;
}
.t_info_tl_wrap {
	text-align: center;
}
.t_info_tl {
	font-size: 33px;
	font-weight: bold;
	margin: 15px;
}
.t_info_subtl {
	font-size: 20px;
	font-weight: bold;
	color: #eb5c03;
}
.t_info_box {
	border: 2px solid #111;
	border-radius: 5px;
	background-color: #fff;
	padding: 10px 20px 10px 30px;
	margin: 50px 0;
}
.t_info_box ul {
	overflow: scroll;
	overflow-x: hidden;
	height: 270px;
}
.t_info_box ul li {}
.t_info_box ul li a {
	display: flex;
	padding: 16px 0;
	border-bottom: 2px solid #e9e9e9;
}
.t_info_box ul li a:hover {
	background-color: #eee;
}
.t_info_box .date {
	width: 17%;
	color: #eb5c03;
	font-size: 18px;
	font-weight: bold;
	font-family: "Century Gothic";
	margin-left: 10px;
}
.t_info_box .tl {
	font-size: 16px;
	font-weight: bold;
	color: #111;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	letter-spacing: 0;
	width: 80%;
}
/*---- new movie ----*/
.movie_wrap {
	background-color: #eb5c03;
}
.movie_inner {
	width: 1300px;
	margin: 0 auto;
	padding: 60px 0;
}
.movie_tl_wrap {
	text-align: center;
	color: #fff;
}
.movie_tl {
	font-size: 33px;
	font-weight: bold;
	margin: 15px;
}
.movie_subtl {
	font-size: 20px;
	font-weight: bold;
}
/* ----------------------------------------
display01
---------------------------------------- */
.display01 {
	display: flex;
}
.display01_box {
	flex-basis: calc(94% / 4);
	width: calc(94% / 4);
	margin: 4% 1% 4% 0;
	border: 2px solid #111;
	border-radius: 5px;
	box-sizing: border-box;
	position: relative;
	padding: 20px 8px 0;
	background-color: #fff;
}
.display01_box:hover {
	background: #fff3e1;
}
.display01_box:nth-child(4n) {
	margin-right: 0;
}
.display01_box .thumb {
	padding-bottom: 56.25%;
	position: relative;
}
.display01_box iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.display01_box>a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	filter: alpha(opacity=0);
}
.display01_box a>p {
	width: 94%;
	padding: 0 3%;
	position: absolute;
	bottom: 55px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	color: #111111;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 44px;
}
.display01_box .tag {
	box-sizing: border-box;
	padding: 0 2%;
	padding-top: 65px;
	height: 110px;
	overflow: hidden;
}
.display01_box .tag p {
	white-space: nowrap;
	overflow-y: hidden;
	overflow-x: auto;
	display: flex;
	flex-wrap: wrap;
}
.display01_box .tag label {
	cursor: pointer;
	margin: 2px;
}
.display01_box .tag label a {
	cursor: pointer;
	display: block;
	margin-right: 4px;
	margin-bottom: 4px;
	display: block;
	background: #eb5c03;
	border-radius: 3px;
	padding: 4px 12px;
	position: relative;
	z-index: 10;
	color: #fff;
	font-size: 13px;
	line-height: 19px;
}
.display01_box .tag label:hover a {
	background: #833302 !important;
}
.movie_btn_wrap {}
.movie_btn {
	width: 270px;
	border: 1px solid #111;
	border-radius: 30px;
	background-color: #111;
	margin: 0 auto;
}
.movie_btn a {
	display: block;
	font-size: 16px;
	text-align: center;
	line-height: 60px;
	color: #fff;
}
.movie_btn:hover {
	background-color: #fff;
	color: #fff;
}
.movie_btn a:hover {
	color: #111;
}
/*---- tag ----*/
.top_tag {
	margin: 50px 0;
}
/*---- banner ----*/
.top_bnr_wrap {
	margin: 50px 0;
	text-align: center;
	& a {
		display: inline-block;
		&:hover {
			opacity: 0.8;
		}
	}
}
/* ----------------------------------------
trainig_guide_top
 ---------------------------------------- */
/* main */
.tra_main_wrap {
	background-color: #f8f5ee;
}
.tra_main {
	background-image: url(/channel_setting/img/training_guide/bg_main.webp);
	background-position: left bottom;
	background-repeat: no-repeat;
	position: relative;
	padding: 100px 0 50px;
	height: 350px;
}
.tra_main_tl {
	font-size: 42px;
	font-weight: bold;
	line-height: 1.5;
	& span {}
}
.tra_main_subtl {
	font-size: 22px;
	margin: 30px 0;
}
.tra_main_img {
	position: absolute;
	top: 100px;
	bottom: 0;
	right: 0;
}
/* info */
.tra_info_wrap {
	background-image: url(/channel_setting/img/training_guide/bg_info.webp);
	background-repeat: no-repeat;
	padding: 85px 0 0;
}
.tra_info_box {
	border-radius: 30px;
	background-color: #fff;
	padding: 30px 30px 40px;
	margin-bottom: -100px;
	z-index: 1;
	position: relative;
	& ul {
		overflow: scroll;
		overflow-x: hidden;
		height: 270px;
		padding: 0 20px;
		& li {
			width: 900px;
			& a {
				display: flex;
				padding: 16px 0;
				& .date {
					width: 15%;
					color: #111;
					font-size: 16px;
					font-weight: bold;
					font-family: "Century Gothic";
					margin-left: 30px;
				}
				& .tl {
					font-size: 16px;
					font-weight: bold;
					color: #111;
					overflow: hidden;
					display: -webkit-box;
					-webkit-box-orient: vertical;
					-webkit-line-clamp: 1;
					letter-spacing: 0;
					width: 80%;
				}
			}
			&:hover .tl {
				text-decoration: underline;
			}
		}
		& li:nth-of-type(odd) {
			background-color: #f0f0f0;
		}
	}
}
.tra_info_tl {
	font-size: 38px;
	font-weight: bold;
	margin: 10px 20px 30px;
	display: flex;
	align-items: center;
	& img {
		margin-right: 10px;
	}
}
/* 対象別 */
.tra_part_wrap {
	background-color: #fff3e1;
	padding: 150px 0 50px;
}
.tra_part_tl_wrap {
	text-align: center;
}
.tra_part_tl_illust {
	display: flex;
	width: 650px;
	margin: 0 auto;
	justify-content: space-between;
	align-items: center;
	margin: 20px auto;
}
.tra_part_tl {
	font-size: 38px;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
}
.tra_part_box {
	background-color: #fff;
	border: 1px solid #111;
	border-radius: 30px;
	padding: 25px;
	display: flex;
	justify-content: space-between;
	margin: 40px 0;
}
.tra_part_box_l {
	display: flex;
	& .tra_part_box_position_wrap {
		width: 320px;
		margin-right: 30px;
		& .tra_part_box_tl {
			margin: 10px 0 20px -50px;
			background-color: #eb5c01;
			color: #fff;
			font-size: 20px;
			font-weight: bold;
			padding: 10px 35px;
		}
		& .tra_part_box_position {
			display: flex;
			align-items: flex-start;
			padding: 0 0 5px;
			& img {
				margin: 5px 10px;
			}
			& p {
				font-size: 24px;
				font-weight: bold;
				color: #eb5c01;
				line-height: 1.3;
			}
		}
		& .tra_part_box_position_txt {
			font-size: 19px;
			font-weight: bold;
			text-align: right;
		}
	}
	& img {
		margin: auto 0 0 auto;
	}
}
.tra_part_box_r {
	& .tra_part_box_r_inner {
		display: flex;
		justify-content: space-between;
		& .tra_part_box_tl {
			font-size: 20px;
			font-weight: bold;
			color: #eb5c01;
			margin: 10px 0;
			&::before {
				content: "-";
				margin-right: 5px;
				color: #eb5c01;
			}
		}
		& .tra_part_box_guide {
			& ul {
				& li {
					width: 400px;
					margin: 5px 0;
					& a {
						font-size: 17px;
						font-weight: bold;
						display: block;
						background-color: #f3f3f3;
						border-radius: 5px;
						border: 1px solid #b9b9b9;
						color: #111;
						padding: 5px 15px;
						& span {
							color: #eb5c01;
							margin-right: 10px;
						}
						&:hover {
							background-color: #fff3e5;
							border: 1px solid #ff9c5d;
						}
					}
				}
			}
		}
	}
}
/* 全体図 */
.tra_list_wrap {
	margin: 50px auto 70px;
}
.tra_list_tl_wrap {
	width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: end;
	& .tra_list_tl_txt {
		& .tra_list_tl {
			font-size: 38px;
			font-weight: bold;
			text-align: left;
			line-height: 1.4;
			margin: 10px 0;
		}
	}
}
.tra_list_table {
	margin: 30px 0;
	width: 100%;
	border-collapse: separate;
	border-spacing: 8px 5px;
	& tr {
		& th {
			background-color: #eb5c01;
			color: #fff;
			font-size: 17px;
			font-weight: bold;
			padding: 8px 5px;
			text-align: center;
			border-radius: 5px;
		}
		& .tra_table_grey {
			font-size: 17px;
			font-weight: bold;
			background-color: #f3f3f3;
			text-align: center;
			&::after {
				content: none;
			}
		}
		& td {
			font-size: 15px;
			font-weight: bold;
			text-align: left;
			vertical-align: middle;
			position: relative;
			background-color: #fff0df;
			border-radius: 5px;
			& a {
				display: block;
				color: #111;
				border-radius: 5px;
				padding: 5px 15px 5px 10px;
				&:hover {
					color: #eb5c01;
					text-decoration: underline;
				}
			}
			&::after {
				position: absolute;
				top: 0;
				bottom: 0;
				right: 10px;
				margin: auto;
				content: "";
				vertical-align: middle;
				width: 5px;
				height: 5px;
				border-top: 2px solid #eb5c01;
				border-right: 2px solid #eb5c01;
				-webkit-transform: rotate(45deg);
				transform: rotate(45deg);
			}
		}
		& .tra_table_360 {
			width: 350px;
		}
	}
}
/* message */
.tra_message_wrap {
	padding: 70px 0;
	margin: 40px 0 70px;
	background-image: url(/channel_setting/img/training_guide/bg_message.webp);
	background-repeat: no-repeat;
	background-position: left center;
	& .tra_message_inner {
		background-image: url(/channel_setting/img/training_guide/message_people.webp);
		background-repeat: no-repeat;
		background-position: right bottom;
	}
}
.tra_message_tl {
	margin-left: 25px;
	& p {
		font-size: 38px;
		font-weight: bold;
		line-height: 1.4;
		color: #fff;
	}
	& span {
		font-size: 24px;
		font-weight: bold;
		margin: 20px 0 10px;
		display: block;
		color: #fff;
	}
}
.tra_message_txt {
	display: inline-block;
	line-height: 1.8;
	background-color: #fff;
	padding: 40px 30px;
	font-size: 15px;
	border-radius: 40px;
	margin: 70px 0 120px;
}