@charset "utf-8";
h1, h2, h3, h4, h5, h6 {
 color: #333;
 line-height: 1.5;
 font-size: 16px;
}
p {
 color: #333;
 line-height: 1.5;
 margin-bottom: 10px;
}
a {
	color: #333;
 text-decoration: underline;
}
a:hover {
 opacity: 0.6;
 text-decoration: none;
}
table {
 border-collapse: collapse;
 border-spacing: 0px;
 border: 0px;
}
th, td {
 line-height: 1.5;
}
/*---------------------------- base */
html, body {
	height: 100%;
}
@media screen and (min-width: 769px) {
	body {
		display: flex;
		flex-flow: column;
	}
}
* {
	background-position: top left;
	background-repeat: no-repeat;
	box-sizing: border-box;
}
body {
 font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	background-position: top left;
	background-repeat: no-repeat;
	font-size: 16px;
	color: #333;
}
/*----------------------------ヘッダーここから*/
header {
	background-color: #0f64cd;
}
@media screen and (min-width: 769px) {
	header {
		min-width: 1000px;
	}
}
.header-titles {
	max-width: 1000px;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	padding: 10px 20px;
	justify-content: space-between;
	align-items: center;
}
@media screen and (max-width: 600px) {
	.header-titles {
		flex-flow: column;
		padding: 20px;
	}
}
.header-titles h1 {
	font-size: 24px;
	color: #fff;
	margin: 0;
}
.header-titles p {
	font-size: 18px;
	color: #fff;
	margin: 0;
}
@media screen and (max-width: 600px) {
	.header-titles h1 { width: 100%; text-align: left; }
}
.header-titles .btn-logout a {
	background-color: #fff;
	color: #0f64cd;
	border-radius: 6px;
	padding: 10px 20px;
	text-decoration: none;
	display: inline-block;
}
@media screen and (max-width: 600px) {
	.header-titles .btn-logout { width: 100%; text-align: right;}
}
/*----------------------------ヘッダーここまで*/

/*----------------------------コンテンツ汎用ここから*/
main {
	position: relative;
	max-width: 1000px;
	padding: 0 20px;
	margin: 0 auto;
}
main.none {display: flex;
align-items: center;
justify-content: center;
height: 100%;}
@media screen and (min-width: 769px) {
	main {
		min-width: 1000px;
	}
}
.content-head {
	max-width: 1000px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 20px 0 0;
}
h2 {
 font-size: 20px;
 font-weight: bold;
 margin: 60px 0 30px;
 position: relative;
}
h2::before {
	content: "";
	top: 50%;
	border-top: 1px solid #0f64cd;
	height: 1px;
	width: 100%;
	display: block;
	position: absolute;
	z-index: -1;
}
.this404 h2::before {
	content: none;
}
h2 span {
 background-image: url(../image/h2-1.png);
 background-color: #fff;
 line-height: 25px;
 padding-left: 35px;
 padding-right: 15px;
 display: inline-block;
}
h2.list_tit span {
 background-image: url(../image/h2-1.png);
 background-color: #fff;
 line-height: 25px;
 padding-left: 35px;
 padding-right: 15px;
 display: inline-block;
}
.list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content:flex-start;
	padding: 0;
	margin: -4% 0 0;
}
.list li {
	width: 46%; margin: 0;
	box-shadow: 2px 2px 5px #cccccc;
	margin: 4% 2% 0;
}
.list.pages li { width: 29%; }

.list li a { padding: 20px; display: block;}
.list li img { width: 100%;}

@media screen and (max-width: 600px) {
	.list {
		flex-flow: column;
	}
	.list li, .list.pages li {
		width: auto;
		margin: 0 0 30px;
	}
}
/*----------------------------動画ページここから*/
.movie {
 position: relative;
}
.logica-player { width: 100%; padding-top: 56.25% !important; height: auto !important;}
.detail { padding: 40px 20px 0;}
/*----------------------------動画ページここまで*/
/** width="960" height="540"**/
/*----------------------------フッターここから*/
footer {
	border-bottom: 10px solid #0f64cd;
 padding: 20px 0 0;
 text-align: center;
 width: 100%;
 margin: auto auto 0;
}

@media screen and (min-width: 769px) {
	footer {
		min-width: 1000px; }
}
footer div {
	max-width: 1000px;
	text-align: right;
	margin: 0 auto;
	padding: 0 20px 40px;
}
/*----------------------------フッターここまで*/