@charset "utf-8";

/*---------------------------------------------
	common
---------------------------------------------*/
body {
	background-position: 0 0;
	background-size: cover;
	background-attachment: fixed;
	font-size: 13px;
	font-family: "ヒラギノ角ゴ Pro W3",'Hiragino Kaku Gothic Pro',"メイリオ",'MS PGothic';
	line-height: 1.6;
	color: #222;
	min-width: 1024px;
}
a {
	color: #108fc4;
	text-decoration: underline;
	outline: none;
	-webkit-transition: 0.1s;
	   -moz-transition: 0.1s;
	     -o-transition: 0.1s;
	        transition: 0.1s;
}
a:hover   {
	color: #ed193a;
	text-decoration: none;
}
a img {
	-webkit-transition: 0.1s;
	   -moz-transition: 0.1s;
	     -o-transition: 0.1s;
	        transition: 0.1s;
}
a img:hover,
a:hover img {
	           opacity: 0.80;
	filter: alpha(opacity=80);
	      -moz-opacity: 0.80;
}

@media screen and (max-width: 640px) {
	body {
		min-width: initial;
		min-width: auto;
	}
	#background--sp {
		background-size: cover;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: -1;
	}
}


/*---------------------------------------------
	Layout - header,footer,container...
---------------------------------------------*/
.inner--1024 {
	width: 1024px;
	margin: 0 auto;
}

@media screen and (max-width: 640px) {
	.inner--1024 {
		width: 94%;
		margin: 0 auto;
	}
}


/*---------------------------------------------
	Object - Utility
---------------------------------------------*/

/* dispay */
.ul--pc {
	display: block;
}
.ul--sp {
	display: none;
}

@media screen and (max-width: 640px) {
	.ul--pc {
		display: none;
	}
	.ul--sp {
		display: block;
	}
}

/* clear */
.ul--clear {
	clear: both;
}
.ul--clearfix {
	zoom: 1;
}
.ul--clearfix:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
}


/*---------------------------------------------
	Object - Block
---------------------------------------------*/

/* Block - header
-----------------------*/
/* header__links */
.header__links {
	background: #121212;
	margin-bottom: 60px;
}
.header__links h1 {
	float: left;
	padding: 11px 0 0 14px;
}
.header__links ul {
	float: right;
}
.header__links li {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}
.header__links li a {
	color: #FFF;
	display: inline-block;
	padding: 10px 18px 10px;
	text-decoration: none;
}
.header__links li a:hover {
	background: #333;
}
.header__links li i {
	position: relative;
	top: 2px;
	margin-right: 6px;
	font-size: 20px;
}
.header__links li:nth-of-type(4) a {
	background: #55acee;
	min-width: 110px;
}
.header__links li:nth-of-type(4) a:hover {
	background: #82C1F0;
}

/* header__links */
.header__info {
	text-align: right;
}
.header__info a {
	display: inline-block;
	margin-right: 30px;
	color: #fff;
	position: relative;
	top: 12px;
}

/* header__nav */
.header__nav {
	position: relative;
	z-index: 10;
	text-align: center;
}
.header__nav li {
	float: left;
}
.header__nav li img,
.header__nav li a img {
	filter: alpha(opacity=100);
	        -moz-opacity: 1;
	             opacity: 1;
}
.header__nav li a {
	position: relative;
	display: block;
}

/* header__visual */
.header__visual {
	position: relative;
	top: -16px;
}
.header__visual img {
	width: 100%;
}

@media screen and (max-width: 640px) {
	/* header__links */
	.header__links {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		text-align: center;
		margin-bottom: 0;
		z-index: 20;
	}
	.header__links h1 {
		float: none;
		padding: 13px 0;
	}
	.header__links ul {
		display: none;
	}
	.header__btn {
		color: #fff;
		font-size: 20px;
		padding: 1% 4%;
		cursor: pointer;
		position: absolute;
		top: 50%;
		right: 0;
		-webkit-transform: translateY(-50%);
		    -ms-transform: translateY(-50%);
		        transform: translateY(-50%);
	}

	/* header__nav */
	.header__nav {
		display: none;
	}
	.header__nav--sp {
		background: #fff;
		padding-top: 45px;
		position: fixed;
		top: -300px;
		left: 0;
		width: 100%;
		z-index: 10;
		box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
	}
	.header__nav--sp li {
		border-bottom: 1px solid #ddd;
	}
	.header__nav--sp li:last-child {
		border-bottom: 0;
	}
	.header__nav--sp li a {
		display: block;
		padding: 8px 3%;
		text-decoration: none;
		font-weight: bold;
		color: #222;
	}
	.header__nav--sp .header__sns a {
		color: #55acee;
	}
	.header__nav--sp .header__sns a i {
		font-size: 18px;
		margin-right: 6px;
		position: relative;
		top: 2px;
	}

	/* header__visual */
	.header__visual {
		margin-top: 45px;
		margin-bottom: 20px;
		top: 0;
	}
}


/* Block - footer
-----------------------*/
#footer {
	background: #FFF;
	padding: 40px 0;
	text-align: center;
}

/* footer__links */
.footer__links {
	margin-bottom: 50px;
}
.footer__links li.footer__links--wrap {
	width: 186px;
	margin: 9px;
	text-align: left;
	font-weight: bold;
}
.footer__links li.footer__links--wrap li {
	font-weight: normal;
	font-size: 12px;
	line-height: 1.5;
	margin-top: 10px;
}
.footer__links li a {
	color: #222;
	text-decoration: none;
	display: inline-block;
}
.footer__links li a:hover {
	color: #ed193a;
}

/* footer__logo */
.footer__logo {
	margin-bottom: 50px;
}

/* footer__copy */
.footer__copy {
	font-size: 12px;
}
.footer__copy p {
	margin-bottom: 8px;
}

@media screen and (max-width: 640px) {
	#footer {
		padding: 0 0 20px;
	}
	#footer .inner--1024 {
		width: 100%;
	}

	/* footer__links */
	.footer__links {
		margin-bottom: 30px;
		width: 100% !important;
	}
	.footer__links li.footer__links--wrap {
		display: block;
		width: 100%;
		border-bottom: 1px solid #ddd;
		margin: 0;
	}
	.footer__links li.footer__links--wrap a {
		display: block;
		padding: 8px 3%;
		text-decoration: none;
		font-weight: bold;
		color: #222;
	}
	.footer__links li.footer__links--wrap ul {
		padding-bottom: 8px;
	}
	.footer__links li.footer__links--wrap li {
		margin: 0;
	}
	.footer__links li.footer__links--wrap li a {
		font-weight: normal;
		padding: 6px 3% 6px 6%;
	}

	/* footer__logo */
	.footer__logo {
		margin-bottom: 30px;
	}

	/* footer__copy */
	.footer__copy {
		padding: 0 3%;
	}
	.footer__copy p {
		line-height: 1.4;
	}
}


/* Block - container
-----------------------*/
#container {
	           opacity: 0.80;
	filter: alpha(opacity=80);
	      -moz-opacity: 0.80;
	padding-top: 50px;
}
.container {
	           opacity: 0.80;
	filter: alpha(opacity=80);
	      -moz-opacity: 0.80;
}

@media screen and (max-width: 640px) {
	#container {
		padding-top: 30px;
	}
}


/* Block - top pickip
-----------------------*/
#pickup {
	text-align: center;
	margin-bottom: 60px;
}
.pickup__box {
	position: relative;
	display: inline-block;
	vertical-align: top;
	background: rgba(0, 0, 0, 0.08);
	border: 5px solid rgba(0, 0, 0, 0.08);
	border-radius: 6px;
	width: 100%;
	max-width: 340px;
	margin: 0 20px;
	color: #222;
}
.pickup__box img {
	width: 100%;
}
.pickup__img {
	background: #FFF;
	border-radius: 4px 4px 0 0;
	display: block;
	width: 100%;
}
.pickup__info {
	background: #FFF;
	padding: 16px;
	border-radius: 0 0 4px 4px;
}
.pickup__info h2 {
	font-size: 20px;
	font-weight: bold;
	padding: 0 16px 16px;
	letter-spacing: 1px;
	min-height: 80px;
	vertical-align: middle;
}
.pickup__box:nth-child(1) .pickup__info h2,
.pickup__box:nth-child(3) .pickup__info h2 {
	padding-top: 14px;
}
.pickup__info p {
	margin-bottom: 16px;
}
.pickup__info img,
.pickup__info a img {
	filter: alpha(opacity=100);
	        -moz-opacity: 1;
	             opacity: 1;
}
.pickup__btn {
	display: inline-block;
	background: #121212;
	color: #fff;
	padding: 10px 24px;
	border-radius: 20px;
	text-decoration: none;
}
.pickup__btn:hover {
	background: #ed193a;
	color: #fff;
}
.pickup__btn i {
	font-size: 16px;
	position: relative;
	top: 1px;
	margin-right: 2px;
}
.pickup__library {
	position: absolute;
	top: 0;
	left: 0;
	display: table;
}
.pickup__library a {
	display: table-cell;
	vertical-align: middle;
	margin: 0 auto;
	text-decoration: none;
}
.pickup__library a img {
	border: 5px solid rgba(0, 0, 0, 0.08);
	border-radius: 3px;
	margin-bottom: 6px;
	width: 56%;
}
.pickup__library a h3 {
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	width: 70%;
	margin: 0 auto;
}

@media screen and (max-width: 1180px) {
	.pickup__box {
		width: 310px;
		margin: 0 10px;
	}
}
@media screen and (max-width: 640px) {
	#pickup {
		margin-bottom: 30px;
		padding: 0 3%;
	}
	.pickup__box {
		margin: 0 0 20px;
		width: 100%;
		max-width: initial;
		max-width: auto;
	}
	.pickup__box:last-child {
		margin-bottom: 0;
	}
	.pickup__info h2 {
		font-size: 18px;
		font-weight: bold;
		padding: 0 16px 16px;
		min-height: inherit;
		vertical-align: middle;
	}
	.pickup__box:nth-child(1) .pickup__info h2,
	.pickup__box:nth-child(3) .pickup__info h2 {
		padding: 0 16px 16px;
	}
}


/* Block - top bnr
-----------------------*/
#bnr {
	text-align: center;
	margin-bottom: 60px;
}
#bnr .page__box {
	width: 812px;
	margin: 0 auto;
}
#bnr .page__back {
	background: #FFF;
}
#bnr li {
	background: #fff;
	border-radius: 4px;
}
#bnr a {
	/*display: inline-block;*/
}
#bnr a img {
	border-radius: 4px;
}

@media screen and (max-width: 640px) {
	#bnr {
		margin-bottom: 30px;
	}
	#bnr .page__box {
		width: 100%;
	}
	#bnr a img {
		width: 100%;
	}
}


/* Block - contents
-----------------------*/
#contents {
	background: rgba(0, 0, 0, 0.4);
	padding: 50px 0;
}
.contents__wrap {
	margin: 0 auto;
}

/* contents__box */
.contents__box {
	width: 270px;
	margin: 10px;
	border: 5px solid rgba(0, 0, 0, 0.08);
	background: rgba(0, 0, 0, 0.08);
	border-radius: 6px;
}
.contents__back {
	background: #FFF;
	height: 100%;
	border-radius: 4px;
	overflow: hidden;
}
.contents__back a {
	display: block;
}
.contents__back a img {
	width: 100%;
	border-radius: 4px;
}
.contents__box h2 {
	font: normal normal normal 15px "Helvetica Neue",Roboto,"Segoe UI",Calibri,sans-serif;
	font-weight: bold;
	padding: 8px;
	border-bottom: 1px solid #e8e8e8;
}
.contents__box h3{
	font-weight: bold;
	margin-bottom: 5px;
}
.contents__box ul {
	padding: 0 10px 10px;
}
.contents__box li {
	border-bottom: 1px dashed #CCC;
	padding: 10px 0;
	line-height: 1.4;
}
.contents__box li time {
	display: inline-block;
	font-size: 11px;
	margin-bottom: 8px;
}
.contents__course h3 {
	padding: 0 10px;
	margin: 2px 0 12px;
}
.contents__course li {
	position: relative;
	border-bottom: 0;
	padding: 3px 0 4px 14px;
}
.contents__course li:before {
	content: "・";
	display: block;
	position: absolute;
	top: 1px;
	left: -4px;
	font-size: 16px;
}
.contents__course li:last-child {
	border-bottom: 1px dashed #CCC;
	padding-bottom: 10px;
}
.contents__more {
	padding: 0 10px 10px 0;
	text-align: right;
}

@media screen and (max-width: 640px) {
	#contents {
		padding: 20px 3%;
		width: 100%;
	}
	.contents__wrap {
		width: 100% !important;
	}
	.contents__box {
		width: 100%;
		margin: 0 0 10px;
	}
}


/* Block - page
-----------------------*/
.page {
	padding-top: 0;
	margin: 50px 0 80px;
}

/* page__box */
.page__box {
	border: 5px solid rgba(0, 0, 0, 0.08);
	background: rgba(0, 0, 0, 0.08);
	border-radius: 6px;
	margin-bottom: 30px;
	position: relative;
}
.page__back {
	position: relative;
	background: url(../img/common/bg_content.png) 50% 50%, #17181a;
	color: #fff;
	border-radius: 4px;
	height: 100%;
	overflow: hidden;
}

/* page__border */
.page__border--25 {
	padding: 25px;
}
.page__border--30 {
	padding: 30px;
}
.page__border--40 {
	padding: 40px;
}
.page__border--about {
	padding: 30px 100px 440px;
}
.page__border--inquery {
	padding: 30px 120px;
}
.page__white--40 {
	background: url(../img/common/bg_content.png) 50% 50%, #fff;
	padding: 40px;
	color: #222;
}
.page__white--50 {
	background: url(../img/common/bg_content.png) 50% 50%, #fff;
	padding: 50px 60px;
	color: #222;
}

/* page__border__... */
.page__border__wrap--top {
	position: absolute;
	top: 6px;
	left: 0;
	width: 100%;
	height: 16px;
}
.page__border--top {
	margin: 0 28px;
	height: 16px;
	background: url(../img/common/lines/bg_top-left.png) 0 0 no-repeat,
	            url(../img/common/lines/bg_top-right.png) 100% 0 no-repeat,
	            url(../img/common/lines/bg_top-center.png) 50% 0 no-repeat,
	            url(../img/common/lines/bg_top-line.png) 0 0;
	background-size: contain;
}
.page__border__wrap--right {
	position: absolute;
	top: 0;
	right: 6px;
	width: 16px;
	height: 100%;
}
.page__border--right {
	margin: 28px 0;
	width: 16px;
	height: 100%;
	background: url(../img/common/lines/bg_right-left.png) 0 0 no-repeat,
	            url(../img/common/lines/bg_right-right.png) 0 100% no-repeat,
	            url(../img/common/lines/bg_right-center.png) 0 50% no-repeat,
	            url(../img/common/lines/bg_right-line.png) 0 0;
	background-size: contain;
}
.page__border__wrap--bottom {
	position: absolute;
	bottom: 6px;
	left: 0;
	width: 100%;
	height: 16px;
}
.page__border--bottom {
	margin: 0 28px;
	height: 16px;
	background: url(../img/common/lines/bg_bottom-left.png) 0 0 no-repeat,
	            url(../img/common/lines/bg_bottom-right.png) 100% 0 no-repeat,
	            url(../img/common/lines/bg_bottom-center.png) 50% 0 no-repeat,
	            url(../img/common/lines/bg_bottom-line.png) 0 0;
	background-size: contain;
}
.page__border__wrap--left {
	position: absolute;
	top: 0;
	left: 6px;
	width: 16px;
	height: 100%;
}
.page__border--left {
	margin: 28px 0;
	width: 16px;
	height: 100%;
	background: url(../img/common/lines/bg_left-left.png) 0 0 no-repeat,
	            url(../img/common/lines/bg_left-right.png) 0 100% no-repeat,
	            url(../img/common/lines/bg_left-center.png) 0 50% no-repeat,
	            url(../img/common/lines/bg_left-line.png) 0 0;
	background-size: contain;
}

/* page__border__...white */
.page__border__wrap--top__white {
	position: absolute;
	top: 6px;
	left: 0;
	width: 100%;
	height: 16px;
}
.page__border--top__white {
	margin: 0 28px;
	height: 16px;
	background: url(../img/common/lines/bg_top-left_white.png) 0 0 no-repeat,
	            url(../img/common/lines/bg_top-right_white.png) 100% 0 no-repeat,
	            url(../img/common/lines/bg_top-center_white.png) 50% 0 no-repeat,
	            url(../img/common/lines/bg_top-line_white.png) 0 0;
	background-size: contain;
}
.page__border__wrap--right__white {
	position: absolute;
	top: 0;
	right: 6px;
	width: 16px;
	height: 100%;
}
.page__border--right__white {
	margin: 28px 0;
	width: 16px;
	height: 100%;
	background: url(../img/common/lines/bg_right-left_white.png) 0 0 no-repeat,
	            url(../img/common/lines/bg_right-right_white.png) 0 100% no-repeat,
	            url(../img/common/lines/bg_right-center_white.png) 0 50% no-repeat,
	            url(../img/common/lines/bg_right-line_white.png) 0 0;
	background-size: contain;
}
.page__border__wrap--bottom__white {
	position: absolute;
	bottom: 6px;
	left: 0;
	width: 100%;
	height: 16px;
}
.page__border--bottom__white {
	margin: 0 28px;
	height: 16px;
	background: url(../img/common/lines/bg_bottom-left_white.png) 0 0 no-repeat,
	            url(../img/common/lines/bg_bottom-right_white.png) 100% 0 no-repeat,
	            url(../img/common/lines/bg_bottom-center_white.png) 50% 0 no-repeat,
	            url(../img/common/lines/bg_bottom-line_white.png) 0 0;
	background-size: contain;
}
.page__border__wrap--left__white {
	position: absolute;
	top: 0;
	left: 6px;
	width: 16px;
	height: 100%;
}
.page__border--left__white {
	margin: 28px 0;
	width: 16px;
	height: 100%;
	background: url(../img/common/lines/bg_left-left_white.png) 0 0 no-repeat,
	            url(../img/common/lines/bg_left-right_white.png) 0 100% no-repeat,
	            url(../img/common/lines/bg_left-center_white.png) 0 50% no-repeat,
	            url(../img/common/lines/bg_left-line_white.png) 0 0;
	background-size: contain;
}

@media screen and (max-width: 640px) {
	.page {
		margin-top: 60px;
	}
	.page .inner--1024 {
		width: 98%;
		margin: 0 auto;
	}

	/* page__box */
	.page__box {
		margin-bottom: 15px;
	}

	/* page__border */
	.page__border--30 {
		padding: 20px 24px;
	}
	.page__border--40 {
		padding: 20px 24px;
	}
	.page__border--about {
		padding: 20px 24px 180px;
	}
	.page__border--inquery {
		padding: 20px 24px;
	}
	.page__white--40 {
		padding: 30px;
	}.page__white--50 {
		padding: 30px;
	}

	/* page__border__... */
	.page__border__wrap--top {
		height: 10px;
	}
	.page__border--top {
		height: 10px;
	}
	.page__border__wrap--right {
		width: 10px;
	}
	.page__border--right {
		width: 10px;
	}
	.page__border__wrap--bottom {
		height: 10px;
	}
	.page__border--bottom {
		height: 10px;
	}
	.page__border__wrap--left {
		width: 10px;
	}
	.page__border--left {
		width: 10px;
	}

	/* page__border__...white */
	.page__border__wrap--top__white {
		height: 10px;
	}
	.page__border--top__white {
		height: 10px;
	}
	.page__border__wrap--right__white {
		width: 10px;
	}
	.page__border--right__white {
		width: 10px;
	}
	.page__border__wrap--bottom__white {
		height: 10px;
	}
	.page__border--bottom__white {
		height: 10px;
	}
	.page__border__wrap--left__white {
		width: 10px;
	}
	.page__border--left__white {
		width: 10px;
	}
}


/* Block - library links
-----------------------*/
.librarys {}

/* library__intro 詳細と共通 */
.library__intro {
	background: url(../img/common/bg_library.png) 50% 50%, #17181a;
	background-size: cover;
	padding: 30px;
	font-size: 15px;
	line-height: 1.8;
}
.library__intro h2 {
	text-align: center;
	margin-bottom: 26px;
}

/* librarys__sort */
.librarys__sort {
	padding: 10px;
	text-align: center;
	background: url(../img/common/bg_content.png) 50% 50%, #fff;
	color: #888;
}
.librarys__sort dl,
.librarys__sort dt,
.librarys__sort dd {
	display: inline-block;
	vertical-align: middle;
}
.librarys__sort dl {
	margin-right: 30px;
}
.librarys__sort dt {
	line-height: 1.2;
	margin-right: 12px;
}
.librarys__sort dt i {
	font-size: 22px;
}
.librarys__sort dt span {
	display: block;
	font-size: 10px;
}
.librarys__sort dd {
	position: relative;
	width: 200px;
	overflow: hidden;
	border-radius: 4px;
	border: 2px solid #ccc;
}
.librarys__sort dd select {
	font-family: "ヒラギノ角ゴ Pro W3",'Hiragino Kaku Gothic Pro',"メイリオ",'MS PGothic';
	color: #222;
	background: #fff;
	border: 0;
	font-size: 13px;
	padding: 4px 50px 4px 12px;
	border-radius: 4px;
	cursor: pointer;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
}
.librarys__sort dd select::-ms-expand {
	display: none;
}
:root .librarys__sort dd select {
	width: 300px\0/;
}
.librarys__sort dd:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	border: 5px solid transparent;
	border-top: 6px solid #888;
	margin-top: -4px;
}
.librarys__sort dd select:focus {
	outline: none;
}
.librarys__sort input[type="text"] {
	display: none;
}
.librarys__sort input[type="submit"] {
	border: 0;
	background: #222;
	color: #fff;
	font-size: 14px;
	padding: 6px 20px;
	border-radius: 4px;
	cursor: pointer;
	-webkit-appearance:none;
	   -moz-appearance:none;
	        appearance:none;
	-webkit-transition: 0.1s;
	   -moz-transition: 0.1s;
	     -o-transition: 0.1s;
	        transition: 0.1s;
}
@-moz-document url-prefix() {
	.librarys__sort input[type="submit"] {
		position: relative;
		top: 2px;
	}
}
.librarys__sort input[type="submit"]:hover {
	background: #ed193a;
}
.librarys__sort input[type="submit"]:focus {
	outline: none;
}

/* librarys__box */
.librarys__box {
	background: url(../img/common/bg_librarys.png) no-repeat;
	background-size: contain;
	float: left;
	text-align: center;
	width: 248px;
	height: 318px;
	padding: 22px 24px 8px 32px;
	margin-bottom: 10px;
	margin-right: 10px;
	text-decoration: none;
}
.librarys__box:nth-child(4n) {
	margin-right: 0;
}
.librarys__box h3 {
	color: #c4ac23;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .5);
	font-size: 15px;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 10px;
	min-height: 42px;
	height: 42px;
	display: table;
	width: 100%;
}
.librarys__box h3 div {
	display: table-cell;
	vertical-align: middle;
}
.librarys__box span {
	border: 5px solid rgba(0, 0, 0, 0.08);
	background: rgba(0, 0, 0, 0.08);
	border-radius: 4px;
	display: inline-block;
	width: 96%;
	margin-bottom: 10px;
}
.librarys__box span img {
	width: 100%;
	border-radius: 2px;
}
.librarys__box p {
	color: #fff;
}
.librarys__box--last {
	pointer-events: none;
	cursor: default;
}
.librarys__box--last h3 {
	display: none;
}
.librarys__box--last span {
	margin-top: 52px
}
.librarys__box--last:hover {
	filter: alpha(opacity=100);
	        -moz-opacity: 1;
	             opacity: 1;
}

/* librarys__more */
.librarys__more {
	position: relative;
	text-align: center;
	margin: 30px 0 50px;
}
.librarys__more > span {
	display: inline-block;
	border: 5px solid rgba(0, 0, 0, 0.08);
	border-radius: 33px;
}
.librarys__more a {
	display: inline-block;
	background: #ed193a;
	color: #fff;
	padding: 10px 50px;
	border-radius: 29px;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
}
.librarys__more a:hover {
	background: #FF415E;
	color: #fff;
}
.librarys__more a i {
	font-size: 26px;
	position: relative;
	top: 1px;
	margin-right: 2px;
}
.librarys__more__num {
	display: none;
}
.librarys__more__loading {
	display: none;
	position: absolute;
	top: -60px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}
.librarys__more__loading svg path,
.librarys__more__loading svg rect{
	fill: #FF6700;
}

@media screen and (max-width: 640px) {
	/* library__intro */
	.library__intro {
		padding: 20px;
		font-size: 13px;
		line-height: 1.6;
	}
	.library__intro h2 {
		text-align: center;
		margin-bottom: 20px;
	}
	.library__intro h2 img {
		max-width: 196px;
		width: 62%;
	}

	/* librarys__sort */
	.librarys__sort {
		text-align: center;
	}
	.librarys__sort dl:nth-child(2),
	.librarys__sort dl:nth-child(3) {
		margin: 0 0 8px 0;
		width: 100%;
		text-align: left;
	}
	.librarys__sort dt {
		width: 18%;
		margin-right: 0;
		text-align: center;
	}
	.librarys__sort dd {
		width: 79%;
	}
	.librarys__sort dd select {
		width: 100%;
	}
	.librarys__sort input[type="submit"] {
		display: inline-block;
		width: 150px;
		margin: 0 auto;
	}
}
@media screen and (max-width: 640px) {
	/* library__box */
	.librarys__box {
		background: none;
		position: relative;
		float: none;
		display: block;
		width: 100%;
		padding: 16% 12% 6% 14%;
		margin-right: 0;
	}
	.librarys__box .librarys__box__bg {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
	}
	.librarys__box:hover img {
		filter: alpha(opacity=100);
		        -moz-opacity: 1;
		             opacity: 1;
	}
	.librarys__box h3 {
		position: relative;
		font-size: 17px;
		margin-bottom: 10%;
	}
	.librarys__box span {
		position: relative;
		margin-bottom: 10%;
		width: 80%;
	}
	.librarys__box p {
		position: relative;
		font-size: 14px;
	}
	.librarys__box--last span {
		margin-top: 58px
	}
}
@media screen and (max-width: 480px) {
	/* library__box */
	.librarys__box {
		padding: 13% 11% 6% 13%;
	}
	.librarys__box h3 {
		margin-bottom: 9%;
	}
	.librarys__box span {
		margin-bottom: 9%;
		width: 90%;
	}
}


/* Block - library single
-----------------------*/
/* library__title */
.library__title h3 {
	font-size: 22px;
	font-weight: bold;
	color: #c4ac23;
	text-align: center;
	border-bottom: 1px solid #4f4f4f;
	padding-bottom: 10px;
}
.library__title table {
	width: 100%;
}
.library__title table tr {
	float: left;
	display: table;
	width: 25%;
	border-right: 1px solid #4f4f4f;
}
.library__title table tr:last-child {
	border-right: 0;
}
.library__title table th,
.library__title table td {
	padding: 6px 8px 0;
	text-align: center;
	vertical-align: middle;
}
.library__title table th {
	width: 72px;
	color: #888;
	line-height: 1.2;
}
.library__title table th i {
	font-size: 22px;
}
.library__title table th span {
	display: block;
	font-size: 10px;
}
.library__title table td {
	width: 168px;
}
.library__title table td span,
.library__title table td a {
	position: relative;
	left: -12px;
	top: 1px;
}

/* library__thum */
.library__thum .page__box {
	float: left;
	margin-bottom: 19px;
}
.library__thum .page__box img {
	width: 100%;
	border-radius: 4px;
}
.library__thum .page__box img.library__frame {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 !important;
}
.library__thum .page__box:first-child {
	margin-right: 24px;
	margin-bottom: 30px;
}
.library__thum--large {
	position: relative;
	width: 670px;
	height: 521px;
	padding: 18px 18px 18px 19px;
}
.library__thum--small {
	width: 310px;
	height: 246px;
	padding: 17px;
}
.library__thum--large img,
.library__thum--small img {
	border-radius: 0 !important;
}

/* library__text */
.library__text h4 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}
.library__text p {
	line-height: 1.8;
}

/* library__download */
.library__download {
	text-align: center;
	margin: 50px 0 10px;
}
.library__download > span {
	display: inline-block;
	border: 5px solid rgba(0, 0, 0, 0.08);
	border-radius: 39px;
}
.library__download a {
	display: inline-block;
	background: #ed193a;
	color: #fff;
	padding: 14px 56px;
	border-radius: 33px;
	text-decoration: none;
	font-size: 24px;
	font-weight: bold;
}
.library__download a:hover {
	background: #FF415E;
	color: #fff;
}
.library__download a i {
	font-size: 26px;
	position: relative;
	top: 1px;
	margin-right: 2px;
}
.library__back {
	margin-bottom: 30px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}
.library__back a {
	color: #fff;
	background: rgba(0, 0, 0, .6);
	display: inline-block;
	border-radius: 19px;
	padding: 7px 26px;
	text-decoration: none;
}
.library__back a:hover {
	background: rgba(0, 0, 0, .5);
}
.library__back i {
	font-size: 16px;
}

@media screen and (max-width: 640px) {
	/* library__title */
	.library__title h3 {
		font-size: 18px;
		padding-bottom: 6px;
		margin-bottom: 4px;
		line-height: 1.6;
	}
	.library__title table tr {
		float: none;
		width: 100%;
		border-right: 0;
	}
	.library__title table th {
		width: 90px;
		text-align: left;
		padding: 4px 6px 4px 0px;
	}
	.library__title table td {
		text-align: left;
		width: auto;
		padding: 4px 6px 4px 0px;
	}
	.library__title table th i {
		width: 30px;
		text-align: center;
		font-size: 18px;
	}
	.library__title table th span {
		position: relative;
		top: -1px
	}
	.library__title table td span,
	.library__title table td a {
		left: 0;
		top: 2px;
	}
	.library__title table th span {
		display: inline-block;
		font-size: 10px;
	}

	/* library__thum */
	.library__thum .page__box:first-child {
		margin-right: 0;
		margin-bottom: 10px;
	}
	.library__thum .page__box:nth-child(2) {
		float: left;
		width: 49%;
		margin-right: 2%;
		margin-bottom: 10px;
	}
	.library__thum .page__box:nth-child(3) {
		float: left;
		width: 49%;
		margin-bottom: 15px;
	}
	.library__thum--large {
		width: 100%;
		height: auto;
		margin-right: 0;
		padding: 1.8%;
	}
	.library__thum--small {
		width: 100%;
		height: auto;
		padding: 5%;
	}

	/* library__text */
	.library__text h4 {
		font-size: 16px;
		margin-top: 20px;
	}
	.library__text p {
		line-height: 1.6;
		margin-bottom: 10px;
	}
}


/* Block - history
-----------------------*/
.history__wrap {
	margin-bottom: 18px;
	padding-bottom: 5px;
	display: table;
	border-bottom: 1px dotted #ccc;
	width: 100%;
}
.history__wrap:nth-last-of-type(5) {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}
.history__wrap time {
	display: table-cell;
	width: 110px;
	font-size: 12px;
}
.history__wrap .history__box {
	display: table-cell;
}
.history__wrap .history__box h3 {
	font-weight: bold;
}
.history__wrap .history__box p {
	margin-top: 14px;
	font-size: 12px;
}

@media screen and (max-width: 640px) {
	.history__wrap time {
		display: block;
		margin-bottom: 6px;
	}
	.history__wrap .history__box {
		display: block;
	}
}


/* Block - about
-----------------------*/
#about {
	text-align: center;
}
#about .page__back {
	position: relative;
	background: url(../img/common/bg_content.png) 50% 50%,
	            url(../img/common/bg_about.png) 0 98% no-repeat,
	            #17181a;
	background-size: contain;
	color: #fff;
	border-radius: 4px;
	height: 100%;
}
#about h2 {
	margin: 30px 0 50px;
}
#about .about__img img {
	margin: 0 10px;
}
#about h3 {
	display: inline-block;
	position: relative;
	text-align: center;
	font-size: 21px;
	font-weight: bold;
	color: #c4ac23;
	margin: 50px 0 40px;
}
#about h3:before,
#about h3:after {
	content: "";
	display: block;
	position: absolute;
	top: 46%;
	left: -60px;
	width: 50px;
	border-bottom: 1px solid #c4ac23;
}
#about h3:after {
	left: auto;
	right: -60px;
}
#about p {
	font-size: 14px;
	line-height: 2;
	text-align: left;
}

@media screen and (max-width: 640px) {
	#about .page__back {
		background: url(../img/common/bg_content.png) 50% 50%,
		            url(../img/sp/bg_about.png) 0 99% no-repeat,
		            #17181a;
		background-size: contain;
	}
	#about h2 {
		margin: 30px 0 0;
	}
	#about h2 img {
		max-width: 310px;
		width: 86%;
	}
	#about .about__img img {
		display: none;
	}
	#about h3 {
		font-size: 18px;
		margin: 30px 0 20px;
	}
	#about h3:before,
	#about h3:after {
		display: none;
	}
	#about .page__back p {
		line-height: 1.8;
		margin-bottom: 16px;
	}
}


/* Block - products
-----------------------*/
/* products__intro */
.products__intro h2 {
	margin: 8px 0 30px;
	text-align: center;
}
.products__intro p {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
.products__intro p small {
	font-size: 13px;
	display: inline-block;
	margin-top: 8px;
	font-weight: normal;
}

/* products__news */
.products__news h3 {
	font-weight: bold;
	font-size: 16px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 8px;
	margin-bottom: 10px;
}
.products__news h3 i {
	font-size: 20px;
	position: relative;
	top: 1px;
	margin-right: 4px;
}
.products__news li {
	margin-bottom: 14px;
}
.products__news li:last-child {
	margin-bottom: 0;
}
.products__news li i,
.products__news li span {
	display: table-cell;
}
.products__news li i {
	position: relative;
	top: -1px;
	padding-right: 8px;
}

/* products__bnr */
.products__bnr {
	text-align: center;
}
.products__bnr li {
	float: left;
	border: 5px solid rgba(0, 0, 0, 0.08);
	background: rgba(0, 0, 0, 0.08);
	border-radius: 6px;
	margin-bottom: 24px;
}
.products__bnr li:nth-child(2n) {
	margin-right: 23px;
}
.products__bnr li div {
	background: #fff;
	border-radius: 4px;
}
.products__bnr li a img {
	border-radius: 4px;
}

@media screen and (max-width: 640px) {
	/* products__intro */
	.products__intro h2 {
		margin: 14px 0 20px;
		text-align: center;
	}
	.products__intro h2 img {
		max-width: 154px;
		width: 46%;
	}
	.products__intro p {
		font-size: 14px;
	}
	.products__intro p span {
		display: none;
	}

	/* products__news */
	.products__news h3 {
		font-weight: bold;
		font-size: 14px;
		border-bottom: 1px solid #4f4f4f;
		padding-bottom: 6px;
		margin-bottom: 8px;
	}
	.products__news h3 i {
		font-size: 18px;
	}

	/* products__bnr */
	.products__bnr li {
		margin-bottom: 10px;
		width: 100%;
	}
	.products__bnr li a {
		display: block;
	}
	.products__bnr li img {
		width: 100%;
	}
	.products__bnr li:nth-child(2n) {
		margin-right: 0;
	}
}


/* Block - table
-----------------------*/
/* table__table */
.table__table {
	background: url(../img/common/bg_content.png) 50% 50%, #fff;
	color: #222;
}
.table__table table {
	width: 100%;
	margin-top: -1px;
}
.table__table table th,
.table__table table td {
	border: 1px solid #ccc;
}
.table__table table thead th {
	width: 197px;
}
.table__table table thead th:first-child {
	width: 201px;
}
.table__table table tbody th,
.table__table table tbody td {
	padding: 8px;
	vertical-align: middle;
	text-align: center;
}
.table__table table tbody th span {
	display: block;
	font-weight: bold;
	font-size: 12px;
}
.table__table table tbody th span img {
	margin-bottom: 4px;
}
.table__table table tbody tr:nth-child(odd) {
	background: rgba(255, 255, 255, .05);
}

/* table__products */
.table__products__wrap {
	float: left;
	width: 234px;
	margin-right: 29px;
	text-align: center;
}
.table__products__wrap:nth-child(4) {
	margin-right: 0;
	margin-left: 1px;
}
.table__products__wrap h3 {
	font-size: 15px;
	font-weight: bold;
	color: #c4ac23;
	margin: 8px 0 12px;
}
.table__products__wrap .table__products__text {
	font-size: 12px;
	line-height: 1.6;
	margin-bottom: 10px;
	text-align: left;
}
.table__products__wrap .table__products__price {
	font-size: 11px;
	text-align: left;
	margin-bottom: 16px;
}
.table__products__wrap .table__products__btn {
	display: inline-block;
	background: #ed193a;
	color: #fff;
	padding: 6px 20px;
	border-radius: 20px;
	text-decoration: none;
	margin-bottom: 6px;
}
.table__products__wrap .table__products__btn:hover {
	background: #FF415E;
	color: #fff;
}
.table__products__wrap .table__products__btn i {
	font-size: 16px;
	position: relative;
	top: 1px;
	margin-right: 2px;
}

/* table__attention */
.table__attention {
	background: url(../img/common/bg_content.png) 50% 50%, #fff;
	color: #222;
	padding: 16px;
}
.table__attention li {
	position: relative;
	border-bottom: 1px solid #ccc;
	padding-bottom: 8px;
	padding-left: 16px;
	margin-bottom: 8px;
}
.table__attention li:before {
	content: "※";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.table__attention li:last-child {
	border-bottom: 0;
}
.table__attention li b {
	font-weight: bold;
	color: #ed193a;
}

@media screen and (max-width: 640px) {
	/* table__table */
	.table__table table tbody th,
	.table__table table tbody td {
		padding: 8px 2px;
	}
	.table__table table tbody th span {
		line-height: 1.3;
		font-size: 10px;
	}
	.table__table table tbody th span img {
		width: 40px;
		margin-bottom: 8px;
	}
	.table__table table thead th:first-child {
		width: 110px;
	}

	/* table__products */
	.table__products__wrap {
		float: none;
		width: 100%;
		margin-right: 0;
	}
	.table__products__wrap a {
		display: block;
	}
	.table__products__wrap a img {
		width: 100%;
	}
	.table__products__wrap h3 {
		font-size: 18px;
		margin-top: 4px;
	}
	.table__products__wrap .table__products__text {
		font-size: 13px;
		line-height: 1.8;
	}
	.table__products__wrap .table__products__price {
		font-size: 13px;
	}
}


/* Block - others
-----------------------*/
#others h2 {
	text-align: center;
	margin-bottom: 36px;
}
.othres__bnr {
	text-align: center;
}
.othres__bnr li {
	float: left;
	border: 5px solid rgba(0, 0, 0, 0.08);
	background: rgba(0, 0, 0, 0.08);
	border-radius: 6px;
	margin-bottom: 22px;
	list-style: none;
}
.othres__bnr li:nth-child(2n+1) {
	margin-right: 22px;
}
.othres__bnr li div {
	background: #fff;
	border-radius: 4px;
}
.othres__bnr li a img {
	border-radius: 4px;
}
.othres__bnr li:nth-last-of-type(1),
.othres__bnr li:nth-last-of-type(2) {
	margin-bottom: 10px;
}

@media screen and (max-width: 640px) {
	#others h2 {
		margin-top: 14px;
		margin-bottom: 30px
	}
	#others h2 img {
		max-width: 260px;
		width: 74%;
	}
	.othres__bnr li {
		float: none;
		margin-bottom: 14px;
	}
	.othres__bnr li img {
		width: 100%;
	}
	.othres__bnr li:nth-child(2n+1) {
		margin-right: 0;
	}
	.othres__bnr li:nth-last-of-type(2) {
		margin-bottom: 14px;
	}
}