@charset "UTF-8";

/* *******************************************************************************************
*
*	動画で学ぶ耕うん機
*
******************************************************************************************* */
/* ----------------------------- 共通 ----------------------------- */
#cont .pc {
	display: block;
}

#cont .sp {
	display: none;
}

#cont img {
	width: 100%;
	height: auto;
	vertical-align: top;
	border: none;
}
.att_movie{
	font-size: 14px;
	margin: 10px 0 0;
	color: #c00;
} 

@media screen and (max-width: 736px) {
	#cont .pc {
		display: none;
	}

	#cont .sp {
		display: block;
	}
	.att_movie{
	font-size: 11px;
	text-align: left;
} 
}

/* ----------------------------- ヘッダー ----------------------------- */
.contents_header_secondary_cat {
	display: inline-block;
	margin-bottom: 20px;
	padding: 0 14px;
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	background: #22ac38;
	border-radius: 6px;
}

.contents_header_secondary_ttl {
	margin-bottom: 10px;
	font-size: 36px;
	line-height: 1;
	font-weight: bold;
}

.contents_header_secondary_description {
	font-size: 18px;
}

.contents_header_secondary_attention {
	font-size: 14px;
	padding: 20px 0 0 1em;
	text-indent: -1em;
}

@media screen and (max-width: 736px) {
	.contents_header_secondary {
		padding: 0 4%;
		text-align: center;
	}

	.contents_header_secondary_cat {
		margin-bottom: 15px;
		font-size: 14px;
	}

	.contents_header_secondary_ttl {
		margin-bottom: 15px;
		font-size: 24px;
		line-height: 1.3em;
	}

	.contents_header_secondary_description {
		font-size: 12px;
		line-height: 20px;
		text-align: left;
	}

	.contents_header_secondary_attention {
		font-size: 12px;
		text-align: left;
	}
}

/* ----------------------------- コンテンツ ----------------------------- */
.movie .inner {
	margin: 0 auto;
	padding-bottom: 10px;
	width: 980px;
}

.movie_list {
	position: relative;
	padding: 52px 0 30px 0;
	border-top: 1px solid #bbb;
}

.movie_list:first-child {
	padding-top: 14px;
	border-top: 0;
}

.movie_list_ttl {
	margin-bottom: 25px;
	padding-left: 48px;
	font-size: 22px;
	line-height: 34px;
	font-weight: 600;
	background: url(../img/label_q.png) 0 0 no-repeat;
	background-size: 34px auto;
}

.movie_list_sub {
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 600;
}

.movie_list_clm {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 20px;
}

.movie_list_clm_item {
	margin-bottom: 30px;
	margin-right: 25px;
	width: 310px;
}

.movie_list_clm_item a {
	display: block;
}

.movie_list_clm_item:nth-child(3n) {
	margin-right: 0;
}

.movie_list_clm_item_info {
	padding-top: 10px;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
}

.movie_list_clm_item_info_ttl {
	font-size: 18px;
	font-weight: 600;
}

@media screen and (max-width: 736px) {
	.movie .inner {
		padding: 0 15px;
		width: 100%;
	}

	.movie_list {
		padding: 40px 0 15px 0;
	}

	.movie_list:first-child {
		padding-top: 0;
	}

	.movie_list_ttl {
		/*margin-bottom: 25px;*/
		padding-left: 36px;
		font-size: 18px;
		line-height: 24px;
		background-size: 26px auto;
	}

	.movie_list_sub {
		font-size: 16px;
	}

	.movie_list_clm {
		display: block;
		padding-bottom: 15px;
	}

	.movie_list_clm_item {
		margin-bottom: 25px;
		margin-right: 0;
		width: 100%;
	}

	.movie_list_clm_item a {
		display: flex;
	}

	.movie_list_clm_item_img {
		width: 47%;
	}

	.movie_list_clm_item_info {
		padding-top: 0;
		padding-left: 15px;
		width: 53%;
		font-size: 12px;
		line-height: 20px;
		text-align: left;
		box-sizing: border-box;
	}

	.movie_list_clm_item_info_ttl {
		font-size: 14px;
	}
}

/*---- 2022.04 plus ----*/
.link_gray_line {
	border: 1px solid #ddd !important;
	box-sizing: border-box;
}

.contents_header_bread {
	margin-bottom: 1rem;
}

.title_img {
	margin-bottom: 1.5rem;
}

@media screen and (max-width: 736px) {
	.contents_header_bread {
		margin-bottom: 0;
	}

	.title_img {
		margin: 0 calc(50% - 50vw) 1.5rem;
		width: 100vw;
		overflow-x: hidden;
	}
}

.movie_anchor {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 70px;
	border-top: 1px solid #e4e7e9;
}

.movie_anchor_item {
	width: 33.33%;
	border-right: 1px solid #e4e7e9;
	border-bottom: 1px solid #e4e7e9;
	box-sizing: border-box;
}

.movie_anchor_item:nth-child(1),
.movie_anchor_item:nth-child(4),
.movie_anchor_item:nth-child(7) {
	border-left: 1px solid #e4e7e9;
}

.movie_anchor_item a {
	position: relative;
	display: block;
	padding: 20px 0;
	padding-right: 30px;
	color: #2b383f;
	font-size: 16px;
	line-height: 1;
	letter-spacing: -0.06em;
	text-align: center;
}

.movie_anchor_item a:after {
	position: absolute;
	content: '';
	top: 50%;
	right: 20px;
	width: 12px;
	height: 7px;
	background: url(/tiller/maintenance/img/icon_anchor.png) right center no-repeat;
	background-size: 12px auto;
	transform: translate(0, -50%);
}

@media screen and (max-width: 736px) {
	.movie_anchor {
		margin: -15px -15px 50px;
		width: calc(100% + 30px);
	}

	.movie_anchor_item {
		width: 100%;
		border-left: 0 !important;
		border-right: 0 !important;
	}

	.movie_anchor_item a {
		display: flex;
		align-items: center;
		padding: 5px 20px 5px 10px;
		height: 100%;
		min-height: 42px;
		font-size: 12px;
		line-height: 16px;
		text-align: left;
		box-sizing: border-box;
	}

	.movie_anchor_item a:after {
		right: 14px;
		width: 8px;
		height: 5px;
		background-size: 8px auto;
	}
}

/* モーダル　*/
.modal {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 10000;
	bottom: 0;
	left: 0;
	overflow: hidden;
}

.modal_overlay {
	background-color: rgba(0, 0, 0, 0.8);
	width: 100%;
	height: 120%;
}

.modal_video {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 10001;
	max-width: 640px;
	max-height: 360px;
	min-width: 640px;
	min-height: 360px;
	max-width: 640px;
	max-height: 360px;
	min-width: 640px;
	min-height: 360px;
}

.modal_close {
	position: absolute;
	right: -5px;
	top: -50px;
	z-index: 10002;
	color: #fff;
	width: 44px;
	height: 44px;
	line-height: 44px;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	padding: 0 0 18px 10px;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
	cursor: pointer;
}

.modal_close:hover {
	opacity: 1;
}

.hidden {
	overflow: hidden;
	overflow-y: scroll;
}

#contents video {
	background: transparent !important;
}

@media screen and (max-width: 736px) {
	.video-js video {
		height: 100% !important;
	}

	.modal_video {
		display: none;
		position: absolute;
		top: 35%;
		left: 15%;
		right: 15%;
		bottom: 20%;
		margin: auto;
		min-width: inherit;
		min-height: inherit;
		z-index: 10001;
	}

	.modal_video {
		display: none;
		position: absolute;
		top: 0;
		/* transform: translateY(-50%); */
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		z-index: 10001;
	}

	.modal_close {
		right: 5px;
		top: -51px;
		opacity: 1;
		z-index: 10002;
	}

	.bc-player-4k5Jg43ag_default .vjs-big-play-button {
		height: 80px;
		width: 120px;
	}

	.bc-player-4k5Jg43ag_default .vjs-big-play-button:before {
		font-size: 23px;
		line-height: 1;
		margin: 27px auto;
	}
}