@charset "utf-8";

/* ----------------------------------------
 * CSS | LIBELARA BLACK
 * /sp/about/css/index.css
 * ---------------------------------------- */



/* --------------------
 * headline
 */
#headline {
	position: relative;
}
	#headline_wrap {
		position: relative;
		z-index: 2;
		background-color: #373737;
	}
		#headline .ttl {
			position: relative;
			color: #fff;
		}
		#headline .ttl:after {
			content: '';
			position: absolute;
			right: 16px;
			top: 30px;
			display: block;
			width: 14px;
			height: 10px;
			background-image: url(/liberala/sp/asset/img/body/icon_down_white.png);
			background-repeat: no-repeat;
			background-size: 14px auto;
		}
		#headline .ttl.focus:after {
			background-image: url(/liberala/sp/asset/img/body/icon_up_white.png);
		}

	/* headline : navi */
	#headline_navi {
		position: absolute;
		left: 0;
		top: 56px;
		z-index: 1;
		display: none;
		width: 100%;
		margin-top: 14px;
		background-color: #373737;
	}
		#headline_navi .article {
			padding: 0 15px;
		}
			#headline_navi .article li {
				border-top: 1px solid #888;
			}
				#headline_navi .article li a {
					position: relative;
					display: block;
				}
				#headline_navi .article li a:after {
					content: '';
					position: absolute;
					right: 5px;
					top: 22px;
					display: block;
					width: 9px;
					height: 16px;
					background-image: url(/liberala/sp/asset/img/body/arrow_next_l.png);
					background-repeat: no-repeat;
					background-size: contain;
				}
					#headline_navi .article li a span {
						display: table;
						height: 58px;
					}
						#headline_navi .article li a i {
							display: table-cell;
							font-style: normal;
							color: #cecece;
							vertical-align: middle;
							padding-left: 5px;
							font-size: 15px;
						}



/* --------------------
 * pager
 */
#pager {
	clear: both;
}
	#pager_wrap {
		padding: 12px 0;
	}
		#pager ul {
			display: block;
			height: 20px;
			text-align: center;
		}
			#pager ul li {
				display: inline-block;
				width: 20px;
				height: 20px;
				padding: 6px;
			}
				#pager ul li a {
					display: block;
					width: 8px;
					height: 8px;
					background-color: #939393;
					border-radius: 4px;
					-moz-border-radius: 4px;
					-webkit-border-radius: 4px;
					-moz-transition: 0.5s ease-out;
					-webkit-transition: 0.5s ease-out;
					-o-transition: 0.5s ease-out;
					-ms-transition: 0.5s ease-out;
					transition: 0.5s ease-out;
				}
				#pager ul li.focus a {
					background-color: #00f;
				}



/* --------------------
 * mainview
 */
#mainview {
	clear: both;
}
	#mainview_wrap {

	}
		/* mainview : header */
		#mainview .header {
			position: relative;
		}
			#mainview .header .img {
				position: relative;
				width: 100%;
				background-color: #000;
			}
				#mainview .header .img span {
					display: block;
					background-repeat: no-repeat;
					background-position: center;
					background-size: cover;
					opacity: 0;
				}
			#mainview .header .ttl {
				position: absolute;
				left: 0;
				top: 0;
				display: table;
				width: 100%;
			}
				#mainview .header .ttl span {
					display: table-cell;
					font-size: 27px;
					color: #fff;
					text-align: center;
					vertical-align: middle;
				}
					#mainview .header .ttl span i {
						font-size: 25px;
						font-weight: bold;
						font-style: normal;
					}



/* --------------------
 * about
 */
#about {
	clear: both;
}
	#about_wrap {
		padding: 0 15px;
	}

		/* about : article */
		#about .article {
			padding-top: 24px;
			padding-bottom: 30px;
		}
			#about .article p {
				font-size: 12px;
				font-weight: bold;
				line-height: 20px;
				text-align: center;
				letter-spacing: -0.02em;
			}

		/* about : aside */
		#about .aside {
			padding-top: 36px;
			padding-bottom: 30px;
			border-top: 1px solid #bebebe;
		}
			#about .aside .lead {
				font-size: 15px;
				font-weight: bold;
				line-height: 1.05;
				text-align: center;
		}
			#about .aside .txt {
				padding-top: 14px;
				font-size: 12px;
				line-height: 20px;
				text-align: center;
			}
			/* profile */
			#about .aside .profile {
				display: table;
				width: 100%;
			}
				#about .aside .profile .img {
					display: table-cell;
					width: 112px;
					vertical-align: top;
				}
				#about .aside .profile .content {
					display: table-cell;
					padding-left: 15px;
					vertical-align: top;
				}
					#about .aside .profile .content .logo {
						display: block;
						width: 72px;
						height: 24px;
						background-image: url(/liberala/sp/about/img/profile_logo.png);
						background-repeat: no-repeat;
						background-size: contain;
					}
					#about .aside .profile .content dl {
						padding-top: 12px;
					}
						#about .aside .profile .content dt {
							font-size: 12px;
							font-weight: bold;
						}
						#about .aside .profile .content dd {
							padding-top: 3px;
							font-size: 11px;
							line-height: 14px;
							text-align: justify;
						}

		/* about : footer */
		#about .footer {
			padding-bottom: 32px;
		}
			#about .footer ul {
				display: table;
				width: 100%;
			}
				#about .footer li {
					display: table-cell;
					width: 50%;
					vertical-align: top;
				}
				#about .footer li.x2 {
					width: 100%;
				}
				#about .footer li.prev {
					padding-right: 6px;
				}
				#about .footer li.next {
					padding-left: 6px;
				}
					#about .footer li a {
						position: relative;
						display: table;
						width: 100%;
					}
					#about .footer li a:after {
						content: '';
						position: absolute;
						top: 19px;
						display: block;
						width: 7px;
						height: 12px;
						background-repeat: no-repeat;
						background-size: contain;
					}
					#about .footer li.prev a:after {
						left: 14px;
						background-image: url(/liberala/sp/asset/img/body/arrow_prev_l_blue.png);
					}
					#about .footer li.next a:after {
						right: 16px;
						background-image: url(/liberala/sp/asset/img/body/arrow_next_l_blue.png);
					}
					#about .footer li.next.x2 a:after {
						right: 20px;
					}
						#about .footer li a span {
							display: table-cell;
							height: 50px;
							border: 1px solid #0000c9;
							border-radius: 3px;
							-moz-border-radius: 3px;
							-webkit-border-radius: 3px;
							font-size: 17px;
							color: #0000c9;
							vertical-align: middle;
							text-align: center;
						}
						#about .footer li.prev a span {
							padding-left: 12px;
						}
						#about .footer li.next a span {
							padding-right: 12px;
						}
					/* blue */
					#about .footer li.blue.prev a:after {
						background-image: url(/liberala/sp/asset/img/body/arrow_prev_l.png);
					}
					#about .footer li.blue.next a:after {
						background-image: url(/liberala/sp/asset/img/body/arrow_next_l.png);
					}
						#about .footer li.blue a span {
							background-color: #0000c9;
							border: none;
							color: #fff;
						}













