@charset "UTF-8";
/*----------------------------------------

	- mv
	+ content
		- selectTab
		- libraryLists

-----------------------------------------*/

/*----------------------------------------
	mv
-----------------------------------------*/
#mv {
	background: #62b1d9 url("../../img/c_mv_bg01.jpg") no-repeat right top;
	background-size: 1320px auto;
}
#mv > div > h1 > span:first-child::before {
	display: none;
}
@media screen and (max-width: 767px) {
	#mv {
		background-size: auto 100%;
	}
}

/*----------------------------------------
	content
-----------------------------------------*/
#content {
	padding-bottom: 96px;
}
@media screen and (max-width: 767px) {
	#content {
		padding-bottom: 64px;
	}
}
/*----------------------------------------
	selectTab
-----------------------------------------*/
#selectTab {
	display: flex;
	position: relative;
	width: 310px;
	margin: 0 auto 40px 0;
	border: 1px solid #ddd;
	border-radius: 5px;
	box-shadow: 0 2px 0 0 rgba(0,0,0,0.1);
	transition: 0.1s ease-out;
	cursor: pointer;
}
#selectTab::before,
#selectTab::after {
	content: "";
	position: absolute;
	pointer-events: none;
	transition: 0.1s ease-out;
}
#selectTab::before {
	top: 0;
	right: 0;
	width: 40px;
	height: 100%;
	border-left: 1px solid #ddd;
	border-radius: 0 5px 5px 0;
}
#selectTab::after {
	top: calc(50% - 10px);
	right: calc(4px + 10px);
	width: 10px;
	height: 10px;
	border-right: solid 2px #00a0e9;
	border-bottom: solid 2px #00a0e9;
	transform-origin: center;
	transform: rotate(45deg);
}
#selectTab:hover::before {
	background-color: #00a0e9;
}
#selectTab:hover::after {
	border-color: #fff;
}
#selectTab > select {
	width: 100%;
	height: 3.15em;
	padding: 0 40px 0 50px;
	border: none;
	border-radius: 5px;
	background-color: #fff;
	color: #000;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
/* IE10以上で矢印を消す */
#selectTab > select::-ms-expand {
	display: none;
}
#selectTab > select:focus {
	outline: none;
}
@media screen and (max-width: 767px) {
	#selectTab {
		width: 100%;
	}
	#selectTab::before {
		width: 35px;
		background-color: #00a0e9;
	}
	#selectTab::after {
		right: calc(4px + 7px);
		border-color: #fff;
	}
	#selectTab select {
		height: 3.6em;
		padding: 0 40px 0 20px;
	}
}

/*----------------------------------------
	libraryLists
-----------------------------------------*/
#libraryLists > .title {
	margin: 60px 0 34px;
	padding: 5px 0 5px 15px;
	border-left: 5px solid #00a0e9;
	color: #000;
}
#libraryLists > div:nth-of-type(n+2) {
	margin-top: 50px;
}
#libraryLists > div > .title {
	padding-bottom: 14px;
	border-bottom: 2px solid #222;
	color: #000;
}
#libraryLists > div > ul > li {
	margin-top: 13px;
}
#libraryLists > div > ul > li:nth-child(n+2) {
	margin-top: 18px;
}
#libraryLists > div > ul > li > a {
	text-decoration: underline;
	text-underline-position: under;
	text-underline-position: below;
}
#libraryLists > div > ul > li > a[href$=".pdf"]::after {
	content: "";
	display: inline-block;
	width: 22px;
	height: 22px;
	margin: 0 0 -2px 8px;
	background-image: url("../../../img/c_pdf_icon01.png");
	background-repeat: no-repeat;
	background-size: 22px 22px;
}
#libraryLists > div > ul > li > a.movie::after {
	content: "";
	display: inline-block;
	width: 22px;
	height: 18px;
	margin: 0 0 -2px 8px;
	background-image: url("../../../img/c_movie_icon01.png");
	background-repeat: no-repeat;
	background-size: 22px 18px;
}
#libraryLists > div > p:first-of-type {
	margin-top: 100px;
	padding-top: 16px;
	border-top: 1px solid #ddd;
}
#libraryLists > div > ul + p:first-of-type {
	margin-top: 56px;
}
#libraryLists > div > .btn01 {
	margin-top: 12px;
}
#libraryLists > div > .btn01 > a {
	position: relative;
	padding-left: 13px;
	text-decoration: underline;
	text-underline-position: under;
	text-underline-position: below;
}
#libraryLists > div > .btn01 > a::before {
	content: "";
	position: absolute;
	top: calc(50% - 6px);
	left: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid #666;
}
@media screen and (max-width: 767px) {
	#libraryLists > .title {
		margin: 40px 0 25px;
	}
	#libraryLists > div:nth-of-type(n+2) {
		margin-top: 40px;
	}
	#libraryLists > div > .title {
		padding-bottom: 10px;
	}
	#libraryLists > div > ul > li {
		margin-top: 9px;
	}
	#libraryLists > div > ul > li {
		word-break: break-all;
	}
	#libraryLists > div > p:first-of-type {
		margin-top: 70px;
		padding-top: 9px;
		line-height: 1.75;
	}
	#libraryLists > div > .btn01 {
		margin-top: 6px;
	}
}

/* modal custom */
body .blocker {
	z-index: 9999;
}
.modalObj-clone {
	display: none;
}
.videoItem.modal {
	max-width: 60vw;
	padding: 0;
	background-color: #ddd;
	border-radius: 0;
}
.videoItem.modal>.videoBody {
	max-width: 100%;
	height: auto;
	padding-bottom: 56.25%;
	position: relative;
	overflow: hidden;
}
.videoItem.modal>.videoBody>iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
@media screen and (max-width: 767px) {
	.videos {
		display: block;
	}
	.videos>.videoItem {
		width: 100%;
		max-width: 100%;
		margin: 0 0 25px;
	}
	/* modal custom */
	.videoItem.modal {
		width: 100%;
		max-width: calc(100vw - 20px);
	}
}